/* Commomn styles */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
a {
	color: #000000;
	font-size: 14px;
}
/*a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	font-size: inherit;
	transition: all 0.2s ease;
}*/
img {
	max-width: 100%;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-left-none {
	padding-left: 0;
}
.pad-right-none {
	padding-right: 0;
}
.pad-5-row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.pad-5-row > div {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.white-bg {
	background: #fff;
}
p {
	font-weight: 300;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 23.61px;
	margin-bottom: 25px;
}
p.alt {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}
/*  Commomn styles end */

/* header styles start */
.top-right {
	float: right;
}
.login-sign {
	float: right;
}
.login-sign-btn {
	background-color: #c30;
	padding: 7px 15px;
	border-radius: 3px;
	color: #fff !important;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 26px;
	font-weight: 500;
}
.login-sign-btn:hover {
	background-color: #000;
}


.header-top .top-phone-nbr {
	float: right;
	margin-right: 20px;
}
.header-top .top-phone-nbr h3 {
	font-size: 14px;
	color: #353a4b;
	font-weight: 600;
	margin-bottom: 4px;
}
.header-top .top-phone-nbr h3 img {
	margin-right: 6px;
	/*margin-top: -18px;*/
}
.header-top .top-phone-nbr h4 {
	font-size: 12px;
	color: #353a4b;
	font-weight: 400;
	margin-top: 0px;
	text-align: right;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #353a4b;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #c30;
}
.navbar-header {
	float: left;
	margin-top: -24px !important;
}
/*  header styles end  */


/* banner style start */
.usa-carousel-caption {
    bottom: 350px;
}
.usa-carousel-caption h2 {
	font-size: 50px;
	font-weight: bold;
	text-shadow: none;
}
.usa-carousel-caption .btn {
	text-shadow: none;
	padding: 10px 28px;
	border: 2px solid #fff;
	border-radius: 0px;
	margin-top: 20px;
	font-size: 15px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.usa-carousel-caption .btn:hover {
	border: 2px solid #c30;
	background-color: #c30;
	color: #fff;
}
/* banner style end */

/* banner-search start */
.saerch-outer-box {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 32px;
    margin-top: -330px;
}
.saerch-outer-box .top-search {

    text-align: center;
    background-color: #c30;
    width: 100%;
    border-radius: 2px;
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;

}
.saerch-outer-box .top-search:hover {

    text-align: center;
    background-color: #000;
    width: 100%;
    border-radius: 2px;
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;

}
.saerch-outer-box  .form-control {

    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
	border-radius: 2px;}

.search-box{
	position:relative;
	padding: 6px 40px !important;
}

.search-icon {
    position: absolute;
    z-index: 999;
    top: 12px;
    left: 25px;
}

/* banner-search end */



/* banner-service-icons style start */

.banner-icon {
    margin-top: -187px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}

.banner-icon h2 {
    margin-top: 7px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

/* banner-service-icons style start */


/* banner-bottom-icons style start */
.banner-bottom-icons {
	margin: 40px 0px;
}
.banner-bottom-icons h2 {
	font-size: 28px;
	color: #080808;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 32px;
	margin-top: 0;
	letter-spacing: 0;
}
.decrated span.first {
	width: 10px;
	margin-right: 13px;
}
.decrated span.first {
	height: 28px;
	background: #c30;
	display: inline-block;
	vertical-align: bottom;
}
.decrated span.second {
	width: 3px;
	margin-left: 13px;
}
.decrated span.second {
	height: 28px;
	background: #c30;
	display: inline-block;
	vertical-align: bottom;
}
.service-icons {
	text-align: center;
	border: 1px solid #d5d5d5;
	padding: 30px 15px;
}
.service-icons img {
	width: 80px;
}
.service-outer {
	text-align: center;
}
.service-name {
	border: 1px solid #d5d5d5;
	padding: 10px 15px;
}
.service-outer:hover .service-icons {
	border: 1px solid #c30;
	transition: all 0.2s ease;
}
.service-name p {
	font-weight: 600;
	font-size: 18px;
	color: #3a3a3a;
	line-height: 23.61px;
	margin-bottom: 0px;
}
.service-outer:hover .service-name {
	border: 1px solid #c30;
	padding: 10px 15px;
	background-color: #c30;
	transition: all 0.2s ease;
}
.service-outer:hover .service-name p {
	color: #fff;
}
/* banner-bottom-icons style end */



/* bedspace_section style start */

.bedspace_section {
    background-color: #fbfbfb;
    padding: 30px 0px;
}
.product-item {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.19);
}
.product-item .product-image {
    position: relative;
}
.product-item .price {
    position: absolute;
    background: #78c142;
    background: rgb(204, 51, 0,0.8);
    padding: 15px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    top: 0;
    left: 0;
}
.product-item .product-details {

    margin-top: 20px;
    margin-left: 4px;
    min-height: 135px;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;

}
.product-item .product-details p {

    color: rgba(8,8,8,0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.010em;
    margin-bottom: 30px;

}
.product-item .product-details span {
    color: #868686;
    font-size: 14px;
}
.product-item .place_time {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 6px;
}
.product-item .place_time .place {
    font-size: 12px;
    color: rgb(98, 100, 101);
}
.product-item .place_time .time {
    font-size: 12px;
    color: rgb(182, 184, 185);
}
.product-item .product-details a.btn-link {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3a3a3a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 18px;
}
.product-item .product-details a.btn-link:hover {
    background-color: #c30;
    color: #fff;
    padding: 8px 18px;
}
.owl-nav {
    float: right;
    border-left: 2px solid #c30;
    display: block;
}
.owl-nav span {
    border-right: 2px solid #c30;
    padding: 5px 10px;
    color: #3a3a3a;
    font-size: 22px;
    display: block;
    cursor: pointer;
    float: left;
}
.owl-carousel .owl-item {
    float: right;
    padding: 1px;
    /*background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.19);*/
}
.owl-carousel .owl-stage {
    position: relative;
    margin-bottom: 20px;
    /*margin-left: 12px;*/
    -ms-touch-action: pan-Y;
}
.hotel-product-details{
text-align: left !important;
}

.common-heading h2{
	
font-size: 28px;
color: #080808;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 32px;
margin-top: 0;
letter-spacing: 0;	
}

.product-details h3{
	
font-size: 16px;
line-height: 27px;
font-weight: 600;	
margin-top: 4px;
}

.product-item .detail-point {

    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    padding: 22px 16px;
    color: #fff;
    font-weight: 600;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none;*/
    text-align: center;

}
/*
.product-item:hover .detail-point {
    display: block;
	transition: all 0.2s ease;

}*/

.product-item .detail-point ul {

    padding-left: 0px;
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
    float: left;
    width: 100%;

}

.product-item .detail-point ul li {
    float: left;
    font-size: 14px;
    padding-left: 5px;
}
.product-item .detail-point .fa {
    color: #c30;
}
/* bedspace_section style end */



/* choose_section style start */

.choose_section {
    margin: 50px 0px 20px 0px;
}

.choose_section h2{

    font-size: 28px;
    color: #080808;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 0;
    letter-spacing: 0;

}
.choose-section-box {

    margin-bottom: 30px;

}
.choose-section-box h4 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #3a3a3a;
}
.choose-section-box p {
    font-weight: 400;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 23.61px;
    margin-bottom: 5px;
}

.choose-section-box span {
    font-weight: 400;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 23.61px;
}
.choose-section-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #c30;
    margin-top: 1px;
    margin-bottom: 5px;
}
.choose-section-box ul  {
    list-style: none;
    padding-left: 0px;
}
.choose-section-box ul li {
    float: left;
	padding-right: 5px;
}

/* choose_section style end */



/* ad-space */

.ad-space {
	margin: 40px 0px;
}
/* ad-space */




/* footer styles start */
footer {
	width: 100%;
	background-color: #353a4b;
	float: left;
	padding: 20px 0 0 0;
}
footer .logo-container {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
footer .about {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 24px;
}
footer .social {
	float: left;
	width: 100%;
	margin-top: 20px;
}
footer .social ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
footer .social ul li {
	padding: 16px 20px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-left: solid 1px #93969f;
	text-align: center;
	display: inline-block;
}
footer .social ul li:last-child {
	border-right: none;
}
footer .social ul li:first-child {
	border-left: none;
}
footer .social ul li a {
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}
footer .social ul li a i {
	font-size: 22px;
	color: #fff;
}
footer .border {
	border-bottom: solid 1px #93969f;
	width: 100%;
	float: left;
	margin-top: 40px;
}
footer .contact-container {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
footer .contact {
	width: 100%;
	float: left;
	border-top: solid 1px #93969f;
}
footer .contact h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	border: none;
	line-height: 25px;
	margin-bottom: 10px;
}
footer .contact .ftr-nav {
	width: 100%;
	float: left;
}
footer .contact .ftr-nav ul {
	list-style: none;
	padding-left: 0px;
}
footer .contact .ftr-nav ul li {
	margin-bottom: 5px;
}
footer .contact .ftr-nav ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}
footer .contact .ftr-nav ul li a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}
footer .contact .ftr-nav ul li a:hover {
    color: #cc3300;
    transition: all 0.2s ease;
    padding-left: 5px;
}
footer .sub-footer {
	width: 100%;
	float: left;
	background-color: #171717;
}
footer .sub-footer .left {
	float: left;
	text-align: left;
}
footer .sub-footer .right {
	float: right;
	text-align: right;
}
footer .sub-footer p {
	font-size: 13px;
	color: #c5c5c5;
	font-weight: 400;
	padding: 14px 0;
	margin-bottom: 0px;
}

/*  footer styles end  */


#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #454854;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* media Query */




/* dashboard style start */

.user-dash {
    background-color: #f5f5f5;
    margin: 40px 0px;
    padding-right: 30px;
}

.nav-side-menu {
    font-size: 12px;
    font-weight: 200;
    background-color: #314150;
    position: static;
    color: #e1ffff;
}
.nav-side-menu .brand {
    background-color: #1c2833;
    line-height: 50px;
    display: block;
    text-align: center;
	font-size: 18px;
font-weight: 600;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul, .nav-side-menu li {
    list-style: none;
    padding: 0px;
        padding-left: 0px;
    margin: 0px;
    line-height: 44px;
    cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active, .nav-side-menu li .active {
    border-left: 3px solid #c30;
    background-color: #24303c;
}
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    color: #c30;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
    color: #c30;
}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    line-height: 35px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {

    text-decoration: none;
    color: #e1ffff;
    font-size: 14px;
    font-weight: 400;

}
.nav-side-menu li a i {
    padding-left: 12px;
    width: 14px;
    padding-right: 20px;
    font-size: 14px;
    vertical-align: baseline;
    color: #fff;
}
.nav-side-menu li:hover {
    border-left: 3px solid #fff;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.dash-form-section{
background-color:#fff;
	padding: 30px 30px;
    border: 1px solid #bfc1be;
    margin-bottom: 10px;
}

.dash-form-section .form-control{
	border-radius: 0px;	
}

.dash-form-section .form-control:focus {
    border-color: #f5f5f5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(245, 245, 245);
}
.dash-btn-save {

    float: right;
    background-color: #529801;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 28px;
    margin-top: 15px;
    border-radius: 3px;
	transition: all 0.2s ease;

}
.btn-back{
    background-color: #FF9800;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 28px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all 0.2s ease;
}
/*.dash-btn-save:hover {

    background-color: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 9px 28px;
	transition: all 0.2s ease;

}*/
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #c30;
    border-color: #ccc; 
}
/*.btn-default:hover {
     float: right;
    background-color: #c30;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 28px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all 0.2s ease;
}*/

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
	  border-radius: 2px;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
	
	.user-dash {

    background-color: #f5f5f5;
    margin: 40px 0px;
    padding: 39px 30px;

}
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}
.top-box-section {

    margin-top: 1px;

}
.panel-primary-top-box {
    background-color: #fff;
    padding: 17px 5px;
    text-align: center;
    border: 1px solid #efefef;
    box-shadow: 0 15px 15px -15px #E4E4E4;
}

.panel-primary-top-box:hover{
	background-color: #c30;
	transition: all 0.2s ease;
}

.panel-primary-top-box:hover .fa{
	color: #fff;
}
.panel-primary-top-box:hover h2{
	color: #fff;
}

.panel-primary-top-box .fa {
    font-size: 31px;
    color: #24303c;
}
.panel-primary-top-box h2 {

    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;

}
/* dashboard style end */




.form-heading { color:#fff; font-size:23px;}
.panel h2 {
    color: #353a4b;
    font-size: 19px;
    margin: 6px 0 8px 0;
    font-weight: 600;
}
.panel p {

    color: #353a4b;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
    font-weight: 400;

}
.login-form .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
}
.main-div {
    background: #fbfbfb;
    border-radius: 2px;
    margin: 60px auto 30px;
    padding: 50px 70px 70px 71px;
}
.login-form .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {

    color: #454854;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500;

}
.login-form .btn.btn-primary {
    background: #c30 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    font-weight: 400;
}

.login-form .btn.btn-primary:hover {
    background: #353a4b  none repeat scroll 0 0;
}
.forgot {
  text-align: left; margin-bottom:30px;float:left;
}

.create-new{ float:right;}

.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}




/* property-listing style start */

.property-listing{
margin:50px 0px;	
}
.top-property-section {
    /*border-bottom: 1px solid #d7d7d7;*/
    padding-bottom: 20px;
}
.top-property-section h1 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}
.top-property-section .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    height: 45px;
    line-height: 50px;
    box-shadow: none;
    border-radius: 0px;
}
.relevant-button {
    margin-bottom: 33px;
    display: inline-block;
    float: left;
}
.relevant-button h2 {
    font-size: 21px;
    color: #818181;
    font-weight: 300;
}
.relevant-button ul {
    padding-left: 0px;
    list-style: none;
}
.relevant-button ul li {
    float: left;
    border: 1px solid #c30;
    margin-right: 15px;
    padding: 8px 24px;
    border-radius: 31px;
    margin-top: 10px;
    color: #c30;
	transition: all .2s ease-in-out;
}
.relevant-button ul li:hover {
	box-shadow: 0 0 14px hsla(0,0%,81.6%,.6);
	background-color: #c30;
	color: #fff;
	transition: all .2s ease-in-out;
}
.property-lsit-box {
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.top-property-head {
    background: #fbfbfb;
    padding: 10px 15px;
    display: inline-block;
    float: left;
    width: 100%;
}
.top-property-head h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
}
.top-property-head p {
    font-weight: 500;
    font-size: 13px;
    color: #6c6c6c;
    line-height: 23.61px;
    margin-bottom: 0px;
}
.rate-top {
    float: right;
    margin-top: -35px;
    font-size: 16px;
    font-weight: 700;
    color: #c30;
}
.list-box-dtl {
    padding: 10px 10px;
}
.flor-detail h2 {

    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0px;
    color: #878787;

}
.flor-detail span {

    font-size: 13px;
    margin-top: 0px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 3px;
    display: inline-block;
    float: left;
    width: 100%;

}
.amenities p {
    font-weight: 300;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 23.61px;
    margin-top: 5px;
	margin-bottom: 2px;
}
.details-dis {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 2px;
    padding-bottom: 2px;
}
.details-dis p{
    font-size: 13px;
    margin-bottom: 0px;
}
.details-dis a{
	font-weight: 600;
color: #c30;	
}

.broker-set h3{
margin-top: 7px;

font-size: 14px;

font-weight: 600;

margin-bottom: 0px;	
}
.broker-set p{

    font-size: 14px;
    margin-bottom: 0px;

}
.contact-detail {

    float: right;
    background-color: #c30;
    color: #fff;
    padding: 6px 15px;
    border-radius: 0px;
    margin-top: 14px;

}
.contact-detail:hover {
    background-color: #000;
	color: #fff;
}
/* property-listing style end */



/* property-details style start */


.property-details{
	margin:50px 0px;
}

.deatil-bud-cm {
    margin-bottom: 20px !important;
    display: inline-block;
}

.deatil-bud-cm ul {
    padding-left: 14px;
    color: #c30;
}

.deatil-bud-cm ul li {
    float: left;
    padding-right: 27px;
    color: #353a4b !important;
    font-size: 14px;
}

.deatil-bud-cm .active-done{
color: #c30 !important;
	font-weight: 600;
	
}

.top-details p{
margin-bottom: 0px;
float: right;
font-size: 14px;	
}
.top-details span {
    color: #c30 !important;
    font-weight: 600;
}
      .carousel-custom-control-container.static,.carousel-custom-control-container.static .carousel-custom-control
      {
      	position: static;
      	margin: 0
      }
      .carousel-custom-control.static
      {
      	position:static;
      }
      .carousel-custom-control.text-center
      {
      	width: 100%;
      }
      .carousel-custom-control.text-center a
      {
      	display: inline-block;
      	float: none;
      }

.detail-location-post {
  margin-top: 15px;
}
.location-d{
float: left;
font-size: 13px;
margin-bottom: 4px;
font-weight: 400;
}

.post-d {
float: right;
margin-bottom: 4px;
font-size: 13px;
font-weight: 400;	
}
.detail-location-post h2{

    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 5px;

}
.detail-location-post h3{

    font-size: 23px;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 10px;
    color: #c30;

}
.room-dtl-box {
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 7px 6px -6px #e1e1e1;
}
.room-dtl-box h2{

   font-size: 15px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 9px;

}
.room-dtl-box .fa{

    font-size: 20px;
    margin-bottom: 9px;
    color: #c30;

}
.room-dtl-box p {

    font-weight: 400;
    font-size: 17px;
    color: #2c2c2c;
    line-height: 23.61px;
    margin-bottom: 0;

}
.discription-box {
    border: 1px solid #f0f0f0;
    padding: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 7px 6px -6px #e1e1e1;
    margin-top: 28px;
    background: #fcfcfc;
}
.discription-box h2{

    margin-top: 0px;
    font-weight: 500;
    font-size: 26px;

}
.discription-box  p {

    font-weight: 300;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 23.61px;
    margin-bottom: 7px;

}
.discription-box ul {

    padding-left: 14px;

}
.place-map{
margin-top:30px;
}

.similar-property h2 {
    font-size: 23px;
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* property-details style end */




/*media*/
/* Define mobile styles */
@media (max-width: 767px) {
.col-1by5 {
	width: 100%;
}
.pad-none {
	padding-left: 15px;
	padding-right: 15px;
}
.pad-left-none {
	padding-left: 15px;
}
.pad-right-none {
	padding-right: 15px;
}
	
.login-sign-btn {
    background-color: #c30;
    padding: 7px 7px;
    margin-top: 26px;
    font-size: 12px;
    margin-right: 0px;
}
	.login-sign-btn:hover {
    background-color: #000;
    padding: 7px 7px;
    margin-top: 26px;
    font-size: 12px;
    margin-right: 0px;
}
	.navbar-brand > img {
    display: block;
    width: 229px;
}
	.header-top .top-phone-nbr h3 {
    font-size: 18px;
    margin-bottom: 4px;
}
	.header-top .top-phone-nbr h4 {
    font-size: 9px;
}
.navbar-toggle {
    border-color: #c30;
    margin-top: 28px;
}	
.navbar-header {
    float: none;
    margin-top: -24px !important;
}
	.navbar-default .navbar-toggle {
    border-color: #c30;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #c30;
}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
	.saerch-outer-box {
    padding: 30px 30px;
    margin-top: 36px;
    background-color: #cfcfcf;
}
	.usa-carousel-caption {
    bottom: 6px;
}
	.usa-carousel-caption h2 {
    font-size: 21px;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 0px;
}
	.usa-carousel-caption .btn {
    text-shadow: none;
    padding: 6px 18px;
    border: 2px solid #fff;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 13px;
}
	.saerch-outer-box .form-control {
 
    margin-bottom: 11px;
}
	.banner-bottom-icons h2 {
    font-size: 20px;
}
	.service-outer {

    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;

}
	.common-heading h2 {
    font-size: 20px;
}
	.choose_section h2 {
    font-size: 20px;
}
	.ads-click img{
		margin: 10px 0px;	
	}	
	
	
.choose-section-box h4 {
    margin-top: 15px;
}	
	
/* footer style start */

footer .social ul li {
	padding: 16px 12px;
}
footer .sub-footer .left, footer .sub-footer .right {
	text-align: center;
}
footer .sub-footer .right {
	float: none;
}
/* footer style end */
}


/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
.header-margin {
	padding-right: 20px !important;
	font-size: 11px !important;
}
	
	.navbar-header {
    float: left;
    margin-top: -76px !important;
}
	.navbar-default .navbar-nav > li > a {
    color: #353a4b;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    padding: 14px 8px;
}
	.usa-carousel-caption h2 {
    font-size: 33px;
}
.usa-carousel-caption {
    bottom: 99px;
}
	
	.banner-icons-section img{
		
		width: 52px;
	}
	
	.banner-icon {

    margin-top: -239px;

}
	.banner-icon h2 {
    font-size: 14px;

}
	
	.saerch-outer-box {
    background-color: #cfcfcf;
    margin-top: 30px;
}
	.saerch-outer-box .top-search {
    padding: 13px 15px;
    font-size: 12px;
    font-weight: 600;
}
	.saerch-outer-box .top-search:hover {
    padding: 13px 15px;
    font-size: 12px;
    font-weight: 600;
}
	.product-item .detail-point ul li {
    float: left;
    font-size: 14px;
    padding-left: 5px;
}
	.choose_section h2 {
    font-size: 25px;
}
	.ads-click img {
		
	margin:20px 0px;	
	}	
	
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
.col-1by5 {
	width: 20%;
}
.navbar-header {
    float: left;
    margin-top: -77px !important;
}
	.usa-carousel-caption {
    bottom: 162px;
}
	
	.usa-carousel-caption h2 {
    font-size: 37px;
}
	.product-item .detail-point {
		padding: 22px 11px;}
	
.product-item .detail-point ul li {
    font-size: 11px;
}
	
	.banner-icons-section img{
		
	width:60px;
	}
	
	.banner-icon h2 {

    margin-top: 7px;
    font-size: 15px;
    color: #fff;

}
	.banner-icon {

		margin-top: -97px;}

	.saerch-outer-box {
    padding: 20px 32px;
    margin-top: -191px;

}
	
	.usa-carousel-caption .btn {
    font-size: 15px;
    margin-bottom: 18px;
}
}

 @media all and (max-width: 980px) {
}

/* Large screens*/
@media (min-width: 1200px) {
.col-1by5 {
	width: 20%;
}
.container {
	width: 1200px;
}
}
/*custom screen media */
@media (max-width: 359px) {
}
