@media (max-width: 1400px) {
  .hero .hero-text h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .hero .hero-text {
    padding: 165px 0 225px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1150px) {
  .hero .hero-text h1 {
    font-size: 41px;
  }
}
@media (max-width: 991px) {
  .quotes > img:nth-child(1) {
    width: 60px;
  }
  .section-1 .content-section {
    padding-left: 40px;
  }
  .section-1 .container::before {
    width: 7px;
  }
  .section-products .bg-image img {
    display: none;
  }
  .section-products .bg-image::after {
    background: var(--primary-color);
  }
  .opacity-less {
    position: absolute;
    z-index: -1;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .opacity-less.left-side {
    left: 30px;
    transform: rotate(-90deg);
    bottom: -110px;
  }
  .opacity-less.right-side {
    bottom: -100px;
    right: 30px;
    transform: rotate(90deg);
  }
  .options-menu ul {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .hero .hero-text h1 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .opacity-less {
    display: none;
  }
  .opacity-less.left-side {
    left: 30px;
    transform: rotate(90deg);
    top: 0;
    z-index: 99;
  }
  .section-1 .content-section {
    padding-left: 28px;
  }
}
@media (max-width: 640px) {
  .hero .hero-text h1 {
    font-size: 33px;
  }
  .hero .hero-text h1 {
    line-height: 46px;
  }
  .hero .hero-text {
    padding: 126px 0 180px;
  }
}
@media (max-width: 575px) {
  body,
  html {
    position: relative;
    overflow-x: hidden;
  }
  .brand-logo > img:nth-child(1) {
    width: 190px;
  }
  .section-1 .content-inside {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
  }
  .section-title .title {
    font-size: 28px;
  }
  footer {
    padding-top: 55px;
  }
  .padding-top {
    padding-top: 55px;
  }
  .section-products {
    padding-bottom: 30px;
  }
  .hero-text-inner h1 {
    font-size: 28px;
  }
  .hero-text-inner {
    padding-left: 25px;
  }
  .content-start {
    padding-top: 20px;
  }
  .hero.inner-page .hero-text {
    padding: 100px 0 75px;
  }
  .contact-content::before {
    display: none !important;
  }
  .contact-content .content-section {
    padding-left: 0;
  }
  .brand-logo img {
    max-width: 200px;
    height: auto;
  }
  .default-arrow .owl-nav button.owl-prev {
    margin-left: 25px;
  }
  .default-arrow .owl-nav button.owl-next {
    margin-right: 25px;
  }
  .icon-fixed {
    right: 25px;
    bottom: 25px;
  }
  .card-blog-1 .text {
    position: static;
    padding: 10px;
  }
  .card-blog-1 .image {
    position: relative;
    border: 1px solid #a6a6a6;
  }
  .card-blog-1 .text .post-on {
    color: var(--primary-color);
  }
  .card-blog-1 .text h3 {
    color: #000;
  }
  .card-blog-1 .image::after {
    background: transparent;
  }
  .blogs .card-blog-2 .text h3 {
    font-size: 16px;
  }
  .blogs .card-blog-2 {
    border-bottom: 1px solid #75757536;
    padding-bottom: 18px;
  }
  .blogs .card-blog-1 {
    border-bottom: 1px solid #75757536;
    padding-bottom: 18px;
  }
  .main-content .main-image {
    padding: 12px;
  }
  .main-image .owl-nav button {
    width: 44px;
    height: 44px;
    font-size: 14px !important;
  }
  .main-image .owl-nav button.owl-prev {
    margin-left: 10px;
  }
  .main-image .owl-nav button.owl-next {
    margin-right: 10px;
  }
  .hero.inner-page .hero-text h1 {
    font-size: 33px;
  }
  .breadcrumb-custom {
    gap: 5px;
    font-size: 13px;
  }
	.quote-form {
padding: 20px;
}
}
@media (max-width: 480px) {
  .hero.inner-page .hero-text h1 {
    font-size: 31px;
  }
  .hero.inner-page .hero-text h1 {
    line-height: 40px;
  }
}
@media (max-width: 420px) {
  .hero .hero-text h1 {
    font-size: 30px;
  }
  .hero .hero-text h1 {
    line-height: 43px;
  }
}
@media (max-width: 390px) {
  .search-bar > img:nth-child(2) {
    display: none;
  }
  .search-bar input {
    padding-left: 0;
  }
  .search-bar button {
    padding: 8px 20px;
  }
} /*# sourceMappingURL=responsive.css.map */
