/* Bootstrap overwrite css */
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@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: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  /* Font size */
}
@media (max-width: 1399px) {
  /* Font size */
  /* Line height */
}
@media (max-width: 1199px) {
  /* Font size */
  /* Line height */
}
@media (max-width: 991px) {
  /* Font size */
  /* Line height */
}
@media (max-width: 767px) {
  /* Heading */
  h1, h2, h3, h6 {
    margin-bottom: 25px;
  }
  /* Font size */
  /* Line height */
}
@media (max-width: 575px) {
  /* Font size */
  .xs-fs-18 {
    font-size: 18px;
  }
  .xs-fs-20 {
    font-size: 20px;
  }
  .xs-fs-22 {
    font-size: 22px;
  }
  .xs-fs-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .xs-fs-30 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  /* Line height */
}
@media (max-width: 1600px) {
  /* Width */
  /* Outside box right */
}
@media (max-width: 1399px) {
  .xl-outside-box-right-20 {
    margin-right: -20vw;
  }
  /* for buy and demo button */
}
@media (max-width: 1199px) {
  /* Screen height */
  /* Width */
  .lg-w-180px {
    width: 180px !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .md-position-absolute {
    position: absolute !important;
  }
}
@media (max-width: 767px) {
  .sm-w-150px {
    width: 150px !important;
  }
  .sm-border-top-0 {
    border-top: 0 !important;
  }
  .sm-slider-shadow-none {
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .sm-outside-box-right-0 {
    margin-right: 0;
  }
}

/* Padding and margin */
@media (max-width: 1199px) {
  .lg-p-9 {
    padding: 9% !important;
  }
  .lg-ps-15px {
    padding-left: 15px !important;
  }
  .lg-mb-10px {
    margin-bottom: 10px !important;
  }
  .lg-mb-30px {
    margin-bottom: 30px !important;
  }
  .lg-mb-50px {
    margin-bottom: 50px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20% !important;
  }
  .lg-bottom-10px {
    bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .md-p-35px {
    padding: 35px !important;
  }
  .md-pb-8 {
    padding-bottom: 8% !important;
  }
  .md-mt-4 {
    margin-top: 4% !important;
  }
  .md-mb-10px {
    margin-bottom: 10px !important;
  }
  .md-mb-20px {
    margin-bottom: 20px !important;
  }
  .md-mb-40px {
    margin-bottom: 40px !important;
  }
  .md-mb-50px {
    margin-bottom: 50px !important;
  }
  .md-mb-15 {
    margin-bottom: 15% !important;
  }
  .md-top-15px {
    top: 15px !important;
  }
  .md-right-15px {
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  .sm-pt-50px {
    padding-top: 50px !important;
  }
  .sm-mb-10px {
    margin-bottom: 10px !important;
  }
  .sm-mb-30px {
    margin-bottom: 30px !important;
  }
  .sm-mb-50px {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 575px) {
  .xs-p-15px {
    padding: 15px !important;
  }
  .xs-pe-15px {
    padding-right: 15px !important;
  }
  .xs-ps-15px {
    padding-left: 15px !important;
  }
  .xs-mt-25px {
    margin-top: 25px !important;
  }
  .xs-mt-40px {
    margin-top: 40px !important;
  }
  .xs-mb-10px {
    margin-bottom: 10px !important;
  }
  .xs-mb-30px {
    margin-bottom: 30px !important;
  }
  .xs-mb-50px {
    margin-bottom: 50px !important;
  }
  .xs-right-minus-15px {
    right: -15px !important;
  }
}

@media (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }
  /* Left right auto */
}
@media (max-width: 767px) {
  /* No margin */
  .sm-me-0 {
    margin-right: 0 !important;
  }
  /* No padding */
  .sm-p-0 {
    padding: 0 !important;
  }
}
/* Navigation breakpoint start */
@media (max-width: 991px) {
  header .navbar-expand-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar-brand:focus {
    outline: none;
  }
  .navbar.bg-transparent {
    background-color: var(--white) !important;
  }
}
@media (max-width: 767px) {
  header .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .grid.lg-grid-6col li {
    width: 16.67%;
  }
}
@media (max-width: 991px) {
  .grid.md-grid-4col li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .grid.sm-grid-2col li {
    width: 50%;
  }
  .grid.gutter-extra-large li {
    padding: 15px;
  }
  .grid.gutter-extra-large {
    margin: 0 -15px;
  }
}
@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;
  }
}
@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: 1600px) {
  footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  /* Font size */
  .xs-fs-18 {
    font-size: 18px;
    line-height: 28px;
  }
  .xs-fs-24 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  /* Line height */
}