.m-dbox {
   -o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   color: black;
   width: 100%;
   height: 40px;
   border-style: solid;
   border-width: 1px;
   border-color: #e3e3e3;
   background-color: white;
   padding-right: 10px;
   padding-left: 10px;
}

@-moz-document url-prefix() {
    .m-dbox {
    
      height: 100px; 
   }
}

@media only screen and (max-width: 600px) {


.pc-view-filter {
   display: none !important;

}

.font-weight-bold, .filter-title {
   font-weight: bold !important;
}

}


@media only screen and (min-width: 600px) {

.mob-view-filter {
   display: none !important;
}


}
