.sidebar form.wpcf7-form .col {
    margin-bottom: 10px;
}


.sidebar .wpcf7 .wpcf7-form-control input.select-dropdown {
    padding: 15px 10px;
}


.sidebar .select-wrapper {
    background: #fff;
    height: 30px;
    float: left;
    width: 100%;
}

.sidebar .select-wrapper span.caret { 
    background: transparent;
    line-height: 28px;
}



.sidebar .select-wrapper span.caret {
    z-index: 1;
    background-color: transparent;
}


.sidebar .select-wrapper input.select-dropdown {
    width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    border-bottom: 0px;
}

