﻿.choices[data-type*='select-one']:after {
    content: '\e907';
    font-family: 'icomoon' !important;
    height: auto;
    width: auto;
    border-style: none;
    border-color: transparent;
    border-width: 0;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    color: #1D51A4;
    font-size: 10px;
}

.choices__inner {
    background-color: #ffffff;
    padding: 6px 7.5px 3.75px 17px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    font-size: 17px;
    min-height: 49px;
    font-weight: 700;
    color: #808080;
}

.choices__list--dropdown .choices__item {
    word-break: break-word;
}

.choices__placeholder {
    opacity: 1;
    font-weight: 400;
}

.choices__item--selectable {
    font-weight: 400;
}

.wpcf7-form-control-wrap[data-name="services"] {
    z-index: 2;
    position: relative;
}

.wpcf7-form-control-wrap[data-name="state"] {
    z-index: 3;
    position: relative;
}