* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'Bodoni MT';
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    background-image: url(../images/background-image.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 100% auto;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    vertical-align: top;
}

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
}

/***********************/

.bannerSection {
    display: inline-block;
    width: 100%;
    background-image: url(../images/banner-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0 25px;
    text-align: center;
}
.bannerSection .navbar {
    background: transparent;
    margin-bottom: 170px;
}
.bannerSection .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0 10px;
}
.bannerSection .navbar .navbar-nav .active .nav-link {
    color: #d1ae5a;
}
.bannerSection h1 {
    display: inline-block;
    width: 100%;
    font-size: 58px;
    color: #fff;
    padding-bottom: 35px;
    background-image: url(../images/heading-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 530px 33px;
    background-position: bottom center;
    margin-bottom: 10px;
}
.bannerSection h4 {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #d1ae5a;
}
.bannerSection ul.bannerList {
    display: inline-block;
    width: 100%;
    margin-top: 200px;
}
.bannerSection ul.bannerList li {
    display: inline-block;
    position: relative;
}
.bannerSection ul.bannerList li::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    width: 12px;
    height: 60px;
    background-image: url(../images/seprator-icon-white.svg);
    background-size: 100%;
    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: 18px;
    color: #fff;
}
.bannerSection ul.bannerList li strong {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    color: #d1ae5a;
    font-weight: 400;
    line-height: 26px;
}

/***********************/
.aboutSection {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}
.logoDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.logoDiv img {
    display: inline-block;
    width: 200px;
    margin-bottom: 30px;
}
.aboutSection h5 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #454d5f;
    text-align: center;
    margin-bottom: 50px;
}
.highlightsDiv {
    display: inline-block;
    width: 100%;
    /* background-color: rgba(165, 159, 153, 0.7); */
    background-image: url(../images/corner-icon-top-left.png), url(../images/corner-icon-top-right.png), url(../images/corner-icon-bottom-right.png), url(../images/corner-icon-bottom-left.png), url(../images/dark-bg.png);
    background-position: top left, top right, bottom right, bottom left, center center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto;
    padding: 05px 15px 30px;
    margin-bottom: 30px;
}
.headingDiv h1 {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    color: #2d2d2d;
    padding-bottom: 34px;
    background-image: url(../images/heading-icon-black.svg);
    background-repeat: no-repeat;
    background-size: 500px 28px;
    background-position: bottom center;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}
.highlightsDiv ul {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}
.highlightsDiv ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 8px;
}
.highlightsDiv ul li span {
    display: inline-block;
    width: 65px;
    margin-bottom: 10px;
}
.highlightsDiv ul li p {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
}
.buttonDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.buttonDiv img {
    display: inline-block;
    width: 100%;
    max-width: 450px;
}

/***********************/
.facilitiesSec {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
.facilitiesSec h5 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #454d5f;
    text-align: center;
    margin-bottom: 50px;
}
.facilitiesSec .item {
    text-align: center;
}
.facilitiesSec .item h2 {
    font-size: 32px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.facilitiesSec .owl-dots {
    display: none !important;
}
.facilitiesSec .owl-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.facilitiesSec .owl-nav button {
    width: 50px;
    height: 15px;
    display: inline-block;
}
.facilitiesSec .owl-nav button {
    width: 50px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    position: relative;
    top: -30px
}
.facilitiesSec .owl-nav .owl-prev {
    background-image: url(../images/left-arrow.svg) !important;
    margin-right: 200px;
}
.facilitiesSec .owl-nav .owl-next {
    background-image: url(../images/right-arrow.svg) !important;
    margin-left: 200px;
}
.facilitiesSec .owl-nav button span {
    display: none !important;
}

/**************************/
.layoutPlansSec {
    background: #d4cdc5;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.layoutPlansSec h5 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #454d5f;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 20px;
}
#sync1 {
    border: 1px solid #2d2d2d;
    border-top: 0px !important;
    padding: 25px 10px 10px;
    background: #fff;
}
#sync1 .item {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#sync1 .rightSliderDiv {
    display: inline-block;
    width: calc(100% - 150px);
}
#sync1 .leftSliderDiv {
    display: inline-block;
    width: 140px;
    text-align: center;
}
#sync1 .leftSliderDiv ul {
    display: inline-block;
    width: 100%;
}
#sync1 .leftSliderDiv ul li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
#sync1 .leftSliderDiv ul li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
#sync1 .leftSliderDiv ul li span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
}
#sync1 .leftSliderDiv p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    margin-top: 15px;
}
#sync2 {
    margin-bottom: 0;
    background: #fff;

}
#sync2.owl-carousel .owl-stage {
    display: flex !important;
    width: 100% !important;
    border: 1px solid #2d2d2d;
    text-align: center;
    justify-content: center;
}
#sync2.owl-carousel .owl-item {
    flex: 1 1 auto;
    width: auto !important;
    border-right: 1px solid #2d2d2d;
    text-align: center;
    padding: 5px;
    font-size: 22px;
    color: #2d2d2d;
}
#sync2.owl-carousel .owl-stage:after {
    display: none !important;
}
#sync2.owl-carousel .owl-item:last-child {
    border-right: none !important;
}
#sync2.owl-carousel .owl-item.current {
    background: #2d2d2d !important;
    color: #fff !important;
}
#sync1.owl-carousel .owl-nav,
#sync1.owl-carousel .owl-dots {
    display: none !important;
}
/* #sync2 .owl-stage {
    width: auto !important;
    min-width: 100%;
    display: inline-flex;
    border: 2px solid #2d2d2d;
    justify-content: space-between;
}
#sync2 .owl-stage > div {
    width: 100% !important;
    text-align: center;
    padding: 5px;
    font-size: 22px;
    color: #2d2d2d;
    border-right: 2px solid #2d2d2d;
}
 */
/************************************/
.locationSec {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}
.locationSec .headingDiv h1 {
    margin-top: 0px;
}
.locationSec h5 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #454d5f;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.customAccordianDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.customAccordianDiv .card {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 0 10px;
    border-bottom: 1px solid #2d2d2d !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;
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #2d2d2d;
}
.customAccordianDiv .card .card-header button i {
    position: absolute;
    top: 14px;
    right: 0;
}
.customAccordianDiv .card .card-body {
    padding: 0px;
}
.customAccordianDiv .card .card-body ul {
    display: inline-block;
    width: 100%;
}
.customAccordianDiv .card .card-body ul li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.customAccordianDiv .card .card-body ul li span {
    display: inline-block;
    min-width: 80px;
}


/*************************/
.formSec {
    background-color: #d4cdc5;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.formSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #2d2d2d;
    margin-bottom: 20px;
}
.formSec .form-control {
    padding: 8px 15px;
    height: auto;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border: 1px solid #2d2d2d;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: 'Avenir LT Pro';
}
.customFormButton {
    width: calc(50% - 15px);
    background: #454d5f;
    color: #fff;
    border: 1px solid #454d5f;
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 !important;
    margin-bottom: 100px;
}

.formSec h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-bottom: 20px;
}
/**************/
/******************/
.launchOfferSec {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/launch-offfer-image.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: cover;
}
.launchInnerDiv {
    display: inline-block;
    width: 100%;
    background-image: url(../images/launch-offer-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 18px 0 80px;
    position: relative;
}
.launchInnerDiv .headingDiv h1 {
    margin-top: 0;
    font-size: 32px;
    color: #d1ae5a;
    background-image: url(../images/heading-icon.svg);
    background-size: 460px 25px;
    padding-bottom: 28px;
    margin-bottom: 15px;
}
.launchOfferSec p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.launchOfferSec p span {
    color: #d1ae5a;
    font-weight: 700;
}
.launchList {
    display: inline-flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 15px;
}
.launchList li {
    display: inline-flex;
    padding: 0 25px;
    position: relative;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.launchList li::after {
    position: absolute;
    content: "";
    right: -7px;
    top: 0;
    width: 14px;
    height: 60px;
    background-image: url(../images/seprator-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.launchList li:last-child::after {
    display: none;
}
.launchList li h6 {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0px;
}
.launchList li h6 strong {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    /* color: #d1ae5a; */
    font-size: 22px;
    white-space: nowrap;
}
.buttonInnerDiv {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.buttonInnerDiv h5 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-style: italic;
    font-family: 'Bell MT';
    color: #d1ae5a;
    font-weight: 300;
}

/***************************/
.customFooter {
    display: inline-flex;
    width: 100%;
    background: #454d5f;
}
.affrimTopFooter {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 12px;
}
.affrimTopFooter .affrimLogo {
    width: 193px;
    display: inline-flex;
}
.socialIcons {
    display: inline-block;
    width: 150px;
    text-align: left;
}
.socialIcons p {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px !important;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.socialMediaList {
    display: inline-block;
}
.socialMediaList li {
    display: inline-block;
    margin-left: 6px;
}
.socialMediaList li a {
    display: inline-block;
}
.socialMediaList li a img {
    display: inline-block;
    width: 30px;
}
.affrimBottomFooter {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -36px;
}
.affrimBottomFooter p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}


.mobileViewOnly {
    display: none !important;
}
.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;
}



.thankyouPage .navbar {
    margin: 0px !important;
}
.thankyouPageDiv {
    display: inline-flex;
    width: 100%;
    height: calc(100vh - 104px);
    align-items: center;
    flex-wrap: wrap;
}
.thankyouPageContent h2 {
    font-size: 42px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.thankyouPageContent h6 {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
label.error{
    color: red;
    float: left;
}
@media only screen and (max-width: 1199px) {
    .bannerSection .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .bannerSection ul.bannerList li::after {
        width: 10px;
        height: 44px;
    }
    .bannerSection .navbar {
        margin-bottom: 130px;
    }
    .bannerSection h1 {
        font-size: 44px;
        padding-bottom: 25px;
        background-size: 450px 26px;
    }
    .bannerSection h4 {
        font-size: 25px;
    }
    .bannerSection ul.bannerList {
        margin-top: 150px;
    }
    .bannerSection ul.bannerList li span {
        font-size: 16px;
    }
    .bannerSection ul.bannerList li strong {
        font-size: 22px;
    }
    .logoDiv img {
        width: 150px;
    }
    .headingDiv h1 {
        font-size: 28px;
        padding-bottom: 28px;
        background-size: 390px 22px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .highlightsDiv ul li span {
        width: 56px;
    }
    .buttonDiv img {
        max-width: 360px;
    }
    .aboutSection {
        padding: 60px 0 50px;
    }
    .facilitiesSec .item h2 {
        font-size: 28px;
    }
    .layoutPlansSec h5 {
        margin-bottom: 60px;
    }
    #sync1 .leftSliderDiv ul li span {
        font-size: 20px;
    }
    #sync1 .leftSliderDiv ul li img {
        width: 36px;
        height: 36px;
    }
    #sync1 .leftSliderDiv p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .locationSec h5 {
        font-size: 16px;
    }
    .launchList li h6 {
        font-size: 12px;
    }
    .launchList li h6 strong {
        font-size: 18px;
    }
    .launchInnerDiv .headingDiv h1 {
        margin-top: 0;
        font-size: 26px;
        background-size: 350px 20px;
        padding-bottom: 22px;
        margin-bottom: 8px;
    }
    .launchList {
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .launchList li {
        height: 50px;
    }
    .launchList li::after {
        height: 50px;
    }
    .launchOfferSec {
        padding: 50px 0;
    }
    .formSec h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .customFormButton {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .bannerSection {
        position: relative;
    }
    .bannerSection .navbar {
        position: unset;
        justify-content: end;
        min-height: 53px;
    }
    .bannerSection .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        background: #454d5f;
        z-index: 1;
        width: 100%;
        padding: 50px 20px 20px;
    }
    .bannerSection .navbar-nav {
        gap: 0;
    }
    .navbar-toggler.collapsed .fa-solid.fa-bars::before {
        content: "\f0c9" !important;
    }
    .bannerSection .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #fff;
    }
     .bannerSection .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none;
     }
    .bannerSection .navbar .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
        padding: 10px 0;
        margin: 0;
    }
    .navbar-toggler .fa-solid.fa-bars::before {
        content: "\f00d" !important;
    }
    .bannerSection .navbar-nav .nav-link {
        color: #fff;
    }
    .bannerSection .navbar-nav .nav-link {
        color: #fff;
        padding: 6px 5px;
        font-weight: 400;
    }
    .bannerSection button.navbar-toggler {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 2;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        transition: all 0.5s ease 0s;
    }
    .bannerSection button.navbar-toggler.collapsed {
        position: unset;
        color: #fff;
    }
    .bannerSection ul.bannerList {
        margin-top: 110px;
    }
    .bannerSection ul.bannerList li span {
        font-size: 12px;
    }
    .bannerSection ul.bannerList li strong {
        font-size: 18px;
    }
    .highlightsDiv ul li {
        padding: 0 2px;
    }
    .highlightsDiv ul li span {
        width: 46px;
    }
    .highlightsDiv ul li p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .layoutPlansSec h5 {
        margin-bottom: 20px;
    }
    .buttonDiv {
        margin-bottom: 30px;
    }
    .locationImgDiv {
        margin-bottom: 30px;
    }
    .locationSec {
        padding: 60px 0 30px;
    }
    .launchList li h6 {
        font-size: 9px;
    }
    .launchList li h6 strong {
        font-size: 13px;
    }
    .buttonDiv img {
        max-width: 300px;
    }
    .formSec h1 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 25px;
        word-spacing: -2px;
    }
    .affrimBottomFooter {
        top: -10px;
    }
    .thankyouPageContent h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .bannerSection {
        background-image: url(../images/mob-banner-01.png);
        background-repeat: no-repeat;
    }
    .bannerSection ul.bannerList {
        margin-top: 20px;
        margin-bottom: 10px;
        background-image: url(../images/banner-sep-mob.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .bannerSection ul.bannerList li {
        width: 49%;
        padding: 6px 5px ;
    }
    .bannerSection ul.bannerList li::after {
        display: none;
    }
    .bannerSection h1 {
        font-size: 35px;
        padding-bottom: 20px;
        background-size: 320px 18px;
        max-width: 260px;
        padding-top: 200px;
        line-height: 33px;
    }
    .headingDiv h1 {
        font-size: 22px;
        padding-bottom: 28px;
        background-size: 320px 19px;
        margin-top: 0;
        padding-left: 14%;
        padding-right: 14%;
        margin-bottom: 0px;
    }
    .highlightsDiv ul {
        flex-wrap: wrap;
    }
    .highlightsDiv ul li {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 15px;
    }
    .highlightsDiv ul li span {
        width: 66px;
    }
    .highlightsDiv ul li p {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 5px;
        text-align: left;
    }
    .facilitiesSec .headingDiv h1 {
        padding-left: 0;
        padding-right: 0;
    }
    .facilitiesSec h5 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .facilitiesSec .owl-nav {
        position: relative;
    }
    .facilitiesSec .owl-nav button {
        position: absolute;
        bottom: 22px;
        top: auto;
        margin: 0 !important;
    }
    .facilitiesSec .item h2 {
        font-size: 25px;
    }
    .facilitiesSec .owl-nav .owl-prev {
        left: 20px;
    }
    .facilitiesSec .owl-nav .owl-next {
        right: 20px;
    }
    #sync1 .item {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 30px;
    }
    #sync1 .leftSliderDiv {
        position: unset;
    }
    #sync1 .rightSliderDiv {
        width: 100%;
    }
    #sync1 .leftSliderDiv {
        width: 100%;
    }
    #sync1 .leftSliderDiv ul {
        display: inline-flex;
        padding-left: 6%;
    }
    #sync1 .leftSliderDiv ul li {
        display: inline-flex;
        width: 100%;
        align-items: center;
        margin: 10px 0 20px;
    }
    #sync1 .leftSliderDiv ul li img {
        width: 28px;
        height: 28px;
    }
    #sync1 .leftSliderDiv ul li span {
        font-size: 16px;
        text-align: left;
        padding-left: 10px;
    }
    #sync1 .leftSliderDiv p {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #sync2 h6 {
        font-size: 15px;
    }
    .desktopViewOnly {
        display: none !important;
    }
    .mobileViewOnly {
        display: inline-block !important;
        width: 100%;
    }
    .layoutPlansSec {
        padding: 30px 0 10px;
    }
    .formSec {
        padding: 40px 0 20px;
    }
    .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: 105px;
    }
    .affrimBottomFooter {
        top: -15px;
    }
    .customFormButton {
        margin-bottom: 40px;
    }

    .launchOfferSec {
        background-image: url(../images/launch-offfer-image-mob.png);
        padding: 40px 0;
    }
    .launchInnerDiv {
        background-image: url(../images/launch-offer-line-mob.svg);
        padding: 15px 0 15px;
        max-width: 286px;
    }
    .launchInnerDiv .headingDiv h1 {
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
        background-size: 270px 14px;
        padding-bottom: 18px;
        margin-bottom: 6px;
    }
    .launchOfferSec p {
        font-size: 15px;
    }
    .launchList {
        flex-wrap: wrap;
    }
    .launchList li::after {
        display: none !important;
    }
    .launchList li {
        height: auto;
        width: 100%;
        padding: 10px 0;
    }
    .launchList li h6 {
        font-size: 14px;
    }
    .launchList li h6 strong {
        font-size: 20px;
        color: #fff;
    }
     .launchList li h6 br {
        display: none;
     }
    .launchList li:first-child h6 strong {
        font-size: 24px;
    }
    .buttonInnerDiv {
        width: 100%;
        position: unset;
        transform: translateX(0);
        padding: 0 20px;
    }
    .buttonInnerDiv h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .thankyouPageDiv {
        justify-content: center;
    }
    .thankyouPageContent {
        display: inline-block;
    }
    .thankyouPageContent h2 {
        padding-top: 260px;
        max-width: 290px;
    }
    .thankyouPageContent h6 {
        max-width: 340px;
    }
    .thankyouPageContent h6 br {
        display: none;
    }
}
