.property-sec img {
  max-width: 100%;
}
.property-sec {
  background: #fff;
  font-family: "Roboto", Sans-serif;
  padding: 40px 0;
}



.property-sec h2 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  font-family: 'Poppins', Sans-serif;
}
.property-sec h2 a{ color: #000;text-decoration:none;}
.property_card{margin-bottom: 24px;}
.property-map{width: 100%;}
.property-map iframe{width: 100%;
height: auto;aspect-ratio: 16/6;}
.property-sec .property-location {
font-size: 15px;
    line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.property-sec .property-location .icon {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 9px;
  font-size: 22px;
}
.property-sec .property-location .icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(105%) contrast(99%);
    width:15px;
    min-width:15px;
}

.property-sec .property-details {
  display: flex;
  align-items: center;
}
.property-sec .property-details .detail-item {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 12px;
  border-left: 1px solid #ccc;
}
.property-sec .property-details .detail-item:nth-child(1) {
  padding-left: 0;
  border-left: none;
}
.property-sec .property-details .detail-item img {
  width: 20px;
  max-width: 20px;
  margin-right: 10px;
}

.property-sec .property-price {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Poppins', Sans-serif;
    color: #000;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    max-width: 313px;
  position: relative;
}
.property-sec .price-amount {
  order: 3;
}
.property-sec .property-price::after {
  content: "";
  border: 1px dashed #000;
  width: 100%;
  height: 1px;
  order: 2;
  margin-inline: 20px;
}
.property-sec .property-actions {
    display: flex;
    justify-content: space-between;
    max-width: 330px;
        margin: 30px 0 40px;
}
.property-sec .property-actions .btn-dark {
    background: #000;
    padding: 10px 31px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
}

.property-sec .property-actions .compare-link {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: flex
;
    align-items: center;
    gap: 7px;
  font-family: 'Poppins', Sans-serif;
}
.property-sec .property-actions .compare-link img{width: 30px;}
/* Image & Agent Info */
.property-sec .property-image img {
  border-radius: 6px;
}

.property-sec .agent-info {
  position: absolute;
padding: 0;

  border-radius: 30px;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
.property-sec .agent-photo {
    width: 61px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  border: 4px solid #d4b959;
}

.property-sec .agent-name {
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
}
.property-sec .agent-name a {
  color: #fff;
  text-decoration: none;
}
.property-sec .img-box {
  position: relative;
    height: 100%;
    width: 100%;
}
.property-sec .img-box > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(75%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}
.property-sec {
  margin-top: 30px;
}
.property_drop-sec{
  padding: 60px 0;
}
.property_drop-sec .pro-drop-heading h1{    font-family: "Poppins", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 40px;

  text-transform: uppercase;
  color: #1A1A1A;
  text-align: center;}
  
  .property_drop-sec .drop-down-box{box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.17);padding: 40px;text-align: center;}
  .property_drop-sec .drop-down-box .drop-heading h2{max-width: 450px;margin-inline: auto;margin-bottom: 30px;border-bottom: 1px solid #00000050;    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #000000;}

.property_drop-sec .drop-down-box form{display: flex; gap: 12px;}
.property_drop-sec .drop-down-box form .form-control{box-shadow: none !important;    padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 4px;
  background-color: #f8f8f8;
  outline: none;
  flex: 1;
  min-width: 150px;}
  .property_drop-sec .drop-down-box form .btn-dark{padding-inline: 56px;border: 1px solid #ccc;border-radius: 3px;}
    


.side-bar-popup {position: fixed;top: 200px;right: -100%;z-index:10; transition:.5s linear;}
.side-bar-popup.active{right:0;}
.side-bar-popup .popup-btn button {
  border: none;
  border-radius: 0;
  padding: 5px 20px;
  display: flex;
  align-items: center;transition: all .3s ease;
  transition: all .2s ease;
  margin-left: auto;    gap: 10px;
  box-shadow: none !important;
}
.side-bar-popup .popup-btn button.active{background-color: #fff;color: #1A1A1A;}
.side-bar-popup .popup-btn button img{filter: invert(1);max-width: 25px;transition: all .2s ease;}
.side-bar-popup .popup-btn button.active img{filter: unset;}
.popup-box {
    background: #fff;
    padding: 21px;box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

.popup-heading {
font-size: 18px;
font-weight: 500;
margin-bottom: 13px;
}
.popup-image {
  position: relative;
  max-width: 130px;
}
.popup-image button {border: none;background-color: #fff ;filter: invert(1);position: absolute;
right: 0;padding: 5px;line-height: none;display: flex;align-items: center;justify-content: center;min-width:auto !important;}
.popup-image button img{max-width: 24px;max-height: 14px;}
.popup-image img{width: 100%;height: 100%;object-fit: cover;}
.popup-card {
    max-width: 340px;
    display: flex;
    margin-bottom: 24px;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;

}
.side-bar-popup .btn-warning{width: 100%;display: block;border-radius:0;background: #D4B959;border-color: #D4B959;color: #ffffff;font-weight: 500;}
.side-bar-popup .btn-warning:hover{background: #ffffff;color: #000;}


.property-map_sec iframe{max-width:1600px;margin-inline:auto;display:block;}





/* responsive */




@media (max-width: 1440px) {
/* .property-sec .container { max-width: 1320px; } */
.property-sec .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}
/* .property-sec .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;}
  .property-sec .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  } */
.property-sec .align-self-center {
    align-self: center !important;
}


}

@media (max-width: 1200px) {
/*   .property-sec .container { max-width: 1140px; } */
  .property-sec .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}
/*    .property-sec  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  } */

/*   .property-sec .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

     .property-sec  .order-md-last {
        order: 6 !important;
    } */
.property-sec .agent-name {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
}
.property-sec .agent-photo {
    width: 42px;}
    .property-sec h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
}
.property-sec .property-actions .compare-link {
    font-size: 15px;
    line-height: 22px;
    gap: 4px;
 }
.property-sec .property-price {
    font-size: 16px;
    max-width: 273px;
  }
.property-sec .property-details .detail-item {
    font-size: 14px;
    line-height: 18px;
    padding-inline: 7px;
}
.property-sec .property-actions .btn-dark {
     padding: 8px 20px;
    font-size: 11px;
}
.property-sec .property-actions {
    max-width: 330px;
    margin: 21px 0 24px;
}

.property-sec .property-actions .compare-link img {
    width: 24px;
}
.property-sec .property-details .detail-item img {max-width: 15px;}
.property_drop-sec .drop-down-box {
 
    padding: 30px 13px;
    text-align: center;
}


.property_drop-sec .drop-down-box form .btn-dark {
  padding-inline: 36px;
  font-size: 14px;
}

.property_drop-sec {
    padding: 39px 0;
}
.property_drop-sec .pro-drop-heading h1 {
    font-size: 45px;}
.property_drop-sec .drop-down-box .drop-heading h2 {
  max-width: 380px;
  margin-bottom: 30px;
  font-size: 35px;}
.property_drop-sec .drop-down-box form .form-control {
    padding: 7px 15px;
  }










}

@media (max-width: 1024px) {
  .property_drop-sec .drop-down-box .drop-heading h2 {
          max-width: 260px;
          margin-bottom: 30px;
          font-size: 29px;
      }
  
      .property_drop-sec .pro-drop-heading h1 {
          font-size: 39px;
      }

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

/* .property-sec .container {
        max-width:753px;
    } */
    .property-sec .row{ display: flex;
      margin: auto;
    flex-wrap: wrap; max-width: 100%}
/*   .property-sec  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .property-sec  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }


    .property-sec  .order-md-last {
        order: 6 !important;
    } */


    .property-sec .agent-photo {
        width: 50px;
    }
  .property-sec .agent-name {
    font-size: 19px;
    line-height: 25.6px;
  }

  .property-sec .agent-info {
    left: 15px;
    top: 15px;
  }
.property-sec h2 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
    }
  .property-sec .property-location .icon {
        font-size: 18px;
        line-height: 21px;
  }
  .property-sec .property-location {
    font-size: 16px;
    line-height: 23px;
  }
  .property-sec .property-details .detail-item {
    font-size: 14px;
    line-height: 24px;
    padding-inline: 15px;
  }
  .property-sec .property-details .detail-item img {
    width: 17px;
    max-width: 17px;
    margin-right: 8px;
  }
  .property-sec .property-price {
    font-size: 20px;
    line-height: 18px;
    max-width: 360px;
  }
  .property-sec .property-actions {
    display: flex;
    justify-content: space-between;
    max-width: 382px;
    margin-top: 20px;
  }
  .property-sec .property-actions .compare-link {
    font-size: 21px;
    line-height: 30px;
  }
  .property-sec .property-actions .compare-link a img {
    width: 20px;
  }
  .property_drop-sec .drop-down-box form {
    display: flex
;
    gap: 12px;
    flex-wrap: wrap;
}
.property_drop-sec .drop-down-box form .form-control {
        min-width: 240px;
    }
.property_drop-sec .drop-down-box form .btn-dark {
padding-inline: 56px;
font-size: 16px;
}
    .property_drop-sec .pro-drop-heading h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

  .img-box a{width: 100%;display: block;}

/* .property_card .col-lg-6{padding-inline: 0;} */









}
@media (max-width: 767px) {
    .property-sec .container {
        max-width: 570px;
    }


  .property-sec .row{ display: flex; margin: auto;
    flex-wrap: wrap; max-width: 100%}

/*    .property-sec  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; 
  }


  .property-sec .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; 
  } */
  .property-sec .img-box {
    position: relative;
    aspect-ratio: auto;
    margin-bottom: 10px;
  }
  .property-sec .property-price,
  .property-sec .property-actions {
    max-width: none;
  }
  .property-sec h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .property-sec {
    margin-top: 15px;
  }
  .property-sec .agent-photo {
    width: 60px;
  }
      .property_drop-sec .pro-drop-heading h1 {
        font-size: 31px;
     
    }
        .property_drop-sec .drop-down-box .drop-heading h2 {
     
        margin-bottom: 24px;
        font-size: 24px;
    }
}


@media (max-width: 576px) {
/*   .property-sec .container { max-width: 540px; } */
   .property-sec .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}


/*    .property-sec .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; 
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; 
  } */

    .property-sec h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 7px;
        margin-top: 6px;
    }
    .property-sec .property-actions .compare-link {
        font-size: 17px;
        line-height: 28px;
    }
    .property-sec .property-location {
        font-size: 15px;
        line-height: 19px;
    }
.property-sec {
    padding: 20px 0;
}


}



/* ============================ */

.property-sec_2 img {
  max-width: 100%;
}
.property-sec_2 {
  background: #fff;
  font-family: "Roboto", Sans-serif;
  padding: 40px 0;
}



.property-sec_2 h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Poppins', Sans-serif;
}
.property-sec_2 h2 a{ 
	color: #000;
	text-decoration:none;
}

.property-sec_2 .property-location {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.property-sec_2 .property-location .icon {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 9px;
  font-size: 22px;
}

.property-sec_2 .property-details {
  display: flex;
  align-items: center;
}
.property-sec_2 .property-details .detail-item {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border-left: 1px solid #ccc;
}
.property-sec_2 .property-details .detail-item:nth-child(1) {
  padding-left: 0;
  border-left: none;
}
.property-sec_2 .property-details .detail-item img {
  width: 20px;
  max-width: 20px;
  margin-right: 10px;
}

.property-sec_2 .property-price {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Poppins', Sans-serif;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  position: relative;
}
.property-sec_2 .price-amount {
  order: 3;
}
.property-sec_2 .property-price::after {
  content: "";
  border: 1px dashed #000;
  width: 100%;
  height: 1px;
  order: 2;
  margin-inline: 20px;
}
.property-sec_2 .property-actions {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin-top: 30px;
}
.property-sec_2 .property-actions .btn-dark {
  background: #000;
  color: var(--#fff);
  padding: 12px 25px;
  border-radius: 0;
  font-weight: 600;
	  text-decoration:none;
}
.property-sec_2 .property-location .icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(105%) contrast(99%);
    width: 15px;
    min-width: 15px;
}

.property-sec_2 .property-actions .compare-link {
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', Sans-serif;
}

/* Image & Agent Info */
.property-sec_2 .property-image img {
  border-radius: 6px;
}

.property-sec_2 .agent-info {
  position: absolute;
  padding: 5px 10px;
  border-radius: 30px;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
.property-sec_2 .agent-photo {
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  border: 4px solid #d4b959;
}

.property-sec_2 .agent-name {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 700;
}
.property-sec_2 .agent-name a {
  color: #fff;
  text-decoration: none;
}
.property-sec_2 .img-box {
  position: relative;
  aspect-ratio: 1/1;
}
.property-sec_2 .img-box > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(75%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}
.property-sec_2 {
  margin-top: 30px;
}



@media (max-width: 1440px) {
/* .property-sec_2 .container { max-width: 1320px; } */
.property-sec_2 .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}
/* .property-sec_2 .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;}
  .property-sec_2 .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  } */
.property-sec_2 .align-self-center {
    align-self: center !important;
}


}

@media (max-width: 1200px) {
  .property-sec_2 .container { max-width: 1140px; }
  .property-sec_2 .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}
/*    .property-sec_2  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  } */

/*   .property-sec_2 .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

     .property-sec_2  .order-md-last {
        order: 6 !important;
    }
 */
}

@media (max-width: 991px) {

/*    .property-sec_2 .container { max-width: 960px; } */
    .property-sec_2 .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}
/*   .property-sec_2  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .property-sec_2  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  } */


/*     .property-sec_2  .order-md-last {
        order: 6 !important;
    } */


  .property-sec_2 .agent-photo {
    width: 110px;
  }
  .property-sec_2 .agent-name {
    font-size: 19px;
    line-height: 25.6px;
  }

  .property-sec_2 .agent-info {
    left: 15px;
    top: 15px;
  }
  .property-sec_2 h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .property-sec_2 .property-location .icon {
    padding: 6px;
    font-size: 19px;
    margin-right: 6px;
  }
  .property-sec_2 .property-location {
    font-size: 16px;
    line-height: 23px;
  }
  .property-sec_2 .property-details .detail-item {
    font-size: 14px;
    line-height: 24px;
    padding-inline: 15px;
  }
  .property-sec_2 .property-details .detail-item img {
    width: 17px;
    max-width: 17px;
    margin-right: 8px;
  }
  .property-sec_2 .property-price {
    font-size: 20px;
    line-height: 18px;
    max-width: 360px;
  }
  .property-sec_2 .property-actions {
    display: flex;
    justify-content: space-between;
    max-width: 382px;
    margin-top: 20px;
  }
  .property-sec_2 .property-actions .compare-link {
    font-size: 21px;
    line-height: 30px;
  }
  .property-sec_2 .property-actions .compare-link a img {
    width: 20px;
  }
}
@media (max-width: 767px) {
/*   .property-sec_2  .container { max-width: 720px; } */


  .property-sec_2 .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}

/*    .property-sec_2  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; 
  }


  .property-sec_2 .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; 
  } */
  .property-sec_2 .img-box {
    position: relative;
    aspect-ratio: auto;
    margin-bottom: 10px;
  }
  .property-sec_2 .property-price,
  .property-sec_2 .property-actions {
    max-width: none;
  }
  .property-sec_2 h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .property-sec_2 {
    margin-top: 15px;
  }
  .property-sec_2 .agent-photo {
    width: 60px;
  }
}


@media (max-width: 576px) {
/*   .property-sec_2 .container { max-width: 540px; } */
   .property-sec_2 .row{ display: flex;
    flex-wrap: wrap; max-width: 100%}


/*    .property-sec_2 .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; 
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; 
  } */





}





