/*============ header_updated ============*/
.header_updated .navbar a{
    color: #000 !important;
    font-size: 18px !important;
    
}
.header_updated .menu-items{
    margin-left: -15px !important;
    gap: 20px;
}
.enquire_btn_hd{
    background-image: url(../image/updated_images/enquire_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 15px 35px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    white-space: nowrap;
    text-transform: capitalize;
    color: #1E4679 !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.enquire_btn_hd:hover{
    color: #1E4679;
    opacity: 0.5;
}
.SubmitBtn{
    background: #1E4679;
}
/*============ banner_updated ============*/
.banner_updated{
    position: relative;
}
.ban_cont{
    position: absolute;
    top: 30px;
    right: 30px;
    min-width: 400px;
    text-align: center;
}
.ban_logo{
    width: 300px;
}
.ban_cont ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ban_divider_txt ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: -15px;
}
.ban_divider_txt ul li{
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 10%;
    text-align: center;
    color: #fff;
    text-align: center;
    position: relative;
    width: 50%;
}
.ban_divider_txt ul li span{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 10%;
    text-align: center;
    color: #fff;
    display: block;
}
.ban_divider_txt ul li:not(:last-child):after{
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.ban_cont h1,
.ban_cont h2{
    font-family: 'Inter';
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
    color: #FF8800;
}
.ban_cont h1 span,
.ban_cont h2 span{
   font-family: 'Inter';
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 5%;
    text-align: center;
    color: #fff;
}
.ban_location{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.ban_location img{
    width: 30px;
    margin-right: 5px;
}
.ban_location h5{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: calc(100% - 30px);
    color: #fff;
}
.ban_cont h1{
    margin-bottom: 15px;
}
/*============ overview_updated ============*/
.overview_updated{
    background-color: #fff !important;
    position: relative;
    padding: 50px 0 0 50px;
}
.overview_updated:after{
    content: "";
    background-color: #1E4679;
    top: 0;
    left: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.overview_updated:before{
    background-image: url(../image/updated_images/over_view_bg.png);
    background-position: center;
    background-size: cover;
    width: 50%;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.overview_updated .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #1E4679;
}
.overview_updated .moreInfromation-lhs{
    position: relative;
    z-index: 2;
}
.overview_updated p{
    color: #000 !important;
    margin-top: 50px;
}
.common_underline img{
    width: 300px;
}
.overview_updated .common-ttlenew2{
    padding-inline: 50px;
    position: relative;
    z-index: 2;
}
/*============ configuration_update ============*/
.configuration_update .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #1E4679 !important;
}
.configuration_update .config-table{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.configuration_update .config-table:after,
.configuration_update .config-table:before{
    content: "";
    height: calc(100% - 50px);
    width: 1px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    position: absolute;
    z-index: 1;
}
.configuration_update .config-table:after{
    left: calc(50% - 210px);
}
.configuration_update .config-table:before{
    left: calc(50% + 210px);
}
.config_table_outer{
    background-color: #1E4679;
    margin-top: 30px;
}
.configuration_update .config-table,
.configuration_update .config-table th{
    background-color: #1E4679;
}
.configuration_update .config-table th{
    border-bottom: none;
    position: relative;
    font-weight: 450;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;

}
.configuration_update .config-table tr td{
    color: #fff;
}
.configuration_update .config-table tr:last-child td{
    padding-bottom: 50px;
}
.configuration_update .config-table tr:last-child td:after{
    display: none;
}
.configuration_update .config-table td{
    border: unset;
    position: relative;
}
.configuration_update .config-table td:after,
.configuration_update .config-table th:after{
    content: "";
    border-bottom: 1px solid #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 210px;
    height: 100%;
}
.configuration_update .commonBt{
    border: unset;
    margin-block: 4px;
}
.configuration_update .commonBt span{
    background-image: url(../image/updated_images/table_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px 24px;
    color: #fff !important;
    background-color: transparent;
    border: unset;
    text-transform: capitalize;
}
/*============ amenities_update ============*/
#Amenities{
    background-color: #fff !important;
    background: url(../image/updated_images/sec_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.amenities_update{
    background-image: url(../image/updated_images/sec_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.amenities_update_txt{
    background-image: url();
}
.amenities_update .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #1E4679 !important;
}
.ameniies_group{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.ameniies_group li{
    display: flex;
    width: 33.33%;
    align-items: center;
    margin-bottom: 15px;
}
.ameniies_group li img{
    width: 35px;
    margin-right: 12px;
}
.ameniies_group li h5{
    width: calc(100% - 35px);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #1E4679;
    text-align: left;
}
/*============ floorplan_update ============*/
.floorplan_update{
    background-color: #1E4679;
    padding-top: 30px;
}
.floorplan_update .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #ffffff !important;
}
.floorplan_update #floorPlanTabs{
    flex-direction: column;
    display: flex;
    gap: 15px;
    padding-left: 15%;
}
.floorplan_update .floor-tabs .nav-link{
    font-weight: 300;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #fff;
    border: unset;
}
.floor-tabs .nav-link.active{
    position: relative;
    background-color: transparent;
}
.floor-tabs .nav-link.active:after{
    background-image: url(../image/updated_images/tab_arroow.png);
    background-size: 120px;
    background-repeat: no-repeat;
    right: -155px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 120px;
    height: 50px;
    content: "";
}
#floorPlanTabsContent .swiper-button-next,
#floorPlanTabsContent .swiper-button-prev{
    background-color: #fff;
    box-shadow: 4px 6px 15px 0px #00000033;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 16px;
}
#floorPlanTabsContent .swiper-button-next:after, #floorPlanTabsContent .swiper-button-prev:after{
    display: none;
}
/*============ location_update ============*/
.location_update{
    background: #fff !important;
    padding-top: 100px !important;
}
.location_update .container-fluid{
    padding-inline: 60px;
}
.location_update .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #1E4679 !important;
}
.location_update .accordion-button{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #1E4679 !important;
    border-bottom: 1px solid #1E4679;
    width: calc(100% - 60px);
}
.location_update .accordion-header{
    display: flex;
    padding-bottom: 8px;
}
.location_update .accordion-header:hover{
    border: unset !important;
}
.location_update .accordion-header:hover .location_update .accordion-header:after,
.location_update .accordion-header:hover .location_update .accordion-header:before{
    display: none;
}
.location_update .accordion-header:after,
.location_update .accordion-header:before{
    display: none;
}
.location_update .locationList li {
    font-weight: 500;
    font-style: Demi;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #000;
    border-bottom: unset;
}
.location_update .accordion-item {
    border-bottom: unset !important;
    margin-bottom: 20px;
}
.location_update .locationLeft{
    padding-left: 40px;
}
.location_update .accordion-button:after{
    color: #000;
}
.accordian_img{
    width: 60px;
    height: 60px;
    box-shadow: 0px 6px 10px 0px #00000033;
    -webkit-box-shadow: 0px 6px 10px 0px #00000033;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.accordian_img img{
    width: 30px;
}
.location_update .location-img{
    position: relative;
    z-index: 2;
    box-shadow: 6px 6px 15px 0px #00000033;
    -webkit-box-shadow: 6px 6px 15px 0px #00000033;
    clip-path: unset !important;
}
.location_img_outer{
    position: relative;
    z-index: 2;
}
.location_update .location_img_outer:after {
    top: -15px;
    left: -5px;
    background-color: #1E4679;
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 79px);
    z-index: 1;
}
/*============ about_udate ============*/
.about_udate .AboutdeveloperDetails .infoNos{
    background: transparent;
    box-shadow: unset;
}
.about_udate .AboutdeveloperDetails{
    width: calc(100% - 600px);
}
.about_udate .AboutdeveloperDetails .infoNos .brown span{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1E4679 !important;
}
.anim:not(:last-child){
    border-right: 1px solid #1E4679;
}
.about_udate .AboutdeveloperDetails .infoNos .brown{
    font-weight: 500;
    font-style: Demi;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1E4679 !important;
}
/*============ contact_us ============*/
.contact_update{
    background-color: #1E4679;
    padding-top: 50px;
}
.contact_update .sub-ttle{
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #ffffff !important;
}
.contact_update .moreInfromation-rhs{
    width: 750px;
    margin: 0 auto;
    padding-top: 15px !important;
}
.contact_update .commonBt{
    border: unset;
}
.contact_update .commonBt span {
    background-image: url(../image/updated_images/table_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px 24px;
    color: #fff !important;
    background-color: transparent;
    border: unset;
    text-transform: capitalize;
}
/*============ footer_update ============*/
.footer_update{
    background-image: url(../image/updated_images/sec_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*=============== responsive_css =======================*/
@media screen and (max-width: 1599.98px) {
    .ban_cont{
        max-width: 360px;
        min-width: unset;
        right: 15px;
    }
    .ban_logo {
        width: 200px;
    }
    .ban_divider_txt ul li{
        font-size: 24px;
    }
    .ban_divider_txt ul li span{
        font-size: 14px;
    }
    .ban_divider_txt ul {
        margin-bottom: 10px;
        margin-top: 0;
        padding-inline: 50px;
    }
    .ban_cont h1, .ban_cont h2{
        font-size: 35px;
        line-height: 1.3;
    }
    .ban_cont h1 span, .ban_cont h2 span{
        font-size: 24px;
    }
    .ban_location h5{
        font-size: 18px;
    }
    .ban_cont h1{
        margin-bottom: 5px;
    }
    .ban_location {
        margin-top: 10px;
    }
    .overview_updated .common-ttlenew2{
        padding-inline: 30px !important;
    }
    .ameniies_group li img{
        width: 22px;
        margin-right: 5px;
    }
    .ameniies_group li h5{
        width: calc(100% - 22px);
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 2%;
        color: #1E4679;
        text-align: left;
    }
    .floorplan_update #floorPlanTabs{
        padding-left: 15px;
    }
    .floor-tabs .nav-link.active:after {
        background-size: 70px;
        right: -77px;
        top: calc(50% + 14px);
        width: 70px;
        height: 50px;
    }
   
}
@media screen and (max-width: 1499.98px) {
 .about_udate .AboutdeveloperDetails {
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1199.98px) {
    .ban_cont{
        max-width: 320px;
        min-width: unset;
        right: 15px;
    }
    .ban_logo {
        width: 150px;
    }
    .ban_divider_txt ul li{
        font-size: 18px;
    }
    .ban_divider_txt ul li span{
        font-size: 12px;
    }
    .ban_divider_txt ul {
        margin-bottom: 10px;
        margin-top: 0;
        padding-inline: 0;
    }
    .ban_cont h1, .ban_cont h2{
        font-size: 30px;
        line-height: 1.3;
    }
    .ban_cont h1 span, .ban_cont h2 span{
        font-size: 18px;
    }
    .ban_location h5{
        font-size: 12px;
    }
    .ban_cont h1{
        margin-bottom: 5px;
    }
    .ban_location {
        margin-top: 10px;
    }
    .ban_location img {
        width: 25px;
        margin-right: 2px;
    }
    .overview_updated p {
        margin-top: 20px;
    }
    .overview_updated .common-ttlenew2 {
        padding-inline: 5px !important;
    }
    .overview_updated {
        padding: 50px 0 0 10px !important;
    }
    .overview_updated:after{
        height: calc(100% - 28px);
    }
    .ameniies_group li img{
        width: 20px;
        margin-right: 6px;
    }
    .ameniies_group li h5{
        width: calc(100% - 20px);
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 3%;
        color: #1E4679;
        text-align: left;
    }
    .ameniies_group li{
        width: 50%;
    }
    .floorplan_update .floor-tabs .nav-link{
        font-size: 20px;
    }
    .about_udate .AboutdeveloperDetails {
        width: 100%;
    }
    .about_udate .AboutdeveloperDetails .infoNos .brown span{
        font-size: 38px;
    }
    .about_udate .containerstyle{
        padding-top: 0;
    }
    #header .navbar .menu-items {
        background: #1E4679 !important;
    }   
    #header .navbar a span,
    #header .navbar a{
        color: #fff;
    }
}
@media screen and (max-width: 991px) {
    .ban_cont h1, .ban_cont h2{
        font-size: 25px;
        line-height: 1.1;
    }
    .ban_cont h1 span, .ban_cont h2 span{
        font-size: 14px;
    }
    .ban_divider_txt ul li{
        font-size: 14px;
    }
    .ban_divider_txt ul li span {
        font-size: 10px;
    }
    .ban_cont{
        width: 190px;
        
    }
    .ban_location h5 {
        font-size: 10px;
        white-space: nowrap;
    }
    .overview_updated:after{
        height: calc(100% - 34px);
    }
    .overview_updated .sub-ttle{
        font-size: 30px;
    }
    .overview_updated .common-ttlenew2 p{
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .overview_updated {
        padding: 20px 0 0 10px !important;
    }
}
@media screen and (max-width: 767px) {
    .ban_cont{
        background-color: #174e78;
        position: static;
        width: 100%;
        max-width: 100%;
        padding-bottom: 2px;
    }
    .ban_cont h1 br,
    .ban_cont h2 br{
        display: none;
    }
    .ban_cont h1 span{
        margin-left: 5px;
    }
    .ban_divider_txt ul li{
        display: flex;
        align-items: center;
    }
    .ban_cont h2 span{
        margin-right: 5px;
    }
    .ban_logo{
        width: 100px;
    }
    .ban_location {
        padding-inline: 64px;
        width: 300px;
        margin: 10px auto;
    }
    .ban_divider_txt ul {
        padding-inline: 0;
        width: 265px;
        margin: -2px auto 10px;
    }
    .ban_divider_txt ul li:last-child{
        padding-left: 5px;
    }
    .ban_divider_txt ul li:first-child{
        padding-right: 5px;
    }
    .ban_divider_txt ul li span{
        margin-left: 5px;
    }
    .overview_updated:after{
       height: calc(50% - 150px);
       width: 100%;
    }
    .common_underline img {
        width: 60%;
    }
    .overview_updated .sub-ttle{
        font-size: 25px;
        margin-top: 20px;
    }
    .sub-ttle{
        font-size: 25px !important;
    }
    .configuration_update .config-table {
        width: 100%;
    }
    .configuration_update .config-table th {
        font-size: 14px;
        letter-spacing: 0;
        padding-top: 0;
        padding-bottom: 18px;
    }
    .configuration_update .commonBt span {
        padding: 7px 8px;
    }
    .configuration_update{
        padding-bottom: 0 !important;
    }
    .ameniies_group {
        margin-top: 24px;
        padding-left: 0;
    }
    #Amenities .ProjectAmenitiesTabs{
        margin-top: 0;
    }
    .location_update .container-fluid {
        padding-inline: 0;
    }
    .location_update .locationLeft {
        padding-left: 0;
    }
    #location .locationList li{
        padding-block: 15px;
    }
    .about_udate .AboutdeveloperDetails .infoNos .brown span {
        font-size: 30px;
    }
    .about_udate .AboutdeveloperDetails .infoNos .brown{
        font-size: 15px;
    }
    .contact_update .moreInfromation-rhs{
        width: 100%;
    }
    .enquieymb {
        background-color: #1E4679;
    }
    #location .accordion-button, #location .accordion-button:not(.collapsed){
        font-size: 14px;
    }
    .accordian_img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .accordian_img img {
        width: 20px;
    }
    .configuration_update {
        overflow: hidden;
    }
    .location_update {
        padding-top: 30px !important;
    }
    .AboutdeveloperDetails .row {
        row-gap: 0;
    }
    .AboutdeveloperDetails .col-6{
        margin: 0;
        padding: 0;
    }
    .about_udate .containerstyle{
        padding-bottom: 0;
    }
    .about_udate .infoNos {
        padding: 0;
    }
    .overview_updated .innerOverview{
        padding-left: 0;
    }
    .overview_updated .common-ttlenew2 {
        padding-inline: 0 !important;
    }
    .overview_updated .col-lg-5{
        padding: 0;
    }

}