

@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) {
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.banner {
  height: 30vh;
 
}
.logo {
  position: relative;
  left: 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  z-index: 2;
}
.header .nav > ul > li > a {font-size:12px;}
}

@media (max-width: 991.9px) {
	.form-group {
  margin-bottom: 10px;
  width: 100%;
  
  padding: 5px;
}
.abcd{padding: 12px;
  border-radius: 6px;
  margin-left: 0px;
  width:100%;}
	.hh{display:none;}
	.topCTC {
  display:none !important;
}
  html {
    font-size: 87.5%;
  }
  
  
 .af{ 
font-size: 14px;
        color: #fffefc;
        background: #245e53;
}
}


@media (max-width: 767.9px) {
	.logo {
    max-width: 54px;}
	.inner p{text-align: justify;}
	.whybuyd li {
  background: #ddbd636e;
  padding: 8px 4px 8px 13px;
  position: relative;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
}
  .button-top {
    width: 30px;
    height: 30px;
  }
 .padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}

@media (max-width: 575.9px) {
	.bannerText{bottom: .7rem;}
  .banner{height:100%;}
  .heading h2{font-size: 1.5rem;line-height: 30px;}
  .stickyForm {
    position: static;
    width: calc(100% - (10px + .5rem) * 2);
    margin: 0 auto;
  }
  .stickyForm h6 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  text-align: center;
  font-size: 17px;
}
  .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) {
}
@media (min-width: 768px)and(max-width:920) {
   .bannerTexts {display:none;}
   .banner {
    height: 70vh;
    position: relative;
    border-bottom: 2px solid #ffc048;
    z-index: 1;
    margin-top: 0px;
}
}