.chosen-container-single .chosen-single {
    padding: 8px 0px 4px 8px;
    height: 40px;
    background-color: none !important;
    background: none !important;
    box-shadow: none !important;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
}

.chosen-container-multi .chosen-choices {
    padding: 5px 5px !important;
    border-radius: 5px;
    box-shadow: none !important;
    background-image: none !important;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
}

.chosen-container-single .chosen-single div{
    top: 6px !important
}

.chosen-container .chosen-drop{
    border: none;
}
