@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bg-green {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.133333), #00B050) !important;
  background-color: #00B050 !important;
}

.bg-orange {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.133333), #C55A11) !important;
  background-color: #C55A11 !important;
}

.font-12 {
  font-size: 12px !important;
}

.section-heading {
  font-size: 30px;
}

.inner-hero-text {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .inner-hero-text {
    font-size: 16px;
  }
}

.table-blue {
  background: #cbe0e2;
}
.table-blue > td, .table-blue > th {
  background-color: #cbe0e2 !important;
}

.table-second {
  background: #dff3f4;
}
.table-second > th, .table-second > td {
  background: #dff3f4;
}

.medical-table .tableheader-blue {
  background: #0070c0;
}
.medical-table .vertical-row i.fa-angle-up {
  top: 10px;
}
.medical-table .vertical-row i.fa {
  position: absolute;
  left: 15px;
}
.medical-table .vertical-row i.fa-angle-down {
  bottom: 10px;
}
.medical-table .vertical-row {
  width: 50px;
}
.medical-table td {
  padding: 0.75rem;
  color: #6b552d !important;
  font-weight: 700;
}
.medical-table td i, .medical-table td span {
  color: #6b552d !important;
}

.font-14 {
  font-size: 14px !important;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #101a23;
  z-index: 999;
}
.custom-header.agency-custom-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-header.active-fixed .header-logo {
  max-width: 180px;
}
.custom-header.active-fixed .header-logo img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-header.active-fixed .profile-visit-wrapper .profile-visit {
  width: 60px;
  height: 60px;
}
.custom-header .header-logo {
  max-width: 220px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 992px) {
  .custom-header .header-logo {
    max-width: 125px;
  }
}
.custom-header .header-logo img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-header .collapse-header {
  flex-grow: 0;
}
.custom-header .header-item .header-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease;
}
.custom-header .language-wrapper {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.custom-header .language-wrapper .talk-text {
  margin-bottom: 0;
  font-size: 19px;
}
.custom-header .language-wrapper .language-select {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0px;
}
.custom-header .contact-header a {
  color: #fff;
  font-size: 14px;
}
.custom-header .profile-visit-wrapper .profile-visit {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.custom-header .profile-visit-wrapper .profile-visit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.custom-header .header-dropdown {
  top: 100%;
  margin-top: 2rem;
  -moz-columns: 1;
       columns: 1;
  width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 10rem;
  margin: 1rem 0 0;
  background-color: rgba(16, 26, 35, 0.8);
  border: none;
  border-radius: 0;
  padding: 20px 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.custom-header .header-dropdown.resource-dropdown {
  width: 450px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.custom-header .header-dropdown.resource-dropdown .dropdown-heading {
  font-size: 16px;
}
.custom-header .header-dropdown.resource-dropdown ul li a {
  font-size: 16px;
}
.custom-header .header-dropdown .dropdown-item {
  padding: 5px 15px;
  padding-left: 15px !important;
  color: #fff !important;
  font-size: 16px;
  transition: 0.4s ease;
}
.custom-header .header-dropdown .dropdown-item:hover {
  background-color: transparent;
  opacity: 0.6;
}
@media (min-width: 992px) {
  .custom-header .header-dropdown:hover {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .custom-header .header-item:hover .header-dropdown {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 992px) {
  .custom-header {
    padding: 7px 0px;
  }
  .custom-header .header-link {
    border-bottom: 1px solid #1f3039;
    font-size: 16px;
    padding: 0.8rem 1rem;
  }
  .custom-header .header-dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    -moz-columns: 1;
         columns: 1;
    margin-top: 0px;
    background-color: rgba(16, 26, 35, 0.8);
  }
  .custom-header .header-dropdown.show {
    display: block;
  }
}
.custom-header .phone-header {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
.custom-header .menu-toggle {
  font-size: 20px;
  color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0px;
  margin-left: 6px;
  padding-left: 15px !important;
}

.hero-sec {
  position: relative;
  padding-top: 160px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-bottom: 70px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .hero-sec {
    padding-top: 80px;
  }
}
.hero-sec:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-sec .hero-button-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero-sec video#myVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-sec .container {
  z-index: 1;
  position: relative;
}
.hero-sec .hero-text {
  max-width: 1140px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.hero-sec .hero-text h1 {
  margin-top: 20px;
  color: #fff;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-sec .hero-text h1 {
    font-size: 24px;
  }
}
.hero-sec .hero-text p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero-sec .hero-text p {
    font-size: 16px;
  }
}
.hero-sec .hero-cards {
  border-radius: 15px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #777;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.133333), #458BCB);
  background-color: #458BCB;
  transition: 0.5s all;
}
.hero-sec .hero-cards:hover {
  color: #fff;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.133333), #263237) !important;
  background-color: #263237 !important;
}
.hero-sec .hero-cards img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .hero-sec .hero-cards img {
    width: 60px;
    height: 60px;
  }
}
.hero-sec .hero-cards h2 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.hero-sec .custom-tooltip {
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .hero-sec .custom-tooltip {
    font-size: 22px;
  }
}
.hero-sec .talk-hero-sec {
  margin-top: 70px;
}
.hero-sec .talk-hero-sec h2 {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .hero-sec .talk-hero-sec h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .talk-hero-sec {
    margin-top: 20px;
  }
}
.hero-sec .view-profile {
  font-size: 22px;
  color: #fff;
}

.video-library {
  background: #f5f5f5;
}
.video-library .health-cards h4 {
  padding-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 0.5rem;
}
.video-library .health-cards iframe {
  width: 100%;
  border: solid 2px #007bff;
  height: 260px;
}
@media only screen and (max-width: 767px) {
  .video-library .health-cards iframe {
    height: 175px;
  }
}
.video-library .click-here-text {
  color: #007bff;
  font-size: 22px;
  padding-bottom: 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.one-stop .select-product {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.one-stop .our-service {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.one-stop .family-img {
  position: relative;
  background: url(../img/featured-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .one-stop .family-img {
    padding: 30px 0;
  }
}
.one-stop .family-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 151, 211, 0.75);
  z-index: -1;
}
.one-stop .family-img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.one-stop .family-img ul li {
  margin: 40px 0px;
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .one-stop .family-img ul li {
    width: 150px;
  }
}
.one-stop .family-img ul li img {
  max-width: 75px;
  transform: scale(1);
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .one-stop .family-img ul li img {
    max-width: 40px;
  }
}
.one-stop .family-img ul li:hover img {
  transform: scale(1.2);
}
.one-stop .family-img ul li h5 {
  margin-bottom: 8px;
  margin-top: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .one-stop .family-img ul li h5 {
    font-size: 13px;
  }
}

.Insurance {
  background-color: #fff;
}
.Insurance h3 {
  font-size: 1.75rem;
  color: #000;
  text-align: center;
}
.Insurance p {
  color: #007bff;
  font-size: 1.5rem;
  text-align: center;
}
.Insurance .insurance-cards h4 {
  font-size: 20px;
}
.Insurance .insurance-cards p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  max-width: 300px;
}
.Insurance .insurance-cards .sprite-image {
  width: 73px;
  height: 71px;
  background: url(../img/icon.png) center top;
  display: inline-block;
}
.Insurance .insurance-cards .s-icon1 {
  background-position: -27px -3px !important;
}
.Insurance .insurance-cards .s-icon2 {
  background-position: -135px -3px !important;
}
.Insurance .insurance-cards .s-icon3 {
  background-position: -237px -3px !important;
}
.Insurance .insurance-cards .s-icon4 {
  background-position: -345px -3px !important;
}
.Insurance .insurance-cards .s-icon5 {
  background-position: -998px -3px !important;
}

footer .footer-menu-heading {
  font-size: 1.25rem;
}
footer ul li i {
  margin-right: 15px;
  font-size: 12px;
}
footer ul li a {
  color: #202121;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
footer ul li a:hover {
  padding-left: 3px;
}
footer .footer-number {
  line-height: 40px;
  font-size: 36px;
  color: #065b93;
}
@media only screen and (max-width: 767px) {
  footer .footer-number {
    display: block;
    text-align: center;
  }
}
footer .talk-jerry {
  font-weight: bold;
  color: #065b93 !important;
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  footer .talk-jerry {
    display: block;
    text-align: center;
  }
}

.copyright {
  padding: 16px 0;
  background-color: #e8e8e8;
}
.copyright .copyright-content {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 16px;
  justify-content: center;
  color: #202121;
  flex-wrap: wrap;
}
.copyright .copyright-content a {
  color: #202121;
}
.copyright p {
  color: #202121;
}

.medical-table thead th {
  font-weight: 400;
}
@media (max-width: 991px) {
  .medical-table th:first-child {
    display: none;
  }
}

.educational-banner {
  background: url(../img/educational-banner-videos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  padding-bottom: 80px;
  margin-top: 90px;
  min-height: 430px;
  z-index: 1;
}
.educational-banner.faq-banner {
  background-image: url("../img/healthfaq-banner.jpg");
  background-position: center center;
  background-attachment: scroll;
}
.educational-banner.medical-banner {
  background-image: url("../img/medical-resource.jpg");
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .educational-banner {
    margin-top: 54px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px;
  }
}
.educational-banner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.educational-banner .educational-banner-heading {
  padding-top: 260px;
  color: #fff;
  z-index: 7;
  position: relative;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .educational-banner .educational-banner-heading {
    font-size: 24px;
    padding-top: 0px;
    margin-top: 80px;
  }
}

.educational-tabs-sec .educational-tabs .nav-pills .nav-link.active, .educational-tabs-sec .educational-tabs .nav-pills .show > .nav-link {
  color: #007bff;
  background-color: #fff;
  margin-top: -15px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.educational-tabs-sec .educational-tabs .nav-pills {
  margin-top: -58px;
  z-index: 99;
  position: relative;
}
.educational-tabs-sec .educational-tabs .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  background: #fff;
  margin: 0 7px;
  color: #000;
  font-size: 22px;
  padding: 20px 40px 5px;
  border-radius: 6px 6px 0px 0px !important;
}

.pagination-sec .pagination-video {
  border-bottom: solid thin #ccc;
  display: flex;
  justify-content: space-between;
}
.pagination-sec .pagination-video .showing-text {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pagination-sec .pagination-video {
    flex-direction: column;
    align-items: center;
  }
  .pagination-sec .pagination-video .showing-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.pagination-sec .video-title {
  font-size: 22px;
  margin-bottom: 30px;
  margin-left: 5px;
}

.health-faq-section .health-faq-item {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: 0.3s ease;
}
.health-faq-section .health-faq-item:hover {
  border-top: 1px solid #000000;
}
.health-faq-section .health-faq-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.health-faq-section .health-faq-item .health-faq-header {
  border-bottom: none;
}
.health-faq-section .health-faq-item .health-faq-header .health-faq-button {
  box-shadow: none;
  padding: 0.75rem 1rem;
  border-radius: 0px;
  font-size: 19px;
  border-bottom: none;
  color: #000000;
  font-weight: 700;
}
.health-faq-section .health-faq-item .health-faq-header .health-faq-button:not(.collapsed) {
  background-color: transparent;
}
.health-faq-section .health-faq-item .health-faq-header .health-faq-body {
  border-top: none;
}
@media (max-width: 767px) {
  .health-faq-section .health-faq-item .health-faq-header .accordion-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.download-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.resource-content ul, .resource-content li {
  list-style: initial;
}
.resource-content ol li {
  list-style-type: decimal;
}

.supplement-content ul, .supplement-content li {
  list-style: initial;
}
.supplement-content ol li {
  list-style-type: decimal;
}

.medical-supplement {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .medical-supplement {
    margin-top: 60px;
  }
}

.our-team-page {
  margin-top: 90px;
  background-color: #0e2841;
  color: #fff;
  min-height: 700px;
}
.our-team-page .bottom-blue-border {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: solid 6px #1177bb;
}
.our-team-page table th, .our-team-page table td {
  color: #fff;
}
.our-team-page table th a, .our-team-page table td a {
  color: #fff;
}
@media (max-width: 991px) {
  .our-team-page {
    margin-top: 60px;
  }
}

#google_translate_element .goog-te-gadget img {
  display: none;
}

#profilePopup .modal-body, #watchVideo .modal-body {
  background: #35393C;
  color: #fff;
  font-weight: 400;
}
#profilePopup .modal-body .agent-image, #watchVideo .modal-body .agent-image {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#profilePopup .modal-body .agent-image img, #watchVideo .modal-body .agent-image img {
  width: 100%;
  height: 100%;
  max-width: 250px;
  border: solid thin #ccc;
  border-radius: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
#profilePopup .modal-body .name, #watchVideo .modal-body .name {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
#profilePopup .modal-body .bio, #watchVideo .modal-body .bio {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}
#profilePopup .modal-body table tbody tr a, #watchVideo .modal-body table tbody tr a {
  color: #fff;
}
#profilePopup .modal-body table tbody tr:first-child th, #watchVideo .modal-body table tbody tr:first-child th {
  border-top: none;
}
#profilePopup .modal-body table tbody tr:first-child td, #watchVideo .modal-body table tbody tr:first-child td {
  border-top: none;
}
#profilePopup .modal-body table tbody tr:last-child th, #watchVideo .modal-body table tbody tr:last-child th {
  border-bottom: none;
}
#profilePopup .modal-body table tbody tr:last-child td, #watchVideo .modal-body table tbody tr:last-child td {
  border-bottom: none;
}
#profilePopup .modal-body table tbody tr th,
#profilePopup .modal-body table tbody tr td, #watchVideo .modal-body table tbody tr th,
#watchVideo .modal-body table tbody tr td {
  color: #fff;
  padding: 5px;
  border-bottom-color: #4472c4;
}
#profilePopup .modal-body table tbody tr td, #watchVideo .modal-body table tbody tr td {
  text-align: right;
}
#profilePopup .modal-body .btn-close, #watchVideo .modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.furl-popup .modal-dialog {
  max-width: 600px;
}
.furl-popup .modal-content {
  background-color: #fff;
  padding: 30px;
  border: 5px solid #ED7D31;
  border-radius: 10px;
}
.furl-popup .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ED7D31;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background: #ED7D31 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.furl-popup h3 {
  font-size: 23px;
}
.furl-popup h3.mb-40 {
  margin-bottom: 40px;
}
.furl-popup .icons-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.furl-popup .icons-list a {
  display: block;
  margin: 20px;
}
.furl-popup .icons-list a img {
  max-width: 180px;
  max-height: 100px;
}

.social-icon-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-social-media {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.lead-form-container {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.lead-form-container img.img-rounded {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: solid 4px #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-form-container .intro-link {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
}
.lead-form-container h2 {
  font-size: 28px;
  font-weight: 400px;
}
.lead-form-container .product-selection {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .lead-form-container .product-selection {
    font-size: 15px;
  }
}
.lead-form-container .general-fields input[type=text], .lead-form-container .general-fields input[type=email] {
  width: 100%;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 4px;
  color: #fff;
}
.lead-form-container .general-fields input[type=text]::-moz-placeholder, .lead-form-container .general-fields input[type=email]::-moz-placeholder {
  color: #fff;
}
.lead-form-container .general-fields input[type=text]::placeholder, .lead-form-container .general-fields input[type=email]::placeholder {
  color: #fff;
}
.lead-form-container .general-fields textarea {
  width: 100%;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 4px;
  color: #fff;
}
.lead-form-container .general-fields textarea::-moz-placeholder {
  color: #fff;
}
.lead-form-container .general-fields textarea::placeholder {
  color: #fff;
}
.lead-form-container input[type=submit] {
  background-color: #5C9AD1;
  border: solid 2px #fff;
  border-radius: 4px;
  color: #fff;
  width: 200px;
  text-align: center;
}
.lead-form-container .privacy-link {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
}
.lead-form-container span.error-message {
  background: #fff;
  color: #c81c1c;
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: normal;
}
.lead-form-container .custom-radio-btn {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.lead-form-container .custom-radio-btn input[type=radio] {
  display: none;
}
.lead-form-container .custom-radio-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #fff; /* Border color */
  border-radius: 50%;
  background-color: transparent; /* Transparent center */
  transition: background-color 0.3s ease;
}
.lead-form-container .custom-radio-btn.active::before {
  background-color: #007bff;
}

@media (max-width: 767px) {
  #video-tab-m {
    position: relative;
    margin-top: -50px !important;
    z-index: 100;
  }
}
.blue-partition-bar {
  height: 6px;
  width: 100%;
  background: #1177bb;
}

.team-member-card {
  width: 250px;
  background-color: transparent;
  color: #fff;
  border: none;
  text-align: center;
}
.team-member-card .card-img-top {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  margin: 0 auto;
}
.team-member-card h5.card-title {
  margin-bottom: 0;
}
.team-member-card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.team-member-card .member-title, .team-member-card .member-email, .team-member-card .member-phone {
  margin-bottom: 0;
  font-style: italic;
}
.team-member-card .member-title {
  margin-top: 8px;
}
.team-member-card a {
  color: #1177bb;
}

.grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=style.min.css.map */