/* Responsive Css */


@media only screen and (max-width: 1599px) {}


@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;
    border-radius: 4px;
  }

  .megamenu ul li:first-child {
    display: none;
  }


}



@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) {

  .header-upper .upper-inner {
    display: block;
    text-align: center;
  }

  .header-upper .upper-inner .right-column {
    justify-content: center;
  }

  .header-upper {
    padding-bottom: 25px;
  }

  .header-upper .upper-inner .right-column .info-list li {
    margin-right: 30px;
  }

  .rtl .header-upper .upper-inner .right-column .info-list li {
    margin-left: 30px;
  }

  .main-footer .footer-widget {
    margin: 0px 0px 30px 0px;
  }

  .main-footer .widget-section {
    padding-bottom: 55px;
  }

}


@media only screen and (max-width: 767px) {

  .header-upper .upper-inner .right-column {
    display: block;
    text-align: center;
  }

  .header-upper .upper-inner .right-column .info-list {
    margin-right: 0px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .rtl .header-upper .upper-inner .right-column .info-list {
    margin-left: 0px;
  }

  .header-upper .upper-inner .right-column .search-inner {
    width: 100%;
  }

  .sec-title h2 {
    font-size: 24px;
    line-height: 42px;
  }

  .sidebar-page-container {
    padding: 20px 0px 10px 0px;
  }
}

@media only screen and (max-width: 599px) {

  .header-top .top-inner {
    display: block;
    text-align: center;
  }

  .header-top .top-inner p {
    display: inline-block;
  }

  .header-top .top-inner .social-links {
    justify-content: center;
  }

  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }

  .footer-bottom .social-links {
    justify-content: center;
  }

}
.smk-mb-show {
  display: none;
}

@media only screen and (max-width: 499px) {
  .smk-mb-show {
    display: block;
  }
  .smk-footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }

  .mobile_menu_float .mobile_menu_float_box {
    right: 20px !important;
  }

  .mobile_menu_float .mobile_menu_float_box .mobile_menu_float_box-bt {
    background-color: #FF6B00 !important;
  }

  .smk-mb-flex {
    display: flex;
  }

  .smk-mb-not-show {
    display: none !important;
  }

  .header-upper {
    padding-bottom: 15px;
  }

  .smk-mb-header {
    position: fixed;
    box-shadow: 0 2px 4px 0 #d1d1d1;
    background-color: #fff;
  }

  .smk-mb-header .smk-mb-kf {
    display: block !important;
    background-color: #FF6B00 !important;
    min-width: 100px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
  }

  .smk-mb-header .smk-mb-kf a {
    color: #fff;
  }

  .main-header .header-lower .outer-box {
    background-color: unset;
  }

  .menu-area .mobile-nav-toggler .icon-bar {
    width: 17px;
  }

  .smk-mb-header .mb-logo {
    padding: 0 !important;
    text-align: left;
  }

  .smk-mb-header .mb-logo img {
    height: 30px !important;
  }

  .smk-mb-header .header-lower {
    background-color: #fff;
    width: 100%;
  }

  .smk-mt-56 {
    margin-top: 56px;
  }

  .mobile-menu {
    width: 100%;
  }

  .header-upper .upper-inner .right-column .info-list {
    display: none;
  }

  .main-header .header-lower .outer-box {
    padding-left: 0px;
    padding-right: 15px;
  }

  .header-style-two .menu-right-content {
    display: none;
  }

  .header-style-two .header-lower .outer-box {
    padding: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }


}