@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .page_header .header_bottom {
    padding: 0px;
  }
  .page_header .header_bottom .container_inner {
    width: 1000px;
    height: 186px;
  }
  .page_header.sticky .header_bottom .container_inner {
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .header_bottom .container_inner {
    height: 110px;
  }
  .header_bottom .container_inner .header_inner_left {
    display: block;
    margin-left: 45px;
  }
  .header_bottom .container_inner .header_inner_left .logo_wrapper {
    overflow: auto;
  }
  .header_bottom .container_inner .header_inner_left .logo_wrapper .q_logo a {
    height: 100px;
    visibility: visible;
  }
  .header_bottom .container_inner nav.mobile_menu > ul {
    width: 900px;
  }
  .home .full_width_inner > div.section:first-child {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header_bottom .container_inner {
    height: 110px;
  }
  .q_tabs .tabs-nav li {
    width: 100%;
  }
  .q_tabs .tabs-nav li a {
    padding: 0 10px;
  }
  .vc_mobile .rev_slider_wrapper,
  .vc_mobile .rev_slider,
  .vc_mobile .tp-fullwidth-forcer,
  .vc_mobile .rev_slider .tp-bgimg.defaultimg {
    max-height: 500px !important;
  }
  .vc_mobile .no-margin-ipad {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .q_tabs .tabs-nav li {
    width: 100%;
  }
  .q_tabs .tabs-nav li a {
    padding: 0 10px;
  }
  .vc_mobile .no-margin-mobile {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 767px) and screen and (orientation: portrait) {
  .vc_mobile .rev_slider_wrapper,
  .vc_mobile .rev_slider,
  .vc_mobile .tp-fullwidth-forcer,
  .vc_mobile .rev_slider .tp-bgimg.defaultimg {
    max-height: 240px !important;
  }
}
@media only screen and (max-width: 767px) and screen and (orientation: landscape) {
  .vc_mobile .rev_slider_wrapper,
  .vc_mobile .rev_slider,
  .vc_mobile .tp-fullwidth-forcer,
  .vc_mobile .rev_slider .tp-bgimg.defaultimg {
    max-height: 380px !important;
  }
}
