/* NEW */
.navigation {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
ul {
    list-style: inherit;
    padding-left: 20px;
}
.dashboard-stat {
    margin-bottom: 0;
}
.text-success {
    color: #28a745 !important;
}
.proerty_content {
    padding: 1em 20px 1em;
}
.property_meta {
    margin: 1em 0 0;
}
.item.home-slider-container {
    max-width: inherit;
}
.home-slider-container.property_item .smart-tes-content p {
    height: 200px;
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.check_y {
    position: relative;
}
.check_y:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    color: #00ba74;
    width: 24px;
    height: 24px;
    background: rgba(0,186,116,0.15);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    font-size: 10px;
    padding-top: 2px;
}
.table,
.table th,
.table td {
    border-color: #e3e9f1 !important;
}
.table {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #cdd5e4;
}
.slick-arrow:before {
    color: #000;
    border: 1px solid #e5e5e5;
}
.slick-prev {
    left: -70px;
}
.slick-next {
    right: -50px;
}
.hidelist {
    display: none;
}
.table {
    margin-bottom: 0;
}
.table th.table_h {
    background: #2a3c62;
    color: #fff;
    border-color: #61738c !important;
}
.table tr td:last-of-type {
    background: #fff8f8;
}
.table tr {
    visibility: collapse;
}
.container_people_help {
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    height: 100%;
    letter-spacing: .3px;
    font-weight: 300;
}
.panel-white {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px 0 #e8e8e8;
}
.img_people_help {
    width: 120px;
    height: 120px;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 #e8e8e8;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.img_people_help img {
    width: 100%;
}
.benefits_container {
    background: #f8f9fc;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}
.benefits_banner {
    background: linear-gradient(90deg, #f8f9fc, #e1e1e1);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}
.benefits_banner h4 {
    font-weight: 400;
}
.img_svg {
    width: 15px;
    height: 15px;
    filter: invert(.7);
}
.middle-icon-features {
    display: block;
    max-width: 100%;
}
#section1 h1 {
    font-size: 56px;
    line-height: 72px;
}
.btn-benefits {
    color: #fff; 
    width: 40px; 
    height: 40px; 
    border: 1px solid #fff; 
    border-radius: 40px;
}
.section_1_txt {
    color: #000; 
    font-size: 20px;
}
.slick-dots li button:before {
    background: rgba(1,41,91,0.4);
    content: '';
}
.slick-dots li.slick-active button:before {
    background: rgba(1,41,91,0.7);
    content: '';
}
.nav-menus-wrapper-close-button {
    position: absolute;
    top: 0;
    right: 0;
}
.navigation-portrait .nav-menus-wrapper {
    padding-top: 100px;
    align-items: flex-start !important;
}
.nav-menu>li>a {
    padding: 30px 8px;
}
ul.mobilephone {
    display: none !important;
}
@media screen and (max-width: 480px) {
    .table.table_prices th,
    .table.table_prices td {
        font-size: 12px;
    }
    #section1 h1 {
        font-size: 42px;
        line-height: 60px;
    }
    .section_1_txt {
        font-size: 18px;
    }
    .home-slider-container {
        padding: 1rem;
    }
    .benefits_container {
        padding: 15px;
        gap: 20px;
        border-radius: 0;
    }
    .benefits_banner {
        border-radius: 10px;
    }
    .main-timeline:before {
        left: calc(50% + 7px) !important;
    }
    .main-timeline .icon {
        top: 100% !important;
        left: 50% !important;
    }
    .main-timeline .description,
    .main-timeline .title {
        background: #f8f9fc;
    }
    .sec-heading {
        margin-bottom: 25px;
    }
    .cl-cst p {
        font-size: 18px;
        line-height: 30px !important;
    }
    .navigation-portrait .nav-menu.nav-menu-social {
        padding-left: 0;
    }
    .mob-phone {
        margin-bottom: 20px;
        gap: 10px;
        align-items: center !important;
    }
    .nav-header {
        display: flex;
        align-items: center;
    }
    .nav-brand {
        margin-right: 0;
    }
    .nav-brand img {
        max-width: 110px !important;
    }
    .navigation-portrait .nav-header ul.mobilephone {
        display: inline-flex !important;
        width: auto;
        margin-right: 20px;
        padding-bottom: 0;
    }
}
/* NEW */


/* Timeline */
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 34px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #cd171f;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    position: relative;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
}

.main-timeline .month {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
    color: #000;
}

.main-timeline .description {
    margin-bottom: 0;
    color: #000;
    font-weight: 300;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
/* Timeline */


.icon-mi-left {
    justify-content: flex-start;
}
.nav-brand {
    padding: 15px 15px 17px 15px;
}
.w1 {
    width:60%;

}
.w2 {
    width:40%;
}
@media only screen and (max-width: 992px) {
.mob-phone {
margin-bottom: 15px;
}
}

@media only screen and (max-width: 1200px) {
.w1 {
    width:100%;
}
.w2 {
    width:100%;
}
.listing-card-info-icon {
    flex:100%;
}
}

@media only screen and (max-width: 692px) {
.cl-cst p {
    line-height:24px;
}
.icon-mi-left {
    justify-content:left;
}
section {
    padding: 40px 0;
}
.footer-bottom-social {
    text-align: center;
}
.footercs {
    text-align: center;
}
.footer-widget {
    padding-top: 40px;
}
.text-light {
    margin-top: 20px;
}
h2 {
    font-size: 26px;
}
.mb-cst-tit {
    margin-bottom: 18px;
}
.pr-mb {
    margin-bottom: 55px;
}
.about-cl {
    margin-bottom:45px;
}
.icon-mi-left h4 {
    font-size:16px;
}
#prices {
    padding-bottom:10px;
}
.con-mb {
    margin-bottom: 36px;
}
.h2-cst {
    font-size:22px;
}
.benef-mb {
    margin-bottom:28px;
}
.mis-mb {
    margin-bottom:24px;
}
.how-mb {

        margin-bottom: 30px;

}
}
@media only screen and (min-width: 692px) {
.footercs {
    flex-wrap: nowrap;
}
}
@media only screen and (max-width: 600px) {
.w1 {
    width:60%;
}
.w2 {
    width:40%;
}
.listing-card-info-icon {
    flex:0 0 50%;
}
}