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

.header-bg {
    background: #fff;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray
}

header .brand-logo {
    padding-top: 2px
}

.brand-logo .project-logo {
    display: none
}

header .logo-header img {
    width: 107px;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 9999;
    vertical-align: middle
}

header.header-bg .logo-header img {
    width: 115px;
    margin-top: 0px;
}

header .project-logo {
    width: 104px;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    display: block
}

header.header-bg .project-logo {
    width: 58px !important;
    margin-top: 0px;
}

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

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

header .enq-btn-wrapper {
    padding: 15px 15px 0 0;
}

.sell_do_virtual_numbers,.sell_do_virtual_number_mobile,.virtual_numbers {
    color: #fff !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mob-icon {
    vertical-align: middle;
    width: 16px
}

.download-icon {
    width: 20px;
    vertical-align: sub
}

.headerCallNumber {
    padding: 15px;
    margin-top: 5px
}

.headerCallNumber img {
    vertical-align: middle
}

.form-container .form-text {
    text-align: center !important;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #151d47;
    font-weight: 500
}

header .lower .nav-links {
    text-align: right;
    padding: 25px 0 0;
}

.nav-links li {
    display: inline-block;
    list-style-type: none
}

header .lower .nav-links a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    color: #000;
    position: relative;
    text-align: center;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

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

header .form-container {
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    position: absolute;
    width: 370px;
    top: 70px;
    right: 15px;
    background-color: #fff;
    padding: 10px;
    display: none;
    color: #303030;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,.06);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.06);
    z-index: 9999
}

header .form-container .frmclose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #3e6874;
    font-size: 30px;
    border: 1px solid #3e6874;
    padding: 4px 7px 4px;
    line-height: 20px;
    display: inline-block
}

header .form-container .thankyou {
    margin: 10px 0;
    text-align: center
}

header .form-container .selldof .form-group {
    margin-bottom: 12px !important
}

header .form-container .selldof label {
    margin-bottom: 0 !important
}

.form-container .bro {
    display: none
}

.selldof .help-block {
    position: absolute !important;
    margin-top: 0px !important;
    font-size: 12px;
    line-height: 16px;
    bottom: -12px
}

.sell_do_input_verify_c .help-block {
    position: relative !important
}

header .form-container .selldof .help-block {
    margin-bottom: 0 !important;
    bottom: -5px !important
}

.selldof .title {
    display: none
}

.selldof textarea.form-control {
    height: 34px !important;
    resize: none
}

.form-group label:nth-child(1) {
    display: block
}

.selldof .checkbox input[type=checkbox] {
    height: 25px
}

.selldof label.checkbox,.selldof label.radio {
    margin-bottom: -5px;
    display: inline-block;
    color: #000 !important;
    margin-left: 4px;
    margin-top: 0;
    margin-right: 10px
}

.footer-form-wrapper .selldof label.checkbox,.footer-form-wrapper .selldof label.radio {
    color: #fff !important
}

.selldof .btn,.sell_do_ctc_btn,.selldof .btn,.sell_do_verify_btn {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #00a9d7 !important;
    border: 1px solid #00a9d7 !important;
    width: 100%;
    margin-top: 10px !important;
    text-transform: uppercase;
    padding: 12px 20px !important;
    line-height: 24px !important
}

.sell_do_verify_btn {
    padding: 5px 12px !important
}

.sell_do_verify_container {
    padding: 5px 0 0 5px !important
}

.sell_do_verify_resend_link {
    color: #fff !important
}

.selldof_col-lg-4,.selldof_col-lg-6,.selldof_col-lg-12,.selldof_col-md-4,.selldof_col-md-6,.selldof_col-md-12,.selldof_col-sm-4,.selldof_col-sm-6,.selldof_col-sm-12,.selldof_col-xs-4,.selldof_col-xs-6,.selldof_col-xs-12 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.thankyou {
    text-align: center
}

.footer-form-wrapper .thankyou {
    text-align: center;
    padding: 50px 10px
}

.footer-form-wrapper {
    color: #fff;
    width: 500px;
    max-width: 100%;
    padding: 10px
}

.contac-us-form-wrapper .selldof .form-control,.contac-us-form-wrappe .sell_do_form_control,.form-container .selldof .form-control,.form-container .sell_do_form_control {
    background-color: #f1f3e3 !important;
    border: 1px solid #e2e2ea !important
}

footer {
    float: left;
    width: 100%;
    color: #fff;
    background-color: #191919;
    font-weight: 300;
    font-size: 14px
}

footer a {
    color: #fff
}

footer .lower {
    padding: 20px 0 15px
}

.footer-logo {
    text-align: center;
    padding: 0px 10px
}

.rera-sec {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.fixed-enquire-now {
    position: fixed;
    right: -84px;
    top: 45%;
    padding: 10px 20px;
    background-color: #00a9d7;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #00a9d7;
    font-weight: 400
}

.callwrap {
    background-color: #1d71b8;
    padding: 5px 10PX;
    position: fixed;
    right: -198px;
    z-index: 9;
    top: 30%;
    width: 40px;
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,.6);
    box-shadow: 1px 0px 4px rgba(0,0,0,.6);
    width: 240px;
    display: table;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 999;
    margin-top: 5px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.callwrap.active {
    right: 0px
}

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

.callmeon p.callnumber {
    margin-bottom: 0 !important
}

.callmeon p {
    font-size: 18px;
    font-weight: bold;
    color: #303030
}

.callme img {
    vertical-align: middle;
    width: 24px
}

label {
    color: #092d58;
    font-weight: 500
}

label span {
    color: red
}

.customForm .form-group-wrapper {
    margin-bottom: 9px;
    padding: 0 10px;
    position: relative
}

.customForm .form-group-wrapper select,.customForm .form-group-wrapper input[type=text],.customForm .form-group-wrapper input[type=tel],.customForm .form-group-wrapper input[type=email],.customForm .form-group-wrapper textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 7px;
    outline: 0;
    color: #3c446b;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px
}

.customForm .form-group-wrapper input[type=tel] {
    padding-left: 45px
}

.customForm .form-group-wrapper textarea {
    resize: none;
    padding: 7px;
    height: 50px
}

.form-group-wrapper .submit-btn {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    padding: 10px 20px;
    background-color: #00a9d7;
    color: #fff;
    border: 1px solid #00a9d7
}

label.error {
    color: red !important;
    position: absolute;
    left: 0px;
    bottom: -15px;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: normal;
    width: 100%;
    display: block
}

label.error {
    left: 12px !important
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 9999
}

.intl-tel-input {
    width: 100%;
    display: block
}

.customForm .sent .form-group-wrapper {
    display: none
}

.thankyou {
    font-weight: bold
}

.cta-wrapper {
    margin-top: 30px
}

.hide {
    display: none
}

.theme-btn {
    display: inline-block;
    padding: 12px 10px;
    color: #fff;
    background: #00a9d7;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 26px;
    cursor: pointer;
    font-size: 12px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    border-radius: 6px
}

.sec-title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .22px;
    margin-bottom: 10px
}

.sec-heading {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px
}

.subHeading {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px
}

.subHeading2 {
    font-size: 26px;
    line-height: 28px
}

.sec-desc {
    font-size: 20px;
    line-height: 28px
}

.slick-slide img.visible-sm {
    display: none
}

.bx-wrapper .bx-pager {
    padding-top: 10px
}

.bx-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    border-radius: 100px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1d71b8
}

.img-desc {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 5px 2px;
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    z-index: 99
}

.img-desc-right {
    left: unset;
    right: 5px
}

.img-desc-top {
    left: unset;
    right: 5px;
    top: 5px;
    bottom: unset
}

.tnc {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 5px 2px;
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    z-index: 99
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5)
}

.bAnimDelay,.banner-overlay {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.z1 {
    z-index: 1
}

.list li {
    padding: 5px 0
}

.slick-arrow {
    cursor: pointer
}

#home,.banner_ht {
    width: 100%;
    min-height: 60vh
}

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

.slide-1 {
    background-image: url("../images/banner-desktop.jpg")
}

.slide-2 {
    background-image: url("../images/Premier_banner_main_site.jpg");
    background-size: 100% 100%
}

.tagline-wrapper {
    padding: 10px 30px;
    position: absolute;
    top: 55%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.tag-1 {
    font-size: 62px;
    line-height: 65px;
    padding-bottom: 20px
}

.tag-2 {
    font-size: 28px;
    line-height: 35px;
    padding: 3px 10px;
    background-color: #6f5038;
    display: inline-block;
    z-index: 1;
    position: relative
}

.tag-3 {
    font-size: 24px;
    line-height: 28px;
    padding: 25px 15px 10px;
    background-color: #a78667;
    display: inline-block;
    margin-top: -20px
}

.tag-4 {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0
}

.tag-5 {
    font-size: 22px;
    line-height: 26px
}

.bannerCTA {
    margin-top: 30px
}

.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh
}

#home .slick-arrow,.ind-slider-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

#home .arrowLeft,.ind-slider-wrapper .arrowLeft {
    left: 5px
}

#home .arrowRight,.ind-slider-wrapper .arrowRight {
    right: 5px
}

.rera-banner {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    left: 5px
}

.scroll-down-wrapper {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99
}

.scroll-down {
    -webkit-animation: mover .5s infinite alternate;
    animation: mover .5s infinite alternate;
    cursor: pointer
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.whataspp {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    color: inherit !important
}

.whataspp img {
    width: 40px;
    display: block;
    margin: 0 auto
}

.high-wrapper {
    margin: 30px 0 150px
}

.high-box {
    padding: 10px;
    width: 220px
}

.high-box:after {
    content: "";
    background-image: url("../images/dotted-line.svg");
    width: 82px;
    height: 12px;
    position: absolute;
    right: -45px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.high-box:last-child:after {
    display: none
}

.high-box img {
    display: inline-block !important
}

.community-left {
    padding: 0px 100px 0 0
}

.overviewImg {
    margin-top: -250px;
    border-radius: 7px;
    display: block
}

.loc-left {
    padding-right: 60px
}

.loc-right {
    margin-bottom: 30px
}

.accordian-wrapper {
    padding: 20px 0
}

.accordian-title {
    padding: 12px 15px;
    margin-top: 10px;
    background-color: rgba(255,255,255,.5);
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
    cursor: pointer;
    font-size: 18px
}

.accordian-title img {
    vertical-align: middle
}

.accordian-content {
    padding: 0px 7px 15px;
    display: none;
    background-color: #fff
}

.accordian-title.active_accordation {
    border-bottom: 0;
    font-weight: 600;
    background-color: #fff
}

.loc-list {
    max-height: 125px
}

.custom-scroll {
    overflow-y: auto;
    margin-right: 2px
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee;
    border-radius: 10px
}

.custom-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(149,193,31,.1);
    border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #be9a43;
    border-radius: 10px
}

.map-explore {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.map-iframe {
    height: 300px
}

.amenity-wrapper {
    margin-top: 30px
}

.ame-box {
    background-color: #d2edf6;
    padding: 45px 15px;
    width: 390px;
    margin: 7px;
    font-size: 20px
}

.ame-box img {
    display: inline-block
}

.amenity-wrapper .slick-slide {
    margin: 0 7px
}

.site-visit-cta {
    margin-left: 30px
}

.fp-wrapper {
    margin-top: 30px
}

.fp-box {
    margin: 10px 30px
}

.fp-box img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.center-enq {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.opulant-left {
    padding-right: 80px
}

.gallery-wrapper {
    margin-top: 30px
}

.gallery-slider .item {
    margin: 0 15px
}

.gallery-arrow-wrapper .slick-arrow {
    padding: 0 5px
}

.gal-title {
    margin-top: 10px
}

.abt-box {
    width: 450px;
    position: absolute;
    opacity: 0
}

.abt-high-img {
    padding: 0 30px
}

.abt-high-head {
    font-size: 20px
}

.abt-box-1,.abt-box-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.abt-box-1 {
    top: 10%;
    left: 30px;
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important
}

.abt-box-2 {
    bottom: 10%;
    left: 30px;
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important
}

.abt-box-3,.abt-box-4 {
    text-align: left
}

.abt-box-3 {
    top: 10%;
    right: 30px;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important
}

.abt-box-4 {
    bottom: 14%;
    right: 30px;
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important
}

.privacy-policy-list {
    list-style-type: lower-alpha
}

.privacy-policy-list li {
    padding: 5px 0
}

.ty-banner {
    background-image: url("../images/thank_you_background.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.animpins {
    -webkit-animation: pinsAnim ease-in 1;
    animation: pinsAnim ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes pinsAnim {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pinsAnim {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.revealOnScroll {
    opacity: 0
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

header.header-bg .project-logo