@media only screen and (max-width: 1920px) {
    .container {
        width: 1344px;
    }
}

@media only screen and (max-width: 1400px) {
    .container{
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        object-fit: cover;
        height: 660px;
    }
    
}

@media only screen and (max-width: 991px) {

    .sm_display_none{
        display: none;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        object-fit: cover;
        height: auto;
    }
    #banner_form label{
        color: #ffffff;
    }
    .desktop_d_none{
        display: block;
    }
    .align_items_center{
        flex-direction: column;
        align-items: normal;
        gap: 40px;
    }
    .contact_inner_box{
        padding: 0 25px;
    }
    .abt_inner_box{
        padding: 0 20px;
    }
    .bredcum_h{
        font-size: 36px;
    }
    .location_inner_box{
        padding: 0 20px;
    }

}



@media only screen and (max-width: 767px) {

    #top_bar {
        display: block;
    }

    .top_phone_mail {
        display: none !important;
    }

    .pull-right {
        text-align: center;
        float: none !important;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar {
        background: #ffffff;
        padding: 0 !important;
    }

}

@media only screen and (max-width: 665px) {
    
}



@media only screen and (max-width: 640px) {

    
    .slider_h {
        letter-spacing: 0.15px;
        font-weight: 700;
        font-size: 32px;
        line-height: initial;
        padding: 5px 0 !important;
    }

    .s_p {
        font-size: 18px;
        padding-bottom: 6px !important;
    }
    .slider_btn{
        margin-top: 12px;
        padding: 10px 30px;
        font-size: 15px;
    }
    .carousel-control i{
        font-size: 23px;
    }
    .carousel-control.right{
        right: 6px;
    }
    .carousel-control.left{
        left: 6px;
    }
    #main_slider{
        justify-content: center;
    }


}
