
body{
 font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
 font-weight: 500!important;
 padding:0;
 margin:0;
}
.container{
  max-width:1200px;
}
body h1{
  font-size: 85px;
}
p{
  font-size:14px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
header{
  background:#000;
  padding: 20px 0;
}
nav {
    
}
ul,ol{
    margin:0;
    padding: 0;
}
a{
    text-decoration: none;
    transition: 0.5s ease;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.navbar{
    padding: 0;
}
.nav-link{
  padding: 9px 4px!important;
}
.nav-link .fa-search{
    font-size: 18px;
    font-weight: 500;
}
.nav-link .fa-angle-down{
    color: #fff;
    font-size: 21px;
    padding-left: 3px;
    vertical-align: bottom;
}

.red-search:hover .fa{
    color: #ee2e24 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    transition: 0.7s ease;
}

.fixed-header .navbar-brand img{
    height: 20px;
}

.navbar-nav {
    margin-left: 0;
}
.fixed-header ul.navbar-nav li a.nav-link:hover{
    background-color: #ee2e24;
}
header ul.navbar-nav li a.nav-link:hover{
    background-color: #ee2e24;
}
.fixed-header ul.navbar-nav li a.nav-link.red-search:hover{
    background-color: transparent;
}
a.nav-link.red-search{
    cursor: pointer;
}

/********Modal box********/
.modal-dialog{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%,-50%) !important;
    margin: 0;
}
.modal-content{
    background-color: transparent;
}
.modal{
    background-color: rgba(0, 0, 0, 0.92);
}
.modal-body .form-control{
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #6d6d6d;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    height: 60px !important;
}

.modal-body ::placeholder {
    color: #6d6d6d;
    opacity: 1; /* Firefox */
    font-size: 14px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

.modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6d6d6d;
   font-size: 14px;
   font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

.modal-body ::-ms-input-placeholder { /* Microsoft Edge */
   color: #6d6d6d;
   font-size: 14px;
   font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}
.modal-content button.close{
    text-align: right;
}
.close:not(:disabled):not(.disabled):focus{
    outline: none !important;
}
.modal{
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.modal.show{
    transform: translateY(0);
}

/*******modal-box********/


/**********Dropdown********/
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu{
    min-width: 182px;
	padding: 0;
}
.dropdown-menu li a{
    display: block;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5em;
    padding: 8px 0px 8px 20px;
}
.dropdown-menu li a:hover{
    background-color: #000;
    color: #ffffff;
}
/******/
.login {
    margin-left: 1rem;
}
ul.navbar-nav {
    margin-left: 8px;
}
.login .btn {
    background-color: #ee2e24;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 12px 35px 12px 55px !important;
    line-height: 17px;
	position:relative;
}
.login .btn:before{
    content: '';
    position: absolute;
    background: url(../images/login.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 28px;
    top: 10px;
  }
  .log .btn:hover {
    border: 2px solid #ee2e24!important;
    background: transparent!important;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	color:#fff;
}
.banner .carousel-caption {
    left: 0;
	right: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
	bottom:105px;
}
.first-head{
	font-size: 84px;
    line-height: 75px;
    font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.secnd-head
{
    font-size: 54px;
    line-height: 85px;
    font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
.slide-txt {
    margin: 10px 0;
}
.carousel-caption h3{
    font-size: 21px;
    font-weight: 700;
    color: rgb(1, 1, 1);
	background: rgba(255, 255, 255, 0.58);
    letter-spacing: 1px!important;
	font-family: 'Oswald', sans-serif;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
}
body .slider-text
{
    flex: 0 0 52.2%;
    max-width: 52.2%;
    padding-top: 28px;
}
.slider-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.banner .carousel-item img{
    height: 560px;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0,100% 0,100% 92.3%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 92.3%,0 100%);
}
.slider-text .btn{
      font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Oswald;
    background-color: rgb(238, 46, 36);
	border-radius: 3px!important;
	text-decoration: none;
}
.slide-btn {
    padding: 12px 35px;
	margin: 15px 0 0;
}
.all-btns input {
    padding: 12px 35px;
}
.small{
    color: #ee2e24;
    font-size: 20px!important;
    font-family: Oswald;
    margin-bottom: 0px!important;
	font-weight: 500!important;
}
.head {
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 41px;
	text-transform: capitalize;

}
label{
    margin: 0;
}
.about{
 padding-top:2rem;
 padding-bottom:2rem;
}
.about p{
   margin-bottom: 1.3rem;
}
.about h1{
   margin-bottom: 1.3rem;
}
.about span{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
.abt-btns a{
    background-color: #ee2e24;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    padding: 12px 35px;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	box-shadow: 0 0em 0em rgba(0,0,0,0.18);
	line-height: 17px;
	color:#fff;
	font-size: 15px;
	position: relative;
}
.abt-btns a:hover:before{
 height:100%;
}
.abt-btns a:hover{
  color:#fff!important;
  text-decoration:none;
}
.abt-btns a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}
.abt-btns .cont{
  background-color:#000;
}
.about img{
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.22);
}

.banner a.carousel-control-prev{
    cursor: pointer;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: red;
    z-index: 118;
    top: 45%;
    left: 2%;
    background: rgba(0,0,0,0.1);
    opacity: 1;
}
.banner a.carousel-control-prev .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner a.carousel-control-next {
    cursor: pointer;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: red;
    z-index: 118;
    top: 45%;
    right:59px;
    background: rgba(0,0,0,0.1);
    opacity: 1;

}
.banner a.carousel-control-next .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .carousel-control-prev-icon{
    background-image: none;
    font-size: 22px;
}
.banner .carousel-control-next-icon{
    background-image: none;
    font-size: 22px;
}

.banner {
    position: relative;
}
body .banner-form {
    width: 488px;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 3px;
    padding: 2px 17px 2px!important;
    margin-left: 51px;
    position: absolute;
    right: 0;
    top: 30px;
    left: 700px;
    margin-left: auto;
    margin-right: auto;
}
.banner-form label {
    color: #000000;
    font-size: 17px!important;
	font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
	text-transform: uppercase !important;
}
.banner-form .form-row{
  margin-bottom:10px;
}
.banner-form .form-row .form-control{
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding: 10px 10px
}
.banner-form ::placeholder {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    opacity: 1; /* Firefox */
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

.banner-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
   color: #5a5a5a;
   font-size: 14px;
   font-weight: 500;
}

.banner-form ::-ms-input-placeholder { /* Microsoft Edge */
   font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
   color: #5a5a5a;
   font-size: 14px;
   font-weight: 500;
}

.submit input:hover{
    background: #262626;
    color: #fff;
}

/*****About-section******/
.cstm-pad{
    padding-left: 3px;
    padding-right: 3px;
}
.abt-btns .fa-long-arrow-right{
    padding-left: 11px;
}
.fa-long-arrow-right{
    padding-left: 11px;
}

/******House-fast-section starts here*******/

.house-fast a.contact-btn{
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding: 3px 30px;
    background-color: transparent;
    text-align: center;
    max-width: 170px;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
	line-height: 17px;
    padding: 12px 0;
    margin: 0 auto;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1;

}
.house-fast a.contact-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: #fff;
    z-index: -1;
}
a.contact-btn:hover::before{
    height: 100%;
}
a.contact-btn:hover{
    color: #000;
}
.house-fast a.contact-btn .fa{
    padding-left: 8px;
}

.house-fast {
    background-image: url(../images/canada-money.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
     padding: 49px 0 59px;
}
.house-fast h2{
    font-size: 56px;
    line-height: 27px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 23px;

}
.house-fast h3{
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 21px;
}

/*********detail-section**********/
.detail-section{
    padding: 57px 0;
}
.detail-section .sell-detail{
    position: relative;
}
.detail-section .desc{
    background: #fff;
    width: 81%;
    margin: 0 auto;
    padding: 15px 15px;
    position: absolute;
    top: 76%;
    left: 9.5%;
}
.detail-section .desc .house-text{
    border: 2px solid #000;
    padding: 12px 20px;
	height: 110px;
}
.detail-section .desc .house-text h4{
    color: #000;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
}
.detail-section .desc .house-text p{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin: 0;
}
.detail-section .desc .house-text{
    position: relative;
}
.detail-section .desc .house-text a.detail-btn{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 3px;
    max-width: 107px;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    text-transform: capitalize;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}
/*******Faq-section starts here********/
.faq{
    padding: 35px 0 52px;
}
.faq .accord h3{
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 36px;
}
.panel-title > a[aria-expanded="true"]:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f106";
    font-size: 1.2em;

}
.panel-title > a[aria-expanded="false"]:before {
    float: right !important;
    content:"\f107";
    font-size: 1.2em;
	font-family: FontAwesome;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
  
.panel-title > a:focus{
    background-color: #000;
    color: #fff !important;
}
.faq .accord h4.panel-title{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;

}
.faq .accord h4.panel-title a.collapsed{
    color: #000;
    box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
     -moz-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
   -webkit-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
    display: block;
    padding: 1rem 1.5rem;
}
.faq .accord h4.panel-title a{
   color: #000;
    box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
     -moz-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
   -webkit-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
    display: block;
    padding: 1rem 1.5rem;
}
.faq .accord .panel.panel-default {
    margin-bottom: 20px;
}
.faq .accord .panel-body{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    padding: 10px 20px;
}
.faq .testimonial h3{
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 36px;
}
.faq #demo .carousel-item p{
    background: #fff;
    border: 3px solid #eee;
    border-radius: 5px;
    padding: 30px 40px 40px;
    line-height: 30px;
    font-weight: 400;
    color: #000 !important;
    margin: 0px 0px 30px 0px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: left;
    position: relative;
}
.faq #demo .carousel-item p::before{
    position: absolute;
    content: "";
    background-image: url(../images/semi.png);
    height: 50px;
    width: 74px;
    top: 14px;
    left: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.faq #demo .carousel-item p::after{
    position: absolute;
    content: "";
    background-image: url(../images/slider-down.png);
    height: 31px;
    width: 37px;
    bottom: -26px;
    left: 93px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.faq #demo .carousel-item h6{
    font-size: 18px;
    font-weight: bolder !important;
    color: #000;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 0;
}

.faq #demo .carousel-indicators li{
    height: 13px;
    width: 13px;
    background-color: #e2e2e2;
    border-radius: 50%;
}
.faq #demo .carousel-indicators li.active{
    height: 13px;
    width: 13px;
    background-color: #000;
    border-radius: 50%;
}
.faq #demo .carousel-indicators{
    bottom: -41px;
}
.faq #demo .carousel-control-prev{
    display: none;
}
.faq #demo .carousel-control-next{
    display: none;
}

/*****footerstarts here******/
footer{
    background-image: url(../images/footer-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 86px 0 0px;
}
footer .footer-bar ul li{
    display: inline-block;
    padding: 0 14px 5px;
}
footer .footer-bar ul li a{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: capitalize;
}
footer .footer-bar ul{
    border-bottom: 1px solid #585858;
    padding-bottom: 7px;
}

footer .footer-col h3{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 36px 0 25px;
	height: 20px;
}
footer .footer-col{
    margin-bottom: 36px;
}
footer .footer-col p{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-weight: 300;
}
footer .footer-bottom p{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-weight: 300;
}
footer .footer-bottom{
    padding: 7px 0;
    border-top: 1px solid #585858;
}
.oth-lnks ul li {
    display: inline-block;
    width: calc( 50% - 2px);
    float: left;
}
.oth-lnks ul li a {
    text-transform: capitalize;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-weight: 300;
}
.border_{
    padding: 19px 0 15px;
   
}
.border_ .one-sec{
    border-top: 1px dashed #a1a1a1;
    border-bottom: 1px dashed #a1a1a1;
    height: 5px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    border:none;
}
.back-to-top:hover{
    background-color: rgb(238, 46, 36) !important;
}
.back-to-top:active,
.back-to-top:focus{
    border:none !important;
    box-shadow: none !important;
}
.back-to-top::after{
    position: absolute;
    content: "\f106";
    top: 50%;
    left: 50%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 29px;
    transform: translate(-50%,-50%);
}

.navbar-toggler-icon .fa{
    color: #fff !important;
}
.top-side-cont{
    display: none;
}

.top-side-cont ul li{
    display: inline-block !important;
    vertical-align: middle;
}

/************************AbOUTUS PAGE*******************************/  

.about-banner{
    background-image: url(../images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.seller-testi-banner{
    background-image: url(../images/seller-testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.buyer-testi-banner{
    background-image: url(../images/buyer-testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.partners-banner{
    background-image: url(../images/partners-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.sellhs-banner {
    background-image: url(../images/sell-house-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90%;
    height: 450px;
}
.renths-banner {
    background-image: url(../images/sell-rent-house-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90%;
    height: 450px;
}
.buyer-faq-banner {
    background-image: url(../images/buyer-faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.urs{
    display: none;
}

.about p a{
    color: #ee2e24;
}

/***************************seller-testmimonial-section***********************/
.testi-banner {
    padding: 30px 0 17px;
}

.testi-banner h1{
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    margin-bottom: 33px;
}

.testi-banner .test-divs{
    height: 332px;
    border:2px solid #e8e8e8;
    border-radius: 0.3rem;
    padding: 2rem;
}
.testi-banner .test-divs:hover{
    border:2px solid #ee2e24;
}
.testi-banner .test-divs p{
    color: #333;
    font-size: 14px;
    margin-bottom: 28px;
}
.testi-banner .test-divs h5{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 700;
}
/*********** Sell-a-house ***************/


.sell-hse a{
    background-color: #ee2e24;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    padding: 12px 45px;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	box-shadow: 0 0em 0em rgba(0,0,0,0.18);
	line-height: 2.8;
	color:#fff;
	font-size: 17px;
	position: relative;
}
.sell-hse a:hover:before{
 height:100%;
}
.sell-hse a:hover{
  color:#fff!important;
  text-decoration:none;
}
.sell-hse a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}
.sell-hse .cont{
  background-color:#000;
}
.sell-hse .fa-long-arrow-right {
    padding-left: 11px;
}
.sell-house {
    padding: 3rem 0;

}
.sell-hse {
    margin: 1rem 0 0;
}
.sell-house p {
    margin-bottom: 1.3rem;
}
.investor-form {
    padding: 0px 0 69px;
}
.cont-pge {
    margin: 30px 0 0;
}
.investor-form .invest-form h4 {
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
.investor-form .invest-form p {
margin-top: 0px;
margin-bottom: 5px;
}
.investor-form .invest-form form {
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 17px 17px 1px!important;
    margin: 35px auto 0!important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
}
.gap-for {
    margin-bottom: 0px;
}
.investor-form .invest-form form .form-inner label {
    font-family: 'Oswald', sans-serif;
        text-transform: capitalize;
    color: #000000;
    font-size: 17px!important;
    font-weight: normal;
    margin-bottom: 9px;
}
.investor-form .invest-form form .form-inner .form-control {
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
}
.submit input {
    margin-bottom: 15px!important;
    background-color: #ee2e24;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    font-size: 15px;
	line-height: 19px;
}
/********** 10 Dec ***************/
.login-form {
    width: 50%;
    max-width: 50%;
    margin: 50px auto 0;
}
.inn-fld {
    border: 1px solid #ddd !important;
	padding: 8px 10px !important;
    height: initial;
}
.form-control:focus {
    box-shadow: none;
}
.form-labels {
    margin: 0 0 4px;
}
.log-btn {
    background-color: #ee2e24 !important;
    color: #fff;
    font-weight: 500;
    padding: 12px 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
}
.log-btn:hover {
    background-color: #262626!important;
}
.frgt-psw {
    color: #ee2e24;
    font-size: 15px;
    text-decoration: underline;
}
.frgt-psw:hover {
    color: #000000;
    font-size: 15px;
    text-decoration: underline;
}
.col-frgt {
    padding: 1.5rem 0 0;
}
.log-btn:focus {
    background: #262626 !important;
    box-shadow: none;
}
.header-btn {
    float: right;
}
.header-btn a {
    background: #000;
    color: #fff;
    padding: 11px 20px;
    font-family: "Quicksand", sans-serif!important;
}
.header-btn a:hover {
    text-decoration: none;
}
/*********** 11 Dec 2018 *************/
.btn-primary {
    background-color: #d6322a !important;
}
.inn-fld {
    font-size: 13px;
}
.test-divs.again-divs {
    height: 100%;
}
.test-divs.main-divs {
    height: 100%;
}
.size-make {
    margin: 1rem 0;
}
.testi-banner p.faq-p {
    font-size: 14px;
    text-align: center;
    color: #333333;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    max-width: 750px;
    width: 100%;
    margin: auto;
}
/********** Sell Forms ***********/
.sell-head h1 {
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
}
.sell-head p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sell-form {
    margin: 3rem 0;
}
/********* Tab *************/

.board {
    width: 90%;
    margin: 0 auto;
}
.board .nav-tabs {
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
}

.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 43%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.round-tabs {
    color: #8e8787;
    border: 1px solid #d0d0d0;
}
.active .round-tabs{
    background: #ee2e24 !important;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
}
.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
   width: 19.6%;
}
.nav-tabs > li a{
   width: 130px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
   display: block;
}

.nav-tabs > li a:hover{
    background: transparent !important;
	border: none;
}

.tab-pane{
   position: relative;
   padding-top: 20px;
}

.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}
.fade {
    opacity: 1 !important;
}
.nav-tabs {
    border-bottom: none !important;
}
#myTab li a {
    border: none;
}
#myTab li a:focus {
    background: transparent;
    outline: none;
	text-decoration: none;
}
.tab-frst h4 {
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
}
.tab-frst .invest-form form {
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 17px 17px 1px!important;
    margin: 35px auto 0!important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
}
.tab-frst .invest-form form .form-inner label {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px!important;
    font-weight: normal;
    margin-bottom: 9px;
}
.tab-frst .invest-form form .form-inner .form-control {
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
}
.tab-btm {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.count {
    padding: 18px;
    font-size: 17px;
}
.mort-txt  {
text-align: center;
}
.form-tabs {
    padding: 15px 0 69px;
}
.form-control {
    font-size: 14px;
    color: #555;
}
.mort-info .col-md-3 {
    float: left;
}
.mort-txt {
    margin: 0 !important;
}
.top-btns li {
    display: inline-block;
    padding: 0 10px;
}
.top-bar {
    width: 100%;
	margin: 0 0 0px;
}
.top-btns li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.top-btns {
    float: right;
}
.form-control {
    border: 1px solid #ced4da !important;
}
/********* MY ACCOUNT *********/
.col-acc h1 {
    font-size: 37px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    margin-bottom: 43px;
}
.col-acc {
    padding: 50px 0 0;
}
.inn-srcv {
    text-align: center;
	margin: 0 0 2rem;
}
.srvcs-txt {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 41px;
    color: #2c2c2c;
}
.act-item a {
    position: relative;
}
.act-item a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all ease .3s;
	background: url(../images/my-account-hover.png) no-repeat;
}
.int-act {
    position: relative;
    padding: 10px;
    background: #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.act-item img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
    height: auto;
    z-index: 1;
}
.int-act:before {
    content: '';
    position: absolute;
    left: -50%;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ee2e24;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.int-act:hover:before {
    left: 0px;
}
.int-act:after {
    content: '';
    position: absolute;
    right: -50%;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ee2e24;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.int-act:hover:after {
    right: 0px;
}
.col-acc span {
    position: relative;
}
.col-acc span:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 71px;
    height: 14px;
    width: 121px;
    background: url(../images/head-seprator.png);
}

/* ************* rent blog **************** */

.rent-post-inner h2 {
    font-size: 22px;
    font-family: Oswald;
    line-height: 32px;
}
.rent-post-inner p {
    font-size: 15px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 27px;
    color: #000;
}
.rent-block-cont {
    background: #edf1f2;
}
.rent-post-inner p i {
    font-size: 17px;
    padding-right: 4px;
}
.rent-post-inner ul li {
    list-style: none;
    display: inline-block;
    padding: 0 40px 0 0;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
}
.col-rent-posts {
    margin: 4rem 0 0;
}
.inn-rent-post {
    padding: 30px;
}
.rent-post-inner ul {
    margin: 20px 0;
}
.rent-adrss {
    margin: 20px 0;
}
.rent-post-inner a {
    font-weight: 700;
    line-height: 17px;
    color: #000;
    font-size: 15px;
}
.rent-blog-desc {
    display: contents;
}
.rent-inn-post {
    padding: 0;
}
.rent-blog-price {
    font-size: 18px;
    font-weight: 600;
    margin: 1.5rem 0 0;
    color: #ee2e24;
}
.rent-post-inner ul li i {
    padding-right: 5px;
}
.rent-post-inner ul li {
    position: relative;
}
.rent-post-inner ul li:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #929292;
    top: 1px;
    right: 20px;
}
.rent-post-inner ul li:nth-last-child(1):after {
    display: none;
}


/* *************************************** */
/********* EDIT ACCOUNT **********/
.edit-form {
    width: 60%;
    max-width: 60%;
    margin: 0 auto 0;
}
.ed-frm {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.ed-body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}
.form-edit {
    margin-bottom: 1rem;
    width: 100%;
}
.edt-fld {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd !important;
    padding: 8px 10px !important;
}
.edit-lines .form-labels {
    margin: 0 0 4px;
}
.btn-primary {
    background-color: #d6322a !important;
}
.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: none;
    color: #fff;
}
.log-btn {
    color: #fff;
    font-weight: 500;
    padding: 12px 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
}
.log-btn:hover {
    background-color: #262626!important;
}
.col-chngpsw {
    margin: 0 0 1rem;
}
.chng-psw {
    color: #ee2e24;
    text-decoration: underline;
}
.chng-psw:hover {
    color: #ee2e24;
	text-decoration: underline;
}
.ed-acnt {
    margin-bottom: 40px;
}
/********* Change Password ********/
.Cncl-btn {
    color: #fff;
    font-weight: 500;
    padding: 10px 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
	background: #262626 !important;
}
.Cncl-btn:hover {
    background-color: #000!important;
}
/********** Logout **********/
.col-frgt {
    padding: 1.5rem 0 0;
}
.frgt-psw {
    color: #ee2e24;
    font-size: 15px;
    text-decoration: underline;
}
.frgt-psw:hover {
    color: #000000;
    font-size: 15px;
    text-decoration: underline;
}
/********** Rent Own Application **********/
.buy-owtxt {
    margin: 20px 0 -10px !important;
}
/******** 12/13 Dec 2018 Posts page ********/
.post-inner h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
	    margin: 0 0 25px;
}
.post-inner h5 {
    color: #949494;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
	margin: 0 0 25px;
}
.post-inner p {
    margin: 0 0 20px;
}
.post-inner {
    padding: 0px 30px;
}
.inn-post {
    padding: 0;
}
.col-posts {
    margin: 3rem 0 0;
}
.read-btn {
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: #ee2e24;
    text-align: center;
    color: #fff;
    font-size: 15px;
	line-height: 17px;
    padding: 12px 35px;
	margin: 15px 0 0;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
}
.read-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}
.read-btn:hover::before {
    height: 100%;
}
.read-btn:hover {
    color: #fff;
}
.post-pic img {
    width: 100%;
	height: 600px
}
.col-apply {
    margin: 3rem 0 0;
	text-align: center;
}
.abt-hme {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.app-inn h4 {
    font-size: 30px;
    font-family: Oswald;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 35px;
}
.app-inn ul {
    margin: 17px 0 0;
}
.app-inn ul li {
    list-style: none;
    padding: 0 10px 0 0;
    display: inline-block;
}
.prnt-btn {
	display: block;
    color: #fffefe;
    background-color: #ee2e24;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1;
}
.form-btn {
	display: block;
    color: #fffefe;
    background-color: #000000;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1;
}
.prnt-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: #e0261c;
    z-index: -1;
}
.form-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: #333;
    z-index: -1;
}
.prnt-btn:hover::before {
    height: 100%;
}
.form-btn:hover::before {
    height: 100%;
}

.prnt-btn:hover {
    color: #fff;
}

.form-btn:hover {
    color: #fff;
}

.rent-own {
background: #F5F5F5;
}
.block-cont {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/******** 12/13 Dec 2018 Posts Detail ********/
.post-dtl {
    margin: 3rem 0 2rem;
}
.bnr-cont h3 {
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}
.dtl-inner th {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
	text-align: center;
}
.dtl-inner td {
    text-align: center;
	font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
	vertical-align: middle;
}
.dtl-inner table {
    margin: 2rem 0 0;
}
.inn-ico {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fbfbfb;
    font-weight: 900;
    text-align: center;
    color: #fff;
}
.ico-main {
    position: relative;
}
.ico-main::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-clip: padding-box;
    width: 92px;
    height: 92px;
    background-color: #ececec;
    zoom: 1;
    opacity: .75;
    display: block;
    z-index: 1;
    left: -11px;
    top: -36px;
}
.post-dtl h6 {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 12px;
}
.post-dtl p {
    font-size: 15px;
    color: #212529;
}
.center-flex {
    text-align: center;
}
.center-flex:not(:last-child) .type-build::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -50px;
    border: 1px dashed #000;
    width: 100px;
}
.inn-ico img {
    margin: -10px 0 0;
}

.dtl-inner h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 15px;
}
.dtl-inner h4 {
    color: #949494;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
}
.indtl-head h2 {
    font-size: 32px;
    font-family: Oswald;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 32px;
	text-align: center;
}
.indtl-head {
    margin: 1rem 0 3rem;
}
.gnrl-dtls {
    border-top: 1px dotted #888;
    padding: 2rem 0 1rem;
}
.lst-btn {
	display: block;
    color: #fffefe;
    background-color: #ee2e24;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 13px 30px 13px 50px;
    text-transform: uppercase;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1;
}
.rtrn-hse:before {
    content: '';
    position: absolute;
    background: url(../images/home.png) no-repeat;
    width: 19px;
    height: 17px;
    left: 23px;
    top: 15px;
}
.eml-frd:before {
    content: '';
    position: absolute;
    background: url(../images/email.png) no-repeat;
    width: 19px;
    height: 14px;
    left: 23px;
    top: 18px;
}
.cmplt-frm:before {
    content: '';
    position: absolute;
    background: url(../images/form.png) no-repeat;
    width: 19px;
    height: 20px;
    left: 23px;
    top: 15px;
}
.prnt-fx:before {
    content: '';
    position: absolute;
    background: url(../images/printer.png) no-repeat;
    width: 19px;
    height: 20px;
    left: 22px;
    top: 15px;
}
.lst-btn:hover {
    color: #fff;
}
.app-bt ul li {
    display: inline-block;
    padding: 0 10px;
}
.col-btns {
    margin: 2rem 0;
}
.app-bt ul {
    text-align: center;
}
/***** slider *****/
.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    overflow: hidden;
    display: block;
	height: 100%;
    object-fit: cover;
}
.carousel-thumbnails .carousel-indicators li {
    height: auto;
	width: 100%;
    border: none;
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
	
	&.active {
		border-bottom: 4px solid #fff;
	}
}
.carousel-indicators {
    bottom: 13px;
    padding-left: 0;
    position: initial;
    margin: 10px 0 0
}
.gall-inner .carousel-item {
    height: 390px;
}
.col-tabs .nav-tabs > li a {
    margin: 20px auto 0;
    width: 60px;
	position: relative;
}
.count {
    text-align: center;
}
.int-txt {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px!important;
    font-weight: normal;
    margin-bottom: 9px;
    text-align: left;
}
.check-colbx .form-inner label {
    text-transform: capitalize;
    color: #000000;
    font-size: 15px!important;
    font-weight: 500;
    margin-bottom: 9px;
	font-family: "Quicksand", sans-serif;
}
.check-colbx {
    width: 50%;
    float: left;
}
.check-col .form-inner label {
    text-transform: capitalize;
    color: #000000;
    font-size: 15px!important;
    font-weight: 500;
    margin-bottom: 9px;
	font-family: "Quicksand", sans-serif;
}
.check-col {
    width: 50%;
    float: left;
}
/******* 08 Jan 2019 ********/
.get-form h4 {
    background: transparent;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin: 0.5rem 0 1rem;
    text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
}
.mn-sbmt input {
    padding: 12px 35px;
}
.show ul li a:hover {
    background: #ee2e24;
}
/******* 14 Jan 2019 ******/
.backtb-bg .form-inner .form-control {
    background-color: #f5f5f5;
    border: none;
    box-shadow: none;
}
.btn-cncl {
    color: #fff;
    font-weight: 500;
    padding: 12px 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    background: #262626 !important;
	text-transform: uppercase;
	border: none;
}
.btn-send {
	color: #fff;
    font-weight: 500;
    padding: 12px 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    background: #ee2e24;
	text-transform: uppercase;
	border: none;
}
.btn-send:focus, .btn-send:active {
    box-shadow: none !important;
}
.btn-cncl:focus, .btn-cncl:active {
    box-shadow: none !important;
}
#ad-tabs .nav-tabs > li a {
    height: 80px;
}
#ab-tabs .nav-tabs > li a {
    height: 80px;
}
#navbarSupportedContent .navbar-nav {
    float: right;
}
/******* 404 Error Page ********/
.sec-error {
    padding: 3rem 0;
}
.error-pg h2 {
    font-size: 120px;
    font-weight: 700;
    text-align: center;
}
.error-pg h3 {
    font-size: 30px;
    text-align: center;
}
.error-pg p {
    font-weight: 300;
    font-size: 15px;
    color: #464646;
    text-align: center;
    margin: 20px 0;
}
.button.button-icon {
    margin-bottom: 15px!important;
    background-color: #ee2e24;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    font-size: 17px;
    line-height: 18px;
    padding: 12px 45px;
    text-transform: uppercase;
}
.bck-hme {
    text-align: center;
    margin: 2rem 0 1rem;
}
.tab-bt {
    text-align: center;
}
/****** Ribbon ******/
.inn-post {
    position: relative;
}
.ribbon.Hot.Price {
    position: absolute;
    right: -8px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 85px;
    text-align: right;
}
.Hot.Price span {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 110px;
    display: block;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    background: #ee4433;
    right: -21px;
}
.Hot.Price span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ee4433;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ee4433;
}
.Hot.Price span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ee4433;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ee4433;
}
.post-inner h6 {
    background: #e1e1e1;
    color: #000000;
    text-align: center;
    padding: 10px;
    margin: 2rem 0 0;
    font-weight: 600;
}

/* other pages */

.other_data p
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;

}

.other_data p a
{
    /*display: block;*/
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.rst-psw {
    font-size: 15px;
    position: relative;
    margin: 0 0 1rem;
    font-weight: 500;
    color: #666;
}
.rst-psw:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 353px;
    background: #909090;
    left: 0;
    bottom: 0px;
}
.banner-form .form-row {
    margin-bottom: 10px;
}
.rent-post-pic img {
    width: 100%;
    height: 100%;
}
.rent-post-pic {
    width: 100%;
    height: 350px;
}
.rent-post-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fq-tst a {
    background-color: #ee2e24;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    padding: 12px 35px;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: 0 0em 0em rgba(0,0,0,0.18);
    line-height: 17px;
    color: #fff;
    font-size: 15px;
    position: relative;
}
.fq-tst a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    background-color: rgba(0,0,0,0.15);
}
.fq-tst a:hover:before {
    height: 100%;
}
.fq-tst {
    margin: 3rem 0 0;
}
.backtosection .header-btn > a {
    border-radius: 2px;
}
.backtosection .header-btn {
    margin-right: 57px;margin-top: 20px;
}

/*************/
    
@media only screen and (max-width: 1200px) {
.backtosection .header-btn {

    margin: 20px auto 30px;
    width: 100%;
    float: left;
    text-align: center;

}
}