html,
body {
    background: #F7F8FA;
    color: #191A19;
    width: 100%;
    height: 100%;
    font-size: 95%;
    overflow-x: hidden;
    font-family: 'Outfit', sans-serif;
}

body {
    margin: 0 0 100px;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.swal-modal * {
    text-align: center;
}

.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    cursor: pointer;
}

.main-bg {
    background: #288162 !important;
}

.bg-main {
    background: #191A19 !important;
}

.text-main {
    color: #191A19 !important;
}

.bg-main-alt {
    background-color: #1E5128 !important;
}

.text-main-alt {
    color: #1E5128 !important;
}

.bg-main-light {
    background: #C8FF88 !important;
}

.text-main-light {
    color: #C8FF88 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.text-gray {
    color: lightgray !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

.btn-main {
    border-radius: 8px;
    background-color: #191A19;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.08em;
    border: 1px solid #191A19;
    padding: 0.8rem 1.1rem;
}

.btn-main:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #1E5128;
    border: 1px solid #1E5128;
    color: #fff;
}

.border-main {
    border-color: #191A19 !important;
}

a {
    text-decoration: none !important;
}


.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-105 {
    font-size: 105%;
}

.font-110 {
    font-size: 110%;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.form-group.row .col-md-3,
.form-group.row .col-md-4 {
    padding-top: 6px;
}

.pointer {
    cursor: pointer;
}

.property {
    border-radius: 20px;
    position: relative;
    border: 1px solid #f5f5f5;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
    margin-bottom: 30px;
}

.property .options {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    z-index: 9;
}

.property .options .label {
    background: white;
    color: #191A19;
    border: 2px solid #191A19;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.property .options .btn-favourite {
    background: white;
    color: #191A19;
    padding: 10px;
    border: 0;
    border-radius: 30px;
    line-height: 15px;
    font-weight: 600;
}

.property .options .btn-favourite i {
    height: 20px;
    font-size: 20px;
    width: 20px;
}

.property .property-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 15px;
}

.property .price-pill {
    display: inline-block;
    background: #C8FF88;
    color: #333;
    border: 3px solid #C8FF88;
    padding: 4px 15px;
    letter-spacing: .4px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 15px;
    font-weight: 700;
}

.property .price-pill span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 12px;
}

.property .property-details {
    padding: 10px 20px 20px 18px;
}

.property .property-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    min-height: 54px;
}

.property .property-location {
    color: #777;
    font-weight: 400;
}

.property .property-location i {
    color: #191A19;
    margin-right: 2px;
}

.property .property-stats {
    text-align: center;
    margin-top: 20px;
}

.property .property-stats .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.property .property-stats h6 {
    color: #333;
    /*    color: #191A19;*/
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 4px;
}

.property .property-stats .row .col-4:nth-child(3) h6 {
    font-size: 15px;
    margin-bottom: 3px;
}

.property .property-stats p {
    font-size: 11.5px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
}

.property .property-stats i {
    /*    color: #888;*/
    font-size: 15px;
    margin-right: 3px;
    color: #555;
}

.property .property-stats img {
    width: 22px;
}

.property .property-foot {
    margin-top: 30px;
}

.property .property-price p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.property .property-price h6 {
    color: #333;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;
}

.property .btn-buy {
    display: inline-block;
    background: #222;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 15px;
    letter-spacing: .6px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}


@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    div.p-4 {
        /*        padding: 0.8rem !important;*/
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }

}
