body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Lucida Sans';
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus,
.btn:focus,
.btn.focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: none !important;
}

:root {
    --primary: #020118;
    --secondary: #FCEE21;
}

::selection {
    background-color: #FCEE21;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
}

h1 {
    font-size: 26px;
    font-weight: 400;
    color: var(--secondary);
    font-family: 'Felix Titling';
    line-height: 1.1;
    margin-bottom: 20px;
}

ul,
ol {
    padding: 0;
}

h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Lucida Sans';
}

h3 {
    font-size: 34px;
    font-family: 'Lucida Sans';
}

h4 {
    font-size: 24px;
    font-family: 'Lucida Sans';
}

p {
    font-family: 'Lucida Sans';
    line-height: 1.5;
}

input,
select,
textarea,
button {
    outline: none !important;
}
/*
.container {
    max-width: 700px;
} */





.customHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 0;
}
.customHeader .navbar {
    padding: 22px 0;
    background: rgba(0, 0, 0, 0.2);
    height: auto;
}

.customHeader .navbar-brand {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
    padding: 0;
}
.customHeader .navbar-brand img {
    width: 120px;
    height: auto;
}
.customHeader .navbar-toggler {
    margin: 0 20px 0 0px;
}
div#navbarSupportedContent {
    position: absolute;
    top: 0;
    right: 0;
    background: #fcee21;
    padding: 40px 20px 10px;
}
div#navbarSupportedContent ul {
    display: inline-block;
    width: 100%;
    max-width: 150px
}
div#navbarSupportedContent ul li {
    display: inline-block;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #202020
}
div#navbarSupportedContent ul li:last-child {
    border: none !important;
}
div#navbarSupportedContent ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #202020
}
a.menuClose {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #202020;
}



.bannerSlider .item {
    display: inline-block;
    width: 100%;
    position: relative;
}
.bannerSlider .item h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1) !important;
    font-family: 'Felix Titling';
    font-weight: 400;
    width: 100%;
}
.sliderSection .container {
    padding: 0px
}
.sliderSection .owl-nav {
    display: none !important;
}




.customHeader button.navbar-toggler {
    display: inline-block;
    padding: 0;
    position: relative;
    top: -2px;
}
.customHeader button.navbar-toggler img {
    width: 22px;
    display: inline-block;
}
.sliderSection .owl-nav {
    display: none !important;
}

.sliderSection .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.sliderSection .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #fff;
    margin: 0 8px;
    position: relative;
}

.sliderSection .owl-dots .owl-dot::after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    top: -4px;
    left: -4px;
    border-radius: 20px;
}

.sliderSection .owl-dots .owl-dot.active::after {
    border: 1px solid white;
}


.descoverSec {
    display: inline-block;
    width: 100%;
    margin-top: -6px;
    background-size: 100% auto;
    text-align: center;
    background-color: #000;
    background-image: url(../images-new/blue-bg.png);
    background-repeat: repeat-y;
    background-position: center 10px;
    background-size: 100%;
}
.descoverInnerDiv {
    display: inline-block;
    width: 100%;
}

.preLaunchRegList {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 15px 0;
}
.preLaunchRegList li:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-image: url(../images-new/square-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.preLaunchRegList li {
    display: inline-block;
    width: 49%;
    padding: 10px;
}
.preLaunchRegList:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
}
.preLaunchRegList:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.preLaunchRegList li p {
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    color: #fff;
}
.preLaunchRegList li h4 {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    color: var(--secondary);
}
.customButtonDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.customButtonDiv a {
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.descoverSec {
    margin-top: -12px;
}
.descoverSec p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 5%;
}
.highlightsSlider {
    display: inline-block;
    width: 100%;
}
.highlightsSlider .item {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}
.highlightsSlider .item img {
    display: inline-block;
    width: 100%;
}
.sliderCOntent {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 15%;
}
.highlightsSlider .item h2 {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: var(--secondary);
    margin: 0px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1) !important;
    font-weight: 600;
}
.highlightsSlider .item p {
    display: inline-block;
    margin: 0px;
    width: 100%;
}
.highlightsSlider .owl-nav,
.highlightsSlider .owl-dots {
    display: none !important;
}



.facilitiesSlider {
    display: inline-block;
    min-width: 100%;
}
.facilitiesSlider .item {
    display: inline-block;
    min-width: 100%;
    position: relative;
}
.facilitiesSlider .item img {
    display: inline-block;
    min-width: 100%;
}
.facilitiesSlider .item h2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-family: 'Felix Titling';
    text-align: left;
    margin: 0px;
    padding: 15px 25px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1) !important;
}
.facilitiesSlider .owl-nav {
    display: none !important;
}
.facilitiesSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 12px;
}
.facilitiesSlider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff !important;
    margin: 0 4px;
    border-radius: 15px;
}
.facilitiesSlider .owl-dot.active {
    background: var(--secondary) !important;
}


.locationSec {
    display: inline-block;
    width: 100%;
    margin-top: -6px;
    text-align: center;
    position: relative;
    /* padding-bottom: 40px; */
}
.locationInnerDiv {
    background-color: #000;
    display: inline-block;
    width: 100%;
    background-image: url(../images-new/blue-bg.png);
    background-repeat: repeat;
    background-position: center 10px;
    background-size: 100% auto;
    padding: 20px;
}
.locationSec p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 5%;
}
.locationSec iframe {
    display: inline-block;
    width: 100%;
    border: none !important;
    height: 400px;
    margin: 10px 0;
}
.locationSec ul {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 0;
}
.locationSec ul li {
    float: left;
    width: 49%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.locationSec ul li h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    color: var(--secondary);
    margin: 0 0 6px;
}
.locationSec ul li p {
    margin: 0;
    float: left;
    margin: 0 0 4px;
    width: 100%;
    font-size: 12px;
    padding: 0;
    line-height: 15px;
}
.locationSec .bottomArrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.locationSec .bottomArrow img {
    width: 20px;
}



.scheduleDiv {
    display: inline-block;
    width: 100%;
}
.scheduleImageDiv {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    background: #00535D;
}
.scheduleImageDiv img {
    width: 100%;
}
.scheduleImageDiv h2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding: 20px 20px;
    max-width: 280px;
    right: 0;
    display: block;
    margin: 0 auto;
}
.stepsDiv {
    display: inline-block;
    width: 100%;
    padding: 40px 20px;
    max-width: 560px;
    text-align: left;
}
.singleStep {
    display: inline-block;
    width: 100%;
    position: relative;
}
.singleStep::after {
    content: "";
    background: linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: inline-block;
}
.singleStep:last-child::after {
    display: none !important;
}
.singleStep p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 4px 0 15px;
    margin: 8px 0 0;
    padding-left: 90px;
}
.singleStep p strong {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--secondary);
}
.singleStep p strong span {
    font-size: 22px;
}
.singleStep a {
    color: #fff;
    text-decoration: underline;
}


.earlyBirdSec {
    display: inline-block;
    width: 100%;
}
.earlyBirdMainDiv {
    display: inline-block;
    width: 100%;
    background-image: url(../images-new/blue-bg.png);
    background-repeat: repeat;
    background-position: center 10px;
    background-size: 100% auto;
    padding: 0 15px;
}
.earlyBirdInnerDiv {
    display: block;
    width: 100%;
    text-align: center;
    background-image: url(../images-new/frame-border.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100% auto;
    padding: 0 15px;
    padding-top: 70px;
    margin: 60px auto 0;
    max-width: 296px;
}
.earlyBirdInnerDiv h2 {
    font-size: 26px;
    font-weight: 800;
    background: -webkit-linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 38px;
}
.earlyBirdInnerDiv h2::after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 50%;
    width: 1px;
    height: 28px;
    background: #fff;
}
.earlyBirdInnerDiv p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.earlyBirdInnerDiv h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.earlyBirdInnerDiv p strong {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.earlyBirdInnerDiv span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.earlyBirdContent {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px 0;
}
.earlyBirdContent::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 16px;
    content: "";
    background-image: url(../images-new/devider-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /* background: linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%); */
}
.noAfetrBefore::before {
    display: none;
}


.limitedTimeSec {
    display: inline-block;
    width: 100%;
    margin-top: -12px;
}
.limitedTimeInnerDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}
.limitedTimeInnerDiv img {
    display: inline-block;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.limitedTimeContent {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.limitedTimeContent h2 {
    font-size: 26px;
    font-weight: 800;
    background: -webkit-linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}
.limitedTimeContent h2::before {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 16px;
    content: "";
    background-image: url(../images-new/devider-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px;
    /* background: linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%); */
}
.limitedTimeContent p {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    max-width: 225px;
}
.limitedTimeContent p span {
    color: var(--secondary);
    font-weight: 600;
    font-size: 18px;
}
.preLaunchForm {
    display: inline-block;
    width: 100%;
    padding: 0 50px 50px;
    background: #5E8B91;
}
.preLaunchForm h3 {
    font-size: 23px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: -10px;
    position: relative;
    top: -24px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1) !important;
}
.preLaunchForm input {
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
    display: inline-block;
    width: 100%;
}
.preLaunchForm button {
    display: inline-block;
    width: 100%;
    background-color: var(--secondary);
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 6px 15px;
    border-radius: 5px;
}


.customFooter {
    display: inline-block;
    width: 100%;
}
.innerFooterDiv {
    display: inline-block;
    width: 100%;
    background-image: url(../images-new/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: cover;
    padding: 80px 5% 50px;
    margin-top: -10px;
}
.innerFooterDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.innerFooterDiv p {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
a.customImgButton {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
.bottomFooter {
    display: inline-flex;
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #fff;
    flex-wrap: wrap;
    justify-content: space-between;
}
a.afrmLogo {
    display: inline-block;
    width: 44%;
}
.bottomFooter h3 {
    display: inline-block;
    width: 140px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: -6px;
}
.bottomFooter ul {
    display: inline-flex;
    width: 100%;
    margin: 0;
    justify-content: space-between;
}
.bottomFooter ul li {
    display: inline-block;
}
.bottomFooter ul li img {
    width: 22px;
    margin-top: 7px;
}
.bottomFooter p {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
}

.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;
}

#giftModal .modal-dialog {
    max-width: 280px;
    text-align: center;
    margin: 40px auto 0;
}
#giftModal .modal-content {
    background-image: url(../images-new/popup-image.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    min-height: 374px;
    background-color: transparent;
    position: relative;
}
#giftModal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #202020;
    opacity: 1;
    width: 28px;
    height: 28px;
    color: #fff;
    font-weight: 300 !important;
    font-size: 28px;
    border-radius: 50px;
}
#giftModal .close span {
    position: relative;
    top: -2px;
    right: 0px;
}
#giftModal h2 {
    font-size: 27px;
    color: #202020;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0;
}
#giftModal p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
#giftModal h3 {
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    font-weight: 800;
    color: var(--secondary);
    background: #202020;
    padding: 1px 5px;
    position: relative;
}
#giftModal h3::after {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 24px solid #202020;
    border-bottom: 19px solid transparent;
    content: "";
    position: absolute;
    right: -24px;
    top: 0px;
}
#giftModal h3::before {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 24px solid #202020;
    border-bottom: 19px solid transparent;
    content: "";
    position: absolute;
    left: -24px;
    top: 0px;
}
a.unlockOfferBtn {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    background: var(--secondary);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    color: #202020;
    font-weight: 600;
}


.layoutPlans {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.layoutPlanInnerDiv {
    display: inline-block;
    width: 100%;
    background: #3B1F5D;
    padding: 40px 15px;
}
.layoutPlanInnerDiv p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 5%;
}
.layoutPlanInnerDiv .item h1 {
    display: inline-block;
    width: 100%;
}
.layoutPlanInnerDiv ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 280px !important;
}
.layoutPlanInnerDiv ul li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.layoutPlanInnerDiv ul li img {
    width: 25px !important;
    margin-right: 10px;
}
.layoutSlider {
    margin-top: 0;
    position: relative;
}
.layoutSlider .owl-nav {
    display: none !important;
}
.layoutSlider .owl-dots {
    display: none !important;
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
}
.layoutSlider .owl-dot {
    display: inline-block !important;
    min-width: 50px;
    height: 40px;
    border: 1px solid var(--secondary) !important;
    margin: 5px;
    padding: 5px;
    color: var(--secondary) !important;
}
.layoutThumbs .owl-nav {
    display: none !important;
}
.layoutThumbs .owl-dots {
    display: none !important;
}
.layoutThumbs  .owl-stage {
    text-align: center;
    display: inline-block;
    width: 100% !important;
}
.layoutThumbs .owl-item {
    display: inline-block;
    min-width: 55px !important;
    height: 40px;
    border: 1px solid var(--secondary) !important;
    margin: 5px;
    padding: 5px;
    color: var(--secondary) !important;
    width: auto !important;
    float: none;
}




.thankyouPage {
    display: inline-block;
    width: 100%;
}
.thankyouInnerDiv {
    display: inline-flex;
    width: 100%;
    min-height: 100vh;
    background-image: url(../images-new/Facade-thankyou-page.png);
    background-position: center;
    background-size: cover;
    padding: 50px;
    align-items: center;
    justify-content: center;
}
.thankyouContent {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    text-align: center;
}
.thankyouContent h1 {
    color: #fff;
    margin: 0 0 5px;
}
.thankyouContent p {
    color: #fff;
}
/* .error {
    color: var(--secondary)
} */

.hideDesktop  {
    display: inline-block !important;
}
.hideMobile {
    display: none !important;
}
.layoutThumbs .owl-item.current {
    background: #fcee21;
}
.layoutThumbs .owl-item.current h1 {
    color: #000 !important;
}
label.error {
    display: none !important;
}
.preLaunchForm .form-control.error {
    border-color: red !important;
    background: #fff7f7;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 35px;
    }
    .bannerSlider .item h1 {
        font-size: 50px;
    }
    .hideMobile {
        display: inline-block !important;
    }
    .hideDesktop {
        display: none !important;
    }
    .descoverSec {
        display: inline-block;
        width: 100%;
        background-image: url(../images-new/banner-background-image.png);
        background-position: center;
        background-size: cover;
        margin-top: -12px;
    }
    .bannerBottomDiv {
        display: inline-flex;
        width: 100%;
        align-items: center;
        margin-bottom: 50px;
    }
    .preLaunchRegList {
        display: inline-flex;
        width: calc(100% - 250px);
    }
    .bannerBottomDiv .customButtonDiv.mb-5 {
        width: 250px;
        margin: 0 !important;
    }
    .preLaunchRegList:before {
        display: none !important;
    }
    .preLaunchRegList:after {
        display: none !important;
    }
    .preLaunchRegList li:first-child:after {
        display: none;
    }
    .preLaunchRegList li {
        position: relative;
    }
    .preLaunchRegList li::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        content: "";
        background: #fff;
        display: inline-block;
    }

    .sliderCOntent {
        padding: 0 2%;
    }
    .descoverInnerDiv {
        background: transparent !important;
    }
    .facilitiesSlider .item h2 {
        font-size: 25px;
    }
    .highlightsSlider .item h2 {
        padding: 0 18%;
        font-size: 12px;
        line-height: 16px;
    }
    .descoverSec p {
        font-size: 12px;
        line-height: 16px;
    }
    .layoutPlans {
        background: #3B1F5D;
    }
    .layoutPlanInnerDiv .item h1 {
        margin: 0;
        font-size: 26px !important;
    }
    .layoutInnerDiv {
        margin-top: 200px;
        text-align: left;
    }
    .layoutInnerDiv h1 {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
    }
    .layoutPlanInnerDiv {
        position: relative;
    }
    .layoutPlanInnerDiv ul {
        max-width: 100% !important;
        padding: 15px 50px;
        border-top: 1px solid #f8b921;
        border-bottom: 1px solid #f8b921;
        margin-top: 4px;
        margin-bottom: 25px;
    }
    .layoutPlanInnerDiv ul li {
        font-size: 20px;
    }
    .layoutPlanInnerDiv ul li img {
        width: 30px !important;
    }
    .layoutInnerDiv a {
        display: block;
        max-width: 300px;
        margin: 100px auto 0;
    }
    .layoutThumbs {
        max-width: 50%;
        text-align: left;
        position: absolute;
        top: 229px;
        right: 0;
        z-index: 15;
    }
    .layoutThumbs .owl-stage {
        text-align: left;
    }
    .layoutThumbs h1 {
        text-align: center;
    }
    .layoutThumbs .owl-item {
        display: inline-flex;
        min-width: 65px !important;
        height: 52px;
        margin: 5px 15px;
        justify-content: center;
        align-items: center;
    }

    .locationSec {
        background-image: url(../images-new/banner-background-image.png);
        background-position: center;
        background-size: cover;
    }
    .locationInnerDiv {
        background: transparent !important;
    }
    .iframeMainDiv {
        display: inline-block;
        width: 100%;
        padding-left: 340px;
        position: relative;
    }
    .iframeMainDiv ul {
        position: absolute;
        left: 0;
        top: 23px;
        width: 340px;
        padding: 0 15px 0 0;
    }
    .iframeMainDiv ul li {
        width: 100%;
    }
    .locationSec ul li h2 {
        font-size: 16px;
    }
    .locationSec ul li p {
        font-size: 15px;
        line-height: 17px;
    }
    .locationSec iframe {
        height: 560px;
    }
    .earlyBirdSec {
        background-image: url(../images-new/banner-background-image.png);
        background-position: center -130px;
        background-size: 100% auto !important;
    }
    .earlyBirdMainDiv {
        background: transparent !important;
    }
    .earlyBirdInnerDiv {
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        background-image: url(../images-new/early-bird-image-new.png);
        background-position: top left;
        background-size: 100% auto !important;
        padding: 41px 70px;
        margin: 60px 0 70px;
        position: relative;
    }
    .earlyBirdInnerDiv h2::after,
    .earlyBirdContent::before {
        display: none !important;
    }
    .earlyBirdInnerDiv .customButtonDiv.mt-2.mb-5 {
        margin: 0 !important;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    .earlyBirdInnerDiv h2 {
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        margin-right: 0;
        font-size: 30px;
    }
    .earlyBirdInnerDiv p strong {
        display: inline-block;
        width: 100%;
    }
    .earlyBirdInnerDiv h2 + .earlyBirdContent {
        min-width: 30%;
    }
    .earlyBirdInnerDiv h2 + .earlyBirdContent + .earlyBirdContent::after {
        content: "";
        position: absolute;
        display: inline-block !important;
        width: 9px;
        height: 100%;
        background-image: url(../images-new/seprator.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 0;
        right: 0;
    }
    .earlyBirdInnerDiv h2 + .earlyBirdContent + .earlyBirdContent::before {
        position: absolute;
        display: inline-block !important;
        width: 9px;
        height: 100%;
        background-image: url(../images-new/seprator.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 0;
        left: 0;
    }
    .earlyBirdContent {
        display: inline-block;
        min-width: 18%;
        position: relative;
        padding: 5px 0;
    }

    .limitedTimeSec {
        background-image: url(../images-new/form-bg.png);
        background-position: center -40px;
        background-size: 100% auto !important;
    }
    .limitedTimeContent h2 {
        font-size: 45px;
    }
    .limitedTimeContent p {
        max-width: unset;
        font-size: 23px;
    }
    .limitedTimeContent h2::before {
        background-size: 460px;
        /* background: linear-gradient(90deg, rgba(191, 124, 32, 1) 0%, rgba(254, 231, 177, 1) 48%, rgba(190, 122, 30, 1) 100%); */
    }

    .limitedTimeContent {
        position: unset;
        top: 60px;
        left: 0;
        z-index: 1;
        text-align: center;
        width: 100%;
        padding: 150px 15px 230px;
        float: right;
        max-width: 500px;
    }
    .limitedTimeInnerDiv img {
        display: none;
    }
    .preLaunchForm {
        /* text-align: center; */
    }
    .preLaunchForm .form-group {
        width: 47%;
        display: inline-block;
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
    .preLaunchForm button {
        display: block;
        width: 47%;
        margin: 0 auto;
    }


    .scheduleDiv {
        background: #00535d;
        position: relative;
        overflow: hidden;
        margin-bottom: -6px;
    }
    .scheduleImageDiv img {
        position: absolute;
        left: -54vw;
        margin-left: -50vw;
        top: -20px;
        min-width: 100vw !important;
    }
    .scheduleImageDiv {
        position: relative;
        text-align: left;
        background: #00535D;
        padding-left: 52%;
    }
    .scheduleImageDiv > .scheduleImageDiv  {
        padding-left: 0;
    }
    .scheduleImageDiv h2 {
        position: unset;
        text-align: left;
        font-size: 43px;
        font-weight: 600;
        padding: 60px 20px 0px;
        max-width: unset;
        margin: 0 auto;
    }
    .stepsDiv {
        padding: 20px 20px 50px;
        max-width: 560px;
        text-align: left;
    }



    .customFooter {
        background-image: url(../images-new/banner-background-image.png);
        background-position: center;
        background-size: cover;
    }
    .innerFooterDiv {
        background: transparent !important;
    }
    a.afrmLogo {
        max-width: 230px;
    }
    .bottomFooter ul li img {
        width: 32px;
    }
    .bottomFooter p {
        font-size: 14px;
        margin: -20px 0 0;
    }


    header.customHeader.hideMobile {
        background: rgba(0,0,0,0.4);
    }
    header.customHeader .navbar {
        background: transparent !important;
        justify-content: space-around;
    }
    header.customHeader .navbar ul {
        display: inline-flex;
    }
    header.customHeader .navbar ul li {
        display: inline-block;
        padding: 0 15px;
    }
    header.customHeader .navbar ul li a {
        text-transform: uppercase;
        color: #fff !important;
    }

}

@media only screen and (min-width: 768px)  and (max-width: 991px){
    header.customHeader .navbar ul li {
        padding: 0 10px;
    }
    header.customHeader .navbar ul li a {
        font-size: 13px;
    }
    .customHeader .navbar-brand img {
        width: 100px;
        margin-top: 10px;
    }
    .highlightsSlider .item h2 {
        padding: 0 12px;
        font-size: 13px;
    }
    .descoverSec p {
        font-size: 12px;
        line-height: 15px;
    }
    .layoutThumbs .owl-item {
        min-width: 50px !important;
        height: 41px;
        margin: 5px 5px;
    }
    .layoutThumbs {
        top: 200px;
    }
    .layoutInnerDiv {
        margin-top: 120px;
    }
    .earlyBirdInnerDiv {
        padding: 16px 40px;
    }
    .earlyBirdInnerDiv h2 {
        font-size: 22px;
    }
    .earlyBirdInnerDiv p {
        font-size: 11px;
    }
    .earlyBirdInnerDiv h3 {
        font-size: 22px;
    }
    .earlyBirdInnerDiv p strong {
        font-size: 22px;
    }
    .earlyBirdInnerDiv span {
        font-size: 10px;
    }
    .earlyBirdInnerDiv .customButtonDiv a {
        max-width: 170px;
    }
    .limitedTimeContent {
        padding: 40px 15px 40px;
    }
}

@media only screen and (min-width: 992px)  and (max-width: 1300px){
    .limitedTimeContent {
        padding: 30px 15px 100px;
    }
}
