/* 1199 css */

@media screen and (max-width:1199px) {
    .banner-section {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .banner-content h3 {
        font-size: 34px !important;
    }

    .about-content h3 {
        font-size: 28px !important;
    }

    .about-section {
        padding-top: 45px !important;
        padding-bottom: 35px !important;
    }

    .service-head h4 {
        font-size: 28px !important;
    }

    .counte-sec h5 {
        font-size: 18px !important;
    }

    .download-app-section {
        padding-top: 20px !important;
    }

    .download-sec h4 {
        font-size: 24px !important;
    }

    .download-sec h5 {
        font-size: 18px !important;
    }

    .download-bg {
        padding: 70px 50px !important;
    }

    .down-plays img {
        width: 100px !important;
    }

    .connect-head {
        font-size: 28px !important;
    }

    .how-work-section {
        padding-bottom: 0px !important;
    }
}


/* 991 css */

@media screen and (max-width:991px) {
    .banner-section {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
        background-position: left !important;
    }

    .banner-content h3 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .about-img img {
        width: 80% !important;
    }

    .about-img {
        text-align: center;
    }

    .about-content h3 {
        font-size: 26px !important;
    }

    .service-head h4 {
        font-size: 26px !important;
    }

    .navbar-bg .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        right: 0;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding-bottom: 15px;
    }

    .connect-head {
        font-size: 26px !important;
    }

    .contact-content h4 {
        font-size: 26px !important;
    }

    .contact-img img {
        height: 350px !important;
    }
}


/* 767 csss */


@media screen and (max-width:767px) {
    .service-img img {
        height: 130px !important;
    }

    .service-head h4 {
        line-height: 40px;
    }

    .counter-img img {
        width: 80px !important;
    }

    .download-bg {
        background-position: left !important;
    }

    .service-carousel .owl-prev {
        display: none;
    }

    .service-carousel .owl-next {
        display: none;
    }

    .price_tab_flx {
        display: grid !important;
        gap: 20px;
        width: 100%;
        justify-content: center !important;
        text-align: center;
    }
}


/* 450 css */

@media screen and (max-width:450px) {
    .banner-content h3 {
        font-size: 26px !important;
    }

    .banner-content {
        text-align: center;
    }

    .banner-section {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    .about-img img {
        width: 95% !important;
    }

    .about-content {
        text-align: center;
    }

    .about-content h3 {
        font-size: 22px !important;
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

    .about-section {
        padding-bottom: 15px !important;
    }

    .service-head h4 {
        font-size: 22px !important;
        line-height: 38px !important;
    }

    .service-img img {
        height: 150px !important;
    }

    .counte-sec h5 {
        font-size: 16px !important;
    }

    .download-bg {
        padding: 50px 30px !important;
    }

    .testimonial-section {
        padding-bottom: 10px !important;
    }

    .footer-head h4 {
        font-size: 20px !important;
    }

    .download-sec {
        text-align: center;
    }

    .contact-page {
        padding-top: 20px !important;
        padding-bottom: 15px !important;
    }

    .connect-head {
        font-size: 24px !important;
    }

    .contact-content h4 {
        font-size: 24px !important;
    }

    .contact-img img {
        height: 310px !important;
    }

    .contact_mail h5 {
        font-size: 18px !important;
    }

    .dry_price_list {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
}


/* 400 css */

@media screen and (max-width:400px) {
    .banner-content h3 {
        font-size: 22px !important;
    }

    .about-img img {
        width: 100% !important;
    }

    .download-sec h4 {
        font-size: 20px !important;
    }

    .connect-head {
        font-size: 22px !important;
    }

    .contact-content h4 {
        font-size: 22px !important;
    }
}
