body {
  background: #fafafc;
}

.sub-cont {
  padding: 40px 0;
}

.video-card-cont {
  width: 100%;
  height: 500px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-bottom: 20px;
}
.video-card-cont iframe {
  width: 100%;
  height: 390px;
}

.vcc-profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.vcc-profile .vcc-p-rating {
  padding: 10px;
  background: #61d875;
  border-radius: 50%;
  margin-right: 20px;
}
.vcc-profile .vcc-p-rating img {
  height: 25px;
}

.vcc-p-info h6 {
  margin-bottom: 5px;
}
.vcc-p-info p {
  margin: 0;
  font-size: 9pt;
  color: #61d875;
}

.contact-form {
  background-color: #00202f;
  border-radius: 10px;
  padding: 20px;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-size: 11pt;
  color: #ccc;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 11pt;
  color: #ccc;
}

@media (max-width: 500px) {
  .contact-form {
    background-color: #00202f;
    border-radius: 10px;
    padding: 20px;
  }
  .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-size: 9pt;
    color: #ccc;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 9pt;
    color: #ccc;
  }
}
.response {
  display: flex;
  justify-content: space-between;
}

.cf-title {
  margin-bottom: 25px;
  color: #fff;
}

.cf-submit button {
  padding: 9px 20px;
  border: 1px solid #61d875;
  background-color: #61d875;
  color: #fff;
  border-radius: 20px;
}

.ft-top {
  background-color: #fff;
}

.sub-title {
  margin-bottom: 40px;
  text-transform: capitalize;
}

.cc-col-title {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
}
.cc-col-title h5 {
  margin: 0;
  font-weight: 400;
  font-size: 12pt;
}

.cc-col-desc {
  overflow: scroll;
}

.ccct-img {
  display: grid;
  place-items: center;
  margin-right: 10px;
  padding: 10px;
  background-color: #00202f;
  border-radius: 50%;
}
.ccct-img img {
  height: 15px;
}

.cc-col {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}

.cc-col-desc p {
  margin: 0;
  font-weight: 300;
  font-size: 11pt;
}

.bd-callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: #ecf1f7;
  border-left: 0.25rem solid #7f8db1;
}

.contact-cont {
  background-color: #fff;
  padding: 30px 25px;
}

.cc-hr {
  color: #ccc;
}

.sub-side {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f1f5f8;
}

.faq-sub-side {
  color: #3d4b69;
}

.sub-side .sub-title {
  font-size: 14pt;
}

.text-sub-light {
  color: #d5dce0;
}

@media (max-width: 500px) {
  .sub-side .sub-title {
    font-size: 12pt;
  }
  .sub-side p {
    font-size: 9pt;
  }
  .about-sub-cont p {
    margin-bottom: 20px;
  }
}
.bold {
  font-weight: 500;
}

.ss-title {
  text-align: center;
}

.sub-cta-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 9px 20px;
}

.bg-sub-dark {
  background-color: #00202f;
  color: #fff;
}

.faq h4.close + .faq-answer {
  display: none;
}

.faq .faq-title {
  border-bottom: 1px solid #f1f6f8;
  padding-bottom: 5px;
  font-size: 18px;
  color: #3d4b69;
  margin: 20px 0;
}

.faq-list {
  margin-bottom: 10px;
}

.faq-list h4 {
  cursor: pointer;
  display: inline-block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-list h4:hover span.txt {
  color: #7d7d90;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.faq-list h4 span.num {
  background: #f9f9f9;
  padding: 0px 5px;
  color: #7f8db1;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 13px;
  float: left;
  margin-bottom: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-list h4 span.txt {
  padding: 2px 5px;
  font-weight: 500;
  display: contents;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.faq-answer {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
  position: relative;
  border-left: 3px solid #e4e4e4;
}
.faq-answer a {
  color: #61d875;
  text-decoration: none;
  font-weight: 400;
}

.page-text h3 {
  color: #3d4b69;
  margin: 20px 0 10px 0;
  font-size: 20px;
}

.page-text p {
  margin-bottom: 20px;
  font-size: 11pt;
}

.page-text ul li {
  margin-bottom: 10px;
  display: flex;
}

.page-text ul,
li,
p,
h1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-text {
  overflow-x: scroll;
}
.page-text li {
  font-size: 11pt;
  padding: 0;
}
.page-text strong {
  margin-right: 10px;
}

.account-tab strong {
  font-weight: 500;
}

table tr td.inheader {
  color: #fff;
  border: none;
  background: #1d3461;
}

table tr td {
  padding: 15px !important;
  border-right: solid 1px rgba(199, 199, 199, 0.2705882353);
  border-bottom: solid 1px rgba(199, 199, 199, 0.2705882353);
  background: #f1f1f1;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
  font-size: 11pt;
}

@media (max-width: 500px) {
  .sub-title {
    font-size: 12pt;
  }
  .bd-callout {
    font-size: 9pt;
  }
  .cc-col-title h5 {
    font-size: 11pt;
  }
  .cc-col-desc p {
    font-size: 9pt;
  }
  .faq p {
    font-size: 9pt;
  }
  .faq-answer {
    font-size: 9pt;
  }
  .faq h4 {
    font-size: 11pt;
  }
}/*# sourceMappingURL=sub.css.map */