* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'HelveticaNeue LT 55 Roman';
    font-family: 'Recoleta Alt';
    font-family: 'HelveticaNeue LT 55 Roman';
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.error {
    color: red;
    float: left;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

a,
button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

section {
    clear: both;
}

audio,
canvas,
progress,
video {
    vertical-align: middle;
}

a:focus {
    text-decoration: none
}
@media only screen and (min-width: 1592px) {
    .container {
        max-width: 1590px;
    }
}

/***********************/

.bannerSection {
    display: inline-block;
    width: 100%;
    background-image: url(../images/banner-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 143px 0 135px;
}

.menuDiv {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

.bannerSection .navbar {
    background: transparent;
    margin-bottom: 0;
}

.menuDiv .navbar-brand {
    display: inline-block;
    width: 200px;
    padding: 0 0 5px;
}

.menuDiv .navbar .navbar-nav .nav-link {
    color: #00529C;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 10px;
}

.eBrochureLink a {
    color: #00529C !important;
    font-weight: bold;
}

.bannerSection h1 {
    display: inline-block;
    width: 100%;
    font-size: 58px;
    color: #fff;
    text-align: left;
    font-family: 'Recoleta Alt';
    margin-bottom: 50px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1), 2px 2px 10px rgba(0, 0, 0, 1) !important;
}

.bannerInnerDiv {
    display: inline-block;
    width: 100%;
    max-width: 586px;
    background: linear-gradient(180deg, rgba(255, 221, 85, 1) 0%, rgba(229, 168, 41, 1) 25%);
    border-radius: 15px;
    position: relative;
}

.bannerInnerDiv::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 34px solid #00529C;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
}

.bannerSection h2 {
    display: inline-block;
    width: 100%;
    font-size: 38px;
    color: #00529C;
    font-family: 'Recoleta Alt';
    position: relative;
    margin-top: 8px;
    margin-bottom: 5px;
    text-align: center;
}

.bannerSection ul.bannerList {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    background: #00529C;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.bannerSection ul.bannerList li {
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

.bannerSection ul.bannerList::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-sep.svg);
    background-size: 88%;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerSection ul.bannerList li:last-child::after {
    display: none;
}

.bannerSection ul.bannerList li span {
    display: inline-block;
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-weight: 100;
}

.bannerSection ul.bannerList li strong {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    color: #FFCA00;
    font-weight: 600;
    line-height: 26px;
}

/***********************/
.aboutSection {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/location-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.mainHeading {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    color: #00529C;
    font-family: 'Recoleta Alt';
    position: relative;
    margin-bottom: 10px;
}

.aboutimage {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.aboutimage img {
    display: inline-block;
    width: 100%;
}

.aboutSection p {
    color: #000;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    text-align: justify;
    text-align-last: center;
}

.highlightsList {
    display: inline-flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.highlightsList li {
    display: inline-block;
    padding: 15px;
    width: calc(100% / 6);
    border-radius: 10px;
}

.highlightsList li span {
    display: inline-block;
    width: 150px;
    margin-bottom: 10px;
}

.highlightsList li img {
    width: 100%;
}

.highlightsList p {
    font-size: 23px;
    padding: 0;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
}

.buttonDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.customImageBtn {
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.leftSliderDiv .customImageBtn {
    max-width: 430px;
}

.facilitiesSlider {
    margin-top: 20px;
}

.facilitiesSlider .item {
    position: relative;
    display: inline-block;
    width: 100%;
}

.facilitiesSlider .item h2 {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'Recoleta Alt';
    width: 100%;
}

.facilitiesSlider .owl-nav {
    display: none !important;
}

.facilitiesSlider .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.facilitiesSlider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff !important;
    margin: 0 5px;
    border-radius: 50px;
}

.facilitiesSlider .owl-dot.active {
    background: #FFCA00 !important;
}


/************************/
.layoutPlanSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/layout-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.layoutPlanContent {
    display: inline-block;
    width: 100%;
    padding-top: 60px;
}

.layoutPlanSec p {
    color: #000;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    text-align: justify;
    margin: 15px 0 50px;
}

.layoutPlanImage {
    display: inline-block;
    width: 100%;
    padding-left: 6%;
}



/*******************/
.fullWidthImg {
    display: inline-block;
    width: 100%;
    position: relative;
}

.scrollableIMage img {
    display: inline-block;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}

.fullWidthImg h2 {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50px;
    font-family: 'Recoleta Alt';
    font-weight: 400;
    left: 0;
    text-align: center;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1), 2px 2px 24px rgba(0, 0, 0, 1) !important;
}

.fullWidthImg h2::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    background: #fff;
}

.fullWidthImg h2::after {
    content: "";
    width: 1px;
    height: 290px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}


/******************/
.locationSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
    background-image: url(../images/location-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.locationSec p {
    margin-bottom: 0px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

.locationContent {
    padding-left: 5%;
}

.locationImage {
    padding-left: 5%;
}

.locationImgDiv {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-right: 5%;
}

.locationImgDiv iframe {
    display: inline-block;
    width: 100%;
    border: none;
    aspect-ratio: 1.6;
}

.customAccordianDiv {
    display: inline-block;
    width: 100%;
}

.customAccordianDiv .card {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 0 10px;
    border-bottom: 1px solid #00529C !important;
    border-radius: 0px !important;
    background: transparent !important;
}

.customAccordianDiv .card .card-header {
    border: none !important;
    display: inline-block;
    width: 100%;
    padding: 0px;
    background: transparent !important;
}

.customAccordianDiv .card .card-header button {
    padding: 10px 30px 0 0;
    border: none !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'Recoleta Alt';
    text-decoration: none !important;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #00529C;
}

.customAccordianDiv .card .card-header button i {
    position: absolute;
    top: 14px;
    right: 0;
    color: #00529C;
}

.customAccordianDiv .card .card-body {
    padding: 0px;
}

.customAccordianDiv .card .card-body ul {
    display: inline-block;
    width: 100%;
}

.customAccordianDiv .card .card-body ul li {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 19px;
    font-weight: 300;
}

.customAccordianDiv .card .card-body ul li span {
    display: inline-block;
    min-width: 120px;
}

.customAccordianDiv .card .card-body ul li span+span {
    width: calc(100% - 126px) !important;
}

.galleryDiv {
    display: inline-flex;
    width: 100%;
    gap: 0px;
    margin-bottom: -5px;
}

.leftImage {
    display: inline-block;
    width: 50%;
}

.galleryDiv img {
    display: inline-block;
    width: 100%;
    padding: 7.5px;
}

.rightImage {
    display: inline-flex;
    width: 50%;
    gap: 0px;
    flex-wrap: wrap;
}

.rightImageTop {
    display: inline-flex;
    width: 100%;
    gap: 0px;
}

.rightImageTop img {
    width: 50% !important;
}

.rightImageBottom {
    display: inline-flex;
    width: 100%;
}



/*************************/
.launchOfferSec {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background-image: url(../images/exclusive-launch-offer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1010px;
    position: relative;
}

.launchOfferSec .customImageBtn {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.launchMinDiv {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.launchInnerDiv {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-image: url(../images/offer-launch-line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}

.launchInnerDiv h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    color: #FFCA00;
    text-transform: uppercase;
    font-weight: 700;
}

.launchInnerDiv p {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.launchInnerDiv p span {
    color: #00FFFF;
    font-weight: 700;
}

.launchList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    margin: 15px 0;
}

.launchList li {
    flex: 1;
    max-width: calc(100% / 3 - 27px);
    box-sizing: border-box;
    min-width: 115px;
    position: relative;
    padding: 15px 0;
    display: inline-flex;
    align-items: center;
}

.launchList li::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: url(../images/seprator-line.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.launchList li:last-child::after {
    display: none;
}

.launchList li h6 {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 22px;
}

.launchList li h6 strong {
    color: #FFCA00;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.launchList li h6 span {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.buttonInnerDiv h5 {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-style: italic;
    position: relative;
    padding: 20px 30px;
    background-color: #D262BD;
    border-radius: 10px;
    margin-top: 40px;
}

.buttonInnerDiv h5::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 30px solid #D262BD;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/*************************/
.formSec {
    background-image: url(../images/book-a-visit-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 100px 0 0;
}

.formSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    color: #00529C;
    margin-bottom: 20px;
    font-family: 'Recoleta Alt';
}

.formSec .form-control {
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.customFormButton {
    width: calc(50% - 15px);
    background: #FFCA00;
    color: #00529C;
    border: 1px solid #FFCA00;
    padding: 8px 10px;
    font-size: 26px;
    font-weight: 700;
    border-radius: 0 !important;
    margin-bottom: 100px;
}

.formSec h3 {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Recoleta Alt';
}


/***************************/
.customFooter {
    display: inline-flex;
    width: 100%;
    background-color: #fff;
}

.affrimTopFooter {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 12px;
}

.affrimTopFooter .affrimLogo {
    width: 290px;
    display: inline-flex;
}

.socialIcons {
    display: inline-block;
    width: 220px;
    text-align: left;
}

.socialIcons p {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px !important;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #00529C;
    padding-left: 20px;
}

.socialMediaList {
    display: inline-block;
}

.socialMediaList li {
    display: inline-block;
    margin-left: 20px;
}

.socialMediaList li a {
    display: inline-block;
}

.socialMediaList li a img {
    display: inline-block;
    width: 45px;
}

.affrimBottomFooter {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -36px;
}

.affrimBottomFooter p {
    font-size: 17px;
    color: #00529C;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}


.rightBottomIcons {
    display: inline-block;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
}

.rightBottomIcons a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.mobileViewOnly {
    display: none;
}

.desktopViewOnly {
    display: block !important;
}

.arrow-btn {
    display: none;
}

.thankyouPageDiv {
    display: inline-block;
    width: 100%;
    background: #00529C;
    border-radius: 15px;
    padding: 60px 30px;
    text-align: center;
}

.thankyouPageDiv .mainHeading {
    color: #FFCA00;
    margin-bottom: 15px;
}

.thankyouPageDiv p {
    color: #fff;
    font-size: 22px;
}

@media only screen and (max-width: 1591px) {
    .menuDiv {
        padding: 0;
    }

    .menuDiv .navbar-brand {
        width: 170px;
    }

    .menuDiv .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    .bannerSection {
        padding: 93px 0 85px;
    }

    .bannerSection h1 {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .bannerSection h2 {
        font-size: 30px;
    }

    .bannerSection ul.bannerList {
        padding: 10px 15px;
    }

    .bannerSection ul.bannerList li span {
        font-size: 16px;
    }

    .bannerSection ul.bannerList li strong {
        font-size: 22px;
    }

    .bannerInnerDiv::after {
        border-top: 30px solid #00529C;
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
        bottom: -29px;
    }

    .aboutSection {
        padding: 30px 0;
    }

    .mainHeading {
        font-size: 40px;
    }

    .aboutSection p {
        font-size: 16px;
    }

    .highlightsDiv .row.mb-5 {
        margin-bottom: 20px !important;
    }

    .highlightsList li span {
        width: 110px;
        margin-bottom: 8px;
    }

    .aboutSection .highlightsList p {
        font-size: 15px;
        line-height: 20px;
    }

    .customImageBtn {
        max-width: 300px;
    }

    .layoutPlanSec p {
        font-size: 16px;
        margin: 10px 0 30px;
    }

    .fullWidthImg h2 {
        font-size: 40px;
    }

    .locationSec p {
        font-size: 16px;
        text-align: justify;
        text-align-last: center;
    }

    .customAccordianDiv .card .card-header button {
        font-size: 20px;
    }

    .customAccordianDiv .card .card-body ul li {
        font-size: 16px;
    }

    .buttonDiv {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .galleryDiv {
        margin-top: 15px;
    }

    .launchInnerDiv h1 {
        font-size: 30px;
    }

    .launchInnerDiv p {
        font-size: 18px;
    }

    .launchList li h6 {
        font-size: 18px;
    }

    .buttonInnerDiv h5 {
        font-size: 22px;
        padding: 18px 25px;
        margin-top: 20px;
    }

    .launchOfferSec {
        min-height: 680px;
    }

    .customFormButton {
        font-size: 20px;
    }

    .formSec h3 {
        font-size: 40px;
    }

    .affrimTopFooter .affrimLogo {
        width: 200px;
    }

    .affrimBottomFooter p {
        font-size: 15px;
    }

    .socialMediaList li a img {
        width: 34px;
    }

    .socialMediaList li {
        margin-left: 10px;
    }

    .socialIcons p {
        font-size: 16px;
        padding-left: 10px;
    }

    .socialIcons {
        width: 150px;
    }

    .affrimTopFooter {
        padding: 20px 40px 2px;
    }

    .layoutPlanContent {
        padding-top: 30px;
    }

    .thankyouPageDiv p {
        font-size: 16px;
    }
}


@media only screen and (max-width: 991px) {
    .menuDiv {
        position: relative;
    }

    .menuDiv .navbar {
        position: unset;
        justify-content: end;
        min-height: 53px;
    }

    .menuDiv .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        background: #FFCA00;
        z-index: 1;
        width: 100%;
        max-width: 290px;
        padding: 50px 30px 20px;
    }

    .menuDiv .navbar-brand {
        margin-right: auto;
    }

    .menuDiv .navbar-nav {
        gap: 0;
    }

    .navbar-toggler.collapsed .fa-solid.fa-bars::before {
        content: "\f0c9" !important;
    }

    .menuDiv .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #00529C;
    }

    .menuDiv .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .menuDiv .navbar .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        color: #00529C;
    }

    .navbar-toggler .fa-solid.fa-bars::before {
        content: "\f00d" !important;
    }

    .menuDiv .navbar-nav .nav-link {
        color: #00529C;
    }

    .menuDiv .navbar-nav .nav-link {
        color: #00529C;
        padding: 6px 5px;
        font-weight: 400;
    }

    .menuDiv .navbar-nav .eBrochureLink .nav-link {
        font-weight: 700 !important;
    }

    .menuDiv button.navbar-toggler {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 2;
        color: #00529C;
        font-size: 25px;
        font-weight: 400;
        transition: all 0.5s ease 0s;
    }

    .menuDiv button.navbar-toggler.collapsed {
        position: unset;
        color: #00529C;
    }

    .menuDiv ul.bannerList li {
        width: 49%;
        padding: 20px 15px;
    }

    .menuDiv h4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menuDiv ul.bannerList li::after {
        display: none;
    }

    .bannerList {
        position: relative;
    }

    .bannerList::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/mob-banner-sep.svg);
        background-size: 62% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .menuDiv ul.bannerList {
        margin-top: 260px;
        margin-bottom: 20px;
    }

    .highlightsList {
        gap: 10px;
    }

    .highlightsList {
        flex-wrap: wrap;
    }

    .highlightsList li {
        width: calc(100% / 3 - 10px);
    }

    .layoutPlanImage {
        margin-top: 50px;
    }

    .locationImgDiv {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .locationImgDiv iframe {
        aspect-ratio: 0.9;
    }

    .customAccordianDiv .card .card-body ul li span {
        min-width: 85px;
    }

    .customFormButton {
        width: 100%;
        margin-top: 5px !important;
    }

    .fullWidthImg h2::before {
        width: 10px;
        height: 10px;
        top: 65px;
    }

    .fullWidthImg h2::after {
        height: 130px;
        top: 73px;
    }

    .customAccordianDiv .card .card-body ul li span+span {
        width: calc(100% - 91px) !important;
    }

    .bannerSection {
        background-image: url(../images/mob-banner-image.png);
    }

    .bannerSection ul.bannerList {
        max-width: 100%;
    }

    .bannerSection {
        padding: 50px 0 260px;
        min-height: calc(100vh - 80px);
    }

    .bannerSection ul.bannerList li strong {
        font-size: 14px;

    }

    .bannerSection ul.bannerList li {
        min-width: 46%;
        padding: 6px 0;
    }

    .bannerInnerDiv::after {
        border-top: 20px solid #00529C;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        bottom: -19px;
    }

    .bannerSection ul.bannerList li span {
        font-size: 11px;
    }

    .bannerSection h4 {
        padding-top: 30px;
        font-size: 20px;
    }

    .bannerSection h4::after {
        width: 2px;
    }

    .bannerSection h1 {
        font-size: 30px;
        text-align: center;
    }

    .bannerSection h2 {
        font-size: 20px;
    }

    .aboutSection {
        padding: 50px 0;
    }

    .mainHeading {
        font-size: 25px;
        margin-top: 0px !important;
    }

    .mainHeading::after {
        width: 2px;
    }

    .highlightsList {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .highlightsList li {
        width: calc(100% / 2 - 6px);
    }

    .buttonDiv {
        margin-top: 30px;
    }

    .facilitiesSlider .item img {
        aspect-ratio: 1.3;
        object-fit: cover;
    }

    .formSec .row .col {
        flex-basis: 100% !important;
        flex-grow: 1;
        max-width: 100% !important;
    }

    .affrimTopFooter {
        padding: 20px 0 20px;
    }

    .affrimTopFooter .affrimLogo {
        width: 160px;
    }

    .socialMediaList li a img {
        width: 25px;
    }

    .socialIcons p {
        font-size: 13px;
    }

    .socialIcons {
        width: 125px;
    }

    .affrimBottomFooter {
        top: -15px;
    }

    .customFormButton {
        margin-bottom: 40px;
    }

    .launchList li {
        max-width: 100% !important;
        min-width: 100%;
        padding: 8px 0;
    }

    .launchList::after {
        display: none;
    }

    .thankyouPageContent h6 br,
    .launchList li br {
        display: none;
    }

    .launchList li::after {
        right: 0;
        top: auto;
        bottom: -17px;
        width: 100%;
        height: 17px;
        background-image: url(../images/launch-offer-sep-mob.svg);
    }

    .launchOfferSec {
        background-image: url(../images/offer-launch-mob-bg.png);
        padding: 40px 0;
    }

    .launchInnerDiv {
        background-image: url(../images/offer-launch-mob-line.svg);
    }

    .launchInnerDiv h1 {
        font-size: 28px;
        max-width: 230px;
    }

    .launchInnerDiv p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .formSec h3,
    .formSec h2 {
        font-size: 28px;
    }

    .thankyouPageContent h2 {
        font-size: 30px;
        max-width: 280px;
    }

    .buttonInnerDiv h5 {
        font-size: 14px;
        padding: 14px 22px;
    }

    .buttonInnerDiv h5::after {
        border-top: 20px solid #D262BD;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        bottom: -19px;
    }

    .formSec h3 {
        max-width: 280px;
    }

    .fullWidthImg {
        overflow-x: hidden;
    }

    .scrollableIMage {
        overflow-x: auto;
        overflow-y: hidden;
        height: 400px;
    }

    .scrollableIMage>img {
        width: auto !important;
        max-width: unset;
        height: 100%;
    }

    .fullWidthImg h2 {
        font-size: 22px;
        top: 30px;
        line-height: 25px;
        max-width: 230px;
        left: 50%;
        transform: translateX(-50%);
    }

    .arrow-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        padding: 0;
        cursor: pointer !important;
        background-color: transparent !important;
        border: none !important;
        display: inline-block;
    }

    .arrow-btn img {
        width: 20px;
    }

    .arrow-left {
        left: 10px;
    }

    .arrow-right {
        right: 10px;
    }

    .galleryDiv {
        flex-wrap: wrap;
        width: calc(100% + 44px);
        margin-left: -23px;
    }

    .rightImage,
    .leftImage {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .desktopViewOnly {
        display: none !important;
    }

    .mobileViewOnly {
        display: block !important;
    }

    .aboutimage {
        margin-top: 30px;
    }

    .exploreSlider {
        margin-bottom: 25px;
    }

    .exploreSlider .owl-nav {
        display: none !important;
    }

    .exploreSlider .owl-dots {
        display: inline-block !important;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .exploreSlider .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #00529C !important;
        margin: 0 5px;
        border-radius: 50px;
    }

    .exploreSlider .owl-dot.active {
        background: #FFCA00 !important;
    }

    .layoutPlanSec .layoutPlanContent {
        padding-top: 0px !important;
        text-align: center;
    }

    .layoutPlanSec .layoutPlanContent p {
        text-align-last: center;
    }

    .layoutPlanImage {
        padding-left: 0px;
    }

    .layoutPlanImage .nav {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin: 0 !important;
        border: none !important;
        gap: 20px;
    }

    .layoutPlanImage .nav li {
        margin: 0;
    }

    .layoutPlanImage .nav li button {
        border-radius: 0px !important;
        border: 2px solid #00529C !important;
        background: #fff !important;
        font-size: 14px;
        text-transform: uppercase;
        color: #00529C !important;
        min-width: 140px;
    }

    .layoutPlanImage .nav li button.active {
        color: #fff !important;
        border: 2px solid #00529C !important;
        background: #00529C !important;
    }


}
