* {
  font-family: "Montserrat", sans-serif !important;
}

/* Banner section styles */
.mob_view {
  display: none;
}

.banner-section {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-section img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-content {
  position: absolute;
  bottom: 2%;

  color: white;
  text-align: center;
  padding: 20px;

  left: 50%;
  transform: translateX(-50%);
}

.banner-content h1 {
  font-size: 55px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-content h3 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-content h6 {
  font-size: 21px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-content button {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1ebbae;
  border: none;
  padding: 11px 116px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.banner-content button:hover {
  background-color: #17a89c;
  box-shadow: 0 8px 20px rgba(30, 187, 174, 0.3);
  transform: translateY(-2px);
}

.banner-section1 {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-section1 img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-content1 {
  position: absolute;
  /* bottom: 2%; */
  top: 50%;
  color: white;
  text-align: center;
  padding: 20px;
}

.banner-content1 button {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1ebbae;
  border: none;
  padding: 9px 39px;
  cursor: pointer !important;
}

.banner-content1 h1 {
  font-size: 33px;
  font-weight: bold;
}

.banner-content1 h3 {
  font-size: 22px;
  font-weight: 600;
}

.banner-content1 h6 {
  font-weight: 500;
  font-size: 15px;
}

/* side section styles */
.side-sec {
  padding: 80px;
}

.side-sec-para {
  font-size: 19px;
  padding-top: 30px;
}

/* location section styles */
.location-sec {
  background-color: #e7eef6;
}

.card-block {
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  background: #fff !important;
  padding: 15px !important;
}

.icon {
  font-size: 2rem;
  color: #00b3b3;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.card h5 {
  font-weight: bold;
  color: #114ea0;
}

.section-title {
  font-weight: 700;
  color: #114ea0;
}

.card-text {
  color: #333;
}

/* service section styles */
.service-sec {
  background-color: #114ea0;
}

.service-sec-main {
  padding-top: 100px;
  padding-bottom: 200px;
}

.sevice-sec1 {
  background-color: #e0f1fe;
  height: 100%;
  border-radius: 5px;
}

.sevice-sec2 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0px 30px;
  border-radius: 5px;
}

.bullet-point {
  color: #02b2af;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 10px;
}

.how-it-works h5 {
  font-weight: 700;
  color: #114ea0;
  font-size: 35px;
}

.how-it-works p {
  margin-bottom: 0.5rem;
  font-size: 22px;
}

.who-can-use h5 {
  font-weight: 700;
  color: #114ea0;
}

.who-can-use .title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #114ea0;
}

.font-size-cls {
  font-size: 19px;
}

/* appointment sec styles */
.section-wrapper {
  /*background-color: #114ea0;*/
  padding: 40px 0;
  margin-top: -120px;
}

.equal-height {
  height: 100%;
}

.appointment-box {
  background-color: #e3ecf3;
  padding: 30px 20px;
  text-align: center;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appointment-box h5 {
  font-weight: 700;
  color: #114ea0;
}

.appointment-box p {
  margin-bottom: 20px;
}

.cta-button {
  background-color: #1bc5b3;
  color: white;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  background-color: #17aa9b;
  box-shadow: 0 6px 12px rgba(27, 197, 179, 0.4);
  transform: translateY(-2px);
}
.cta-button1 {
  background-color: #1bc5b3 !important;
  color: white !important;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button1:hover {
  background-color: #17aa9b;
  box-shadow: 0 6px 12px rgba(27, 197, 179, 0.4);
  transform: translateY(-2px);
}

.appointment-strip {
  background-color: #114ea0;
  text-align: center;
  padding: 13px 0;
  color: white;
  font-weight: 600;
  font-size: 23px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  /* Keeps it on top of other content */
}

.custom-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 5px;
}

.headingss {
  font-size: 37px !important;
}

@media (max-width: 767.98px) {
  .custom-img {
    height: auto;
  }
  .map-img{
  width: 100% !important;
}
}

@media (max-width: 768px) {
  .desk_view {
    display: none;
  }

  .mob_view {
    display: block;
  }
  .cta-button1 {
    background-color: #1DC5B3 !important;
    color: white !important;
    border: none;
    padding: 6px 25px;
    font-weight: bold;
    border-radius: 2px;
  }
  .service-sec-main {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .side-sec {
    padding: 40px;
  }
  .sevice-sec2 {
    padding: 30px 30px;
  }
  .headingss {
    font-size: 28px !important;
  }
}

@media (max-width: 240px) {
  .banner-content1 h1 {
    font-size: 15px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 12px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 9px;
  }

  .banner-content1 {
    position: absolute;
    /* bottom: 2%; */
    top: 42%;
    color: white;
    text-align: center;
    padding: 20px;
  }
  .banner-content1 button {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 6px 15px;
    cursor: pointer !important;
  }
}
@media (min-width: 241px) and (max-width: 315px) {
  .banner-content1 h1 {
    font-size: 19px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 14px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 10px;
  }
  .banner-content1 button {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 6px 20px;
    cursor: pointer !important;
  }
}

@media (min-width: 316px) and (max-width: 375px) {
  .banner-content1 h1 {
    font-size: 24px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 17px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .banner-content1 h1 {
    font-size: 29px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 22px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 15px;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .banner-content1 h1 {
    font-size: 40px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 27px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 18px;
  }
  .banner-content1 button {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 11px 65px;
    cursor: pointer !important;
  }
  .banner-content1 {
    position: absolute;
    /* bottom: 2%; */
    top: 55%;
    color: white;
    text-align: center;
    padding: 20px;
  }
}

@media (min-width: 501px) and (max-width: 645px) {
  .banner-content1 h1 {
    font-size: 44px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 18px;
  }
  .banner-content1 button {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 13px 110px;
    cursor: pointer !important;
  }
  .banner-content1 {
    position: absolute;
    /* bottom: 2%; */
    top: 57%;
    color: white;
    text-align: center;
    padding: 20px;
  }
}

@media (min-width: 646px) and (max-width: 720px) {
  .banner-content1 h1 {
    font-size: 50px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 30px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 18px;
  }
  .banner-content1 button {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 12px 99px;
    cursor: pointer !important;
  }
  .banner-content1 {
    position: absolute;
    /* bottom: 2%; */
    top: 60%;
    color: white;
    text-align: center;
    padding: 20px;
  }
}
@media (min-width: 721px) and (max-width: 768px) {
  .banner-content1 h1 {
    font-size: 55px;
    font-weight: bold;
  }

  .banner-content1 h3 {
    font-size: 34px;
    font-weight: 600;
  }

  .banner-content1 h6 {
    font-weight: 500;
    font-size: 22px;
  }
  .banner-content1 button {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1ebbae;
    border: none;
    padding: 12px 112px;
    cursor: pointer !important;
  }
  .banner-content1 {
    position: absolute;
    /* bottom: 2%; */
    top: 61%;
    color: white;
    text-align: center;
    padding: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .banner-content h1 {
    font-size: 30px;
    font-weight: bold;
  }

  .banner-content h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .banner-content h6 {
    font-weight: 500;
    font-size: 16px;
  }
}

.nav-boxx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bi-geo-alt-fill::before{
  color: #17aa9b;
}

.number-call{
  color: #333;
}

.number-call:hover{
  color: #114ea0;
}
.map-img{
  width: 80%;
}