@media screen and (max-width: 991px) {
    .about_sec_image {
        width: 100%;
    }
    .about_counter_boxes_cover{
        margin-top: 30px;
    }
    .banner_item_img {
        height:500px;
    }
    .banner_content_sec h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .lefttcol {
        margin-bottom: 30px;
    }
    .footer_pad {
        padding-left: 0px;
       
    }
    .footer_link{
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .mob_menu_icon {
        display: block;
    }
    .services_img {
        display: none;
    }
    .get_ourapp_sec .headings {
        font-size: 20px;
        line-height: 30px;
    }
    .services_title{
        margin-left: 0px;
    }
    .about_counter_boxes {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
    }
    .gallery_slider_sec .owl-item.active.center .gall_slider_box {
        transform: translateY(0);
    }
    .gallery_slider_sec .owl-stage {
        padding: 0px 0px 0px;
    }
    .about_sec{
        margin: 50px 0px;
    }
    .gallery_slider_sec .owl-nav {
        margin-top: 20px;
    }
    .about_counter_boxes_cover{
        flex-direction: column;
    }
    .services_inner_sec .sevices_col{
        margin-bottom: 20px !important;
    }
    .headings {
        font-size: 23px;
        line-height: 32px;
    }    
    .services_con{
        padding-left: 0px;
        height: auto !important;
    }
    /* .header_menu_ul {
        position: absolute;
        top: 101%;
        background: #fff;
        width: 200px;
        height: auto;
        padding: 20px 0px !important;
        display: none !important;
        right: 10px;
        box-shadow: 0px 10px 3px rgba(0 0 0/10%);
        border-radius: 6px;
        transform: translateY(-135%);
        transition: ease-in-out 0.3s all;
    } */
    .mobile_ul {
        position: fixed;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 20px 0px !important;
        /* display: none !important; */
        box-shadow: 0px 10px 3px rgba(0 0 0/10%);
        border-radius: 0px 6px 6px 0px;
        /* transform: translateX(-135%); */
        transition: ease-in-out 0.3s all;
        left: -100%;
        height: 100%;
    }
    .header_menu_ul,.close_icon{
        display: block !important;
    }
    .mobile_ul.show_menu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transition: ease-in-out 0.3s all;
        /* transform: translateX(0); */
        left: 0;
    }
    /* .header_menu_ul.show_menu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transition: ease-in-out 0.3s all;
        transform: translateY(0);
    } */
    .header_menu_sec ul li{
        padding: 5px 10px !important;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .mobile_logo {
        display: block;
        margin: 0 auto 20px;
    }
    .about_counter_boxes .cnt_heading {
        font-size: 25px;
        line-height: 30px;
        justify-content: center;
    }
    .banner_content_sec h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .footer_top_heading {
        font-size: 22px;
    }
    .contact_icon {
        width: 50px;
        font-size: 25px;
        height: 50px;
    }
    .header_menu_sec ul li a {
        color: #000;
    }
}
@media screen and (max-width: 414px) {
    .contact_social_lnks ul li a {
        font-size: 15px;
        line-height: 20px;
    }
    .footer_box ul li {
        flex-direction: column;
    }
    .banner_item_img {
        height: 600px;
    }
    .banner_content_sec {
        top: 55%;
    }
}