:root {
    --accent-color: #000;
    --trans: 0.4s all ease;
}

.otgs-development-site-front-end, .grecaptcha-badge {
    display: none !important;
}

#multi-step-form .fw-choice.fw-input-container {
    display: inline-block;
    width: 49%;
}

#multi-step-form {
    background: rgba(0, 0, 0, 0.05);
    padding: 40px;
    box-shadow: 2px 4px 6px #ddd;
}

#multi-step-form .fw-plain-layout .fw-step-part-title {
    display: none !important;
}

.bigger-container {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    width: 100%;
}

.flush {
    padding: 0 !important;
}

.about-inner .contact-info {
    padding-left: 40px;
}

.usinvest {
    padding: 70px 0px 70px 0px;
}

.innerpage .inner {
    padding-left: 20px;
}

.cta-buyer-seller .about-box img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.about .about-box img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-row {
    margin-bottom: 40px;
}

.aboutPage {
    padding: 70px 0;
}

.resp-table {
    overflow-x: auto;
}

.ratehub-calc .rh-calc-main .col1, .ratehub-calc .rh-calc-main .profile label {
    font-weight: 400 !important;
}

#payment-calc .calc-tip-wrapper {
    z-index: 9 !important;
}

.innerForm {
    margin-top: 70px;
}

.innerForm .formstyle {
    padding: 0;
    margin-top: 40px;
}

.agency-logo-ctn a img {
    max-width: 215px;
}

.referral{
    padding: 70px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.referral:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
}

.referral .section-title h2 {
    color: #fff;
}

.referral .inner p {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.swiper.property-swiper .swiper-button-next, 
.swiper.property-swiper .swiper-button-prev {
    position: absolute;
    display: block;
    min-width: 55px;
    min-height: 50px;
    color: #000;
    background: rgba(255, 255, 255, .8);
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s all ease;
    z-index: 1000;
}

.swiper.property-swiper .swiper-button-next:hover, 
.swiper.property-swiper .swiper-button-prev:hover {
    background: #000;
    color: #fff;
}


.swiper.property-swiper .swiper-button-prev:after, 
.swiper.property-swiper .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}