@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner::before {
  background: linear-gradient(179.92deg, rgba(0, 0, 0, 0) 0.07%, rgba(0, 0, 0, 0.65) 86.92%);
}
.banner.home-banner .banner-wrapper h1 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.34;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 20px;
  }
}
.banner.home-banner .banner-wrapper h1 span {
  font-size: 50px;
  max-width: 780px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper h1 span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper h1 span {
    font-size: 32px;
    line-height: 1.2;
  }
}
.banner.home-banner .banner-wrapper .btn-div {
  margin-top: 2.5rem;
}

.home-secA {
  padding: 70px 0 50px;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 50px 0;
  }
}
.home-secA .heading {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 675px) {
  .home-secA .heading {
    margin-bottom: 2.8rem;
  }
}
.home-secA .sevices_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.home-secA .sevices_wrap .service_col {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 170, 229, 0.0392156863);
}
.home-secA .sevices_wrap .service_col figure {
  flex: 0 1 auto;
  width: 60px;
  height: 60px;
}
.home-secA .sevices_wrap .service_col figure img, .home-secA .sevices_wrap .service_col figure svg {
  width: 100%;
  height: 100%;
}
.home-secA .sevices_wrap .service_col figcaption {
  flex: 1;
}
.home-secA .sevices_wrap .service_col figcaption h6 {
  margin-bottom: 5px;
}
.home-secA .sevices_wrap .service_col figcaption p {
  color: var(--text);
  line-height: 1.2;
}
.home-secA .services_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.home-secA .services_grid .services_col:nth-child(2) {
  grid-row: span 2;
}
.home-secA .btn-div {
  margin-top: 50px;
}

.home-secB {
  background: var(--secondary);
  display: flex;
  flex-wrap: wrap;
}
.home-secB figure, .home-secB figcaption {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .home-secB figure, .home-secB figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-secB figure {
  line-height: 0;
}
.home-secB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figcaption {
  display: flex;
  align-items: center;
}
.home-secB figcaption .content {
  max-width: 595px;
  padding: 3rem 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .home-secB figcaption .content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content {
    padding: 50px 15px;
  }
}
.home-secB figcaption .content .ico {
  margin-bottom: 22px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .home-secB figcaption .content .ico svg {
    width: 70px;
    height: auto;
  }
}
.home-secB figcaption .content .desc {
  margin: 17px 0 38px;
}
.home-secB figcaption .content .desc p {
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content .desc p {
    font-size: 14px;
  }
}

.home-secC {
  padding: 75px 0;
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC {
    padding: 50px 0;
  }
}
.home-secC .heading {
  margin-bottom: 3.5rem;
}
.home-secC .heading p {
  max-width: 530px;
  margin: 10px auto 0;
}
.home-secC .hospital_wrapper {
  position: relative;
}
.home-secC .hospital_wrapper .swiper-nav {
  max-width: 94%;
}
.home-secC .btn_wrap {
  margin-top: 40px;
  justify-content: center;
}

.home-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 50px 0;
  }
}
.home-secD .heading {
  margin-bottom: 50px;
}
.home-secD .testimonial_wrapper {
  position: relative;
}
.home-secD .testimonial_wrapper .testimonial-slider {
  max-width: 97%;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col {
  display: flex;
  align-items: center;
  background: var(--primary);
  border-radius: 15px;
  position: relative;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(/assets/icon/favicon/favicon-light.png);
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col::before {
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 97% 100%;
  opacity: 0.5;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figure {
  flex: 0 1 50%;
  width: 50%;
  height: 100%;
  line-height: 0;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figure img, .home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figure video {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption {
  flex: 1;
  padding: 40px;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption .name {
  color: var(--white);
  font-size: 30px;
  margin-bottom: 10px;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption .diagnose {
  color: var(--white);
  font-size: 20px;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption .desc {
  margin: 15px 0 30px;
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption .desc p {
  color: var(--white);
}
.home-secD .testimonial_wrapper .testimonial-slider .testimonial_col figcaption .desc p:not(:last-child) {
  margin-bottom: 10px;
}
.home-secD .btn_wrap {
  margin-top: 40px;
  justify-content: center;
}

.home-secE {
  padding: 85px 0 100px;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE {
    padding: 50px 0;
  }
}
.home-secE .btn-div {
  margin-top: 4rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .btn-div {
    margin-top: 2.5rem;
  }
}
.home-secE .btn-div .google_btn {
  background: none;
  color: var(--primary);
}
.home-secE .btn-div .google_btn:hover {
  background: var(--primary);
  color: var(--white);
}
.home-secE .btn-div .google_btn:hover svg path {
  fill: var(--white);
  stroke: var(--white);
}
.home-secE .common-slider2 .review_col {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  border-radius: 10px;
}
.home-secE .common-slider2 .review_col .user {
  width: 81px;
  height: 81px;
  border-radius: 50%;
}
.home-secE .common-slider2 .review_col .user img {
  border-radius: 50%;
}
.home-secE .common-slider2 .review_col .desc {
  margin: 25px 0;
  height: 86px;
  overflow-y: auto;
}
.home-secE .common-slider2 .review_col .desc::-webkit-scrollbar {
  width: 3px;
  background: #fff;
  height: 3px;
}
.home-secE .common-slider2 .review_col .desc::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secE .common-slider2 .review_col .desc::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}
.home-secE .common-slider2 .review_col .desc {
  padding-right: 10px;
}
.home-secE .common-slider2 .review_col .desc p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}
.home-secE .common-slider2 .review_col .desc p:not(:last-child) {
  margin-bottom: 5px;
}
.home-secE .common-slider2 .review_col .details {
  margin-top: auto;
}
.home-secE .common-slider2 .review_col .details .name {
  font-size: 20px;
  line-height: 1.2;
}
.home-secE .common-slider2 .review_col .details .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 8px;
}
.home-secE .common-slider2 .review_col .details .rating li {
  width: 15px;
  height: 15px;
}
.home-secE .common-slider2 .review_col .details .date {
  font-size: 14px;
  color: var(--text);
}
.home-secE .common-slider2 .review_col .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 30px;
}

.form_sec::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90.92%);
}
.form_sec .banner-wrapper {
  bottom: 50%;
  left: unset;
  right: 10%;
  transform: translate(10%, 50%);
}
.form_sec .form {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px;
  --labelbefore: var(--white);
  --labelafter: var(--white);
  --borderbefore: var(--white);
  --borderafter: var(--white);
  --color: var(--white);
}
.form_sec .form .heading h3 {
  color: var(--white);
  font-size: 32px;
  font-family: Optima;
  font-weight: normal;
}
.form_sec .form .form-grid {
  --item: 1;
  margin: 25px 0;
}
.form_sec .form .form-grid .custom-select::before {
  background-image: url(../../icon/arrow-down-white.svg);
}
.form_sec .form .btn_wrap {
  margin-top: 2.5rem;
}

.home-secF {
  background: rgba(0, 170, 229, 0.0392156863);
}
.home-secF .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  --gap: 50px;
  gap: var(--gap);
}
.home-secF .main_wrapper figure {
  flex: 1;
  max-width: 40%;
  width: 100%;
  line-height: 0;
  padding: 40px 40px 0;
}
.home-secF .main_wrapper .benefit_wrapper {
  flex: 1;
  max-width: 50%;
  width: 100%;
  border-left: 2px solid var(--primary);
  padding: 60px 0;
}
.home-secF .main_wrapper .benefit_wrapper .col {
  --padlr: 0;
  transition: 0.5s ease;
}
.home-secF .main_wrapper .benefit_wrapper .col:not(:last-child) {
  margin-bottom: 10px;
}
.home-secF .main_wrapper .benefit_wrapper .col.active .title .outer-circle {
  background: var(--primary);
}
.home-secF .main_wrapper .benefit_wrapper .col.active .title .icon {
  --bgcolor: var(--white);
}
.home-secF .main_wrapper .benefit_wrapper .col.active .title .icon::after {
  transform: scaleY(0);
}
.home-secF .main_wrapper .benefit_wrapper .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 10px 10px 10px 0;
  margin-left: -21px;
  gap: 20px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title {
    margin-left: -18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title {
    gap: 15px;
    margin-left: -16px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col .title h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title h6 {
    font-size: 14px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col .title .outer-circle {
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: var(--white);
  padding: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title .outer-circle {
    padding: 7px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon {
  flex: 0 1 auto;
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--primary);
  height: var(--size);
  width: var(--size);
  position: relative;
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col .title .icon {
    --size: 14px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon::before, .home-secF .main_wrapper .benefit_wrapper .col .title .icon::after {
  transition: 0.5s ease;
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon::before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
}
.home-secF .main_wrapper .benefit_wrapper .col .title .icon::after {
  left: calc(var(--size) / 2);
  translate: -50% 0;
  right: auto;
  width: var(--border);
  height: 100%;
}
.home-secF .main_wrapper .benefit_wrapper .col article {
  position: relative;
  padding: 0px 10px 0px 40px;
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col article {
    padding: 0px 10px 0 30px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col article p, .home-secF .main_wrapper .benefit_wrapper .col article ul, .home-secF .main_wrapper .benefit_wrapper .col article h2, .home-secF .main_wrapper .benefit_wrapper .col article h3, .home-secF .main_wrapper .benefit_wrapper .col article h4, .home-secF .main_wrapper .benefit_wrapper .col article h5, .home-secF .main_wrapper .benefit_wrapper .col article h6 {
  margin-bottom: 10px;
  color: var(--black);
}
.home-secF .main_wrapper .benefit_wrapper .col article *:not(button) {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col article *:not(button) {
    line-height: 1.2;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col article h1, .home-secF .main_wrapper .benefit_wrapper .col article h2, .home-secF .main_wrapper .benefit_wrapper .col article h3, .home-secF .main_wrapper .benefit_wrapper .col article h4, .home-secF .main_wrapper .benefit_wrapper .col article h5, .home-secF .main_wrapper .benefit_wrapper .col article h6, .home-secF .main_wrapper .benefit_wrapper .col article b {
  color: var(--black);
  font-weight: 500;
}
.home-secF .main_wrapper .benefit_wrapper .col article ul {
  padding-left: 20px;
}
.home-secF .main_wrapper .benefit_wrapper .col article ul li {
  list-style: none;
}
.home-secF .main_wrapper .benefit_wrapper .col article ul li::before {
  background-color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col article ul li {
    font-size: 14px;
  }
}
.home-secF .main_wrapper .benefit_wrapper .col article ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .benefit_wrapper .col article p {
    font-size: 14px;
  }
}/*# sourceMappingURL=home.css.map */