h1, h2, h3, h4, h5, h6 {
  font-family: "Alexandria", sans-serif;
  color: #000;
}

p, ul, li, span, a, i, strong, div, body {
  font-family: "Poppins", sans-serif;
  color: #453d3d;
}

.bg-blue {
  background: #24748c !important;
}

.bg-yellow {
  background: #f9f2eb !important;
}

body {
  background: #f7f7f7;
}
body p, body h3, body h3, body h1, body span {
  background-color: transparent !important;
}

a {
  color: #453d3d;
  text-decoration: none !important;
}

p {
  margin-bottom: 0px !important;
  font-size: 1rem !important;
}

.prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  font-size: 21px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  left: -1px;
  padding: 10px 20px;
}

.next-arrow {
  right: 0px;
  left: auto;
}

.prev-arrow:hover, .next-arrow:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.globalbtn {
  background: #24748c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  z-index: 2;
}
.globalbtn:hover {
  background: #000;
}

.badge-section {
  background: #eaf7ff !important;
  padding: 20px 0px;
}
.badge-section a {
  color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .globalbtn {
    font-size: 16px !important;
  }
  .prev-arrow, .next-arrow {
    top: 46%;
    z-index: 999;
    font-size: 9px;
    background: transparent;
    color: #fff;
    border: 2px solid #b8b6b6;
    padding: 5px 5px;
  }
}
.two-clm-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 35px;
  padding: 0px;
  padding-left: 16px;
}
.two-clm-list li {
  color: #000 !important;
}

.slick-arrow {
  z-index: 9 !important;
  position: absolute !important;
  top: -50px !important;
  width: 37px !important;
  left: 0px !important;
  text-align: left !important;
}

.slick-next {
  left: 40px !important;
}

.slick-next:before, .slick-prev:before {
  font-size: 30px !important;
  opacity: 1 !important;
  color: #24748c !important;
}

.slick-list {
  padding: 0px !important;
}

.first-hero-section img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-hero-section .slick-arrow {
  z-index: 9 !important;
  position: absolute !important;
  top: 50% !important;
  width: 37px !important;
  left: 20px !important;
  text-align: left !important;
}
.first-hero-section .slick-next {
  right: 20px !important;
  left: auto !important;
}

.hero-section {
  overflow: hidden;
  position: relative;
}

.our-instagram-section {
  padding: 50px 0px !important;
}
.our-instagram-section .slick-dots {
  bottom: -55px !important;
}
.our-instagram-section h2 {
  margin-bottom: 30px !important;
}
.our-instagram-section iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.our-instagram-section img {
  height: 409px !important;
  -o-object-fit: cover !important;
  margin-top: 0px !important;
  width: 100% !important;
  border-radius: 0px !important;
}
.our-instagram-section .service-card {
  border-radius: 0px !important;
  padding: 0px !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.doctor-section .slick-list {
  padding-right: 290px !important;
  padding-right: 170px !important;
}
.doctor-section i {
  background: #24748c !important;
  border-radius: 100%;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.doctor-section .slick-arrow {
  z-index: 9 !important;
  position: absolute !important;
  top: -50px !important;
  width: 37px !important;
  right: 10px !important;
  text-align: left !important;
  left: 20px !important;
}
.doctor-section .slick-prev {
  right: 50px !important;
}
.doctor-section .slick-next {
  left: 60px !important;
}

.small-title {
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
}

.doctor-section h2 {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}
.doctor-section h2 span {
  display: block;
  color: #000 !important;
  font-size: 64px;
  font-weight: 400;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}

.doctor-card {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  margin: 12px 15px;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.2666666667);
}

.doctor-image {
  position: relative;
}

.doctor-content {
  height: 96%;
  position: relative;
}
.doctor-content .row {
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 15px;
  margin: 0px;
  padding: 0px 10px;
}
.doctor-content .appointment-btn {
  position: absolute;
  bottom: 3px;
  width: 100%;
}

.doctor-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  -o-object-position: bottom;
     object-position: bottom;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.0666666667);
}

.doctor-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  border-radius: 100px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.07);
}
.doctor-info img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100px;
  -o-object-position: bottom;
     object-position: bottom;
  border: 1px solid #d9d9d9;
  box-shadow: none !important;
  margin-right: 10px;
}

.doctor-info h5 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.doctor-info p {
  margin: 0;
  font-size: 13px !important;
  line-height: 16px;
  margin-top: 4px;
}

.short-doctor-infor {
  width: 75% !important;
}

.profile-btn {
  position: absolute;
  right: 5px;
  border: none;
  border-radius: 100%;
}
.profile-btn i {
  font-size: 20px !important;
}

.info-box {
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.info-box .iconbox {
  background: #fff4f4;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.info-box i {
  background: transparent !important;
  color: #000 !important;
  font-size: 25px;
  margin-right: 0px;
}
.info-box .content {
  width: 65%;
}

.info-box strong {
  display: block;
  font-size: 13px;
  color: #333 !important;
  font-weight: 400 !important;
}

.info-box span {
  display: block;
  color: #000;
  font-weight: bold;
}

.appointment-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(90deg, #2fa6d7, #0b2f63);
}

.doctor-content h3 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
  margin-top: 20px;
  font-family: "Konkhmer Sleokchher", system-ui !important;
}

@media (max-width: 768px) {
  .doctor-section h2 {
    font-size: 36px;
  }
  .doctor-image img {
    height: 300px;
  }
}
.info-cta-section {
  padding: 70px 0px;
}
.info-cta-section .bg-blue {
  border-radius: 25px;
  padding: 30px;
}
.info-cta-section .left-clm {
  position: relative;
  padding: 0px 30px;
}
.info-cta-section .number {
  font-size: 200px;
  font-weight: bolder;
  color: yellow;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
}
.info-cta-section .text {
  font-size: 26px;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-align: center;
}
.info-cta-section .dicon {
  background: #000;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  border-radius: 100%;
  float: right;
  line-height: 1;
  padding: 9px;
  position: absolute;
  right: 45px;
  top: 12px;
}
.info-cta-section p, .info-cta-section div {
  color: #fff;
}
.info-cta-section .right-clm {
  border-left: 2px solid #fff;
  padding: 0px 30px !important;
}
.info-cta-section .right-clm .title {
  font-size: 36px !important;
  font-family: "Alexandria", sans-serif;
  font-weight: bold;
}
.info-cta-section .right-clm .title span {
  color: yellow !important;
}
.info-cta-section .right-clm .inner-number {
  font-size: 50px !important;
  font-weight: bolder;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
}
.info-cta-section .right-clm .inner-desc {
  border-left: 2px solid #fff !important;
  padding: 0px 15px;
  margin-top: 12px;
  width: 90%;
}
.info-cta-section .right-clm .inner-clm {
  margin-top: 12px;
}
.info-cta-section .right-clm .inner-clm:not(:first-child) {
  margin-left: 60px;
}
.info-cta-section .right-clm .inner-clm:nth-last-child(2) {
  margin-left: 30px;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #24748c !important;
  margin-top: 15px;
}

.our-services h2 {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  font-family: "Alexandria", sans-serif !important;
}
.our-services h3 {
  color: #000 !important;
  font-weight: 400;
  font-size: 32px;
  font-family: "Konkhmer Sleokchher", system-ui;
  text-transform: capitalize;
}
.our-services .icon-top {
  background: #24748c !important;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 10px;
}
.our-services .icon-top i {
  color: #fff !important;
}
.our-services .service-card {
  background: #fff;
  border-radius: 25px;
  padding: 12px;
  font-size: 16px !important;
  margin: 10px;
}
.our-services .service-card .text-clm {
  padding: 0px 10px;
}
.our-services .service-card p {
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 30px !important;
}
.our-services .service-card .highlight {
  background: #24748c !important;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 100px;
  font-size: 12px !important;
  line-height: 1;
  margin: 5px 2px !important;
  font-weight: 400 !important;
}
.our-services .service-card .highlight a {
  color: #fff !important;
  text-decoration: none !important;
}
.our-services .service-card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 25px;
  overflow: hidden;
  margin-top: 15px;
}

.shbadv-section {
  position: relative !important;
  background: #fff !important;
  overflow: hidden !important;
  padding: 100px 0 !important;
}
.shbadv-section .shbadv-card {
  border: 2px solid rgba(0, 0, 0, 0.0666666667);
  padding: 30px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1333333333);
  margin: 5px;
  transform: translate(0px, 0px);
  transition: all 200ms ease-in-out;
  border-radius: 15px;
}
.shbadv-section .shbadv-card h4 {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
}
.shbadv-section .shbadv-card p {
  margin-bottom: 10px !important;
}
.shbadv-section .shbadv-card p, .shbadv-section .shbadv-card li {
  color: #767676;
}
.shbadv-section .shbadv-card li {
  font-style: italic;
}
.shbadv-section .shbadv-card:hover {
  border-color: rgba(36, 116, 140, 0.2588235294);
  box-shadow: 0px 0px 5px 2px rgba(36, 116, 140, 0.7294117647);
  transform: translate(0px, -15px);
  transition: all 200ms ease-in-out;
}
.shbadv-section .shbadv-card .shbadv-icon i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #24748c;
}
.shbadv-section .shbadv-card a {
  font-weight: bold;
  color: #24748c;
  border: 1px solid #24748c;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
}
.shbadv-section .shbadv-card a:hover {
  background: #24748c !important;
  color: #fff !important;
}
.shbadv-section .shbadv-card a:hover i {
  color: #fff !important;
}
.shbadv-section .shbadv-card ul li i {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #24748c;
}
.shbadv-section .shbadv-card .shbadv-read i {
  color: #24748c;
  margin-left: 10px;
}

.shb-video-btn {
  background: #24748c !important;
  border: 1px solid #24748c;
  color: #fff;
  display: block;
  cursor: pointer;
  z-index: 20;
  padding: 10px 15px !important;
  padding: 8px 15px !important;
  border-radius: 5px;
}

.shb-video-btn i {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}

.shb-video-btn:hover {
  background: #FF0000 !important;
  border: 1px solid #FF0000;
  color: #fff;
}

.shbadv-bg-text {
  position: absolute !important;
  top: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 110px !important;
  font-weight: 800 !important;
  color: #f2f3f7 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  z-index: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}

.shbadv-title {
  position: relative !important;
  z-index: 2 !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  width: 60%;
  margin: auto;
}
.shbadv-title span {
  color: #24748c;
}

.shbapp-section {
  background-image: url(/assets/front/imgs/eye-banner-2.webp);
  background-size: cover;
  background-position: center center;
}
.shbapp-section .layercolor {
  background: rgba(38, 117, 144, 0.8901960784);
  padding-top: 10px;
}

.shbapp-section h2 {
  font-size: 36px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
  color: #fff !important;
}

.shbapp-form {
  margin-top: 20px;
  margin-bottom: 60px;
}
.shbapp-form button {
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 13px;
  border: 2px solid #fff;
}
.shbapp-form button i {
  color: #fff;
  margin-left: 5px;
}
.shbapp-form button:hover {
  background: #fff;
  color: #24748c;
}
.shbapp-form button:hover i {
  color: #24748c;
}

.shbapp-image {
  text-align: center;
}

.shbapp-image img {
  width: 80% !important;
}

.shbapp-control {
  height: 58px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 15px;
  color: #555;
  background: #fff;
  box-shadow: none;
  transition: 0.35s;
}

.shbapp-control:focus {
  border-color: #1d7bf2;
  box-shadow: none;
}

.shbapp-control::-moz-placeholder {
  color: #8d8d8d;
}

.shbapp-control:-ms-input-placeholder {
  color: #8d8d8d;
}

.shbapp-control::placeholder {
  color: #8d8d8d;
}

.shbapp-textarea {
  min-height: 160px;
  resize: none;
  padding-top: 16px;
}

.shbapp-form select {
  cursor: pointer;
}

.shbapp-note {
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .first-section .row {
    margin: 0px !important;
  }
  .first-section .container .cube {
    width: 100%;
  }
  .first-section .card__image img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .first-section .card__title {
    font-size: 18px;
  }
  .first-section .row__item {
    padding: 0px !important;
  }
  .first-section .wrapper {
    margin-top: 2rem;
  }
  .first-section .row__item + .row__item {
    margin-left: 0rem;
    margin-top: 2rem;
  }
  .slider__control-line {
    left: 15px;
    top: 50%;
    width: 3px;
  }
  .slider__control {
    top: 50%;
    left: 10%;
    width: 44px;
    height: 44px;
  }
  .slider__control--right {
    left: auto;
    right: 10px;
  }
  .slider__control--right .slider__control-line {
    left: 28px;
  }
}
.eyecta-sec {
  background: linear-gradient(135deg, #08617e, #0c7b9b) !important;
  overflow: hidden;
  position: relative;
  padding: 60px 0px;
}

.eyecta-box {
  text-align: center !important;
  position: relative !important;
  background-image: url(/assets/front/imgs/352405737_11413225.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.eyecta-box:before {
  content: "" !important;
  position: absolute !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  background: rgba(195, 192, 192, 0.12) !important;
  top: -120px !important;
  left: -60px !important;
}

.eyecta-box:after {
  content: "" !important;
  position: absolute !important;
  width: 220px !important;
  height: 220px !important;
  border-radius: 50% !important;
  background: rgba(195, 192, 192, 0.12) !important;
  right: -85px !important;
  bottom: -85px !important;
}

.eyecta-badge {
  display: inline-block !important;
  background: #eaf8fc !important;
  color: #08617e !important;
  padding: 10px 22px !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
}
.eyecta-badge i {
  color: #0a708f !important;
}

.eyecta-title {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #e5e5e5 !important;
  margin-bottom: 20px !important;
  font-family: "Alexandria", sans-serif !important;
}

.eyecta-title span {
  color: #ffefd3 !important;
  font-size: 64px !important;
  font-weight: 800 !important;
}

.eyecta-title strong i {
  display: block !important;
  margin-top: 10px !important;
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 30px !important;
}

.eyecta-desc {
  max-width: 650px !important;
  margin: 0 auto 40px !important;
  color: #666 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.eyecta-btns {
  display: flex !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.eyecta-btn {
  text-decoration: none !important;
  padding: 15px 34px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.eyecta-btn-primary {
  background: #ffffff !important;
  color: #0b7695 !important;
}
.eyecta-btn-primary i {
  color: #0b708e;
  margin-right: 10px;
  font-size: 18px;
}

.eyecta-btn-primary:hover {
  background: #ffffff !important;
}

.eyecta-btn-outline {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.eyecta-btn-outline i {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}

.eyecta-btn-outline:hover {
  background: #08617e !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .eyecta-box {
    padding: 50px 25px !important;
  }
  .eyecta-title {
    font-size: 34px !important;
  }
  .eyecta-title span {
    font-size: 46px !important;
  }
  .eyecta-title strong {
    font-size: 24px !important;
  }
  .eyecta-desc {
    font-size: 16px !important;
  }
  .eyecta-btn {
    width: 100% !important;
  }
}
.eye-about {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0px;
  padding-bottom: 50px;
}

.eye-about h2 {
  font-size: 64px !important;
  font-family: "Alexandria", sans-serif !important;
  font-weight: 400 !important;
  color: #000;
  line-height: 77px !important;
  position: relative;
  z-index: 2;
  margin-bottom: 0px !important;
}

.eye-about p {
  color: #000 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 42px !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 10px;
}

.eye-about .lastline {
  color: #24748C !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
  margin-top: 20px;
}

.eye-icon {
  background: #24748c;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eye-icon i {
  color: #fff !important;
  font-size: 52px;
  transform: rotate(322deg);
}

@media (max-width: 991px) {
  .eye-about {
    padding: 70px 0;
  }
  .eye-bg-title {
    font-size: 58px;
  }
  .eye-about h2 {
    font-size: 34px;
  }
  .eye-img {
    margin-top: 40px;
  }
  .eye-exp {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 20px auto 0;
  }
}
@media (max-width: 576px) {
  .eye-bg-title {
    font-size: 40px;
  }
  .eye-about h2 {
    font-size: 28px;
  }
  .eye-exp h2 {
    font-size: 42px;
  }
  .eye-exp p {
    font-size: 17px;
  }
}
.tsw-section {
  position: relative !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.tsw-heading {
  margin-bottom: 60px !important;
}

.tsw-subtitle {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #08617e !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}

.tsw-title {
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #16233b !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
}

.tsw-description {
  font-size: 18px !important;
  color: #6d7485 !important;
  max-width: 650px !important;
  margin: auto !important;
  line-height: 1.8 !important;
}

.tsw-slider {
  overflow: hidden !important;
  padding: 10px 5px 30px !important;
}

.tsw-slider .swiper-slide {
  height: auto !important;
}

.tsw-card {
  background: #fff !important;
  border-radius: 22px !important;
  border-top: 5px solid #08617e !important;
  padding: 32px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08) !important;
  transition: 0.4s ease !important;
}

.tsw-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12) !important;
}

.tsw-quote {
  font-size: 60px !important;
  color: #d5ebe8 !important;
  line-height: 1 !important;
  margin-bottom: 20px !important;
}

.tsw-review {
  color: #35435d !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin-bottom: 25px !important;
  flex-grow: 1 !important;
}

.tsw-stars {
  color: #ffc107 !important;
  font-size: 16px !important;
  margin-bottom: 24px !important;
}

.tsw-quote i {
  color: #999 !important;
}

.tsw-next:hover i, .tsw-prev:hover i {
  color: #fff !important;
}

.tsw-play i {
  color: #fff !important;
}

.tsw-stars i {
  margin-right: 3px !important;
  color: #ffc107 !important;
}

.tsw-user {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 22px !important;
}

.tsw-user-image {
  width: 60px !important;
  height: 60px !important;
  margin-right: 15px !important;
}

.tsw-user-image img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border: 3px solid #08617e !important;
}

.tsw-user-info h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #16233b !important;
}

.tsw-user-info span {
  color: #7d8597 !important;
  font-size: 15px !important;
}

.tsw-line {
  width: 100% !important;
  height: 1px !important;
  background: #ececec !important;
  margin-bottom: 18px !important;
}

.tsw-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #edf8f5 !important;
  color: #08617e !important;
  border-radius: 30px !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tsw-navigation {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 55px !important;
}

.tsw-prev, .tsw-next, .tsw-play {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: 0.35s !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.tsw-prev, .tsw-next {
  background: #fff !important;
  color: #08617e !important;
}

.tsw-prev:hover, .tsw-next:hover {
  background: #08617e !important;
  color: #fff !important;
}

.tsw-play {
  background: #08617e !important;
  color: #fff !important;
}

.tsw-navigation i {
  font-size: 18px !important;
}

.tsw-slider .swiper-slide {
  transition: 0.35s ease !important;
}

.tsw-slider .swiper-slide-active .tsw-card {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14) !important;
}

.tsw-slider .swiper-pagination {
  position: relative !important;
  margin-top: 35px !important;
}

.tsw-slider .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #b8c4cf !important;
  opacity: 1 !important;
}

.tsw-slider .swiper-pagination-bullet-active {
  width: 28px !important;
  border-radius: 30px !important;
  background: #08617e !important;
}

@media (max-width: 1199px) {
  .tsw-title {
    font-size: 42px !important;
  }
  .tsw-card {
    padding: 28px !important;
  }
}
@media (max-width: 991px) {
  .tsw-title {
    font-size: 36px !important;
  }
  .tsw-description {
    font-size: 16px !important;
  }
  .tsw-review {
    font-size: 16px !important;
  }
  .tsw-user-info h5 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .tsw-heading {
    margin-bottom: 40px !important;
  }
  .tsw-title {
    font-size: 30px !important;
  }
  .tsw-description {
    font-size: 15px !important;
  }
  .tsw-card {
    padding: 24px !important;
  }
  .tsw-review {
    line-height: 1.8 !important;
  }
  .tsw-navigation {
    gap: 12px !important;
    margin-top: 35px !important;
  }
  .tsw-prev, .tsw-next, .tsw-play {
    width: 46px !important;
    height: 46px !important;
  }
}
.zbg-blog-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.zbg-blog-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0c4b8d;
  margin-bottom: 12px;
}

.zbg-blog-title {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  margin-bottom: 15px;
}
.zbg-blog-title span {
  color: #24748c;
}

.zbg-blog-divider {
  width: 70px;
  height: 2px;
  background: #0c4b8d;
  margin: 0 auto;
}

.zbg-blog-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  transition: 0.35s;
}

.zbg-blog-thumb {
  flex: 0 0 280px;
  max-width: 280px;
}

.zbg-blog-thumb img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: 0.4s;
}

.zbg-blog-content {
  flex: 1;
}

.zbg-blog-post-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
}

.zbg-blog-post-title a {
  color: #24748c;
  text-decoration: none;
  transition: 0.3s;
}
.zbg-blog-post-title a:hover {
  text-decoration: underline;
}

.zbg-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  color: #8d96a5;
  margin-bottom: 8px;
}
.zbg-blog-meta span {
  font-size: 14px;
}

.zbg-blog-dot {
  font-size: 12px;
  color: #8d96a5;
}

.zbg-blog-content p {
  margin: 0;
  color: #252525;
  font-size: 16px !important;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1199px) {
  .zbg-blog-thumb {
    flex: 0 0 240px;
    max-width: 240px;
  }
  .zbg-blog-thumb img {
    height: 170px;
  }
  .zbg-blog-post-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .zbg-blog-item {
    flex-direction: column;
  }
  .zbg-blog-thumb {
    width: 100%;
    max-width: 100%;
  }
  .zbg-blog-thumb img {
    width: 100%;
    height: 250px;
  }
  .zbg-blog-title {
    font-size: 38px;
  }
  .zbg-blog-post-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .zbg-blog-title {
    font-size: 30px;
  }
  .zbg-blog-thumb img {
    height: 220px;
  }
  .zbg-blog-post-title {
    font-size: 24px;
  }
  .zbg-blog-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .zbg-blog-thumb img {
    height: 200px;
  }
  .zbg-blog-title {
    font-size: 26px;
  }
  .zbg-blog-post-title {
    font-size: 22px;
  }
}
.esec-section {
  position: relative;
  overflow: hidden;
  background: #f8fbff;
  padding: 90px 0;
}

.esec-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  background: rgba(8, 97, 126, 0.05);
  border-radius: 50%;
  filter: blur(60px);
}

.esec-subtitle {
  display: block;
  font-size: 90px;
  font-weight: 800;
  color: #edf2f7;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}

.esec-title {
  position: relative;
  z-index: 2;
  font-size: 54px !important;
  font-weight: 800 !important;
  margin-bottom: 15px;
}
.esec-title span {
  color: #24748c;
}

.esec-title-line {
  width: 80px;
  height: 4px;
  margin: auto;
  border-radius: 30px;
  background: #24748c;
  position: relative;
  overflow: hidden;
}

.esec-title-line::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #fff;
  -webkit-animation: esec-lineMove 2.5s linear infinite;
          animation: esec-lineMove 2.5s linear infinite;
}

@-webkit-keyframes esec-lineMove {
  100% {
    left: 100%;
  }
}

@keyframes esec-lineMove {
  100% {
    left: 100%;
  }
}
.esec-description {
  color: #6c757d;
  max-width: 720px;
  margin: auto;
}

.esec-main-wrapper {
  margin-top: 70px;
}

.esec-image-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0px 45px rgba(0, 0, 0, 0.1607843137);
}

.esec-image-box img {
  transition: 0.7s;
  display: block;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.esec-vertical-text {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 82%;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.esec-vertical-text span {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 20px;
  font-weight: 600;
  color: #24748c;
  text-align: center;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.esec-vertical-text span::after {
  content: "";
  color: #24748c;
}

.esec-vertical-text strong {
  color: #24748c;
}

.esec-content-card {
  background: #fff;
  padding: 55px;
  border-radius: 10px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.esec-content-card:hover {
  transform: translateY(-8px);
}

.esec-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #24748c;
}

.esec-card-title {
  color: #24748c;
  line-height: 1.35;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 26px;
}

.esec-content-card i {
  color: #24748c;
  margin-top: 5px;
  font-size: 9px;
  background: #24748c;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  font-weight: bold;
  margin-right: 5px;
}

.esec-content-card table tr td {
  padding: 8px 0px;
}
.esec-content-card table tr td:nth-child(1) {
  width: 192px !important;
  font-weight: bold !important;
  color: #000;
  display: flex;
  justify-content: start;
  align-items: start;
}

.esec-btn {
  background: #24748c !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 15px 34px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}

.esec-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  background: #24748c;
}

.esec-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-30deg);
  transition: 0.7s;
}

.esec-btn:hover::before {
  left: 130%;
}

.esec-main-wrapper-2 .esec-vertical-text {
  right: -70px;
  left: auto;
}
.esec-main-wrapper-2 .esec-vertical-text span {
  transform: rotate(0deg);
}
.esec-main-wrapper-2 .esec-content-card-2::before {
  background: transparent !important;
}
.esec-main-wrapper-2 .esec-content-card-2 {
  border-right: 5px solid #24748c !important;
}

@media (max-width: 991px) {
  .esec-subtitle {
    display: none;
  }
  .esec-title {
    font-size: 32px;
  }
  .esec-content-card {
    margin-top: 40px;
    padding: 35px;
  }
  .esec-card-title {
    font-size: 28px;
  }
  .esec-vertical-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .esec-section {
    padding: 70px 0;
  }
  .esec-title {
    font-size: 28px;
  }
  .esec-card-title {
    font-size: 24px;
  }
  .esec-content-card {
    padding: 25px;
  }
  .esec-btn {
    width: 100%;
    text-align: center;
  }
}
.eqshow-section {
  position: relative;
  padding: 100px 0;
  background: #f8fbff;
  overflow: hidden;
}

.eqshow-bg-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-size: 110px;
  font-weight: 800;
  color: #edf3f7;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}

.eqshow-subtitle {
  display: block;
  color: #08617e;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.eqshow-title {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  position: relative;
  z-index: 2;
}
.eqshow-title span {
  display: block;
  font-size: 64px;
  font-weight: 400;
  color: #000;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}

.eqshow-divider {
  width: 70px;
  height: 4px;
  background: #08617e;
  border-radius: 30px;
  margin: 18px auto;
  position: relative;
  overflow: hidden;
}

.eqshow-divider::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 35px;
  height: 100%;
  background: #fff;
  -webkit-animation: eqshowLine 2s linear infinite;
          animation: eqshowLine 2s linear infinite;
}

@-webkit-keyframes eqshowLine {
  to {
    left: 110%;
  }
}

@keyframes eqshowLine {
  to {
    left: 110%;
  }
}
.eqshow-desc {
  color: #000 !important;
  font-size: 24px !important;
  line-height: 42px !important;
  font-weight: 300 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center !important;
  margin-bottom: 10px !important;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.eqshow-image-area {
  position: relative;
  text-align: center;
  min-height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eqshow-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.1882352941) 0%, transparent 70%);
  border-radius: 50%;
  -webkit-animation: eqshowGlow 4s ease-in-out infinite;
          animation: eqshowGlow 4s ease-in-out infinite;
}

@-webkit-keyframes eqshowGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes eqshowGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}
.eqshow-image-area img {
  max-width: 85%;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.15));
}

.eqshow-content {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.eqshow-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #08617e;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}

.eqshow-content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #24748c;
  margin-bottom: 20px;
  font-family: "Konkhmer Sleokchher", system-ui !important;
}

.eqshow-content p {
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}

.eqshow-content p, .eqshow-content div {
  font-size: 16px !important;
  color: #000 !important;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
}

.eqshow-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.eqshow-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  color: #3d4b63;
  transition: 0.35s;
}

.eqshow-feature i {
  width: 14px;
  height: 14px;
  background: #24748c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.eqshow-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0px;
  scrollbar-width: none;
  justify-content: center;
}

.eqshow-nav::-webkit-scrollbar {
  display: none;
}

.eqshow-item {
  min-width: 100px;
  border: none;
  background: #fff;
  border-radius: 18px;
  padding: 18px 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  cursor: pointer;
  text-align: center;
  flex-shrink: 0;
}

.eqshow-item img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.4s;
}

.eqshow-item span {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  color: #22304a;
  font-size: 13px;
}

.eqshow-item:hover {
  transform: translateY(-8px);
}

.eqshow-item:hover img {
  transform: scale(1.12) rotate(5deg);
}

.eqshow-item.active {
  background: #08617e;
}

.eqshow-item.active span {
  color: #fff;
}

.eqshow-progress {
  width: 100%;
  height: 4px;
  background: #dbe6ec;
  border-radius: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.eqshow-progress-bar {
  display: block;
  width: 25%;
  height: 100%;
  background: #08617e;
  border-radius: 20px;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .eqshow-bg-text {
    display: none;
  }
  .eqshow-title {
    font-size: 36px;
  }
  .eqshow-image-area {
    min-height: 380px;
  }
  .eqshow-content {
    padding: 30px;
  }
  .eqshow-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .eqshow-title {
    font-size: 30px;
  }
  .eqshow-content {
    padding: 25px;
  }
  .eqshow-content h3 {
    font-size: 24px;
  }
  .eqshow-item {
    min-width: 110px;
  }
  .eqshow-item img {
    width: 50px;
    height: 50px;
  }
}
.eqshow-content h3, .eqshow-content p, .eqshow-features, #eqshowMainImage {
  transition: 0.45s ease;
}

.eqshow-item.active {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(8, 97, 126, 0.35);
}

.eqshow-item.active img {
  transform: scale(1.1);
}

.eqshow-item.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
}

.eqshow-item {
  position: relative;
}

.dvc-doctors-section {
  padding: 70px 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.dvc-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 42px;
}
.dvc-section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}
.dvc-section-header i {
  background: #24748c !important;
  border-radius: 100%;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin-right: 5px;
}

.dvc-see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid #24748c;
  border-radius: 30px;
  color: #24748c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.dvc-see-all-btn span {
  font-size: 18px;
  line-height: 1;
}

.dvc-see-all-btn:hover {
  background: #24748c;
  border-color: #24748c;
  color: #ffffff;
}
.dvc-see-all-btn:hover span {
  color: #fff !important;
}

.dvc-doctor-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #f0f3f5;
  padding: 10px 14px 20px;
  box-shadow: 0 4px 18px rgba(20, 55, 90, 0.04);
  transition: box-shadow 0.25s ease;
}

.dvc-doctor-card:hover {
  box-shadow: 0 7px 25px rgba(20, 55, 90, 0.1);
}

.dvc-doctor-image {
  width: 100%;
  height: 160px;
  background: #e9f7fd;
  overflow: hidden;
  margin-bottom: 14px;
}

.dvc-doctor-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.dvc-doctor-card h3 {
  color: #24748c;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px;
}

.dvc-doctor-card p {
  color: #3e3e3e;
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.dvc-appointment-btn {
  display: inline-block;
  background: #24748c;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 20px;
  transition: background 0.25s ease;
}

.dvc-appointment-btn:hover {
  background: #000 !important;
  color: #ffffff;
}

.dvc-appointment-box {
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(23, 61, 112, 0.08);
  height: 100%;
}

.dvc-appointment-heading {
  background: #24748c;
  color: #ffffff;
  padding: 19px 23px;
  font-size: 25px;
  font-weight: 600;
}

.dvc-appointment-box form {
  padding: 14px 18px 18px;
}

.dvc-form-group {
  margin-bottom: 13px;
}

.dvc-form-group label {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

.dvc-form-group label span {
  color: #111111;
  margin-left: 2px;
}

.dvc-form-control {
  width: 100%;
  height: 39px;
  border: 1px solid #939393;
  border-radius: 8px;
  background: #ffffff;
  color: #555555;
  font-size: 16px;
  padding: 8px 12px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.dvc-form-control:focus {
  border-color: #38aee5;
  box-shadow: none;
}

.dvc-form-control::-moz-placeholder {
  color: #a7a7a7;
}

.dvc-form-control:-ms-input-placeholder {
  color: #a7a7a7;
}

.dvc-form-control::placeholder {
  color: #a7a7a7;
}

.dvc-book-btn {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #24748c !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 3px;
  transition: background 0.25s ease;
}

.dvc-book-btn:hover {
  background: #000 !important;
}

@media (max-width: 1199.98px) {
  .dvc-section-title {
    font-size: 32px;
  }
  .dvc-doctor-image {
    height: 120px;
  }
  .dvc-appointment-heading {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .dvc-section-header {
    align-items: center;
  }
  .dvc-section-title {
    font-size: 30px;
  }
  .dvc-appointment-box {
    margin-top: 15px;
  }
  .dvc-doctor-image {
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .dvc-doctors-section {
    padding: 50px 0;
  }
  .dvc-section-header {
    display: block;
    margin-bottom: 30px;
  }
  .dvc-section-title {
    font-size: 27px;
  }
  .dvc-see-all-btn {
    margin-top: 15px;
  }
  .dvc-doctor-image {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .dvc-section-title {
    font-size: 24px;
  }
  .dvc-section-subtitle {
    margin-left: 75px;
  }
  .dvc-section-subtitle::before {
    width: 70px;
    left: -77px;
  }
  .dvc-doctor-image {
    height: 200px;
  }
  .dvc-appointment-heading {
    font-size: 21px;
    padding: 17px 18px;
  }
}
.our-instagram-eyebrow i {
  font-size: 18px !important;
  color: #e1306c !important;
}

.our-instagram-slider {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.our-instagram-slide {
  padding: 0 10px !important;
}

.our-instagram-card {
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
}

.our-instagram-card-header {
  min-height: 62px !important;
  padding: 10px 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #ffffff !important;
}

.our-instagram-profile {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.our-instagram-avatar {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%) !important;
  color: #ffffff !important;
  font-size: 19px !important;
}

.our-instagram-user-info {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.2 !important;
}

.our-instagram-user-info strong {
  font-size: 14px !important;
  color: #171717 !important;
  font-weight: 600 !important;
}

.our-instagram-user-info span {
  margin-top: 3px !important;
  font-size: 11px !important;
  color: #8e8e8e !important;
}

.our-instagram-more {
  color: #222222 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

.our-instagram-image-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/6 !important;
  overflow: hidden !important;
  background: #f2f2f2 !important;
}

.our-instagram-image-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.our-instagram-image-wrap:hover img {
  transform: scale(1.03) !important;
}

.our-instagram-reel-icon {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgb(36, 116, 140) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  -webkit-backdrop-filter: blur(5px) !important;
          backdrop-filter: blur(5px) !important;
}

.our-instagram-reel-icon i {
  margin-left: 2px !important;
  color: #fff !important;
}

.our-instagram-actions {
  padding: 12px 14px 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #222222 !important;
}

.our-instagram-left-actions {
  display: flex !important;
  align-items: center !important;
  gap: 17px !important;
}

.our-instagram-actions i {
  font-size: 20px !important;
  cursor: pointer !important;
  transition: transform 0.2s ease !important;
}

.our-instagram-actions i:hover {
  transform: scale(1.12) !important;
}

.our-instagram-content {
  padding: 3px 14px 17px !important;
}

.our-instagram-likes {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 13px !important;
  color: #222222 !important;
}

.our-instagram-content p {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
}

.our-instagram-view {
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0095f6 !important;
  text-decoration: none !important;
}

.our-instagram-view:hover {
  color: #00376b !important;
}

.our-instagram-image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.our-instagram-image-wrap video {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.nxsvc-section {
  position: relative;
  padding: 100px 0;
  padding-top: 0px !important;
  background: #f6f3ed;
  overflow: hidden;
}

.nxsvc-heading-left {
  position: relative;
}

.nxsvc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #23849d;
  margin-bottom: 12px;
}

.nxsvc-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #23849d;
}

.nxsvc-heading h2 {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  font-family: "Alexandria", sans-serif;
}

.nxsvc-heading > p {
  max-width: 400px;
  margin: 0 0 4px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.nxsvc-card {
  position: relative;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
  margin: 0px 10px;
  box-shadow: 0px 0px 4px 3px rgba(241, 241, 241, 0.2);
}

.nxsvc-grid .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nxsvc-image {
  height: 285px;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.nxsvc-featured .nxsvc-image {
  height: 360px;
}

.nxsvc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s ease;
}

.nxsvc-card:hover i {
  color: #fff !important;
}

.nxsvc-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.nxsvc-number {
  position: absolute;
  left: 22px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s ease;
}

.nxsvc-card:hover .nxsvc-number {
  background: #23849d;
  transform: rotate(10deg) scale(1.08);
}

.nxsvc-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fff;
  text-decoration: none;
  transform: translate(0, 0);
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.nxsvc-arrow i {
  font-size: 14px;
  transition: transform 0.4s ease;
}

.nxsvc-card:hover .nxsvc-arrow {
  background: #23849d;
  color: #fff;
  transform: translate(4px, -4px);
}

.nxsvc-card:hover .nxsvc-arrow i {
  transform: rotate(0deg);
}

.nxsvc-content {
  padding: 25px 26px 28px;
}

.nxsvc-tag {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #23849d;
  margin-bottom: 10px;
}

.nxsvc-content h3 {
  margin: 0 0 10px;
  letter-spacing: -0.7px;
  color: #000 !important;
  font-weight: 400;
  font-size: 26px;
  font-family: "Konkhmer Sleokchher", system-ui;
  text-transform: capitalize;
}

.nxsvc-featured .nxsvc-content h3 {
  font-size: 34px;
}

.nxsvc-content p {
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 12px !important;
}

.nxsvc-content .highlight {
  background: #24748c !important;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 100px;
  font-size: 12px !important;
  line-height: 1;
  margin: 5px 2px !important;
  font-weight: 400 !important;
}

.nxsvc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.nxsvc-pills span {
  padding: 7px 11px;
  border-radius: 30px;
  background: #eef7f9;
  color: #23849d;
  font-size: 11px;
  font-weight: 600;
  transition: 0.3s ease;
}

.nxsvc-card:hover .nxsvc-pills span {
  background: #23849d;
  color: #fff;
}

@-webkit-keyframes nxsvcFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(20px) rotate(8deg);
  }
}

@keyframes nxsvcFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(20px) rotate(8deg);
  }
}
@media (max-width: 991px) {
  .nxsvc-featured .nxsvc-image {
    height: 330px;
  }
}
@media (max-width: 575px) {
  .nxsvc-section {
    padding: 70px 0;
  }
  .nxsvc-heading {
    margin-bottom: 35px;
  }
  .nxsvc-heading h2 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .nxsvc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nxsvc-featured {
    grid-column: auto;
  }
  .nxsvc-image, .nxsvc-featured .nxsvc-image {
    height: 280px;
  }
  .nxsvc-content h3, .nxsvc-featured .nxsvc-content h3 {
    font-size: 26px;
  }
  .nxsvc-card {
    min-height: auto;
    border-radius: 22px;
  }
}
.br-faq-section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: hidden;
  background-color: #fff;
  background-image: radial-gradient(#eeeeee 1.2px, transparent 1.2px);
  background-size: 8px 8px;
  border-bottom: 5px solid #24748c;
}

.br-faq-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
}

.br-faq-visual {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.br-question-mark {
  font-family: "Alexandria", sans-serif;
  font-size: 700px;
  line-height: 0.75;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 8px #24748c;
  transform: translateY(30px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  bottom: -10px;
}

.br-faq-content {
  padding-left: 25px;
}

.ct-doctor-section {
  background-color: #f5f8fb;
  padding: 100px 0px;
}

.ct-box-shadow {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

.ct-main-doctor-card {
  margin-top: 35px !important;
  position: relative;
}
.ct-main-doctor-card .inner-clms {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ct-main-doctor-card img {
  height: 580px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.ct-main-doctor-card .awards {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
  font-weight: 500;
  color: #1b365d;
}
.ct-main-doctor-card .details {
  font-size: 18px !important;
}
.ct-main-doctor-card h3 {
  font-size: 35px;
  color: #242424;
  margin: 2px 0px;
}
.ct-main-doctor-card .subtitle {
  font-size: 22px !important;
  margin: 12px 0px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #24748c !important;
}
.ct-main-doctor-card .title, .ct-main-doctor-card .title-2 {
  position: absolute;
  top: 20%;
  background: rgba(36, 116, 140, 0.7803921569) !important;
  color: #fff !important;
  font-size: 18px !important;
  z-index: 9;
  padding: 12px 18px 12px 35px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.ct-main-doctor-card .title {
  left: 0px;
}
.ct-main-doctor-card .title-2 {
  right: 0px;
}

.ct-other-doctor-card .img-clm {
  position: relative;
}
.ct-other-doctor-card .details {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ct-other-doctor-card .ct-inner-doctor-card {
  background: #fff !important;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 10px 10px;
}
.ct-other-doctor-card img {
  height: 340px !important;
  width: 100% !important;
  margin-bottom: 30px;
}
.ct-other-doctor-card .title {
  top: 80% !important;
}
.ct-other-doctor-card .slick-arrow {
  top: auto !important;
  bottom: -45px !important;
}
.ct-other-doctor-card .slick-dots {
  width: 208px !important;
}
.ct-other-doctor-card .slick-next {
  left: 158px !important;
}
.ct-other-doctor-card .awards {
  font-size: 16px;
}
.ct-other-doctor-card h3 {
  font-size: 28px;
}
.ct-other-doctor-card .subtitle {
  font-size: 18px !important;
}

.br-faq-title {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #24748c;
  margin-bottom: 20px;
}

.br-faq-item {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
}

.br-faq-list {
  padding-bottom: 75px;
}

.br-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #050505;
  transition: color 0.25s ease;
}

.br-faq-question:hover {
  color: #24748c;
}

.br-faq-icon {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24748c;
  font-size: 19px;
  font-weight: 400;
  line-height: 10px;
  transition: transform 0.3s ease;
}

.br-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding-left: 22px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.br-faq-answer p {
  margin: 0;
  padding: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
}

.br-faq-item.active .br-faq-answer {
  max-height: 200px;
}

.br-faq-item.active .br-faq-icon {
  transform: rotate(180deg);
}

.br-faq-item.active .br-faq-question {
  color: #24748c;
}

@media (max-width: 991px) {
  .br-faq-section {
    padding: 60px 30px;
  }
  .br-faq-wrapper {
    grid-template-columns: 30% 70%;
  }
  .br-question-mark {
    font-size: 250px;
    -webkit-text-stroke: 6px #24748c;
  }
  .br-faq-content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .br-faq-section {
    padding: 50px 20px;
  }
  .br-faq-wrapper {
    display: block;
  }
  .br-faq-visual {
    height: 150px;
    margin-bottom: 25px;
  }
  .br-question-mark {
    font-size: 180px;
    transform: translateY(10px);
  }
  .br-faq-content {
    padding-left: 0;
  }
  .br-faq-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .br-faq-question {
    font-size: 11px;
    padding: 11px 0;
  }
  .br-faq-answer {
    padding-left: 20px;
  }
}
.eht-testimonials {
  width: 100%;
  padding-bottom: 70px;
  overflow: hidden;
}
.eht-testimonials h2 {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: "Alexandria", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.eht-testimonials-box {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  padding: 28px 0 25px;
}

.eht-testimonials-head {
  text-align: center;
  padding: 0 20px 18px;
}

.eht-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #111111;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 9px;
  line-height: 1;
  margin-bottom: 10px;
}

.eht-rating span {
  font-size: 10px;
}

.eht-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.eht-marquee::before, .eht-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  z-index: 10;
  pointer-events: none;
}

.eht-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.eht-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.eht-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 15px;
  will-change: transform;
}

.eht-marquee-top .eht-marquee-track {
  -webkit-animation: ehtTopRunning 28s linear infinite;
          animation: ehtTopRunning 28s linear infinite;
}

.eht-marquee-bottom .eht-marquee-track {
  -webkit-animation: ehtBottomRunning 30s linear infinite;
          animation: ehtBottomRunning 30s linear infinite;
}

@-webkit-keyframes ehtTopRunning {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 4px));
  }
}

@keyframes ehtTopRunning {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 4px));
  }
}
@-webkit-keyframes ehtBottomRunning {
  0% {
    transform: translateX(calc(-50% - 4px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ehtBottomRunning {
  0% {
    transform: translateX(calc(-50% - 4px));
  }
  100% {
    transform: translateX(0);
  }
}
.eht-card {
  flex: 0 0 450px;
  width: 450px;
  height: auto;
  background: #f3f5f7;
  border-radius: 7px;
  padding: 60px 30px 30px 30px;
  position: relative;
  overflow: hidden;
}

.eht-quote {
  position: absolute;
  top: 25px;
  left: 30px;
  font-family: Georgia, serif;
  font-size: 62px;
  font-weight: 700;
  color: #24748c;
  line-height: 1;
}

.eht-card p {
  margin: 0 0 13px;
  color: #555555;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin-top: 12px;
  font-style: italic;
  margin-bottom: 20px !important;
}

.eht-person {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 12px;
}

.eht-person img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.eht-person strong {
  display: block;
  color: #202020;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.eht-person small {
  display: block;
  color: #222222;
  font-size: 14px;
  margin-top: 2px;
  white-space: nowrap;
}

.eht-marquee:hover .eht-marquee-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 991px) {
  .eht-testimonials {
    padding: 50px 15px;
  }
  .eht-testimonials-head h2 {
    font-size: 21px;
  }
  .eht-card {
    flex-basis: 200px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .eht-testimonials {
    padding: 30px 10px;
  }
  .eht-testimonials-box {
    border-radius: 12px;
    padding-top: 23px;
  }
  .eht-testimonials-head {
    padding-bottom: 15px;
  }
  .eht-testimonials-head h2 {
    font-size: 19px;
  }
  .eht-card {
    flex-basis: 190px;
    width: 190px;
    height: 145px;
  }
  .eht-marquee::before, .eht-marquee::after {
    width: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .eht-marquee-track {
    -webkit-animation: none !important;
            animation: none !important;
  }
}/*# sourceMappingURL=home.css.map */