.interior.container.clearfix {
    margin-top: -60px;
}

.residency-content {
    width: 90%;
}

.clear-fix {
    clear: both;
}

.list_view_block {
    margin-top: 30px;
    float: left;
    display: flex;
    width: 100%;
}

.list_view_block .col-xs-8,
.list_view_block .col-xs-4 {
    padding: 0;
}

.list_view_block .list_view_wrapper {
    background: #f6f6f6;
    padding: 0.2rem 1.5rem;
    padding-bottom: 1.3rem;
    min-height: 277px;
    max-height: 277px;
}

.list_view_block .property_images {
    background-size: cover;
    min-height: 100%;
    position: relative;
}

.list_view_block .property_images .property_img_overlay.gold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 134, 52, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.list_view_block .property_images .property_img_overlay.platinum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.list_view_block:hover .property_images .property_img_overlay {
    opacity: 1;
    visibility: visible;
}

.list_view_block .property_images .property_img_overlay.gold a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 170px;
    padding: 0.6rem 0.8rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.list_view_block .property_images .property_img_overlay.platinum a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #5a5a5a;
    border: 2px solid #5a5a5a;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 170px;
    padding: 0.6rem 0.8rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.list_view_block .property_images .property_img_overlay a span {
    margin: 0 1rem;
}

.list_view_wrapper .propery_status {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    min-height: 53px;
}

.list_view_wrapper .propery_status .property_type {
    text-align: left;
}

.list_view_wrapper .propery_status .property_type p {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.list_view_wrapper .propery_status .property_type span:first-child {
    width: 10px;
    height: 10px;
    border-radius: 49%;
    background: #f58634;
    display: block;
    float: left;
    margin-right: 0.5rem;
    letter-spacing: 1px;
}

.list_view_wrapper .propery_status .property_phase {
    text-align: right;
}

.list_view_wrapper .propery_status .property_phase p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #4d4d4d;
}

.list_view_wrapper .property_info {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    min-height: 53px;
}

.list_view_wrapper .property_info .property_name h1 {
    margin: 0;
    color: #4d4d4d;
    font-size: 2.2rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.list_view_wrapper .property_info .property_name span {
    color: #f58634;
}

.list_view_wrapper .property_info .property_name span i {
    font-size: 1.5rem;
}

.list_view_wrapper .property_info .property_name p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.list_view_wrapper .property_info .property_share {
    display: flex;
    align-items: center;
    position: relative;
}

.list_view_wrapper .property_info .property_share ul {
    margin: 0;
    padding: 0;
}

.list_view_wrapper .property_info .property_share ul li {
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem 5rem;
}

.list_view_wrapper .property_info .property_share ul li a {
    text-decoration: none;
}

.list_view_wrapper .property_info .property_share ul li a i.fa {
    font-size: 2rem;
}

.list_view_wrapper .property_info .property_share ul li a i.fa-google-plus {
    color: #dd4b39;
}

.list_view_wrapper .property_info .property_share ul li a i.fa-facebook-official {
    color: #3b5998;
}

.list_view_wrapper .property_info .property_share span i {
    font-size: 3rem;
    color: #b3b3b3;
}

.list_view_wrapper .property_info .property_share .share {
    left: -11.8rem;
    position: absolute;
    top: 2.1rem;
    background: #fff;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
    -webkit-transition: max-height 0.25s ease-in;
}

.list_view_wrapper .property_info .property_share:hover .share {
    max-height: 140px;
}

.list_view_wrapper .property_amenties {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    min-height: 53px;
    overflow: hidden;
}

.list_view_wrapper .property_costing {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    min-height: 65px;
    overflow: hidden;
}

.list_view_wrapper .property_amenties .property_area {
    text-align: left;
}

.list_view_wrapper .property_amenties .property_area h6 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0;
    color: #4d4d4d;
}

.list_view_wrapper .property_amenties .property_area p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.list_view_wrapper .property_amenties .property_rera_no {
    text-align: right;
}

.list_view_wrapper .property_amenties .property_rera_no h6 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0;
    color: #4d4d4d;
}

.list_view_wrapper .property_amenties .property_rera_no p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.list_view_wrapper .property_sep {
    padding: 0 1.3rem;
}

.list_view_wrapper .property_sep span {
    height: 1px;
    display: block;
    background: #b3b3b3;
    margin: 0;
}

.list_view_wrapper .property_costing .property_price h6 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0;
    color: #4d4d4d;
}

.list_view_wrapper .property_costing .property_rera_no {
    text-align: right;
}

.list_view_wrapper .property_costing .property_price {
    text-align: left;
}

.list_view_wrapper .property_costing .property_price p {
    margin: 0;
    line-height: 2;
    font-size: 1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.list_view_wrapper .property_costing .property_rera_no h6 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0;
    color: #4d4d4d;
}

.list_view_wrapper .property_costing .property_rera_no p {
    margin: 0;
    line-height: 2;
    font-size: 1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

@media (max-width:991px) {
    #list-view {
        width: 100%;
        margin: auto;
    }
    .residency-content {
        width: 100%;
    }
    .list_view_wrapper .property_costing .property_price h6,
    .list_view_wrapper .property_costing .property_rera_no h6 {
        font-size: 1.5rem;
    }
    .list_view_wrapper .property_info .property_name h1 {
        font-size: 2.5rem;
    }
    .list_view_block .property_images {
        min-height: 277px;
        max-height: 277px;
    }
    .propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.platinum a {
        width: 200px!important;
    }
}

@media (max-width:767px) {
    #list-view {
        width: 100%;
        margin: auto;
    }
    .residency-content {
        width: 100%;
    }
    .list_view_wrapper .property_costing .property_price h6,
    .list_view_wrapper .property_costing .property_rera_no h6 {
        font-size: 1.3rem;
    }
    .list_view_wrapper .property_info .property_name h1 {
        font-size: 2rem;
    }
    #listview,
    .block-view {
        display: none;
    }
    .propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.platinum a {
        width: 200px!important;
    }
}

.propery_listiing_block {
    margin: 3rem 0;
}

.propery_listiing_block .propery_listiing_block_inner {
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px 0 rgb(112 121 138 / 40%);
}

.propery_listiing_block .propery_listiing_block_inner .propery_status {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 60px;
    overflow: hidden;
}

.propery_listiing_block .propery_listiing_block_inner .propery_status .property_type {
    text-align: left;
    width: 50%;
}

.propery_listiing_block .propery_status .property_type p {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #2e2e2e;
    letter-spacing: 1px;
}

.propery_listiing_block .propery_listiing_block_inner .propery_status .property_type span:first-child {
    width: 5px;
    height: 20px;
    border-radius: 0%;
    display: block;
    float: left;
    margin-right: 0.5rem;
    letter-spacing: 1px;
}

.propery_listiing_block .propery_listiing_block_inner .propery_status .property_phase {
    text-align: right;
    width: 70%;
}

.propery_listiing_block .propery_listiing_block_inner .propery_status .property_phase p {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #4d4d4d;
}

.propery_listiing_block .propery_listiing_block_inner .property_img img {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.propery_listiing_block .propery_listiing_block_inner:hover .property_img img {
    transform: scale(1.2);
}

.propery_listiing_block .propery_listiing_block_inner .property_img {
    overflow: hidden;
    position: relative
}

.propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.platinum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.gold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 134, 52, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.propery_listiing_block .propery_listiing_block_inner:hover .property_img .property_img_overlay {
    opacity: 1;
    visibility: visible;
}

.propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.platinum a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #5a5a5a;
    border: 2px solid #5a5a5a;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 170px;
    padding: 0.6rem 0.8rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay.gold a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background: #0000002b;
    border: 2px solid #fff;
    left: 0px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 170px;
    padding: 0.6rem 0.8rem;
    font-weight: 500;
    font-size: 17px;
}

.propery_listiing_block .propery_listiing_block_inner .property_img .property_img_overlay a span {
    margin: 0 1rem;
}

.propery_listiing_block .propery_listiing_block_inner .property_info {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    min-height: 53px;
    /*                        overflow: hidden;*/
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_name h1 {
    display: flex;
    margin: 6px 0px;
    color: #4d4d4d;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_name span {
    color: #f58634;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_name span i {
    font-size: 20px;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_name p {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share {
    display: flex;
    align-items: center;
    position: relative;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul {
    margin: 0;
    padding: 0;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul li {
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem 1rem;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul li a {
    text-decoration: none;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul li a i.fa {
    font-size: 2rem;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul li a i.fa-google-plus {
    color: #dd4b39;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share ul li a i.fa-facebook-official {
    color: #3b5998;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share span i {
    position: relative;
    top: 0px;
    font-size: 1.5rem;
    color: #85858566;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share .share {
    left: -9rem;
    position: absolute;
    top: 2.5rem;
    background: #f6f6f6;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
    -webkit-transition: max-height 0.25s ease-in;
}

.propery_listiing_block .propery_listiing_block_inner .property_info .property_share:hover .share {
    max-height: 140px;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    height: 70px;
    overflow: hidden;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem;
    height: 80px;
    overflow: hidden;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_area {
    text-align: left;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_area h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    color: #4d4d4d;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_area p {
    margin: 0;
    line-height: 1.2;
    font-size: 1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
    font-weight: 700;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_rera_no {
    text-align: right;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_rera_no h6 {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #4d4d4d;
    letter-spacing: 1px;
    font-weight: normal;
}

.propery_listiing_block .propery_listiing_block_inner .property_amenties .property_rera_no p {
    margin: 0;
    line-height: 1.2;
    font-size: 12px;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.propery_listiing_block .propery_listiing_block_inner .property_sep {
    padding: 0 1.3rem;
}

.propery_listiing_block .propery_listiing_block_inner .property_sep span {
    height: 1px;
    display: block;
    background: #b3b3b3;
    margin: 0;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_price h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 0;
    color: #4d4d4d;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_rera_no {
    text-align: right;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_price {
    text-align: left;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_price p {
    margin: 0;
    line-height: 2;
    font-size: 1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_rera_no h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    color: #4d4d4d;
}

.propery_listiing_block .propery_listiing_block_inner .property_costing .property_rera_no p {
    margin: 0;
    line-height: 2;
    font-size: 1rem;
    color: #4d4d4d;
    letter-spacing: 1px;
}

@media (max-width:991px) {
    .propery_listiing_block .propery_listiing_block_inner .property_costing .property_price h6,
    .propery_listiing_block .propery_listiing_block_inner .property_costing .property_rera_no h6 {
        font-size: 1.1rem;
    }
    .propery_listiing_block .propery_listiing_block_inner .property_info .property_name h1 {
        font-size: 2.5rem;
    }
}

@media (max-width:767px) {
    .propery_listiing_block .propery_listiing_block_inner .property_costing .property_price h6,
    .propery_listiing_block .propery_listiing_block_inner .property_costing .property_rera_no h6 {
        font-size: 1.1rem;
    }
    .propery_listiing_block .propery_listiing_block_inner .property_info .property_name h1 {
        font-size: 20px;
    }
}


/* feature project */

.feature-project {
    padding: 30px 0;
    font-size: 24px;
    color: #555555;
    font-family: 'didot-bold';
}

.feature-slider .carousel-indicators {
    top: -9%;
    height: 20px;
    z-index: 0;
}

.feature-slider .carousel-indicators li {
    width: 35px;
    height: 3px;
    background-color: #d9d9d9;
    border-radius: 0;
}

.feature-slider .carousel-indicators .active {
    width: 35px;
    height: 3px;
    background-color: #666666;
}

.feature-project-share-col {
    padding-right: 0;
    text-align: right;
}

.feature-project-share-icon {
    padding: 10px;
    background: #b5b1b1;
    color: #fff;
}

.feature-project-img img {
    width: 100%;
}

.feature-project-luxury {
    background-color: white;
    margin-top: 8%;
}

.feature-project-luxury-info {
    position: relative;
    height: auto;
}

.feature-project-luxury-info>div {
    position: absolute;
    background-color: white;
    left: -25%;
    padding: 15px;
    font-size: 13px;
}

@media (max-width:1024px) {}

@media (max-width:768px) {
    .feature-project-luxury-info>div {
        position: static;
    }
    .feature-project-luxury-btn>div {
        position: static !important;
    }
}

.feature-project-luxury-btn {
    position: relative;
}

.feature-project-luxury-btn>div {
    position: absolute;
    bottom: -180px;
}

.feature-project-luxury-btn>div>a {
    border-radius: 0;
    border: 1px solid #000;
    background: transparent;
}

.feature-project-luxury-btn .btn-default:active,
.btn-default:hover {
    border-radius: 0;
    border: 1px solid #000;
    background: transparent;
}

.feature-slider .carousel-control .glyphicon-chevron-left {
    width: auto;
    height: auto;
    margin-top: 10%;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
}

.feature-slider .carousel-control .glyphicon-chevron-right {
    width: auto;
    height: auto;
    margin-top: 10%;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
}

.carousel .left {
    background: none;
}

.carousel .right {
    background: none;
}

.feature-project-share-icon {
    padding: 23px;
    background: #cbcbcb;
    color: #fff;
    font-size: 17px;
}

.feature-project-luxury h3 {
    font-family: verdana;
    font-size: 26px;
    color: #222222;
    line-height: 18px;
}

.feature-project-luxury p {
    color: #222222;
    line-height: 21px;
}

.feature-project-luxury span {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.feature-project-luxury {
    margin-top: 25%;
    transform: translateY(-25%);
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .feature-slider .carousel-indicators {
        top: 4%;
    }
    .feature-project-luxury {
        margin-top: 6rem;
    }
    .cd-logo {
        top: 18px;
        left: 3em;
    }
    .cd-header-buttons {
        right: 3em;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait) {
    .cd-logo {
        top: 18px;
        left: 1em;
    }
    .feature-project-luxury h3 {
        font-size: 20px;
    }
}