
.custom-select {
    background: #fff;
    color: #2a62a6;
    transition: background 0.3s, color 0.3s;
    border: 2px solid !important;
    border-radius: 0 !important;
    font-weight: 600;
}

.custom-select:focus {
    background: #fff;
    /* Keep the input field area unchanged */
    color: #2a62a6;
}

.custom-select option {
    background: #fff;
    color: #2a62a6;
    font-size: 22px;
    padding: 15px;
    border-radius: 0;
}

.custom-select.open option {
    background: #2a62a6;
    color: #fff;
    border-radius: 0;
}




/* small desktop responsive  */
@media only screen and (min-width : 768px) and (max-width : 1400px) { 



	



}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {






}