
@media (min-width: 768px) {
    
    }


@media (min-width: 992px) {

    }





@media (max-width:1200px) {

}

@media (max-width: 1140px) {

}
@media (max-width: 992px) {
    .vs_banner_form {
    position: relative;
    top: 0;
    width: auto;
    right: 0;
    transform: translate(0px, 0px);
}
.vs_form_banner{
    grid-template-columns: 30% 30% 30%;
}

}

@media (max-width: 767px) {
  .vs_banner_form {
   padding:10px;
}
.vs_bnr_sldr figure figcaption {
    width: 85%;
}
.vs_form_banner{
    grid-template-columns:100%;
}
}

@media (max-width: 576px) {
	.vs_bnr_sldr .owl-dots{
        display: none;
    }
    .vs_bnr_sldr figure figcaption {
    width: auto;
    display: none;
}

.vs_bnr_sldr .vs_slide_item2 figure:before{
    display: none;
}
.vs_slide_img{
    display: none;
}
}
@media (max-width: 467px) {


}



@media (max-width: 352px) {
.vs_bnr_sldr figure figcaption {
    display: none;
}
.vs_bnr_sldr figure:before {
    background: #00000000;
}

}