@media(min-width: 1600px) {
    .nav-link {
        font-size: 17px;
    }
}

@media(max-width: 1199px) {
    
    .testimonials-outer {
        width: 80%;
    }

}

@media(max-width: 991px) {
    .nan-btn-icon {
        width: 28px;
        height: 3px;
    }

    .nan-btn-icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #000;
        margin: 5px 0;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 307px;
        display: none;
        height: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        overflow-x: scroll;
        display: block !important;
        transform: translateX(-260px);
        opacity: 0;
        visibility: hidden;
        padding: 0px 0 20px;
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        z-index: 3;
    }

    .navbar-collapse.menu-visible {
        transform: translateX(0px);
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        opacity: 1;
        visibility: visible;
        padding: 18px 0;
    }

    .menu_overlay {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 2;
    }

    .menu_overlay.menu-visible {
        display: block;
    }

    .nav-link.active::before {
        display: none;
    }

    .nav-item {
        padding: 5px 24px;
    }

    .about-img-box {
        text-align: center;
        margin-bottom: 10px;
    }

    .about-us-read-more-btn-sec {
        text-align: center;
    }

    .nav-link::before {
        display: none;
    }

    .web-footer-center {
        padding: 0;
    }
}

@media(max-width:767px) {
    .web-banner-text-inner p {
        font-size: 21px;
    }

    .web-footer-center {
        margin-bottom: 20px;
    }
}

@media(max-width:575px) {
    .web-banner-box img {
        height: 100%;
    }

    .about-img-box {
        display: none;
    }

    .about-sec {
        padding: 10px 0;
    }

    .tab-img-box {
        width: 50%;
    }

    #toTop {
        width: 36px;
        height: 36px;
    }

    .title {
        font-size: 33px;
    }

    .contact-us-sec {
        padding: 34px 0;
    }

    .meterials-box h4 {
        font-size: 20px;
    }
    
    .testimonials-inner-sec h2 {
        font-size: 36px;
        margin-bottom: 23px;
    }
    
    .testimonials-sec {
        padding: 24px 0 48px 0;
    }
    
    .testimonials-outer {
        width: 100%;
    }
    
    .testimonials-text p {
        font-size: 15px;
    }
    
    .testimonials-img {
        width: 45px;
        height: 45px;
    }
    
    .client-name {
        font-size: 15px;
        margin-bottom: 0px;
    }
    
    .lient-title {
        font-size: 13px;
    }


    
}

@media(max-width: 440px) {
    .slick-dots {
        transform: translate(-50%, 0);
    }

    .web-banner-text-inner p {
        font-size: 15px;
    }

    .web-banner-text {
        padding: 22px 0;
    }

    .facility-box h3 {
        font-size: 22px;
    }

    .quality-box h3 {
        font-size: 19px;
    }

    .img-tab {
        font-size: 13px;
        margin-bottom: 5px;
        padding: 8px 20px;
    }

    .about-read-btn {
        font-size: 14px;
    }

    .about-img-cont h2 {
        font-size: 21px;
    }

    .about-img-cont p {
        font-size: 14px;
    }

    .quality-sec {
        padding: 9px 0;
    }
    
    .tab-sec {
        padding-bottom: 30px;
    }

    .web-footer-inner-box p {
        font-size: 12px;
    }

    .web-footer {
        padding: 13px 0;
    }

    .about-text-inner h2 {
        font-size: 17px;
    }

    .page-heading {
        font-size: 21px;
        margin-bottom: 21px;
    }

    .title {
        font-size: 26px;
    }

    .why-choose-sec {
        padding: 28px 0 20px 0;
    }

    .hardware-cont-sec h2 {
        font-size: 21px;
    }

    .accordion-button {
        font-size: 17px;
    }

    .hardware-cont-sec h4 {
        font-size: 18px;
    }

    .contact-box h3 {
        font-size: 18px;
    }

    .contact-icon-box {
        width: 45px;
        height: 45px;
    }

    .contact-icon-box i {
        font-size: 16px;
    }

    .contact-box p {
        font-size: 14px;
    }

    .hardware-bottom-box-inner img {
        width: 100%;
    }
    
    .hardware-cont-sec p {
        font-size: 15px;
    }

    .hardware-cont-sec ul li {
        font-size: 15px;
    }

    .hardware-cont-sec ul li {
        padding-left: 15px;
        font-size: 16px;
    }

    .hardware-cont-sec ul li::before {
        left: 0px;
    }

    .about-text-inner p {
        font-size: 15px;
    }

    .about-text-inner  ul li {
        padding-left: 15px;
        font-size: 16px;
    }

    .about-text-inner ul li::before {
        left: 0px;
    }

    .tab-img-box {
        width: 100%;
    }

    .meterials-box ul li {
        font-size: 17px;
    }

    .meterials-box h4::before {
        top: 7px;
        width: 10px;
        height: 9px;
    }

    .meterials-box h4 {
        font-size: 19px;
        padding-left: 19px;
    }

    .choose-list {
        font-size: 19px;
    }

    .why-choose-box h3 {
        font-size: 19px
    }

    .why-choose-box p {
        font-size: 15px;
    }

    .web-footer-left p {
        font-size: 15px;
    }

    .web-footer-center-heading {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .web-footer-right ul li {
        font-size: 15px;
    }

    .web-footer-bottom p {
        font-size: 12px;
    }

    .web-footer-center ul li a {
        font-size: 15px;
    }

    .loader {
        width: 100px;
        height: 100px;
        border-top: 4px solid #212c7c;
        border-bottom: 4px solid #212c7c;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .loader-inner {
        width: 50px;
        height: 50px;
        border-right: 4px solid #212c7c;
        border-left: 4px solid #212c7c;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    
    .testimonials-inner-sec h2 {
        font-size: 29px;
    }
    
    .tab-sec {
        padding-top: 6px;
    }
    
    .contact-map-inner {
        height: 200px;
    }
    
}