

@media (min-width: 1300px) {
  .container{max-width: 1240px;}
}
@media (min-width: 1900px) {
  .container{max-width: 1800px;}
  .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: 133px;}
}

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

@media (max-width: 575.9px) {
	.bannerText h1{
  font-size: 21px;
  text-transform: uppercase;
}
.heading h3 {
  font-weight: 500;
  font-size: 4vw;
}
.bannerText {
  left: 0;
  right: 0;
  width: 100%;
}
.h5, h5 {
  font-size: 1.15rem;
}
.bannerText {
  position: absolute;
  bottom: 0;
  border-radius: 0 !important;
  text-align: center;
}
	
  .banner{height: 576px;
    margin-top: 30px;}
  .heading h2{font-size: 2rem;}
  .stickyForm {
    position: static;
    width: calc(100% - (10px + .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) {
  .swiper-button-next, .swiper-button-prev {
    width: 35px;
    height:35px;
}

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

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

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