@import url('../fonts/fonts.css');
/*font-family: 'TruenoRg';*/
/*font-family: 'TruenoLt';*/
/*font-family: 'TruenoSBd';*/
::-webkit-scrollbar{width:5px;height:5px;background:#dddddd}
::-webkit-scrollbar-track{border-radius:0px}
::-webkit-scrollbar-thumb{border-radius:0px;background-color:#888888}
::-webkit-scrollbar-thumb:hover{background-color:#ff8733}
@media print
{
	.navbar, .secure-service,footer,header
	{
		display: none !important;
	}
}
body{
	font-family: 'OpenSans', Arial, sans-serif;
	color: #4a4a4a;
}
b, strong {
	font-weight: bolder;
}
.l{box-shadow: inset 0px 0px 5px red;}
.icon{
  stroke: unset;
  stroke-width: 0px;
  transition: inherit;
  fill: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}
.insta{
	position: relative;
	top: -5px;

}
.container{
	width: 100%;
	max-width: 1230px;
}
header{
	background: #f7f8fa;
}
.top-left{
	margin-bottom: 0;
	padding: 8px 3px;
}
.top-left a{
	font-family: "OpenSans-Semibold", Arial, sans-serif;	font-size: 14px;
	color: #30436d;
	letter-spacing: 0.4px;
}
.top-left a strong{font-weight: normal;}
.top-left .icon{display: none;}
.top-left a span{
	display: inline-block;
	color: #99a1b6;
	margin-right: 8px;
}
.top-right{
	text-align: right;
	margin-bottom: 0;
	padding: 8px 0;
}
.top-right .dropdown{
	margin-left: 50px;
}
.top-right .dropdown>a{
	font-family: 'TruenoRg';
	color: #30436d;
}
.top-right a{
	font-family: 'OpenSans-Semibold', Arial, sans-serif;

	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
}
.top-left a:hover, .top-right a:hover{
 	color: #ff8733;
	text-decoration: none;
}


.navbar-light{
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	z-index: 100;
}
.navbar-brand{
	padding-top:0rem;
  padding-bottom:0rem;
}
.navbar-brand img{
	width: 100%;
	max-width: 210px;
	height: 60px;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ff8733;
}
.navbar-light .navbar-nav .nav-link {
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 15px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
	}
}
.navbar-light .form-inline{
	border-left: 2px solid #eee;
	padding-left: 0.9rem;
}
.navbar-light .form-inline .btn{
	font-family: 'TruenoRg', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.6px;
	padding: 8px 20px;
}
.navbar-light .form-inline .btn:hover{
	border-color: #ff8733;
	background: #ffffff;
	color: #ff8733;
}
.navbar-fixed{
  background: rgba(255,255,255,1);
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  box-shadow: 0px 0px 4px #999;
  -webkit-animation: headerTop 600ms linear;
  animation: headerTop 600ms linear;
}
.navbar-fixed .navbar-brand img{
	width: 100%;
	max-width: 130px;
	height: 40px;
}
@-webkit-keyframes headerTop {
  from {-webkit-transform: translateY(-100px); opacity: 0.5}
  to {-webkit-transform: translateY(0px)}
}
@keyframes headerTop {
  from {transform: translateY(-100px); opacity: 0.5}
  to {transform: translateY(0px)}
}
.navbar-fixed .navbar-nav > li > a{color: #3E3E3F!important;}
.navbar-fixed .home-logochange{height: 45px!important}
.img-adminuser{
	display: inline-block;
	text-decoration: none;
	color: #888;
	margin-left: 10px;
}
.img-adminuser:hover{opacity: 0.9; text-decoration: none; color: #ff8733}
.img-adminuser img{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ff8733;
	box-shadow: 0px 0px 1px 1px #ff8733;
}

.navbar-light .navbar-toggler{border-color: rgba(0,0,0,0);margin-right: -10px;}
.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,135,51,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='1' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.banner-section{
	position: relative;
	overflow: hidden;
	min-height: 90vh;
	background: url('/public/pictures/back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section.no-bannerimg{
	background: #2c4649 !important;
}
.banner-section video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	opacity: 1;
	z-index: 0;
}
.search-box{
	padding: 30px 40px 30px 40px;
	margin: 15px 0px 30px 0px;
	display: block;
	position: relative;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0px 0px 2px #666;
}
.search-box h1{
	font-family: 'TruenoRg', Arial, sans-serif;
	color: #ffffff;
	margin: 0px 0px 25px 0;
	text-transform: uppercase;
	text-align: center;
}
.search-box input{
	font-size: 17px;
	width: 100%;
	height: 50px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 12px;
	outline: none;
	margin-bottom: 20px;
	transition: 400ms;
	letter-spacing: 0.5px;
	font-family: 'TruenoLt', Arial, sans-serif;
}

.search-box input::placeholder{
		color: #99a1b6;
	}

.search-box input:focus{
	border: 2px solid #ff8733;
}
.search-iconinput{position: relative;}
.search-iconinput .icon{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 12px;
	right: 12px;
	color: #ff8733;
	pointer-events: none;
	cursor: default;
}
.search-iconinput input{
	padding-right: 45px;
}
.search-box .btn{
	width: 100%;
	font-size: 16px;
	height: 50px;
	text-transform: uppercase;
	background: #ff8733;
	border-color: #ff8733;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: 'TruenoLt', Arial, sans-serif;

}
.checkbox-search{
	font-weight: normal;
	position: relative;
	display: inline-block;
	padding-left: 46px;
	padding-right: 13px;
	margin-bottom: 20px;
}
.checkbox-search input, .checkbox-search input{
	position: absolute;
	opacity: 0;
}
.checkbox-search .checkbox-square{
	position: absolute;
	width: 34px;
	height: 34px;
	top: 8px;
	left: 0px;
	border: 2px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.30);
	border-radius: 4px;
}
.checkbox-search input:checked ~ .checkbox-square:before{
	content: '';
	width: 18px;
	height: 9px;
	top: 8px;
	left: 6px;
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox-search strong{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	margin-top: 8px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'TruenoRg', Arial, sans-serif;
}
.checkbox-search p{
	font-size: 16px;
	margin: 0;
	margin-top: -4px;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'TruenoLt', Arial, sans-serif;
}
.search-guaranteed h6{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'OpenSans-Bold', Arial, sans-serif;
}
.search-guaranteed p{
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'TruenoLt', Arial, sans-serif;

}


/*Start --- Dashboard Design After Login*/
.dashboard-section{
	background: #fcfcfc;
	position: relative;
	z-index: 10;
}
.menu-listing{
	width: 250px;
	display: block;
	list-style-type: none;
	position: relative;
	min-height: calc(100vh - 130px);
	border-right: 1px solid #eee;
	padding: 0;
	margin: 0;
	background: #ffffff;
	float: left;
}
.menu-listing li a{
	display: block;
	position: relative;
	padding: 15px 10px 15px 16px;
	border-bottom: 1px solid #eee;
	font-size: 17px;
	color: #222;
	text-decoration: none;
}
.menu-listing li a .icon{
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 26px;
	color: #ff8733;
}
.menu-listing li.active a:before{
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	border-left: 4px solid #ff8733;
}
.menu-listing li.active a{color: #ff8733;}
.right-box{
	float: left;
	width: 100%;
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding: 20px;
}

.message-list{
	width: 100%;
	max-width: 320px;
	min-height: 80vh;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #eee;
	user-select: none;
}
.message-list li{border-bottom: 1px solid #eee;}
/*.message-list li:last-child{border-bottom: none;}*/
.messanger-box{
	position: relative;
	padding: 10px;
	padding-left: 68px;
	cursor: pointer;
	min-height: 50px;
	transition: 300ms;
}
.messanger-box:hover{
	background: #eee;
}
.messanger-box img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 10px;
	top: 8px;
}
.messanger-box h4{
	font-family: 'TruenoRg';
	padding-top: 2px;
	margin: 0px;
	font-size: 18px;
	white-space: nowrap;
}
.messanger-box small{
	position: absolute;
	top: 14px;
	right: 10px;
	color: #ff8733;
	font-size: 12px;
}
.messanger-box p{
	font-size: 14px;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
}

/*End --- */


.heading{
	font-family: 'TruenoSBd';
	font-size: 36px;
	text-transform: uppercase;
}

.choose-section{
	position: relative;
	background: #f8f9fa;
	text-align: center;
	padding: 70px 0 60px 0;
}
.choose-box{
	display: block;
	margin: 0 auto;
	width: 90%;
	margin-top: 40px;
	position: relative;
}
.choose-box .icon{
	width: 92px;
	height: 92px;
	color: #ff8733;
	margin-bottom: 15px;
}
.choose-box h3{
	font-family: 'TruenoRg';
	font-size: 24px;
	margin-bottom: 10px;
}
.choose-box p{
	font-family: 'TruenoLt';
	font-size: 17px;
	margin-bottom: 0px;
}


.offer-section{
	position: relative;
	background: #ffffff;
	text-align: center;
	padding: 70px 0 60px 0;
}
.offer-box{
	position: relative;
	display: block;
	border: 2px solid #f0eff4;
	margin-top: 30px;
	border-radius: 4px;
	text-align: left;
	transition: 400ms;
}
.offer-box h6{
	font-family: "TruenoLt";
	font-size: 14px;
	text-transform: uppercase;
	color: #ff8733;
	margin: 0px;
	padding: 17px 0px 3px 15px;
}
.offer-heading{
	font-family: "TruenoRg";
	font-size: 22px;
	text-decoration: none;
	color: #30436d;
	padding: 0px 0px 3px 15px;
	display: block;
}
.offer-availtext{
	font-family: "TruenoLt";
	padding: 3px 0px 15px 15px;
	margin: 0;
}
.offer-imgbox{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 260px;
	text-align: left;
}
.offer-imgbox p{
	font-family: "TruenoLt";
	font-size: 16px;
	letter-spacing: 1px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;
	display: inline-block;
	color: #ffffff;
	padding: 8px 15px;
	background: rgba(255,135,51,0.8);
}
.offer-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	position: absolute;
	z-index: 0;
	transition: 1500ms;
}
.offer-box:hover img{transform: scale(1.2);}
.offer-box:hover{box-shadow: 0px 5px 10px rgba(0,0,0,0.25);}
.offer-box ul{
	font-family: "TruenoLt";
	font-size: 17px;
	letter-spacing: 0.5px;
	list-style-type: none;
	padding: 15px;
	margin: 0;
	color: #30436d;
}
.offer-box ul li:nth-child(1){float: left;}
.offer-box ul li:nth-child(2){float: right;}
.offer-box ul li a{
	text-decoration: none;
	color: #30436d;
}
.offer-box ul li a:hover, .offer-heading:hover{color: #ff8733;}
.offer-section .btn-allrooms{
	padding-top: 12px;
	padding-bottom: 12px;
}

.offer-boxmedium{
	margin-top: auto;
	margin-bottom: 30px;
}
.offer-boxmedium h6{
	font-size: 13px;
	padding: 15px 0px 2px 15px;
	letter-spacing: 0.5px;
}
.offer-boxmedium .offer-heading{
	font-size: 21px;
	padding: 0px 0px 0px 15px;
}
.offer-boxmedium .offer-availtext{
	padding: 0px 0px 8px 15px;
	margin: 0;
}
.offer-boxmedium .offer-imgbox{
	height: 240px;
}
.offer-boxmedium ul{
	padding: 10px 15px;
}
.offer-boxmedium ul li:nth-child(1){
	float: none;
}
.offer-boxmedium ul li a{
	color: #ff8733;
	display: block;
	position: relative;
}
.offer-boxmedium ul li a:hover{
	opacity: 0.9;
	text-decoration: underline;
}
.offer-boxmedium ul li a:after{
	content: '';
	position: absolute;
	top: 6px;
	right: 0px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ff8733;
	border-right: 2px solid #ff8733;
	transform: rotate(45deg);
}


.btn-allrooms{
	font-family: "TruenoRg";
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ff8733;
	background: #f7f7f7;
	text-decoration: none;
	border-color: #f0eff4;
}
.btn-allrooms:hover{
	color: #ffffff;
	background: #ff8733;
	border-color: #ff8733;
}

.review-section{
	position: relative;
	background: #ffffff;
	padding: 60px 0 80px 0;
}
.review-box{
	border-radius: 4px;
	display: block;
	text-decoration: none;
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	background: #ffffff;
	color: #4a4a4a;
	text-decoration: none;
	min-height: 160px;
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: left;
	margin-top: 30px;
	transition: 400ms;
	cursor: pointer;
	font-size: 18px;
}
.review-box:hover{
	background: #ff8733;
	color: #ffffff;
	text-decoration: none;
}
.review-box h4{font-size: 22px;}
.review-box p{font-size: 18px;}
.review-box:hover .star-rating:before{color: #ccc;}
.review-box:hover .star-rating:after{color: #fff;}

.benefits-section{
	background: #f8f9fa;
	padding: 70px 0px 70px 0px;
}
.video-cover{
	position: relative;
	border: 10px solid #fff;
	display: block;
	margin-top: 15px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	border-radius: 6px;
	overflow: hidden;
}
.video-cover video{
	width: 100%;
	display: block;
	min-height: 360px;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}
.video-cover > video::-webkit-media-controls{opacity:0; transition: 500ms;}
.video-cover > video:hover::-webkit-media-controls{opacity:1}


.star-rating{
	position: relative;
	display: inline-block;
}
.star-rating:before{
	content: "\2605\2605\2605\2605\2605";
	font-size: 28px;
	line-height: 28px;
	color: rgba(255,135,51,0.4);
	text-shadow: 0px 0px 1px #ffffff;
	transition: 400ms;
}
.star-rating:after{
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	left: 0;
	color: rgba(255,135,51,1);
	text-shadow: 0px 0px 1px #ffffff;
	transition: 400ms;
}
.star-5:after{content:"\2605\2605\2605\2605\2605"}
.star-4:after{content:"\2605\2605\2605\2605"}
.star-3:after{content:"\2605\2605\2605"}
.star-2:after{content:"\2605\2605"}
.star-1:after{content:"\2605"}


.heading2{
	font-family: 'TruenoSBd';
	font-size: 28px;
}

/*Common Us Page*/
.common-section{
	font-family: "TruenoLt";
	background: #fcfcfc;
	padding: 30px 0px;
}
.common-section .row{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.common-section p{
	font-size: 17px;
}
.list-righttick{
	list-style-type: none;
	padding: 0;
}
.list-righttick li{
	margin: 0;
	padding: 0px 0 3px 32px;
	list-style: none;
	background-image: url('../images/icons/right_tick.svg');
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 20px;
	font-size: 17px;
}

/*Team Page*/
.team-listing{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.team-listing li{
	width: 33.333333%;
	height: 180px;
	float: left;
	overflow: hidden;
  border: 2px solid #fff;
  border-radius: 6px;
  -moz-user-select: none;
  user-select: none;
}
.team-listing li img{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	transition: 500ms;
	filter: grayscale(100%);
}
.team-listing li:hover img{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.team-carousel-icon{
	width: 36px;
  height: 36px;
  opacity: 1!important;
  padding: 5px;
  border-radius: 50%;
  top: 48%;
  background: rgba(255,135,51,0.5);
}
.team-carousel-icon:hover{background: rgba(255,135,51,1);}
.carousel-control-prev.team-carousel-icon{left: 5px;}
.carousel-control-next.team-carousel-icon{right: 5px;}


.secure-service{
	padding: 20px 0;
	background: #434343;
}
.service-cover{
	overflow: hidden;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: 350ms;
	transition: 350ms;
}
.service-cover:hover{box-shadow:0px 0px 8px 2px #ff8733;}
.service-3box{
	display: table;
	width: 100%;
	min-height: 170px!important;;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	color: #fff;
	position: relative;
	z-index: 1;
}
.service-cover:hover .service-3box:before{background:rgba(0, 0, 0, 0.8);}
.service-3box:before{
	content: '';
	display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: 350ms;
}
.inside-3box{
	display: table-cell;
	height: 180px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.inside-3box a{
	position: absolute;
	display: inline-block;
	bottom: 8px;
	right: 15px;
	color: #fff;
}
.inside-3box a:hover{color:#ff8733; text-decoration:none;}
.service-3box h4{
	width: 100%;
	max-width: 90%;
	display: inline-block;
	position: relative;
	padding-left: 60px;
	font-size: 21px;
	text-align: left;
	margin: 0px;
}
.service-3box .service-imgbox{padding-left:110px;}
.service-imgbox img{
	width: 100px;
	height: 48px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.service-imgbox small{
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
}
.service-3box .icon{
	width: 48px;
	height: 48px;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0px;
}


/*Listing Viewer Page*/
.searchheading{
  font-size: 18px;
  color: #777;
  padding-top: 10px;
}
.listing-bedrooms{
  box-shadow: 0px 1px 4px #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  transition: 500ms;
  -webkit- transition: 500ms;
}
.listing-bedrooms .listing-img{
  border-radius: 4px;
  height: 170px;
}


.listing-bedrooms:hover{
  box-shadow: 0px 1px 4px #999;
  transition: 500ms;
  -webkit- transition: 500ms;
}
.inner-listing-bedrooms{
  padding: 15px;
}
.inner-listing-bedrooms p{
  margin-bottom: 3px;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
}
.inner-listing-bedrooms h5{
  margin: 0px;
  padding: 0px;
  color: #205160;
  font-size: 16px;
}
.bedrooms-list{
  margin: 0px;
  padding: 0px;
}
.bedrooms-list li{
  width: 33.333333%;
  min-height: 60px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  border: 1px solid #eee;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  color: #888;
  font-size: 12px;
}
.bedrooms-list li span{
  color: #fd843d;
}
.bedrooms-list li a{
  color: #205160;
}
.bedrooms-list li a:hover{
  color: #fd843d;
}
.bedrooms-list li:nth-child(1) {
	border-left: none;
}
.bedrooms-list li:nth-child(2) {
	border-left: none;
	border-right: none;
}
 .bedrooms-list li:nth-child(3) {
	border-right: none;
	text-transform: none;
	padding-top: 17px;
}
.fixed-listimg{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%!important;
  border: 3px solid #fff;
  right: 25px;
  top: 25px;
}

.mappopup{
  position: relative;
  padding-left: 120px;
  padding-top: 20px;
}
.mappopup img{
  position: absolute;
  left: 10px;
  top: 25px;
  width: 100px;
}
.mappopup h2{
  position: absolute;
  font-size: 18px;
  top: 0px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  color: #ff8733;
}
.mappopup h3{
  color: #222;
  margin: 0px;
  font-size: 17px;
}
.mappopup h4{
  color: #ff8733;
  margin: 4px 0;
  font-size: 16px;
}
.mappopup p{
  margin: 2px 0px;
  color: #222;
  font-size: 15px;
}


/*Start - At*/
/*view property section css*/
.view-property-section {
  background: #fdfdfd;
}
.view-banner {
  position: relative;
}
.view-banner a {
  position: absolute;
  right: 10px;
  top: 13px;
  background: #efeee7;
  border-radius: 25px;
  padding: 8px 20px;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: 500ms;
}
.view-banner a:hover {
  text-decoration: none;
  background: #ff8733;
  color: #fff;
}
.view-content-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.view-content-box a:hover {
  text-decoration: none;
  color: #eb8a43 !important;
  transition: 600ms;
}
.view-content-box h2 {
  color: #37466f;
}
.historical .col-4 {
  margin: 20px 0px;
  border-bottom: 3px solid #f7f8fa;
}
.historical a {
  color: #616161;
  padding-bottom: 10px;
  display: block;
}
.historical a span {
  color: #37466f;
}
.view-content-box a[title="wifi"] {
  color: #8bc34a;
  padding-bottom: 10px;
  display: block;
  transition: 600ms;
}
.view-content-box a[title="wifi"]:hover a {
  color: #f9710f;
}
.view-content-box a[title="wifi"]:hover span {
  color: #f9710f;
}
.view-content-box a span {
  color: #525252;
  padding-left: 7px;
}
.square-feet a {
  color: #616161;
  padding-bottom: 10px;
  display: block;
}
.square-feet a span {
  color: #525252;
}
.experiences .heading {
  font-family: "TruenoRg";
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ff8733;
  background: #f7f7f7;
  text-decoration: none;
  border-color: #f0eff4;
  text-align: center;
  padding: 15px 0px;
}
.experiences img {
  max-width: 70px;
  height: 70px;
}
.media-content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.round-icon {
  background: #f7f7f7;
  width: 60px;
  height: 60px;
  color: #ff8733;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.experiences li:first-child .media-body {
  padding-bottom: 30px;
  border-bottom: 3px solid #f7f8fa;
  margin-bottom: 25px
}
.experiences li:last-child .media-body p {
  margin-bottom: 0px;
}
.right-side-btns {
  display: flex;
}
.right-side-btns a {
  line-height: 60px;
  background: #f7f7f7;
  color: #ff8733;
  font-weight: 500;
  padding: 0px 40px;
  border-radius: 39px;
  margin-right: 15px;
}
.viewright-box {
  background: #f5f6f8;
  border-radius: 4px;
  border: 2px solid #eff0f3;
  padding: 30px;
  margin-bottom: 25px;
}
.viewright-box h2 {
  color: #37466f;
  font-weight: 500;
  font-size: 26px;
}
.viewright-box h4 {
  font-size: 17px;
  color: #394870;
  margin-top: 0px;
  margin-bottom: 20px;
}
.viewright-box span {
  color: #ff8733;
  font-size: 25px;
}
.date-picker span {
  background: #ffffff !important;
  border: none !important;
}
.date-picker .form-control {
  border: none;
  background: #fff;
  width: 132px;
  display: inline-block;
}
.booking-request a {
  background: #ff8733;
  color: #fff;
  margin-top: 22px;
  padding: 13px 0px;
}
.score-card {
  background: #6495fe;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  position: relative;
  margin-right: 12px;
}
.score-card:before {
  position: absolute;
  content: "";
  right: -6px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #6495fe;
}
.viewright-box .media-body a {
  color: #37466f;
}
.viewright-box .media-body a {
  text-decoration: none;
}
.viewright-box .star-rating:before {
  color: #ff8733;
}
/*contact page css*/
.contact-map-part {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.contact-add {
  padding: 20px;
}
.contact-form {
  background: #f5f6f8;
  border-radius: 4px;
  border: 2px solid #eff0f3;
  padding: 30px;
  margin-bottom: 25px;
}
.contact-form h2 {
  font-size: 24px;
  color: #37466f;
}
.contact-form input {
  border: none;
  margin-bottom: 20px;
  height: 50px;
}
.contact-add p,
.contact-add a {
  color: #525252;
}
.address-bar {
  display: flex;
  margin-bottom: 30px;
}
.address-bar .map-div {
  background: #f7f7f7;
  width: 59px;
  height: 54px;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  margin-top: -16px;
}
.map-div .icon {
  position: relative;
  font-size: 37px;
  text-align: center;
  width: 59px;
  height: 33px;
  top: 10px;
}
.address-bar #icon-address {
  font-size: 15px;
}
.contact-form textarea {
  height: 239px;
  border: none;
}
.contact-form::-webkit-input-placeholder {
  color: #8593b6;
}
.contact-form::-moz-placeholder {
  color: #8593b6;
}
.contact-form:-ms-input-placeholder {
  color: #8593b6;
}
.contact-form:-moz-placeholder {
  color: #8593b6;
}
.contact-social-icon {
  border-top: 3px solid #f6f6f8;
  padding: 30px 0px;
}
/*testimonials page*/
.textimonials h2,
.textimonials h5 {
  font-size: 18px;
  font-weight: 600;
}
.textimonials p {
  font-size: 16px;
  margin-bottom: 2px;
}
.textimonials .star-rating:before {
  color: #ff8733;
}
/*Branches page css*/
.branches .media {
  min-height: 220px;
}
.branches .media h5 {
  font-family: 'TruenoRg';
  font-size: 18px;
}
.branches p {
  margin-bottom: 2px;
  font-size: 15px;
  color: #4a4a4a;
}
.branches-phone {
  color: #fe771d;
}
.branches-phone:hover {
  text-decoration: none;
  color: #fe771d;
}
/*landlord-registration page*/
.landlord-registration {
  background: #fcfcfc;
}
.registration-bk {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 30px 80px 60px 80px;
  margin-bottom: 30px;
  position: relative;
}
.back-btn {
  position: absolute;
  background: transparent;
  left: 17px;
  top: 10px;
  display: block;
  cursor: pointer;
}
.registration-bk label {
  border: 2px solid #eee;
  border-radius: 3px;
  text-align: left;
  padding: 9px 14px 0px 14px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
.registration-bk label input {
  border: none;
  padding: 0px;
}
.registration-bk label input:focus {
  outline: none;
  box-shadow: none;
}
.registration-bk .add-dropdown {
  position: absolute;
  font-size: 35px;
  color: #cac8c8;
  top: 11px;
  right: 12px;
  cursor: pointer;
  display: block;
}
.terms-conditions a {
  color: #fb771a;
}
.registration-bk button {
  margin-top: 25px;
  margin-bottom: 25px;
}
.registration-bk h2 {
  font-family: 'TruenoRg';
  font-size: 21px;
  margin-bottom: 5px;
}
.terms-conditions label {
  border: none;
  padding: 0px;
}
.terms-conditions .custom-control {
  padding-left: 9.5rem;
}
.fb-color {
  background: #4267b7!important;
  border: 1px solid #4267b7!important;
  height: 46px;
}
.login-color {
  height: 46px;
}
.link-color {
  color: #ff8733;
}
.link-color:hover {
  color: #ff8733;
  text-decoration: none;
}
/*booking-details css*/
.booking-details {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.booking-details p {
  margin-bottom: 2px;
  font-size: 12px;
}
.booking-details h5 {
  font-family: 'TruenoRg';
  font-size: 18px;
  margin-bottom: 2px;
  color: #26327b;
}
.booking-details .star-rating:before {
  font-size: 15px;
}
.booking-details .star-rating:after {
  font-size: 15px;
}
.money-card ul {
  padding-left: 0px;
  margin-left: 0px;
}
.money-card li {
  list-style: none;
  display: inline-block;
}
.money-card img {
  max-width: 91px;
}
.booking-details .title,
.booking-details .total-price {
  color: #ff8733;
}
.booking-details .total-price {
  color: #ff8733;
  font-size: 16px;
}
.deposit-item {
  display: flex;
  justify-content: space-between;
}
.deposit-item p{
  font-family: 'TruenoRg';
}
/*my-profile page css*/
.my-profile.registration-bk {
  padding: 20px;
}
.my-profile input {
  font-family: 'TruenoRg';
}
.my-profile img {
  width: 130px;
  border-radius: 50%;
  height: 124px;
}
/*End- At*/


/*Start --- Pre-Define CSS Classes*/
.btn-themetext{
	color:#ff8733;
	background:#f7f7f7;
	border-color:#f7f7f7;
}
.btn-theme{
	color:#ffffff;
	background:#ff8733;
	border-color:#ff8733;
}
.radius4{border-radius:4px} .radius5{border-radius:5px} .radius6{border-radius:6px} .radius7{border-radius:7px}
.btn-radius50{border-radius:50px}

.mt-15{margin-top:15px} .mt-20{margin-top:20px} .mt-25{margin-top:25px} .mt-30{margin-top:30px}

.lh-14{line-height:14px} .lh-16{line-height:16px} .lh-18{line-height:18px} .lh-20{line-height:20px}
.lh-21{line-height:21px} .lh-22{line-height:22px} .lh-24{line-height:24px} .lh-48{line-height:48px}

.height-inherit{min-height:inherit}
/*End*/


footer{
	background: #fbfbfb;
	padding: 30px 0 20px 0;
	border-top: 2px solid #f0eff4;
}
.footer-admin{
	padding: 15px 0px;
	border-top: 1px solid #f0eff4;
}
footer h4{
	font-family: "TruenoSBd";
	font-size: 20px;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 14px;
	color: #30436d;
}
.footer-links{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-links li{
	float: left;
	width: 33.33%;
	margin-bottom: 14px;
}
.footer-links li a{
	font-family: "TruenoLt";
	font-size: 17px;
	text-decoration: none;
	color: #30436d;
}
.footer-address p{
	font-family: "TruenoLt";
	font-size: 17px;
	margin-bottom: 14px;
}
.footer-address a{
	color: #30436d;
	display: inline-block;
	margin-left: 7px;
	white-space: nowrap;
}
.footer-links li a:hover,.footer-address a:hover{color:#ff8733; text-decoration:none;}
.footer-form{
	display: block;
	width: 100%;
	max-width: 600px;
	position: relative;
	box-sizing: border-box;
	padding-right: 160px;
}
.footer-form input{
	font-family: "TruenoLt";
	font-size: 17px;
	letter-spacing: 0.5px;
	width: 100%;
	height: 52px;
	border: 2px solid #f1f1f1;
	background: #ffffff;
	border-radius: 4px;
	padding-left: 15px;
}
.footer-form input:focus, .footer-form input:hover{border:2px solid #ff8733; outline:none;}
.footer-form button{
	font-family: "TruenoRg";
	font-size: 15px;
	width: 140px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	background: #f7f7f7;
	border: 2px solid #f1f1f1;
	color: #ff8733;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
}
.footer-form button:hover{background:#ff8733; border:2px solid #ff8733; color:#ffffff;}
.footer-social a{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #f1f1f1;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	font-size: 22px;
}
.footer-social a[title="Facebook"]{color:#3b5998}
.footer-social a[title="Facebook"]:hover{background:#3b5998; color:#ffffff;}
.footer-social a[title="Twitter"]{color:#1dcaff}
.footer-social a[title="Twitter"]:hover{background:#1dcaff; color:#ffffff;}
.footer-social a[title="Google Plus"]{color:#DB4E48}
.footer-social a[title="Google Plus"]:hover{background:#DB4E48; color:#ffffff;}
.footer-social a[title="Linkedin"]{color:#1075B1}
.footer-social a[title="Linkedin"]:hover{background:#1075B1; color:#ffffff;}
footer hr{
	border-top: 2px solid #f0f0f2;
	margin-top: 35px;
	margin-bottom: 35px;
}
.footer-bottomlink{text-align:right; color:#ddd;}
.footer-bottomlink a{
	font-family: "TruenoLt";
	font-size: 15px;
	color: #30436d;
	text-decoration: none;
}
.footer-bottomlink a:hover{color:#ff8733}
.copyright{
	font-family: "TruenoLt";
	font-size: 15px;
	letter-spacing: 0.6px;
	margin: 0px;
	color: #a7abb4;
}
.go-totop{
	position: fixed;
	width: 44px;
	height: 44px;
	z-index: 1000;
	bottom: 68px;
	right: 20px;
	border-radius: 50px;
	background: rgba(255,135,51,0.6);
	cursor:pointer;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	display: none;
}
.go-totop:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	left: 12.5px;
	top: 16px;
}
.go-totop:hover{text-shadow:0px 6px 10px #000; background:rgba(255,135,51,1);}
.go-totop.active{
	cursor: pointer;
	display: block;
	-webkit-animation: gototop 300ms linear;
	-moz-animation: gototop 300ms linear;
	animation: gototop 300ms linear;
}
@-webkit-keyframes gototop{
	from{-webkit-transform: scale(0.5);}
	to{-webkit-transform: scale(1);}
}
@-moz-keyframes gototop{
	from{-moz-transform: scale(0.5);}
	to{-moz-transform: scale(1);}
}
@keyframes gototop{
	from{transform: scale(0.5);}
	to{transform: scale(1);}
}
.inlin-overlay{
	position: fixed;
	width: 100%;
	height: 46px;
	left: 0;
	bottom: 0;
	z-index: 8;
	right: 0px;
	padding-top: 7px;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.9);
}
.inlin-overlay .btn{
	width: 100px;
}