.propertytitle {
    font-weight: 700;
    font-size: 20px;
}

.subheading {
    font-weight: 330;
    color: #575D75;
}

.nearlocation .card {
    border: none;
    background-color: white;
    border-radius: 7px;
}

.nearlocation .card .card-body {
    line-height: 2rem;
    padding-left: 6%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nearlocation .card .card-body .title,
.subtitle {
    font-size: 16px;
}

.nearlocation .card .card-body .title {
    font-weight: 330;
    color: #575D75;
}

.nearlocation .card .card-body .subtitle,
.description .card .card-body .subtitle {
    font-weight: 700;
    color: #030911;
}

.propertydetails {
    background-image: linear-gradient(white, #e8e7e7);
}

.pricedetails .card .subtitle {
    display: flex;
    align-items: center;
}

.pricedetails .card {
    border: none;
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.pricedetails .card .subtitle large,
.pricedetails .card .subtitle span {
    font-size: 20px;
}

.pricedetails .card .subtitle large {
    font-weight: 700;
    color: #F7941E;
}

.propertydetails .card-body {
    padding-left: 14px;
    padding-right: 14px;
}

.bredcrunbltwo {
    color: #F7941E;
}

.property-heading {
    margin-top: 32px;
    margin-bottom: 15px;
}

.pricedetails p,
.roomfeatures .label,
.commonfacility .label,
.nearlocation .label {
    font-weight: 700;
    font-size: 20px;
    color: #9197AE;
}

.btn-outline-myroomie {
    color: #575D75;
    border-color: #E8E9EB;
}

.btn-outline-myroomie a {
    color: #575D75;
    /* border-color: #E8E9EB; */
}

.form-heading {
    font-size: 20px;
    color: #575D75;
    font-weight: 700;
}

.schedulevisit-booknow-form .active {
    background: #72BE44;
    color: #FFFFFF !important;
}

.schedulevisit-booknow-form .btn-day {
    width: 50%;
    font-weight: 330;
    font-family: Open Sans, sans-serif;
    height: 30px;
    border-radius: 5px;
    padding: 0px;
    font-size: 13px;
    color: black;
}

.large-checkbox {
    width: 25px;
    /* Adjust width as needed */
    height: 25px;
    /* Adjust height as needed */
    transform: scale(1.5);
    /* Alternative way to scale */
    margin-right: 10px !important;
    /* Space between checkbox and label */

}

.btn-myroom {
    background: #72BE44;
}

.btn-booknow {
    background: white;
    color: orange;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
}

a.terms {
    text-decoration: underline;
    color: orange;
}

hr {
    border-top: 1px dotted #E8E9EB;
}

.description a {
    color: rgba(247, 148, 30, 1);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.description a:hover {
    color: rgba(247, 148, 30, 1);
    text-decoration: none;
}

.termsError {
    color: red;
}

@media (max-width: 991px) {
    .vectorback1 {
        transform: translate(0px, 0px);
        z-index: revert-layer;
        width: 100%;
    }

    .pricedetails .card .card-body .title,
    .subtitle {
        font-size: 12px;
    }

    .pricedetails .card .subtitle large,
    .pricedetails .card .subtitle span {
        font-size: 16px;
    }

    .subtitle.small large {
        font-size: 13px !important;
    }

    .sm-padding {
        padding: .25rem;
    }

    .pledgeicon p {
        font-size: 14px;
    }

    .nearlocation .card .card-body .title,
    .subtitle {
        font-size: 14px;
    }

    .subtitle.small {
        font-size: 8px;
    }

    .mob-margin {
        margin-top: 1.5rem
    }
}