@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1364px;
    }
}




@media screen and (min-width:1200px) {
    .sec_gap {
        padding: 0px 120px;
    }

    .banner_content {
        padding: 0px 14vw;
    }
}

@media screen and (max-width:1200px) {
    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 60px;
    }
}

@media screen and (min-width:992px) {
    .header_sec .dropdown:hover .dropdown-menu {
        display: block;
    }

    .interior_sec .mt-lg-5 {
        margin-top: 4rem !important;
    }


}

@media screen and (max-width:1300px) {
    .header_sec .nav-item {
        padding: 0px 12px;
    }
}

@media screen and (max-width:991px) {
    .sec_title {
        font-size: 35px;
    }

    .banner_content h2 {
        font-size: 50px;
    }

    .marquee_section {
        font-size: 32px;
    }

    .quote_img_mod {
        min-height: 300px;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 50px;
    }
}


@media screen and (max-width:767px) {
    .sec_title {
        font-size: 26px;
    }

    .about_content p {
        font-size: 17px;
    }

    .section_heading p {
        font-size: 16px;
    }

    .banner_content h2 {
        font-size: 30px;
    }

    .selection_content h3 {
        font-size: 25px;
    }

    .selection_content p {
        font-size: 18px;
    }

    .customer_card h4 {
        font-size: 20px;
    }

    .customer_card p {
        font-size: 16px;
    }

    .accordion-item button {
        font-size: 16px;
    }

    .breadcrumb_sec {
        height: 350px;
        background-size: cover;
        background-position: center;
    }

    .marquee_section {
        font-size: 25px;
    }

    .selection_sec .nav-pills .nav-link {
        font-size: 16px;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 30px;
    }


}

@media screen and (max-width:575px) {
    .secondary_btn {
        font-size: 14px;
    }

    .service_sec .swiper-button-next,
    .service_sec .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .banner_content h2 {
        font-size: 25px;
    }

    .banner_content p {
        font-size: 16px;
        color: #fff;
    }

    .breadcrumb_sec h2 {
        font-size: 22px;
    }

    .accordion-body {
        font-size: 15px;
    }

    .single_blog p {
        font-size: 17px;
    }

    .sec_title {
        font-size: 20px;
    }

    .quote_wrap {
        padding: 25px;
    }


    .marquee_section {
        font-size: 18px;
    }

    .marquee_section {
        font-size: 22px;
    }

    .quote_img_mod {
        min-height: 200px;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 20px;
    }

    .selection_content h3 {
        font-size: 25px;
    }

}