﻿body {
}

.bg-theme-colored2 {
    background-color: #f6f6f6;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.header-top {
    top: 0;
    z-index: 9999999999;
    position: fixed;
    width: 100%;
}

    .header-top .nav-item a {
        color: black !important
    }

@@media (min-width:600px) {
    .header-top .nav {
        justify-content: end;
        margin-right: 35px;
    }
}

@@media (max-width:600px) {
    .header-top {
        display: none;
    }
}

.rot {
    transform: rotate(-90deg) scaleY(-1);
}

.breadcrumb_content.style2 {
    margin-bottom: 15px;
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated, header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated, header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated {
    -webkit-animation-duration: .5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 400ms;
}


@@media (max-width:600px) {
    header .header-nav .img-fluid {
        max-width: 100%;
        height: 62px;
    }
}

header.header-nav.menu_style_home_one.style1 {
    top: 24px !important;
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated {
    top: 24px !important;
}

@@media (min-width:600px) {
    header .header-nav .img-fluid {
        max-width: 100%;
        height: 63px;
    }

    header.header-nav.menu_style_home_one.style1 {
        top: 24px !important;
    }
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a .liSearch {
    color: #ff5a5f;
    font-weight: bold;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a {
    color: #ffffff;
}

.home1-advnc-search .search_option_two .dropdown-menu.show:before {
    display: none;
}


.dropdown-item {
    text-wrap: wrap;
    color: black !important;
}


.user_setting_content li a {
    color: black;
}
/* Pop Model Style*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999 !important;
    background-color: rgb(31 31 31 / 48%);
}

}
/* Start like_effect Style*/

.input-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -0.5em;
    left: 0.35em;
    height: 1em;
    width: 1.5em;
    transition: 100ms;
    animation: dislike_effect 400ms ease;
}

.like-card input:checked ~ .checkmark path {
    fill: #FF5353;
    stroke-width: 0;
}

.like-card input:checked ~ .checkmark {
    animation: like_effect 400ms ease;
}


@@keyframes like_effect {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@@keyframes dislike_effect {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/* End like_effect Style*/

/* Icon Styles*/

.location-icon {
    width: 75px;
    height: 75px;
}

.feat_property .thumb .thmb_cntnt .icon li {
    opacity: 1;
    line-height: 50px;
    background-color: rgb(15 21 31 / 48%);
}

.feat_property.list .dtls_headr ul.tag li {
    width: 80px;
}

/* Icon End Styles*/

/* textarea Style */
#txtDescription {
    height: calc(1.5em * 4);
}



/* App Download card start*/

.appdownloadcard {
    max-width: 350px;
    background-color: rgb(7 16 45);
    background: linear-gradient(to top right, rgb(7 16 45), rgb(58 60 84));
    background: -webkit-linear-gradient(to top right, rgb(7 16 45), rgb(58 60 84));
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgb(84 90 106);
}

.appsmall-text, .apptitle, .appdesc {
    font-weight: 600;
}

.apptitle, .appdesc {
    margin: 8px 0;
}

.appsmall-text {
    color: #488aec;
    font-size: 14px;
}

.apptitle {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
}

.appdesc {
    color: rgb(151 153 167);
    font-size: 13px;
}

.appbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.appbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 6px;
    text-decoration: none;
}

    .appbutton:first-child {
        box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
        background-color: #488aec;
    }

    .appbutton:last-child {
        box-shadow: 0 4px 6px -1px #0b162531, 0 2px 4px -1px #0e192b17;
        background-color: #fff;
    }

.appicon {
    height: 27px;
    width: 25px;
}

    .appicon svg {
        width: 100%;
        height: 100%;
    }

        .appicon svg:last-child {
            fill: #000
        }

.appbutton-text {
    display: flex;
    flex-direction: column;
    margin: 0px 7px 0px;
}

    .appbutton-text span:first-child {
        font-size: 12px;
        font-weight: 600;
    }

.appgoogle span:first-child {
    color: rgb(219 206 253);
}

.appapple span:first-child {
    color: rgb(81 87 108);
}

.appgoogle span:last-child {
    color: #fff;
    font-weight: 800;
}

.appapple span:last-child {
    color: #000;
    font-weight: 800;
}

/* App Download card End*/


/* Login User Card */
.user_setting_content li a {
    color: #484848;
}

.inner {
    overflow: auto auto !important;
    max-height: 170px !important;
}

.sign_up_tab li.nav-item .nav-link.active {
    background-color: #ffffff;
    border-bottom: 1px solid #484848 !important;
}

.feat_property .thumb img {
    opacity: 0.8 !important;
    object-fit: cover;
}

.header-nav .menu_style_home_one .style2 .navbar-scrolltofixed .stricky .main-menu .header-nav-top .scroll-to-fixed-fixed {
    margin-top: 20px;
}


.logo1 {
    margin-top: 6px;
    width: 205px;
}

.logo2 {
    margin-top: 6px;
    width: 205px !important;
}

#newPassword {
    margin: 8px 0px;
    padding: 22px;
}

#confirmPassword {
    margin: 8px 0px;
    padding: 22px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f2f2f2;
}

.feat_property .thumb .thmb_cntnt ul.tag li:last-child {
    display: none;
}

.feat_property .thumb .thmb_cntnt ul.tag li:first-child {
    background-color: #ff5a5f;
    margin-right: 0;
}

.details {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

body.body_overlay:before {
    background-color: rgb(0 108 112 / 0%);
}

.btn-thm {
    background-color: #ff5a5f;
    border: 2px solid #ff5a5f;
    border-radius: 5px;
    color: #ffffff;
}

.feat_property:hover {
    cursor: default;
}

.feat_property .thumb .thmb_cntnt ul.tag li a, .feat_property .thumb .thmb_cntnt ul.tag li span, .properti_city.home6 .thumb .thmb_cntnt ul.tag li a, .feat_property.home8 ul.tag li a, .feat_property.list ul.tag li a {
    cursor: default;
}

.title-property {
    font-size: 24px !important;
}

.application_statics {
    padding: 15px 30px;
}
/* Extra Small Devices (Mobiles, Portrait) — up to 575px */
@media (max-width: 575.98px) {
    .hidden-xs {
        display: none;
    }

    .inner_page_breadcrumb .breadcrumb_content {
        margin-top: 100px !important;
    }

    .title-property {
        font-size: 18px !important;
    }

    .header-top {
        display: none !important;
    }


    .stylehome1 {
        display: grid;
        align-items: center;
    }

        .stylehome1 .nav_logo_img img {
            width: 150px;
        }

    .price h2 {
        font-size: large;
    }

    .header {
        height: 56px;
    }


    .mobile-menu-reg-link {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .mobile-menu-trigger {
        left: 20px;
        position: absolute;
        top: 10px;
    }

    .stylehome1:before {
        height: 56px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .breadcrumb_title {
        font-size: 18px;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    #main2 .filter_open_btn {
        background-color: #ff5a5f;
        border-radius: 8px;
        color: #ffffff;
        cursor: pointer;
        font-size: 13px;
        font-family: "Nunito";
        font-weight: bold;
        height: 35px;
        left: auto;
        line-height: 35px;
        overflow: hidden;
        padding-left: 34px;
        position: absolute;
        right: 10px !important;
        text-align: center;
        top: -55px !important;
        width: 130px;
        z-index: 999;
    }

    #open2.flaticon-filter-results-button:before, #open2.flaticon-close:before {
        background-color: #f53c41;
        left: 0;
        position: absolute;
        width: 35px;
    }

    .feat_property.list .details .tc_content {
        padding: 0px 10px;
    }

    .feat_property.list .details .fp_footer {
        padding: 10px 10px 10px;
    }

    .feat_property .details .tc_content h4 {
        font-size: 14px;
    }

    .feat_property .details .tc_content p {
        font-size: 11px;
    }

    .feat_property.list .dtls_headr a.fp_price {
        font-size: 17px;
    }

    .property-img {
        height: 180px !important;
    }

    .btn-sm {
        padding: 0.15rem 0.15rem;
        font-size: .875rem;
        line-height: 1.2;
        border-radius: .2rem;
    }

    .height-250 {
        height: 250px;
    }

    .listing_single_description2 {
        padding: 15px;
    }

    .main-title h2 {
        font-size: 1.3rem;
    }

    .main-title p {
        font-size: 12px;
    }

    .main-title {
        margin-bottom: 20px !important;
    }

    .mb20-767 {
        margin-bottom: 20px !important;
    }

    section {
        padding: 30px 0;
    }

    .inner_page_breadcrumb .breadcrumb_title {
        font-size: 22px;
    }

    .modern-apertment {
        background-color: rgb(64 85 123);
        height: 189px !important;
        background: round;
    }

    .m-xs-0 {
        margin: 0px !important;
    }
}
/* Small Devices (Mobiles, Landscape & Small Tablets) — 576px to 767px */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Small tablet or large mobile styles */
    .mt-xs-0 {
        margin-top: 0px !important;
    }

    .header {
        height: 56px;
    }

    .hidden-sm {
        display: none;
    }

    .stylehome1 {
        display: grid;
        align-items: center;
    }

        .stylehome1 .nav_logo_img img {
            width: 110px;
        }

    .price h2 {
        font-size: x-large;
    }

    .mobile-menu-reg-link {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .mobile-menu-trigger {
        left: 20px;
        position: absolute;
        top: 0px;
    }

    .stylehome1:before {
        height: 56px;
    }


    .breadcrumb_title {
        font-size: 18px;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .feat_property.list .details .fp_footer {
        padding: 8px 10px;
    }

    .property-img {
        height: 230px !important;
    }

    .single_property_title h2 {
        font-size: 20px !important;
    }

    .application_statics {
        margin-bottom: 0px;
    }

        .application_statics h4 {
            font-family: "Nunito";
            color: #484848;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 10px !important;
        }

    .faq_according, .ui_kit_table {
        margin-bottom: 0px;
    }

    .modern-apertment {
        background-color: rgb(64 85 123);
        height: 189px !important;
        background: round;
    }
}
/* Medium Devices (Tablets, Portrait) — 768px to 991px */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Tablet styles */
    .modern-apertment {
        background-color: rgb(64 85 123);
        height: 360px !important;
    }

    .home1-advnc-search .search_option_two .dropdown.bootstrap-select > .dropdown-toggle {
        width: 280px !important;
    }

    .hidden-md {
        display: none;
    }

    .property-img {
        height: 230px !important;
    }

    .feat_property.list .details .fp_footer {
        border: none;
        padding: 17px 10px 0;
    }
}
/* Large Devices (Laptops, Desktops) — 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Laptop styles */
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select > .dropdown-toggle {
        width: 280px !important;
    }

    .hidden-lg {
        display: none;
    }

    .property-img {
        height: 230px !important;
    }

    .feat_property.list .details .fp_footer {
        border: none;
        padding: 17px 10px 0;
    }

    .modern-apertment {
        background-color: rgb(64 85 123);
        height: 360px !important;
    }
}
/* Extra Large Devices (PC Monitors) — 1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* PC desktop styles */
    .home1-advnc-search .search_option_two .dropdown.bootstrap-select > .dropdown-toggle {
        width: 280px !important;
    }

    .hidden-xl {
        display: none;
    }

    .property-img {
        height: 230px !important;
    }

    .thumb .details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .modern-apertment {
        background-color: rgb(64 85 123);
        height: 360px !important;
    }
}
/* Ultra Wide Screens (Large monitors, 4K, etc.) — 1400px and up */
@media (min-width: 1400px) {
    /* Large screen styles */

    .home1-advnc-search .search_option_two .dropdown.bootstrap-select > .dropdown-toggle {
        width: 280px !important;
    }

    .hidden-xxl {
        display: none;
    }

    .property-img {
        height: 230px !important;
    }
}
