/*--common style start--*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

article, aside, details, figure, footer, header, nav, section {
	display: block;
	}

.form-control {
	outline: none !important;
	box-shadow: none !important;
	}

body {
	width: 100%;
	height: auto;
	font-family: 'ralewayregular';
	overflow-x: hidden;
}

img {
	border: 0;
	outline: none;
}

a,a:hover{
	text-decoration:none;
	outline: none;
}

ol, ul {
	list-style: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,textarea{
	outline: none;
}

/*--common style end--*/

@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway-bold.woff2') format('woff2'),
	url('../fonts/raleway-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light.woff2') format('woff2'),
	url('../fonts/raleway-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaymedium';
	src: url('../fonts/raleway-medium.woff2') format('woff2'),
	url('../fonts/raleway-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/raleway-regular.woff2') format('woff2'),
	url('../fonts/raleway-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaysemibold';
	src: url('../fonts/raleway-semibold.woff2') format('woff2'),
	url('../fonts/raleway-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaythin';
	src: url('../fonts/raleway-thin.woff2') format('woff2'),
	url('../fonts/raleway-thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titilliumregular';
	src: url('../fonts/titillium-regular_0.woff2') format('woff2'),
	url('../fonts/titillium-regular_0.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'titilliumsemibold';
	src: url('../fonts/titillium-semibold_allfont.net.woff2') format('woff2'),
	url('../fonts/titillium-semibold_allfont.net.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'titilliumlight';
	src: url('../fonts/titillium-light.woff2') format('woff2'),
	url('../fonts/titillium-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sofiaregular';
	src: url('../fonts/sofia-regular.woff2') format('woff2'),
	url('../fonts/sofia-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

header {
	position: relative;
	width: 100%;
	/*height: 60px;*/
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 80;
	background: white;
	box-shadow: 10px 6px 8px rgba(128, 128, 128, 0.19);
	-webkit-box-shadow: 10px 6px 8px rgba(128, 128, 128, 0.19);
}

.fixed .header_right_ul{
	display: inline-block;
	text-align: right;
	width: calc(99% - 100px);
	margin: 0;
	}

.fixed .menu_icon {
	width: 50px;
	height: 50px;
	background: #00b1ff url(../images/menu_icon.png) no-repeat center center / 70% auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	cursor: pointer;
	float: right;
	}

.fixed .header_right_ul li p {
	margin: 0;
	}

.fixed .header_right_ul li h4 {
	margin-top: 7px;
	}

.fixed .menu_icon.menu_act {
	background: #073676 url(../images/menu_can_icon.png) no-repeat center center  / 70% auto;
	}

.fixed .menu_box{
	position: fixed;
	display: none;
	right: 0;
	top: 70px;
	left: 0;
	width: 100%;
	background: #000;
	padding: 0 !important;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
}

.fixed .cls_logo img {
	width: 100px;
	}

body.down .fixed {
	top: 0;
}

.menu_box{
	display:block;
}

header {
	padding: 28px 0;
}

.header_right_ul {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
}

.header_right_ul li {
	width: 31%;
	display: inline-block;
	/*float: right;*/
	padding: 0 10px 0 55px;
	min-height: 48px;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 250px;
}

.header_right_ul li h4 {
	font-family: "titilliumregular";
	color: #074d9d;
	font-size: 17px;
	margin: 0;
	font-weight: bold;
	text-overflow: ellipsis;
	text-align: left;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	margin-top: 10px;
	}

.header_right_ul li h4 a {
	color: #074d9d;
	}

.header_right_ul li p {
	font-family: "titilliumlight";
	color: #535353;
	font-size: 14px;
	text-align: left;
}

.phone {
	background: url(../images/phone.png) no-repeat 7px center;
}

.mail {
	background: url(../images/mail.png) no-repeat 7px center;
}

.search {
	background: url(../images/search.png) no-repeat 7px center;
}

.search_box {
	display: block;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #535353;
	margin-top: 9px;
	outline: none !important;
	font-family: 'ralewaylight';
}

.navbar {
	border: none !important;
}

.menu {
	background: #00b1ff;
	margin-bottom: 0;
}

.menu_listbox {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.menu_listbox li {
	float: none;
	display: inline-block;
}

.navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
	font-family: 'ralewaybold';
}

.navbar-toggle {
	background-color: #fff;
}

.navbar-toggle .icon-bar {
	background: #00b1ff;
}

.navbar-brand {
	color: #fff;
	font-family: 'ralewaybold';
}


.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background: #069ae8; /* Old browsers */
}
.nav>li.active a {
	text-decoration: none;
	background: #073676 !important;;
	}

.relative {
	position: relative;
	/*z-index: -99;*/
}

.sliderbox {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding-bottom: 120px;
	display: table;
	width: 65%;
	max-width: 900px;
}

.sliderbox_text {
	background: rgba(7, 54, 118, 0.43);
	text-align: center;
	padding: 15px 0;
	border-radius: 0 !important;
}

.sliderbox_text h5 {
	font-size: 24px;
	color: #fff;
	font-family: 'ralewaysemibold';
}

.sliderbox_text h5 span {
	color: #00b1ff;
}

.sliderbox_text p {
	color: #fff;
	font-family: "ralewaylight";
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 15px;
}

.sliderbox_text a  {
	color: #fff;
	font-family: 'ralewaybold';
	font-size: 16px;
	font-weight: bold;
	padding: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.sliderbox_text h2 {
	font-family: 'ralewaybold';
	font-size: 33px;
	line-height: 33px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.find_your_box {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	font-family: 'ralewaysemibold';
	text-align: center;
	width: 500px;
	padding: 30px 0 10px;
	z-index: 2;
}

.find_your_box:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 250px solid transparent;
	border-right: 250px solid transparent;
	border-bottom: 125px solid #00b1ff;
	z-index: -1;
}

.find_your_box span {
	display: block;
	padding: 0;
	font-size: 25px;
}

.find_your_box h5 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 35px;
}

/* Bounce To Top */
.hvr-bounce-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 1px solid #fff;
}

.hvr-bounce-to-top:hover {
	border: 1px solid transparent;
}

.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% - 1px);
	bottom: 0;
	background: #00b1ff !important;
	/*background: -moz-linear-gradient(top, #023d8c 0%, #0093ef 100%) !important;
	background: -webkit-linear-gradient(top, #023d8c 0%,#0093ef 100%) !important;
	background: linear-gradient(to bottom, #023d8c 0%,#0093ef 100%) !important;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023d8c', endColorstr='#0093ef',GradientType=0 ) !important;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
	color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dream_bg {
	background: #011b40 url(../images/blue_bg_image.png) no-repeat bottom right;
}

.dreamhome_form select.form-control,.dreamhome_form_1 select.form-control  {
	background: transparent !important;
	line-height: 40px !important;
	height: 40px !important;
	border: 1px solid #dedede !important;
	border-radius: 0 !important;
	font-family: 'ralewaylight';
	font-size: 15px;
	color: #dedede !important;
}

.dreamhome_form_1 select.form-control {
	border: 1px solid #dedede !important;
	color: #898989 !important;
}

.label_color{
	color:black !important;
}

.form-control option {
	color: #000;
}

.search_btn {
	background: #014d9e;
	color: #fff;
	border: none !important;
	font-family: 'ralewaysemibold';
	font-size: 15px;
	line-height: 29px !important;
	height: 40px !important;
}

.margin-top20 {
	margin-top: 20px;
}

.yourange_text {
	text-align: center;
	font-size: 13px;
	font-family: 'ralewaylight';
	display: inline-block;
	margin-left: 14px;
	width: 45%;
	padding: 0;
	box-sizing: border-box;
}

.con_header {
	margin-bottom: 20px;
}

.con_header h6 {
	font-size: 25px;
	color: #011b40;
	margin: 0;
	padding: 0;
	font-family: 'ralewaysemibold';
	font-weight: bold;
}

.con_header h4 {
	font-size: 35px;
	color: #011b40;
	margin: 0;
	font-family: 'ralewaysemibold';
	padding: 0;
}

.comm_padding {
	padding: 50px 0;
}

.comm_para {
	font-size: 14px;
	line-height: 25px;
	color: #535353;
	font-family: 'ralewaylight';
	margin-bottom: 15px;
	font-weight: bold;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.ourservice_list {
	background: #f5f5f5;
	margin-bottom: 15px;
	display: block !important;
}

.ourservice_list_text {
	padding: 0 20px;
	min-height: 210px;
}

.ourservice_list_text h6 {
	font-size: 18px;
	font-family: 'ralewaylight';
	font-weight: bold;
	color: #011b40;
	margin-top: 20px;
}

.ourservice_list:hover .ourservice_list_text h6 {
	color: #00b1ff;
	}

.images_box img {
	width: 100%;
}

.bookappartment_box {
	background: #011b40;
	margin-top: 70px;
}

.call_number h4{
	font-size: 29px;
	color: white;
	font-family: 'titilliumsemibold';
	font-weight: bold;
	margin: 0;
	display: inline-block;
	line-height: 60px;
}

.call_h4{
	color: #00b1fd !important;
	font-family: 'titilliumsemibold';
	padding-left: 20px;
}

/*.enquiry_box{
	line-height: 70px;
	}*/

.call_number{
	text-align: center;
}

.member_cols{
	border: 1px solid;
	padding: 3px 0;
}

.member_box h5{
	color: #011b40;
	font-family: ralewaysemibold;
	font-size: 16px;
	margin: 0;
	padding: 4px 0;
}

.member_list ul li{
	display: table-cell;
	width: 33%;
	/*float: left;*/
	text-align: center;
}

.text_input input:hover, .address_input textarea:hover {
	border: 1px solid #00b1ff;
	outline: none;
	}

.border-right{
	border-right: 1px solid #dedede;
}

.member_list ul{
	text-align: center;
	display: table;
	width: 100%;
	border:1px solid #dedede;
}

.footer_member .member_list ul {
	background: #fff;
}

.footer_member .member_list ul li img {
	margin: 8px 0;
	text-align: center;
	width: 63%;
}

.member_list ul li img{
	margin: 15px 0;
	text-align: center;
}

.logo_img img{
	width: 100%;
}

.call_number{
	position: relative;
}

.men_img{
	position: absolute;
	top:0;
	right:0;
}

.sqt_img{
	background: url(../images/sqt_ftimg.jpg) no-repeat center;
	display: inline-block;
	background-size: 30px 30px;
}

.sqtft_box ul{
	padding: 0;
}

.sqt_img {
	background: url(../images/sqt_ftimg.jpg) no-repeat left center;
	display: inline-block;
	background-size: 30px 30px;
	padding-left: 34px !important;
}

.sqtimg_prop{
	background-size: 20px 20px !important;
	padding-left: 22px !important;
	font-size: 7px !important;
}

.cot_img{
	background: url(../images/cot_img.jpg) no-repeat left center;
	display: inline-block;
	background-size: 30px 30px;
	padding-left: 34px !important;
}

.wash_fashion{
	background: url(../images/wash_fashion.jpg) no-repeat left -4px;
	display: inline-block;
	background-size: 30px 30px;
	padding-left: 34px !important;
}

.sqtft_box ul li{
	display: inline-block;
}

.sqtft_box{
	background: #021c41;
	padding: 15px 10px;
}

.sqtft_box ul {
	margin-bottom: 0;
}

.featue_img img{
	width: 100%;
}

.featue_img {
	display: inline-block;
}

.sqtft_box ul li {
	color: white;
	margin: 0 !important;
	width: 32% !important;
}

.sqftbox_prop ul li{
	width: 29% !important;
}

.sqftbox_prop{
	display:none;
}

.place_h6{
	display: inline-block !important;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
	color: #000;
}

.placeprop_h6{
	font-size: 12px;
	display:none !important;
}


.rent_p{
	display: inline-block;
	/* text-align: right; */
	/*float: right;*/
	/*font-weight: bold;*/
	font-size: 25px;
	color: #00b1fe;
	margin: 6px 0;
	font-family: Arial;
}

.rentprop_p{
	font-size: 15px;
}

.location_span {
	background: url(../images/location_img.jpg) no-repeat left center;
	display: inline-block;
	background-size: 16px 20px;
	padding-left: 23px;
	position: relative;
}

.locationprop_span{
	font-size: 12px;
}


.map_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	}

.feature_bg{
	padding: 70px 0;
}

.feature_img{
	margin-top: 40px;
}

.feature_img img{
	width: 100%;
	position: relative;
	height: 100%;
}

.scroll_property{
	height: 300px;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}

.for_sale{
	position: absolute;
	top: 0;
	background: #00b1ff;
	display: block;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	color: white;
	font-size: 15px;
	font-family: ralewaymedium;
	text-transform: uppercase;
}

.forsale_prop{
	font-size: 10px !important;
	width: 70px !important;
	padding: 4px 0 !important;
}

.prophead_box span{
	font-size: 10px !important;
	width: 70px !important;
	padding: 2px 0 !important;
}

.for_h4{
	/*margin-bottom: 10px !important;*/
}

.for_rent{
	position: absolute;
	top: 0;
	background: #4fe002;
	display: block;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	color: white;
	font-size: 15px;
	font-family: ralewaymedium;
	text-transform: uppercase;
}

.featue_img:hover .for_sale{
	display:block;
}

/*.sqtft_box{
	margin-right: 1px;
	}*/

.client_feedback{
	float: right;
	width: calc(70% - 30px);
}

.client_img{
	width: 30%;
	float: left;
}

.client_img img{
	width:100%;
}

.client_feedback p{
	line-height: 20px;
	font-size: 14px;
	padding-right: 25px;
	font-family: "Raleway Light";
	color: #535353;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.client_feedback h6{
	font-weight: bold;
	color: #011b40;
	font-size: 15px;
	font-family: "Raleway Medium";
	margin-top: 20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.border-bottom{
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 20px;
}

.compate_img{
	display: inline-block;
	background-size: 68px 55px;
	padding: 65px 0 0 0;
	text-align: center;
}

.home_img {
	background: url(../images/home_icon.png) no-repeat center top;
}

.key_img {
	background: url(../images/key_icon.png) no-repeat center top;
}

.year_img {
	background: url(../images/expers_icon.png) no-repeat center top;
}

.rent_img {
	background: url(../images/rent_icon.png) no-repeat center top;
}




.compate_img h6{
	color: #00b1ff;
	font-size: 16px;
	margin: 0;
	font-family: "titilliumregular";
}

.compate_img h4{
	color: white;
	font-size: 22px;
	margin: 5px 0 10px 0;
	font-family: "titilliumsemibold";
	font-weight: bold;
}

/*.footer_logo{
	display: table-cell;
	width:25%;
	}*/

.footer_address_list ul{
	padding-left: 0;
}

.footer_address_list ul li,.footer_address_list ul li a{
	margin-bottom: 10px;
	color: white;
	font-size: 13px;
	font-family: "titilliumlight";
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.footer_location {
	background: url(../images/maps_icon.png) no-repeat left 6px;
	/*background-size: 35px 30px;*/
	padding-left: 40px;
}

.footer_phone{
	background: url(../images/phone_icon.png) no-repeat left 6px;
	/*background-size: 35px 30px;*/
	padding-left: 40px;
	padding-bottom: 5px;
	/* line-height: 17px; */
	padding-top: 11px;
}

.footer_mail{
	background: url(../images/mail_1.png) no-repeat left 6px;
	/*background-size: 35px 30px;*/
	padding-left: 40px;
	padding-bottom: 14px;
	/* vertical-align: bottom; */
	line-height: 33px;
}

.after_img .footer_location {
	background: url(../images/maps_icon_b.png) no-repeat 5px 20px;
	display: inline-block;
	}

.after_img .footer_phone {
	background: url(../images/phone_icon_b.png) no-repeat 5px 15px;
	}

.after_img .footer_mail {
	background: url(../images/mail_1_b.png) no-repeat 5px 20px;
	}

footer{
	background: #212121;
}

.footer_address_list{
	margin: 10px 0 0 0;
}

.footertop_bg{
	background: #04090f;
}

.footer_logo h4{
	color: #dedede;
	font-family: 'ralewaysemibold';
	font-size: 16px;
}

.footer_logo1{
	margin: 0 0 16px 0;
	}

.latest_cnt h6{
	margin: 0 0 7px;
	font-size: 13px;
	color: #d1d1d2;
	font-family: 'titilliumlight';
}

.latest_cnt p{
	font-size: 10px;
	margin: 0;
	color: #d1d1d2;
	font-family: 'titilliumlight';
}

.latest_img img{
	width:100%;
	height: 51px;
}

.latest_list ul li{
	padding-bottom: 20px;
}

.latest_list{
	margin: 25px 0 0;
}

.text_input{
	margin-bottom: 5px;
}

.text_input input{
	width: 94%;
	padding: 6px 6px;
	background: #04090f;
	border: 1px solid #dedede;
	font-size: 11px;
	color: #dedede;
	font-family: "titilliumlight";
}

.quick_contact h4{
	color:white;
}

.quick_contact p{
	color: white;
}

.address_input textarea{
	width: 94%;
	height: 70px;
	border: 1px solid white;
	background: #04090f;
	padding: 6px 6px;
	color: white;
	resize: none;
	font-size: 11px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}

::-moz-placeholder { /* Firefox 19+ */
	color: white;
}

:-ms-input-placeholder { /* IE 10+ */
	color: white;
}

:-moz-placeholder { /* Firefox 18- */
	color: white;
}

.send_btn input{
	width: 65px;
	padding: 5px 0;
	border: 1px solid black;
	color: #000;
	font-size: 15px;
	background: #c5c5c5;
	font-family: titilliumregular;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}

.send_btn input:hover {
	background: #073676;
	color: #fff;
	}

.quick_contact p{
	margin-top: 20px;
	font-size: 13px;
	font-family: 'titilliumlight';
}



.useful_link h4{
	color: white;
}

.useful_link ul li{
	color: white;
	}
.client_padding{
	padding: 29px 0 !important;
}

.member_footerlist li img{
	width: 100%;
}

.member_footerlist{
	padding: 7px 7px;
	background: white;
}

.footer_link {
	margin-bottom: 0;
	margin-top: 20px;
}

.footer_link li{
	font-size: 13px;
	font-family: 'titilliumlight';
}

.footer_link li a{
	color: white;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.member_footerlist li{
	width: 32%;
	display: inline-block;
}

.footer_member{
	margin-top: 25px;
}

/*.footer_box{
	border-right: 1px solid rgba(0, 0, 0, 0.53);
	border-left: 1px solid rgba(0, 0, 0, 0.53);
	}

.border-right1{
	border-right: 1px solid rgba(0, 0, 0, 0.53);
	}*/

.border_after:after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 275px;
	/* color: wheat; */
	background: rgb(26, 36, 47);
	position: absolute;
	top: 0;
	left: 0;
}

.footer_bottombg{
	background: #000000;
}

.fb_img{
	background: url('../images/facebook.png') no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	margin-right: 5px;
}

.link_img{
	background: url('../images/link_img.png') no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}

.twitter_img {
	background: url('../images/twitter_icon.png') no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	margin-right: 5px;
}

.footer_para{
	color: #7c7c7c;
}

.margin_none ul{
	margin: 0;
}

.footer_padding{
	padding: 20px 0;
}

.vision_box h6{
	margin-bottom: 7px !important;
}

.banner_img img{
	width: 100%;
}


.right_list_icon {
	display: block;
	padding: 30px 20px 30px 80px;
	position: relative;
	cursor:pointer;
}

.about_middleimg img{
	width: 100%;
	display: block;
}

.about_phone{
	background: url(../images/about_phone.jpg) no-repeat left center;

}

.about_ebrocture{
	background: url(../images/about_ebrocture.jpg) no-repeat left center;
}

.about_video{
	background: url(../images/about_video.jpg) no-repeat left center;
}

.about_contact{
	margin: 20px 0 0 8px;
}

.about_contact p{
	margin: 0 0 0 22px;
	font-size: 17px;
	line-height: 12px;
}

.about_contact h5{
	margin: 0;
	font-weight: bold;
	font-size: 30px;
}

.right_list_icon:hover h5 {
	color: #00b1ff;
}

.right_list_icon:hover p {
	color: #00b1ff;
}

.after_img:after{
	   content: '';
	   background: url(../images/about_afterimg.jpg) no-repeat center center;
	   width: 15px;
	   height: 600px;
	   display: inline-block;
	   position: absolute;
	   top: -55px;
		left: 25px !important;
}

.contact_after:after{
	content: '';
	background: url(../images/about_afterimg.jpg) no-repeat center center;
	width: 15px;
	height: 600px;
	display: inline-block;
	position: absolute;
	top: -55px;
	left: -10px !important;
}

.ourservice_para{
	line-height: 22px !important;
}

.about_text{
	text-align: justify;
}

.after_img{
	margin-left: 37px;
}

.right_list_icon:after{
	content: '';
	background: url(../images/aboutlist_border.png) no-repeat center center;
	width: 80%;
	height: 2px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100% auto;
	margin: auto;
}


.about_contact li:last-child:after{
	display: none;
}

.padding_client{
	padding-top: 0 !important;
}

.padding_about{
	padding-bottom: 0 !important;
}


.contact_h5 {
	font-size: 18px;
	display: block;
	color: #363535;
	margin-bottom: 15px;
	font-family: 'ralewaysemibold';
	}

.comm_para a {
	color: #00b1ff;
	}

.addresstext.comm_para {
	line-height: 30px;
	}

.maps_box iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	}

.about_left img {
	border-radius: 50px 0 50px 0;
}

.bookyour_h6 {
	background: #00b1ff;
	color: #fff;
	font-size: 25px;
	font-family: "Raleway SemiBold";
	padding: 20px 30px;
	/*width: 50%;*/
	display: inline-block;
	position: absolute;
	top: -127px;
	left: 0;
	text-align: left;
}

.bookyour_h6 span {
	font-size: 18px;
	}

.fun_span span{
	font-size:22px !important;
	}

.feature_heading h2{
	font-weight: bold;
	color: #011b40;
	}

.bookyour_h6:after {
	content: "";
	position: absolute;
	right: -70px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 67px solid #00b1ff;
	border-right: 70px solid transparent;
}

.client_men_bg {
	/* margin-top: 150px; */
	position: relative;
}

.client_men_bg:after {
	content: "";
	width: 18%;
	height: 409px;
	right: 0;
	bottom: -52px;
	position: absolute;
	background: url(../images/men_img.png) no-repeat right bottom / 100% auto;
	display:none;
}

.men_margin_top {
	margin-top: 150px;
}


.comm_h4 {
	color: #011b40;
	font-size: 35px;
	font-family: 'ralewaysemibold';
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
}

.pro_slider_fullimages img {
	width: 100%;
	display: block;
}

.pro_slider_small_img {
	margin: 10px 0;
}

.pro_graybox {
	background: #f5f5f5;
	padding: 10px;
	margin: 20px 0;
	min-height: 250px;
}

.pro_graybox_list {
	display: block;
}

.pro_graybox_list li{
	display: inline-block;
	width: 49%;
	color: #808080;
	font-size: 15px;
	line-height: 40px;
	padding: 0 10px 0 40px;
	text-overflow: ellipsis;
	box-sizing: border-box;
	white-space: nowrap;
	font-family: 'ralewaylight';
	overflow: hidden;
	-webkit-box-sizing: border-box;
}

.area_icon {
	background: url(../images/area_icon.png) no-repeat 10px center;
}

.bath_icon {
	background: url(../images/bath_icon.png) no-repeat 10px center;
}

.kitchen_icon {
	background: url(../images/kitchen_icon.png) no-repeat 10px center;
}

.bed_icon {
	background: url(../images/bed_icon.png) no-repeat 10px center;
}

.garage_icon {
	background: url(../images/garage_icon.png) no-repeat 10px center;
}

.rs_icon {
	background: url(../images/rs_icon.png) no-repeat 20px center;
}

.address_icon {
	background: url(../images/address_icon.png) no-repeat 10px center;
}
.advance_icon {
	background: url(../images/Deposit.png) no-repeat 10px center;
}
.balcony_icon {
	background: url(../images/Balcony_icon.png) no-repeat 10px center;
}

.gray_h5 {
	font-size: 20px;
	color: #011b40;
	padding: 10px 0;
	font-weight: bold;
}

.pro_graybox_list_check li {
	line-height: 30px;
	background: url(../images/check_icon.png) no-repeat 10px center;
}

.comm_form .form-group {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 20px;
}

.full_width_input {
	width: 100% !important;
}

.comm_input {
	color: #363535;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-radius: 0;
	font-family: "ralewaylight";
	border: 1px solid #dedede;
}

.full_div_input {
	width: 97.5% !important;
}

.enquriy_full_div{
	width:99% !important;
}

.comm_form_h5 {
	color: #363535;
	font-family: "Raleway Medium";
	padding: 15px 0;
	margin-bottom: 18px;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
}

.sendnew_btn {
	background: #011b40;
	color: #fff !important;
	font-family: "Raleway Thin";
	font-size: 18px;
	border-radius: 0 !important;
}

.sendnew_btn:hover {
	color: #fff;
	background: #00b1ff;
}

.input_file {
	line-height: 26px;
}
.dreamhome_form_1 h4{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.feature_img{
	margin-top: 20px !important;
}

.feature_property h4{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

.search_h4{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

.feedback_left{
	width: 17%;
	float: left;
}

.feedback_left img{
	width: 100%;
}

.feedback_right{
	float: right;
	width: 80%;
}

.feedback_right h4{
	margin-top: 0;
}

.feedback_box h4{
	margin-bottom: 20px;
}

.feedback_box{
	margin-top: 41px;
}

.feedback_box1{
	margin-bottom: 20px;
}

.review_input input{
	width: 96%;
	border: 1px solid #dedede;
	padding: 10px 10px;
	font-size: 14px;
	font-family: "ralewaylight";
	color: #363535;
}

.review_input{
	width: 50%;
	float: left;
}

.review_box h4{
	color: #011b40;
}

.comment_box textarea{
	border: 1px solid #dedede;
	width: 98%;
	padding: 10px;
	height: 120px;
	font-size: 14px;
	font-family: "ralewaylight";
	color: #363535;
	resize: none;
}

.comment_box{
	margin: 25px 0;
}

.submit_btn button{
	width: 98%;
	background: #011b40;
	color: white;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
}

.submit_btn{
	margin-top: 40px;
}

.change::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: black;
}
.change:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: black;
	opacity: 1;
}
.change::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: black;
	opacity: 1;
}
.change:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: black;
}

.fun_factor{
	position: relative;
}

.padding_top{
	padding-top: 0;
}

.border_bottom{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	}

.test_feed h4{
	margin: 20px 0 10px 0 !important;
	color: #011b40 !important;
	font-weight: bold;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}

.feedback_box1:hover .test_feed h4 {
	color: #00b3ff !important;
	}

.form_fontsize{
	font-size: 13px !important;
}

.reset_btn{
	width: 100px;
	padding: 10px 0;
	background: #00b1ff;
	color: white;
	margin-right: 10px;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.reset_btn:hover{
	background: #031944;
	}

.contact_btns{
	float: right;
	margin-right: 17px;
	margin-top: 15px;
}

div#recaptcha {
	display: inline-block;
}

.contact_submit{
	width: 100%;
	padding: 10px 0;
	background: #031944;
	color: white;
	text-align: center;
	cursor:pointer;
	font-size: 20px;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.prop_form{
	padding-bottom: 15px;
}

.contact_submit:hover {
	background: #00b1ff;
	}

.contact_box{
	margin: 40px 0;
}

.contact_box h4{
	margin: 0 0 20px;
}

.bxslider img {
	width: 100% !important;
	display: block;
}

.bx-viewport, .bx-wrapper{
	position:relative;
	width:100%;
	height:100% !important;
	top:0;
	left:0;
}

.bxslider, .bxslider li{
	height: 100% !important;;
}

.bxslider li{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bx-wrapper .bx-viewport{
	border: none !important;
}

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0;
}

.bx-wrapper .bx-pager {
	display: none !important;
}

.carosel_slider_box .bx-wrapper .bx-prev,
.mainslider_box .bx-wrapper .bx-prev {
	background: #eeeeee url(../images/arrow.png) no-repeat center center / 60% auto !important;
	border-radius: 50%;
	left: -40px;
	font-size: 0 !important;

}

.carosel_slider_box .bx-wrapper .bx-next,
.mainslider_box .bx-wrapper .bx-next {
	background: #eeeeee url(../images/arrow.png) no-repeat center center / 60% auto !important;
	border-radius: 50%;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: -40px;
	font-size: 0 !important;

}

.carosel_slider_box .bx-wrapper {
	margin: 0 auto !important;
}

.mainslider_box .bx-wrapper .bx-controls-direction a{
	height: 60px;
	border-radius: 0 !important;
	border: 1px solid #777777;
	z-index: 70;
}

.mainslider_box .bx-wrapper .bx-prev {
	background: transparent url(../images/main_sliderarrow.png) no-repeat center center !important;
	left: 50px;
}

.mainslider_box .bx-wrapper .bx-next {
	background: transparent url(../images/main_sliderarrow.png) no-repeat center center !important;
	right: 50px;
}

.dropdown-menu {
	background-color: #069ae8 !important;
	padding: 0 !important;
	border: none !important;
}

.dropdown-menu>li {
	display: block ;
}

.dropdown-menu>li>a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7 !important;
}

.mainslider_box .bx-wrapper .bx-controls-direction a:hover{
	border:1px solid #fff;
}

.form_hover:hover{
	border: 1px solid #00b1ff;
}


.social_link li.inline {
	display: inline-block;
}

.dream_bg .form-control {
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	color: #fff !important;
	border-radius: 0 !important;
}

.feature_text {
	background: #fff;
}

.hvr-outline-out {
	width: 100%;
}

.hvr-outline-out:before {
	z-index: -5;
	border: #00b1ff solid 1px !important;
}

.active_bg {
	background-color: #03408e !important;
}

.feature_inner_img {
	overflow: hidden;
	position: relative;
	height: 184px;
}

.postprop_img{
	height: 73px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	position: relative;
}

.feature_img:hover .feature_inner_img:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: #000000b5;
}

.address_height{
	height: 120px;
}

.address_height input{
	height: 120px;
	padding-bottom: 72px;
}

.num_garage{
	width:99% !important;
}

.num_garage input{
	width: 48.3% !important;
}



.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #073676;
}

.navbar-brand>img {
	display: block;
	width: 80px;
	margin-top: 6px;
	margin-left: 15px;
}

.navbar-brand {
	padding: 0 !important;
}

.progress-bar {
	background-color: #00b1ff !important;
}

.pagination>li {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
}

.pagination {
	display: block !important;
	text-align: center;
}

.pagination>li>a {
	border-radius: 50% !important;
	width: 35px;
	height: 35px;
	background: #f5f5f5;
	border: none !important;
	color: #000;
}

.view_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #00b1ff;
	margin: auto;
	z-index: 10;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #00b1ff !important;
	background: #00b1ff !important;
}

#amount {
	display: inline-block !important;
	border: none !important;
	width: 170px !important;
	padding: 0 !important;
	height: auto !important;
	line-height: 13px !important;
	font-family: "titilliumsemibold";
}

.ui-slider .ui-slider-handle {
	width: 30px;
	height: 30px;
	top: -10px !important;
	border-radius: 50%;
	outline: none;
}



/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.ui-slider .ui-slider-range {
	background: #00b1ff !important;
}

.ui-widget.ui-widget-content {
	border: none !important;
	background: #e1e1e1 !important;
}

.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora051 .a {
	fill: none;
	stroke: #000;
	stroke-width: 360;
	stroke-miterlimit: 10;
}
.jssora051:hover {
	opacity: .8;
}
.jssora051.jssora051dn {
	opacity: .5;
}
.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}
.jssort111 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100px;
	background-color: #000;
}
.jssort111 .p img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jssort111 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.jssort111 .p:hover .t {
	opacity: .8;
}
.jssort111 .pav .t,
.jssort111 .pdn .t,
.jssort111 .p:hover.pdn .t {
	opacity: 1;
}
.jssort111 .ti {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: rgb(0, 177, 255)
}
.jssort111 .pav .ti,
.jssort111 .pdn .ti,
.jssort111 .p:hover.pdn .ti {
	color: #000;
	background-color: rgba(255, 255, 255, .6);
}
svg:not(:root) {
	overflow: hidden;
	background: transparent;
}
.thumb.p {
	margin: 5px;
}

.side_price {
	color: #000;
}

.client_feedback:hover h6, .test_feed:hover h4 {
	color: #00b1ff;
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.client_feedback:hover p, .test_feed:hover p {
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.footer_address_list ul li a:hover,.footer_link li a:hover {
	color: #00b1ff !important;
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.review_input input:hover,.comment_box textarea:hover {
	border: 1px solid #00b1ff;
	outline: none;
}

.reset_btn.hvr-ripple-out:before{
	border: #00b1ff solid 6px;
}

.contact_submit.hvr-ripple-out:before{
	border: #031944 solid 6px;
}

.pagination>li>a:hover {
	background: #00b1ff !important;
	color: #fff !important;
}

.search button{
	width: 55px;
	display: inline-block;
	height: 41px;
	/* text-align: left; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	background: none;
	outline: none;
}


.ourservice_top_paddingnone {
	padding-top: 0 !important;
}

.active_testmoial a {
	background: #00b1ff !important;
	color: #fff !important;
}

.after_img .footer_address_list li {
	border-bottom: 1px solid #dedede;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.after_img .footer_address_list li:last-child {
	border: none !important;
}

.after_img .footer_address_list li,.after_img .footer_address_list ul li a {
	color: #000 !important;
	font-size: 16px;
}

@media (max-width: 1320px) {
	.carosel_slider_box .bx-wrapper .bx-prev {
		left: -90px !important;
	}

	.carosel_slider_box .bx-wrapper .bx-next{
		right: -90px !important;
	}
}

@media (max-width: 1260px) {
	.carosel_slider_box .bx-wrapper .bx-prev {
		left: -75px !important;
	}

	.carosel_slider_box .bx-wrapper .bx-next {
		right: -75px !important;
	}
	.header_right_ul li h4{
		font-size: 15px;
	}
}

@media (max-width: 1260px) {
	.carosel_slider_box .bx-wrapper .bx-prev{
		left: -60px !important;
	}

	.carosel_slider_box .bx-wrapper .bx-next{
		right: -60px !important;
	}
}

@media (max-width: 1200px) {
	.sqtft_box ul li{
		font-size: 13px;
	}
	.amenpost_left{
		margin-left:0 !important;
	}
	.small_map_box{
		margin-left: 0 !important;
	}
	.call_number h4{
		font-size: 25px;
	}

}

@media (max-width: 1120px) {
	.header_right_ul li h4{
		font-size: 14px;
	}

}

@media (max-width: 1035px) {
	.header_right_ul li h4{
		font-size: 13px;
	}
}


@media (max-width: 1024px) {
	.call_number h4{
		margin: 0;
	}



}

@media (max-width: 1110px) {
	.carosel_slider_box .bx-wrapper .bx-next{
		top: -50px !important;
		right: 10px !important;
	}

	.sliderbox_text h5 {
		font-size: 22px;
	}

	.carosel_slider_box .bx-wrapper .bx-prev {
		top: -50px !important;
		left: auto !important;
		right: 55px !important;
	}

	.sliderbox {
		padding-bottom: 95px;
	}
}





@media (max-width: 1000px) {
	.fixed .header_right_ul{
		width: calc(99% - 60px);
	}

	.sliderbox_text {
		padding: 50px 0;
	}

	.sliderbox_text h2 {
		font-size: 25px;
		margin-bottom: 0;
	}

	.header_right_ul li h4{
		font-size: 17px;
	}

	.sqtft_box ul li{
		font-size: 16px;
	}

	.forsale_prop{
		font-size: 15px !important;
		width: 100px !important;
		padding: 10px 0 !important;
	}

	.forrent_prop{
		width: 70px !important;
		font-size: 10px !important;
		padding: 4px 0 !important;
	}

	.rentprop_p {
		font-size: 18px;
	}

	.locationprop_span {
		font-size: 14px;
	}

	.sliderbox_text p {
		color: #fff;
		font-family: "ralewaylight";
		font-size: 13px;
		font-weight: bold;
		margin: 10px 0 15px;
	}

	.sliderbox_text a {
		font-size: 12px;
		padding: 8px 15px;
	}

	.header_right_ul li {
		width: auto;
	}

	.header_right_ul li h4,.header_right_ul li p,.search_box {
		display: none;
	}

	.header_right_ul li:hover h4,.header_right_ul li:hover p,.header_right_ul li:hover .search_box  {
		display: block;
	}

	.find_your_box {
		width: 380px;
	}

	.find_your_box:after {
		border-left: 190px solid transparent;
		border-right: 190px solid transparent;
		border-bottom: 94px solid #00b1ff;
	}

	.find_your_box span {
		font-size: 18px;
	}

	.find_your_box h5 {
		font-size: 25px;
	}

	.quick_contact.border_after:after {
		display: none;
	}

	.compate_img {
		margin-bottom: 15px;
		padding: 65px 0 15px 0;
	}

	.footer_link li a {
		padding: 5px 0;
		display: block;
	}

	/*.about_middleimg{
		width: calc(48% - 20px);
		float: left;
		margin-right: 20px;
	}

	.about_contact{
		float: left;
		margin: -37px 0 0 20px;
		width: calc(48% - 20px);
	}*/
	.after_img:after {
		display: none;
	}
	.after_img {
		margin-left: 0;
		margin-top: 50px;
	}

	.contact_after{
		margin-top: 120px !important;
	}

	/*.requrire_box{
		width: 100%;
	}*/

	.fixed .header_right_ul{
		text-align: right;
	}

	/*.postprop_img {
		height: 250px;
	}*/


}

@media (max-width: 991px) {
	.about_middleimg{
		width: calc(48% - 20px);
		float: left;
		margin-right: 20px;
	}

	.about_contact{
		float: left;
		margin: -37px 0 0 20px;
		width: calc(48% - 20px);
	}

	.search_post {
		margin-left: 0 !important;
	}
	.call_number h4 {
		font-size: 18px;
		display: inline-block;
		line-height: 60px;
	}
	.postprop_img {
		height: 250px;
	}
	.viewprop_icon{
		width: 40px !important;
		height: 40px !important;
		line-height: 40px !important;
	}
}

@media (max-width: 990px) {
	.search_post {
		margin-left: 0 !important;
	}
	.prophead_box span {
		font-size: 15px !important;
		width: 100px !important;
		padding: 10px 0 !important;
	}
	.postprop_img {
		height: 250px;
	}
	.about_middleimg{
		width: calc(48% - 20px);
		float: left;
		margin-right: 20px;
	}

	.about_contact{
		float: left;
		margin: -37px 0 0 20px;
		width: calc(48% - 20px);
	}
	.con_header {
		margin-bottom: 12px;
	}

	.search_margin{
		border-top:none !important;
	}

	.con_header h6 {
		font-size: 20px;
	}

	.con_header h4 {
		font-size: 28px;
	}

	.comm_para {
		font-size: 14px;
	}


}

@media (max-width: 900px) {
	.carosel_slider_box .bx-wrapper .bx-next{
		top: -50px !important;
		right: 10px !important;
	}

	.sliderbox_text h5 {
		font-size: 22px;
	}

	.carosel_slider_box .bx-wrapper .bx-prev {
		top: -50px !important;
		left: auto !important;
		right: 55px !important;
	}

	.sliderbox {
		padding-bottom: 95px;
	}

	ul.timeline > li > .timeline-panel {
		width: 80%;
	}

	.after_img:after {
		display: none;
	}

	.men_margin_top {
		margin-top: 20px;
	}

	.call_number h4{
		margin: 0;
	}

	.compate_img{
		padding: 65px 0 20px 0;
	}
}

@media (max-width: 850px) {
	.popup_inner{
		width: 700px !important;
	}
	/*.popup_img{
		margin-top: 12px;
	}*/
	.popup_img img{
		width: 80%;
	}
	.quick-con h1 {
		font-size: 23px !important;
	}
	.quick_list li {
		font-size: 19px !important;
	}
	.privacy_popup_cnt{
		height: 660px !important;
	}
}
@media (max-width: 800px) {
	.privacy_popup_cnt {
		height: auto !important;
	}
}
@media (max-width: 770px) {
	.navbar-header {
		background: #fff;
	}

}
@media (max-width: 770px) {
	.quick_inner{
		height: 309px !important;
	}
	.quick_list li {
		font-size: 16px !important;
	}
	.quick-con h1 {
		font-size: 20px !important;
	}
	.float_left{
		width:50%;
		float: left;
	}
	.fixed .menu_box{
		position: fixed;
		display:block;
		/*top:0 !important;*/
	}
	.fixed {
		/*position: fixed;
        top: -65px;
        left: 0;
        right: 0;
        z-index: 999;
        transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
        top:0;
        position:fixed;
        width:auto;
        z-index: 1;*/
		position: fixed;
		top:0; left:0;
		width: 100%;
		z-index: 99999;
		background: white;
	}

	.fixed .header_right_ul{
		display: inline-block;
		/* margin-left: -199px; */
		/* float: left; */
		text-align: right;
		width: 80%;
	}

	.fixed .menu_icon {
		width: 50px;
		height: 50px;
		background: #044291 url(../images/menu_icon.png) no-repeat center center / 70% auto;
		display: inline-block;
		vertical-align: top;
		margin-left: 2px;
		cursor: pointer;
		float: right;
		margin-top: 15px;
	}

	.fixed .menu_icon.menu_act {
		background: #b5b5b5 url(../images/menu_can_icon.png) no-repeat center center  / 70% auto;
	}

	.fixed .menu_box{
		position: fixed;
		right: 0;
		top: 113px;
		left: 0;
		width: 100%;
		background: #000;
		padding: 0 !important;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
		-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
		box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
		}

	body.down .fixed {
		top: 0;
		}

	.menu_box{
		display:block;
		position: fixed;
		right: 0;
		left: 0;
		top:0;
		z-index: 100;
		}
	body {
		margin-top: 52px;
		}

	.banner_img img {
		/*width: auto;*/
		height: 140px;
		}

}
@media (max-width: 767px) {
	header{
		display: none;
	}

	.quick_contact:after {
		display: none;
	}

	.men_margin_top {
		margin-top: 0;
	}

	.after_img {
		margin-left: 0;
	}

	.comm_form .form-group {
		display: inline-block;
		}

	.timeline {
		margin-top: 95px;
		}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px !important;
		text-align: center !important;
		color: #fff !important;
		font-weight: bold;
		padding: 10px 0;
		font-family: 'ralewaybold';
	}
	
	.featureproperty_box{
		width:50%;
		float: left;
	}

	.sqtft_list ul li {
		font-size: 13px !important;
	}

	.popup_inner {
		width: 630px !important;
	}

	.quick-con h1{
		margin-top: 60px !important;
	}
	.fixed .menu_box{
		position: fixed;
		display:block !important;
		top:0 !important;
	}
	.fixed {
		/*position: fixed;
        top: -65px;
        left: 0;
        right: 0;
        z-index: 999;
        transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
        top:0;
        position:fixed;
        width:auto;
        z-index: 1;*/
		position: fixed;
		top:0 !important;
		left:0;
		width: 100%;
		z-index: 99999;
		background: white;
	}
}

@media (max-width: 754px) {
	.call_number h4{
		font-size: 16px;
	}
}




@media (max-width: 700px) {
	.sliderbox_text h2{
		font-size: 22px;
	}

	.sliderbox_text p{
		font-size: 11px;
	}

	.sliderbox_text a{
		font-size: 10px;
	}

	.sliderbox_text{
		padding: 10px 0;
	}

	.find_your_box span{
		font-size: 16px;
	}

	.find_your_box h5{
		font-size: 22px;
	}

	.find_your_box:after {
		border-left: 170px solid transparent;
		border-right: 170px solid transparent;
		border-bottom: 81px solid #00b1ff;
	}

	.find_your_box {
		width: 336px;
	}

	.call_number h4{
		font-size: 23px;
		margin: 0;
		line-height: 28px;
	}

	.review_input input {
		font-size: 17px;
	}

	.comment_box textarea{
		font-size: 17px;
	}

	/*.client_men_bg:after{
		bottom: -131px;
	}*/
}

@media (max-width: 670px) {

	.quick_inner{
		height:300px;
	}
	.popup_img{
		width:40% !important;
	}

	.popup_img img {
		width: 80% !important;
	}

	.popup_quick{
		width: 60%;
	}

	.quick-con h1 {
		font-size: 20px !important;
	}

	.quick_list li {
		font-size: 16px !important;
	}

	.popup_img {
		margin-top: 19px;
	}

	.popup_inner {
		width: 550px !important;
	}

	.quick-con h1 {
		margin-top: 70px !important;
	}
	/*.privacy_popup_cnt{
		overflow-y: scroll !important;
	}*/
}

@media (max-width: 661px) {
	.sqtft_list ul li {
		font-size: 10px !important;
	}
}

@media (max-width: 650px) {
	.sliderbox_text {
		padding: 36px 0 10px;
	}

	.sliderbox_text h5 {
		font-size: 20px;
		margin: 0;
	}

	.sliderbox_text h2 {
		font-size: 20px;
		margin: 0;
	}
}

@media (max-width: 614px){
	.contact_btns {
		margin: 15px 0;
		float: none;
	}
}

@media (max-width: 600px) {
	.call_number h4{
		font-size: 19px;
	}

	.slider_width {
		width: 100% !important;
	}

	.men_margin_top {
		margin-top: 17px;
		padding: 30px 0;
	}

	.men_padding{
		padding: 20px 0;
	}

	.bookyour_h6:after{
		right: -60px;
		border-bottom: 49px solid #00b1ff;
		border-right: 60px solid transparent;
	}

	.bookyour_h6{
		top: -89px;
		padding: 11px 30px;
	}

	.client_men_bg:after {
		bottom: -22px;
	}

	.fun_span{
		top: -109px !important;
	}

	.feature_img img{
		display: block;
	}

	.float_left {
		width: 100%;
	}

	.featureproperty_box{
		width:100%;
	}

	.sqtft_list ul li {
		font-size: 16px !important;
	}
}

@media (max-width:577px) {
	.full_div_input {
		width: 100% !important;

	}


	.navbar-toggle{
		margin-right: 0 !important;
	}
}

/* Portrait phones and smaller */
@media (max-width:576px) {
	.quick-con h1 {
		margin-top: -5px !important;
		line-height: 30px;
	}
	.popup_img {
		display:none;
	}

	.quick_inner {
		height: 280px !important;
	}
	.popup_quick{
		margin-top: 56px;
	}
	.menu {
		background: #fff;
		margin-bottom: 0;
		}

	header {
		display: none;
	}

	.menu_listbox {
		margin: 0;
	}

	.menu_listbox li {
		display: block;
	}

	.collapse.in {
		background: #03408e;
	}

	.sliderbox_text {
		display: none;
	}

	.enquiry_box{
		width: 100% !important;
	}

	.mainslider_box .bx-wrapper .bx-controls-direction a {
		display: none;
	}

	.find_your_box {
		width: 220px;
		padding: 30px 0 4px;
	}

	.find_your_box h5 {
		font-size: 17px;
	}

	.dream_bg {
		background-position: bottom center;
	}

	.about_left img {
		margin-bottom: 20px;
	}

	.find_your_box span {
		font-size: 13px;
	}

	.find_your_box:after {
		border-left: 110px solid transparent;
		border-right: 110px solid transparent;
		border-bottom: 70px solid #00b1ff;
	}

	.con_header h4 {
		font-size: 22px;
	}

	.con_header h6 {
		font-size: 16px;
	}

	.comm_padding {
		padding: 18px 0;
	}

	.comm_h4 {
		font-size: 25px;
	}

	.ourservice_list_text {
		min-height: inherit;
		padding-bottom: 15px;
	}

	.logo_img, .client_men_bg:after,.bookyour_h6:after {
		display: none;
	}

	.client_feedback {
		float: none;
		width: 100%;
		text-align: center;
	}

	.client_img {
		width: 30%;
		float: none;
		margin: 0 auto 20px;
	}

	.con_header {
		text-align: center;
	}

	.carosel_slider_box .bx-wrapper .bx-next {
		right: 20px !important;
		top: 30px !important;
	}

	.carosel_slider_box .bx-wrapper .bx-prev {
		left: 20px !important;
		top: 30px !important;
	}

	.bookyour_h6 {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
		display: block;
	}

	.footer_logo h4,.quick_contact h4,.useful_link h4 {
		font-size: 20px;
		/*text-align: center;*/
	}

	.footer_link li a {
		padding: 10px 0;
		display: inline-block;
	}

	.margin-top20 {
		margin-top: 0;
	}

	.member_list ul li img {
		width: 70%;
	}

	.member_box h5 {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}

	.bookyour_h6 span {
		font-size: 18px;
		display: block;
	}

	.call_number h4 {
		font-size: 19px;
		text-align: center;
	}

	.call_number .text-left {
		padding-top: 20px;
		text-align: center;
	}

	.bookappartment_box {
		margin-top: 36px;
	}

	.compate_img {
		background-position: center 20px;
		padding-top: 80px;
	}

	.footer_para {
		text-align: center;
	}

	.social_link {
		text-align: center;
		margin-top: 20px !important;
		display: block;
	}

	.social_link li {
		display: inline-block !important;
	}

	.after_img {
		margin-left: 0;
	}

	ul.timeline > li > .timeline-badge {
		top: -112px;
		left: 0;
		right: 0;
		margin: auto;
	}

	ul.timeline > li > .timeline-panel {
		width: 100%;
		margin-bottom: 16px;
	}

	ul.timeline > li > .timeline-panel:before,.after_img:after,
	.timeline > li.timeline-inverted > .timeline-panel:after,
	ul.timeline > li > .timeline-panel:after,.timeline:before {
		display: none !important;
	}

	.timeline > li {
		margin-bottom: 150px;
	}

	.timeline > li:last-child {
		margin-bottom: 0 !important;
	}

	.timeline {
		margin-top: 150px;
	}



	.client_feedback p {
		padding: 10px 20px;
	}

	.feature_img {
		margin-bottom: 20px !important;
	}

	.comm_form .form-group {
		width: 100%;
	}

	.comm_form_h5 {
		font-size: 20px;
		text-align: center;
		}

	.review_input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		}

	.comment_box {
		margin: 0;
		}

	.submit_btn {
		margin: 20px 0;
		}

	.contact_btns {
		margin: 15px 0;
		float: none;
		}

	.about_middleimg, .about_contact {
		width: 100%;
		margin: 0 0 20px 0 !important;
		}
		
	.fun_span{
		top:0 !important;
	}

	.navbar-collapse {
		padding: 0 !important;
		}

	.navbar-toggle {
		height: 50px;
		width: 50px;
		margin: 0 10px;
		border-radius: 0;
		}

	.navbar-toggle:hover {
		background-color: #03408e !important;
		}

	.navbar-toggle .icon-bar {
		margin: 0 auto;
		}

	.review_input input {
		width: 98%;
		font-size: 17px;
	}

	.comment_box textarea{
		font-size: 17px;
	}

	.popup_img {
		width: 100% !important;
	}

	.popup_img img {
		width: 50% !important;
	}

	.popup_quick {
		width: 100% !important;
		text-align: center;
	}

	.popup_inner{
		width:400px !important;
	}

	.banner_text h2{
		font-size: 25px !important;
	}

	.num_garage {
		width: 100% !important;
	}
	.num_garage input {
		width: 100% !important;
	}
	}

@media (max-width:570px) {
	.quick-con h1 {
		margin-top: -5px !important;
		line-height: 30px;
	}
	.popup_img {
		display:none;
	}

	.quick_inner {
		height: 280px !important;
	}
	.popup_quick{
		margin-top: 56px;
	}
}

@media (max-width:500px) {
	.feedback_left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.feedback_left img {
		width: 50%;
	}
	.feedback_right {
		float: none;
		width: 100%;
	}
}

@media (max-width:450px) {
	.quick-con h1 {
		font-size: 18px !important;
	}

	.quick_list li {
		font-size: 17px !important;
	}

	.popup_inner{
		width:300px !important;
	}

	.float_left {
		width: 90%;
		float: none;
		margin: 0 auto;
		}

	.yourange_text {
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		}

	.text-center {
		padding: 0 15px;
		}
		
	.quick_inner{
		width: 90% !important;
		height: 251px !important;
		}
}

@media (max-width:450px) {
	.quick-con h1 {
		font-size: 17px !important;
		margin-bottom: -2px !important;
	}

	.quick_list li {
		font-size: 16px !important;
	}

	/*.popup_inner{
		width:250px !important;
	}*/
	.privacy_head {
		/* text-align: center; */
		color: white;
		margin-left: 12px;
		font-size: 17px;
		text-align: left !important;
	}
	.ebrocture_modal_body p {
		font-size: 11px !important;
	}
	.privacy_cnt h4 {
		font-size: 11px !important;
	}
}

@media (max-width:400px) {
	.comming_h2{
		font-size: 24px;
	}
}

@media (max-width:360px) {
	.rc-anchor-normal{
		width: 272px !important;
	}
}

@media (max-width:350px) {
	.banner_text{
		height: 63px !important;
	}

	.banner_text h2 {
		font-size: 20px !important;
		/* margin-bottom: 0; */
	}
	.quick_list li {
		font-size: 14px !important;
	}
	.quick-con h1 {
		font-size: 15px !important;
	}
}

@media (max-width:330px) {
	.call_number h4{
		font-size: 17px;
	}
}



li.address_icon {
	display: block !important;
	width: 100%;
	box-sizing:  border-box;
	-webkit-box-sizing:  border-box;
	position: relative;
	}
li.address_icon .map_icon{
	width:40px;
	height:40px;
}
li.address_icon  p {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px !important;
	margin: 0;
	color: #000 !important;
	}

/*.proimage_uoload_box {*/
	/*overflow: auto;*/
	/*}*/

.proimage_uoload_box,.small_map_box {
	border: 1px solid #ccc;
	height: 150px;
	}

.small_map_box iframe {
	width: 100%;
	height: 150px;
	}

.small_map_box{
	/*margin-left:10px;*/
	vertical-align: top;
}

.contactsubmit_width{
	width: 100px !important;
	padding: 10px 0 !important;
	font-size: 14px !important;
}

.upload_img_list {
	display: inline-block;
	width: 28%;
	max-width: 100px;
	height: 60px;
	overflow: hidden;
	border: 1px solid #cccccc4a;
	margin: 5px 2%;
	position: relative;
	}

.proimage_uoload_box ul {
	height: 120px;
	overflow: auto;
	margin: 0;
	padding: 0;
	}

.upload_img_list img {
	width: 100%;
	display: block;
	}

.upload_img_list .deleteicon {
	width: 20px;
	height: 20px;
	background: #f00;
	display: inline-block;
	position: absolute;
	right:0;
	top: 0;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 15px;
	font-family: ralewaysemibold;
	}

.listupdate_btn {
	display: block;
	color: #fff;
	background: #00b1ff;
	width: 100%;
	padding: 5px 0;
	font-family: ralewaysemibold;
	}

.alert_box_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #000000ad;
	z-index: 10;
	display: none;
}

.alert_box {
	width: 500px;
	height: 80px;
	position: fixed;
	right:0;
	top:0;
	left:0;
	bottom:0;
	margin: auto;
	background: #00b1ff;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 12;
	display: none;
	}

.alert_box p {
	color: #fff;
	font-weight: bold;
	font-family: 'ralewaybold';
	text-align: center;
	font-size: 15px;
	}
	

.change::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #000;
}
.change:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}
.change::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}
.change:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

/*.change{
	font-weight: bold;
}*/
.popup_inner{
	max-width: 800px;
	width: 90%;
	background: #fff;
	height: 80%;
	max-width: 80%;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: none;
	overflow: auto;
	z-index: 120;
	}

.ebrocture_inner{
	width: 340px;
	height: 140px;
}

.quick_inner{
	height: 340px;
	overflow: hidden;
	width: 720px;
}

.popup_img img{
	width: 71%;
}

.popup_cont{
	padding: 0 0 20px 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.quick-con .close {
	width: 35px;
	height: 35px;
	background: #2196F3;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
	opacity: 1;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 20px;
	outline: 0;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.popup_outer {
	display: none;
	overflow: auto;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 1050;*/
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.34);
	z-index: 100;
}

.ebrocture_popup_outer {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 1050;*/
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.34);
	z-index: 99999;
}
.video_popup_outer {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 1050;*/
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.34);
	z-index: 99999;
}

.privacypolicy_outer {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: -77px;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 1050;*/
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.34);
	z-index: 99999;
}
.privacypolicy_box:hover{
	color: #fff;
}
.privacypolicy_box{
	cursor:pointer;
	margin-left: 10px;
}

.privacypolicy_inner{
	overflow:hidden !important;
}

.privacy_popup_cnt{
	overflow-y: hidden;
	overflow-x: hidden;
	height: 510px;
	background: #fff;
}
.privacy_head{
	text-align: center;
	color: #000;
}



.privacy_cnt{
	margin-bottom: 20px;
}
.ebrocture_modal_body{
	/*height:300px !important;*/
	position: relative;
	/*padding-top: 40px;*/
}

.privacypopup_modal_body{
	height: 433px !important;
	overflow: auto;
}

.privacy_cnt h4{
	margin: 0;
}

.ebrocture_modal_body p{
	font-size: 13px;
	color: #000;
}

.privacy_cnt h4{
	font-size: 16px;
	color: #000;
	}

.ebrocture_modal_body h2{
	text-align: center;
	color: #000;
	margin-top: 40px;
	}

.quick-con h1 {
	font-size: 23px;
	margin-top: 80px;
	margin-bottom: 10px;
	line-height: 52px;
	color: #000;
}

.quick_list li{
	list-style: none;
	line-height: 26px;
	font-size: 21px;
	padding-bottom: 15px;
	color: #000;
	position: relative;
}

.popup_img{
	padding: 36px 0;
}

.mail_quick a{
	color: #000;
}

.mail_quick a:hover{
	color:#00b1ff;
}

.banner_text{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 73px;
}

.banner_text h2{
	text-align: center;
	font-family: sofiaregular;
	font-size: 25px;
	color: #00b1ff;
	text-transform: capitalize;
}

.price_amount{
	font-size: 12px;
}

.banner_img{
	position: relative;
}

.pagetop_icon {
	position: fixed;
	right: 25px;
	display: none;
	bottom: 22px;
	width: 62px;
	height: 62px;
	z-index: 99999;
	background-image: url(../images/down_up.png);
	background-repeat: no-repeat;
	background-position: -1px 2px;
	background-size: 100% 100%;
	background-color: #02b1ff;
	transform: rotate(317deg);
}
.pagetop_icon:hover{
	background-image: url(../images/down_up.png);
	background-color: #034190;

}
.popup_model{
	overflow: hidden;
}

.qu_img{
	padding-top: 37px;
}
.our_para{
	margin-bottom: 0 !important;
}

.hmeclient_padding{
	padding-top: 0 !important;
}

.contact_p{
	margin-bottom: 0 !important;
}

.contact_after{
	left:-10px !important
}
.bx-wrapper .bx-controls-auto .bx-start{
	background:none !important;
}

.bx-wrapper .bx-controls-auto .bx-stop{
	background:none !important;
}

.slider_width{
	width:50%;
	display: inline-block !important;
}

.home_slidebox{
	line-height: 39px;
}

/*.propdet_slide{
	display: none !important;
}*/


/*.privacypolicy_outer{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.61);
	right: 0;
	z-index: 35;
	display: none;
	width: 100%;
}*/

.search_margin{
	margin:23px 0 9px 0;
	border-top: 1px solid #dedede;
	padding-top: 13px;
}
.search_post{
	margin-left: 50px;
}
.slideinput_color{
	background-color: #fff !important;
}
.pricerange_back{
	background-color: white!important;
}

/*.amenpost_left{*/
	/*margin-left:10px;*/
/*}*/

.slider_images {
	display: block;
	text-align: center;
	}

.slider_images img {
	display: inline-block;
	height: 420px;
	}

/*.prodet_arrow_left{
	left:96px !important;
}

.prodet_arrow_right{
	right:96px !important;
}*/

 .fixed header{
	padding: 10px 0;
}

/*.hvr-shutter-in-horizontal {
	background: #033f8d !important;
	color: white !important;
}*/
section.dream_bg.comm_padding {
	padding: 22px 0 2px 0;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 70 !important;
}

.timeline > li > .timeline-badge{
	z-index: 70 !important;
}

.viewprop_icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.reg_label{
	display: block !important;
}
.reg_box{
	/*line-height: 54px;*/
	display: inline-block;
	width: 49%;
}
.reg_box label {
	margin-left: 10px;
	}

.form-group label {
	font-weight: normal;
	}