@charset "utf-8";
/*Start: Reset CSS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{ margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, hr, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
em { font-style: italic; }
a { text-decoration: none; cursor: pointer; }
a:active,a:focus,a:hover {  outline: 0; text-decoration: none; }
html { height: 100%; overflow-y: auto; }
html[xmlns] .clearfix { display: block; }
input:disabled {cursor:not-allowed;} 
/*END: Reset CSS*/


body {
	font-family: 'Poppins', sans-serif;
	background-color: #F5F6F8;
	font-size: 12px;
	letter-spacing: 0.12px;
	color: #515C6F;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

.btn.btn-primary {
	width: 100%;
	background-color: #FF6969;
	border-radius: 22px;
	height: 44px;
	border: 0;
	font-size: 14px;
	letter-spacing: 0.14px;
	line-height: 2.3;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #dc5d5d;
}


::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	background-color: #D62929;
}


.loginLogo {
	margin-top: 33%;
	margin-bottom: 20%;
	text-align: center;
}

.pageTitle {    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;}
.loginPage h2 {
	color: #fff;
	font-size: 35px;
	letter-spacing: 0.35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.loginPage p {
	text-align: center;color: #fff;
	margin-bottom: 15px;
}

.loginform {
	padding: 0 45px;
	margin-top: 30px;
}

.loginform .form-control {
	border: 0;
	border-radius: 23px;
	height: 44px;
	padding-left: 20px;
}

.loginform .form-group {
	margin-bottom: 20px;
}

.loginform .btn {
	width: 100%;
	background-color: #00a8f3;
	border-radius: 22px;
	margin-top: 20px;
	height: 44px;
	border: 0;
	font-size: 14px;
	letter-spacing: 0.14px;
	line-height: 2.3;
}

.loginform .btn:hover,
.loginform .btn:focus,
.loginform .btn:active,
.loginform .btn-primary:not(:disabled):not(.disabled).active,
.loginform .btn-primary:not(:disabled):not(.disabled):active,
.loginform .show>.btn-primary.dropdown-toggle {
	background-color: #dc5d5d;
}

.forgotPassword a {
	text-align: center;
	color: #fff;
}

.createAccount a {
	text-align: center;
	color: #fff;
}



.sortby {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 15px 0px;
	background-size: 700px 45px;
	color: #727C8E;
	font-size: 9px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sortby>span {
	display: inline-block;
	padding: 2px 5px;
	background: #fff;
	color: #000;
	border-radius: 20px;
	margin: 0 3px;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	height: 23px;
	border: 1px solid #707070;
	position: relative;
}

.sortby span h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.text-input-range-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
}

.text-input-range-inner input {
	width: 100%;
	padding: 4px 6px 2px;
	border: 1px solid #A7A6AB;
	background-color: #fff;
	height: 30px;
	box-shadow: inset 0 2px 2px #F9F9FB, 0 0 0 #62aef7;
}

.prBlock {
	display: none;
	background: #fff;
	width: 300px;
	position: absolute;
	left: -40px;
	top: 30px;
	text-align: left;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .35);
	color: #000;
	line-height: 24px;
}

.prBlock.sblock i.fa.fa-caret-up {
	left: 70px;
}

.fblock {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	justify-content: space-around;
	margin: 5px 0px;
}

.fblock.sblock i.fa.fa-caret-up {
	left: 100px;
}

.fblock label:first-child {
	background: #343434;
	color: #fff;
}

.fblock label {
	padding: 5px 10px;
	border: 1px solid #efefef;
	flex: 1 1 0%;
	text-align: center;
}

legend {
	font-weight: 600;
	font-size: 14px;
}

.bedsBlock {
	position: absolute;
	left: -213px;
	top: 34px;
	text-align: left;
	width: 300px;
	line-height: 24px;
	font-size: 13px;
	background: #fff;
	color: #000;
	padding: 15px;
}

.sblock.bedsBlock i.fa.fa-caret-up {
	right: 40px;
	left: auto;
}

i.fa.fa-caret-down {
	margin-left: 5px;
}

.btnRow {
	text-align: right;
	background: #343434;
	color: #fff;
	margin-top: 5px;
}

.btnRow .btnDone {
	padding: 7px 13px;
	background: #fff;
	color: #343434;
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
}

.sortby img {
	width: 550px;
	margin: 0 auto;
}

input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: top;
	margin-top: 5px
}

.htBlock {
	position: absolute;
	left: -90%;
	top: 34px;
	text-align: left;
	background: #fff;
	color: #000;
	padding: 15px;
	line-height: 24px;
	width: 220px;
}

.sblock {
	display: none;
	z-index: 999;
}

.sblock.active {
	display: block !important;
}

.sblock i.fa.fa-caret-up {
	position: absolute;
	top: -17px;
	left: 100px;
	color: #fff;
	font-size: 24px;
}


/* header -------------------------- */
header {
	background-color: #fff;
	padding-top: 40px;
	border-radius: 35px 35px 0 0px;
	position: fixed;
    width: 360px;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;

}

.userlogo_blk .userlogo {
	height: 37px;
	width: 37px;
	overflow: hidden;
	border-radius: 50%;
}

.userlogo_blk img {
	width: 100%;
}

.userlogo_blk h5 {
	font-size: 12px;
	color: #515C6F;
	font-weight: 600;
	padding-left: 10px;width:calc(100% - 37px);
}

.headerTop .fa-sign-in {
	font-size: 20px;
	color: #727c8e;
}

.headerBottom ul li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
}

.headerBottom ul li a {
	font-size: 12px;
	color: #727C8E;
	display: block;
	padding: 5px 0;
	border-bottom: 1.5px solid transparent;
}

.headerBottom ul li.active a {
	border-color: #FF6969;
}

/* header -------------------------- */

/* .propertiesList	----------------------------- */

.propertiesList {}

.propertiesPrice h4 {
	font-size: 20px;
	color: #515C6F;
	font-weight: 700;
}

.propertiesPrice .conts {
	font-size: 14px;
}

.propertiesBlk {
	padding: 10px 15px;
	border-bottom: 2px solid #FF6969;
}
.propertiesImg{display: block;}
.propertiesImg img {
	width: 100%;
}

.propertiesList .propMedia a{
	color: #515C6F;
}
.propertiesList .propMedia .fa {
	font-size: 18px;
	margin-right: 5px;
	color: #727C8E;
}

/* .propertiesList	----------------------------- */

/* resources_blk ------------------------- */
.resources_blk {
	padding: 10px;
}

.resources_blk .card {
	margin-bottom: 10px;
}

.resources_blk .card .card-body {
	padding: 15px;
}

.resources_blk .card .resources_img {
	width: 100px;
	min-width: 100px;
}

.resources_blk .card .resources_img img {
	max-width: 100%;
}

.resources_Det h4 {
	font-size: 16px;
	color: #727C8E;
	padding-right: 10px;
}

.resources_Det {
	padding-left: 20px;
}

.resources_Det a {
	background-color: #FF6969;
	color: #fff;
	font-size: 17px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: block;
	min-width: 30px;
	text-align: center;
	padding: 3px 0px;
}

/* resources_blk ------------------------- */

/* listing_blk ------------------------ */
.listing_blk {
	padding: 10px;
}

.listing_img img {
	width: 100%;
}

.listing_Det {
	text-align: center;
	padding: 20px 15px;
}

.listing_Det>h3,
.listing_Det>h4 {
	font-size: 18px;
	font-weight: 600;
}

.listing_Det>h4 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.listing_Det>h3 {
	margin-bottom: 0px;
}

.listing_Det ul li {
	padding: 0 15px;
	position: relative;
}

.listing_Det ul li:not(:last-child) {
	border-right: 1px solid rgba(114, 124, 142, 0.49);
}

/* .listing_Det ul li  .line{
	position: absolute;
	width: 2px;
	height: 90%;
	top: 5%;
	right: 0;
	color: rgba(114, 124, 142, 0.49);
	z-index: 1;
} */
.brand ul li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	padding: 0 5px;
}

.brand ul li img {
	max-width: 100%;
}

/* listing_blk ------------------------ */

/* location_blk ----------------------------- */
.location_blk {}

.location_img img {
	max-width: 100%;
}

.location_Det {
	font-size: 16px;
}

.location_imgs {
	min-width: 160px;
	max-width: 160px;
}

.location_imgs img {
	max-width: 100%;
}

.location_Detl {
	padding-left: 20px;
}

/* location_blk ----------------------------- */

/* liveAgent --------------------------- */
.liveAgentTitle_blk h3 {
	font-size: 20px;
	 
}

.liveAgentTitle_blk .fa {
	font-size: 22px;
	color: #727C8E;
}

.liveAgentTitle_blk .active .fa {
	color: #FF6969;
}

.callAction {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.callAction ul li a {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	font-size: 21px;
	line-height: 1;
}

.callAction ul li {
	padding: 5px;
}

.callAction ul li.mute a {
	color: #707070;
}

.callAction ul li.hangout a {
	color: #fff;
	background-color: #FF6969;
}

.callAction ul li.video a {
	color: #707070;
}

.agentchat {
	min-height: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}

.chatContainer {
	height: 100%;
}
.chatContainer .chatSec {
	max-height: calc(100vh - 222.59px);
    overflow-y: auto;
}
.chatAction {
	/* height: 50px; */
}

.chatSec .date {
	text-align: center;
	font-size: 14px;
	color: rgba(81, 92, 111, 0.40);
}

.chatby {
	padding: 17px 20px;
	display: flex;
}

.chatby .avatar {
	min-width: 52px;
	max-width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 50%;
}

.chatby .chatTxt {
	padding: 0 15px;
}

.chatby .chatTxt .chatName {
	font-size: 15px;
	color: #515C6F;
	font-weight: 500;
	margin-bottom: 5px;
}

.chatby .chatTxt .chatMsg {
	color: #fff;
	padding: 13px 15px;
	font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

.chatby.you {
	flex-direction: row;
}

.chatby.you .chatTxt .chatMsg {
	background: #515C6F;
	border-radius: 0 18px 18px 18px;
}

.chatby.me .chatTxt .chatMsg {
	background: #ff6969;
	border-radius: 18px 0 18px 18px;
}
.chatby.me {
	flex-direction: row-reverse;
}
.chatby.me .chatTxt .chatName{
	text-align: right;
}
.chatarea {
    display: flex;
}
/* liveAgent --------------------------- */


/* popup ---------------------------------------- */
.popup {position: fixed;
z-index: 9999;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.8); padding: 15px;   
justify-content: center;
align-items: center; display: none;}
.popup.open{
	display: flex;
	height: 100%;
	    top: 0;
}
.pics {
	width: 100%;
	height: 39.5vw;
    height: 16.1vw;
}  
.backlink {
    position: absolute;
    right: -15px;
    top: -15px;
}
.popupContainer{
	position: relative;
    width: 97%;
}
/* popup ---------------------------------------- */


/* videoPage ---------------------------------------- */
.videoPage {
    height: 100%;
}
.videoPage video{
	width: 100%;
	height: 100%;
	background-color: #000;
}
.closeVideo img {
    width: 100%;
}

.closeVideo {
    position: absolute;
    right: 15px;
    top: 15px;
	width: 20px;
	z-index: 9;
}
/* videoPage ---------------------------------------- */
.img-fluids {
    /*overflow: scroll;
    display: block;
    width: 100%;
    height: 740px;*/
    overflow: hidden;
    position: absolute;
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
        top: -380px;
}
.listing-page a.backlink {
    top: -390px;
}
.mobileLayout > img{
	display: none;
}

@media(min-width:1024px){
	.mobileLayout{}
	.mobileLayout.landscape:before, .mobileLayout.landscape:after {
    display: none;
}
	.mobileLayout:after{
		content: "";
		background-image: url(../img/topbar.png);
		width: 91%;
		-webkit-background-size: 100%;
		background-size: 100%;
		position: absolute;
		top: 19px;
		z-index: 999;
		height: 30px;
		left: 18px;
/*		background-color: rgba(0, 0, 0, 0.4196078431372549);*/
		background-position: 0;
	}
	.mobileLayout:before{
		content: "";
		background: url(../img/iphoneX-portrait-notch.png) no-repeat;
		height: 30px;
		left: 0;
		right: 0;
		margin:0 auto;
		position: absolute;
		top: 19px;
		width: 230px;
		z-index: 120;
	}
	.mobileLayout{
		max-width: 405px;
		margin: 15px auto 0;
		position: relative;
		overflow: hidden;
		border-radius: 55px;
	}
	.mobileLayout > img{
		max-width: 100%;
		position: relative;
		z-index: 0;
		display: block;
	}
	.mobileLayout > div {
		    height: 77.5%;
		    width: 89.4%;
		    position: absolute;
		    top: 130px;
		    left: 21px;
		    margin: 0 auto;
		    overflow-y: auto;
		    border-radius: 0 0 37px 37px;
		    overflow-x: hidden;
	}
	.mobileLayout1 > div{
		height: 95.5%;top: 20px;
	}
	.mobileLayout.landscape {
		max-width: 820px;
	}
	
	.mobileLayout.landscape video {
		position: absolute;
		top: 20px;
		left: 16px;
		height: 366px;
		z-index: 1;
		width: 96.3%;
		border-radius: 37px;
		object-fit: cover;
	}
	.closeVideo {
		right: 36px;
		top: 36px;
	}
}
.headsearch{padding: 0 15px;}
.headsearch label{
	background-color: #727c8e;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    width: 80px;
    padding: 8px;
    line-height: 100%;
    text-align: center;
}

.headsearchbox{
	position: relative;width: calc(100% - 80px);
    padding-left: 10px;
}
.headsearchbox i{    
	position: absolute;
    right: 15px;
    top: 8px;
}
.headsearchbox input{    
	border-radius: 30px;
    border: 1px solid #707070;
    height: 28px;
}
.listinglink a{display: block;text-align: center;margin:10px 0}
.listinglink a p{color: #707070;font-size:14px;padding-top:8px;}
.headback{color: #727C8E;font-size: 14px;}
.headback i{margin-right: 8px;}
.loginicon a{display: inline-block;margin: 0 15px;}
.homevideo video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	opacity: 0.4;
}
.homevideo:before {
    position: absolute;
    content: '';
    height: 100%;
    background: #313131;
    width: 100%;
    z-index: -1;
}