body {
  font-family: 'Figtree';
}
.banner {
  background-image: url('../images/banner-new.png');
  padding: 15% 0 4%;
}
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  font-size: 48px;
  line-height: 70px;
}
h3 {
  font-size: 28px;
  line-height: 46.5px;
}
p {
  font-size: 22px;
}
li {
  font-size: 22px;
  line-height: 60px;
}
.h-btn {
  background: linear-gradient(180deg, #9f6c2c 0%, #f4d370 100%);
  border-radius: 8px;
  padding: 10px 25px;
}
.small-p {
  font-size: 10px;
}
.color-coffee {
  color: #7f4321 !important;
}
.fw-600 {
  font-weight: 600;
}
.e-btn {
  font-size: 18px;
}
.location-img {
  position: absolute;
  top: -20%;
}
.location {
  width: 95%;
}
.loan-bg {
  background-image: url('../images/loan-section-bg.webp');
  padding: 15%;
}
.rera {
  width: 70%;
}
.bg-yellow {
  background-color: #f4d370;
}
.footer {
  background-image: url('../images/form-section-bg.webp');
}
.submit-btn {
  background-color: #f4d370;
}
.form-control {
  border-color: #fff;
}
.footer-p {
  font-family: 'Figtree';
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.parsley-errors-list {
  color: red;
}
.top-25 {
  top: 25%;
}
.ff-figtree {
  font-family: 'Figtree' !important;
}
.fs-40 {
  font-size: 40px;
}
.text-light {
  color: #ffffff !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7f4321;
}
.call-btn a:hover {
  color: #ffffff !important;
}
@media (max-width: 766px) {
  .logo {
    width: 60%;
  }
  .h-btn {
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 8px;
  }
  .small-p {
    font-size: 10px;
  }
  .banner {
    background-image: url('../images/Banner-mobile.webp');
    padding: 30% 0 6%;
  }
  .btn-sm-pt {
    padding-top: 65px !important;
  }
  .e-btn {
    font-size: 12px;
  }
  h1 {
    font-size: 28px;
    line-height: unset;
  }
  h3 {
    font-size: 14px;
    line-height: unset;
  }
  .small-text {
    font-size: 14px;
  }
  .rera {
    width: 20% !important;
  }
  .col-12 {
    padding: unset;
  }
  .br-tag {
    display: none;
  }
  li {
    font-size: 20px;
    line-height: unset;
  }
  .location-img {
    position: unset;
    padding-bottom: 15px;
  }
  .owl-benifits .owl-item img {
    width: 40%;
  }
  p {
    font-size: 16px;
  }
  .owl-gallery .owl-item img {
    width: 60%;
    margin: auto;
  }
  .fs-24 {
    font-size: 24px;
  }
  .footer {
    background-image: unset;
    background-color: #384339;
  }
  .line {
    border-top: #f4d370 1px solid;
  }
  .footer-p {
    font-size: 14px;
  }
  .border-yellow-dots {
    width: 75%;
  }
  .fs-40 {
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .border-yellow-dots {
    width: 50%;
  }
  .fs-40 {
    font-size: 26px;
  }
  .fs-20 {
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .banner {
    padding: 20% 0 4%;
  }
  h1 {
    font-size: 28px;
    line-height: unset;
  }
  h3 {
    font-size: 16px;
    line-height: unset;
  }
  .e-btn {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  .location-img {
    top: -25%;
  }
  li {
    font-size: 16px;
    line-height: 30px;
  }
  .pb-2 img {
    width: 25%;
  }
  .btn-lg a {
    font-size: 12px;
  }
  .f-logo {
    width: 80%;
  }
  .footer-p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  p {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
    line-height: unset;
  }
  .bv-btn {
    font-size: 14px;
  }
  li {
    font-size: 20px;
    line-height: 45px;
  }
  .location-img {
    top: -22%;
  }
  .footer-p {
    font-size: 12px;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  .location {
    width: 90%;
  }
}
