/* Start custom CSS for povash_appoinment, class: .elementor-element-f7dd896 *//* Force CF7 select dropdowns to show */
.wpcf7 select,
.wpcf7 .wpcf7-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 15px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

/* Hide duplicate nice-select if appearing */
.wpcf7 .nice-select {
    display: none !important;
}/* End custom CSS */