
body {
	font-family:'Poppins-Regular', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
}

/*  Basic Css  */

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/********************Padding Top*****************/
.padding-top-5{
	padding-top:5px;
}
.padding-top-10{
	padding-top:10px;
}
.padding-top-15{
	padding-top:15px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-25{
	padding-top:25px;
}
.padding-top-30{
	padding-top:30px;
}
.padding-top-35{
	padding-top:35px;
}
.padding-top-40{
	padding-top:40px;
}
/********************Padding Bottom*****************/
.padding-bottom-5{
	padding-bottom:5px;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-15{
	padding-bottom:15px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-bottom-25{
	padding-bottom:25px;
}
.padding-bottom-30{
	padding-bottom:30px;
}
.padding-bottom-35{
	padding-bottom:35px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
/* #Progress with back to top
================================================== */
:root {
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #3b3c1f;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	bottom: 86px;
	background: #fff;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	/*font-family: 'unicons';
	content: '\e84b';*/
	content: '\f1ad';
	font-family: 'Font Awesome\ 5 Free' !important;
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgb(255, 31, 31);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	animation: heartbeat 1s infinite;
}
.progress-wrap:hover::after {
	opacity: 1;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
@keyframes heartbeat
{
	0%
	{
		transform: scale( .75 );
	}
	20%
	{
		transform: scale( 1 );
	}
	40%
	{
		transform: scale( .75 );
	}
	60%
	{
		transform: scale( 1 );
	}
	80%
	{
		transform: scale( .75 );
	}
	100%
	{
		transform: scale( .75 );
	}
}
/* #Progress with back to top */



.margin-top-2{
	margin-top:2px;
}
.margin-top-3{
	margin-top:3px;
}
.margin-top-4{
	margin-top:4px;
}
.margin-top-5{
	margin-top:5px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
	
}

.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top:35px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}

.margin-top-60{
	margin-top:60px;
}

.margin-top-70{
	margin-top:70px;
}

.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-35{
	margin-bottom:35px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
::selection {
    background-color: rgb(222, 36, 24);
    color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
	width: 6px;
}
div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba #313131;
	border-radius: 12px;
}
::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #000; 
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	background: #ff1f1f;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #313131; 
}
/**** END webkit scrollbar ******/
@font-face {
	font-family: "Poppins-Regular";
	src: url("../css/font/Poppins-Regular.ttf");
}

@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../css/font/Poppins-SemiBold.ttf");
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../css/font/Poppins-Medium.ttf");
}

@font-face {
	font-family: "Poppins-Light";
	src: url("../css/font/Poppins-Light.ttf");
}

@font-face {
	font-family: "Poppins-Bold";
	src: url("../css/font/Poppins-Bold.ttf");
}

.Poppins-Light{
	font-family:'Poppins-Light', sans-serif !important;
}
.Poppins-Regular{
	font-family:'Poppins-Regular', sans-serif !important;
}
.Poppins-Semi-Bold{
	font-family:'Poppins-SemiBold', sans-serif !important;
}
.Poppins-Medium{
	font-family:'Poppins-Medium', sans-serif !important;
}

.Poppins-Bold{
	font-family:'Poppins-Bold', sans-serif !important;
	
}
/*********** Navigation Menu Start ******************/

/*  Main nav Bar  */

._logo {
    float: left;
    padding: 8px 0 5px;
    margin-top: 0px;
}

._hamburge {
	/* margin-top: 16px;
		background-color: transparent;
		position: absolute;
		right: 0;
		width:75%;
	padding: 21px; */
	margin-top: 16px;
    background-color: transparent;
    width: 81%;
    padding: 21px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

._hamburge ul li {
    float: left;
}

._logo a img {
	width: 152px;
    height: 35px;
    margin-top: 16px;
	object-fit: contain;
}

._navBarMani {
    display: block;
    height: 90px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
	top:0;
    width: 100%;
    z-index: 9999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

._hamburge ul li {
	margin-right: 30px;
    margin-top: 0px;
}

._hamburge ul li:last-child {
    margin-right: 0;
}

/* ._hamburge ul li:nth-child(5) {
    margin-right: 27px;
} */

/* ._hamburge ul li:last-child a {
	padding: 7px 3px;
    background: #d95548;
    margin-top: -7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 90px;
    height: 35px;
    text-align: center;
    font-family: 'OpenSans-Regular', sans-serif !important;
    letter-spacing: 2px;
	}
	
	._hamburge ul li:last-child a:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.349);
} */

._hamburge ul li a {
    color: #222222;
    display: block;
    font-size: 14.58px;
    font-family: 'Poppins-Medium', sans-serif;
}
.post_pro{
	padding: 7px 3px;
    background: #ff1f1f;
    margin-top: -7px;
    color: #fff !important;
    border-radius:4px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	width:180px;
    height: 36px;
    text-align: center;
    font-size:14.58px;
}
.post_pro:hover{
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.349);
}
.new-ul-menu li{
	margin-right: 15px !important;
}
.post_login{
	padding: 7px 3px;
	border:1px solid #6a6a6a;
    margin-top: -7px;
    border-radius:4px;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	width:85px;
    height: 36px;
    text-align: center;
    font-size:14.58px;
}
.post_login img,.post_pro img{
	margin-right: 2px;
}
.dropdown-menu {
	text-align: center;
    min-width: 170px;
    border: 0;
    margin-top:44px;
    left: -26px;
    border-radius:4px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
	border-bottom: 3px solid #ff1f1f;
	transition: all .5s ease;
	
}
.open > .dropdown-menu {
	
	
}
.dropdown-menu a:last-child {
    border-bottom: none;
}

.dropdown-menu a {
	padding: 6px;
    color: #000 !IMPORTANT;
    font-size: 14px !important;
    text-align: left;
	font-family:'Poppins-Regular', sans-serif !important;
	transition: all 300ms ease-in-out;
}
.cart-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -9px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu a:hover{
	
	color:#ff1f1f !important;
}

/*   mobile menu  */

._MobileMenuLogo {
	float: right;
    text-align: left;
    width:78%;
}

._MobileMenuLogo a {
    display: inline-block;
}

._MobileMenuLogo a img {
	display: block;
    margin-top:5px;
    width: 100%;
	
    
}

._MobileMenuLogo a {
    /* padding: 5px 0; */
	padding: 13px 18px;
}

._menuOpenMobile {
    float: left;
}

.newHamburge {
    height: 40px;
    width: 40px;
    background: #ff1f1f;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 24px;
    outline: none;
    margin: 17px 15px;
}

.sideLogo a, .sideLogo a img {
	width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: block;
	border-radius: 100px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: rgb(255, 255, 255);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
    z-index: 9999;
}

#dismiss {
	width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    position: absolute;
    color:#ff1f1f;
    top: 3px;
    font-size: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* border-radius: 100%; */
    top: 5px;
}

#dismiss:hover {
	background: #ff1f1f;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgb(255, 31, 31);
}
.brder-user{
	border: 4px solid #fff;
}
#sidebar ul.components {
    /* padding:60px 0; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
    font-size: 14px;
    display: block;
    color: #000;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.18);
}

#sidebar ul li a i {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.dismiss_2{
	background: #ff1f1f!important;
    color: #fff!important;
}
.new-sub-bg li {
	background:#ff1f1f !important;
	
}

.new-sub-bg li a {
    color: rgb(255, 255, 255) !important;
}


a[data-toggle="collapse"] {
    position: relative;
}
.bg-main{
	
	background-image: url(../images/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height:596px;
    width: 100%;
}
.angle-down-a{
	border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}


._topBar {
    background-color:#98ca61;
}
._padding5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
._topLeft {
    float: left;
}
._nameOf p {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 16px;
    color: #3b3c1f;
    letter-spacing:0px;
    margin-bottom: 0;
    
}
._topRight {
    float: right;
}
._topNav ul li {
    float: left;
}
._topNav ul li:first-child a {
    margin-right: 30px;
}
._topNav ul li a, ._topNav ul li span {
    display: block;
    font-size: 16px;
    color: #3b3c1f;
    letter-spacing:0px;
    /* font-family: 'OpenSans-Light', sans-serif; */
	cursor: pointer;
}
._topNav ul li a i{
	margin-right: 3px;
	
}
/*  main nav bar ends  */

/*********** Navigation Menu End ******************/


/************* Real-Estate Search Section Start *********/

.ni_real_estate_banner{
	background:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:509px;
	margin-top: 90px;
}

/* Ion.RangeSlider
	// css version 2.0.3
	// ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs-line {
	position: relative; display: block;
	overflow: hidden;
	outline: none !important;
}
.range-slider:after{
	content: "\A";
    width: 4px;
    height: 3px;
    border-radius: 4px;
    background: #ff1f1f;
    display: inline-block;
    right: 0px;
    left: 14px;
    position: absolute;
    top: -1px;
	z-index: 999;
}
.range-slider:before{
	content: "\A";
    width: 4px;
    height: 3px;
    border-radius: 4px;
    background: #ff1f1f;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: -1px;
    z-index: 999;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute; display: block;
	top: 0;
}
.irs-line-left {
	left: 0; width: 11%;
}
.irs-line-mid {
	left: 9%; width: 82%;
}
.irs-line-right {
	right: 0; width: 11%;
}

.irs-bar {
	position: absolute; display: block;
	left: 0; width: 0;
}
.irs-bar-edge {
	position: absolute; display: block;
	top: 0; left: 0;
}

.irs-shadow {
	position: absolute; display: none;
	left: 0; width: 0;
}

.irs-slider {
	position: absolute; display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.single {
	
}
.irs-slider.from {
	
}
.irs-slider.to {
	
}
.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute; display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute; display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute; display: block;
	top: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0; left: 0;
	width: 1px; height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px; line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
	// css version 2.0.3
	// ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© Denis Ineshin, 2014    https://github.com/IonDen
	// ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
	/*  height: 55px; */
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
	height: 0.47px;
    top: 0px;
    background: #EEE;
    background: transparent;
    border: 0.4px solid rgba(185, 185, 185, 0.38);
    border-radius: 0px;
    -moz-border-radius: 0px;
}
.irs-line-left {
	height: 8px;
}
.irs-line-mid {
	height: 8px;
}
.irs-line-right {
	height: 8px;
}

.irs-bar {
	height: 0.47px;
    top: 0px;
    border-top: 0.4px solid #ff1f1f;
    border-bottom: 0.4px solid #ff1f1f;
    background: #ff1f1f;
	/* W3C */
}
.irs-bar-edge {
	height: 10px; top: 33px;
	width: 14px;
	border: 1px solid #428bca;
	border-right: 0;
	background: #428bca;
	background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: -6px;
    width: 15px;
    height: 15px;
    border: 1px solid #ff1f1f;
    background: #ff1f1f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
	background: #ff1f1f;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
	display: none;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	font-size: 11px;
    line-height: 2.333;
    text-shadow: none;
    padding: 8px 0px;
    background: transparent;
    border: 0;
}
.home_range .irs-from, .home_range .irs-to{
	color: #ffffff;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid  {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
.lacs{
	margin-left: 3px;
}

.dropdown-large {
	position: static !important;
}
.dropdown-menu-large {
	margin-left: 23px;
    margin-right: 0px;
    padding: 20px 0px;
    top: 26px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
	padding-left: 0;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: transparent;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 0;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu-large .dropdown-header {
	color: #2777c9;
    font-size:16px;
    padding-left: 0;
}
@media (max-width: 768px) {
	.dropdown-menu-large {
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.dropdown-menu-large > li {
		margin-bottom:10px;
	}
	.dropdown-menu-large > li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-large .dropdown-header {
		padding:0!important;
	}
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
	padding: 10px;
	background-color: #fff !important;
}
.brd-b{
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.dropdown-menu .divider_home {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/* .divider_home:after{
	content: "\A";
    height: 1.03px;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
    z-index: 999;
} */
/************* Find Section Start *********/

.ni_real_estate_title h1{
	font-size:45px;
	text-align:center;
	color:#fff;
}
.ni_real_estate_title p{
	color:#fff;
	text-align:center;
	font-size:16.67px;
}
.ni_real_estate_find_box{
	margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.78);
    width: 897px;
    height: 119px;
    border-radius: 4px;
    margin-top: 60px;
	padding: 1px;
	
}
/* .overlay-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height:509px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.71);
    opacity: 0.4;
} */

/* .{
	sort-down
} */

.input-select-b{
	background-color: transparent;
    box-shadow: none;
    height: 35px;
    font-size: 13.2px;
    padding: 6px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-family: 'Poppins-Light', sans-serif !important;
	margin-bottom: 20px;
}
.select-drop-3 {
    background-position-x: 96%!important;
    background: url(../images/sort-down.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
	
}
.color-f{
	color:#000;
}
.padding-right{
	padding-right:0px;
}
.input-select-b:focus {
    border-color:rgba(255, 255, 255, 0.35);
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.ni_real-button{
	width: 100%;
	height: 35px;
	background-color: #ff1f1f;
	color: #fff;
}
.ni_real-button:hover,.ni_real-button:focus{
	color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:0px;
}

/************* Find Section End *********/


/************* Real-Estate Search Section End *********/


/************* Best Rated Properties *********/
.ni_brp_real_estate h2{
	font-size:33.33px;
	color:#222222;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: 1px solid #e8e8e8;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-radius: 5px;
}
.tab .nav-tabs li a{
    display: block;
    padding: 14.5px 59.6px;
    margin: 0 0px 0px 0;
    background: transparent;
    font-size: 16.70px;
    color: #222222;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    font-family: 'Poppins-Medium', sans-serif !important;
}

.tab .nav-tabs li.active a{
    color: #fff;
    border: none;
    background-color: #ff1f1f;
    
}
.tab .nav-tabs li a:hover{
	color: #fff;
    border: none;
    background-color: #ff1f1f;
}
.tab .nav-tabs li:first-child a:hover{
	border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.tab .nav-tabs li:last-child a:hover{
	border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.tab .nav-tabs li:first-child.active a{
	border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.tab .nav-tabs li:last-child.active a{
	border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.tab .tab-content{
	/*  padding: 30px 20px 20px;
		margin-top: 0;
		background: #fff;
		font-size: 15px;
		color: #7a9181;
		line-height: 30px;
	border-radius: 0 0 5px 5px; */
	padding: 0px 0px 0px;
	margin-top:40px;
	margin-bottom: 1px;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
	}
    
}
.nav-tabs > li {
    float: none; 
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
	border-right: 1px solid #ccc;
}
.nav-tabs > li:last-child{
	border-right:0;
}
.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a::first-child {
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.brp_box {
	width:100%;
	background-color:#fff;
	border-radius:7px;
	height:217px;
	box-shadow: 0 2px 20px 8px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 20px 8px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 20px 8px rgba(0, 0, 0, 0.05);
	margin-bottom:30px;
}
.brd_box_img img{
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	width:100%;
	height:217px;
	object-fit:cover;
}
.new-badge {
    position: absolute;
    z-index: 1024;
    top: 13px;
    left: 25px;
    text-transform: uppercase;
    background-color: #ff1f1f;
    padding: 4px 9px;
    font-size: 11.67px;
    border-radius: 4px;
    line-height: 1.2;
	font-family:'Poppins-SemiBold', sans-serif !important;
}
.padding-left{
	padding-left: 0;
}
.brd_box_content_title p{
	font-size: 17.92px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    color: #222222;
    margin: 5px 0 5px;
}
.brd_box_content_title p a{
	color: #222222;
}
.brd_box_sub p{
	font-size: 12px;
    color: #656565;
    word-break: break-word;
}
.brd_box_category p img{
	margin-right: 7px;
	width:20px;
	height:20px;
}
.brd_box_category p {
	color: #222222;
    font-size: 14.58px;
    margin: 0 0 5px;
}
.price_a p{
	color:#ff1f1f;
	font-size:17.92px;
	font-family: 'Poppins-SemiBold', sans-serif !important;
}
.view_more{
	padding: 6px 28px;
    width: auto;
    height: 43px;
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 16.67px;
}
/************* Best Rated Properties*********/


/************* Top Property Collections For You*********/

.tpc_real_estate{
	background-color:#f6f6f6;
	min-height:564px;
	margin-top:50px;
}
.best_rent{
	background-color:#fff;
	width:100%;
	height:172px;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
	
}  
.cursor_new{
	cursor:url(../images/pointer-icon.png), auto;
}
.best_rent:hover{
	box-shadow: 2px 1px 12px 10px rgba(0, 0, 0, 0.09);
	
}
.best_rent img{
	width:100%;
	height:138px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	object-fit:cover;
}
.best_rent p{
	font-size: 16.67px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 6px 0 6px;
}

.budget_home{
	background-color:#fff;
	width:100%;
	height:217px;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
	
}  
.budget_home:hover{
	box-shadow: 2px 1px 12px 10px rgba(0, 0, 0, 0.09);
}
.budget_home p{
	font-size: 16.67px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 6px 0 6px;
}
.budget_home p a{
	color: #222222;
}
.budget_home img{
	width:100%;
	height:180px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	object-fit:cover;
}

.Exclusive_Properties{
	background-color:#fff;
	width:100%;
	height:417px;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
	
}  
.Exclusive_Properties:hover{
	box-shadow: 2px 1px 12px 10px rgba(0, 0, 0, 0.09);
}
.Exclusive_Properties p{
	font-size: 16.67px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 6px 0 6px;
}
.Exclusive_Properties img{
	width:100%;
	height:381px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	object-fit:cover;
}


.Buy_Home{
	background-color:#fff;
	width:100%;
	height:238px;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
}

.Buy_Home:hover{
	box-shadow: 2px 1px 12px 10px rgba(0, 0, 0, 0.09);
}
.Buy_Home p{
	font-size: 16.67px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 6px 0 6px;
}
.Buy_Home img{
	width:100%;
	height:201px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	object-fit:cover;
}


.New_Project{
	background-color:#fff;
	width:100%;
	height:154px;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
}

.New_Project:hover{
	box-shadow: 2px 1px 12px 10px rgba(0, 0, 0, 0.09);
}
.New_Project p{
	font-size: 16.67px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 6px 0 6px;
}
.New_Project img{
	width:100%;
	height:118px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	object-fit:cover;
}
/************* Top Property Collections For You*********/



/************* Over 20,000+ Properties In Our Directory *********/
.directory_section{
	background: url(../images/d-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
	height:272px;
}
.our_directory p{
	font-family: 'Poppins-SemiBold', sans-serif !important;
	font-size:33.33px;
	color:#fff;
}
.our_directory_box img{
	width:73px;
	height:63px;
	object-fit: contain;
	margin-bottom: 5px;
}
.count p{
	font-family: 'Poppins-Medium', sans-serif !important;
	font-size:25px;
	margin: 0 0 0px;
	
}
.sell-color{
	color:#9cff00;
}
.directory_name p{
	color:#fff;
	font-size:12.5px;
	text-transform: uppercase;
}
.rent-color{
	color:#47ecff;
}
.pg-color{
	color:#f59000;
}
.lease-color{
	color:#9597fe;
}
/************* Over 20,000+ Properties In Our Directory *********/


/************* Users Love Us Start *********/
.Users_Love_Us_Start{
	min-height:395px;
    background: url(../images/happy-bg.png) 0 0px;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-position: center;
}
.user_title p{
	font-size: 33.33px;
    color: #222222;
}


.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    width:23.03px !important;
    height:4px !important;
    background: #c0c0c0!important;
    border-radius: 0!important;
    opacity: 1!important;
    transition: all 0.4s ease 0s!important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff1f20!important;
}

.testimonial{
	width:91%;
    height: 187px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 19px;
    margin: 70px 15px 20px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
}


.testimonial .pic{
	width:54px;
	height:54px;
    margin: 0 auto;
    position: absolute;
    top:-32px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height:54px;
	border-radius:4px;
	object-fit:cover;
}
.testimonial .description {
	font-size: 12.5px;
    color: #4b4b4b;
    line-height: 22px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 18px;
}
.testimonial .description:before {
	content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #ff1f1f;
    position: absolute;
    top: -22px
}
.user_name p{
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color:#222222;
	font-size:16.67px;
}
/************* Users Love Us End *********/


/************* List of Builder and Dealers across India Start *********/

.new_builder .nav-tabs{
	width:45%;
}
.new_builder .nav-tabs li a {
	padding: 14.5px 93.6px;
    font-size: 16.9px;
}
.new_builder .nav-tabs > li {
	
	border-right:0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2777c9;
    text-decoration: none;
    background-color: #fff;
    border:0;
	font-size:16.67px;
	font-family: 'Poppins-Medium', sans-serif !important;
	text-transform: uppercase;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ff1f1f;
    background-color:transparent;
    border-color:transparent;
}
.main_browse h4 {
    font-size:20.83px;
    color: #222222;
    margin-bottom: 20px;
	font-family: 'Poppins-SemiBold', sans-serif !important;
}
.hr-brd {
    position: relative;
}
h4.hr-brd:after {
    content: '';
    height:0.91px;
    width:100%;
    bottom: -7px;
    position: absolute;
    right: 0;
    left: 0px;
    background: #e2e2e2;
}
.sub-footer li {
    line-height: 30px;
}
.sub-footer li a {
    font-size:13px;
    color: #2777c9;
    text-decoration: none;
}
.new_more li a{
	font-family: 'Poppins-SemiBold', sans-serif !important;
}
.new_data{
	margin-left: auto;
    margin-right: auto;
    width: 87%;
}
/************* List of Builder and Dealers across India End *********/

/* f6f6f6 */


/************* Real Estate in Top 8 Cities Start ***************/

.top_cities {
	background-color:#f6f6f6;
	min-height:300px;
}
.new_select{
	background-color: transparent;
    box-shadow: none;
    height: 35px;
    font-size: 14px;
    padding: 6px 2px;
    color: #222222;
    border-bottom: 1px solid #c7c7c7;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 20px;
    border-radius: 0;
	box-shadow:none;
	width: 50%;
}
.position_new {
	position: absolute;
    right: 0;
    top: 22px;
    width: 100%;
	z-index: 99;
}
.select-drop-4 {
    background-position-x: 96%!important;
    background: url(../images/sort-down-b.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.new_select:focus {
    border-color: #c7c7c7;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.top_cities_tab .nav-tabs {
	border-bottom: 1px solid #e8e8e8;
    width: 100% !important;
	border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
}
.top_cities_tab .nav-tabs > li {
	border-right: 0;
}
.top_cities_tab .nav-tabs li:first-child.active a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius:0px;
}
.top_cities_tab .nav-tabs li:last-child.active a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-right-radius:0px;
}
.top_cities_tab .nav-tabs li:first-child a:hover {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius:0px;
}
.top_cities_tab .nav-tabs li:last-child a:hover {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-right-radius:0px;
}
.top_cities_tab .nav-tabs li.active a {
    color: #fff;
    border: none;
    background-color: #ff1f1f;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.top_cities_tab .nav-tabs li a:hover {
    color: #fff;
    border: none;
    background-color: #ff1f1f;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.top_cities_tab .nav-tabs li a {
	padding: 14.5px 33.7px;
	font-size: 16px;
}
.top_cities_tab .tab-content {
	margin-top: 20px;
}
.sub-footer_new li {
    line-height: 34px;
}
.sub-footer_new{
	margin-bottom: 20px;
}
.sub-footer_new li a {
    font-size:14.58px;
    color: #222222;
    text-decoration: none;
}
/************* Real Estate in Top 8 Cities End ***************/


/************* Register Section Start ***************/

.register_banner{
	min-height: 404px;
    background: url(../images/happy-bg.png) 0 0px;
    background-repeat: repeat-y;
    background-color: #f6f6f6;
    margin-top:89px;
	/*  background-position: center; */
}

.register_box{
	width: 867px;
    min-height: 421px;
	height:auto;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow:  0 2px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0 2px 15px 0px rgba(0, 0, 0, 0.05);
	padding-right: 15px;
}
.reg_left{
	background: url(../images/reg_banner.png) 0 0px;
	background-repeat: no-repeat;
	width:100%;
	min-height: 421px;
	background-size: cover;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
}

.reg_left_bg {
	min-height: 421px;
    background: rgba(14, 205, 255, 0.6);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding: 15px;
}
.reg_logo{
	width:79px;
	height:19px;
	object-fit:cover;
}
.you_tube_play a{
	color:#fff;
	font-size: 45px;
}
.you_tube_play a i{
	margin-top:149px;
	margin-bottom: 80px;
}
.site_content h1{
	font-size:19.31px;
	color:#fff;
	font-family: 'Poppins-SemiBold', sans-serif !important;
	margin-bottom: 5px;
}
.site_content p{
	color:#c0f1ff;
	font-size:11px;
}
.modal {
	background-color: rgba(0, 0, 0, 0.51);
    z-index: 9999;
}
.modal-header .close {
    margin-top: 0px;
}
button.close {
	-webkit-appearance: none;
    cursor: pointer;
    background: #F44336;
    border: 0;
    opacity: 5;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 24px;
    font-weight: normal;
    height: 25px;
    width: 25px;
    
}
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.modal-content {
	border-radius: 5px;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 5;
}
.modal-title{
	font-size: 20px;
}
.video_iframe iframe{
	width:100%;
	border:0px;
	height:300px;
	
}
.register_title p{
	font-family: 'Poppins-SemiBold', sans-serif !important;
	font-size:16.67px;
	color:#222;
    margin: 10px 0 10px;
}
.custom_form-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 12.3px;
    line-height: 1.42857143;
    color: #454545;
    background-color:transparent;
    background-image: none;
    border-bottom: 1px solid #9d9d9d;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom:20px;
	
}
.select-drop-5 {
    background-position-x:100%!important;
    background: url(../images/sort-down-b.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.placeholder-new input::placeholder{
	color: #454545 !IMPORTANT;
}
.placeholder-new textarea::placeholder{
	color: #454545 !IMPORTANT;
}
.placeholder-new input:focus {
    outline-offset:0px;
}

.custom_form-control:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.new-eye {
    color: #646464;
    font-size: 14.6px;
    cursor: pointer;
}
.sync-alt-i {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 13px;
}
#cust input[type="file"] {
    display: none;
}
.custom-file-upload {
	/*  border: 1px solid #ccc;
		display: inline-block;
	padding: 6px 12px; */
	
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 12.3px;
    line-height: 1.42857143;
    color: #454545;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #9d9d9d;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
    cursor: pointer;
	font-weight:normal;
}
.custom-file-upload i{
	font-size:12px;
}
.captcha-box p{
	color:#3c92ac;
	font-size:16.67px;
	text-transform:uppercase;
	margin: 0 0 0px;
	font-family:'Poppins-Bold', sans-serif !important;
}
.captcha-box{
	border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 1px 7px;
    display: inline-block;
    line-height: 18px;
}
.position-r {
    position: relative;
}
.ni_theme-text-color{
	color:#454545;
}
.signup_button{
	padding: 6px 42.6px;
    width: auto;
    height: 34px;
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 14.58px;
}
.login_box{
	width:599px;
}
.font-12 {
    font-size: 12px;
}
.new-mb{
	margin-bottom: 5px;
}
.ni_theme-text-color_2{
	
	color:#2777c9;
}
.new_d_w{
	width: 280px;
}
.cbx {
	position: relative;
	top: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #4f515699;
	border-radius: 0px;
	vertical-align: middle;
	transition: background 0.1s ease;
	cursor: pointer;
}
.cbx:after {
	content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 10px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.lbl {
	margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    color: #454545;
    font-weight: normal;
}
#cbx:checked ~ .cbx {
	border-color: transparent;
	background: #ff1f1f;
	animation: jelly 0.6s ease;
}
#cbx:checked ~ .cbx:after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}
.cntr {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}
@-moz-keyframes jelly {
	from {
		transform: scale(1, 1);
	}
	30% {
		transform: scale(1.25, 0.75);
	}
	40% {
		transform: scale(0.75, 1.25);
	}
	50% {
		transform: scale(1.15, 0.85);
	}
	65% {
		transform: scale(0.95, 1.05);
	}
	75% {
		transform: scale(1.05, 0.95);
	}
	to {
		transform: scale(1, 1);
	}
}
@-webkit-keyframes jelly {
	from {
		transform: scale(1, 1);
	}
	30% {
		transform: scale(1.25, 0.75);
	}
	40% {
		transform: scale(0.75, 1.25);
	}
	50% {
		transform: scale(1.15, 0.85);
	}
	65% {
		transform: scale(0.95, 1.05);
	}
	75% {
		transform: scale(1.05, 0.95);
	}
	to {
		transform: scale(1, 1);
	}
}
@-o-keyframes jelly {
	from {
		transform: scale(1, 1);
	}
	30% {
		transform: scale(1.25, 0.75);
	}
	40% {
		transform: scale(0.75, 1.25);
	}
	50% {
		transform: scale(1.15, 0.85);
	}
	65% {
		transform: scale(0.95, 1.05);
	}
	75% {
		transform: scale(1.05, 0.95);
	}
	to {
		transform: scale(1, 1);
	}
}
@keyframes jelly {
	from {
		transform: scale(1, 1);
	}
	30% {
		transform: scale(1.25, 0.75);
	}
	40% {
		transform: scale(0.75, 1.25);
	}
	50% {
		transform: scale(1.15, 0.85);
	}
	65% {
		transform: scale(0.95, 1.05);
	}
	75% {
		transform: scale(1.05, 0.95);
	}
	to {
		transform: scale(1, 1);
	}
}
.hidden-xs-up {
    display: none!important;
}
/************* Register Section End ***************/


/************* Search Result Section Start ***************/

.search_result_box{
	width: 100%;
    background-color: #fff;
    border-radius:5px;
    min-height:400px;
	height:auto;
	box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -webkit-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -moz-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    padding: 15px;
	margin-bottom: 15px;
}

.bg-color{
	background-color:#f6f6f6;
}
.margin-top-105{
	margin-top:105px;
}
.search-select-drop-3 {
    background-position-x: 96%!important;
    background: url(../images/sort-down-b.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-input-select-b {
	background-color: transparent;
    box-shadow: none;
    height: 40px;
    font-size: 13.2px;
    padding: 6px 10px;
    color: #4a4a4a;
    border: 1px solid #cccccc;
    font-family: 'Poppins-Light', sans-serif !important;
    margin-bottom: 20px
}
.search_slider:before{
	right: 14px;
}
.search_slider .irs-from, .search_slider_2 .irs-to {
    color: #000;
}
.search_slider_2 .irs-from, .search_slider_2 .irs-to {
    color: #000;
}
.search_result_img img{
	height: 124px;
}
.search_result_img{
	height:124px;
	margin-bottom:24px;
}
.search_result_title p{
	font-size: 12.5px;
}
.search_box_sub p{
	font-size: 10px;
}
.search_category p{
	font-size: 8px;
}
.search_category p img {
    margin-right: 1px;
    width: 12px;
    height: 12px;
}
.search_price p{
	font-size:12.26px;
}
.search-badge{
	top: 8px;
	padding: 3px 7px;
    font-size: 8.67px;
}
.add-box img{
	border-radius:4px;
	height:208px;
	object-fit:cover;
	width: 100%;
	margin-bottom: 20px;
}
.search_result_box_find{
	margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -webkit-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -moz-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
	height: 123px;
	width: 100%;
}
.gen-input-box{
	border-bottom: 1px solid #cccccc;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gen-input-box:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.search_re_title p{
	font-size:12px;
	color:#7e7e7e;
	margin: 0 0 2px;
}
.search_re_title p a{
	color:#7e7e7e;
}
.search_re_title_2 p{
	font-size:20.83px;
	color:#222222;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin: 10px 0 10px;
}
.search_result_box_data{
	width: 100%;
    background-color: #fff;
    border-radius:4px;
    height: 213px;
	box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -webkit-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -moz-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    margin-bottom:20px;
	
}
.search_box_img_lo img{
	border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    width: 100%;
    height: 213px;
    object-fit: cover;
}
.overlay-2 {
	position: absolute;
    height: 30%;
    width: 95%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.73) 114%);
    border-top-left-radius: 0px;
    border-bottom-left-radius:4px;
    bottom: 0;
}
.search_title p{
	font-size:16.67px;
	color:#222222;
	font-family: 'Poppins-Medium', sans-serif !important;
	margin: 8px 0 8px;
}
.search_title p a{
	color:#222222;
}
.search_details p{
	font-size:12.5px;
	font-family: 'Poppins-Light', sans-serif !important;
	color:#5b5b5b;
	line-height: 1.6;
	margin: 0 0 15px;
}
.search_details p a{
	color:#ff1f1f;
}
.divider:after{
	content: "\A";
    width: 97.5%;
    height: 1.03px;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
}
.post_date p{
	font-size:10.42px;
	color:#222222;
	font-family: 'Poppins-Light', sans-serif !important;
	margin: 0 0 0px;
}
.company_name p{
	font-size:#222222;
	font-size:14.58px;
	font-family: 'Poppins-Medium', sans-serif !important;
}
.seacrh_box_button{
	padding: 4px 16.6px;
    width: auto;
    height: 31px;
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 14.58px;
    margin-right: 5px;
    text-align: center;
}
.contact_details{
	border:1px solid #efefef;
	color: #ff1f1f;
    background-color: transparent;
}
.contact_details:hover,.contact_details:focus{
	border:1px solid #efefef;
	color: #ff1f1f;
    background-color: transparent;
}
.lo_like_d{
	position: absolute;
    width:100%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    z-index: 99;
}
.location p{
	color:#fff;
	font-size:12.5px;
	margin: 0 15px 10px;
}
.location p i{
	margin-right:4px;
}
.like_star p{
	color:#ffea00;
	font-size:12.5px;
}
.like_star p i{
	font-size: 16.67px;
}
.f_name{
	margin: 0 0 0px;
	color:#000;
}
.font-size-m{
	font-size:13.56px;
}
.send_msg{
	width: 530px;
}
.Search_Pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.Search_Pagination > li {
    display: inline;
}
.Search_Pagination > .active > a, .Search_Pagination > .active > span, .Search_Pagination > .active > a:hover, .Search_Pagination > .active > span:hover, .Search_Pagination > .active > a:focus, .Search_Pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#ff1f1f;
    border-right: 1px solid #ccc;
}
.Search_Pagination > li > a, .Search_Pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 22px;
    margin-left: -1px;
    line-height: 1.428571;
    color: #222222;
    text-decoration: none;
    font-size:16.67px;
    font-family: 'Poppins-Medium', sans-serif !important;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
}
.Search_Pagination_new {
	border-right:0px !important;
}

.Search_Pagination > li > a:hover, .Search_Pagination > li > span:hover, .Search_Pagination > li > a:focus, .Search_Pagination > li > span:focus {
    z-index: 2;
    color: #ff1f1f;
    background-color:transparent;
    border-color: #ccc;
}
.hr_after{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
/************* Search Result Section End ***************/



/************* Contact Section Start ***************/
.contact_us_box{
	min-height:280px;
	border-radius:4px;
	background-color:#fff;
	box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
	padding-left:30px;
    padding-right:30px;
	float: left;
    width: 100%;
}
.contact_us_title{
	color:#000;
	font-size:18.75px;
}
.contact_us_title{
	font-size: 18.75px;
    color: #000;
    margin: 0 0 14px;
}
.brd-right{
	border-right: 1px solid #e1e1e1;
}
.new_conatct input::placeholder{
	color: #4a4a4a;
}
.new_conatct textarea::placeholder{
	color: #4a4a4a;
}
.contact_button{
	padding: 6px 59px;
	height:36px;
}
.padding-left-c{
	padding-left: 25px;
}
.map_box iframe{
	width:100%;
	height:375px;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-top:0px solid #cdcdcd;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
/************* Contact Section End ***************/


/************* Cms Section Start ***************/
.Cms_box {
    min-height: 280px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    padding:20px;
    float: left;
    width: 100%;
}

.cms_content p{
	color:#4b4b4b;
	font-size:14.58px;
	font-family:'Poppins-Regular', sans-serif !important;
	line-height: 27px;
	margin: 0 0 15px;
}
/************* Cms Section End ***************/

/************* Post Property Start ***************/

.After_login_user {
	font-size: 12.5px !important;
}
.After_login_Buyer {
	color:#616161!important;
	font-size:12px !important;
	font-family:'Poppins-Regular', sans-serif !important;
}
.user_img{
	width: 36px;
    height: 36px;
    border-radius: 100px;
    float: left;
    margin-right: 7px;
}
.margin_after{
	margin-top: -6px !important;
}
.Drop_after{
	margin-top: 35px !important;
}
.After_login_main{
	width: 86%;
}
.After_login_main ul li {
    margin-right: 21px;
}
.post_prop p{
	font-size:16.67px;
	font-family:'Poppins-SemiBold', sans-serif !important;
	margin: 0 0 15px;
}
.prop_box{
	min-height: 280px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    padding:25px;
    float: left;
    width: 100%;
}
.new_file{
	background-color: transparent;
    box-shadow: none;
    height: 40px;
    font-size: 13.2px;
    padding: 10px 10px;
    color: #4a4a4a;
    border: 1px solid #cccccc;
    font-family: 'Poppins-Light', sans-serif !important;
    margin-bottom: 20px;
    border-radius: 4px;
}
.sub_title_p{
	font-weight:normal;
	font-family: 'Poppins-Medium', sans-serif !important;
	font-size:13.2px;
	margin-bottom: 10px;
}
.switch-field {
	display: flex;
	margin-bottom:20px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: transparent;
    color: #222222;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    /* padding: 7px 12px; */
	padding: 8px 8px;
    width: 100%;
    margin-right: 10px;
    height: 30.13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    font-weight: normal;
    font-family: 'Poppins-Light', sans-serif !important;
    border-radius: 4px;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #ffe2e2;
	box-shadow: none;
	border: 0;
}
.padding-r-7{
	padding-right: 7px;
}
/* .switch-field label:first-of-type {
	}
	
	.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
} */

.new-margin-mi{
	margin-top: -12px;
}
.new-margin-mi label{
	
	margin-bottom:1px;
}
.yes-label label{
	width: 20%;
}
.new-margin-mi_2 {
    margin-top: -22px;
}
.new-margin-mi_2  label{
    margin-bottom:1px;
}
.user_name_mobile p{
	font-family: 'Poppins-Regular', sans-serif !important;
    color: #fff;
    font-size: 16.67px;
    text-align: center;
    margin: 10px 0 0px;
}
/************* Post Property End ***************/



/************* Membership Plan Start ***************/
.Membership-plan{
	width:100%;
	min-height:345px;
	border-width: 1px;
	border-color: rgb(239, 239, 239);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.07);
	padding: 16px;
	margin-bottom: 30px;
}
.Plan_Name{
	background-color: #ffaf3c;
	width: 80.9%;
	min-height: 40.44px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 10px;
}

.plan-name-t{
	color:#fff;
	text-align:center;
	font-family: 'Poppins-SemiBold', sans-serif !important;
	font-size:20px;
	text-transform:uppercase;
	margin: 0 0 0px;
}

.price-plan{
	color:#fff;
	text-align:center;
	font-family: 'Poppins-SemiBold', sans-serif !important;
	font-size:16px;
	text-transform:uppercase;
	margin: 0 0 0px;
}
.pricing-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13.67px;
    padding: 8px 0px;
    text-align: center;
}
.pricing-content{
	max-width: 71%;
    margin-right: auto;
    margin-left: auto;
	
}
.member-ship-plan{
	height: 32px;
    width: 126px;
    padding: 2px 12px;
}
.silver-plan-bg{
	background-color:#55cd2b;
}
.gold-plan-bg{
	background-color:#3c73ff;
}
.Platinum-plan-bg{
	background-color:#e13479;
}
.pre-plan-bg{
	background-color:#813cff;
}
.silver-plus-plan-bg{
	background-color:#23a6ae;
}
.gold-plus-plan-bg{
	background-color:#ff3c3c;
}
.Platinum-plus-plan-bg{
	background-color:#ad4225;
}
/************* Membership Plan End ***************/




/************* Search Resut Details Page Start ***************/

.search_listing_title{
	font-size:20.83px;
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color:#222222;
}
.search_listing_box{
	min-height: 280px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    padding:12px;
    float: left;
    width: 100%;
}
.new_Listing .nav-tabs{
	width: 100%;
	border:0px;
}
.new_Listing .nav-tabs > li {
	border-right:0px;
	border:1px solid #ccc;
	border-radius:5px;
	margin-right: 7px;
}
.new_Listing .nav-tabs li:first-child.active a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.new_Listing .nav-tabs li.active{
	border:0;
}
.new_Listing .nav-tabs li:last-child.active a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.new_Listing .nav-tabs li.active a {
    color: #fff;
    border: none;
    background-color: #ff1f1f;
	border-radius:5px;
	
}
.new_Listing .nav-tabs li a:hover {
    color: #fff;
    border: none;
    background-color: #ff1f1f;
	border-radius:5px;
}
.new_Listing .tab-content {
    padding: 0px 0px 0px;
    margin-top: 10px;
    margin-bottom: 1px;
}
.new_Listing .nav-tabs li a {
	/* padding: 6.5px 22.6px;
		font-size: 12.5px;
		color:#8f8f8f;
	font-family: 'Poppins-Regular', sans-serif !important; */
	padding: 5.5px 22.6px;
	font-size: 12.5px;
	color: #8f8f8f;
	font-family: 'Poppins-Regular', sans-serif !important;
	width: 105px;
	height: 28px;
}
.search_Listing img{
	width: 100%;
    height:264px;
    object-fit: cover;
    border-radius: 4px;
}
.search-listing_o{
	position: absolute;
    height: 30%;
    width: 92%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.73) 114%);
    border-radius: 4px;
    bottom: 0;
}

.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	width:25px !important;
	height:25px!important;
	line-height: 35px!important;
	background: #fff!important;
	color: #fff!important;
	border-radius: 0!important;
	margin-right: 5px!important;
	opacity: 1!important;
	padding: 0px 0px!important;
}
.owl-prev:before,
.owl-next:before{
    content:url(../images/arrow-alt-square-left.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.owl-next:before{ 
	content:url(../images/arrow-alt-square-right.png);
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	top: 105px;
	left: -5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	top: 105px;
	right: -5px;
}
.video iframe{
	width: 100%;
    height:264px;
    object-fit: cover;
    border-radius: 4px;
	border:0px;
}
.Properties_P p{
	font-size:18.75px;
	font-family: 'Poppins-SemiBold', sans-serif !important;
	color:#222222;
}
.divider_2{
	content: "\A";
    width: 99.6%;
    height: 1.03px;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
}
.search-bed p{
	font-size: 13.33px;
    color: #222222;
    margin: 15px 0 0px;
}
.search-bath p{
	font-size: 12.5px;
    color: #222222;
	font-family: 'Poppins-Medium', sans-serif !important;
}
.About_Property p{
	font-size:14.55px;
    color: #222222;
	font-family: 'Poppins-Medium', sans-serif !important;
	margin: 10px 0 10px;
}
.about_p_d p{
	font-size: 13px;
    font-family: 'Poppins-Light', sans-serif !important;
    line-height: 18px;
}
.divider_3{
	content: "\A";
    width: 99.9%;
    height: 1.03px;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.Search_Menu {
	margin-top:10px;
}
.property_id p{
	
}
.popular_sites_new li {
    float: none;
    display: inline-block;
}
.nav > li > a.matrimony_lists_new {
}
.popular_sites_new li a {
    padding: 0 49px;
    font-size:12.5px;
    color:#222222;
    font-family: 'Poppins-Medium', sans-serif !important;
    margin: 15px 0 0px;
    cursor: auto;
}
.span-line {
	display: inline-block;
    position: absolute;
    right: 0;
    clear: both;
    top: 0px;
    color: rgb(227, 227, 227);
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
}
.CPO p{
	font-size:18.75px;
	color:#222222;
	font-family: 'Poppins-SemiBold', sans-serif;
}
.divider_4{
	content: "\A";
    width: 94.9%;
    height: 1.03px;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 15px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.Best_Time_To_Call_You p{
	font-size:14.58px;
	color:#222222;
	font-family: 'Poppins-SemiBold', sans-serif;
}
.width-100{
	width:100%;
}
.p_o{
	left: 0px;
    width: 96.9%;
}
.profile img {
	width: 185px;
    height: 168px;
    object-fit: cover;
    border-radius: 4px;
}
.search-Profile_name p {
    font-size: 13.33px;
    color: #222222;
    margin: 0px 0 0px;
}
.search-Profile_name_2 p {
    font-size: 12.5px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif !important;
}
.new-i-font{
	font-size:16.17px;
}
.fa-check-square{
	color:#12cb12;
}

.new-times{
	color: #ffffff !important;
    background-color: #ff1f1f;
    width: 14px;
    height: 16px;
    font-size: 13px;
    border-radius: 2px;
    text-align: center;
    line-height: 17px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 31, 31, 0.48);
}
/************* Search Resut Details Page End ***************/

/************* Dash Borad  Page Css ***************/
.dash_menu{
	
}
.dash_menu li {
	line-height:30px;
    margin-bottom: 5px;
    padding: 9px;
}
.dash_menu li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins-Medium', sans-serif !important;
}
.dash_menu i {
    margin-right: 8px;
    font-size: 16px;
	
}
.dash-active{
	background-color: #ff1f1f;
    padding: 9px;
    border-radius: 4px;
}
.dash-active a{
	color:#fff !IMPORTANT;
}
.Dash_Name p {
	font-size: 16px;
    color: #222222;
    font-family: 'Poppins-Medium', sans-serif;
    margin: 0px 0 6px;
}
.my-dash-profile img{
	width: 185px;
    height: 177px;
    object-fit: cover;
    border-radius: 4px;
}
.user-dash-p{
	
}
.user-dash-p li {
    float:left;
}
.user-dash-p li a {
    font-size: 16px;
    color: #337ab7;
    font-family: 'Poppins-Regular', sans-serif !important;
    margin-top: 15px;
    margin-right: 20px;
    
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 9px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff1f1f;
    border-radius: 4px;
	font-weight:normal;
}
/************* Dash Borad  Page Css ***************/

/************** Message Css Start  ***************/
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%;
}
.mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%;
}
.mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #fff;
}
.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.inbox-body {
    padding:0px;
	margin-top:10px;
}
.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
.inbox-head {
    background: none repeat scroll 0 0 #41cac0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
	margin-top: 10px;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}
.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
@media (max-width: 767px) {
	.files .btn span {
		display: none;
	}
	.files .preview * {
		width: 40px;
	}
	.files .name * {
		display: inline-block;
		width: 80px;
		word-wrap: break-word;
	}
	.files .progress {
		width: 20px;
	}
	.files .delete {
		width: 60px;
	}
}

.inbox-body .dropdown-menu {
	margin-top: 10px !important;
}
.new_Message .nav-tabs li a{
	width: 100% !important;
}
.compose_new{
	background-color: #4CAF50 !Important;
    color: #FFF!Important;
    border: 0!Important;
}
/************** Message Css End  ***************/





/************** my-property Css Start  ***************/

.my-property{
	height: auto;
    padding: 10px;
	width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -webkit-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    -moz-box-shadow: 0 2px 20px 2px rgba(140, 129, 129, 0.07);
    margin-bottom: 20px;
	border: 1px solid rgba(204, 204, 204, 0.23);
}
.my-property_img_lo img {
    border-radius: 4px;
    width: 100%;
    height: 213px;
    object-fit: cover;
}
.prop{
	padding: 6px 32px;
    font-size: 13px;
}
.progress-bar {
	background-color: #4CAF50
}
.new_p_range:after{
	top: auto;
    z-index: 999;
    bottom: -1px;
}
.new_p_range:before{
	top: auto;
    z-index: 999;
    bottom: -1px;
	right: 12px;
}
.New_prop_new_brd{
	border: 1px solid rgba(204, 204, 204, 0.26);
    padding: 10px !important;
    margin-top: 15px;
}
.hr_prop_new{
	margin-top: 7px;
    margin-bottom: 7px;
}
.post_prop_rew p {
    font-size: 16.67px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    margin: 0 0 0px;
}
/************** my-property Css End  ***************/


/********** My Profile *******/

.edit_profile{
	padding: 3px 10px;
    height: 30px;
    font-weight: bold;
    float: right;
}
.expire_p{
	font-size: 16px;
    color: #ff1f1f;
}
/********* My Profile ********/


.upload_button {
    padding: 6px;
    height: 36px;
    width: 100%;
}



/*********** Main Distances *********/

.main-dis i{
	font-size: 24px;
    color: #43454b;
    margin-top: 10px;
    margin-bottom: 8px;
}
.main-dis_bui i{
	font-size: 24px;
    color: #0953c1;
    margin-top: 10px;
    margin-bottom: 8px;
}
.main-dis_hos i{
	font-size: 24px;
    color: #e70208;
    margin-top: 10px;
    margin-bottom: 8px;
}
.main-dis_sch i {
	font-size: 24px;
    color: #83d815;
    margin-top: 10px;
    margin-bottom: 8px;
}

/*********** Main Distances *********/




/*********** Builder , Agent , Seller Page ********/

.build-ins h1{
	font-size: 16px;
    color: #000;
    font-family: 'Poppins-Bold', sans-serif !important;
    margin-top: 0;
}
.build-ins h2{
	font-size: 16px;
    color: #000;
    font-family: 'Poppins-Bold', sans-serif !important;
    margin-top: 0;
}
.new_builder_2 li a{
	background-color: #f6f6f6;
}
.builder-box {
	background-color: #fff;
	box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
	float: left;
	width: 100%;
	padding: 10px;
}
.buliding-pro{
	background-image: url(../images/building.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
    background-position: center;
    height: auto;
	padding: 10px;
}

.bulider-logo{
	display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    width: 19%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-radius: 4px;
}
.bulider-logo img {
    width: 155px;
    height: 78px;
    object-fit: contain;
}
.company-name p{
	font-size: 19px;
    text-align: center;
    color: #fff;
    margin: 10px 0 10px;
	font-family: 'Poppins-Medium', sans-serif !important;
}
.Compay-Details p{
	/* font-size: 14px;
		color: #fff;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
		margin: 14px auto auto;
	padding: 10px; */
	font-size: 14px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin: 14px auto auto;
    margin-bottom: 15px;
}
.hr-new{
	margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    border-top: 4px solid #eee;
}
.builder_project{
	height: 168px;
}
.builder-box-img img{
	height: 168px;
}
.pro-bg{
	background-color: #ff1f1f;
    padding:7px;
    color: #fff;
    border-radius: 4px;
	margin: 0 0 25px !important;
}
.list-box{
	display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    margin-right: auto;
    margin-bottom: 13px;
    border-radius: 4px;
	box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
	
}
.list-box img {
    width: 155px;
    height: 78px;
    object-fit: contain;
}
.builder-name p{
	text-align:center;
}
.h-auto{
	min-height: auto;
}
.bulider-new-box-m{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    height: 213px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: 1px solid #e7e7e7;
}
.bulider-new-box-m img {
    width: 158px;
    height: 80px;
    object-fit: contain;
}
.floor img{
	width: 100%;
    height: 154px;
    object-fit: contain;
}
.floor {
    margin-top: 10px;
}
.foolr-bg{
	min-height: 342px;
}
.badge-new{
	display: inline-block;
    min-width: 10px;
    padding: 2px 9px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff1f1f;
    border-radius: 4px;
    font-weight: normal;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}
.new-bbb{
	min-height:120px;
	height:auto;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #74777b;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #ff1f1f;
    border: 1px solid #ff1f1f;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}
.Bulider-Per {
	font-size: 16.75px;
    color: #fff;
	margin: 10px 10px 5px;
}
.Bulider_name {
    margin: 0 10px 0px;
    color: #fff;
	
}
.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
	color: #fff;
}
.rating-header small {
	color:#fff;
}
.follow-us-agent a {
    color: #ff1f1f !important;
    font-size: 23px!important;
}
.agent-right{
	margin-right: 13px;
}
.Agent-Box{
	padding: 15px;
    margin: 0px 0px 5px 0px;
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
}
.agent_logo img{
	width: 155px;
    height: 78px;
    object-fit: contain;
}
.agent-comapny h1{
	font-size: 20px;
    color: #222222;
    font-family: 'Poppins-SemiBold', sans-serif;
    margin: 10px 0 5px;
}
.agent-button{
	height: 44px;
    width: 100%;
}
.ag-hr{
	margin-top: 0;
    margin-bottom: 10px;
}
.agent-about p {
    font-size: 16.67px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    margin: 0 0 10px;
}
.agent-table  td {
	border: 1px solid rgba(51, 51, 51, 0.7);
	padding:10px;
	color: #000;
}
table {
	border-collapse: collapse;
	width:100%;
}
.res-agent{
	font-size:14px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
}

.testimonial_Agent{
   width: 100%;
    position: relative;
    padding: 14px;
    margin: 10px 0px 0px;
}
/*********** Builder , Agent , Seller Page ********/


/***************** Buyer Search result **********/



.new .form-group {
  display: block;
  margin-bottom: 5px;
}

.new .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.new .form-group label {
  position: relative;
  cursor: pointer;
      font-weight: normal;
}

.new .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ff1f1f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right:10px;
}

.new .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #231d1d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.buyer-serc {
	font-family:;
	font-size:16px;
	font-weight:bold !important;
}
/***************** Buyer Search result **********/


/***** New Css Add *****/

.new-de{
	    padding: 6px 15px;
}
/***** New Css Add *****/


/************* Footer Section Start ***************/
.footer_logo img{
	width: 152px;
    height: 35px;
	margin-bottom:18px;
}
.footer_About p{
	font-size: 12.5px;
	color: #4b4b4b;
	line-height: 1.8;
	margin: 0 0 18px;
}
._Availablenowat a {
	display: inline-block;
    border-radius: 8px;
    margin-top:0px;
}
._Availablenowat a img {
	display: inline-block;
    height: 55px;
    width: 166px;
    object-fit: contain;
}
._Availablenowat a:last-child {
    margin-left: 5px;
}
._topRight {
    float:left;
	margin-top: 25px;
}
._topNav ul li {
    float: left;
}
._topNav ul li:first-child a {
    margin-right:10px;
}
._topNav ul li a, ._topNav ul li span {
    display: block;
    font-size:13px;
    color: #4b4b4b;
    letter-spacing: 0px;
    cursor: pointer;
}
._topNav ul li a img {
    margin-right: 3px;
    margin-top: -3px;
}
.r_e_i_d p{
	color:#222222;
	font-size:14.58px;
	font-family: 'Poppins-Medium', sans-serif !important;
}
.new_d p{
	
	font-size:12.5px;
	line-height: 2;
}
.new_d p a{
	color:#222222;
}
.footer_nav{
	
}
.footer_nav ul li {
    float: left;
}

.footer_nav ul li {
	margin-right: 38px;
}
.footer_nav ul li a {
    display: block;
    font-size:14px;
    color: #222222;
    letter-spacing: 0px;
    cursor: pointer;
}
.copy-right-new {
    background-color:#222222;
    padding:7px;
}
.footer_nav ul{
	margin-bottom: 30px;
}
.copy-right p {
    color: #c4c4c4;
    font-size:12.5px;
    margin: 10px 0 0px;
}
.follow-us-social a {
    color: #c4c4c4;
    margin: 0 15px 30px 0;
    font-size:16px;
}
.footer_bg{
	background-color:#fff;
}

/************* Footer Section End ***************/


.datep
{
	height: 40px!important;
}

/*------------------Faq-------------------*/


dl.faq button {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  font-weight: bold;
  font-size: 110%;
  border: thin solid transparent;
  background-color: transparent;
  padding-left: 0.125em;
}

dl dd {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

dl.faq .desc {
  margin: 0;
  padding: 0.5em;
  font-size: 110%;
  display: none;
  background-color: #ff1f1f;
  color: #ffffff;
}

dl.faq button:hover,
dl.faq button:focus {
  background-color: #eee;
}

dl.faq button:focus {
  border-color: #ff1f1f;
}

dl.faq button:hover {
  text-decoration: underline;
}

dl.faq button:active {
  background-color: #bbb;
}

dl.faq button[aria-expanded="false"]::before {
  content: url('../images/right-arrow-brown.png');
  padding-right: 0.35em;
}

dl.faq button[aria-expanded="true"]::before {
  content: url('../images/down-arrow-brown.png');
  padding-right: 0.35em;
}


/*------------------ Agent ------------------*/


.agent h2
{
	font-family: "Raleway", serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px!important;
    margin-bottom: 10px;
}

.agent h3
{
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
	margin-top: 0px!important;
    margin-bottom: 10px; 
}


.agent .contact-area {
    border-top: 1px dashed #f2f3f3;
    border-bottom: 1px dashed #f2f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.agent .contact-area ul li {
    list-style-type: none;
    float: left;
    margin-right: 15px;
    color: #ffffff;
    margin-top:5px;
}

.agent .contact-area ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #ff1f1f;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 10px;
}


.agent .add h4
{
	color: #ffffff;
	margin-bottom:5px;
}

.agent .add p
{
	color: #ffffff;
}

.agent .est
{
	border-top: 1px dashed #f2f3f3;
    border-bottom: 1px dashed #f2f3f3;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.agent .est h5
{
	color: #ffffff;
}

/*------------------------- company -------------------------*/

.builder-box1
{
    background-color: #ff1f1f;
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.07);
    float: left;
    width: 100%;
    padding: 10px;
}

.buliding-pro1
{
	background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    /*min-height: 300px;*/
    width: 100%;
    background-position: center;
    height: auto;
    padding: /*10px*/20px;
}

.my-dash-profile1 img {
    width: 100%;
    object-fit: cover;
}

.company
{
	border-left: 1px solid #ebebeb;
    padding-left: 20px;
}

.company h3
{
	font-weight: bold;
}

.company h4
{
	color: #ff1f1f;
}

.company .info ul li
{
	color: #484848;
	margin-top: 5px;
}