#topbar{
    display: none !important;
}

#loading {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #ffffff;
    z-index: 9999999;
  }
  
#loading-image {
    z-index: 100;
    width: 200px;
}

/* .parallax-container{
    height: 50% !important;
} */

/* home.html */
.about_us_image{
    height: 150px !important;
    width: 150px !important;
    img{
        border-radius: 10px;
    }
}

.home_header, .footer-content{
    background-image: linear-gradient(to right, #f7941e, #f5b15e) !important;
}

.home_header{
    font-size: 2rem !important;
}


.property_image {
    width: 100% !important;
    height: 270px !important;
    object-fit: cover;
}

.post-item.border .post-item-wrap {
    border: 1px solid #f2f2f2;
}

/* header.html */
.header_menu:hover{
    color: #f7941e !important;
}

.dropdown-item:hover{
    color: #f7941e !important;
}

.header_menu{
    font-size: large !important;
}

.active-header {
    .header_menu {
        color: #f7941e !important;
    }
}

.home_properties .property_class:hover{
    margin-top: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


.home_properties .property_class {
    margin-bottom: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* Property.html */
.property_price{
    background-color: #f7941e;
    padding: 8px 12px;
    border-radius: 10px;
    b, i{
        color: #fff;
    }       
}
.property_share{
    /* background-color: #f7941e; */
    padding: 5px 5px;
    border-radius: 10px;
    align-items: center;
    b, i{
        color: #070707;
    }       
}

.post-navigation{
    min-height: 0px;
}

.property_container{
    margin: 0px 150px;
}

.property_basic_detail{
    color: #000000;
    font-weight: 600;
}

.property_value{
    color: #ff8c00;
    font-weight: 600;
}

.property_carousal_image{
    height: 600px !important;
}

.property_floor_plan{
    height: 250px !important;
    width: 33% !important;
}

.attachment_files{
    width: 100%;
}

.list-group-item{
    padding-top: 13px;
    padding-bottom: 13px;
}

/* whatsapp_us.html */
.widget-button-wrapper {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999999;
    display: flex;

    .widget-button {
        background: #2db742;
        outline: none;
        border: none;
        padding: 10px 30px;
        color: #fff;
        border-radius: 30px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s all ease;

        &.widget-button-icon-only {
            padding: 10px 13px;
            .widget-button-title {
                display: none;
            }

            .fa-whatsapp {
                margin: 0;
            }
        }
    }
    .fa-whatsapp {
        font-size: 33px;
        margin-right: 8px;
    }
}

/* footer.html */
.footer_button{
    background-color: white !important;
    color: black !important;
}

.company_name{
    font-weight: bold !important;
}

a:hover {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
  }

.copyright-content{
    background-color: #e7e7e7 !important;
    border-top-style: outset;
    border-width: medium;
    font-weight: bold !important;
  }

.alert-success{
    .close{
        background: transparent !important;
        border: none !important;
        right: 0 !important;
        top: 0 !important;
        font-size: 35px;
    }
}

.flickity-page-dots{
    display: none !important;
}


@media screen and (max-width: 1500px) {
    .property_container{
        margin: 0px 50px;
    }
}
@media screen and (max-width: 1300px) {
    .web-name{
        display: none;
    }
    .property_right_sidebar, .property_left_sidebar{
        width: 100%;
    }
    .basic_info_1{
        display: none;
    }
    .basic_info_2{
        display: block !important;
    }
}

@media screen and (max-width: 993px) {
    .offset-1{
        margin-left: 0px;
    }    
}

@media screen and (max-width: 780px) {
    .toolbar-container{
        display: none !important;
    }
    .property_carousal_image{
        height: 300px !important;
    }
}


