body {
    background: #efefef;
}

#realEstate_left {
    float: left;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 2px 5px #9c9c9c;
    overflow: hidden;
}

#realEstate_left .header {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

#realEstate_left .header h1 {
    float: left;
    font-size: 28px;
    font-family: "Goldman", cursive;
    font-weight: bold;
    color: #000000;
}

#realEstate_left .header h2 {
    float: right;
    font-size: 16px;
    background: #007cba;
    color: #fff;
    padding: 6px 20px 5px;
    letter-spacing: 1px;
}

#realEstate_left .header h1,
#realEstate_left .header h2 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#realEstate_left .header .facebook{
    display: none;
}
#realEstate_left .header .tiktok img{
    width: 30px;
}
#realEstate_left #realEstate_img {
    display: none;
    float: left;
    width: 100%;
    height: 265px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

#realEstate_left #realEstate_img iframe {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    border-style: none;
}

#realEstate_left .realEstate_img_up {
    right: 0;
}
#realEstate_left .fotorama__thumb-border {
    border: 4px solid #ecc04a;
}

#realEstate_left .fotorama__wrap {
    margin: 0 auto;
}
#realEstate-view-img-wrapper {
    float: left;
    position: relative;
    width: 100%;
}

#realEstate_left #realEstate_text {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}

h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
    color: #000;
    font-family: "Praise";
    font-size: 32px;
}

#realEstate_left #realEstate_text p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

#realEstate_left #realEstate_text iframe {
    float: left;
    width: 100%;
    margin: 10px 0;
}

#realEstate_extras {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
}
#realEstate_extras p {
    margin: 5px;
}
#realEstate_extras i {
    width: 25px;
}
#realEstate_extras .row {
    float: left;
    width: 100%;
}

#realEstate_extras .entry {
    float: left;
    width: 100%;
    margin: 5px 0 20px;
}

#realEstate_extras h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #375faa;
    margin-bottom: 5px;
}

#realEstate_extras ul {
    float: left;
    width: 100%;
}

#realEstate_extras ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 13px;
    color: #444;
}

#realEstate_extras ul li i {
    width: 25px;
}

#realEstate_extras ul li.inactive {
    color: #ababab;
}

#realEstate_extras ul li.active i {
    color: #00a8ff;
}

#realEstate_extras ul li.inactive i {
    font-size: 4px;
    float: left;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: -1px;
}
#realEstate_extras p img{
    width: 25px;
   margin-right: 7px;
}
#realEstate_attributes {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 5px;
}

#realEstate_attributes ul {
    float: left;
    width: 100%;
}

#realEstate_attributes ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 13px;
    padding: 7px 10px;
    box-sizing: border-box;
}

#realEstate_attributes ul li:nth-child(odd) {
    background: #00000033;
}

#realEstate_attributes ul li label {
    float: left;
    width: 50%;
    color: #444;
}

#realEstate_attributes ul li p {
    float: left;
    width: 50% !important;
    color: #000;
    font-weight: bold;
    line-height: unset !important;
    margin-bottom: unset !important;
}

#realEstate_left .product_perk_entry {
    float: left;
    width: 98%;
    height: 95px;
    margin: 4px 1%;
    border-radius: 30px;
    border: 5px solid #ecc04a;
    background: transparent;
}

#realEstate_left .product_perk_entry .icon {
    float: left;
    width: 30%;
    height: 100%;
    position: relative;
}

#realEstate_left .product_perk_entry .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    padding: 15px 23px;
    border-radius: 37px;
}

#realEstate_left .product_perk_entry span {
    float: left;
    width: 70%;
    padding: 33px 15px;
    box-sizing: border-box;
    font-family: tahoma;
    font-size: 14px;
    color: #000;
}

#realEstate_right {
    float: left;
    width: 100%;
    margin-top: 0;
    background: #f6f6f6;
    box-shadow: 0px 2px 5px #9c9c9c;
}
#realEstate_right #realEstate_category {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}
#realEstate_right #realEstate_price {
    float: left;
    width: 100%;
    background: #f6f6f6;
    color: #000;
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline #ecc04a;
}

#realEstate_right #realEstate_price span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    text-decoration: line-through;
    color: #6b6b6b;
}

#realEstate_right #realEstate_loan {
    float: left;
    width: 100%;
    background: #000;
    color: #ecc04a;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    font-family: Tahoma;
}

#realEstate_right #realEstate_details {
    float: left;
    width: 100%;
    margin: 15px 0;
}

#realEstate_right .realEstate_detail {
    float: left;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 8px 0;
}

#realEstate_right .realEstate_detail label {
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #b5984b;
    margin-top: 1px;
}

#realEstate_right .realEstate_detail span {
    float: left;
    width: 50%;
    font-size: 18px;
    font-family: tahoma, arial;
    font-weight: bold;
    color: #383838;
}

#realEstate_right #realEstate_detail-phone{
width: 100%;
    text-align: center;
    color: #000;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    float: left;
    font-weight: bold;
    transition: .2s;
}

#realEstate_right #realEstate_detail-phone:hover{
    color: #404040;
    transition: .2s;
}

#realEstate_right #application_form_button {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #d7c06a 0%, #dec933 50%, #524a05 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
    transition: 0.5s;
    width: 80%;
    margin: 10px 10%;
    float: left;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
#realEstate_right #application_form_button:hover,
#realEstate_right #application_contact_form_button:hover,
#realEstate_right #application_contact_form button:hover,
#realEstate_right #application_form button:hover {
    box-shadow: 0 0 0 0 rgb(0 40 120 / 0%);
    background-position: 0 0;
}
#realEstate_right #application_form_button i {
    margin-right: 5px;
    font-size: 27px;
}

#realEstate_right #application_form,
#realEstate_right #application_contact_form {
    display: none;
    float: left;
    width: 100%;
    background: #ecc04a;
    padding: 5px 20px 20px;
    box-sizing: border-box;
}

#realEstate_right #application_form h2,
#realEstate_right #application_contact_form h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    font-family: tahoma;
    margin: 10px 0;
}
#realEstate_right #application_form h3,
#realEstate_right #application_form h2 {
    color: #000;
}
#realEstate_right #application_form h3,
#realEstate_right #application_contact_form h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#realEstate_right #application_form .form_control,
#realEstate_right #application_contact_form .form_control {
    float: left;
    width: 100%;
    margin: 3px 0;
}
#realEstate_right #application_form .form_control i {
    color: #000;
}
#realEstate_right #application_form .form_control i,
#realEstate_right #application_contact_form .form_control i {
    float: left;
    width: 15%;
    text-align: center;
    background: #fff;
    height: 40px;
    line-height: 40px;
}

#realEstate_right #application_form .form_control input,
#realEstate_right #application_contact_form .form_control input {
    float: left;
    width: 85%;
    border: none;
    background: #fff;
    height: 40px;
    padding: 0 15px;
}
#realEstate_right .application_marketing.error,
#realEstate_right #application_form .form_control.error i,
#realEstate_right #application_form .form_control.error input,
#realEstate_right #application_contact_form .form_control.error i,
#realEstate_right #application_contact_form .form_control.error input {
    background: #ffe5e5;
}

#realEstate_right #application_form button,
#realEstate_right #application_contact_form button {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}

#realEstate_right #application_form .application_marketing,
#realEstate_right #application_contact_form .application_marketing {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 13px;
    line-height: 28px;
    font-size: 13px;
}

#realEstate_right #application_form .application_marketing input,
#realEstate_right #application_contact_form .application_marketing input {
    float: left;
    width: 30px;
    height: 30px;
}

#realEstate_right #application_form .application_marketing a,
#realEstate_right #application_contact_form .application_marketing a {
    text-decoration: underline;
    color: inherit;
}

#realEstate_right #application_contact_form_button {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #cbcac5 0%, #4e4d41 50%, #0c0c0c 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
    transition: 0.5s;
    width: 80%;
    margin: 10px 10%;
    float: left;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

#realEstate_right #application_contact_form_button i {
    margin-right: 5px;
}

#realEstate_right #application_contact_form {
    background: #000;
}

#realEstate_right #application_contact_form h2 {
    font-size: 24px;
}

#realEstate_right #application_contact_form h3 {
    font-size: 14px;
}

#realEstate_right #application_contact_form .form_control i {
    color: #ecc04a;
}
#realEstate_right #application_contact_form .application_marketing {
    color: #ecc04a;
}
#realEstate_right #application_form button {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #cbcac5 0%, #4e4d41 50%, #0c0c0c 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
    transition: 0.5s;
    width: 80%;
    margin: 10px 10%;
    float: left;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
#realEstate_right #application_contact_form button {
    border-radius: 30px;
    background-image: linear-gradient(45deg, #d7c06a 0%, #dec933 50%, #524a05 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
    transition: 0.5s;
    width: 80%;
    margin: 10px 10%;
    float: left;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}
#realEstate_right #map {
    display: none;
}

#realEstate-related {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#realEstate-related h2 {
    float: left;
    width: 100%;
    background: #ffd800;
    color: #000;
    padding: 15px 0;
    text-align: center;
    font-family: Poppins, Tahoma;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 100px;
}

#realEstate-related p {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    font-family: tahoma;
    color: #5c5c5c;
    line-height: 25px;
}

#realEstate-newest-entries {
    display: grid;
    float: left;
    width: 100%;
    grid-template-columns: 1fr;
}
#realEstate-newest-entries img{
    width: 100%;
    height: 280px;
}
#realEstate-newest-entries p{
    font-size: 23px;
}
#realEstate_map {
    float: left;
    width: 100%;
    height: 500px;
    margin: 40px 0 20px;
    background: #b4b4b4;
    position: relative;
    overflow: hidden;
}
#main-slider {
    display: none;
}
@media screen and (min-width: 420px) {
    #realEstate_extras {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 640px) {
    #realEstate-newest-entries {
        grid-template-columns: 1fr 1fr;
    }
    #realEstate_left .header .facebook,
    #realEstate_left .header .tiktok{
        display: block;
        font-size: 33px;
        margin-left: 15px;
        color: #ecc04a;
        right: 20px;
    }
    #realEstate_left .fotorama__thumb:hover {
        border: 4px solid #000;
        opacity: 0.7;
    }
}

@media screen and (min-width: 800px) {
    #realEstate_left .header h1,
    #realEstate_left .header h2 {
        width: auto;
        text-align: left;
        box-sizing: unset;
    }

    #realEstate_left .header .facebook,
    #realEstate_left .header .tiktok{
        position: unset;
        right: unset;
        float: right;
    }
}

@media screen and (min-width: 960px) {
    #realEstate-newest-entries {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #realEstate_left .realEstate_img_down:hover,
    #realEstate_left .realEstate_img_up:hover {
        background: #ecc04a;
        transition: 0.3s;
    }
    .realEstate-catalog-entry {
        margin: 10px calc(10% / 6);
    }

    .realEstate-catalog-entry-img {
        height: 190px;
    }

    #realEstate_left {
        width: 65%;
        margin-right: 2%;
    }

    #realEstate_left #realEstate_img {
        display: block;
        height: 515px;
    }

    #realEstate_left .product_perk_entry {
        width: 46%;
    }

    #realEstate_extras .row {
        width: calc(100% / 3);
    }

    #realEstate_right {
        width: 33%;
        margin-top: 20px;
    }

    #realEstate_right #map {
        display: block;
        float: left;
        width: 100%;
        height: 500px;
    }
    #realEstate-related h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1125px) {
    #realEstate_extras {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #realEstate_left {
        width: 73%;
    }
    #realEstate_right {
        width: 25%;
        margin-top: 20px;
    }

}
@media screen and (min-width: 1200px){
    #realEstate-newest-entries {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}