* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Nunito";
    padding-top: 82px;
    direction: ltr !important;
}

.MainBody {
    padding-top: 0;
}

.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

    .owl-nav > div {
        background: transparent;
        border: 2px solid #c69b5b;
        color: #c69b5b;
        font-size: 25px;
        z-index: 100;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .owl-nav > div:hover {
            background: #c69b5b;
            color: #fff;
        }

    .owl-nav .owl-prev {
        position: relative;
        right: 70px;
        top: 35px;
    }

    .owl-nav .owl-next {
        position: relative;
        left: 70px;
        top: 35px;
    }

a,
a:hover {
    text-decoration: none;
    outline: none;
}

label {
    color: #7e7e7e;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}

.form-control {
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}

    .form-control::placeholder {
        color: #7e7e7e;
    }

select {
    padding: 5px 20px !important;
    /* padding-right: 20px !important; */
    height: 40px !important;
    background: url("../images/SelectArrow.png") no-repeat right;
    background-position-x: 95%;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: 1px solid #dedede !important;
    background-color: #f9f9f9 !important;
}

    select:valid {
        color: #000;
    }

    select:invalid {
        color: #7e7e7e;
    }

.form-control,
textarea.form-control {
    box-shadow: none;
    border: 1px solid #ececec;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

    .form-control:focus,
    textarea.form-control:focus {
        color: #000;
        border-color: #c69b5b;
        box-shadow: none;
    }

textarea.form-control {
    resize: none;
    height: 120px;
}

.modal {
    z-index: 1075;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    border-radius: 3px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.SearchModelContent {
    background-color: transparent;
}

.Status_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
    text-align: center;
}

    .Status_PopUp .title {
        margin-bottom: 20px;
    }

        .Status_PopUp .title .Contacted {
            color: #37de0f;
        }

        .Status_PopUp .title .Sold {
            color: #eb2727;
        }

        .Status_PopUp .title .Processing {
            color: #c69b5b;
        }

    .Status_PopUp .desc p {
        color: #000;
        font-size: 14px;
        text-align: center;
    }

.search_box_popup {
    width: 90%;
    margin: auto;
    text-align: center;
}

    .search_box_popup .searchHeader {
        padding: 5px;
        background-color: #f9f9f9ed;
        border: 1px solid #fff;
        border-radius: 3px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

        .search_box_popup .searchHeader .email-box {
            position: relative;
            width: 100%;
            height: 40px;
            /* border-right: 1px solid #FFF;
    margin-right: 10px; */
        }

            .search_box_popup .searchHeader .email-box .searchInp {
                position: absolute;
                left: 0;
                width: 90%;
                color: #7d7d7d;
                border-radius: 0;
                background-color: transparent;
                border: none;
                padding: 20px 10px;
                transition: all 0.2s ease-in-out;
            }

            .search_box_popup .searchHeader .email-box .searchButton {
                text-align: center;
            }

                .search_box_popup .searchHeader .email-box .searchButton button {
                    position: absolute;
                    right: 0;
                    width: 10%;
                    background-color: transparent;
                    color: #c69b5b;
                    border-radius: 0;
                    padding: 7px;
                    transition: all 0.2s ease-in-out;
                    cursor: pointer;
                }

                    .search_box_popup .searchHeader .email-box .searchButton button i {
                        font-size: 16px;
                    }

/* .search_box_popup .searchHeader .Selectmenu {
    width: 30%;
}

.search_box_popup .searchHeader .Selectmenu select {
    background-color: transparent !important;
    border: none !important;
}

.search_box_popup .searchHeader .Selectmenu select:valid {
    color: #C69B5B;
} */

.Search_Icon {
    position: absolute;
    right: 40px;
    top: 15px;
    font-size: 20px;
    color: #c69b5b;
}

.Arabic {
    font-family: "Cairo", sans-serif;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #0000004d;
}

.Section_title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

    .Section_title h2 {
        margin-bottom: 0;
        color: #000;
    }

.Inside_Section_title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

    .Inside_Section_title h2 {
        margin-bottom: 0;
        color: #000;
    }

        .Inside_Section_title h2::before,
        .Inside_Section_title h2::after {
            display: inline-block;
            content: "";
            border-top: 0.2rem solid #c69b5b;
            width: 3rem;
            margin: 0 1rem;
            transform: translateY(-0.5rem);
        }

.nav-pills {
    padding: 0;
}

    .nav-pills .nav-link {
        color: #000;
        border: 1px solid #e3e3e3;
        background-color: #f9f9f9;
        padding: 7px;
        margin-right: 0px !important;
        border-radius: 0px;
        text-align: center;
        width: 100px;
        transition: all 0.2s ease-in-out;
    }

        .nav-pills .nav-link.Rent {
            border-radius: 3px 0 0 3px;
        }

        .nav-pills .nav-link.Replace {
            border-radius: 0 3px 3px 0;
        }

        .nav-pills .nav-link:last-of-type {
            margin-right: 0;
        }

        .nav-pills .nav-link.active,
        .nav-pills .nav-link:hover,
        .nav-pills .show > .nav-link {
            background-color: #c69b5b;
            border-color: #c69b5b;
            color: #fff;
        }

.Test_Tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    cursor: pointer;
    margin-bottom: 30px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        background-color: #fff;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #ddd;
        outline: none;
    }

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #fff;
    background: #c69b5b;
    border-color: #fff;
}

.simple-pagination .current {
    color: #fff;
    background-color: #c69b5b;
    border-color: #fff;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #fff;
    color: #c69b5b;
    border: 1px solid #ddd;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #c69b5b;
    border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #c69b5b;
}

.formobile {
    display: none;
}

    .formobile img {
        margin-right: 5px;
        height: 15px;
    }

.header {
    height: 100vh;
    position: relative;
    /*background-image: url("../images/new_header_image.png");*/
    /*background-size: cover;*/
    background-color: #fff;
}

    .header .overlay {
        background-color: #fff;
    }

.navbar {
    background-color: #fff;
    box-shadow: 0px 2px 6px #0000001a;
    top: 0;
    width: 100%;
    margin: auto;
    transition: width 0.5s, top 0.5s;
}

.MainNav {
    background-color: #ffffffbf;
    width: 95%;
    top: 5%;
}

.navbar-collapse {
    justify-content: center;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 15px;
    padding: 0.7rem;
    transition: all 0.2s ease-in-out;
}

    .navbar-light .navbar-nav .nav-link.active::after,
    .navbar-light .navbar-nav .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 3px;
        margin: auto;
        margin-top: 3px;
        border-radius: 0;
        background-color: #c69b5b;
        transition: width 0.5s;
    }

    .navbar-light .navbar-nav .nav-link.active::after,
    .navbar-light .navbar-nav .nav-link:hover::after {
        width: 40%;
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #c69b5b !important;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #c69b5b !important;
    }

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/menu-button.svg");
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 0%;
    top: 18px;
    z-index: 1;
    font-size: 16px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler > .close {
    display: inline-block;
    color: #000;
    opacity: 1;
    text-shadow: none;
    margin-top: 3px;
    font-size: 16px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

    .navbar-brand img {
        width: auto;
        height: 65px;
    }

.navbar .links {
    text-align: right;
}

    .navbar .links ul {
        list-style: none;
        margin: -15px;
        padding: 0;
    }

        .navbar .links ul li {
            display: inline-block;
            margin-left: 10px;
            position: relative;
            vertical-align: middle;
        }

            .navbar .links ul li .searchHeader {
                padding: 5px;
                background-color: #f9f9f9;
                border: 1px solid #efefef;
                border-radius: 3px;
                display: flex;
                flex-direction: row;
                align-items: center;
                width: 280px;
            }

            .navbar .links ul li .MainSearch {
                background-color: #f9f9f970;
                border: 1px solid #fff;
            }

            .navbar .links ul li .searchHeader .email-box {
                position: relative;
                width: 100%;
                height: 40px;
                /* border-right: 1px solid #FFF;
    margin-right: 10px; */
            }

                .navbar .links ul li .searchHeader .email-box .searchInp {
                    position: absolute;
                    left: 0;
                    width: 85%;
                    color: #7d7d7d;
                    border-radius: 0;
                    background-color: transparent;
                    border: none;
                    padding: 20px 10px;
                    transition: all 0.2s ease-in-out;
                }

                .navbar .links ul li .searchHeader .email-box .searchButton {
                    text-align: center;
                }

                    .navbar .links ul li .searchHeader .email-box .searchButton button {
                        position: absolute;
                        right: 0;
                        width: 15%;
                        background-color: transparent;
                        color: #c69b5b;
                        border-radius: 0;
                        padding: 7px;
                        transition: all 0.2s ease-in-out;
                        cursor: pointer;
                    }

                        .navbar .links ul li .searchHeader .email-box .searchButton button i {
                            font-size: 16px;
                        }

/* .navbar .links ul li .searchHeader .Selectmenu {
    width: 30%;
}

.navbar .links ul li .searchHeader .Selectmenu select {
    background-color: transparent !important;
    border: none !important;
}

.navbar .links ul li .searchHeader .Selectmenu select:valid {
    color: #C69B5B;
} */

.realtyPoint {
    position: absolute;
    top: 12px;
    right: 50px;
    text-align: center;
    background-color: #db0000;
    border-radius: 50%;
}

    .realtyPoint h5 {
        font-size: 10px;
        width: 7px;
        height: 7px;
        margin: auto;
    }

.navbar .links ul li a {
    outline: none;
    text-decoration: none;
}

.navbar .links ul li a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

    .navbar .links ul li a:hover {
        color: #c69b5b;
    }

.navbar .links ul li img {
    width: auto;
    height: 30px;
}

    .navbar .links ul li img.userNav:hover {
        content: url("../images/userhover.png");
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da" !important;
        float: right !important;
        border: none !important;
        font-family: "FontAwesome" !important;
        position: absolute !important;
        right: 15px !important;
        margin-top: 0 !important;
        margin-left: 0.255em !important;
    }

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 2px 6px #0000001a;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    position: relative;
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
    color: #5d5d5d;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #c69b5b1a;
        color: #c69b5b;
    }

.dropdown-toggle::after {
    content: "" !important;
    height: 3px !important;
    margin: auto !important;
    margin-top: 3px !important;
    border: none !important;
}

.Search_for_property {
    /* position: absolute;
    top: 55%;
    right: -140px;
    transform: translate(-50%,-50%);
    text-align: left;
    z-index: 3;
    background-color: #FFF;
    padding: 30px; */
    position: absolute;
    top: 20%;
    right: 40px;
    text-align: left;
    z-index: 3;
    background-color: #fff;
    padding: 30px;
}

    .Search_for_property .title {
        margin-bottom: 30px;
    }

        .Search_for_property .title h5 {
            color: #c69b5b;
            font-weight: 600;
        }

    .Search_for_property .Form .SearchButton {
        text-align: right;
        margin-top: 30px;
    }

        .Search_for_property .Form .SearchButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 7px;
            width: 100px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            .Search_for_property .Form .SearchButton a:hover {
                background-color: #000;
            }

.header .HeaderContent {
    /* position: absolute;
    top: 50%;
    left: 440px;
    transform: translate(-50%,-50%);
    color: #FFF;
    text-align: left;
    z-index: 3; */
    position: absolute;
    top: 25%;
    left: 40px;
    width: 60%;
    /*color: #fff;*/
    color: #000;
    text-align: left;
    z-index: 3;
}

    .header .HeaderContent .title {
        margin-bottom: 20px;
    }

        .header .HeaderContent .title h1 {
            font-size: 50px;
            font-weight: 600;
            /*color: #fff;*/
            color: #000;
        }

    .header .HeaderContent .desc p {
        font-size: 25px;
        font-weight: 600;
        /*color: #fff;*/
        color: #000;
        margin-bottom: 0;
    }

    .header .HeaderContent .new_realty {
        margin-top: 40px;
    }

        .header .HeaderContent .new_realty .new_realty_title {
            font-size: 20px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .header .HeaderContent .new_realty .new_video {
            padding: 10px 20px 5px 20px;
            background-color: #ffffff26;
            border: 1px solid #5d5d5d;
            border-radius: 3px;
            transition: all 0.2s ease-in-out;
            width: fit-content;
        }

            .header .HeaderContent .new_realty .new_video:hover {
                background-color: #ffffff4f;
            }

            .header .HeaderContent .new_realty .new_video .video_content iframe {
                width: 100%;
                height: 180px;
                border-radius: 5px;
            }

            .header .HeaderContent .new_realty .new_video .desc_content {
                width: unset;
            }

                .header .HeaderContent .new_realty .new_video .desc_content .desc_date {
                    margin-bottom: 5px;
                }

                    .header .HeaderContent .new_realty .new_video .desc_content .desc_date span {
                        font-size: 14px;
                        /*color: #fff;*/
                        color: #000;
                        transition: all 0.2s ease-in-out;
                    }

                .header .HeaderContent .new_realty .new_video .desc_content .desc_title h5 {
                    font-size: 16px;
                    /*color: #fff;*/
                    color: #000;
                    transition: all 0.2s ease-in-out;
                }

/* options */

#options {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -50px;
    z-index: 2;
}

.option_Item {
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 1px 3px 10px #0000002e;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

    .option_Item:hover {
        background-color: #fff;
        border-color: #c69b5b;
        box-shadow: none;
        margin-top: 10px;
    }

        .option_Item:hover .title h5 {
            color: #c69b5b;
        }

    .option_Item .icon {
        margin-bottom: 10px;
    }

        .option_Item .icon img {
            width: auto;
            height: 45px;
        }

    .option_Item .title h5 {
        color: #000;
        font-size: 18px;
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }

/* Latest_offers */

#Latest_offers {
    padding: 60px 0;
    padding-top: 80px;
}

.pointsBG {
    position: absolute;
    top: 40px;
    left: -25px;
    z-index: -1;
}

.pointsBG2 {
    position: absolute;
    bottom: 60px;
    right: -25px;
    z-index: -1;
}

    .pointsBG img,
    .pointsBG2 img {
        width: auto;
        height: 120px;
    }

.offer_Item {
    width: 100%;
    height: 320px;
    background-color: #f9f9f9;
    box-shadow: 1px 3px 10px #0000002e;
    margin-bottom: 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    position: relative;
}

    .offer_Item:hover {
        background-color: #fff;
        border-color: #c69b5b;
        box-shadow: none;
    }

        .offer_Item:hover .image img {
            transform: scale(1.1);
        }

    .offer_Item .image {
        width: 100%;
        height: 159px;
        overflow: hidden;
        position: relative;
    }

        .offer_Item .image img {
            width: 100%;
            height: 100%;
            transition: all 0.5s ease-in-out;
        }

    .offer_Item .favitem {
        position: absolute;
        top: 0px;
        right: 15px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        z-index: 1;
    }

    .offer_Item .image .offerStatus {
        position: absolute;
        bottom: 0px;
        padding: 7px;
        width: 100%;
        transition: bottom 0.3s ease-in-out;
    }

        .offer_Item .image .offerStatus .status_content span {
            color: #fff;
            font-size: 16px;
            padding: 0 8px;
        }

        .offer_Item .image .offerStatus .status_icon {
            text-align: right;
        }

            .offer_Item .image .offerStatus .status_icon i {
                font-size: 20px;
                color: #fff;
                margin-top: 2px;
                margin-right: 5px;
                cursor: pointer;
            }

        .offer_Item .image .offerStatus.contacted {
            background-color: #37de0f99;
        }

        .offer_Item .image .offerStatus.sold {
            background-color: #eb272799;
        }

        .offer_Item .image .offerStatus.processing {
            background-color: #c69b5b99;
        }

    .offer_Item .title {
        margin: 10px;
    }

        .offer_Item .title h5 {
            color: #000;
            font-size: 16px;
            font-weight: 600;
        }

    .offer_Item .desc {
        margin: 5px 10px;
    }

        .offer_Item .desc p {
            color: #666666;
            font-size: 14px;
            margin-bottom: 0;
        }

    .offer_Item .price {
        margin: 5px 10px;
    }

        .offer_Item .price span {
            color: #c69b5b;
            font-size: 15px;
            font-weight: 600;
        }

    .offer_Item .details {
        margin: 10px 5px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .offer_Item .details ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .offer_Item .details li {
            width: 33.3333333%;
            float: left;
            text-align: center;
        }

            .offer_Item .details li img {
                height: 18px;
                width: auto;
                margin-right: 3px;
            }

            .offer_Item .details li span {
                color: #000;
                font-size: 10px;
                font-weight: 600;
            }

.offer_Item_List {
    height: 205px !important;
}

    .offer_Item_List .image {
        float: left;
        width: 330px;
        height: 205px !important;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .offer_Item_List .title {
        padding: 0;
        padding-top: 20px;
    }

    .offer_Item_List .favitem {
        left: 15px;
    }

    .offer_Item_List .details {
        left: 340px;
    }

        .offer_Item_List .details li {
            text-align: left;
        }

.ShowMoreBtn {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

    .ShowMoreBtn a {
        background: #c69b5b;
        display: inline-block;
        text-align: center;
        border: none;
        padding: 7px;
        width: 120px;
        border-radius: 3px;
        color: #fff;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        .ShowMoreBtn a:hover {
            background-color: #000;
        }

/* Realty_for_sale */

#Realty_for_sale {
    padding: 60px 0;
}

/* Ads */
#Ads {
    padding: 60px 0;
}

    #Ads img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

/* Realty_Allowance */

#Realty_for_rent {
    padding: 60px 0;
}

/* Realty_Allowance */

#Realty_Allowance {
    padding: 60px 0;
}

/* AboutUs */

#AboutUs {
    padding: 60px 0;
    position: relative;
}

    #AboutUs .aboutContent .title {
        margin-bottom: 30px;
    }

        #AboutUs .aboutContent .title h4 {
            color: #000;
            font-weight: 600;
        }

    #AboutUs .aboutContent .desc p {
        color: #000;
        font-size: 16px;
        text-align: justify;
    }

    #AboutUs .aboutContent .ShowMoreBtn {
        text-align: left;
    }

        #AboutUs .aboutContent .ShowMoreBtn a {
            width: 100px;
            padding: 5px;
        }

    #AboutUs .aboutInfo {
        padding: 30px;
        padding-bottom: 0;
        background-color: #f9f9f9;
        position: relative;
    }

        #AboutUs .aboutInfo .title {
            margin-bottom: 20px;
            margin-top: 5px;
        }

            #AboutUs .aboutInfo .title h5 {
                color: #000;
            }

        #AboutUs .aboutInfo .ShowMoreBtn {
            margin-top: 0;
            margin-bottom: 20px;
            text-align: right;
        }

            #AboutUs .aboutInfo .ShowMoreBtn a {
                width: 100px;
                padding: 5px;
                background-color: #fff;
                color: #c69b5b;
            }

                #AboutUs .aboutInfo .ShowMoreBtn a:hover {
                    background-color: #000;
                    color: #fff;
                }

        #AboutUs .aboutInfo .desc {
            background-color: #fff;
            padding: 10px 5px;
        }

            #AboutUs .aboutInfo .desc p {
                font-size: 14px;
                text-align: justify;
                margin-bottom: 0;
                color: #000;
            }

        #AboutUs .aboutInfo .pointsBG {
            position: absolute;
            top: unset;
            bottom: -5%;
            left: -4%;
            z-index: -1;
        }

            #AboutUs .aboutInfo .pointsBG img {
                width: auto;
                height: 120px;
            }

.swiper-container {
    width: 100%;
    height: 265px;
    position: relative;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.vedioIcon {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .vedioIcon img {
        width: auto;
        height: 50px;
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    outline: none;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    outline: none;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #c69b5b;
    border-color: #c69b5b;
}

/* Footer */

.footer {
    padding: 60px 0;
    background-color: #3c3d41;
}

.footer_Section:after {
    position: absolute;
    content: "\0020";
    top: 30px;
    bottom: 0;
    right: 50px;
    width: 1px;
    height: 200px;
    background-color: #888888;
}

.footer_Section:last-of-type:after {
    width: 0px;
}

.widget_nav_menu .moreFooter {
    color: #c69b5b;
    font-size: 14px;
}

    .widget_nav_menu .moreFooter:hover {
        color: #c69b5b;
    }

.title-widget {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 30px 0px 30px 0px !important;
}

.widget_nav_menu .footerLogo {
    width: auto;
    height: 150px;
    margin-top: 30px;
}

.widget_nav_menu img {
    width: auto;
    height: 13px;
    margin-bottom: 20px;
}

.widget_nav_menu .linksList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget_nav_menu .linksList li {
        font-size: 14px;
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        color: #000;
    }

        .widget_nav_menu .linksList li a {
            color: #dedede;
            font-weight: lighter;
            transition: all 0.2s ease-in-out;
        }

            .widget_nav_menu .linksList li a:hover {
                color: #c69b5b;
                padding-left: 10px;
                border-left: 3px solid #c69b5b;
            }

.widget_nav_menu hr {
    border-color: #ffffff80;
}

.footer-bottom {
    width: 100%;
    background-color: #f0eeea;
}

.language {
    color: #000;
    padding: 10px 0;
}

.copyright {
    color: #000;
    text-align: right;
    padding: 10px 0;
}

    .copyright img {
        height: auto;
        width: 50px;
    }

    .copyright p,
    .language p {
        font-size: 14px;
        margin-bottom: 0;
    }

.SocialList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsteller span {
    font-size: 14px;
    color: #dedede;
    display: inline-block;
    margin-bottom: 10px;
}

.newsteller .email-box {
    position: relative;
    width: 100%;
    height: 40px;
}

    .newsteller .email-box .subscribeInp {
        position: absolute;
        left: 0;
        width: 100%;
        border-radius: 3px;
        padding-right: 100px;
        background-color: #fff;
        border: none;
        font-size: 13px;
        transition: all 0.2s ease-in-out;
    }

        .newsteller .email-box .subscribeInp:focus {
            box-shadow: none;
        }

.newsteller .subscribeButton {
    text-align: center;
}

    .newsteller .subscribeButton button {
        position: absolute;
        top: 2px;
        bottom: 6px;
        right: 2px;
        background-color: #c69b5b;
        color: #fff;
        border-radius: 3px;
        font-size: 13px;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

        .newsteller .subscribeButton button i {
            font-size: 19px;
        }

        .newsteller .subscribeButton button:hover {
            background-color: #000;
        }

.socialFooter {
    /*margin-top: 20px;*/
}

    .socialFooter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .socialFooter ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .socialFooter ul li a {
                display: flex;
                color: #000;
                background-color: #fff;
                width: 28px;
                height: 28px;
                align-items: center;
                justify-content: center;
                text-align: center;
                border-radius: 3px;
                transition: all 0.2s ease-in-out;
            }

                .socialFooter ul li a i {
                    font-size: 16px;
                }

                .socialFooter ul li a:hover {
                    transform: scale(1.2);
                    background-color: #c69b5b;
                    color: #fff;
                }

/*Scroll To Top */
.scroll_top {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #c69b5b;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-radius: 3px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

    .scroll_top i {
        position: absolute;
        top: 10px;
        right: 13px;
        font-size: 22px;
        transition: all 0.2s ease-in-out;
    }

    .scroll_top:hover {
        background-color: #000;
    }

/*******************/
/* Search_Page */
/******************/
#Search_Page {
    padding: 60px 0;
}

.Bar_Search_property {
    background-color: #fff;
    box-shadow: 1px 3px 10px #ddd;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .Bar_Search_property .form-control {
        border-color: #dedede;
        background-color: #f9f9f9;
    }

    .Bar_Search_property .pointsBG {
        top: -20px;
        right: -25px;
        left: unset;
    }

    .Bar_Search_property .nav-pills .nav-link {
        width: 70px;
        padding: 5px;
        font-size: 14px;
    }

    .Bar_Search_property .title {
        margin-bottom: 20px;
    }

        .Bar_Search_property .title h5 {
            color: #c69b5b;
            font-weight: 600;
            font-size: 16px;
        }

    .Bar_Search_property .Form .SearchButton {
        text-align: right;
        margin-top: 20px;
    }

        .Bar_Search_property .Form .SearchButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 100px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            .Bar_Search_property .Form .SearchButton a:hover {
                background-color: #000;
            }

.Bar_Ads img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#Search_Page .filterContent {
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 30px;
}

#Search_Page .filterSort ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #Search_Page .filterSort ul li {
        display: inline-block;
        margin-right: 20px;
    }

        #Search_Page .filterSort ul li span {
            font-size: 14px;
            color: #282425;
            margin-right: 5px;
            display: inline-block;
            font-weight: 600;
        }

        #Search_Page .filterSort ul li select {
            border: 1px solid #ececec !important;
            background: url("../images/SelectArrow2.png") no-repeat right;
            background-position-x: 95%;
            display: inline-block;
            background-color: #fff !important;
        }

        #Search_Page .filterSort ul li .selectDisplay {
            background-position-x: 80%;
        }

#Search_Page .perpage {
    margin-left: 10px;
    color: #acacac !important;
    font-weight: lighter !important;
}

#Search_Page .viewMode {
    text-align: right;
    margin-top: 5px;
}

    #Search_Page .viewMode ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #Search_Page .viewMode ul li {
            display: inline-block;
            margin-left: 10px;
        }

            #Search_Page .viewMode ul li img {
                width: 20px;
                height: 18px;
            }

/*******************/
/* realty_details */
/******************/
#realty_details {
    padding: 60px 0;
}

.lSAction > a {
    background-image: url(../images/controls.png);
    opacity: 1;
}

.lSSlideOuter .lightSlider {
    height: auto !important;
}

    .lSSlideOuter .lightSlider li img {
        width: 100%;
        height: 100%;
    }

#realty_details .realty_Content .title_Details {
    margin-top: 30px;
    margin-bottom: 20px;
}

    #realty_details .realty_Content .title_Details h5 {
        color: #000;
        font-weight: 600;
    }

#realty_details .realty_Content .desc_Details {
    margin-bottom: 20px;
}

    #realty_details .realty_Content .desc_Details p {
        color: #666666;
        text-align: justify;
        font-size: 14px;
    }

#realty_details .realty_Content .price_Details {
    margin-bottom: 20px;
}

    #realty_details .realty_Content .price_Details span {
        color: #c69b5b;
        font-size: 16px;
        font-weight: 600;
    }

.table-striped tbody tr:nth-of-type(odd) {
    /* background-color: #F9F9F9; */
    background-color: transparent;
}

.table .odd_td {
    background-color: #f9f9f9;
}

.table-bordered {
    border: none;
}

.table td,
.table th {
    vertical-align: middle;
    text-align: left;
    border: none;
}

/* .table-bordered td {
  font-size: 14px;
} */

/* .table-bordered .type {
  display: flex;
  flex-direction: row;
  align-items: center;
} */

.table-bordered .type h5 {
    color: #787878;
    font-size: 15px;
    margin-bottom: 0;
}

    .table-bordered .type h5 img {
        width: auto;
        height: 25px;
        margin-right: 10px;
    }

.table-bordered .type span {
    color: #c69b5b;
    font-size: 14px;
}

#realty_details .realty_Content .Marketer {
    margin: 20px 0;
}

    #realty_details .realty_Content .Marketer .titleInfo {
        margin-bottom: 20px;
    }

        #realty_details .realty_Content .Marketer .titleInfo h5 {
            color: #000;
            font-weight: 600;
            font-size: 18px;
        }

    #realty_details .realty_Content .Marketer .Marketer_content {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        border: 1px solid #cfcfcf;
        border-radius: 20px;
        padding: 20px;
        position: relative;
    }

        #realty_details .realty_Content .Marketer .Marketer_content a {
            display: block;
        }

        #realty_details .realty_Content .Marketer .Marketer_content:hover {
            box-shadow: 1px 3px 10px #ddd;
            border-color: transparent;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .image {
            width: 130px;
            height: 130px;
            margin-right: 30px;
        }

            #realty_details .realty_Content .Marketer .Marketer_content .image img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName {
            width: 100%;
        }

            #realty_details .realty_Content .Marketer .Marketer_content .titleName h4 {
                color: #000;
                font-weight: 600;
            }

            #realty_details .realty_Content .Marketer .Marketer_content .titleName span {
                font-size: 14px;
                color: #787878;
            }

            #realty_details .realty_Content .Marketer .Marketer_content .titleName .social {
                margin-top: 10px;
            }

                #realty_details
                .realty_Content
                .Marketer
                .Marketer_content
                .titleName
                .social
                ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #realty_details
                    .realty_Content
                    .Marketer
                    .Marketer_content
                    .titleName
                    .social
                    ul
                    li {
                        display: inline-block;
                        margin-right: 6px;
                    }

                        #realty_details
                        .realty_Content
                        .Marketer
                        .Marketer_content
                        .titleName
                        .social
                        ul
                        li
                        a {
                            display: flex;
                            color: #c69b5b;
                            width: 32px;
                            height: 32px;
                            align-items: center;
                            justify-content: center;
                            text-align: center;
                            transition: all 0.3s ease-in-out;
                        }

                            #realty_details
                            .realty_Content
                            .Marketer
                            .Marketer_content
                            .titleName
                            .social
                            ul
                            li
                            a
                            i {
                                font-size: 20px;
                            }

                            #realty_details
                            .realty_Content
                            .Marketer
                            .Marketer_content
                            .titleName
                            .social
                            ul
                            li
                            a:hover {
                                color: #000;
                                transform: scale(1.2);
                            }

        #realty_details .realty_Content .Marketer .Marketer_content .arrow {
            position: absolute;
            right: 3%;
            top: 45%;
        }

            #realty_details .realty_Content .Marketer .Marketer_content .arrow i {
                font-size: 30px;
                color: #000;
            }

#realty_details .realty_Content #map_canvas {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.Relatedltitle {
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}

    .Relatedltitle .pointsBG {
        left: unset;
        right: -25px;
    }

    .Relatedltitle h4 {
        color: #000;
        font-weight: 600;
    }

.RelatedBottom {
    position: relative;
    margin-top: 20px;
}

    .RelatedBottom .pointsBG2 {
        right: unset;
        left: -25px;
        bottom: 30px;
    }

/* Offer_Your_Realty page */
#Offer_Your_Realty {
    padding: 60px 0;
}

    #Offer_Your_Realty .profile_User {
        width: 120px;
        margin: auto;
        margin-bottom: 40px;
        position: relative;
        text-align: center;
    }

        #Offer_Your_Realty .profile_User .Edit_icon i {
            position: absolute;
            top: -10px;
            right: -10px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            margin: auto;
            border: 1px solid #c69b5b;
            border-radius: 150px;
            padding: 5px;
            width: 28px;
            background: #c69b5b;
            cursor: pointer;
        }

        #Offer_Your_Realty .profile_User .Edit_icon img {
            width: 120px;
            height: 100px;
            border-radius: 5px;
            border: 2px solid #d9d9d9;
            cursor: pointer;
        }

        #Offer_Your_Realty .profile_User .Edit_icon .upload-box {
            display: inline-block;
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }

        #Offer_Your_Realty .profile_User span {
            display: block;
            color: #c69b5b;
            margin-top: 10px;
            font-size: 14px;
        }

    #Offer_Your_Realty .Form select {
        border: 1px solid #ececec !important;
        background: url("../images/SelectArrow2.png") no-repeat right;
        background-position-x: 95%;
        display: inline-block;
        background-color: #fff !important;
    }

    #Offer_Your_Realty .realtyDescTitle {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #Offer_Your_Realty .Form .MyLabel {
        display: block;
        position: relative;
        pointer-events: auto;
        padding-left: 30px;
        left: 0;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
        color: #212121;
    }

        #Offer_Your_Realty .Form .MyLabel a {
            text-decoration: none;
            outline: none;
            color: #c69b5b;
        }

        #Offer_Your_Realty .Form .MyLabel input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        #Offer_Your_Realty .Form .MyLabel .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            border-radius: 3px;
            background-color: #fff;
            border: 1px solid #dadada;
        }

        #Offer_Your_Realty .Form .MyLabel input:checked ~ .checkmark {
            background-color: #c69b5b;
            border-color: #c69b5b;
        }

        #Offer_Your_Realty .Form .MyLabel .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        #Offer_Your_Realty .Form .MyLabel input:checked ~ .checkmark:after {
            display: block;
        }

        #Offer_Your_Realty .Form .MyLabel .checkmark:after {
            left: 6px;
            top: 1px;
            width: 7px;
            height: 14px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    #Offer_Your_Realty .Form .SendButton {
        margin-top: 30px;
    }

        #Offer_Your_Realty .Form .SendButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 7px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Offer_Your_Realty .Form .SendButton a:hover {
                background-color: #000;
            }

/* Marketing_team page */
#Marketing_team {
    padding: 60px 0;
}

.team_item {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 3px 10px transparent;
    transition: all 0.2s ease-in-out;
}

    .team_item:hover {
        border-color: #c69b5b;
        box-shadow: 1px 3px 10px #c69b5b8c;
    }

    .team_item .image {
        width: 120px;
        margin: auto;
        height: 120px;
        margin-bottom: 10px;
        margin-top: 12px;
    }

        .team_item .image img {
            width: 100%;
            height: 100%;
            border-radius: 150%;
        }

    .team_item .title h5 {
        color: #000;
        font-size: 20px;
    }

    .team_item .desc p {
        color: #787878;
        font-size: 14px;
    }

    .team_item .socialteam {
        margin-top: 10px;
    }

        .team_item .socialteam ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .team_item .socialteam ul li {
                float: left;
                width: 33.3333333%;
                margin-bottom: 14px;
            }

                .team_item .socialteam ul li a {
                    display: flex;
                    color: #c69b5b;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    transition: all 0.2s ease-in-out;
                }

                    .team_item .socialteam ul li a i {
                        font-size: 24px;
                    }

                    .team_item .socialteam ul li a:hover {
                        transform: scale(1.2);
                        color: #000;
                    }

/* team_details page */
#team_details {
    padding: 60px 0;
}

.team_item_list {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f9f9f9;
    overflow: hidden;
    box-shadow: 1px 3px 10px #ddd;
}

    .team_item_list .image {
        width: 130px;
        height: 130px;
        margin-right: 20px;
    }

        .team_item_list .image img {
            width: 100%;
            height: 100%;
            border-radius: 150%;
        }

    .team_item_list .title h5 {
        color: #000;
        font-size: 20px;
    }

    .team_item_list .desc p {
        color: #787878;
        font-size: 14px;
    }

    .team_item_list .socialteam {
        margin-top: 10px;
    }

        .team_item_list .socialteam ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .team_item_list .socialteam ul li {
                display: inline-block;
                margin-right: 20px;
            }

                .team_item_list .socialteam ul li:last-of-type {
                    margin-right: 0;
                }

                .team_item_list .socialteam ul li a {
                    display: flex;
                    color: #c69b5b;
                    align-items: center;
                    transition: all 0.2s ease-in-out;
                }

                    .team_item_list .socialteam ul li a i {
                        font-size: 24px;
                    }

                    .team_item_list .socialteam ul li a:hover {
                        transform: scale(1.2);
                        color: #000;
                    }

#team_details .offersTitle {
    margin: 40px 0;
}

    #team_details .offersTitle h5 {
        color: #000;
        font-size: 24px;
        font-weight: 600;
    }

/* ContactUs page */
#ContactUs {
    padding: 60px 0;
}

    #ContactUs iframe {
        width: 100%;
        height: 300px;
        border-radius: 3px;
    }

    #ContactUs .socialContact {
        margin-top: 30px;
    }

        #ContactUs .socialContact ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #ContactUs .socialContact ul li {
                display: inline-block;
                margin-right: 5px;
            }

                #ContactUs .socialContact ul li a {
                    display: flex;
                    color: #fff;
                    background-color: #c69b5b;
                    width: 32px;
                    height: 32px;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    border-radius: 50%;
                    transition: all 0.2s ease-in-out;
                }

                    #ContactUs .socialContact ul li a i {
                        font-size: 18px;
                    }

                    #ContactUs .socialContact ul li a:hover {
                        transform: scale(1.2);
                        background-color: #000;
                    }

    #ContactUs .contact_info {
        margin: 30px 0;
    }

        #ContactUs .contact_info ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #ContactUs .contact_info ul li {
                color: #5db7be;
                display: inline-block;
                margin-right: 30px;
                transition: all 0.2s ease-in-out;
            }

                #ContactUs .contact_info ul li .info_icon {
                    font-size: 16px;
                    float: left;
                    color: #c69b5b;
                    margin-top: 2px;
                }

                #ContactUs .contact_info ul li .info {
                    margin-left: 20px;
                    color: #000;
                    font-size: 16px;
                }

    #ContactUs textarea.form-control {
        height: 140px;
        min-height: 140px;
    }

    #ContactUs .SendButton {
        margin-top: 20px;
    }

        #ContactUs .SendButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #ContactUs .SendButton a:hover {
                background-color: #000;
            }

/* AboutUs page */
#AboutUs {
    padding: 60px 0;
}

    #AboutUs .desc {
        margin-top: 30px;
    }

        #AboutUs .desc p {
            color: #404040;
            font-size: 16px;
            text-align: justify;
        }

/* Request_consultation page */
#Request_consultation {
    padding: 60px 0;
}

    #Request_consultation .Form select {
        border: 1px solid #ececec !important;
        background: url("../images/SelectArrow2.png") no-repeat right;
        background-position-x: 95%;
        display: inline-block;
        background-color: #fff !important;
    }

    #Request_consultation .Form .timeTitle {
        margin-top: 30px;
        margin-bottom: 20px;
    }

        #Request_consultation .Form .timeTitle h5 {
            color: #000;
            font-size: 20px;
        }

    #Request_consultation .Form input[type="checkbox"] {
        display: none;
    }

    #Request_consultation .Form label {
        width: 100%;
        padding: 7px 10px;
        border-radius: 3px;
        color: #787878;
        background-color: transparent;
        border: 1px solid #bbbbbb;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #Request_consultation .Form input:checked ~ label {
        background: #c69b5b;
        border-color: #c69b5b;
        color: #fff;
    }

    #Request_consultation .Form .SendButton {
        margin-top: 30px;
    }

        #Request_consultation .Form .SendButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Request_consultation .Form .SendButton a:hover {
                background-color: #000;
            }

/* Request_Realty page */
#Request_Realty {
    padding: 60px 0;
}

    #Request_Realty .form .RealtyTitle {
        margin-bottom: 20px;
    }

        #Request_Realty .form .RealtyTitle h5 {
            color: #000;
            font-size: 20px;
        }

    #Request_Realty .form select {
        border: 1px solid #ececec !important;
        background: url("../images/SelectArrow2.png") no-repeat right;
        background-position-x: 95%;
        display: inline-block;
        background-color: #fff !important;
    }

    #Request_Realty .form .SendButton {
        margin-top: 30px;
    }

        #Request_Realty .form .SendButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Request_Realty .form .SendButton a:hover {
                background-color: #000;
            }

/* Edit_Profile page */
#Edit_Profile {
    padding: 60px 0;
}

    #Edit_Profile .Form .SaveButton {
        margin-top: 30px;
    }

        #Edit_Profile .Form .SaveButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Edit_Profile .Form .SaveButton a:hover {
                background-color: #000;
            }

/* Wishlist page */
#Wishlist {
    padding: 60px 0;
}

/* Change_Password page */
#Change_Password {
    padding: 60px 0;
}

    #Change_Password .Form .SaveButton {
        margin-top: 30px;
    }

        #Change_Password .Form .SaveButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Change_Password .Form .SaveButton a:hover {
                background-color: #000;
            }

/* Login page */
#Login {
    padding: 60px 0;
}

    #Login .Form .ForgotPass a {
        color: #8b8b8b;
        font-size: 14px;
        display: block;
        transition: all 0.2s ease-in-out;
    }

        #Login .Form .ForgotPass a:hover {
            color: #c69b5b;
        }

    #Login .Form .SaveButton {
        margin-top: 20px;
    }

        #Login .Form .SaveButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Login .Form .SaveButton a:hover {
                background-color: #000;
            }

/* My_Account page */
#My_Account {
    padding: 60px 0;
}

.account_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #cfcfcf;
    box-shadow: 1px 3px 10px transparent;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
}

    .account_item:hover {
        border-color: #c69b5b;
        box-shadow: 1px 3px 10px #c69b5b8c;
    }

    .account_item .image {
        width: 50%;
        height: 75px;
        margin: auto;
        margin-bottom: 20px;
    }

        .account_item .image img {
            width: 100%;
            height: 100%;
        }

    .account_item .title h5 {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
    }

#My_Account .ConsultingPoint {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background-color: #db0000;
    border-radius: 50%;
}

    #My_Account .ConsultingPoint h5 {
        font-size: 10px;
        width: 10px;
        height: 10px;
        margin: auto;
    }

/* displayed_realty page */
#displayed_realty {
    padding: 60px 0;
}

/* Register page */
#Register {
    padding: 60px 0;
}

    #Register .Form .MyLabel {
        display: block;
        position: relative;
        pointer-events: auto;
        padding-left: 30px;
        left: 0;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
        color: #212121;
    }

        #Register .Form .MyLabel a {
            text-decoration: none;
            outline: none;
            color: #c69b5b;
        }

        #Register .Form .MyLabel input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        #Register .Form .MyLabel .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            border-radius: 3px;
            background-color: #fff;
            border: 1px solid #dadada;
        }

        #Register .Form .MyLabel input:checked ~ .checkmark {
            background-color: #c69b5b;
            border-color: #c69b5b;
        }

        #Register .Form .MyLabel .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        #Register .Form .MyLabel input:checked ~ .checkmark:after {
            display: block;
        }

        #Register .Form .MyLabel .checkmark:after {
            left: 6px;
            top: 1px;
            width: 7px;
            height: 14px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    #Register .Form .RegisterButton {
        margin-top: 30px;
    }

        #Register .Form .RegisterButton a {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Register .Form .RegisterButton a:hover {
                background-color: #000;
            }

/* Activate_phone page */
#Activate_phone {
    padding: 60px 0;
}

    #Activate_phone .realtyDescTitle {
        margin-bottom: 20px;
    }

        #Activate_phone .realtyDescTitle p {
            font-size: 16px;
        }

    #Activate_phone .Form .ActivateButtons {
        margin-top: 30px;
    }

        #Activate_phone .Form .ActivateButtons .ActivateButton {
            background: #c69b5b;
            display: inline-block;
            text-align: center;
            border: none;
            padding: 5px;
            width: 120px;
            border-radius: 3px;
            color: #fff;
            outline: none;
            box-shadow: none;
            margin-right: 10px;
            transition: all 0.2s ease-in-out;
        }

            #Activate_phone .Form .ActivateButtons .ActivateButton:hover {
                background-color: #000;
            }

        #Activate_phone .Form .ActivateButtons .SendButton {
            background: transparent;
            border: 1px solid #c69b5b;
            display: inline-block;
            text-align: center;
            padding: 5px;
            width: 180px;
            border-radius: 3px;
            color: #c69b5b;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Activate_phone .Form .ActivateButtons .SendButton:hover {
                background-color: #000;
                border-color: #000;
                color: #fff;
            }

/* Offers page */
#Offers {
    padding: 60px 0;
}

/* Realty_information page */
#Realty_information {
    padding: 60px 0;
}

    #Realty_information .realty_information_Title {
        margin-bottom: 20px;
        margin-left: 10px;
    }

.news_item {
    width: 100%;
    height: 255px;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

    .news_item iframe {
        width: 100%;
        height: 158px;
        border-radius: 3px;
    }

    .news_item:hover {
        border-color: #c69b5b;
    }

        .news_item:hover .image img {
            transform: scale(1.1);
        }

    .news_item .image {
        width: 100%;
        height: 158px;
        margin-bottom: 10px;
        border-radius: 3px;
        overflow: hidden;
    }

        .news_item .image img {
            width: 100%;
            height: 100%;
            border-radius: 3px;
            transition: all 0.5s ease-in-out;
        }

    .news_item .date {
        margin-bottom: 5px;
    }

        .news_item .date span {
            color: #5d5d5d;
            font-size: 14px;
        }

    .news_item .title h5 {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.5;
        color: #000;
    }

/* Realty_information_details page */
#Realty_information_details {
    padding: 60px 0;
}

    #Realty_information_details .News_img {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        border-radius: 3px;
    }

        #Realty_information_details .News_img img {
            width: 100%;
            height: 100%;
        }

    #Realty_information_details .News_Details .date {
        margin-bottom: 5px;
    }

        #Realty_information_details .News_Details .date span {
            color: #5d5d5d;
            font-size: 14px;
        }

    #Realty_information_details .News_Details .desc {
        margin-bottom: 20px;
    }

        #Realty_information_details .News_Details .desc p {
            font-size: 14px;
            text-align: justify;
            color: #666666;
            line-height: 1.8;
            margin-bottom: 0;
        }

    #Realty_information_details .News_Details .News_source {
        margin-bottom: 20px;
    }

        #Realty_information_details .News_Details .News_source p {
            font-size: 14px;
            margin-bottom: 0;
            color: #666666;
        }

            #Realty_information_details .News_Details .News_source p a {
                color: #c69b5b;
                margin-left: 5px;
                transition: all 0.2s ease-in-out;
            }

                #Realty_information_details .News_Details .News_source p a:hover {
                    color: #000;
                }

    #Realty_information_details .News_Details .title h3 {
        color: #000;
    }

a .at-icon-wrapper {
    line-height: 25px !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
}

.at-icon {
    height: 40px !important;
    width: 25px !important;
}

/* Realty_information page */
#Search_Result {
    padding: 60px 0;
}

    #Search_Result .search_result_Title {
        margin-bottom: 20px;
        margin-left: 10px;
    }

        #Search_Result .search_result_Title h5 {
            font-weight: 600;
        }

/* News page */
#News {
    padding: 60px 0;
}

/* Realty_Required page */
#Realty_Required {
    padding: 60px 0;
}

    #Realty_Required .request_realtyButton {
        margin-bottom: 40px;
    }

        #Realty_Required .request_realtyButton a {
            background: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: none;
            padding: 10px;
            width: 290px;
            border-radius: 3px;
            color: #000;
            outline: none;
            box-shadow: 1px 3px 10px #ddd;
            transition: all 0.2s ease-in-out;
        }

            #Realty_Required .request_realtyButton a img {
                width: 30px;
                height: 30px;
                margin-right: 7px;
            }

            #Realty_Required .request_realtyButton a:hover {
                background-color: #000;
                color: #fff;
            }

    #Realty_Required .content_realty {
        padding: 20px;
        border-radius: 10px;
        background-color: #f9f9f9;
        box-shadow: 1px 3px 10px #ddd;
        position: relative;
        margin-bottom: 30px;
    }

        #Realty_Required .content_realty .content_remove {
            position: absolute;
            top: 15px;
            right: 15px;
        }

            #Realty_Required .content_realty .content_remove span {
                background-color: #fff;
                padding: 7px;
                border-radius: 5px;
                color: #000;
                font-size: 14px;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                #Realty_Required .content_realty .content_remove span i {
                    color: #d92828;
                    margin-right: 3px;
                    transition: all 0.2s ease-in-out;
                }

                #Realty_Required .content_realty .content_remove span:hover {
                    background-color: #c69b5b;
                    color: #fff;
                }

                    #Realty_Required .content_realty .content_remove span:hover i {
                        color: #fff;
                    }

        #Realty_Required .content_realty .content_edit {
            position: absolute;
            top: 15px;
            right: 100px;
        }

            #Realty_Required .content_realty .content_edit span {
                background-color: #fff;
                padding: 7px;
                border-radius: 5px;
                color: #000;
                font-size: 14px;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                #Realty_Required .content_realty .content_edit span i {
                    color: #c69b5b;
                    margin-right: 3px;
                    transition: all 0.2s ease-in-out;
                }

                #Realty_Required .content_realty .content_edit span:hover {
                    background-color: #c69b5b;
                    color: #fff;
                }

                    #Realty_Required .content_realty .content_edit span:hover i {
                        color: #fff;
                    }

        #Realty_Required .content_realty .offer_Item {
            background-color: #fff;
        }

    #Realty_Required .content_title {
        margin-top: 10px;
        width: 90%;
    }

        #Realty_Required .content_title h5 {
            color: #000;
            font-size: 18px;
            font-weight: 600;
        }

    #Realty_Required .content_desc {
        margin-bottom: 40px;
        margin-top: 10px;
    }

        #Realty_Required .content_desc p {
            text-align: justify;
            font-size: 14px;
            color: #666666;
        }

    #Realty_Required .No_result {
        background-color: #fff;
        padding: 20px;
        text-align: center;
        border-radius: 3px;
    }

        #Realty_Required .No_result span {
            font-size: 16px;
            color: #de2323;
        }

/* Consulting page */
#Consulting {
    padding: 60px 0;
}

    #Consulting .request_consultationButton {
        margin-bottom: 40px;
    }

        #Consulting .request_consultationButton a {
            background: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: none;
            padding: 10px;
            width: 290px;
            border-radius: 3px;
            color: #000;
            outline: none;
            box-shadow: 1px 3px 10px #ddd;
            transition: all 0.2s ease-in-out;
        }

            #Consulting .request_consultationButton a img {
                width: 28px;
                height: 30px;
                margin-right: 7px;
            }

            #Consulting .request_consultationButton a:hover {
                background-color: #000;
                color: #fff;
            }

    #Consulting .content_consultation {
        padding: 20px;
        border-radius: 10px;
        position: relative;
        margin-bottom: 30px;
    }

        #Consulting .content_consultation.notExpired {
            background-color: #fff;
            border: 1px solid #e1e1e1;
        }

        #Consulting .content_consultation.Expired {
            background-color: #f3f3f3;
            border: 1px solid #f3f3f3;
        }

    #Consulting .content_title {
        margin-top: 10px;
    }

        #Consulting .content_title h5 {
            color: #000;
            font-size: 18px;
            font-weight: 600;
        }

    #Consulting .content_desc p {
        text-align: justify;
        font-size: 14px;
        color: #666666;
    }

    #Consulting .content_consultation .content_remove {
        text-align: right;
    }

        #Consulting .content_consultation .content_remove span {
            background-color: #f9f9f9;
            padding: 7px;
            border-radius: 5px;
            color: #272727;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            #Consulting .content_consultation .content_remove span i {
                color: #c69b5b;
                margin-right: 3px;
                transition: all 0.2s ease-in-out;
            }

            #Consulting .content_consultation .content_remove span:hover {
                background-color: #c69b5b;
                color: #fff;
            }

                #Consulting .content_consultation .content_remove span:hover i {
                    color: #fff;
                }

    #Consulting .content_consultation .datetime {
        padding: 7px;
        text-align: right;
        margin-bottom: 20px;
    }

    #Consulting .content_consultation.notExpired .datetime {
        background-color: #f9f9f9;
    }

    #Consulting .content_consultation.Expired .datetime {
        background-color: #fbfbfb;
    }

    #Consulting .content_consultation .datetime span {
        color: #666666;
        font-size: 12px;
    }

    #Consulting .content_consultation .datetime p {
        margin-bottom: 0;
        color: #666666;
        font-weight: 600;
        font-size: 16px;
    }

@media only screen and (max-width: 600px) {
    .NotificationPoint {
        top: 0px !important;
        left: 8px !important;
    }

        .NotificationPoint h5 {
            width: 8px !important;
            height: 8px !important;
        }

    body,
    .MainBody {
        padding-top: 66px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-nav .nav-link.active::after,
    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }

    .owl-nav > div {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .owl-nav .owl-prev {
        right: 0px;
    }

    .owl-nav .owl-next {
        left: 0px;
    }

    .formobile {
        display: block;
    }

    .navbar {
        top: 0;
        width: 100%;
    }

    #navbarContent {
        height: 100vh;
        padding-bottom: 85px;
        overflow: scroll;
        overflow-x: hidden;
        background-color: #fff;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .links {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }

    .dropdown-menu {
        background-color: #f9f9f9;
    }
    /* #dropdownMenu_2 {
        background-color:#C69B5B;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    } */
    .form-control,
    textarea.form-control {
        font-size: 12px;
    }

    .Section_title h2 {
        font-size: 28px;
    }

    .Search_for_property .title {
        margin-bottom: 20px;
    }

    .Test_Tabs {
        margin-bottom: 20px;
        justify-content: center;
    }

    .header .HeaderContent {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        color: #fff;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

        .header .HeaderContent .new_realty {
            display: none;
        }

        .header .HeaderContent .desc {
            width: 100%;
            margin-bottom: 0;
        }

        .header .HeaderContent .title h1 {
            font-size: 20px;
        }

        .header .HeaderContent .desc p {
            font-size: 14px;
            font-weight: lighter;
        }

    .Search_for_property {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        padding: 20px;
        width: 90%;
        margin: auto;
    }

        .Search_for_property .title {
            text-align: center;
        }

            .Search_for_property .title h5 {
                font-size: 18px;
            }

    .nav-pills .nav-link {
        padding: 7px;
        width: 70px;
        font-size: 14px;
    }

    .Search_for_property .Form .SearchButton {
        margin-top: 20px;
        text-align: center;
    }

        .Search_for_property .Form .SearchButton a {
            padding: 5px;
            width: 90px;
            font-size: 14px;
        }

    #options {
        position: relative;
        left: unset;
        right: unset;
        margin-top: 0;
        padding: 60px 0;
    }

    .option_Item {
        margin-bottom: 30px;
    }

        .option_Item:hover {
            transform: unset;
        }

        .option_Item .icon img {
            height: 35px;
        }

        .option_Item .title h5 {
            font-size: 16px;
        }

    #Latest_offers {
        padding: 60px 0;
        padding-top: 0px;
    }

    .pointsBG {
        top: 50px;
        left: -10px;
    }

    .pointsBG2 {
        bottom: 50px;
        right: -10px;
    }

    .offer_Item {
        height: 360px;
    }

        .offer_Item .image {
            height: 180px;
        }

    .offer_Item_List {
        height: 150px !important;
    }

        .offer_Item_List .image {
            width: 75px;
            height: 60px !important;
        }

        .offer_Item_List .details {
            display: none;
        }

    .ShowMoreBtn a {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }

    #AboutUs .aboutContent {
        margin-bottom: 30px;
    }

        #AboutUs .aboutContent .title h4 {
            font-size: 18px;
        }

        #AboutUs .aboutContent .desc p {
            font-size: 14px;
        }

        #AboutUs .aboutContent .ShowMoreBtn a {
            width: 90px;
            padding: 3px;
        }

    #AboutUs .aboutInfo .title {
        text-align: center;
    }

    #AboutUs .aboutInfo .ShowMoreBtn {
        text-align: center;
    }

    .swiper-container {
        height: 170px;
    }

    #AboutUs .aboutInfo .desc p {
        font-size: 12px;
    }

    .footer_Section:after {
        display: none;
    }

    .footer {
        padding: 60px 0;
        text-align: center;
    }

    .language {
        padding-bottom: 0;
    }

    .footer .image img {
        width: 145px;
        height: auto;
    }

    .footer .desc {
        width: 90%;
        margin: 40px auto;
    }

        .footer .desc p {
            font-size: 14px;
        }

    .footer .social ul li a i {
        font-size: 20px;
    }

    .copyright,
    .language {
        text-align: center;
    }

        .copyright p,
        .language p {
            font-size: 12px;
        }

    .Inside_Section_title h2 {
        font-size: 20px;
    }

        .Inside_Section_title h2::before,
        .Inside_Section_title h2::after {
            width: 1rem;
            margin: 0 0.5rem;
            transform: translateY(-0.3rem);
        }

    #AboutUs .desc {
        margin-top: 0;
    }

        #AboutUs .desc p {
            font-size: 14px;
        }

    .Bar_Search_property {
        margin-top: 50px;
    }

        .Bar_Search_property .pointsBG {
            right: -10px;
        }

        .Bar_Search_property .Form .SearchButton a {
            padding: 3px;
            width: 90px;
            font-size: 14px;
        }

    #Activate_phone .realtyDescTitle p {
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .ActivateButton {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .SendButton {
        padding: 3px;
        width: 160px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .SendButton a {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .MyLabel {
        font-size: 14px;
    }

    #Change_Password .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Consulting .request_consultationButton a {
        width: 290px;
        font-size: 14px;
    }

        #Consulting .request_consultationButton a img {
            width: 25px;
            height: 27px;
        }

    #Consulting .content_title,
    #Consulting .content_desc p,
    #Consulting .content_consultation .datetime,
    #Consulting .content_consultation .content_remove {
        text-align: center;
    }

        #Consulting .content_title h5 {
            font-size: 16px;
        }

    #ContactUs .contact_info ul li .info,
    #ContactUs .contact_info ul li .info_icon {
        font-size: 14px;
    }

    #ContactUs .contact_info ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #ContactUs .socialContact ul li a {
        width: 28px;
        height: 28px;
    }

        #ContactUs .socialContact ul li a i {
            font-size: 16px;
        }

    #ContactUs .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Edit_Profile .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Login .Form .ForgotPass a {
        font-size: 12px;
    }

    #Login .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    .team_item .socialteam ul li a i {
        font-size: 20px;
    }

    .account_item {
        padding: 10px;
    }

        .account_item .image {
            height: 60px;
        }

        .account_item .title h5 {
            font-size: 12px;
        }

    #Realty_information_details .News_Details .date span {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .title h3 {
        font-size: 18px;
    }

    #Realty_information_details .News_Details .desc p {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .News_source p {
        font-size: 12px;
    }

    a .at-icon-wrapper {
        height: 30px !important;
        width: 30px !important;
    }

    .at-icon {
        height: 30px !important;
    }

    .news_item,
    .news_item .image {
        height: auto;
    }

        .news_item iframe {
            height: 180px;
        }

    #Realty_information .realty_information_Title h5 {
        font-size: 16px;
    }

    .Relatedltitle .pointsBG {
        right: -10px;
    }

    .RelatedBottom .pointsBG2 {
        left: -10px;
    }

    .lSSlideOuter .lightSlider {
        height: auto !important;
    }

    #realty_details .realty_Content .title_Details h5 {
        font-size: 18px;
    }

    #realty_details .realty_Content .desc_Details p {
        font-size: 12px;
    }

    #realty_details .realty_Content .price_Details span {
        font-size: 14px;
    }

    .table-bordered .type {
        text-align: center;
    }

        .table-bordered .type .row {
            margin: 0;
        }

        .table-bordered .type span {
            font-size: 12px;
        }

        .table-bordered .type h5 {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

            .table-bordered .type h5 img {
                height: 20px;
            }

    #realty_details .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName h4 {
            font-size: 18px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details
        .realty_Content
        .Marketer
        .Marketer_content
        .titleName
        .social
        ul
        li
        a {
            width: 28px;
            height: 28px;
        }

            #realty_details
            .realty_Content
            .Marketer
            .Marketer_content
            .titleName
            .social
            ul
            li
            a
            i {
                font-size: 18px;
            }

        #realty_details .realty_Content .Marketer .Marketer_content .arrow i {
            font-size: 25px;
        }

    .Relatedltitle h4 {
        font-size: 18px;
    }

    #Realty_Required .request_realtyButton a {
        width: 290px;
        font-size: 14px;
    }

        #Realty_Required .request_realtyButton a img {
            width: 28px;
            height: 28px;
        }

    #Realty_Required .content_title {
        margin-top: 40px;
        width: 100%;
    }

        #Realty_Required .content_title h5 {
            font-size: 16px;
        }

    #Realty_Required .content_desc p {
        font-size: 12px;
    }

    #Realty_Required .No_result {
        padding: 10px;
    }

        #Realty_Required .No_result span {
            font-size: 14px;
        }

    #Register .Form .MyLabel {
        font-size: 14px;
    }

    #Register .Form .RegisterButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_consultation .form .timeTitle h5 {
        font-size: 18px;
    }

    #Request_consultation .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_Realty .form .RealtyTitle h5 {
        font-size: 18px;
    }

    #Request_Realty .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Search_Result .search_result_Title h5 {
        font-size: 16px;
    }

    #Search_Page .filterSort ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

        #Search_Page .filterSort ul li span {
            font-size: 12px;
        }

    #Search_Page .viewMode {
        text-align: center;
    }

        #Search_Page .viewMode ul li {
            margin-left: 5px;
        }

    .team_item_list {
        flex-direction: column;
        text-align: center;
    }

        .team_item_list .image {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .team_item_list .title h5 {
            font-size: 18px;
        }

        .team_item_list .desc p {
            font-size: 12px;
        }

    #team_details .offersTitle h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .NotificationPoint {
        top: 0px !important;
        left: 8px !important;
    }

        .NotificationPoint h5 {
            width: 8px !important;
            height: 8px !important;
        }

    body,
    .MainBody {
        padding-top: 66px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-nav .nav-link.active::after,
    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }

    .owl-nav .owl-next {
        left: 50px;
        top: 15px;
    }

    .owl-nav .owl-prev {
        right: 50px;
        top: 15px;
    }

    .formobile {
        display: block;
    }

    .Search_Icon {
        right: 45px;
    }

    .navbar {
        top: 0;
        width: 100%;
    }

    #navbarContent {
        height: 100vh;
        padding-bottom: 85px;
        overflow: scroll;
        overflow-x: hidden;
        background-color: #fff;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .links {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }

    .dropdown-menu {
        background-color: #f9f9f9;
    }
    /* #dropdownMenu_2 {
        background-color: #C69B5B;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    } */
    .form-control,
    textarea.form-control {
        font-size: 12px;
    }

    .Section_title h2 {
        font-size: 28px;
    }

    .header .HeaderContent {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        color: #fff;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

        .header .HeaderContent .new_realty {
            display: none;
        }

        .header .HeaderContent .desc {
            width: 100%;
            margin-bottom: 0;
        }

        .header .HeaderContent .title h1 {
            font-size: 20px;
        }

        .header .HeaderContent .desc p {
            font-size: 14px;
            font-weight: lighter;
        }

    .Search_for_property {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        padding: 20px;
        width: 50%;
        margin: auto;
    }

        .Search_for_property .title {
            text-align: center;
        }

            .Search_for_property .title h5 {
                font-size: 18px;
            }

    .Test_Tabs {
        justify-content: center;
    }

    .nav-pills .nav-link {
        padding: 7px;
        width: 75px;
        font-size: 14px;
    }

    .Search_for_property .Form .SearchButton {
        margin-top: 20px;
        text-align: center;
    }

        .Search_for_property .Form .SearchButton a {
            padding: 5px;
            width: 90px;
            font-size: 14px;
        }

    #options {
        position: relative;
        left: unset;
        right: unset;
        margin-top: 0;
        padding: 60px 0;
    }

    .option_Item {
        margin-bottom: 30px;
    }

        .option_Item:hover {
            transform: unset;
        }

        .option_Item .icon img {
            height: 35px;
        }

        .option_Item .title h5 {
            font-size: 16px;
        }

    #Latest_offers {
        padding: 60px 0;
        padding-top: 0px;
    }

    .pointsBG {
        top: 50px;
        left: -20px;
    }

    .pointsBG2 {
        bottom: 60px;
        right: -15px;
    }

    .offer_Item {
        height: 330px;
    }

        .offer_Item .image {
            height: 149px;
        }

    .offer_Item_List .image {
        width: 195px;
        height: 205px !important;
    }

    .offer_Item_List .details {
        left: 210px;
    }

    .ShowMoreBtn a {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }

    #AboutUs .aboutContent {
        margin-bottom: 30px;
    }

        #AboutUs .aboutContent .title h4 {
            font-size: 18px;
        }

        #AboutUs .aboutContent .desc p {
            font-size: 14px;
        }

        #AboutUs .aboutContent .ShowMoreBtn a {
            width: 90px;
            padding: 3px;
        }

    #AboutUs .aboutInfo .title {
        text-align: center;
    }

    #AboutUs .aboutInfo .ShowMoreBtn {
        text-align: center;
    }

    .swiper-container {
        height: 207px;
    }

    #AboutUs .aboutInfo .desc p {
        font-size: 12px;
    }

    .footer_Section:after {
        display: none;
    }

    .footer {
        padding: 60px 0;
    }

        .footer .desc {
            width: 80%;
            margin: 40px auto;
        }

            .footer .desc p {
                font-size: 14px;
            }

        .footer .image img {
            width: 180px;
            height: auto;
        }

    .copyright p,
    .language p {
        font-size: 9px;
    }

    .Inside_Section_title h2 {
        font-size: 22px;
    }

        .Inside_Section_title h2::before,
        .Inside_Section_title h2::after {
            width: 2rem;
            transform: translateY(-0.3rem);
        }

    #AboutUs .desc {
        margin-top: 0;
    }

        #AboutUs .desc p {
            font-size: 14px;
        }

    .Bar_Search_property {
        margin-top: 50px;
    }

        .Bar_Search_property .Form .SearchButton a {
            padding: 3px;
            width: 90px;
            font-size: 14px;
        }

    #Activate_phone .realtyDescTitle p {
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .ActivateButton {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .SendButton {
        padding: 3px;
        width: 160px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .SendButton a {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .MyLabel {
        font-size: 14px;
    }

    #Change_Password .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Consulting .request_consultationButton a {
        width: 290px;
        font-size: 14px;
    }

        #Consulting .request_consultationButton a img {
            width: 25px;
            height: 27px;
        }

    #Consulting .content_title,
    #Consulting .content_desc p,
    #Consulting .content_consultation .datetime,
    #Consulting .content_consultation .content_remove {
        text-align: center;
    }

        #Consulting .content_title h5 {
            font-size: 16px;
        }

    #ContactUs .contact_info ul li .info,
    #ContactUs .contact_info ul li .info_icon {
        font-size: 14px;
    }

    #ContactUs .contact_info ul li {
        margin-right: 10px;
    }

    #ContactUs .socialContact ul li a {
        width: 28px;
        height: 28px;
    }

        #ContactUs .socialContact ul li a i {
            font-size: 16px;
        }

    #ContactUs .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Edit_Profile .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Login .Form .ForgotPass a {
        font-size: 12px;
    }

    #Login .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    .team_item .socialteam ul li a i {
        font-size: 20px;
    }

    .account_item {
        padding: 10px;
    }

        .account_item .image {
            height: 70px;
        }

        .account_item .title h5 {
            font-size: 14px;
        }

    #Realty_information_details .News_Details .date span {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .title h3 {
        font-size: 18px;
    }

    #Realty_information_details .News_Details .desc p {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .News_source p {
        font-size: 12px;
    }

    a .at-icon-wrapper {
        height: 30px !important;
        width: 30px !important;
    }

    .at-icon {
        height: 30px !important;
    }

    .news_item .image,
    .news_item iframe {
        height: 150px;
    }

    #Realty_information .realty_information_Title h5 {
        font-size: 16px;
    }

    .lSSlideOuter .lightSlider {
        height: auto !important;
    }

    #realty_details .realty_Content .title_Details h5 {
        font-size: 18px;
    }

    #realty_details .realty_Content .desc_Details p {
        font-size: 12px;
    }

    #realty_details .realty_Content .price_Details span {
        font-size: 14px;
    }

    .table-bordered .type {
        text-align: center;
    }

        .table-bordered .type .row {
            margin: 0;
        }

        .table-bordered .type span {
            font-size: 12px;
        }

        .table-bordered .type h5 {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

            .table-bordered .type h5 img {
                height: 20px;
            }

    #realty_details .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName h4 {
            font-size: 18px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details
        .realty_Content
        .Marketer
        .Marketer_content
        .titleName
        .social
        ul
        li
        a {
            width: 28px;
            height: 28px;
        }

            #realty_details
            .realty_Content
            .Marketer
            .Marketer_content
            .titleName
            .social
            ul
            li
            a
            i {
                font-size: 18px;
            }

        #realty_details .realty_Content .Marketer .Marketer_content .arrow i {
            font-size: 25px;
        }

    .Relatedltitle h4 {
        font-size: 18px;
    }

    #Realty_Required .content_realty {
        padding: 10px;
    }

    #Realty_Required .request_realtyButton a {
        width: 290px;
        font-size: 14px;
    }

        #Realty_Required .request_realtyButton a img {
            width: 28px;
            height: 28px;
        }

    #Realty_Required .content_title {
        margin-top: 40px;
        width: 100%;
    }

        #Realty_Required .content_title h5 {
            font-size: 16px;
        }

    #Realty_Required .content_desc p {
        font-size: 12px;
    }

    #Realty_Required .No_result {
        padding: 10px;
    }

        #Realty_Required .No_result span {
            font-size: 14px;
        }

    #Register .Form .MyLabel {
        font-size: 14px;
    }

    #Register .Form .RegisterButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_consultation .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_Realty .form .RealtyTitle h5 {
        font-size: 18px;
    }

    #Request_Realty .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Search_Result .search_result_Title h5 {
        font-size: 16px;
    }

    .team_item_list {
        flex-direction: column;
        text-align: center;
    }

        .team_item_list .image {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .team_item_list .title h5 {
            font-size: 18px;
        }

        .team_item_list .desc p {
            font-size: 12px;
        }

    #team_details .offersTitle h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .NotificationPoint {
        top: 0px !important;
        left: 8px !important;
    }

        .NotificationPoint h5 {
            width: 8px !important;
            height: 8px !important;
        }

    body,
    .MainBody {
        padding-top: 66px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-nav .nav-link.active::after,
    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }

    .owl-nav .owl-next {
        left: 30px;
        top: 25px;
    }

    .owl-nav .owl-prev {
        right: 30px;
        top: 25px;
    }

    .formobile {
        display: block;
    }

    .Search_Icon {
        right: 45px;
    }

    .navbar {
        top: 0;
        width: 100%;
    }

    #navbarContent {
        height: 100vh;
        padding-bottom: 85px;
        overflow: scroll;
        overflow-x: hidden;
        background-color: #fff;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .links {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }

    .dropdown-menu {
        background-color: #f9f9f9;
    }
    /* #dropdownMenu_2 {
        background-color: #C69B5B;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    } */
    .form-control,
    textarea.form-control {
        font-size: 12px;
    }

    .Section_title h2 {
        font-size: 28px;
    }

    .header .HeaderContent {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        color: #fff;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

        .header .HeaderContent .new_realty {
            display: none;
        }

        .header .HeaderContent .desc {
            width: 100%;
            margin-bottom: 0;
        }

        .header .HeaderContent .title h1 {
            font-size: 20px;
        }

        .header .HeaderContent .desc p {
            font-size: 14px;
            font-weight: lighter;
        }

    .Search_for_property {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        padding: 20px;
        width: 50%;
        margin: auto;
    }

        .Search_for_property .title {
            text-align: center;
        }

            .Search_for_property .title h5 {
                font-size: 18px;
            }

    .Test_Tabs {
        justify-content: center;
    }

    .nav-pills .nav-link {
        padding: 7px;
        width: 80px;
        font-size: 14px;
    }

    .Search_for_property .Form .SearchButton {
        margin-top: 20px;
        text-align: center;
    }

        .Search_for_property .Form .SearchButton a {
            padding: 5px;
            width: 90px;
            font-size: 14px;
        }

    #options {
        position: relative;
        left: unset;
        right: unset;
        margin-top: 0;
        padding: 60px 0;
    }

    .option_Item {
        margin-bottom: 30px;
    }

        .option_Item:hover {
            transform: unset;
        }

        .option_Item .icon img {
            height: 35px;
        }

        .option_Item .title h5 {
            font-size: 16px;
        }

    #Latest_offers {
        padding: 60px 0;
        padding-top: 0px;
    }

    .pointsBG {
        top: 50px;
        left: -20px;
    }

    .pointsBG2 {
        bottom: 60px;
        right: -15px;
    }

    .offer_Item {
        height: 382px;
    }

        .offer_Item .image {
            height: 205px;
        }

    #AboutUs .aboutContent {
        margin-bottom: 30px;
    }

    .swiper-container {
        height: 290px;
    }

    #AboutUs .aboutInfo .pointsBG {
        left: -2%;
    }

    .footer_Section:after {
        display: none;
    }

    .footer {
        padding: 60px 0;
    }

        .footer .desc {
            width: 80%;
            margin: 40px auto;
        }

            .footer .desc p {
                font-size: 14px;
            }

        .footer .image img {
            width: 180px;
            height: auto;
        }

    .copyright p,
    .language p {
        font-size: 12px;
    }

    .Inside_Section_title h2 {
        font-size: 22px;
    }

        .Inside_Section_title h2::before,
        .Inside_Section_title h2::after {
            width: 2rem;
            transform: translateY(-0.3rem);
        }

    #AboutUs .desc {
        margin-top: 0;
    }

        #AboutUs .desc p {
            font-size: 14px;
        }

    .Bar_Search_property {
        margin-top: 50px;
    }

        .Bar_Search_property .Form .SearchButton a {
            padding: 3px;
            width: 90px;
            font-size: 14px;
        }

    #Activate_phone .realtyDescTitle p {
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .ActivateButton {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Activate_phone .Form .ActivateButtons .SendButton {
        padding: 3px;
        width: 160px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .SendButton a {
        padding: 5px;
        width: 100px;
        font-size: 14px;
    }

    #Offer_Your_Realty .form .MyLabel {
        font-size: 14px;
    }

    #Change_Password .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Consulting .request_consultationButton a {
        width: 290px;
        font-size: 14px;
    }

        #Consulting .request_consultationButton a img {
            width: 25px;
            height: 27px;
        }

    #Consulting .content_title,
    #Consulting .content_desc p,
    #Consulting .content_consultation .datetime,
    #Consulting .content_consultation .content_remove {
        text-align: center;
    }

        #Consulting .content_title h5 {
            font-size: 16px;
        }

    #ContactUs .contact_info ul li .info,
    #ContactUs .contact_info ul li .info_icon {
        font-size: 14px;
    }

    #ContactUs .socialContact ul li a {
        width: 28px;
        height: 28px;
    }

        #ContactUs .socialContact ul li a i {
            font-size: 16px;
        }

    #ContactUs .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Edit_Profile .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Login .Form .ForgotPass a {
        font-size: 12px;
    }

    #Login .Form .SaveButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    .team_item .socialteam ul li a i {
        font-size: 20px;
    }

    .account_item {
        padding: 10px;
    }

        .account_item .image {
            height: 70px;
        }

        .account_item .title h5 {
            font-size: 14px;
        }

    #Realty_information_details .News_Details .date span {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .title h3 {
        font-size: 18px;
    }

    #Realty_information_details .News_Details .desc p {
        font-size: 12px;
    }

    #Realty_information_details .News_Details .News_source p {
        font-size: 12px;
    }

    a .at-icon-wrapper {
        height: 30px !important;
        width: 30px !important;
    }

    .at-icon {
        height: 30px !important;
    }

    .news_item {
        height: 225px;
    }

        .news_item .image,
        .news_item iframe {
            height: 130px;
        }

    #Realty_information .realty_information_Title h5 {
        font-size: 16px;
    }

    .lSSlideOuter .lightSlider {
        height: auto !important;
    }

    #realty_details .realty_Content .title_Details h5 {
        font-size: 18px;
    }

    #realty_details .realty_Content .desc_Details p {
        font-size: 12px;
    }

    #realty_details .realty_Content .price_Details span {
        font-size: 14px;
    }

    .table-bordered .type span {
        font-size: 12px;
    }

    .table-bordered .type h5 {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

        .table-bordered .type h5 img {
            height: 20px;
        }

    #realty_details .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName h4 {
            font-size: 18px;
        }

        #realty_details .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details
        .realty_Content
        .Marketer
        .Marketer_content
        .titleName
        .social
        ul
        li
        a {
            width: 28px;
            height: 28px;
        }

            #realty_details
            .realty_Content
            .Marketer
            .Marketer_content
            .titleName
            .social
            ul
            li
            a
            i {
                font-size: 18px;
            }

        #realty_details .realty_Content .Marketer .Marketer_content .arrow i {
            font-size: 25px;
        }

    .Relatedltitle h4 {
        font-size: 18px;
    }

    #Realty_Required .request_realtyButton a {
        width: 290px;
        font-size: 14px;
    }

        #Realty_Required .request_realtyButton a img {
            width: 28px;
            height: 28px;
        }

    #Realty_Required .content_title {
        margin-top: 40px;
        width: 100%;
    }

        #Realty_Required .content_title h5 {
            font-size: 16px;
        }

    #Realty_Required .content_desc p {
        font-size: 12px;
    }

    #Realty_Required .No_result {
        padding: 10px;
    }

        #Realty_Required .No_result span {
            font-size: 14px;
        }

    #Register .Form .MyLabel {
        font-size: 14px;
    }

    #Register .Form .RegisterButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_consultation .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Request_Realty .form .RealtyTitle h5 {
        font-size: 18px;
    }

    #Request_Realty .form .SendButton a {
        padding: 3px;
        width: 100px;
        font-size: 14px;
    }

    #Search_Result .search_result_Title h5 {
        font-size: 16px;
    }

    .team_item_list {
        flex-direction: column;
        text-align: center;
    }

        .team_item_list .image {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .team_item_list .title h5 {
            font-size: 18px;
        }

        .team_item_list .desc p {
            font-size: 12px;
        }

    #team_details .offersTitle h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        padding-top: 71px;
    }

    .owl-nav .owl-next {
        left: 45px;
    }

    .owl-nav .owl-prev {
        right: 45px;
    }

    .navbar .links ul li {
        margin-left: 5px;
    }

        .navbar .links ul li .searchHeader {
            padding: 3px;
            width: 190px;
        }

            .navbar .links ul li .searchHeader .email-box .searchInp {
                width: 70%;
            }

            .navbar .links ul li .searchHeader .email-box .searchButton button {
                width: 30%;
            }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0.7rem 0.3rem;
    }

    .navbar-brand img {
        width: auto;
        height: 53px;
    }
    /* .Search_for_property {
        right: -155px;
    }
    .header .HeaderContent {
        left: 270px;
    } */
    .header .HeaderContent {
        width: 55%;
    }

        .header .HeaderContent .title h1 {
            font-size: 25px;
        }

        .header .HeaderContent .desc p {
            font-size: 18px;
        }

    .offer_Item {
        height: 295px;
    }

        .offer_Item .image {
            height: 130px;
        }

        .offer_Item .title h5 {
            font-size: 14px;
        }

        .offer_Item .desc p {
            font-size: 12px;
        }

        .offer_Item .price span {
            font-size: 14px;
        }

        .offer_Item .details li span {
            font-size: 9px;
        }

        .offer_Item .details li img {
            height: 14px;
        }

    .pointsBG {
        top: 50px;
        left: -20px;
    }

    .pointsBG2 {
        bottom: 60px;
        right: -15px;
    }

    .footer_Section:after {
        right: 27px;
    }

    .copyright p,
    .language p {
        font-size: 12px;
    }

    .Bar_Search_property .nav-pills .nav-link {
        width: 56px;
        padding: 3px;
        font-size: 12px;
    }

    #Consulting .content_consultation .content_remove span,
    #Consulting .content_consultation .datetime p {
        font-size: 12px;
    }

    #Consulting .content_consultation .datetime span {
        font-size: 10px;
    }

    .team_item .socialteam ul li a i {
        font-size: 20px;
    }

    .account_item .title h5 {
        font-size: 13px;
    }

    .account_item .image {
        height: 70px;
    }

    .news_item {
        height: 225px;
    }

        .news_item .image,
        .news_item iframe {
            height: 130px;
        }

    .lSSlideOuter .lightSlider {
        height: auto !important;
    }

    #Request_consultation .form label {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .container {
        max-width: 1400px;
    }

    .navbar-brand img {
        height: 90px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }

    .header .HeaderContent .title h1 {
        font-size: 50px;
    }

    .header .HeaderContent .desc p {
        font-size: 30px;
    }

    .header .HeaderContent .new_realty .new_realty_title {
        font-size: 25px;
    }

    .header .HeaderContent .new_realty .new_video .video_content iframe {
        /*width: 200px;*/
        /*height: 150px;*/
    }

    .account_item .image {
        height: 90px;
    }
}

.Form .SaveButton {
    margin-top: 30px;
}

    .Form .SaveButton .normalButton {
        background: #c69b5b;
        display: inline-block;
        text-align: center;
        border: none;
        padding: 5px;
        width: 120px;
        border-radius: 3px;
        color: #fff;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        .Form .SaveButton .normalButton:hover {
            background-color: #000;
        }

.NotificationPoint {
    position: absolute;
    top: -2px;
    left: 20px;
    text-align: center;
    background-color: #db0000;
    border-radius: 50%;
}

    .NotificationPoint h5 {
        font-size: 10px;
        width: 10px;
        height: 10px;
        margin: auto;
    }

.PropertyBoxNotificationPoint {
    position: absolute;
    top: 10px;
    left: 20px;
    text-align: center;
    background-color: #db0000;
    border-radius: 50%;
    z-index: 1000;
}

    .PropertyBoxNotificationPoint h5 {
        font-size: 10px;
        width: 10px;
        height: 10px;
        margin: auto;
    }

#realty_details .realty_Content .AddToFavBtn {
    text-align: right;
}

    #realty_details .realty_Content .AddToFavBtn button {
        width: 180px;
        padding: 7px;
        font-size: 14px;
        background-color: #DFC078;
        color: #FFF;
        border-radius: 3px;
        transition: all 0.2s;
    }
