@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #4f4f4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Poppins", 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.5;
  color: #6a6c72;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    line-height: normal;
  }
}

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 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}
.section__title h5 {
  color: #1DBFCC;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  display: inline-block;
  position: relative;
}
.section__title h6 {
  display: inline-block;
  color: #6a6c72;
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: #ffffff;
  box-shadow: 0px 0.9375rem 2.1875rem rgba(0, 0, 0, 0.1);
  padding: 0.625rem 1.25rem;
  border-radius: 3.125rem;
  margin-bottom: 1.375rem;
}
.section__title h1,
.section__title h2 {
  font-size: 1.875rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.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.3125rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  border: 0.125rem solid #002345;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.3125rem;
  color: #002345;
  background-color: transparent;
  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: #1DBFCC;
  margin-top: -0.3125rem;
}
.social__icon li:hover a {
  color: #1DBFCC;
}

.breadcrumb__custom span {
  color: #ffffff !important;
}
.breadcrumb__custom a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb__custom a:hover {
  color: #06a3da;
}
.breadcrumb__custom.active a {
  color: #06a3da;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #06a3da;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #1DBFCC;
  border-color: #ffffff;
}

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

.retreat .content ul,
.retreat .content ol,
.about .content ul,
.about .content ol {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
}
@media (max-width: 991px) {
  .retreat .content ul,
  .retreat .content ol,
  .about .content ul,
  .about .content ol {
    column-count: 1;
  }
}
.retreat .content ul li,
.retreat .content ol li,
.about .content ul li,
.about .content ol li {
  padding-left: 2.1875rem;
  position: relative;
  margin-bottom: 1.125rem;
}
.retreat .content ul li::before,
.retreat .content ol li::before,
.about .content ul li::before,
.about .content ol li::before {
  font: var(--fa-font-solid);
  content: "\f058";
  position: absolute;
  top: 0.125rem;
  left: 0;
  color: #06a3da;
  font-size: 1.375rem;
}

.banner__page {
  background-color: #4e6993;
  margin-top: -2.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .banner__page {
    margin-top: 0;
  }
}
.banner__page h2, .banner__page h1 {
  font-size: 1.6875rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.search__section {
  position: relative;
}
.search__section::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 9.0625rem;
  width: 100%;
  overflow: hidden;
  content: "";
  background: #f1f5fe;
}
.search__section .tab {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/site-asset/images/check-bg.jpg");
  padding: 6.25rem 6.25rem 4.6875rem 6.25rem;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .search__section .tab {
    padding: 4.375rem 3.125rem 2.8125rem 3.125rem;
  }
}
@media (max-width: 991px) {
  .search__section .tab {
    padding: 4.375rem 3.125rem 2.8125rem 3.125rem;
  }
}
@media (max-width: 767px) {
  .search__section .tab {
    padding: 3.125rem 1.25rem 1.5625rem 1.25rem;
  }
}
.search__section .tab__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.875rem;
}
.search__section .tab__buttons--btn {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #f5f5f5;
  border-radius: 0.3125rem;
  padding: 0.5rem 1rem;
  color: #f5f5f5;
  cursor: pointer;
  text-decoration: none;
}
.search__section .tab__buttons--btn.active {
  color: #495057;
  background-color: #f5f5f5;
}
.search__section .tab__contents--text {
  display: none;
}
.search__section .tab__contents--text.active {
  display: block;
}
.search__section .form .select2-selection {
  height: 3.4375rem !important;
  line-height: 3.4375rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.search__section .form .select2-container--bootstrap-5 {
  width: 100% !important;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #1DBFCC;
  background-color: #1DBFCC;
}
.l__button--primary:hover {
  border-color: #06a3da;
  color: #ffffff;
  background-color: #06a3da;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #06a3da;
  border-color: #06a3da;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #1DBFCC;
}
.l__button--transparent {
  color: #003459 !important;
  background-color: transparent;
  border-color: #003459;
}
.l__button--transparent:hover {
  border-color: #06a3da;
  background-color: #06a3da;
  color: #06a3da !important;
}
.l__button--border {
  border-color: #06a3da;
  color: #06a3da;
}
.l__button--border:hover {
  color: #06a3da;
  border-color: #06a3da;
  background-color: #06a3da;
  color: #ffffff;
}
.l__button--red {
  color: #ffffff;
  background-color: #f76060;
  border-color: #f76060;
}
.l__button--red:hover {
  border-color: #06a3da;
  color: #ffffff;
  background-color: #06a3da;
}
.l__button--sm {
  padding: 0.375rem 0.75rem;
}
.l__button--md {
  padding: 0.875rem;
}
.l__button--lg {
  padding: 0.9375rem 2.1875rem;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.login__img {
  height: 43.75rem;
  width: 100%;
  overflow: hidden;
}
.login__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.login__card h1 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.login__card .form {
  margin-top: 1.875rem;
}
.login__card .form-label {
  font-size: 1rem;
  font-weight: 500;
}
.login__card .form .l__button {
  display: block;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}
.login__card .form .text-pass {
  color: #db4444;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.875rem;
}
.login__card .form .text-login {
  font-size: 1rem;
  font-weight: 400;
}
.login__card .form .text-login a {
  font-weight: 500;
  color: #4f4f4f;
  text-decoration: none;
}
.login__card.forgot-password {
  padding: clamp(1rem, 5vw, 5rem);
  border-radius: 0.9375rem;
  border: 1px solid #e4e3e3;
  background: #fcfcfc;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.login__card.forgot-password .icon {
  height: 8.4375rem;
  width: 8.4375rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ebf5fe;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
}
.login__card.forgot-password .form {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 500px) {
  .login__card.forgot-password .form {
    max-width: 100%;
  }
}
.login__card.forgot-password .form h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
}
.login__card.forgot-password .form p {
  font-size: 1rem;
  font-weight: 400;
  color: #9f9a9a;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

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

.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: 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-left: 1.875rem;
  padding-right: 1.875rem;
}

@media only screen and (min-width: 1550px) {
  .container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.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: clamp(1rem, 3vw, 1.625rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .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: clamp(0.875rem, 3vw, 1rem);
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #002345;
  text-transform: capitalize;
  position: relative;
  font-family: "Heebo", sans-serif;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #1DBFCC;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9063rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.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;
}
.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);
}
.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: 1rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #1DBFCC;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1b2534;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #1DBFCC;
}

.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: #1DBFCC;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #1DBFCC;
}
.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: #1DBFCC;
}
.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: #06a3da;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #1DBFCC;
}
.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: #1DBFCC;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #1DBFCC;
  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;
  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.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  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 {
  position: relative;
  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: #06a3da;
  border-color: #06a3da;
  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;
  position: relative;
}
.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: #1DBFCC;
  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: #1DBFCC;
}
.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: #1DBFCC;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #1DBFCC;
}
@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: #eff8fb;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
.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: flex-start;
  align-items: center;
  gap: 0.9375rem;
}
.main-header-two-top-left li {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1DBFCC;
}
.main-header-two-top-left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
  color: #002345 !important;
  text-decoration: none;
  transition: all 500ms ease;
  font-family: "Heebo", sans-serif;
}
.main-header-two-top-left li a i {
  color: #1DBFCC !important;
}
.main-header-two-top-left li a:hover {
  color: #06a3da !important;
}

@media (max-width: 991px) {
  .main-menu-two {
    background-color: #ffffff;
  }
}
.main-menu-two__wrapper-inner {
  background-color: #ffffff;
  padding: 0.625rem 1rem;
}
.main-menu-two__logo img {
  height: 6.25rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo img {
    height: 5.625rem;
  }
}
@media (max-width: 1100px) {
  .main-menu-two__logo img {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .main-menu-two__logo img {
    height: 4rem !important;
  }
}

.footer {
  background-color: #eff8fb;
  position: relative;
  padding: clamp(2rem, 5vw, 5.625rem) 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer__space {
  margin-top: clamp(2.5rem, 7vw, 5rem);
}
@media (max-width: 991px) {
  .footer__space {
    margin-top: 1.75rem;
  }
}
.footer__space .footer__menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 1.5625rem;
  }
}
.footer__menu .title {
  color: #002345;
  font-family: "Heebo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
.footer__menu .title.contact {
  color: #1DBFCC;
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
}
.footer__menu .text {
  color: #486683;
  font-size: 1rem;
  font-weight: 400;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  font-size: 1.125rem;
  font-weight: 400;
  list-style: none;
  margin-bottom: 1rem;
}
.footer__menu ul li a {
  color: #486683;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.footer__menu ul li a:hover {
  letter-spacing: 1px;
}
.footer__menu ul.social__icon {
  gap: 0.625rem;
}
.footer__menu ul.social__icon li {
  border-color: #486683;
  margin-bottom: 0;
}
.footer__menu ul.social__icon li a {
  color: #486683;
}
.footer__menu--list a {
  padding-left: 0.9375rem;
}
.footer__menu--list a::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.footer__menu form {
  position: relative;
}
.footer__menu form input {
  padding: 0.9375rem;
  padding-right: 4.0625rem;
  border-radius: 0;
  border: none;
  background: #fff;
}
.footer__menu form button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #1DBFCC;
}
.footer__menu img {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__contact {
  padding: 0;
  margin: 0;
}
.footer__contact li {
  list-style: none;
  margin-bottom: 1.125rem;
}
.footer__contact li p {
  color: #1DBFCC;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.footer__contact li p span,
.footer__contact li p a {
  font-size: 1rem;
  font-weight: 400;
  color: #486683 !important;
  transition: all 0.5s ease;
}
.footer__contact li p span:hover,
.footer__contact li p a:hover {
  letter-spacing: 1px;
}
.footer__info {
  background: linear-gradient(90deg, #19abae 0.39%, #3dbd8d 101.54%);
}
.footer__info--card {
  background: #fffdfd;
  border-radius: 0.625rem;
  padding: 1.875rem 1.5625rem;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.footer__info--card .icon i {
  height: 5.3125rem;
  width: 5.3125rem;
  overflow: hidden;
  line-height: 5.3125rem;
  min-width: 5.3125rem;
  background-color: #13a8b4;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  border-radius: 3.125rem;
}
@media (max-width: 1400px) {
  .footer__info--card .icon i {
    height: 4.0625rem;
    width: 4.0625rem;
    overflow: hidden;
    line-height: 4.0625rem;
    min-width: 4.0625rem;
    font-size: 2.1875rem;
  }
}
.footer__info--card .content h3 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.footer__info--card .content p {
  font-family: "Jost", sans-serif;
  color: #486683;
}
.footer__info--card .content p a {
  color: inherit;
  text-decoration: none;
}

.copyright {
  background-color: #eff8fb;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #cedbe3;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .copyright .container {
    flex-direction: column;
  }
}
.copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #486683;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}
.copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.copyright .container ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.copyright .container ul li a {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.5s ease;
  text-decoration: none;
}
.copyright .container ul li a:hover {
  color: #1DBFCC;
}
@media (max-width: 767px) {
  .copyright .container {
    flex-direction: column;
  }
  .copyright .container p {
    text-align: center;
    font-size: 0.875rem;
  }
  .copyright .container p img {
    height: 2rem;
  }
}

.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;
}

.choose__card {
  background-color: #eff8fb;
  padding: clamp(1.25rem, 3vw, 2.1875rem) clamp(1.25em, 3vw, 1.5625rem);
  transition: 0.6s;
  margin-bottom: 25px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.choose__card .head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: clamp(0.9375rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .choose__card .head {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 0.9375rem;
  }
}
.choose__card h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  color: #222222;
  margin-bottom: 0;
}
.choose__card--icon {
  height: 4.0625rem;
  width: 4.0625rem;
  overflow: hidden;
  min-width: 4.0625rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.choose__card--icon img {
  height: 2.25rem;
  width: 2.25rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--content p {
  color: #486683;
}
.choose__card:hover {
  background-color: #1DBFCC;
  transform: translateY(-0.3125rem);
}
.choose__card:hover .choose__card--content p {
  color: #ffffff;
}

.doctor__card,
.hospital__card {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
  border-radius: 0.625rem;
  transition: 0.6s;
}
@media (max-width: 1200px) {
  .doctor__card,
  .hospital__card {
    padding: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .doctor__card,
  .hospital__card {
    padding: 1.25rem;
  }
}
.doctor__card--img,
.hospital__card--img {
  height: 15.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.doctor__card--img img,
.hospital__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.doctor__card--content a,
.hospital__card--content a {
  text-decoration: none;
}
.doctor__card--content h3,
.hospital__card--content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .doctor__card--content h3,
  .hospital__card--content h3 {
    font-size: 1.375rem;
  }
}
.doctor__card--content span,
.hospital__card--content span {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  display: block;
  margin-bottom: 0.625rem;
}
.doctor__card--content p,
.hospital__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem !important;
}
.doctor__card:hover,
.hospital__card:hover {
  transform: translateY(-0.3125rem);
}

.department .section__title {
  max-width: 46.875rem;
  margin-inline: auto;
  line-height: 1.4;
}
.department__card {
  transition: all 0.5s ease;
}
.department__card a {
  text-decoration: none;
}
.department__card--box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  border-radius: 0.625rem;
  padding: 1.125rem;
  transition: 0.6s;
}
.department__card--content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #0a335b;
  text-transform: capitalize;
}
.department__card--icon img {
  height: 3.75rem;
  width: 3.75rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.department__card:hover {
  transform: translateY(-0.3125rem);
}
.department .hospital__card h3 {
  margin-bottom: 0.625rem;
}

.doctor__card {
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0.9375rem 2.1875rem rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #06a3da;
  padding: 0;
}
.doctor__card--img {
  height: 21.875rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  aspect-ratio: 4/5;
  height: auto;
}
@media (max-width: 575px) {
  .doctor__card--img {
    aspect-ratio: 4/5;
    height: auto;
  }
}
.doctor__card--content {
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .doctor__card--content {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .doctor__card--content {
    padding: 1.125rem;
  }
}
.doctor__card--content h3 {
  margin-bottom: 0.5rem;
}
.doctor__card--content span {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.doctor__card--content p {
  margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctor__card--content .prof {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial__card {
  background-color: #ffffff;
  padding: 3.125rem 4.0625rem;
}
@media (max-width: 1200px) {
  .testimonial__card {
    padding: 1.5625rem;
  }
}
@media (max-width: 991px) {
  .testimonial__card {
    padding: 1.25rem;
  }
}
.testimonial__card--info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5625rem;
}
.testimonial__card--info img {
  height: 4.0625rem;
  width: 4.0625rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 4.0625rem;
  border-radius: 50%;
}
.testimonial__card--info h4 {
  font-family: "Heebo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .testimonial__card--info h4 {
    font-size: 1.125rem;
  }
}
.testimonial__card--info span {
  font-size: 0.9375rem;
  color: #1DBFCC;
  display: inline-block;
}
.testimonial__card--content .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial__card--content .rating li {
  margin-right: 0.125rem;
  display: inline-block;
}
.testimonial__card--content .rating li i {
  color: #ffc806;
}
.testimonial__card--content .quote i {
  font-size: 3.125rem;
  color: #1DBFCC;
}

.counter__card h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.3125rem;
}
@media (max-width: 1200px) {
  .counter__card h3 {
    font-size: 1.875rem;
  }
}
.counter__card p {
  color: #0d0246;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 991px) {
  .counter__card p {
    font-size: 0.875rem;
  }
}

.steps__card {
  background-color: #f7f7fd;
  padding: 1.5rem;
  position: relative;
}
.steps__card--icon {
  height: 6.25rem;
  width: 6.25rem;
  overflow: hidden;
  min-width: 6.25rem;
  background-color: #ffffff;
  text-align: center;
  color: #1DBFCC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5625rem;
}
.steps__card--icon img {
  height: 3.4375rem;
  width: 3.4375rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.steps__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0.9375rem;
}
.steps__card .count {
  position: absolute;
  top: 0.3125rem;
  right: 1.25rem;
  font-size: 5rem;
  font-weight: 700;
  color: #002345;
  font-family: "Heebo", sans-serif;
  opacity: 10%;
}

.blog__index {
  border: 1px solid #dddddd;
  padding: 1.5625rem;
  transition: 0.6s;
  border-radius: 6px;
}
.blog__index a {
  text-decoration: none;
  color: inherit;
}
.blog__index .tag {
  background-color: #1DBFCC;
  display: inline-block;
  color: #ffffff;
  border-radius: 1.875rem;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.25rem;
}
.blog__index .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0.9375rem;
}
.blog__index .meta li {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  color: #486683;
  position: relative;
  padding-left: 22px;
  margin-right: 0.625rem;
}
.blog__index .meta li i {
  color: #1DBFCC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog__index h3 {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #002345;
}
.blog__index p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #486683;
}
.blog__card {
  transition: 0.6s;
  overflow: hidden;
  border-radius: 0.625rem;
  border-bottom: 2px solid #06a3da;
  box-shadow: 0px 0.9375rem 2.1875rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.blog__card--img {
  position: relative;
  height: 17.1875rem;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  object-fit: cover;
}
.blog__card--img .tag {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 60%;
  display: inline-block;
  background-color: #06a3da;
  padding: 0.3125rem 1.25rem;
  border-radius: 3.125rem;
}
.blog__card--img .tag a {
  color: #ffffff;
  text-decoration: none;
}
.blog__card--content {
  background-color: #ffffff;
  padding: 1.5625rem;
}
.blog__card--content h3 {
  color: #222222;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  color: inherit;
  text-decoration: none;
}
.blog__card--content h3:hover {
  color: #06a3da;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__flex {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem;
}
.blog__flex--img {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  min-width: 5rem;
}
.blog__flex--img img {
  object-fit: cover;
}
.blog__flex--content span {
  display: block;
  color: #929ba4;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.blog__flex--content h3 {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__flex--content h3 a {
  color: inherit;
  text-decoration: none;
}

.mission__card {
  padding: 1.5625rem;
  background-color: #ffffff;
  border-top: 0.3125rem solid #f3f3f3;
  border-bottom: 0.3125rem solid #f3f3f3;
  border-left: 0.125rem solid #f3f3f3;
  border-right: 0.125rem solid #f3f3f3;
  border-radius: 1.25rem;
  transition: 0.6s;
}
.mission__card:hover {
  border-color: #1DBFCC;
}

.team__card {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0.9375rem 2.1875rem rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #06a3da;
  transition: 0.6s;
  border-radius: 0.625rem;
}
.team__card--img {
  border-radius: 0.625rem 0.625rem 0 0;
  height: 17.5rem;
  width: 100%;
  overflow: hidden;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.team__card--content {
  padding: clamp(1.25rem, 2vw, 1.875rem);
}
.team__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media (max-width: 1200px) {
  .team__card--content h3 {
    font-size: 1.25rem;
  }
}
.team__card--content span {
  font-size: 1rem;
  font-weight: 400;
  color: #6a6c72;
}
.team__card--content .link {
  margin-top: 0.9375rem;
}
.team__card--content .link a {
  height: 2.1875rem;
  width: 2.1875rem;
  overflow: hidden;
  line-height: 2.1875rem;
  min-width: 2.1875rem;
  display: inline-block;
  border-radius: 50%;
  font-size: 1rem;
  background-color: #06a3da;
  color: #ffffff;
  transition: 0.6s;
  margin-inline: 0.3125rem;
}
.team__card--content .link a:hover {
  background-color: #124390;
  transform: translateY(-5px);
}
.team__card:hover {
  transform: translateY(-10px);
}

.news__card {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.news__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.news__card--img img {
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.news__card--content .meta {
  position: absolute;
  top: 0;
  left: 0;
  background: #1DBFCC;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  color: #ffffff !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.news__card--content .meta span {
  color: #ffffff;
}
.news__card--content h3 {
  background: #002345;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6875rem;
  width: 100%;
  padding: 0.3125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.news__card:hover img {
  transform: scale(1.1);
}
.news__card:hover h3 {
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}
.news__category {
  background-color: #fff5ef;
}
.news__categoryCard {
  z-index: 12;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  position: relative;
  background: #ffffff;
  border-radius: 0.625rem;
}
.news__categoryCard a {
  text-decoration: none;
}
.news__categoryCard--img {
  height: 9.375rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.news__categoryCard--img img {
  object-fit: cover;
}
.news__categoryCard--content {
  padding: 1rem;
  text-align: center;
}
.news__categoryCard--content h3 {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
}

.gallery__card {
  background: #f6f6f6;
}
.gallery__card a {
  text-decoration: none;
}
.gallery__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  object-fit: cover;
}
.gallery__card--content h3 {
  padding: 0.625rem;
  text-align: center;
  font-size: 1rem;
}
.gallery__card:hover img {
  transform: scale(1.05);
}
.gallery__list {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.gallery__list img {
  object-fit: cover;
}

.calculator input {
  background-color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  border: 2px solid #ffffff;
  height: 3.3125rem;
  width: 100%;
  overflow: hidden;
  padding: 1.25rem;
  transition: 0.6s;
  font-size: 0.9375rem;
}
.calculator .l__button {
  width: 100%;
}

.advice__card {
  border-radius: 0.375rem;
  padding: 1.5625rem;
  transition: 0.6s;
}
.advice__card a {
  text-decoration: none;
}
.advice__card .tags {
  background-color: #1DBFCC;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.875rem;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.advice__card h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  transition: 0.6s;
  margin-bottom: 0.625rem;
  color: #002345;
}
.advice__card h3:hover {
  color: #1DBFCC;
}
.advice__card h3 a {
  color: inherit;
}
.advice .row .col:nth-child(odd) .advice__card {
  background-color: #f7f7fd;
  border: 1px solid #f7f7fd;
}
.advice .row .col:nth-child(odd) .advice__card:hover {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.advice .row .col:nth-child(even) .advice__card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.advice .row .col:nth-child(even) .advice__card:hover {
  background-color: #f7f7fd;
  border: 1px solid #f7f7fd;
}

.success__card {
  background-color: #EFF8FB;
  padding: 3.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .success__card {
    padding: 1rem;
  }
}
.success__card h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.success__card .box-border {
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.success__card .box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.success__card .box ul {
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #ffffff;
}
.success__card .box ul li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
.success__card .box ul li:last-child {
  margin-bottom: none;
}
.success__card .box ul li strong {
  width: 33%;
}
.success__card .box ul li span {
  flex-basis: 1;
}

.location__card {
  background-color: #ffffff;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 1.25rem;
}
.location__card h6 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.location__card p {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem !important;
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
}
.location__card p i {
  position: absolute;
  top: 0.25rem;
  left: 0;
}

.banner {
  background-color: #eff8fb;
  padding-top: 10rem;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    padding-top: 16.25rem;
  }
}
.banner__content .sub-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1DBFCC;
  margin-bottom: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
  display: block;
}
.banner__content h1 {
  font-size: clamp(1.5625rem, 4vw, 2.5rem);
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  color: #002345;
  margin-bottom: 0.75rem;
}
.banner__content p {
  color: #486683;
  margin-bottom: 0;
}
.banner__content--btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .banner__content {
    margin-bottom: 1.875rem;
  }
}
.banner__img {
  max-height: 36.25rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner__img {
    max-height: 100%;
  }
}
.banner-shape {
  position: absolute;
  top: 6.25rem;
  left: 0;
  height: 12.5rem;
  width: 12.5rem;
  overflow: hidden;
}

.hospital_index {
  background-color: #eef9ff;
  margin-top: 7rem;
}

.testimonial__index {
  background-color: #eff8fb;
}
.testimonial__index .section__title h6 {
  background-color: #1DBFCC;
  color: #ffffff;
}
.testimonial__index .section__title h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
.testimonial__carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.875rem !important;
}
.testimonial__carousel .owl-dots button {
  height: 0.625rem !important;
  width: 0.625rem !important;
  overflow: hidden;
  background-color: #1DBFCC !important;
  border-radius: 50%;
}
.testimonial__carousel .owl-dots button span {
  display: none !important;
}
.testimonial__carousel .owl-dots button.active {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
  overflow: hidden;
}

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/site-asset/images/cta.jpg");
}
.cta__content span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: block;
  margin-bottom: 0.9375rem;
  color: #ffffff;
}
.cta__content h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  font-family: "Jost", sans-serif;
  color: #ffffff;
}
.cta .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.cta .l__button--primary {
  background-color: rgba(255, 255, 255, 0.26);
  border-color: transparent;
}
.cta .l__button--primary:hover {
  background-color: #0a335b;
}
.cta .l__button--secondary {
  background-color: #0a335b;
  border-color: transparent;
}
.cta .l__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.26);
}

.retreat .content ul li::before {
  color: #06a3da;
}
.retreat .content .btn_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.retreat .content .btn_group .l__button--secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.retreat .content .btn_group .l__button--secondary:hover {
  background-color: #5c636a;
  border-color: #5c636a;
}
.retreat__img {
  height: 32.875rem;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (max-width: 1100px) {
  .retreat__img {
    height: auto;
  }
}
.retreat__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.counter {
  background-image: url("/static/site-asset/images/counters.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 0.3125rem;
  padding: 3.125rem 3.125rem 1.5625rem 3.125rem;
  margin-top: 3.4375rem;
  margin-right: -14.375rem;
}
@media (max-width: 991px) {
  .counter {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .counter {
    text-align: center;
  }
}

.steps {
  background-image: url("/static/site-asset/images/steps.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.steps .section__title h2,
.steps .section__title h5 {
  color: #ffffff;
}
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #1dbfcc;
  opacity: 95%;
}
.steps .link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.25rem;
}

.blog__index .row .col:nth-child(2) .blog__card {
  background-color: #f7f7fd !important;
  border: 1px solid #f7f7fd;
}

.location {
  background-color: #f1f5fe;
}

.about__left {
  position: relative;
}
.about__left--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  display: block;
}
.about__left--info {
  position: absolute;
  bottom: -3.125rem;
  left: 4.375rem;
  background-color: #f76060;
  padding: 1.25rem;
  border-radius: 0.625rem;
  transition: 0.6s;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2rem;
  max-width: 24.375rem;
  width: 100%;
}
@media (max-width: 767px) {
  .about__left--info {
    position: static;
    margin-top: 1.875rem;
  }
}
@media (max-width: 480px) {
  .about__left--info {
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
  }
}
.about__left--info .icon {
  height: 2.8125rem;
  width: 2.8125rem;
  overflow: hidden;
  min-width: 2.8125rem;
}
.about__left--info .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__left--info .text h3 {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.about__left--info .text p {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about__right {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .about__right {
    margin-top: 2rem;
  }
}
.about__right .section__title {
  margin-bottom: 0.9375rem;
}
.about__right .section__title h2 {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.about__right .section__title h2 span {
  color: #06a3da;
}

.team .section__title {
  max-width: 37.5rem;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact .form__group {
  margin-bottom: 1.5rem;
}
.contact .form-control {
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  border: 1px solid #ffffff;
  padding: 20px;
  transition: 0.6s;
  font-size: 0.9375rem;
}
.contact .form textarea.form-control {
  height: 9.375rem;
  line-height: normal;
}
.contact__info {
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  padding: clamp(1rem, 3vw, 3rem);
  background-color: #ffffff;
  border-radius: 1rem;
}
.contact__info h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.contact__info ul {
  padding: 0;
  margin: 0;
}
.contact__info ul li {
  list-style: none;
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.contact__info ul li:last-child {
  margin-bottom: 0;
}
.contact__info ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  line-height: normal;
}
.contact__info ul li i {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  font-size: 1.25rem;
}
.contact__img {
  margin-top: 1.5rem;
  height: 21.875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.contact__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.map iframe {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
}

.detail__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.detail__img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .detail__img img {
    height: auto;
  }
}

.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img svg {
  height: 29.375rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.625rem;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail .post {
  border-top: 1px solid #f4f2f0;
  margin-top: 1.375rem;
  padding-top: 1.375rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__detail .post > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog__detail .post > div img {
  height: 4.75rem;
  width: 4.75rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.blog__detail .share {
  border-block: 1px solid #f4f2f0;
  margin-top: 2.5rem;
  padding-block: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.blog__detail .share a,
.blog__detail .share p {
  color: #1b2534;
  font-size: 1.25rem;
  font-weight: 600;
}
.blog__detail .share a {
  text-decoration: none;
}
.blog__detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.blog__detail .sidebar .col {
  margin-bottom: 1.25rem;
}

.pageDetail__img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pageDetail__img {
    height: auto;
  }
}
.pageDetail__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .pageDetail__img img {
    object-fit: contain;
  }
}
.pageDetail__tab {
  margin-top: 1rem;
}
.pageDetail__tab .tab__buttons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .pageDetail__tab .tab__buttons {
    flex-direction: column;
  }
}
.pageDetail__tab .tab__buttons--btn {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 0.3125rem;
  cursor: pointer;
  color: #000000;
  background-color: #f5f5f5;
}
.pageDetail__tab .tab__buttons--btn:hover, .pageDetail__tab .tab__buttons--btn.active {
  background-color: #1DBFCC;
  color: #ffffff;
}
.pageDetail__tab .tab__contents {
  border: 1px solid #dee2e6;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.3125rem;
}
.pageDetail__tab .tab__contents--text {
  display: none;
}
.pageDetail__tab .tab__contents--text.active {
  display: block;
}
.pageDetail__info--card {
  background-color: #ffffff;
  box-shadow: 0px 0.9375rem 2.1875rem rgba(0, 0, 0, 0.1);
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 0.625rem;
  border-bottom: 1px solid #06a3da;
  text-align: center;
  transition: 0.6s;
}
.pageDetail__info--card .icon {
  height: 4.375rem;
  width: 4.375rem;
  overflow: hidden;
  line-height: 4.375rem;
  min-width: 4.375rem;
  background-color: #ffffff;
  color: #06a3da;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #06a3da;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  margin-bottom: 1.25rem;
}
.pageDetail__info--card .icon i {
  font-size: 2rem;
}
.pageDetail__info--card h6 {
  color: #222222;
}
.pageDetail__info--card h6 a {
  color: inherit;
  text-decoration: none;
}
.pageDetail__info--card h6.mail {
  word-wrap: break-word;
}
.pageDetail__info--card:hover {
  transform: translateY(-10px);
}
.pageDetail__info--card:hover .icon {
  background-color: #06a3da;
  color: #ffffff;
}
.pageDetail__contact .form__group {
  margin-bottom: 1rem;
}
.pageDetail__contact .form__group textarea,
.pageDetail__contact .form__group input {
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  display: inline-block;
  padding: 15px 20px;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #486683;
  transition: 0.6s;
}
.pageDetail__contact .whatsapp {
  text-align: center;
}
.pageDetail__contact .whatsapp span {
  color: #486683;
}
.pageDetail__contact .whatsapp span a {
  color: #0cb8b6;
  text-decoration: none;
}
.pageDetail__contact .whatsapp span a:hover {
  color: #0d0246;
}

.departDetail__img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
.departDetail__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.departDetail__share {
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-block: 1.875rem;
}
.departDetail__share a {
  height: 2.1875rem;
  width: 2.1875rem;
  overflow: hidden;
  line-height: 2.1875rem;
  display: inline-block;
  background-color: #06a3da;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
  transition: 0.6s;
  margin: 0.1875rem;
}
.departDetail__share a:hover {
  transform: translateY(-5px);
  background-color: #124390;
}
.departDetail .sidebar {
  position: sticky;
  top: 8.4375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
.departDetail .sidebar .search {
  position: relative;
}
.departDetail .sidebar .search input {
  background-color: #ffffff;
  height: 3.125rem;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0.9375rem;
  border: 1px solid #06a3da;
  display: block;
  outline: 0;
  transition: 0.6s;
  border-radius: 5px;
}
.departDetail .sidebar .search button {
  border: none;
  background-color: #eeeeee;
  color: #06a3da;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  transform: translateY(-50%);
  padding: 0;
  transition: 0.6s;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.departDetail .sidebar .box {
  margin-bottom: 2.5rem;
}
.departDetail .sidebar .box ul {
  padding: 0;
  margin: 0;
}
.departDetail .sidebar .box ul li {
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #222222;
  background: #f5f5f5;
  padding: 0.625rem;
  border-radius: 0.3125rem;
}
.departDetail .sidebar .box ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.departDetail .sidebar .box ul li:hover {
  color: #06a3da;
}
.departDetail .sidebar .box ul li:last-child {
  margin-bottom: 0;
}
.departDetail .comment__list:last-child {
  margin-bottom: 0;
}
.departDetail .comment textarea,
.departDetail .comment input {
  width: 100%;
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  padding-inline: 0.9375rem;
  height: 3.75rem;
  outline: 0;
  border-radius: 0.3125rem;
  color: #222222;
  font-size: 0.875rem;
  transition: 0.6s;
}
.departDetail .comment textarea {
  padding: 0.9375rem;
}
.departDetail .comment__list {
  border-bottom: 1px solid #eeeeee;
  padding-block: 1.875rem;
}

.service__banner {
  background-color: #eaffff;
  margin-top: -3.125rem;
  position: relative;
  height: 37.5rem;
}
@media (max-width: 991px) {
  .service__banner {
    height: 100%;
    margin-top: 0;
    padding-block: 3.125rem;
  }
}
.service__banner .section__title {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0;
  flex-direction: column;
}
.service__banner .l__button--dark {
  background-color: #222222;
  color: #ffffff;
  transition: 0.6s;
  margin-left: 20px;
}
.service__banner .l__button--dark:hover {
  background-color: #06a3da;
  border-color: #06a3da;
}
.service__banner--img {
  position: absolute;
  top: 0;
  right: 0;
  height: 37.5rem;
  width: 50%;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 0 100px;
}
@media (max-width: 991px) {
  .service__banner--img {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-top: 3.125rem;
  }
}
.service__banner--img img {
  object-fit: cover;
}
.service__feature--card {
  text-align: center;
  padding: 2.1875rem 1.5625rem;
  transition: 0.6s;
  border-radius: 0.625rem;
}
.service__feature--card h3 {
  font-size: 1.4375rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #ffffff;
}
.service__feature--card p {
  color: #ffffff;
}
.service__feature .row .col:nth-child(1) .service__feature--card {
  background-color: #4a6577;
}
.service__feature .row .col:nth-child(2) .service__feature--card {
  background-color: #06a3da;
}
.service__feature .row .col:nth-child(3) .service__feature--card {
  background-color: #f57e57;
}
.service__request .form {
  background-image: url("/static/site-asset/images/check-bg.jpg");
  background-position: cover;
  background-repeat: center;
  background-size: no-repeat;
  border-radius: 0.3125rem;
  padding: 2rem 1rem;
}
.service__request input {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  outline: 0;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
  width: 100%;
}
.service__request .l__button--primary {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .service__request .l__button--primary {
    width: auto;
    margin: auto;
  }
}

.calculator__desc {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
.calculator__desc--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .calculator__desc--img {
    height: auto;
  }
}
.calculator__desc--img img {
  object-fit: cover;
}
.calculator__desc--content {
  margin-bottom: 1.5rem;
}

.advice__detail {
  overflow: hidden;
  background: linear-gradient(180deg, #efeffb 0%, #fafafe 100%);
  padding-top: 10.8125rem;
}
@media (max-width: 991px) {
  .advice__detail {
    padding-top: 12.4375rem;
  }
}
@media (max-width: 767px) {
  .advice__detail {
    padding-top: 11.4375rem;
  }
}
.advice__detail--header {
  background: rgba(0, 35, 69, 0.9);
  padding: 3.125rem;
  position: relative;
}
@media (max-width: 1200px) {
  .advice__detail--header {
    padding: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .advice__detail--header {
    padding: 1.25rem;
  }
}
.advice__detail--header .section__title {
  margin-bottom: 0;
}
.advice__detail--header .section__title h5 {
  font-weight: 600;
  margin-bottom: 1.125rem;
}
.advice__detail--header .section__title h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
}
@media (max-width: 991px) {
  .advice__detail--header .section__title h1 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .advice__detail--header .section__title h1 {
    font-size: 1.5625rem;
  }
}
.advice__detail--header .section__title p {
  color: #ffffff;
}
.advice__box--card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 0.3125rem;
}
.advice__box--card h2 {
  background: #f1f3f5;
  padding: 1rem;
}
.advice__box--card-img {
  margin-bottom: 1rem;
}
.advice__box--card-img img {
  height: 31.25rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.advice__box .related {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.faq__img {
  height: 39.125rem;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .faq__img {
    height: auto;
  }
}
.faq__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.faq__index {
  background-color: #f1f5fe;
}
.faq__index .accordion__item {
  display: block;
  margin-bottom: 0.625rem;
  background-color: transparent;
  border: 1px solid #e2e5ea;
  border-radius: 0.5rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  position: relative;
}
.faq__index .accordion__item .number {
  position: absolute;
  top: 1.5625rem;
  left: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  min-width: 1.875rem;
  line-height: 1.875rem;
  display: block;
  background: rgba(12, 184, 182, 0.2);
  border-radius: 0.3125rem;
  text-align: center;
  color: #0cb8b6;
}
.faq__index .accordion__item .box {
  padding-left: 3rem;
}
.faq__index .accordion__item--title {
  cursor: pointer;
  position: relative;
  color: #0d0246;
  font-size: 1.125rem;
  font-weight: 400;
  padding-right: 1.125rem;
}
.faq__index .accordion__item--title i {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
.faq__index .accordion__item--content {
  display: none;
  color: #212529;
}
.faq__index .accordion__item.active {
  background-color: #ffffff;
}
.faq__index .accordion__item.active .accordion__item--title {
  margin-bottom: 0.9375rem;
}
.faq__index .accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}
.faq__page .accordion__item {
  margin-bottom: 1.875rem;
}
.faq__page .accordion__item--title {
  padding: 1.5625rem 2.5rem 1.5625rem 1.5625rem;
  color: #222222;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  background: #f6f7f9;
  position: relative;
}
.faq__page .accordion__item--title i {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.faq__page .accordion__item--content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  padding: 1rem;
  background-color: #ffffff;
  display: none;
}
.faq__page .accordion__item--content.active {
  display: block;
}
.faq__page .accordion__item--content a {
  color: rgb(220, 53, 69);
  text-decoration: none;
}

.package {
  background-color: #eef9ff;
}
.package .note {
  background: #0d1440;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.package .box {
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #dddddd;
}
.package .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.package__card {
  background: #ffffff;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 1.8rem;
  border-radius: 4px;
  transition: 0.3s;
}
.package__card--head {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1rem;
  text-align: center;
}
.package__card--head .name {
  margin-bottom: 1rem;
}
.package__card--head .name h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
.package__card--head h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.package__card--body {
  height: 12.5rem;
  overflow: hidden;
  position: relative;
  transition: height 0.25s ease-in-out;
}
.package__card--body.expanded {
  height: auto;
  overflow: visible;
}
.package__card--body .featured {
  padding: 0;
  margin: 0;
}
.package__card--body .featured li {
  list-style: none;
  margin-block: 0.5rem;
  color: #223f39;
  position: relative;
  padding-right: 1.5rem;
}
.package__card--body .featured li:last-child {
  margin-bottom: 0;
}
.package__card--body .featured li i {
  position: absolute;
  top: 0.25rem;
  right: 0;
}
.package__card--body .featured__not li {
  color: #c48888;
}
.package__card--foot {
  margin-top: 2rem;
}
.package__card--foot .price {
  margin-bottom: 1rem;
  text-align: center;
}
.package__card--foot .price del {
  color: #aaaaaa;
  font-size: 1.5rem;
}
.package__card--foot .price span {
  letter-spacing: -2px;
  font-size: 2.5rem;
  font-weight: 600;
}
.package__card--foot .price small {
  color: #3b3b3b;
  font-weight: 500;
  margin-top: -10px;
}
.package__card--foot .toggle-content {
  height: 1.5rem;
  transition: all 0.3s ease;
  color: #f76060;
  font-size: 1rem;
  font-weight: 500;
}
.package__card--foot .toggle-content:hover {
  color: #1DBFCC;
}
.package__card--foot .btn__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.package__card.standard .package__card--head h3 {
  background: #ffc4c4;
  color: #ff5e5e;
}
.package__card.standard .package__card--foot .price span {
  color: #ff5e5e;
}
.package__card.standard .package__card--foot .l__button--primary {
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}
.package__card.standard .package__card--foot .l__button--primary:hover {
  border-color: #f23c3c;
  background-color: #f23c3c;
}
.package__card.professional .package__card--head h3 {
  background: #cad2ff;
  color: #627afe;
}
.package__card.professional .package__card--foot .price span {
  color: #627afe;
}
.package__card.professional .package__card--foot .l__button--primary {
  background-color: #627afe;
  border-color: #627afe;
}
.package__card.professional .package__card--foot .l__button--primary:hover {
  border-color: #546dfe;
  background-color: #546dfe;
}
.package__card.premium .package__card--head h3 {
  background: #b9edee;
  color: #44cdd2;
}
.package__card.premium .package__card--foot .price span {
  color: #44cdd2;
}
.package__card.premium .package__card--foot .l__button--primary {
  background-color: #44cdd2;
  border-color: #44cdd2;
}
.package__card.premium .package__card--foot .l__button--primary:hover {
  border-color: #2dbcc4;
  background-color: #2dbcc4;
}

.wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.containers {
  padding: 66px 16px 66px;
  border: 1px solid #000000;
  text-align: center;
  margin: 0 4% 0 4%;
}

.containers .title {
  font-size: 120px;
}

.containers .description {
  font-size: 48px;
}

.glitch {
  position: relative;
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  text-shadow: 1px 0 blue;
  top: 0;
  left: -4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 3s infinite linear alternate-reverse;
  animation: glitch 3s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  text-shadow: -1px 0 red;
  top: 0;
  left: 4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 2s infinite linear alternate-reverse;
  animation: glitch 2s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}
@keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}

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