@media only screen and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }

    .h2,
    h2 {
        font-size: 26px;
    }

    .navbar.style-1 .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        margin: 0 5px;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }

    .section-head.banne h2 {
        font-size: 45px;
    }

    .text {
        font-size: 15px;
        line-height: 1.6;
    }

    .choose-us.style-1 .info ul li h6 {
        font-size: 14px;
    }

    .services.style-1 .service-box h5 {
        font-size: 16px;
    }

    .services.style-1 .service-box .info .text {
        font-size: 14px;
    }

    .about.style-1 .content .about-info .info h6 {
        font-size: 16px;
    }

    .about p {
        font-size: 17px;
    }

    .services.style-1 .mou .service-box h5 {
        font-size: 17px;
    }

    footer.style-4 .copywrite .small {
        color: #000;
        font-size: 16px;
    }

}

@media screen and (max-width: 1280px) and (max-height: 800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

    .navbar.style-1 .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .section-padding {
        padding: 60px 0;
    }

    header.style-1 .info .section-head h2 {
        font-size: 40px;
    }



}

@media (max-width: 1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 950px;
    }

    .navbar.style-1 .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        margin: 0 0px;
    }

    .navbar-brand img {
        width: 100px;
    }

    header.style-1 .info .section-head h2 {
        font-size: 30px;
    }

    header.style-1 .info .text {
        font-size: 14px;
    }

    .text {
        font-size: 12px;
        line-height: 1.6;
    }

    .h2,
    h2 {
        font-size: 21px;
    }

    .choose-us.style-1 .info ul li h6 {
        font-size: 12px;
    }

    p {
        font-size: 11px;
        line-height: 1.6;
    }

    .services.style-1 .service-box {
        padding: 15px;
    }

    .services.style-1 .service-box h5 {
        font-size: 12px;
    }

    .services.style-1 .service-box .info .text {
        font-size: 10px;
    }

    .services.style-1 .service-box .icon img {
        width: 40px;
        height: 40px;
    }

    .about.style-1 .content .about-info .info h6 {
        font-size: 12px;
    }

    .about p {
        font-size: 14px;
    }

    footer.style-4 .copywrite .small {
        color: #000;
        font-size: 12px;
    }

}

@media (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 950px;
    }








}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1386px;
    }

}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1550px;
    }


}


@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1700px;
    }
}