/* select-2 drop down added css */

.countryCit span:nth-child(1) {
    width: 120px;
}

.countryCit .select2-container .select2-selection--single {
    width: 120px;
    height: 48px;
}

.countryCit .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
    padding-bottom: 10px;
}

.countryCit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.countryCit .generateOtp {
    display: flex;
}

.countryCit .generateOtp .generate_otp {
    white-space: nowrap;
}

.countryCit .generateOtp span.loader-01 {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-bottom: 0;
}


/* select-2 drop down added css end */

.wpcf7-spinner {
    display: none !important;
}
.wpcf7 .screen-reader-response {
    display: none;
}