/* main {
    height: 1000vh;
} */

/* Banner of contact */

.section__banner-page .banner__list-img {
  margin-top: -14px;
}

.section__banner-page .contact-content {
  top: 12%;
}

/* Clinic Section */

.clinic__card {
  border-radius: 60px;
  box-shadow: 0px 0px 40px 0px rgba(222, 232, 246, 1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #ffffff 0% 0% no-repeat padding-box;
}


/* .clinic-left {
  height: 480px;
} */


.clinic__img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 67.25%
}


.clinic-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: all 0.3s linear;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.clinic__cards-container {
  padding: 0px 15px;
}

.clinic__wrapper-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clinic__wrapper-content .clinic__heading {
  width: 100%;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 30px;
}

.clinic__cards-container .clinic__card:not(:last-child) {
  margin-bottom: 90px;
}

.clinic__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  text-align: left;
}

.clinic__box .clinic__box-contact {
  display: flex;
  gap: 15px;
  /* flex-wrap: wrap; */
}

.clinic__box .clinic__box-contact:nth-child(2) {
  align-items: center;
}

.clinic__box .clinic__box-contact:nth-child(3) img {
  position: relative;
  top: 7px;
}


.clinic__box .clinic__box-contact:first-child img {
  position: relative;
  top: 4px;
}

.clinic__box .clinic__box-contact a,
.clinic__box .clinic__box-contact p,
.clinic__box .clinic__box-contact span {
  font-size: 16px;
  line-height: 29.65px;
  font-family: 'Be Vietnam Pro-Light';
  color: var(--text-color);
  letter-spacing: 0.39px;
  font-weight: 300;
}



.clinic__box-contact .line-break span:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.clinic__box-contact .line-break br {
  content: "A" !important;
  display: block !important;
  margin-bottom: 10px !important;
}

.clinic-icon {
  width: auto;
  height: 100%;
  object-fit: contain;
}

/* 
.clinic__button {
  width: 70%;
  margin-top: 24px;
  background: #8681ed 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  text-align: center;
}

.clinic__button .clinic__button-link {
    width: 100%;
    display: block;
    color: var(--secondary-scolor);
    padding: 10px 0px;
} */

/* Map section */

.location__container {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.location__button {
  /* width: 25%; */
  width: fit-content;
  background: #dee7f6 0% 0% no-repeat padding-box;
  border-radius: 17.45px;
  opacity: 1;
  text-align: center;
}

.location__button .location__button-link {
  width: 100%;
  display: block;
  color: var(--secondary-color);
  padding: 10px 16px;
  color: #3b3f80;
  font-family: 'Lexend-SemiBold';
}

.location__button.active {
  background: #8681ed 0% 0% no-repeat padding-box;
}

.location__button.active .location__button-link {
  color: white;
}

/* Map section */


/* .map__container {
  margin-top: 70px;
} */



#map {
  margin-top: 60px;
}


.gm-style-iw-chr {
  display: none;
}


.map {
  position: relative;
  overflow: auto;
  display: flex;
  z-index: 2;
  pointer-events: auto;
  height: 100%;
}

.map-container {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.map-background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 243, 235, 1);
  mix-blend-mode: color;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.map_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px 18px;
  flex-wrap: wrap;
  background-color: rgba(134, 129, 237, 1);
  border-radius: 18px;
  position: relative;
  /* z-index: 10; */
}


.map_content .map_content--name {
  font-size: 20px;
  line-height: 32.61px;
  font-family: "Megante'", sans-serif;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.map .map-frame {
  display: none;
  width: 100%;
  height: 450px;
  border: 0;
  margin: auto;
}

.map .map-frame.active {
  display: block;
}

.map_content .map_content--address {
  font-size: 13px;
  line-height: 25.65px;
  color: var(--secondary-color);
  font-family: 'Be Vietnam Pro-Light', sans-serif;
}

.map_content_logo img {
  width: 60px;
  height: 100%;
  object-fit: contain;
}


.gm-style .gm-style-iw-tc::after {
  height: 16px;
  left: 0;
  top: -1px;
  width: 36px;
  background: #8681ED;
}

.gm-ui-hover-effect {
  top: 0px !important;
  right: 5px !important;
  width: 36px !important;
  height: 36px !important;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 18px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 12px;
}


.gm-style .gm-style-iw-d:has(.map_content) {
  padding: 0;
}


.gm-ui-hover-effect>span {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
}






@media (min-width: 1025px) and (max-width: 1200px) {
  .clinic__wrapper-content {
    padding-block: 35px;
  }
}

@media screen and (max-width: 1024px) {

  /* .clinic-left {
    height: 300px;
  } */


  .committed__content .committed__heading {
    display: none;
  }

  .clinic__card {
    box-shadow: 0px 0px 20px rgba(222, 232, 246, 1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  }


  .clinic__wrapper-content {
    width: 75%;
    padding-block: 24px;
    align-items: unset;
  }



  .clinic__wrapper-content .clinic__heading {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .clinic__box .clinic__box-contact a,
  .clinic__box .clinic__box-contact p,
  .clinic__box .clinic__box-contact span {
    font-size: 12px;
    line-height: 18px;
  }



  .clinic-icon {
    width: 12px;
    height: 100%;
    object-fit: contain;
  }

  .clinic__box .clinic__box-contact {
    gap: 10px;
  }

  .clinic__box {
    gap: 12px;
  }


  .clinic__box-contact .line-break {
    width: 65%;
  }


  .clinic__cards-container .clinic__card {
    margin-inline: 0px;
    margin-right: calc(var(--bs-gutter-x)* -0.5);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
    --bs-gutter-x: 0rem;
  }


  .clinic__cards-container .clinic__card:not(:last-child) {
    margin-bottom: 50px;
  }


  /* Location */

  .location__container {
    margin-top: 32.4px;
    gap: 10px;
    flex-wrap: wrap;
  }


  .location__button {
    width: 65%;
  }


  .location__button .location__button-link {
    font-family: 'Be Vietnam Pro-Medium';
    font-size: 12px;
    line-height: 15px;
    padding: 10px 5px;
  }

  .location__button {
    width: 40%;
  }


  .map__container {
    margin-top: 101px;
  }


  .map__location {
    height: 463px;
  }


  /* .apointment {
    padding-top: 70px;
  } */

  .clinic__box .clinic__box-contact:first-child img {
    top: 0px;
  }

  .clinic__box .clinic__box-contact:nth-child(3) img {
    top: 3px;
  }



  .map-container {
    width: 100%;
    position: relative;
    height: 463.25px;
  }


  .map_content {
    gap: 10px;
    padding: 16px;
  }


  .map_content .map_content--name {
    font-size: 12px;
    border-bottom: 0.5px solid var(--secondary-color);
  }


  .map_content .map_content--address {
    font-size: 10px;
  }


  .gm-ui-hover-effect {
    right: 0px !important;
    width: 24px !important;
    height: 24px !important;
  }


}

@media (min-width: 768px) and (max-width : 1023px) {
  .location__button {
    width: 30%;
  }
}



@media (max-width : 768px) {


  /* .clinic-left {
    height: 480px;
  } */



  .clinic-left img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
  }


  .section__banner-page .contact-content {
    top: 7%;
  }
}

@media (max-width: 576px) {
  /* .clinic-left {
    height: 250px;
  } */

  .location__button {
    width: 70%;
  }

}

@media (max-width : 400px) {

  .clinic__box-contact .line-break,
  .clinic__wrapper-content {
    width: 85%;
  }


  .clinic__wrapper-content .clinic__heading {
    font-size: 13px;
    line-height: 30px;
  }

  .location__button {
    width: 75%;
  }

}