.nav-menu .account-drop li .ph-light{
    scale: 1.5;
}

.cources-info i{
    font-size: 18px;
}

.page-banner{
    background: url('../images/banner-01.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 600px){
    .header{
        padding: 12px 0px;
    }

    .nav-toggle::before{
        background-color: #000000;
        box-shadow: 0 .5em 0 0 #000000, 0 1em 0 0 #000000;
    }

    .nav-brand img{
        height: 42px;
        margin-left: 10px;
    }
    
    .page-banner{
        padding: 55px 0 55px;
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #eebb4d;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    scale: 1.3;
    opacity: 0.6;
}

.bg-yellow{
    background-color: #eebb4d !important;
}

.bg-light-yellow{
    background-color: #eebb4d20 !important;
}

.text-yellow{
    color: #eebb4d !important;
}

.star_info i{
    font-size: 18px;
}

.alert-warning{
    color: #ecb43a;
    background: #ecb43a14;
}

.ph{
    scale: 1.2;
}

@media screen and (max-width: 600px){
    section{
        padding: 70px 0 70px;
    }
}