/*home-new.min.css*/

.service-card.style1 p {
    min-height: 150px;
}

.aku-float-right {
    float: right;
}

@media only screen and (max-width: 600px) {
    .header-top-left.aku-first.aku-mobile-none {
        display: block;
    }
    .header-wrap .header-top {
        display: none;
    }
    .aku-float-right {
        float: unset;
    }
    .back-to-top.open {
        display: none !important;
    }
    .service-card.style1 {
        min-height: auto;
    }
    .aku-mobile-none {
        display: none;
    }
    .header-wrap.sticky.style1,
    .header-wrap.sticky.style4 {
        top: -60px;
    }
    .hero-wrap.style5 .hero-content h1 {
        font-size: 26px;
        line-height: 1.2;
    }
    .navbar .navbar-toggler {
        border-color: #ff6f30;
    }
    .about-wrap.style5 .about-img-wrap {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .hero-wrap.style5 .hero-content h1 {
        font-size: 56px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 400px) {
    .fixed-text {
        font-size: 14px;
    }
    .footer-main-box img {
        width: 20px;
    }
}

.header-wrap.sticky {
    top: 0;
}

.header-wrap li.nav-item .nav-link {
    position: relative;
    transition: all 200ms linear;
}

.header-wrap .nav-item .nav-link:after {
    position: absolute;
    bottom: -5px;
    left: 15%;
    width: 70%;
    height: 2px;
    content: '';
    background-color: #0059a9;
    opacity: 0;
    transition: all 200ms linear;
}

.header-wrap .nav-item .nav-link:hover:after,
.header-wrap .nav-item .nav-link.active:after {
    bottom: 0;
    opacity: 1;
}

.header-wrap .nav-item .nav-link.btnAkuDowload:after {
    display: none;
}

.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link.btnAkuDowload {
    background: #0059a9;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.header-wrap .header-bottom .navbar .navbar-nav .nav-item.btnAkuDowloadpp:after {
    display: none;
}

.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

.form_group.req-relative {
    position: relative;
}

.request-abs {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 0;
    position: absolute;
}

.padding-left-10 {
    padding-left: 30% !important;
}

.aku-m-00 {
    margin-bottom: 0;
}

.aku-width-50 {
    width: 50%;
}

.book-appointment form .form-group textarea {
    height: 70px;
    resize: none;
    padding: 15px 20px;
}

section#hero {
    background-image: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

section#hero {
    background-image: none;
    padding: 0;
    background: #fff;
}

div.homeBox {
    padding-left: 15%;
    padding-right: 7%;
}

.homeBox span.ongoingcontent {
    color: #0059a9;
    font-size: 12px;
}

p.shobha {
    font-size: 32px;
    color: #0059a9;
    line-height: 1;
    margin-bottom: 7px;
}

p.akuAddress {
    font-size: 11px;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-item img {
    border-radius: 5px;
}

.header-wrap {
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
}

.div3 {
    margin-top: 20px;
    background: #ddd;
    padding: 10px;
    border-radius: 5px;
}

.div3 p {
    font-size: 12px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
}

.div4 {
    margin-top: 20px;
}

.div4 ul {
    list-style: none;
    padding-left: 0;
}

.div4 ul li {
    font-size: 14px;
    color: #0059a9;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.div4 ul li i {
    font-size: 18px;
    min-width: 30px;
}

.akuGlobalBtn {
    background: #0059a9;
    color: #fff;
    padding: 7px 0;
    border-radius: 7px;
    width: 90%;
    display: block;
    text-align: center;
    animation: Gradient 3s ease infinite;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

.div5p1 {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

.div5 {
    padding: 10px;
}

.div5p1 {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
}

.div5p1 span {
    display: block;
    padding-left: 25%;
}

p.div5p2 {
    color: #000;
    line-height: 1.2;
}

p.div5p2 .span1 {
    font-size: 32px;
    font-weight: 300;
    color: #0059a9;
    margin-right: 5px;
}

p.div5p2 .span2 {
    font-size: 28px;
    font-weight: 600;
    color: #0059a9;
}

.textDecoradtion {
    font-size: 10px;
    margin-top: 15px;
    text-align: center;
    text-decoration: underline;
}

.background1 {
    background-image: url('../../assets/banner1.webp');
    padding: 70px;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.formBox {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto;
}

.pp {
    color: #0059a9;
    font-size: 10px;
    letter-spacing: 1px;
    /* text-shadow: 1px 0px #000; */
    font-weight: 600;
}

.pp img {
    width: 24px;
    margin-right: 5px;
}

.bannerBtn1 {
    padding: 7px 0;
    border-radius: 7px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid;
    font-size: 14px;
    font-weight: 600;
    color: #0059a9;
}

.akuGlobalBtn img {
    margin-right: 10px;
}

.formBox .akuGlobalBtn {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 13px;
}

.akuGlobalBtn:hover {
    color: #fff;
}

.enquireNowContent {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.enquireNowContent strong {
    font-weight: 600;
    letter-spacing: 1.01px;
}

.micro-form-field {
    font-size: 1.1vw;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
}

.iti__country-list {
    max-width: 250px;
}

.custom-control.custom-checkbox.custom-checkbox-green.text-left {
    font-size: 9px;
    color: #bfbfbf;
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

input#customCheck3 {
    position: absolute;
    left: 0;
    width: 15px;
    height: 10px;
    top: 2px;
}

.custom-control-input-green:checked~.custom-control-label::before {
    border-color: #bfbfbf !important;
    background-color: #bfbfbf !important;
}

button.akuGlobalBtn {
    border: none;
}

.content-title.style1 span {
    font-weight: 500;
}

.content-title.style1 span {
    color: #0059a9;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.content-title.style1 span:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #0059a9;
    min-width: 75px;
    transition: all 200ms linear;
}

.section-title h2,
.content-title h2 {
    font-weight: 400;
    margin-top: 10px;
}

.content-title p {
    padding-right: 25px;
    font-size: 14px;
    line-height: 1.6;
}

.about-wrap.style5 .about-img-wrap .about-img-two {
    left: 10%;
    border: none;
}

.about_cin {
    position: absolute;
    top: 40%;
    left: 33%;
}

.content-title p {
    font-weight: 500;
}

section#about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-wrap.style5 .about-img-wrap {
    padding-bottom: 0;
}

.section-3 {
    .left-side {
        position: relative;
        width: 100%;
        height: 100%;
        h1 {
            position: absolute;
            bottom: 0;
            width: 100%;
            color: white;
            text-align: center;
            padding: 10px 0;
        }
    }
    .right-side {
        background-color: #0059a9;
        width: 100%;
        height: 100%;
        h1 {
            color: white;
            padding-left: 0;
            font-size: 28px;
            font-weight: 500;
        }
        .flat {
            width: 48%;
            background-image: url(../../images/3bhk-320w.webp);
            */ background-position: bottom center;
            background-size: contain;
            object-fit: cover;
            background-repeat: no-repeat;
        }
        .flat img {
            width: 100%;
            height: auto;
            max-height: 200px;
            object-fit: cover;
            filter: blur(5px);
        }
    }
}

.section-4 {
    .p_card {
        background-color: #f0f0f0;
        p {
            color: #000;
            letter-spacing: 1px;
            line-height: 1.5;
            font-size: 14px;
            margin-bottom: 10px;
        }
        img {
            width: 100%;
            height: 100%;
        }
    }
    .requesttt p {
        text-align: center;
        background: #0059a9;
        padding: 7px 15px;
        border-radius: 7px;
        font-size: 12px;
        color: white;
        line-height: 1.2;
    }
    .amenities-slide {
        position: relative;
    }
    .amenities-slide-text {
        content: '';
        position: absolute;
        inset: 0 0 0 0;
        width: 100%;
        height: 100%;
    }
    .amenities-slide-text {
        padding-top: 50%;
    }
}

.amenities-slide .slide_description h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 5px;
}

.downloadBtn {
    border: none;
    outline: none;
    background: #0059a9;
    color: #fff;
    padding: 5px 25px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 1.2px;
}

.downloadBtn i {
    font-size: 18px;
    margin-right: 7px;
}

.b_bottom {
    text-align: center;
    display: inline-block;
    color: #0059a9;
    border-bottom: 2px solid #0059a9;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 28px;
    font-weight: 500;
}

/*************css code written by aku****************/

.flat {
    cursor: pointer;
}

.content1 {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #718c92;
    transition: all .3s linear;
    opacity: 0;
    cursor: pointer;
}

.flat.active .content1 {
    opacity: 1;
}

.flat:hover .content1 {
    opacity: 1;
}

.content1 p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}

.content2 {
    position: absolute;
    top: 29%;
    width: 100%;
    text-align: center;
    transition: all .3s linear;
    opacity: 0;
}

.flat.active .content2 {
    opacity: 1;
}

.flat:hover .content2 {
    opacity: 1;
}

.content2 a.foorPlanBtn {
    background: #0059a9;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 10px;
}

.left-side img {
    height: 100%;
}

.left-side .content3 {
    position: absolute;
    width: 100%;
    background: #000;
    bottom: 0;
}

.left-side .content3 p {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.Pristine {
    font-size: 14px;
    color: #222222de;
    line-height: 1.5;
}

h3.b_bottom.amenitiesHeading {
    position: relative;
    border: none;
}

h3.b_bottom.amenitiesHeading:after {
    position: absolute;
    bottom: -5px;
    left: 20%;
    width: 60%;
    height: 2px;
    content: '';
    background-color: #0059a9;
    transition: all 200ms linear;
    margin: 0 auto;
}

.text-light {
    --bs-text-opacity: 1;
    color: #f8f9faf7 !important;
}

.amenities-slide .slide_description p {
    line-height: 1.4;
    margin: 10px 0;
}

.viewMoreBtn {
    padding: 7px 30px;
    font-size: 12px;
}

.viewMoreBtn a {
    color: #0059a9;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 30px;
    color: #0059a9;
}

/*below css written by aryan*/

.borderDesign {
    position: relative;
    border-top: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
}

.borderDesign::before,
.borderDesign::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 10%;
    height: 5px;
    background-color: black;
}

.borderDesign::before {
    left: 0;
}

.borderDesign::after {
    right: 0;
}

.section-6 .map .position-absolute {
    background-color: #0059a9;
    bottom: 0;
    width: 100%;
}

.section-7 {
    ul {
        margin-top: 3rem;
        padding-inline: 0;
        display: flex;
        align-items: center;
        border: 2px solid #0059a9;
    }
    ul li {
        /*width: 100%;*/
        list-style: none;
        border-right: none;
        text-align: center;
    }
    ul.nav-tabs li a.nav-link {
        /*width: 100%;*/
        border-right: 2px solid #0059a9;
        border-radius: 0;
    }
    ul.nav-tabs li:last-child a.nav-link {
        border-right: none;
    }
    ul li a {
        padding: 5px 16px;
        color: #0059a9;
        font-size: 14px;
        text-transform: uppercase;
    }
    ul li:first-child a {
        color: #fff;
    }
    ul li:first-child {
        background-color: #0059a9;
    }
    ul li:last-child a {
        border-right: none;
    }
    ul li:first-child span {
        color: #fff;
    }
    ul li span {
        text-transform: uppercase;
        color: #0059a9;
        text-align: center;
        font-size: 16px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #0059a9;
        border-color: #0059a9 #0059a9 #0059a9;
        border-radius: unset;
    }
    .nav-item:after {
        display: none;
    }
    .location {
        color: #000;
        font-size: 20px;
        span i {
            color: #0059a9;
        }
    }
}

.section-8 .akuGlobalBtn {
    width: auto;
}

.shobha8Heading {
    font-size: 20px;
    font-weight: 500;
}

.mapViewContent {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #222;
}

.mapContent {
    font-weight: 400;
}

.tab-content p {
    font-size: 14px;
}

.tab-content {
    padding-top: 30px;
}

.tab-content p {
    font-size: 12px;
}

.tab-content p img {
    width: 30px;
    margin-right: 10px;
}

.dowloadPriceDetails {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.impression {
    bottom: 0;
    right: 4%;
}

.impression p {
    font-size: 12px;
    padding: 4px 30px !important;
    color: #0059a9 !important;
}

h3.b_bottom.amenitiesHeading.exploreBtn:after {
    left: 40%;
    width: 25%;
}

.allp-30 {
    padding: 30px;
}

.icon-box {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}

.icon-box p.oneee {
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.icon-box p.oneeee {
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
}

.section-8 h3.b_bottom.amenitiesHeading:after {
    position: absolute;
    bottom: -5px;
    left: 25%;
    width: 40%;
}

p.PristineContenttt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 1.05px;
    font-weight: 400;
    color: #222;
}

.sobhaintroparents {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
}

p.sobhaintro {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

/*media query code start here*/

.mobileshow {
    display: none;
}

.about-wrap.style5 .about-img-wrap .about-img-one {
    width: 100%;
}

.dowloadPriceDetails {
    max-width: 300px;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .mobileshow {
        display: block;
        text-align: center;
    }
    .desktophide {
        display: none;
    }
    .mobilepadding {
        padding: 0;
    }
    div.homeBox {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel-item img {
        border-radius: 0;
    }
    .mobileshow {
        padding: 10px;
    }
    p.shobha {
        font-size: 24px;
    }
    .div4 {
        margin-top: 0;
        padding: 10px;
    }
    .div5p1 span {
        display: unset;
        padding-left: 0;
    }
    .div5 {
        padding-top: 0;
    }
    p.div5p2 {
        margin-bottom: 0;
    }
    .div3 {
        margin-top: 0;
        background: #ddd;
        padding: 10px;
        border-radius: 0;
    }
    .background1 {
        min-height: auto;
        padding: 50px 20px;
    }
    .micro-form-field {
        height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
    .sobhaintroparents {
        top: 20%;
    }
    p.sobhaintro {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.2;
    }
    section#about {
        padding-top: 50px;
    }
    .section-3 .flat.position-relative {
        width: 40%;
    }
    .owl-nav {
        display: none !important;
    }
    .section-4 .amenities-slide-text {
        padding-top: 20%;
    }
    .b_bottom {
        font-size: 24px;
    }
    .section-5 .position-relative img {
        width: 100%;
        margin-bottom: 10px;
    }
    .borderDesign.px-5.pt-5.pb-2.mb-5 {
        padding: 20px !important;
    }
    .shobha8Heading {
        font-size: 16px;
        font-weight: 500;
    }
    .mapViewContent {
        margin-top: 10px;
    }
    .section-7 ul li {
        width: 100%;
    }
    .section-7 ul.nav-tabs li a.nav-link {
        border: 1px solid #0059a9;
    }
    .tab-content p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .tab-content .col-md-4.pt-20 {
        padding-top: 0;
    }
    .section-8 h3.b_bottom.amenitiesHeading {
        margin-top: 20px;
    }
    .div3 p {
        text-align: center;
    }
    .div4 {
        text-align: center;
    }
    .div5 {
        text-align: center;
    }
    p.div5p2 {
        margin-bottom: 8px;
    }
    .content-title.style1 {
        text-align: center;
    }
    .section-title h2,
    .content-title h2 {
        font-weight: 500;
        margin-top: 10px;
        letter-spacing: -0.5px;
    }
    .content-title.style1 span:after {
        position: absolute;
        bottom: -5px;
        left: 10px;
        width: 70%;
        height: 2px;
        content: '';
        background-color: #0059a9;
        min-width: 45px;
        transition: all 200ms linear;
    }
    .akuGlobalBtn {
        margin: 0 auto;
    }
    .section-3 .right-side h1 {
        text-align: center;
        letter-spacing: -0.5px;
    }
    .d-flex.align-items-center.flex-wrap.gap-3 {
        display: block !important;
        width: 100%;
    }
    .section-3 .flat.position-relative {
        width: 49%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .section-3 .right-side {
        padding-right: 10px !important;
    }
    .b_bottom {
        letter-spacing: -0.5px;
    }
    .section-8 h3.b_bottom.amenitiesHeading {
        text-align: center;
        display: block;
    }
    .section-8 h3.b_bottom.amenitiesHeading:after {
        position: absolute;
        bottom: -5px;
        left: 35%;
        width: 30%;
    }
    p.PristineContenttt {
        text-align: center;
    }
    .section-8 .akuGlobalBtn {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        display: block !important;
    }
    .tab-pane .pt-20 {
        padding-top: 0;
    }
}