@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }
}
@media only screen and (max-width: 1440px) {
    section.banner-sec .slick-dots {
        right: -20px;
    }
    .slider-sec .slick-arrow i {
        right: 0;
    }
    .slider-sec i.fa-solid.fa-arrow-left {
        left: 0;
    }
    .slider-sec .slick-list.draggable {
        /* padding: 0 30px; */
    }
    .slider-sec .test-slider.slick-initialized.slick-slider {
        padding: 0 50px;
    }
    h1{
        font-size: 70px;
        }
        h2{
        font-size: 46px;
        line-height: 1.2; /* 125.926% */
        }
        h3{
        font-size: 30px;
        line-height: 1.2; /* 133.333% */
        }
        h4{
        font-size: 26px;
        line-height: 1.2;
        }
        h5{
        font-size: 24px;
        line-height: 1.2;
        }
        h6{
        font-size: 20px;
        line-height: 1.2;
        }                
        body {
            color: #626262;
            font-size: 16px;
            line-height: 26px;
        }        
        .p-sz{
            font-size: 18px;
            line-height: 28px; /* 150% */
        }
        .grn-hd{
            color: #00D9C2;
        }    
        
        .p-120{
            padding: 80px 0;
        }
        .p-140{
            padding: 100px 0;
        }
        section.banner-sec .banner_head {
            padding-bottom: 100px;
        }  
}

@media only screen and (max-width: 1200px) {
    h1{
        font-size: 60px;
        line-height: 1.2;
        }
        h2{
        font-size: 38px;
        line-height: 1.2; /* 125.926% */
        }
        h3{
        font-size: 26px;
        line-height: 1.2; /* 133.333% */
        }
        h4{
        font-size: 24px;
        line-height: 1.2;
        }
        h5{
        font-size: 22px;
        line-height: 1.2;
        }
        h6{
        font-size: 18px;
        line-height: 1.2;
        }                
        body {
            color: #626262;
            font-size: 16px;
            line-height: 26px;
        }        
        .p-sz{
            font-size: 18px;
            line-height: 28px; /* 150% */
        }
        .grn-hd{
            color: #00D9C2;
        }    
        
        .p-120{
            padding: 60px 0;
        }
        .p-140{
            padding: 80px 0;
        }
        
        .btn{
            border-radius: 130px;
            padding: 12px 25px;
            transition: 0.3s ease;
        }
        .btn.wht{
            color: #FFF;
            padding: 12px 35px;  
        }
        .about-sec .about-text {
            padding: 30px 0;
        }
        .about-sec .Onsite-text {
            padding: 60px 40px 60px 110px;
            margin-left: -100px;
        }
        .phc-box {
            padding: 0 20px 20px 20px;
        }
        .phc-box .phc-img {
            width: 120px;
            height: 120px;
        }
        .support-sec .denver-wrapper {
            padding-bottom: 80px;
        }
        .support-sec .support-data .phone-data {
            white-space: nowrap;
        }
              
}

@media only screen and (max-width: 991px) {
.main-header {
    padding: 0;
}
section.banner-sec .banner_head {
    padding-bottom: 0;
}
.about-sec .Onsite-text {
    padding: 30px 30px 30px 40px;
    margin-left: -50px;
}
/* header toggle */
.navbar-light .navbar-toggler {
    border: 0;
}
header button.navbar-toggler {
    display: grid;
    padding: 0;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
.bars {
    width: 30px;
    height: 3px;
    margin: 3px auto;
    background-color: #00D9C2;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    background-image: none !important;
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -3px;
    transition: all .3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .bars.bar2 {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bars.bar1 {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -3px;
    transition: all .3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .bars.bar3 {
    transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -4px;
    transition: all .3s ease-in-out;
}
h1{
    font-size: 48px;
    line-height: 1.2;
    }
    h2{
    font-size: 32px;
    line-height: 1.2; /* 125.926% */
    }
    h3{
    font-size: 24px;
    line-height: 1.2; /* 133.333% */
    }
    h4{
    font-size: 22px;
    line-height: 1.2;
    }
    h5{
    font-size: 20px;
    line-height: 1.2;
    }
    h6{
    font-size: 16px;
    line-height: 1.2;
    }
    .support-sec .custom-box {
        padding-right: 10px;
    }
    .support-sec .take-data h3 {
        padding: 40px 0 30px;
        line-height: 1.2;
    }
    .main-header .navbar-collapse {
        background: #000;
        padding: 20px;
        z-index: 99;
    }
    .main-header .banner-btn {
        margin-left: 0;
    }
    .main-header ul.navbar-nav li.nav-item a.nav-link.active {
        display: inline-block;
    } 
    .footer_top .subscribe_text {
        max-width: 100%;
        justify-content: center;
    }
    .row.footer_content {
        padding: 50px 0;
    } 
    .inner-banner {
        padding: 180px 0 150px;
    }              
}

@media only screen and (max-width: 768px) {
    .top-header .call-us-head {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.4;
    }
    .top-header .call-us-head i{
        font-size: 16px;
    }
    .top-header .container ul.social_icon {
        display: flex;
        gap: 5px;
    }
    .top-header .container .email-us-head small{
        font-size: 12px;
        line-height: 1.4;
    }
    .phc-box .phc-img {
        width: 100px;
        height: 100px;
    }
    .about-sec .Onsite-text {
        padding: 20px;
        margin-left: 0;
    }
    .support-sec .on-box {
        max-width: 100%;
        border-right: none!important;
    }
    .support-sec .denver-wrapper {
        padding-bottom: 20px;
    }
    h1{
        font-size: 40px;
        line-height: 1.2;
        }
        h2{
        font-size: 28px;
        line-height: 1.2; /* 125.926% */
        }
        h3{
        font-size: 22px;
        line-height: 1.2; /* 133.333% */
        }
        h4{
        font-size: 20px;
        line-height: 1.2;
        }
        h5{
        font-size: 18px;
        line-height: 1.2;
        }
        h6{
        font-size: 16px;
        line-height: 1.2;
        }
        body {
            color: #626262;
            font-size: 14px;
            line-height: 26px;
        }        
        .p-sz{
            font-size: 16px;
            line-height: 1.2;
        }
        .slider-sec .slick-arrow i {
            width: 40px;
            height: 40px;
        }
        .p-120{
            padding: 40px 0;
        }
        .p-140{
            padding: 50px 0;
        }
        .slider-sec .slider-content p {
            font-size: 18px;
            line-height: 1.4;
        }
        .about-sec .about-text {
            padding: 30px 0 10px 0;
        }
        .support-sec .denver-wrapper {
            padding-top: 40px;
        }
        section.banner-sec {
            padding: 150px 0 0 0;
        }
        section.appointment-sec .appointment-flx {
            gap: 20px;
        }
        .inner-banner {
            padding: 163px 0 120px;
        }
        section.inner-abt .about-text {
            margin-top: 40px;
        }
        .grn-box {
            width: 80px;
            height: 80px;
        }
}

@media only screen and (max-width: 575px) {
	.glsr-reviews{
		display:block !important;
	}

	.top-header .container {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.support-sec .support-data {
		flex-wrap: wrap;
		gap: 10px;
	}
	section.banner-sec .slick-dots {
		right: 0;
	}
	.slider-sec .slick-arrow {
		display: none!important;
	}
	.slider-sec .test-slider.slick-initialized.slick-slider {
		padding: 0 10px;
	}
	.slider-sec .slick-dots li button::before {
		color: #fff;
	}
	.slider-sec .slick-dots li.slick-active button:before {
		color: #fff;
	}
	h1{
		font-size: 34px;
		line-height: 1.2;
	}
    h2{
		font-size: 24px;
		line-height: 1.2; /* 125.926% */
    }
    h3{
		font-size: 22px;
		line-height: 1.2; /* 133.333% */
    }
    h4{
    font-size: 20px;
    line-height: 1.2;
    }
    h5{
    font-size: 18px;
    line-height: 1.2;
    }
    h6{
    font-size: 16px;
    line-height: 1.2;
    }
    .about-sec .Onsite-text p {
        font-size: 18px;
        line-height: 1.4;
    }
    .slider-sec .testimonial-heading {
        text-align: center;
        padding-bottom: 20px;
    }
    .slider-sec .slider-content p {
        font-size: 16px;
        line-height: 1.4;
    }
    .contact-us input.form-control {
        padding: 15px 20px;
    }
    .contact-us input.form-control {
        padding: 15px 20px;
        margin-bottom: 15px;
    }
    .our-services-sec .services-box {
        padding-top: 30px;
    }
    .our-services-sec .services-content {
        padding: 15px 0 24px;
    }
    .support-sec .phone-data p {
        margin: 0;
        padding-left: 17px;
        font-size: 18px;
    }
    .p-120{
        padding: 30px 0;
    }
    .p-140{
        padding: 40px 0;
    }
    .contact-us .contact-heading h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .contact-us button.Submit-btn {
        margin-top: 20px;
    }
    section.banner-sec .banner-sec-content .banner-btn.cstm-btn {
        margin-top: 30px;
    }
    section.banner-sec {
        padding: 130px 0 0 0;
    }
    .footer_list p {
        margin-top: 20px;
    }
    .row.footer_content {
        padding: 30px 0;
    }
}