.wpcf7-form .row {
    padding: inherit;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: RGBA(0,0,0,0.7);
    background-color:transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    margin-left:1rem;
}

.btn {
    border-radius:0;
    width:100%

}

.custom-select {
    border: 1px solid #63696f;
    border-radius: 0;
    width:100%;
    margin-bottom:0.5rem
}

.select-form .form-control {
    display: block;
    width: 100%;
    padding: .35rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #63696f;
    border-radius: 0;
}


@media only screen and (min-width: 992px) {

    .custom-select {
        width:90%;
        margin-bottom:0
    }
}

.select-form .btn {
    border-radius:0;
    width:100%;
}

@media only screen and (min-width: 992px) {
    .select-form .btn {
        width:90%;
    }
}

p.select-form{
    font-size:0.8rem;
    line-height: 1.2;
    margin-top:1rem
}

@media only screen and (min-width: 992px) {
    p.select-form{
        margin-top:0
    }
}

.wpcf7-form label{
    display: block;
}

span.wpcf7-list-item {
    display: block;
    min-height: 60px;
    min-width: 130px;
    float:left
}

@media only screen and (min-width: 992px) {
    span.wpcf7-list-item {
        min-width: auto;

    }

}

