


/* media 991px s */
@media (max-width:991px) {

.offcanvas_btn{
display: block !important;
}

.top_bar_vrk_section{
    display: none !important;
}

}
/* media 991px end */


/* 767 media */
@media (max-width:767px) {

    .navbar-brand {
            width: 260px !important;
        }
        
    .navbar>.container{
        flex-wrap: nowrap!important;
    }

.top_bar_vrk_section {
        display: none !important;
    }

        .video_banner_section {
            display: none !important;
        }

        .video_banner_section2 {
            display: block !important;
        }
        /* county css font */
        .country_hd_ti {
            text-align: center;
            margin-bottom: 28px;
            margin-left: 0px;
        }
        .states_hed {
            margin-top: -1px;
            margin-bottom: -11px;
            margin-left: -7px;
        }
        .content {
            display: table;
            width: 113%;
            height: 100%;
            border: 1px dashed black;
            margin-top: -16px;
            margin-left: -14px;
        }
        .wrapper {
            width: auto;
            display: inline-block;
            /* border: 1px dashed black; */
            cursor: pointer;
            margin-top: 26px;
            margin-bottom: -40px;
            margin-left: -22px;
        }
        .box {
            width: 280px;
            height: 50px;
            padding: 20px;
            margin: 11px;
            border-width: 10px;
            border-style: solid;
            border-radius: 0px;
            background-color: #F4F4F4;
        }
        /*  */

}
/* 767 media */