@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

body {
  font-family: "Nunito", sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #35465a;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-brand img {
  width: 300px;
  position: absolute;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #33435a;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded=true] span::before,
.custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #485f7a;
}

.slider_section .detail-box h1 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 16px;
}

.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #33435a;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: flex;
  justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-right: 50%;
  padding-top: 50px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

.department_section .heading_department {
  margin-bottom: 30px;
}

.department_section .row>[class*=col-] {
  margin-bottom: 30px;
}

.department_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  background-color: #33435a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: 600;
  text-transform: none;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.department_section .box .detail-box p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
}

.department_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #33435a;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #33435a;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #33435a;
}

.department_section .box .img-box i {
  color: #ffffff;
}

.about_section .row {
  align-items: center;
}

.about_section .img-box {
  display: flex;
  justify-content: center;
}

.about_section .img-box img {
  width: 90%;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.about_section .detail-box p {
  margin-top: 15px;
  line-height: 1.7;
  color: #555;
}

.about_section .detail-box h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.about_section .detail-box ul {
  list-style: none;
  padding-left: 0;
}

.about_section .detail-box ul li {
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.about_section .detail-box ul li::before {
  content: "✓";
  color: #33435a;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 12px;
  margin-top: 2px;
}

.about_section .detail-box blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #33435a;
  margin-top: 35px;
  padding: 20px 25px;
  font-style: italic;
  color: #444;
  font-size: 0.95rem;
  border-radius: 0 8px 8px 0;
}

.doctor_section {
  background: #35465a;
}

.doctor_section .heading_container {
  color: #ffffff;
}

.doctor_section .box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.doctor_section .box .img-box {
  width: 100%;
}

.doctor_section .box .img-box img {
  width: 100%;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}

.doctor_section .box .detail-box .social_box a {
  color: #33435a;
  margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
  color: #485f7a;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.doctor_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #485f7a;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #485f7a;
}

.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #485f7a;
}

.formations_section_simple {
  background: #35465a;
}

.formations_section_simple .heading_container {
  color: #ffffff;
  margin-bottom: 40px;
}

.formations_section_simple .row {
  justify-content: center;
}

.formations_section_simple .row>[class*=col-] {
  margin-bottom: 25px;
}

.formations_section_simple .institution {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-size: 0.9rem;
}

.formations_section_simple .box {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #ffffff;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.formations_section_simple .box .detail-box {
  padding: 15px;
  text-align: left;
  width: 100%;
}

.formations_section_simple .box .detail-box h5 {
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
}

.formations_section_simple .box .detail-box p {
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: auto;
}

.modalities_section {
  background-color: #f8f9fa;
}

.modalities_section .modality-box {
  text-align: center;
  padding: 20px;
  height: 100%;
}

.modalities_section .modality-box .icon-box {
  font-size: 2.5rem;
  color: #33435a;
  margin-bottom: 20px;
}

.modalities_section .modality-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.modalities_section .modality-box p {
  color: #6c757d;
  line-height: 1.7;
}

.modalities_section .cta-box {
  margin-top: 60px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 45px 30px;
  text-align: center;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.modalities_section .cta-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.modalities_section .cta-box .cta-lead {
  font-size: 1.2rem;
  font-style: italic;
  color: #555;
  margin-top: 15px;
}

.modalities_section .cta-box p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #6c757d;
  line-height: 1.7;
}

.modalities_section .cta-box .btn {
  display: inline-block;
  background-color: #33435a;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modalities_section .cta-box .btn:hover {
  background-color: #243040;
  transform: translateY(-2px);
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container input::-moz-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}

.contact_section .form_container input.message-box {
  height: 175px;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #485f7a;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #485f7a;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #485f7a;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section {
  background: #2c3a4a;
  color: #ffffff;
  padding: 60px 0 30px 0;
}

.footer_section .row {
  margin-bottom: 40px;
}

.footer_section .footer_logo {
  display: block;
  margin-bottom: 20px;
}

.footer_section .footer_logo .footer-logo-white {
  max-width: 100px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.footer_section .footer_logo .footer-logo-white:hover {
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

.footer_section .footer_contact {
  text-align: left;
  margin-bottom: 25px;
}

.footer_section .footer_contact h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #d2c0b3;
}

.footer_section .footer_contact .contact_link_box a i {
  font-size: 1.1rem;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}

.footer_section .footer_contact .contact_link_box a span {
  line-height: 1.5;
}

.footer_section .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer_section .footer_social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.footer_section .footer_social a:hover {
  background-color: #d2c0b3;
  color: #33435a;
  transform: translateY(-3px);
}

.footer_section .footer-info {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_section .footer-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer_section .footer-info p strong {
  color: #ffffff;
}

.client_section .heading_container {
  align-items: center;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #33435a;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: flex;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #33435a;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #485f7a;
}

.client_section .carousel-control-next {
  left: initial;
}

.btn-primary {
  background-color: #BB9684 !important;
  border-color: #BB9684 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #a17f6d !important;
  border-color: #a17f6d !important;
}

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

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.2s ease-in-out, background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  color: #fff;
}