@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Bold.eot');
    src: url('../fonts/AcuminProCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AcuminProCond-Bold.woff2') format('woff2'), url('../fonts/AcuminProCond-Bold.woff') format('woff'), url('../fonts/AcuminProCond-Bold.ttf') format('truetype'), url('../fonts/AcuminProCond-Bold.svg#AcuminProCond-Bold') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../fonts/AcuminVariableConcept/AcuminVariableConcept.eot');
    src: url('../fonts/AcuminVariableConcept/AcuminVariableConcept.woff') format('woff'), url('../fonts/AcuminVariableConcept/AcuminVariableConcept.woff2') format('woff2'), url('../fonts/AcuminVariableConcept/AcuminVariableConcept.eot'), url('../fonts/AcuminVariableConcept/AcuminVariableConcept.eot?#iefix') format('embedded-opentype'), url('../fonts/AcuminVariableConcept/AcuminVariableConcept.otf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'acumin_variable_conceptRg';
    src: url('../fonts/wideblack/acuminvariableconcept-wideultrablack-webfont.woff2') format('woff2'), url('../fonts/wideblack/acuminvariableconcept-wideultrablack-webfont.woff') format('woff');
    /* font-weight: normal; */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-ThEx.eot');
    src: url('../fonts/HelveticaNeueLTStd-ThEx.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-ThEx.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-ThEx.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-ThEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-ThEx.svg#HelveticaNeueLTStd-ThEx') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LexendDeca-Bold';
    /* src: url('../fonts/Fonts/LexendDeca-Bold.ttf'); */
    src: url('../fonts/Fonts/LexendDeca-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NEXADEMO-BOLD';
    /* src: url('../fonts/Fonts/LexendDeca-Bold.ttf'); */
    src: url('../fonts/Fonts/NEXADEMO-BOLD.TTF') format('truetype');
    /* font-weight: 700; */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmsiProCond-Black';
    /* src: url('../fonts/Fonts/LexendDeca-Bold.ttf'); */
    src: url('../fonts/Fonts/AmsiProCond-Black.otf') format('truetype');
    /* font-weight: 700; */
    font-style: normal;
    font-display: swap;
}

.nexademo{
    font-family: 'NEXADEMO-BOLD';
}
.lexenddeca{
    font-family: 'LexendDeca-Bold';
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #ee6e25;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.cred {
    color: red;
}

.h100 {
    height: 100%;
}

.margin-auto {
    margin: auto;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-sm {
    display: none !important;
}

.visible-ipad {
    display: none!important;
}

.hidden-sm {
    display: block
}

.hidden-ipad {
    display: block
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

section {
    float: left;
    width: 100%;
}

section.padding {
    padding: 70px 0;
}


/*Header Section*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0 5px 0;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
}

header.active {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 100000;
}

header .brand-logo img {width: 70px;}

header .upper {}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

header .upper .ctc-wrapper {
    margin-right: 20px;
}

header .upper .enq-btn-wrapper {}

header .upper .enq-btn-wrapper a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    background-color: #6b6b6b;
    text-transform: uppercase;
    line-height: 40px;
}

header .lower {}

header .lower .nav-links {
    text-align: right;
}

header .lower .nav-links a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    color: #838080;
    position: relative;
    font-family: 'HelveticaNeue';
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}

header .lower .nav-links a.active {
    font-weight: bold;
}

header .lower .nav-links a:last-child {
    margin-right: 0px;
}

header .form-container {
    position: absolute;
    width: 300px;
    top: calc(100% + 10px);
    right: 15px;
    background-color: #efece7;
    padding: 10px;
    display: none;
}

header .form-container .frmclose {
    display: none;
}

header .form-container .thankyou {
    margin-bottom: 10px;
}

header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
    z-index: 99999;
}

.call-icon svg {
    width: 50px;
    height: 50px;
    position: relative;
    top: 20px;
}



.revealOnScroll {
    opacity: 0;
}

.enquire-btn {
    background-color: #592A22;
    color: #fff !important;
    font-size: 15px;
    padding: 14px 20px;
    font-weight: bold !important;
    line-height: 21px;
    border-radius: 22px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
}


/* CHANGES FOR QA ------------------------------------------------------------------------------ */

.title {
    display: none;
}

#invest-lifestyle-section {
    padding-bottom: 0px;
}

.home-pagingInfogallery-wrapper {
    position: absolute;
    top: unset;
    bottom: -1%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.selldo-intl-tel-input.iti-container {
    z-index: 999999;
}

.iti-mobile .selldo-intl-tel-input.iti-container {
    z-index: 999999;
}


/*---------------------------- Common CSS Starts -----------------------------*/

.section-name {
    color: #592A22;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    font-family: 'HelveticaNeue';
}

.section-heading {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 100;
    color: #1C1A1A;
}

.section-description {
    font-family: 'HelveticaNeue';
    font-size: 16px;
    line-height: 26px;
    color: #1A1919;
    font-weight: 100;
}

.art-imp,
.tnc {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    padding: 2px 4px;
}

.tnc {
    right: 0;
    left: unset;
}


/*---------------------------- Common CSS Ends -----------------------------*/

.section_ht2 {
    margin-top: 20px;
}

p.call-no:hover {
    /* display: none; */
    position: absolute;
    background-color: #fff;
    width: 155px;
    padding: 10px;
    text-align: center;
}

a.call-icon.extLink {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    padding: 6px 15px;
    color: #288635;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 24px;
    text-align: center;
}


/*---------------------------- Popup  Starts -----------------------------*/

#popup {
    max-width: 600px;
    width: 80%;
    padding: 30px 10px 10px;
    position: relative;
    background: #fff;
    margin: 120px auto 30px;
    border-radius: 5px;
}

#overlay {
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
}

#overlay .frmclosepop {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 25px;
}


/*---------------------------- Popup  Ends -----------------------------*/

.animated {
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.visible-md{
    display: none;
}
/*---------------------------- Banner Section Starts -----------------------------*/

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: 5;
    margin-top: 60px;
}
.nexa {
    color: #FBD48C;
    font-size: 30px;
    line-height: 36px;
    font-family: 'NEXADEMO-BOLD';
    position: relative;
}
.nexa::before {
    content: '';
    position: absolute;
    width: 66px;
    background-color: #FFFFFF;
    height: 6px;
    top: -5px;
}
.nexa1{
    font-size: 43px;
    letter-spacing: 0.43px;
    line-height: 52px;
}
.nexa1::before{
    content: none;
}
.lexe {
    font-size: 65px;
    color: #FBD48C;
    line-height: 78px;
    letter-spacing: -1.24px;
    font-family: 'LexendDeca-Bold';
    position: relative;
}
.lexe1::before{
    content: '';
    position: absolute;
    width: 182px;
    background-color: #FFFFFF;
    height: 6px;
    top: 0px;
    right: 0;
}
.bnr-mg {
    margin-left: 55px;
    margin-top: -20px;
    display: block;
}
.bnr50 {
    display: flex;
    align-items: flex-start;
}
.bhk {
    color: #1A1948;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.28px;
}
.price {
    color: #1A1948;
    font-size: 39px;
    line-height: 47px;
    letter-spacing: 0px;
    border-left: 2px solid #1A1948;
    margin-left: 15px;
    padding-left: 10px;
}
.incl {
    color: #2D2C6B;
    font-size: 5px;
    line-height: 6px;
    font-weight: 600;
    float: right;
}
.tag {
    display: flex;
    background-color: #F2BD44;
    /* height: 60px; */
    align-items: flex-start;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -10px;
}
.duty {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 25px;
    font-family: 'AmsiProCond-Black';
    letter-spacing: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.from {
    font-size: 14px;
    color: #FBD48C;
    line-height: 17px;
    float: right;
    margin-right: 100px;
    margin-top: -70px;
}
.wakad {
    font-size: 19px;
    line-height: 23px;
}
.h-100{
    height: 100%;
}
.home-banner {
    background-image: url('../images/desktop-bg-image.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 110vh;
}
.art-imp {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: fff;
}
.gst-offer-unit {
    position: absolute;
    bottom: 0px;
    left: 0px;
} 
.t\&c {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #000;
}
.only{
    position: absolute;
    top: 0;
    left: 0;
}
.banner-cont {
    text-align: center;
    display: flex;
    justify-content: center;
}
.bnr1 {
    color: #fff;
    font-size: 41px;
    line-height: 49px;
    letter-spacing: 3.24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.celeb {
    margin-bottom: 15px;
    display: grid;
    gap: 20%;
}
.prices {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 43px;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-top: 35px;
}
.prices span{
    color: #EDA34E;
    font-weight: 600;
    font-size: 48px;
}
.allincl {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 300;
}
.last-txt {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 20px;
    display: block;
}
.mgtp30{
    margin-top: 30px;
}
.mgtp30 .t\&c {
    bottom: 85px;
    right: unset;
    left: -25px;
}
.bnr-left{
    max-width: 85%;
}
.img-box{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
}
.bnr-right {
    /* margin-top: 8.75rem; */
    margin-left: 49px;
    width: 36rem;
}

.banner-cap {
    font-size: 24px;
    line-height: 73px;
    font-weight: 500;
    font-family: 'AcuminVariableConcept';
}


/*.home-banner:before{
  background-image: url('../images/sparkle.svg');
  content: '';
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 768px;
}*/

.building {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

.banner-content-wrapper {
    position: relative;
}

.banner-1 {
    font-size: 65px;
    color: #fff;
    line-height: 73px;
    font-weight: 500;
    font-family: 'AcuminVariableConcept';
}

.banner-2 {
    font-size: 82px;
    line-height: 73px;
    color: #fff;
    font-family: 'acumin_variable_conceptRg';
    /* font-weight: bolder; */
    margin: 0;
}

.lction {
    display: flex;
    align-items: center;
}

.banner-2 span,
.banner-3 span {
    color: #EF4136;
}

.banner-3 {
    font-size: 50px;
    line-height: 24px;
    color: #3F393A;
    font-weight: 600;
    font-family: 'Acumin Pro Condensed';
    margin: 0;
}

.price-block {
    position: relative;
    /* left: 33%; */
    width: 90%;
    top: 25px;
}

.book {
    display: inline-block;
    border: 2px solid #EF4136;
    padding: 0;
    border-bottom: none;
}

.book p {
    font-size: 40px;
    line-height: 61px;
    color: #452B23;
    font-weight: 700;
    margin: 0;
    padding: 0 10px;
}

.book span {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    background-color: #EF4136;
    display: block;
    text-align: center;
}

.price-text-wrapper {
    margin-top: -3px;
}

.price-text-wrapper h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 47px;
    color: #452B23;
    display: inline-block;
    border: 2px solid #EF4136;
    padding: 0 10px;
}

.price-text-wrapper .price {
    color: #EF4136;
    font-size: 31px;
    font-weight: 700;
}

.price-text-wrapper .incl {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0px 10px;
}

.address {
    color: #452B23;
    font-size: 32px;
    line-height: 47px;
    font-weight: 700;
}

.read {
    color: #454242;
    text-decoration: underline;
    font-size: 15px;
}

.fade-in-image {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*.fade-in-image img{
  -webkit-animation: fadeIn 8s infinite;
          animation: fadeIn 8s infinite;
}*/


/*.animate-text{
  border-bottom: 2px solid #cc9277;
  margin: 15px auto;
  color: #592A22;
  font-size: 36px;
  line-height: 31px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  max-width: 250px;
  height: 45px;
  text-align: center;
}*/

.word {
    opacity: 0;
    position: absolute;
}

@keyframes w1anim {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
}

@keyframes w2anim {
    25% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes w3anim {
    50% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
}

@keyframes w4anim {
    75% {
        opacity: 0;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.w1 {
    -webkit-animation: w1anim 5s infinite;
    animation: w1anim 5s infinite;
}

.w2 {
    -webkit-animation: w2anim 5s infinite;
    animation: w2anim 5s infinite;
}

.w3 {
    -webkit-animation: w3anim 5s infinite;
    animation: w3anim 5s infinite;
}

.w4 {
    -webkit-animation: w4anim 5s infinite;
    animation: w4anim 5s infinite;
}


/* update section animation */

@keyframes scale1 {
    0% {
        transform: scale(0);
        transform-origin: 50% 50%;
    }
    50% {
        transform: scale(1);
        transform-origin: 50% 50%;
    }
    100% {
        opacity: 1;
    }
}

.scale1 {
    -webkit-animation: scale1 2s ease-in-out 1 forwards;
    opacity: 0;
}

#Group_11506{
    transform:translate(59.849px, 23.36px) scaleY(0.1);
    transition: all 0.7s linear;
}
#Component_1_1:hover #Group_11506{
    transform:translate(59.849px, 23.36px) scaleY(1);
}
#Component_1_1:hover #Group_9086{
    transform: translate(59.849 0)!important;
}

/* #_1,
#glow {
    opacity: 0;
} */

@keyframes scale {
    0% {
        transform: scale(0);
        transform-origin: 50% 50%;
    }
    50% {
        transform: scale(1);
        transform-origin: 50% 50%;
    }
    100% {
        opacity: 0.5;
    }
}

.scale {
    animation: scale 3s ease-in-out 1 forwards;
    /* animation-delay: 4s; */
    opacity: 0;
}

/* #_2,
#_4,
#_3 {
    opacity: 0;
} */

/* .build {
    opacity: 0;
} */

@keyframes svg-shadow {
    from {
        filter: drop-shadow(none);
    }
    to {
        filter: drop-shadow( 0 0 18px #fff) drop-shadow( 0 0 1px #d3c7be) drop-shadow( 0 -30px 15px #d3c7be);
    }
}

.svg-shadow {
    -webkit-animation: svg-shadow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -1000;
    }
}

.lines {
    -webkit-animation: dash 30s linear infinite;
    stroke-dasharray: 4;
}

#Line3 {
    -webkit-animation: dash 30s linear infinite;
    stroke-dasharray: 4;
}

#Line2,
#Line4 {
    -webkit-animation: dash2 30s linear infinite;
    stroke-dasharray: 4;
}

@-webkit-keyframes dash2 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 1000;
    }
}

.txtopacity {
    opacity: 1;
}

.cu {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 15px;
    color: #592A22;
}

.cu span {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 56px;
    color: #424143;
}

.cu h3 {
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 56px;
    color: #424143;
}

.svgpd-tp {
    margin-top: -100px;
    margin-left: 80px;
}


/*---------------------------- Banner Section Ends -----------------------------*/


/*---------------------------- Rolling button Starts -----------------------------*/

.rolling-button {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 5;
    height: 80px;
    overflow: hidden;
}

.offer img {
    width: 147px;
}

.button {
    display: block;
    width: 200px;
    height: 80px;
    position: relative;
    font-family: arial;
}

.button div {
    width: 100%;
    position: absolute;
    text-align: center;
    transform-origin: 50% 50% -30px;
    transition: all .2s ease;
    backface-visibility: hidden;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    font-family: 'HelveticaNeue';
}

.button :nth-child(1) {
    color: #000;
    background-color: #e86d2d;
    transform: rotateX(90deg);
}

.button :nth-child(2) {
    background-color: black;
    color: white;
    transform: rotateX(0deg);
}

.button:hover :nth-child(1) {
    transform: rotateX(0deg);
}

.button:hover :nth-child(2) {
    transform: rotateX(-90deg);
}


/*---------------------------- Rolling button Ends -----------------------------*/


/*-------------------------- leaf Css Start ----------------------------------------*/

/* .falling-leaves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    overflow: hidden;
    z-index: 2;
}

.leaf-scene {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-style: preserve-3d;
}

.leaf-scene div {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/leaf.png) no-repeat;
    background-size: 100%;
    transform-style: preserve-3d;
    backface-visibility: visible;
} */


/*-------------------------- leaf Css Ends ----------------------------------------*/


/*---------------------------- Overview Section Starts -----------------------------*/

.overview-section {
    height: 946px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.name {
    display: inline-block;
}

.line {
    display: inline-block;
    width: 100px;
    border-top: 1px solid #592A22;
    height: 4px;
}

.overview-section .section-description,
.overview-slider-wrapper {
    margin-left: 50px;
}

.brochure-btn-wrapper {
    margin-top: 60px;
}

.download-btn {
    border-radius: 28px;
}

.over-slider-text {
    font-size: 14px;
    line-height: 19px;
    color: #1F1F1F;
    margin-top: 10px;
    width: 75%;
}

.enjoy {
    color: #592A22;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'HelveticaNeue';
    margin-bottom: 40px;
}

.overview-slider-wrapper {
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 50px;
}

.overview-slider .slick-arrow {
    position: absolute;
    top: 0%;
    left: 93%;
    z-index: 5;
    transform: translateX(-50%);
}

.overview-slider .slick-next {
    top: 50%;
}

.overview-slider {
    position: unset !important;
}


/*---------------------------- Overview Section Ends -----------------------------*/


/*------------------------------ article-section Start ----------------------------*/

.article-section {
    background: #F4F4F4;
}

.article-pagingInfogallery {
    position: absolute;
    top: unset;
    bottom: 0%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.article-section .section-description {
    font-family: 'HelveticaNeue';
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 100;
}

.article-section {
    padding-top: 0px!important;
}

.article-section .img-content {
    margin: 0 10px;
}

.article-section .img-content .content h5 {
    font-family: 'HelveticaNeue';
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 100;
    margin: 10px 0 4px 0;
}

.article-section .img-content .content a {
    font-size: 12px;
    line-height: 20px;
    color: #53280D;
}


/*------------------------------ article-section End ----------------------------*/


/*---------------------------- Location Section Starts -----------------------------*/

.location-section {
    text-align: center;
    font-family: 'HelveticaNeue';
    padding-bottom: 70px;
    position: relative;
}

.bg-brown {
    padding: 50px 0px;
    /* margin-top: 50px; */
}

.bg-brown:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70%;
    height: 100%;
    background-color: #592A22;
    z-index: -1;
}

.bg-color:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background-color: #E8E1DC;
    z-index: -2;
}

.v-line {
    height: 100px;
    border-right: 1px solid #592A22;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
}

.location-section .section-description {
    width: 80%;
    margin: auto;
}

.location-section .section-heading {
    margin: 15px 0px;
}

.article-section .section-heading,
p {
    margin: 15px 0px;
}

.loc-slider-heading {
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0px;
    text-transform: uppercase;
}

.location-slider-wrapper {
    color: #fff;
}

.recreation-slider-wrapper .location-slider-content {
    margin-top: 70px;
    margin-left: 0px;
}

.location-slider-content {
    text-align: left;
    margin-left: 70px;
}

.loc-slider-points {
    margin-left: 30px;
    color: #D6DEE0;
    font-size: 18px;
    line-height: 40px;
}

.loc-pagingInfogallery {
    position: absolute;
    top: 75%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #AFBCC5;
    font-size: 24px;
}

.location-slider .slick-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    top: unset;
    bottom: 10%;
    left: 60%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.location-slider .slick-next {
    margin-left: 150px;
}

.maps {
    width: 100%;
    height: 450px;
}

.maps-tabs {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px 10px;
    font-weight: 300;
    color: #B1ACAA;
}

.maps-tabs-wrapper {
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #592A22;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
}

.maps-active-amenity {
    color: #592A22;
    font-weight: 500;
}

.map-toggle-btn {
    position: absolute;
    left: 0%;
}

.mg-bt-70 {
    margin-bottom: 70px;
}

.map-toggle-btn-wrapper {
    position: absolute;
    width: 70%;
    right: 0;
}

.theme-btn {
    font-size: 14px;
    display: inline-block;
    padding: 3px 24px;
    color: #592A22;
    background-color: #fff;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #592A22;
    border-radius: 0px 0px 12px 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.map-toggle-btn .switch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 28px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background .28s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #592A22
}

.map-toggle-btn .switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #592A22;
    border-radius: 50%;
    transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.map-toggle-btn .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(128, 128, 128, .1)
}

.map-toggle-btn input:checked+.switch {
    background: 0 0;
    border: 2px solid #592A22;
}

.map-toggle-btn input:checked+.switch::before {
    left: 32px;
    background: #592A22;
}

.map-toggle-btn input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(0, 150, 136, .2)
}

.i-map {
    display: none
}


/*---------------------------- Location Section Ends -----------------------------*/


/*---------------------------- Development Section Starts ---------------------------*/

.developments-setion {
    text-align: center;
    padding-bottom: 70px;
    font-family: 'HelveticaNeue';
}

.developments-setion .section-heading {
    margin: 15px 0px;
}

.dev-img-wrapper {
    margin: 40px 0px;
}

.dev-img-wrapper svg tspan {
    line-height: 19px;
    fill: #1F1F1F;
}


/*---------------------------- Development Section Ends -----------------------------*/


/*---------------------------- Homes Section Ends -----------------------------*/

.homes-section {
    background-color: #E8E1DC;
    font-family: 'HelveticaNeue';
    padding: 70px 0px;
}

.homes-slider-text {
    color: #fff;
    background-color: #375970;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 15px;
}

.homes-content-wrapper {
    margin-left: 40px;
    margin-top: 30px;
}

.homes-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -2%;
    left: 70%;
    height: 40px;
    width: 40px;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.homes-slider .slick-next {
    margin-left: 120px;
}

.float-a {
    float: right;
}

.float-b {
    float: left;
}


/*---------------------------- Homes Section Ends -----------------------------*/


/*---------------------------- Architecture Section Starts --------------------------*/

.cloud {
    position: absolute;
    top: unset;
    bottom: -100px;
    z-index: 0;
    -webkit-animation: movingclouds 40s linear infinite;
    -moz-animation: movingclouds 40s linear infinite;
    -o-animation: movingclouds 40s linear infinite;
    animation: movingclouds 40s linear infinite;
}

.cloud-2 {
    top: unset;
    bottom: -225px;
    -webkit-animation: movingcloud 80s linear 10s infinite;
    -moz-animation: movingcloud 80s linear 10s infinite;
    -o-animation: movingcloud 80s linear 10s infinite;
    animation: movingcloud 80s linear 10s infinite;
    margin-left: -100%;
}

.cloud-3 {
    top: unset;
    bottom: -250px;
    -webkit-animation: movingcloud3 120s linear 15s infinite;
    -moz-animation: movingcloud3 120s linear 15s infinite;
    -o-animation: movingcloud3 120s linear 15s infinite;
    animation: movingcloud3 120s linear 15s infinite;
    margin-left: -100%;
}

@keyframes movingclouds {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -100%;
    }
}

@keyframes movingcloud {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -100%;
    }
}

@keyframes movingcloud3 {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -100%;
    }
}

.z-index {
    position: relative;
    z-index: 1;
}

#canv {
    position: absolute;
    left: 0;
    top: 0;
}

.architecture-section {
    text-align: center;
    height: 1438px;
    background-position: center;
    font-family: 'HelveticaNeue';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.architecture-section .v-line {
    border-right: 1px solid #fff;
}

.architecture-section .section-name {
    color: #fff;
}

.architecture-section .section-heading {
    color: #fff;
    margin: 10px 0px 20px;
}

.architecture-section .section-description {
    width: 80%;
    margin: auto;
    color: #fff;
}

.architecture-slider-wrapper {
    margin: 30px auto 0px;
    width: 85%;
}

.architecture-slider .slick-arrow {
    width: 40px;
    height: 40px;
}

.architecture-slider img {
    margin: auto;
}

.arch-slider-text {
    color: #fff;
    margin: 10px auto 40px;
    width: 80%;
    font-size: 14px;
    line-height: 19px;
}


/*---------------------------- Architecture Section Ends ---------------------------*/


/*---------------------------- Amenities Section Start ---------------------------*/

.amenities-section {
    text-align: center;
    color: #fff;
    font-family: 'HelveticaNeue';
}

.amenities-section .section-heading {
    margin: 10px 20px;
}

.amenities-section .section-description {
    width: 80%;
    margin: auto;
}

.fitness-pagingInfogallery,
.essential-pagingInfogallery {
    position: absolute;
    top: 75%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #AFBCC5;
    font-size: 24px;
}

.fitness-slider .slick-active img,
.recreation-slider .slick-active img,
.essential-slider .slick-active img {
    animation: zoomImg 5s;
    /*transition-delay: 2s;*/
    -webkit-animation: zoomImg 5s;
    -moz-animation: zoomImg 5s;
    -o-animation: zoomImg 5s;
    -ms-animation: zoomImg 5s;
}

@keyframes zoomImg {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.fitness-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 13%;
    left: 127%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.fitness-slider .slick-next {
    margin-left: 150px;
}

.recreation-slider-wrapper {
    background-color: #E8E1DC;
    color: #1A1919;
    padding: 50px 0px;
}

.recreation-slider-wrapper .container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.recreation-slider-wrapper .loc-slider-heading {
    color: #1C1A1A;
}

.recreation-slider-wrapper .loc-slider-points {
    color: #1A1919;
}

.recreation-pagingInfogallery {
    position: absolute;
    bottom: 5%;
    left: 12%;
    transform: translate(-50%, -50%);
    color: #76848E;
    font-size: 24px;
}

.recreation-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -7%;
    left: -60%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}

.recreation-slider .slick-next {
    margin-left: 150px;
}

.essential-pagingInfogallery {
    position: absolute;
    top: 89%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #AFBCC5;
    font-size: 24px;
}

.essential-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: 0%;
    left: 127%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.essential-slider .slick-next {
    margin-left: 150px;
}


/*---------------------------- Amenities Section Ends ---------------------------*/


/*---------------------------- Specification Section Starts -------------------------*/

.specification-section {
    padding-top: 70px;
}

.specification-content-wrapper {
    margin-right: 30px;
}

.specification-section .section-description {
    margin: 30px 0px 40px;
}

.specification-section .brochure-btn-wrapper {
    position: absolute;
    bottom: 60px;
}

.specification-pagingInfogallery {
    position: absolute;
    top: unset;
    bottom: 0%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.specification-slider .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -2%;
    left: 70%;
    width: 40px;
    height: 40px;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.specification-slider .slick-next {
    margin-left: 120px;
}

.specification-slider-wrapper {
    margin-top: 100px;
    margin-bottom: 25px;
}

.spec-slider-heading {
    display: flex;
    align-items: flex-start;
}

.spec-slider-heading img {
    margin-right: 10px;
}

.spec-slider-points {
    padding-left: 60px;
    margin-top: 15px;
    font-size: 15px;
}

.points-heading {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    width: 100%;
}

.specification-points-slider .slick-slide {
    margin-right: 30px;
}

.specification-points-slider .slick-next:hover svg circle,
.specification-points-slider .slick-prev:hover svg circle {
    fill: #325064;
}

.specification-points-slider .slick-arrow {
    width: 48px;
    height: 48px;
}

.specification-points-slider .slick-next {
    right: -45px;
}

.specification-points-slider .slick-prev {
    left: -45px;
}


/*---------------------------- Specification Section Ends ----------------------*/


/*---------------------------- Youtube Section Starts ----------------------*/

.youtube-section {
    text-align: center;
}

.yt-video {
    width: 100%;
    height: 350px;
}

.video-slider .slick-prev {
    left: -54px;
}

.testimoni-slider {
    padding-bottom: 50px;
}


/*---------------------------- Youtube Section Ends ----------------------*/


/*---------------------------- aboutUs Section Ends ---------------------------*/

.aboutUs-section {
    text-align: center;
    font-family: 'HelveticaNeue';
    color: #fff;
    padding: 70px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutUs-section .section-heading {
    color: #fff;
}

.about-tabs-wrapper {
    margin: 20px auto;
}

.about-tabs-wrapper a:first-child {
    border-radius: 25px 0 0 25px;
}

.about-tabs-wrapper a:last-child {
    border-radius: 0 25px 25px 0;
}

.about-tabs {
    color: #BE7757;
    background-color: #fff;
    padding: 10px 0px;
    border: 1px solid #fff;
    font-size: 14px;
    width: 190px;
    margin: 0 -3px;
    display: inline-block;
}

.about-active-amenity {
    color: #fff;
    background-color: #BE7757;
}

.aboutUs-section .section-description {
    color: #fff;
    text-align: left;
}
.rera-desc-wrapper{
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 0 10px;
    justify-content: center;
    align-items: center;
}

.about-numbers {
    margin-top: 40px;
}

.builder-history {
    border-left: 1px solid #fff;
    padding: 20px 0 20px 40px;
    text-align: left;
}

.beyondWalls-logo {
    text-align: right;
}

.numbers {
    font-size: 36px;
    line-height: 26px;
}

.number-description {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
}


/*---------------------------- aboutUs Section Ends ---------------------------*/


/*Footer Section*/

/*.copyright-text {
    width: 70%;
    float: left;
    text-align: left;
}
*/
.copyright-text a {
    color: #fff;
}

.estatmint-logo {
    width: 30%;
    float: right;
    text-align: right;
}

.footer {
    margin-top: 20px;
}

.desktop-line {
    margin-top: 150px;
}

.footer .section-description {
    color: #FFFFFFAD;
}

.footer-lower {
    margin-top: 20px;
}
.builder-logo{
    padding:0 10px 0 0;
}

/*----------------------- aboutUs Section Starts ---------------------------------*/

.privacy {
    margin-top: 40px;
}

.section-title {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    padding-bottom: 20px;
}

.text-blue {
    color: #219fc3;
}

.section-para {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

.text-black {
    color: #323233;
    font-weight: 400;
}

.pos-top {
    position: relative;
    top: 20px;
}
.footerUpperWrapper{
    display: flex;
    align-items: center;
}

.qrcode-wrapper {
    display: flex;
    justify-content: center;
    /* position: absolute;
    bottom: 150px;
    left: 50%; */
}
.qrcode-1{
    padding: 10px;
    max-width: 120px;
}
.qrcode-1 img{
    max-width: 100%;
}

.qrcode-1 p{
    margin-top: 0px;
    font-size: 14px;
}
/*----------------------- aboutUs Section Ends ---------------------------------*/