@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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Josefin+Sans&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Mukta+Mahee:wght@200;300;400;500;600;700;800&family=Noto+Sans+Mahajani&display=swap');


@font-face {
	font-family: 'proxima_novaregular';
	src: url('https://www.allsqft.com/fonts/proximanova-regular-webfont.eot');
	src: url('https://www.allsqft.com/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('https://www.allsqft.com/fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {



    font-family: 'proxima_novabold';



    src: url('https://www.allsqft.com/fonts/proxima_nova_bold-webfont.eot');



    src: url('https://www.allsqft.com/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),



         url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),



         url('https://www.allsqft.com/fonts/proxima_nova_bold-webfont.woff') format('woff'),



         url('https://www.allsqft.com/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),



         url('https://www.allsqft.com/fonts/proxima_nova_bold-webfont.svg#proxima_novabold') format('svg');
     font-weight: normal;
	 font-style: normal;
	}



::-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,
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: 'proxima_novaregular', 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: 'proxima_novaregular', 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: 'proxima_novaregular', 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: 20px 0px 0 0;
	text-align: center;
}

footer h6 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

footer ul {
	text-align: center;
	margin-bottom: 0px;
}

footer ul li {
	display: inline-block;
	margin-bottom: 10px;
}

footer li a {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 0px 15px;
	font-weight: 500;
}

footer li a:hover {
	color: #a6bc15;
}

.newsBox,
.socialIcons {
	margin-bottom: 20px;
}

.newsBox {
	max-width: 400px;
	width: 100%;
	margin: 0px auto 15px auto;
	overflow: hidden;
}

.socialIcons {
	max-width: 180px;
	width: 100%;
	margin: 0px auto 15px auto;
	overflow: hidden;
}

.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;
}

.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: #515d07;
	font-weight: 600 !important;
	font-size: 13px;
}

.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: inline-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;
	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;
}

.shareBTN i:before {
	font-size: 18px;
	margin: 0px;
}

[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 #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.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: 400;
	font-size: 23px !important;
	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: 13px;
	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,
.labelForm {
	font-size: 11px;
	letter-spacing: 2px;
	color: #4d606e;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	color: #3b4304;
	text-transform: uppercase;
}

.labelForm {
	font-size: 14px;
	margin: 20px 0px;
	position: relative;
}

.labelForm span {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 10;
}

.labelForm::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0px;
	height: 1px;
	width: 100%;
	border-top: solid 1px #3b4304;
	z-index: 1;
}

.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 {
	text-align: center;
	padding: 0 0 10px 0px;
}

.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;*/
	padding-top: 0px;
	padding-bottom: 0px;
	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;
	clear: left;
}

.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;
	width: 100%;
}

.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;
}

.qualification input[type=radio] {
	margin: 4px 9px;

}


.col-lg-3.qualification.drop {
	display: flex;
	position: relative;
	top: 11px;
}

.qualification.drop select.mytoolInput {
	border-bottom: none;
	position: relative;
	top: -10px;
	width: auto;
	padding: 0px;
}

.row.mytoolsFlex.pb {
	padding-bottom: 25px;
}





















@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: 600;
		text-transform: uppercase;
		line-height: 22px;
	}

	.boxInfoSection table td input {
		float: none;
	}
}

/*Inner pages Enad*/

/*Popup View pages Start*/

.product-slider {
	padding-left: 15px;
	padding-right: 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: 14.28571428571429%;
	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: 100%;
	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: 5px;
	padding-right: 13px;
	color: #525d08;
	font-size: 12px;
}

.bedcrumlist a:before {
	position: absolute;
	content: '>';
	right: 0px;
	top: 0;
	line-height: 15px;
}

.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: 20px 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: 210px;
}

.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 {
	margin: 0 auto;
	width: 100%;
	max-width: 461px;
}

.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;
}

.rightSection .submitBTN {
	height: auto;
	padding: 14px;
}

.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;
	bottom: 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 {
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	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);*/
	background: transparent;
	border: solid 1px #515d07;
	overflow: hidden;
	margin: 4px 4px 0px 0px;
}

.editIc:hover,
.deleteIc:hover,
.replyIc:hover,
.plusIc:hover,
.selectIc:hover,
.cancelIc:hover {
	background: #525d08;
	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: 1.5;
	font-size: 14px;
	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;
}

.nav-tabs2>li {
	width: auto;
}

.nav-tabs2>li>a {
	font-size: 20px;
	color: #242b30;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.fieldDiv .submitBTN {
	width: 100%;
	max-width: 250px;
	margin: 5px auto;
	float: none;
	display: block;
}

.fieldDiv .textField {
	height: 300px !important;
}

.fieldDiv .addLink {
	line-height: 45px;
	font-weight: 600;
}

.fieldDiv .addLink:hover {
	color: #000;
}

/*--------------Admin Pages End------------*/

/*---------------Coming Soon Page-------------------*/

.comingsoonRow {
	background: url(../images/comingSoonSectionBG.jpg) top center no-repeat;
	background-size: cover;
}

/*.comingSoonSection .propertyDetailsSection {
	background-color: transparent;
}*/

.comingSoonSection .propertyDetailsSection {
	background-color: #00000059;
	padding: 50px 0px;
}

.comingSoonSection .innerpages .navbar {
	padding: 15px 0px;
}

.comingSoonSection .titleSection {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 27px;
	color: #242b30;
	margin-top: 0px;
	margin: 0px;
	display: inline-block;
	float: right;
}

.comingSoonSection .formDiv {
	margin-top: 0px;
}

.comingSoonSection .borderTitleGreen {
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.9);
}

.comingSoonSection .borderTitleGreen:before {
	background: #fff;
}

.comingSoonSection .formDiv .inputField {
	height: 45px;
	margin-bottom: 10px;
}

.comingSoonSection .bulletPoints li {
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.9);
}

.bulletPoints {}

.bulletPoints li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	font-family: 'Muli', sans-serif;
}

.bulletPoints li:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow-ic.png) left center no-repeat;
	background-size: 12px;
	left: 0px;
	top: 0px;
	line-height: 22px;
}

.fLogo {
	background: #fff;
	padding: 20px 0px;
	text-align: right;
}

.fLogo a {
	text-align: right;
	display: inline-block;
	position: relative;
	padding: 0px 15px;
}

.fLogo a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	display: block;
	border-right: solid 1px #ccc;
	width: 1px;
	margin-top: -15px;
	height: 30px;
}

.fLogo a:last-child::before {
	display: none;
}

.fLogo a img {
	vertical-align: middle;
	max-width: 75%;
}

/*---------------Coming Soon Page End-------------------*/

/*---------------About Page-------------------*/

.titleSection2 {
	display: block;
	text-align: center;
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	color: #242b30;
	font-weight: 700;
	margin-bottom: 40px;
}

.wrp1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
}

.textInfoDiv p {
	font-size: 15px;
	color: #242b30;
	font-family: 'Muli', sans-serif;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.sectionBgImg {
	background: url(../images/sectionBgImg.jpg) top center no-repeat;
	background-attachment: fixed;
	padding: 80px 0px;
}

.sectionBgImg .titleSection2,
.sectionBgImg p {
	color: #fff;
}

.padding80 {
	padding: 80px 0px
}

.imgTextSection {}

.imgTextSection .col-sm-5 img {
	width: 100%;
}

.imgTextSection .textInfoDiv {
	padding: 30px 15px 0px;
}

.imgTextSection .textInfoDiv .titleSection2,
.imgTextSection .textInfoDiv p {
	text-align: left;
}

.greenSection {
	background-color: #525d08;
	padding: 80px 0px;
}

.greenSection .textInfoDiv .titleSection2,
.greenSection .textInfoDiv p {
	text-align: left;
	color: #fff;
}

/*---------------About Page End-------------------*/

/*---------------Jobs Page-------------------*/

.whiteJobBox {
	background: #fff;
	border: 1px #e6e6e6 solid;
	text-align: center;
	padding: 30px 25px 55px;
	border-radius: 4px;
	font-family: 'Muli', sans-serif;
	margin: 0px 10px 25px;
	position: relative;
	min-height: 420px;
}

.whiteJobBox h1 {
	display: block;
	font-size: 24px;
	font-family: 'Muli', sans-serif;
	color: #525d08;
	font-weight: 700;
	margin-bottom: 30px;
}

.applyNow {
	background: #525d08;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	line-height: 50px;
	display: block;
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.applyNow:hover {
	background: #434c05;
	color: #fff;
}

/*---------------Jobs Page End-------------------*/

.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,
.alertAction a {
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: transparent;
	border: solid 1px #3b4304;
	float: none;
	color: #eace6a;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	margin-bottom: 8px;
}

.alertAction a {
	font-weight: normal;
}

.propertyAction .actionBTN:hover,
.alertAction a:hover {
	color: #eace6a;
	background-color: #3b4304;
}

.actionBTN [class^="flaticon-"]:before,
.actionBTN [class*=" flaticon-"]:before,
.actionBTN [class^="flaticon-"]:after,
.actionBTN [class*=" flaticon-"]:after {
	font-size: 12px;
}

.alertAction [class^="flaticon-"]:before,
.alertAction [class*=" flaticon-"]:before,
.alertAction [class^="flaticon-"]:after,
.alertAction [class*=" flaticon-"]:after {
	font-size: 15px;
}

.adminMenu li a:hover,
.adminMenu li a.acuveLeftMenu {
	color: #000;
}

.alert .table>tbody>tr>td {
	line-height: 40px;
	font-weight: 600;
	color: #484848;
	padding: 12px 8px 0px;
}

.alert .table>tbody>tr>td,
.alert .table>tbody>tr>th,
.alert .table>tfoot>tr>td,
.alert .table>tfoot>tr>th,
.alert .table>thead>tr>td,
.alert .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.whiteboxtitle {
	position: relative;
}

.editSection {
	position: absolute;
	right: 0px;
	top: 0px;
}

.editSection [class^="flaticon-"]:before,
.editSection [class*=" flaticon-"]:before,
.editSection [class^="flaticon-"]:after,
.editSection [class*=" flaticon-"]:after {
	font-size: 14px;
	color: #7a8085;
	font-weight: 500;
}

section.fLogo span {
	font-size: 20px;
	font-weight: 500;
}

p.form-text {
	text-align: center;
	font-size: 11px;
}

.boxTitleSection .titleGreen {
	color: #3b4304;
}

.descriptionRow {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.descriptionLabel {
	width: 20%;
	float: left;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.description {
	width: 80%;
	padding-left: 15px;
	float: left;
}

.newsBox {}

/* nik */

.listingSection {}

.listingmenu {
	background: transparent;
	width: 12% !important;
	position: relative;
	display: block;
	min-height: 741px;
	padding-right: 0;
	padding-left: 0;
	z-index: 9999;
}

.listingmenu ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-top: 65px;
	width: 170px;
}

.listingmenu ul li {
	list-style: none;
	background: url(../images/listingarrow.png)no-repeat right;
	height: 35px;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 15px;
	color: #525d08;
	line-height: 35px;
	border-left: 1px #ccc solid;
	background-color: #FFFFFF
}

.mb30 {
	margin-bottom: 70px;
}

.mb50 {
	margin-bottom: 110px;
}

.listing-middle {
	background-color: #fff;
	min-height: 690px !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 50px;
	margin-top: 17px;
}

.listing-middle h1 {
	color: #525d08;
	font-size: 30px;
	padding-left: 20px;
}

.listing-middle-list h1,
.why-event-list h1 {
	font-weight: 600;
	color: #3b4304;
	margin: 20px;

}

.listing-middle-list ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	border-bottom: solid 1px #f5f5f5;
	margin-bottom: 25px;


}

.listing-middle-list ul li {
	text-align: left;
	font-size: 15px;
	color: #242b30;
	padding-left: 10px;
	line-height: 1.6;
	margin-bottom: 5px;
	list-style: none;
	margin-left: 20px;
	position: relative;
}

/*.listing-middle-list ul li:before {
	content: ".";
	color: #525d08;
	font-weight: bold;
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 5px;

	font-size: 30px;
}
.why-event-list h1 {
	color: #525d08;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-top: 20px;
}
*/

.why-event-list {}

.mt20-why {
	margin-top: 20px;
}



.why-event-menu {}

.why-event-menu span {
	color: #525d08;
	cursor: pointer;
	font-weight: bold;
}

.why-event-menu ul {
	margin: 0px;
	padding: 0px;
}

.why-event-menu ul li {
	list-style: none;
	text-align: left;
	font-size: 13px;
	color: #000;
	padding-left: 20px;
	line-height: 20px;
}

.event-section {
	padding: 13px 20px 8px 20px;
	background: transparent;
}

.evntRightColum-sub {}

.form-Groups {
	margin-bottom: 15px;
}

.form-Groups h2 {
	font-size: 20px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	margin-top: 15px;
}

.AddressStateCity {
	width: 46%;
	height: 40px;
	border-bottom: 1px #e1e1e1 solid;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 15px;
	padding: 6px 12px;
	margin-left: 2%;
}

.submit-btn {
	display: block;
	padding: 10px 10px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0px #f4f4f4 solid;
	box-shadow: 1px 0px 2px #666;
	background: #525d08;
	width: 125px;
	color: #FFFFFF;
	text-align: center;
	display: felx;
	margin: 0px auto;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.telinput {
	width: 33.33%;
}

.corner1 {
	border-radius: 4px 0px 0px 4px;
}

.corner2 {
	border-radius: 0px 0px 0px 0px;
}

.corner3 {
	border-radius: 0px 4px 4px 0px;
}

.listing-middle-list ul li:before {
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 7px;
	top: 8px;
	left: -7px;

	background-color: #3b4304;
	height: 7px;
}

span.bysing {
	font-size: 9px;
}

/*<!--------------Our css--------------------->*/


.listing_page button {
	width: 100%;
	background-color: #525d08 !important;
	color: #fff !important;
	border: 1px solid #e6e6e6 !important;
	margin-bottom: 10px !important;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
}

.listing_page button::after {
	content: "\f0dd";
	font-family: FontAwesome;
	position: absolute;
	right: 2%;
}

.listing_page .listing_inner .lis_main {
	width: 100%;
	position: relative;
}

.listing_page .listing_inner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.listing_page .listing_inner ul li {
	animation: none;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	padding: 5px 10px;
}

.tog button.btn.btn-info {
	background-color: #fff;
	margin-bottom: 5px;

	width: 100%;
	text-align: left;
}

.tog .btn-info:hover {
	color: #515d07;
	font-weight: 700;
	background-color: #31b0d500;
	border-color: #ffffff00;
}

.tog .btn-info {
	color: #1e2f36;
	background-color: #5bc0de;
	border-color: #46b8da00;
}

.tog .btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d8500;
}

.tog .btn-info:active:hover {
	color: #1b2c33;
	background-color: #269abc;
	border-color: #1b6d8500;
}

.tog .btn-info:focus {
	color: #252e35;
	background-color: #31b0d500;
	border-color: #1b6d8500;
}

.tog .list_body {
	padding: 10px !important;
	margin-bottom: 15px;
}

.rightSection {
	min-height: 600px !important;
}

ul.boxInfoSection.whyZacres {
	line-height: 24px;
}

.well input.btn.btn-lg {
	width: 100%;
	height: 40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #f4f4f4;
}

.well button.btn.btn-info.btn-lg {
	padding: 7px 55px;
	margin-top: 7px;
	background-color: #515d07;
}

.newsLetter .well {
	background: #fff;
	border: 1px solid #f7f7f7;
}

.newsLetter input#email {
	font-size: 11px;
}


p.ftrnoteLeft {
	text-align: left;
	padding-top: 15px;

}

ul.ftave {
	padding: 14px !important;
	line-height: 21px;
	float: left;
	margin-left: -57px;

}

.newsBox {
	max-width: 304px !important;
	float: right;
}

footer {
	/*min-height: 142px !important;*/
}

.gobtn {
	width: 25% !important;
}

.newsInput {
	width: 75% !important;
}

p.newL {
	float: right;
}

.tog button.btn.btn-info {
	font-size: 18px;
	font-weight: 400;
	color: #515d07;
}

.tog ul li {
	line-height: 29px;
}

.userNamePort {
	text-align: left;
	display: block;
	font-size: 15px;
	color: #242b30;
	font-weight: 600;
	margin: 15px 0px;
}

.userProDiv .userPic {
	margin-top: 19px !important;
}

.desHeight {
	height: 101px;
}









.adminPages {
	/*background-color: #f4f4f4;*/
}

.lmTitle,
.adminMenu {
	text-align: right;
}

.userProDiv .chengePicIc {
	bottom: 0;
}

.adminMenu li {
	border-top: 1px dotted #d0d0d0;
	padding: 6px 0px;
}


.manageListings .col-new-5 {
	min-height: 261px;
}

.manageListings .gridViewBoxImg {
	height: 135px;
	overflow: hidden;
}

.manageListings .gridViewBoxImg img {
	min-height: 100%;
}

.alt_gridViewBox {
	background: #fff;
	border: solid 1px #e6e6e6;
	float: left;
	width: 100%;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

.alt_gridViewBoxImg img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.alt_gridViewBoxImg {
	background: #e9e9e9;
}

.alt_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);
}

.manageListings .gridViewBoxInfo {
	min-height: 60px;
}

.propertyName {
	padding-right: 45px;
}

.manageListings .propertyAction .actionBTN,
.manageListings .propertyAction .alertAction a {
	width: 28px;
	height: 28px;
	line-height: 24px;
}


p.ftrnoteLeft {
	padding-top: 32px;
}

ul.ftave {
	margin-left: -50px;
	width: 100%;
	margin-bottom: 0;
}

ul.ftave li {
	margin-bottom: 0px;
}

ul.ftave li a {
	padding: 20px 10px;
}



.portfolioLogo {
	text-align: center;
	padding-top: 10px;
}

.portfolioLogo img {
	max-width: 100%;
}

.tog button.btn.btn-info:focus,
.tog button.btn.btn-info:active {
	box-shadow: none;
	outline: none;
	background: #fff;
}


.newsLetter {
	width: 100%;
	float: left;
	background: #f4f4f4;
	border: none;
	padding: 10px 15px 20px;
	margin: 20px 0px;
	border-radius: 2px;
}

.newsLetter .lmTitle {
	text-align: center;
	margin-bottom: 15px;
}

.newsLetter input {
	width: 100%;
	line-height: 40px;
	padding: 0px 15px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 3px;
}

.newsLetter .btn {
	background: #525d08;
	text-align: center;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 0px 10px;
	border-radius: 3px;
}


.leftInfoSection {
	width: 70%;
	float: left;
	padding-right: 30px;
}

.leftInfoSection p {
	line-height: 24px;
	margin-bottom: 10px;
}

.leftInfoSection h6 {
	color: #525d08;
	font-weight: 600;
	margin: 10px 0px 15px;
}

.listingUl {
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}

.listingUl li {
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.listingUl li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #525d08;
	border-radius: 50%;
	top: 10px;
	left: 0px;
	position: absolute;
}


.rightInfoSection {
	width: 30%;
	float: left;
}

.rightInfoSection h6 {
	text-transform: uppercase;
	color: #525d08;
	font-weight: 600;
	margin: 10px 0px 15px;
}

.smText {
	font-size: 12px;
}

.rightInfoSection input {
	width: 100%;
	line-height: 35px;
	padding: 0px 15px;
	background: #fff;
	border: 1px #f4f4f4 solid;
	margin-bottom: 10px;
	font-size: 13px;
}

.rightInfoSection select {
	background: #fff;
	border: 1px #f4f4f4 solid;
	border-radius: 0px;
	box-shadow: none;
}

.rightInfoSection select:focus {
	outline: none !important;
	box-shadow: none;
}

.rightInfoSection .btnl {
	background: #f1f1f1;
	padding: 10px;
	border: none;
	margin: 15px 0px;
	color: #000;
	font-size: 14px;
}


.box3Group {
	margin: 0px -4px;
	display: inline-block;
}

.box3Group input {
	width: 30.75%;
	float: left;
	margin: 0px 4px 10px;
}

.checkboxSection {
	background: #fcffe6;
	padding: 20px 15px;
}

.checkboxSection .rowBox {
	display: inline-block;
	margin-bottom: 10px;
}

.checkboxSection .rowBox .checkBoxDiv {
	float: left;
	width: 20px;
}

.checkboxSection .rowBox .checkBoxDiv input {}

.checkboxSection .rowBox .infoBoxDiv {
	float: left;
	font-size: 12px;
	width: 88%;
	line-height: 16px;
}

.checkboxSection button {
	background: #525d08;
	text-align: center;
	width: 100%;
	margin: 10px 0px 0px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	padding: 0px 10px;
	border: none;
	border-radius: 3px;
}



.pl-0 {
	padding-left: 0px;
}

.nav_2 {}

.nav_2>li a {
	padding: 5px 10px !important;
	font-weight:600;
	color: #000;
}

.nav_2 .dropdown-toggle {
	border: none;
	background-color: transparent;
	padding: 2px 6px;
	font-weight: 600;
}

.innerpages_2 .navbar {
	padding: 29px 0px;
}

.headerFilter_2 {
	background-color: #fff;
	padding: 20px 0px;
}

.headerFilter_2 .col-xs-12 {
	display: flex;
	justify-content: space-between;
}

.headerFilter_2 .col__Left {
	display: flex;
}

.headerFilter_2 .col__Right {
	text-align: right;
}

.headerFilter_2 .col__Right .btn_Green {
	margin-left: 5px;
}

.headerFilter_2 .searchFeild {
	border: none;
	border-bottom: 1px #515d07 solid;
	margin-right: 15px;
	font-size: 13px;
}

.select__ {
	border: none;
	border-bottom: 1px #515d07 solid;
	margin-right: 12px;
	height: 45px;
	outline: none;
	font-size: 13px;
}

.fBtnGroup {}

.fBtnGroup button {
	width: 100%;
	background-color: #edf9fd;
	color: #515d07;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	border-radius: 50px;
}

.fBtnGroup label {
	font-size: 10px;
	color: #515d07;
	width: 100%;
	text-align: center;
	margin: 0;
	font-weight: 600;
}

.btn_Green {
	font-size: 17px;
	color: #ffffff;
	min-width: 62px;
	text-align: center;
	background-color: #6b761b;
	line-height: 24px;
	border: 2px #6b761b solid;
	border-radius: 50px;
	margin-top: 8px;
	font-weight: 500;
	outline: none;
	transition: all 0.5s;
}

.btn_Green.btn_Border {
	color: #a6bc15;
	background-color: #fff;
}

.btn_Green:hover {
	color: #fff;
	background-color: #6b761b;
}

.btn_Green.btn_Border:hover {
	color: #fff;
	background-color: #a6bc15;
}


.innerBody {
	font-family: 'proxima_novaregular', sans-serif;
	background-color: #fff;
}

/*.innerBody * {
	font-family: 'Noto Sans Mahajani', sans-serif;
}
*/ 

.innerBody .propertyDetailsSection {
	background-color: #edf9fd;
	padding: 25px 0px 50px;
}

.brockerBox_2 {
	margin-bottom: 15px;
}

.brockerBox_2 .brockerInfo {
	display: flex;
	justify-content: space-between;
}

.brockerBox_2 .brockerInfo .text_Col__ {
	padding-right: 10px;
	width: 100%;
}

.brockerBox_2 .brockerInfo h6 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #171717;
	font-weight: 600;
}

.brockerBox_2 .brockerInfo label {
	font-size: 13px;
	color: #515d07;
	font-weight: 400;
	margin-bottom: 5px;
}

.brockerBox_2 .brockerInfo p {
	font-size: 14px;
	color: #171717;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
	letter-spacing: 0;
}

.brockerBox_2 .userImgHoder {
	width: 54px;
	height: 54px;
	min-width: 54px;
	border-radius: 50%;
	overflow: hidden;
}

.brockerBox_2 .userImgHoder img {}


.row__2 {
	margin-left: -7px;
	margin-right: -7px;
}

.row__2>.brockerDiv {
	padding-left: 7px;
	padding-right: 7px;
}

.pt_40 {
	padding-top: 40px;
}

.pagination_2 {}

.pagination_2 li {
	padding: 0;
}

.pagination_2 li a {
	color: #515d07;

	font-size: 12px;
	font-weight: 400;
}

.footer_2 {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
}

.footer_2:before {
	position: absolute;
	content: '';
	z-index: 0;
	width: 286px;
	height: 98px;
	/*background: url(../images/f_left.png) center left no-repeat;*/
	background: none;
	background-size: contain;
	left: 0;
	bottom: 30px;
}

.footer_2:after {
	position: absolute;
	content: '';
	z-index: 0;
	width: 315px;
	height: 99px;
	/*background: url(../images/f_right.png) center right no-repeat;*/
	background: none;
	background-size: contain;
	right: 0;
	bottom: 100px;
}

.footer_linkList {
	text-align: left;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 50px; padding: 0px 179px;
}

.footer_linkList li {
	width: 100%;
}

.footer_linkList li h5 {
	font-size: 15px;
	color: #515d07;
	margin-bottom: 10px;
}

.footer_linkList li a {
	display: inline-block;
	font-size: 13px;
	color: #4a4a4a;
	padding: 0px;
	margin-bottom: 0px;
}

.footer_linkList li a:hover {
	color: #515d07;
}


.emailHolder {
	display: flex;
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
}

.emailHolder input {
	width: 100%;
	border: none;
	border-bottom: 1px #515d07 solid;
	padding: 12px 15px;
	margin-right: 15px;
	color: #515d07;
	font-weight: 500;
	position: relative;
	top: -23px;
	font-size: 14px;
}

.emailHolder input::placeholder {
	color: #afafaf;
}

.emailHolder button {
	color: #515d07;
	font-size: 18px;
	border: 1px #515d07 solid;
	padding: 15px 15px;
	background-color: #edf9fd;
	border-radius: 50px;
	white-space: nowrap;
	font-weight: 500;
}

.emailHolder button:hover {
	color: #fff;
	background-color: #515d07;
}

.pt_30 {
	padding-top: 30px;
}

.propertySlider {
	display: flex;
	justify-content: space-between;
}

.propertySlider .carousel-inner {
	width: calc(100% - 335px);

}

.propertySlider .item {}

.propertySlider .item img {
	min-height: 258px;
}

.propertySlider .carousel-control {}

.propertySlider .carousel-control {}

.propertySlider .carousel-indicators {
	position: relative;
	left: unset;
	right: unset;
	width: 320px;
	margin: 0;
	top: 0;
	display: flex;
	border: 1px #000 solid;
	flex-wrap: wrap;
	align-content: flex-start;
}

.propertySlider .carousel-indicators li {
	width: 25%;
	height: 65px;
	border-radius: 0;
	display: flex;
	align-items: center;
	background-color: #000;
	justify-content: center;
	overflow: hidden;
	border: 0px #000 solid;
	margin: 0px;
}

.propertySlider .carousel-indicators li img {
	min-width: 100%;
	min-height: 100%;
	object-position: center;
	object-fit: cover;
}

.propertySlider .carousel-indicators li.active {}

.propertySlider .carousel-indicators li.active img {
	opacity: 0.4;
}

.propertyMainRow {}

.propertyMainRow>.col-xs-9 {
	width: calc(100% - 330px)
}

.propertyMainRow>.col-xs-3 {
	width: 330px;
}

.propertyMainRow .boxTitleSection {
	border-bottom: none;
	padding-bottom: 0;
}

.propertyMainRow .boxTitleSection h4 {
	font-size: 22px !important;
	margin-bottom: 5px;
}

.propertyMainRow .addressProperty {
	font-size: 14px;
	color: #221e1b;
	font-weight: 500;
}

.propertyMainRow .bedcrumlist {
	margin-bottom: 10px;
}

.propertyMainRow .bedcrumlist a {
font-size: 14px;
    font-weight: 500;
    color: #9a2800;
}

.opt_ {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.opt_ li {
	width: 26px;
	height: 26px;

	border-radius: 50%;
	text-align: center;
	margin-right: 6px;
}

.opt_ li img {background: aliceblue;
    border-radius: 50px;
}
p.ch {
    position: relative;
    font-size: 11px;
    top: 40px;
    right: 14%;
}

.proLeft {
	text-align: center;
}

.proLeft .profielAgent_ {
	width: 110px;
	height: 110px;
	margin: 10px auto 20px;
	overflow: hidden;
	border-radius: 50%;
}

.proLeft .profielAgent_ img {
	min-height: 100%;
	min-width: 100%;
}

.agent__ {}

.agent__ h4 {
	margin-bottom: 0px !important;
}

.agent__ label {
	font-size: 12px;
	color: #515d07;
	margin-bottom: 5px;
	font-weight: 600;
}

.agent__ p {
	font-size: 12px;
    color: #171717;
    font-weight: 400;
    margin-top: 15px;
}


.form_Row {
	display: flex;
	margin-bottom: 15px;
}

.form_Row label {
	color: #221e1b;
	white-space: nowrap;
	font-size: 12px;
	margin-bottom: 0;
	padding: 10px 0px;
	font-weight: 600;
	min-width: 50px;
}

.form_Row input,
.input___ {
	width: 100%;
	border: none;
	border-bottom: 1px #bbb solid;
	padding: 8px 10px;
	font-size: 16px;
	margin-left: 8px;
	outline: none;
	background: #f7fbff00;
}



.form_Row .textCenter {
	text-align: center;
	width: 100%;
	text-align: center;
}

.form_Row .btn_Green {
	    color: #515d07;
    font-weight: 500;
    border: none;
    background-color: #edf9fd;
    text-align: center;
    padding: 8px 15px;
    width: 110px;
    font-size: 15px;
}

.form_Row .btn_Green:hover {
	color: #fff;
	background-color: #515d07;
}

.signInfo {
	color: #bbb;
	text-align: center;
	text-align: center;
	padding-top: 20px;
}

.signInfo p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}
.signTxt {
    position: relative;
    left: 18%;
}
.b_b_n {
	border-bottom: none;
}

.icListRow_ {
	display: flex;
	flex-wrap: wrap;
	background-color: #edf9fd;
	padding: 10px 0px;
}

.icListRow_ li {
	width: 25%;
	text-align: center;
	padding: 10px;
}

.icListRow_ li img {}

.icListRow_ li .bxLable {
	font-size: 8px;
	color: #515d07;
	font-weight: 400 !important;
	letter-spacing: 0; 
}
.auctionAndBiddingDate .icListRow_ li .bxLable {
    padding-bottom: 10px;
}

.icListRow_ li .bxPrice {
	font-size: 11px;
	font-weight: 600;
}

.s_t {
	margin-bottom: 0;
}

.s_t li {
	font-size: 13px;
	padding-top: 3px;
}


.boxInfoSection.alignLeftList {
	display: flex;
	flex-wrap: wrap;
}

.boxInfoSection.alignLeftList>.propertythreebox {
	float: unset;
}

.boxInfoSection.alignLeftList .bxLable {
	color: #000;
	margin-bottom: 5px;
}


.t_green {
	color: #515d07 !important;
}

.pl_150 {
	padding-left: 150px;
}

.descriptionCol {}

.myPanelGroup {
	margin-bottom: 0;
}

.myPanelGroup .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.myPanelGroup .panel .panel-heading {
	padding: 5px 0;
	border: none;
	background-color: transparent;
	border-radius: 0;
}

.myPanelGroup .panel .panel-title {
	font-size: 13px;
	font-weight: 700;
	color: #010101;
}

.myPanelGroup .panel .panel-title a {
    
    color: #000; font-weight:500;
}

.myPanelGroup .panel-collapse {}

.myPanelGroup .panel-collapse .panel-body {
	border: none !important;
	border-radius: 0;
	padding: 15px 0px;
}

.myPanelGroup .panel-collapse .panel-body p {
	font-size: 14px;
	color: #010101;
	font-weight: 400;
}


.labelList {}

.labelList li {
	color: #010101;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	align-items: center;
}

.labelList li label {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	width: 110px;
	min-width: 110px;
	margin: 0;
}

.labelList li p {
	font-size: 10px;
	font-weight: 600;
}


.tableList_ {
	display: flex;
}

.tableList_ li {
	margin-bottom: 10px;
}

.tableList_ li label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
	min-width: 100px;
	margin-bottom: 10px;
}

.tableList_ li p {
	font-size: 10px;
	font-weight: 600;
}

.boxInfoSection .b_t {
	font-size: 12px;
    font-weight: 400;
	letter-spacing: 0;
}


.docRow {}

.docRow .gridViewBoxImg {
	width: 100%;
	height: 156px;
	overflow: hidden;
	background-color: #bbbbbb;
}


.videoRow_ {}

.videoRow_ .gridViewBoxImg {
	width: 100%;
	height: 182px;
	overflow: hidden;
	background-color: #bbbbbb;
}

.videoRow_ .videoBTN::before {
	background-color: #000;
	background-image: url(../images/ic_play.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	background-size: 15px;
	border-radius: 50%;
}

.videoRow_ .videoBTN:hover::before {
	background-color: #f00;
}

.btnMore {
background-color: #8b935a;
color: #fff;
text-transform: uppercase!important;
font-weight: 700;
font-size: 8px;
letter-spacing: 2px;
padding: 1px 10px;
border-radius: 50px;
margin-top: 5px;
display: inline-block;
line-height: 12px;
}

.btnMore:hover {
	color: #fff;
	background-color: #515d07;
}

.agentTag {
	display: flex;
	width: 100%;
	max-width: 560px;
	flex-wrap: wrap;
	margin-left: 21%;
}

.agentTag li {
	width: 160px;
	margin: 7px 12px;
}

.agentTag li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	width: 100%;
	height: 30px;
	background-color: #f6ffb9;
	font-size: 13px;
	color: #515d07;
	font-weight: 600;
}

.agentBox {
	width: 100%;
	float: left;
	padding: 35px 20px;
}

.agentBoxLeft {
	width: 175px;
	float: left;
}

.agentBoxRight {
	margin-left: 175px;

}

.agentBlank {
	width: 100%;
	float: left;
}

.whiteBox .agentTitle {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.agentCetification {

	display: flex;
	align-items: center;
}

.agentCetification a {
display: flex;
    height: 44px;
    align-items: center;
    padding: 0px 8px;
    margin: 0px 5px;
    background-color: #a6bc15;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
}

.certificationBox {
	padding-top: 45px;
	padding-bottom: 45px;
}

.agentBlank p {
	font-weight: 400;
	letter-spacing: normal;
	font-size: 15px;
}

.brochureListing {
	width: 100%;
	display: flex;
	align-items: center;
}

.brochureListing li {
	padding: 5px 8px;
}


/* Review  */

.bookReviewHD {
	width: 100%;
	float: left;
	display: flex;
}

.writeareviewButton {
	display: block;
	width: 140px;
	height: 30px;
	border-radius: 100px;
	border: solid 2px #515d07;
	color: #515d07;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #edf9fd;
	line-height: 1;
	margin-left: auto;
}

.writeareviewButton:hover {
	background-color: #515d07;
	color: #edf9fd;
}

.bookReviewsRow {
	width: 100%;
	float: left;
	margin-top: 50px;

	margin-bottom: 20px;
}

.bookReviewLeft {
	width: 110px;
	float: left;

}

.bookReviewRight {
	margin-left: 110px;

}

.reviewBlank {
	width: 100%;
	float: left;
	padding-left: 50px;
}

.bookReviewRight h6 {
	font-size: 20px;
	font-weight: 500;
	color: #515d07;
	margin-bottom: 10px;
}

.reviewDate {
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
}

.reviewOverall {
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.reviewOverall span {
	margin-left: 15px;
	font-size: 18px;
	color: #515d07;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.reviewOverall span img {
	margin-left: 5px;
}

.reviewTopic {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.reviewTopicBox {
	padding: 0px 15px;
	text-align: center;
	width: 25%;
}

.reviewTopicBox p {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.topicRating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.topicRating img {
	margin: 0px 2px;
}

.viewCommentBox {
	width: 100%;

}

.viewCommentBox p {
	font-size: 16px;
	font-weight: 100;
}

.reviewComentAction {
	width: 100%;
	display: flex;
	align-items: center;
}

.reivewLike {
	margin-right: 35px;
	font-size: 16px;
	color: #242424;
	font-weight: 500;
	display: flex;
	align-items: center;

}

.reivewLike img {
	margin-right: 8px;
}

.viewReplies {
	font-size: 16px;
	font-weight: 500;
	color: #242424;
}

.vrMT40 {
	margin-top: 40px;
}

.viewRepliesRow {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

.replyProPic {
	width: 46px;
	float: left;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.replyRight {
	margin-left: 46px;
}

.replyBlank {
	width: 100%;
	float: left;
	padding-left: 15px;
}

.replyDateTime {
	font-size: 12px;
	margin-bottom: 5px;
}

.replyMain {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.replyBTN {
	color: #a6bc15;
}

.bookReviewLeft {
	text-align: center;
}

.bookReviewLeft p {
	font-size: 13px;
	margin-bottom: 10px;
}

.bookReviewLeft .strong {
	font-weight: 600;
}

.reviewPic {
	margin-bottom: 15px;



}

.orangetext {
	color: #a6bc15;
}

.bookReviewsRow p {
	letter-spacing: normal;
	font-weight: 400;
	letter-spacing: normal;
}

.bookReviewsRow .reviewTopicBox p {
	font-weight: 500;
}

.viewCommentBox p {
	font-weight: 300;
}

.reviewComentAction {
	margin-top: 20px;
}

.companyLogo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.flexAgent {
	align-items: center;
	display: flex;
}

.agentSearch {

	margin-left: auto;

	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;

}

.agentDropDown {
	border-radius: 100px;
	border: solid 1px #515d07;
	color: #515d07;
	background-color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 10px;
	line-height: 1;
	width: 90px;
	height: 35px;
	outline: none;

}

.agentSearch h5 {
	color: #515d07;
	font-size: 22px;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 150px;

}

.brokerSearch {
	align-items: center;
	display: flex;
	margin-left: auto !important;
    position: relative;
    left: 91px;

}

.agentInput input,
.agentSelect select {
	border: none;
	border-bottom: solid 1px #515d07;
	padding: 5px 15px;
	height: 35px;
	font-size: 14px;
	color: #000;
	background-color: transparent;
	width: 100%;

}

.agentInput,
.agentSelect {
	padding-right: 15px;
}

.agentButton {
	padding-left: 15px;
}

.agentButton p {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0px;
	color: #515d07;
	margin-top: 0px;


}

.agentButton button {
	width: 90%;
    font-size: 12px;
    font-weight: 700;
    color: #515d07;
    background-color: #fff;
    border: solid 1px #515d07;
    border-radius: 100px;
    height: 28px;
}

.agentInput {
	width: 197px;
}

.agentSelect {
	width: 110px;
}

.agentButton {
	width: 100px;
}

.agentInput,
.agentSelect,
.agentButton {
	float: left;
}

.agentButton button:hover {
	background-color: #515d07;
	color: #fff;
}

.agentsleftMenu {
	width: 100%;
	float: left;
	padding: 30px 40px;
}

.contactPadding {
	padding: 95px;
}

.contactPopup {
	width: 550px;
}

.agentsleftMenu h6 {
	font-size: 21px;
	font-weight: 400;
	color: #515d07;
	margin-bottom: 6px;
	padding-bottom: 15px;
	border-bottom: solid 0.5px #fff;
	display: block;
	text-align: left;
}

.agentsleftMenu ul li {
	display: block;
	width: 100%;
	margin-bottom: 0px; 
	line-height: 19px;
}

.agentsleftMenu ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #434343;
	font-weight: 400;
	line-height:24px;
}

.agentsleftMenu ul li a:hover {
	color: #515d07;
}

.pb0 {
	padding-bottom: 0px;
}

.brokerAgentPic {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0px auto;
}

.brokerAgentName {
	font-size: 17px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.brokerAgentComapnyLogo {
	text-align: center;
}

.brokerAgentComapnyLogo img {
	width: 60px;
}

.brokerAgentLeft {
	width: 120px;
	float: left;
}

.brokerAgentCenter {
	margin-left: 120px;
	margin-right: 120px;
}

.brokerAgentBadge {
	width: 100%;
	padding-left: 120px;
	display: flex;
	align-items: center;
	padding-left: 18%;


}

.brokerAgentListRow {
    width: 100%;
    float: left;
    padding: 25px 25px 0px 25px;
    border-bottom: 9px solid #fff;
    padding-bottom: 15px;
}

.brokerAgentListRow:last-child {
	padding-bottom: 50px;
}

.brokerAgentCenter h4 {
	    font-size: 21px;
    color: #515d07;
    margin-bottom: 10px;
    font-weight: 300;
}

.brokerAgentRating {
	display: flex;
}

.brokerAgentRating img {
	margin-right: 5px;
}

.brokerAgentEducation {
	font-size: 14px;
	font-weight: 400;
	color: #515d07;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.brokerAgentBlank {
	width: 100%;
	float: left;
	padding-left: 10px;
}

.brokerAgentBlank p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	margin-bottom: 6px;
}

.brokerAgentRight {
	width: 120px;
	float: right;
}

.brokerAgentBadge {
	width: 100%;
	float: left;
	padding-top: 15px;
	margin-top: 5px;
	
}

.brokerAgentTag {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.brokerAgentTag a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 0px 15px;
	margin-right: 10px;
    width: 132px;
	height: 30px;
	background-color: #f6ffb9;
	font-size: 13px;
	color: #515d07;
	font-weight: 600;
}

.brokerAgentLeft .opt_ {
	text-align: center;
	justify-content: center;
}

.brokerAgentLeft .opt_ li {
	margin: 0px 5px;
	border: none;
}

.brokerAgentCAT {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.brokerAgentCAT a {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background-color: #edf9fd;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 5px;
}

.brokerAgentCall {
	display: block;
    padding: 7px 10px;
    border-radius: 100px;
    height: 28px;
    border: solid 1px #515d07;
    color: #515d07;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.brokerAgentBadge a {
	display: flex;
	align-items: center;
	margin-right: 50px;
	font-size: 12px;
	font-weight: 500;

}

.brokerAgentBadge a img {
	margin-right: 10px;
}

.brokerAgentPagination {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	float: left;
}

.brokerAgentPagination ul li,
.brokerAgentPagination ul {
	display: flex;
	align-items: center;



}

.brokerAgentPagination ul li a {

	width: 32px;
	height: 32px;
	float: left;
	display: flex;
	align-items: center;
	border-radius: 100px;
	justify-content: center;
	color: #515d07;
	font-weight: 500;

}

.brokerAgentPagination ul li a:hover {
	background-color: #fff;
}

.modal-content {

	border-radius: 0px;
	margin: 0px;
}

.contactPopup {
	width: 420px;

}

.contactPadding {
	padding: 25px;

}

.contactRow label {
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-right: 5px;
}

.contactRow {
	width: 100%;

	margin-bottom: 20px;
}

.contactRow:last-child {
	margin-bottom: 0px;
}

.contactRow input,
.contactRow select {
	font-size: 14px;
	border: none;
	border-bottom: solid 1px #bbbbbb;
	padding: 0px 10px;
	height: 30px;
	width: 100%;
}

.contactRow textarea {
	font-size: 14px;
	border: none;
	border-bottom: solid 1px #bbbbbb;
	padding: 0px 10px;
	height: 150px;
	width: 100%;
}

.textareapp {
	position: relative;
}

.textareapp span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #bbbbbb;
}

.contactwrap {
	text-align: center;
}

.contactpp {
	display: inline-block;
	border: none;
	width: 120px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #515d07;
	background-color: #edf9fd;
	border-radius: 100px;
}

.contactwrap p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 15px;
	color: #bbbbbb;
}


/* Calendar Start */
.auctionCalendar {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	padding-top: 50px;
	margin-bottom: 40px;
}

#auctionCalendar {
	border: solid 0px #a6bc15;
	padding: 10px;
	border-radius: 5px;
	padding-right: 20px;
}

.datepicker td,
.datepicker th {
	font-size: 14px;
	font-weight: 600;
	color: #6d7c10;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	text-indent: -999px;
	overflow: hidden;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background-color: #e7ef14;
}

.datepicker .dow {
	border-bottom: solid 1px #a6bc15;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.auctionAction {
	padding-left: 0px;
	margin-top: 15px;
}

.auctionRow {
	width: 100%;
	float: left;
	padding: 70px 25px 0px 25px;
}

.auctionBlank {
	width: 100%;
	float: left;
	padding-left: 20px;
}

.auctionBlank p {
	letter-spacing: normal;
	font-weight: 500;
}

.auctionBlank h6 {
	font-size: 17px;
	font-weight: 500;
	color: #515d07;
	margin-bottom: 10px;
	line-height: 1.5;
}

.auctionLeft {
	width: 185px;
	float: left;
}

.auctionRight {
	margin-left: 185px;
}

.auctionDate {
	height: 22px;
	border-radius: 100px;
	border: solid 1px #a6bc15;
	color: #515d07;
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	margin-bottom: 10px;

}

.auctionImg {
	position: relative;
}

.auctionClock {
	position: absolute;
	right: 15px;
	top: 15px;
}

.auctionImg span {
	position: absolute;
	bottom: 21px;
	left: 0px;
	padding: 0px 10px;
	color: #fff;
	font-size: 10px;
	width: 100px;
	height: 21px;
	display: flex;
	align-items: center;
	background-image: url(../images/open.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.auctionDate span {
	color: #f04e26;
	display: inline-block;


}

.auctionCompany {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.auctionCompany img {
	width: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.brokerAgentBadge .brokerAgentCAT {
	width: 185px;
	float: left;
	margin-right: 20px;
}

.brokerAgentBadge .brokerAgentCAT a {
	margin: auto;
	margin: 0px 5px;

}

.brokerAgentBadge .brokerAgentCAT a img {
	margin: 0px;
}

.auctionRow:last-child {
	margin-bottom: 50px;
}

.footer_2 {
	background-color: #f7fbff;
}

.footer_linkList li h5 {
	font-weight: 500;
}

.footer_linkList li a {
	font-weight: 500;
}

.emailHolder input {
	background-color: transparent;
}

.footer_2:before {
	/*background: url(../images/footer-left.png) center left no-repeat;*/
	height: 75px;
	width: 284px;
	bottom: 0px;
}

.footer_2:after {
	/*background: url(../images/footer-right.png) center left no-repeat;*/
	height: 53px;
	width: 134px;
	bottom: 0px;
}

.emailHolder button {
	font-size: 15px;
}


.oaPic {
	width: 78px;
	float: left;
}

.ocinfo {
	margin-left: 90px;
}

.ocinfo .strong {
	font-weight: 600;
}

.ocinfo h5 {
	margin-bottom: 5px;
	font-size: 13px;
}

.ocinfo p {
	margin-bottom: 5px;
	font-size: 13px;
}

.otherAgent {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.hoverClock .auctionDate {
	border: none;
}

.hoverClock {
	background: #fff;
	width: 100%;
}

.auctionDate span {
	background-image: none;
}

.modal-backdrop.show {
	opacity: 0 !important;
}

.modal-backdrop {
	background-color: transparent;
}

.modal-dialog {


	box-shadow: 0px 8px 24px -2px #747474;
}

ul.nav.navbar-nav.navbar-center {}


element.style {
    margin-right: -10px;
    float: left;
}
.dropdown.signUp {
    text-align: center;
}
.dropdown.signUp {
    color: #fff;
    font-size: 14px;
    border: 0px #515d07 solid;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
    top: -42px;
    bac: #754912;
    background: #754912;
} 


.hoverClock {
	width: 90%;
	display: block;
	background-color: #fff;
	border-radius: 12px;
	font-size: 9px;
	color: #515d07;
	position: absolute;
	top: 45px;
	padding: 10px;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	left: 50%;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

.hoverClock strong {
	color: #f00;
	font-weight: normal;
}

.hoverClock1 {
	margin-bottom: 5px;
}



.auctionClock:hover+.hoverClock {
	opacity: 1;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);

}


/* My Properties */
.mytools {
	background-color: #fff;
}

.myToolsLeft {
	background-color: #edf9fd;
	border-radius: 0px 20px 0px 0px;
	width: 85%;
	float: left;
	margin-left: -15px;
	margin-top: 80px;
	margin-bottom: 100px;
	padding-bottom: 100px;

}

.myProperties {
	margin-top: 40px;
}

.mytools .header-bg {
	border-bottom: solid 0.5px #c3c3c3;
}

.mytoolsAgentPic {
	width: 120px;
	height: 120px;
	border: solid 2px #edf9fd;
	border-radius: 200px;
}

.mytoolsleftRows {
	width: 100%;
	position: relative;
	height: 120px;
}

.mytoolsAgentPic {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 200px;
	left: 50%;
	top: -75px;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.mytoolsAgentPic span,
.mytoolsCompanyLogo span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	overflow: hidden;

}

.mytoolsAgentPic::before {
	content: '';

}

.mytoolsCompanyLogo {
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 200px;
	left: 38%;
	top: -4px;
	border: solid 2px #edf9fd;	
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
} 


.myToolsTitle {
	font-size: 24px;
	font-weight: 500;
	color: #515d07;
	margin-bottom: 50px;
}

.myToolsRight {
	width: 100%;
	float: left;
	padding-left: 50px;
	margin-top: 78px;
}

.profileLevel {
	width: 100%;
	margin-bottom: 80px;
	    position: relative;
    left: 110px;
}

.profileLevel ul {
	display: flex;
	width: 100%;
	align-items: center;
}

.profileLevel ul li {
/*	margin-right: 115px;*/
	min-width: 134px;
}

.profileLevel ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	border: solid 1px #a6bc15;
	font-size: 10px;
	color: #515d07;
	font-weight: 600;
	height: 25px;
	position: relative;
	background-color: #fff;
}

.profileLevel ul li a:hover,
.profileLevel ul li a.mytoolsActive {
	background-color: #a6bc15;
    color: #fff;
}

.profileLevel ul li:last-child a::before,
.profileLevel ul li:last-child a::after {
	display: none;
}

.mytoolInput {
	width: 100%;
	border: none;
	border-bottom: solid 1px #c3c3c3;
	height: 45px;
	padding: 10px 20px;
	font-size: 18px !important;
	outline: none;
} 

.mytoolsForm label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-align: right;
	padding-right: 20px;
}

.mytoolsForm {
	width: 100%;
	float: left;
	padding-right: 100px;
	padding-bottom: 150px;
}

.myToolsMb30 {
	margin-bottom: 30px;
}

.mytoolsFlex {
	display: flex;
	align-items: center;
}

.myToolsMt70 {
	margin-top: 70px;
}


.container.ptb {
	padding: 100px 0px;
}

h2.mainText {
	font-size: 25px;
	padding: 20px 0px;
	color: #ff5722;
	font-weight: 500;
}

ul.menues li {
	font-size: 19px;
	line-height: 34px;
}

li.main {
	font-weight: bold;
}

ul.menues {
	padding-bottom: 20px;
	margin-left: 20px;
}

li.main {
	margin-left: -20px;
}

.agentButton {
	padding-top: 20px;
}

.agentSearch {
	margin-left: 23% !important;
}

.mytoolsAgentPic .uploadPhoto {
	position: absolute;
	width: 22px;
	height: 22px;
	border: solid 1px #a6bc15;
	bottom: 4px;
	right: 10px;
	border-radius: 100px;
	background: #fff;
	background-image: url('../images/plus-green1.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 999;
}

.mytoolsCompanyLogo .uploadLogo {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: solid 1px #a6bc15;
	bottom: -4px;
	right: 10px;
	border-radius: 100px;
	background: #fff;
	background-image: url('../images/plus-green1.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 999;
}

.uploadPhoto {
	box-shadow: none;
	width: 100%;
	max-width: 670px;
}

.modal-dialog.uploadPhoto.modal-dialog-centered {
	margin-top: 180px;
}

.uploadPhoto .modal-content {
	border: solid 0.5px #a6bc15;
}

.uploadPhotoWrapper {
	width: 100%;
	padding: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}



.PhotoView {
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 10px;
	border: solid 1px #a6bc15;
	background-color: #f3f3f3;
	margin-left: auto;
}

.closeUpload {

	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 8px;
}

.uploadPhotoRow {
	width: 60%;
}








/*.uploadPhoto [type=file] {
	height: 0;
	overflow: hidden;
	width: 0;
}*/

.uploadPhoto [type=file]+label {
	background: #f15d22;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: inherit;
	font-size: 14px;
	outline: none;
	padding: 5px 15px;
	position: relative;
	transition: all 0.3s;
	vertical-align: middle;

	color: #515d07;
	border: solid 1px #a6bc15;
	background-color: #edf9fd;
}

.uploadPhoto [type=file]+label.btn-2 {
	background-color: #edf9fd;
	border-radius: 50px;
	overflow: hidden;
}

.uploadPhoto [type=file]+label.btn-2:hover {
	background-color: #a6bc15;
	color: #fff;
}

.uploadPhoto [type=file]+label.btn-2:hover::before {
	right: 75%;
}

.savePhoto {
	background-color: #754912;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 50px;
	width: 80px;
	height: 26px;
	font-weight: 600;
	line-height: 1;
}

.uploadSaveRow {
	width: 100%;
	margin-top: 15px;
	padding-left: 100px;
	position: relative;
}

.uploadSaveRow::before {
	content: '';
	width: 71%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: -18px;
	right: 0px;
}

.textareaMyTools {
	width: 100%;
border-radius: 0 !important;
    border-bottom: solid 2px #edf9fd;
	padding: 15px;
	font-size: 18px !important;
	height: 200px;
	font-weight:300; line-height: 19px;
}

.strongDrop {
	font-weight: 700;
}

.input2 {
	height: 45px;
	border-radius: 100px;
}

.saveBig {
	background-color: #754912; 
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 50px;
	width: 100px;
	height: 40px;
	font-weight: 600;
	line-height: 1;
	margin: 0 32%;
}

.photoProperty .strongTitle {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 16px;
}

.photoProperty p {
	font-size: 17px;
	letter-spacing: normal;
	font-weight: 400;
}

.strong {
	font-weight: 700;
}

.pr30 {
	padding-right: 30px;
}

.pl30 {
	padding-left: 30px;
}

.mb80 {
	margin-bottom: 80px;
}

.propertyPhoto {
	width: 100%;
}

.propertyPhoto [type=file]+label {
	font-size: 15px;
	font-weight: bold;
	padding: 8px 25px;
	text-align: center;
	max-height: 33px !important;

}

.uploadText {
	border: none;
	border-bottom: solid 1px #c3c3c3;
	padding: 5px;
	margin-left: 10px;
	height: 40px;
}

.propertyPhoto .uploadSaveRow::before {
	display: none;
}

.propertyPhotoRow {
	display: flex;
	align-items: stretch;
	position: relative;
}

.propertyPhotoRow .propertyPhoto {
	flex-grow: 2;
}

.propertyPhotoRow .uploadText {
	flex-grow: 8;
	text-align: left;
}

.propertySaveRow {
	margin-top: 25px;
	padding-left: 145px;
}

.ViewMainPhoto {
	background: #e9e9e9;
	color: #fff;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	max-width: 670px;
}

.ViewMainPhoto h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
}

.addPhoto {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #a6bc15;
	background: transparent;
	border: none;
}

.albumTitle {
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.albumRow {
	width: 100%;
	max-width: 670px;
	margin-top: 50px;
}

.albumRow .PhotoView {
	width: 100%;
	height: 180px;
}

.albumRow .col-lg-4,
.albumRow .col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.icon360 {

	right: 45px;

}

.dragPhoto {
	margin-bottom: 50px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #ff4200;
}

.strong a {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	padding-left: 10px;
	line-height: 1.3;
}

.mb15 {
	margin-bottom: 15px;
}

.uploadPhotoRow {
	padding-left: 100px;
}

.uploadPhotoRow .propertyPhotoRow {
	margin-bottom: 30px;
}

.uploadPhotoRow .propertyPhotoRow input {
	font-weight: 600;
	font-size: 14px;
}

.savePhotoBig {
	height: 40px;
}

.albumPL0 .PhotoView {
	height: 160px;
}

.copyrightBox p {
	font-size: 16px;
	letter-spacing: normal;
	margin-bottom: 15px;
	font-weight: 100;
}

.copyrightBox h2 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;

}

.copyListing {
	margin-bottom: 30px;
}

.copyListing li {
	font-size: 14px;
	letter-spacing: normal;
	margin-bottom: 15px;
	line-height: 24px;
	padding-left: 15px;
	position: relative;
}

.copyListing li::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 7px;
	display: block;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.rightBox {
	background-color: #edf9fd;
	padding: 50px 15px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.blankCopy {
	width: 100%;

	margin-bottom: 30px;
}

.selectInput {
	width: 100%;
	border: none;
	border-bottom: solid 1px #6f6f6f;
	font-size: 12px;
	padding: 5px 10px;
	background-color: transparent;
}

.addAnotherBTN {
	background: #fff;
	border-radius: 100px;
	padding: 10px;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	border: none;
}

.urltext {
	font-size: 10px;
	padding: 10px 15px;
	color: #666;
}

.blankCopy label {
	font-size: 12px;
	color: #6f6f6f;
}




/* Radio Button */
.radioLabel {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
}

.radioLabel input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radioLabel .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px #181818 solid;
	border-radius: 50%;
}

.radioLabel:hover input~.checkmark {
	background-color: #ddd;
}

.radioLabel .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radioLabel input:checked~.checkmark:after {
	display: block;
}

.radioLabel .checkmark:after {
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #a6bc15;
	transform: translate(-50%, -50%);
}

.copyrightsidelisting li {
	margin-bottom: 30px;
}

.bigGrenBTN {}

.bothPadding {
	padding-left: 30px;
	padding-right: 30px;
}

.colap {

	margin-bottom: 20px !important;
}

.colap .collapse {
	padding-top: 20px;
	line-height: 24px;
}

.bothPadding {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 108px;
}

textarea.textareaMyTools.contact {
	border-bottom: 1px solid #bcbcbc;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height: 156px;
}

.agentsleftMenu.pb0 {
	margin-bottom: 0px;
}

.ptAm {
	padding-top: 25px;
}

.ptAmF {
	margin-top: 125px;
}


h3.orange {
	font-size: 20px;
	color: #754912;
	font-weight: 600;
	padding-bottom: 10px;
	margin-top: 40px;
}

.buyer .myToolsTitle {
	margin-top: 80px;
}

ul.buyerList li {
	position: relative;
	font-size: 14px;
	line-height: 34px;
	margin-left: 0px;
}

ul.buyerList li:before {
	content: '';
	background-color: #515d07;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 13px;
	border-radius: 80px;
	left: -21px;
}

ul.buyerList {
	margin-left: 20px;
}

ul.buyerList.secondList li {
	margin-left: 20px !important;
	line-height: 28px;
}

.footer_2 {
	margin-top: 100px;
}


.loginWrapTab .loginTab .active {
	box-shadow: rgb(15 12 9 / 20%) 0px 0px 4px 0px, rgb(15 12 9 / 15%) 0px 3px 6px 0px;
	background-color: #754912;
	color: #fff;
	border-radius: 50px;
	padding: 11px 20px;
	font-size: 17px;
}

.loginWrapTab .loginTab button,
.loginWrapTab .loginTab a {
	background: transparent;
	border: none;
	margin: 0px;
	padding: 8px 25px;
	font-size: 17px;
}

button.btn_1.active {
	color: #fff;
	background-color: #bf0a30;
}

.loginWrapTab .loginTab button,
.loginWrapTab .loginTab a {
	background: transparent;
	border: none;
	margin: 0px;
	padding: 12px 12px;
}

.loginTab {
	background-color: #edf9fd;
	border-radius: 50px;

}

.loginWrapTab {
	display: flex;
	align-items: center;

	padding-bottom: 50px;
}

p.forgotPass {
	float: right;
	padding: 7px 0px;
	margin: -15px 0px;
}

.mytoolsForm.login {
	background: aliceblue;
	padding: 60px 0px;

}

.row.myToolsMb30.mytoolsFlex.forgot {
	margin-bottom: 0;
}

.mytoolsForm.login input.mytoolInput {
	background: transparent;
}

.mytoolsForm.login label {
	line-height: 16px;
}

.mytoolsForm.login select.mytoolInput {
	background: transparent;
}

.myToolsRight.bothPadding.signUp .mytoolsForm.login {
	padding: 20px 22px;
}


.myToolsRt.mtp h3 {
	color: #ff5a00;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}

ul.guideline {
	margin-left: 20px;
}

ul.guideline li:before {
	content: '';
	background: #ff5a00;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: -17px;
	border-radius: 50%;
}

ul.guideline li {
	position: relative;
	border-radius: 180px;
	line-height: 24px;
	padding-bottom: 14px;
	font-weight: 100;
}

.col-lg-12.forgetText {
	margin: 0 auto;
	text-align: left;
	padding: 10px 49px 2px 152px;
}

.subtitle {
	font-size: 32px;
	word-spacing: 1px;
	line-height: 39px;
	font-weight: 300;
	color: #515d07;
	margin-bottom: 35px;
}

span.ff {
	font-size: 12px;
	text-align: center;
	margin: 0 auto !important;
	padding-left: 0px;
}

.section6.ptop {
	padding-bottom: 100px;
}


.connect.df {
	padding-right: 3rem;
}

.vfl {
	position: relative;
}

.vfl:before {
	content: '';
	background-image: url(../images/sideFlower.png);
	position: absolute;
	width: 164px;
	height: 175px;
	top: 360px;
	right: -62px;
	background-repeat: no-repeat;
}

.leef:before {
	content: '';
	background-image: url(../images/greeLeef.png);
	position: absolute;
	width: 84px;
	height: 114px;
	top: 160px;
	left: 0;
}

.leef {
	position: relative;
}


.ptbtb {
	height: 140px;
	background-color: #fff;
}

ul.listingSec li {
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
}

ul li {
	line-height: 20px;
}


ul.listingSec2 p {
	text-align: left;
	font-weight: 400;
	font-size: 16px;
}





/*Section1 Start*/
.section1,
.section2,
.section3 {
	padding: 4rem 0rem;
	text-align: center;
	background-color: #fff;
}

.buyers-benifit {
	text-align: justify;
	padding-left: 0rem;
	padding-right: 12rem;
}

.buyers-benifit ul,
.seller ul,
.connect ul,
.verified ul,
.auction ul {
	list-style: disc;
	padding-left: 20px;
	line-height: 38px;
	word-spacing: 1px;
	font-weight: 400;
	font-size: 17px;
}

.buyers-benifit .button .signup,
.seller .button .signup,
.service-market .button .signup {
	padding: 9px 20px;
	line-height: 73px;
	font-weight: 500;
	border: 1px solid;
	margin-left: 20px;
}

.section1 .imgBox {
	float: left;
	padding-top: 10px;
}

/*Section1 End*/
/*Section2 Start*/
.seller {
	text-align: justify;
	padding-right: 6rem;
	padding-left: 8rem;
}

.section2 .imgBox {
	padding-top: 10px;
}

/*Section2 End*/

/*Section3 Start*/
.connect {
	text-align: justify;
	padding-left: 0rem;
	padding-right: 12rem;
}

.section3 .imgBox {
	float: left;
	padding-top: 20px;
}

.section3 .button .join,
.section4 .button .join,
.section5 .button .join {
	padding: 9px 20px;
	line-height: 73px;
	font-weight: 500;
	border: 1px solid;
	font-size: 17px;
	margin-left: 20px;
}

.btn_purple {
	font-size: 15px;
	color: #ffffff;
	min-width: 62px;
	text-align: center;
	background-color: #800080;
	line-height: 24px;
	border: 2px #800080 solid;
	border-radius: 50px;
	margin-top: 8px;
	font-weight: 500;
	outline: none;
	transition: all 0.5s;
}

.btn_purple:hover {
	color: #800080;
	background: #fff;
}

/*Section3 End*/
/*Section4 Start*/
.section4 {
	padding: 6rem 0 10rem;
	text-align: center;
	background-color: #fff;

}

.verified {
	text-align: justify;
	padding-left: 0rem;
	padding-right: 4rem;
}

.btn_brown {
	font-size: 15px;
	color: #ffffff;
	min-width: 62px;
	text-align: center;
	background-color: #a52a2a;
	line-height: 24px;
	border: 2px #a52a2a solid;
	border-radius: 50px;
	margin-top: 8px;
	font-weight: 500;
	outline: none;
	transition: all 0.5s;
}

.btn_brown:hover {
	color: #a52a2a;
	background: #fff;
}

.section4 .imgBox {
	padding-top: 50px;
}

/*Section4 End*/
/*Section5 Start*/
.section5 {
	padding: 6rem 12rem;
	text-align: center;
	background-color: #fff;
}

.auction {
	text-align: justify;
	padding-left: 0rem;
}

/*Section5 End*/
/*Section6 Start*/
.section6 {
	padding: 6rem 0rem 0rem;
	text-align: center;
	background-color: #fff;

	background-repeat: no-repeat;
}

.service-market {
	text-align: center;
	padding-left:5rem;

}

.service-market p {
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}

/*Section6 End*/
.forgetText p a {
	color: #ff4e00;
	font-weight: 700;
}

@media (max-width:1024px) {

	/*Section1 Start*/
	.section1,
	.section2,
	.section3 {
		padding: 5rem 5rem;
		overflow: hidden;
	}

	.buyers-benifit {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	/*Section1 End*/

	/*Section2 Start*/
	.seller {
		padding-right: 2rem;
		padding-left: 5rem;
	}

	/*Section2 End*/

	/*Section3 Start*/
	.connect {
		text-align: justify;
		padding-left: 0rem;
		padding-right: 6rem;
	}

	/*Section3 End*/

	/*Section4 Start*/
	.section4 {
		padding: 6rem 0 10rem;
		overflow: hidden;
	}

	.verified {
		padding-left: 0rem;
		padding-right: 2rem;
	}

	/*Section4 End*/

	/*Section5 Start*/
	.section5 {
		padding: 6rem 4rem;
		overflow: hidden;
	}

	.auction {
		padding-left: 0rem;
	}

	/*Section5 End*/

	/*Section6 Start*/
	.section6 {
		padding: 6rem 0rem;
		overflow: hidden;
	}

	.service-market {
		text-align: center;
	}

	.service-market p {
		font-size: 15px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 10px;
	}

	/*Section6 End*/
}

@media (max-width:768px) {

	/*Section1 Start*/
	.section1,
	.section2,
	.section3 {
		padding: 5rem 2rem;
		overflow: hidden;
	}

	.buyers-benifit {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	/*Section1 End*/

	/*Section2 Start*/
	.seller {
		padding-right: 1rem;
		padding-left: 3rem;
	}

	/*Section2 End*/

	/*Section3 Start*/
	.connect {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	/*Section3 End*/

	/*Section4 Start*/
	.section4 {
		padding: 6rem 0 10rem;
		overflow: hidden;
	}

	.verified {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	/*Section4 End*/

	/*Section5 Start*/
	.section5 {
		padding: 6rem 3rem;
		overflow: hidden;
	}

	.auction {
		padding-left: 0rem;
	}

	/*Section5 End*/

	/*Section6 Start*/
	.section6 {
		padding: 6rem 0rem;
		overflow: hidden;
	}

	.service-market {
		text-align: center;
		margin-left: 5rem;
	}

	/*Section6 End*/
}

@media (max-width:600px) {
	.subtitle {
		font-size: 20px;
		word-spacing: 1px;
		line-height: 40px;
	}

	/*Section1 Start*/
	.section1,
	.section2,
	.section3 {
		padding: 2rem 0rem;
		overflow: hidden;
	}

	.buyers-benifit {
		padding-left: 0;
		padding-right: 0;
		margin-right: -7rem;
	}

	.buyers-benifit ul,
	.seller ul,
	.connect ul,
	.verified ul,
	.auction ul {
		list-style: disc;
		padding-left: 20px;
		line-height: 38px;
		word-spacing: 0px;
		font-weight: 500;
		font-size: 15px;
	}

	/*Section1 End*/

	/*Section2 Start*/
	.seller {
		padding-right: 0rem;
		padding-left: 0rem;
		margin-right: -7rem;
	}

	.nomob {
		display: none;
	}

	/*Section2 End*/

	/*Section3 Start*/
	.connect {
		padding-left: 0rem;
		padding-right: 0rem;
		margin-right: -7rem;
	}

	/*Section3 End*/

	/*Section4 Start*/
	.section4 {
		padding: 6rem 0 10rem;
		overflow: hidden;
	}

	.verified {
		padding-left: 0rem;
		padding-right: 0rem;
		margin-right: -7rem;
	}

	/*Section4 End*/

	/*Section5 Start*/
	.section5 {
		padding: 6rem 3rem;
		overflow: hidden;
	}

	.auction {
		padding-left: 0rem;
		margin-right: -7rem;
	}

	/*Section5 End*/

	/*Section6 Start*/
	.section6 {
		padding: 6rem 0rem;
		overflow-x: hidden;
		background-image: none;
	}

	.service-market {
		margin-left: 0rem;
	}

	/*Section6 End*/
}


ul.nav.navbar-nav.navbar-right.nav_2 {
	position: relative;
	top: 39px;
	margin-left: auto !important;
	right: -570px;
}


/*=====Zacres Property List Page 1=====*/
.propertyTypeSection {
	position: relative;
	background: #ffffff url(../images/sideFlower.png) bottom right no-repeat;
	padding: 100px 0px 30px;
}

.h2_ {
	font-size: 30px;
	color: #515d07;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
}

.gutter_15 {
	margin-left: -7px;
	margin-right: -7px;
}

.gutter_15>[class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.proTypeCol {
	width: 100%;
	margin-top: 20px;
	display: block;
}

.proTypeCol .proTypeImg {
	width: 100%;
	height: 295px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #515d07;
}

.proTypeCol .proTypeImg img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.proTypeCol h6 {
	font-size: 13px;
	color: #191919;
	text-align: center;
	padding: 20px 5px;
	font-weight: 600;
}

.proTypeCol:hover .proTypeImg img {
	transform: scale(1.1);
	opacity: 0.5
}


.propertyStateSection {
	position: relative;
	background: #ffffff;
	padding: 50px 0px;
}

.proStateCol {
	width: 100%;
	margin-top: 20px;
	display: block;
	box-shadow: 5px 9px 16px rgba(96, 96, 96, 0.3);
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
}

.proStateCol .proStateImg {
	width: 100%;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #515d07;
}

.proStateCol .proStateImg img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	border-radius: 3px;
	transition: 0.5s;
}

.proStateCol h6 {
	font-size: 13px;
	color: #191919;
	text-align: center;
	padding: 20px 5px;
	font-weight: 600;
}

.proStateCol:hover .proStateImg img {
	transform: scale(1.1);
	opacity: 0.5
}

.featuredBrokersSection {
	position: relative;
	background: #ffffff url(../images/greeLeef.png) center left no-repeat;
	padding: 50px 0px;
}

.featuredBrokersOwl {}

.featuredBrokersOwl .owl-stage-outer {
	padding-bottom: 0px;
}

.featuredBrokersOwl .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px;
}

.featuredBrokersOwl .owl-dots .owl-dot.active span {
	background-color: #b2c548;
}

.featuredBrokersOwl .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px #b2c548 solid;
}

.featuredBrokersOwl .owl-dots .owl-dot:hover span {
	background-color: #b2c548;
}

.featuredBrokersOwl .owl-dots .owl-dot:focus {
	outline: none;
}



.brokerItem {
	text-align: center;
	padding: 10px 0px;
	margin: 10px 0px;
	width: 100%;
}

.brokerItem .brokerImgHolder {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 15px auto;
}

.brokerItem .brokerImgHolder img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.brokerItem .brokerInfo {}

.brokerItem .brokerInfo h5 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
}

.brokerItem .brokerInfo .brokerDec {
	display: block;
	font-size: 15px;
}

.wrap_600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.featuredPropertiesSection {
	background-color: #f7fbff;
	padding: 80px 0px;
}


.morePropertiesSection {
	position: relative;
	background-color: #ffffff;
	padding: 90px 0px 90px;
	overflow: hidden;
}

.morePropertiesSection:before {
	position: absolute;
	content: '';
	width: 126px;
	height: 123px;
	background: url(../images/horse_Left.png) center no-repeat;
	background-size: contain;
	top: 65px;
	left: -70px;
	opacity: 0.05;
}

.morePropertiesSection:after {
	position: absolute;
	content: '';
	width: 175px;
	height: 206px;
	background: url(../images/horse_right.png) center no-repeat;
	background-size: contain;
	bottom: -70px;
	right: -80px;
	opacity: 0.05;
}

.linksList {
	margin: 25px 0px;
}

.linksList li {
	width: 100%;
	margin-bottom: 4px;
}

.linksList li a {
	font-size: 15px;
	color: #191919;
	font-weight: 300;
	line-height: 1.2;
}

.linksList li a:hover {
	color: #b2c548;
}

.mt_0 {
	margin-top: 0px !important;
}


.btn_2 {
	background-color: #a6bc15;;
	font-size: 11px;
	color: #fff;
	border: none;
	border-radius: 50px;
	height: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 0px 5px;
	margin-bottom: 15px;
	transition: all 0.3s;
}

.btn_2:hover {
	background-color: #515d07;
}

.btn_1 {
	background-color: #edf9fd;
	font-size: 11px;
	color: #000;
	border: none;
	border-radius: 10px;
	width: 80px;
	height: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 0px 5px;
	transition: all 0.3s;
	margin-bottom: 5px;
}

.btn_1:hover {
	color: #fff;
	background: #a6bc15;
}

.notVisibleBtn {
	background-color: #f7751d;
	padding: 0px;
}

.notVisibleBtn:hover {
	background-color: #d45d0c;
}



.propertyList__Row {
	display: flex;
	margin-bottom: 50px;
}

.propertyImg__Col {
	width: 155px;
	min-width: 155px;
}

.propertyImg__Col .propertyImg__Holder {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 15px;
}

.propertyImg__Col .propertyImg__Holder img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.propertyImg__Col .btn_2 {
	width: 100%;
}

.propertyInfo__Col {
	width: calc(100% - 155px);
	padding-left: 40px;
}

.propertyInfo__Head {}

.propertyInfo__body {
	padding: 15px 0px;
}

.propertyInfo__body h3 {
	font-size: 17px;
	color: #515d07;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.1;
}

.propertyInfo__body p {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
}

.propertyInfo__Footer {}

.propertyF_list {
	display: flex;
}

.propertyF_list>li {
	padding-right: 10px;
}

.propertyF_list>li:last-child {
	padding-right: 0px;
}

.colorLabel_ {
	    font-size: 12px;
    color: #515d07;
    font-weight: 700;
    text-align: center;
    background-color: #edf9fd;
    border-radius: 15px;
    padding: 6px 15px;
    line-height: 1.5;
    min-width: 92px;
}

.iconLabel_ {
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	padding: 0px 10px;
}

.iconLabel_ .ic__ {
	margin-bottom: 5px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iconLabel_ img {}


.pagination__ {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.pagination__ ul li,
.pagination__ ul {
	display: flex;
	align-items: center;
}

.pagination__ ul li a {
	width: 32px;
	height: 32px;
	float: left;
	display: flex;
	align-items: center;
	border-radius: 100px;
	justify-content: center;
	color: #515d07;
	font-weight: 500;
}

.pagination__ ul li a.active,
.pagination__ ul li a:hover {
	background-color: #edf9fd;
}

.flexCol {
	display: flex;
}

.spaceBetween {
	justify-content: space-between;
}

.listTag__ {
	display: flex;
}

.listTag__>li {
	text-align: center;
	padding: 10px 25px;
}

.listTag__>li label {
	font-size: 14px;
	color: #010101;
	border: 1px #a6bc15 solid;
	border-radius: 100px;
	padding: 2px 16px;
	width: auto;
	text-align: center;
	font-weight: 600;
	background-color: #f7fbff;
	margin-bottom: 10px;
}

.listTag__>li .text__T {
	font-size: 12px;
	font-weight: 600;
	color: #010101;
	line-height: 1.5;
}

.greenTag {}

.greenTag li a {
	background-color: #cdffb9;
}

.blueTag li a {
	color: #000;
	background-color: #cee5ed;
}

.textareaSideBar {
	width: 100%;
	height: 120px;
	resize: none;
	border: none;
	border-bottom: 1px #bbb solid;
	padding: 8px 10px;
	font-size: 12px;
	margin-left: 8px;
	outline: none;
}

.savedPropertiesWrap .brockerImg {
	height: 160px;
}


.loginWrapTab .loginTab .active {
	box-shadow: rgb(15 12 9 / 20%) 0px 0px 4px 0px, rgb(15 12 9 / 15%) 0px 3px 6px 0px;
	background-color: #754912;
	color: #fff;
	border-radius: 50px;
	width: 110px;
	height: 40px;
}

.loginTab {
	margin: 0 auto;
}


span.orangeTexr {
	font-size: 10px;
	color: #ff5a00;
	text-align: right;
	padding-left: 120px;
}

.banner h1 {
	position: absolute;
	top: 205px;
	left: 52%;
	transform: translate(-50%, -50%);
	color: #515d07;
	font-size: 31px;
	font-weight: 300;
}

.innerpages .navbar-inverse .navbar-nav>li>a:hover {
	color: #a6bc15;
	font-weight:600;
}

a.btn.fb {
	border: 1px solid;
	text-align: center;
	border-radius: 50px;
	width: 70px;
	height: 34px;
	font-size: 12px;
	background: #754912;
	color: #fff;
}

ul.listingSec2 li:before {
	content: '';
	background: #000;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	top: 8px;
	left: -16px !important;
}

ul.listingSec2 li {
	position: relative;
	margin-left: 10px;
	text-align: left;
	font-size: 17px;
	font-weight: 300;
}

ul.listingSec2 {
	margin-left: 60px;
}

p.pAlt {
	color: #afafaf;
	font-size: 13px;
	position: relative;
	top: -20px;
	left: -7.5%;
}

.innerpages .navbar-inverse .navbar-nav>li>a {
	color: #515d07;
	font-weight: 400;
	font-size: 17px;
}

.innerpages_2 .navbar {
	padding: 80px 0px 50px;
}

.section1 .imgBox {
	float: left;
	padding-top: 10px;
}

footer.footer_2.mt_0.up {
	background: #f7fbff;

}

footer.footer_2.mt_0.up:before {
	display: none;
}

footer.footer_2.mt_0.up:after {
	display: none;
}

footer.footer_2 {
	background: #fff;
}
ul.f_link.footNev.about-e {
    padding-top: 25px;
}

section.banner {
	background-color: #f7fbff;
}

.footer_2 {
	padding-top: 33px;
	padding-bottom: 0;
}


.imgBox img {
	padding-top: 60px;
}

.forgetText p {
	position: relative;
	margin-left: 10px;
	color: #635a5a;
	font-weight: 100;
}


.forgetText p:before {
	position: absolute;
	content: '';
	background-color: #515d07;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	top: 9px;
	left: -11px;
	margin-right: 10px;
}


h3.myToolsTitle {
	font-weight: 400;
	font-size: 23px !important;
	color: #242b30;
}


h4.Title {
margin-top: 86px;
    padding-bottom: 12px;
   
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
h4.Title span {
    background: #edf9fd;
    padding: 10px 102px;
    border-radius: 50px;
    border: none !important;
}

.textArea textarea {
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #d4d4d4;
}  

h2.h2_ {
	font-size: 34px;
	word-spacing: 1px;
	line-height: 39px;
	font-weight: 300;
	color: #515d07;
}

.pagination_2 {
	padding-top: 100px;
}

select.select__.btn_Green {
	width: 78px;
	height: 34px;
	padding: 0px 13px;
	    font-size: 13px;
}

.headerFilter_2 .col__Left {
	display: flex;
	margin-left: auto !important;
	padding-right: 35px;
}


.fBtnGroup button {
	background: transparent;
	border: 1px solid #515d07;
	width: 90px;
	text-align: center;
}

.fBtnGroup {
	padding-top: 13px;
}

.fBtnGroup label {
	padding-left: 11px !important;
	text-align: initial !important;
}

.faq .boxInfoSection.listing_inner.tog {
	margin-left: -30px;
}

h3.Title {
	text-align: center;
	margin-top: 73px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 18px;
}

.textarea textarea {
	height: 100px;
	border-bottom: 1px solid #bbb;
}


.mt_0 {
	margin-top: 0px !important;
}

.pt_50 {
	padding-top: 50px;
}

.dashboardRight {
	padding: 30px 20px;
}

.title_green_ {
	font-size: 15px;
	color: #515d07;
	font-weight: 600;
	line-height: 30px;
}

.search_Dashboard {
	display: flex;
}

.search_Dashboard select.mytoolInput {
	width: 134px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	font-size: 12px;
	color: #515d07;
	font-weight: 600 !important;
}

.search_Dashboard input.mytoolInput {
	font-size: 13px;
	background: url(../images/ic_search2.png) center right 10px no-repeat;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	margin-left: 10px;
}


.tableCol_ {
	padding: 20px;
	background-color: #edf9fd;
	margin: 30px 0px;
}

.tableCol_ thead {}

.tableCol_ thead tr th {
	font-size: 15px;
	font-weight: 600;
	color: #515d07;
	border: none;
}

.tableCol_ tbody {}

.tableCol_ tbody tr {}

.tableCol_ tbody tr td {
	font-size: 14px;
	border: none;
	padding: 15px 8px;
}

.dashActionBtn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashActionBtn button {
	background-color: transparent;
	border: 1px #141e51 solid;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 2px 3px;
	padding: 0px;
	outline: none;
}

.tableCol_ .pagination__,
.lightBgBox .pagination__ {
	padding: 20px 0px;
}

.tableCol_ .pagination__ ul li a.active,
.lightBgBox .pagination__ ul li a.active,
.lightBgBox .pagination__ ul li a:hover,
.tableCol_ .pagination__ ul li a:hover {
	background-color: #ffffff;
}

.lightBgBox {
	padding: 20px 5px;
	background-color: #edf9fd;
	margin: 30px 0px;
	width: 100%;
	float: left;
}


.lightBgBox .brockerBox {
	min-height: 200px;
}

.lightBgBox .brockerImg {
	position: relative;
	height: 117px;
}

.pro_Option_ {
	display: flex;
	position: absolute;
	top: 10px;
	right: 10px;
}

.pro_Option_>li {}

.pro_Option_>li>a {
	width: 18px;
	height: 18px;
	margin: 2px;
	display: block;
}

.pro_Option_>li>a>img {
	width: 100%;
}


.rowLabelTable {
	padding: 30px 0px;
}

.rowLabelTable .labelTableTitle {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	padding-top: 45px;
}

.rowLabelTable .table {}

.rowLabelTable .table .th_num_ {
	text-align: center;
	width: 60px;
}

.rowLabelTable .table th,
.rowLabelTable .table td {
	border: none;
}

.rowLabelTable .table td {
	font-size: 15px;
	color: #471800;
}

.rowLabelTable .table td {
	font-size: 13px;
	padding: 4px 10px;
}

.rowLabelTable .table tbody {
	background-color: #edf9fd;
}

.rowLabelTable .table tbody>tr>td {
	padding-left: 25px;
}

.rowLabelTable .table tbody>tr:first-child td {
	padding-top: 25px;
}

.rowLabelTable .table tbody>tr:last-child td {
	padding-bottom: 25px;
}


.search_Dashboard .mytoolInput {
	width: 54%;
	margin-left: auto;
	margin-right: 6px !important;
}

.locText input.mytoolInput {
	text-align: center;
}

.locText {
	text-align: center;
}

span.location {
	position: relative;
	top: 10px;
}


.keyW input.mytoolInput {
	border: solid 1px #d7f5ff;
	border-radius: 50px;
}

.keyW .col-lg-3 label {
	position: relative;
	top: -20px;
}

.keyW input.mytoolInput {
	text-align: center;
}

span.doller {
	position: absolute;
	top: 18px;
}

.centerN input.mytoolInput {
	text-align: center;
}

.mytoolInput option {
	font-size: 14px !important;
	border: 1px solid #000;
	line-height: 30px !important;
	padding: 5px !important;
	margin-bottom: 5px !important;
	font-weight:600;
}

.mytoolsForm.photoProperty {
	padding-bottom: 0px;
}

p.strongTitle {
	font-weight: 600;
}

p.dragPhoto.strong>span {
	text-align: left;
	margin-left: -19px;
	position: relative;
	left: 28px;
}


 

.slide1  {
	 
	color: #515d07;
	font-size: 31px;
	font-weight: 300;
	display: block;
	width: 100%;
	text-align: center;
}
 
 
 
 
  .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
  }
  .carousel-fade .carousel-inner .active {
	opacity: 1;
  }
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
  }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
  }
  .carousel-fade .carousel-control {
	z-index: 2;
  }

.row__2 > .brockerDiv {
    padding-left: 7px;
    padding-right: 7px;
    min-height: 335px;
}

.propertyInfo__Col .propertyInfo__body{
	max-width:450px;	
}  


.propertyInfo__Head.brtn a {
    background: aliceblue;
    border-radius: 100%;
    left: 37px;
    position: relative;
    top: 10px;
}
.propertyInfo__Head.brtn a {
    background: #edf9fd;
    width: 19px;
    text-align: center;
    padding: 8px;
    height: 16px !important;
}

.propertyF_list>li>span {
    font-size: 11px;
}
.propertyF_list>li {
   
    text-align: center;
}
.agentsleftMenu ul li a:hover {
    color: #a6bc15;
}
.myToolsLeft.Property{
        width: 85%;
    float: left;
    margin-left: -115px;
    margin-top: -1px;
    max-height: 560vh;
}
.col-xs-9.agntRt {
    position: relative;
    left: -6%;
}
.brokerAgentRating img {
    width: 10px;
}

.whiteBox {
    background: #f7fbff;}
    .innerBody .propertyDetailsSection {
    background-color: #ffffff;}
    
    
    .myToolsMb30 .col-lg-9 {
    width: 50%;
}
.row.mytoolsFlex.myToolsMb30 .col-lg-8 {
    width: 90%;
}
.profileLevel ul li a:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
    position: relative;
}

/*.profileLevel ul li:nth-child(2) {
    position: relative;
    left: -15px;
    z-index: -2;
}
.profileLevel ul li:nth-child(3) {
   position: relative;
    left: -33px;
    z-index: -4;
}

.profileLevel ul li:nth-child(4) {
    position: relative;
    left: -48px;
    z-index: -6;
}
*/

.profileLevel ul li a {
    position: relative;
}



.profileLevel ul li a:hover:before {
    background: #a6bc15;
}
.profileLevel ul li a:nth-child(4){ position: relative;}
.profileLevel ul li a:nth-child(4):before {
    content: '';
    background: #f0f8ff;
    width: 15px;
    height: 32px;
    top: 1px;
    z-index: 88;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 3px solid #fff;
    position:absolute;
}

.profileLevel ul li a {
    font-size: 12px;
    height: 36px; background: aliceblue; border: 0px solid #fff;
}
.panel-body.lp120 {
    padding-left: 102px !important;
}

.panel-body.lp120 {
    padding-left: 102px !important;
    padding-right: 62px !important;
    
}
p.b_t.lp120 {
    padding-left: 98px;
    padding-right: 50px;
}

.profileLevel ul li a:nth-child(2)  {
    z-index: 99;
}
.profileLevel ul li a:nth-child(3)  {
    z-index: 999;
}
.profileLevel ul li a:nth-child(4)  {
    z-index: 9999;
}

.profileLevel ul li a:last-child{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 2px solid #fff;
}
.profileLevel ul li {
    background: #edf9fd;
}

ul.labelList li {
    color: #000;
    font-weight:500;

}



.labelList li p {
    color: #000;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.boxInfoSection .b_t {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: #010101;
    line-height: 24px;
}
.tableList_ li p {
    font-size: 13px;
    font-weight: 400;
}
a.btnMore.er {
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
}
.form_Row.textArea {
    margin-top: 32px !important;
}
p.le300 {
    font-size: 9px;
    position: relative;
    top: -10px;
    left: 56%;
}

p.lessCar {
    font-size: 12px;
    color: red;
    text-align: right;
}


.row.myToolsMb30.myToolsMt70.plm {
    position: relative;
    left: 79px;
}


.keyBody {
    padding-top: 30px !important;
}

.key {
    position: relative;
    top: -110px;
}

.auctionRight .auctionBlank {   max-width: 450px;}



.questionR input[type="radio"] {
    padding-left: 20px !important;
    margin-left: 19px;font-weight: 100;
}


.questionR {
    padding-bottom: 40px;
    padding-left: 44px;
    font-weight: 500;
    font-size: 20px;
}

.invisible-reason p {
    color: red;
}

.footer_Bottom .f_link li{position: relative;}
.footer_Bottom .f_link li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #555;
}

.invisible-reason{
	background: #edf9fd;
	padding: 7px;
	width: 465px;	
	margin-top: 15px;
}
.invisible-reason .first{
background: red !important;
color: #fff !important;
padding: 2px;
}

ul.footer_linkList li {
    display: grid;
    width: 58%;
}

ul.content-menu li {
    display: inline;
	margin-left: 25px;
}

ul.content-menu{
	padding: 15px;
}

.form_Row.textArea textarea {
   font-size: 16px;
    margin-left: 21px;
}

.modal-body{
	padding: 25px;
}

.profileLevel ul li:last-child {
    background: #fff;
}



.radioBtn input[type=radio] {
    margin: 4px 8px 0;
}

.radioBtn {
    display: flex;
    width:500px;
}

.labl {
    padding: 14px 10px;
    position: relative;
    left: -11px;
}


.datepic-inline.agentSelect.extr {
   
}


.auctionCalendar .datepic-inline.extr {
    width: 150px;
    position: relative;
    left: -54px;
}


.extr .month-div .col-md-4 {
    padding: 5px 0px;
}

.extr select#year {
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 140px;
    padding-left: 49px;
    background: transparent;
}

.te {
    position: relative;
    left: 30px;
}
.auctionAndBiddingDate {
    display: flex;
}


.auctionAndBiddingDate p {
    display: flex;
    padding: 10px;
    border: 1px solid;
    border-radius: 50px;
    margin: 5px;
    text-align: center;
    justify-content: center;
    width: 30%;
}

.auctionAndBiddingDate ul.icListRow_ {
    width: 100%; background: transparent;
}

.radioBtn p {
    margin-left: 10px;
    margin-right: 10px;
}

.identity img {
    width: 15px;
}
.identity {
    padding: 20px 15px;
    color: #ff5a00;
}


.rowLabelTable .table td{
	font-size: 16px !important;
}



.myToolsRight.bothPadding.signUp .mytoolsForm.login, .mytoolsForm.login{
    padding: 20px 66px;
    background: #fff;
}


p.forgotPass {
    font-size: 14px;
    position: relative;
    right: 41px;
    top: -15px;
    color: red !important;
}

p.forgotPass a { color: red !important; }

.saveBig{     margin: 0 31%; }

.myToolsRt.mtp {
  /*margin-top: 234px;
  position: relative;
  left: -100px;
  top: 110px;*/
}

.shortMsg.font14.bF {
    color: #f87844;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
    padding-bottom: 17px;
    position: relative;
    top: -20px;
}
.morePropertiesSection .container {
    width: 1040px !important;
}

.morePropertiesSection ul.linksList {
    margin: 6px;
}

.morePropertiesSection .linksList li a {
	display: inline-block;
	font-size: 13px;
	color: #4a4a4a;
	padding: 0px;
	margin-bottom: 0px;
	font-weight: 500;
}

.gutter_15 {
    display: flex;
}
.sl-navigation button {
    font-size: 112px !important;
    color: #9b9898;
}
.sl-wrapper .sl-close {
 
    font-size: 50px !important;
    font-weight: 200 !important;
    color: red;
}
@media (max-width: 1366px)
{
.myToolsLeft.Property {
    width: 85%;
    float: left;
    margin-left: -38px;
    margin-top: -1px;
    max-height: 560vh;
}
    
}

.UserMessages .msg.in{
	background: #E7EF14 !important;	
}

.propertyMainRow .boxTitleSection h1 {
    font-size: 22px !important;
    margin-bottom: 5px;
}

.agentSearch h1 {
    color: #515d07;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 150px;
}

h1.h2_ {
    font-size: 34px;
    word-spacing: 1px;
    line-height: 39px;
    font-weight: 300;
    color: #515d07;
}

ul.listingSec li p {
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
}



