@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}
@media only screen and (max-width: 1799px){
}
@media only screen and (max-width: 1675px){
    .main-header.header-style-one .header-upper .logo-box {
        position: relative;
        left: 0;
    }    
    .main-header.header-style-one .header-upper .navbar-right-info {
        position: relative;
        right: 0;
    }
    .banner-section-three .side-image {
        max-width: 670px;
    }
}
@media only screen and (max-width: 1400px){
	.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
	    left: auto;
	    right: 100%;
	}
	.main-menu .navigation > li:nth-last-child(-n+2) > ul {
	    left: auto;
	    right: 0;
	}
	.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
	    left: auto;
	    right: 100%;
	}
}
@media only screen and (max-width: 1330px){
    .header-top .auto-container {
        max-width: 1200px;
        padding: 0 15px;
    }
    .main-header.header-style-two .header-upper .auto-container {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .single-sfact{
        width: 100%;
    }
    .testimonials-section-two .testimonials-area{
        
    padding: 30px 30px 40px 70px;
    }
    .testimonial-block-two {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px){
    .banner-section-three .image,
    .banner-section-three .side-image {
        display: none;
    }
    .main-header.header-style-three .header-top .office-hour {
        color: #03045E;
    }    
    .main-header.header-style-three .header-top .office-hour i {
        color: #03045E;
    }    
    .main-header.header-style-three .header-top .social-links li a {
        color: #03045E;
    }    
    .main-header.header-style-three .header-top .social-links li a:hover {
        color: var(--theme_primary);
    }
    .what-we-do .image-column {
        margin-bottom: -50px;
        padding: 0 5%;
    }    
    .what-we-do .image-column img {
        display: block;
    }    
    .what-we-do .inner-container {
        max-width: 100%;
    }
    .funfacts-section{
        padding: 40px 0;
    }
    .testimonials-section-two .row{
        align-items: flex-start;
    }
    .logo {
        width: 200px;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 1199px){
	/* Default */
	.main-header .nav-outer .main-menu,
	.sticky-header{
		display: none !important;
	}
	.nav-outer .mobile-nav-toggler{
		display: block;
	}
	/*  */
    .filters .filter-btns li {
        width: 100%;
    }
    .doctor-details .tabs-box ul li.tab-btn {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .testimonials-section-two .testimonials-area{
        margin-left: 0;
    }
    .footer-bottom .wrapper-box {
        padding: 30px 0 10px;
    }
    .what-we-do .text-block{
        padding-bottom: 0;
    }
    .doctor-block-four .inner-box {
        margin-top: 40px;
    }
    .testimonials-section-two .content-block {
        margin-top: 40px;
    }
    .page-title h1 {
        font-size: 40px;
    }
    .banner-section .image-block {
        display: none;
    }
    .about__section .image__block {
        margin-top: 0;
    }
    .service-block .inner-box {
        max-width: 370px;
        margin: 0 auto;
    }
    .team-section .auto-container {
        max-width: 600px;
    }
    .team-section .auto-container {
        max-width: 600px;
    }    
    .main-footer .top-info .column {
        width: 33%;
    }
    .main-footer .top-info .info-block {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }    
    .main-footer .top-info {
        padding: 20px;
    }    
    .main-footer .top-info .logo {
        max-width: 350px;
        text-align: left;
    }    
    .main-footer .top-info .info-block:before {
        opacity: 0;
    }
    .feature-block-two .inner-box {
        max-width: 370px;
        margin: 0 auto 30px;
    }
    .doctor-block-two .left-column {
        width: 100%;
        min-height: 160px;
        margin-bottom: 30px;
    }    
    .doctor-block-two .right-column {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .doctor-block-four .image {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }
    .doctor-block-four .share-links {
        position: relative;
        margin-left: -5px;
        margin-top: 20px;
    }
    .news-block-two .inner-box {
        max-width: 370px;
        margin: 0 auto 30px;
    }
    .contact-form-section-two .contact-info {
        padding-left: 20px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 30px;
        line-height: 1.2;
    }
    .features-section .image-blcok {
        margin-top: 30px;
    }
    
  .sidebar {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    padding: 0;
  }
  .sidebar .blog-sidebar{
    position: relative;
    background-color: white;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 0 20px 40px;
    transition: all 0.6s ease-in-out;
    left: -100%;
  }
  .sidebar.active .blog-sidebar{
    left: 0;
    transition: all 0.6s ease-in-out;
  }
  .sidebar.active {
    left: 0;
    opacity: 1;
  }
  .sidebar-title {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 24px;
    color: black;
    font-weight: 600;
  }
   .sidebar-close {
    line-height: 1;
    width: 24px;
    text-align: center;
    font-size: 40px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidebar.active .sidebar-close{
    left: 300px;
    transition: all 0.6s ease-in-out;
  }
  .sidebar-btn {
    color: #fff;
    padding: 15px 30px;
    text-transform: none;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    z-index: 1;
    background: var(--color-4);
    border: none;
    border-radius: 4px;
    line-height: normal;
    font-weight: bold;
    vertical-align: top;
    width: fit-content;
    margin: 0 auto 40px;
  }
  .sidebar-btn:hover {
    background-color: var(--color-1);
  }
  .widget .widget-title {
    font-size: 18px;
    margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .single-sfact,
    .doctor-block-four .link-btn a {
        width: 100%;
    }
    .main-home-slider .single-slide{
        aspect-ratio: 20/12;
    }
    .main-home-slider .single-slide .row {
        gap: 10px;
    }
    .main-home-slider .single-slide h1{
        font-size: 26px;
    }
    .main-home-slider .single-slide p{
        font-size: 18px;
    }
    .services-subcat .owl-nav {
        justify-content: flex-end;
        top: -70px;
        left: auto;
        right: 15px;
        width: 50%;
        transform: none;
        gap: 10px;
    }
    .sec-title{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }
    .testimonials-section-two .testimonials-area {
        margin-left: 0;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 0;
    }
    .testimonial-block-two .inner-box{
        height: 350px;
    }
    .testimonial-block-two {
        padding-bottom: 0;
    }
    .testimonials-section-two .testimonials-area .quote-icon{
        display: none;
    }
    .sidebar-btn {
        width: 100%;
    }
    .header-upper .navbar-right-info {
        display: none;
    }
    .header-top .info-list {
        justify-content: center;
        padding-bottom: 10px;
    }
    .header-top .right-column {
        width: 100%;
        justify-content: center;
    }
    .header-upper {
        padding: 10px 0;
    }
    .header-upper .logo {
        width: 200px;
        max-width: 100%;
    }
    .features-section .text-block .theme-btn {
        margin-right: 15px;
    }
    .features-section .text-block .phone-number {
        margin-top: 20px;
        margin-left: 0;
    }
    .newsletter-section .newsletter-form .theme-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .banner-section-three .text-block h2,
    .banner-section .text-block h2,
    .banner-section-two .text-block h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .about__section .content__block ul.list {
        margin-bottom: 10px;
    }
    .contact-form-section .contact-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-top .wrapper-box .left-column {
        width: 100%;
    }
    .banner-section-three form .form-group {
        margin-bottom: 11px !important;
    }    
    .banner-section-three form {
        padding-bottom: 28px;
    }
    .comments-area .comment-box.comment-reply {
        margin-left: 0;
    }
    .page-title h1 {
        font-size: 32px;
    }
    .contact-form-section-two .contact-form {
        padding: 0;
        box-shadow: none;
        margin-bottom: 60px;
    }
    .main-footer .top-info .row {
        gap: 20px;
    }
    .main-footer .top-info .column {
        width: 100%;
    }
    .main-footer .top-info .info-block {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
    }
    .main-footer .top-info .info-block .text{
        width: calc(100% - 75px);
    }
    .contact-form-section-two .contact-info .info-block .text{
        width: calc(100% - 100px);
    }
    .accordion-box .block .acc-btn{
        padding-left: 15px;
    }
    .faq-page .accordion-box .block .acc-content{
        padding: 0 15px;
    }
    .slideranv-t1 .sec-title{
        max-width: calc(100% - 120px);
    }
    .testimonials-section-two .owl-theme .owl-nav {
        margin: 0;
        margin-top: 30px;
        right: -15px;
        bottom: auto;
        gap: 10px;
        top: -110px;
    }
    .testimonials-section-two .owl-carousel .owl-nav button.owl-prev, 
    .testimonials-section-two .owl-carousel .owl-nav button.owl-next{
        background-color: var(--color-1);
        color: white;
    }
    .testimonials-section-two .owl-carousel .owl-nav button.owl-prev:hover, 
    .testimonials-section-two .owl-carousel .owl-nav button.owl-next:hover{
        background-color: var(--color-2);
        color: white;
    }
    .testimonial-block-two .inner-box,
    .testimonial-block-two .text{
        margin: 0;
    }
    .services-subcat{
        padding-bottom: 40px;
    }
    .page-intro + .services-subcat{
        margin-top: 60px;
    }
    .service-page-details .tabs-box ul li.tab-btn {
        width: 100%;
        padding: 5px 0;
    }
    .service-page-details .tabs-box ul li.tab-btn.active-btn {
        border-bottom-color: var(--color-1);
        color: white;
        background-color: var(--color-1);
    }
    .service-page-details .accordion-box .block{
        width: 100%;
    }
    .service-page-slider .sec-title h3 {
        max-width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .scroll-to-top {
        display: none !important;
    }
    .banner-section-three form .left-side,
    .banner-section-two .text-block form .left-side {
        width: 100%;
        margin-bottom: 11px;
    }
    .doctor-block-two .left-column {
        padding-left: 0;
    }    
    .doctor-block-two .image {
        position: relative;
        margin-bottom: 20px;
        top: 0;
        left: 0;
    }
    .contact-form-section-two .contact-info {
        padding: 0;
    }
    .comments-area .comment {
        padding-left: 0;
    }    
    .comments-area .comment-box .author-thumb {
        position: relative;
    }    
    .comments-area .comment-box .info .comment-date {
        position: relative;
        margin-top: 10px;
    }
    .doctor-details .experience table td {
        width: 100%;
    }
}




