html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

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

.row {
    width: 100%;
}

.bodyContainer {
    font-size: 16px;
    margin: 2rem auto 0 auto;
    width: 95%;
}

.propertyInfo {
    gap: 1rem;
}

.propertyAddress {
    font-weight: 600;
}

.propertyPrice {
    color: #f4b13e;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0;
}

.propertyStats {
    display: flex;
    gap: 2rem;
}

.propertyStatsItem {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    text-align: center;
}

.propertyStatIcon {
    font-size: 1.5rem;
}

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

.propertyDetailSection {
    padding-top: 3rem;
}

.propertyDetailsCard {
    background-color: #FFF;
    border-radius: .5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    display: flex;
    flex-direction: column;
}

.cardHeader {
    background-color: #2f5282 !important;
    border-radius: .5rem .5rem 0 0;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem 1rem;
}

.cardBody {
    margin-bottom: .5rem;
    padding: 1rem;
}

.propertyDetail {
    background-color: #f3f4f6;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding: .75rem 1.5rem;
}

.propertyDetailTitle {
    font-weight: 600;
}

.propertyDetailTitle,
.propertyDetailText {
    margin-bottom: 0;
}

.descContainer {
    margin-top: 2rem;
}

.descTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.fa-check-circle {
    color: #2f5282;
    margin-top: .3rem;
    padding-right: .5rem;
}

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

.chartTotalPrice {
    font-weight: 700;
    margin-bottom: 0;
}

.paymentChartMiddle {
    margin-top: 2rem;
}

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

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

#property-map {
    border-radius: 0 0 .5rem .5rem;
    height: 450px;
    width: 100%;
}

.similarProperties {
    margin-bottom: 3rem;
}

.similarTitle {
    color: #2f5282;
    font-size: 1.8rem;
    font-weight: 600;
}

.similarCardsContainer {
    gap: 1rem;
}

.similarCard {
    background-color: #FFF;
    border-radius: .5rem;
    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: .5rem .5rem 0 0;
    height: 200px;
    object-fit: cover;
}

.cardBody {
    flex-grow: 1;
}

.propertyAddress {
    font-size: 1rem;
    font-weight: 400;
}

.listingPrice {
    color: #f4b13e;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: auto;
}

.cardFooter {
    border-top: 1px solid #EFEFEF;
    font-size: 12px;
    margin-top: auto;
}

.smallText {
    font-size: 14px;
}

.webform-submission-request-property-info-add-form {
    margin: 0 auto 3rem auto;
    padding-top: 1.5rem;
    width: 95%;
}

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

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

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

.form-submit:hover {
    background-color: #3e6396 !important;
}
@media (min-width: 768px) {
    .main-container .container {
        width: 95% !important;
    }

    .main-container .row:first-child {
        margin-left: 0 !important;
    }

    .col-sm-9 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bodyContainer,
    .webform-submission-request-property-info-add-form  {
        width: 100%;
    }

    .webform-submission-request-property-info-add-form {
        margin: 0 auto;
    }

    .propertyInfo {
        gap: 5rem;
    }

    .bodyContainer {
        margin: 2rem auto 5rem auto;
    }
}

@media (max-width: 767px) {
    .main-container .row:first-child {
        margin: 0 !important;
    }
}

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

    body {
        background-color: #FFF;
        color: #000 !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;
    }
}