html {
  overflow-x: hidden;
}

details {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  margin-bottom: 10px;
  cursor: pointer;
}

summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

details[open] {
  padding: 0.5em;
  border: none;
  background-color: #8bd6d5(173, 216, 230, 0.5);
}


details:hover {
  background-color: rgba(173, 216, 230, 0.5);
}

body {

  font-family: "Source Sans Pro";
  color: #3d566a;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1623px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 16rem;
}

@media screen and (max-width: 600px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
  }
}

.highlight {
  color: #1891a1;
}

.gray {
  color: #4c5c6f;
}

.in-link {
  color: inherit;
  text-decoration: none;
}

.modal-form-body {
  background-color: #8bd6d5;
}

.nura-heading {
  font-family: "Signika";
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 24px !important;
  padding: initial;
}

.nura-sub-heading {
  font-family: "Signika";
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 24px !important;
  padding: initial;
}

.nura-para {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px !important;
  padding: initial;
}

@media (max-width: 1440px) {
  .nura-heading {
    font-size: 40px;
    margin-bottom: 24px !important;
  }

  .nura-sub-heading {
    font-size: 32px;
    margin-bottom: 24px !important;
  }

  .nura-para {
    font-size: 25px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1366px) {
  .nura-heading {
    font-size: 38px;
    margin-bottom: 22px !important;
  }

  .nura-sub-heading {
    font-size: 30px;
    margin-bottom: 22px !important;
  }

  .nura-para {
    font-size: 24px;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 1280px) {
  .nura-heading {
    font-size: 34px;
    margin-bottom: 20px !important;
  }

  .nura-sub-heading {
    font-size: 28px;
    margin-bottom: 20px !important;
  }

  .nura-para {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 1024px) {
  .nura-heading {
    font-size: 30px;
    margin-bottom: 18px !important;
  }

  .nura-sub-heading {
    font-size: 24px;
    margin-bottom: 18px !important;
  }

  .nura-para {
    font-size: 18px;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 880px) {
  .nura-heading {
    font-size: 26px;
    margin-bottom: 16px !important;
  }

  .nura-sub-heading {
    font-size: 20px;
    margin-bottom: 16px !important;
  }

  .nura-para {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
}

@media (max-width: 650px) {
  .nura-heading {
    font-size: 24px;
    margin-bottom: 14px !important;
  }

  .nura-sub-heading {
    font-size: 20px;
    margin-bottom: 14px !important;
  }

  .nura-para {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 576px) {
  .nura-heading {
    font-size: 22px;
    margin-bottom: 12px !important;
  }

  .nura-sub-heading {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .nura-para {
    font-size: 16px;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 475px) {
  .nura-heading {
    font-size: 20px;
    margin-bottom: 12px !important;
  }

  .nura-sub-heading {
    font-size: 16px;
    margin-bottom: 12px !important;
  }

  .nura-para {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
}

.nura-head {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}

.nura-section {
  position: relative;
  padding: 0;
  margin: 0 !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.modal-form-submit-button {
  background-color: #fac141;
  color: #3d566a;
  border-radius: 150px;
  max-width: 200px;
}

.main-head {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
}

.top-nav {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #8bd6d5;
  margin: 0;
  padding: 0;
  height: 72px;
  width: calc(100% + 12px);
  border-bottom: 2px solid #9b9b9b;
  z-index: 999;
}

.top-nav-logo {
  height: 38px;
  object-fit: contain;
}

/* .banner__backgroundImage {
  pointer-events: none;
} */

.banner__backgroundImage .banner-image {
  display: block;
}

.banner__backgroundImage .banner-mobile {
  display: none;
}

.banner_bannerText {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 32px;
  max-width: 768px;
  transform: translate(0, -50%);
}

.banner_bannerText h1 {
  font-size: 48px;
}

.banner_bannerText h2 {
  font-size: 42px;
}

.banner_bannerText .banner-cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.banner_bannerText .banner-cta-container button {
  position: relative;
  background-color: #ffc032;
  color: #3b5f99;
  padding: 8px 32px;
  margin-right: 48px;
  font-size: 37.78px;
  font-family: "Signika";
  font-weight: 900;
  border: 0;
  border-radius: 16px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
}

.banner_bannerText .banner-cta-container img {
  height: 128px;
}

.tnc_container {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 16px;
  max-width: 320px;
  text-align: right;
}

.tnc_container p {
  font-size: 12px;
  margin: 0;
  color: #014359;
}

@media screen and (max-width: 1720px) {
  .banner_bannerText {
    max-width: 650px;
  }

  .banner_bannerText h1 {
    font-size: 42px;
  }

  .banner_bannerText h2 {
    font-size: 36px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 8px 32px;
    margin-right: 48px;
    font-size: 32px;
    border-radius: 16px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 100px;
  }
}

@media screen and (max-width: 1366px) {
  .banner_bannerText {
    max-width: 650px;
  }

  .banner_bannerText h1 {
    font-size: 40px;
  }

  .banner_bannerText h2 {
    font-size: 34px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 8px 32px;
    margin-right: 48px;
    font-size: 30px;
    border-radius: 16px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 96px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_bannerText {
    max-width: 600px;
  }

  .banner_bannerText h1 {
    font-size: 38px;
  }

  .banner_bannerText h2 {
    font-size: 32px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 8px 28px;
    margin-right: 42px;
    font-size: 28px;
    border-radius: 14px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 80px;
  }

  .tnc_container p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .banner_bannerText {
    max-width: 500px;
  }

  .banner_bannerText h1 {
    font-size: 32px;
  }

  .banner_bannerText h2 {
    font-size: 26px;
  }

  .banner_bannerText .banner-cta-container button {
    margin-right: 32px;
    font-size: 22px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 76px;
  }

  .tnc_container p {
    font-size: 11px;
  }
}

@media screen and (max-width: 900px) {
  .banner_bannerText {
    max-width: 450px;
  }

  .banner_bannerText h1 {
    font-size: 28px;
  }

  .banner_bannerText h2 {
    font-size: 22px;
  }

  .banner_bannerText .banner-cta-container button {
    margin-right: 32px;
    font-size: 18px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 64px;
  }

  .tnc_container p {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .banner_bannerText {
    max-width: 380px;
  }

  .banner_bannerText h1 {
    font-size: 22px;
  }

  .banner_bannerText h2 {
    font-size: 18px;
  }

  .banner_bannerText .banner-cta-container button {
    margin-right: 26px;
    font-size: 16px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 54px;
  }

  .tnc_container p {
    font-size: 11px;
  }
}

@media screen and (max-width: 650px) {
  .banner_bannerText {
    max-width: 320px;
  }

  .banner_bannerText h1 {
    font-size: 20px;
  }

  .banner_bannerText h2 {
    font-size: 16px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 8px 16px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 48px;
  }

  .tnc_container {
    width: 100%;
    padding: 0 16px;
  }

  .tnc_container p {
    font-size: 8px;
  }
}

@media screen and (max-width: 568px) and (orientation: portrait) {
  .banner__backgroundImage .banner-image {
    display: none;
  }

  .banner__backgroundImage .banner-mobile {
    display: block;
  }

  .banner_bannerText {
    top: 26%;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: translate(0, 0);
  }

  .banner_bannerText h1 {
    display: none;
    font-size: 44px;
  }

  .banner_bannerText h2 {
    display: none;
    font-size: 36px;
  }

  .banner_bannerText .banner-cta-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 32px 0;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 4px 32px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 32px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 128px;
  }

  .tnc_container {
    width: 100%;
  }

  .tnc_container p {
    font-size: 8px;
    color: #ffffff;
  }
}

@media screen and (max-width: 530px) and (orientation: portrait) {
  .banner_bannerText h1 {
    font-size: 40px;
  }

  .banner_bannerText h2 {
    font-size: 32px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 4px 32px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 28px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 112px;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .banner_bannerText h1 {
    font-size: 36px;
  }

  .banner_bannerText h2 {
    font-size: 32px;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 4px 32px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 22px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 90px;
  }
}

@media screen and (max-width: 440px) and (orientation: portrait) {
  .banner_bannerText h1 {
    font-size: 32px;
  }

  .banner_bannerText h2 {
    font-size: 24px;
  }

  .banner_bannerText .banner-cta-container {
    padding: 28px 0;
  }

  .banner_bannerText .banner-cta-container button {
    padding: 4px 32px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 22px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 86px;
  }
}

@media screen and (max-width: 380px) and (orientation: portrait) {
  .banner_bannerText .banner-cta-container img {
    height: 76px;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  .banner_bannerText h1 {
    font-size: 22px;
  }

  .banner_bannerText h2 {
    font-size: 18px;
  }

  .banner_bannerText .banner-cta-container {
    padding: 20px 0;
  }

  .banner_bannerText .banner-cta-container button {
    margin-bottom: 12px;
    font-size: 18px;
    border-radius: 8px;
  }

  .banner_bannerText .banner-cta-container img {
    height: 60px;
  }
}

.main-head .banner-form {
  position: absolute;
  z-index: 99;
}

.main-head-tnc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
}

.main-head-tnc p {
  font-size: 16px;
  padding: 4px 12px;
  color: #000000;
  text-shadow: 2px 2px 4px #ffffff80;
  margin: 0;
  transition: all 0.3s;
}

@media (max-width: 1366px) {
  .main-head-tnc p {
    font-size: 14px;
  }
}

.main-head .form-anchor-button,
.form-button {
  font-weight: 500;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.main-head .form-anchor-button:hover,
.form-button:hover {
  background: #61cddb;
  color: #ffffff;
}

.main-head .form-anchor-button {
  position: absolute;
  top: 69%;
  left: 70%;
  padding: 32px 80px;
  background-color: #ffffff;
  color: #8bd6d5;
  text-decoration: none;
  font-size: 40px;
  line-height: 40px;
}

.form-button {
  position: relative;
  padding: 16px 40px;
  background-color: #1891a1;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  max-width: 300px;
}

@media (max-width: 1720px) {
  .main-head .form-anchor-button {
    top: 69%;
    padding: 28px 72px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .main-head .form-anchor-button {
    top: 69%;
    padding: 24px 72px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 1366px) {
  .main-head .form-anchor-button {
    top: 69%;
    padding: 16px 64px;
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 1280px) {
  .main-head .form-anchor-button {
    top: 70%;
    padding: 12px 42px;
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 1024px) {
  .main-head .form-anchor-button {
    top: 71%;
    padding: 11px 40px;
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 880px) {
  .main-head .form-anchor-button {
    top: 71.5%;
    padding: 10px 32px;
    font-size: 18px;
    line-height: 18px;
  }

  .main-head-tnc p {
    padding: 4px 8px;
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .main-head .form-anchor-button {
    top: 70%;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .main-head-tnc p {
    padding: 4px;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .main-head .form-anchor-button {
    top: 70%;
    padding: 4px 10px;
  }

  .main-head-tnc p {
    font-size: 8px;
  }
}

@media (max-width: 475px) {
  .main-head .form-anchor-button {
    top: 69%;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

.test-now-para {
  object-fit: contain;
  font-size: 24px;
}

.test-now-image {
  max-width: 600px;
}

.features-container {
  max-width: 1200px;
}

.features-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #8bd6d5;
}

.features-card img {
  width: 105px !important;
  margin-bottom: 16px !important;
}

.features-card span {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

.features-price-card {
  border-radius: 8px !important;
  margin-top: 16px;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 1200px) {
  .features-container {
    max-width: 600px;
  }

  .features-card img {
    width: 100px !important;
    margin-bottom: 14px !important;
  }

  .features-card span {
    text-align: center;
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .features-card img {
    width: 96px !important;
    margin-bottom: 0 !important;
  }

  .features-card img {
    width: 100px !important;
    margin-bottom: 0 !important;
  }

  .features-card span {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  .features-card img {
    width: 80px !important;
    margin-bottom: 0 !important;
  }

  .features-card span {
    text-align: center;
    font-size: 13px;
  }
}

.accurate-yellow-body-card {
  position: relative;
  max-width: 300px;
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 auto;
}

.accurate-yellow-body-card img {
  width: 176px;
  height: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .accurate-yellow-body-card {
    width: 155px;
  }

  .accurate-yellow-body-card img {
    width: 154px;
    height: 180px;
  }

  .accurate-yellow-body-card h5 {
    font-size: 16px;
  }

  .accurate-yellow-body-card p {
    font-size: 14px;
  }
}

@media screen and (max-width: 850px) {
  .accurate-yellow-body-card {
    width: 135px;
  }

  .accurate-yellow-body-card img {
    width: 132px;
    height: 160px;
  }

  .accurate-yellow-body-card h5 {
    font-size: 15px;
  }

  .accurate-yellow-body-card p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .accurate-yellow-body-card {
    width: 100%;
  }

  .accurate-yellow-body-card img {
    width: 180px;
    height: 220px;
  }

  .accurate-yellow-body-card h5 {
    font-size: 20px;
  }

  .accurate-yellow-body-card p {
    font-size: 16px;
  }
}

.address-column {
  float: left;
  width: 50%;
  overflow: hidden;
}

.address-column-container {
  background-color: #f3bc3b;
}

.address-column-map {
  padding: 0 !important;
}

.address-row-map {
  float: left;
  height: 100%;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .address-column {
    float: left;
    width: 100%;
  }

  .address-row-map {
    float: left;
    height: 100%;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
  }
}

.nura-experience-container {
  border: 0;
  border-left: 5px solid #0092a1;
}

.nura-experience-column img {
  width: 105px;
  height: 105px;
}

.nura-experience-column b {
  font-size: 24px;
}

.nura-experience-column span {
  font-size: 16px;
}

.nura-experience-column img {
  width: 105px !important;
  height: 105px !important;
  margin-bottom: 16px !important;
}

@media (max-width: 880px) {
  .nura-experience-column img {
    width: 96px !important;
    height: 96px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  .nura-experience-column img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .nura-experience-column b {
    font-size: 18px;
  }

  .nura-experience-column span {
    font-size: 12px;
  }
}

@media screen and (max-width: 850px) {
  .nura-experience-column b {
    font-size: 16px;
  }

  .nura-experience-column span {
    font-size: 11px;
  }
}

.nura-screeing-banner {
  width: 100%;
  border-radius: 20px;
}

.nura-radiology-banner {
  position: relative;
  width: 100%;
  background-color: #9de1e0;
  padding: 16px;
  margin: auto auto 50px auto;
  border-radius: 20px;
  overflow: hidden;
}



.social-link {
  margin: 16px 32px 16px 0;
}

.social-link img {
  height: 32px;
}

.whatsapp-floating-button {
  position: fixed;
  width: 54px;
  height: 54px;
  bottom: 40px;
  right: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 999999;
}

.whatsapp-floating-button img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.whatsapp-floating-button span {
  position: absolute;
  right: -5px;
  top: -5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #db0d0d;
  overflow: hidden;
}

.main-head-contact {
  position: relative;
  display: inline-block;
  text-align: center;
  background: linear-gradient(10deg, #fded91, #e2b02f, #fded91);
  color: #014359;
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 100px;
  font-family: "Signika";
  font-weight: 600;
  overflow: hidden;
  z-index: 999;
}

.emphasis,
.emphasis-highlight {
  overflow: hidden;
}

.emphasis::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #ffffff00, #ffffff50, #ffffff00);
  animation: emphasis-shine 1.5s ease-in-out infinite;
  z-index: 1024;
  pointer-events: none;
}

.emphasis-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #ffffff00, #0092a140, #ffffff00);
  animation: emphasis-shine 1.5s ease-in-out infinite;
  z-index: 1024;
  pointer-events: none;
}

@keyframes emphasis-shine {
  0% {
    left: -100%;
    transition-property: left;
  }

  100% {
    left: 100%;
    transition-property: left;
  }
}

.main-head-contact:hover {
  text-decoration: none;
  color: #014359;
}

.main-head-contact img {
  height: 14px;
  width: 14px;
}

@media screen and (max-width: 1024px) {
  .main-head-contact {
    font-size: 13px;
    padding: 3px 8px;
  }

  .main-head-contact img {
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 576px) {
  .main-head-contact {
    font-size: 11px;
    padding: 3px 8px;
  }

  .main-head-contact img {
    height: 10px;
    width: 10px;
  }

  .top-nav-logo {
    height: 30px;
  }
}

.thank-you {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: #ffc02f;
  color: #014359;
}

.thank-you-nav {
  width: 100%;
}

.thank-you-nav img {
  max-height: 50px;
}

.thank-you-nav img:nth-child(2) {
  max-height: 38px;
}

.thank-you-column {
  width: 100%;
}

@media screen and (orientation: landscape) {
  .thank-you-column {
    width: 50%;
  }
}

.thank-you-text-container {
  max-width: 580px;
}

.thank-you-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.thank-you-link:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .thank-you-nav img {
    max-height: 42px;
  }

  .thank-you-nav img:nth-child(2) {
    max-height: 30px;
  }
}

@media screen and (max-width: 600px) {
  .thank-you-nav img {
    max-height: 32px;
  }

  .thank-you-nav img:nth-child(2) {
    max-height: 20px;
  }
}

@media screen and (max-width: 410px) {
  .thank-you-nav img {
    max-height: 24px;
  }

  .thank-you-nav img:nth-child(2) {
    max-height: 18px;
  }
}

.thank-you-text-container {
  text-align: left;
}

.thank-you-heading {
  font-family: "Signika";
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px !important;
  padding: initial;
  text-align: left;
}

.thank-you-sub-heading {
  font-family: "Signika";
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px !important;
  padding: initial;
  text-align: left;
}

@media (max-width: 1440px) {
  .thank-you-heading {
    font-size: 42px;
    margin-bottom: 24px !important;
  }

  .thank-you-sub-heading {
    font-size: 36px;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 1366px) {
  .thank-you-heading {
    font-size: 40px;
    margin-bottom: 22px !important;
  }

  .thank-you-sub-heading {
    font-size: 32px;
    margin-bottom: 22px !important;
  }
}

@media (max-width: 1280px) {
  .thank-you-heading {
    font-size: 36px;
    margin-bottom: 20px !important;
  }

  .thank-you-sub-heading {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .thank-you-text-container {
    text-align: center;
  }

  .thank-you-heading {
    text-align: center;
  }

  .thank-you-sub-heading {
    text-align: center;
  }
}

@media (max-width: 410px) {
  .thank-you-heading {
    font-size: 32px;
    margin-bottom: 16px !important;
  }

  .thank-you-sub-heading {
    font-size: 24px;
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 560px) {
  .card-img-top2 {
    width: 100px !important;
    height: 100px !important;
  }
}

.form-label {
  margin-top: 4px !important;
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Keeps the navbar above other elements */
  padding: 10px 0;
  /* Optional: Adjust padding for better spacing */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Adds a shadow for separation */
}

.iti {
  display: block !important;
}

/* New button class for this specific button */
.form-button-large {
  position: relative;
  padding: 16px 40px;
  background-color: #1891a1;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  max-width: 600px;
  /* Increased width for this specific button */
  white-space: nowrap;
  /* Prevent text from wrapping */
}

/* Hover state */
.form-button-large:hover {
  background: #61cddb;
  color: #ffffff;
}

/* Common button styles */
.form-button-large {
  font-weight: 500;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}

/* Banner Video  */

.video-container {
  padding: 0 20px;
}

.video-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Testimonial Video  */

.video-section {
        padding: 0 20px;
      }

      .video-testimonials {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 20px;
      }

      .video-wrapper {
        position: relative;
        padding-bottom: 177.77%;
        /* 9:16 aspect ratio (vertical) */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #ccc;
        background: #000;
      }

      .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      @media (max-width: 768px) {
        .video-testimonials {
          grid-template-columns: 1fr;
        }

        .video-section {
          padding: 0 15px;
        }
      }


       
      /* Popup modal styles */
      .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 999;
      }

      .popup-content {
        background: #fff;
        width: 50%;
        max-width: 800px;
        padding: 20px;
        border-radius: 12px;
        position: relative;
        max-height: 30%;
        overflow-y: auto;
      }

      .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #555;
      }

      .close-btn:hover {
        color: red;
      }