/*land-of-asset*/
.land-of-asset {
  padding: 120px 0 80px;
  background: #EFEFEF;
}
@media (max-width: 1199.98px) {
  .land-of-asset {
    padding: 90px 0;
  }
}
@media (max-width: 767.98px) {
  .land-of-asset {
    padding: 70px 0;
  }
}

.property-filter-home {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 100px;
  flex-wrap: wrap;
}
@media (max-width: 1599.98px) {
  .property-filter-home {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .property-filter-home {
    display: none;
  }
}
.property-filter-home .home-select-box {
  width: 25%;
}
@media (max-width: 1199.98px) {
  .property-filter-home .home-select-box {
    width: 23%;
  }
}
@media (max-width: 991.98px) {
  .property-filter-home .home-select-box {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .property-filter-home .find-btn {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .property-filter-home .find-btn .red-btn {
    display: block;
  }
}

.rera-property-home-wrap {
  padding: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .rera-property-home-wrap {
    padding: 40px 0 0px;
  }
}
@media (max-width: 767.98px) {
  .rera-property-home-wrap {
    padding: 25px 0 0px;
  }
}

.property-rera {
  max-width: 31%;
  margin-bottom: 65px;
  display: block;
  margin-right: 3.5%;
}
@media (max-width: 991.98px) {
  .property-rera {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .property-rera {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}
.property-rera:nth-child(3n) {
  margin-right: 0;
}
.property-rera:nth-last-child(1) {
  margin-bottom: 0;
}

.property-rera .top-rera {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .property-rera .top-rera {
    margin-bottom: 25px;
  }
}
.property-rera .top-rera span {
  position: absolute;
  bottom: 12px;
  left: 16px;
  padding: 6px 10px;
  background: #B11116;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.property-rera .top-rera figure {
  height: 280px;
  margin: 0;
  transition: 0.8s ease-in-out;
}
@media (max-width: 1199.98px) {
  .property-rera .top-rera figure {
    height: 220px;
  }
}
.property-rera .top-rera figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-rera .bottom-rera h5,.property-rera .bottom-rera h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .property-rera .bottom-rera h5,.property-rera .bottom-rera h3 {
    margin-bottom: 10px;
  }
}
.property-rera .bottom-rera h6,.property-rera .bottom-rera h4 {
  color: #1C1C1C;
  font-weight: 300;
  font-size: 14px;
}
.property-rera:hover .top-rera figure {
  transform: scale(1.1);
}
.property-rera:hover .top-rera span {
  opacity: 0.8;
}

.all-project68 {
  opacity: 0.5;
  color: #000;
  font-size: 14px;
}

/* .mob-find-btn {
  padding-top: 30px;
} */
@media (max-width: 575.98px) {
  .mob-find-btn .btn {
    width: 100%;
  }
}
/* project space designes */
.pl-space-wrap {
  padding: 100px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 1199.98px) {
  .pl-space-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 991.98px) {
  .pl-space-wrap {
    padding: 65px 0;
  }
}

@media (max-width: 991.98px) {
  .space-designed-form {
    padding-top: 40px;
  }
}
.space-designed-form h3 {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767.98px) {
  .space-designed-form h3 {
    font-size: 18px;
  }
  .space-designed-form h3 span {
    display: block;
  }
}
.space-designed-form .form-control {
  border-bottom: 1px solid #484848;
  background: rgba(0, 0, 0, 0);
  padding: 15px 0;
  transition: 0.3s ease-in-out;
  resize: none;
  height: 55px;
}
.space-designed-form .form-control::placeholder {
  transition: 0.3s ease-in-out;
  color: #6F7070;
}
.space-designed-form .form-control:focus {
  border-color: #B11116;
}
.space-designed-form .form-control:focus::placeholder {
  opacity: 0;
  padding-left: 10px;
}
.space-designed-form textarea.form-control {
  height: 120px;
}
.space-designed-form .btn {
  min-width: 260px;
  outline: none;
  border: 0 !important;
}
.space-designed-form .btn:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .space-designed-form .btn {
    min-width: 240px;
  }
}
.space-designed-form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .space-designed-form .form-group {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .red-img img {
    max-width: 15px;
  }
}
/* all project list */
.all-projectlist {
  padding: 100px 0 50px;
  background: #F7F7F7;
}
@media (max-width: 1199.98px) {
  .all-projectlist {
    padding: 80px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .all-projectlist {
    padding: 25px 0 45px;
  }
}

.pro-list-box {
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .pro-list-box {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #D6D6D6;
  }
}
.pro-list-box:nth-last-child(1) {
  border: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pro-list-box:nth-last-child(1) {
    border-bottom: 1px solid #D6D6D6;
  }
}
.pro-list-box .h4 {
  font-size: 30px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .pro-list-box .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .pro-list-box .h4 {
    font-size: 18px;
    padding: 25px 0;
    margin: 0;
    padding-right: 50px;
  }
  .pro-list-box .h4:after {
    position: absolute;
    content: "";
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    width: 10px;
    height: 10px;
    right: 15px;
    top: calc(50% - 8px);
    transform: rotate(-45deg);
    transition: 0.4s ease-in-out;
  }
  .pro-list-box .h4.open:after {
    border-left: 2px solid #B11116;
    border-bottom: 2px solid #B11116;
    top: calc(50% - 4px);
    transform: rotate(134deg);
  }
}
.pro-list-box p {
  margin-bottom: 25px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767.98px) {
  .pro-list-box .cont-box {
    display: none;
  }
}
/* .......faq......... */
.project-faq.accordion {
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 1199.98px) {
  .project-faq.accordion {
    margin-top: 25px;
  }
}
.project-faq.accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
}
.project-faq.accordion .card .card-header {
  background: none;
  border: none;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .project-faq.accordion .card .card-header:hover{
    opacity: 0.7;
  }
}
@media (max-width: 991.98px) {
  .project-faq.accordion .card .card-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.project-faq.accordion .card .card-header button {
  color: #000;
  border: none;
  padding: 35px 0;
  font-size: 20px;
  position: relative;
  font-weight: 500;
  border-bottom: none;
  white-space: initial;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .project-faq.accordion .card .card-header button {
    font-size: 18px;
    padding: 25px 0;
  }
}
.project-faq.accordion .card .card-header button:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url("../images/brand-we-up-arrow.svg") no-repeat center center !important;
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1199.98px) {
  .project-faq.accordion .card .card-header button:after {
    top: 30px;
  }
}
.project-faq.accordion .card .card-header button.collapsed {
  color: #000;
}
.project-faq.accordion .card .card-header button.collapsed:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url("../images/brand-we-down-arrow.svg") no-repeat center center !important;
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1199.98px) {
  .project-faq.accordion .card .card-header button.collapsed:after {
    top: 30px;
  }
}
.project-faq.accordion .card .card-header button:hover {
  text-decoration: none;
}
.project-faq.accordion .card .card-header button:focus {
  text-decoration: none;
}
.project-faq.accordion .card .card-body {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .project-faq.accordion .card .card-body {
    padding: 0;
  }
}
.project-faq.accordion .card .card-body p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.project-faq.accordion .card .card-body p b {
  font-weight: 600;
}


.property-filter-home.property-filter-in-search .home-select-box,.property-filter-home.property-filter-in-search .home-text-box{
  width: 19%;
}


.property-filter-home.property-filter-in-search .home-text-box input{
  padding:0 0px 22px 22px;
  border-color: #707070;
  font-size: 16px;
  color: #0D1834;
}
.property-filter-home.property-filter-in-search .home-text-box input::placeholder{
  color: #0D1834;
  font-weight: 400;
  font-size: 16px;
}

.property-filter-home.property-filter-in-search .home-text-box input:focus{
  border-color: #B11116;
}
 .home-text-box{
  position: relative;
}

@media (max-width: 1199.98px) {
  .property-filter-home.property-filter-in-search .home-select-box{
    width: 30%;
    margin-bottom: 30px;
  }
  .property-filter-home.property-filter-in-search .home-text-box,.property-filter-home.property-filter-in-search .find-btn{
    width: 48%;
  }
  .property-filter-home.property-filter-in-search .find-btn .btn{
      width: 100%;
  }
}

@media (max-width: 991.98px) {
    .property-filter-in-search.property-filter-home .find-btn{
             margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {

    .mobile-findprop-menu .home-text-box{
      margin-top: 60px;
  }
  .mobile-findprop-menu .home-text-box input{
    border: 0;
    border-bottom:1px solid #000; 
    padding:0 0px 22px 22px;
    width: 100%;
  }
}

.home-text-box svg g,.home-text-box svg path{
  stroke: #1c1c1c;
}
.home-text-box svg{
  position: absolute;
  max-width: 13px;
  top: 1px;
  left: 0;
}

.all-projectlist a,.project-faq a{
  color: #B11116;
}
.all-projectlist a:hover,.project-faq a:hover{
  opacity: 0.8;
}