@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem; /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  .l__container {
    max-width: 600px; /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  .l__container {
    max-width: 800px; /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  .l__container {
    max-width: 1040px; /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1100px) {
  .l__container {
    max-width: 1140px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1200px) {
  .l__container {
    max-width: 1240px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  .l__container {
    max-width: 1440px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1500px) {
  .l__container {
    max-width: 1540px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1600px) {
  .l__container {
    max-width: 1640px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1700px) {
  .l__container {
    max-width: 1740px; /* Increased from 1400px by 40px */
  }
}
.container-fluid {
  padding-inline: clamp(1rem, 3vw, 1.875rem);
}

@media only screen and (min-width: 1550px) {
  .container-fluid {
    padding-inline: 4.375rem;
  }
}
.m__tb {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

.p {
  padding: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

html {
  overflow-x: hidden;
}

*[data-aos] {
  will-change: transform, opacity;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s ease;
}
p,
small,
span {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
  line-height: 1.6;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem !important;
  }
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}
.section__title h6 {
  position: relative;
  padding-inline: 2rem;
  color: #5c9dd5;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}
.section__title h6 .shape {
  height: 4px;
  width: 1.5rem;
  border-radius: 10px;
  position: relative;
  background-color: #5c9dd5;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px;
}
.section__title h6 .shape::before {
  content: "";
  height: 0.625rem;
  width: 0.1875rem;
  overflow: hidden;
  background-color: #5c9dd5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px;
}
.section__title h6 .shape__left {
  left: 0;
}
.section__title h6 .shape__left::before {
  left: 0;
}
.section__title h6 .shape__right {
  right: 0;
}
.section__title h6 .shape__right::before {
  right: 0;
}
.section__title h1,
.section__title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section__title h1,
  .section__title h2 {
    font-size: 1.625rem;
  }
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section__title i {
  color: #14e49a;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #5c9dd5;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #ffffff;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 0.9375rem;
}
.social__icon li a i {
  font-size: 0.9375rem;
}
.social__icon li a + a {
  margin-left: 0.5rem;
}
.social__icon li:hover {
  border-color: #37467d;
}
.social__icon li:hover a {
  color: #37467d;
}

.breadcrumb__custom {
  align-content: center;
}
.breadcrumb__custom span {
  color: #37467d;
  font-size: 32px;
}
.breadcrumb__custom span svg path {
  fill: #37467d;
}
.breadcrumb__custom a {
  font-size: 1.375rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb__custom a.active, .breadcrumb__custom a:hover {
  color: #37467d;
}
.breadcrumb__custom.active a {
  color: #5c9dd5;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #5c9dd5;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #37467d;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}

.btn__group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}

.banner__page {
  padding-block: 2rem;
  background-color: rgba(92, 157, 213, 0.0705882353);
}
.banner__page--content {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 56.25rem;
  margin: auto;
}
.banner__page--content :where(h1, h2, p) {
  color: #ffffff;
}
.banner__page--content h2,
.banner__page--content h1 {
  font-size: 4.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (max-width: 1300px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1100px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .banner__page--content h2,
  .banner__page--content h1 {
    font-size: 1.875rem;
  }
}
.banner__page--crumb {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 1.65rem;
  display: inline-block;
}
.banner__page--crumb :where(a, span) {
  color: #333333 !important;
}
.banner__page--crumb a {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.banner__page--crumb a.active {
  color: #5c9dd5 !important;
}
.banner__page--crumb a.link:hover {
  color: #5c9dd5 !important;
}

/* HTML: <div class="loader"></div> */
#loader {
  width: 100% !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  color: rgba(0, 0, 0, 0);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}

.loader {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #5c9dd5;
  background: conic-gradient(#5c9dd5 0 0) 0/0% 100% no-repeat text;
  animation: l1 2s linear infinite;
}
@media (max-width: 767px) {
  .loader {
    font-size: 1.125rem;
  }
}
.loader::before {
  content: "Welcome to Venus Hospital";
}

@keyframes l1 {
  to {
    background-size: 120% 100%;
  }
}
.not-available {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  padding: 0.625rem 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1300px) {
  .l__button {
    padding-inline: 1rem;
  }
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #37467d;
  background-color: #37467d;
}
.l__button--primary:hover {
  border-color: #5c9dd5;
  color: #ffffff;
  background-color: #5c9dd5;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #5c9dd5;
  border-color: #5c9dd5;
}
.l__button--secondary span {
  color: #ffffff;
  transition: all 0.3s ease;
}
.l__button--secondary:hover {
  border-color: #5c9dd5;
  color: #5c9dd5;
  background-color: #ffffff;
}
.l__button--secondary:hover span {
  color: #5c9dd5;
}
.l__button--transparent {
  color: #37467d;
  background-color: transparent;
  border-color: #37467d;
}
.l__button--transparent:hover {
  border-color: #37467d;
  background-color: #37467d;
  color: #ffffff;
}
.l__button--border {
  border-color: #5c9dd5;
  color: #5c9dd5;
}
.l__button--border:hover {
  color: #5c9dd5;
  border-color: #5c9dd5;
  background-color: #5c9dd5;
  color: #ffffff;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.tab__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab__buttons--btn {
  cursor: pointer;
}
.tab__buttons--btn span {
  content: "";
  height: 0.0625rem;
  width: 4.6875rem;
  overflow: hidden;
  background-color: #9a9a9a;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .tab__buttons--btn span {
    width: 3.125rem;
  }
}
.tab__buttons--btn:hover, .tab__buttons--btn.active {
  color: #37467d;
}
.tab__buttons--btn:hover span, .tab__buttons--btn.active span {
  width: 11.875rem;
  background-color: #37467d;
}
@media (max-width: 1200px) {
  .tab__buttons--btn:hover span, .tab__buttons--btn.active span {
    width: 6.25rem;
  }
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 15.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: 1rem;
}
@media (max-width: 1100px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.625rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1b2534;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
  padding-block: 0.75rem;
}
@media (max-width: 1100px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #5c9dd5;
}
.main-menu .main-menu__list > li > a.active::after, .main-menu .main-menu__list > li > a:hover::after {
  color: #5c9dd5 !important;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 1rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
  padding-block: 0.75rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #002345;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1100px) {
  .main-menu .main-menu__list > li.dropdown > a:after {
    font-size: 0.625rem;
    right: 0.1875rem;
  }
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
  border-radius: 15px;
  overflow: hidden;
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.5rem 1.25rem 0.5rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li.active > a, .main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #5c9dd5;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
  padding-block: 10px !important;
}
.main-menu .mobile-nav__toggler:hover {
  color: #ffffff;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #37467d;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #37467d;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #37467d;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #5c9dd5;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #37467d;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #37467d;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #37467d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-block: 0.75rem;
  padding-inline: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 999;
}
.main-menu-two__wrapper.show, .main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #5c9dd5;
  border-color: #5c9dd5;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1100px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #37467d;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #37467d;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #37467d;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #37467d;
}
.main-menu-two__btn-box .l__button {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
}
.main-menu-two__btn-box .l__button::after {
  display: none;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.main-header-two {
  width: 100%;
}
.main-header-two-top {
  background-color: #5c9dd5;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-header-two-top {
    display: none;
  }
}
.main-header-two-top .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .main-header-two-top .container-fluid {
    flex-direction: column;
  }
}
.main-header-two-top-left {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.main-header-two-top-left li {
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.main-header-two-top-left li .info-content {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main-header-two-top-left li .info-content {
    gap: 0rem;
  }
}
.main-header-two-top-left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 500ms ease;
}
.main-header-two-top-left li a i {
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.main-header-two-top-left li a:hover i {
  color: #ffffff !important;
}
.main-header-two-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.main-header-two-top-box .visiting-hours {
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.main-header-two-top-box .visiting-hours .hours p {
  color: white !important;
  line-height: normal;
  font-size: 0.875rem !important;
}

.main-menu-two__wrapper-inner {
  padding: 0.5rem 0rem;
  position: relative;
}
.main-menu-two__logo img {
  height: 3rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1100px) {
  .main-menu-two__logo img {
    height: 2.5rem;
  }
}

#myHeader.hide {
  transform: translateY(-100%);
  transition: all 0.5s ease;
  animation: slideUp 0.4s ease forwards;
}

#myHeader.show {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 99;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: white;
  transform: translateY(0);
}

.mega__menu {
  min-width: 30rem !important;
  width: 100%;
  border-radius: 0.9375rem;
  padding-inline: 1.25rem !important;
}
@media (max-width: 991px) {
  .mega__menu {
    min-width: 100% !important;
    width: 100%;
    padding-inline: 0rem !important;
  }
}
.mega__menu--list a {
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
  font-size: 14px;
  color: #151422;
  font-weight: 400;
  padding-block: 0.5rem;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .mega__menu--list a {
    border-bottom: none;
    font-weight: 500;
    min-height: 2.875rem;
    line-height: 1.875rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0rem;
  }
}
.mega__menu--list a:hover {
  background-color: #5c9dd5;
  color: #ffffff;
  padding-inline: 1.25rem;
}
@media (max-width: 991px) {
  .mega__menu--list a:hover {
    background-color: transparent;
    color: #000000;
    padding-inline: 0rem;
  }
}

.search {
  cursor: pointer;
  height: 2.375rem;
  width: 2.375rem;
  overflow: hidden;
  border-radius: 50%;
  min-width: 2.375rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  display: block;
  color: #5c9dd5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.search__contianer {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  margin-inline: auto;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem;
}

.footer {
  background-color: #5c9dd5;
  position: relative;
  padding-top: 3rem;
}
.footer::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__menu {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 2rem;
  }
}
.footer__menu .footer__top {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .footer__menu .footer__top {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__menu .footer__top .footer__logo {
  display: block;
  overflow: visible;
}
.footer__menu .footer__top .footer__logo img {
  height: 5rem;
  width: auto;
  overflow: hidden;
  object-fit: contain;
}
.footer__menu .hours p {
  margin-bottom: 0;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
.footer__menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer__menu ul li a:hover {
  color: #37467d;
}
.footer__menu ul li a:last-child span {
  display: none;
}
.footer__menu .social__icon li {
  background-color: #ffffff !important;
  height: 2rem !important;
  width: 2rem !important;
  overflow: hidden;
}
.footer__menu .social__icon li a {
  color: #2c2a5d !important;
}
.footer__menu .infos li {
  position: relative;
  padding-left: 2.5rem;
}
.footer__menu .infos li i {
  font-size: 1.25rem;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
.footer__menu .social__icon li a i {
  font-size: 1rem;
  color: #5c9dd5;
}
.footer__title {
  font-size: 1.5rem !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer__bottom {
  position: relative;
  z-index: 1;
}
.footer__bottom .copyright {
  margin-top: 3rem;
  padding-block: 1rem;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    flex-direction: column;
    margin-top: 1.75rem;
  }
}
.footer__bottom .copyright p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.footer__bottom .copyright .softbenz-logo {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}

.whatsapp {
  position: fixed;
  bottom: 3.75rem;
  right: 3%;
  z-index: 1;
  background-color: #25d366;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 50%;
}
.whatsapp i {
  color: #ffffff;
  font-size: 2rem;
}

.appointment .modal-content {
  padding: 2rem;
  border-radius: 1.25moarem;
}
@media (max-width: 575px) {
  .appointment .modal-content {
    padding: 1rem;
  }
}
.appointment .modal-header {
  border-bottom: none;
  padding: 0;
  padding-bottom: 1.5rem;
}
.appointment .modal-title {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .appointment .modal-title {
    font-size: 1.5rem;
  }
}
.appointment .modal-body {
  padding: 0;
}
.appointment .form-label {
  font-size: 1rem;
  font-weight: 500;
}
.appointment .form-control {
  padding: 0.5rem 0.75rem;
}
@media (max-width: 575px) {
  .appointment .form-control {
    padding-block: 0.5rem;
  }
}
.appointment .form .locked-select {
  pointer-events: none;
  opacity: 1;
}

.international_dropdown .dropdown-menu {
  padding: 0.5rem !important;
  border-radius: 5px !important;
}
.international_dropdown .dropdown-item {
  padding: 0.5rem !important;
  border-radius: 5px;
}
.international_dropdown .dropdown-item:focus, .international_dropdown .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5c9dd5 !important;
}
.international_dropdown .dropdown-item.active, .international_dropdown .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5c9dd5 !important;
}

@media (max-width: 575px) {
  .international_dropdown button {
    width: 100% !important;
  }
  .international_dropdown .dropdown-menu {
    width: 100% !important;
  }
}
.appointment .select2-container {
  width: 100% !important;
}
.appointment .select2-container--open {
  z-index: 9999 !important;
}
.appointment .select2-dropdown {
  z-index: 9999 !important;
}
.appointment .select2-container--open .select2-dropdown--above {
  z-index: 9999 !important;
}
.appointment .select2-container .select2-selection--single {
  height: 42px !important;
}
.appointment .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.appointment .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 12px !important;
}
.appointment .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
}
.appointment .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212529 !important;
}
.appointment .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

.department__card {
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.department__card--img {
  height: 13.75rem;
  width: 100%;
  overflow: hidden;
}
.department__card--img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.department__card--body {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 0 1rem 1rem;
  text-align: center;
  transition: all 0.4s ease;
}
.department__card--body .icon {
  height: 70px;
  width: 70px;
  overflow: hidden;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  margin: -38px auto 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.department__card--body .icon img {
  height: 40px;
  width: 40px;
  overflow: hidden;
  object-fit: contain;
}
.department__card--body .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.department__card--body .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.department__card--body .content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  color: #5c9dd5;
}
.department__card:hover .department__card--body {
  bottom: 0;
  margin-top: 2rem;
}

.service__card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(32, 41, 110, 0.1019607843);
  border-radius: 1.25rem;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 1.5rem;
  overflow: hidden;
}
.service__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border-radius: 1.25rem;
}
.service__card--img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.service__card--img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #37467d;
  opacity: 80%;
  position: absolute;
  top: 0;
  left: 0;
}
.service__card--img img {
  object-fit: cover;
}
.service__card--body {
  position: relative;
  z-index: 1;
}
.service__card--body .icon {
  margin-bottom: 3.125rem;
  filter: brightness(0) invert(1);
}
.service__card--body .icon img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.service__card--body .content {
  transform: translateY(55px);
  transition: all 0.4s ease-in-out;
}
.service__card--body .content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--body .content p {
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  text-align: start;
}
.service__card--body .content a {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  background-color: #5c9dd5;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration: none;
  font-size: 1rem;
  transform: rotate(-45deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service__card:hover::before, .service__card.active::before {
  transform: translate(100%, -100%);
}
.service__card:hover .service__card--body .icon img, .service__card.active .service__card--body .icon img {
  filter: brightness(0) invert(1);
}
.service__card:hover .service__card--body .content, .service__card.active .service__card--body .content {
  transform: translateY(0);
}
.service__card:hover .service__card--body .content :where(h3, p), .service__card.active .service__card--body .content :where(h3, p) {
  color: #ffffff;
}
.service__card:hover .service__card--body .content p, .service__card.active .service__card--body .content p {
  font-weight: 500;
}
.service__card:hover .service__card--body .content a, .service__card.active .service__card--body .content a {
  visibility: visible;
  opacity: 1;
  transform: rotate(0);
}

.choose__card {
  background-color: #f2f4f7;
  padding: 2.5rem;
  border-radius: 1.25rem;
  height: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .choose__card {
    padding: 1.5rem;
  }
}
.choose__card--icon {
  height: 4.0625rem;
  width: 4.0625rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.choose__card--icon img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.choose__card--content :where(h3, p) {
  transition: all 0.3s ease;
}
.choose__card--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
}
.choose__card.active, .choose__card:hover {
  background-color: #3caed5;
}
.choose__card.active .choose__card--icon, .choose__card:hover .choose__card--icon {
  background-color: #37467d;
}
.choose__card.active .choose__card--icon img, .choose__card:hover .choose__card--icon img {
  filter: brightness(0) invert(1);
}
.choose__card.active .choose__card--content :where(h3, p), .choose__card:hover .choose__card--content :where(h3, p) {
  color: #ffffff;
}

.needs__content {
  padding: 0;
  margin: 0;
}
.needs__content--card {
  list-style: none;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.needs__content--card::after, .needs__content--card::before {
  content: "";
  height: 100%;
  width: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0.5625rem;
}
.needs__content--card::before {
  background-color: #5c9dd5;
}
.needs__content--card:last-child {
  padding-bottom: 0;
}
.needs__content--card .points {
  position: absolute;
  top: 0;
  left: 0;
}
.needs__content--card .points::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  border: 4px solid #5c9dd5;
  height: 1.375rem;
  width: 1.375rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.needs__content--card .points::after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  position: absolute;
  top: 0.4375rem;
  left: 0.4375rem;
  background-color: #5c9dd5;
  border-radius: 50%;
}
.needs__content--card .icon {
  height: 4.0625rem;
  width: 4.0625rem;
  overflow: hidden;
  min-width: 4.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.needs__content--card .icon img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.needs__content--card .content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.needs__content--card .content p {
  color: #333333;
}
.needs__content--card:hover .icon {
  background-color: #5c9dd5;
}
.needs__content--card:hover .icon img {
  filter: brightness(0) invert(1);
}

.blogs__card--img {
  height: 17.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.blogs__card--img img {
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.blogs__card--img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: #5c9dd5;
  color: #ffffff;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.blogs__card--img span i {
  font-size: 1.5rem;
}
.blogs__card--img span:hover {
  background-color: #37467d;
}
.blogs__card--content {
  padding-inline: 1rem;
}
.blogs__card--content a {
  text-decoration: none;
}
.blogs__card--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs__card--content .more {
  font-size: 1rem;
  font-weight: 600;
  color: #37467d;
}
.blogs__card:hover img {
  transform: scale(1);
}
.blogs__card:hover h3 {
  color: #37467d;
}
.blogs__card:hover .more {
  color: #5c9dd5;
}

.specialist__card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
.specialist__card a {
  text-decoration: none;
}
.specialist__card--img {
  height: 26.875rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.specialist__card--img .l__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 0.625rem !important;
  z-index: 2;
}
.specialist__card--img img {
  aspect-ratio: 1/1.204;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.4s ease;
}
.specialist__card--content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  padding-top: 1.5rem;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.specialist__card--content a {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 0;
  flex-direction: column;
  padding-right: 2.875rem;
}
.specialist__card--content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 7%, rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.1) 87%, rgba(0, 0, 0, 0) 100%);
  transition: 0.4s;
  z-index: -1;
}
.specialist__card--content h3 {
  margin-bottom: 0.3125rem;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .specialist__card--content h3 {
    margin-bottom: 0;
  }
}
.specialist__card--content span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
}
.specialist__card--content .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.specialist__card--content .book {
  background-color: #5c9dd5;
  color: #ffffff;
  height: 2.375rem;
  width: 2.375rem;
  overflow: hidden;
  border-radius: 50%;
  min-width: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #5c9dd5;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.specialist__card--content .book:hover {
  background-color: #ffffff;
  color: #5c9dd5;
}
.specialist__card--content .book i {
  font-size: 1.25rem;
}
.specialist__modal .modal-body {
  position: relative;
  background-color: #f0f0f0;
}
.specialist__modal .modal-body #department-input {
  display: none !important;
}
.specialist__modal .modal-body .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 25px;
  width: 25px;
  overflow: hidden;
  background: #5c9dd5 !important;
  opacity: 1;
  color: #ffffff;
}
.specialist__detail {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
@media (max-width: 991px) {
  .specialist__detail {
    flex-direction: column;
  }
}
.specialist__detail .image {
  height: 21.875rem;
  width: 18.75rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #e8e5e5;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .specialist__detail .image {
    margin: auto;
  }
}
.specialist__detail .content {
  flex: 1;
  height: 100%;
  width: 100%;
}
.specialist__detail .content h3 {
  color: #5c9dd5;
  font-size: clamp(1.125rem, 3vw, 2rem);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.specialist__detail .content h3 span {
  color: #37467d;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
.specialist__detail .content .box {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-block: 1rem;
}
.specialist__detail .content .box li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  width: 100%;
}
.specialist__detail .content .box li span {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .specialist__detail .content .box li span {
    flex-direction: column;
  }
}
.specialist__detail .content .box li span strong {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  width: 18%;
  display: block;
}
.specialist__detail .content .icon {
  justify-content: start;
}
.specialist__detail .content .icon li a {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
}
.specialist__detail .content .icon li a i {
  font-size: 1.125rem;
}

.video__card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 1rem;
}
.video__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem 1rem 0rem 0rem;
}
.video__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.video__card .title {
  text-align: center;
  padding-block: 1rem;
  margin-bottom: 0rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.video__card:hover img {
  transform: scale(1.25);
}
.video__card:hover .title {
  color: #37467d;
}

.gallery__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.gallery__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery__card--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3), transparent);
  transition: all 0.4s ease;
}
.gallery__card--title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}
.gallery__card--subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}
.gallery__card::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
.gallery__card:hover .gallery__card--img img {
  transform: scale(1.1);
}
.gallery__card:hover .gallery__card--title, .gallery__card:hover .gallery__card--subtitle {
  opacity: 1;
  transform: translateY(0);
}
.gallery__card:hover .gallery__card--overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.45), transparent);
}
.gallery__card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.video__card--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video__card--img .play {
  background-color: #5c9dd5;
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.testimonial__card {
  background-color: white;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  border-radius: 20px;
  margin: 0.5rem;
  position: relative;
}
.testimonial__card--img {
  height: 4.5rem;
  width: 4.5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgb(212, 212, 212);
}
.testimonial__card--img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial__card--profile {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.testimonial__card--content {
  position: relative;
  padding: 1.75rem 1.5rem;
}
@media (max-width: 575px) {
  .testimonial__card--content {
    padding: 1.75rem 0.5rem;
  }
}
.testimonial__card--content::after, .testimonial__card--content::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  opacity: 0.05;
  color: #b9b9b9;
}
.testimonial__card--content::before {
  background-image: url("/static/site-asset/images/quote-right.png");
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media (max-width: 767px) {
  .testimonial__card--content::before {
    left: 0;
  }
}
.testimonial__card--content::after {
  background-image: url("/static/site-asset/images/quote-left.png");
  position: absolute;
  bottom: 0rem;
  right: 0rem;
}
@media (max-width: 767px) {
  .testimonial__card--content::after {
    right: 0;
  }
}

.package__card {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.125rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
.package__card--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.package__card--content .tests-count {
  font-size: 1rem;
  font-weight: 600;
  color: #777;
  margin-bottom: 0.625rem;
}
.package__card--content .health-tests {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package__card--content .health-tests li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #444;
  margin-bottom: 0.125rem;
  padding-left: 1.125rem;
  position: relative;
}
.package__card--content .health-tests li svg {
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.package__card--content .health-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.package__card--content .health-info .price {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}
.package__card--content .more-tests {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  color: #777;
  text-decoration: underline;
}
.package__card--content .btn__group {
  justify-content: center;
  border-top: 1px solid #d5d5d5;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}
.package__card--content .btn__group .l__button {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  width: 100%;
  max-width: 50%;
}

.banner {
  position: relative;
}
.banner__hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner__hero {
    padding-top: 0rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .banner__hero {
    height: 100%;
  }
}
.banner .owl-carousel .owl-item {
  min-height: 80vh !important;
  max-height: 100%;
}
.banner__slider {
  min-height: 80vh;
  max-height: 100%;
  position: relative;
  z-index: 0;
}
.banner__slider :where(.owl-stage-outer, .owl-stage, .owl-item) {
  min-height: 80vh;
}
.banner__slider--item {
  display: flex;
  align-content: center;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
.banner__slider--content {
  position: relative;
  z-index: 2;
  padding-block: 7rem;
}
@media (max-width: 1450px) {
  .banner__slider--content {
    padding-block: 5rem;
  }
}
@media (max-width: 1300px) {
  .banner__slider--content {
    padding-block: 4rem;
  }
}
@media (max-width: 1200px) {
  .banner__slider--content {
    padding-block: 3rem;
  }
}
@media (max-width: 767px) {
  .banner__slider--content {
    padding-block: 2rem;
  }
}
@media (max-width: 767px) {
  .banner__slider--content {
    margin-bottom: 2.5rem;
  }
}
.banner__slider--content :where(h2, p, h5) {
  color: #ffffff !important;
}
.banner__slider--content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .banner__slider--content h5 {
    font-size: 1rem;
  }
}
.banner__slider--content h2 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #000000;
}
@media (max-width: 1450px) {
  .banner__slider--content h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1300px) {
  .banner__slider--content h2 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1200px) {
  .banner__slider--content h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1100px) {
  .banner__slider--content h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__slider--content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .banner__slider--content h2 {
    font-size: 1.875rem;
  }
}
.banner__slider--content .btn__group {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.banner__slider--content .btn__group .more-btn {
  border-color: #37467d !important;
  color: #37467d !important;
}
.banner__slider--content .btn__group .more-btn:hover {
  background-color: #37467d !important;
  color: white !important;
}
.banner__slider--content .points {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .banner__slider--content .points {
    flex-direction: column;
    gap: 1rem;
  }
}
.banner__slider--content .points span {
  position: relative;
  padding-left: 2rem;
  color: #ffffff;
  font-weight: 500;
  margin-right: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .banner__slider--content .points span {
    display: block;
    margin-bottom: 0.75rem;
  }
}
.banner__slider--content .points span:last-child {
  margin-right: 0;
}
.banner__slider--content .points span::before {
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: 1.5625rem;
}
@media (max-width: 767px) {
  .banner__slider--content .points span::before {
    font-size: 1.25rem;
    top: -0.125rem;
  }
}
.banner__slider--img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  inset: 0;
}
.banner__slider--img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner__slider--img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.contactIndex {
  margin-top: -100px;
  z-index: 9;
  position: relative;
}
.contactIndex__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.contactIndex__cta {
  display: flex;
  flex-direction: column;
  min-height: 15.625rem;
}
.contactIndex__cta-content {
  flex: 1;
  background: #5c9dd5;
  padding: clamp(1rem, 2vw, 3rem) clamp(1rem, 2vw, 2rem);
  display: flex;
  align-items: center;
}
.contactIndex__heading {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.contactIndex__btn {
  height: 4.25rem;
  background: #5c9dd5;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border-top: 1px solid #ffffff;
}
.contactIndex__btn:hover {
  background: #5c9dd5;
}
.contactIndex__item {
  background: #f3f8fc;
  padding: clamp(1rem, 2vw, 3rem) clamp(1rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .contactIndex__item {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.contactIndex__icon {
  font-size: 2rem;
  color: #f9ab78;
  margin-bottom: 1rem;
}
.contactIndex__title {
  color: #1b2534;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contactIndex__text {
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .contactIndex__grid {
    grid-template-columns: 1fr;
  }
  .contactIndex__cta, .contactIndex__item {
    min-height: auto;
  }
}

.stats {
  margin-top: -6.25rem;
}
.stats__wrapper {
  background-color: #5c9dd5;
  padding-block: 2.5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.stats__wrapper::before {
  content: "";
  background-image: url("/static/site-asset/images/counter_shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.stats__wrapper .row .col:last-child .stats__card::before {
  display: none;
}
@media (max-width: 991px) {
  .stats__wrapper .row .col:nth-child(even) .stats__card::before {
    display: none;
  }
}
.stats__card {
  text-align: center;
  position: relative;
}
.stats__card::before {
  content: "";
  height: 50%;
  width: 1px;
  overflow: hidden;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.stats__card--img {
  height: 4.375rem;
  width: 4.375rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  align-content: center;
}
.stats__card--img img {
  height: 2.75rem;
  width: 2.75rem;
  object-fit: content;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.stats__card--content {
  margin-top: 1rem;
}
.stats__card--content :where(h4, span) {
  color: #ffffff;
}
.stats__card--content h4 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.stats__card--content span {
  font-size: 1rem;
  font-weight: 500;
}

.department {
  background-color: rgba(92, 157, 213, 0.0705882353);
  padding-bottom: 9.375rem;
}

.service {
  background-color: rgba(92, 157, 213, 0.0705882353);
  margin-inline: 0rem;
}

.needs__img {
  position: sticky;
  top: 6.25rem;
}
.needs__img img {
  border-radius: 1.25rem;
  overflow: hidden;
}

.testimonial {
  overflow: visible;
}
.testimonial__img img {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 1.25rem;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #5c9dd5 !important;
  width: 29px;
}

.indexvideo__card {
  position: relative;
}
.indexvideo__card img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 1.875rem;
  border: 1px solid #37467d;
}
.indexvideo__card .play {
  height: 122px;
  width: 122px;
  overflow: hidden;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
  background-color: #3caed5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  z-index: 1;
}

.blogs {
  background-color: rgba(92, 157, 213, 0.0705882353);
}

.specialist__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3.5rem;
}
.specialist__search {
  width: 100%;
  max-width: 35rem;
}
.specialist__search form {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid #e3e9f1;
  border-radius: 999px;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  box-shadow: 0 8px 24px rgba(20, 35, 53, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.specialist__search form:focus-within {
  border-color: #5c9dd5;
}
.specialist__search .icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  overflow: hidden;
  color: #9aa6b5;
}
.specialist__search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.9375rem;
  padding: 0.625rem 0;
}
.specialist__search input::placeholder {
  color: #9aa6b5;
}
.specialist__search .l__button {
  flex-shrink: 0;
  border-radius: 999px !important;
  padding: 0.7rem 1.375rem !important;
}
@media (max-width: 575px) {
  .specialist__search .l__button {
    padding: 0.7rem 0.9rem !important;
  }
  .specialist__search .l__button span {
    display: none;
  }
}

.alertModal .btn-close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  overflow: visible;
  background-color: #5c9dd5;
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: 1px 2px 10px #212121;
  opacity: 1;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.alertModal .btn-close i {
  font-size: 1.25rem;
  color: white;
}

.about__img {
  padding: 0 5rem 3.125rem 3.125rem;
  position: relative;
}
@media (max-width: 575px) {
  .about__img {
    padding: 0 2rem 1.5rem 1.5rem;
  }
}
.about__img figure {
  display: block;
  mask-image: url("/static/site-asset/images/about-image-bg-shape.svg");
  background-image: url("/static/site-asset/images/about-image-bg-shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about__img figure {
    mask-image: none;
  }
}
.about__img .img-main {
  width: 100%;
  aspect-ratio: 1/1.26;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about__img .img-main {
    border-radius: 1.25rem;
  }
}
.about__img .img-second {
  height: 17rem;
  width: auto;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 1/1.04;
  border-radius: 1.25rem;
  overflow: hidden;
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  display: block;
}
@media (max-width: 1399px) {
  .about__img .img-second {
    height: 14.5rem;
  }
}
@media (max-width: 1299px) {
  .about__img .img-second {
    height: 14rem;
  }
}
@media (max-width: 1199px) {
  .about__img .img-second {
    height: 12rem;
  }
}
@media (max-width: 991px) {
  .about__img .img-second {
    height: 17rem;
  }
}
@media (max-width: 767px) {
  .about__img .img-second {
    display: none;
  }
}
.about__stat {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  background-color: #37467d;
  padding: 1.25rem;
  border-radius: 0.625rem;
  max-width: 11.25rem;
  animation: experiencemoveobject 2s infinite linear alternate;
}
.about__stat p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-top: 0.75rem;
}
.about__content .content ul,
.about__content .content ol {
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}
.about__content .content ul li,
.about__content .content ol li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
  margin-bottom: 1rem;
}
.about__content .content ul li::before,
.about__content .content ol li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  font-size: 1.5625rem;
  color: #37467d;
}
.aboutInfo {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #d5d5d5;
}
.aboutInfo__card--icon {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.aboutInfo__card--content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.aboutInfo__card--content p {
  font-size: 0.875rem !important;
  font-weight: 400;
}

@keyframes experiencemoveobject {
  50% {
    left: 30px;
  }
}
.about-stats .stats {
  margin-top: 4rem;
}

.mission__box {
  position: relative;
}
.mission__box::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 21.875rem;
  width: 21.875rem;
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: -3.125rem;
  animation: 7s linear infinite zoom-fade;
}
.mission__img img {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 1.25rem;
}
@media (max-width: 991px) {
  .mission__img img {
    height: 25rem;
    width: 100%;
    object-fit: contain;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .mission__img img {
    height: auto;
  }
}
.mission__card {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .mission__card {
    padding: 2.1875rem;
  }
}
@media (max-width: 1200px) {
  .mission__card {
    padding: 1.875rem;
  }
}
@media (max-width: 1100px) {
  .mission__card {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .mission__card {
    flex-direction: column;
  }
}
.mission__card .icon {
  margin-bottom: 1.25rem;
  background-color: #5c9dd5;
  min-width: 3.125rem;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  align-content: center;
  text-align: center;
  border-radius: 0.3125rem;
}
.mission__card .icon img {
  margin: auto;
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mission__card .content h4 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.contact__content .title {
  color: #5c9dd5;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #5c9dd5;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info p {
  margin-bottom: 0;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .icon {
  height: 1.625rem;
  width: 1.625rem;
  overflow: hidden;
}
.contact__content ul .info_card .icon svg {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content .social__icon li:hover {
  background-color: transparent !important;
  border: 1px solid #5c9dd5 !important;
}
.contact__content .social__icon li:hover a {
  color: #5c9dd5;
}
.contact__content form {
  border-radius: 10px;
  background-color: rgba(92, 157, 213, 0.0705882353);
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.detail--img img {
  height: 28.125rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 1/6;
}
@media (max-width: 767px) {
  .detail--img img {
    height: 100%;
    aspect-ratio: auto;
  }
}
.detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.detail .sidebar h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.detail .sidebar .other__list {
  background-color: rgba(92, 157, 213, 0.2);
  padding: 0;
  margin: 0;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.detail .sidebar .other__list--card {
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.detail .sidebar .other__list--card a {
  text-decoration: none;
}
.detail .sidebar .other__list--card .icon {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
}
.detail .sidebar .other__list--card .icon img {
  transition: all 0.3s ease;
}
.detail .sidebar .other__list--card h3 {
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail .sidebar .other__list--card:hover {
  background-color: #5c9dd5;
}
.detail .sidebar .other__list--card:hover .icon img {
  filter: brightness(0) invert(1);
}
.detail .sidebar .other__list--card:hover h3 {
  color: #ffffff;
}
.detail .sidebar .blog__list--card .icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  min-width: 5rem;
}
.detail .sidebar .blog__list--card .icon img {
  object-fit: cover;
  border-radius: 0.3125rem;
}
.detail .sidebar .blog__list--card:hover .icon img {
  filter: none;
}
.detail .sidebar .cta {
  background-color: #5c9dd5;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 3rem;
}
.detail .sidebar .cta h3 {
  background-color: #37467d;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.detail .sidebar .cta__list {
  padding: 1.5rem;
  border-bottom: 1px solid #ffffff;
}
.detail .sidebar .cta__list:last-child {
  border: none;
}
.detail .sidebar .cta__list :where(span, p, a) {
  color: #ffffff;
}
.detail .sidebar .cta__list span {
  font-size: 1.125rem;
  font-weight: 600;
}
.detail .sidebar .cta__list span i {
  font-size: 1rem;
}
.detail .sidebar .cta__list a {
  text-decoration: none;
}
.detail .sidebar .cta__list a:hover {
  color: #37467d;
}

.package {
  /* Left Section */
  /* Tag */
}
.package-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.875rem;
  align-items: start;
}
.package-left {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.package-image {
  width: 100%;
  height: 26.25rem;
  object-fit: cover;
  display: block;
}
.package-body {
  padding: 1.875rem 0;
}
.package-body h2 {
  font-size: 1.25rem;
  color: #0f172a;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #e2e8f0;
}
.package-body p {
  color: #475569;
  font-size: 0.9375rem;
  text-align: justify;
}
.package-tag {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 0.3125rem 0.75rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.package-title {
  font-size: 1.625rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.booking-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.875rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 1.25rem;
}

.price {
  font-size: 2.125rem;
  color: #2b7de9;
  font-weight: 700;
}
.price-box {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  padding: 1.25rem;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.price-label {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 0.3125rem;
}
.price small {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 400;
}

.book-btn {
  width: 100%;
  background: linear-gradient(135deg, #2b7de9, #1e5fbb);
  color: #fff;
  border: none;
  padding: 0.9375rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 0.9375rem;
}
.book-btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(43, 125, 233, 0.3);
}

.features {
  list-style: none;
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #e2e8f0;
  padding-top: 1.25rem;
  padding-left: 0;
}
.features li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #475569;
}
.features li::before {
  content: "✓";
  background: #dcfce7;
  color: #16a34a;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 56.25rem) {
  .package-wrapper {
    grid-template-columns: 1fr;
  }
  .package-image {
    height: 18.75rem;
  }
  .booking-card {
    position: static;
  }
}
.faq {
  display: flex;
  justify-content: center;
}
.faq__accordion {
  width: 80%;
}
@media (max-width: 991px) {
  .faq__accordion {
    width: 100%;
  }
}
.faq .accordion__item {
  margin-bottom: 1rem;
  border-radius: 8px;
}
.faq .accordion__item--title {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.faq .accordion__item--title i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.faq .accordion__item--content {
  background-color: #f2f2f2;
  display: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
}
.faq .accordion__item--content table tbody,
.faq .accordion__item--content table td,
.faq .accordion__item--content table tfoot,
.faq .accordion__item--content table th,
.faq .accordion__item--content table thead,
.faq .accordion__item--content table tr {
  border: 1px solid #808080;
  padding: 0.5rem;
}
.faq .accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}

.career__detail aside ul,
.career__card--foot {
  padding: 0;
  margin: 0;
}

.career .title {
  color: #151b30;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.career__card {
  border-radius: 10px;
  border: 1px solid #cbf3ff;
  background: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 27px 20px 27px 13px;
  height: 100%;
  transition: all 0.5s ease;
}
.career__card a {
  text-decoration: none;
}
.career__card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.career__card--head h3 {
  color: #151b30;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.career__card--head h3:hover {
  color: #37467d;
}
.career__card--head .l__button {
  min-width: 165px;
}
.career__card--body {
  margin-bottom: 1.25rem;
}
.career__card--body p {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__card:hover {
  border-color: #37467d;
}
.career__card--foot {
  display: flex;
  flex-direction: column;
}
.career__card--foot li {
  list-style: none;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
.career__card--foot li:last-child {
  margin: 0;
  padding: 0;
}
.career__card--foot li:last-child::before {
  display: none;
}
.career__card--foot li .topic {
  color: #333333;
}
.career__card--foot li span {
  color: #797979;
}
.career__detail--head {
  padding: 60px 30px 25px 30px;
  background-color: rgba(92, 157, 213, 0.0705882353);
  border-radius: 0px 0px 15px 15px;
}
.career__detail--head .left h2 {
  color: #1b2534;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__detail--head .right {
  min-width: 160px;
}
.career__detail--body {
  margin-top: 46px;
}
.career__detail--body .content {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  overflow: hidden;
  margin-bottom: 22px;
}
.career__detail--body .content > div {
  padding: 20px 25px;
}
@media (max-width: 575px) {
  .career__detail--body .content > div {
    padding: 1rem;
  }
}
.career__detail--body .content .title {
  background-color: rgba(92, 157, 213, 0.0705882353);
  padding: 20px 25px;
  margin-bottom: 0;
  color: #1b2534;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .career__detail--body .content ul {
    padding-left: 1.25rem;
  }
}
.career__detail--body .content li {
  list-style: none;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.career__detail--body .content li:last-child {
  margin-bottom: 0;
}
.career__detail--body .content li::before {
  content: "";
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #5c9dd5;
  position: absolute;
  top: 6px;
  left: -18px;
}
.career__detail--body aside {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  padding: 20px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .career__detail--body aside {
    padding: 1.5rem 1rem;
  }
}
.career__detail--body aside h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #1b2534;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b1dffd;
}
.career__detail--body aside .icon {
  display: block;
  color: #5c9dd5;
  height: 38px;
  width: 38px;
  overflow: hidden;
  line-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid #5c9dd5;
  text-align: center;
  font-size: 18px;
}
.career__detail--body aside li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.career__detail--body aside li .icon {
  height: 25px;
  width: 25px;
  overflow: hidden;
  line-height: 25px;
  min-width: 25px;
  font-size: 12px;
}
.career__detail--body aside li .icon i {
  font-size: 12px;
}
.career__detail--body aside li a,
.career__detail--body aside li strong {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a2a;
  text-decoration: none;
}
.career__detail--body aside li small {
  font-size: 16px;
  font-weight: 500;
  color: #777575;
}
.career__detail--body aside iframe {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  height: 390px;
  width: 100%;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
