/* RESPONSIVE SCALING LAYOUT */

@media (max-width: 1880px) {
    body header .social-login a {padding: 12px 0 12px 10px;}
    body .row.row-top > div {flex-grow: 1;flex-basis: 0;}
    body header .head_center, body header .head_right {flex: 0 0 max-content !important;}


}
@media (max-width: 1500px) {
    
}
@media (max-width: 1440px) {
    body header.header > .container {padding: 0px 50px 0 50px;}
    body header .menu-nav .mod-menu {gap: 5px;}

}
@media (max-width: 1366px) {
    body header.header > .container {padding: 0px 30px 0 30px;}

}
@media (max-width: 1240px) {
    body header .menu-nav .mod-menu {gap: 2px;}
    body header .head_right .btn-phone, body header .head_right .btn-whatsapp {padding: 12px 10px;}
    body header .head_right {padding-left: 15px;}
    body .col-lg-3.head_right .btn-whatsapp, body .col-lg-3.head_right .btn-phone {font-size: 0;}

}
@media (max-width: 1199px) {
    body header .instagram, body header .facebook {display: none;}
    body header .head_right .btn-phone, body header .head_right .btn-whatsapp {padding: 10px 10px;}
    body header .btn-phone img, body header .btn-whatsapp img {margin: 0;width: 20px !important;height: 20px !important;}
    body header .social-login .login-user img {width: 30px;height: 30px;}

}
@media (max-width: 1110px) {
    
}
@media (max-width: 1023px) {
    body header .head_center {display: none;}
    html body #menumobile_toggler {inset: 0;display: block;position: relative;width: max-content;flex: 0 0 33.33% !important;text-align: left;color: white;}
    body .row.row-top > div {flex-grow: 1 !important;flex-basis: 33.33% !important;width: unset;}
    body header .head_right {justify-content: end;}
    body header .head_left .logo {text-align: center;}
    body header .row.row-top {align-items: center;}

    html body.is_sticky{padding: 0;}
    html body #menumobile_toggler{display: block;}
    
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    
}
@media (max-width: 645px) {
    
}
@media (max-width: 479px) {
    
}
@media (max-width: 399px) {
    
}
@media (max-width: 364px) {
    
}