.form-row .chosen-container.chosen-container-single{
    width: 250px !important;
    height: 37px;
    background: #fafafa;
}
.form-row .chosen-container .chosen-single{
    height: 37px;
    background: #fafafa;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    box-shadow: none;
}
.form-row .chosen-container-single .chosen-single span{
    height: 37px;
    line-height: 35px;
}

.form-row .chosen-container-single .chosen-single div b{
    margin-top: 5px;
}
@media (max-width: 768px) {
.chosen-container.chosen-container-active .chosen-drop {
    left: 0 !important;
}
}
@media (max-width: 330px) {
    .form-row .chosen-container.chosen-container-single{width: 100%!important}
}
