.vch_hed_div{display:inline-flex;}
.width1{width:35%;}
.width2{width:50%;}
.width3{width:100%;}
.mode{display: inline-flex;}
.mode-c{width: -webkit-fill-available;}
.fnt-s1{font-size:18px;}
.fnt-wt1{font-weight:700;}
.margin-1{margin:10px;}
.bcg1{background:red;}
.bcg2{background:blue;}
.vouchercheckbox{width: 2em;height: 3em;}
@media only screen and (max-width: 600px) {
.mwidth1{width:80%;}
  
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
.mwidth1{width:80%;}

}