.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
color: red !important;
}
.btn.btn-theme-light-3, .btn.btn-theme-light-3:focus{
    color: #fff!important;
    background: #008102;
    border: 1px solid #6da8c3;
    padding: 3px 8px;
}
.btn.btn-theme-light-3:hover { background: #289DD2;}
.bannerbtn .readmore {margin-right:10px;}
.topbar {
    background: #2b2b2b;
    font-size: 14px;
}
.contacttop{color:#ddd;display: flex;
    align-items: center;}
.contacttop a{color: #ddd;}
.contacttop i{margin-right:5px;color:#acce22}
ul.footer-bottom-social li a {
    color: #acce22;
}
/* --primary-color: #289DD2; */
.hero-banner h1, .main-banner h1 {
    font-size: 2.5rem;
    line-height: 1.1;
}
.hero-banner {
    align-items: flex-start;
}
.input-with-icon i, .input-with-icon img { 
    color: #289DD2;opacity: 0.6;
}
.statsWrapper section{padding:0 0 20px;}
.statsWrapper section .h3{margin-bottom:0;}
.statsWrapper section .p{line-height:1;}
.statsWrapper .row{display: flex;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.full-search-2.hero-search-radius {
    background: #f7f7f7;
}
.nav-menu>li>a { 
    font-weight: 600;
    padding: 30px 15px;text-transform: uppercase;
}
.property_block_wrap.style-2 .property_block_wrap_header h4 {
    color: #289DD2; 
    font-size: 20px;
}
.property-listing.property-2 .listing-name .prt-link-detail {
    position: relative;
    font-size: 1.3rem;
}
.nameprice {
    display: flex;
    justify-content: space-between!important;
}
.bybuildr {
    color: #acce22;
    font-weight: 700;
}
.propcat {
    display: block;
}
.bybuilder{color:#4e5c79!important} 
.gray-simple.pt-20{padding-top:20px!important} 
.proptylabel {
    color: #fff;
    position: absolute;
    top: 0;
    background: #acce22;
    margin: 0;
    line-height: 1;
    padding: 5px 6px;
}
ul.like_share_list li {
    flex: 0 0 100%;
    list-style: none;
    padding: 0 5px;
    width: 100%;
}
ul.detail_features li {
    color: #008102; 
    font-size: 14px; 
    font-weight: 700;
}
.current-menu-item a{color:#008102!important}
.nav-brand img {
    max-height: 70px;
}
.nav-brand { 
    padding: 2px 15px;
}
.foot-location, .listing-locate, .property-listing.property-1 .listing-name, .property-listing.property-2 .listing-name {
    -webkit-line-clamp: 2;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
       margin-bottom: 15px;
}
.fpBox .btn.btn-theme-light-3{background:#0fca98;border-color:#0fca98;}
.fpBox .btn.btn-theme-light-3:hover{opacity:0.8;}
.btn-black:focus, .btn-black:hover {
    background: #0fca98;
    border: 1px solid #0fca98;
}
#engModal .modal-footer { 
    justify-content: center;
}
#engModal .modal-dialog {
    margin: 30px auto;
    max-width: 460px; 	
}
#engModal .modal-body {
    padding: 1em 3em 0rem 2em;
}
@media (min-width: 992px){
.hero-banner, .hero-header, .main-banner.image-banner {
    min-height: 460px;
}
.nav-header { 
    min-width: 200px;
}
}
/* mb menu */

.enquireBtn a {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: var(--corp-gradient);
  background-size: 200%;
  color: #fff;
  min-width: 120px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.enquireBtn a:hover {
  background-position-x: left;
}

.enquireBtn a i {
  margin-right: 5px;
}

/*header*/


/* Whatsapp Icons */
.cellphoneBtn {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 999;
}
.cellphoneBtn a {
display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    background: #faf7f2;
    color: #27b737;
    box-shadow: 0 0 0 6px #27b737;
    position: relative;
    z-index: 1;
}


.enquiryBtn {
  position: fixed;
  right: 35px;
  bottom: 38px;
  z-index: 999;
}

.enquiryBtn a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 15px;
  margin-bottom: 30px;
  text-align: center;
  background: #faf7f2;
  color: #289DD2;
  box-shadow: 0 0 0 8px rgba(61, 251, 105, 0.45), 0 0 0 15px rgba(33, 164, 40, 0.63), 1rem 1rem 2rem rgb(0 0 0 / 25%);
  animation: enq 2s cubic-bezier(0.55, 0.76, 0.27, 1.29) infinite;
  position: relative;
  z-index: 1;
}

.enquiryBtn a:nth-child(2) {
  animation-delay: 0.5s;
  margin-bottom: 0;
  box-shadow: 0 0 0 8px rgba(61, 127, 251, 0.45), 0 0 0 15px rgb(11 107 235 / 63%), 1rem 1rem 2rem rgb(0 0 0 / 25%);
}

@keyframes enq {
  50% {
    box-shadow: 0 0 0 1px rgba(61, 127, 251, 0.45),
      0 0 0 0px rgb(11 107 235 / 63%), 1rem 1rem 2rem rgb(0 0 0 / 25%);
  }
}

.enquiryBtn a i {
  margin-right: 0;
}

.enquiryBtn a i.fa-whatsapp {
  color: var(--whatsapp);
}
/* Whatsapp Icons */


.fpContainer .fpBox.headtabl{
	 background:#263547;
}
.fpContainer .fpBox.headtabl h6{
	color:#fff; 
}
.fpContainer{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;}
.fpContainer .gap-form-row{border-bottom: 1px solid #ccc;margin-bottom: 0px;}
.fpContainer .gap-form-row .insideBox{border-right: 1px solid #ccc;padding: 10px 10px;}
.fpContainer .gap-form-row .insideBox:last-child{border-right:0;}

.listing-card-info-price { 
    font-size: 20px;
}
@media (max-width: 767px){
.statsWrapper .row { 
    width: 100%; 
}
.hero-banner h1, .main-banner h1 {
    font-size: 2rem; 
}

}