@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');
::-moz-selection {
	background: #2a3e73;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #2a3e73;
	color: #fff;
	text-shadow: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	color: #04060d;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #f4f4f4;
	font-family: 'Libre Franklin', sans-serif;
	line-height: 1;
	overflow-x: hidden;
}

a {
	color: #292929;
	text-decoration: none !important;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover {
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	text-decoration: none;
}

* {
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

img {
	border: 0px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Libre Franklin', sans-serif;
	margin: 0px;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

section,
footer,
header {
	display: block;
	width: 100%;
	float: left;
	height: auto;
}

.heroHeader {
	width: 100%;
	float: left;
	min-height: 460px;
	background-image: url('../images/bgHero.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.heroHeader::before {
	content: '';
	background-image: url('../images/headerShadow.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse {
	background-color: transparent;
	border: none;
	min-height: auto;
	margin: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	padding: 15px 21px;
	line-height: 1;
	font-size: 14px;
}

.navbar-inverse .navbar-nav>li.navBTN .buttonWHite {
	background-color: #fff;
	color: #525d08;
	font-weight: 500;
	padding-left: 33px;
	padding-right: 33px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1;
	border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav>li.navBTN .buttonWHite:hover {
	background-color: #525d08;
	color: #fff;
}

.navBTN {
	color: #fff;
}

.navBTN::before {
	margin-right: 0px;
}

.navbar-inverse .navbar-nav>li.navBTN .signInBTN {
	padding: 0px 5px;
	font-size: 13px;
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 10px;
}

.navbar-inverse .navbar-nav>li.navBTN .signInBTN:last-child {
	border-left: solid 1px #fff;
}

.navbar {
	padding: 18px 0px;
	border-radius: 0px;
}

.header-bg {
	border-bottom: solid 2px rgba(255, 255, 255, 0.40);
}

.headerSearch {
	padding: 50px 0 50px 0;
}

.headerSearch h3 {
	font-size: 45px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.headerSearch p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.searchBarTop {
	width: 100%;
	margin: 60px auto 0px;
	max-width: 800px;
}

.searchFeild {
	float: left;
	background: #fff;
	height: 45px;
	color: #04060d;
	border: none;
	padding-left: 20px;
	font-size: 14px;
	outline: none;
	padding-right: 20px;
}

.input40 {
	width: 40%;
}

.input20 {
	width: 20%;
}

.searchButton {
	height: 45px;
}

.searchButton {
	background-color: #525d08;
	border: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	outline: none;
}

.searchButton:hover {
	background-color: #3b4304;
}

.border-right-top-bottom {
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.border-left-top-bottom {
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.borderRight {
	border-right: solid 1px #e5e5e5;
}

.gridViewBox {
	background: #fff;
	border: solid 1px #e6e6e6;
	float: left;
	width: 100%;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gridViewBox:hover {
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.gridViewBoxImg,
.gridViewBoxInfo {
	width: 100%;
	float: left;
}

.gridViewBoxImg img {
	display: block;
	width: 100%;
}

.gridViewBoxInfo {
	padding: 20px;
}

.propertyType {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	color: #7c8892;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.propertyName {
	font-size: 16px;
	color: #242b30;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.propertyPrice {
	font-size: 11px;
	color: #7c8892;
	width: 100%;
	float: left;
}

.greySection {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

.titleSection {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 35px;
	color: #242b30;
	margin-top: 0px;
	margin-bottom: 50px;
}

.whiteSection {
	background-color: #fff;
	padding: 80px 0px;
}

.catBox {
	border: solid 1px #e6e6e6;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	text-align: center;
	color: #242b30;
	margin-bottom: 30px;
	/*min-height: 160px;*/
	background-position: center;
	background-repeat: no-repeat;
}

.catBox:hover,
.catBox:hover h4 {
	background-color: #3b4304;
	color: #fff;
}

.catBox h4 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	color: #242b30;
	margin-top: 15px;
	line-height: 1.5;
}

.catBox:hover h4,
.catBox:hover [class^="flaticon-"]:before,
.catBox:hover [class*=" flaticon-"]:before,
.catBox:hover [class^="flaticon-"]:after,
.catBox:hover [class*=" flaticon-"]:after {
	color: #fff;
}

.catBox [class^="flaticon-"]:before,
.catBox [class*=" flaticon-"]:before,
.catBox [class^="flaticon-"]:after,
.catBox [class*=" flaticon-"]:after {
	font-size: 40px;
	color: #242b30;
	margin: 0px;
}

/*.landFarmBox:hover {















	background-image: url('../images/landcat.jpg');















}































.landFarmBox2:hover {















	background-image: url('../images/landcat2.jpg');















}































.landFarmBox3:hover {















	background-image: url('../images/landcat3.jpg');















}































.landFarmBox4:hover {















	background-image: url('../images/landcat4.jpg');















}































.landFarmBox5:hover {















	background-image: url('../images/landcat5.jpg');















}































.landFarmBox6:hover {















	background-image: url('../images/landcat6.jpg');















}































.landFarmBox7:hover {















	background-image: url('../images/landcat7.jpg');















}































.landFarmBox8:hover {















	background-image: url('../images/landcat8.jpg');















}*/

.catBox {
	overflow: hidden;
	position: relative;
}

.catBox:hover .grid-item__image {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.grid-item__image {
	padding: 20px 15px;
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform;
	transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 0;
}

.catLinks a {
	font-size: 14px;
	color: #4d606e;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-weight: 400;
}

.catLinks a:hover {
	color: #242b30;
}

.titleSection a {
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	color: #242b30;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: solid 3px rgba(0, 0, 0, 0);
	margin-left: 0px;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	height: 40px;
}

.titleSection:hover a {
	/*border: solid 3px #242b30;*/
	/*box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transform: rotate(360deg);
}

.agentThumb .agentProfile {
	position: relative;
	width: 195px;
	height: 195px;
	display: inline-block;
}

.agentThumb .agentProfile img {
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
}

.agentThumb .agentCompLogo {
	position: absolute;
	bottom: -44px;
	right: -44px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 89px;
	height: 89px;
	z-index: 1000;
	display: block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

footer {
	color: #fff;
	background-color: #525d08;
	padding: 30px 0px 0 0;
}

footer h6 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

footer ul li {
	display: block;
	margin-bottom: 10px;
}

footer li a {
	display: block;
	font-size: 14px;
	color: #c0c3b1;
	text-decoration: none;
}

footer li a:hover {
	color: #fff;
}

.newsBox,
.socialIcons {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.newsInput {
	width: 80%;
	float: left;
	border: none;
	background: #fff;
	color: #000;
	height: 45px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	padding: 0px 15px;
	font-size: 14px;
	font-weight: 600;
}

.gobtn {
	background-color: #deff00;
	color: #7b7b7b;
	font-size: 14px;
	height: 45px;
	width: 20%;
	float: left;
	border: none;
	font-weight: 700;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

footer [class^="flaticon-"]:before,
footer [class*=" flaticon-"]:before,
footer [class^="flaticon-"]:after,
footer [class*=" flaticon-"]:after {
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.socialIcons a {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: solid 2px rgba(255, 255, 255, 0.20);
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 31px;
	text-align: center;
	opacity: 0.5;
}

.socialIcons:hover a:hover {
	border: solid 2px rgba(255, 255, 255, 1);
	opacity: 1;
}

.ftrnoteLeft {
	margin: 0px;
	float: left;
}

.polictylinks {
	float: right;
}

.polictylinks a {
	color: #c0c3b1;
	font-size: 14px;
	float: left;
	margin-left: 15px;
}

.polictylinks a:hover {
	color: #fff;
}

.advanceSearch {
	float: right;
	margin-top: 10px;
}

.advanceSearch a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.advanceSearch a:hover {
	opacity: 0.5;
}

/*Inner Pages Start*/

.innerpages {
	background: transparent !important;
}

.innerpages .header-bg {
	position: relative;
	z-index: 100;
	background-color: #fff;
}

.innerpages .navbar-inverse .navbar-nav>li.navBTN .buttonWHite {
	background-color: #525d08;
	color: #fff;
}

.innerpages .navbar-inverse .navbar-nav>li>a {
	color: #484848;
}

.navbar-inverse .navbar-nav>li.navBTN .signInBTN:last-child {
	border-color: #fff;
}

.propertyDetails {
	position: relative;
}

.proeprtyImg {
	display: block;
	width: 100%;
}

.propertyBTNRight {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 25px 10px;
}

.propertyBTNLeft {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 30px;
}

.propertyWhiteBTN {
	display: block;
	padding: 15px 25px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	background-color: #fff;
	font-weight: 700;
	color: #000;
	float: left;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	margin: 0px 7px;
}

.propertyWhiteBTN:hover,
.propertyWhiteBTN:focus,
.propertyWhiteBTN:active {
	color: #3b4304;
	background-color: #e5e5e5;
}

.propertyGreenBTN {
	display: block;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	background-color: #3b4304;
	font-weight: 700;
	color: #fff;
	float: left;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	margin: 0px 7px;
}

.propertyGreenBTN:hover,
.propertyGreenBTN:focus,
.propertyGreenBTN:active {
	color: #fff;
	background-color: #525d08;
}

.propertyGreenBTN i:before {
	font-size: 14px;
	margin-right: 8px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin: 0px;
}

.propertyWhiteBTN [class^="flaticon-"]:before,
.propertyWhiteBTN [class*=" flaticon-"]:before,
.propertyWhiteBTN [class^="flaticon-"]:after,
.propertyWhiteBTN [class*=" flaticon-"]:after {
	line-height: 14px;
	font-size: 14px;
	margin-right: 5px;
}

.propertyDetailsSection {
	background-color: #f4f4f4;
	color: #242b30;
	padding: 50px 0px 30px 0;
}

.whiteBox {
	background: #fff;
	border: solid 1px #e6e6e6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.boxTitleSection {
	width: 100%;
	float: left;
	padding: 15px 20px;
	border-bottom: solid 1px #e6e6e6;
	position: relative;
}

.boxInfoSection {
	width: 100%;
	float: left;
	padding: 15px 20px;
}

.boxInfoSection p {
	font-weight: 400;
	line-height: 1.4;
	font-size: 14px;
}

.boxTitleSection h4 {
	font-weight: 600;
	font-size: 26px;
	color: #242b30;
}

.boxTitleSection .addressProperty {
	color: #7c8892;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

.bedcrumlist {
	margin-bottom: 15px;
}

.propertythreebox {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 10px 20px;
	position: relative;
}

.propertythreebox::before {
	content: '';
	position: absolute;
	right: 0px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	background: #e6e6e6;
}

.propertythreebox:nth-child(3n)::before {
	display: none;
}

.bxLable {
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 10px;
	text-transform: uppercase;
	/*color: #a6bc15;*/
	color: #525d08;
	display: block;
	font-weight: 600;
}

.bxPrice {
	font-size: 15px;
	color: #242b30;
	margin-top: 10px;
}

.propertythreebox [class^="flaticon-"]:before,
.propertythreebox [class*=" flaticon-"]:before,
.propertythreebox [class^="flaticon-"]:after,
.propertythreebox [class*=" flaticon-"]:after {
	/*font-size: 42px;*/
	font-size: 26px;
}

.propertythreebox:hover [class^="flaticon-"]:before,
.propertythreebox:hover [class*=" flaticon-"]:before,
.propertythreebox:hover [class^="flaticon-"]:after,
.propertythreebox:hover [class*=" flaticon-"]:after {
	color: #b4cc14;
}

.boxTitleSection .whiteboxtitle {
	font-weight: 500;
	font-size: 20px;
	color: #242b30;
}

.alignLeftList .propertythreebox {
	text-align: left;
}

.idbold {
	font-weight: 700;
	color: #b4cc14;
}

.propertyMap iframe {
	display: block;
	width: 100%;
	float: left;
	height: 350px;
}

.videoBTN {
	position: relative;
}

.videoBTN::before {
	content: "\f109";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 99;
	font-size: 42px;
	width: 42px;
	height: 42px;
	font-family: Flaticon;
	color: #fff;
}

.videoBTN img {
	opacity: 0.7;
}

.videoBTN {
	background-color: #000;
}

.callnow {
	width: 100%;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	float: left;
	/*border-bottom: 2px solid rgba(0, 0, 0, 0.2);*/
	margin-top: 15px;
	border: 1px #3b4304 solid;
}

.callnow i:before {
	color: #000 !important;
}

.callnow:hover i:before {
	color: #fff !important;
}

.callnow:hover {
	color: #fff;
	background-color: #525d08;
}

.callnow [class^="flaticon-"]:before,
.callnow [class*=" flaticon-"]:before,
.callnow [class^="flaticon-"]:after,
.callnow [class*=" flaticon-"]:after {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-right: 20px;
}

.profielAgent {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	right: 30px;
	top: -30px;
	overflow: hidden;
}

.agentRow {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

.inputAgent {
	width: 100%;
	float: left;
	border: solid 1px #e6e6e6;
	padding: 0px 20px;
	font-size: 13px;
	color: #000;
	height: 45px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.inputAgent:active,
.inputAgent:focus {
	border-color: #525d08;
}

.submitBTN {
	width: 100%;
	float: left;
	border: none;
	padding: 20px;
	font-size: 13px;
	color: #fff;
	background-color: #525d08;
	height: 55px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.keyPoint {
	width: 100%;
	float: left;
}

.keyPoint li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}

.keyPoint li span {
	display: inline-block;
	float: left;
}

.keygreen {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	margin-right: 10px;
}

.green1 {
	background-color: #525d08;
}

.green2 {
	background-color: #a6bc15;
}

.green3 {
	background-color: #a6bc15;
}

.green4 {
	background-color: #c6de2c;
}

.green5 {
	background-color: #e7ef14;
}

.nav-tabs>li {
	width: 50%;
}

.nav-tabs>li>a {
	font-size: 11px;
	letter-spacing: 2px;
	color: #4d606e;
	text-align: center;
	border: none;
	text-transform: uppercase;
	padding: 23px;
	box-shadow: none;
	border-bottom: solid 3px rgba(0, 0, 0, 0);
	line-height: 1;
}

.nav-tabs>li>a:hover {
	border: none;
	background: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	color: #a6bc15;
	border-bottom: solid 3px #a6bc15;
}

.overviewForm {
	padding: 20px 30px;
}

.overviewForm label {
	font-size: 11px;
	letter-spacing: 2px;
	color: #4d606e;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
	text-transform: uppercase;
}

.downpayleft {
	width: 50%;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
}

.downpayright {
	width: 50%;
	margin-left: -1px;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

.col-new-5 {
	width: 20%;
	padding: 0px 4px;
	float: left;
}

.colBox-9 {
	float: left;
	padding: 0px 4px;
	width: 11.11111111111111%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-left: 4px;
	padding-right: 4px;
}

.row {
	margin-right: -4px;
	margin-left: -4px;
}

.owl-carousel .owl-item .agentProfile {
	text-align: center;
}

.owl-carousel .owl-item .agentProfile>img {
	width: 80%;
	display: inline-block;
}

.agentThumb .agentCompLogo {
	width: 60px;
	height: 60px;
	bottom: 6px;
	right: 6px;
}

.agentThumb .agentCompLogo img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-stage-outer {
	padding-bottom: 50px;
}

.borderftr {
	border-top: solid 1px #757d39;
	padding: 10px 0px;
	margin-top: 10px;
}

.innerpages .navbar {
	padding: 10px 0px;
}

.innerpages .navbar-inverse .navbar-nav>li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.innerpages .navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

.iconWrapLeft {
	width: 40px;
	text-align: left;
	float: left;
}

.iconWrapRight {
	margin-left: 40px;
	text-align: left;
}

.iconWrapRight .bxLable {
	margin-top: 0px;
}

.description {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.boxInfoSection table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.boxInfoSection table tr {
	border-bottom: 1px solid #f0f0f0;
}

.boxInfoSection table th {
	font-weight: 700;
	font-size: 11px;
}

.boxInfoSection table th,
.boxInfoSection table td {
	padding: 1em;
	text-align: left;
}

.boxInfoSection table td {
	font-size: 14px;
}

.redcolor {
	color: #ee1b1b;
}

.greencolor {
	color: #379a10;
}

.boxInfoSection table td {
	vertical-align: top;
}

.innerBanner {
	min-height: 260px;
	text-align: center;
}

.innerBanner h1 {
	color: #fff;
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	padding-top: 130px;
	margin-top: -20px;
}

.propertyListing {
	background: url(../images/propertyListingBG.jpg) top center no-repeat;
	background-size: cover;
}

.lableDiv {
	text-align: right;
}

.lableDiv label {
	font-size: 14px;
	font-weight: 400;
	color: #4d606e;
	font-family: 'Muli', sans-serif;
	line-height: 45px;
	padding-right: 10px;
}

.inputField {
	width: 100%;
	float: left;
	border: solid 1px #e6e6e6;
	padding: 0px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #000;
	height: 45px;
	border-radius: 4px;
}

.inputField:active,
.inputField:focus {
	border-color: #525d08;
	outline: none;
}

.textField {
	width: 100%;
	float: left;
	border: solid 1px #e6e6e6;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #000;
	height: 130px !important;
	line-height: 22px;
	border-radius: 4px;
	resize: none;
}

.addBTN {
	width: 100%;
	float: left;
	border: none;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	background-color: #525d08;
	height: 45px;
	font-weight: 600;
	border-radius: 4px;
}

.labelTitle {
	font-size: 13px;
	color: #4d606e;
	font-family: 'Muli', sans-serif;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.labelTitleBlack {
	font-size: 16px;
	color: #000;
	font-family: 'Muli', sans-serif;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.gridViewBoxImg .labelTitle {
	margin-top: 10px;
}

.checkbox {
	margin: 0px;
}

.checkbox label,
.radio label {
	padding-left: 0px;
}

.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #4d606e;
	border-radius: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 0px;
}

.radio .cr {
	border-radius: 5px;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: 10px;
	top: -2px;
	left: -2px;
	color: #ffffff;
	width: 22px;
	background: #525d08;
	height: 22px;
	border-radius: 5px;
	text-align: center;
	line-height: 22px;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
	opacity: .5;
}

.redioTitle {
	font-size: 14px;
	color: #4d606e;
	font-family: 'Muli', sans-serif;
	line-height: 22px;
	padding-left: 8px;
}

.redioUl {
	width: 100%;
	float: left;
}

.redioUl li {
	float: left;
	width: 25%;
	margin: 10px 0px !important;
}

.roundImg {
	border-radius: 3px;
}

.file {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 145px;
	background: #525d08;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: ease-in-out 0.3s;
}

.file:hover {
	background: #b4cc14;
}

.file .icImg {
	width: 50px;
	margin: 23% auto 10px;
}

.file input {
	cursor: pointer;
	position: absolute;
	font-size: 16px;
	opacity: 0;
	right: 0;
	top: 0;
	width: 100%;
	min-height: 145px;
}

.button-group button {
	background: #fff;
	text-align: left;
	position: relative;
}

.button-group button .caret {
	position: absolute;
	top: 20px;
	right: 8px;
}

.checkBoxMenu {
	top: 100%;
	margin-top: -15px;
	left: 4px;
	width: 96%;
}

.checkBoxMenu li a {
	line-height: 24px;
}

.checkBoxMenu li a input {
	margin-right: 5px;
}

.checkBoxMenu li a:focus {
	outline: none;
}

@media screen and (max-width: 40em) {
	.boxInfoSection table {
		border: 0;
	}
	.boxInfoSection table thead {
		display: none;
	}
	.boxInfoSection table tr,
	.boxInfoSection table td {
		display: block;
	}
	.boxInfoSection table tr {
		margin-bottom: 0.5em;
	}
	.boxInfoSection table td {
		border-bottom: 1px dotted #ccc;
		text-align: right;
	}
	.boxInfoSection table td:last-child {
		border-bottom: 0;
	}
	.boxInfoSection table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
}

/*Inner pages Enad*/

/*Popup View pages Start*/

.product-slider {
	padding-left: 15px;
}

.product-slider #carousel {
	margin: 0;
}

.product-slider #thumbcarousel {
	margin: 12px 0 0;
}

.product-slider #thumbcarousel .item {
	text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
	width: 25%;
	margin: 0;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	float: left;
}

.product-slider #thumbcarousel .item .thumb:hover {
	border-color: #1089c0;
}

.product-slider .item img {
	width: 100%;
	height: auto;
}

.carousel-control {
	color: #0284b8;
	text-align: center;
	text-shadow: none;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #333;
}

.carousel-caption,
.carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: auto;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 30%;
	width: auto;
}

.carousel-control.right,
.carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}

.modal-dialog {
	width: 1100px;
}

.modal-content {
	box-shadow: none;
}

.headerPopup {
	background: #525d08;
	padding: 20px 15px;
	color: #fff;
	width: 100%;
	float: left;
}

.popupblank {
	background: #fff;
	width: 100%;
	float: left;
}

.modal-body {
	padding: 0px;
}

.logoPopup {
	float: left;
	margin-top: 5px;
}

.popPropInfo {
	float: left;
	padding-left: 40px;
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
	margin-top: 5px;
}

.popPropInfo span {
	display: inline-block;
	padding: 0px 10px;
}

.popRightAction {
	float: right;
}

.middlePopup {
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.popRightAction a,
.brockerCaption a {
	width: 38px;
	height: 38px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	float: left;
	text-align: center;
	padding: 11px 5px;
	display: inline-block;
	margin-left: 10px;
}

.popRightAction a:hover,
.brockerCaption a:hover {
	background-color: #000000;
}

.popupSliderWrap {
	width: 70%;
	float: left;
	padding-right: 5px;
}

.popupForm {
	width: 30%;
	padding-left: 5px;
	float: right;
	padding-right: 15px;
}

.checkbox {
	position: relative;
	margin-bottom: 20px;
}

.checkbox label {
	padding-left: 30px;
	display: block;
}

.checkbox input {
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

.checkbox input:checked+.input-helper:before {
	border-color: #009688;
}

.checkbox .input-helper:before,
.checkbox .input-helper:after {
	position: absolute;
	content: "";
	transition: all 200ms;
}

.checkbox .input-helper:before {
	left: 0;
	border: 2px solid #7a7a7a;
}

.checkbox input {
	width: 15px;
	height: 15px;
}

.checkbox input:checked+.input-helper:before {
	background-color: #009688;
}

.checkbox input:checked+.input-helper:after {
	transform: scale(1);
	opacity: 1;
}

.checkbox .input-helper:before {
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	color: #fff;
}

.checkbox .input-helper:after {
	content: '\2713';
	font-size: 13px;
	left: 3px;
	top: 0px;
	color: #fff;
	transform: scale(0);
	opacity: 0;
}

.checkbox span {
	font-size: 14px;
	color: #4d606e;
}

.sliderArrow {
	width: 42px;
	height: 42px;
	border: solid 2px #fff;
	background-color: transparent;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	top: 50%;
	margin-top: -21px;
	position: absolute;
	z-index: 90;
	display: block;
}

.leftArrow {
	background-image: url('../images/leftarrow.png') !important;
	margin-left: 10px;
	left: 10px;
	right: auto;
}

.RightArrow {
	background-image: url('../images/rightarrow.png') !important;
	margin-right: 10px;
	right: 10px;
	left: auto;
}

.desHeight {
	height: 55px;
}

.boxInfoSection table td input {
	margin: 0px;
}

.boxInfoSection .agentThumb {
	width: 33.33%;
	float: left;
	padding: 0px 5px;
}

.UploadBTN {
	width: auto;
	padding: 20px 40px;
	float: none;
	display: inline-blockl
}

.uploadText {
	text-align: center;
	padding-top: 15px;
}

/*Popup View pages End*/

.bedcrumlist {}

.bedcrumlist a {
	position: relative;
	margin-right: 9px;
	padding-right: 13px;
	color: #adb3b8;
	font-size: 12px;
}

.bedcrumlist a:before {
	position: absolute;
	content: '>';
	right: 0px;
	top: 0;
	line-height: 20px;
}

.bedcrumlist a:last-child:before {
	display: none;
}

.loginHeaderBG {
	background: url(../images/propertyListingBG.jpg) top center no-repeat;
	background-size: cover;
}

.formDiv {
	width: 100%;
	max-width: 600px;
	margin: -120px auto 0px;
	padding: 30px;
	float: none;
	display: table;
}

.formDiv .inputField {
	height: 55px;
}

.formDiveLinks {
	margin-top: 20px;
}

.formDiveLinks p {
	font-size: 14px;
	color: #4d606e;
	text-align: center;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	line-height: 26px;
}

.formDiveLinks a {
	color: #4d606e;
}

.formDiveLinks a:hover {
	color: #525d08;
}

.headerFilter {
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: solid 1px #dbdbdb;
	border-top: solid 1px #dbdbdb;
	padding: 15px 0px;
}

.searchCol4 {
	width: 30%;
	float: left;
	padding: 0px 4px;
	position: relative;
}

.searchCol2 {
	width: 14%;
	float: left;
	padding: 0px 4px;
}

.filterBTN {
	height: 45px;
	padding: 5px;
}

.filterLeft {
	float: left;
}

.filterRight {
	float: right;
}

.brockerTitle {
	font-size: 26px;
	color: #242b30;
	font-weight: 500;
	float: left;
}

.borckerSearchinfo {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #4d606e;
	margin-top: 5px;
	margin-left: 15px;
}

.borckerSearchinfo span {
	display: inline-block;
	color: #3b4304;
}

.filterRight a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 10px;
	border-bottom: solid 2px rgba(0, 0, 0, 0);
	float: left;
	color: #4d606e;
	margin: 0px 1px;
}

.filterRight a:hover,
.filterRight a.activeTab {
	border-bottom: solid 2px #525d08;
	color: #3b4304;
}

.filterRight .gridViewBTN {
	display: inline-block;
	width: 39px;
	height: 39px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #d2d2d2 !important;
	color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 5px;
}

.filterRight .listView {
	background-image: url('../images/listicon.png');
	margin-left: 25px;
}

.filterRight .gridViewBTN:hover {
	background-position: center bottom;
	background-color: #3b4304;
	border: solid 1px #3b4304;
}

.filterRight .gridView {
	background-image: url('../images/gridview.png')
}

.brockerBox {
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	width: 100%;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	min-height: 230px;
	margin-bottom: 30px;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.brockerBox:hover {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.brockerImg {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 170px;
}

.brockerImg img {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}

.brockerInfo {
	width: 100%;
	float: left;
	padding: 10px;
}

.brockerInfo h6 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #242b30;
}

.brockerInfo p {
	margin-bottom: 0;
	font-weight: 400;
	color: #a3a3a3;
}

.brockerCaption {
	position: absolute;
	top: 10px;
	right: 10px;
}

.brockerCaption img {
	width: auto;
}

.filerWrapper {
	margin-bottom: 40px;
}

.paginationWrap {
	display: inline-block;
}

.textCenter {
	text-align: center;
}

.paginationWrap li {
	float: left;
	padding: 0px 15px;
}

.paginationWrap li a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #898989;
}

.paginationWrap li:last-child a {
	background-color: #dbdbdb;
}

.paginationWrap li a:hover,
.pageActive {
	background-color: #3b4304;
	color: #fff;
}

.flterBTNWrap {
	float: right;
	padding-right: 0px;
}

.searchBTNBox {
	position: absolute;
	top: 10px;
	right: 20px;
	background: transparent;
	border: none;
}

.searchFeild {
	padding-right: 40px;
}

.searchBTNBox [class^="flaticon-"]:before,
.searchBTNBox [class*=" flaticon-"]:before,
.searchBTNBox [class^="flaticon-"]:after,
.searchBTNBox [class*=" flaticon-"]:after {
	font-size: 20px;
}

.captchaDiv {
	width: 270px;
	border: solid 1px #e6e6e6;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	float: left;
}

.captchaDiv .capIcon {
	margin-left: 60%;
}

.captchaDiv .inpCheck {}

.captchaDiv span {
	display: inline-block;
	vertical-align: middle;
}

.captchaDiv .inpCheck {
	position: relative;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.captchaDiv .inpCheck::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	-o-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out;
}

.captchaDiv .inpCheck::after {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 15px;
	color: #555;
	z-index: 99999;
}

.captchaDiv .inpCheck[type=checkbox]:checked+label::after {
	font-family: fontawesome;
	content: "\f00c";
}

.captchaDiv span img {}

.socialSign {}

.socialSign .submitBTN {
	margin-bottom: 15px;
	height: 65px;
}

.socialSign .submitBTN .fa {
	font-family: fontawesome;
	font-size: 22px;
	margin-right: 25px;
	height: 24px;
	width: 26px;
	text-align: center;
}

.socialSign .submitBTN span {
	font-size: 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}

.fbBtn {
	background: #415dae;
}

.fbBtn:hover {
	color: #fff;
	background: #253a79;
}

.gplusBtn {
	background: #cf4332;
}

.gplusBtn:hover {
	color: #fff;
	background: #b12615;
}

.deviderLine {
	text-align: center;
	clear: both;
	margin: 20px 0px 30px;
	float: left;
	width: 100%;
	position: relative;
}

.deviderLine:after {
	position: absolute;
	content: '';
	background: #e6e6e6;
	width: 100%;
	height: 1px;
	top: 8px;
	left: 0px;
}

.deviderLine span {
	color: rgba(77, 96, 107, 0.6);
	font-size: 12px;
	background: #fff;
}

.selectDiv {}

.selectDiv .filterTitle {}

.selectDiv .inputField {
	width: auto;
	float: none;
	padding: 0px 10px;
	margin: 0px 10px 15px;
}

.gMap {
	margin-top: -50px;
	float: left;
	width: 100%;
}

.gMap iframe {
	width: 100%;
	height: 497px;
	border: 1px red solid;
	margin-bottom: -2px;
}

.scrolSection {
	width: 100%;
	height: 100%;
	max-height: 345px;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 20px;
}

/*----------------Custom Scrollbar---------------*/

/* width */

.scrolSection::-webkit-scrollbar {
	width: 10px;
}

/* Track */

.scrolSection::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #999;
	border-radius: 0px;
}

/* Handle */

.scrolSection::-webkit-scrollbar-thumb {
	background: #293a56;
	border-radius: 0px;
}

/* Handle on hover */

.scrolSection::-webkit-scrollbar-thumb:hover {
	background: #040d1d;
}

/*----------------Custom Scrollbar End---------------*/

.padB0 {
	padding-bottom: 0px;
}

.listingProDiv {
	min-height: 300px;
	overflow: hidden;
}

.listingProDiv:hover .proeprtyListInfo {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.listingProDiv .brockerImg {
	height: auto;
}

.proeprtyListInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.proeprtyListInfo span {
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	padding: 3px 0px;
	line-height: 16px;
}

.proeprtyListInfo .salePro {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.proeprtyListInfo .pricePro {
	font-size: 20px;
	line-height: 22px;
}

.proeprtyListInfo .infoPro {}

.proeprtyListInfo .infoPro li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin-right: 7px;
}

.proeprtyListInfo .infoPro li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 16px;
	right: 0px;
	top: 2px;
	background: rgba(255, 255, 255, 0.5);
}

.proeprtyListInfo .infoPro li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.proeprtyListInfo .infoPro li:last-child:before {
	display: none;
}

.proeprtyListInfo .addressPro {}

.contactForm {
	margin-top: 0px;
	margin: 0 auto;
	max-width: 100%;
}

.contactForm {}

.conInfoBox {
	background: #525d08;
	border-radius: 5px;
	padding: 40px 30px;
	text-align: center;
	color: #fff;
	font-family: 'Muli', sans-serif;
	min-height: 245px;
}

.conInfoBox .icImg {
	width: 100%;
	max-width: 65px;
	margin: 0 auto;
}

.conInfoBox h5 {
	font-size: 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	margin: 15px 0px;
}

.conInfoBox p {
	font-size: 15px;
}

.conInfoBox p strong {
	font-weight: 700;
}

.contactImgBox {
	background: url(../images/contactImg.jpg) bottom center no-repeat;
	background-size: cover;
	height: 480px;
	margin-top: 15px;
	border-radius: 5px;
}

.advSearchPage {}

.quickSearchBox {
	font-family: 'Muli', sans-serif;
}

.quickSearchBox .labelTitle {
	font-size: 15px;
	color: #515d07;
	line-height: 26px;
}

.quickSearchBox ul {
	margin-bottom: 15px;
}

.quickSearchBox ul li {}

.quickSearchBox ul li a {
	font-size: 15px;
	color: #242b30;
	line-height: 26px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}

.quickSearchBox ul li a:hover {
	color: #525d08;
}

.noteInfo {
	margin-bottom: 15px;
	color: #4d606e;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: 600 !important;
	line-height: 18px;
}

.pointsList {}

.pointsList p {
	font-size: 15px;
	color: #242b30;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	padding-left: 15px;
	margin-bottom: 25px;
	position: relative;
}

.pointsList p:before {
	position: absolute;
	content: '\f04d';
	font-family: fontawesome;
	left: 0;
	top: 0;
	font-size: 6px;
	line-height: 24px;
	color: #868686;
}

.searchBTNBox [class^="flaticon-"]:before,
.searchBTNBox [class*=" flaticon-"]:before,
.searchBTNBox [class^="flaticon-"]:after,
.searchBTNBox [class*=" flaticon-"]:after {
	font-size: 20px;
}

.listingView .brockerImg {
	width: 270px;
	float: left;
}

.listingView .brockerInfo {
	margin-left: 270px;
	width: auto;
	float: none;
}

.brockerBlank {
	width: 100%;
}

.listingView .brockerBox {
	min-height: auto;
}

.listingView .brockerImg>img {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	display: block;
}

.actionSection i {
	display: inline-block;
	margin: 0px 5px;
}

.actionSection {
	display: inline-block;
}

.actionSection [class^="flaticon-"]:before,
.actionSection [class*=" flaticon-"]:before,
.actionSection [class^="flaticon-"]:after,
.actionSection [class*=" flaticon-"]:after {
	font-size: 15px;
	color: #a6bc15 !important;
	font-weight: 400;
}

.brockerProInfo {
	position: absolute;
	bottom: 40px;
	width: 100%;
	max-width: 90%;
}

.proPic {
	width: 230px;
	height: 230px;
	float: left;
}

.proPic img {
	width: 100%;
	border-radius: 50%;
	border: 5px #fff solid;
}

.brockerInfoTop {
	width: 100%;
	max-width: 450px;
	padding-left: 30px;
	padding-top: 20px;
	float: left;
	color: #fff;
}

.brockerInfoTop span {
	display: block;
	padding: 5px 0px;
	font-family: 'Muli', sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.brockerInfoTop .BrockerName {
	font-size: 32px;
	font-weight: 800;
}

.brockerInfoTop .BrockerAdd {}

.brockerInfoTop .BrockerOtheInfo {
	margin-bottom: 15px;
}

.brockerInfoTop .BrockerOtheInfo li {
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
}

.brockerInfoTop .BrockerOtheInfo li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.brockerInfoTop .BrockerOtheInfo li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 26px;
	top: 1px;
	right: -2px;
	background: #fff;
}

.brockerInfoTop .BrockerOtheInfo li:last-child:before {
	display: none;
}

.brockerInfoTop .propertyGreenBTN {
	padding: 10px 20px;
	line-height: 32px;
}

.brockerInfoTop .propertyGreenBTN img {
	vertical-align: middle;
}

.myFocus {}

.socialLinksBox {
	width: 100%;
	float: left;
	background: #525d08;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
}

.socialLinksBox a {
	color: #fff;
	font-size: 24px;
	opacity: 0.3;
	width: 33.33%;
	float: left;
}

.socialLinksBox a:hover {
	opacity: 1;
}

.socialLinksBox a .fa {
	font-family: fontawesome;
}

/*--------------Admin Pages------------*/

.adminHeader {}

.adminHeader .navbar-nav>li img {
	vertical-align: middle;
	margin-right: 5px;
}

.adminHeader .navbar-nav>li strong {
	font-weight: 600;
}

.shadowBox {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.marB25 {
	margin-bottom: 25px
}

.adminPages {
	background-color: #fff;
	color: #242b30;
	font-family: 'Muli', sans-serif;
}

.leftMenu {
	float: left;
	width: 100%;
	max-width: 250px;
	padding: 50px 15px;
	background: #fff;
}

.rightSection {
	float: left;
	width: 81%;
	background-color: #f4f4f4;
	padding: 50px 15px;
	position: relative;
}

.rightSection:before {
	position: absolute;
	content: '';
	background-color: #f4f4f4;
	width: 50px;
	height: 100%;
	left: 100%;
	top: 0;
}

.borderTitleGreen {
	color: #515d07;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 800;
	position: relative;
	font-family: 'Muli', sans-serif;
}

.borderTitleGreen:before {
	position: absolute;
	content: '';
	width: 45px;
	height: 3px;
	background: #515d07;
	left: 0;
	bottom: -1px
}

.middleBox {
	width: 100%;
	max-width: 510px;
	margin: 0 auto 10px;
	float: none;
	display: table;
}

.userProDiv {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.userProDiv .chengePicIc {
	position: absolute;
	top: 0;
	right: 0;
	background: #ffebcc;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
}

.userProDiv .chengePicIc:hover {
	background: #f4f4f4;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
}

.userProDiv .userPic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.userProDiv .userPic img {
	width: 100%;
}

.userName {
	text-align: center;
	display: block;
	font-size: 15px;
	color: #242b30;
	font-weight: 600;
	margin: 15px 0px;
}

.fulldevider {
	clear: both;
	width: 250px;
	display: block;
	background: #242b30;
	height: 1px;
	opacity: 0.1;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
}

.lmTitle {
	font-size: 18px;
	color: #515d07;
	font-weight: 800;
	margin: 10px 0px;
	display: inline-block;
	width: 100%;
}

.adminMenu {
	margin: 0px auto 5px;
	width: 100%;
	float: left;
}

.adminMenu li {
	display: block;
}

.adminMenu li a {
	font-size: 14px;
	color: #7a8085;
	line-height: 30px;
	font-weight: 600;
	padding-left: 8px;
}

.adminMenu li a:hover,
.adminMenu li a.acuveLeftMenu {
	color: #000;
}

.manageListings {}

.manageListings .table {
	margin-bottom: 0px;
}

.manageListings .table>thead>tr>th {
	border-bottom: 1px solid #ddd;
	color: #484848;
	opacity: 0.5;
	font-weight: 600;
	line-height: 40px;
}

.manageListings .table>tbody>tr>td {
	line-height: 40px;
	font-weight: 600;
	color: #484848;
	padding: 12px 8px 0px;
}

.table-responsive {
	padding: 15px 20px;
}

.table-hover>tbody>tr:hover {
	background-color: #fbfbfb;
}

.userImgSml {
	width: 40px;
	height: 40px;
	float: left;
}

.userImgSml img {
	width: 100%;
	border-radius: 50%;
}

.userImgSmlName {
	display: inline-block;
	line-height: 40px;
	padding-left: 15px;
}

.editIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 154, 0, 0.2);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.deleteIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 122, 93, 0.2);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.replyIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(75, 220, 25, 0.3);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.plusIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(0, 187, 240, 0.2);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.selectIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(12, 222, 57, 0.2);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.cancelIc {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(87, 17, 121, 0.2);
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.editIc:hover,
.deleteIc:hover,
.replyIc:hover,
.plusIc:hover,
.selectIc:hover,
.cancelIc:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.iconTd {
	padding: 0px 8px !important;
}

.myLeads .table>thead>tr>th {
	border: none;
	opacity: 0.5;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 0px;
}

.myLeads .table>tbody>tr>td {
	border: none;
	line-height: 30px;
	font-weight: 600;
	color: #484848;
	padding: 10px 8px;
}

.adminFooter {
	padding: 20px 0px
}

.copyRig {
	text-align: center;
}

.shareMe {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.shareMe .propertyGreenBTN i:before {
	margin: 0px;
}

.brockerInfoTop .shareMe .propertyGreenBTN {
	padding: 8px 10px;
	height: auto;
	line-height: inherit;
}

.manageListings .gridViewBoxInfo {
	padding-right: 30px;
}

.gridViewBoxInfo {
	position: relative;
}

.propertyAction {
	position: absolute;
	right: 10px;
	top: 15px;
}

.propertyAction .actionBTN {
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #3b4304;
	float: none;
	color: #cfc196;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 28px; text-align: center;margin-bottom: 8px;
}

.actionBTN [class^="flaticon-"]:before,
.actionBTN [class*=" flaticon-"]:before,
.actionBTN [class^="flaticon-"]:after,
.actionBTN [class*=" flaticon-"]:after  { font-size: 12px;}

/*--------------Admin Pages End------------*/