/*Global Small Screen Screen*/
@import "iPhone_retina.css";

/*Global Small Screen Screen*/
@import "global_small_screen_1024.css";

/*Medium  Deskop Screen*/
@import "mid-desktop.css";

/*Global settings for Small Screen*/
@import "screen_767.css";

/*Global settings for Small Screen*/
@import "ipad_global.css";

/* iPad Landscape */
@import "ipad_landscape.css";

/* iPad Landscape */
@import "iphone_7.css";

@media screen and (max-width: 600px) {

  .navik-header-overlay .burger-menu {
    left: 15px;
  }

  .request_btn {
    margin-right: 0;
  }

  .mobile-col a {
    margin-left: 10px !important;
  }

  a.call_us {
    margin-right: 0;
  }

  footer .col-lg-3 {
    border-right: 0;
  }

  .container-fluid,
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .margin-x3,
  .margin-x4 {
    margin: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .home_slider_content {
    margin-top: 30%;
  }
  footer.margin-x3 {
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
}
.media-box-image{
  pointer-events: none;
}
body{
  overflow-x: hidden;
}
}

@media screen and (min-width: 1024px) {
  .mobilecenterLogo {
    display: none;
  }
}

@media screen and (max-width: 1229px) {}

@media screen and (max-width: 1600px) {}