/*
Theme Name: Desi-Rasoi
Theme URI: https://desi-rasoi.pseudocode.co/
Author: Desi-Rasoi
Author URI: https://desi-rasoi.pseudocode.co/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
*/

.header-menu ul>li.current-menu-item>a {
    color: #FFDD00;
}

.pr-color{
    color: #F04E30;
}
.apply-btn span .wpcf7-spinner{
    display: none;
}
.slick-slide .cont-icon  img{
    margin: 0 auto;
}
.contact-textbox select {
    height: 48px;
    border-radius: 6px;
    background: rgba(35, 35, 60, 0.06);
    border: 0;
    width: 50%;
    padding: 0px 20px;
}
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form.sent #file-name{
    display: none;
}
@media only screen and (max-width: 1199px) {
    .header-menu ul>li.current-menu-item>a {
        color: #F04E30;
    }
}