@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* ── Global header styles (all pages) ── */

/* Desktop only — keep nav in normal flow, logo big, proper height */
@media (min-width: 992px) {
  .headtoppart { position: relative !important; z-index: 1001 !important; }
  .wsmobileheader { display: none !important; }
  .wsmainfull {
    background: #ffffff !important;
    height: auto !important;
    min-height: 100px !important;
    position: relative !important;
    z-index: 1000 !important;
    border-top: 2px solid #4db648 !important;
    box-shadow: 0 4px 16px rgba(77,182,72,0.13) !important;
  }
  .wsmainwp {
    min-height: 100px !important;
    display: flex !important;
    align-items: center !important;
    /* padding: 10px 20px !important; */
  }
  .desktoplogo { padding: 0 !important; flex-shrink: 0; }
  .desktoplogo a { display: flex !important; align-items: center !important; text-decoration: none !important; }
  .desktoplogo a img { width: 240px !important; height: auto !important; max-height: 86px !important; object-fit: contain !important; display: block !important; }
  .wsmenu > .wsmenu-list > li > a { display: flex !important; align-items: center !important; height: 100px !important; }
}

/* Mobile only — let framework keep position:fixed for both bars, just restyle */
@media (max-width: 991px) {
  .wsmobileheader {
    height: 66px !important;
    top: 39px !important;
    background: #ffffff !important;
    box-shadow: 0 3px 14px rgba(77,182,72,0.15) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
  }
  .smllogo { position: absolute !important; left: 50% !important; transform: translateX(-50%) !important; }
  .smllogo img { width: 140px !important; height: auto !important; display: block; }
}

body{
  /*font-family: "Work Sans", sans-serif !important*/
  font-family: Lato,Helvetica,sans-serif !important;
}
.text-primary-green,
.text-primary{
    color: #4db648 !important;
}
.bg-primary{
    background: #4db648 !important;;
}
.modal.right.fade.in .modal-dialog {
  right:0 !important;
  transform: translateX(-50%);
  transition: all .5s ease;
  }
 
  .modal.right .modal-content {
  height:100%;
  overflow:auto;
  border-radius:0;
  }
  .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  width:100%;
  animation: modal-slide-right-animation 0.5s ease;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  }
  .modal.fade .modal-dialog
   {
    -webkit-transform: translate(100%,0)scale(1) !important;
    transform: translate(100%,0)scale(1) !important;
  }
  .modal.fade.show .modal-dialog
   {
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    
  }
  .modal.right.fade.in .modal-dialog {
  transform: translateX(0%);
  }
  .modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
  }
      
      
     .modal.right .modal-header {background-color:#4db648; color:#fff;}
      .modal.right .modal-header::after {content:""; display:inline-block;}
      .modal.right .close {
        text-shadow:none;
        opacity:1;
        color:#fff; 
        font-size:26px;
        border:none;
        background-color: transparent;
      }
  /*  form-control  */


.modal .chosen-container-single .chosen-single div{
display: none;
}
.font-16{
    font-size: 16px !important;
}
.search-field input{
  width:100% !important;
  margin-top: 3px !important;
  font-size: 16px !important;
  margin-right: 0px !important;
  color:#81758f !important;
  font-family: "Work Sans", sans-serif !important;
}
.modal .chosen-single{
  border-left:3px solid #4db648 !important;
  border-bottom: 1px solid #aaaaaa5e !important;
  border-top: 1px solid #aaaaaa5e !important;
  border-right: 1px solid #aaaaaa5e !important;
  height:45px !important;

}
.modal-body{
  padding: 0px 0px 100px 0px !important;
  background: #f7fcf7;
}

.modal .chosen-choices{
  border-left:3px solid #4db648 !important;
  border-bottom: 1px solid #aaaaaa5e !important;
  border-top: 1px solid #aaaaaa5e !important;
  border-right: 1px solid #aaaaaa5e !important;
 
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
  padding: 0.375rem 2.25rem .375rem 2.5rem !important;
  height: 45px !important;
  color: #000000 !important;
  border-radius: 4px !important;
}
/* .chosen-choices::before {
  position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    z-index: 2;
    width: 1px;
    background-color: #a4b0b1;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: "";
} */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#4db648),color-stop(90%,#4db648)) !important;
  background-image: -webkit-linear-gradient(#4db648 20%,#4db648 90%) !important;
  background-image: -moz-linear-gradient(#4db648 20%,#4db648 90%) !important;
  background-image: -o-linear-gradient(#4db648 20%,#4db648 90%) !important;
  background-image: linear-gradient(#4db648 20%,#4db648 90%) !important;
  color: #fff
}
.ma-row .chosen-container-single .chosen-single{
  padding: 0.375rem 2.25rem .375rem 2.5rem !important;
  height: 45px !important;
  color:#687693 !important;
  border:none ;
  border-radius:0px !important;
}
.select2-search{
  width:100% !important;
}
.select2-search input{
  width:100% !important;
}
.chosen-container-single .chosen-single span{
  margin-top:4px;
  font-size: 14px;
  margin-right:0px !important;
}
.chosen-container-single .chosen-single div b{
 margin-top:10px !important;
}
.ma-row a.chosen-single::before {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  z-index: 2;
  width: 1px;
  background-color: #a4b0b1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  content: "";
}
.ma-row .listprice::before {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  z-index: 2;
  width: 1px;
  background-color: #a4b0b1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  content: "";
}

.chosen-container{
width:100% !important;
}
.ma-price::before{
  position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    z-index: 2;
    width: 1px;
    background-color: #a4b0b1;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: "";
}
.ma-price .ma-input{
  /* border-left: 3px solid #4db648 !important; */
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
  padding: 0.375rem 2.25rem .375rem 2.5rem;
  height: 45px !important;
  color: #9e9e9e !important;
  border: none;
  border-radius: 0px !important;
}
.rightmenu{
  justify-content: end;
}
.bottom.caption:hover {
  background: #fff !important;
}
.ma-inputs{
    border:1px solid #aaaaaa9c !important;
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
    padding: 0.375rem 2.25rem .375rem 2.5rem ;
    height: 45px !important;
    color:#9e9e9e !important;
    border: none ;
    border-radius: 4px !important;
}
.listprice input{
  border-radius:0 !important;
}
.modal .ma-inputs{
  border-bottom: 1px solid #aaaaaa5e !important;
  border-top: 1px solid #aaaaaa5e !important;
  border-right: 1px solid #aaaaaa5e !important;
}
.modal-body .wanteddiv{
  margin-bottom: .35rem !important;
}
.modal_label{
  font-size:13px;
}
/* .modal-header {
  padding: 0rem 1rem !important;} */

.footer-blog i {
  font-size: 51px;
  color: #c68a00;
  z-index: 1;
}
.bg-dark{
    background: #000000 !important;
}
/* navbar megamenu */
small {
  font-size: 75%;
  color: #777;
  font-weight: 400;
}

 .ma-container .title{
  color: #3c4858;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
}

.ma-container .title h3{
  font-size: 25px;
  font-weight: 300;
}

.subcategories{
 height: 175px;
  background: #fff;
  border: 0;
  margin-top: -15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  padding: 30px 15px 15px 15px;
}
.subcategory{
  display:none;
  width:100%;
  position: relative;
}
 .subcategory.active{
  display:block;
  
}
.buttondiv{
  position: relative;
    z-index: 1;
  display:flex;
  justify-content: space-around;
}
.subcategories_name{
  display: none;
}
.buttondiv{
  background: #4db648;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(43, 187, 175, 0);
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.modify-button.active{
  color:#000000 !important;
  background-color: hsla(0, 0%, 100%, .3);
  transition: background-color .3s .2s;
  border-radius: 6px;
  border-bottom: 2px solid #141e1d73 !important;
}
.modify-button:hover{
  color:#000000 !important;
  background-color: hsla(0, 0%, 100%, .3);
  transition: background-color .3s .2s;
  border-radius: 6px;
  border-bottom: 2px solid #141e1d73 !important;
}
.modify-button{
   background-color: hsla(0, 0%, 100%, .1);
  height: 40px;
  width: 110px;
  border-radius: 6px;
  margin: 0;
  /*line-height: 24px;*/
  text-transform: uppercase;
  font-size: 12px;
  /*padding: 10px 15px;*/
 /* background-color: transparent;*/
  transition: background-color .3s 0s;
  border: none !important;
  color: #fff !important;
  font-weight: 500;
}
  .modify-button:focus{
    background-color: hsla(0, 0%, 100%, .3);
  transition: background-color .3s .2s;
  border-radius: 6px;
  border-bottom: 2px solid #141e1d73 !important;
  outline: none !important;
  }
/* .row{
  margin:0px;
} */
.ma-div{
  cursor:pointer;
  width:29.33%;
  border-radius:6px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  text-align: center;
}
.ma-div h5{
  font-weight: normal;
  font-size: 12px;
  color:#D27E04 !important;
  margin-bottom: 0px !important;
}
.ma-div p{
  font-size: 13px;
  margin-bottom: 0px !important;
  
}
.category_name{
  font-size: 14px !important;
  position: absolute;
  top: -20px;
}
#propertyListingsSell .category {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
#propertyListingsRent .category {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.subcategorieschild{
  display: flex;
  justify-content:space-evenly;
}
#Commercial .prev-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#Commercial .next-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 50% 0% 0% 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
 #Homes .prev-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#Homes .next-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 50% 0% 0% 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#Plots .prev-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#Plots .next-button{
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #4db6481f;
  width: 22px;
  height: 30px;
  border-radius: 50% 0% 0% 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.fa-less-than , .fa-greater-than{
  color:rgba(43, 187, 175, 0.829);
  font-size: 12px;
}
#wantedphone{
  padding: 0.375rem 2.25rem .375rem 5.5rem !important;
 }
.prev-button:hover .fa-less-than{
  padding-left: 0.1rem;
  margin-left: 0;
}
.dropdown-toggles{
  transition: all 150ms linear;
}
.dropdown-toggles:hover{
  background: #4db648;
  box-shadow: 0px 3px 0 #8cc98c, 4px 7px 10px #4db648;
  text-decoration: none;
  transition: all 250ms linear;
}
.next-button:hover .fa-greater-than{
  padding-right: 1rem;
  margin-right: 0;
}
.next-button:focus , .prev-button:focus {
  outline: 1px dotted rgba(43, 187, 175, 0.829) !important;
   outline: 5px auto rgba(43, 187, 175, 0.829) !important;
}
/*.ma-container div.card-nav-tabs {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0,0,0,.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.ma-container div.card-nav-tabs.card-plain {
  background: transparent;
  box-shadow: none;
}
.ma-container div.card-nav-tabs .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg,#eee,#bdbdbd);
}

.ma-container .card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}

.ma-container .div.card-nav-tabs .card-body{
  padding: 15px 30px;
}

.ma-container div.card-nav-tabs .card-header-primary {
  background:rgba(43, 187, 175, 0.829);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(43, 187, 175, 0.629);
}

.ma-container div.card-nav-tabs .card-header-danger {
  background: linear-gradient(60deg,#ef5350,#d32f2f);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.ma-container .card-nav-tabs .card-header {
  margin-top: -30px!important;
}

.ma-container .card .card-header .nav-tabs {
  padding: 0;
}

.ma-container .nav-tabs {
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}

.ma-container .nav {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ma-container .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.ma-container .nav-tabs .nav-item .nav-link:hover {
  text-decoration: none;
  background-color: hsla(0,0%,100%,.2);
  transition: background-color .3s .2s;
}
.ma-container .nav-tabs .nav-item .nav-link.active {
  background-color: hsla(0,0%,100%,.2);
  transition: background-color .3s .2s;
}

.ma-container .nav-tabs .nav-item .nav-link{
  border: 0!important;
  color: #fff!important;
  font-weight: 500;
} */
.ma-2ndtable td{
  cursor:pointer;
  padding:0px 27px 0px 0px !important;
  color:#000000;
}
.ma-2ndtable td:hover{
  color:#4db648;
} 
.hover-underline-animation {
  display: inline-block;
  position: relative;
}
/* .nav-ma-city{
  position: absolute;
  width: 172px;
  right: 15px;
  top: 20px;
} */
#cities{
  padding: 0.5rem 1rem !important;
  color: #fff;
  /* margin-top: 5px; */
  border: none;
  background: #4db648 !important;
}
.nav-ma-city{
  border-radius: .3rem !important;
  /* background: rgb(80 199 189) !important; */
}
.nav-ma-city .chosen-single{
  border-radius: .3rem !important;
  border: none !important;
  background: #4db648 !important;
  box-shadow: none !important;
}

.iti__flag iti__us{
    height: 14px;
    background-position: -4009px 0px !important;
}
.iti{
  width:100% !important;
}
#phone{
  width:100% !important;
}
.nav-ma-city .chosen-container-single .chosen-single{
  padding: 0.275rem 2.25rem .275rem 0.5rem !important;
  height: 40px !important;
  color:#81758f !important;
  border:none ;
  /* border-radius:0px !important; */
}
.chosen-container-single .chosen-single{
  padding: 0.275rem 2.25rem .275rem 2.5rem !important;
  height: 40px !important;
  color:#81758f !important;
  border:none ;
  /* border-radius:0px !important; */
}
.modal .chosen-single{
 
  height:45px !important;

}
.nav-ma-city .chosen-single span{
  color:#fff !important; 
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* .mappartheading::before{
  background: #4db648;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    bottom: -7px;
    width: 100px;
    opacity: 1;
}*/
.big-title{
  background: #839FAD none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 5px;
  position: relative;
  width: 40%;
}
.select2-search__field{
  padding-left:5px !important;  
}
.alert-box {
  font-size: 20px;
  display: none;
  position: fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7fcf7d4;
  color: red;
  padding: 42px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}

.alert-box.show {
  border: 2px solid red;
  top:20px;
  display: block;
  opacity: 1;
}
.success-alert-box {
  font-size: 20px;
  display: none; 
  position: fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7fcf7d4;
  color: green;
  padding: 42px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}

.success-alert-box.show {
  border: 2px solid green;
  top:20px;
  display: block;
  opacity: 1;
}

/* ── Mobile alert popup fix ──────────────────────────────── */
@media (max-width: 767px) {
  .alert-box,
  .success-alert-box {
    width: calc(100% - 32px); /* full width with 16px margin each side */
    max-width: 420px;
    left: 50%;
    transform: translateX(-50%);
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    z-index: 99999;
    text-align: center;
  }

  .alert-box.show,
  .success-alert-box.show {
    top: 16px;
  }
}

.big-title::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
.big-titles{
  background: #4db648 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin-top: 5px;
  position: relative;
  width: 100%;
}
.ma-liste li {
  list-style: auto;
}

.big-titles::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
.clickable-item:hover .fas{
  text-shadow: none !important;
  color: #4db648 !important;
  font-weight:bold;
}
.clickable-item:hover .select-category{
  text-shadow: none !important;
  color: #4db648 !important;
  font-weight:bold;
}
/* .ma-container .nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s;
}

.ma-container .nav-link{
  display: block;
}

.ma-container .nav-tabs .nav-item .material-icons {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

.ma-container .nav .nav-item {
  position: relative;
} */
/* end navbar menu */
/* megamen */
/* .tab-pane .card {
  border: none;
  border-radius: 0;
 
}
.tab-pane .carousel-inner {
  padding: 1em;
  height: 200px;
}
.tab-pane .carousel-control-prev,
.tab-pane .carousel-control-next {
  background-color: #e1e1e1;
  width: 4vh;
  height: 4vh;
  border-radius: 50% 0% 0% 50%;
  top: 50%;
  transform: translateY(-50%);
}
.tab-pane .carousel-control-prev span,
.tab-pane .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
.tab-pane .card-body{
  height: 60px;
  border-radius:6px;
  width: 95%;
  padding: 15px 5px 15px 5px !important;
  margin: 4px auto;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
@media screen and (min-width: 577px) {
  .tab-pane .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-pane .card {
    width: calc(100% / 3);
  }
  .tab-pane .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .tab-pane .card:not(:first-child) {
    display: none;
  }
}

.tab-pane .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.map-ma{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: static;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),url(../images/ground.webp);
} */
/* common */
table td{
    padding: 0.5em 0.5em;
}
.ma-1sttable>tbody>tr:nth-child(2n)>td {
    background-color: rgba(255,255,255,.15)!important;
}
.ma-height-large{
    height: 5.6667rem!important;
}
.ma-phc p{
    color: #767676;
}
.ma-phc h2{
    color: #767676;
}
/* .map-ma{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
} */
.ma-2ndtable tr>td:first-child {
  font-size: 16px;
}
.ma-2ndtable tr>td:last-child {
    font-size: 18px;
}

 .ma-border-row .col-lg-2:nth-child(6n-4){
    border-left: 0;
}

.ma-border-row .col-lg-2{
    border-left: 1.5px solid #4db648;
}
.banner-img{
  /* background: linear-gradient( to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.964) 7.4%, hsla(0, 0%, 0%, 0.918) 15.3%, hsla(0, 0%, 0%, 0.862) 23.4%, hsla(0, 0%, 0%, 0.799) 31.6%, hsla(0, 0%, 0%, 0.73) 39.9%, hsla(0, 0%, 0%, 0.655) 48.2%, hsla(0, 0%, 0%, 0.577) 56.2%, hsla(0, 0%, 0%, 0.497) 64%, hsla(0, 0%, 0%, 0.417) 71.3%, hsla(0, 0%, 0%, 0.337) 78.1%, hsla(0, 0%, 0%, 0.259) 84.2%, hsla(0, 0%, 0%, 0.186) 89.6%, hsla(0, 0%, 0%, 0.117) 94.1%, hsla(0, 0%, 0%, 0.054) 97.6%, hsla(0, 0%, 0%, 0) 100%), url(../images/homeimg/banner.jpg); */
  /*background:  url(../images/testingbannerbackimage.webp);*/
    width: 100%;
    background-position: 50% -200px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height:100%;
    z-index: 0;
    padding: 0;
    background-color: transparent; 
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-img .overlay, .banner-img .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.71);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.71)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.71)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0) 50%, white 102%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  height: 100%;
  z-index: -1;
}
.banner-img .overlay-2 {
  z-index: -2;
  background: #d4ca68;
  background: #d4c968;
  background: -moz-linear-gradient(left, #d4c968 0%, rgba(212, 201, 104, 0.9) 36%, rgba(212, 201, 104, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4c968), color-stop(36%, rgba(212, 201, 104, 0.9)), color-stop(50%, rgba(212, 201, 104, 0.55)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #d4c968 0%, rgba(212, 201, 104, 0.9) 36%, rgba(212, 201, 104, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #d4c968 0%, rgba(212, 201, 104, 0.9) 36%, rgba(212, 201, 104, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #d4c968 0%, rgba(212, 201, 104, 0.9) 36%, rgba(212, 201, 104, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d4c968), color-stop(36%, rgba(212, 201, 104, 0.9)), color-stop(50%, rgba(212, 201, 104, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #d4c968 0%, rgba(212, 201, 104, 0.9) 36%, rgba(212, 201, 104, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c968', endColorstr='#ffffff', GradientType=1 );
  opacity: .7;
  width: 50%;
}
.box{
  cursor:pointer;
}


.ma-tw{
    margin: 5px 0 0;
}
.btn-group-lg>.btn, .btn-lg {
  font-size:14px !important;
}
#map{
  width: 95%;
  margin:auto;
}
.btn-lg{
  border:none;
  background-color: #4db648; 
  color:#fff; 
  font-size:14px;
  transition: all 150ms linear;
}
.btn-lg:hover{
  background: #4db648;
    box-shadow: 0px 3px 0 #8cc98c, 4px 7px 10px #4db648;
  /* background: #7dd5ce;
  box-shadow: 0px 3px 0 #7dd5ce, 4px 7px 10px #7dd5ce82; */
  text-decoration: none;
  transition: all 250ms linear;
}
.ma-mb{
  transition: all 150ms linear;
}
.ma-mb:hover{
  color: #fff;
  background: #4db648;
  /*box-shadow: 0px 3px 0 #8cc98c, 4px 7px 10px #4db648;*/
  text-decoration: none;
  transition: all 250ms linear;
}
#ma-search{
  transition: all 150ms linear;
}
#ma-search:hover{
  background: #4db648;
  box-shadow: 0px 3px 0 #8cc98c, 4px 7px 10px #4db648;
  text-decoration: none;
  transition: all 250ms linear;
}
.ma-tw p{
    text-shadow: 2px 2px #000000;
    color: #fff;
    text-align: center;
    /* font-family: Hind,sans-serif; */
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.ma-img {
   margin-top:0px !important;
    text-align: center;
    margin: auto;
    width: max-content;
}
.ma-select{
    padding:0.375rem 2.25rem .375rem 3rem !important;
    height: 45px;
    border-radius:0px !important;
}
.ma-select::before{
  position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    z-index: 2;
    width: 1px;
    background-color: #a4b0b1;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: "";
}
.block-image{
  cursor:pointer;
}
.ma-select {
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
 }
.ma-select option {
  color: black;
}
.ma-select:hover,
.ma-select:focus,
.ma-select:active{
    box-shadow: none !important;
}
.ma-dflc{
    display:flex;
    flex-direction: column;
}
a{
    text-decoration: none;
}
#cities_chosen.chosen-container-single .chosen-single div b {
  width: 0 !important;
  height: 0 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #fff !important;
  position: absolute !important;
  top: 17% !important;
  right: 10px !important;
  content: "" !important;
  z-index: 98 !important;
}
.chosen-container-single .chosen-single div b {
  width: 0 !important;
  height: 0 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #000000 !important;
  position: absolute !important;
  top: 17% !important;
  right: 10px !important;
  content: "" !important;
  z-index: 98 !important;
}
.ma-2ndtable .total_count{
font-size:16px;
}
.error{
  color:red;
  font-size:13px;
}
#myModal .select2{
  border-left: 3px solid #4db648 !important;
    border-radius: 4px !important;
    border-bottom: 1px solid #aaaaaa5e !important;
    border-top: 1px solid #aaaaaa5e !important;
    border-right: 1px solid #aaaaaa5e !important;
}
.ma-fa{
    position: absolute;
    color: #4db648 !important;
    font-size: 18px !important;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
}
.modal-body .ma-fa{
  position: absolute;
  color: #000000 !important;
  font-size: 18px !important;
  top: 37px;
  left: 21px;
  z-index: 1;
}
/* gallery */
.ma-section img {
    width: 100%;
    display: block;
    height: 100%;
    /* object-fit: cover; */
  }
  .iti__selected-flag{
    border-radius:4px;
  }
  .ma-section {
    /*display: grid;*/
    /*grid-template-columns: 29% 29% 15% 26%;*/
    /*gap: 6px;*/
    /*place-content: center;*/
    /*grid-template-rows: 50% 50%;*/
    /*height: 80vh;*/
    /*min-height: 460px;*/
    /*padding: max(2vh, 1rem);*/
  }
  @media screen and (max-width: 768px) {
    .ma-section {
      /*height: 65vh;*/
    }
    .nav-tabs .nav-link{
        padding: 0.5rem 1rem !important;
    }
    .headertopleft{
        width: 100%;
    }
    .address .ma-asa{
        display: block;
    }
    .footer {
    padding: 5px 20px !important;
  }
    
  }
  @media screen and (max-width: 470px) {
    .ma-section {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 35%);
    }
    .footer-blog .img-meta {
    padding: 10px 10px !important;
    font-size: 16px !important;
     }
     .footer-blog .img-title {
    padding: 0px 14px !important;
    font-size: 15px !important;
}
.footer-blog .img-date {
    padding: 0px 14px !important;
}
.ma-section .card,
.ma-section .card .card__img:before,
.footer-blog .img-card{
    border-radius: 0 !important;
}
.main-heading{
    font-size: 2rem !important;
}
#propertyTabs .nav-link{
    font-size: 1rem !important;
}
.locations .location{
    display: block !important;
}
.property-details-inner-content .overview .overview-list li span{
    font-size: 13px !important;
}
  }
  .ma-section .card {
     border-radius: 15px; 
     overflow: hidden;
     height: 400px;
    /*box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);*/
  }
  @media screen and (max-width: 470px) {
    .ma-section .card {
      grid-column: span 1;
    }
  }
  .ma-section .card:nth-child(2) {
    grid-column: 2/3;
    grid-row: span 2;
  }
  @media screen and (max-width: 768px) {
    .ma-section .card:nth-child(2) {
      grid-column: span 1;
      grid-row: span 1;
    }
  }
  .ma-section .card:nth-child(3) {
    grid-column: span 2;
  }
  @media screen and (max-width: 768px) {
    .ma-section .card:nth-child(3) {
      grid-column: 2/4;
      grid-row: 1/2;
    }
  }
  @media screen and (max-width: 768px) {
    .ma-section .card:nth-child(6) {
      grid-column: 2/4;
      grid-row: 2/3;
    }
  }
  @media screen and (max-width: 470px) {
    .ma-section .card:nth-child(5) {
      grid-column: span 2;
    }
  }
  .ma-section .card p {
    font-size: clamp(0.9rem, 0.8750rem + 0.1250vw, 1rem);
    line-height: 1.4;
  }
  /* .ma-section .card img {
    border-radius: 25px;
  } */
  .ma-section .card .card__img {
    position: relative;
    height: 100%;
  }
  .ma-section .card .card__img .card__overlay{ 
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    color: #fff;
  
    /*background: #02022e;*/
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 100%);*/
    width: 100%;
    height: 100%;
    /* border-radius: 25px; */
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .card__overlay_new{
      position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    color: #222;
    width: 100%;
    height: 50%;
    padding: 1rem 2rem;
    z-index: 11;
  }
  .overlay_effct_2{
    width: 50% !important;
    height: 100% !important;
    padding: 1rem 2rem;
    z-index: 11;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card__overlay_new .btn-primary{
      font-size: 14px !important;
  }
  .card__overlay_new .city,
  .card__overlay_new .total_city_count{
      color: #222;
      font-family: Lato,Helvetica,sans-serif !important;
  }
  .card__overlay_new .total_city_count{
    color: #000000 !important;
    opacity: 0.5;
    font-size: 0.9rem !important;
  }
  .card__overlay_new .property-updated{
    font-size: 0.8rem !important;
  }
  /*.card__overlay_new .property-new-features{*/
  /*  font-size: 0.9rem !important;*/
  /*}*/
  .property-new-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-new-features li {
  display: flex;
  align-items: center;
  font-size: 0.9rem !important;
}

.property-new-features i {
  text-align: center;
}

  .ma-section .card .card__img .span {
    position: absolute;
    top: 25px;
    right: min(2vmax, 1.563rem);
    color: #c68a00 !important;
    background: #fff;
    border-radius: 50px;
    padding: 2px 8px 2px 6px;
    display: flex;
    box-shadow: 0px 1px 20px #0000002b;
  }
  .ma-section .card .card__img .spans {
    position: absolute;
    top: 25px;
    left: min(2vmax, 1.563rem);
    color: #c68a00 !important;
    background: #fff;
    border-radius: 50px;
    padding: 2px 8px 2px 6px;
    display: flex;
    box-shadow: 0px 1px 20px #0000002b;
  }
  @media screen and (max-width: 690px) {
    .ma-section .card .card__img .span {
      top: 20px;
    }
    .ma-section .card .card__img .spans {
        top: 20px;
      }
  }
  @media screen and (max-width: 470px) {
    .ma-section .card .card__img .span {
      top: 15px;
    }
    .ma-section .card .card__img .spans {
        top: 15px;
      }
  }
  .ma-section .card .card__img .span svg {
    fill: #c68a00 !important;
    width: 20px;
    margin-right: 2px;
  }
  /* end-gallery */
  /* blog */
  .ma-blog-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .ma-blog-container .box {
     
    /* background-color: #e9ebef; */
    position: relative;
  }
  /* .ma-blog-container .box {
     
    background-color: #dbdbdb;
    position: relative;
  } */
  /* .ma-blog-container .box:first-of-type:before {
    content: "Featured";
    background-color: #f7fcf7 !important;
    color: #4db648;
    font-size: 13px;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  } */
  
  /* .ma-blog-container .box:first-of-type:after {
    content: "";
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #f7fcf7 !important;
    position: absolute;
    left: 72px;
    top: 0;
    transform: translateY(-50%);
  } */
  .ma-blog-container .box .top {
    height: 300px;
    width: 100%;
    position: relative;
    background-color: #dbdbdb !important;
  }
  .ma-blog-container .box.grid-group-item .top {
    height: 300px;
    width: 100%;
    position: relative;
    background-color: #dbdbdb !important;
  }
 
  .ma-blog-container .box.list-group-item .top {
    height: 214px;
    width: 100%;
    position: relative;
    background-color: #dbdbdb !important;
  }
  
  /*.ma-blog-container .box .top:before {*/
  /*  content: "";*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background-color: rgba(43, 187, 175, 0.829);*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*  transition: 0.3s;*/
  /*  opacity: 0;*/
  /*}*/
  
  /*.ma-blog-container .box .top:hover:before {*/
  /*  opacity: 1;*/
  /*}*/
  
  .ma-blog-container .box .top:after {
    content: "";
    color: white;
    font-size: 12px;
    padding: 10px;
    /* border: 1px solid white; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
  }
  
  .ma-blog-container .box .top:hover:after {
    opacity: 1;
  }
  
  .ma-blog-container .box .top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .ma-blog-container .box .top span {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: white;
    font-size: 20px;
  }
  
  .ma-blog-container .box .top span i {
    margin-left: 5px;
  }
  
  .ma-blog-container .box .bottom {
    /* height: 160px; */
    padding: 15px;
    position: relative;
    box-shadow: 8px 6px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
  }
  
  /* .ma-blog-container .box:not(:last-of-type) .bottom:before {
    content: "Hot";
    background-color: #c68a00 !important ;
    color: white;
    font-size: 11px;
    padding: 4px 7px;
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: 1;
  }
  .ma-blog-container .list-group-item .box:not(:last-of-type) .bottom:before {
    left: -70% !important;
    bottom: 17px !important;

  } */
  .bottom .short-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
  }
  .bottom .price{
    /* margin-top:10px; */
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
  .ma-blog-container .box .bottom h3 {
    font-weight: bold;
    font-size: 16px;
    font-weight: 600;
  }
  
  .ma-blog-container .box .bottom > p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #777;
  }
  
  /* .ma-blog-container .box .bottom .advants {
    display: flex;
  } */
  
  .ma-blog-container .box .bottom .advants > div {
    margin-right: 10px;
  }
  
  .ma-blog-container .box .bottom .advants > div > span {
    font-weight: bold;
    font-size: 12px;
  }
  
  .ma-blog-container .box .bottom .advants > div > div {
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
  }
  
  .ma-blog-container .box .bottom .advants > div > div i {
    color: #777;
    font-size: 20px;
  }
  
  .ma-blog-container .box .bottom .advants > div > div > span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .ma-blog-container .box .bottom .advants > div > div > span > span {
    color: #777;
    font-weight: normal;
    margin-left: 5px;
  }
  .box .thumbnail {
    border: 1px solid #4db64857;
    box-shadow: 5px 5px #4db64857;
  }
  /* .container .box .bottom .price {
    margin-top: 20px;
  } */
  
  .ma-blog-container .box .bottom .price span:first-of-type {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    /* margin-bottom: 5px; */
  }
  .ma-blog-container .top  .short{
    display:none;
  }
  .ma-blog-container .top  .shorts{
    display:none;
  }

#phones{
  margin-top: auto;
  font-weight: bold;
    margin-bottom: 0px;
}
  .ma-blog-container .top:hover  .short{
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 74%;
    color: #fff;
    border: 1px solid white;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    position: absolute;
  }
  .ma-blog-container .top:hover .shorts{
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 24%;
    color: #fff;
    border: none;
    top: 62%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    position: absolute;
  }
  
  .ma-blog-container .box .bottom .price span:last-of-type {
    color: #000000;
    font-size: 22px;
  }
  button.page-number {
    margin-top: 2px;
    margin-left: .5px;
    margin-right: .5px;
    border: none;
    background: #f1f1f1;
}
button#prevPage, button#nextPage{
  border-radius: 4px;
  border-color:#4db648 !important;
  background:#4db64842 !important;
}
button.page-number.active{
  background:#4db648 !important;
  color:#fff;
}
.skeletoncards {
  background-color: #FFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.titles.skeletons {
  min-height: 28px;
  border-radius: 4px;
}
.short-description.skeletons {
  min-height: 72px;
  border-radius: 4px;
}
.skeletons {
  padding:15px;
  background-color: #e2e5e7;
  /* background-image: linear-gradient(100deg, rgba(47 136 130 / 10%), rgba(255, 255, 255, 0.5), rgba(47 136 130 / 10%)); */
  background-image: linear-gradient(3deg, rgb(47 136 130 / 0%), rgba(255, 255, 255, 0.5), rgb(47 136 130 / 0%));
  background-size: 200px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1.5s ease infinite;
          animation: shine 1.5s ease infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

  /* end blog */
  .footer-col h4 {
    font-size: 18px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  
  .footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffcc00;
    width: 50px;
    height: 2px;
  }
  
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: #DDD;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: #FFF;
    padding-left: 7px;
  }
  
  .footer-col .social-links a {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px 10px 0;
    line-height: 40px;
    transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover {
    color: #000000;
    background-color: #FFF;
  }
  
  @media(max-width: 767px) {
    .footer-col {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  @media(max-width: 574px) {
    .footer-col {
      width: 100%;
    }
  }
  .box{
    color:#0f0f0f !important    ;
    text-decoration: none !important;
} 
.footer {
position :relative;
} 

.containerr {
max-width: 1170px;
margin: auto;
}

.row {
display: flex;
flex-wrap: wrap;
/* width: 100% !important; */
}

ul {
list-style: none;
}

.footer-col {
width: 25%;
padding: 0 15px;
}
.ma-white{
position: relative;
margin-bottom: 10px;
}
.ma-white::before {
content: "";
position: absolute;
left: 0;
bottom: -5px;
background-color: #ffcc00;
width: 50px;
height: 2px;
}
.selected {
  text-shadow: none !important;
  color: #4db648 !important;
  font-weight: bold !important;
}
.selected.fas {
  transform: scale(1.5);
}
.ma-img img{
transition: all 0.3s ease;
}
.ma-img img{
position: relative;
transition: all 0.6s ease;
}
.ma-img:hover i{
transform: scale(1.5);
}
.ma-vm{
  margin-right:8px;
  font-size:22px;
  color:#95701d !important;
}
.ma-vm a{
  margin-left: 10px;
}
.ma-view:hover{
  opacity: 0.9 !important; 
}
.clickable-item{
  cursor:pointer;
}
.clickable-item:hover i{
  transform: scale(1.5);
  }
.ma-section .card .card__img {
position: relative;
background-color: #c68a00 !important;
}
.inner-property-img,
.primary-img{
    transition: transform 0.3s ease;
}
.inner-property-img.zoom-effect,
.primary-img:hover{
  transform: scale(1.1); 
}
.ma-section .card .card__img:before {
content: "";
width: 100%;
height: 50%;
background-color: #fff;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.4s ease;
opacity: 0;
z-index: 10;
border-radius: 15px;
}
.ma-section .card .img_effect_2:before {
width: 60% !important;
height: 100% !important;
}

.ma-section .card .card__img:hover:before {
opacity: 1;
}
.card__overlay{
  cursor:pointer;
} 
.For_sale .col-lg-6{
  padding:0;
}
.For_rent .col-lg-6{
  padding:0;
}
/*.ma-section .card .card__img:after {*/
/*  width: max-content;*/
/*content: "View Property";*/
/*color: white;*/
/*font-size: 12px;*/
/*padding: 7px;*/
/*border: 1px solid white;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translate(-50%, -50%);*/
/*cursor: pointer;*/
/*transition: 0.3s;*/ 
/*opacity: 0;*/
/*}*/

.ma-section .card .card__img:hover:after {
opacity: 1;
}
/* foooter */


.footer-area{
  border-top: 1px solid #D1D1D1;
  background: #555 url("/images/bg-footer.jpg") repeat scroll 0% 0%;
  color: #535353;
  }
  .footer{
  padding: 5px 0px 50px 0px;
  background: rgba(255, 255, 255, 92%) none repeat scroll 0% 0%;
  }
  .footer ul li i { 
      padding-right: 10px;
      color: #000;
      cursor: pointer;
  } 
  .footer-category li{
    cursor:pointer !important;
  }
  .footer .container{
    z-index: 100000;
    position: relative;
  }
  .footer-copy{
      background: rgba(213, 213, 213, 0.9) none repeat scroll 0% 0%;
      border-top: 0.051px solid rgba(162, 162, 162, 0.46);
      padding-bottom: 0px;
      padding-bottom: 7px;
  padding-top: 7px;
  }
  .single-footer{
      margin-top: 35px
  }
  .z-10{
      z-index: 10;
  }
  .footer img{
      margin-bottom: 20px;
  }
  .footer p{  
      line-height: 25px;
      font-size: 15px;
      padding-bottom: 0px;
     
  }
  .footer h4{
    /* text-shadow: -1px 1px 0 #000, 1px 1px 0 #4db648, 1px -1px 0 #4db648, -1px -1px 0 #4db648; */
      color: #000000;
      font-weight: 600;
      margin-top: 0px;
      text-transform: uppercase;
      /* border-bottom: 2px solid #878787; */
      margin-bottom: 0px;
      letter-spacing: 0px;
     
  }
  /* .footer h4 span{
      border-bottom: 3px solid #234DD4;
  } */
  .footer-title-line {
      /* height: 2px;
      background: #4db648; */
      margin: 0px 0px 33px;
      position: relative;
      top: -2px;
  }
 
  .footer-line-2{
      width: 185px;
  }
  .footer-line-3{
      width: 170px; 
  }
  .footer-line-4{
      width: 261px; 
  }
  .footer h5{
      color: #fff;
      margin-top: 20px;
      font-weight: 700;
  }
  .footer a{
      color: #fff;
  }
  .footer ul{
      padding: 0px;
      margin: 0px;
  }
  .footer  ol, .footer ul {
      list-style: outside none none;
  }
  .ma-single-footer ul li{
    margin-bottom: 14px !important;
  }
  .footer ul li{
      font-size: 15px;
      margin-bottom: 2px;
  }
  ul.footer-adress li {
      margin-bottom: -4px;
  }
  .footer ul li a{
  text-decoration: none;
  color: #535353;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  }
  .footer ul li a:hover{
      color: #4db648;
      text-decoration: none;
  }
  .footer-category li:hover{
    color: #4db648;
      text-decoration: none;
  }
  .footer-menu li{
    border-bottom: 1px solid #000000;
  }
  
  .footer-copy span{
      margin-right: 20px; 
      font-size: 13px;
  }
  .footer-copy span a{
      color: #000;
      font-weight: 500;
  } 
  .footer img{
      height: 55px;
  }
  ul.footer-blog li {
      width: 100%;
      display: flex;
      margin-bottom: -20px;
  }
  .ma-footer-blog img {
      width: 100%; 
      height: 80px !important;
      margin-bottom: 0px;
  }
  .footer-blog i {
      font-size: 51px;
      color:#4db648;
      z-index: 1;
  }
  .footer-blog .blg-entry h6 a{   
      font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgb(31, 31, 31);
  }
  .footer-blog .blg-entry h6 {
      padding: 0px;
      margin: 0px;
  }
  .footer-blog .blg-date {
      color: #FFF;
      background-color: #4db648;
      padding: 2px 3px;
      font-size: 11px;
      position: relative;
      top: -22px;
      width: 100%;
  }
  .footer-blog .blg-thumb img{
      
  }
  /* .wsmainfull{
    margin-top: 38px;
    z-index: 1000;
    position: fixed !important;
  }
  .headtoppart{
    z-index: 1000;
    position: fixed;
  }
  .mawis-container{
    margin-top:110px;
  } */
  .footer-blog p {
font-size: 14px;
font-weight: 400;
line-height: 21px;
color: rgb(163, 163, 163);
  }
  .news-letter .form-control {
      display: block;
      width: 100%;
      height: 44px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857;
      color: #E1E1E1;
      background-color: rgba(255, 255, 255, 0.52);
      background-image: none;
      border: 1px solid rgba(231, 157, 45, 0.3);
      border-radius: 0px;
      box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset; 
  }
  .news-letter .form-control:hover ,.news-letter .form-control:focus{
      background-color: rgba(0, 0, 0, 0.1);
  }
  .footer .subscribe{ 
      display: inline-block;
      padding: 10px 10px;
      margin-bottom: 22px;
      font-size: 14px;
      margin-left: -36px;
      z-index: 99;
      background-color: #234DD4;
      border-color: #234DD4;
  }
  .footer .subscribe:hover{
      background-color: #2D2D2D;
      border-color: #2D2D2D;
  }
  
  .social ul {
      padding: 0px;
      list-style: outside none none;
  }
  .social li {
      display: inline-block;
      padding-right: 0.3em;
      padding-bottom: 0.3em;
  }
  .social  ul li a:hover {
      color: #234DD4;
     
 
  background-color: #868686;
  }
  .social  ul li a:hover i{
     color: #234DD4;  
  }
  .social ul li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #4db648;
  transition: all 0.8s ease 0s;
  color: rgb(146, 146, 146);
  }
  .social ul li a i{
  color: rgb(146, 146, 146);
  font-size: 20px;
  padding: 10px;
  }
  .bottom-menu ul{
      list-style: outside none none;
  }
  .bottom-menu ul li{
      float: left;
      display: inline-block;
  }
  .bottom-menu ul li a { 
      font-size: 13px;
      color: #2A2A2A;
      padding: 10px;
      font-weight: 500;
  }
  .bottom-menu ul li a:hover{
      color: #234DD4;
  }
  .footer_bg {
     opacity: 0.3;
     position:absolute;
      bottom: 0;
      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
      width: 100%;
      height: 266px;
      background-size: cover;
  }
  .whychoose .d-flex{
      margin-bottom: 30px;
  }
  /* post slider */
  .post-slider {
    padding: 80px 0px 100px;
    background-image: linear-gradient(to bottom, rgb(112 43 187 / 44%), rgba(43, 187, 175, 0.929));
  }
  .post-slider .carousel-control-next, .carousel-control-prev {
    width: auto;
    top: 50%;
    bottom: initial;
  }
  .post-slider .carousel-control-prev {
    left: -40px;
  }
  .post-slider .carousel-control-next {
    right: -40px;
  }
  .post-slider .carousel-indicators {
    bottom: -70px;
  }
  .post-slider img {
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
  .post-slider h3 {
    font-weight: 600;
    font-size: 28px;
    color: #FFEB3B;
    border-bottom: 2px solid #b39cdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .post-slider .price {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .post-slider ul {
    list-style: none;
    padding: 0;
  }
  .post-slider ul li {
    padding-bottom: 10px;
  }
  .post-slider ul i {
    font-size: 18px;
    margin-right: 5px;
    color: #FFEB3B;
  }
  /*-- Responsive CSS --*/
  @media (max-width: 767px) {
    .post-slider .carousel-control-prev {
      left: 0px;
    }
    .post-slider .carousel-control-next {
      right: 0px;
    }
    .post-slider h3 {
      font-size: 22px;
    }
    .post-slider .price {
      font-size: 18px;
      top: 12px;
    }
  }
  /* for map */
  .agent-profile-image {
    width: 100%;
    height: 310px;
  }
  .agent-profile-image img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .agent-profile-content .title h2, .agent-profile-content .title .h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .agent-profile-content .title .sub {
    display: block;
    color: #1B6F58;
    font-size: 15px;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .agent-profile-content .info-list {
    /* margin-top: 25px; */
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .agent-profile-content .info-list li {
    list-style-type: none;
    color: #020000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .agent-profile-content .info-list li span {
    display: block;
    color: #687693;
    font-size: 14px;
    font-weight: 500;
    /* margin-bottom: 7px; */
  }
  .agent-profile-content .info-list li a {
    color: #020000;
  }
  .agent-profile-content .info-list li a:hover {
    color: #4db648;
  }
  .agent-profile-content .social-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .agent-profile-content .social-info a {
    margin-right: 20px;
  }
  .agent-profile-content .social-info a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #4db648;
    color: #ffffff;
    font-size: 18px;
    transition: 0.6s;
    text-align: center;
    border-radius: 50px;
  }
  /* end map */
 .features .list {
    /* margin-top: 20px; */
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
 .features .list li {
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #687693;
    margin-bottom: 20px;
  }
  .locations .location{
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #444;
   
  }
  .features  li:hover {
    opacity: 0.8; /* Reduce opacity on hover */
    cursor: pointer;
}
.locations .location:hover,
.roomlocations .location:hover,
.wantedlocations .location:hover{
  /*opacity: 0.8;*/
  text-decoration: underline;
  cursor: pointer;
}
  .features .list li i {
    font-size: 25px;
    color: #4db648;
    margin-right: 8px;
  }
  .location .fa-check-double{
    font-size: 25px !important;
    color: #4db648 !important;
    margin-right: 8px !important;
  }
  .maa-section{
    border-radius: 5px; background-color: #F7F8F9; padding: 20px;
  }
  .opacity-30 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}
.ma-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.ma-bg img {
  width: inherit;
  height: 100%;
}
.ma-button{
  -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    /* user-select: none; */
    vertical-align: middle;
    /* appearance: none; */
    text-decoration: none;
    font-family: Poppins, sans-serif;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    border: 1px solid #e3e6ef;
    width: 92.58px;
    height: 85.34px;
    background: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 0.862rem;
    line-height: 1.7;
    display: grid;
    border-radius: 3.76327px;
    text-transform: capitalize;
    padding: 12px;
    color: rgb(55, 71, 79);
}
.ma-button:hover{
  color: #4db648;
  text-decoration: none;
    background-color: rgba(55, 71, 79, 0.04);
    border: 1px solid #2dff23;
}
.ma-button:focus{
  text-decoration: none;
    background-color: rgba(55, 71, 79, 0.04);
    border: 1px solid #2dff23;
}
.ma-button.active{
  color: #4db648 !important;
  text-decoration: none !important;
    background-color: rgba(55, 71, 79, 0.04) !important;
    border: 1px solid #2dff23 !important;
}
.ma-button-div{
  position: relative;
    overflow: hidden;
    width: 29.09px;
    height: 29.97px;
}
 .ma-button-div-span{
  overflow: hidden;
     pointer-events: none; 
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
} 
.block {
  top:2.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  /* margin: 30px; */
  display: inline-block;
}
.beacon {
  background: #4db64852;
}
.beacon-1:before, .beacon-1:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4db648;
  position: absolute;
  top: 0;
  left: 0;
  animation: beacon 2.4s linear 0.6s infinite;
}
.beacon-1:after {
  animation: beacon 1.8s linear infinite;
}
.beacon-center {
  width: 5px;
  height: 5px;
  background: #22306B;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes beacon {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}



.select-menu {
  float:right;
  width: 150px;
  margin-right:4px;
}
.select-menu .select-btn {
  margin-top: 3px;
    display: flex;
    height: 32px;
    background: #f7fcf7;
    /* padding: 14px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 8px 17px 8px 17px;
}
.select-menu .options {
  border: 1px solid #4db648;
  z-index:100;
  position: absolute;
  width: 150px;
  overflow-y: auto;
  max-height: 295px;
  padding: 6px;
  margin-top: 0px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  text-align:left;
  display: flex;
  height: 40px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  padding: 3px !important;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.option-text a{
  padding:3px !important;
  font-size:14px !important; 
}
.select-menu .options .option .option-text {
  font-size: 14px;
  color: #333;
}
/*.select-menu.active .options {*/
/*  display: block;*/
/*  opacity: 0;*/
/*  z-index: 10;*/
/*  animation-name: fadeInUp;*/
/*  -webkit-animation-name: fadeInUp;*/
/*  animation-duration: 0.4s;*/
/*  animation-fill-mode: both;*/
/*  -webkit-animation-duration: 0.4s;*/
/*  -webkit-animation-fill-mode: both;*/
/*}*/
/*.select-menu.active .options{*/
/*  display:block !important;*/
/*}*/
.select-menu .options{
  display:none !important;
}
.select-menu:hover .options {
  display: block !important;
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
#iflog{
  display: none;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.select2-container--default .select2-selection--multiple{
  border:1px solid transparent !important;
}
#myModal .modal-header{
  border-radius:0 !important;
}
#myModal .select2-selection{
  padding: 0.375rem 2.25rem .375rem 2rem !important;
  min-height: 45px !important;
  border-radius: 0px !important;
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
 }
 #myModal .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px !important;
}
#myModal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
  }
  .select2{
    width:100% !important;
  }
  .select2-container--open{
    z-index: 10000000 !important;
  }
  .nav-ma-city .select2-container .select2-selection--single {
    height: 40px !important;
  }
  .nav-ma-city .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
  }
  .nav-ma-city .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px !important;
        color: #fff !important;
    }
    .nav-ma-city .select2-container--default .select2-selection--single {
        background-color: #4db648 !important;
        border: 1px solid #4db648 !important;
    }
    .listingsearch .select2-container .select2-selection--single {
      height: 45px !important;
    }
     span.select2-selection.select2-selection--single::after {
      position: absolute;
      top: 7px;
      bottom: 7px;
      left: 0;
      z-index: 2;
      width: 1px;
      /*background-color: #a4b0b1;*/
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out;
      content: "";
  }
  .select2-container--default .select2-selection--single {
    border:none !important;
}
    /* .listingsearch  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent;
    } */
    .listingsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 43px !important;   /* vertically centre text in 45px field */
          padding-left: 0 !important;     /* reset Select2 default; parent selection handles indent */
      }
      /* .listingsearch  .select2-container--default .select2-selection--single {
          background-color: #4db648 !important;
          border: 1px solid #4db648 !important;
      } */
      .listingsearch .select2-selection{
        padding: 0.375rem 2.25rem .375rem 2.6rem !important; /* 2.6rem clears 18px icon at left:12px */
        height: 45px !important;
        border-radius: 0px !important;
        background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
        border: 1px solid #aaaaaa9c !important;
       }
 .mawis-container .select2-selection{
  padding: 0.375rem 2.25rem .375rem 2rem !important;
  height: 45px !important;
  border-radius: 0px !important;
  border: 1px solid #aaaaaa9c !important;
  /* background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important; */
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}
.mawis-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}
  .select2-selection__clear{
    display:none !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4db648 !important;
  }
  
  .property-location{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px;
    color: rgb(145, 150, 153);
    margin: 0 !important;
  }
  .city{
      font: 20px / 28px "Marck Script", cursive;
    }
  .bg-white{
      background: #fff !important;
  }
  .ma-room-inputs{
    border: 1px solid #aaaaaa9c !important;
    /* background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important; */
    padding: 0.375rem 2.25rem .375rem 2.5rem;
    height: 45px !important;
    color: #9e9e9e !important;
    border: none;
    border-radius: 0px !important;
  }
  .ma-room-inputs:focus{
      border: 0;
      box-shadow: none;
  }
   .custom-date{
        padding: 0.375rem 2.25rem .375rem 2rem !important;
    height: 45px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #aaaaaa9c !important;
    }
  .user-action-dropdown{
      margin-top: 17px;
  }
  
.user-action {
    padding: 0.5rem 1rem !important;
    color: #222;
    border: none;
    background: transparent;
    height: 40px !important;
    font-size: 0.9rem;
}
.user-action-link{
    color: #222;
    padding: 6px 5px !important;
}
.room-input-bg{
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
}
.room-overview-icon{
    font-size: 2.2rem;
    color: #b4b7c9;
    margin-bottom: 20px;
    margin-top: 10px;
}
.main-heading{ 
    font-size: 2.3rem !important;
    line-height: 28.8px;
    color: rgb(34, 34, 34);
    font-weight: 600;
}
.sub-features{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: rgb(31, 31, 31);
}
.contact_info_menu,
.contact_info_menu:hover{
    background: #4db648 !important;
    color: #fff;
    min-width: 9rem !important;
    padding: 0.4rem 0;
}
.contact_info,
.contact_info:hover{
    background: transparent !important;
    color: #fff !important;
}
.nav-tabs .nav-link{
    background: #fff;
    color: #333;
    padding: 0.8rem 2rem;
    border-radius: 10px 10px 0px 0px;
}
.nav-tabs .nav-link.active{
    background: #4db648;
    color: #fff;
    border: 1px solid transparent !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    border: 0;
    box-shadow: none;
}
.text-light-dark{
    color: #444;
}

.btn-primary{
    background: #4db648 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.property-icons,
.property-location{
    color: #5c727d;
}
.footer-blog .img-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-blog .img-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.footer-blog .img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-blog .img-meta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 25px 14px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.footer-blog .img-date{
    padding: 5px 14px;
    margin: 0;
    color: #222;
    font-weight: 600;
}
.footer-blog .img-title {
  padding: 5px 14px;
  font-size: 18px; /* Slightly bigger font */
  font-weight: 600;
}


/* Make the left image taller */
.big-left .img-card {
  height: 100%;
  min-height: 100%;
}

/* Make the right stacked images share the same height as the left image */
@media (min-width: 768px) {
  .right-stack {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
  }

  .right-stack .img-card {
    flex: 1;
  }
}
#propertyTabs .nav-link{
    font-size: 1.2rem;
    font-weight: 600;
}
#propertyTabs .nav-link.active{
    color: #4db648 !important;
}
.property-purpose{
    top: 15px !important;
    display: inline-table;
    font-size: 1rem !important;
    border-radius: 1.3rem;
    z-index: 1;
}
.roomlocations p,
.wantedlocations p{
    font-size: 0.8rem;
}
.required-sign{
    vertical-align: middle;
    color: red;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20b858;
    color: #fff;
}
.text-danger{
    color: red;
}