.forMobile{
    display: none;
}

@media only screen and (max-width : 768px) {
    .video_bg video {
        height: 100%;
        transform: scale(5.2);
    }
    .top_main_right{
        display: none;
    }
    .header_social li:last-child{
        display: none;
    }
    .header_social span{
        display: none;
    }
    
    .logo_area img {
        width: 190px;
    }
    .banner_slider img {
        height: 200px;
    }
    .sm_img_banner{
        flex-direction: column;
    }
    .img_overlay{
        height: 70px;
        width: 100%;
        top: unset;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(153,194,81,1) 88%);
    }
    .sm_img_banner{
        margin-bottom: 15px;
        height: unset;
    }
    .index_contact{
        flex-direction: column;
        text-align: center;
    }
    .index_contact div:last-child {
        min-width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    .dir_msg{
        flex-direction: column;
    }
    .footerSocial {
        margin-bottom: 20px;
        justify-content: center;
    }
    .number_box h3 {
        font-size: 35px;
    }
    .number_box p {
        font-size: 16px;
    }
    .why_us li {
        list-style: none;
        font-size: 15px;
    }
    .about_logo img {
        width: 83px !important;
    }
}
@media only screen and (max-width : 500px) {
    
}
@media only screen and (max-width : 992px) {
   
   
}

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

}

/* @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
} */