


@media (max-width: 991px) {
    #nav{
        border-bottom: 1px solid var(--border_color);
    }
    #navbar_content {
        max-height: 500px;
        overflow-y: auto;
        padding: 10px;
    }
    #nav_item:not(#dropdown-menu #nav_item){
        border-bottom: 1px solid var(--border_color);
        border-radius: 0;
        margin: 0;
    }
    #dropdown-menu #nav_item{
        border-bottom: 1px solid var(--border_color);
    }
    #nav_item i{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        line-height: 1;
        color: var(--white_color);
        background: var(--leaner_primary_hover);
    }
    #Btnnav_toggler , #btn_login{
        border: 1px solid var(--border_color);
        background: var(--leaner_primary_color);
        border-radius: 15px;
        width: 45px;
        height: 45px;
        font-size: 30px;
        padding: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: var(--white_color) !important;
    }
    #Btnnav_toggler i , #btn_login i{
        line-height: 1px;
    }
    #btn_login i{
        font-size: 20px;
    }
    .home_banner{
        min-height: 80vh;
        padding: 200px 0 50px;
    }
}
@media (max-width: 768px) {
    .home_banner{
        min-height: 50vh;
        padding: 180px 0 50px;
    }
    .banner_title{
        font-size: 40px;
        font-weight: 600;
    }
    .des_banner{
        font-size: 20px;
        font-weight: 400;
    }
}
@media (max-width: 767px) {
    .topbar_header{
        display: none;
    }
}
@media (max-width: 567px) {
    #logo img{
        width: 75px;
    }
    .hero_shape_2{
        display: none;
    }
    .banner_title{
        font-size: 30px;
    }
    .page_title_text{
        font-size: 30px;
    }
    
}
@media (max-width: 425px) {
    .home_banner{
        padding: 180px 0 50px;
    }
    .banner_btns .btn_default{
        width: 100%;
    }
}