.index-page .banner-three {
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.index-page .banner-three:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
 /* background-color: rgba(0, 0, 0, 0.45);*/
  left: 0;
  top: 0;
}
.index-page .banner-three .banner-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  max-height: calc(100vh - 150px);
}
.index-page .banner-three .banner-content .client-image {
  max-height: calc(100vh - 280px);
  width: auto;
  height: auto;
  /* display: block; */
  margin: 0 auto;
}
.index-page .banner-three .banner-content h2 {
  font-size: 50px;
  font-weight: 700;
}
.index-page .banner-three .banner-content h3 {
font-size: 30px;
margin-bottom: 18px;
  
}
.index-page .banner-three .banner-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.index-page .banner-three .banner-content a.read-more {
  width: max-content;
  padding: 7px 15px;
  color: #000;
  background-color: #003B68

;
  /* font-weight: 600; */
  font-size: 16px;
  margin: 5px 0;
  border-radius: 3px;
}
.index-page .banner-three .banner-content a.read-more .fa {
  margin-left: 10px;
  font-size: 12px;
}

@media (max-width: 576px) {

  .index-page .banner-three .banner-content .client-image {
   max-width: 109%;
  }
 
  .index-page .banner-three {
    background-image: url('assets/img/banner.jpg?v0.2');
    min-height: 340px;
    height: auto;
    padding-top: 75px;
    margin-bottom: 30px;
  }
  .index-page .banner-three .banner-content .col-6 {
    padding: 0 7.5px;
  }
  .index-page .banner-three .banner-content h2 {
    font-size:14px;
  }
  .index-page .banner-three .banner-content h3 {
    font-size: 18px;
  }
  .index-page .banner-three .banner-content p {
    font-size: 13px;
    font-weight: 500;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 11px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content a.read-more
  {
    padding: 6px 5px;
    margin-top:10px;
    font-size: 8px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .index-page .banner-three .banner-content h2 {
    font-size: 43px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 26px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content .client-image
  {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .index-page .banner-three .banner-content h2 {
    font-size: 46px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 26px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content .client-image
  {
    max-height: calc(100vh - 150px);
  }
 
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .index-page .banner-three .banner-content h2 {
    font-size: 40px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 26px;
  }
   .index-page .banner-three .banner-content .client-image
  {
    max-height: calc(100vh - 163px);
  }
 
}
@media (min-width: 577px) and (max-width: 767px) {
  .index-page .banner-three {
    height: 500px;
  }
  .index-page .banner-three .banner-content {
    max-height: calc(500px - 80px);
  }
  .index-page .banner-three .banner-content .client-image {
    max-height: calc(500px - 90px);
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 28px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 22px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content p {
    font-size: 16px;
  }
  .property-detail .property-detail-inner .bg-common .property .property-image span{
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .index-page .banner-three {
    height: 600px;
  }
  .index-page .banner-three .banner-content {
    max-height: calc(600px - 80px);
  }
  .index-page .banner-three .banner-content .client-image {
    max-height: calc(600px - 90px);
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 36px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 26px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-page .banner-three {
    height: 600px;
  }
  .index-page .banner-three .banner-content {
    max-height: calc(600px - 80px);
  }
  .index-page .banner-three .banner-content .client-image {
    max-height: calc(600px - 90px);
  }
  .index-page .banner-three .banner-content h2 {
    font-size: 31px;
  }
  .index-page .banner-three .banner-content h3
  {
    font-size: 26px;
    /* font-weight: 700; */
  }
  .index-page .banner-three .banner-content p {
    font-size: 17px;
  }
}
/*# sourceMappingURL=banner-three.css.map */
