@media (max-width: 1338px) {
    #top-menu, #top-menu-nav {
        padding-bottom: 5px;
    }

    #top-menu-nav > ul > li.tryitnow a {
        display: inline-block;
    }

    #top-menu-nav > ul > li.tryitnow {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

@media (min-width: 1338px) {
    #page-container {
        padding-top: 90px !important;
    }
}

@media only screen and  (max-width: 1338px) and (min-width: 1175px) {
    #page-container {
        padding-top: 168px !important;
    }
}

@media only screen and (max-width: 1175px) and (min-width: 980px) {
    #page-container {
        padding-top: 216px !important;
    }
}

@media (max-width: 1175px) {
    .et_header_style_left .logo_container {
        position: static;
        text-align: center;
        padding-top: 15px;
    }

    #et-top-navigation {
        padding-left: 0 !important;
        text-align: center;
    }

    #top-menu li.mega-menu > ul {
        top: 120px;
    }

}

@media (max-width: 980px) {
    .et_pb_section .et_pb_column .et_pb_module, .et_pb_column {
        margin-bottom: 0;
    }

    .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
        margin-bottom: 5.5%;
    }
}

@media (min-width: 980px) {
    .et_pb_row_14 {
        display: flex;
    }
}

@media (max-width: 980px) {
    .mobile_menu_bar {
        right: 5px;
    }

    .et_mobile_menu li li {
        padding-left: 0;
    }

    #et_top_search {
        left: 58px;
        top: 0;
        transition: all 1s ease-in-out;
        width: 20px;
        height: 20px;
    }

    .mobile_menu_bar, #et_top_search {
        top: -30px;
    }
}

@media (max-width: 767px) {
    #footer-widgets .footer-widget div[id^='nav_menu'],
    #footer-widgets .footer-widget div[id^='categories'] {
        float: none;
        text-align: center;
    }

    #footer-widgets .footer-widget li {
        padding-left: 0;
    }
}
