.banner-section-informations {
    position: absolute;
    top: 25%;
    left: 1%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}

.banner-section-informations h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: #013c70;
    font-weight: 600;
}

.banner-location {
    font-size: 22px;
    font-weight: 400;
    color: #013c70;
}

.the-trillion-fer {
    color: #fff;
    background: linear-gradient(90deg, transparent, #013c70, transparent);
    font-family: "Barlow Condensed", sans-serif;
}

.seek {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #013c70;
}

.banner-btn .btn {
    background: #1a1a1a;
    color: #ffffff;
    box-shadow: 0 0 3px #ffffff9e;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 18px;
}

.section-title h2 {
    color: #013c70;
}

.btn {
    background: #013c70;
}

.swiper-button-next,
.swiper-button-prev {
    background: #013c70;
}

.highlight-infomation-point {
    background: #013c70;
    font-size:22px;
}

.configuration-starting-price {
    background: #013c70;
}

.video-play-button:after {
    background: #013c70;
}

.price-type {
    background: #013c70;
}

.enquire-now {
    background: transparent !important;
    border-top: 1px solid #013c70;
    border-bottom: 1px solid #013c70;
    color: #013c70;
}

.enquire-now:hover {
    background: #013c70 !important;
    color: #fff;
}

.location-points .section-title h2 {
    font-size: 30px;
}

.location-points .section-title p {
    font-size: 19px;
}

.faq-section-information .section-title h3 {
    color: #013c70;
}

.faq-heading h4 {
    background: #013c70;
}

.call-section {
    background: #013c70;
}

.brochure {
    background: #fff;
}
.price-section {
    position: relative;
    overflow: hidden;
    background: url(../images/nova/banner-1.webp);
    background-position:top;
}
.location-section {
    background: #ffffff;
}
.faq-section {
    background: #f3f3f3;
}
.floor-details {
    background: #013c70;
}
.point-floor {
    background: #013c70;
}
@media only screen and (max-width: 1199px) {
    .banner-section-informations {
        top: 11%;
    }

    .banner-section-informations h1 {
        color: #000;
    }

    .banner-location {
        color: #000000;
    }

    .seek {
        color: #000000;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section-informations h1 {
        color: #ffffff;
    }

    .banner-location {
        color: #fff;
    }

    .banner-section-informations {
        background: #00000029;
    }

    .seek {
        color: #ffffff;
        background: linear-gradient(45deg, #013c70, #074173cc, #013b6d);
        font-size: 24px;
        padding: 5px 0;
    }


    .banner-section-informations {
        background: transparent;
        top: 6%;
        left: 0;
    }

    .banner-section-informations h1 {
        font-size: 36px;
    }

    .banner-btn-mobile .btn {
        background: #000000;
    }

    .enquire-outer ul li .enquire-form-fit {
        background-color: #013c70;
    }
}
@media only screen and (max-width: 575px) {
          .banner-section-informations h1 {
        font-size: 26px;
        margin-bottom: 0;
    }
        .seek {
        font-size: 19px;
    }
    .banner-location {
    font-size: 20px;
}
    .banner-section-informations {
        width: 100%;
    }
}