/* Fix for select dropdown styling */
.visa-form select {
    height: auto !important;
    min-height: 50px !important;
    padding: 10px !important;
}

.visa-form select option {
    padding: 12px 15px !important;
    font-size: 16px !important;
    border-bottom: 1px solid #eee !important;
}

.visa-form select option:hover {
    background-color: #f8f9fa !important;
}
.fab { display: none !important; }
.hero-social { display: none !important; }
