/* header rtl */
.header_main .container> .row{
    flex-direction: row-reverse;
}

.main_nav_content{
    justify-content: center;
}

@media (max-width: 991px){
    .main_nav_content{
        justify-content: right;
    }
    .search-lg-screen{
        display: none;
    }
    .search-col{
        display: block !important;
    }
    .search-sm-screen{
        display: block;
    }
}
.logo{
    display: flex;
    justify-content: center;
}