html {
    -webkit-tap-highlight-color: transparent;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px 0;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}
.header-bg {
    box-shadow: 0 0 5px grey;
}
header .logo-header img {
    transition: width 0.3s ease-in-out;
}
header .brand-logo .logo-header img {
    display: inline-block;
    position: relative;
    z-index: 7;
    vertical-align: middle;
}
header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}
header .upper .ctc-wrapper {
    margin-right: 20px;
}
header .enq-btn-wrapper {
    padding: 0;
}
.sell_do_virtual_number_mobile,
.sell_do_virtual_numbers {
    color: #000 !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.mob-icon {
    vertical-align: middle;
    width: 16px;
}
.download-icon {
    width: 20px;
    vertical-align: sub;
}
.headerCallNumber {
    padding: 0 15px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.3);
    cursor: pointer;
}
.headerCallNumber img {
    vertical-align: middle;
}
header .lower .nav-links {
    text-align: right;
    padding: 6px 0 0;
}
.nav-links li {
    display: inline-block;
    list-style-type: none;
}
header .lower .nav-links a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 15px;
    line-height: 26px;
}
header .lower .nav-links a.active {
    font-weight: 500;
}
header .form-container {
    transition: top 0.5s ease-in-out;
    position: absolute;
    width: 300px;
    top: 58px;
    right: 15px;
    background-color: #fff;
    padding: 10px;
    display: none;
    color: #303030;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.06);
    z-index: 7;
}
header .form-container .frmclose {
    position: relative;
    top: 0;
    right: 0;
    color: #3e6874;
    font-size: 30px;
    border: 1px solid #3e6874;
    padding: 4px 8px;
    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-btn {
    display: none;
}
.selldof .help-block {
    position: absolute !important;
    margin-top: 0 !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:first-child {
    display: block;
}
.selldof .checkbox input[type="checkbox"] {
    height: 25px;
}
.selldof label.checkbox,
.selldof label.radio {
    display: inline-block;
    color: #000 !important;
    margin: 0 10px -5px 4px;
}
.footer-form-wrapper .selldof label.checkbox,
.footer-form-wrapper .selldof label.radio {
    color: #fff !important;
}
.sell_do_ctc_btn,
.sell_do_verify_btn,
.selldof .btn {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: #9d7341 !important;
    border: 1px solid #9d7341 !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-wrappe .sell_do_form_control,
.contac-us-form-wrapper .selldof .form-control,
.form-container .sell_do_form_control,
.form-container .selldof .form-control {
    background-color: #f1f3e3 !important;
    border: 1px solid #e2e2ea !important;
}
footer {
    float: left;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    background-color: #380d0d;
    font-weight: 300;
    font-size: 14px;
}
footer,
footer a {
    color: #fff;
}
footer .lower {
    padding: 12px 0;
}
.footer-logo {
    text-align: center;
    padding: 0 10px;
}
.rera-sec {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.callme img {
    vertical-align: middle;
    width: 24px;
}
.contact {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.icon-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer-text {
    font-size: 16px;
    color: #848484;
    line-height: 16px;
    font-weight: 400;
}
.foot-icon-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: 25% 25% 25%;
}
label {
    color: #092d58;
    font-weight: 500;
}
label span {
    color: red;
}
.customForm .form-group-wrapper {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}
.customForm .form-group-wrapper input[type="email"],
.customForm .form-group-wrapper input[type="tel"],
.customForm .form-group-wrapper input[type="text"],
.customForm .form-group-wrapper select,
.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: #87bdcd;
    color: #092d58;
    border: 1px solid #3e6874;
}
label.error {
    color: red !important;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400;
    width: 100%;
    display: block;
    left: 12px !important;
}
.iti-mobile .intl-tel-input.iti-container {
    z-index: 7;
}
.intl-tel-input {
    width: 100%;
    display: block;
}
.customForm .sent .form-group-wrapper {
    display: none;
}
.thankyou {
    font-weight: 700;
}
.theme-btn {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #9d7341;
    transition: background 0.5s;
    line-height: 24px;
    cursor: pointer;
    min-width: 158px;
    text-align: center;
    font-weight: 500;
    border-radius: 24px;
}
.sec-title,
.theme-btn {
    font-size: 16px;
    text-transform: uppercase;
}
.sec-title {
    line-height: 26px;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
}
.sec-heading {
    font-size: 62px;
    line-height: 64px;
    padding-bottom: 20px;
    font-weight: 100;
}
.subHeading {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
}
.subHeading2 {
    font-size: 26px;
    line-height: 28px;
}
.arrow-wrapper {
    padding-left: 12px;
}
.sec-desc {
    font-size: 14px;
    line-height: 26px;
}
.slick-slide img.visible-sm {
    display: none;
}
.bx-wrapper .bx-pager {
    padding-top: 10px;
}
.bx-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-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.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #1d71b8;
}
.img-desc {
    position: absolute;
    left: 5px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px;
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    z-index: 3;
}
.img-desc-right,
.img-desc-top {
    left: unset;
    right: 5px;
}
.img-desc-top {
    top: 5px;
    bottom: unset;
}
.banner-img-desc{
    position: absolute;
    left: 50px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px;
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    z-index: 3;
}
.tnc {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px;
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    z-index: 3;
}
.dis-flex {
    display: flex;
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.bAnimDelay,
.banner-overlay {
    animation-delay: 0.5s;
}
.z1 {
    z-index: 1;
}
.list li {
    padding: 5px 0;
}
.slick-arrow {
    cursor: pointer;
}
#home {
    width: 100%;
    min-height: 60vh;
}
.slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-2 {
    background-color: #ead9be;
}
.banner-wrapper {
    padding: 0 50px;
}
.tagline-wrapper {
    padding: 30px;
    border: 2px solid #9d7341;
    border-left: none;
}
.tag-1 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 20px;
}
.tag-2 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 2.5px;
    display: inline-block;
}
.tag-2:before {
    left: -100px;
}
.tag-2:after,
.tag-2:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background-color: #9d7341;
}
.tag-2:after {
    right: -100px;
}
.tag-3 {
    padding-top: 10px;
    font-size: 18px;
}
.tag-3 span {
    font-weight: 600;
    font-size: 20px;
}
.rera-text {
    position: absolute;
    font-size: 9px;
    color: #000;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.banner-cs {
    font-size: 26px;
    margin-top: 40px;
}
.bannerCTA {
    margin-top: 30px;
}
.approve {
    margin: -50px 50px 0 0;
    vertical-align: middle;
}
.over-right {
    padding: 30px 0 0 50px;
}
.over-left {
    padding: 50px 0 0;
}
.over_wrapper {
    padding: 30px 0 50px;
}
.over-outer {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    background-color: #fff;
    height: 122px;
    width: 162px;
    display: inline-block;
    margin: 8px 16px 8px 0;
    padding: 15px 10px 15px 20px;
}
.over-inner p {
    font-size: 14px;
    line-height: 18px;
}
.project-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 30px;
}
.proj-btn-wrapper {
    position: absolute;
    display: inline-block;
    background-color: #9d7341;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    cursor: pointer;
    z-index: 5;
}
.proj-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
    font-size: 14px;
    line-height: 22px;
    transform: scaleY(0);
    transition: all 0.3s linear;
    transform-origin: bottom;
}
.proj-content-wrapper p {
    position: absolute;
    bottom: 20px;
}
.ame {
    padding: 70px 0 0;
}
.location {
    height: 804px;
}
.location:before {
    background: transparent linear-gradient(180deg, #385984, rgba(56, 89, 132, 0)) 0 0 no-repeat padding-box;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 441px;
}
.br {
    border: 1px solid #707070;
    padding: 30px 0;
    margin: 0 30px;
}
.map iframe {
    height: 650px;
}
.loc-box-wrapper {
    padding: 0 15px;
}
.loc-icon-img {
    position: absolute;
    top: 30px;
    left: 45px;
}
.loc-content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 35px;
    width: 100%;
}
.loc-head {
    font-size: 20px;
}
.loc-desc {
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.6);
}
.loc-head.title {
    margin-bottom: 5px;
}
.getDir {
    border: 1px solid #9d7341;
    border-radius: 100%;
    padding: 94px 51px;
    color: #9d7341;
    bottom: -70px;
    left: -270px;
    z-index: 2;
}
.enqNow,
.getDir {
    position: absolute;
}
.enqNow {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 94px 54px;
    color: #000;
    left: calc(50% - 270px);
    z-index: 1;
    top: 11px;
}
.gd-wrap {
    margin-top: 5px;
}
.cons-1 {
    margin: 0 30px !important;
}
.construction_slider {
    padding: 0 0 30px;
}
.construction_slider .slick-slide img {
    width: 100%;
    display: inline-block !important;
}
.construction_slider .slider-prev {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
}
.construction_slider .slider-next {
    position: absolute;
    bottom: -30px;
    right: calc(50% - 50px);
}
.construction_slider > div {
    margin: 30px 0;
}
.abt-right {
    padding-left: 80px;
}
.abt-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
@media (min-width: 1100px) {
    .proj-img-wrapper:hover .proj-content-wrapper {
        transform: scaleY(1);
    }
}
.privacy-policy-list {
    list-style-type: lower-alpha;
}
.privacy-policy-list li {
    padding: 5px 0;
}
.revealOnScroll {
    opacity: 0;
}
.animated {
    animation-duration: 1.2s;
    animation-fill-mode: both;
}
@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: a;
}
@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: b;
}
@keyframes c {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: c;
}
@keyframes d {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: d;
}
@keyframes e {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: e;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }
}
@media only screen and (max-width: 1100px) {
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-5 {
        width: 20%;
    }
    .hidden-md {
        display: none;
    }
    .visible-md {
        display: block;
    }
    header .lower .nav-links a {
        margin-right: 4px;
        font-size: 13px;
    }
    .slide-1 {
        background-image: url(../images/banner-ipad.jpg);
        background-position: 50%;
    }
    .banner-wrapper.dis-flex {
        display: block;
        text-align: center;
        height: auto !important;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .table-cell{
        display: block;
        margin-top: 15px;
    }
    .about-sec {
        display: block !important;
        justify-content: center;
        align-items: center;
    }
    .banner-wrapper {
        padding: 30px 50px;
    }
    .tagline-wrapper {
        border: 2px solid #9d7341;
        border-top: none;
        width: 90%;
        margin: 0 auto;
        clear: both;
        float: none;
        padding: 50px 30px;
    }
    .tagline-wrapper .col-12 {
        float: none;
    }
    .rera-text {
        bottom: -35px;
    }
    .over-right {
        padding: 0;
    }
    .over-left {
        text-align: center;
    }
    .project-box-wrapper {
        padding: 10px;
    }
    .proj-content-wrapper {
        transform: unset;
        transform-origin: unset;
        transition: unset;
        display: block;
    }
    .construction_slider > div {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 992px) {
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-5 {
        width: 20%;
    }
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    .menu-icon-mobile {
        display: block;
        width: 45px;
        padding: 10px;
        border-radius: 5px;
        margin: 0;
        position: relative;
        top: 0;
        right: 0;
        background-color: #9d7341;
    }
    .menu-icon-mobile > span {
        display: block;
        height: 3px;
        width: 100%;
        margin: 2px 0;
        background-color: #fff;
        float: right;
        border-radius: 6px;
    }
    header .brand-logo {
        padding-top: 8px;
    }
    header .nav-links {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        background-color: #1f1811;
        width: 100%;
        height: 100%;
        z-index: 7;
        padding-top: 20px;
    }
    .nav-links li {
        display: block;
        text-align: center;
    }
    header .nav-links a {
        text-align: center;
        line-height: 40px !important;
        color: #fff;
        margin-top: 0;
        margin-right: 0;
    }
    header .lower .nav-links a:last-child {
        margin-right: 0;
    }
    header .lower .nav-links a {
        margin-right: 0;
        color: #fff;
        margin-top: 15px;
        font-size: 18px;
    }
    .bar1,
    .bar2,
    .bar3 {
        transition: 0.4s;
    }
    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 6px);
        width: 100% !important;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        transform: rotate(45deg) translate(-4px, -4px);
        width: 100% !important;
    }
    .mob-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #9d7341;
        font-size: 14px;
        font-weight: 600;
        z-index: 3;
        border-top: 1px solid #ccc;
    }
    .mob-footer a {
        display: block;
        line-height: 30px;
    }
    .mob-footer a.mob-enq-btn {
        background: #9d7341;
        padding: 5px 0 2px;
    }
    .mob-footer .mob-call-btn,
    .mob-footer a.mob-enq-btn {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
    .mob-footer .mob-call-btn {
        margin: 5px 0;
        border-right: 1px solid #fff;
    }
    .sell_do_virtual_number_mobile,
    .sell_do_virtual_numbers {
        color: #fff !important;
    }
    header .upper .enq-btn-wrapper {
        margin-right: 50px;
        margin-top: 15px;
    }
    header .upper .ctc-wrapper {
        margin-right: 5px;
    }
    header .upper .number-wrapper {
        margin-right: 15px;
        margin-top: 25px;
    }
    header .enq-btn-wrapper {
        padding: 0 75px 0 0;
    }
    footer {
        padding-bottom: 40px;
    }
    .headerCallNumber {
        padding: 12px 15px 0 0;
    }
    .ipad-center {
        text-align: center;
    }
    .slick-slide img.hidden-sm {
        display: none !important;
    }
    .slick-slide img.visible-sm {
        display: block !important;
    }
    .sec-heading {
        font-size: 52px;
        line-height: 56px;
    }
    .tagline-wrapper {
        padding: 20px;
    }
    .banner-wrapper {
        padding: 10px 50px;
    }
    .rera-text {
        bottom: -65px;
    }
    .over_wrapper {
        padding: 20px 0;
    }
    .over-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
    .over-inner p {
        padding-left: 20px;
    }
    .over-outer {
        height: 65px;
        width: 100%;
        display: inline-block;
        margin: 0 0 10px;
    }
    .enqNow {
        padding: 56px 17px;
        bottom: -100px;
        right: -60px;
    }
    .ame {
        padding: 20px 0 0;
    }
    .sh-pd-lt-2,
    .sh-pd-lt-3 {
        padding-left: 0;
    }
    .loc-box-wrapper .disInBlock {
        display: block;
    }
    .loc-desc-wrapper {
        padding: 0;
    }
    .getDir {
        left: auto;
        right: 10px;
        padding: 56px 13px;
    }
    .loc-box-wrapper {
        padding: 0 5px;
    }
    .arrow-wrapper {
        padding-left: 5px;
    }
    .plan_wrapper {
        padding: 0 0 50px;
    }
    .plan_wrapper .slick-slide img {
        display: inline-block !important;
    }
    .proj-content-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }
    .plan_wrapper .slider-prev {
        position: absolute;
        bottom: 0;
        left: calc(50% - 50px);
    }
    .plan_wrapper .slider-next {
        position: absolute;
        bottom: 0;
        right: calc(50% - 50px);
    }
    .abt-right {
        padding: 0;
    }
    .whatsapp-btn {
        background: #4ac04b;
        width: auto;
        padding: 5px;
        border-radius: 100%;
        position: fixed;
        left: 10px;
        bottom: 42px;
        z-index: 6;
    }
    .whatsapp-btn svg {
        width: 45px;
        fill: #fff;
        overflow: hidden;
        vertical-align: middle;
    }
    .foot-icon-wrap {
        justify-content: unset;
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .col-xs-1 {
        width: 8.3333333333%;
    }
    .col-xs-2 {
        width: 16.6666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.3333333333%;
    }
    .col-xs-5 {
        width: 41.6666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.3333333333%;
    }
    .col-xs-8 {
        width: 66.6666666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.3333333333%;
    }
    .col-xs-11 {
        width: 91.6666666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12-5 {
        width: 20%;
    }
    .container {
        padding: 0 15px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .mob-footer .sell_do_virtual_numbers {
        font-size: 14px !important;
    }
    .sell_do_verify_container {
        padding: 50px 20px 0 !important;
    }
    header {
        height: auto;
        padding: 8px 0;
    }
    header .nav-links {
        padding: 10px 20px;
        top: 57px;
    }
    header .brand-logo .logo-header img {
        width: 170px;
    }
    header .form-container {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: -100% !important;
        width: 100% !important;
        height: 100%;
        padding: 30px 20px !important;
        transform: translate(0);
        z-index: 7;
        overflow-y: scroll;
    }
    header .form-container.show {
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
    }
    header .form-container .frmclose {
        display: inline-block;
    }
    .iti-mobile .selldo-intl-tel-input.iti-container {
        z-index: 7;
    }
    .menu-icon-mobile {
        right: 0;
    }
    .thankyou {
        padding: 50px 0;
        text-align: center;
    }
    footer {
        font-size: 12px;
    }
    footer .lower .imp-info {
        text-align: center !important;
    }
    .rera {
        font-size: 12px;
    }
    .copyrt {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    }
    .foot-icon-wrap {
        grid-template-columns: auto auto;
        justify-content: inherit;
        row-gap: 10px;
    }
    .contact {
        font-size: 20px;
    }
    .footer-text {
        font-size: 13px;
    }
    .icon-flex {
        justify-content: inherit;
    }
    .text-left-mob {
        text-align: left !important;
    }
    .padding {
        padding: 30px 0;
    }
    .sec-title {
        font-size: 12px;
        line-height: 36px;
    }
    .sec-heading {
        font-size: 32px;
        line-height: 36px;
        font-weight: 400;
    }
    .subHeading {
        font-size: 26px;
        line-height: 36px;
    }
    .subHeading2 {
        font-size: 20px;
        line-height: 28px;
    }
    .sec-desc {
        font-size: 14px;
        line-height: 26px;
    }
    .slide-1 {
        background-image: url(../images/banner-mobile.jpg);
        background-position: 50%;
    }
    .banner-wrapper {
        padding: 10px 15px;
    }
    .bannerImg {
        height: 40vh;
    }
    .tagline-wrapper {
        width: 95%;
        height: 38vh;
        padding: 10px;
    }
    .tag-1 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .tag-2 {
        font-size: 20px;
        line-height: 26px;
    }
    .tag-2:before {
        width: 50px;
        left: -70px;
    }
    .tag-2:after {
        width: 50px;
        right: -70px;
    }
    .tag-3 {
        font-size: 16px;
    }
    .tag-3 span {
        font-size: 18px;
    }
    .banner-cs {
        font-size: 16px;
        margin-top: 30px;
    }
    .rera-text {
        bottom: -10px;
    }
    .over-right {
        padding: 0;
    }
    .project-wrapper {
        padding: 0 0 10px;
    }
    .project-box-wrapper {
        padding: 10px 0;
    }
    .loc-desc-wrapper {
        padding: 0;
    }
    .loc-icon-img {
        top: 20px;
        left: 20px;
    }
    .loc-content-wrapper {
        padding: 10px 20px;
    }
    .loc-head {
        font-size: 15px;
        line-height: 20px;
    }
    .loc-desc {
        font-size: 13px;
    }
    .theme-btn.gd {
        font-size: 12px;
        padding: 5px;
        min-width: 135px;
    }
    .gd-wrap {
        margin-top: 0;
    }
    .loc-head.title {
        margin-bottom: 0;
    }
    .map iframe {
        height: 445px;
    }
    #construction {
        padding: 30px 0 50px !important;
    }
    .cons-1 {
        margin: 0 20px !important;
    }
    .floating-btn {
        display: none;
    }
}
@media (max-width: 375px) and (max-height: 560px) {
    .tagline-wrapper {
        height: 100%;
    }
    .rera-text {
        bottom: -40px;
    }
}
@media only screen and (max-width: 320px) {
    .tag-1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .tag-2 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .proj-content-wrapper p {
        font-size: 10px;
        line-height: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1292px) {
    .over-outer {
        width: 149px;
    }
}
/*# sourceMappingURL=style.css.map */


/* new-css */

.theme-btn-2{
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #9d7341;
    transition: background .5s;
    line-height: 24px;
    cursor: pointer;
    min-width: 158px;
    text-align: center;
    font-weight: 500;
    border-radius: 24px;
}
.dwn-brochure {
    margin-top: 10px;
}
.floating-btn {
    position: fixed;
    right: -50px;
    top: 50%;
    z-index: 10;
    rotate: 270deg;
}
.enq-btn{
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    background: #9d7341;
    line-height: 24px;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
    font-weight: 500;
}
.tagline-wrapper{
    height: 500px !important;
}
.about-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.floorplan{
    margin: 10px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    /* margin: 10% auto; */
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#brochure-form {
    padding-block: 20px;
}
.form-group input {
    padding-left: 20px;
    height: 45px;
    width: 100%;
}
#brochure-form h5 {
    padding-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
}
.sub-btn button{
    padding: 12px 20px;
    color: #fff;
    background: #9d7341;
    line-height: 24px;
    cursor: pointer;
    min-width: 158px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}
@media (max-width: 798px){
    .modal-content {
    width: 90%;
}
}
.grecaptcha-badge{
    display: none;
}
#brochure-form .form-group{
    margin-bottom: 20px;
}
/* topform */
#topform{
    padding: 0px 10px 10px 10px;
}
#topform label{
    font-size: 12px;
    font-weight: bold;
    color: #092d58;
}
.formError{
    text-align: left !important;
    color: red;
}
#topform .form-group input{
    background-color: #f1f3e3;
    border: 1px solid #e2e2ea;
    width: 100%;
    height: 34px;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
}
#topform .form-group textarea{
    background-color: #f1f3e3;
    border: 1px solid #e2e2ea;
    width: 100%;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
}
#topform .form-group{
    margin-bottom: 12px;
}
.topsubmit-btn button{
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #9d7341;
    border: 1px solid #9d7341;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 12px 20px;
    line-height: 24px;
    cursor: pointer;
}
#top-phone{
    padding-left: 52px !important;
}
#topform .iti__selected-flag{
    height: 30px;
    background-color: transparent;
}
#brochure-form .iti__selected-flag{
    height: 44px;
}
.iti{
    width: 100%;
}
.formError{
    color: red !important;
}
.dropdown:hover .dropdown-content {display: block;}
  
  .dropdown {
    position: relative;
    display: inline-block;
    /* margin-bottom: 10px; */
  }
  .dropdown li{
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    /* margin-top: 10px; */
    padding-left: 5px;
    min-width: 170px;
    background-color: #ffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 8px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0px !important;
    text-align: left !important;
  }
  .dropdown-content li a:hover{
    font-weight: 500;
  }
  .menu-row {
    display: flex;
    align-items: center;
}
.nav-links a img {
    vertical-align: -20px;
    margin-top: -5px;
}
.padding-big-top {
    padding: 120px 0 70px;
}

@media(max-width: 798px){
    .dropdown-content{
        /* display: block; */
        position: relative;
        margin-top: 0px;
        padding-left: 5px;
        min-width: auto;
        background-color: transparent;
        text-align: center;
        box-shadow: none;
        z-index: 1;
        padding: 0px;
    }
    .dropdown-content a{
        text-align: left;
    }
    .dropdown-content li a{
        margin-top: 8px !important;
        padding: 0px;
        font-size: 15px !important;
    }
    .nav-links li {
        display: block;
        text-align: left;
        margin-left: 30px;
    }
    .dropdown li{
        margin-left: 20px;
    }
    .nav-links a img {
        margin-top: 0px;
        margin-right: 10px;
    }
}
#allow_whats-error {
    font-size: 10px !important;
}