@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1250px;
  }
  .title .brush-mark {
    width: 150px;
  }
}

@media (min-height: 1024px) {
}
/* Designed & Developed by Sami from ECIS */

@media (min-height: 1280px) {
}

@media (max-width: 991.9px) {
  html {
    font-size: 87.5%;
  }
  .logo {
    width: 245px;
  }
  .logo img {
    /* filter: invert(0) !important; */
    width: 145px;
  }
  .payment-plan {
    /* top: 2%; */
    position: absolute;
    background: #61202d;
    width: 52%;
    top: 41% !important;
    z-index: 9;
    right: 0;
    margin: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    /* font-size: 23px; */
    line-height: 31px;
  }
  .payment-plan h3 {
    font-size: 19px !important;
  }
  .project-container .project_box .project-price {
    font-size: 24px !important;
  }
}

@media (max-width: 767.9px) {
  .button-top {
    width: 30px;
    height: 30px;
  }

  .common-btn svg {
    display: none;
  }

  .bannerText{
    position: static;
    margin: 10px auto;
  }
  .carousel-indicators{
    display: none;
  }
  .bannerText h6{
    font-size: 25px;
  }

}

@media (max-width: 575.9px) {
  .bannerText h1 {
    font-size: 21px;
    text-transform: uppercase;
  }
  .heading h3 {
    font-weight: 500;
    font-size: 4vw;
  }
  .bannerText {
    left: 1rem;
    width: 93%;
  }
  .bannerText h3 {
    font-size: 18px;
  }

  .banner {
    height: 400px;
  }
  .heading h2 {
    font-size: 2rem;
  }
  .stickyForm {
    position: static;
    width: calc(100% - (10px + 0.5rem) * 2);
    margin: 1rem auto 0;
  }
  .modal-content button.close {
    right: 10px;
    top: -20px;
    box-shadow: 0 0 0 2px var(--body-color);
  }
  .button-top {
    bottom: 50px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
/* Designed & Developed by Sami from ECIS */
