@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    /* outline: 1px solid; */
}

body {
    font-family: Almarai, sans-serif;
    direction: ltr;
}
.max-w-fit{
    max-width: fit-content !important;
}
a,
input,
button {
    outline: 0px;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

dl,
ol,
ul {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.notification_popup {
    background: rgb(209, 188, 74);
    text-align: center;
    padding: 13px 0px;
}

.notification_popup p {
    margin: 0px;
    font-size: 15px;
}

.notification_popup p a {
    color: green;
    margin: -1px 0px 0px 9px;
    font-weight: 600;
}

header {
    margin: 25px 0px 0px;
}

header .logo img {
    width: 100%;
}

header .menu li {
    display: inline-block;
    margin: 0;
}

header .menu li a {
    color: rgb(23, 38, 64);
    font-weight: 500;
    font-size: 17px;
}

header .menu li a i {
    color: rgba(16, 23, 34, 0.42);
    font-size: 13px;
    margin: 0px 0px 0px 2px;
}

header .menu {
    margin: 0px 0px 0px 16px;
}

header .menu .dropdown,
header .login-sign .dropdown {
    display: inline-block;
}

header .menu .dropdown button {
    padding: 0px;
    border: 0px;
    outline: none;
    background: none !important;
    color: rgb(23, 38, 64) !important;
    box-shadow: none !important;
}

header .menu .dropdown .dropdown-menu {
    left: 0px;
    background: rgb(255 255 255);
    top: 5px !important;
    z-index: 9999;
}

header .login-sign .dropdown button {
    padding: 0px;
    border: 0px;
    outline: none;
    margin: 0px 20px 0px 0px;
    background: none !important;
    color: rgb(23, 38, 64) !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

header .login-sign .dropdown button i {
    margin: 0px 4px 0px 0px;
    color: rgba(23, 38, 64, 0.62);
}

header .login-sign {
    text-align: right;
    margin: 0px 0px 0px;
}

header .login-sign a {
    color: rgb(11, 24, 44);
    border: 1px solid rgb(11, 24, 44);
    padding: 10px 10px 11px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 7px;
}

header .login-sign .login_btn {
    border: 1px solid rgb(159, 170, 189);
    margin: 0px 10px 0px 0px;
}

header .login-sign .sign_btn {
    background: rgb(23, 38, 64);
    color: rgb(255, 255, 255);
}

header .login-sign .dropdown a {
    border: 0px;
    padding: 0px 0px 10px 14px;
    font-size: 16px;
}

header .login-sign .dropdown-menu {
    background: rgb(255 255 255);
    top: 5px !important;
}

.slider {
    margin: 64px 0px 0px;
}

.slider .right_text h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 65px;
    color: rgb(18, 34, 60);
    margin: 100px 0px 0px;
}

.slider .right_text p {
    font-size: 17px;
    line-height: 30px;
    color: rgb(18, 34, 60);
    margin: 18px 0px 40px;
}

.slider .right_text .start_now {
    background: rgb(209, 188, 74);
    color: rgb(18, 34, 60);
    padding: 9px 23px;
    display: inline-flex;
    direction: rtl;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin: 0px 8px 0px 0px;
}

.slider .right_text .start_now i {
    color: rgba(0, 0, 0, 0.45);
    font-size: 13px;
    margin: 0px 0px 0px 7px;
    position: relative;
    bottom: -1px;
}

.slider .right_text .app_store {
    display: inline-block;
}

.slider .right_text .app_store a.google_app {
    position: relative;
    top: -3px;
    margin: -1px 8px 0px 0px;
}

.left_image_slide {
    text-align: right;
    position: relative;
    z-index: 99;
}
.left_image_slide img{
    width: 100%;
}

.in_mobile {
    display: none;
}

.informations {
    background: rgb(23, 38, 64);
    padding: 6px 0px 0px;
    margin-top: -240px;
}

.informations .info {
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(18, 34, 60);
    border-radius: 8px;
    padding: 25px 0px;
    position: relative;
    bottom: -67px;
    box-shadow: rgb(239, 239, 239) 0px 8px 11px 0px;
}

.informations .info h3 {
    margin: 0px 0px 5px;
    font-size: 26px;
}

.informations .info p {
    margin: 0px;
    font-size: 14px;
}

.informations .info i {
    font-size: 34px;
    margin: 0px 0px 12px;
}

.informations .overflow_screen {
    top: 0;
    transform: translateY(-100%);
    z-index: -5;
    background-image: url("../images/screen.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 126px;
    position: relative;
}

.how_work {
    margin-top: 180px;
}

.title {
    text-align: center;
}

.title h2 {
    font-weight: 800;
    color: rgb(18, 34, 60);
    font-size: 34px;
}

.title p {
    color: rgb(18, 34, 60);
    font-size: 17px;
    margin: 20px 0px 35px;
}

.how_work .info {
    text-align: center;
    border: 1px solid rgba(23, 38, 64, 0.22);
    border-radius: 6px;
    padding: 0px 25px 15px;
}

.how_work .info span {
    background: rgb(209, 188, 74);
    border-radius: 9px;
    padding: 5px 11px;
    color: rgb(18, 34, 60);
    font-weight: 600;
    position: relative;
    top: -12px;
}

.how_work .info h3 {
    color: rgb(18, 34, 60);
    font-size: 21px;
    margin: 25px 0px 20px;
}

.how_work .info p {
    color: rgb(18, 34, 60);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}

.realestate_banner {
    background: rgb(18, 34, 60);
    margin: 265px 0px 0px;
    text-align: center;
}

.realestate_banner .home_banner {
    margin-top: -142px;
}

.realestate_banner .invest_icon_mobile {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    max-width: 400px;
    padding: 10px 15px 15px;
    color: rgb(18, 34, 60);
    font-size: 19px;
    line-height: 31px;
    position: absolute;
    top: 87px;
    text-align: left;
    box-shadow: rgb(36, 36, 36) 0px 0px 15px;
    left: 93px;
}

.realestate_banner .inner_banner {
    position: relative;
}

.realestate_banner .invest_icon {
    display: inline-block;
    background: rgb(248, 244, 221);
    padding: 18px 17px;
    border-radius: 12px;
    box-shadow: rgb(36, 36, 36) 0px 0px 15px;
    position: absolute;
    bottom: 70px;
    right: 340px;
}

.earn_money {
    background: rgb(246, 247, 249);
    padding: 100px 0px;
}

.earn_money .title p {
    margin: 20px 0px 65px;
}

.earn_money .box_earn {
    background: rgb(255, 255, 255);
    padding: 35px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) -1px 0px 21px;
    margin: 192px 0px 0px;
}

.earn_money .box_earn i {
    background: rgb(248, 244, 221);
    width: 50px;
    height: 37px;
    padding: 11px 17px;
    border-radius: 14px;
    margin: 0px 0px 25px;
    color: rgb(215, 197, 98);
}

.earn_money .box_earn h4 {
    font-weight: 600;
    color: rgb(18, 34, 60);
    font-size: 20px;
}

.earn_money .box_earn p {
    color: rgba(18, 34, 60, 0.39);
    font-size: 16px;
    margin: 10px 0px 0px;
}

.center_image {
    text-align: center;
}

.center_image img {
    box-shadow: rgba(0, 0, 0, 0.04) -1px 0px 21px;
    width: 75%;
}

.features_main {
    padding: 110px 0px 0px;
}

.features_main .features_inner {
    background: rgb(246, 247, 249);
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
}

.features_main .features_inner i {
    font-size: 60px;
    color: rgb(209, 188, 74);
}

.features_main .features_inner p {
    margin: 0px;
    color: rgba(18, 34, 60, 0.55);
    font-size: 16px;
}

.features_main .features_inner h3 {
    font-size: 18px;
    color: rgb(18, 34, 60);
    margin: 20px 0px 10px;
    line-height: 32px;
    padding: 0px 16px;
}

#financed_realestate {
    direction: ltr;
}

.financed_realestate {
    background: rgb(246, 247, 249);
    margin: 100px 0px 0px;
    padding: 90px 0px;
}

.single_realestate {
    background: rgb(255, 255, 255);
    border-radius: 13px;
    overflow: hidden;
    margin: 20px 7px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
}

.single_realestate img {
    max-height: 240px;
    object-fit: cover;
}

.single_realestate .info_singal {
    padding: 0px 20px;
    margin: 14px 0px 0px;
}

.single_realestate .info_singal ul {
    text-align: left;
    direction: ltr;
}

.single_realestate .info_singal ul li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background: rgb(233, 237, 247);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(18, 34, 60);
    border-radius: 10px;
}

.single_realestate .info_singal ul li i {
    font-size: 14px;
    margin: 0px 3px 0px 0px;
    color: rgb(209, 188, 74);
}

.single_realestate h2 {
    color: rgb(18, 34, 60);
    font-size: 18px;
    padding: 0px 75px 0px 20px;
    margin: 10px 0px 8px;
    line-height: 30px;
    font-weight: 800;
}

.single_realestate .price {
    padding: 0px 20px;
    font-weight: 800;
    font-size: 24px;
    margin: 0px;
    display: inline-block;
    color: rgb(209, 188, 74);
}

.single_realestate .price span {
    font-weight: 500;
    font-size: 18px;
}

.single_realestate .investors_number {
    display: inline-block;
    float: right;
    margin: 7px 25px 0px 0px;
    color: rgb(18, 34, 60);
    font-weight: 800;
}

.single_realestate .investors_number span {
    font-weight: 500;
    float: right;
    margin: 0px 0px 0px 4px;
}

.single_realestate .data_realestate {
    margin: -7px 0px 0px;
}

.single_realestate .data_realestate ul {
    margin: 20px 25px;
    background: rgb(228, 236, 248);
    padding: 9px 14px 1px 13px;
    border-radius: 8px;
}

.single_realestate .data_realestate ul li {
    margin: 0px 0px 10px;
    color: rgba(18, 34, 60, 0.64);
}

.single_realestate .data_realestate ul li span {
    float: right;
    font-weight: 600;
    color: rgb(33, 48, 73);
}

#financed_realestate .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
    right: 0px;
}

#financed_realestate .owl-nav button {
    font-size: 30px;
    border: 1px solid rgba(18, 34, 60, 0.17);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: normal;
    margin: 0px;
    color: rgb(18, 34, 60);
    outline: none;
    padding: 0px !important;
}

#financed_realestate .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

#financed_realestate .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.all_realestate {
    background: rgb(255, 255, 255);
    padding: 31px 35px;
    line-height: 0;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(18, 34, 60);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    margin: 25px auto 0px;
    display: block;
}

.clients {
    margin: 110px 0px 0px;
    position: relative;
}

.clients h1 {
    font-weight: 800;
    color: rgb(18, 34, 60);
    font-size: 46px;
    line-height: 70px;
    margin: 85px 0px 0px;
}

.clients h1 span {
    color: rgb(209, 188, 74);
}

.clients .reviews {
    direction: rtl;
    text-align: center;
    background: rgb(246, 247, 249);
    border-radius: 15px;
    padding: 35px 0px 0px;
    position: relative;
}

#reviews {
    direction: ltr;
}

.reviews .image_user {}

.reviews .image_user i {
    font-size: 52px;
    color: rgb(209, 188, 74);
    margin: 0px 0px 10px;
}

.reviews .stars {
    margin: 0px 0px 10px;
}

.reviews .stars li {
    display: inline-block;
    font-size: 20px;
    margin: 0px 1px;
    color: rgb(209, 188, 74);
}

.reviews .stars li i {}

.reviews h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgb(18, 34, 60);
}

.reviews .desk_reviews {
    margin: 15px auto 75px;
    color: rgba(18, 34, 60, 0.84);
    font-size: 16px;
    width: 88%;
    line-height: 27px;
}

.reviews .date_reviews {
    color: rgb(18, 34, 60);
    float: left;
    margin: 0 0 27px 41px;
}

.clients .overlay_clients {
    position: absolute;
    left: -61px;
    opacity: 0.2;
}

#reviews .owl-nav {
    position: absolute;
    bottom: 63px;
    width: 100%;
    left: 0px;
}

#reviews .owl-nav button {
    font-size: 18px;
    border: 1px solid rgba(18, 34, 60, 0.17);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: normal;
    margin: 0px;
    color: rgb(18, 34, 60);
    outline: none;
    padding: 0px !important;
}

#reviews .owl-nav .owl-next {
    position: absolute;
    right: 45px;
}

#reviews .owl-nav .owl-prev {
    position: absolute;
    left: auto;
    right: 95px;
}

.investment_calculator {
    background: rgb(246, 247, 249);
    padding: 85px 0px;
    margin: 100px 0px 0px;
    position: relative;
}

#slider-container {
    width: 100%;
    margin: 0px 0px 25px;
}

#slider-container p {
    color: rgb(18, 34, 60);
    font-weight: 500;
    font-size: 17px;
    margin: 0px;
}

.slider_val {
    appearance: none;
    width: 100%;
    height: 15px;
    background-color: rgb(235, 238, 244);
    border-radius: 50px;
}

.slider_val::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background-color: rgb(209, 188, 74);
    border-radius: 50%;
    cursor: pointer;
}

#chakra-value {
    font-weight: 800;
    font-size: 20px;
}

.right_invest {
    background: rgb(255, 255, 255);
    padding: 40px 32px 25px 30px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
}

.right_invest h3 {
    color: rgb(18, 34, 60);
    font-size: 22px;
    margin: 0px 0px 60px;
}

.right_invest .last_privesy {
    margin: 70px 0px 0px;
    color: rgba(18, 34, 60, 0.38);
    font-size: 15px;
    line-height: 23px;
}

#slider-container .text_range {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0px 0px 0px 3px;
    color: rgb(18, 34, 60);
}

#slider-container .price_range {
    display: inline-block;
    float: right;
    margin: 0px 0px 12px;
}

#chakra-value-2,
#chakra-value-3 {
    font-weight: 800;
    font-size: 20px;
}

.left_invest {
    background: rgb(255, 255, 255);
    padding: 40px 32px 25px 30px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    text-align: center;
}

.left_invest h3 {
    color: rgb(18, 34, 60);
    font-size: 18px;
    margin: 0px 0px 10px;
}

.left_invest .in_five {
    display: inline-block;
    font-size: 22px;
    margin: -3px 0px 0px 10px;
    position: relative;
    top: -3px;
    color: rgba(18, 34, 60, 0.34);
}

.left_invest .in_five i {
    color: rgb(18, 34, 60);
    margin: 0px 0px 0px 5px;
    font-size: 18px;
}

.left_invest #result {
    font-size: 24px;
    font-weight: 800;
    color: rgb(18, 34, 60);
    display: inline-block;
}

.left_invest #result-value {
    font-size: 28px;
}

.invest_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background: rgb(246, 247, 249);
    border-radius: 10px;
    text-align: left;
    padding: 20px 10px 20px;
}

.invest_info .item_info_invest {
    min-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 30%;
    gap: 4px;
    /*display: inline-block;*/
    /*margin: 0px 70px 0px 13px;*/
    /*position: relative;*/
}

.item_info_invest .circle_info {
    display: inline-block;
    background: rgb(209, 188, 74);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    /*position: absolute;*/
    left: -31px;
    top: 9px;
}

.item_info_invest:nth-child(2) .circle_info {
    background: rgb(18, 34, 60);
}

.item_info_invest:nth-child(3) .circle_info {
    background: rgb(31, 95, 203);
}

.item_info_invest h6 {
    color: rgb(18, 34, 60);
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0px 2px;
}

.item_info_invest p {
    margin: 0px;
    color: rgb(18, 34, 60);
    font-weight: 500;
    font-size: 15px;
}

.item_info_invest p span {
    font-size: 18px;
    margin: 0px 2px 0px 0px;
    font-weight: 800;
}

.invest_info .item_info_invest:last-child {
    margin: 0px;
}

.overlay_screen_bottom {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    transform: translateY(100%);
}

.overlay_screen_bottom img {}

.download_app {
    margin: 210px 0px 0px;
}

.download_app .right_download {}

.right_download h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 85px;
    color: rgb(18, 34, 60);
    margin: 102px 0px 0px;
}

.right_download p {
    font-size: 24px;
    line-height: 45px;
    color: rgb(18, 34, 60);
    margin: 18px 0px 40px;
}

.right_download .start_now {
    background: rgb(209, 188, 74);
    color: rgb(18, 34, 60);
    padding: 11px 35px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    margin: 0px 8px 0px 0px;
    direction: rtl;
}

.right_download .start_now i {
    margin: 0px 0px -2px 6px;
}

.download_app .app_store {
    display: inline-block;
}

.download_app .app_store a {}

.download_app .app_store a img {
    width: 140px;
    height: 49px;
}

.download_app .app_store .google_app {
    position: relative;
    top: -2px;
    margin: 0px 8px 0px 0px;
}

footer {
    background: rgb(18, 34, 60);
    padding: 75px 0px 30px;
    margin-top: 80px;
    text-align: start;
}

footer .main_footer_info {}

footer .main_footer_info img {
    width: 170px;
    margin: 0px 0px 15px;
}

footer .main_footer_info p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 28px;
    width: 85%;
}

footer .main_footer_info h6 {
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 40px 0px 10px;
}

footer .main_footer_info a {
    color: rgba(255, 255, 255, 0.78);
}

footer .social {
    margin: 15px 0px 0px;
}

footer .social li {
    display: inline-block;
}

footer .social li a {
    color: rgb(255, 255, 255);
    font-size: 19px;
    margin: 0px 14px 0px 0px;
}

.footer_info h6 {
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer_info ul li {
    margin: 0px 0px 15px;
}

.footer_info ul li a {
    color: rgb(255, 255, 255);
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
}

.warning_site p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin: 40px 0px 0px;
}

.warning_site p i {
    font-size: 25px;
    margin: 0px 9px -4px 0px;
    position: absolute;
    left: -14px;
}

footer .payments {
    text-align: right;
    margin: 40px 0px 0px;
}

footer .payments img {
    max-width: 100%;
}

.copyrights {
    border-top: 1px solid rgb(30, 51, 86);
    margin: 25px 0px 0px;
    padding: 25px 0px 0px;
}

.copyrights p a {
    color: rgb(208, 187, 72);
    font-weight: 800;
    margin: 0px 0px 0px 2px;
}

.copyrights p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin: 0px;
}

.copyrights .our_site {
    float: none;
    text-align: center;
}

.copyrights .developer_copyrights {
    float: right;
}

.login_start {
    margin: 0px;
    text-align: center;
    position: relative;
    min-height: 100vh;
    padding: 40px 15px;
    background: rgb(18, 34, 60);
}

.login_start .login_slide img {
    width: 155px;
}

.login_start .login_slide {
    background: rgb(255, 255, 255);
    max-width: 570px;
    margin: 0px auto;
    padding: 40px 45px;
    border-radius: 15px;
    /*position: absolute;*/
    top: 50%;
    left: 0px;
    /*transform: translateY(-50%);*/
    right: 0px;
}

.register_page .login_slide {
    max-width: 40%;
    padding: 50px 90px;
}

.login_slide h3 {
    color: rgb(2, 42, 68);
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0px;
}

.login_slide form {
    text-align: left;
}

.login_slide .pass_forget {
    margin: 25px auto;
    text-align: center;
    display: inherit;
    width: 140px !important;
}

.login_slide form input {
    display: block;
    border: 1px solid rgba(2, 42, 68, 0.13);
    width: 100%;
    padding: 11px 0px 13px 11px;
    font-size: 15px;
    border-radius: 8px;
    margin: 17px 0px 0;
    font-weight: 400;
    outline: none;
}

.login_slide form .remember_me {
    display: inline-block;
    margin: 15px 0px 20px 2px;
    position: relative;
    top: -2px;
}

body .register_page_client form .remember_me span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(3, 34, 54, 0.71);
}

body .register_page_client form .remember_me span a {
    font-weight: 400;
    color: rgb(29, 155, 240);
}

body .register_page_client form .remember_me {
    margin: 19px 0px 18px 5px;
}

.login_slide form .remember_me input {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    position: relative;
    bottom: -2px;
    width: auto;
}

.login_slide form .remember_me span {
    font-weight: 500;
    color: rgb(148, 152, 155);
    font-size: 15px;
}

.login_slide form .forget_pass {
    float: right;
    margin: 15px 2px 18px 0px;
    color: rgb(2, 31, 50);
    font-size: 15px;
}

.login_slide button,
.login_slide .btn_log_in {
    display: block;
    width: 100%;
    padding: 10px 0px 14px;
    font-size: 16px;
    border-radius: 7px;
    background: rgb(18, 34, 60);
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid rgb(18, 34, 60);
}

.login_slide .btn_log_in:hover {
    background: rgb(217, 200, 109);
    color: rgb(23, 38, 64);
    border: 1px solid rgb(217, 200, 109);
}

.login_slide button:hover {
    background: rgb(255, 255, 255);
    color: rgb(220, 53, 69);
    border: 1px solid rgb(220, 53, 69);
}

.copyright_login p {
    text-align: center;
    margin: 50px 0px 30px;
    color: rgb(0, 6, 10);
    font-size: 16px;
}

.social_login {
    margin: 30px 0px 0px;
}

.social_login p {
    font-weight: 600;
    color: rgb(3, 30, 48);
    font-size: 16px;
    margin: 0px 0px 15px;
}

.social_login button {
    background: rgb(255, 255, 255);
    color: rgb(2, 26, 42);
    border: 1px solid rgb(222, 227, 231);
    padding: 14px 0px;
    margin: 15px 0px 0px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.social_login button i {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: rgb(25, 126, 206);
    top: 13px;
}

.social_login .google i {
    color: rgb(221, 75, 57);
}

.social_login a {
    background: rgb(255, 255, 255);
    color: rgb(2, 26, 42);
    border: 1px solid rgb(222, 227, 231);
    padding: 14px 0px;
    margin: 15px 0px 0px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    display: block;
    border-radius: 8px;
}

.social_login a .fa-google {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: rgb(25, 126, 206);
    top: 13px;
}

.social_login .fa-google {
    color: #dc3545 !important;
}

.dont_have_account {
    margin: 35px 0px 0px;
}

.dont_have_account p {
    margin: 0px;
    color: rgb(165, 165, 165);
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.dont_have_account a {
    border: 0px;
    color: rgb(18, 34, 60);
    padding: 6px 0px 9px;
    margin: 0px 0px 0px 4px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
}

.dont_have_account a:hover {
    border: 0 !important;
    color: rgb(209, 189, 62) !important;
}

.copy_login {
    font-size: 13px;
    color: rgba(23, 38, 64, 0.51);
    margin: 25px 0px 0px;
}

.copy_login a {
    color: rgb(23, 38, 64);
}

.dont_have_account a:hover {
    border: 0px;
    color: rgb(211, 191, 84);
    background: none;
}

.error-message {
    color: red;
    margin-top: 5px;
}

.error-input {
    border: 1px solid red !important;
}

.dashboard_properties {}

.dashboard_properties .row {
    margin: 0px;
}

.dashboard_bar {
    background: rgb(18, 28, 48);
    height: 100%;
    min-height: 100vh;
    position: fixed;
    left: 0px;
    width: 290px;
    overflow: auto;
    transition: 0.3s;
}

.dashboard_bar .logo_dash {
    background: rgb(10, 16, 32);
    padding: 20px;
    margin: 0px 0px 20px;
}

.dashboard_bar .logo_dash img {
    width: 130px;
}

.dashboard_bar .list_dash {
    padding-top: 70px;
}

.dashboard_bar .list_dash li i{
    margin-right: 5px;
}

.dashboard_bar .list_dash li a {
    display: block;
    margin: 0px 20px 10px;
    color: rgb(255, 255, 255);
    padding: 10px 15px 11px;
    border-radius: 10px;
    opacity: 0.9;
    font-size: 16px;
}

.dashboard_bar .list_dash li a.active {
    background: rgb(10, 16, 32);
}

.dashboard_bar .list_dash li a i {
    margin: 0px 5px 0px 0px;
}

.dashboard_bar .profile_investor {
    display: block;
    margin: 30px 20px 10px;
    color: rgb(255, 255, 255);
    padding: 12px 15px 15px;
    border-radius: 10px;
    background: rgb(11, 17, 34);
}

.dashboard_bar .profile_investor span {
    display: block;
    font-size: 12px;
    margin: 0px 0px 6px;
}

.dashboard_bar .profile_investor a {
    color: rgb(209, 189, 78);
    font-size: 17px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.setting_item .fa-thin{
    font-size: 60px;
}

.dashboard_bar .profile_investor a .fa-circle-user {
    font-size: 26px;
    margin: 0px 8px 0px 0px;
    position: relative;
    bottom: -4px;
}

.dashboard_bar .profile_investor .fa-arrow-left,.dashboard_bar .profile_investor .fa-arrow-right {
    /*float: right;*/
    font-size: 21px;
}

.last_sec_bar {
    /*position: absolute;*/
    bottom: 85px;
    right: 0px;
    left: 0px;
    margin-top: 200px;
}

.last_sec_bar .help_center {
    color: rgb(255, 255, 255);
    margin: 0px 20px 10px 38px;
    display: block;
    font-size: 16px;
}

.last_sec_bar .help_center i {
    margin: 0px 6px -1px 0px;
}

.download_app_bar {
    display: block;
    margin: 20px 20px 10px;
    color: rgb(255, 255, 255);
    padding: 12px 15px 15px;
    border-radius: 10px;
    background: rgb(11, 17, 34);
}

.download_app_bar p {
    margin: -1px 0px 0px 51px;
    font-size: 14px;
}

.download_app_bar img {
    width: 40px;
    float: left;
}

.download_app_bar a {
    color: rgb(209, 188, 76);
    font-size: 14px;
    margin: 24px 0px 0px 11px;
}

.download_app_bar .iphoneapp::after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    background: rgb(255, 255, 255);
    width: 5px;
    height: 5px;
    position: relative;
    right: -7px;
}

.content_dashboard {
    background: rgb(246, 247, 249);
    margin: 0px 0px 0px 290px;
    padding: 45px 40px 45px;
    min-height: 100vh;
}

.notification_id {
    background: rgb(245, 241, 219);
    padding: 8px 0px 17px 41px;
    margin: 0px -40px 50px;
}

.notification_id a {
    color: rgb(201, 182, 86);
    font-size: 15px;
}

.notification_id a i {
    font-size: 30px;
    position: relative;
    bottom: -6px;
    margin: 0px 10px 0px 0px;
}

.notification_id a strong {
    font-weight: 800;
}

.title_all {
    color: rgb(32, 48, 80);
    font-weight: 800;
    font-size: 28px;
    margin: 0px 0px 20px;
}

.prop_dash {
    padding: 0px 40px 0px 0px;
}

.prop_dash .col-md-4 {
    padding: 0px 15px 0px 0px;
}

.prop_dash .single_realestate img {
    max-height: 240px;
    object-fit: cover;
    width: 100%;
}

.prop_dash .data_realestate {
    margin: 0px;
}

.prop_dash .data_realestate ul {
    margin: 20px 10px 10px;
    background: rgba(228, 236, 248, 0.58);
    padding: 17px 5px 16px 5px;
    border-radius: 8px;
}

.prop_dash .data_realestate ul li {
    display: inline-block;
    margin: 0px;
    width: 24%;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
}

.prop_dash .data_realestate ul li span {
    float: none;
    display: block;
    font-size: 20px;
    margin: 8px 0px 0px;
    font-weight: 900;
}

.indecator_up {
    height: 8px;
    width: 89%;
    background: rgba(209, 188, 74, 0.25);
    margin: 10px 0px 0px 21px;
    border-radius: 50px;
    position: relative;
}

.indecator_in {
    height: 8px;
    width: 68%;
    background: rgb(209, 188, 74);
    margin: 10px 0px 0px;
    border-radius: 50px;
}

.content_dashboard .nav {
    margin: 35px 0px 0px;
}

.content_dashboard .nav li {}

.content_dashboard .nav li a {
    background: rgb(237, 243, 255);
    margin: 0px 20px 0px 0px;
    color: rgb(18, 28, 48);
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.12) 0px 3px 7px;
}

.content_dashboard .nav-pills .nav-link.active,
.content_dashboard .nav-pills .show>.nav-link {
    color: rgb(18, 28, 48);
    background-color: rgb(209, 188, 74);
    font-weight: 700;
}

.balance_wallet {
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    border-radius: 9px;
    padding: 25px 35px 0px;
    position: relative;
    overflow: hidden;
    /*margin: 0px 30px 20px -15px;*/
    min-height: 159px;
}

.right_wallet {
    display: inline-block;
    margin: 10px 0px 0px;
}

.right_wallet span {
    color: rgb(18, 28, 48);
    font-size: 22px;
    font-weight: 600;
}

.right_wallet h3 {
    color: rgb(45, 62, 98);
    margin: 15px 0px 0px;
    font-size: 35px;
    font-weight: 800;
}

.right_wallet h3 span {
    color: rgb(45, 62, 98);
    font-weight: 500;
    font-size: 20px;
    position: relative;
    left: 2px;
    top: -4px;
}

.left_wallet {
    float: right;
    clear: both;
}

.left_wallet .btn {
    display: block;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px 0px 15px;
    border-radius: 8px;
    padding: 8px 25px 10px;
    font-weight: 600;
}

.left_wallet .btn_wallet_add {
    background: rgb(209, 189, 62);
    color: rgb(18, 28, 48);
}

.left_wallet .btn_wallet_take {
    background: rgb(18, 28, 48);
}

.rewards {
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    border-radius: 9px;
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
    margin: 20px 40px 20px -15px;
    min-height: 159px;
}

.rewards:last-child {
    margin: 0px;
}

.rewards .right_rewards {
    display: inline-block;
    margin: 8px 0px 0px;
}

.rewards .left_rewards {
    float: right;
    clear: both;
}

.rewards .left_rewards img {
    width: 119px;
}

.rewards .right_rewards span {
    color: rgb(18, 28, 48);
    font-size: 22px;
    font-weight: 600;
}

.rewards .right_rewards h3 {
    color: rgb(45, 62, 98);
    margin: 15px 0px 0px;
    font-size: 35px;
    font-weight: 800;
}

.rewards .right_rewards h3 span {
    color: rgb(45, 62, 98);
    font-weight: 500;
    font-size: 20px;
    position: relative;
    left: 2px;
    top: -4px;
}

.transactions h2 {
    margin: 45px 0px 0px;
    font-size: 24px;
}

.transactions_in {
    margin: 20px 15px 0px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    border-radius: 9px;
    padding: 25px 35px 30px;
    position: relative;
    overflow: hidden;
    min-height: 159px;
}

.transactions_in table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    text-align: left;
}

.transactions_in .empty {
    border: 0px;
    text-align: center;
    padding: 45px 0px 25px;
    font-weight: 800;
    color: rgba(18, 28, 48, 0.35);
    font-size: 20px;
}

.transactions_in .empty i {
    display: block;
    font-size: 90px;
    text-align: center;
    margin: 0px auto 20px;
}

.transactions_in td {
    border: 0px;
    text-align: left;
    padding: 20px 0px;
    font-weight: 500;
    color: rgb(18, 28, 48);
    font-size: 16px;
}

.transactions_in th {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(18, 28, 48, 0.12);
    padding: 0px 0px 18px;
    font-size: 18px;
    color: rgb(18, 28, 48);
    font-weight: 500;
    text-align: left;
}

.visa_master {}

.visa_master h2 {
    margin: 45px 0px 0px;
    font-size: 24px;
}

.add_visa_master {
    margin: 20px 15px 0px -15px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    border-radius: 9px;
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
}

.add_visa_master_last {
    margin: 20px 0px 0px -15px;
}

.add_visa_master p {
    color: rgb(18, 28, 48);
    font-size: 18px;
    margin: 0px 0px 30px;
    font-weight: 500;
}

.add_visa_master p i {
    margin: 0px 8px -2px 0px;
    font-size: 21px;
}

.visa_master button i {
    margin: 0px 11px -2px 0px;
    font-size: 17px;
}

.visa_master button {
    background: rgb(244, 246, 249);
    width: 100%;
    display: block;
    padding: 11px 0px;
    font-weight: 500;
    border: 2px solid rgb(223, 226, 231);
    font-size: 16px;
    border-radius: 10px;
    color: rgb(132, 145, 165) !important;
}

.setting_item {
    background: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    border-radius: 9px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin: 10px 20px 30px -15px;
}

.setting_item .right_icon i {
    font-size: 53px;
}

.setting_item .right_icon {
    display: inline-block;
    width: 30%;
    background: rgb(197, 179, 76);
    height: 135px;
    float: left;
    text-align: center;
    padding: 38px 0px 0px;
    margin: 0px;
}

.setting_item .right_icon img {
    width: 60px;
}

.setting_item .left_text {
    display: inline-block;
    width: 69%;
    padding: 0px 0px 0px 20px;
}

.setting_item .left_text h3 {
    color: rgb(18, 28, 48);
    font-weight: 800;
    font-size: 18px;
    margin: 22px 0px 0px;
}

.setting_item .left_text p {
    color: rgb(18, 28, 48);
    font-size: 16px;
    margin: 10px 0px;
}

.setting_item .left_text a {
    color: rgba(18, 28, 48, 0.35);
}

.setting_item .left_text a i {
    font-size: 13px;
    margin: 0px 0px -2px 9px;
}

.investor_file_item {
    margin: 0;
    min-height: auto;
    padding: 20px 35px 26px;
}

.investor_file_item a {
    color: rgba(39, 58, 96, 0.58);
    font-size: 20px;
    margin: 0px 0px 0px 8px;
    position: relative;
    bottom: -3px;
}

.investor_file_item .right_invest {
    float: left;
    padding: 0px;
}

.investor_file_item .right_invest span {
    color: rgba(18, 28, 48, 0.29);
    font-size: 20px;
}

.investor_file_item .right_invest h3 {
    font-size: 30px;
    margin: 10px 0px 0px;
}

.investor_file_item .right_invest h3 span {
    color: rgb(45, 62, 98);
    font-size: 17px;
}

.investor_file_item .left_invest {
    float: right;
    padding: 0px;
    margin: 18px 0px 0px;
}

.left_invest i {
    font-size: 58px;
    color: rgb(221, 203, 103);
}

.title_investor {
    display: block;
    width: 100%;
    margin: 40px 0px 20px;
    font-size: 25px;
    font-weight: 800;
    color: rgb(18, 28, 48);
}

.no_padding {
    padding: 0px;
}

.investor_file_item_top {
    /*padding: 30px;*/
    margin: 0;
}

.investor_file_item_top .left_invest_top {}

.investor_file_item_top .left_invest_top i {
    font-size: 38px;
    color: rgb(221, 203, 103);
}

.investor_file_item_top .right_invest_top {
    margin: 3px 0px 0px;
}

.investor_file_item_top .right_invest_top h3 {
    font-size: 30px;
}

.investor_file_item_top .right_invest_top span {
    color: rgba(18, 28, 48, 0.35);
    font-size: 19px;
    font-weight: 800;
    margin: 10px 0px 0px;
    display: block;
}

.invist_limit_sec {
    text-align: center;
    padding: 16px 30px;
    margin: 33px 0px 0px 0px;
}

.invist_limit_sec .right_invest_top {
    display: block;
}

.invist_limit_sec p {
    font-size: 20px;
    color: rgb(36, 50, 78);
}

.invist_limit_sec p span {
    font-weight: 500;
    margin: 0px 4px 0px 5px;
    font-size: 20px;
}

.invist_limit_sec .ind_invest {
    display: block;
    height: 8px;
    background: rgb(239, 243, 249);
    width: 100%;
    border-radius: 50px;
    margin: 15px 0px 20px;
}

.invist_limit_sec .ind_invest .ind_class_in {
    display: block;
    height: 8px;
    background: rgb(221, 203, 103);
    border-radius: 50px;
}

.invist_limit_sec h5 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: rgb(18, 28, 48);
    margin: 0px 0px 20px;
}

.invist_limit_sec h5 span {
    float: right;
    font-size: 18px;
    font-weight: 800;
}

.invist_limit_sec h5 span strong {
    font-weight: 500;
    font-size: 15px;
}

.invest_table .transactions_in {
    margin: 30px 0px 0px 0px;
}

.invest_table .title_investor {
    margin: 55px 0px 10px;
}

.cart_invest {
    text-align: center;
    padding-top: 150px;
}

.cart_invest h3 {
    color: rgb(32, 48, 80);
    font-weight: 800;
    font-size: 28px;
    margin: 35px 0px 18px;
}

.cart_invest p {
    color: rgb(18, 28, 48);
    font-size: 18px;
}

.cart_invest button {
    background: rgb(18, 28, 48);
    color: rgb(255, 255, 255);
    padding: 10px 38px 11px;
    font-weight: 800;
    border-radius: 8px;
    margin: 18px 0px 0px;
    font-size: 15px;
}

.cart_invest i {
    font-size: 140px;
    color: rgb(209, 189, 78);
}

.cart_invest button:hover {
    background: rgb(209, 189, 78);
}

.cart_pay_now {}

.cart_pay_now p {
    font-weight: 800;
    font-size: 20px;
    color: rgb(18, 28, 48);
    margin: 0px 0px 35px;
}

.cart_pay_now p span {
    float: right;
    font-size: 24px;
    font-weight: 500;
}

.cart_pay_now p span strong {
    font-weight: 500;
    font-size: 18px;
}

.cart_pay_now button {
    background: rgb(209, 189, 62);
    margin: 0px;
    color: rgb(18, 28, 48);
    font-weight: 900;
    display: block;
    width: 100%;
    padding: 9px 0px 10px;
    font-size: 17px;
    border-radius: 9px;
}

.title_cart {
    margin: 0px 0px 40px;
}
.cart_order_sec {
    padding: 30px 20px;
    min-height: auto;
    min-width: 300px;
    flex: 1 calc(33% - 20px);
    /*margin: 0px -15px 35px 0px;*/
}

.cart_order_sec img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 120px;
}

.cart_order_sec h3 {
    display: inline-block;
    font-size: 19px;
    color: rgb(18, 28, 48);
    padding: 0px;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.cart_order_sec .cart_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.cart_order_sec .cart_price .plus {
    background: none;
    border: 2px solid rgba(18, 28, 48, 0.08);
    padding: 4px 7px 0px;
    border-radius: 6px;
    outline: none;
    margin-left: 7px;
}

.cart_order_sec .cart_price .button i {
    color: rgb(209, 189, 62);
    font-size: 18px;
}

.cart_order_sec .cart_price .input-field {
    border: 2px solid rgba(18, 28, 48, 0.11);
    padding: 7px 9px 5px 7px;
    border-radius: 6px;
    outline: none;
    width: 100%;
    color: rgb(18, 28, 48);
    font-weight: 800;
    line-height: 0;
}

.cart_order_sec .cart_price .minus {
    background: none;
    border: 2px solid rgba(18, 28, 48, 0.08);
    padding: 4px 7px 0px;
    border-radius: 6px;
    outline: none;
    margin-right: 7px;
}

.cart_order_sec .cart_price .btn_delete {
        padding: 0px;
        background: none;
        color: rgb(18, 28, 48);
        height: 32px;
        width: calc(100% - 20px);
        border-radius: 10px;
        position: relative;
        top: 0px;
        margin: 20px 10px 0px;
        border: 1px solid rgba(10, 16, 32, 0.17);
        background-color: rgb(209, 188, 74);
}

.image_order {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    float: right;
}

/*.left_cart_order {*/
/*    border-left: 1px solid rgba(18, 28, 48, 0.09);*/
/*    padding: 0px 0px 15px 45px;*/
/*}*/

.left_cart_order h3 {
    display: inline-block;
    /*width: 49%;*/
    text-align: center;
    font-size: 16px;
    color: rgba(18, 28, 48, 0.39);
    margin: 5px 0px 20px;
}

.left_cart_order h3 span {
    display: block;
    font-size: 19px;
    font-weight: 800;
    color: rgb(18, 28, 48);
    margin: 6px 0px 0px;
}

.left_cart_order h3 span strong {
    font-weight: 500;
    font-size: 15px;
}

.left_cart_order .ind_cart_order {
    display: block;
    height: 5px;
    background: rgb(217, 227, 243);
    width: 69%;
    border-radius: 50px;
    /*margin: 8px 0px 0px;*/
}

.left_cart_order .ind_cart_order .ind_cart_order_in {
    display: block;
    height: 5px;
    background: rgb(18, 28, 48);
    width: 45%;
    border-radius: 50px;
    margin: 0px;
}

.left_cart_order p {
    color: rgb(18, 28, 48);
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 20px;
}

.log_out {
    font-size: 14px;
    /*position: absolute;*/
    width: calc(100% - 40px);
    bottom: 10px;
    left: 0px;
    right: 0px;
    display: block;
    margin: 20px 20px 10px;
    color: rgb(255, 255, 255);
    padding: 15px 15px 18px;
    border-radius: 10px;
    background: rgb(11, 17, 34);
}

.log_out:hover {
    color: rgb(209, 189, 62);
}

.log_out i {
    font-size: 20px;
    margin: 0px 8px -2px 0px;
}

.about_slid .right_text {
    text-align: center;
}

.banner_title_overlay {
    background: rgba(23, 38, 64, 0.92);
    position: absolute;
    inset: 0px;
    width: 100%;
}

.about_slid {
    margin: 25px 0px 0px;
    padding: 70px 0px;
    background: url("../images/Riyadh_Skyline.jpg") center bottom / cover;
    position: relative;
}

.about_slid h1 {
    color: rgb(255, 255, 255) !important;
    margin: 0px !important;
}

.about_slid p {
    color: rgb(255, 255, 255) !important;
    margin: 30px 0px 0px !important;
}

.about_us_text {
    margin: 100px 0px 0px;
}

.about_us_text p span {
    display: block;
    height: 15px;
}

.about_us_text p {
    margin: -6px 0px 0px;
    font-size: 16px;
    line-height: 30px;
    color: rgb(54, 75, 114);
    font-weight: 500;
    text-align: center !important;
}

.about_us_text img {
    width: auto;
    border-radius: 15px;
    max-height: 350px;
    object-fit: cover;
    margin: 0 auto 45px;
    text-align: center;
    display: block;
    max-width: 100%;
}

.team {
    background: rgb(247, 247, 248);
    padding: 75px 0px;
    margin: 100px 0px 0px;
}

.team span {
    display: block;
    text-align: center;
    color: rgb(209, 188, 74);
    font-size: 17px;
}

.team h2 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    margin: 20px 0px;
    color: rgb(29, 43, 76);
}

.team .title_desk_team {
    color: rgb(29, 43, 76);
    text-align: center;
    margin: 0px 0px 39px;
    font-size: 16px;
}

.item_member {
    background: rgb(255, 255, 255);
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
}

.team_member img {
    width: 100%;
    background: rgb(45, 62, 98);
    border-radius: 10px;
    max-height: 300px;
    object-fit: cover;
    min-height: 300px;
}

.team_member h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgb(45, 62, 98);
    margin: 13px 0px 0px 4px;
}

.team_member p {
    margin: 10px 0px 0px 3px;
    font-size: 14px;
    color: rgba(45, 62, 98, 0.69);
}

.questions_answers {
    margin: 20px 0px 0px;
}

.questions_answers .questions_item {
    text-align: center;
    border: 1px solid rgba(30, 41, 62, 0.18);
    margin: 25px 0px 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 0px 25px;
}

.questions_answers .questions_item .icon_qu i {
    font-size: 50px;
    background: rgb(246, 247, 249);
    padding: 40px 0px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px;
    color: rgb(209, 188, 74);
}

.questions_answers .questions_item h3 {
    font-size: 18px;
    color: rgb(31, 42, 65);
    margin: 31px 0 15px;
}

.questions_answers .questions_item p {
    color: rgb(29, 40, 62);
    font-size: 16px;
    margin: 10px 0px 0px;
}

.questions_answers .questions_item span i {
    margin: 0px 6px 0px 0px;
    font-size: 16px;
    color: rgba(18, 34, 60, 0.51);
}

.questions_answers .questions_item span {
    color: rgba(31, 42, 65, 0.55);
    margin: 25px 0px 0px;
    display: block;
    font-size: 15px;
}

.rewards_page {
    padding: 25px;
    min-height: auto;
    margin: 0px 30px 0px -15px !important;
}

.rewards_page p {
    color: rgba(18, 28, 48, 0.51);
    display: inline-block;
    margin: 0px 4px 0px 0px;
}

.rewards_page img {}

.rewards_page .right_rewards a {
    color: rgb(32, 50, 86);
    font-size: 14px;
    font-weight: 800;
}

.rewards_page .right_rewards a i {
    margin: 0px 0px -3px 8px;
    font-size: 17px;
}

.rewards_page .right_rewards h3 {
    color: rgb(45, 62, 98);
    margin: 9px 0px 14px;
    font-size: 33px;
    font-weight: 800;
}

.rewards_page .right_rewards span {
    color: rgba(18, 28, 48, 0.33);
    font-size: 18px;
}

.rewards_page .right_rewards h3 span {
    font-size: 21px;
    font-weight: 500;
    color: rgb(45, 62, 98);
}

.rewards_page .left_rewards {
    margin: 4px 0px 0px;
}

.rewards_page .left_rewards img {
    width: 141px;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: rgb(25, 39, 51);
    border-radius: 10px;
    padding: 10px 15px;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    background-color: rgb(25, 39, 51);
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: 30px;
    right: auto;
    left: -146px;
    color: rgb(255, 255, 255);
    padding: 15px 14px;
    font-size: 13px;
    font-weight: 500;
    width: 286px;
    font-family: Almarai, sans-serif;
    background: rgb(18, 28, 48);
}

#top::before {
    top: -5px;
    right: 45%;
}

#right {
    top: -2px;
    right: auto;
    left: 25px;
    color: rgb(255, 255, 255);
    padding: 15px 14px;
    font-size: 13px;
    font-weight: 500;
    width: 286px;
    font-family: Almarai, sans-serif;
    background: rgb(18, 28, 48);
}

#right::before {
    top: 8px;
    right: auto;
    left: -4px;
}

.hover-text {
    display: inline-block;
    font-family: Arial;
    text-align: center;
    margin: 0px 0px 0px 5px;
    position: relative;
    bottom: -2px;
    color: rgba(18, 28, 48, 0.56);
}

.rewards_page_left .right_rewards .item_rew i {
    color: rgb(209, 188, 76);
    margin: 0px 5px -1px 0px;
}

.rewards_page_left .right_rewards .item_rew {
    font-size: 20px;
    margin: 8px 15px 40px 0px;
    color: rgba(18, 28, 48, 0.63);
    display: block;
}

.rewards_page_left .right_rewards .item_rew:last-child {
    margin: 0px 15px 18px 0px;
}

.rewards_page_left .right_rewards h3 {
    float: right;
    margin: 0px;
    font-size: 28px;
}

.rewards_page_left .right_rewards {
    display: block;
    margin: 0px;
}

.overlay_screen_bottom img {
    width: 100%;
}

body .invite_freinds {
    padding: 0px;
    margin: 40px 30px 0px -15px !important;
}

.title_invite_freinds {
    background: linear-gradient(rgba(214, 196, 98, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 30px 25px 5px 30px;
}

.title_invite_freinds h3 {
    font-size: 19px;
    color: rgb(24, 38, 64);
    margin: 0px 0px 7px;
    font-weight: 800;
}

.title_invite_freinds .icon_invite_freinds {
    float: left;
    font-size: 55px;
    margin: -16px 20px 0px 0px;
    color: rgb(209, 188, 76);
}

.icon_invite_freinds i {}

.title_invite_freinds p {
    font-size: 16px;
    color: rgb(24, 38, 64);
    margin: 0px;
    font-weight: 500;
}

.info_invite_freinds {
    border-top: 1px solid rgba(18, 28, 48, 0.13);
    margin: 22px 0px 25px;
    padding: 18px 25px 10px 30px;
}

.info_invite_freinds p {
    color: rgb(18, 28, 48);
    margin: 10px 0px 0px;
    font-weight: 500;
}

.info_invite_freinds p i {
    font-size: 18px;
    margin: 0px 8px -2px 0px;
    color: rgb(209, 188, 76);
}

.info_invite_freinds p strong {}

.url_invite_freinds {
    padding: 0px 25px 33px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.url_invite_freinds input {
    border: 2px solid rgba(18, 28, 48, 0.08);
    border-radius: 7px;
    padding: 8px 20px;
    color: rgb(18, 28, 48);
    font-weight: 300;
    cursor: not-allowed;
    min-width: 53%;
    flex: 1 0 53%;
}

.url_invite_freinds button {
    padding: 13px 30px 15px;
    background: rgb(18, 28, 48);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 0px 0px 0px 10px;
    border: 0px;
    line-height: 0;
    transition: all 0.2s ease-in-out 0s;
}

.url_invite_freinds button:hover {
    background: rgb(209, 188, 76);
    color: rgb(255, 255, 255);
}

.url_invite_freinds button i {
    margin: 0px 8px -1px 0px;
}

.single_properties {}

.single_properties .title_all {
    margin: 0px 0px 25px;
    font-size: 22px;
    display: inline-block;
    max-width: 405px;
    line-height: 35px;
}

.single_properties .title_all .addTo_fav {
    position: absolute;
    right: 47px;
    font-size: 13px;
    color: rgb(18, 28, 48);
    background: rgb(226, 234, 251);
    padding: 15px 25px;
    border-radius: 8px;
    line-height: 0;
    margin: -22px 0px 0px;
}

.single_properties .title_all .addTo_fav i {
    margin: 0px 7px -3px 0px;
    font-size: 17px;
}

.single_properties .single_properties_list_image {
    position: relative;
}

.single_properties_list_image img {
    width: 100%;
    border-radius: 15px;
    height: 432px;
    object-fit: cover;
}

.single_properties_list_image_left {
    display: inline-block;
    width: 45%;
    margin: 0px 0px 25px 34px;
    border-radius: 15px;
    overflow: hidden;
}

.single_properties_list_image_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.list_number_all {
    position: absolute;
    bottom: 24px;
    left: 30px;
    background: rgba(255, 255, 255, 0.87);
    padding: 9px 20px;
    color: rgb(18, 28, 48);
    border-radius: 20px;
    font-weight: 800;
    font-size: 15px;
}

.list_number_all:hover {
    color: rgb(201, 182, 86);
}

.list_number_all i {
    color: rgb(201, 182, 86);
    margin: 0px 5px -1px 0px;
    font-size: 19px;
}

.single_properties_addcart {
    margin: 10px -7px 0px 0px;
}

.single_properties_addcart {
    padding: 30px 15px 35px;
}

.single_properties_addcart h3 {
    font-size: 18px;
    color: rgb(209, 189, 62);
    font-weight: 800;
    display: inline-block;
}

.single_properties_addcart h3 span {
    font-size: 20px;
    color: rgb(18, 28, 48);
    margin: 0px 0px 0px 4px;
}

.single_properties_addcart .info_single_properties_addcart {
    background: rgb(255, 252, 235);
    padding: 25px 25px 10px;
    border-radius: 15px;
    margin: 25px 0px 28px;
}

.single_properties_addcart .info_single_properties_addcart h4 {
    font-weight: 500;
    font-size: 17px;
    color: rgb(18, 28, 48);
    margin: 0px 0px 20px;
}

.single_properties_addcart .info_single_properties_addcart h4 span {
    font-weight: 800;
    font-size: 19px;
    color: rgb(30, 46, 78);
    float: right;
}

.single_properties_addcart .cart_price button {
    background: none;
    border: 2px solid rgba(18, 28, 48, 0.08);
    padding: 4px 13px;
    border-radius: 6px;
    outline: none;
    color: rgb(209, 189, 62);
    font-size: 18px;
}

.single_properties_addcart .cart_price input {
    border: 2px solid rgba(18, 28, 48, 0.11);
    padding: 11px 10px;
    border-radius: 6px;
    outline: none;
    width: 100%;
    color: rgb(18, 28, 48);
    font-weight: 800;
    line-height: 0;
    font-size: 19px;
    margin-bottom: 10px;
}

.single_properties_addcart .btn_add_tocart_single i {
    margin: 0px 8px -3px 0px;
    font-size: 20px;
}

.single_properties_addcart .btn_add_tocart_single {
    background: rgb(209, 189, 62);
    margin: 20px 0px 0px;
    color: rgb(18, 28, 48);
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 15px 0px;
    font-size: 17px;
    border-radius: 9px;
}

.single_properties_addcart .last_days {
    float: right;
}

.single_properties_main {
    margin: 10px 20px 0px -15px;
}

.main_price {
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    padding: 0px 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main_price .right_main_price {
    display: inline-block;
    min-width: 200px;
    flex: 1 0 50%;
}

.right_main_price p {
    font-weight: 800;
    font-size: 17px;
    color: rgba(18, 28, 48, 0.45);
    margin: 0px 0px 12px;
}

.right_main_price h3 {
    font-size: 34px;
    color: rgb(209, 189, 62);
    font-weight: 600;
}

.right_main_price h3 span {
    color: rgb(209, 189, 62);
    font-weight: 500;
    margin: 0px;
    position: relative;
    top: -4px;
}

.left_main_price {
    display: inline-block;
    min-width: 240px;
    flex: 1 0 49%;
}

.left_main_price p {
    font-weight: 800;
    font-size: 17px;
    color: rgb(18, 28, 48);
    margin: 0px;
    display: inline-block;
}

.left_main_pricep p span {}

.left_main_price h3 {
    font-weight: 500;
    font-size: 17px;
    color: rgba(18, 28, 48, 0.45);
    margin: 0px;
    display: inline-block;
    float: right;
}

.left_main_price .ind_cart_order {
    display: block;
    height: 10px;
    background: rgba(209, 189, 62, 0.23);
    width: 100%;
    border-radius: 50px;
    margin: 0px 0px 25px;
}

.left_main_price .ind_cart_order_in {
    display: block;
    height: 9px;
    background: rgb(209, 189, 62);
    border-radius: 50px;
    margin: 0px;
}

.left_main_price h3 span {
    font-size: 18px;
    color: rgb(18, 28, 48);
    margin: 0px 0px 0px 5px;
    font-weight: 800;
    position: relative;
    bottom: -3px;
}

.left_main_price h3 span strong {
    font-weight: 500;
    float: right;
    font-size: 15px;
    margin: 2px 0px 0px 5px;
}

.properties_info {
    margin: 35px 0px 45px;
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    padding: 0px 0px 15px;
}

.properties_item_info {
    margin: 0px 0px 30px;
}

.properties_item_info .properties_item_icon {
    width: 55px;
    background: rgb(245, 243, 229);
    padding: 7px 17px;
    border-radius: 6px;
    text-align: center;
    font-size: 21px;
    color: rgb(18, 28, 48);
    float: left;
    margin: 2px 15px 0px 0px;
}

.properties_item_icon img {
    width: 100%;
}

.properties_item_icon i {}

.properties_item_info h3 {
    font-size: 14px;
    color: rgb(18, 28, 48);
    margin: 0px 0px 6px;
}

.properties_item_info h3 span {
    font-size: 17px;
    color: rgb(209, 189, 62);
    margin: 0px 0px -3px 3px;
    position: relative;
    bottom: -2px;
}

.properties_item_info h3 span strong {
    font-weight: 500;
    font-size: 15px;
}

.properties_item_info p {
    font-weight: 500;
    color: rgba(18, 28, 48, 0.38);
    font-size: 14px;
}

.investment_calculator_single {
    background: none;
    padding: 0px;
    margin: 0px;
}

.investment_calculator_single .title h2 {
    color: rgb(209, 189, 62);
    font-size: 26px;
}

.investment_calculator_single .left_invest {
    background: none;
    padding: 0px;
    margin: 20px 0px 0px;
    box-shadow: none;
}

.investment_calculator_single .left_invest h3 {
    display: block;
    color: rgb(18, 28, 48);
    font-weight: 500;
    margin: 30px 0px 15px;
}

.investment_calculator_single .left_invest .invest_info {
    text-align: center;
}

.investment_calculator_single .invest_info .item_info_invest {}

.investment_calculator_single .last_privesy {
    margin: 35px 0px 0px;
    color: rgba(18, 34, 60, 0.38);
    font-size: 15px;
    line-height: 23px;
}

.investment_calculator_single .right_invest h3 {
    font-size: 19px;
    color: rgb(18, 28, 48);
    font-weight: 800;
    display: inline-block;
    margin: 0px 0px 30px;
}

.investment_calculator_single .right_invest {
    padding: 0px;
    margin: 45px 0px 0px;
    box-shadow: none;
}

.properties_info_desk {
    margin: 35px 0px 45px;
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    border-top: 1px solid rgba(18, 28, 48, 0.09);
    padding: 35px 0px 30px;
}

.properties_info_desk h3 {
    color: rgb(18, 28, 48);
    font-size: 20px;
    margin: 0px 0px 20px;
}

.properties_info_desk p {
    font-size: 15px;
    line-height: 30px;
    color: rgba(18, 28, 48, 0.6);
    margin: 0px;
}

.mone_info {
    margin: 0px 0px 45px;
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    padding: 0px 0px 45px;
}

.mone_info h3 {
    color: rgb(18, 28, 48);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
}

.mone_info .info_single_properties_addcart {
    margin: 10px 15px 0px 0px;
    width: 100%;
    display: inline-block;
}

.mone_info h4 {
    font-size: 15px !important;
}

.mone_info h4 span {
    font-size: 17px !important;
}

.mone_info h4 span strong {
    float: right;
    font-weight: 500;
    font-size: 14px;
    margin: 2px 0px 0px 5px;
}

.mone_info .last_mone {
    font-weight: 600 !important;
}

.mone_info .last_mone span {
    color: rgb(209, 188, 74) !important;
}

.timeline h2 {
    color: rgb(18, 28, 48);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
    font-weight: 800;
}

.timeline_bar {
    display: inline-block;
    width: 5px;
    height: 254px;
    background: rgba(209, 188, 74, 0.3);
    border-radius: 50px;
    position: relative;
    top: -55px;
}

.timeline_bar .step_1 {
    width: 15px;
    height: 15px;
    display: flex;
    background: rgb(241, 235, 200);
    border-radius: 50%;
    left: -5px;
    position: relative;
}

.timeline_bar .step_1:nth-child(1) {}

.timeline_bar .step_1:nth-child(3) {
    position: absolute;
    top: 41%;
}

.timeline_bar .step_1:nth-child(4) {
    position: absolute;
    bottom: 0px;
}

.timeline_bar .active_step {
    width: 28px;
    height: 28px;
    display: flex;
    background: rgb(209, 189, 62);
    border-radius: 50%;
    left: -12px;
}

.timeline_bar .active_step::after {
    content: "";
    display: inline-block;
    background: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 0px;
    left: 0px;
    position: absolute;
    margin: 6px auto 0px;
}

.timeline_text {
    display: inline-block;
    width: 90%;
    margin-left: 25px;
}

.timeline_text_item {
    margin: 0px 0px 30px;
}

.timeline_text p {
    display: block;
    font-size: 15px;
    color: rgba(18, 28, 48, 0.51);
    font-weight: 500;
    margin: 0px 0px 6px;
}

.timeline_text h3 {
    display: block;
    font-size: 16px;
    color: rgb(54, 80, 131);
    font-weight: 600;
    margin: 0px 0px 8px;
}

.timeline_text span {
    display: block;
    font-size: 15px;
    color: rgba(18, 28, 48, 0.53);
    font-weight: 500;
}

.timeline_bar #done_step {
    background: rgb(209, 189, 62);
}

#done_step_1 {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 43%;
    background: rgb(209, 189, 62);
    border-radius: 50px;
}

#done_all {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 100%;
    background: rgb(209, 189, 62);
    border-radius: 50px;
}

.loaction_single {
    margin: 15px 0px 36px;
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    border-top: 1px solid rgba(18, 28, 48, 0.09);
    padding: 40px 0px 45px;
}

.loaction_single h2 {
    color: rgb(34, 53, 92);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
    font-weight: 800;
}

.loaction_single p {
    color: rgb(33, 51, 86);
    font-size: 16px;
    margin: 0px 0px 25px;
    font-weight: 600;
}

.loaction_single i {
    margin: 0px 5px -3px 0px;
    font-size: 22px;
    color: rgb(209, 188, 74);
}

.loaction_single iframe {
    border-radius: 15px;
    margin: 0px 0px 15px;
}

.loaction_single span {
    color: rgb(33, 51, 86);
    font-size: 15px;
    line-height: 27px;
}

.entertainment {
    margin: 0px 0px 45px;
    border-bottom: 1px solid rgba(18, 28, 48, 0.09);
    padding: 0px 0px 40px;
}

.entertainment h2 {
    color: rgb(34, 53, 92);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
    font-weight: 800;
}

.entertainment ul {}

.entertainment ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    color: rgb(18, 28, 48);
    background: rgba(18, 28, 48, 0.04);
    padding: 8px 20px 10px;
    border-radius: 10px;
}

.entertainment ul li i {
    margin-right: 5px;
    margin-bottom: -2px;
    font-size: 21px;
    color: rgb(209, 189, 62);
}

.docs_single {}

.docs_single h2 {
    color: rgb(34, 53, 92);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
    font-weight: 800;
}

.docs_single a:hover {
    background: rgba(73, 103, 163, 0.29);
}

.docs_single a {
    display: block;
    width: 100%;
    border: 1px solid rgba(18, 28, 48, 0.14);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 17px;
    color: rgba(18, 28, 48, 0.82);
    margin: 0px 0px 15px;
    background: rgb(246, 246, 247);
}

.docs_single i {
    margin-right: 9px;
    font-size: 19px;
}

.docs_single .fa-download {
    font-size: 22px;
    float: right;
    color: rgb(209, 189, 62);
    margin: 0px;
}

.contact_single {
    margin: 50px 0px 0px;
    border-top: 1px solid rgba(18, 28, 48, 0.09);
    padding: 45px 0px 30px;
}

.contact_single h2 {
    color: rgb(34, 53, 92);
    font-size: 20px;
    margin: 0px 0px 25px;
    display: block;
    font-weight: 800;
}

.contact_single p {
    margin: 25px 0px 17px;
    color: rgb(39, 59, 100);
    font-weight: 500;
    font-size: 18px;
}

.contact_single img {
    width: 95px;
    float: left;
    margin-right: 22px;
}

.contact_single a {
    background: rgba(209, 189, 62, 0.42);
    color: rgb(18, 28, 48);
    font-weight: 600;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 9px;
}

.contact_single a i {
    margin: 0px 5px -2px 0px;
    font-size: 18px;
}

.onboarding {
    min-height: 100vh;
    background: #f6f7f9;
}

.onboarding .row {
    margin: 0px;
}

.onboarding .onboarding_steps_activition {
    padding: 80px 0 80px 0;
}

.onboarding .onboarding_steps_activition h3 {
    color: #172d50;
    font-size: 24px;
    margin: 16px 0 14px 0;
    font-weight: 800;
}

.onboarding_background {
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.onboarding_background .onboarding_overlay {
    display: block;
    background: rgba(197, 178, 74, 0.9);
    position: absolute;
    inset: 0px;
    height: 100%;
}

.onboarding_background .banner_onboarding {
    width: 100%;
    position: absolute;
    inset: 0px;
    height: 100%;
}

.onboarding_background .logo_onboarding {
    width: 166px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    display: block;
    z-index: 99;
    padding: 40px 0px 25%;
}

.onboarding_background h1 {
    position: relative;
    text-align: center;
    font-weight: 800;
    line-height: 66px;
    font-size: 41px;
    color: rgb(23, 45, 80);
}

.onboarding_background .lang_onboarding {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.onboarding_background .lang_onboarding a {
    border: 2px solid #333734;
    padding: 7px 19px 6px 19px;
    border-radius: 50px;
    font-size: 14px;
    color: #333734;
    font-weight: 600;
    margin-left: 10px;
    line-height: 0;
}

.active_lang_onboarding {
    background: #333734;
    color: #fff !important;
    line-height: 0;
}

.onboarding_steps_activition {}

.onboarding_steps_activition .fa-planet-ringed {
    font-size: 50px;
    color: #172d50;
    margin: 0 0 3px -4px;
}

.onboarding_steps_activition h3 {}

.onboarding_steps_activition .desk_in {
    color: #172d507a;
    margin: 0 0 28px 0;
}

.step_item_on {
    background: #fff;
    margin: 0 0 18px;
    border-radius: 11px;
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 20px 20px 20px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
}

.step_item_on p {
    margin: 0 0 8px 0;
    color: #172d5087;
    font-size: 16px;
}

.step_item_on h4 {
    font-size: 17px;
    color: #172d50;
}

.step_item_on i {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #A5ABB5;
    font-size: 30px;
}

.onboarding_steps_activition .btn_send_on {
    background: #D1BC4A;
    display: block;
    color: #172d50;
    font-weight: 800;
    padding: 10px 0;
    border-radius: 13px;
    width: 100%;
}

.done_step .fa-check {
    color: #10A81B;
}

/* onboarding_step2 */

.onboarding .onboarding_step2 {}

.onboarding .onboarding_step2 h3 {
    font-weight: 800;
}

.onboarding .onboarding_step2 .desk_on {}

.onboarding .onboarding_step2 .price_range {
    text-align: center;
    font-size: 18px;
    margin: 41px 0 15px 0;
}

.onboarding .onboarding_step2 .price_range span {
    font-size: 23px !important;
    margin: 0 0 0 0 !important;
}

.onboarding .onboarding_step2 #chakra-slider {}

.onboarding .onboarding_step2 .step2_item_on {
    background: #fff;
    margin: 30px 0 25px;
    border-radius: 20px;
    width: 100%;
    display: block;
    position: relative;
    padding: 30px 20px 32px 20px;
    box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    text-align: center !important;
}

.onboarding .onboarding_step2 .step2_item_on img {
    width: 40px;
    margin: 0 0 15px;
}

.onboarding .onboarding_step2 .step2_item_on .start_onboard {
    font-weight: 800;
    font-size: 14px;
    color: #0b182c;
}

.onboarding .onboarding_step2 .invest_start {}

.onboarding .onboarding_step2 .invest_start h6 {
    font-weight: 500;
    font-size: 20px;
    color: #0b182c;
    margin: 40px 0 10px;
}

.onboarding .onboarding_step2 .invest_start p {
    font-weight: 600;
    font-size: 38px;
    color: #162f56;
}

.onboarding .onboarding_step2 .invest_start p span {
    font-weight: 800;
    color: #0b182c;
    font-size: 44px;
    margin: 0 8px 0 0;
}

.onboarding .onboarding_step2 .true_start_verf {
    padding: 0 45px;
}

.onboarding .onboarding_step2 .true_start_verf ul {
    text-align: left;
    padding: 0 0;
}

.onboarding .onboarding_step2 .true_start_verf ul li {
    color: #102544;
    margin: 0 0 8px;
}

.onboarding .onboarding_step2 .true_start_verf ul li i {
    margin: 0 6px 0 0;
    font-size: 18px;
    color: #d1bc4a;
}

.range_numbers {
    text-align: center;
    margin: 0 0 0 0;
}

.range_numbers li {
    display: inline-block;
    width: 29%;
    font-size: 14px;
    color: #172d507a;
}

.step2_item_on {
    text-align: left !important;
}

.step2_item_on p {
    font-weight: 600;
    color: #172d50;
}

.step2_item_on select {
    display: block;
    margin: 0 0 15px;
    border: 1px solid #172d502b;
    width: 100%;
    padding: 14px 15px;
    color: #172d50;
    font-size: 14px;
    font-weight: 500;
    border-radius: 11px;
    outline: none;
}

.step2_item_on_three {}

.step2_item_on_three h4 {
    font-size: 16px;
    font-weight: 800;
    color: #172d50;
    margin: 0 0 15px;
}

.step2_item_on_three p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding-right: 15px;
    max-height: 300px;
    overflow: auto;
}

/* width */
.step2_item_on_three p::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.step2_item_on_three p::-webkit-scrollbar-track {
    background: #baa94dright 2 top 50%b;
    border-radius: 10px;
}

/* Handle */
.step2_item_on_three p::-webkit-scrollbar-thumb {
    background: #b8a648;
    border-radius: 10px;
}

.step2_item_on_three span {
    color: #172d50;
    display: block;
    margin: 0 0 12px 0;
}

.step2_item_on input {
    display: block;
    margin: 0 0 15px;
    border: 1px solid #172d502b;
    width: 100%;
    padding: 14px 15px;
    color: #172d50;
    font-size: 14px;
    font-weight: 400;
    border-radius: 11px;
    outline: none;
}

.step2_item_on input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #172d50;
}

.step2_item_on input::placeholder {
    color: #172d50;
}

.onboarding_step4 h6 {
    font-weight: 800;
    margin: 0 0 60px 0;
    color: #bfac4d;
}

.onboarding_step4 h6 i {
    font-size: 23px;
    margin: 0 7px -3px 0;
}

.onboarding_step4 img {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    background: none;
}

.onboarding .onboarding_step4 .desk_on {
    font-size: 14px;
    line-height: 28px;
}

#show_emplo,
#show_freelance {
    display: none;
}

.onboarding .onboarding_step4 .btn_send_on_move {
    background: #172d50;
    display: block;
    color: #ffffff;
}

.step_item_on_upload {
    margin: 0 0 15px 0;
}

.step_item_on_upload h4 i {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 5px -3px 0;
    font-size: 21px;
    color: #172d50;
}

.step_item_on_upload h4 {
    text-align: center;
    margin: 8px 0 0 0;
    font-size: 16px;
}

.step_item_on_upload input {
    display: none;
}

.image_upload label {
    display: block;
    text-align: center;
    margin: 20px 0 5px 0;
    cursor: pointer;
}

.image_upload label span {
    display: block;
    margin: 13px 0 0 0;
    font-size: 14px;
    color: #a5abb5;
}

.image_upload label i {
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
    top: auto;
    font-size: 50px;
}

.social_login a:hover {
    border: 1px solid rgb(255 0 0);
    color: #dc3545;
}

.phone-input {
    position: relative;
}

.phone-input select {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding: 13px 20px 11px 15px;
    color: #12223c;
    border-left: 1px solid #12223c33;
    font-size: 14px;
    font-weight: 800;
    outline: none;
}

.phone-input input {
    text-align: left;
}

.blog_slide p {
    margin: 7px 0 0 0 !important;
}

.blog_item {
    background: #5793e710;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 35px 0 0 0;
}

.blog_item img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.contant_here_desk {
    max-height: 105px;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0 0 19px 0;
    z-index: 99;
    position: relative;
}

.caty_blog {
    font-weight: 900;
    color: #d1bc4a;
    margin: 15px 0 -3px 6px;
    font-size: 14px;
}

.right_single_blog .caty_blog span {
    color: #1d2940;
}

.right_single_blog .caty_blog {
    font-weight: 900;
    color: #d1bc4a;
    margin: 15px 0 15px 6px;
    font-size: 20px;
}

.blog_item h3 {
    font-size: 18px;
    font-weight: 800;
    color: #172640;
    margin: 15px 0 11px 5px;
    line-height: 30px;
    background: #f5f9fe;
    display: block;
    position: relative;
    z-index: 11111;
}

.contant_here_desk h3,.contant_here_desk h1,.contant_here_desk h2,.contant_here_desk h4,.contant_here_desk h5,.contant_here_desk h6 {
    font-size: 0;
    display: none;
}

.blog_item p {
    font-size: 15px;
    font-weight: 500;
    color: #172640;
    margin: 0 0 0 5px;
    max-height: 102px;
    overflow: hidden;
    line-height: 25px;
    text-align: left !important;
}

.blog_item a {
    color: #d1bc4a;
    font-weight: 800;
    font-size: 16px;
    margin: 12px 0 5px 5px;
    display: block;
}

.blog_item a i {
    margin-left: 6px;
    margin-bottom: -3px;
    font-size: 16px;
}

.custom-menu-container {
    position: relative;
}

.custom-menu-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}

.custom-menu-panel {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-menu-panel a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    transition: background-color 0.3s;
}

.custom-menu-panel a:hover {
    background-color: #f2f2f2;
}

.custom-close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}

.right_single_blog {
    margin: 80px 0 0;
}

.center_single_blog h1 {}

.center_single_blog .info {}

.center_single_blog .info p {
    text-align: center;
    font-size: 18px;
    margin: 35px 0px 0 0 !important;
    color: #ffffff7d !important;
    display: inline-block;
}

.center_single_blog .info ul {
    margin: 14px 0 0 0;
    display: inline-block;
}

.center_single_blog .info ul li a {
    color: #ffffff80;
}

.center_single_blog .info ul li {
    display: inline-block;
    margin-left: 20px;
}

.right_single_blog img {
    width: 100%;
    border-radius: 17px;
    max-height: 492px;
    object-fit: cover;
}

.right_single_blog h3 {
    color: #1f345c;
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 800;
}

.right_single_blog h4 {
    font-size: 18px;
}

.right_single_blog h3,.right_single_blog h1,.right_single_blog h2,.right_single_blog h4,.right_single_blog h5,.right_single_blog h6 {
    color: #1f345c;
    margin: 0 0 25px;
}

.right_single_blog .title_blogg {
    font-size: 30px;
    max-width: 100%;
    line-height: 44px;
    margin: 37px 0 31px 0;
}

.right_single_blog p {
    margin: -10px 20px 35px 0;
    color: #293442;
    line-height: 32px;
    font-size: 18px;
}

.share_thinss .span_this {
    margin: 0 0 15px;
    color: #193150;
    line-height: 28px;
    font-weight: 800;
    font-size: 18px;
    display: block;
}

.ready_to {
    margin: 75px 0 0;
    background: #f5f5f9;
    padding: 35px 35px 0 35px;
    border-radius: 10px;
    text-align: center;
}

.ready_to h3 {
    font-size: 21px;
    font-weight: 800;
    color: #172640;
    margin: 0 0 10px;
}

.ready_to p {
    font-size: 16px;
    color: #172640;
    margin: 0 0 10px;
}

.ready_to img {
    width: 77%;
    margin: 15px 0 0;
}

.ready_to .app_store {}

.ready_to .app_store a {
    width: 110px;
    display: inline-block;
    margin: 0 6px;
}

.ready_to .app_store .google_app {
    width: 118px;
    position: relative;
    top: -2px;
}

.ready_to .app_store a img {
    width: 100%;
}

/* account_edit */
.account_edit {
    padding: 35px 25px;
}

.account_edit h3 {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 25px;
    color: #121c30;
}

.account_edit h3 span {
    float: right;
    font-weight: 600;
}

.account_edit h3:last-child {
    margin: 0
}

.support_a {
    font-weight: 600;
    font-size: 17px;
    margin: 40px 0 0 -15px;
    color: #121c30;
}

.support_a a i {
    margin-right: 6px;
    font-size: 18px;
    position: relative;
    bottom: -2px;
    color: #e1bd2f;
}

.support_a a {
    float: right;
    margin-right: 20px;
    color: #121c30;
    border: 1px solid #121c3040;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 8px;
    margin-top: -8px;
}

.support_delete a {
    color: red;
}

.support_delete i {
    color: red !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 20px;
    bottom: -4px;
    float: right;
    margin-right: 25px;
}

.sw_sec {
    margin-left: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_checks {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider_checks:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    right: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider_checks {
    background-color: #d4c577;
}

input:checked+.slider_checks:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

.account_infoor h3 {
    margin: 0 0 55px;
}

.account_infoor h3 i {
    font-size: 20px;
    margin-right: 7px;
    margin-bottom: -2px;
}

.account_infoor select {
    background: #121c30right 08 top 50%;
    float: right;
    color: #121c30;
    border: 1px solid #121c301f;
    border-radius: 5px;
    padding: 8px 20px 9px 15px;
    font-size: 14px;
    font-weight: 600;
    margin: -10px 0 0 0;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.financed_realestates {
    margin: 40px 0 0 0;
}

.financed_realestates .single_realestate {
    background: rgb(255 255 255);
    box-shadow: rgb(149 157 165 / 18%) 0px 8px 12px;
}

.financed_realestates img {
    width: 100%;
}

.financed_realestates .nav-pills {
    text-align: center;
    margin: 0 auto 0;
}

.financed_realestates .nav-item {}

.financed_realestates .nav-pills .nav-link.active {
    color: rgb(18, 28, 48);
    background-color: rgb(209, 188, 74);
    font-weight: 700;
}

.financed_realestates .nav-item a {
    background: rgb(237, 243, 255);
    margin: 0px 20px 0px 0px;
    color: rgb(18, 28, 48);
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.12) 0px 3px 7px;
}

.privacy_policy {
    padding: 50px 0 0 0;
}

.privacy_policy h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 800;
    color: #1e365e;
}

.privacy_policy p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1e365e;
    line-height: 30px;
}

#accordion .btn-link {
    color: #1e283e;
    font-weight: 800;
}

.questions_answers h3 {
    margin: 40px 0 35px;
    font-weight: 800;
    color: #1d283f;
}

#accordion .card {
    margin: 0 0 20px 0;
    border-top: 1px solid #1f294038;
}

#accordion .card-header {
    background: none;
    border: 0;
    box-shadow: none;
    color: #000;
    border-radius: 6px;
    padding: 10px 10px;
}

#accordion .card-body {
    border-top: 1px solid #1f294038;
    line-height: 34px;
    color: #202b3e;
    font-weight: 500;
    font-size: 17px;
}

#menuButton,#menuButtonDash{
    display: none;
}

.logo_mobile .dropdown {display:none;}

.st-cmp-content,.st-cmp-overlay,.st-cmp-app {display:none !important;}
.menu-content{
    display: none;
}
.closeMenu{
    color: white;
    background-color: #172845;
    padding: 12px;
    border-radius: 50%;
    width: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Font Awesome 5 Brands';
    right: 20px;
    position: absolute;
    top: 20px;
    cursor: pointer;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.1);
}
    .menu-content{
        display: block;
    }
    #menuButton,#menuButtonDash{
        display: block;
    }

@media (min-width: 1300px) {
    .container {
        max-width: 1272px;
    }
}
 .logo_mobile .dropdown {
     display: inline-block;
     position: absolute;
     right: 20px;
     top: 7px;
 }
@media screen and (min-width: 992px) {
.logo_mobile .dropdown{
    display: none;
}
.menu-content{
    display: none;
}
#menuButton,#menuButtonDash{
    display: none;
}
}
@media screen and (max-width: 992px) {
    .notification_id{
        margin: 0;
        margin-bottom: 40px;
    }
    .balance_wallet{
        margin: 0 0 10px;
    }
    .dashboard_bar{
        z-index: 100;
        left: -230px;
        padding-right: 70px;
    }
    .dashboard_bar.admin{
        padding-right: 0;
    }
    .ready_to{
        padding: 35px 15px 0 15px;
    }
    .right_download h1{
        font-size: 36px;
        line-height: 60px;
    }
    .right_download p{
        font-size: 20px;
        line-height: 40px;
    }
    .team_member .row{
        row-gap: 40px;
    }
        .menu-content {
        position: fixed;
        top: 0;
        left: -100%;
        max-width: 300px;
        width: 70%;
        height: 100%;
        padding: 0 15px 20px 25px;
        background-color: rgb(18 34 61);
        z-index: 9999;
        overflow-x: hidden;
        padding-top: 17px;
        transition: 1s ease;
    }

    .menu-content a {
        padding: 10px 0 10px 0;
        text-decoration: none;
        font-size: 18px;
        display: block;
        color: rgb(255, 255, 255);
    }

    .menu-content .login_btn,
    .menu-content .sign_btn {
        background: #2d3858;
        padding: 8px 0 13px 12px;
        margin: 15px 0 0 0;
        font-size: 14px;
        font-weight: 800;
        border-radius: 8px;
    }

    .menu-content .login-sign {
        margin: 35px 0 0 0;
    }

    .menu-content .dropdown-item {

        display: inline-block;

        width: auto;

        background: rgb(45 56 88);

        padding: 14px 12px 19px 10px;

        margin: 20px 8px 0 0;

        line-height: 0;

        font-size: 14px;

        font-weight: bold;

        border-radius: 8px;
    }

    .menu-content a i {
        margin: 0px 10px 0px 0px;
    }
    .content_dashboard{
        margin: 0;
        margin-left: 60px;
        padding: 45px 20px 45px;
    }
    .content_dashboard .nav li a {
        background: rgb(237, 243, 255);
        margin: 0px 20px 0px 0px;
        color: rgb(18, 28, 48);
        font-weight: 700;
        padding: 10px 9px;
        border-radius: 8px;
        box-shadow: rgba(149, 157, 165, 0.12) 0px 3px 7px;
    }

    .menu-content .profile_investor {
        display: block;
        margin: 15px 0 20px;
        color: rgb(255, 255, 255);
        padding: 12px 0px 15px 15px;
        border-radius: 10px;
        background: rgb(18, 25, 46);
    }

    .menu-content .profile_investor span {
        display: block;
        font-size: 12px;
        margin: 0px 0px 6px;
    }

    .menu-content .profile_investor a {
        color: rgb(209, 189, 78);
        font-size: 17px;
        padding: 0px 15px 0px 0px;
    }

    .menu-content .profile_investor a .fa-circle-user {
        font-size: 26px;
        margin: 0px 8px 0px 0px;
        position: relative;
        bottom: -4px;
    }

    .menu-content .profile_investor .fa-arrow-left {
        float: right;
        font-size: 21px;
        position: relative;
        bottom: -9px;
    }

    header .logo img {
        width: 150px;
        margin: 0px auto;
    }
    .logo_mobile .dropdown button {
    background: none;
    color: #172640;
    border: 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
  .logo_mobile .dropdown button  i {
    margin: 0 0 0 4px;
    font-size: 14px;
}
    .logo {
        text-align: center;
    }
        #menuButton,#menuButtonDash {
        position: absolute;
        top: 0px;
        left: 4px;
        padding: 0px 20px;
        font-size: 27px;
        color: rgb(209, 188, 74);
        border: none;
        cursor: pointer;
        background: none;
        outline: none;
    }
    #menuButtonDash{
        padding: 10px 20px;
        left: unset;
        right: 0;
        top: 10px;
    }
    .clients h1{
        font-size: 32px;
        line-height: 56px;
    }
    .features_main .row{
        row-gap: 40px;
    }
    .slider .right_text .app_store{
        margin-top: 20px;
    }
    .informations{
        margin-top: 0;
    }
    .download_app .app_store {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .earn_money .box_earn{
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    #menuButtonDash{
        padding: 10px 20px;
        left: 0;
        right: unset;
        top: 5px;
    }
    .content_dashboard{
        width: 100%;
    }
    .blog_item{
        padding: 20px 40px;
    }
    .left_image_slide img {
        width: 100%;
    }
    .left_image_slide img {
        width: 100%;
    }
    .dropdown-menu.show {
    display: block;
    left: auto !important;
}
header .login-sign {display:none}
    .slider .right_text h1 {
        font-size: 23px;
        font-weight: 800;
        line-height: 35px;
        color: rgb(18, 34, 60);
        margin: 0px;
    }

    #financed_realestate .owl-nav .owl-prev {
        position: absolute;
        right: 0px;
    }

    #financed_realestate .owl-nav .owl-next {
        position: absolute;
        left: 0px;
    }

    .notification_popup p {
        margin: 0px;
        font-size: 12px;
        padding: 0px 48px;
    }

    header .menu li {
        display: inline-block;
        margin: 10px 30px 10px 0px;
    }

    header .login-sign a {
        color: rgb(11, 24, 44);
        border: 1px solid rgb(11, 24, 44);
        padding: 10px 10px 12px;
        font-weight: 500;
        font-size: 15px;
        border-radius: 7px;
    }

    .clients .overlay_clients {
        position: absolute;
        left: 0px;
        opacity: 0.2;
        right: 0px;
        width: 100%;
        display: none;
    }

    .clients h1 {
        font-weight: 800;
        color: rgb(18, 34, 60);
        font-size: 29px;
        line-height: 52px;
        margin: 0px 0px 40px;
        text-align: center;
    }

    .clients {
        margin: 48px 0px 0px;
        position: relative;
    }

    .financed_realestate {
        background: rgb(246, 247, 249);
        margin: 54px 0px 0px;
        padding: 51px 0px;
    }

    .all_realestate {
        background: rgb(255, 255, 255);
        padding: 25px 30px;
        line-height: 0;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 600;
        color: rgb(18, 34, 60);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        margin: 25px auto 0px;
        display: block;
    }

    .title h2 {
        font-weight: 800;
        color: rgb(18, 34, 60);
        font-size: 24px;
    }

    .title p {
        color: rgb(18, 34, 60);
        font-size: 15px;
        margin: 14px 0px 11px;
    }

    .features_main .features_inner {
        background: rgb(246, 247, 249);
        border-radius: 10px;
        padding: 40px 15px;
        text-align: center;
        margin: 15px 0px 10px;
    }

    .features_main {
        padding: 45px 0px 0px;
    }

    .features_main .features_inner h3 {
        font-size: 18px;
        color: rgb(18, 34, 60);
        margin: 20px 0px 10px;
        line-height: 32px;
        padding: 0;
    }

    .earn_money .box_earn {
        background: rgb(255, 255, 255);
        padding: 26px 20px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.04) -1px 0px 21px;
        margin: 0px 0px 30px;
        text-align: center;
    }

    .center_image img {
        box-shadow: rgba(0, 0, 0, 0.04) -1px 0px 21px;
        width: 100%;
    }

    .earn_money .box_earn {
        background: rgb(255, 255, 255);
        padding: 26px 20px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.04) -1px 0px 21px;
        margin: 0px 0px 30px;
        text-align: center;
    }

    .earn_money {
        background: rgb(246, 247, 249);
        padding: 35px 0px;
    }

    .earn_money .title p {
        margin: 20px 0px 30px;
    }

    .earn_money {
        background: rgb(246, 247, 249);
        padding: 60px 0px 35px;
        margin: 0px;
    }

    .center_image {
        text-align: center;
        margin: 0px 0px 30px;
    }

    #financed_realestate .owl-nav {
        position: absolute;
        top: auto;
        width: 100%;
        right: auto;
        bottom: -36px;
    }

    #financed_realestate .owl-nav button {
        font-size: 20px;
        border: 1px solid rgba(18, 34, 60, 0.17);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: normal;
        margin: 0px;
        color: rgb(18, 34, 60);
        outline: none;
        padding: 0px !important;
    }

    header .menu {
        margin: 12px 0px 13px 16px;
        text-align: center;
    }

    .slider .right_text p {
        font-size: 18px;
        line-height: 30px;
        color: rgb(18, 34, 60);
        margin: 18px 0px 40px;
        text-align: center;
    }

    .slider .right_text h1 {
        text-align: center;
    }

    .left_image_slide img {
        width: 192px;
        margin: 0px auto;
    }

    .left_image_slide {
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .no_mobile {
        display: none;
    }

    .informations {
        background: rgb(23, 38, 64);
        padding: 6px 0px 0px;
        margin-top: 95px;
    }

    .informations .overflow_screen {
        background-image: url("../images/screen.png");
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(-100%);
        background-position: center;
        display: block;
        height: 126px;
        position: relative;
        top: 0;
    }

    .slider .right_text .start_now {
        background: rgb(209, 188, 74);
        color: rgb(18, 34, 60);
        padding: 9px 12px;
        border-radius: 5px;
        font-size: 14px;
        position: relative;
        margin: 0px 8px 20px 0px;
        width: 100%;
    }

    .slider .right_text .app_store {
        display: block;
    }

    .slider .right_text .start_now {
        background: rgb(209, 188, 74);
        color: rgb(18, 34, 60);
        padding: 13px 12px;
        border-radius: 5px;
        font-size: 16px;
        position: relative;
        margin: 0px 8px 20px 0px;
        width: 100%;
    }

    .slider .right_text .app_store a {
        width: 48%;
        display: inline-block;
    }

    .slider .right_text .app_store a img {
        width: 100%;
        height: auto;
    }

    .informations .info {
        background: rgb(255, 255, 255);
        text-align: center;
        color: rgb(18, 34, 60);
        border-radius: 8px;
        padding: 25px 0px;
        position: relative;
        bottom: 0px;
        top: -46px;
        margin: 0px 0px 25px;
        box-shadow: rgb(52, 52, 52) 0px 8px 11px 0px;
    }

    .how_work {
        margin-top: 80px;
    }

    .how_work .info {
        text-align: center;
        border: 1px solid rgba(23, 38, 64, 0.22);
        border-radius: 6px;
        padding: 0px 25px 15px;
        margin: 30px 0px 15px;
    }

    .realestate_banner {
        background: rgb(18, 34, 60);
        margin: 210px 0px -21px;
        text-align: center;
    }

    .realestate_banner .invest_icon_mobile {
        background: rgb(255, 255, 255);
        border-radius: 8px;
        max-width: 400px;
        padding: 10px 15px 15px;
        color: rgb(18, 34, 60);
        font-size: 19px;
        line-height: 31px;
        position: relative;
        top: 0px;
        text-align: left;
        box-shadow: rgb(36, 36, 36) 0px 0px 15px;
        left: 0px;
    }

    .realestate_banner .invest_icon {
        display: none;
    }

    .right_invest {
        background: rgb(255, 255, 255);
        padding: 25px 32px 25px 30px;
        border-radius: 10px;
        margin-top: 31px;
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    }

    .left_invest {
        background: rgb(255, 255, 255);
        padding: 40px 32px 25px 30px;
        border-radius: 10px;
        margin-top: 35px;
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        text-align: center;
    }

    .right_invest h3 {
        color: rgb(18, 34, 60);
        font-size: 22px;
        margin: 0px 0px 60px;
    }

    #slider-container .text_range {
        font-weight: 700;
        font-size: 15px;
        display: inline-block;
        margin: 0px 0px 0px 3px;
        color: rgb(18, 34, 60);
    }

    .invest_info .item_info_invest {
        display: block;
        margin: 0px 0px 20px 25px;
        position: relative;
    }

    .invest_info {
        background: rgb(246, 247, 249);
        border-radius: 10px;
        text-align: left;
        padding: 20px 0px 1px 40px;
        margin: 20px 0px 0px;
    }

    .invest_info .item_info_invest:last-child {
        margin: 0px 0px 20px 25px;
    }

    .right_download h1 {
        font-size: 31px;
        font-weight: 800;
        line-height: 59px;
        color: rgb(18, 34, 60);
        margin: 0px;
        text-align: center;
    }

    .right_download p {
        font-size: 18px;
        line-height: 34px;
        color: rgb(18, 34, 60);
        margin: 5px 0px 25px;
        text-align: center;
    }

    .right_download .start_now {
        background: rgb(209, 188, 74);
        color: rgb(18, 34, 60);
        padding: 11px 45px;
        border-radius: 5px;
        font-size: 16px;
        position: relative;
        margin: 0px 8px 15px 0px;
        display: block;
        width: 100%;
    }

    .download_app .app_store a img {
        width: 48%;
        height: auto;
        margin: 0px 0px 45px;
    }

    .download_app .app_store {
        display: block;
    }

    .last_banner {
        width: 60%;
        text-align: center;
        margin: 0px auto;
        display: block;
    }

    footer {
        background: rgb(18, 34, 60);
        padding: 46px 0px 30px;
        margin-top: 49px;
    }

    .footer_info h6 {
        font-weight: 800;
        color: rgb(255, 255, 255);
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .warning_site p {
        color: rgb(255, 255, 255);
        font-size: 16px;
        margin: 40px 0px 0px;
        text-align: center;
    }

    footer .payments img {
        max-width: 100%;
        text-align: center;
        margin: -16px auto 0px;
        display: block;
    }

    .copyrights .our_site {
        float: none;
        text-align: center;
        margin: 0px 0px 11px;
    }

    .copyrights .developer_copyrights {
        float: none;
        text-align: center;
    }

    .download_app {
        margin: 120px 0px 0px;
    }

    .investment_calculator {
        background: rgb(246, 247, 249);
        padding: 53px 0px 15px;
        margin: 50px 0px 0px;
        position: relative;
    }

    .right_invest h3 {
        color: rgb(18, 34, 60);
        font-size: 16px;
        margin: 0px 0px 37px;
    }

    .in_mobile {
        display: block;
    }

    .login_start .login_slide {
        background: rgb(255, 255, 255);
        max-width: 570px;
        margin: 0px -15px;
        padding: 50px 18px;
        /*border-radius: 0px;*/
        /*position: relative;*/
        top: 0px;
        left: 0px;
        /*transform: translateY(0px);*/
        right: 0px;
        overflow: hidden;
    }

    .login_start {
        margin: 0px;
        text-align: center;
        /*position: relative;*/
        height: 100vh;
        /*background: rgb(255, 255, 255);*/
    }

    .dashboard_bar {
        background: rgb(18, 28, 48);
        height: 0;
        position: relative;
        min-height: unset;
        padding-right: unset;
        left: 0px;
        width: 100%;
    }

    .content_dashboard {
        background: rgb(246, 247, 249);
        margin: 0px;
        padding: 100px 20px 25px;
        min-height: 100vh;
    }
    .content_dashboard .nav li a {
        background: rgb(237, 243, 255);
        margin: 0px 0px 0px 20px;
        color: rgb(18, 28, 48);
        font-weight: 700;
        padding: 10px 9px;
        border-radius: 8px;
        box-shadow: rgba(149, 157, 165, 0.12) 0px 3px 7px;
    }
    .prop_dash {
        padding: 0px;
    }

    .prop_dash .col-md-4 {
        padding: 0px;
    }

    .dashboard_bar .profile_investor {
        margin: 30px 20px 10px;
        color: rgb(255, 255, 255);
        padding: 12px 15px 15px;
        border-radius: 10px;
        background: rgb(11, 17, 34);
        /*display: none;*/
    }

    .last_sec_bar {
        position: absolute;
        bottom: 10px;
        right: 0px;
        left: 0px;
        /*display: none;*/
    }

    .notification_id {
        background: rgb(245, 241, 219);
        padding: 25px 20px;
        margin: 0px 0px 25px;
        border-radius: 12px;
        text-align: center;
    }

    .dashboard_bar .logo_dash {
        background: rgb(10, 16, 32);
        padding: 13px 20px;
        margin: 0px;
        text-align: center;
        position: fixed;
        right: 0px;
        left: 0px;
        z-index: 999;
    }

    .notification_id a {
        color: rgb(201, 182, 86);
        font-size: 15px;
        line-height: 29px;
    }

    .single_realestate {
        background: rgb(255, 255, 255);
        border-radius: 13px;
        overflow: hidden;
        margin: 20px 0px;
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
    }


    .last_sec_bar {
        margin-top: 0;
        position: unset;
        /*display: none;*/
    }

    .last_sec_bar .help_center {
        color: rgb(255, 255, 255);
        margin: 0px 20px 10px;
        display: block;
        padding: 12px 15px 15px;
        font-size: 16px;
    }

    .last_sec_bar .help_center i {
        margin: 0px 6px -1px 0px;
    }

    .download_app_bar {
        margin: 20px 20px 10px;
        color: rgb(255, 255, 255);
        padding: 12px 15px 15px;
        border-radius: 10px;
        background: rgb(11, 17, 34);
        /*display: none;*/
    }

    .download_app_bar p {
        margin: -1px 0px 0px 51px;
        font-size: 14px;
    }

    .download_app_bar img {
        width: 40px;
        float: left;
    }

    .download_app_bar a {
        color: rgb(209, 188, 76);
        font-size: 14px;
        margin: 24px 0px 0px 11px;
    }

    .download_app_bar .iphoneapp::after {
        content: "";
        border-radius: 50%;
        display: inline-block;
        background: rgb(255, 255, 255);
        width: 5px;
        height: 5px;
        position: relative;
        right: -7px;
    }

    .title_all {
        color: rgb(32, 48, 80);
        font-weight: 800;
        font-size: 20px;
        margin: 0px 0px 10px;
    }

    .investor_file_item {
        margin: 15px 0px 15px -15px;
        min-height: auto;
        padding: 10px 20px 15px;
    }

    .right_wallet h3 {
        color: rgb(45, 62, 98);
        margin: 10px 0px 0px;
        font-size: 24px;
        font-weight: 800;
    }

    .right_wallet h3 span {
        color: rgb(45, 62, 98);
        font-weight: 500;
        font-size: 17px;
        position: relative;
        left: 2px;
        top: -4px;
    }

    .right_wallet span {
        color: rgb(18, 28, 48);
        font-size: 16px;
        font-weight: 600;
    }

    .title_investor {
        display: block;
        width: 100%;
        margin: 25px 0px 10px;
        font-size: 20px;
        font-weight: 800;
        color: rgb(18, 28, 48);
    }

    .investor_file_item .right_invest {
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .investor_file_item .right_invest span {
        color: rgba(18, 28, 48, 0.29);
        font-size: 16px;
    }

    .investor_file_item .right_invest h3 {
        font-size: 24px;
        margin: 8px 0px 0px;
    }

    .left_invest i {
        font-size: 35px;
        color: rgb(221, 203, 103);
    }

    .investor_file_item .left_invest {
        float: right;
        padding: 0px;
        margin: 15px 0px 0px;
    }

    .investor_file_item_top .left_invest_top {
        margin: 15px 0px 0px;
    }

    .investor_file_item_top .right_invest_top span {
        color: rgba(18, 28, 48, 0.35);
        font-size: 17px;
        font-weight: 800;
        margin: 3px 0px 0px;
        display: block;
    }

    .investor_file_item_top .right_invest_top h3 {
        font-size: 24px;
    }

    .invist_limit_sec {
        text-align: center;
        padding: 16px 30px;
        margin: 33px 15px 0px 0px;
    }

    .invist_limit_sec p {
        font-size: 16px;
        color: rgb(36, 50, 78);
    }

    .invest_table .transactions_in {
        margin: 30px 0px 0px;
    }

    .transactions {
        width: 100%;
        overflow-x: auto;
    }

    .transactions_in {
        padding: 20px;
    }

    .transactions table {
        width: 100%;
        border-collapse: collapse;
    }

    .transactions .empty {
        text-align: center;
    }

    .cart_invest {
        text-align: center;
        padding-top: 28px;
    }

    .cart_invest i {
        font-size: 102px;
        color: rgb(209, 189, 78);
    }

    .cart_invest h3 {
        color: rgb(32, 48, 80);
        font-weight: 800;
        font-size: 20px;
        margin: 29px 0px 15px;
    }

    .cart_invest p {
        color: rgb(18, 28, 48);
        font-size: 16px;
    }

    .cart_invest button {
        background: rgb(18, 28, 48);
        color: rgb(255, 255, 255);
        padding: 8px 25px 9px;
        font-weight: 800;
        border-radius: 8px;
        margin: 7px 0px 0px;
        font-size: 14px;
    }

    .image_order {
        width: 100%;
        height: 120px;
        overflow: hidden;
        border-radius: 12px;
        display: block;
        float: left;
        margin: 0px 0px 10px;
    }

    .cart_order_sec {
        padding: 20px 10px;
        min-height: auto;
        margin: 15px 0px 25px -15px;
    }

    .cart_order_sec .cart_price {
        /*padding: 3px 0px 0px;*/
        /*display: inline-block;*/
        width: 100%;
    }

    .left_cart_order {
        border-left: 0px;
        padding: 15px 0px 0px;
        border-top: 1px solid rgba(10, 16, 32, 0.16);
        margin: 20px 0px 0px;
    }

    .cart_order_sec .cart_price .input-field {
        border: 2px solid rgba(18, 28, 48, 0.11);
        padding: 7px 7px 5px 9px;
        border-radius: 6px;
        outline: none;
        width: 50%;
        color: rgb(18, 28, 48);
        font-weight: 800;
        line-height: 0;
    }

    .cart_order_sec .cart_price .btn_delete {
        padding: 0px;
        background: none;
        color: rgb(18, 28, 48);
        height: 32px;
        width: 100%;
        border-radius: 10px;
        position: relative;
        top: 0px;
        background-color: rgb(209, 188, 74);
        margin: 20px 0px 0px;
        color: white;
        border: 1px solid rgba(10, 16, 32, 0.17);
    }
    .cart_order_sec .cart_price .btn_delete i{
        color: white;
    }

    .cart_pay_now button {
        background: rgb(209, 189, 62);
        margin: 0px;
        color: rgb(18, 28, 48);
        font-weight: 900;
        display: block;
        width: 100%;
        padding: 9px 0px 10px;
        font-size: 17px;
        border-radius: 9px;
    }

    .cart_pay_now p {
        font-weight: 800;
        font-size: 20px;
        color: rgb(18, 28, 48);
        margin: 0px 0px 20px;
        text-align: center;
    }

    .cart_pay_now p span {
        float: none;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin: 15px 0px 0px;
    }

    .log_out {
        position: relative;
        background: rgb(18, 25, 46);
        margin-top: 0px;
        /*display: none;*/
        bottom: 2px;
        font-size: 14px !important;
        padding: 9px 0px 13px !important;
    }

    .log_out i {
        font-size: 17px;
        margin: 3px 12px -2px 13px !important;
    }

    .balance_wallet {
        background: rgb(255, 255, 255);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        border-radius: 9px;
        padding: 15px 15px 20px;
        /*position: relative;*/
        overflow: hidden;
        margin: auto;
        /*flex: 1 47%;*/
        min-width: 300px;
        min-height: auto;
    }

    .rewards {
        background: rgb(255, 255, 255);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        border-radius: 9px;
        padding: 25px 35px;
        position: relative;
        overflow: hidden;
        min-height: 159px;
        margin: 10px -15px 0px !important;
    }

    .right_wallet {
        display: inline-block;
        margin: 10px 0px 20px;
        text-align: center;
        width: 100%;
    }

    .left_wallet {
        float: none;
        clear: both;
    }

    .rewards .right_rewards {
        display: block;
        margin: 8px 0px 0px;
        text-align: center;
        width: 100%;
    }

    .rewards .left_rewards {
        float: none;
        clear: both;
        text-align: center;
        margin: 17px -13px 0px 0px;
    }

    .rewards .right_rewards span {
        color: rgb(18, 28, 48);
        font-size: 16px;
        font-weight: 600;
    }

    .rewards .right_rewards h3 span {
        color: rgb(45, 62, 98);
        font-weight: 500;
        font-size: 17px;
        position: relative;
        left: 2px;
        top: -4px;
    }

    .rewards .right_rewards h3 {
        color: rgb(45, 62, 98);
        margin: 15px 0px 0px;
        font-size: 26px;
        font-weight: 800;
    }

    .add_visa_master {
        margin: 20px -15px 10px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        border-radius: 9px;
        padding: 25px 20px;
        position: relative;
        overflow: hidden;
    }

    .add_visa_master_last {
        margin: 20px -15px;
    }

    .notification_id a i {
        font-size: 45px;
        position: relative;
        bottom: 0px;
        margin: 0px 0px 10px -11px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .transactions_in {
        margin: 20px 0px 0px;
        background: rgb(255, 255, 255);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        border-radius: 9px;
        padding: 25px 35px 30px;
        position: relative;
        overflow: auto;
        min-height: auto;
    }

    .transactions_in th {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(18, 28, 48, 0.12);
        padding: 0px 50px 20px 0px;
        font-size: 18px;
        color: rgb(18, 28, 48);
        font-weight: 500;
        text-align: left;
    }

    body .invite_freinds {
        padding: 0px;
        margin: 30px -15px 0px !important;
    }

    .title_invite_freinds .icon_invite_freinds {
        float: none;
        font-size: 46px;
        margin: 0px 0px 15px;
        color: rgb(209, 188, 76);
        text-align: center;
    }

    .title_invite_freinds h3 {
        font-size: 22px;
        color: rgb(24, 38, 64);
        margin: -12px 0px 7px;
        font-weight: 800;
        text-align: center;
        line-height: 34px;
    }

    .title_invite_freinds p {
        font-size: 16px;
        color: rgb(24, 38, 64);
        margin: 0px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
    }

    .info_invite_freinds p {
        color: rgb(18, 28, 48);
        margin: 10px 0px;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

    .info_invite_freinds {
        border-top: 1px solid rgba(18, 28, 48, 0.13);
        margin: 22px 0px 14px;
        padding: 18px 25px 10px 30px;
    }

    .url_invite_freinds input {
        border: 2px solid rgba(18, 28, 48, 0.08);
        border-radius: 7px;
        padding: 8px 20px;
        color: rgb(18, 28, 48);
        font-weight: 300;
        cursor: not-allowed;
        min-width: 100%;
    }

    .url_invite_freinds button:hover {
        background: rgb(209, 188, 76);
        color: rgb(255, 255, 255);
    }

    .url_invite_freinds button {
        padding: 13px 30px 15px;
        background: rgb(18, 28, 48);
        color: rgb(255, 255, 255);
        border-radius: 8px;
        margin: 15px 0px 0px;
        border: 0px;
        line-height: 0;
        transition: all 0.2s ease-in-out 0s;
        display: block;
        width: 100%;
    }

    .rewards_page_left .right_rewards h3 {
        float: none;
        margin: 0px;
        font-size: 28px;
    }

    .rewards_page .right_rewards h3 {
        color: rgb(45, 62, 98);
        font-size: 33px;
        font-weight: 800;
        margin: 11px 0px 14px -14px !important;
    }

    .rewards_page {
        padding: 25px;
        min-height: auto;
        margin: 30px -15px 0px !important;
    }

    .single_properties .title_all .addTo_fav {
        position: relative;
        right: auto;
        font-size: 13px;
        color: rgb(18, 28, 48);
        background: rgb(226, 234, 251);
        padding: 15px;
        border-radius: 8px;
        line-height: 0;
        margin: 15px 0px 25px;
        display: block;
        width: auto;
        text-align: center;
    }

    .single_properties .title_all {
        margin: 0px 0px 15px;
        font-size: 17px;
        display: block;
        max-width: max-content;
        line-height: 35px;
    }

    .single_properties_list_image img {
        width: 100%;
        border-radius: 10px;
        height: auto;
        object-fit: cover;
        max-height: 190px;
        min-height: 190px;
    }

    .list_number_all i {
        color: rgb(201, 182, 86);
        margin: 0px 5px -1px 0px;
        font-size: 16px;
    }

    .list_number_all {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(255, 255, 255, 0.87);
        padding: 5px 12px;
        color: rgb(18, 28, 48);
        border-radius: 20px;
        font-weight: 800;
        font-size: 12px;
    }

    .single_properties .single_properties_list_image {
        position: relative;
        margin: 0px 0px 10px;
    }

    .single_properties_list_image_left {
        display: inline-block;
        width: 100%;
        margin: 0px 0px 5px;
        border-radius: 15px;
        overflow: hidden;
    }

    .single_properties_list_image_left img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .main_price {
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        padding: 0px 0px 25px;
        text-align: center;
    }

    .main_price .right_main_price {
        display: inline-block;
        width: 100%;
        margin: 0px 0px 30px;
    }

    .left_main_price {
        display: inline-block;
        flex: 1 0 100%;
    }

    .left_main_price p {
        font-weight: 800;
        font-size: 17px;
        color: rgb(18, 28, 48);
        margin: -13px 0px 15px;
        display: block;
    }

    .properties_item_info .properties_item_icon {
        width: 55px;
        background: rgb(245, 243, 229);
        padding: 7px 17px;
        border-radius: 6px;
        text-align: center;
        font-size: 21px;
        color: rgb(18, 28, 48);
        float: none;
        margin: 0px auto 8px;
    }

    .properties_item_info {
        margin: 0px 0px 25px;
        text-align: center;
    }

    .single_properties_addcart h3 span {
        font-size: 16px;
        color: rgb(18, 28, 48);
        margin: 0px 0px 0px 4px;
    }

    .right_main_price h3 {
        font-size: 24px;
        color: rgb(209, 189, 62);
        font-weight: 800;
    }

    .left_main_price h3 {
        font-weight: 500;
        font-size: 16px;
        color: rgba(18, 28, 48, 0.45);
        margin: 0px;
        display: inline-block;
        float: none;
    }

    .investment_calculator_single {
        background: none;
        padding: 0px;
        margin: 0px;
    }

    .investment_calculator_single .title h2 {
        color: rgb(209, 189, 62);
        font-size: 20px;
    }

    .investment_calculator_single .left_invest h3 {
        display: block;
        color: rgb(18, 28, 48);
        font-weight: 500;
        margin: 20px 0px 8px;
        font-size: 16px;
    }

    .left_invest #result-value {
        font-size: 22px;
    }

    .left_invest #result {
        font-size: 18px;
        font-weight: 800;
        color: rgb(18, 34, 60);
        display: inline-block;
    }

    .left_invest .in_five {
        display: block;
        font-size: 17px;
        margin: -3px 0px 0px 10px;
        position: relative;
        top: -3px;
        color: rgba(18, 34, 60, 0.34);
    }

    .left_invest .in_five i {
        color: rgb(18, 34, 60);
        margin: 0px 0px 0px 5px;
        font-size: 14px;
    }

    .properties_info {
        margin: 35px 0px 30px;
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        padding: 0px;
    }

    .investment_calculator_single .invest_info .item_info_invest {
        margin: 0px 0px 20px 25px;
    }

    .invest_info .item_info_invest .circle_info {
        display: inline-block;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        position: absolute;
        left: -44px;
        top: 9px;
    }

    .investment_calculator_single .left_invest .invest_info {
        text-align: left;
    }

    .investment_calculator_single .right_invest h3 {
        font-size: 14px;
        color: rgb(18, 28, 48);
        font-weight: 800;
        display: inline-block;
        margin: 0px 0px 30px;
    }

    .investment_calculator_single .last_privesy {
        margin: 35px 0px 0px;
        color: rgba(18, 34, 60, 0.38);
        font-size: 14px;
        line-height: 23px;
    }

    .properties_info_desk p {
        font-size: 14px;
        line-height: 24px;
        color: rgba(18, 28, 48, 0.6);
        margin: 0px;
    }

    .mone_info h4 span strong {
        float: none;
        font-weight: 500;
        font-size: 14px;
        margin: 0px 5px 0px 0px;
    }

    .single_properties_addcart .info_single_properties_addcart h4 span {
        font-weight: 800;
        font-size: 19px;
        color: rgb(30, 46, 78);
        float: none;
        margin: 10px 0px 0px;
        display: block;
    }

    .mone_info h4 span {
        font-size: 16px !important;
    }

    .single_properties_addcart .info_single_properties_addcart h4 {
        font-weight: 500;
        font-size: 17px;
        color: rgb(18, 28, 48);
        margin: 0px 0px 20px;
    }

    .mone_info .info_single_properties_addcart {
        margin: 0px 0px 20px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 17px 0px 1px;
    }

    .properties_info_desk {
        margin: 35px 0px 30px;
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        border-top: 1px solid rgba(18, 28, 48, 0.09);
        padding: 35px 0px 30px;
    }

    .mone_info {
        margin: 0px 0px 30px;
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        padding: 0px 0px 20px;
    }

    .timeline_text {
        display: inline-block;
        width: 80%;
        margin-left: 20px;
    }

    .timeline_bar {
        display: inline-block;
        width: 5px;
        height: auto;
        background: rgba(209, 188, 74, 0.3);
        border-radius: 50px;
        position: absolute;
        top: 50px;
        bottom: 64px;
    }

    #done_step_1 {
        position: absolute;
        display: inline-block;
        width: 5px;
        height: 44%;
        background: rgb(209, 189, 62);
        border-radius: 50px;
    }

    .timeline_bar .step_1:nth-child(3) {
        position: absolute;
        top: 40%;
    }

    .loaction_single {
        margin: 0px 0px 36px;
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        border-top: 1px solid rgba(18, 28, 48, 0.09);
        padding: 30px 0px;
    }

    .loaction_single i {
        margin: 0px auto 9px;
        font-size: 34px;
        color: rgb(209, 188, 74);
        display: block;
        text-align: center;
    }

    .loaction_single p {
        color: rgb(33, 51, 86);
        font-size: 16px;
        margin: 0px 0px 25px;
        font-weight: 600;
        text-align: center;
    }

    .loaction_single span {
        color: rgb(33, 51, 86);
        font-size: 14px;
        line-height: 20px;
    }

    .contact_single h2 {
        color: rgb(34, 53, 92);
        font-size: 23px;
        margin: 0px 0px 25px;
        display: block;
        font-weight: 800;
        line-height: 41px;
    }

    .contact_single img {
        width: 70px;
        float: none;
        text-align: center;
        display: block;
        margin: 0px auto;
    }

    .contact_single p {
        margin: 16px 0px 14px;
        color: rgb(39, 59, 100);
        font-weight: 500;
        font-size: 15px;
        text-align: center;
    }

    .contact_single a {
        background: rgba(209, 189, 62, 0.42);
        color: rgb(18, 28, 48);
        font-weight: 600;
        padding: 10px 35px;
        font-size: 14px;
        border-radius: 9px;
        margin: 0px auto;
        display: block;
    }

    .contact_single {
        margin: 40px 0px 0px;
        border-top: 1px solid rgba(18, 28, 48, 0.09);
        padding: 25px 0px 30px;
    }

    .entertainment ul li {
        display: block;
        font-size: 18px;
        color: rgb(18, 28, 48);
        background: rgba(18, 28, 48, 0.04);
        padding: 8px 20px 10px;
        border-radius: 10px;
        margin: 0px 0px 16px;
    }

    .entertainment {
        margin: 0px 0px 27px;
        border-bottom: 1px solid rgba(18, 28, 48, 0.09);
        padding: 0px 0px 21px;
    }

    .docs_single .fa-download {
        font-size: 32px;
        float: none;
        color: rgb(209, 189, 62);
        display: block;
        text-align: center;
        margin: 12px auto 0px;
    }

    .single_properties_addcart .cart_price button {
        background: none;
        border: 2px solid rgba(18, 28, 48, 0.08);
        padding: 2px 13px;
        border-radius: 6px;
        outline: none;
        color: rgb(209, 189, 62);
        font-size: 16px;
        display: block;
        width: 100%;
        margin: 10px 0px;
    }

    .single_properties_addcart .cart_price input {
        border: 2px solid rgba(18, 28, 48, 0.11);
        padding: 11px 10px;
        border-radius: 6px;
        outline: none;
        width: 100%;
        color: rgb(18, 28, 48);
        font-weight: 800;
        line-height: 0;
        font-size: 19px;
        margin: 0px;
        text-align: center;
    }

    .single_properties_addcart .info_single_properties_addcart {
        background: rgb(255, 252, 235);
        padding: 25px 25px 10px;
        border-radius: 15px;
        margin: 25px 0px 28px;
        text-align: center;
    }

    .timeline {
        position: relative;
    }

    .onboarding .onboarding_steps_activition {
        padding: 20px 0px 20px;
    }

    .onboarding_background {
        position: relative;
        height: auto;
        margin: 45px 0 0 0;
        padding: 0 0 60px 0;
    }

    .onboarding_background h1 {
        position: relative;
        text-align: center;
        font-weight: 800;
        line-height: 47px;
        font-size: 28px;
        color: rgb(23, 45, 80);
    }

    .onboarding_background .lang_onboarding {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 80px auto 0;
        text-align: center;
        padding: 0 0 0 0;
    }

    .onboarding .onboarding_step2 .true_start_verf {
        padding: 0 0;
    }

    .onboarding .onboarding_steps_activition h3 {
        color: #172d50;
        font-size: 18px;
        margin: 16px 0 14px 0;
        font-weight: 800;
    }

    .onboarding_step4 h6 {
        font-weight: 800;
        margin: 30px 0 40px 0;
        color: #bfac4d;
    }

    .menu-content2 {
        position: fixed;
        top: 63px;
        right: -100%;
        width: 67%;
        height: 100%;
        background-color: rgb(10, 16, 32);
        z-index: 1;
        overflow-x: hidden;
        padding-top: 0px;
        transition: right 0.3s ease 0s;
    }

    .menu-content2 a {
        padding: 8px 15px;
        text-decoration: none;
        font-size: 18px;
        display: block;
        color: rgb(255, 255, 255);
    }

    .menu-content2 a i {
        margin: 0px 10px 0px 0px;
    }

    #menuButton2 {
        position: absolute;
        top: -9px;
        left: 4px;
        padding: 10px 20px;
        font-size: 27px;
        color: rgb(209, 188, 74);
        border: none;
        cursor: pointer;
        background: none;
        outline: none;
    }
header .login-sign {
    text-align: center;
    margin: 30px 0px 0px;
}
    header .menu {
        display: none;
    }

    #menuContent2 .login-sign,
    #menuContent2 .menu {
        display: block;
    }

    .realestate_banner .home_banner {
        margin-top: -142px;
        width: 100%;
    }

    .setting_item {
        background: rgb(255, 255, 255);
        box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 12px;
        border-radius: 9px;
        padding: 0px;
        position: relative;
        overflow: hidden;
        margin: 0 0 25px 0;
    }

    .setting_item .right_icon i {
        font-size: 36px;
        margin: 24px 0 0 0;
    }

    .setting_item .right_icon {
        display: inline-block;
        width: 24%;
        background: rgb(197, 179, 76);
        height: 161px;
        float: left;
        text-align: center;
        padding: 38px 0px 0px;
        margin: 0px;
    }

    .setting_item .left_text {
        display: inline-block;
        width: 76%;
        padding: 0 20px 0px 15px;
    }

    .setting_item .right_icon img {
        width: 43px;
        display: block;
        text-align: center;
        margin: 21px auto 0;
    }

}
@media (max-width: 500px) {
    .blog_item{
        padding: 20px 20px;
    }
}

@media (min-width: 768px) {
    .warning_site{
        padding: 0 12px;
    }

    #menuContent2,
    #menuButton2 {
        display: none;
    }

    #menuContent2 .login-sign {
        display: none;
    }

}

/*          form              */

  .formbold-mb-3 {
    margin-bottom: 15px;
  }
  .formbold-relative {
    position: relative;
  }
  .formbold-opacity-0 {
    opacity: 0;
  }
  .formbold-stroke-current {
    stroke: currentColor;
  }
  #supportCheckbox:checked ~ div span {
    opacity: 1;
  }

  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    padding-top: 56px;
    text-align: right;
    /*background-color: #F6F7F9;*/
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    background: white;
    padding: 40px;
  }
  
  .formbold-form-wrapper img{
      max-height: 60px;
      margin: auto;
      margin-bottom: 20px;
      display: block;
  }

  .formbold-img {
    margin-bottom: 45px;
  }

  .formbold-form-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .formbold-form-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #07074d;
  }
  .formbold-form-title p {
    font-size: 16px;
    line-height: 24px;
    color: #536387;
    margin-top: 12px;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }
  .formbold-form-input {
    text-align: center;
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: rgb(209, 188, 74);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #536387;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-checkbox-label a {
    margin-left: 5px;
    color: rgb(209, 188, 74);
  }
  .formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 7px;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 7px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #121c30;
    color: white;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  @media screen and (max-width: 580px){
    .formbold-main-wrapper{
        padding: 56px 20px 48px;
    }
    .formbold-form-wrapper{
        padding: 40px 0;
    }
    .formbold-input-flex{
        flex-direction: column;
    }
    .formbold-input-flex div{
        width: 100%;
    }
}

/* popup */
.popUpHelp.hidden{
    display: none !important;
}
.helpOverlay.hidden{
    display: none !important;
}
.popUpHelp{
    position: absolute;
    max-width: 480px;
    width: 90%;
    background-color: #121c30;
    /*height: 320px;*/
    border-radius: 20px;
    box-shadow:0px 2px 8px 1px rgb(18 28 48 / 17%);
    color: white;
    text-align: center;
    padding: 40px 40px 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
}
.popUpHelp h2{
    font-size:calc(19px + 1vw);
    margin-bottom: 12px;
}
.popUpHelp p{
    font-size: calc(10px + 0.8vw);
}
.popUpHelp a{
    text-decoration: capitalize;
    color: rgb(209 189 78);
    font-size: calc(10px + 0.8vw);
    font-weight: bold;
}
.popUpHelp i{
    color: rgb(209 189 78);
    font-size: calc(10px + 0.8vw);
    margin-right: 8px;
}
.popUpHelp .helpContent>div{
    display: flex;
    align-items: center;
}
.popUpHelp .helpContent{
    display: flex;
    justify-content: space-evenly;
}
.helpOverlay{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 90;
    position: absolute;
    left: 0;
    filter: drop-shadow(2px 0px 0px black);
}
.css-xp3hv1 .chakra-container.css-10v60tp.padd{
    padding-top: var(--chakra-space-24);
    padding-bottom: var(--chakra-space-24);
}

/*              scrollBar                 */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #121c30;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d1bc4a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #beaa3e;
}





.css-1cyxfh4 img.css-rl4kmi {
    aspect-ratio: 278 / 185;
    object-fit: cover;
    object-position: center;
}

