@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner_content {
        left: 100px;
        width: 59%;
    }
    
    .banner_content h1 {
        font-size: 30px;
    }
    
    #menu li {
        margin-left: 19px;
    }
    
    .service_box {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 #menu li {margin-left: 14px;}
#menu li a {
    font-size: 13px;
}
.menuSec ul li:last-child a {
    font-size: 21px;
}

section.contact-us {
    padding: 40px 0px;
}

section.contact-us h2 {
    font-size: 30px;
}

.inner_banner h2 {
    left: 20px;
}
.banner_content {
    left: 5%;
    width: 60%;
}
.banner_content h1 {
    font-size: 24px;
}
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .menuSec:before {
        display: none;
    }
    
    .slicknav_menu {
        background: #337ab7;
    }
    
    .banner_slide > img {
        height: 50vh;
        object-fit: cover;
    }
    
    .banner_content {
        left: 0;
        width: 100%;
    }
    
    .banner_content h1 {
        font-size: 24px;
    }
    
    .banner_content {
        text-align: center;
    }
    
    .banner_content button {
        padding: 9px;
    }
    
    .banner_content a {
        padding: 7px 35px;
        font-size: 12px;
    }
    
    .theme_heading h2 {
        font-size: 25px;
    }
    
    .theme_heading p {
        width: 100%;
    }
    
    .air_condtion_steps .col-md-6 {
        text-align: center;
    }
    
    .air_condtion_steps .col-md-6 h3 {
        font-size: 22px;
        margin: 15px;
    }
    
    .media.small-teaser.teaser.inline-block {
        margin-top: 22px;
    }
    
    .media-body.media-middle span:last-child {
        font-size: 12px;
    }
    
    .py_8 {
        padding: 40px 0px;
    }
    
    .service_box {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    }
    
    .footer_col {
        margin-top: 24px;
    }

    .inner_banner img {
        height: 30vh;
        object-fit: cover;
    }
    
    .inner_banner h2 {
        left: 25px;
        font-size: 30px;
    }
    
    section.contact-us {
        padding: 60px 0px;
    }
}