
body{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 0 !important;
    background: #fafafa;
}
.nav-expanded{
    overflow: hidden;
}
li{
    list-style-type: none;
    padding: 0;
}
a:hover, a:focus{
    text-decoration:none;
}
a {
    cursor: pointer;
    color: #37404d;
    text-decoration: none !important;
}
ul{
    padding: 0;
}
.mtop10, .mtop20, .mtop30, .mtop50{ 
        display: inline-block;
    width: 100%;
}
.mtop10{
    margin-top: 10px;
}
.mtop20{
    margin-top: 20px;
}
.mtop30{
    margin-top: 30px;
}
.mtop50{
    margin-top: 50px;
}
.button-theme {
    background: #4caf50;
    border: 2px solid #4caf50;
    color: #fff;
}
.button-theme:hover {
    background: #84ad1d;
    /*border: 2px solid #84ad1d;*/
    color: #fff;
}
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
}
/*********/
#preloader { position: fixed; 
    left: 0;
    top: 0; 
    z-index: 999; 
    width: 100%;
    height: 100%; 
    overflow: visible;
    background: #fff url(../image/preloader.gif) no-repeat center center; }
/*************HEADER*******/
.header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navContainer{
    padding: 0 30px;
}
.TopMenu{
    background: #111111;
    height: 40px;
    
}
.TopMenu ul{
    padding: 10px 0;
}
.TopMenu ul li{
    display: inline-block;
}
.mainNavHeader{
    display: inline-block;
    width: 100%;
    margin-top: -10px;
    position: relative;
}
.TopMenu ul li a{
    color: #aaa;
    margin-right: 15px;
    font-size: 12px;
    transition: all ease 0.5s;
    cursor: pointer;
}
.TopMenu ul li a:hover{
    color: #4caf50;
}
.MainMenu{
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);  
    border-bottom: 1px solid #e2e2e2;
}
.MainMenu .MainLogo{
    clear: both;
    width:120px;
    float: left;
    margin-top: 20px;
}
.MainLogo h1{
   font-weight: 600; 
    margin: 0;
}
.Clslogo{
    color: #4caf50;
}
.Clslogo:hover{
   color: #4caf50;
}
.mainNavUl{
    width:calc(100% - 195px);
    float: left;
    margin: 0;
    padding-left: 20px;
}
.mainNavUl li{
    display: inline-block;
}
.mainNavUl li > a{
    position: relative;
    display: block;
    padding: 20px 20px 15px;
    font-size: 14px;
    border-top: solid 5px transparent;
    line-height: 27px;
    letter-spacing: 1px;
    color: #4a4747;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    transition: all ease 0.5s;
}
.mainNavUl li > a:hover, .mainNavUl li > a.active{
    color: #4caf50;
    border-top: solid 5px #4caf50;
}
.MenubtnRgt{
    float: right;
        padding: 20px 0;
}
.navbtn{
    border-radius: 50px;
    padding: 4px 25px !important;
    font-weight: 400;
        color: #4caf50  !important;
    border: 1px solid #4caf50  !important;
    transition: all ease 0.5s;
}
.navbtn:hover{
    background: #4caf50;
    color: #fff !important;
}
/*********HEADER**********/
.contentWrapper{
    padding-top: 120px;
}

/*****radio*****/
.grnRadiobtn [type="radio"]:checked,
.grnRadiobtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.grnRadiobtn [type="radio"]:checked + label,
.grnRadiobtn [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
        font-weight: 500;
}
.grnRadiobtn [type="radio"]:checked + label:before,
.grnRadiobtn [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.grnRadiobtn [type="radio"]:checked + label:after,
.grnRadiobtn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
        background: #4caf50;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.grnRadiobtn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grnRadiobtn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*****check****/
.grncheckbtn [type="checkbox"]:checked,
.grncheckbtn [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.grncheckbtn [type="checkbox"]:checked + label,
.grncheckbtn [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
        font-weight: 500;
}
.grncheckbtn [type="checkbox"]:checked + label:before,
.grncheckbtn [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.grncheckbtn [type="checkbox"]:checked + label:after,
.grncheckbtn [type="checkbox"]:not(:checked) + label:after {
        content: '\f00c';
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    color: #4caf50;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
    left: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.grncheckbtn [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grncheckbtn [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*****FOOTER******/

footer {
    background: #111;
    color: #7c7e83;
    padding: 100px 0 30px;
}
.footer-info p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #7c7e83;
}
.main-title-2 {
    margin-bottom: 30px;
}
.footer-info .main-title-2 h1 {
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.footer-info .personal-info li {
    color: #7c7e83;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
}
.footer-info .personal-info li a, .footer-info .links li a {
    color: #7c7e83;
}
.footer-info .links li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.popular-posts .media {
    margin: 0 0 30px;
    color: #4a4747;
}
.popular-posts .media .media-left {
    padding-right: 15px;
}
.popular-posts .media-heading a {
    color: #4caf50;
}
.popular-posts .media-heading {
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}
.popular-posts .media .media-body .price {
    font-weight: 600;
    font-size: 13px;
}
.popular-posts .media .media-body p {
    margin-bottom: 0;
    font-size: 13px;
}
.footer-info .popular-posts .media .media-body .price {
    color: #7c7e83;
}
footer .footer-item .newsletter {
    cursor: pointer;
    color: #555;
    transition: .5s;
    border-radius: 2px;
    border: none;
    padding: 20px;
    background: #151515;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
footer .footer-item .newsletter input {
    width: 100%;
    font-size: 12px;
    height: 39px;
    color: rgb(113, 113, 113);
    padding: 11px 15px;
    border-width: 1px;
    border-color: rgb(232, 231, 231);
    border-image: initial;
    outline: none;
    border: none;
}
.copy-right {
    background: #111;
    padding: 25px 0;
    border-top: solid 1px #1b1b1b;
    color: #7f7f80;
    font-size: 13px;
}
.copy-right a {
    color: #7f7f80;
}
.copy-right ul {
    float: right;
}
.copy-right ul li {
    display: inline-block;
}
.copy-right ul li a {
    margin-left: 25px;
}
.copy-right ul li a:hover {
    color:#4caf50;
}
/*****FOOTER******/

.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../image/e1.jpg) top left repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
}
.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 20;
}
.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dadada;
    z-index: 20 !important;
}
.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
}
.sub-banner .breadcrumbs li a {
    color: #dadada;
}
.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}
.breadcrumbs .active {
    margin-left: 15px;
    color: #dadada;
}
.property-search{
        padding: 70px 0 50px;
}
.propertySarch{
    background: #fff;
    padding: 30px 20px 60px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

/****FORMS****/
.form-group {
    margin-bottom: 20px;
}
.form-group label{
    display: block;
}
.bootstrap-select, .form-control{
        min-height: 44px;
    padding: 5px 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
        width: 100% !important;
    border-radius: 3px;
}
.form-group .form-control{
    padding: 5px 10px;
}
.Location textarea.form-control {
    height: 90px;
}
.bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
}
.propertySarch .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}
.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #999 !important;
    box-shadow: none !important;
}
.bootstrap-select .btn-default.focus, .bootstrap-select .btn-default:focus {
    color: #999 !important;
}
.form-group button {
    border-radius: 2px;
    box-shadow: none;
    border: none;
}
.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}
.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    min-height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    padding: 0;
}
.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover {
    color: #4caf50;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    outline: none;
    border: 0 !important;
}
.bootstrap-select .dropdown-menu li a:hover {
    background: #4caf50;
    color: #fff;
}
.dropdown-menu > li > a{
        display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #4a4747;
    font-size: 13px;
    white-space: nowrap;
    border-left: solid 5px transparent;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background-color: transparent;
        box-shadow: none;
}
.form-group .search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    background: #4caf50;
    margin-top: 20px;
}
.search-button:hover {
    color: #fff;
    background: #5e8400;
}
/******forms****/
.Tab_title{
    margin: 0 0 20px;
    padding: 11px 15px;
    box-sizing: border-box;
    height: 40px;
    font-size: 17px;
    background: #4caf50;
    color: #fff;
}
.SearchTabs{
    background: #fff;
        margin-bottom: 20px;
    padding: 20px;
}
.propertySarch .Location_title{
        margin: 0 0 20px;
    font-size: 20px;
    color: #4caf50;
}
.Location h4{
    margin-bottom: 20px;
    font-size: 17px;
    margin-top: 0;
}
.SearchTabs .nav-tabs{
    border: 0;
}
.SearchTabs .nav-tabs>li a{
        padding: 8px 20px;
    background: #0c0c0c;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    transition: all ease 0.5s;
}
.SearchTabs .nav-tabs>li.active a, .SearchTabs .nav-tabs>li:hover a{
    background: #4caf50;
    color: #fff;
    font-weight: 600;
}
.Radiobtn_wrpr{
        padding: 0 15px;
    margin-bottom: 15px;
}
.Radiobtn_wrpr .grnRadiobtn{
    margin-right: 15px;
}
.dv_SrchBtn{
       display: inline-block;
    width: 100%;
}
.Amenities .grncheckbtn{
    width:100%;
    display: inline-block;
    margin-bottom: 10px;
}
.Slider_wrpr.carousel, .Slider_wrpr.carousel .item {
     height: 600px;
    margin: 0;
}
.Slider_wrpr .item img {
       height: 100% !important;
    width: 100%;
}
.Slider_wrpr .carousel-caption{
    top:50%;
}
.slider-mover-left {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    background: #151515;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.slider-mover-right {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #151515;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.Slider_wrpr .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex !important;
}
.banner-content {
    align-self: center !important;
    max-width: 800px;
    margin: 0px auto;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #fff;
}
.Slider_wrpr.banner-slider-inner h1 span {
    font-weight: 600;
}
.Slider_wrpr .banner-slider-inner h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.Slider_wrpr .banner-slider-inner h1 span {
    font-weight: 600;
}
.Slider_wrpr .banner-slider-inner p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.button-md {
    cursor: pointer;
    padding: 15px 25px 13px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.button-theme {
    background: #4caf50;
    border: 2px solid #4caf50;
        color: #FFF;
}
.Slider_wrpr .carousel-indicators{
    display: none;
}
.HomeSearch .search-button{
       margin-top: 0px; 
}
.search-area {
    background: #e6e6e6;
    padding: 40px 0 10px;
}
.form-group .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0;
    background: transparent;
}

/****SIDE MENU****/

.clickoverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.37);
    z-index: 99;
}
.clickoverlay.open{
    display: block;
}
.siderMenu {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
    z-index: 999;
  display: none;
    -webkit-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.siderMenu a {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #353535;
}
.siderMenu a:hover{
    color: #4caf50;
}
.toggle-wrap.toggle-open{
    
}
.toggle-wrap {
      padding:0px 10px 8px 3px;
      position: absolute;
    cursor: pointer;
    right: 0;
      margin: 23px 10px 0;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 35px;
	margin: 10px 0;
	position: relative;
	border-top: 6px solid #4caf50;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #4caf50;
	height: 6px;
	width: 35px;
	position: absolute;
	top: -16px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#nav-icon1 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4caf50;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.toggle-wrap.active{
    right: 250px;
    top: -50px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.siderMenu h3{
       margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    color: #282828;
    font-weight: 600;
}
.siderMenu ul{
        padding-left: 15px;
    margin-top: 10px;
}
.siderMenu .navsupport li{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.siderMenu .navsupport li span{
        display: block;
    color: #818286;
    font-size: 16px;
    margin-bottom: 5px;
}
.support-mob{
        font-style: normal;
    font-size: 16px;
    color: #282828;
    position: relative;
    font-weight: 500;
    
}

.slideNav li a{
        padding-left: 0;
        font-size: 14px;   
    margin-bottom: 5px;
}
.followUs{
    padding-top: 20px;}
.siderMenu ul.socialNav{
    padding-left:0;
}
.socialNav li{
    display: inline-block;
}
/************************************/

/******Filter*******/
.content-area {
    padding: 70px 0 70px;
}
.Product_fillter h1 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    margin-bottom: 40px;
}
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}
.list-inline-listing li {

    display: inline-block;
}
.list-inline-listing li a{
        color: #37404d;
        font-weight: 500;
}
.list-inline-listing li a span{
    display: block;
    padding: 5px 20px;
    margin: 4px;
    border: 2px solid #fff;
    background: #fff;
    color: #37404d;
    border-radius: 3px;        
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    cursor: pointer;
}
.list-inline-listing li a span.active{
    background: #4caf50;
    color: #fff;
        border: 2px solid #4caf50;
}
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.property:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property .button, input[type="submit"] {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 2;
}
.property-tag.featured {
    background: #4caf50;
}
.property-tag.sale {
    right: 15px;
    bottom: 15px;
}
.property-price {
        color: white;
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 10px;
    border-bottom: 3px solid #4caf50;
}
.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
.property-tag {
    position: absolute;
}
.property-tag.featured {
    left: 15px;
    margin-top: 15px;
}
.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.property-img:hover .overlay-link {
    display: inline-block;
}
.overlay-link:hover {
    background: #4caf50;
    border: 2px solid #4caf50;
}
.overlay-link:hover {
    color: #fff;
}
.property .property-content {
    padding: 20px 20px !important;
    border-bottom: 2px solid  #4caf50;
}
.property-content .title {
   font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: left;
}
.property-content .title a {
    color: #4caf50;
}
.property-content .property-address a {
    font-size: 13px;
    color: #4a4747;
}
.property-content .property-address a i {
    margin-right: 10px;
}
.property-content .facilities-list {
    padding: 0;
    margin: 0;
    
}
.property-content .facilities-list li {
    width: 33%;
    float: left;
    font-size: 13px;
    line-height: 29px;
}
.property-content .facilities-list li img {
    width:15px;
}
.property-content .facilities-list li span{
    margin-left: 5px;
}
.property-content .property-address {
    margin: 0 0 15px;
}
/***********fillter************/
.projectsec {
	display:none;}
/***********fillter************/
/********Filter******/





.mb-100 {
    margin-bottom: 100px;
}
.our-service {
    text-align: center;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 27px;
}
.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.main-title h1 span {
    font-weight: 700;
}
.our-service .content {
    max-width: 262px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 20px 20px 30px;
}
.our-service .content:hover {
    padding: 20px;
    background: #fff;
}
.our-service .content span {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    border-radius: 50%;
}
.our-service .content h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #4caf50;
}
.our-service .content p {
        font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 26px;
}
.property-2 .property-address a i {
    margin-right: 10px;
}
.property-2 .price-ratings .price{
        color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
}
/******Slider****/
.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-initialized .slick-slide:focus{
    outline:none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*********Slider******/

.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.property-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}
.property-2 .featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.property-2 .featured {
    background: #4caf50;
}
.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}
.property-2 .content {
    padding: 20px 20px;
}
.property-2 .content .title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.property-2 .content .title a {
    color: #4caf50;
}
.property-2 .facilities-list {
    padding: 10px 20px;
    border-top: solid 1px #efe9e9;
}
.property-2 .property-address a {
    font-size: 13px;
    color: #4a4747;
}
.property-2 .property-address {
    margin: 0;
}
.property-2 .facilities-list li {
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-right: 18px;
}

.property-2 .facilities-list li img{
    width: 13px;
    margin: 7px 5px 0 0px;
    float: left;
}
.RecentSlider {
    margin-top: 60px;
}
.RecentSlider .slick-arrow{
         font-size: 0px;
    text-shadow: none;
    color: #fff;
    top: -40px;
    right: 10px;
    font-weight: 300;
    background: #cdcbcb;
    width: 30px;
    height: 30px;
    line-height: 42px;
    position: absolute;
    padding-left: 10px;
    border: 0;
}
.RecentSlider .slick-arrow.slick-prev{
        right: 50px;
        padding-left: 6px;
}
.RecentSlider .slick-arrow.slick-next{
    
}
.RecentSlider .slick-arrow.slick-prev:after{
    content: "\f104";
        font: normal normal normal 22px/1 FontAwesome;
}
.RecentSlider .slick-arrow.slick-next:after{
    content: "\f105";
        font: normal normal normal 22px/1 FontAwesome;
}
/*******************************/
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.heading-properties h3 {
    font-weight: 700;
    margin-top: 0;
    color: #353434;
}
.properties-details-page p {
    line-height: 25px;
}
.heading-properties p {
    margin-bottom: 0;
}
.heading-properties h3 {
    font-weight: 700;
    margin-top: 0;
    color: #353434;
}
.heading-properties h5 {
    text-align: right;
    font-weight: 700;
}
.heading-properties h3 span {
    color: #4caf50;
}
.heading-properties h5 {
    color: #4caf50;
}
.heading-properties p i {
    color: #4caf50;
    margin-right: 5px;
}
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
#carousel-custom .carousel-indicators {
    margin: 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: none;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 12.50%;
    border: none;
    float: left;
}
.thumbs img {
    width: 100%;
    float: left;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.Property-description {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
}
.Property-description .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}
.Property-description .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    display: inline-block;
    letter-spacing: 1px;
}
.properties-panel-box .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 32px;
    font-size: 12px;
    border-radius: 0;
    background: #fff;
    border: solid 1px #fff;
    color: #4a4747;
    font-weight: 600;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.properties-panel-box .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 4px 6px 4px 0;
}
.properties-panel-box .nav-tabs > li.active > a, .properties-panel-box .nav-tabs > li.active > a:focus, .properties-panel-box .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}
.panel-box .nav-tabs>li.active>a, .properties-panel-box .nav-tabs>li.active>a:focus, .properties-panel-box .nav-tabs>li.active>a:hover {
    background: #4caf50 ;
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
}
.panel-box .panel-default {
    border-color: transparent;
    margin-bottom: 0;
}
.main-title-2 {
    margin-bottom: 30px;
}
.main-title-2 h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-title-2 h1 span {
    font-weight: 700;
}
.properties-details-page p {
    line-height: 25px;
}
.properties-condition ul {
    margin: 0;
    padding: 0;
}
.properties-condition ul li, .properties-amenities ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #4a4747;
    font-size: 13px;
}
.properties-condition ul li i, .properties-amenities ul li i {
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.properties-condition ul li i, .properties-amenities ul li i {
    color: #4caf50;
}
.floor-plans table {
width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.floor-plans table td {
    font-size: 13px;
}
.inside-properties iframe {
    width: 100%;
    border: 0;
    height: 400px !important;
}
.properties-panel-box .panel-body {
    padding: 0;
}
.panel-box .panel-default {
    border-color: transparent;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.location .contact-map {
    height: 400px !important;
}
#map {
    width: 100%;
}
#map iframe{
    width:100%;
}
.contact-1 .contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 3px;
}
.contact-1 .contact-form form textarea {
    min-height: 210px;
}
.social-media ul li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
        color: #37404d;
}
.social-media li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}
.social-media ul li a:hover {
    color: #fff;
}
.facebook-bg:hover {
    background: #3b589e;
}
.twitter-bg:hover {
    background: #56d7fe;
}
.linkedin-bg:hover {
    background: #1c82ca;
}
.google-bg:hover {
    background: #dc4e41;
}
.rss-bg:hover {
    background: #e78733;
}
.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    height: 44px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
}
.form-content-box .checkbox a {
    color: #8b8b8b;
    font-size: 13px;
}
.form-content-box .checkbox a:hover{
     color: #4caf50;
}
.loginpopupWrpr{
           padding: 30px;
    background: #f5f5f5;
    margin: 20px;
}
.loginfooter {
    font-size: 13px;
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
}
.loginfooter span a {
    color: #4caf50;
    font-weight: 600;
}
.cmpopupWrpr.modal-dialog{
        width: 520px !important;
}
.cmRegpopupWrpr.modal-dialog{
        width: 650px !important;
}

.regcheck_wrpr {
    padding: 0 15px;
}
.regcheck_wrpr .regcheck{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.frmReg{
        display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.loginWrp{
    height: 100%;
    background: url(../image/sign-up.jpg);
    display: inline-block;
    width: 100%;
        background-size: cover;
}
.form-content-box{
    width: 50%;
    max-width: 550px;
    margin: 60px auto;
    background: #fff;
    padding: 50px 30px 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.form-content-box .form-group button{ 
    width:140px;
}
.registerWrpr.form-content-box{
    width: 60%;
    max-width: 650px;
}
.form-content-box .main-title h1 span{
    color: #4caf50;
}
.loginbtn{
        margin: 30px 0 0;
}
.terms-of-use {
    margin: 10px 0 0;
}
.terms-of-use a{
     color: #4caf50;
}
.Regloginbtn{
    margin-bottom: 10px;
}
.Regloginbtn .button-theme{
    margin-top: 30px;
}
.grnbrdrbtn.button-theme{
        background: transparent;
    border: 2px solid #4caf50;
    color: #4caf50;
    float: right;
    margin-top: 0;
}
.regLoginbtn {
    text-align: right;
}
.regLoginbtn label{
        margin-bottom: 5px;
    color: #7d7d7d;
    font-weight: 500;
}
.grnbrdrbtn.button-theme:hover{
     background: #4caf50;
    color: #fff;
}
.SearchResult{
    padding: 70px 0 100px;
}
.productNavgtn{
        text-align: right;
    background: #efefef;
    padding: 5px 20px 0;
    margin-top: 20px;
}
.productNavgtn ul{
    margin: 10px 0;
}
.productNavgtn .pagination>li>a{
   width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #616161;
    line-height: 24px;
}
.productNavgtn .pagination>li>a.pagNavArrow{
    font-size: 20px;
    line-height: 19px;
}
.productNavgtn .pagination>li.active>a, .productNavgtn .pagination>li:hover>a{
    background: #4caf50;
    color: #fff;
    border: 0;
}
/*************/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}
.option-bar h4 {
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}
.option-bar h4 {
    color: #4caf50;
}
.option-bar .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}
.option-bar .heading-icon {
    background: #4caf50;
}
.option-bar .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}
.option-bar .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
    color: #999;
    margin-right: 5px;
}
.agent-2 {
    margin: 0 auto 30px;
    background: #fff;
}
.agent-2 .agent-theme-2 {
    padding: 0;
    position: relative;
}
.img-responsive {
    width: 100%;
}
.agent-2 .agent-theme-2 .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin: 0;
}
.agent-2 .agent-theme-2 .social-list li {
    list-style: none;
    display: inline-block;
}
.agent-2:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}
.agent-2 .agent-theme-2 .social-list li a {
    margin: 0 8px;
    color: #fff;
}
.agent-2 .agent-content h3 a:hover {
    color: #4caf50;
}
.agent-2 .agent-content {
    padding: 30px 30px 0;
}
.agent-2 .agent-content h3 {
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.agent-2 .agent-content ul li {
    line-height: 30px;
    font-size: 13px;
}
.agent-2 .agent-content h3 a {
    color: #37404d;
}
.agent-2 .agent-content ul li a {
    color: #535353;
}
.agent-2 .agent-content ul li strong {
    margin-right: 5px;
    font-weight: 600;
}
.agent-detail {
    background: #fff;
    margin-bottom: 30px;
}
.agent-detail .agent-theme {
    padding: 0;
}
.agent-detail .agent-content {
    padding: 20px 30px;
}
.agent-detail h3 {
    font-weight: 600;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
.address-list {
    margin: 0 0 20px;
    padding: 0;
}
.address-list li {
    line-height: 32px;
    font-size: 13px;
}
.address-list li span {
    width: 100px;
    font-weight: 600;
    float: left;
}
.address-list li span i {
    color: #4caf50;
     width: 30px;
}
.agent-detail .social-media ul li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.biography p {
    line-height: 25px;
    color: #4a4747;
    margin-bottom: 20px;
}
.biography .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    text-align: left;
}
.additional-details-list li {
    list-style: none;
    line-height: 36px;
    font-weight: 600;
    color: #333;
}
.additional-details-list li span {
    margin-right: 20px;
    float: left;
    width: 130px;
    font-weight: 400;
    color: #4a4747;
}
.panel-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #4caf50;
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
}
.attachments a i {
    margin-right: 10px;
}
.agent-section .contact-1 .contact-form form textarea {
   min-height: 130px;
}
/******/
.ProjectTabs{
    background: #fff;
    padding: 0 10px 0;
        margin-bottom: 20px;
        border-radius: 3px;
    z-index: 3;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -webkit-box-shadow: 0 2px 4px -1px rgba(30, 30, 30, 0.2);
    box-shadow: 0 2px 4px -1px rgba(30, 30, 30, 0.2);
width:100%;
    display: inline-block;
}
.ProjectTabs .nav-tabs{
    border-bottom: 0;
    width: calc(100% - 200px);
    float: left;
    padding-top: 10px;
}
.ProjectTabs .nav-tabs>li.active>a, .ProjectTabs .nav-tabs>li.active>a:focus, .ProjectTabs .nav-tabs>li.active>a:hover{
        border: 0;
    border-bottom: 3px solid #4caf50;
    background: transparent;
    color: #000;
    box-shadow: none;
}
.ProjectTabs .nav-tabs>li>a span{
        font-size: 12px;
    color: #a2a2a2;
}
.ProjectTabs .nav>li{
    margin-bottom: 0;
    margin-right: 5px;
}
.ProjectTabs .nav>li>a:focus, .ProjectTabs .nav>li>a:hover{
        border-color: transparent;
    background: transparent;
}
.ProjectTabs .TabsSelect{
        float: right;
    min-height: 53px;
    border-left: 1px solid #e6e6e6;
    padding: 17px 10px 10px;
}
.ProjectTabs .TabsSelect select{
        border: none;
    cursor: pointer;
}
.ProjectTabs .TabsSelect select:focus{
    outline: none;
}

.ProjectContent .agent-2 .agent-content{
        padding-top: 0;
}
.ProjectContent .agent-2 .agent-content h3{
    margin-bottom: 7px;
}
.ProjectContent .agent-2 .agent-content h3 a{
        font-weight: 500;
        text-transform: capitalize;
    font-size: 16px;
}
.ProjectContent .agent-2:hover {
    box-shadow: none;
}
.ProjectContent .agent-2 .agent-content .proListTitle{
    width:calc(100% - 150px);
    float: left;
}
.ProjectContent .panel{
        border-radius: 0px;
       box-shadow: 0 2px 4px -1px rgba(30, 30, 30, 0.2);
        border: 0;
}

.ProTitle{
        display: inline-block;
    width: 100%;
}
.ProTitle span{
    width:150px;
    float: left;
    text-align: right;
}
.ProTitle span h4{
    margin: 0 0 2px;
}
.ProTitle span h5{
     margin: 0 0 5px;
}
.ProTitle span p{
    margin: 0 0 2px;
    font-size: 12px;
    color: #bbb;
}
.ProjectContent .agent-2 .agent-content ul li{
    line-height: inherit;
}
.proListTitle p{
    margin: 0 0 2px;
    font-size: 12px;
    color: #bbb;
}
.ProjectContent .agent-2.propertyAgent .agent-content h3 a{
        text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.ProjectContent .agent-2.propertyAgent{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.ProjectContent .agent-2.propertyAgent .agent-content ul li {
    line-height: 30px;
}
h4.resultTitle{
        font-size: 24px;
    padding: 0 15px;
    margin: 0 0 20px;
}
/****Scroll Top***/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#4caf50;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#16821a;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/****Top***/
.About_Wrpr{
    padding: 70px 0 50px;
}
.about-list li {
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}
.about-list li i {
    color: #4caf50;
    margin-right: 5px;
}
.white-bg{
        background: #fff;
    padding: 0px 30px 40px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.contact_Wrpr{
        padding: 70px 0 50px;
}
.contact_Wrpr h2{
    margin-bottom: 20px;
}
.About_Wrpr p {
        font-size: 14px;
    color: #707070;
    line-height: 170%;
}
.HeadertitleCmn{
        
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #4caf50;
    padding-left: 10px;
    display: inline-block;
    color: #4caf50;
    margin-bottom: 20px;
}
.aboutService{
    padding: 40px 0;
    margin-bottom: 0;
}
.aboutService h1{
    color: #4caf50;
}
.main-Headertitle{
    width:100%;
    text-align: left;
}
.main-Headertitle h1{
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #4caf50;
    padding-left: 10px;
    display: inline-block;
    color: #707070;;
    margin-bottom: 20px;
}
.main-Headertitle h1 span{
    color: #4caf50;
    display: block;
}
.overview-bgi {
    position: relative;
}
.counters {
    padding: 40px 0;
    color: #fff;
    background: url(../image/counters.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.counter-box {
    text-align: center;
}
.counter-box img{
        width: 40px;
    margin-bottom: 5px;
}
.counter-box h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}
.counter-box p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.contact-1 .contact-details h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 35px;
}
.contact-1 .contact-details .media {
    margin: 0 0 30px;
}
.contact-1 .contact-details .media .media-left {
    padding-right: 30px;
}

.contact-1 .contact-details .media .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}
.contact-1 .contact-details .media .media-left i {
    color: #95c41f;
    border: 1px dashed #95c41f;
}
.contact-1 .contact-details .media .media-body h4 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}
.contact-1 .contact-details .media .media-body p {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}
.contactmap{
    height: 400px;
    width: 100%;
}
.contactmap iframe{
    width:100%;
}
.customer-logos .address-list{
        padding: 0 20px;
}



/*****/
/************/
.HomeBanner{
    background: url(../image/h.png);
    height: 400px;
    background-size: cover;
    
}
.HomeBanner .homeTitles {
    text-align: center;
    padding-top: 80px;
    
}
.HomeBanner .homeTitles h1{
    color: #fff;
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
}
.HomeBanner .homeTitles h1 span{
    font-weight: 600;
}
.homepageWrpr{
    position: relative;
    height: 100%;
}
.HomeBanner .container{
     height: 100%;
}
.HomeBanner .homeTitles p{
        margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.HomeBanner .search-area {
       background: #4caf50;
    padding: 30px 30px 10px;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #00000087;
}
.HomeBanner .HomeSearch .search-button{
    color: #007105;
    background: #ffffff;
    border:2px solid #fff;
}
.HomeBanner .HomeSearch .search-button:hover{
    border-color: #ffffff;
    color: #fff;
    background: #249829;
}

/****/
.bannerTab{
    width:800px;
    margin: 0 auto;
}
.Banner_Search_Tabs {
        text-align: center;
    width: 600px;
    margin: 0 auto 20px;
}
.Banner_Search_Tabs .nav-tabs li{
    width:200px;
    float: left;
        border: 1px solid #8e8e8e;
    border-right: 0;
}
.Banner_Search_Tabs .nav-tabs li a{
    border-radius: 3px;
    border-top-left-radius: 2px;
    display: block;
    width: 100%;
    height: 38px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(56, 144, 25, 0.6);
    color:#fff;
        transition: all ease 0.5s;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}
.Banner_Search_Tabs .nav-tabs li.active a{
     border: 0;
    background: #4caf50
}
.Banner_Search_Tabs .nav-tabs li.active a:after{
        content: "";
    position: absolute;
    bottom: -14px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #4caf50 transparent transparent transparent;
}

.Banner_Search{
       background: #fff;
    padding: 2px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
.Banner_Search .form-group{
    margin-bottom: 0;
}
.Banner_Search  .form-group .form-control, .Banner_Search .bootstrap-select{
    border: 0;
    border-right: 1px solid #ccc;
    border-radius: 0;

}
.Banner_Search .BN-price .bootstrap-select{
    border-right: 0;
}
.BN-search.form-group:before{
        content: "\f041";
    position: absolute;
     font: normal normal normal 22px/1 FontAwesome;
    font-weight: 100;
    font-size: 20px;
    left: 10px;
    top: 12px;
    color: #b3b3b3;
}
.form-group.BN-search .form-control{
    padding-left: 30px;
} 
.BN-search{
    width:40%;
    float: left;
    position: relative;
}

.BN-property{
    width:20%;
    float: left;
}
.BN-price{
    width:22%;
    float: left;
}

.BN-btn{
    width:18%;
    float: left;
}
.BN-lease{
    width:10%;
    float: left;
}

.BN-btn .btn-primary{
        width: 100%;
    height: 44px;
    font-size: 20px;
    background: #4caf50;
    border: 0;
}
.BN-btn .btn-primary:active, .BN-btn .btn-primary:hover{
    background: #0d9213;
}
.overlay{
    
}
/****/

.Property-description-mob h1{
    background: #ccc;
    padding: 8px 10px;
    font-size: 16px;
    margin: 10px 0 0 0;
}




.pro-search-list{
    max-width: 500px;
    border-bottom: 2px solid #4caf50;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.pro-list-img{
        height: 145px;
    position: relative;
    padding-right: 0;
    width:40%;
    float: left;
}
.pro-list-cnt{
     width:60%;
    float: left;
    position: relative;
    padding-left: 15px;
}
.pro-search-list img{
    width:100%;
    height: 100%;
}

.pro-list-cnt h2{
    font-size: 18px;
    margin: 5px 0 5px 0;
}
.pro-list-cnt p{
    margin-bottom: 0px;
    font-size: 14px;
        color: #8e8e8e;
}
.pro-list-cnt h3{
   font-size: 16px;
    margin: 10px 0 5px;
    font-weight: 600;

}
.pro-list-img h5{
        position: absolute;
    bottom: -10px;
        width: 100%;
    background: #00000087;
    color: #efefef;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    padding: 3px 5px;
}
.pro-search-list h4{
    display: inline-block;
    font-size: 14px;
    padding: 5px 5px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.pro-list-cnt a{
    position: absolute;
}
.pro-list-cnt a.pro-share{
        width: 20px;
    right: 5px;
    top: 5px;
}
.pro-list-cnt a.pro-call{
        width: 30px;
        right: 5px;
    bottom: 5px;
}
.pro-list-cnt a.pro-share img{
    width:100%;
}
.pro-list-cnt a.pro-call img{
    width:100%;
}









/*********************************************RESPONSIVE*****************************************/
@media (max-width: 990px){
    .advabced-search .search-fields .search-fields{
        display: none !important;
    }
    .HomeBanner .homeTitles h1{
            font-size: 32px;
    }
}
@media (max-width: 920px){
    .mainNavUl li > a{
            padding: 20px 15px 15px;
    }
}
@media (max-width: 767px){
    .HomeBanner .homeTitles h1{
            font-size: 28px;
    }
    .bannerTab{
        width:auto;
    }
    .Banner_Search_Tabs{
        width:100%;
    }
    .Banner_Search_Tabs .nav-tabs li{
        width:calc(100% / 3);
    }
    .mainNavUl{
        display: none;
    }
    .banner-content{
        padding: 0 40px;
    }
    .Slider_wrpr .banner-slider-inner h1{
        font-size: 38px;
    }
    .button-md{
            padding: 10px 15px 10px 15px;
    }
    .form-content-box{
            width: 70%;
    }
    .form-group.frmReg .col-sm-6{
        margin-bottom: 10px;
    }
    .form-group.frmReg {
        margin-bottom: 0;
    }
    .grnbrdrbtn.button-theme{
        float: left;
    }
    .floor-plans{
        overflow: auto;
    }
    .inside-properties{
        overflow: auto;
    }
    .table-agile-info form{
        overflow: auto;
    }
}
@media (max-width: 620px){
    .Banner_Search_Tabs .nav-tabs li:last-child a{
            padding: 4px 15px;
    }
    .mainNavUl li > a{
            padding: 20px 10px 15px;
    }
    .navContainer .col-xs-8{
        display: none;
    }
    .TopMenu .navContainer .col-xs-4{
        width:100%;
    }
    .Slider_wrpr .banner-slider-inner h1{
        font-size: 30px;
    }
    .Slider_wrpr.carousel, .Slider_wrpr.carousel .item{
            height: 500px;
    }
    .sub-banner .breadcrumb-area{
            top: 30%;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner .breadcrumb-area h1{
            font-size: 30px;
    }
    .form-content-box{
            width: 80% !important;
            padding: 40px 30px 40px !important;
    }
    .regLoginbtn{
            float: left;
    margin-top: 30px;
    }
    .Property-description .nav-tabs > li{
            width: 100%;
        max-width: 250px;
        margin: 0 auto 10px;
        display: block;
            float: none;
    }
    .Properties-details-section .carousel, .Properties-details-section .carousel .item, .Properties-details-section .carousel-inner > .item > img{
            height: 350px; 
    }
    .Property-description{
        margin-top: 0;
    }
    .HomeBanner .homeTitles{
            padding-top: 40px;
    }
    .HomeBanner .homeTitles h1{
            font-size: 26px;
    }
    .HomeBanner .search-area{
            top: calc(50% - 100px);
    }
    .content-area.Product_fillter{
            padding: 70px 0px 70px;
    }
}
@media (max-width: 520px){
    .HomeBanner .homeTitles{
            padding-top: 80px;
    }
    .HomeBanner .homeTitles h1 {
        font-size: 22px !important;
    }
    .BN-search.form-group:before{
            font-size: 17px;
    left: 7px;
    top: 12px;
    }
    .form-group.BN-search .form-control {
        padding-left: 20px;
        font-size: 12px;
    }
    .Banner_Search .btn{
         font-size: 12px;
            padding-top: 8px;
    }
    .BN-btn{
            width: 12%;
    }
    .BN-btn .btn-primary {
    font-size: 16px;

    padding: 0;
}
    .Slider_wrpr.carousel, .Slider_wrpr.carousel .item{
            height: 350px;
    }
    .form-content-box{
            width: 90% !important;
    }
    .sub-banner .breadcrumb-area h1{
        font-size: 22px;
        margin: 0 0 10px;

    }
    .sub-banner .breadcrumbs li{
        font-size: 15px;
    }
    .inside-properties video{
        height: 170px !important;
    }
    .BN-search{
        width: 35%;
    }
    .BN-property {
    width: 27%;
    }
    .BN-price{
        width: 26%;
    }
}