body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}

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: #ab8a29;
}

::selection {
    background-color: #ab8a29;
    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;
}


ul,
ol {
    padding: 0;
}
body {
    background: #f1f1f1;
}
.mobileVisible {
    display: none !important;
}
@media only screen and (min-width: 1550px ) {
    .container {
        max-width: 1500px;
    }
}


.bannerSec {
    display: inline-block;
    width: 100%;
    background: #2d2d2d;
    position: relative;
    margin-bottom: 30px;
}
.bannerSlider .item {
    float: left;
    width: 100%;
    position: relative;
}
.bannerSlider .owl-nav {
    display: none !important;
}
.bannerSlider .owl-dots {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 60px;
    z-index: 9;
}
.bannerSlider .owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 8px;
    background: transparent !important;
    border: 1px solid #ab8a29 !important;
}
.bannerSlider .owl-dot.active {
    background: #ab8a29 !important;
}
.bannerContent {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}
.bannerContent h1 {
    padding: 50px 0;
    color: #fff;
    font-family: 'Constantia';
    text-transform: uppercase;
    font-size: 60px;
    display: inline-block;
    width: 100%;
    text-shadow: 3px 3px 7px rgb(0 0 0);
}
a.bannerBnt {
    float: left;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ab8a29;
    background: #2d2d2d;
    padding: 0 20px;
    font-size: 50px;
    z-index: 1;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    font-family: 'Century Gothic';
}
a.bannerBnt span {
    float: left;
    border-left: 2px solid #ab8a29;
    border-right: 2px solid #ab8a29;
    padding: 0 20px;
    border-radius: 50px;
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
}
a.bannerBnt small {
    display: inline-flex;
    width: 50px;
    font-size: 15px;
    line-height: 15px;
    align-items: center;
    font-family: 'Century Gothic';
}


/**********************/
.aboutSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.pehraGraphText {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.pehraGraphText p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #202020;
    font-family: 'Century Gothic';
    max-width: 1270px;
}
.customHeading {
    display: inline-block;
    width: 100%;
    padding: 50px 0 52px;
    text-align: center;
    background-image: url(../images/heading-top.png), url(../images/heading-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    margin-bottom: 50px;
}
.customHeading h1 {
    font-family: 'Constantia';
    font-size: 40px;
    text-transform: uppercase;
    color: #ab8a29;
    margin: 0;
}
.threImagesDiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 90px;
}
.videoDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.videoDiv video {
    display: inline-block;
    width: 100%;
    max-width: 1140px;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
}



/********************/
.everythingYouNeed {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #d4cdc5;
}
.eveYouNeedContent {
    display: inline-block;
    width: 100%;
}
.eveYouNeedContent h2 {
     font-family: 'Constantia';
    font-size: 40px;
    text-transform: uppercase;
    color: #ab8a29;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.eveYouNeedContent p {
    display: inline-block;
    width: 100%;
    padding: 0 19%;
    font-size: 20px;
    color: #202020;
    font-family: 'Century Gothic';
    margin-bottom: 70px;
    margin-top: 15px;
}
.customButton {
    width: 388px;
    height: 69.3px;
    display: inline-flex;
    background-image: url(../images/button-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    font-family: 'Century Gothic';
    font-size: 25px;
    font-weight: 600;
    padding: 10px 50px 10px 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
}
.customButton img {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.primeLocationSec {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background-color: #2d2d2d;
    text-align: center;
}
.primeLocationSec h2 {
     font-family: 'Constantia';
    font-size: 40px;
    text-transform: uppercase;
    color: #ab8a29;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.primeLocationSec p {
    display: inline-block;
    width: 100%;
    font-size: 19px;
    color: #fff;
    font-family: 'Century Gothic';
    margin-bottom: 30px;
    max-width: 1160px;
}
.primeLocationSec iframe {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    aspect-ratio: 1.78;
    border: none !important;
    margin-bottom: 50px;
}


/**********************/
.salesPackagesSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/packages-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.salesPackagesSec h2 {
    font-family: 'Constantia';
    font-size: 45px;
    text-transform: uppercase;
    color: #cfa666;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.salesPackagesSec ul {
    display: inline-flex;
    width: 100%;
    padding: 0px;
    max-width: 740px;
}
.salesPackagesSec ul li {
    display: inline-block;
    font-family: 'Century Gothic';
    padding-right: 20px;
    position: relative;
    text-align: center;
    min-width: 230px;
}
.salesPackagesSec ul li:nth-child(1) h4,
.salesPackagesSec ul li:nth-child(2) h4 {
    font-size: 40px;
}
.salesPackagesSec ul li::after {
    content: "";
    position: absolute;
    right: 4px;
    width: 1px;
    height: 100%;
    top: 0;
    background: #cfa666;
}
.salesPackagesSec ul li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #000000 !important;
    background: #cfa666;
    z-index: 1;
}
.salesPackagesSec ul li:last-child::after,
.salesPackagesSec ul li:last-child::before {
    display: none;
}
.salesPackagesSec ul li span {
    display: inline-block;
    font-family: 'Century Gothic';
    width: 100%;
    font-size: 20px;
    color: #fff;
}
.salesPackagesSec ul li h4 {
    display: inline-block;
    font-family: 'Constantia';
    width: 100%;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 35px;
}
.salesInnerDiv {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 40px 0;
}
.salesInnerDiv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: -70px;
    top: 0;
    position: absolute;
    background-image: url(../images/packages-lines.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 6;
}
/*************/
.redefinedSec {
    display: inline-block;
    width: 100%;
    padding: 150px 0;
    background-image: url(../images/modern-living-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.redefinedSec h2 {
    display: inline-block;
    width: 100%;
    font-family: 'Century Gothic';
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    margin: 0px;
    text-shadow: 3px 3px 7px rgb(0 0 0);
}
.redefinedSec h2:first-child {
    padding-right: 180px;
}



/****************/
.facilitiesSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.facilitiesSec p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #202020;
    font-family: 'Century Gothic';
    max-width: 900px;
    margin-bottom: 40px;
}
.facilitiesSlider .owl-nav {
    display: none !important;
}
.facilitiesSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.facilitiesSlider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #cccccc !important;
    margin: 15px 5px 0;
}
.facilitiesSlider .owl-dot.active {
    background: #ab8a29 !important;
}


/************************/
.homeSystemSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #d4cdc5;
    text-align: center;
}
.homeSystemSec h2 {
    font-family: 'Constantia';
    font-size: 40px;
    text-transform: uppercase;
    color: #ab8a29;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
}
.homeSystemSec p {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #393939;
    font-family: 'Century Gothic';
    margin-bottom: 30px;
    max-width: 1160px;
}
.sysImageCollage {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 15px;
}
.leftSysImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.leftSysImage img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.rightSysImage {
    display: inline-flex;
    flex-wrap: wrap;
}
.rightSysImage img {
    width: 100%;
}
.rightSysImage img:nth-child(1) {
    margin-bottom: 15px;
}
.rightSysImage img:nth-child(2) {
    width: calc(50% - 7.5px);
}
.rightSysImage img:nth-child(3) {
    width: calc(50% - 7.5px);
    margin-left: 15px;
}


/****************************/
.layoutSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.layoutSec .container {
    max-width: 1200px;
}
.layoutSec p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #202020;
    font-family: 'Century Gothic';
    margin-bottom: 40px;
}
.layoutSlder .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.layoutSliderOuterDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}
div#sync2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
#sync2 h6 {
    margin: 0;
    display: inline-flex;
    aspect-ratio: 1 / 1;
    width: 80px;
    border-radius: 50px;
    background: #f1f1f1;
    align-items: center;
    justify-content: center;
    color: #ab8a29;
    border: 1px solid #ab8a29;
    font-size: 38px;
    font-family: 'Constantia';
}
#sync2 .current h6 {
    background: #ab8a29;
    color: #f1f1f1;
    border: 1px solid #ab8a29;
}
.leftSliderDiv {
    display: inline-block;
    width: 100%;
    padding: 150px 50px 0 30px;
}
.leftSliderDiv h3 {
    font-family: 'Constantia';
    font-size: 32px;
    text-transform: uppercase;
    color: #ab8a29;
    margin: 0 0 25px;
}
.leftSliderDiv > img {
    max-width: 430px;
}
.layoutSlder .item ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
.layoutSlder .item ul li {
    display: flex;
    padding: 0;
    font-family: 'Century Gothic';
    align-items: center;
    font-size: 24px;
}
.layoutSlder .item ul img {
    width: 40px;
    margin-right: 15px;
}
.rightSliderDiv {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}
.rightSliderDiv img {
    display: inline-block;
    width: 100%;
}
.layoutSlder .owl-dots,
.layoutSlder .owl-nav {
    display: none !important;
}
/*************************/
.contactUsSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}
.contactUsSec h2 {
    font-family: 'Constantia';
    font-size: 55px;
    text-transform: uppercase;
    color: #cfa666;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
}
.contactUsSec p {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-family: 'Century Gothic';
    margin-bottom: 30px;
    max-width: 1160px;
}
.contactUsSec .form-control {
    padding: 10px 15px;
    height: auto;
    display: inline-block;
    width: 100%;
    font-family: 'Century Gothic';
    font-size: 18px;
    border: 1px solid #d4cdc5;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
}
.customFormButton {
    width: calc(50% - 15px);
    background: #ab8a29;
    color: #fff;
    border: 1px solid #ab8a29;
    padding: 8px 10px;
    font-family: 'Century Gothic';
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px !important;
}
/******************/
.customFooter {
    background: #2d2d2d;
    display: inline-block;
    width: 100%;
}
.customFooter hr {
    width: 80%;
    margin-left: 10%;
    background: #ffffff;
    margin-top: 60px;
}
.customFooter h2 {
    font-family: 'Constantia';
    font-size: 55px;
    text-transform: uppercase;
    color: #cfa666;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}
.customFooter p {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-family: 'Century Gothic';
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}
.imageBtn {
    display: inline-block;
    max-width: 380px;
}
.topFooter {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 12px;
}
.topFooter .affrimLogo {
    width: 193px;
    display: inline-flex;
}
.socialMediaList {
    display: inline-block;
    padding: 0;
}
.socialMediaList li {
    display: inline-block;
    margin-left: 15px;
}
.socialMediaList li:first-child {
    margin-left: 0;
}
.socialMediaList li a {
    display: inline-block;
}
.socialMediaList li a img {
    display: inline-block;
    width: 35px;
}
.bottomFooter {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    top: -30px;
}
.bottomFooter p {
    font-size: 15px !important;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}
.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 !important;
    text-transform: uppercase;
    color: #fff;
}


.thankyouPage {
    display: inline-flex;
    width: 100%;
    padding: 15px;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url(../images/thankyou-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    text-align: center;
}
.thankyouText {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 500px;
}
.thankyouText h2 {
     font-family: 'Constantia';
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.thankyouText p {
    font-size: 15px !important;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

label.error {
    color: red;
    float: left;
}
.videoDiv {
    position: relative;
}

.videoDiv video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}





@media only screen and (max-width: 1549px) {
    .bannerContent h1 {
        padding: 10px 0;
    }
    .eveYouNeedContent h2 {
        font-size: 37px;
    }
    .eveYouNeedContent p {
        padding: 0 9%;
    }
    .redefinedSec h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .layoutSec {
        padding: 10px 0 60px;
    }
    .homeSystemSec h2 {
        font-size: 36px;
    }
    .homeSystemSec p {
        font-size: 18px;
    }
    .salesPackagesSec .container {
        max-width: 1040px;
    }
    .customFooter h2,
    .contactUsSec h2 {
        font-size: 45px;
    }
    a.bannerBnt {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .bannerContent h1 {
        padding: 0px 0;
        font-size: 43px;
        margin: 0;
    }
    .bannerSlider .owl-dot {
        width: 13px;
        height: 13px;
    }
    .bannerSlider .owl-dots {
        bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .bannerContent h1 {
        font-size: 30px;
    }
    .bannerContent {
        padding: 50px 0;
    }
    a.bannerBnt small {
        width: 42px;
        font-size: 13px;
        line-height: 13px;
    }
    a.bannerBnt {
        font-size: 32px;
        padding: 0 16px;
        bottom: -24px;
    }
    a.bannerBnt span {
        padding: 0 16px;
    }
    .aboutSec {
        padding: 40px 0;
    }
    .pehraGraphText p {
        font-size: 16px;
    }
    .customHeading h1 {
        font-size: 26px;
    }
    .customHeading {
        padding: 30px 0 32px;
        background-size: 600px;
        margin-bottom: 30px;
    }
    .threImagesDiv {
        margin-bottom: 50px;
    }
    .eveYouNeedContent h2 {
        font-size: 22px;
    }
    .eveYouNeedContent p {
        padding: 0;
        font-size: 16px;
        margin-bottom: 50px;
        margin-top: 5px;
    }
    .customButton {
        width: 318px;
        height: 57px;
        font-size: 22px;
    }
    .primeLocationSec h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .primeLocationSec p {
        font-size: 16px;
    }
    .redefinedSec h2 {
        font-size: 30px;
        line-height: 39px;
    }
    .redefinedSec h2:first-child {
        padding-right: 80px;
    }
    .facilitiesSec p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .facilitiesSec {
        padding: 50px 0 40px;
    }
    .layoutSec p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #sync2 h6 {
        width: 55px;
        font-size: 28px;
    }
    .leftSliderDiv {
        padding: 80px 0px 0 10px;
    }
    .leftSliderDiv h3 {
        font-size: 26px;
        margin: 0 0 15px;
    }
    .leftSliderDiv > img {
        max-width: 300px;
    }
    .layoutSlder .item ul {
        margin-bottom: 20px;
    }
    .layoutSlder .item ul li {
        font-size: 20px;
    }
    .layoutSlder .item ul img {
        width: 35px;
        margin-right: 10px;
    }
    .homeSystemSec h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .homeSystemSec p {
        font-size: 16px;
    }
    .salesPackagesSec h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .salesPackagesSec ul {
        max-width: 620px;
    }
    .salesPackagesSec ul li {
        min-width: 180px;
    }
    .salesPackagesSec ul li span {
        font-size: 16px;
    }
    .salesPackagesSec ul li:nth-child(1) h4, .salesPackagesSec ul li:nth-child(2) h4 {
        font-size: 34px;
    }
    .salesPackagesSec ul li h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .salesInnerDiv::before {
        left: 0;
    }
    .salesInnerDiv {
        padding: 40px 0 40px 40px;
    }
    .customFooter h2, .contactUsSec h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .customFooter p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .container.text-center.mt-5.pt-4 {
        margin-top: 30px !important;
    }
    .customFooter hr {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .bottomFooter p {
        margin-top: 15px !important;
    }
    .imageBtn {
        max-width: 280px;
    }
    .custom-play-button {
        width: 60px;
        height: 60px;
    }
    .videoDiv video {
        aspect-ratio: 1 / 0.55;
    } 
}

@media only screen and (max-width: 767px) {
    .bannerContent {
        top: 15px;
    }
    .mobileVisible {
        display: inline-block !important;
    }
    .mobileHidden {
        display: none !important;
    }
    .bannerContent h1 {
        font-size: 42px;
        max-width: 300px;
        line-height: 40px;
    }
    .homeSystemSec p br,
    .layoutSec p br,
    .facilitiesSec p br,
    .primeLocationSec p br,
    .eveYouNeedContent p br,.pehraGraphText p
    .pehraGraphText p br {
        display: none;
    }
    .homeSystemSec p,
    .layoutSec p,
    .facilitiesSec p,
    .primeLocationSec p,
    .eveYouNeedContent p,
    .pehraGraphText p {
        font-size: 14px;
        text-align: justify;
        text-align-last: center;
        line-height: 18px;
    }
    .customHeading {
        padding: 24px 0 25px;
        background-size: 268px;
        margin-bottom: 30px;
        background-image: url(../images/heading-top-mob.png), url(../images/heading-bottom-mob.png);
    }
    .customHeading h1 {
        font-size: 20px;
        max-width: 320px;
        margin: 0 auto;
    }
    .eveYouNeedContent h2 {
        font-size: 20px;
        max-width: 415px;
        margin: 0 auto 10px;
    }
    .bannerSec .container {
        padding: 0px;
    }
    .customButton {
        width: 285px;
        height: 50px;
        font-size: 18px;
    }
    .customButton img {
        width: 16px;
    }
    .eveYouNeedContent p {
        margin-bottom: 20px;
    }
    .eveYouNeedImage {
        display: inline-block;
        width: 100%;
        margin-top: 35px;
    }
    .primeLocationSec iframe {
        aspect-ratio: 1;
        margin-bottom: 40px;
    }
    .primeLocationSec {
        padding: 50px 0;
    }
    .redefinedSec {
        padding: 70px 0;
        background-image: url(../images/modern-living-bg-mob.png);
    }
    .redefinedSec h2 {
        font-size: 28px;
        line-height: 32px;
        max-width: 300px;
        float: right;
        padding-right: 10px;
    }
    .layoutSlder .item {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    div#sync2 {
        width: 100%;
        max-width: 400px;
        left: 50%;
        transform: translateX(-50%);
    }
    .leftSliderDiv > img {
        max-width: 80%;
        margin-bottom: 25px;
    }
    .customButton.mt-5 {
        margin-top: 20px !important;
    }
    .homeSystemSec h2 {
        font-size: 20px;
    }
    .customFooter h2, .contactUsSec h2 {
        font-size: 32px;
        margin-bottom: 10px;
        max-width: 370px;
    }
    .bottomFooter p {
        margin-top: 25px !important;
        font-size: 10px !important;
    }
    .contactUsSec .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .customFormButton {
        width: 100%;
        margin-top: 0 !important;
    }
    .contactUsSec form {
        max-width: 360px;
        margin: 0 auto;
    }
    .threImagesDiv .owl-nav {
        display: none !important;
    }
    .threImagesDiv .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .threImagesDiv .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background: #cccccc !important;
        margin: 15px 5px 0;
    }
    .threImagesDiv .owl-dot.active {
        background: #ab8a29 !important;
    }
    .salesPackagesSec h2 {
        margin-bottom: 30px;
        max-width: 240px;
        position: relative;
    }
    .salesPackagesSec h2::after {
        content: "";
        width: 1px;
        height: 35px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background: #cfa666;
        position: absolute;
        bottom: -40px;
    }
    .salesPackagesSec ul {
        display: inline-block;
        width: 100%;
    }
    .salesPackagesSec {
        text-align: center;
    }
    .salesPackagesSec .customButton {
        margin-left: 0 !important;
        margin-top: -20px !important;
    }
    .salesPackagesSec ul li {
        min-width: 180px;
        padding: 25px 0;
        width: 100%;
    }
    .salesPackagesSec ul li::after {
        right: 0;
        width: 100%;
        height: 1px;
        top: auto;
        background: #cfa666;
        bottom: 0;
    }
    .salesPackagesSec ul li::before {
        right: 50%;
        top: auto;
        bottom: -4px;
        transform: translateX(50%);
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 2px solid #000000 !important;
        background: #cfa666;
        z-index: 1;
    }
    .salesPackagesSec ul li:nth-child(1) h4, .salesPackagesSec ul li:nth-child(2) h4 {
        font-size: 30px;
    }
    .salesPackagesSec ul li:nth-child(2) h4 {
        width: auto;
    }
    .salesPackagesSec ul li:nth-child(2) span  {
        width: auto;
    }
    .salesPackagesSec ul li:nth-child(3) h4 {
        width: auto;
    }
    .salesPackagesSec ul li h4 {
        font-size: 22px;
    }
    .salesInnerDiv {
        padding: 50px 30px 0;
        text-align: center;
        max-width: 345px;
        margin: 0 auto;
        display: block;
    }
    .salesInnerDiv::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(../images/packages-lines-mobile.png);
        background-position: center 0px;
        background-size: 100% auto;
    }
    .primeLocationSec h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #sync2 h6 {
        width: 52px;
        font-size: 24px;
    }
    .thankyouPage {
        background-image: url(../images/thankyou-bg-mob.png);
    }
    .thankyouText {
        max-width: 265px;
    }
    .thankyouText h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .custom-play-button {
        width: 40px;
        height: 40px;
    }
    
    .videoDiv video {
        aspect-ratio: 1 / 0.77;
    }
    .socialIcons {
        width: 130px;
    }
    .topFooter .affrimLogo {
        width: 140px;
    }
    .socialMediaList li a img {
        width: 30px;
    }
}
