.main-container {
    padding: 0 !important;
}

.bodyContainer .text-muted,
.bodyContainer .text-secondary {
    color: #A6A6A6 !important;
}

.propertyPrice {
    color: #FFF;
    font-weight: 900;
}

.textTop {
    margin-bottom: -9px;
}

.card {
    background: transparent !important;
}

.card-header {
    background: transparent !important;
}

.propertyDetail {
    background-color: #000;
}

.descTitle {
    font-size: 18px;
}

.fa-check-circle {
    color: #858585;
}

canvas {
    height: 200px !important;
    margin: auto !important;
    width: 200px !important;
}

.single-similar-more {
    cursor: pointer;
    transition: all .1s ease-in;
}

.single-similar-more:hover {
    color: #eaeaea;
}

#property-map {
    border-radius: 3px;
    height: 450px;
    width: 100%;
}

.similarCard {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cardImg {
    border-radius: 3px 3px 0 0 !important;
    height: 200px;
    object-fit: cover;
}

.listingPrice {
    color: #FFF;
}

.card-footer {
    border-radius: 0 0 3px 3px !important;
    font-size: .75rem;
}

.smallText {
    font-size: 14px;
}

.webform-submission-request-property-info-add-form {
    padding-top: 1.5rem;
}

.form-item-request-title {
    color: #FFF;
    font-weight: 900;
    margin-bottom: .5rem !important;
    margin-top: 0 !important;
}

.form-item-email {
    margin-top: 0 !important;
}

.form-submit {
    background-color: #3e3e3e !important;
    color: #FFF !important;
    font-weight: 700 !important;
    transition: all .1s ease-in;
    width: 100%;
}

.form-submit:hover {
    background-color: #494949 !important;
}

@media (min-width: 768px) {
    html, body {
        overflow-x: initial !important;
    }

    aside {
        height: 100%;
        padding-bottom: 50px;
        position: sticky;
        top: 60px;
    }
}

@media print {
    .noPrint,
    .infobar,
    #navbar,
    .similarProperties,
    .footer-copyright,
    .footer-mission,
    .quickLinks,
    .uwy,
    aside.col-sm-3 {
        display: none;
    }

    body {
        background-color: #FFF;
        color: #000 !important;
    }

    section.col-sm-9 {
        width: 100% !important;
    }

    .propertyPrice {
        color: #000 !important;
    }

    #details {
        padding-top: 0 !important;
    }

    #amenities {
        float: right;
        width: 48%;
    }

    .propertyDetailsCard {
        box-shadow: none;
    }

    .infoLine {
        width: 100%;
    }

    .infoLine div {
        margin-top: none !important;
    }
}