@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. TopHeader CSS
/*----------------------------------------*/
@import "https://unpkg.com/open-props/easings.min.css";
.top-header .logo {
  width: 130px;
}
.top-header .logo a img {
  width: 100%;
  display: block;
}
.top-header .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 14px;
}
.top-header .dropdown .dropdown-toggle::after {
  display: none;
}
.top-header .dropdown .dropdown-toggle svg {
  width: 15px;
}
.top-header .dropdown .dropdown-toggle:hover {
  background-color: transparent !important;
}
.top-header .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  overflow: hidden;
  min-width: 300px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.top-header .dropdown .dropdown-menu li a {
  font-size: 14px;
  white-space: initial;
  padding: 0.625rem 1rem;
}
.top-header .dropdown .dropdown-menu li:hover a {
  background-color: #1F459B;
  color: #ffffff;
}
.top-header .dropdown:hover .dropdown-toggle {
  color: #00AC75;
}
.top-header .search-form {
  width: 18.75rem;
  position: relative;
  padding: 0;
  background-color: transparent;
}
.top-header .search-form .form-control {
  width: 100%;
  border-radius: 0.5rem;
  font-size: 14px;
  height: 40px;
  padding: 7px 20px 7px 45px;
  background-color: #FAFAFA;
  border: 1px solid #E2E2E2;
}
.top-header .search-form .btn {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -17px;
  padding: 0 15px;
  border: none;
  color: #00AC75;
}
.top-header .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.top-header .search-form .btn:hover {
  background-color: transparent !important;
  color: #007952;
}
.top-header .search-form .btn svg {
  width: 20px;
  color: #afafaf;
}

.menubar .navbar-nav .nav-item .nav-link:hover .menubar .navbar-nav .nav-item .nav-link:active {
  color: #00AC75;
}

.top-right-header {
  gap: 0 1rem;
}
.top-right-header .button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.top-right-header .button-wrapper .btn {
  background-color: #00AC75;
  font-size: 14px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.25rem;
  gap: 0 5px;
}
.top-right-header .button-wrapper .btn svg {
  width: 20px;
}
.top-right-header .button-wrapper .btn.btn-primary-outline {
  border: 1px solid #00AC75;
  background-color: #ffffff;
  color: #00AC75;
}
.top-right-header .button-wrapper .btn.btn-primary-outline:hover {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .top-right-header .button-wrapper .btn {
    gap: 0;
    padding: 0.1875rem 0.3125rem;
    height: auto;
  }
  .top-right-header .button-wrapper .btn svg {
    display: none;
  }
}

header {
  padding: 15px 0;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
header .navbar {
  background-color: #ffffff !important;
}
header .navbar .navbar-nav {
  gap: 0 6px;
  position: relative;
  width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #00AC75;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 118%;
  margin: 0;
  border-radius: 0 0 8px 8px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 7px 15px !important;
  color: #212529;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9fffd !important;
  color: #1F459B;
  border-radius: 4px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle svg {
  width: 14px;
}
header .navbar .navbar-nav .nav-item.dropdown.position-static {
  position: static;
}
header .navbar .navbar-nav .dropdown-submenu {
  position: relative;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
header .navbar .navbar-nav .dropdown-submenu:hover .dropdown-menu {
  display: block;
  background-color: #ffffff;
  top: 0;
  border-radius: 8px;
}
header .navbar .navbar-nav .dropdown-submenu:hover a:after {
  border-left-color: #fff;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-item svg {
  width: 12px;
}
header .navbar .navbar-nav .nav-item .megamenu {
  min-width: 900px;
  overflow: hidden;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper {
  padding: 15px;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul {
  list-style: none;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul li a {
  padding: 5px 0 !important;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1F459B;
  border-radius: 50%;
}
header .navbar .navbar-nav .nav-item .megamenu h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1F459B;
  padding: 0 15px;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light {
  background-color: #93ade9 !important;
  padding: 15px 8px;
  height: 100%;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul {
  list-style: none;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul li a {
  padding: 5px 0 !important;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1F459B;
  border-radius: 50%;
}
header .navbar .navbar-nav .nav-item .megamenu.menu-full-width {
  width: 100%;
  min-width: inherit;
  left: 0;
}
header.sticky-header {
  background-color: #ffffff;
  padding: 10px 0;
  position: fixed;
  z-index: 2;
}
@media (max-width: 1023px) {
  header {
    padding: 0;
  }
  header .navbar {
    background-color: #ffffff !important;
  }
  header .navbar .navbar-brand {
    width: 6.25rem;
    margin: 0;
  }
  header .navbar .navbar-brand img {
    width: 100%;
  }
  header .navbar .navbar-toggler {
    padding: 0;
    border: none;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  header .navbar .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  header .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  header .navbar-nav .nav-item .nav-link.active {
    color: #00AC75;
  }
}

/*----------------------------------------*/
/*  03. TopHeader CSS
/*----------------------------------------*/
.top-header .logo {
  width: 130px;
}
.top-header .logo a img {
  width: 100%;
  display: block;
}
.top-header .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 14px;
}
.top-header .dropdown .dropdown-toggle::after {
  display: none;
}
.top-header .dropdown .dropdown-toggle svg {
  width: 15px;
}
.top-header .dropdown .dropdown-toggle:hover {
  background-color: transparent !important;
}
.top-header .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  overflow: hidden;
  min-width: 300px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.top-header .dropdown .dropdown-menu li a {
  font-size: 14px;
  white-space: initial;
  padding: 0.625rem 1rem;
}
.top-header .dropdown .dropdown-menu li:hover a {
  background-color: #1F459B;
  color: #ffffff;
}
.top-header .dropdown:hover .dropdown-toggle {
  color: #00AC75;
}
.top-header .search-form {
  width: 18.75rem;
  position: relative;
  padding: 0;
  background-color: transparent;
}
.top-header .search-form .form-control {
  width: 100%;
  border-radius: 0.5rem;
  font-size: 14px;
  height: 40px;
  padding: 7px 20px 7px 45px;
  background-color: #FAFAFA;
  border: 1px solid #E2E2E2;
}
.top-header .search-form .btn {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -17px;
  padding: 0 15px;
  border: none;
  color: #00AC75;
}
.top-header .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.top-header .search-form .btn:hover {
  background-color: transparent !important;
  color: #007952;
}
.top-header .search-form .btn svg {
  width: 20px;
  color: #afafaf;
}

.menubar .navbar-nav .nav-item .nav-link:hover .menubar .navbar-nav .nav-item .nav-link:active {
  color: #00AC75;
}

.top-right-header {
  gap: 0 1rem;
}
.top-right-header .button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.top-right-header .button-wrapper .btn {
  background-color: #00AC75;
  font-size: 14px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.25rem;
  gap: 0 5px;
}
.top-right-header .button-wrapper .btn svg {
  width: 20px;
}
.top-right-header .button-wrapper .btn.btn-primary-outline {
  border: 1px solid #00AC75;
  background-color: #ffffff;
  color: #00AC75;
}
.top-right-header .button-wrapper .btn.btn-primary-outline:hover {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .top-right-header .button-wrapper .btn {
    gap: 0;
    padding: 0.1875rem 0.3125rem;
    height: auto;
  }
  .top-right-header .button-wrapper .btn svg {
    display: none;
  }
}

.hero-section {
  padding: 50px 0;
  background: url(../img/hero-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.hero-section .blur-circle .blur-primary {
  width: 21.875rem;
  height: 28.125rem;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #00AC75, #ffffff);
  filter: blur(240px);
  position: absolute;
  top: 20%;
  left: 0;
}
.hero-section .blur-circle .blur-secondary {
  width: 21.875rem;
  height: 28.125rem;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #1F459B, #ffffff);
  filter: blur(240px);
  position: absolute;
  top: 20%;
  right: 0;
}
@media (max-width: 1023px) {
  .hero-section {
    padding: 1.25rem 0;
  }
  .hero-section .blur-circle {
    display: none;
  }
}
.hero-section .hero-slider {
  width: 100%;
}
.hero-section .hero-slider .slick-arrow:before {
  content: url(../img/chevron-right.svg);
  left: -3.125rem;
  position: absolute;
}
.hero-section .hero-slider .slick-arrow.slick-next:before {
  transform: rotate(180deg);
  left: auto;
  right: -3.125rem;
}
.hero-section .hero-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-slider .slick-dots li button:before {
  background-color: #e6e6e6;
}
.hero-section .hero-slider .slick-dots li.slick-active button:before {
  background-color: #00AC75;
}
.hero-section .hero-slider .hero-img-wrap {
  position: relative;
}
.hero-section .hero-slider .hero-img-wrap .hero-img {
  border-radius: 1rem;
  overflow: hidden;
  width: 80%;
  margin-bottom: 3.125rem;
}
.hero-section .hero-slider .hero-img-wrap .hero-img img {
  width: 100%;
  display: block;
}
.hero-section .hero-slider .hero-img-wrap .slide-point {
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.01);
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  top: 2.5rem;
  left: -1.875rem;
  overflow: hidden;
  align-items: center;
  gap: 0 0.625rem;
}
.hero-section .hero-slider .hero-img-wrap .slide-point .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  padding: 0.5rem;
  display: block;
  overflow: hidden;
  background-color: #00AC75;
}
.hero-section .hero-slider .hero-img-wrap .slide-point .icon img {
  width: 80%;
  display: block;
}
.hero-section .hero-slider .hero-img-wrap .slide-point h4 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #3D3D3D;
  margin: 0;
}
.hero-section .hero-slider .hero-img-wrap .slide-point p {
  margin: 0;
  color: #5B5B5B;
}
.hero-section .hero-slider .hero-img-wrap .slide-point.slide-point-btm {
  top: auto;
  bottom: 1.25rem;
  left: 50%;
  margin-left: -4rem;
}
.hero-section.bg-white {
  background: #ffffff !important;
  padding: 3.125rem 0;
}

.left-content-section {
  position: relative;
}
.left-content-section img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .left-content-section img {
    display: none;
  }
}
.left-content-section .title {
  display: flex;
  align-items: center;
}
.left-content-section .title h2 {
  font-size: 42px;
  font-weight: 900;
  position: relative;
  margin-bottom: 16px;
}
.left-content-section .title h2 span {
  color: #00AC75;
}
.left-content-section .title img {
  left: auto;
  right: 25%;
  top: 6%;
}
.left-content-section p {
  font-size: 16px;
}
.left-content-section p span {
  display: block;
  color: #4A4A4A;
}
.left-content-section .rating {
  margin-bottom: 32px;
}
.left-content-section .rating h4 {
  font-size: 22px;
  font-weight: 600;
}
.left-content-section .rating .rated {
  display: flex;
  align-items: center;
  gap: 8px;
}
.left-content-section .rating .rated .rate-icon svg {
  fill: #fdda21;
  stroke: #dbbd20;
  width: 15px;
}
.left-content-section .rating .rated p {
  margin: 0;
  font-size: 12px;
}
.left-content-section .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
  position: relative;
}
.left-content-section .btn-wrapper .btn {
  background-color: #00AC75;
  font-size: 14px;
  border-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  gap: 10px;
}
.left-content-section .btn-wrapper .btn svg {
  width: 15px;
}
.left-content-section .btn-wrapper .btn-primary-outline {
  background-color: transparent;
  border: 1px solid #00AC75;
  color: #00AC75;
}
.left-content-section .btn-wrapper .btn-primary-outline:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.left-content-section .circle {
  position: absolute;
  left: -30px;
  top: -22px;
}
.left-content-section .circle span {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 84, 192, 0.04);
  position: absolute;
}
.left-content-section .circle span + span {
  width: 60px;
  height: 60px;
  left: -10px;
  top: 52px;
}
@media (max-width: 1023px) {
  .left-content-section .title h2 {
    font-size: 1.875rem;
  }
  .left-content-section .title img {
    right: -3%;
    display: none;
  }
  .left-content-section p {
    font-size: 0.875rem;
  }
  .left-content-section p span {
    display: inline;
  }
  .left-content-section .rating h4 {
    font-size: 1.125rem;
  }
  .left-content-section .btn {
    font-size: 0.75rem;
  }
}

.right-content-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.right-content-block .circle-blur {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #00AC75, #ffffff);
  filter: blur(80px);
  position: absolute;
  top: 0;
  right: 0;
}
.right-content-block .pattern {
  height: 100%;
  margin-left: auto;
  width: 75px;
  position: absolute;
  left: -2.25rem;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: -1;
}
.right-content-block .pattern img {
  width: 100%;
}
@media (max-width: 767px) {
  .right-content-block .pattern img {
    display: none;
  }
}
.right-content-block .list-content {
  width: 260px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 44px 0 rgba(20, 40, 103, 0.19);
  position: absolute;
  top: 10%;
  left: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .right-content-block .list-content {
    display: none;
  }
}
@media (max-width: 1023px) {
  .right-content-block .list-content {
    left: -4.375rem;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.right-content-block .list-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-content-block .list-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 0;
  color: #5B5B5B;
}
.right-content-block .list-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1F459B;
  display: block;
  border-radius: 50%;
  flex: 5px 0 0;
}
@media (max-width: 1023px) {
  .right-content-block .image-wrapper {
    text-align: center;
    width: 100%;
  }
  .right-content-block .round-image {
    width: 18.75rem;
    height: 18.75rem;
    margin: 1.25rem auto;
  }
  .right-content-block .pattern {
    display: none;
  }
}
@media (max-width: 767px) {
  .right-content-block .hero-slider {
    margin-top: 1.25rem;
  }
}

.service-section {
  padding: 25px 0;
}
.service-section .card-box {
  background-color: #F0F7FE;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 1023px) {
  .service-section .card-box {
    align-items: flex-start;
  }
}
.service-section .card-box .icon {
  width: 50px;
  height: 50px;
  background-color: #1F459B;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 50px 0 0;
}
.service-section .card-box .icon svg {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .service-section .card-box .icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 2.5rem 0 0;
  }
  .service-section .card-box .icon img {
    width: 62%;
  }
}
.service-section .card-box .service-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00AC75;
  margin-bottom: 5px;
}
.service-section .card-box .service-content h3 a {
  text-decoration: none;
  color: #00AC75;
}
@media (max-width: 1023px) {
  .service-section .card-box .service-content h3 {
    font-size: 1rem;
  }
}
.service-section .card-box .service-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  color: #5B5B5B;
}

@media (max-width: 1023px) {
  .mb-md {
    margin-bottom: 1rem;
  }
}
.hero-slide-position {
  background-color: #ffffff;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.hero-slide-position .left-content-section {
  padding: 0 2rem;
}
.hero-slide-position .left-content-section .list {
  padding: 0;
  margin: 0;
}
.hero-slide-position .left-content-section .list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
  font-size: 16px;
}
.hero-slide-position .left-content-section .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.hero-slide-position .left-content-section .list li p {
  font-size: 16px;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hero-slide-position .left-content-section .list li:before {
  content: "\f00c"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 24px;
  color: #ffffff;
  z-index: 1;
}
.hero-slide-position .left-content-section .list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2%;
  left: 0;
  border-radius: 50%;
}
.hero-slide-position .bottom-slide-content h3 {
  font-size: 1rem;
  font-weight: 700;
  background-color: #00AC75;
  margin-bottom: 0;
  color: #ffffff;
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  border-top-left-radius: 1rem;
  text-align: center;
}

.large-card {
  background-color: #00AC75;
  color: #ffffff;
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.large-card .inner-wrapper {
  padding: 32px;
  width: 100%;
}
.large-card .inner-wrapper .card-title {
  margin-bottom: 24px;
}
.large-card .inner-wrapper .card-title h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 0.625rem;
}
.large-card .inner-wrapper .card-title p {
  font-size: 16px;
  font-weight: 500;
}
.large-card .inner-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 0;
  margin: 0;
}
.large-card .inner-wrapper ul li {
  display: flex;
  align-items: center;
  align-items: center;
  position: relative;
  gap: 10px;
  line-height: 160%;
}
.large-card .inner-wrapper ul li img {
  width: 40px;
  height: 40px;
  display: block;
}
.large-card .inner-wrapper ul li span {
  font-weight: 500;
  font-size: 16px;
}
.large-card .inner-wrapper ul li span span {
  display: block;
}
.large-card .image-wrap {
  display: flex;
  align-items: flex-end;
}
.large-card.globalcard {
  position: relative;
}
.large-card.globalcard .inner-wrapper {
  padding: 20px 30px;
}
.large-card.globalcard .client-logo div {
  display: block;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.large-card.globalcard .client-logo div img {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.large-card.globalcard .image-wrap {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .large-card .image-wrap {
    display: none;
  }
  .large-card .inner-wrapper .card-title h2 {
    font-size: 1.25rem;
  }
  .large-card .inner-wrapper ul {
    display: block;
  }
  .large-card .inner-wrapper ul li {
    font-size: 0.875rem;
  }
  .large-card .inner-wrapper ul li img {
    width: 1.25rem;
  }
  .large-card .inner-wrapper ul li span {
    display: flex;
  }
}

.feature-section {
  padding: 25px 0 50px 0;
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.title-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.title-wrapper .links a {
  font-size: 14px;
  font-weight: 500;
  color: #00AC75;
  text-decoration: none;
}
.title-wrapper .links a:hover {
  color: #1F459B;
}

.feature-inner-section .card {
  border: none;
  box-shadow: -2px 0px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
}
.feature-inner-section .card .card-img {
  position: relative;
  overflow: hidden;
}
.feature-inner-section .card .card-img span {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #1F459B;
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
}
.feature-inner-section .card .card-img span span {
  display: block;
}
.feature-inner-section .card .card-img img {
  border-radius: 0;
}
.feature-inner-section .card .card-body .card-text a {
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}
.feature-inner-section .card .card-body .card-text a:hover {
  color: #1F459B;
}
.feature-inner-section .card .card-body .date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5B5B5B;
}
.feature-inner-section .card .card-body .date-wrap span {
  font-size: 12px;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.feature-inner-section .card .card-body .date-wrap span svg {
  width: 12px;
}

.notice-section {
  padding: 50px 0;
}

.specialist-section p {
  margin-bottom: 5px;
  color: #212529;
  font-weight: 500;
  font-size: 14px;
}
.specialist-section p small {
  font-size: 14px;
  color: #1F459B;
  text-transform: uppercase;
}
.specialist-section h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  color: #212529;
}
@media (max-width: 1023px) {
  .specialist-section .title h2 {
    font-size: 1.25rem;
  }
  .specialist-section .title div:first-child {
    width: 70%;
  }
}

.specialist-carousel, .specialist-carousel-department {
  height: 100%;
  border-radius: 16px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.specialist-carousel .slick-slide, .specialist-carousel-department .slick-slide {
  position: relative;
  padding-top: 58px;
}
.specialist-carousel .card, .specialist-carousel-department .card {
  border: 1px solid #F3F2FF;
  color: #212529;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  overflow: hidden;
  align-items: flex-end;
}
.specialist-carousel .card h4, .specialist-carousel-department .card h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  color: #3D3D3D;
}
.specialist-carousel .card p, .specialist-carousel-department .card p {
  font-size: 14px;
  color: #5B5B5B;
}
.specialist-carousel .card .link-wrapper, .specialist-carousel-department .card .link-wrapper {
  margin-top: 10px;
}
.specialist-carousel .card .link-wrapper .btn, .specialist-carousel-department .card .link-wrapper .btn {
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #1F459B;
  color: #1F459B;
}
.specialist-carousel .card .link-wrapper .btn svg, .specialist-carousel-department .card .link-wrapper .btn svg {
  width: 12px;
}
.specialist-carousel .card .link-wrapper .btn:hover, .specialist-carousel-department .card .link-wrapper .btn:hover {
  background-color: #1F459B !important;
  color: #ffffff;
}
.specialist-carousel .card .specialist-img img, .specialist-carousel-department .card .specialist-img img {
  height: 100px;
  display: block;
  width: 100%;
}

.slick-dots {
  left: auto;
  right: auto;
  bottom: -35px;
  text-align: center !important;
}
.slick-dots li {
  width: auto;
  height: 12px;
}
.slick-dots li button {
  display: flex;
  align-items: center;
  padding: 0;
  width: auto;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 20px;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: static;
  transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active button:before {
  font-size: 0;
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background-color: #1F459B;
  color: #1F459B;
  opacity: 1;
}

.global-card-wrap {
  background-color: #F2F4F5 !important;
  background-image: none;
  padding: 3.125rem 0 !important;
}
.global-card-wrap .globalcard {
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
}
.global-card-wrap .globalcard .inner-wrapper {
  padding: 0;
  color: #3D3D3D;
  text-align: center;
}

.testimonial-section {
  background-color: #00AC75;
  padding: 50px 0;
  color: #ffffff;
}

.testimonial-carousel {
  height: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.testimonial-carousel .slick-slide {
  position: relative;
  color: #5B5B5B;
}
.testimonial-carousel .slick-slide .content-wrapper {
  background-color: #ffffff;
  padding: 24px;
  height: 100%;
  margin: 0.625rem;
  border-radius: 16px;
  text-align: center;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo p {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 15px;
  margin-top: 10px;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .rating i {
  color: #FF9519;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author {
  overflow: hidden;
  margin-top: 1rem;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author img {
  width: 100%;
  display: block;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author-detail h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author-detail p {
  margin-bottom: 0;
  font-size: 14px;
  color: #dddddd;
}

.slick-dots {
  left: 0;
  bottom: -35px;
  text-align: center;
}
.slick-dots li {
  width: auto;
  height: 12px;
}
.slick-dots li button {
  display: flex;
  align-items: center;
  padding: 0;
  width: auto;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  color: #ffffff;
  background-color: #DEE2E6;
  border-radius: 20px;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: static;
  transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active button:before {
  font-size: 0;
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background-color: #00AC75;
  color: #00AC75;
  opacity: 1;
}

.popup-video {
  border-radius: 16px;
  height: 85%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-video img {
  width: 100%;
}
.popup-video:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(33, 37, 41, 0.4);
}
.popup-video .play-btn {
  width: 70px;
  height: 70px;
  background-color: #1F459B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: none;
}
.popup-video .play-btn img {
  width: 18px;
}

.play-video .btn-close {
  color: #ffffff;
  position: absolute;
  right: -13px;
  top: 46px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.about-section {
  padding: 80px 0 50px 0;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .about-section {
    padding: 1.25rem 0;
  }
}
.about-section .about-img {
  position: absolute;
  top: 0;
  transform: translate(0, 50%);
  max-width: 45.625rem;
  height: 29.375rem;
  overflow: hidden;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}
.about-section .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .section-title {
  color: #ffffff;
}
.about-section .section-title h2,
.about-section .section-title p {
  color: #ffffff;
}
.about-section .about-content ul {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
  color: #ffffff;
}
.about-section .about-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 30px 0;
}
.about-section .about-content ul li span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
.about-section .about-content ul li p {
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .about-section .about-content .about-title h2 {
    font-size: 1.5rem;
  }
  .about-section .about-content .about-title p {
    font-size: 0.875rem;
  }
}
.about-section .img-wrapper {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.about-section .img-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-section .img-wrapper {
    margin-bottom: 1.5rem;
  }
}
.about-section.bg-gray {
  background-color: #f2f4f5;
}

.inner-about-section {
  background: url(../img/pattern.png) 71px 90% no-repeat;
}
.inner-about-section .img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  overflow: inherit;
}
@media (max-width: 479px) {
  .inner-about-section .img-wrapper {
    display: block;
  }
}
.inner-about-section .img-wrapper .primary-img {
  border-radius: 1rem;
  width: 26.5rem;
  height: 31.25rem;
  overflow: hidden;
}
.inner-about-section .img-wrapper .primary-img img {
  width: 100%;
  display: block;
}
.inner-about-section .img-wrapper .secondary-img {
  max-width: 16.25rem;
  border-radius: 1rem;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  overflow: hidden;
}

.about-content h4 {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1F459B;
}
.about-content h2 {
  line-height: 130%;
}
.about-content h2 span {
  display: block;
  color: #212529;
}
.about-content .lead {
  font-weight: 600;
  border-left: 0.1875rem solid #1F459B;
  padding-left: 1.25rem;
}
.about-content ul li .icon {
  width: 4.375rem;
  height: 4.375rem;
  display: block;
  border-radius: 0.5rem;
  flex: 4.375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #ffffff;
}
.about-content ul li .icon img {
  width: 2.5rem;
}
.about-content ul li .list-content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 2rem;
}
.about-content ul li .list-content-wrap h4 {
  font-size: 24px;
  font-weight: 800;
  text-transform: none;
  color: #ffffff;
}
.about-content ul li .list-content-wrap p {
  font-size: 16px;
}

.about-content-wrap {
  background: #ffffff;
}
.about-content-wrap .about-content .about-title h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 0.625rem;
}
.about-content-wrap .about-content .about-title h2 span {
  display: inline;
  color: #00AC75 !important;
}
.about-content-wrap .about-content .about-title h5 {
  background-color: #1F459B;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 12px;
  color: #ffffff;
  display: inline-flex;
  margin-bottom: 0.625rem;
}
.about-content-wrap .about-content .about-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #3D3D3D;
  margin-top: 0;
}
.about-content-wrap .about-content ul li {
  display: flex;
  color: #5B5B5B;
  font-size: 16px;
  padding: 0.5rem 0;
}
.about-content-wrap .about-content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #00AC75;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.about-content-wrap .about-img-wrap {
  border-radius: 1rem;
  overflow: hidden;
}
.about-content-wrap .about-img-wrap img {
  width: 100%;
  display: block;
}

.about-slider-section {
  background-color: #F0F7FE;
  padding: 3.125rem 0;
}
.about-slider-section h2 .text-primary {
  display: inline !important;
}

.about-slider .slick-slide {
  opacity: 0.5;
}
.about-slider .slick-slide.slick-center {
  opacity: 1;
}
.about-slider .slick-slide.slick-center .abt-slider-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(6, 21, 35, 0.2);
}
.about-slider .abt-slider-content {
  background-color: transparent;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.about-slider .abt-slider-content .icon {
  width: 2.5rem;
  margin-bottom: 1.25rem;
}
.about-slider .abt-slider-content .icon img {
  width: 100%;
  display: block;
}
.about-slider .abt-slider-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-slider .abt-slider-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #5B5B5B;
  text-align: center;
}
.about-slider .slick-arrow {
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1;
}
.about-slider .slick-arrow:before {
  color: #5B5B5B;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
}
.about-slider .slick-arrow.slick-prev {
  left: 30%;
}
.about-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.about-slider .slick-arrow.slick-next {
  right: 30%;
}
.about-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.about-card {
  background-color: #F0F7FE;
  padding: 1.875rem;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 3.125rem;
}
.about-card .icon {
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -3.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.about-card .icon img {
  width: 2.75rem;
  display: block;
}
.about-card h3 {
  margin-bottom: 0.5rem;
}
.about-card h3 a {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 700;
  text-decoration: none;
}
.about-card h3 a:hover {
  color: #00AC75;
}
.about-card p {
  font-size: 16px;
  color: #5B5B5B;
}
.about-card .link-wrap .link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #00AC75;
  color: #00AC75;
}
.about-card .link-wrap .link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.about-card .link-wrap .link:hover {
  background-color: #00AC75;
  color: #ffffff;
}

.team-section {
  padding: 3.125rem 0;
}
.team-section .section-title span {
  display: inline !important;
}

.team-card {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5f5f5;
  height: 100%;
}
.team-card .team-img {
  overflow: hidden;
}
.team-card .team-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.team-card .team-content {
  padding: 1.5rem;
  text-align: center;
}
.team-card .team-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #3D3D3D;
  margin-bottom: 0.25rem;
}
.team-card .team-content p {
  color: #5B5B5B;
  margin-bottom: 0rem;
}

.team-wrapper {
  gap: 0.9375rem;
  flex-wrap: wrap;
  flex: 1;
}
.team-wrapper .team-card {
  width: 100%;
  height: 100%;
  max-width: 19%;
}
@media (max-width: 767px) {
  .team-wrapper .team-card {
    max-width: 31%;
  }
}
@media (max-width: 599px) {
  .team-wrapper .team-card {
    max-width: 48%;
  }
}
.team-wrapper .team-card .team-content {
  height: 6.875rem;
}

.medical-section {
  background-color: #F2F4F5;
  padding: 5rem 0 !important;
}
.medical-section .about-content {
  position: sticky;
  top: 6.875rem;
}
.medical-section .medical-list {
  padding-bottom: 0.9375rem;
  height: 100%;
}
.medical-section .medical-list a {
  display: block;
  height: 100%;
  background-color: #ffffff;
  padding: 1.875rem;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 6px -1px 24px 0 rgba(0, 172, 117, 0.01);
}
.medical-section .medical-list a .icon {
  width: 6.25rem;
  height: 6.25rem;
  border: 2px solid #00AC75;
  border-radius: 50%;
  margin: 0 auto 1.25rem auto;
}
.medical-section .medical-list a .icon img {
  width: 50%;
}
.medical-section .medical-list a .title {
  font-size: 18px;
  color: #00AC75;
  display: block;
  font-weight: 800;
}
.medical-section .medical-list a .paragraph {
  font-size: 16px;
  color: #5B5B5B;
}
.medical-section .medical-list a:hover {
  background-color: #00AC75;
  color: #ffffff;
}
.medical-section .medical-list a:hover .icon {
  border-color: #ffffff;
}
.medical-section .medical-list a:hover .icon img {
  filter: brightness(0) invert(1);
}
.medical-section .medical-list a:hover .title {
  color: #ffffff;
}
.medical-section .medical-list a:hover .paragraph {
  color: #ffffff;
}

.membership-form .title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.membership-form form .form-control {
  height: 2.8125rem;
}

.popular-service-section {
  padding: 50px 0 50px 0 !important;
  background: url("../img/pattern-bg1.jpg") no-repeat top center;
  background-size: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .popular-service-section {
    padding: 1.25rem 0;
  }
}
.popular-service-section .service-list {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}
.popular-service-section .service-list a {
  text-decoration: none;
  display: block;
  color: #3D3D3D;
  text-align: center;
  height: 100%;
}
.popular-service-section .service-list a .img {
  height: 12.5rem;
  overflow: hidden;
  display: block;
}
.popular-service-section .service-list a .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.popular-service-section .service-list a .info {
  font-size: 16px;
  font-weight: 800;
  color: #3D3D3D;
  display: block;
  padding: 1.25rem 0.625rem;
  background-color: #f5f6f7;
  height: 100%;
}
.popular-service-section .service-list a .info .paragraph {
  font-size: 14px;
  font-weight: 600;
  color: #5B5B5B;
  display: block;
}
.popular-service-section .service-list a:hover .info {
  color: #00AC75;
}
.popular-service-section.core-team-section {
  background-color: #ffffff;
  background-image: none;
}
.popular-service-section.bg-white {
  background: #ffffff !important;
}
.popular-service-section .service {
  margin-bottom: 0.9375rem;
}
.popular-service-section.bg-gray {
  background: #f7f7f7;
}
.popular-service-section.bg-gray .service-list a .info {
  background-color: #ffffff;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #f3f2ff;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}
.service-card .image-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  background-color: #f0edff;
  padding: 8px;
}
.service-card .image-icon img {
  width: 60px;
  margin: 0 auto;
  display: block;
}
.service-card .service-list-content h4 a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #212529;
}
.service-card .service-list-content p {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-card .service-list-content .btn {
  border: 1px solid #1F459B;
  color: #1F459B;
  font-size: 14px;
  padding: 5px 16px;
  margin-top: 5px;
}
.service-card .service-list-content .btn:hover {
  background-color: #1F459B !important;
  color: #ffffff;
}
.service-card:hover h4 a {
  color: #00AC75;
}

.service-list img {
  width: 100% !important;
  display: block;
}

.team-card {
  background-color: #f8f8f8;
  border: 1px solid #f3f2ff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}
.team-card .image-icon {
  width: 100% auto;
  height: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 8px;
}
.team-card .image-icon img {
  width: 50%;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.team-card .team-list-content h4 a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #212529;
}
.team-card .team-list-content p {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.team-card .team-list-content .btn {
  border: 1px solid #1F459B;
  color: #1F459B;
  font-size: 14px;
  padding: 5px 16px;
  margin-top: 5px;
}
.team-card .team-list-content .btn:hover {
  background-color: #1F459B !important;
  color: #ffffff;
}
.team-card:hover h4 a {
  color: #00AC75;
}

@media (max-width: 767px) {
  .team-card .team-list-content h4 {
    font-size: 14px;
  }
  .team-card .team-list-content p {
    font-size: 12px;
  }
}
.service-detail-page {
  padding: 150px 0 50px 0 !important;
}
.service-detail-page .about-content .about-title h2 span {
  display: inline-flex !important;
  color: #00AC75;
  font-weight: 800;
}
.service-detail-page .about-content .about-title p {
  font-size: 16px;
  color: #3D3D3D;
}
.service-detail-page .about-content .about-title p.lead {
  font-size: 24px;
}
.service-detail-page .card-box {
  align-items: flex-start;
}
.service-detail-page .card-box.secondary-card-box {
  background-color: #e7e5ff;
}
.service-detail-page .card-box.secondary-card-box .icon {
  background-color: #5f53eb;
}
.service-detail-page .card-box.warning-card-box {
  background-color: #fff7d0;
}
.service-detail-page .card-box.warning-card-box .icon {
  background-color: #fcd30d;
}
.service-detail-page .card-box.primary-card-box {
  background-color: #d9fff1;
}
.service-detail-page .card-box.primary-card-box .icon {
  background-color: #2eba8f;
}
.service-detail-page .card-box .service-content h3 a {
  color: #212529;
  font-size: 16px;
}
@media (max-width: 767px) {
  .service-detail-page .card-box {
    margin-bottom: 0.9375rem;
  }
}

.about-wrapper {
  padding: 0 0;
}

.emergency-contact {
  margin-top: 16px;
  background-color: #1F459B;
  border-radius: 8px;
  padding: 24px;
  color: #ffffff;
}
.emergency-contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.emergency-contact p {
  font-weight: normal;
}
.emergency-contact .cta-btn {
  background-color: #ffffff;
  border-radius: 8px;
  color: #1F459B;
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
}
.emergency-contact .cta-btn h3 {
  font-size: 20px;
  font-weight: 700;
}
.emergency-contact .cta-btn:hover {
  background-color: #c6d4f4 !important;
}
.emergency-contact p.email {
  margin-bottom: 0;
}
.emergency-contact p.email svg {
  width: 20px;
}

@media (max-width: 767px) {
  .service-detail-page .service-list {
    max-width: 350px;
    margin: 0 auto;
  }
  .service-detail-page .service-list img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-list-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.department-detail-content p {
  font-size: 16px;
  color: #3D3D3D;
}

.support-section {
  background-color: #fafafa;
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.support-section .shape {
  position: absolute;
  left: 52%;
  top: -3%;
  z-index: -1;
}

.support-form form .form-label {
  font-size: 16px;
  display: block;
}
.support-form form .form-control {
  height: 3.4375rem;
  background-color: #ffffff;
}
.support-form form textarea.form-control {
  height: auto;
}
.support-form form .btn {
  font-size: 16px;
}

.google-map {
  border-radius: 1rem;
  overflow: hidden;
}

.faq-section {
  padding: 50px 0;
}
.faq-section h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #212529;
}
.faq-section .accordion {
  margin-bottom: 30px;
}
.faq-section .accordion-item {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.faq-section .accordion-item .accordion-header {
  margin-bottom: 0;
  border: none;
}
.faq-section .accordion-item .accordion-header button {
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 25px;
}
.faq-section .accordion-item .accordion-header button:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.faq-section .accordion-item .accordion-header button:not(.collapsed) {
  color: #00AC75;
}
.faq-section .accordion-item .accordion-body {
  padding: 0 25px 25px 25px;
  font-weight: 500;
  color: #212529;
  line-height: 160%;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .faq-section h2 {
    font-size: 1.25rem;
  }
}

.extraDiv h3 {
  font-size: 24px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 16px;
}
.extraDiv p {
  font-size: 14px;
}
.extraDiv p span {
  display: block;
  color: #212529;
}
.extraDiv p span a {
  color: #1F459B;
  text-decoration: none;
}

.enroll-section {
  padding: 0 0 50px 0;
}
.enroll-section .enroll-container {
  background-color: #d4e7ff;
  padding: 70px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.enroll-section .enroll-container h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #212529;
}
.enroll-section .enroll-container h2 span {
  display: block;
}
.enroll-section .enroll-container h2 span.primary-text {
  color: #00AC75;
  display: inline-block;
}
.enroll-section .enroll-container p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.enroll-section .enroll-container .btn {
  background-color: #00AC75;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  gap: 10px;
  margin: 0 auto;
}
.enroll-section .enroll-container .btn svg {
  width: 15px;
}
.enroll-section .enroll-container .circle {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50%;
  background-color: #c6ffed;
  position: absolute;
  bottom: -70px;
  right: -40px;
}

html {
  color-scheme: light;
}

html[data-theme=dark] {
  color-scheme: dark;
}

[data-theme=light] [data-image-theme=dark] {
  display: none;
}

[data-theme=dark] [data-image-theme=light] {
  display: none;
}

:root {
  --gray-93: hsl(214, 0%, 93%);
  --gray-90: hsl(214, 0%, 90%);
  --gray-85: hsl(214, 0%, 85%);
  --gray-20: hsl(214, 2%, 20%);
  --gray-15: hsl(214, 0%, 15%);
  --white-hsl: 214, 0%, 100%;
  --white-15: hsla(var(--white-hsl), .15);
  --white: hsl(214, 0%, 100%);
}

:root, html[data-theme=light] {
  --bg-gray-90: var(--gray-90);
  --text-gray: var(--gray-20);
  --bg-white: var(--white);
  --border-gray-85: var(--gray-85);
  --border-gray-93: var(--gray-93);
  --border-white: var(--white-15);
}

:root, html[data-theme=dark] {
  --bg-gray-90: var(--gray-15);
  --text-gray: var(--gray-90);
  --bg-white: var(--gray-20);
  --border-gray-85: var(--white-15);
  --border-gray-93: var(--white-15);
  --border-white: var(--bg-white);
}

[data-theme=dark] body {
  background: var(--bg-gray-90) !important;
}

.tile {
  background-color: var(--bg-white);
  border: 1px solid var(--border-gray-85);
  max-width: 60em;
  margin: 1rem auto 0;
}

hr {
  border-top: 1px solid var(--border-gray-93);
  border-bottom: 1px solid var(--border-white);
}

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: #ffffff;
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill-hover);
}

.sun-and-moon > .sun-beams {
  stroke: var(--icon-fill);
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
  stroke: var(--icon-fill-hover);
}

[data-theme=dark] .sun-and-moon > .sun {
  transform: scale(1.75);
}

[data-theme=dark] .sun-and-moon > .sun-beams {
  opacity: 0;
}

[data-theme=dark] .sun-and-moon > .moon > circle {
  transform: translate(-7px);
}

@supports (cx: 1) {
  [data-theme=dark] .sun-and-moon > .moon > circle {
    transform: translate(0);
    cx: 17;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s var(--ease-elastic-3);
  }
  .sun-and-moon > .sun-beams {
    transition: transform 0.5s var(--ease-elastic-4), opacity 0.5s var(--ease-3);
  }
  .sun-and-moon .moon > circle {
    transition: transform 0.25s var(--ease-out-5);
  }
  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s var(--ease-out-5);
    }
  }
  [data-theme=dark] .sun-and-moon > .sun {
    transform: scale(1.75);
    transition-timing-function: var(--ease-3);
    transition-duration: 0.25s;
  }
  [data-theme=dark] .sun-and-moon > .sun-beams {
    transform: rotate(-25deg);
    transition-duration: 0.15s;
  }
  [data-theme=dark] .sun-and-moon > .moon > circle {
    transition-delay: 0.25s;
    transition-duration: 0.5s;
  }
}
.theme-toggle {
  --size: 1.5rem;
  --icon-fill: rgb(255, 255, 255);
  --icon-fill-hover: hsl(210 10% 15%);
  background: none;
  border: none;
  padding: 0;
  inline-size: var(--size);
  block-size: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
}

.theme-toggle > svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
}

[data-theme=dark] .theme-toggle {
  --icon-fill: hsl(210 10% 70%);
  --icon-fill-hover: hsl(210 15% 90%) ;
}

@media (hover: none) {
  .theme-toggle {
    --size: 48px;
  }
}
@media only screen and (hover: none) and (max-width: 575px) {
  .theme-toggle {
    --size: 18px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
}

@supports not (color-scheme: dark) {
  html[data-theme=dark] {
    background: #111;
  }
}
@-webkit-keyframes octocat-wave {
  0%, to {
    transform: rotate(0);
  }
  20%, 60% {
    transform: rotate(-25deg);
  }
  40%, 80% {
    transform: rotate(10deg);
  }
}
@keyframes octocat-wave {
  0%, to {
    transform: rotate(0);
  }
  20%, 60% {
    transform: rotate(-25deg);
  }
  40%, 80% {
    transform: rotate(10deg);
  }
}
[data-theme=dark] header .navbar {
  background-color: #212529 !important;
}

[data-theme=dark] header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

[data-theme=dark] header .navbar .navbar-brand {
  background-color: #ffffff;
}

[data-theme=dark] .hot-topic-list-wrapper {
  background-color: #212529;
}

[data-theme=dark] .hot-topic-list-wrapper .rightJS div a {
  color: #ffffff;
}

[data-theme=dark] body {
  color: #ffffff;
}
[data-theme=dark] .sideblock {
  background-color: #212529;
}
[data-theme=dark] .sideblock .member-wrap {
  background-color: #212529;
}
[data-theme=dark] .sideblock .member-wrap .member-info .member-content h4, [data-theme=dark] .sideblock .member-wrap .member-info .member-content p {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec {
  background-color: #212529;
}
[data-theme=dark] .services-one .service-sec .detail {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec .detail ul li a {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec .detail ul li:before {
  color: #ffffff;
}
[data-theme=dark] .news-post, [data-theme=dark] .schedule-wrap {
  background-color: #212529;
}
[data-theme=dark] .news-post .post-content h4 a, [data-theme=dark] .schedule-wrap .post-content h4 a {
  color: #ffffff;
}
[data-theme=dark] .news-post .post-content .meta-post, [data-theme=dark] .schedule-wrap .post-content .meta-post {
  color: #ffffff;
}
[data-theme=dark] .news-post ul li, [data-theme=dark] .schedule-wrap ul li {
  color: #ffffff;
}
[data-theme=dark] .news-post ul li:before, [data-theme=dark] .schedule-wrap ul li:before {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .small-setion-title h3 {
  color: #ffffff;
}
[data-theme=dark] .about-content .text-title {
  color: #ffffff;
}
[data-theme=dark] .service-wrapper .service-detail-content .service-detail-list {
  background-color: #212529;
}
[data-theme=dark] .service-wrapper .card {
  background-color: #383f45;
}
[data-theme=dark] .service-wrapper .card a {
  color: #ffffff;
}
[data-theme=dark] .service-wrapper .card a .icon img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .emergency-content p {
  color: #212529;
}
[data-theme=dark] .service-section, [data-theme=dark] .blog-item {
  background-color: #212529 !important;
}
[data-theme=dark] .service-section .blog-content h3 a, [data-theme=dark] .blog-item .blog-content h3 a {
  color: #ffffff;
}
[data-theme=dark] .service-section .card-action-info, [data-theme=dark] .blog-item .card-action-info {
  border-color: #4e5862;
}
[data-theme=dark] .service-section .card-action-info span .icon img, [data-theme=dark] .blog-item .card-action-info span .icon img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .team-list {
  background-color: #383f45;
}
[data-theme=dark] .sidebar .widget {
  background-color: #212529;
}
[data-theme=dark] .sidebar .widget.widget-search .blog-search input {
  border-color: #4e5862;
  background-color: #383f45;
}
[data-theme=dark] .sidebar .widget.widget-search .blog-search .search-button {
  color: #ffffff;
}
[data-theme=dark] .sidebar .widget.widget-categories .category-list a {
  color: #ffffff;
  border-color: #4e5862;
}
[data-theme=dark] .social-share {
  border-color: #4e5862;
}
[data-theme=dark] .blog-comment .comment-list .comment {
  background-color: #383f45;
}
[data-theme=dark] .blog-comment-form .form-control {
  border-color: #4e5862;
  background-color: #383f45;
  color: #ffffff;
}
[data-theme=dark] .blog-comment-form .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .blog-comment-form .form-control::-moz-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .blog-comment-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .contact-inofrmation .contact-us .icon-box {
  background-color: #212529;
}
[data-theme=dark] .contact-us-form {
  background-color: #212529;
}
[data-theme=dark] .contact-us-form .form-group .form-control {
  border-color: #4e5862;
  background-color: #383f45;
}

/************************ Footer Css *************************/
/*Footer CSS*/
footer {
  background-color: #212529;
  padding: 50px 0 0 0;
  color: #ffffff;
}
footer .footer-menu h4 {
  font-size: 14px;
  font-weight: 700;
}
footer .footer-menu ul {
  padding: 0;
  list-style: none;
}
footer .footer-menu ul li {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
}
footer .footer-menu ul li a {
  color: #cccccc;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
footer .footer-menu ul li a:hover {
  color: #1F459B;
}
footer .footer-menu .news-form {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px;
}
footer .footer-menu .news-form input {
  border: none;
  background-color: transparent;
  font-size: 14px;
}
footer .footer-menu .news-form input:focus {
  outline: none;
  box-shadow: none;
}
footer .footer-menu .news-form input::placeholder {
  color: #b3b3b3;
}
footer .footer-menu .news-form .btn {
  background-color: #1F459B;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
footer .footer-menu .news-form .btn svg {
  color: #ffffff;
}
@media (max-width: 599px) {
  footer .row {
    display: flex;
  }
  footer .footer-menu {
    margin-bottom: 1rem;
  }
}

.bottom-footer {
  background-color: #212529;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4e5862;
  padding: 10px 0;
}
.bottom-footer .copy-right {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}
.bottom-footer .social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
.bottom-footer .social-links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.bottom-footer .social-links a img {
  width: 100%;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #1F459B;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

.page-top {
  padding: 150px 0 50px 0;
  text-align: center;
}
.page-top h2 {
  font-size: 32px;
  font-weight: 900;
  color: #212529;
}
.page-top h2 span {
  color: #00AC75;
}
.page-top p {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}
@media (max-width: 767px) {
  .page-top h2 {
    font-size: 1.5rem;
  }
}

.search-form {
  background-color: #ffffff;
  border: 1px solid #F3F2FF;
  border-radius: 8px;
  padding: 16px;
}
.search-form .search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.search-form .search-wrapper div {
  text-align: left;
  height: 100%;
}
.search-form .search-wrapper div .form-control {
  border: 1px solid #F3F2FF;
  font-size: 14px;
  height: 35px;
  width: 100%;
}
.search-form .search-wrapper div .form-control::placeholder {
  color: #929292;
}
.search-form .search-wrapper label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  margin-bottom: 8px;
}
.search-form .search-wrapper .btn {
  border: 1px solid #1F459B;
  color: #1F459B;
  height: 35px;
}
.search-form .search-wrapper .btn:hover {
  background-color: #1F459B !important;
  color: #ffffff;
}
.search-form .search-wrapper .form-check {
  margin: 0;
  height: 35px;
}
.search-form .search-wrapper .form-check label {
  margin: 0;
}
.search-form .search-wrapper .form-content {
  display: flex;
  gap: 10px;
  width: 100%;
}
.search-form .search-wrapper .form-content .formwrap {
  width: 100%;
}
@media (max-width: 767px) {
  .search-form .search-wrapper {
    display: block;
  }
  .search-form .search-wrapper .form-content {
    display: block;
  }
  .search-form .search-wrapper label {
    font-weight: 600;
  }
  .search-form .search-wrapper .radio-btn-wrapper {
    margin-bottom: 0.9375rem;
  }
  .search-form .search-wrapper .form-content .formwrap {
    margin-bottom: 0.9375rem;
  }
}

.page-title {
  background: url(../img/page-title3.jpg) center no-repeat;
  text-align: center;
  padding: 3.125rem 0;
  height: 40vh;
}
.page-title h2 {
  font-size: 38px;
}

.specialist-list {
  background-color: #fafafa;
  padding: 24px;
  border-radius: 8px;
}
.specialist-list .side-block {
  margin-bottom: 16px;
}
.specialist-list .side-block h2 {
  font-size: 16px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 8px;
}
.specialist-list .side-block .search-form {
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
}
.specialist-list .side-block .search-form form .form-control {
  width: 100%;
  font-size: 14px;
}
.specialist-list .side-block .search-form form .form-control::placeholder {
  color: #929292;
}
.specialist-list .side-block .search-form form .btn {
  position: absolute;
  right: 0;
  top: -3px;
  border: none;
}
.specialist-list .side-block .search-form form .btn svg {
  width: 20px;
  stroke: #b3b3b3;
}
.specialist-list .side-block ul {
  padding: 0;
  margin-bottom: 16px;
}
.specialist-list .side-block ul li {
  list-style: none;
}
.specialist-list .side-block ul li a {
  text-decoration: none;
  display: block;
  padding: 4px 0;
  color: #212529;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.specialist-list .side-block ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00AC75;
  border-radius: 10px;
  display: block;
}
.specialist-list .side-block ul li a:hover {
  color: #00AC75;
}
.specialist-list .btn-secondary-outline {
  border: 1px solid #1F459B;
  color: #1F459B;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 16px;
}
.specialist-list .btn-secondary-outline svg {
  width: 15px;
  margin-right: 5px;
}
.specialist-list .btn-secondary-outline:hover {
  background-color: #1F459B !important;
  color: #ffffff !important;
}
.specialist-list .btn-secondary-outline:hover svg {
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .specialist-list {
    margin-bottom: 0.9375rem;
  }
}

.doctor-list .doctor-block {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid #efeff5;
  border-radius: 8px;
  overflow: hidden;
}
.doctor-list .doctor-block:hover {
  background-color: #f8f8fb;
}
.doctor-list .doctor-block .doctor-img {
  max-width: 105px;
}
.doctor-list .doctor-block .doctor-img img {
  width: 100%;
  display: block;
}
.doctor-list .doctor-block .doctor-info {
  padding: 16px;
  flex-wrap: wrap;
  gap: 0 0.9375rem;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block {
  margin-bottom: 16px;
  width: 31.33%;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block:last-child {
  margin-bottom: 0;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block h3 {
  font-size: 14px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 4px;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block p {
  font-size: 14px;
  font-weight: normal;
  color: #383f45;
  margin-bottom: 0;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block ul {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 15px;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block ul li {
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px !important;
  border-radius: 4px;
  color: #212529;
  background-color: #f2f4f5;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block .link {
  text-decoration: none;
  color: #1F459B;
}
.doctor-list .doctor-block .doctor-info .doctorcontent-block .link:hover {
  color: #00AC75;
}
.doctor-list .doctor-block .doctor-info .btn {
  font-size: 14px;
}
@media (max-width: 767px) {
  .doctor-list .doctor-block {
    display: block;
  }
  .doctor-list .doctor-block .doctor-img {
    max-width: 100%;
    height: 3.125rem;
    overflow: hidden;
  }
  .doctor-list .doctor-block .doctor-img img {
    object-fit: cover;
  }
  .doctor-list .doctor-block .doctor-info .doctorcontent-block ul {
    display: block;
    row-gap: 0.625rem;
  }
  .doctor-list .doctor-block .doctor-info .doctorcontent-block ul li {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1279px) {
  .doctor-list .doctor-block .doctor-img {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .doctor-list .doctor-block .doctor-img img {
    object-fit: cover;
    height: 100%;
  }
  .doctor-list .doctor-block .doctor-info .doctorcontent-block ul {
    display: block;
    row-gap: 0.625rem;
  }
  .doctor-list .doctor-block .doctor-info .doctorcontent-block ul li {
    margin-bottom: 0.625rem;
  }
}

.socio-list {
  display: flex;
  gap: 0 0.3125rem;
}
.socio-list a {
  display: block;
  width: 1.875rem;
}
.socio-list a img {
  width: 100%;
  display: block;
}

.membership-form {
  background-color: #fafafa;
  padding: 24px;
  border-radius: 8px;
}
.membership-form .payment-information ul {
  list-style: none;
}
.membership-form .payment-information ul li .payment-icon {
  height: 200px;
  width: 200px;
}
.membership-form .payment-information ul li .payment-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.membership-form .success-icon {
  height: 50px;
  width: 50px;
  margin: auto;
}
.membership-form .success-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.membership-form .qr-wrapper {
  height: 450px;
  width: auto;
}
.membership-form .qr-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.form-check-wrapper .form-check {
  position: relative;
  width: 100%;
}
.form-check-wrapper .form-check span input {
  opacity: 0;
}
.radio-buttons {
  width: 100%;
  margin: 0 auto;
  gap: 0 0.9375rem;
  margin-top: 2.5rem;
}
.radio-buttons .custom-radio .radio-btn {
  width: 13.75rem;
  border: 1px solid #e6e6e6;
  display: block;
  border-radius: 10px;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px white;
  cursor: pointer;
}
.radio-buttons .custom-radio .radio-btn svg {
  color: #3D3D3D;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-size: 20px;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 1;
}
.radio-buttons .custom-radio .radio-btn .payment-icon {
  width: 100%;
  display: block;
}
.radio-buttons .custom-radio .radio-btn .payment-icon img {
  display: block;
  width: 100%;
  height: 1.875rem;
  margin-bottom: 10px;
}
.radio-buttons .custom-radio .radio-btn .payment-icon h3 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.radio-buttons .custom-radio input {
  display: none;
}
.radio-buttons .custom-radio input:checked + .radio-btn {
  border: 2px solid #00AC75;
  background-color: #f3fffb;
}
.radio-buttons .custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.radio-buttons .custom-radio input:checked + .radio-btn svg {
  border: 1px solid #00AC75;
  background-color: #f3fffb;
  color: #00AC75;
}

.success-member h3 {
  color: #00AC75;
  font-size: 20px;
  font-weight: 800;
  margin: 1.25rem 0;
}
.success-member p.lead {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
}

.service-detail-page.bg-white {
  background: #ffffff !important;
  padding: 3.125rem 0 !important;
}

.membership-card {
  background: url(../img/101834.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.membership-card h2 {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #05325f !important;
  font-weight: 900 !important;
  margin-bottom: 0.5rem !important;
}
.membership-card .card-wrapper .card-info .contact-title {
  font-size: 1rem !important;
  color: #3D3D3D !important;
  font-weight: 900 !important;
}
.membership-card .card-wrapper .card-info .membership-number {
  font-size: 1rem;
  font-weight: 900;
  border-radius: 4px;
  margin: 0 0 41px 0 !important;
  letter-spacing: 8px;
}
.membership-card .card-wrapper .contact-info {
  margin-top: 0.625rem;
}
.membership-card .card-wrapper .contact-info ul {
  margin-bottom: 0 !important;
}
.membership-card .card-wrapper .contact-info ul li {
  padding: 0 !important;
  font-size: 0.875rem;
}
.membership-card .card-wrapper .contact-info .valid-text {
  margin-top: 1.25rem;
}
.membership-card .card-wrapper .contact-info .valid-text p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #3D3D3D;
}

.profile-pic {
  width: 5.375rem;
}
.profile-pic img {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
}
.profile-pic .qr-code {
  width: 5.125rem;
  text-align: center;
  margin: 1.25rem auto 0 auto;
}
.profile-pic .qr-code img {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
}

.membership-btn {
  display: flex;
  gap: 0 10px;
}
.membership-btn .btn {
  font-size: 0.875rem;
}

.member-offers h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5625rem !important;
}
.member-offers .offer-list .offer-item {
  align-items: flex-start;
  gap: 0 20px;
  padding-bottom: 0.9375rem;
}
.member-offers .offer-list .offer-item .offer-img {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  overflow: hidden;
  flex: 80px 0 0;
  border: 1px solid #E1E1E1;
}
.member-offers .offer-list .offer-item .offer-img a img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.member-offers .offer-list .offer-item .offer-detail h3 {
  margin-bottom: 0rem;
}
.member-offers .offer-list .offer-item .offer-detail h3 a {
  font-size: 1rem;
  text-decoration: none;
  color: #3D3D3D;
  font-weight: 700;
}
.member-offers .offer-list .offer-item .offer-detail p {
  font-size: 0.875rem;
  color: #5B5B5B;
  margin-bottom: 0.3125rem;
  font-weight: 400;
}
.member-offers .offer-list .offer-item .offer-detail p svg {
  width: 1.25rem;
  height: 1.25rem;
}
.member-offers .offer-list .offer-item .offer-detail .link {
  color: #00AC75;
  text-decoration: none;
  font-size: 0.875rem;
}
.member-offers .offer-list .offer-item .offer-detail .link:hover {
  color: #007952;
}

.modal-body .btn-close {
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  position: absolute;
  top: -18px;
  right: -17px;
  border-radius: 50%;
  opacity: 1;
  padding: 10px;
}
.modal-body .offer-item .offer-img {
  width: 100%;
  height: 12.5rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E1E1E1;
  width: 100%;
  margin-bottom: 1rem;
}
.modal-body .offer-item .offer-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.modal-body .offer-item .offer-detail h3 {
  margin-bottom: 0rem;
  font-size: 1rem;
  text-decoration: none;
  color: #3D3D3D;
  font-weight: 700;
}
.modal-body .offer-item .offer-detail h3 a {
  font-size: 1rem;
  text-decoration: none;
  color: #3D3D3D;
  font-weight: 700;
}
.modal-body .offer-item .offer-detail p {
  font-size: 0.875rem;
  color: #5B5B5B;
  margin-bottom: 0.3125rem;
  font-weight: 400;
}
.modal-body .offer-item .offer-detail p svg {
  width: 1.25rem;
  height: 1.25rem;
}
.modal-body .offer-item .offer-detail .link {
  color: #00AC75;
  text-decoration: none;
  font-size: 0.875rem;
}
.modal-body .offer-item .offer-detail .link:hover {
  color: #007952;
}
.modal-body .offer-item .offer-detail .offer-sub-detail {
  padding: 0.9375rem 0;
  gap: 0 0.9375rem;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .icon {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #dffff5;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .icon img {
  width: 70%;
  display: block;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .detail p {
  font-weight: 800;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .detail p.address {
  font-weight: 500;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .detail p.address svg {
  width: 1.25rem;
  height: 1.25rem;
}
.modal-body .offer-item .offer-detail .offer-sub-detail .detail p.discount {
  color: #F44336;
}
.modal-body .offer-item .offer-condition {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 0.5rem;
}
.modal-body .offer-item .offer-condition h3 {
  margin-bottom: 1rem;
}
.modal-body .offer-item .offer-condition ol {
  margin-bottom: 0;
}
.modal-body .offer-item .offer-condition ol li {
  font-size: 14px;
  padding: 0.3125rem 0;
}
.modal-body .offer-item .offer-contact {
  padding: 1rem;
}
.modal-body .offer-item .offer-contact h3 {
  margin-bottom: 1rem;
}
.modal-body .offer-item .offer-contact ul {
  padding: 0;
  margin-bottom: 0;
}
.modal-body .offer-item .offer-contact ul li {
  font-size: 14px;
  padding: 0.125rem 0;
  list-style: none;
  color: #3D3D3D;
}
.modal-body .offer-item .offer-contact ul li svg {
  width: 1.25rem;
  height: 1.25rem;
}
.demo-form-wrap {
  padding: 3.125rem 0;
  background: url(../img/hero-bg.jpg) no-repeat, #ffffff;
  background-size: 100%;
}
.demo-form-wrap .demo-form {
  background-color: #f4f4f4;
  padding: 1.5rem 2.1875rem;
  border-radius: 1rem;
}
.demo-form-wrap .demo-form .support-form form .form-control {
  background-color: #ffffff;
}
.demo-form-wrap .demo-form .support-form form .form-check {
  font-size: 16px;
}
.demo-form-wrap .demo-form .support-form form .form-check a {
  color: #00AC75;
  text-decoration: none;
}

.wrapper-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  height: 3.4375rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
  background: #ffffff;
  text-align: left;
  color: #5B5B5B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  rotate: 180deg;
}

.selected-display {
  margin-left: 20px;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.rotated {
  transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
  max-height: 18.75rem;
  overflow-y: auto;
  transition: 0.3s;
  position: absolute;
  border: 1px solid #E1E1E1;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 0;
  box-shadow: inherit;
  background: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .dropdown::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.wrapper-dropdown .dropdown::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
}

.wrapper-dropdown .dropdown li {
  padding: 0 0.5rem;
  line-height: 29px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wrapper-dropdown .dropdown li:before {
  content: "";
  background: url(../img/mingcute_dot-grid-line.svg);
  display: block;
  width: 1rem;
  height: 1rem;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.wrapper-dropdown .dropdown {
  padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: #eefffa;
  color: #00AC75;
  border-radius: 4px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}

.custom-radio-btn {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.custom-radio-btn p {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
  font-size: 16px;
  width: 100%;
}
.custom-radio-btn [type=radio]:checked, .custom-radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-btn [type=radio]:checked + label, .custom-radio-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom-radio-btn [type=radio]:checked + label::before, .custom-radio-btn [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-btn [type=radio]:checked + label:after, .custom-radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-radio-btn [type=radio]:checked + label:before {
  background-color: #00AC75;
  border: 1px solid #00AC75;
}
.custom-radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

fieldset.star-rating {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: 1fr;
  width: fit-content;
}
fieldset.star-rating label {
  cursor: pointer;
  text-align: center;
}
fieldset.star-rating input {
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  grid-row: 2;
  height: auto;
  margin: 0;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 1.25rem;
  transition: transform 0.2s ease-out;
  width: auto;
}
fieldset.star-rating input:after {
  color: #d3d3d3;
  content: "★";
  font-size: 24px;
}
fieldset.star-rating input:hover:after {
  color: #FF9519;
  content: "★";
}
fieldset.star-rating input:checked:after {
  color: #FF9519;
  content: "★";
}
fieldset.star-rating input:has(~ input:hover):after, fieldset.star-rating input:has(~ input:checked):after, fieldset.star-rating input:has(~ input:focus):after {
  color: #FF9519;
  content: "★";
}
fieldset.star-rating input:hover ~ input:after {
  color: #d3d3d3;
  content: "★";
}
@media (hover) {
  fieldset.star-rating input:hover {
    transform: scale 1.3;
  }
  fieldset.star-rating input:active {
    transform: scale(calc 1.6);
  }
  fieldset.star-rating input:active:after {
    animation: 0.1s linear 0s forwards star-rating-active-anim;
  }
}
fieldset.star-rating.hidelabels label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@keyframes star-rating-active-anim {
  from {
    color: #FF9519;
  }
  to {
    color: #FF9519;
  }
}
.blog-section {
  background-color: #f4f4f4;
  padding: 3.125rem 0;
}
.blog-section .section-title .text-primary {
  display: inline;
}

.blog-card .blog-img {
  height: 25rem;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.blog-card .blog-img a img {
  width: 100%;
  display: block;
}
.blog-card .blog-content {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 1rem;
}
.blog-card .blog-content h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
}
.blog-card .blog-content h3 a {
  text-decoration: none;
  color: #3D3D3D;
}
.blog-card .blog-content .list {
  flex-direction: column;
  align-items: flex-start;
}
.blog-card .blog-content .list li {
  font-size: 16px;
  color: #5B5B5B;
  gap: 0 0.5rem;
  padding: 0.5rem 0;
}
.blog-card .blog-content .list li:before {
  content: "";
  width: 1.25rem;
  height: 0.375rem;
  display: block;
  background: url(../img/Arrow1.svg) no-repeat;
}
.blog-card .blog-content .list li.flex-column {
  flex-direction: column;
}
.blog-card .blog-content .list li ol {
  padding-left: 2.1875rem;
}
.blog-card .blog-content .share {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 1rem 0;
  gap: 0 0.5rem;
}
.blog-card .blog-content .share li {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 700;
}
.blog-card .blog-content .share li a {
  width: 1.875rem;
  height: 1.875rem;
}
.blog-card .blog-content .share li a img {
  width: 100%;
  display: block;
}
.blog-card .blog-content ul {
  padding: 0;
  margin: 0;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.blog-card .blog-content ul li {
  list-style: none;
}
.blog-card .blog-content ul li a {
  text-decoration: none;
  color: #7b7b7b;
  gap: 0 0rem;
  font-weight: 600;
}
.blog-card .blog-content ul li a svg {
  height: 1rem;
  width: 1rem;
  color: #00AC75;
}
.blog-card .blog-content p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
}
.blog-card .blog-content .btn-wrap {
  margin-top: 1.5rem;
}
.blog-card .blog-content .btn-wrap .btn {
  font-size: 16px;
  gap: 0 0.5rem;
}
.blog-card .blog-content .btn-wrap .btn svg {
  height: 1rem;
  width: 1rem;
}
.blog-card:hover h3 a {
  color: #00AC75;
}
.blog-card .link-wrap a {
  color: #3D3D3D;
  text-decoration: none;
  font-size: 16px;
}
.blog-card .link-wrap a svg {
  width: 1rem;
  height: 1rem;
}
.blog-card .link-wrap a:hover {
  color: #00AC75;
}
.blog-card.blog-card-detail:hover h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
}

.blog-side {
  position: sticky;
  top: 0;
}
.blog-side .blog {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.blog-side .blog h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
  margin-bottom: 1rem;
}
.blog-side .blog form .form-group {
  position: relative;
}
.blog-side .blog form .form-group .form-control {
  height: 3.4375rem;
}
.blog-side .blog form .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -0.75rem;
}
.blog-side .blog form .form-group .search-icon svg {
  color: #959595;
}
.blog-side .blog ul {
  padding: 0;
}
.blog-side .blog ul li {
  list-style: none;
  padding: 0.5rem 0;
}
.blog-side .blog ul li a {
  color: #5B5B5B;
  text-decoration: none;
  font-size: 16px;
}
.blog-side .blog ul li a span {
  background-color: #dedede !important;
  width: 1.875rem;
}
.blog-side .blog ul li a:hover {
  color: #00AC75;
}

.related-post .sub-title {
  font-size: 18px;
  font-weight: 800;
  margin: 1.5rem 0;
}
.related-post .blog-card {
  border-radius: 0.5rem 0.5rem 0 0;
}
.related-post .blog-card .blog-img {
  height: auto;
  border-radius: 0.5rem 0.5rem 0 0;
}
.related-post .blog-card .blog-content h3 a {
  color: #3D3D3D;
  -webkit-line-clamp: 1 !important;
}
.related-post .blog-card .blog-content ul {
  align-items: flex-start;
}
.related-post .blog-card .blog-content ul li {
  padding: 0.25rem 0;
}

.paragraph-list p {
  display: flex !important;
  font-size: 16px;
  color: #5B5B5B;
  gap: 0 0.5rem;
  padding: 0rem 0;
}
.paragraph-list p:before {
  content: "";
  width: 1.25rem;
  height: 0.375rem;
  display: block;
  background: url(../img/Arrow1.svg) no-repeat;
}

.left-list {
  padding-left: 2.1875rem !important;
}

.gallery-card {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

.image {
  width: 100% auto;
  height: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.image img {
  width: 100%;
  border-radius: 2%;
  margin: 5px;
  padding: 5px;
  display: block;
}

.gallery-card .grid .grid-item {
  margin-bottom: 1rem;
}
.gallery-card .grid .grid-item a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
.gallery-card .grid .grid-item a img {
  width: 100%;
  display: block;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.gallery-card .grid .grid-item a:hover img {
  transform: scale(1.1);
}
.gallery-card .title-wrap {
  margin-bottom: 1rem;
}
.gallery-card .title-wrap h2 {
  font-size: 20px;
  font-weight: 800;
}
.gallery-card a {
  height: 12.5rem;
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
}
.gallery-card a img {
  width: 100%;
  display: block;
}
.gallery-card .gallery-text {
  height: auto;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
}
.gallery-card .gallery-text .gallery-title {
  font-size: 14px;
  font-weight: 700;
  color: #3D3D3D;
}

.simplecontent-section {
  padding-bottom: 3.125rem;
}
.simplecontent-section .simple-title-section {
  background-color: #e6e6e6;
  padding: 3.125rem 0;
  text-align: center;
}
.simplecontent-section .simple-title-section h2 {
  margin: 0;
}
.simplecontent-section .simple-content {
  font-size: 16px;
  line-height: 160%;
}
.simplecontent-section .simple-content p a {
  color: #00AC75;
  text-decoration: none;
}
.simplecontent-section .simple-content .list {
  padding: 0;
  margin: 0;
}
.simplecontent-section .simple-content .list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
}
.simplecontent-section .simple-content .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.simplecontent-section .simple-content .list li p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.simplecontent-section .simple-content .list li:before {
  content: "✓"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  z-index: 1;
}
.simplecontent-section .simple-content .list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  left: 0;
  border-radius: 50%;
}
.simplecontent-section .simple-content .list.tc-list li {
  align-items: self-start;
}
.simplecontent-section .simple-content .list.tc-list li:before {
  background-color: #00AC75;
  border-radius: 50%;
}
.simplecontent-section .simple-content .list.tc-list li:after {
  background: none;
}

.simple-title-section {
  background: #e6e6e6 !important;
  padding: 3.125rem 0;
  text-align: center;
}
.simple-title-section h2 {
  margin: 0;
  color: #212529 !important;
}
.simple-title-section:before {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: 600;
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
}

.btn:hover {
  background-color: #007952 !important;
}

.bg-white {
  background-color: #ffffff;
}

.font-weight-bold {
  font-weight: 800;
}

.dropdown-menu {
  padding: 0;
  border: none;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.dropdown-menu li a {
  font-size: 14px;
  white-space: initial;
}
.dropdown-menu li:hover a {
  color: #ffffff;
}

.radio-btn-wrapper .form-check {
  padding-left: 0;
}
.radio-btn-wrapper .form-check .form-check-label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.radio-btn-wrapper .form-check .form-check-label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  flex: 21px 0 0;
}
.radio-btn-wrapper .form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.radio-btn-wrapper .form-check .form-check-input:checked + label:after {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #00AC75;
}
.radio-btn-wrapper .form-check .form-check-input:checked + label:before {
  border-color: #00AC75;
}

.checkbox-wrapper .form-check {
  padding-left: 0;
  margin-bottom: 5px;
}
.checkbox-wrapper .form-check .form-check-label {
  font-weight: normal;
  color: #383f45;
  position: relative;
  cursor: pointer;
}
.checkbox-wrapper .form-check .form-check-label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox-wrapper .form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-wrapper .form-check .form-check-input:checked + label:after {
  content: "";
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 9px;
  background-color: transparent;
  border-radius: 0;
  border: solid #00AC75;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper .form-check .form-check-input:checked + label:before {
  border-color: #00AC75;
}

.flex, .flex-evenly, .flex-around, .flex-between, .top-right-header, .hero-section .hero-slider .hero-img-wrap .slide-point, .doctor-list .doctor-block .doctor-info, .blog-card .link-wrap, .blog-side .blog ul li a, .flex-end, .hero-section .hero-slider .hero-img-wrap, .flex-start, .team-wrapper, .membership-form .payment-information ul, .radio-buttons, .blog-card .blog-content .list li, .blog-card .blog-content .share, .blog-card .blog-content ul, .paragraph-list p, .flex-center, .step-wizard li a:before, .step-wizard li a, .step-wizard, .member-section .about-content ul li .list-icon, .hero-section .hero-slider .hero-img-wrap .slide-point .icon, .about-card .icon, .about-card .link-wrap .link, .medical-section .medical-list a .icon, .medical-section .medical-list a .icon img, .page-title, .blog-card .blog-content ul li a, .member-offers .offer-list .offer-item, .member-offers .offer-list .offer-item .offer-detail p, .modal-body .offer-item .offer-detail p, .modal-body .offer-item .offer-detail .offer-sub-detail, .modal-body .offer-item .offer-detail .offer-sub-detail .icon {
  display: flex;
}

.flex-justify-center, .flex-center, .step-wizard li a:before, .step-wizard li a, .step-wizard, .member-section .about-content ul li .list-icon, .hero-section .hero-slider .hero-img-wrap .slide-point .icon, .about-card .icon, .about-card .link-wrap .link, .medical-section .medical-list a .icon, .medical-section .medical-list a .icon img, .page-title, .blog-card .blog-content ul li a {
  justify-content: center;
}

.flex-justify-start, .flex-start, .team-wrapper, .membership-form .payment-information ul, .radio-buttons, .blog-card .blog-content .list li, .blog-card .blog-content .share, .blog-card .blog-content ul, .paragraph-list p {
  justify-content: flex-start;
}

.flex-justify-end, .flex-end, .hero-section .hero-slider .hero-img-wrap {
  justify-content: flex-end;
}

.flex-justify-between, .flex-between, .top-right-header, .hero-section .hero-slider .hero-img-wrap .slide-point, .doctor-list .doctor-block .doctor-info, .blog-card .link-wrap, .blog-side .blog ul li a {
  justify-content: space-between;
}

.flex-justify-around, .flex-around {
  justify-content: space-around;
}

.flex-justify-evenly, .flex-evenly {
  justify-content: space-evenly;
}

.flex-align-center, .flex-evenly, .flex-around, .flex-between, .top-right-header, .hero-section .hero-slider .hero-img-wrap .slide-point, .doctor-list .doctor-block .doctor-info, .blog-card .link-wrap, .blog-side .blog ul li a, .flex-end, .hero-section .hero-slider .hero-img-wrap, .flex-start, .team-wrapper, .membership-form .payment-information ul, .radio-buttons, .blog-card .blog-content .list li, .blog-card .blog-content .share, .blog-card .blog-content ul, .paragraph-list p, .flex-center, .step-wizard li a:before, .step-wizard li a, .step-wizard, .member-section .about-content ul li .list-icon, .hero-section .hero-slider .hero-img-wrap .slide-point .icon, .about-card .icon, .about-card .link-wrap .link, .medical-section .medical-list a .icon, .medical-section .medical-list a .icon img, .page-title, .blog-card .blog-content ul li a {
  align-items: center;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.text-ellipsis, .about-card p, .blog-card .blog-content p, .related-post .blog-card .blog-content h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-primary {
  background-color: #00AC75;
  color: #ffffff;
  border: none;
}

.section-title {
  margin-bottom: 1.875rem;
}
.section-title h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 0.625rem;
}
.section-title p {
  font-size: 18px;
  font-weight: 500;
}
.section-title a {
  color: #00AC75;
  text-decoration: none;
}

.text-primary {
  color: #00AC75 !important;
}
.text-primary span {
  display: inline !important;
}

.contact-form form .form-control {
  height: 2.8125rem;
}

.contact-section .side-block .contact-title {
  font-size: 18px;
  color: #212529;
}
.contact-section .contact-info ul li {
  font-size: 16px;
  padding: 0.3125rem 0;
  color: #3D3D3D;
}

.member-section {
  background: #ffffff !important;
}
.member-section .img-wrapper {
  align-items: flex-start;
}
.member-section .about-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.member-section .about-content ul li {
  width: 48%;
  color: #3D3D3D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background-color: #f2f4f5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.member-section .about-content ul li.w-1-4 {
  width: 24%;
}
.member-section .about-content ul li.w-1-2 {
  width: 48%;
}
.member-section .about-content ul li .list-icon {
  width: 4.375rem;
  height: 4.375rem;
  border: 2px solid #00ac75;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}
.member-section .about-content ul li .list-icon img {
  width: 60% !important;
  display: block;
}
.member-section .about-content ul li span {
  color: #212529 !important;
  font-size: 16px;
}
.member-section .about-content ul li p {
  color: #3D3D3D !important;
}

.why-us-card .list {
  padding: 0;
  margin: 0;
}
.why-us-card .list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
}
.why-us-card .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.why-us-card .list li p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.why-us-card .list li:before {
  content: "\f00c";
  /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 24px;
  color: #ffffff;
  z-index: 1;
}
.why-us-card .list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  left: 0;
  border-radius: 50%;
}

.step-wizard {
  padding: 0;
  max-width: 31.25rem;
  margin: 1.875rem auto 1.875rem auto;
  counter-reset: mycounter;
  justify-content: space-around;
}
.step-wizard li {
  list-style: none;
  position: relative;
  padding: 0 5.125rem;
  z-index: 1;
}
.step-wizard li a {
  background-color: #ffffff;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #b3b3b3;
  color: #999999;
  border-radius: 50%;
  text-decoration: none;
}
.step-wizard li a:before {
  content: counter(mycounter);
  counter-increment: mycounter;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.step-wizard li.active a {
  border: 2px solid #00AC75;
  color: #00AC75;
}
.step-wizard li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999999;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.step-wizard li:last-child:after {
  display: none;
}

.btn-primary {
  font-size: 16px;
}
.btn-primary svg {
  width: 1rem;
  height: 1rem;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-title {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
}

#appointment-form .form-label {
  font-size: 14px;
  color: #3D3D3D;
  font-weight: 800;
}
#appointment-form .form-control {
  font-size: 14px;
}
#appointment-form .btn {
  font-size: 14px;
}
#appointment-form .btn.btn-default {
  background-color: #f2f4f5;
}
#appointment-form .btn:hover {
  color: #ffffff;
}

.sticky-contact-btn {
  position: fixed;
  top: 50%;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 3;
}
.sticky-contact-btn .btn {
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 1.5rem 0.625rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.pagination .page-item .page-link {
  color: #00AC75;
}

.about-list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.9375rem;
}
.about-list-content li {
  width: 48%;
  padding: 0.25rem 0 !important;
}
.about-list-content li:before {
  flex: 20px 0 0;
}

.pagination .page-item.active .page-link {
  background-color: #00AC75;
  color: #ffffff;
  border-color: #00AC75;
}

.navbar-nav .nav-link.active {
  color: #00AC75;
}

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