/* ==============================
   Google Fonts Import
============================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* ==============================
   Font Variables
============================== */

:root {
  --font-open-sans: "Open Sans", sans-serif;
  --font-raleway: "Raleway", sans-serif;
  --font-playfair: "Playfair Display", serif;
}

/* ==============================
   Utility Classes
============================== */

.open-sans {
  font-family: var(--font-open-sans);
}

.raleway {
  font-family: var(--font-raleway);
}

.playfair-display {
  font-family: var(--font-playfair);
}

/* ==============================
   Global Font Rules
============================== */

/* Paragraphs */

p,
span {
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

/* Navigation Links */

li a {
  font-family: var(--font-raleway);
}

/* All Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-playfair);
}

/* Button Style */

.common-button {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  background-color: #245d8c;
  border: 1px solid #245d8c;
  padding: 14.5px 20px;
  text-decoration: none;
  letter-spacing: 0px;
  transition: 300ms;
  display: inline-block;
}

section {
  padding: 80px 0px;
}

.common-button:hover {
  background-color: #000;
  border-color: #000;
}

.section-title span {
  font-size: 16px;
  line-height: normal;
  color: #245d8c;
  font-family: var(--font-raleway);
  font-weight: 600;
}

.section-title h2 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: normal;
  margin: 10px 0px;
}

.custom-arrow {
  background-color: #5d8eb7;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.custom-arrow:hover {
  background-color: #5d8eb7;
  /* Darker on hover */
  color: white;
}

.team-section .slick-prev {
  left: -50px !important;
}

.slick-next {
  right: -50px !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
  /* Hide default Slick arrows */
}

/***** top-bar *****/

.top-bar .location-bar {
  display: flex;
  justify-content: space-between;
}

.top-bar * {
  color: #fff;
}

.top-bar {
  padding: 10px 0px;
  background: linear-gradient(90deg, #4a6f8d 0%, #2f5676 100%);
}

.top-bar label,
p {
  font-weight: 400;
  margin: 0px;
}

.top-bar .top-bar-location span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.services-section {
  padding: 80px 0px;
}

/***** End top-bar *****/

/***** Header *****/

.site-header {
  padding: 0px 0px;
  box-shadow: rgb(97 97 97 / 20%) 0px 8px 24px;
}
.site-header .main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .brand-logo img {
  width: 100%;
  max-width: 230px;
}
.site-header .right-menu {
  display: flex;
  align-items: center;
}

.site-header .nav-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 25px;
}

.site-header .nav-links a:is(:link, :visited) {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
}

.site-header .nav-cta {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 0.14px solid #000;
}

.site-header .nav-cta span {
  font-size: 12px;
  font-weight: 500;
  color: #000 !important;
}

.site-header .nav-cta a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-open-sans);
  color: #000;
}

.site-header .menu-toggle {
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.site-header .right-cta-bx {
  display: flex;
  align-items: center;
  gap: 27px;
}

/***** End Header *****/

/***** video-section *****/

.video-section .text-main-bx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

.video-section .video-bottom-list {
  position: absolute;
  bottom: 0;
}

.video-section .video-bottom-list ul {
  list-style: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.video-section .video-bottom-list ul li a {
  display: flex;
  text-transform: capitalize;
  color: #fff;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.video-section {
  position: relative;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100dvh;
}

.video-section .video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.video-section .video-wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000000a3;
}

.video-section .container {
  position: relative;
  justify-content: center;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1250px;
}

.video-section .row {
  width: 100%;
  align-items: start;
}

.video-content .video-banner-content span {
  font-size: 22px;
  text-transform: capitalize;
  color: #89b2d4;
  font-weight: 400;
  border-bottom: 1px solid #89b2d4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.video-banner-content h2 {
  font-size: 60px;
  color: #fff;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 15px;
}

.video-banner-content p {
  color: #fff;
  text-transform: capitalize;
}

.video-banner-content .action-button {
  margin-top: 30px;
}

.video-banner-content .action-button a:last-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 14.5px 20px;
  text-decoration: none;
  letter-spacing: 0px;
  transition: 300ms;
  margin-left: 10px;
}

.video-banner-content .action-button a:last-of-type:hover {
  background: #245d8c;
  color: #fff;
  border: 1px solid #245d8c;
}

.video-banner-content .action-button a:last-of-type img {
  margin-right: 10px;
}

.video-banner-content .highlight-word {
  color: #89b2d4;
  background-color: transparent;
  padding: 0;
}

.consultation-form-wrapper {
  background-color: #000000be;
  padding: 20px 18px 20px 30px;
  width: 100%;
  max-width: calc(100% - 173px);
  margin-left: auto;
  backdrop-filter: blur(10px);
}
.consultation-form-wrapper form .col-lg-12 {
  padding-right: 0;
}
.consultation-form-wrapper form .row .col-lg-6:nth-child(1),
.consultation-form-wrapper form .row .col-lg-6:nth-child(2) {
  padding-right: 0;
}
.consultation-form-wrapper .form-title h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.consultation-form-wrapper .form-label {
  color: #fff;
  margin-bottom: 7px;
}

.consultation-form-wrapper input {
  width: 100%;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  border: 1px solid #858482;
}

.consultation-form-wrapper input:focus {
  width: 100%;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  border: 1px solid #858482;
  box-shadow: unset;
  outline: 0px;
}

.consultation-form-wrapper input::placeholder {
  color: #ffffff88;
}

.consultation-form-wrapper textarea {
  width: 100%;
  height: 36px;
  color: #fff;
  border-radius: 0px;
  background-color: #000;
  border: 1px solid #858482;
}

.consultation-form-wrapper textarea:focus {
  width: 100%;
  height: 36px;
  color: #fff;
  border-radius: 0px;
  background-color: #000;
  border: 1px solid #858482;
  box-shadow: unset;
  outline: 0px;
}

.consultation-form-wrapper textarea::placeholder {
  color: #ffffff88;
}

.consultation-form-wrapper .row {
  row-gap: 18px;
  margin-bottom: 28px;
}

.consultation-form-wrapper .row.g-0 > .col-lg-6:first-child input.form-control {
  width: 90%;
}

.consultation-form-wrapper a:hover {
  border: 1px solid #245d8c;
}

/***** End video-section *****/

/***** Services *****/

.services-section #topTab {
  border: 0px;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 35px;
}

.services-section .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 0px;
  padding: 15px 75px;
  background: #f5f5f5;
  color: #000;
  border-right: 1px solid #000;
}

.services-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #245d8c;
  color: #fff;
  border-radius: 0px;
}

.services-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(0%)
    hue-rotate(241deg) brightness(104%) contrast(101%);
}

.services-section #topTab img,
svg {
  vertical-align: middle;
  display: none;
  margin-top: 3px;
}

.services-section #surgical-tab {
  border: 0px;
}

.services-section .services-section .section-title {
  margin-top: 0px;
  margin-bottom: 35px;
}

.services-section .tab-pane img {
  border: 0px;
  width: 100%;
  max-width: 100%;
}

.services-section .inner-tab .nav-item a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: transparent;
    padding: 5px 10px;
    color: #000;
    border: 0px;
}

.services-section .inner-tab {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
}

.services-section a.nav-link.active {
    color: #245d8c;
    border-bottom: 1px solid #245d8c;
}
.services-section .services-section .info-bx h4 {
  font-size: 24px;
  font-weight: 600;
  color: #245d8c;
  border-left: 3px solid #245d8c;
  padding: 0px 10px;
  margin-bottom: 12px;
}

.services-section .services-section .info-bx .head-box {
  margin-bottom: 30px;
}

.services-section .info-bx h5 {
  font-family: var(--font-raleway);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.services-section .services-section .info-bx p {
  margin-bottom: 17px;
}

.services-section .tab-content .row {
  align-items: center;
}

.head-box {
  margin-bottom: 30px;
}

.head-box h4 {
  border-left: 3px solid #245d8c;
  color: #245d8c;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 3px 8px;
  margin-top: 28px;
}

.info-bx p {
  margin-bottom: 17px;
}

/***** End Services *****/

/***** team section *****/

.team-section .section-title h2 {
  font-size: 64px;
  text-transform: uppercase;
  color: #245d8c;
  margin-bottom: 55px;
}

.team-section {
  background: #f5f5f5;
}

.team-section .team-section .section-title h2 {
  color: #245d8c;
  text-transform: uppercase;
  font-size: 64px;
}

.team-section div#mainDoctor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.team-section .team-slider {
  margin-top: -29px;
}

.team-section .team-card img {
  width: 100%;
}

.team-section .team-card {
  margin: 0px 10px 0px 0px;
}

.team-section .slick-initialized .slick-slide {
  display: block;
}

.team-section .team-card {
  margin: 0px 10px 0px 0px;
  background: #fff;
  padding: 12px;
  border: 1px solid #eee;
  transition: 0.4s;
  box-shadow: rgb(180 182 185 / 0%) 0px 8px 24px;
}

.team-section .team-card:hover {
  background: #e4f0fb;
  box-shadow: rgb(32 33 34 / 1%) 0px 8px 24px;
}

.team-section .slick-slide img {
  display: block;
  border-radius: 0px !important;
}

.team-section .doc-dit-bx {
  padding: 7px 0px;
}

.team-section .doc-dit-bx h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.team-section .doc-dit-bx p {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.team-section .docter-info-bx h4 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 17px;
  color: #245d8c;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-section #mainRole {
  color: #000 !important;
  text-transform: capitalize;
  border-bottom: 3px solid #89b2d4;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.team-section #mainDesc {
  margin: 25px 0px;
}

.team-section #mainDesc p {
  margin-bottom: 18px;
}

.team-section .certificates {
  margin: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 50px;
  margin-bottom: 0px;
}
.docter-info-bx {
  margin-bottom: 40px;
}
.team-section .certificates .image-bx {
  position: relative;
}

.team-section .certificates .image-bx::after {
  width: 1px;
  height: 100%;
  background-color: #00000038;
  position: absolute;
  content: "";
  right: -24px;
}

.team-section .certificates .image-bx:last-child::after {
  display: none;
}

/***** End team section *****/

/***** story *****/

.story-section {
  padding: 0;
}

.story-section .image-bx img {
  width: 100%;
}

.story-section .text-bx {
  margin: auto;
  width: 100%;
  max-width: calc(81%);
}

.story-section .text-bx h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #245d8c;
}

.story-section .text-bx span {
  margin-bottom: 6px;
  display: inline-block;
}

.story-section .text-bx p {
  margin-bottom: 15px;
}

.story-section .inner-text {
  margin: 20px 0px 30px 0px;
}

.story-section {
  background: #e4f0fb;
}

.story-section .btn-box a + a {
  background-color: transparent;
  border: 1px solid #245d8c;
  color: #245d8c;
  margin-left: 10px;
}

/***** End story *****/

/*****  certified*****/

.certified-section .certified-card {
  display: flex;
  background-color: #fff;
  align-items: start;
  gap: 23px;
  border: 1px solid #245d8c;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 23px;
  height: 100%;
}

.certified-section .certified-card .image-bx {
  width: 100%;
  height: 100%;
}

.certified-section .certified-card .image-bx img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.certified-section .certified-card span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.certified-section .certified-card h3 {
  color: #245d8c;
  font-size: 24px;
  font-weight: 600;
}

.certified-section .row {
  row-gap: 20px;
  margin-top: 36px;
}

.certified-section
  > .container
  > .row
  > .col-lg-6:nth-child(2)
  > .certified-card
  > .image-bx
  > img {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #e4f0fb;
}

.certified-section .text-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.certified-section {
  background: #f5f5f5;
}

/*****certified End  *****/

/***** journey-section *****/

.journey-section {
  background-image: url(../images/Rectangle\ 17.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* min-height: 600px; */
  /* padding: 0; */
}

.journey-section .section-title h2 {
  color: #fff;
  font-size: 53px;
  font-weight: 400;
}

.journey-section .section-title span {
  border-bottom: 1px solid;
  padding-bottom: 9px;
  margin-bottom: 5px;
  color: #89b2d4;
  display: inline-block;
}

.journey-section .text-bx p {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
}

.journey-section .card-bx {
  background: hsl(207deg 59% 35% / 84%);
  margin-bottom: 0px;
  padding: 25px;
  width: 100%;
  max-width: calc(100% - 50%);
  /* max-width: 100%; */
}

.journey-section .right-bx {
  width: 100%;
  height: 100%;
}

.right-bx > .card-bx:nth-child(2) {
  margin-left: auto;
}

.journey-section .card-bx h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  padding-bottom: 5px;
}

.card-head p {
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.box-text p {
  color: #fff;
  margin-bottom: 26px;
}

.right-bx .btn-bx a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 11.5px 15px;
  text-decoration: none;
  letter-spacing: 0px;
  transition: 300ms;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
ul.air_hotel_list {
  padding: 0;
  list-style: none;
  margin: 0;
  flex-direction: column;
  display: flex;
  row-gap: 20px;
}
ul.air_hotel_list li {
  flex-direction: column;
  display: flex;
  gap: 3px 0px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
ul.air_hotel_list li h4,
.box-text h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 8px 0;
  font-weight: 600;
}
ul.air_hotel_list li a,
.box-text a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 0 0 0 0px;
}
ul.air_hotel_list li a img {
  filter: invert(1);
  width: 16px;
  position: relative;
  top: 3px;
}
ul.air_hotel_list li a span {
  width: calc(100% - 22px);
  margin-left: auto;
  color: #fff;
}
ul.air_hotel_list li:last-child {
  padding: 0;
  border: 0;
}

/***** End journey-section *****/

/***** gallery section *****/

.gallery-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  margin: 0px 10px;
}

.gallery-slide img {
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-slide:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.gallery-section .slick-prev {
  left: -50px;
}

.slider-dots {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2a5c8c;
  opacity: 0.6;
  /* default inactive dots */
  transition: all 0.3s ease;
}

.slider-dot.active {
  background-color: #2a5c8c;
  opacity: 1;
  border: 2px solid #2a5c8c;
  background-color: white;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2a5c8c;
  opacity: 0.6;
  border: none;
  transition: all 0.3s ease;
}

.slider-dot.active {
  border: 2px solid #2a5c8c;
  background-color: #fff;
  opacity: 1;
}

.section-title {
  margin-bottom: 30px;
}

/***** End gallery section *****/

/***** cta section *****/

.cta-section {
  background-image: url(../images/cta-banner.png);
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 0;
  display: flex;
  align-items: center;
}

.cta-section .inner-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffffe3;
  padding: 30px;
}

.cta-section .section-title h2 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}

.cta-section .section-title {
  margin-bottom: 11px;
}

.cta-section .left-bx p {
  color: #000;
  width: 100%;
  max-width: 500px;
  margin-bottom: 12px;
}

.cta-section .right-bx {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.cta-section .left-bx span {
  font-weight: 600;
}

.cta-section .right-bx a + a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

/***** End cta section *****/

/***** footer *****/

.footer-top .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  list-style: none;
  padding: 0;
  margin-bottom: 55px;
  align-items: center;
}

.footer-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.footer-menu .btn-outline {
  border: 1px solid #000;
  padding: 14px 26px;
  text-align: center;
}

.footer-menu .btn-primary {
  background-color: #1e5c8d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.footer-middle {
  margin-bottom: 35px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-left {
  flex: 1 1 250px;
}

.footer-left p {
  margin: 10px 0;
}

.footer-certificates {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex: 1 1 300px;
}

.footer-certificates img {
  height: 90px;
  object-fit: contain;
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  color: #000;
  font-size: 18px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icons {
  display: flex;
  align-items: center;
}

.footer-right .btn-primary {
  background-color: #1e5c8d;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.reviews {
  font-size: 14px;
  margin-top: 13px;
}

.stars {
  color: black;
  font-weight: bold;
}

.footer-bottom {
  background-color: #1e5c8d;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom .privacy-policy {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.site-footer {
  background-color: #f5f5f5;
  padding: 55px 0px 0px 0px;
}

footer .common-button {
  color: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

footer .inner-bx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.copyright-bx {
    text-align: left;
}
footer .inner-bx p {
  color: #fff;
  font-weight: 400;
}

/***** End footer *****/


a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    pointer-events: none;
    cursor: default;
    color: gray;
    text-decoration: none;
}


.Doctor-image img {
  aspect-ratio: 5/5;
  object-fit: cover;
  object-position: top;
}
.Doctor-image {
  text-align: center;
}
.team-section .team-slider {
  margin-top: 0;
}
.footer-left a {
  text-decoration: none;
  color: #000;
}
.footer-bottom a {
  text-decoration: none;
  color: #fff;
}

.mobile-top-bar {
  display: none;
}

section {
  overflow: hidden;
}
.menu-item-7084 a {
  color: #fff !important;
}

.error {
  background-color: red;
  color: #fff !important;
  font-size: 12px;
  padding: 1px;
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 350px;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background-color: #fff;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
.side_bar_menu ul li {
  list-style: none;
}
.side-bar .inner {
  padding: 40px 20px 0 0;
}
.side_bar_menu ul {
  padding-left: 0;
}
@media (max-width: 991px) {
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.side_bar_menu {
  margin-bottom: 25px;
}
.side_bar_menu ul li a {
  text-align: left;
  display: block;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #245d8c;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  width: 100%;
  background: transparent;
}
.side_bar_menu ul li a:hover {
  color: #000;
}
.side_bar_menu ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #245d8c52;
}
.side_bar_location h4 {
  font-weight: 600;
  color: #160201;
  font-size: 30px;
  text-transform: capitalize;
  margin: 25px 0;
}
.side_bar_address {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5b87450;
}
.side_bar_address h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.side_bar_address p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}
.side_bar_address a {
  color: #ffffff;
  font-size: 14px;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 150px;
  margin-left: 0;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 5px;
  color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}
.side-bar
  .inner-main-wrapper-desk
  .inner-content
  .footer
  .social-area
  li
  a:hover {
  color: #000000;
  background-color: #d5b874;
  border-color: #d5b874;
}
.side-bar button:hover {
  background-color: #000;
  border-color: #000;
}
.side-bar.show {
  right: 0;
  overflow-y: auto;
}
.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #3f6584;
  padding: 6px;
  border: 1px solid #3f6584;
}
.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}
#side_bar_overlay {
  cursor: "";
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.side_bar_cn img {
  margin-bottom: 28px;
}

.services-section .top-tab li:nth-child(3) button {
  border-right: 1px solid transparent;
}
#menu-home-2025-main-menu li {
  padding: 36px 0;
}

/*************** simple dropdown *****/
.si_drp {
  position: relative;
}

.si_drp .sub-sm-menu {
  position: absolute;
  max-width: max-content;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 235px;
  background: #fff;
  margin-top: 15px;
  box-shadow: 0px 0px 0 5px #ffffff4f !important;
  border-radius: 0;
  border-top: 2px solid #245d8c;
  z-index: 77;
  top: -18px;
  display: none;
  transition: all 0.5s;
  margin-top: 3px;
}
.si_drp .sub-sm-menu {
  list-style-type: none;
}
.si_drp:hover ul.sub-sm-menu {
  top: 71px;
  display: block;
  transition: all 0.5s;
}

.si_drp .sub-sm-menu::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 0;
  top: -14px;
  right: 0;
  border-bottom: none;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #245d8c;
}

.si_drp .sub-sm-menu li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #245d8c8f;
  /* display: inline-block; */
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
}

.si_drp .sub-sm-menu li:hover {
  background-color: #245d8c;
  color: #fff !important;
}

.si_drp .sub-sm-menu li a {
  padding: 14px 12px;
  transition: all 0.5s;
  display: block;
  color: #000 !important;
  text-transform: capitalize;
  font-size: 14px;
}
.si_drp .sub-sm-menu li:hover a {
  color: #fff !important;
}

/****************** services mega-menu dropdown ******************/
.mega_menu p {
  white-space: normal;
}

/* .right-side-bx {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 9px;
}

#btn-bx2 a {
    padding: 10px 15px !important;
    width: max-content;
} */

.mega_menu_item a {
  padding: 0;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: start;
}

.inner-menu a {
  background: transparent !important;
  color: #000 !important;
}

.mega_menu_item a:hover {
  color: #245d8c !important;
}

.mega_menu_item a::before {
  height: 1px;
  width: 0%;
  transition: 0.3s;
  position: absolute;
  content: "";
  background-color: #245d8c;
  left: 0;
  bottom: -1px;
}

.mega_menu_item a:hover::before {
  width: 100%;
}

.mega_menu_item a {
  white-space: normal;
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
}

.mega_menu_item a::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #245d8c;
  left: -1px;
  top: 5px;
  outline: 2px solid #245d8c;
  outline-offset: 2px;
  border-radius: 10px;
}

.mega_menu_item a:hover {
  padding: 0;
  margin: 10px 0px 0px 0px;
  padding-bottom: 7px;
  padding-left: 25px;
  text-transform: capitalize !important;
}

.mega_menu_item a:focus {
  padding: 0;
  margin: 10px 0px 0px 0px;
  padding-bottom: 7px;
  justify-content: start;
  display: flex;
  align-items: start;
  text-transform: capitalize !important;
  padding-left: 25px;
}

div#nav-menu {
  width: 100%;
  display: flex;
  gap: 25px;
}

.mega_menu_item {
  width: calc(100% - 40%);
  padding: 14px 0px;
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_item + .mega_menu_item {
  width: calc(100% - 66%);
}

.mega_menu_item {
  width: calc(100% - 40%);
  padding: 14px 0px;
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_img {
  background: gray;
  width: 100%;
  height: 330px;
}

.mega_menu_item img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
.inner-menu {
  width: 100%;
}

.inner-menu a i {
  transform: scaleX(-1);
}

.mega_menu_img {
  background: gray;
  width: 100%;
  height: 330px;
}

.mega_menu {
  display: none !important;
}

.mega_menu_dropdown:hover .mega_menu {
  display: flex !important;
  gap: 2rem;
  justify-content: center;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu_dropdown:hover .mega_menu {
  display: flex !important
;
  gap: 2rem;
  justify-content: center;
}

.mega_menu_2 .mega_menu {
  width: 100%;
  border-top: 2px solid #245d8c;
  right: 12px;
  top: 106px;
  max-width: 100%;
  padding: 0px 15px 0px 15px;
  align-items: center;
  z-index: 777;
  left: 50%;
  transform: translate(-50%, 7%);
}

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 0 5px 1px rgb(91 86 86 / 40%);
  position: absolute;
  align-items: flex-start;
}
/* 
.mega_menu_2 .mega_menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #245d8c;
  position: absolute;
  top: -13px;
  left: 56%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */

.service-sidebar-form ~ .card-bx {
  background: hsl(207deg 59% 35% / 84%);
  margin-bottom: 30px;
  padding: 25px;
  width: 100%;
  max-width: calc(100% - 50%);
  max-width: 100%;
}

.service-sidebar-form ~ .card-head p,
.box-text a {
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  line-height: normal;
}
.service-sidebar-form ~ .card-head h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  padding-bottom: 5px;
  line-height: normal;
}
.service-sidebar-form ~ .card-head .box-text h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 8px 0;
  font-weight: 600;
  line-height: 1.2;
}
.service-sidebar-form ~ .card-head ul.air_hotel_list li {
  flex-direction: column;
  display: flex;
  gap: 3px 0px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
  margin: 0 0px 20px;
}

.service-sidebar-form ~ .card-head ul.air_hotel_list {
  padding: 0;
  margin: 0;
}

.service-sidebar-form ~ .card-head .box-text p {
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
}
.service-sidebar-form ~ .card-head .box-text a {
  padding: 0;
  margin: 0;
  border: none;
}
.service-sidebar-form ~ .card-head ul.air_hotel_list li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 0 0 0 0px;
}

.service-sidebar-form ~ .card-head ul.air_hotel_list li a img {
  filter: invert(1);
  width: 16px;
  position: relative;
  top: 3px;
}

.service-sidebar-form ~ .card-head ul.air_hotel_list li a span {
  width: calc(100% - 22px);
  margin-left: auto;
  color: #fff;
}
.gallery-slide img {
  aspect-ratio: 292/200;
  object-fit: cover;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-150%);
  /* padding: 0.5rem 0.75rem; */
  color: #fff;
  z-index: 9999;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 1;
  pointer-events: none;
  padding: 11px 25px;
  text-transform: capitalize;
  font-size: 18px;
  background: #245d8c;
  border-radius: 100px;
  box-shadow: 0px 0px 0 5px #245d8c57;
}

/* When focused (via keyboard) make it visible */
.skip-link:focus,
.skip-link:active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  outline: 3px solid #ffd600; /* very visible focus ring */
  outline-offset: 2px;
}

/* Optional: style for when using mouse (if you want always-visible small button) */
/* .skip-link { transform: translateY(0); opacity: 1; } */

 .services-section #topTab {
 
    display: flex !important;
    justify-content: center !important;
  }
  .services-section .inner-tab {
    display: flex !important;
    flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .mega_menu_2 .mega_menu:before {
    left: 39%;
  }
  .site-header .nav-links {
      gap: 15px;
  }
  .site-header .nav-links a:is(:link, :visited) {
      font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .mega_menu_2 .mega_menu:before {
    left: 35%;
  }
}

@media (max-width: 1269px) {
    .site-header .menu-toggle {

            display: none;
    }
  .site-header {
    padding: 15px 0px;
  }
  .mobile-top-bar {
    display: block;
  }

  .mobile-top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-bottom: 1px solid #245d8c;
  }

  .mobile-top-bar a {
    padding: 10px 0px;
    background: #245d8c;
    display: flex;
    font-weight: 500 !important;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-top-bar a + a {
    background: #000;
    color: #fff;
  }
  .top-bar {
    display: none;
  }
  #menu-home-2025-main-menu {
    display: none;
  }
  .site-header .nav-cta {
    display: none;
  }
      .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }
    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }
 #mobmenuright a {
    padding: 7px 10px;
    width: 100%;
    background: transparent !important;
    border-bottom: 0.1px solid #ffffff12 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-family: var(--font-raleway) !important;
    letter-spacing: 0px !important;
}
    .menu-item-872 {
        position: relative;
    }
.mobmenu-right-panel .mob-cancel-button {
    color: #ffffff !important;
    height: 35px;
    width: 35px;
    background: #1b496f;
    font-size: 25px !important;
    display: grid !important;
    place-content: center;
}
.menu-item-1038 span {
    color: #fff !important;
}
.menu-item-has-children span {
    color: #fff !important;
}
    .mobmenu-right-panel {
        background-color: #1d1d1d !important;
    }
    .mob-icon-menu:before {
        margin: 0 !important;
    }
    .mobmenu r-container i {
        color: #ffffff !important;
    }
    .mobmenu-content li {
        padding: 0 !important;
    }
    ul#mobmenuright {
        margin-top: 35px !important;
    }
    .mob-menu-logo-holder {
        display: none !important;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }
    .mobmenu .headertext {
        display: none;
    }
    body.mob-menu-slideout-over {
        padding: 0px !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }
  .mobmenu-content #mobmenuright .sub-menu {
    background-color: #1b496f !important;
}
.mob-expand-submenu {
    position: relative !important;
    right: 0px !important;
    float: right !important;
    height: 25px;
    width: 25px;
    display: grid;
    place-content: center;
    top: 1px !important;
    background: #1b496f !important;
    border-radius: 50%;
    z-index: 777 !important;
    left: auto !important;
}
.dashicons-arrow-down:before {
display: none !important;
}
    .mobmenu-content #mobmenuright li:hover {
        background-color: #0d789e91 !important;
    }
    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }
    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }
    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }
.mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 60px !important;
    background: #245d8c;
    height: 35px;
    width: 35px;
    display: grid;
    place-items: center;
    margin-right: 2% !important;
    font-size: 10px !important;
}
    .mobmenu-content li {
        border: 0px !important;
    }
    .mobmenu-right-panel {
        width: 280px !important;
    }
    .site-header{
        display: block !important;
    }
    .mobmenu-right-panel {
    background-color: #245d8c !important;
}


.mob-menu-header-holder {
    display: none !important;
}
.slideout-over{
    padding-top: 0px !important;
}



.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {

    text-decoration: none !important;
}
}

@media (max-width: 1024px) {
  #topTabContent .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  #topTabContent .row {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .video-section .video-bottom-list ul {
    display: none;
  }
  .story-section .text-bx {
    padding: 28px 0;
  }
  .journey-section {
    background-attachment: scroll;
  }
  .consultation-form-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .video-banner-content h2 {
    font-size: 55px;
  }

  .video-section .row {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 991px) {
	footer .inner-bx p {
		text-align: center;
	}
  .video-section {
    height: 100%;
    padding-bottom: 0;
  }
  .consultation-form-wrapper {
    max-width: 100%;
  }
  .consultation-form-wrapper {
    margin-top: 45px;
    background-color: #245d8c;
  }
  .video-section .video-wrapper::after {
    height: 100dvh;
  }
  .consultation-form-wrapper input,
  .consultation-form-wrapper textarea {
    background-color: #ffffff00;
    color: #fff;
    border: 1px solid #ffffff;
  }
  .services-section .nav-tabs .nav-link {
    padding: 15px 41px;
  }
  .journey-section .right-bx {
    margin: 30px 0 0 0;
  }
  .video-section video {
    height: 100%;
  }
  .video-section .video-wrapper::after {
    height: 100%;
  }
  .video-section {
    height: 100%;
    padding: 70px 0px;
  }
  .services-section {
    padding: 70px 0px;
  }
  #topTabContent .row {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  #topTabContent .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .team-section div#mainDoctor {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .team-section .section-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .journey-section {
    padding: 70px 0px !important;
  }
  .journey-section .section-title h2 {
    font-size: 40px;
  }
  .footer-middle {
    grid-template-columns: 1fr;
  }
  .footer-left {
    width: 100%;
    text-align: center;
  }
  .footer-right {
    align-items: center;
    margin-top: 17px;
  }
  .footer-top .footer-menu {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid #0000003d;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .video-banner-content h2 {
    font-size: 40px;
  }
  .video-content .video-banner-content span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
  .container {
    max-width: 100%;
  }
  .services-section #topTab {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
  }
  section {
    padding: 40px 0 !important;
  }
  .services-section .inner-tab {
    margin-top: 14px;
  }
  .team-section div#mainDoctor {
    grid-template-columns: 1fr;
  }
  .team-section .section-title h2 {
    font-size: 28px;
  }
  .story-section .text-bx {
    max-width: calc(91%);
    padding: 22px 0;
  }
  .journey-section .section-title h2,
  .cta-section .section-title h2 {
    font-size: 28px;
  }
  .journey-section .section-title {
    margin-bottom: 0;
  }
  .journey-section {
    padding: 40px 10px;
  }
  .journey-section .text-bx {
    margin-bottom: 26px;
  }
  .journey-section .card-bx {
    max-width: 100%;
  }
  .journey-section .card-bx:nth-child(1) {
    margin-bottom: 15px;
  }
  .cta-section .inner-bx {
    flex-wrap: wrap;
    gap: 22px;
  }
  .footer-middle {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-right {
    align-items: center;
  }
	footer .inner-bx {
		display: flex;
		justify-content: center;
		gap: 10px;
		align-items: center;
		flex-wrap: wrap;
	}
  .video-banner-content h2 {
    font-size: 46px;
  }

  .side-bar {
    max-width: 300px;
    padding: 50px 22px;
  }
}

@media (max-width: 575px) {
  .video-banner-content h2 {
    font-size: 38px;
  }
  .video-banner-content .action-button {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .video-banner-content .action-button a:last-of-type {
    margin-left: 0;
  }
  .team-section .certificates {
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
  }
  .team-section .certificates .image-bx::after {
    display: none;
  }
  .certified-section .certified-card {
    flex-direction: column;
  }
  .cta-section .col-lg-11 {
    padding: 35px 16px;
  }
  .footer-certificates img {
    height: 62px;
  }
  .certificates .image-bx img {
    height: 76px;
  }
  body .team-slider .slick-prev,
  .gallery-section .slick-prev {
    left: 0px !important;
    z-index: 9;
  }

  .slick-next {
    right: 0px !important;
  }

  section {
    padding: 30px 0 !important;
  }
  .video-section .row {
    padding: 0;
  }
  .video-section .container {
    padding: 0;
  }

  .video-content .video-banner-content span {
    font-size: 18px;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    display: block;
  }
  .video-banner-content h2 {
    font-size: 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .site-header .brand-logo img {
    max-width: 200px;
  }
  .video-banner-content .action-button {
    justify-content: center;
  }
  .video-banner-content .action-button {
    margin-top: 26px;
  }

  .consultation-form-wrapper {
    padding: 15px;
  }
  .consultation-form-wrapper {
    margin-top: 35px;
  }
  .section-title h2 {
    font-size: 28px;
    margin: 5px 0px;
  }
  .journey-section {
    padding: 35px 0px !important;
  }
  .site-footer {
    padding: 35px 0px 0px 0px;
  }
.services-section .inner-tab {
    column-gap: 25px;
    justify-content: center;
}
.info-bx {
    text-align: center;
}
  .journey-section .right-bx {
    margin: 10px 0 0 0;
  }

  .head-box h4 {
 
    border: 0px;
}
.tab-content>.active {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.services-section .inner-tab .nav-item a {

    background: #f5f5f5;
 
}
.services-section a.nav-link.active {
    background: #245d8c;
    border-bottom: 1px solid #245d8c;
    color: #fff;
}






}

.site-header .main-nav {
  position: inherit !important;
}

#menu-wrapper {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}

.right-menu {
  position: inherit !important;
}

.fancybox__button--close {
  display: block !important;
  color: #000 !important;
  background: #ffffff !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
  text-align: center;
  font-size: 18px;
  border-radius: 0px !important;
}

.fancybox__button--close::after {
  content: "";
  font-size: 18px;
  color: #245d8c;
  position: absolute;
  top: 50%;
  background-image: url(https://www.affordableplasticsurgery.com/wp-content/uploads/2025/09/close.png);
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15px !important;
  width: 15px !important;
  background-size: cover;
  background-size: 100%;
}
