@media (max-width: 1113.99px) {
  .header-section .row {
    margin: 0;
  }
  .overflow {
    overflow: hidden;
  }
  .headerOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .active_overlay {
    opacity: 1;
    visibility: visible;
  }
  .header-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-toggle-btn {
    display: flex;
  }
  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 100%;
    top: 0;
    left: 0;
    background: #ecfdff;
    display: block;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
    z-index: 2;
  }
  .menu-items.open {
    transform: translateY(0);
  }
  .header-menus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-menus {
    text-align: center;
	flex-direction: column;
  }
  .navbar ul li {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }
  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-item {
    padding: 1rem 1rem;
  }
  /** navbar-dropdown **/
  .menu-items .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-left: -18px;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto;
  }
  .expand-nav-btn.open + .dropdown-menu {
    position: relative;
    max-height: 100%;
    transform: scaleY(1);
  }
  .dropdown-menu li {
    margin: 0;
  }
  .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .dropdown-menu li a {
    font-size: 1rem;
  }
  .desktop-version-btns {
    display: none;
  }
  .mobile-version-btns {
    justify-content: center;
  }
  .mobile-version-btns img {
    width: 115px;
  }
  .mobile-title-line {
    text-align: center;
    padding: 20px 0;
  }
  .navbar .menu-item {
    padding: 10px 20px;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
  }
  .expand-nav-btn.open {
    color: var(--bs-orange);
  }
  .menu-right-side .common-btn {
    margin-left: auto;
  }
}
@media (min-width:376px) and (max-width:575px) {
	/* Counter Section */
#counter-section .col-lg-3 {
	width: 49%;
}
} 
@media (min-width:376px) {
.header-contact-details a {
    font-size: 16px;
}
}
@media (min-width:460px) and (max-width:575px) {
	/*Footer section */
  .col-links {
    width: 50%;
  }
}
@media (max-width: 575.99px) {  
  .menu-right-side .common-btn {
    position: relative;
    top: 5px;
  } 
  .header-logo-name {
    display: none;
  }
  .logo-icon {
    width: 60px;
  }
  .header-contact-icon img {
    width: 30px;
  }
  #counter-section {
    display: flex;
    justify-content: space-around;
    gap: 18px;
    flex-wrap: wrap;
    /* margin-top: 30px; */
  }
  .faqs-header .accordion-button {
    display: block;
  }
  /* Experts Section */
.experts-wrapper, .happy-wrapper {
	margin-top: 40px;
}
}
@media (min-width: 576px) {
.banner-heading {
	font-size: 32px;
}
  .fs-64 {
    font-size: 30px;
  }
  .fs-42 {
    font-size: 28px;
  }
  .align-container-left {
    margin-left: calc((100vw - 540px) / 2);
  }
  /** Count Section **/
  .single-count:nth-child(2) {
    padding-left: 44px;
  } 
	/*Footer section */
.footer-column {
	border-top: none;
	padding: 20px 0 10px;
} 
	/* HOme specialist Taps PAnel */
	.home-banner-section {
	padding-top: 120px; 
}
.home-slider-title {
	font-size: 36px; 
} 
	/* Vision section */
.vision-right-column {
	grid-template-columns: 270px auto;
	gap: 20px;
}
.caring-heading {
	font-size: 30px; 
} 
	/* Home Service Section */
.service-main-title { 
	font-size: 30px;
} 
	/* Branch Section */
	.branch-nav-btn:first-child {
	margin-bottom: 44px;
}
.branch-nav-pils {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 10px;
	align-items: start;
} 
	/* About Section */
.about-image {
	grid-template-columns: 280px auto;
} 
	/* Experts Section */
.testimonials-btn-prev, .experts-btn-prev {
	left: auto;
	right: 26px;
}
.testimonials-btn-next, .experts-btn-next {
	right: 75px;
} 
	/*** About us Page ***/
/* About us  Banner */
.banner-contnet-wrapper { 
	width: 540px;
	margin: 0 auto;
} 
	
	 /*** Ambulance Service Page ***/ 
 /* Emergency Medical Services */
.year-experience {  
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 30px;
} 
	/* 24/7 support section */
.Emergency-support-list ul {
	grid-template-columns: 46% 50%;
} 
/*** Treatment Page ***/
.better-right-column .single-info {
	text-align: right;
}
.better-right-column .icon-area {
	order: 1;
}  
	 /**** Microtia Surgery Page ***/
/* Banner section */
.surgeon-banner { 
	padding: 120px 0 90px;
} 
/* Terms & Condition Css */
 .main-banner-heading {
    font-size:30px;
} 
	/* privacy Page Css */ 
.privacy-banner-section, .tc-banner-section, .gallery-banner-section { 
	padding: 120px 0 30px;
} 
	/* Contact Page Css */
.contact-banner-section { 
	padding: 120px 0 0;
}
.contact-details .contact-item {
	padding: 25px 24px;
}
} 
@media (min-width: 1114px) {
	.mobile-version-logo {
    margin-left: 0;
  }
  .header-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-navbar .navbar-menus {
    position: relative;
  }
  .header-mobile {
    display: none;
  }
  .navbar-menus li {
    display: inline-block;
  }
  .navbar li.menu-item {
	padding: 0;
	}
  .navbar .dropdown-menu {
    width: 150px;
    top: 117px;
  }
  .navbar .navbar-dropdown:hover .dropdown-menu {
    top: 50px;
  }
}
 @media (max-width:767px) { 
	/*** About us Page ***/
/* About us  Banner */
.common-banner-section .container-fluid {
	margin: 0;
	padding: 0;
}
}
@media (min-width: 480px) {
.nav-item.service-tab-item {
	width: auto
}
.doctor-header {

    display: grid;
	grid-template-columns: auto 150px;
	gap: 15px;
    margin-bottom: 15px;
}
 
}
@media (min-width: 768px) {
.banner-heading {
	font-size: 36px;
}
  .fs-64 {
    font-size: 34px;
  } 
  .fs-42 {
    font-size: 28px;
  } 
  .fs-24,
  .fs-22 {
    font-size: 19px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 18px;
  }
  .align-container-left {
    margin-left: calc((100vw - 720px) / 2);
  } 
  .header-contact-details a {
    font-size: 18px;
}
	/*Footer section */
.footer-social {
	margin-top: 24px;
}
.footer-widget { 
	margin-bottom: 24px; 
}
	/* HOme specialist Taps PAnel */
.home-banner-section {
	padding-top: 134px; 
}
.home-banner-section .banner-contnet-wrapper {
	padding: 110px 0 0;
}
	.banner-ent-pills {
	gap: 12px;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	z-index: 9;
}
.home-slider-title {
	font-size: 36px;
	width: 355px;
	color: #1E1E1E;
}
.ent-slider-details .banner-text { 
	margin-top: 24px;
}
.ent-slider-items .banner-btn {
	margin: 44px 0 20px;
}
.tab-slider-image {
	margin-top: 0;
}
	/* Vision section */
	.section-padding {
  padding: 60px 0;
}
.inner-vision {
	display: grid;
	grid-template-columns: 44% 44%;
	gap: 12%;
}
.vision-right-column {
	grid-template-columns: 327px auto;
	gap: 20px;
}
.caring-heading {
	font-size: 34px; 
}
	/* Home Service Section */
	.inner-service-image {
	position: sticky;
	top: 10px;
}
.single-service-column {
	margin: 10px 0 0;
}
.service-main-title { 
	font-size: 34px;
} 
	/* Branch Section */
.common-top-space {
	padding-top: 30px;
} 
.branch-nav-pils { 
	grid-template-columns: 48% 48%;
	gap: 30px;
} 
	/* Experts Section */
.common-swipper-btn i { 
	width: 60px;
	height: 60px;
	font-size: 20px; 
}
.testimonials-btn-prev, .experts-btn-prev {
	left: auto;
	right: 45px;
}
.testimonials-btn-next, .experts-btn-next {
	right: 120px;
} 
	/* help-need-section */
	.inner-need-wrap { 
	display: flex;
	justify-content: space-between; 
}
.need-left {
	max-width: 370px;
	padding: 32px 49px; 
	text-align: left;
} 
.need-right::after {
	background: #3F7EC7;
	width: 320px;
	height: 320px;
	position: absolute;
	right: -58px;
	top: -119px;
	content: "";
	border-radius: 50%;
} 
	/*** About us Page ***/
/* About us  Banner */
.banner-contnet-wrapper {
	padding: 110px 0 0;
	width: 100%;
} 
.common-banner-image {
	margin-left: -30px;
}
	/* We Offer Section */
.offer-row {
	padding-top: 22px;
} 
	/* Our Experts Section */
.our-experts { 
	padding: 29px 
}
	/* World Class Section */
.world-class-wrapper {
	padding: 40px 25px 30px;
	border-radius: 50px;
}
.world-card { 
	margin-bottom: 0;
} 
.world-card2 {
	top: 69px;
}
.world-card1, .world-card2 {
	margin-bottom: 30px;
}
.card-col:nth-child(4) {
	padding-top: 69px;
}
	/* Banner section */
.surgeon-banner { 
	padding: 134px 0 90px;
}
	/* surgeries section */
	.surgeries-row {
	grid-row-gap: 60px;
}
.surgeries-title {
	margin: 24px 0 12px;
}
	/* Understanding Section */
    .video-iframe {
      width: 500px;
      height: 500px;
  }
  .video-top-shape { 
	right: -30px; 
}
.video-bottom-shape { 
	left: -22px; 
}
	/* Patient Stories Section */
.video-col2 {
	margin: 0;
}
	/* Terms & Condition Css */
 .main-banner-heading {
    font-size:34px;
} 
	/* privacy Page Css */ 
.privacy-banner-section, .tc-banner-section, .gallery-banner-section { 
	padding: 134px 0 40px;
}
	/* Doctor Page */
 .single-doctor-name{
	font-size: 32px;
 }
 .contact-form-wrapper.expert-form {
	padding: 40px 32px 27px;
}
	/* Contact Page Css */
.contact-banner-section { 
	padding: 134px 0 0;
}
}
@media (min-width:768px) and (max-width:991px) {
	/* World Class Section */
	.world-column-left { 
	flex-direction: row;
}
.world-column-left .section-heading {
	width: 60%;
}
.class-doctor-info {
	width: 40%;
}
.world-column-left .common-heading {
	font-size: 34px;
}
.world-column-right {
	margin-top: -70px;
} 
	/* Patient Stories Section */
.video-col3 {
	display: grid;
	grid-template-columns: auto auto;
	gap: 30px;
	margin-top: 20px;
}
}
@media (max-width: 991px) {
  .header-section .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
.banner-heading {
	font-size: 40px;
}
  .fs-64 {
    font-size: 38px;
  } 
  .fs-42 {
    font-size: 32px;
  } 
  .fs-24 {
    font-size: 20px;
  }
  .fs-22 {
    font-size: 22px;
  }
  .fs-20 {
    font-size: 20px;
  }
  .align-container-left {
    margin-left: calc((100vw - 960px) / 2);
  }
.single-service-column {
	margin: 20px 0 0;
}
	/* Branch Section */
.common-top-space {
	padding-top: 53px;
} 
  /** Footer **/
  .footer-row {
	display: grid;
	grid-template-columns: 26% 13% 17% 18% 25%;
}
.col-links, .footer-col-about {
	width: 100%;
}
  .footer-about {
    margin-bottom: 0;
  }
  .footer-social li {
    margin: 10px 8px 0 0;
  }
  .footer-social li {
    display: inline-block;
  } 
  /* HOme specialist Taps PAnel */
.home-slider-title {
	font-size: 45px;
	width: 398px;
}
.banner-text {
	width: auto;
}
.ent-nav-pills {
	justify-content: end; 
}
.ent-nav-btn { 
	width: 60px;
	height: 60px; 
}
.tab-slider-image img {
	height: 100%; 
}
/* Vision section */
	.section-padding {
  padding: 80px 0;
}
.vision-right-column {
	grid-template-columns: 270px auto;
	gap: 20px;
	align-items: center;
} 
.caring-heading { 
	margin: 10px 0 0;
	padding:30px 0 0;
}
.caring-heading::before {  
	top: 0; 
}
.caring-heading {
	font-size: 38px
}
/* Home Service Section */
.service-main-title { 
	font-size: 38px;
}
	/* Branch Section */
.branch-nav-pils { 
	display: block;
}
.branch-nav-btn {
	margin-bottom: 0;
}
.branch-image-panel .tab-content {
	height: 100%;
}
.branch-image-panel .tab-pane {
	height: 100%;
}
.branch-nav-btn:first-child {
	margin-bottom: 25px;
}
.branch-image {
	height: 100%;
}
.branch-image img {
	height: 100%;
	object-fit: cover;
}
/* About Section */
	/* .about-text { 
	margin-top: 15px;
} */
.about-image { 
	grid-template-columns: 307px auto; 
} 
/* help-need-section */
	.need-left {
	max-width: 460px;
}
.need-right {
	padding: 20px 60px;
}
.need-right::after { 
	width: 420px;
	height: 420px; 
	right: -72px;
	top: -172px; 
}
/* Faqs section */  
.faq-text {
	margin: 50px 0 0; 
}
	/*** About us Page ***/
/* About us  Banner */
	.banner-contnet-wrapper {
	padding: 120px 0 0; 
}
/* .banner-text {
	width: 471px; 
} */
.common-banner-image {
	margin-left: 0;
} 
	/* We Offer Section */
.offer-main-text {
	max-width: 505px;
	margin-left: auto;
	margin-top: 0;
}
	/* World Class Section */
	.world-class-wrapper { 
	padding: 50px;
	border-radius: 50px;
}
.class-doctor-info {
	margin-top: auto; 
}
.world-column-left .common-heading {
	font-size: 32px;
}
.card-shape-shape { 
	right: -10%;
	opacity: 1; 
}
 /*** Ambulance Service Page ***/ 
 /* Emergency Medical Services */ 
.row.emergency-medical-row {
	grid-template-columns: 499px auto;
	gap: 30px;
}
	.emergency-col {
	width: 100%;
}
	.emergency-left-column { 
	gap: 30px;
	grid-template-columns: 222px 222px;
}
/* 24/7 support section */
.emergency-support {
	background: linear-gradient(90deg, #E4F6FF 47.41%, rgba(228, 246, 255, 0) 51.65%);
	border-radius: 20px;
	display: grid;
	grid-template-columns: 384px auto;
	gap: 55px;
	overflow: hidden;
}
.Emergency-support-list ul {
	grid-template-columns: 100%;
}
/*** Treatment Page ***/
.row.better-live-row {
	display: grid;
	grid-template-columns: 330px auto 330px; 
	gap: 10px;
}
	.live-col {
	width: 100%;
}
	.live-col:nth-child(2) {
	order: 2;
}
.single-info:last-child { 
	margin-bottom: 0;
}
/* Banner section */
	.surgeon-group { 
	gap: 30px;
	margin-top: 78px;
}
.surgeon-banner-image {
	display: grid;
	gap: 15px;
	grid-template-columns: 58% 35%;
	margin-left: auto;
}
.banner-bottom-image {
	margin-top: 15px;
} 
	/* Understanding Section */
  .video-iframe {
    width: 750px;
    height: 560px;
} 
	/* Terms & Condition Css */
 .main-banner-heading {
    font-size:38px;
}



}
@media (min-width:992px) and (max-width:1199px) {
	/* Vision section */
.vision-right-column .info-culumn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.vision-right-column .info-text {  
	width: 48%; 
}

}
@media (min-width: 1200px) {
  .header-section { 
	background: linear-gradient(180deg, #FFFFFF 25.57%, rgba(255, 255, 255, 0) 100%);
}
.banner-heading {
	font-size: 48px;
}
  .fs-64 {
    font-size: 46px;
  }
   
  .fs-24 {
    font-size: 21px;
  }
  .align-container-left {
    margin-left: calc((100vw - 1140px) / 2);
  } 
  .success-surgery-box { 
	padding: 20px 27px; 
}
  /** faqs section **/
  .faqs-header .accordion-button::after {
    width: 50px;
    height: 50px;
    font-size: 27px;
  }
  .faqs-header .accordion-button:not(.collapsed)::after {
    font-size: 20px;
  }
  /** Footer **/
  .footer-social li {
    margin: 10px 10px 0 0;
  }
	/*Footer section */
.footer-row {
	grid-template-columns: 26% 12% 16% 17% 26%;
	display: grid;
	gap: 10px;
}
.col-links, .footer-col-about {
	width: 100%;
}
.footer-about { 
	text-align: center; 
}
	/* HOme specialist Taps PAnel */
.home-slider-title {
	font-size: 60px; 
	width: 593px;
}
.ent-nav-btn { 
	width: 74px;
	height: 74px; 
}
	/* Home Service Section */
.service-main-title { 
	font-size: 48px;
}
	/* Branch Section */
		.branch-section .branch-main-text { 
	margin: 0 0 0 auto;  
}
.branch-row{
	align-items: center;
}
	.branch-nav-btn:first-child {
	margin-bottom: 44px;
}
.branch-image-panel {
	margin-right: 36px;
} 
	/* help-need-section */
	.need-right::after { 
	width: 480px;
	height: 480px; 
	right: -72px;
	top: -206px; 
} 
	/*** About us Page ***/
/* About us  Banner */
.about-text { 
	margin-top: 53px;
}
.banner-btn {
	margin: 30px 0 20px;
} 
	/*==============================
        Ent Service Page
================================*/
/*** Health Priority Section ****/
.single-priority::after { 
	height:70%; 
} 
	/* World Class Section */
.world-column-left .common-heading {
	font-size: 42px;
}
.wellness-title { 
	margin: 0 auto;
}
.card-shape-shape {
	right: -5%; 
} 
		 /*** Ambulance Service Page ***/ 
 /* Emergency Medical Services */
	.row.emergency-medical-row {  
	gap: 90px;
} 
	/* 24/7 support section */
.emergency-support { 
	grid-template-columns: 460px auto;  
}
.support-content {
	padding: 50px 0 42px 35px;
	height: 100%;
} 
	/*** Treatment Page ***/
.row.better-live-row { 
	grid-template-columns: 370px auto 370px; 
}
.better-column-image img {
	width: 268px;
} 
	/* Banner section */
	.surgeon-banner {
	padding: 170px 0 90px;
}
.surgeon-banner-image {
	gap: 30px;
	grid-template-columns: 59% 34%;
	width: 461px;
}
.banner-bottom-image {
	margin-top: 30px;
} 
	/* Terms & Condition Css */
 .main-banner-heading {
    font-size:46px;
} 
	/* privacy Page Css */ 
.privacy-banner-section, .tc-banner-section, .gallery-banner-section { 
	padding: 165px 0 80px;
} 
	/* Contact Page Css */
.contact-banner-section { 
	padding: 165px 0 0;
}
}
@media (min-width: 1400px) {
  
  .fs-64 {
    font-size: 60px;
  } 
  .fs-42 {
    font-size: 38px;
  } 
  .fs-24 {
    font-size: 24px;
  }
  .align-container-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
  /* Terms & Condition Css */
 .main-banner-heading {
    font-size:52px;
}
	/*Footer section */
  .footer-row {
	grid-template-columns: 20% 18% 18% 18% 18%;
}
.navigation-col {
	padding-left: 50px;
}
	/* HOme specialist Taps PAnel */
.home-slider-title {
	font-size: 65px;
}
	/* Vision section */
.section-padding {
  padding: 120px 0;
}
.vision-right-column {
	grid-template-columns: 327px auto; 
}
.caring-heading {
	font-size: 43px; 
}
/* Home Service Section */
.single-service-column {
	margin: 50px 0 0;
}
	/* About Section */
	.about-text {
	width: 472px; 
}  
.about-tab-link { 
	font-size: 20px; 
} 
	/*** About us Page ***/
/* About us  Banner */
.banner-contnet-wrapper {
	padding: 165px 0 0;
}
.inner-banner-image::before { 
	width: 316px;
	height: 104%;
	position: absolute;
	right: -7px;
	top: 0;
	content: "";
	background: linear-gradient(-90deg, #FFF 5%, rgba(228, 246, 255, 0) 55%);
	z-index: 1;
}
/*** Ent Service Page ***/
/* Health Priority Section */
.priority-details { 
	padding: 48px 24px 24px;
}
	/* World Class Section */
	.world-column-left .common-heading {
	font-size: 52px;
}
.card-shape-shape {
	right:40px
}
/* 24/7 support section */
	.emergency-support { 
	grid-template-columns: 600px auto; 
} 
.Emergency-support-list ul {
	grid-template-columns: auto auto;
}
}
@media (min-width: 1600px) {
.banner-heading {
	font-size: 54px;
	min-width: 541px;
}
    .fs-64 {
    font-size: 52px;
  } 
  .fs-42 {
    font-size: 42px;
  }
  .banner-btn {
	margin: 60px 0 20px;
} 
}

/*********** NEw Add Css ************/
@media (min-width: 768px) {
    .contact-form-wrapper {
        padding: 20px 40px 50px;
    } 
    .map-section {
        height: 600px;
    }
}
@media (min-width: 1200px) {  
    .main-banner-desc {
        margin: 30px auto 70px;
    } 
}

@media (min-width:992px) {
.facility-row-service {
	gap: 5px 0;
}
.servicelist .lists p {
	margin-bottom: 0;
}
.servicelist ul {
	padding-left: 15px;
	margin-bottom: 5px;
}
}
@media (min-width:1400px) {
.facility-row-service {
	gap: 20px 0;
}
.servicelist .lists p {
	margin-bottom: 16px;
}
.servicelist ul {
	padding-left: 15px;
	margin-bottom: 16px;
}
}