/* Bootstrap overwrite css */
@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}
@media (max-width: 1600px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  section.half-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.half-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  /* Font size */
}
@media (max-width: 1399px) {
  /* Font size */
  /* Line height */
}
@media (max-width: 1199px) {
  /* Font size */
  .lg-fs-140 {
    font-size: 5.75rem;
    line-height: 6rem;
  }
  /* Line height */
}
@media (max-width: 991px) {
  /* Font size */
  .md-fs-120 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
  /* Line height */
}
@media (max-width: 767px) {
  /* Heading */
  h1, h2, h3, h4 {
    margin-bottom: 25px;
  }
  /* Font size */
  .sm-fs-22 {
    font-size: 22px;
  }
  .sm-fs-50 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .sm-fs-110 {
    font-size: 42px;
    line-height: 55px;
  }
  .sm-fs-150 {
    font-size: 9.375rem;
    line-height: 9.375rem;
  }
  /* Line height */
}
@media (max-width: 575px) {
  /* Font size */
  .xs-fs-18 {
    font-size: 18px;
  }
  .xs-fs-26 {
    font-size: 26px;
    line-height: 38px;
  }
  /* Line height */
}
@media (max-width: 1600px) {
  /* Width */
  /* Outside box right */
}
@media (max-width: 1399px) {
  /* Width */
  .xl-w-90 {
    width: 90% !important;
  }
  /* Height */
  /* Border none */
  /* Letter spacing */
  /* Position */
  /* Outside box left */
  /* Outside box right */
  .xl-outside-box-right-25 {
    margin-right: -25vw;
  }
  /* for buy and demo button */
}
@media (max-width: 1199px) {
  /* Screen height */
  /* Width */
  .lg-w-100 {
    width: 100% !important;
  }
  /* Height */
  /* .lg-h-auto {
    height: auto !important;
  } */
  /* Letter spacing */
  /* Boder align */
  /* Border none */
  /* Border radius */
  /* Position */
  /* Slider shadow */
  /* Background image none */
  /* Outside box top */
  /* Outside box left */
  /* Outside box right */
  /* Transform none */
  /* Parallax liquid  */
  /* Swiper number pagination style 02 */
  /* Swiper slider navigation */
  /* Stack box */
  /* Slider parallax */
  /* for buy and demo button */
}
@media (max-width: 991px) {
  /* Screen height */
  .one-third-screen {
    height: 400px !important;
  }
  /* Width */
  .md-w-100 {
    width: 100% !important;
  }
  /* Height */
  .md-h-250px {
    height: 250px !important;
  }
  .md-h-550px {
    height: 550px !important;
  }
  /* Letter spacing */
  .md-ls-0px {
    letter-spacing: 0px !important;
  }

  .md-outside-box-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* Screen height */
  .one-third-screen {
    height: 300px !important;
  }
  /* Width */
  .sm-w-70 {
    width: 70% !important;
  }
  .sm-background-image-none {
    background-image: none !important;
  }
}
@media (max-width: 575px) {
  /* Screen height */
  /* Width */
  .xs-w-100 {
    width: 100% !important;
  }
  /* Height */
  .xs-h-30px {
    height: 30px !important;
  }
  .xs-outside-box-right-0 {
    margin-right: 0;
  }
}
/* Padding and margin */
@media (max-width: 1199px) {
  .lg-pb-6 {
    padding-bottom: 6% !important;
  }
  .lg-mb-45px {
    margin-bottom: 45px;
  }
  .lg-mb-50px {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .md-mb-15px {
    margin-bottom: 15px !important;
  }
  .md-mb-30px {
    margin-bottom: 30px !important;
  }
  .md-mb-70px {
    margin-bottom: 25px !important;
  }
  .md-mb-6 {
    margin-bottom: 6% !important;
  }
}
@media (max-width: 767px) {
  .sm-pb-50px {
    padding-bottom: 50px !important;
  }
  .sm-mt-25px {
    margin-top: 25px !important;
  }
  .sm-mb-30px {
    margin-bottom: 30px !important;
  }
  .sm-mb-35px {
    margin-bottom: 35px !important;
  }
  .sm-mb-45px {
    margin-bottom: 45px;
  }
  .sm-mb-50px {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 575px) {
  .xs-p-30px {
    padding: 30px !important;
  }
  .xs-mt-20px {
    margin-top: 20px !important;
  }
  .xs-mt-30px {
    margin-top: 30px !important;
  }
  .xs-me-10px {
    margin-right: 10px !important;
  }
  .xs-mb-20px {
    margin-bottom: 0 !important;
  }
  .xs-mb-30px {
    margin-bottom: 10px !important;
  }
  .xs-mb-35px {
    margin-bottom: 35px !important;
  }
  .xs-mb-7 {
    margin-bottom: 7% !important;
  }
}
@media (max-width: 1600px) {
  /* No margin */
  /* No padding */
  /* Border none */
}
@media (max-width: 1399px) {
  /* No margin */
  /* No padding */
}
@media (max-width: 1199px) {
  /* No margin */
  .lg-mt-0 {
    margin-top: 0 !important;
  }
  /* No padding */
  /* Left right auto */
}
@media (max-width: 991px) {
  /* No margin */
  /* No padding */
  /* Left right auto */
}
@media (max-width: 767px) {
  /* No margin */
  /* No padding */
  /* Left right auto */
  /* Min height */
}
@media (max-width: 575px) {
  /* No margin */
  .xs-ms-0 {
    margin-left: 0 !important;
  }
  .xs-mb-0 {
    margin-bottom: 0 !important;
  }
  /* No padding */
  /* Left right auto */
}
@media (max-width: 1199px) {
  header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
  .navbar > .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Navigation breakpoint start */
@media (max-width: 991px) {
  /* Mobile nav style classic */
  /* Mobile nav style full screen */
  /* Mobile nav style modern */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    gap: 20px;
  }
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar-expand-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar-brand {
    padding: 22px 0;
  }
  header .navbar-brand:focus {
    outline: none;
  }
  .navbar.bg-transparent {
    background-color: var(--white) !important;
  }
  /* .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 20px 15px 0 rgba(23, 23, 23, 0.05);
    max-height: calc(100vh - 72px);
  } */
  /* Header left menu simple  */
  /* Header left menu modern  */
  /* Header hamburger menu  */
  /* Header modern inner  */
  .top-space-margin {
    margin-top: 76px;
  }
  .ipad-top-space-margin {
    margin-top: 76px;
  }
  .full-screen.top-space-margin {
    height: calc(100vh - 76px);
  }
  .full-screen.ipad-top-space-margin {
    height: calc(100vh - 76px);
  }
}
@media (max-width: 767px) {
  header .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @media (max-width: 1600px) {
  .grid.xxl-grid-4col li {
    width: 25%;
  }
} */

@media (max-width: 1199px) {
  .grid.lg-grid-3col li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid.md-grid-2col li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid.sm-grid-2col li {
    width: 50%;
  }
  .grid.gutter-medium {
    margin: 0 -7px;
  }
  .grid.gutter-medium li {
    padding: 7px 7px;
  }
}
@media (max-width: 575px) {
  .grid.xs-grid-1col li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn.btn-large {
    font-size: 13px;
    padding: 16px 36px;
  }
  .btn.btn-rounded.btn-large {
    padding: 12px 30px;
  }
  .btn.btn-switch-text.btn-large {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  [data-parallax-background-ratio] {
    background-attachment: inherit !important;
    background-position: center !important;
  }
}
@media (max-width: 575px) {
  .testimonials-style-13 .swiper-slide {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .sm-fs-110 {
      font-size: 36px;
      line-height: 46px;
  }
}