/*
div#calculator {
    min-height: 990px !important;
}
*/

#calculator button#calcRent {
    height: 65px;
    font-size: 24px;
    float: none
}

#calculator .btn-red {
    background: #013cdd;
    color: #fff;
    float: none;
    font-weight: 700;
    border: none;
    border-radius: 25px
}

#calculator .btn-gray {
    background: #7f7f7f;
    color: #fff;
    float: none;
    font-weight: 700;
    border: none;
    border-radius: 25px
}

#calculator .bedroom-btns input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0
}

#calculator .bedroom-btns label {
    display: inline-block;
    width: calc(49% - 10px);
    margin: 5px
}

#calculator .bedroom-btns input[type=radio]:checked+label {
    background-color: #000000;
}

#calculator label button {
    width: 100%;
    border-radius: 20px !important
}

.rentslider {
    margin-top: 29px;
    width: 100%;
    -webkit-appearance: none;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: 0;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 30px
}

.rentslider:focus {
    outline: 0
}

.rentslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #013cdd;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 2px 2px 0 #d3d3d3
}

.rentslider::-moz-range-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #013cdd;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 2px 2px 0 #d3d3d3
}

.rentslider::-moz-focus-outer {
    border: 0
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 75px;
    height: 50px;
    background: 0 0;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: -35px;
    color: #d3d3d3;
    font-size: 24px
}

.rs-label::after {
    content: "%"
}

.ticks {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px
}

.tick {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1px;
    background: gray;
    height: 15px;
    line-height: 75px;
    margin-bottom: 30px
}

p#no_results,
p#rentResults {
    text-align: center;
    color: #013cdd;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    margin: 60px 0
}

p#no_results a,
p#rentResults a {
    color: #013cdd
}

#mobile-morebutton,
#morebutton {
    display: none;
    margin: 30px 0 45px;
    text-align: center
}

#calculator a.redbtn {
    background-color: #013cdd;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

#calculator .row.vdivide [class*=col-]:not(:last-child):after {
    background: #f1f1f1;
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px
}

.rcalculator .col-md-4 {
    padding: 0 40px 0 40px
}

.rcalculator .rcalc-col {
    max-width: 380px
}

input#my_income,
input#my_location {
    border-radius: 6px;
    background: #f1f1f1;
    color: #555;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    display: block
}

.row.rintro {
    background: #f1f1f1;
    border-radius: 0 75px 0 75px;
    margin-bottom: 20px;
    margin-top: 70px;
    padding: 0;
    text-align: center
}

#calculator img.rintro_image {
    width: auto;
    position: relative;
    top: -150px;
    left: 0;
    margin-bottom: -350px;
    float: left
}

.row.rsuggested {
    background: #f1f1f1;
    border-radius: 75px 0 75px 0;
    padding: 0;
    text-align: center
}

#calculator img.rsuggested_image {
    width: auto;
    position: relative;
    top: -100px;
    margin-bottom: -450px;
    float: right
}

.row.rintro p,
.row.rsuggested p {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    padding-bottom: 25px
}

.row.rsuggested p {
    width: 50%
}

#calculator .row.rintro h2,
#calculator .row.rsuggested h2 {
    max-width: 80%;
    padding: 0 0 15px;
    margin: 50px auto 25px;
    border-bottom: 3px solid #013cdd;
    display: inline-block
}

.rcal-col {
    text-align: center
}

.rcal-col img.mx-auto {
    width: auto !important
}

#calculator .rcalculator h3 {
    color: #7f7f7f;
    text-align: center;
    font-size: 22px
}

.row.rrentals_intro {
/*    background: #000000; */
    padding: 0;
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    display: -webkit-box
}

#calculator .rrentals_intro h2 {
/*    color: #fff; */
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px
}

div#rproperties {
    max-width: 100%;
    display: flex;
/*    justify-content: flex-start; */
    margin: 0;
    flex-wrap: wrap
}

.property {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
/*    border: 1px solid #ddd;
    border-radius: 5px; */
    margin-left: 0
}

div#rrentals_results {
    display: inline !important;
    width: -webkit-fill-available;
    margin-left: 0
}


div#rproperties .property p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #A6A7A8;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

p.prop_name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
/**    font-size: 26px; **/
    line-height: 56px;
    color: #4561E8 !important;
}

div#rproperties .property p.prop_sub {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

div#rproperties .property p.prop_addr {
    font-family: interregular, sans-serif;
    color: #58585A;
    font-size: 14px;
    height: auto;
    line-height: 18px;
    max-width: 100%;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis;
    white-space: nowrap
}

div#rproperties .property p.prop_price {
    font-family: intersemi_bold, sans-serif;
    width: 100%;
    display: block;
    color: #000000;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}

div#rproperties .property p.prop_phone {
    text-align: right
}

div#rproperties .property p.prop_beds {
    font-size: 14px;
    width: 50% !important
}

/* div#rproperties .property div.prop_aggs {
    width: 100% !important;
    float: left;
} */

div#rproperties .property ul.prop_beds {
    padding-inline-start: 12px;
    list-style: none;
    font-size: 14px;
    color: #57575a;
}

div#rproperties .property ul.prop_baths {
    padding-inline-start: 0;
    font-size: 14px;
    color: #57575a;
}

.prop_baths li {
    padding-left: 20px;
}

div#rproperties .property img {
    display: block;
    float: none;
    margin: 0;
    padding: 0 !important;
    height: auto !important
}

div#rproperties .propimg {
    height: 275px;
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 3/2
}

div#rproperties a.prop_link {
    width: 130px;
    height: 30px;
    background-color: #013cdd;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bolder;
    padding: 8px;
    letter-spacing: .03em;
    border: none;
    display: block;
    line-height: 1;
    float: right;
    text-align: center;
    text-decoration: none
}

.row.rfaq {
    text-align: center
}

#calculator .row.rfaq h2 {
    max-width: 80%;
    padding: 90px 0 15px;
    margin: 0 auto 25px;
    border-bottom: 3px solid #013cdd;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 38px;
    line-height: 1;
    color: #000
}

.rfaq #accordion {
    text-align: left;
    width: 80%;
    margin: 0 auto
}

.card-body {
    margin-bottom: 20px;
    font-size: 18px;
    color: #7f7f7f;
    line-height: 1.5;
    padding-left: 30px
}

.card h5 {
    margin-bottom: 10px;
    font-family: 'Barlow Semi Condensed';
    font-size: 21px
}

.card h5:before {
    content: url(../img/side-red-arrow.png);
    position: relative;
    z-index: 100;
    left: -25px;
    top: 5px
}

.card.faq_open {
    background: #f1f1f1
}

.card.faq_open h5:before {
    content: url(../img/down-red-arrow.png)
}

.rfaq {
    background: url(../img/down-red-arrow.png) no-repeat -9999px -9999px
}

@media screen and (max-width:992px) {
    .row.rintro {
        margin-top: 150px
    }
    .h2 {
        font-size: 1.3rem;
        margin-bottom: 0.25rem;
    }
    p.prop_name {
        font-size: 18px;
        line-height: 32px;
    }

    p.prop_sub {
        font-size: 16px;
        line-height: 32px;
    }
    #calculator img.rintro_image {
        top: -185px;
        margin-bottom: -250px
    }
    .row.rsuggested {
        margin-top: 300px
    }
    #calculator img.rsuggested_image {
        top: -250px;
        margin-bottom: -300px
    }
    #calculator .row.rintro h2,
    #calculator .row.rsuggested h2 {
        margin: 70px auto 25px
    }
    .row.rsuggested p {
        width: 80%
    }
    .property {
        width: 100%;
        padding: 0;
        /* padding-bottom: 25px; */
        margin-left: 0;
    }
    div#rproperties .propimg {
        height: 168px;
        width: 100%;
        margin-bottom: 10px;
    }
    .card h5 {
        line-height: 1.5
    }
    .card h5:before {
        left: -5px
    }
    #calculator .row.vdivide [class*=col-]:not(:last-child):after {
        background: #fff
    }
    #calculator .row.vdivide [class*=col-] {
        border-bottom: 2px solid #f1f1f1;
        padding: 40px 0 70px
    }
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0)
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg)
    }
}

.spinner {
    height: 10vh;
    opacity: 1;
    position: relative;
    transition: opacity linear .1s
    visibility: hidden;
    display: none;
}

.spinner::before {
    animation: 2s linear infinite spinner;
    border: solid 3px #eee;
    border-bottom-color: #4561EC;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    width: 40px;
    will-change: transform
}