/* Responsive Css */


@media only screen and (max-width: 1599px) {
  .main-header .header-lower .outer-box {
    padding-left: 30px;
  }

  .main-header .menu-right-content .support-box {
    display: none;
  }

  .main-header .header-lower {
    padding-right: 30px;
  }

  .main-header.header-style-two .menu-right-content .support-box {
    display: block;
  }

  .header-style-two .header-lower .outer-box {
    padding-left: 380px;
  }
}


@media only screen and (max-width: 1200px) {

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before {
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child {
    display: none;
  }

  .header-style-two .header-lower .logo-box {
    position: relative;
    top: 0px;
    padding: 15px 70px;
  }

  .header-style-two .header-lower .outer-box {
    padding-left: 0px;
  }

  .header-top .top-inner {
    padding-left: 0px;
  }



}



@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul,
  .main-menu .navigation>li>.megamenu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}



@media only screen and (max-width: 991px) {

  .main-footer .footer-widget {
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section {
    padding-bottom: 80px;
  }

}


@media only screen and (max-width: 767px) {

  .main-header .nav-toggler {
    display: none;
  }

  .main-header .header-lower {
    padding-left: 30px;
  }

  .main-header .header-lower .outer-box {
    padding-left: 0px;
  }

  .sec-title h2 {
    font-size: 31px;
    line-height: 44px;
  }

  .header-style-two .header-lower .logo-box {
    display: none;
  }

  .header-style-two .header-lower {
    padding: 15px 0px;
  }

  .header-top .top-inner {
    display: block;
    text-align: center;
  }

  .header-top .top-inner .info-list {
    justify-content: center;
  }

  .header-top .top-inner p {
    margin-bottom: 15px;
  }

  .header-top .top-inner .info-list li {
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {

  .main-header .menu-right-content {
    display: none;
  }

  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }

  .footer-bottom .bottom-inner .social-links {
    justify-content: center;
  }

  .header-style-two .menu-right-content {
    display: block;
  }

  .main-header .menu-right-content .support-box a {
    font-size: 16px;
    line-height: 24px;
  }

}


@media only screen and (max-width: 499px) {

  .mobile-menu {
    width: 100%;
  }

  .main-header .header-lower {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-footer .schedule-widget .widget-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-top .top-inner .info-list {
    display: block;
  }

  .header-top .top-inner .info-list li {
    margin: 0px !important;
  }

  .header-style-two .header-lower {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-style-two .menu-right-content .support-box .icon-box {
    top: -4px;
  }


}