#form .country{
    background-image: unset;
    background-repeat: unset;
    width: unset;
    padding-left: unset;
    position: unset;
}
#form input.wpcf7-validates-as-phonetext{
    padding-left: 50px!important;
}
#form .country-list{
    padding: 10px;
    max-height: 300px;
    overflow-y: unset;
}
@media screen and (max-width: 1200px){
    .intl-tel-input .country{
        background-image: unset;
        background-repeat: unset;
        width: unset;
        padding-left: unset;
        position: unset;
    }
}
@media screen and (max-width: 768px){
    .intl-tel-input .country{
        background-image: unset;
        background-repeat: unset;
        width: unset;
        padding-left: unset;
        position: unset;
    }
}
@media screen and (max-width: 450px){
    .intl-tel-input .country{
        background-image: unset;
        background-repeat: unset;
        width: unset;
        padding-left: unset;
        position: unset;
    }
}