html {
    background-color: #F4FAFC;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.property-logo-alignment {
    margin: 0 auto;
}

.two-backgrounds {
    width: 100%;
    height: 100%;
    position: absolute;
}

.property-background {
    left: 0;
    background: no-repeat fixed;
    position: fixed !important;
}

.qw-background {
    right: 0;
}

.property-background, .qw-background {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 50%;
    position: absolute;
    transition: 750ms ease all;
}

.main-heading {
    padding: 32px;
}

.main-heading > h1 {
    color: #333333;
}

.main-footer {
    padding: 32px;
}

.about-qw-container {
    padding: 32px;
}

.qw-portal-cta-btn-container {
    margin: 12px 0;
}

.qw-portal-cta-btn {
    margin: 10px 12px 10px 0;
    padding: 4px 32px;
}

.property-ad-container, .about-qw-container {
    transition: 1s ease all;
}

#qw-toggle-about-view-btn {
    height: 60px;
    width: 60px;
}

/*.toggle-about-view-btn-sm {*/
    /*display: none;*/
/*}*/

.main-footer, .main-footer a {
    color: #333333;
    font-weight: 300 !important;
    font-size: 12px;
    line-height: 14px;
}

.main-footer a {
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .main h2.title {
        font-size: 28px;
    }

    .btn.btn-lg {
        padding: 12px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .main h2.title {
        font-size: 22px;
        text-align: center;
    }

    .btn.btn-lg {
        padding: 10px;
        font-size: 14px;
    }

    .footer {
        text-align: center;
    }

    .qw-background {
        position: relative !important;
        width: 100%;
        height: auto;
        text-align: center;
        left: 0 !important;
    }

    .property-background {
        position: relative !important;
        width: 100%;
        height: auto;
        text-align: center;
        background: #eeeeee !important;
        left: 0 !important;
        padding: 32px 0;
    }

    .property-logo-alignment {
        max-width: 250px;
    }

    .main-heading h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .main-heading h1 {
        font-size: 42px;
        color: #333333;
        max-width: 540px;
    }

    .property-ad-container,
    .qw-background > .container-fluid {
        height: 100%;
    }

    .property-ad-container {
        display: flex;
        align-items: center;
    }
}

/* Button Info Customize for QW*/





/* Button Info Customize for QW*/
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.qw-info {
    padding: 30px 0 0;
    text-align: center;
}

.qw-info .qw-info-title {
    color: #3C4858;
    font-weight: 700;
    margin: 30px 0 15px;
}

.qw-info .qw-icon-info > i {
    color: #333333;
    font-size: 4.4em;
}

.features {
    padding: 0;
}

.main-features {
    border: 1px dashed #36d1dc;
}

.qw-info p {
    padding: 0 20px 20px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}

.description {
    color: #333333;
}

.qw-social-btn {
    min-width: 48px;
    min-height: 48px;
    padding: 0 14px;
    margin-left: 0;
}

.qw-social-btn > i {
    padding-top: 12px;
}