.vss_building_sale_header ul{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 1px;
    background: #5B6E91;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.vss_building_sale_header{
    position: sticky;
    top: 74px;
    z-index: 99;
}
.vss_building_sale_header li{
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    background: #fff;
    color: #292753;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #5B6E91;
    cursor: pointer;
    border-top: 1px solid #5B6E91;
}
.vss_building_all{
    display: flex;
    padding: 100px 69px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #E4F2FF;
        gap: 50px;
}
.vss_building_all_head{
    display: flex;
    padding: 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
        position: relative;
}
.vss_building_all_head h2{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.vss_building_all_div{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 50px 60px;
    align-self: stretch;
    flex-wrap: wrap;
}
.vss_building_all_box{
    display: flex;
    min-width: 400px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    max-width: 31.1%;
}
.vss_building_all_box img{
    height: auto;
    width:100%;
    align-self: stretch;
    border-radius: 6px 6px 0px 0px;
    height: 270px;
    object-fit: cover;
}
.vss_building_box_cnt{
    display: flex;
    padding: 25px 30px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 0px 0px 6px 6px;
    background: #FFF;
}
.vss_building_box_cnt h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    align-self: stretch;
    color: #030122;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
        margin: 0px;
}
.vss_building_box_cnt h3 a{
    color: #030122;
}
.vss_building_cta_box{
    padding: 0px 0px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    height: 396px;
    background-image: url(../../../assets/new/images/webp/CTA-Card.webp);
}
.vss_building_cta_div{
    display: flex;
    padding: 25px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    max-width: 350px;
    margin: 0px auto;
}
.vss_building_sale_icon{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
}
.vss_building_cta_div p{
    color: #E4F2FF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
        margin: 0px;
}
.vss_building_cta_div .vss_building_cta_p{
    align-self: stretch;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}
.vss_building_cta_div .vss_view_call {
    border: 2px solid #16A2B9;
    background: #16A2B9;
    color: #fff;
}
.vss_building_cta_div .vss_view_call:hover{
    border: 2px solid #fff;
    background: #fff;
}
.vss_building_cta_div .vss_view_call:hover svg path{
    fill:#000;
}
.vss_building_cta_div .vss_view_call svg path{
    fill:#fff;
} 
.vss_building_cta_div .vss_view_dtl {
    color: #000;
        cursor: pointer;
}
.vss_building_cta_div .vss_view_dtl:before {
    background: #ffffff;
}
.vss_building_cta_div .vss_view_dtl svg path {
    fill: #000;
}
.vba1_minus, .vba2_minus, .vba3_minus{
    display:none;
}
.tab_only_mobile{
    display:none;
}
.vss_building_sale_header li.activee{
    background: #e4f2ff;
    border-bottom-color: #e4f2ff;
}
.product-enquiries .rent-city::after, .product-enquiries .select-field::after {
    content:"";
}
.dealer_page_offer .vss_building_all_box {
    min-width: 315px;
    max-width: 31.1%;
}
.dealer_page_offer .vss_building_box_cnt {
    background: #f9f9f9;
}
.dealer_page_offer .vss_building_all_box img {
    height: 180px;
}

@media screen and (max-width: 767px) and (min-width: 320px){
    .vss_building_all {
        padding: 0px 0px 0px;
        display: block;
    }
    .vss_building_all_box{
        min-width: 100%;
    }
    .vss_building_all .slick-initialized .slick-slide {
        padding: 0px 10px;
    }
    .vss_building_sale_header {
        display: none;
    }
    .vss_building_all_div .slick-list {
        padding-bottom: 0px !important;
    }
    /*.vss_building_all .vss_view_dtl {
        display: block;
    }*/
    .vss_building_cta_box {
        padding: 20px 0px;
    }
    .vss_building_box_cnt {
        padding: 25px 5px;
    }
    .vss_building_all .vss_cmn_btn {
        line-height: 26px;
    }
    .vss_building_box_cnt h3 {
        font-size: 16px;
        -webkit-line-clamp: unset;
    }
    .vss_building_all_head h2 {
        font-size: 16px;
        border-bottom: 1px solid #5B6E91;
        background: #FFF;
        width: 100%;
        padding: 20px 25px;
        margin: 0px;
            text-align: left;
    }
    .vss_building_all_div {
        padding-left: 15px;
        margin-bottom: 0px;
    }
    .tab_only_mobile{
        position: absolute;
        right: 25px;
        top: 17px;
        display: block;
    }
    .vbslide3, .vbslide1, .vbslide2{
        visibility: hidden;
        height: 0px;
    }
    .vbs1 .vbslide1, .vbs2 .vbslide2, .vbs3 .vbslide3{
        visibility: visible;
        height: auto;
        padding-top: 5px;
        padding-bottom: 25px;
    }
    .vbs1 .vss_building_all_head h2, .vbs2 .vss_building_all_head h2, .vbs3 .vss_building_all_head h2{
        background: transparent;
        border-bottom: none;
    }
    .vbs1.vss_building_all .vss_view_dtl, .vbs2.vss_building_all .vss_view_dtl, .vbs3.vss_building_all .vss_view_dtl {
        visibility: visible;
        display: block;
    }
    .vss_building_all_box img {
        height: 180px;
    }
    .vss_building_cta_div {
        padding: 0px 0px;
            gap: 15px;
    }
    .vss_building_cta_box {
        height: 315px;
    }
}
@media screen and (max-width: 1079px) and (min-width: 768px){
    .vss_building_sale_header {
        top: 114px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .vss_building_all {
        padding: 70px 40px;
        gap: 30px;
    }
    .vss_building_all_box {
        min-width: 325px;
        max-width: 48%;
    }
    .vss_building_all_box img {
        height: 190px;
    }
    .vss_building_box_cnt h3 {
        -webkit-line-clamp: unset;
        font-size: 15px;
    }
    .vss_building_cta_box {
        height: auto;
    }
    .vss_building_cta_div {
        padding: 17px 10px;
    }
    .vss_building_all .vss_view_dtl {
        display: block;
        line-height: 30px;
    }
    .vss_building_all_div {
        gap: 35px 35px;
    }
    .vss_building_cta_div .vss_building_cta_p {
        font-size: 18px;
    }
    .vss_building_sale_header li {
        font-size: 14px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1200px){
    .vss_building_all_box {
        min-width: 310px;
        max-width: 30.1%;
    }
    .vss_building_all_box img {
        height: 220px;
    }
    .vss_building_cta_div {
        gap: 13px;
    }
    .vss_building_cta_box {
        height: 345px;
    }
}