﻿.projectTop {
    position: fixed;
    top: 43px;
    left: 0;
    width: 100%;
    height: 43px;
    background: #ddd;
    z-index: 90;
    border-top: 0px solid #dadada;
    border-bottom: 0px solid #dadada;
    z-index: 91;
    -webkit-box-shadow: 0 5px 5px -5px rgba(1, 1, 1, 0.23);
    -moz-box-shadow: 0 5px 5px -5px rgba(1,1,1,0.23);
    box-shadow: 0 5px 5px -4px rgba(1, 1, 1, 0.23);
}
.projectNav > li > a {
    height: 43px;
    line-height: 43px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.masterPlanSlider li.mps_item img {
    display: block;
    width: 85%;
    max-width: inherit;
    margin: 0 auto;
}
.planTab {
    margin-bottom: 10px;
    border-bottom: 2px solid #c9c9c9;
    height: 50px;
}
.pdSec1 aside:last-of-type {
    background: #fff;
    padding: 40px 0 30px 30px;
}
.pdSec1 aside:last-of-type:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
    }

ul.pdSec1_overview li div {
    height: 125px;
    border-radius: 5px;
    background: transparent;
    border-top: 0px solid #f04e25;
    padding: 65px 0 0 0px;
    position: relative;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.08);
    box-shadow: inherit;
    text-align: center;
}
    ul.pdSec1_overview li div:before {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 10px;
        right: 0px;
        text-align: center;
        margin: 0 auto;
    }

ul.pdSec1_overview li {
    width: 33%;
    float: left;
    padding: 0 0px 20px 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
ul.pdSec1_overview li:nth-child(3) {
    width: 33%;
    float: left;
    padding: 0 0px 20px 0;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}
ul.pdSec1_overview li:nth-child(6) {
        width: 33%;
        float: left;
        padding: 0 0px 20px 0;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
    }
    ul.pdSec1_overview li:nth-child(4) {
        width: 33%;
        float: left;
        padding: 0 0px 20px 0;
        border-right: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
    }
    ul.pdSec1_overview li:nth-child(5) {
        width: 33%;
        float: left;
        padding: 0 0px 20px 0;
        border-right: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
    }
.customTable th {
    padding: 15px 20px;
    background: #FFF;
    border-collapse: collapse;
    text-align: left;
    text-transform: uppercase;
}
.customTable td {
    padding: 10px 20px;
    color: #000;
}
.planTab2 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto 30px;
    height: 65px;
    border: 1px solid #dfdfdf;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 7px -1px rgba #00000017 (0, 0, 0, 0.09);
    display: table;
}

.amenitiesSlider .slider_prev1, .amenitiesSlider .slider_next1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: rgba(0, 0, 0, 0);*/
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pdSec1 aside > strong {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f04e25;
    display: block;
    margin-bottom: 15px;
    line-height: 22px;
}
.pdSec1 aside > span {
    font-size: 16px;
    font-weight: 400;
    color: #f04e25;
    margin-bottom: 30px;
    display: block;
}

.menuRight .navSmall li a {
    float: left;
    margin: 9px 5px 0;
    height: 25px;
    border: 1px solid #0863a3;
    padding: 3px 20px 3px;
    color: #f04e25;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0863a3;
    border-radius: 3px;
}

.backgcolor {
    background-color: #006eb9 !important;
    color: #fff;
}
.bookNow {
    float: left;
    margin: 9px 10px 0 5px;
    border: 1px solid #006eb9;
    padding: 3px 20px 3px;
    background: #006eb9;
    color: #f04e25;
    font-size: 11px;
    text-transform: uppercase;
    height: 29px;
    line-height: 9px;
}
.bookNow:hover {
    border: 1px solid #0d95df;
    background: #0d95df;
    color: #FFF;
}


.eoi-btn-pro {
    border-radius: 3px;
}
.submenu {
    position: absolute;
    left: 0;
    top: 44px;
    width: 200px;
    background: #FFF;
    border: 1px solid #0d95df;
    border-bottom: 0px solid #caced1;
    border-top: 2px solid #0d95df;
}
.submenu li:hover a {
    color: #f15f30;
    font-size: 14px;
}
.bannerInfoLeft:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 3px solid #0d95df;
    position: absolute;
    left: 0;
    top: -2px;
}
.rightStickyMenu a {
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    display: block;
    width: 115px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: 0;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 13px;
    text-align: left;
    padding: 10px 0 0 15px;
}

.rightStickyMenu div:hover {
    background: #006eb9;
}

.pdSec1 aside > strong {
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    color: #000;
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
}
.pdSec1 aside > span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
    display: block;
}
.pdSec1 aside h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 3px solid #0d95df;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pdSec1 aside h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: inherit;
    color: #5b5b5b;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.pdSec1 aside .hiraNo strong {
    display: block;
    font-size: 14px;
    color: #5b5b5b;
    font-weight: 900;
    margin-bottom: 5px;
}
ul.pdSec1_overview li span {
    font-size: 11px;
    line-height: 12px;
    display: block;
    color: #666;
}
.pdSec1 aside {
    float: left;
    width: 50%;
    height: inherit;
    background: #FFF;
    padding: 55px 30px 50px 0;
    position: relative;
}

.pdSec2_subhead {
    display: block;
    text-align: center;
    color: #666;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}
.heading_line2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5b5b5b;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.pdSec2_subhead {
    display: block;
    text-align: center;
    color: #666;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.btn2 {
    background: #006eb9;
}
.btn2:hover {
    background: #0d95df;
}
.heading_line2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 3px solid #006eb9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pdfLink {
    display: inline-block;
    background: url(/images/icon-pdf.png) no-repeat 0 0;
    padding-left: 25px;
    font-size: 12px;
/*    color: #0d95df;*/
    line-height: 25px;
}

.distribution_centers strong {
    display: block;
    width: 100%;
    max-width: 430px;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

.planTab li.planTabActive {
    border-bottom: 2px solid #006eb9;
    color: #006eb9;
}
.planTab li.planTabActive:after {
    content: '';
    width: 1px;
    height: 1px;
    border: 10px solid transparent;
    border-top: 10px solid #006eb9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    z-index: 1;
}
.developer_associationsHolder article ul.daSec2 li div strong {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #006eb9;
}
.developer_associationsHolder article ul.daSec2 li div {
    padding-left: 20px;
    border-left: 4px solid #006eb9;
    padding-bottom: 5px;
    height: 100%;
}
.developer_associationsHolder article ul.daSec1 li > a {
    color: #006eb9;
    font-size: 13px;
}
.heading_line:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 3px solid #006eb9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.planTab2 li.gtActive {
    color: #006eb9;
    cursor: default;
}
.planTab2 li.gtActive:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 4px solid #006eb9;
    position: absolute;
    left: 0;
    bottom: 0;
}
.distribution_centers a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 37px;
    right: 30px;
    background: #006eb9;
    color: #FFF;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.plan2Info ul li b {
    font-size: 14px;
    color: #006eb9;
    font-weight: 400;
}
.amenitiesSlider li span {
    font-size: 13px;
    line-height: 16px;
    display: block;
    color: #006eb9;
}
.masterPlanSlider li.mps_item a:after {
    content: 'Enlarge';
    background: url(/images/icon-enlarge2.png) no-repeat 0 50%;
    height: 18px;
    line-height: 18px;
    padding-left: 22px;
    font-size: 18px;
    color: #006eb9;
    font-weight: 300;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.otherAmenitiesSlider li {
    width: 33.333333333%;
    float: left;
    border-left: 1px solid #e5e5e5;
    height: 100%;
    border-top: 4px solid #006eb9;
    padding: 25px 30px;
}

.specificationsHolder article aside:first-of-type {
    color: #006eb9;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
}
.specificationsHolder article:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 30%;
    border-top: 1px solid #006eb9;
}
.heading_line {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5b5b5b;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.container {
    width: 1170px;
    margin: 0px auto;
}

.property_box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    padding: 0px;
    gap: 13px;
}

.property_box ul li {
    width: 24%;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    border-radius: 6px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

aside.property_left_box {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
}

aside.property_right_box {
    width: 50%;
}

span.property_amount_text {
    font-size: 21px;
}

aside.property_left_box h6 {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #006eb9;
}

.property_right_top_box h5 {
    font-size: 14px;
    color: #000;
    margin: 0px;
    font-weight: 400;
}

.property_right_top_box h6 {
    font-size: 13px;
    color: #838383;
    margin: 0px;
    margin-top: 0px; font-weight:400;
}

.property_right_top_box {
    margin-bottom: 7px;
}
.property_left_icon_box {
    background: url(../images/building-28.svg) 0 no-repeat;
    width: 55px;
    height: 55px; margin:0 auto;
}

.property_box ul li:nth-child(1) .property_left_icon_box {
    background: url(../images/living.svg) 0 no-repeat;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}
.property_box ul li:nth-child(2) .property_left_icon_box {
    background: url(../images/bedroom.svg) 0 no-repeat;
    width: 45px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}

.property_box ul li:nth-child(3) .property_left_icon_box {
    background: url(../images/workspace.svg) 0 no-repeat;
    width: 39px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}
.property_box ul li:nth-child(4) .property_left_icon_box {
    background: url(../images/meeting.svg) 0 no-repeat;
    width: 45px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}
.property_box ul li:nth-child(5) .property_left_icon_box {
    background: url(../images/room.svg) 0 no-repeat;
    width: 45px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}

.property_box ul li:nth-child(6) .property_left_icon_box {
    background: url(../images/building-29.svg) 0 no-repeat;
    width: 45px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}



.property_box ul li:nth-child(7) .property_left_icon_box {
    background: url(../images/building-30.svg) 0 no-repeat;
    width: 39px;
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
}

aside.property_right_box .property_right_top_box:last-child {
    margin-bottom: 0px;
}

span.property_amount_text {
    font-size: 16px;
    font-weight: 600;
    margin: 2px 0 0 0;
    color: #006eb9 !important;
    text-align: center;
}




.moretext {
    display: none;
}

.moreless-button {
    color: #566b95;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
    font-size: 14px; text-decoration:underline;
}





.rs1:before {
    content: '';
    background: url(/images/rs2.png) no-repeat -7px 0;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}

.galleryTab li.gtActive {
    color: #006eb9;
    cursor: default;
}

.galleryTab li.gtActive:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 4px solid #006eb9;
    position: absolute;
    left: 0;
    bottom: 0;
}
.onlyDesktop { display:block;}
.onlyMobile { display: none;}

.responciveTable + .mobTable .pd_prop_filter_info_link1 {
    display: inline-block;
    font-size: 11px;
    color: #0d95df;
    padding-right: 20px;
    background: url(/images/icon-enlarge3.png) no-repeat 100% 3px;
    text-transform: uppercase;
    line-height: 22px;
    margin-left: 10px;
}
.locationHolder ul li p span {
    color: #006eb9;
}
.moreImgThumb {
    color: #006eb9;
}
.location_address p > a {
    color: #006eb9;
}
a.eoi-btn-pro {
    background: #006eb9
}
.amenitiesSlider li div {
    padding: 80px 20px 0;
}

.amenitiesSlider {
    display: inline-block;
    vertical-align: middle;
    margin-right: -10px;
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
}

.location_address {
    border-top: 2px solid #006eb9;
}
.location_address h3:after {
    border-bottom: 2px solid #006eb9;
}
.amenitiesSlider .slider_prev1 {
    left: 0px;
    background: url(/images/amenitiesLeftArrow.png) no-repeat center center;
    width: 20px !important;
    height: 20px !important;
    padding: 8px !important;
}

.amenitiesSlider .slider_next1 {
    right: 0px;
    background: url(/images/amenitiesRightArrow.png) no-repeat center center;
    width: 20px !important;
    height: 20px !important;
    padding: 8px !important;
}

.bookNow {
    padding: 10px 15px;
    width: auto;
    text-align: center;
}
#navTrigger {
    float: right;
    width: 50px;
    height: 100%;
    background: #ccc url(/images/navTriggerNewV2.gif) no-repeat 50% 50%;
    cursor: pointer;
    border-left: 1px solid #e3e3e5;
    margin: 0 0px 0 0;
}
.responciveTable + .mobTable .pd_prop_filter_info_link1 {
    color: #006eb9;
}
.responciveTable + .mobTable .pd_prop_filter_info_link1 {
    color: #006eb9;
}

.responciveTable + .mobTable .pd_prop_filter_info_link3 {
    background-color: #006eb9;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 2px;
}

.tableFooter .dataTables_info {
    float: right;
    clear: none;
    margin-right : 15px;
    color: #30323f;
    font-size: 12px;
    font-weight: 400;
    margin: 0px 20px 0 0;
}


.heading_line3:after {
    border-bottom: 3px solid #006eb9;
}

.krisSelectWrap strong {
    padding: 12px 25px 12px 0px;
}
.tblFilterHolder {
    padding: 70px 23px 15px;
}
.pd_prop_filter_info td .pd_prop_filter_info_link1 {
    color: #006eb9;
}
.pd_prop_filter_info td .pd_prop_filter_info_link3 {
    background-color: #006eb9;
    color: #FFF;
}






/*New Tanmoy*/
.directBookingNew {display: flex; flex-wrap:wrap; margin:0 -5px;}
.centerNew {
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
/* ====== Container ====== */
.directBookingNew .wrapper {
        display: flex;
        gap: 20px;
        padding: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

/* ====== Card ====== */
.directBookingNew .card{
    width:25%;
    float:left;
    padding: 5px;
}
.directBookingNew .card .cardCont {
    width: 100%;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 18px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 60px; min-height:560px;
}

   /* .directBookingNew .card:nth-child(even) .cardCont {
        border: 1px solid #B7D3F3;
        background: #eef5ff;
    }
*/
    .directBookingNew .card .cardCont {
        --db-primary: #eef5ff;
        --db-secondary: #FFFFFF;
        background: var(--db-secondary);
    }

    /* Gray cards: indices 1,3,6,8 (mod 8) */
    .directBookingNew .card:nth-child(8n+1) .cardCont,
    .directBookingNew .card:nth-child(8n+3) .cardCont,
    .directBookingNew .card:nth-child(8n+6) .cardCont,
    .directBookingNew .card:nth-child(8n+8) .cardCont {
        background: var(--db-secondary);
    }

    /* Blue cards: indices 2,4,5,7 (mod 8) */
    .directBookingNew .card:nth-child(8n+2) .cardCont,
    .directBookingNew .card:nth-child(8n+4) .cardCont,
    .directBookingNew .card:nth-child(8n+5) .cardCont,
    .directBookingNew .card:nth-child(8n+7) .cardCont {
        background: var(--db-primary);
    }





        /* Blue Active Card */
        .directBookingNew .card.active {
        border: 1px solid #B7D3F3;
        background: #eef5ff;
    }

/* Top Row */
    .directBookingNew .top {
        display: flex;
        justify-content: space-between;
        align-items: center; position:inherit; padding:0px; background:none;
    }

    .directBookingNew .inventory small {
        color: #888;
        font-size: 13px;
    }

    .directBookingNew .inventory strong {
        display: block;
        color: #1e40af;
        font-size: 14px;
        margin-top: 3px;
    }

    .directBookingNew .book-btn {
        background: #4e7efc;
        color: #fff;
        border: none;
        padding: 5px 14px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
    }

/* Divider */
    .directBookingNew .divider {
        border-top: 1px solid #e5e5e5;
        margin: 0px 0 10px 0;
    }
.directBookingNew .divider2 {
    border-top: 1px solid #e5e5e5;
    margin: 5px 0 5px 0;
}

/* Grid Content */
    .directBookingNew .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .directBookingNew .label {
        font-size: 12px; line-height:14px;
        color: #9a9a9a;
    }

    .directBookingNew .value {
        font-size: 12px;
        margin-top: 3px;
    }

    .directBookingNew .read {
        font-size: 12px;
        color: #2b6df6;
        cursor: pointer;
    }

/* Price Section */
    .directBookingNew .price-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 15px;
        gap:10px;
    }

    .directBookingNew .price {
        color: #16a34a;
        font-weight: bold;
        margin-top: 4px;
    }

/* Bottom Buttons */
.directBookingNew .bottom {
    display: flex;
    gap: 10px;
    padding: 8px 10px 0px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    border-radius: 0 0 10px 12px;
}

    .directBookingNew .bottom a {
        flex: 1;
        padding: 0;
        margin: 0 0 10px 0;
        /* border-radius: 6px; */
        font-size: 13px;
        color: #000;
        cursor: pointer;
        min-height: 40px;
        background-size: cover !important;
        border-right: 1px solid #e5e5e5;
        position: relative;
        width: 33.3333333333%;
    }
            .directBookingNew .bottom a:last-child {
                border-right: 0px solid #e5e5e5;
                
            }
                .directBookingNew .bottom a:last-child b {
                    color: #425096;
                    text-decoration: UNDERLINE;
                    font-size: 11px;
                }
            .directBookingNew .bottom a span {
                position: relative;
                width: 100%;
                height: 100%;
                display: block;
                color: #666; font-size:13px;
                padding: 0px;
                line-height: 15px;
                margin: 0px;
                height: auto;
                /*            text-align: center;*/
            }
                .directBookingNew .bottom a span b {
                    display: block;
                    color: #425096;
                    text-decoration: UNDERLINE;
                    FONT-SIZE: 11PX;
                }
    .directBookingNew .bottom a span::after {
        content: '';
/*        background: url('/images/zoomIcon.png') no-repeat 0 0;
        width: 16px;
        height: 16px;
        position: absolute;

        left: 0px;
        bottom: 3px;*/
    }
    .directBookingNew .bottom a::before {
        content: '';
/*        background: rgba(0, 0, 0, .42);*/
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
        height:100%;
        border-radius:5px;
    }

.directBookingNew .bottom a:hover::before {
/*    background: rgba(0, 0, 0, .70);*/

}

/*.directBookingNew .bottom a.tower::after {
    content: 'Tower View';
    position:absolute;
    top:5px;
    left:5px;
}
.directBookingNew .bottom a.view::after {
    content: 'View Plan';
    position: absolute;
    top: 5px;
    left: 5px;
}
.directBookingNew .bottom a.payment::after {
    content: 'Payment Plans';
    position: absolute;
    top: 5px;
    left: 5px;
}*/
/*.directBookingNew .tower {
    background: #cfcfcf;
}*/

.directBookingNew .view {
    background: #b5b5b5;
}

.directBookingNew .payment {
    background: #000;
    color: #fff;
}
.pageHeaderNew {
    position:relative; border-bottom:1px solid #ccc; margin: 50px 0 35px 0;
}
.pageHeaderNew a {
    position:absolute;
    top:0px;
       
}

.pageHeaderNew article {
    }
.pageHeaderNew .details4 {
    display: inline-block;
    border: 1px solid #cecece;
    color: #7d7d7d;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    padding: 7px 25px;
    border-radius: 20px;
    vertical-align: top;
    height: 37px !important;
}





/*Tanmoy CSS Start*/
.directBookingNew .grid .fullWidth {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
    padding-top: 8px;
    box-sizing: border-box; font-size:12px;
}

.directBookingNew .grid .fullWidth > div {
    flex: none;
}

.directBookingNew .grid .fullWidth .label,
.directBookingNew .grid .fullWidth .value {
    width: 100%;
    display: block;
}

    .directBookingNew .grid .fullWidth .value span {
        position: relative;
        padding-right: 5px;
        white-space: wrap;
    }




















    /* Prevent words from breaking mid-word; make each logical item an unbreakable unit */
    .directBookingNew .grid .fullWidth .value {
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

        /* Treat each logical line as an inline-block so it never breaks inside the text */
        .directBookingNew .grid .fullWidth .value .line {
            display: inline-block;
            white-space: nowrap; /* keep words inside this element on one line */
            vertical-align: top;
            max-width: 100%;
        }

            /* Optional: keep the final item on one line and show ellipsis if it overflows */
            .directBookingNew .grid .fullWidth .value .line:last-child {
                overflow: hidden;
                text-overflow: ellipsis;
            }
@media(max-width:1200px) {
    .directBookingNew .card {
        width: 33.3333333333%;
    }
}

@media(max-width:900px) {
    .directBookingNew .card {
        width: 50%;
    }
}
@media(max-width:600px) {
    .directBookingNew .card {
        width: 100%;
    }
}
/*Joy CSS End*/





/* Responsive */
@media(max-width:1200px) {
    .directBookingNew .wrapper {
        justify-content: flex-start;
    }
}










    @media screen and (max-width:999px) {
        .responciveTable + .mobTable .pd_prop_filter_info_link1 {
            margin-left: 0;
        }
    }

    @media screen and (max-width:770px) {
        .tableFilter .filterTableBtn {
            position: relative;
            top: auto;
            right: auto;
            text-align: left;
            width: 100%;
            margin: 15px 0 0 0;
        }

        .property_box ul li {
            width: 100%;
            background: #fff;
            box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
            border-radius: 6px;
            padding: 15px;
            display: flex;
            justify-content: space-between;
        }

        .pdSec1 aside {
            float: inherit;
            width: 100%;
            height: inherit;
            background: #FFF;
            padding: 55px 0px;
            position: relative;
        }

        .pdSec1 aside:last-of-type {
            background: #fff;
            padding: 40px 0 30px 0px;
        }

        .distribution_centers a {
            position: inherit;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 37px;
            right: 0;
            background: #006eb9;
            color: #FFF;
            border: none;
            border-radius: 6px;
            padding: 10px 25px;
            cursor: pointer;
            display: inline-block;
            text-align: center;
        }

        .pdSec1 aside:last-of-type:after {
            background: transparent;
        }

        ul.pdSec1_overview {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0px;
            width: auto;
            text-align: center;
            background: #f8f8f8;
        }

        .pdSec1 aside:last-of-type {
            background: #fff;
            padding: 0px 0 30px 0px;
        }

        .planTab2 {
            display: inherit;
        }

        .resSlide .slider_prev4 {
            left: 11px;
            background: url(/images/control.png) no-repeat 0 0;
        }

        .resSlide .slider_next4 {
            background: url(/images/control.png) no-repeat 100% 0;
            right: 6px;
        }

        .onlyDesktop {
            display: none !important;
        }

        .onlyMobile {
            display: block;
        }

        .custor_service_holder {
            padding: 0 5px !important;
        }

        .notification_admin aside.administratorHolder {
            padding: 0 5px 0 5px !important;
        }

        .eoiFormHolder {
            padding: 0 5px 0 0 !important;
        }

        .tableFilter .filterTableBtn {
            position: relative;
            top: auto;
            right: auto;
            text-align: left;
            width: 100%;
            margin: 15px 0 0 0;
        }

    .projectNavHolder {
        top: 0px;
    }

    .projectNavClose {
        top: 10px;
    }

            /*.projectNav > li > a {
        height: 43px;
        line-height: 17px;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
    }

            .bookNow {
                float: right;
            }

            .inventoryListBox {
                overflow: scroll !important;
            }
        }


        @media screen and (max-width:500px) {
            /*.eoiFormHolder{display:none;}*/

            .showNav .eoiFormHolder {
                display: block;
                border-right: 0;
                height: auto;
                padding: 0 !important;
            }

                .showNav .eoiFormHolder .eoi-btn-pro {
                    display: block;
                    margin: 10px 0 10px 20px !important;
                    border-right: 0;
                    height: auto;
                }

            .onlyMobile .bookNow {
                display: none;
            }

            .showNav .bookNow {
                display: block;
                float: left;
                margin-left: 20px;
            }
        }

        @media screen and (max-width:400px) {
            .eoiFormHolder a span {
                display: none;
            }
        }