@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*** Header Style One Css ***/
    .header-top {
        display: none;
    }

    .header-left .nav-outer {
        margin-left: 50px;
    }

    .header-right .phone-number-box1 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Header Style One Css ***/
    .header-top {
        display: none;
    }

    .header-left .nav-outer {
        margin-left: 50px;
    }

    .header-right .header-social-link {
        display: none;
    }

    .header-right .phone-number-box1 {
        display: none;
    }
}
@media only screen and (max-width: 767px) {


    /*** Header Style One Css ***/
    .header-top {
        display: none;
    }

    .header .auto-container {
        padding: 0px 20px;
    }

    .header-left {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .header-left .nav-outer {
        float: right;
        margin-left: 0;
    }

    .header-right {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {


    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-header .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .mobile-nav-toggler .icon-bar {
        position: relative;
        display: block;
        background: #ffffff;
        height: 2px;
        width: 30px;
        margin: 7px 5px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {

    .header-left .nav-outer {
        margin-left: 80px;
    }

    .header-right .header-social-link {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .header-left .nav-outer {
        margin-left: 50px;
    }

    .header-right .header-social-link {
        display: none;
    }

    .header-right .phone-number-box1 {
        display: none;
    }
}
