p.section-head {
    font-family: 'Prata';
    font-size: 56px;
    margin-bottom: 20px;
}

p.section-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p.section-name>span {
    display: inline-block;
    position: relative;
}

p.section-name>span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #a7542d;
}

.selldof .title {
    display: none;
}

.selldof_field-container {
    padding: 0;
}

.selldof .form-control,
.sell_do_form_control {
    color: #fff !important;
    background-color: #ffffff12 !important;
    background-image: none !important;
    border: unset !important;
}

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

#popup {
    max-width: 600px;
    width: 40%;
    padding: 20px;
    position: relative;
    background: #1A1A1A;
    margin: 120px auto 0;
}

#close {
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.thankyou {
    color: #fff;
    text-align: center;
}

.common_btn {
    text-align: center;
    background-color: #935f5a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    width: 300px;
    margin: 20px auto 0;
}


/*Header Section*/

header {
    position: fixed;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0 10px 0;
    z-index: 9999;
    transition-property: transform;
    will-change: transform;
    transform: translateY(0%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.74, 0, .24, .99);
}

#site-header.hide {
    transform: translateY(-100%);
}

header .container {
    width: 90%;
    max-width: 90%;
}

header .brand-logo {
    padding: 10px 0 0;
}

header .upper {
    margin-top: 10px;
}

.sticky-header {
    background-color: #181d24;
}

.number-wrapper .sell_do_virtual_numbers {
    font-weight: 400 !important;
    color: #FDEED7 !important;
    letter-spacing: 1.6px;
    font-size: 14px;
    line-height: 17px;
}

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

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

form .form-group {
    margin-bottom: 10px !important;
}

input#submit_form {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Jost' !important;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #dfcc94;
}

.label {
    font-size: 14px;
    color: #222222 !important;
}

label.error {
    position: absolute;
    color: red;
    font-size: 10px;
}

.enq-btn-wrapper a:hover {
    color: #000;
    background-color: #fff;
}

.enq-btn-wrapper a {
    display: inline-block;
    padding: 10px 13px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    width: 180px;
    text-align: center;
    position: unset;
}

.enquire-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    transition-property: transform;
    will-change: transform;
    transform: translateX(100%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.74, 0, .24, .99);
}

.frmclose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 33;
}

.enquire-form.open {
    transform: translateX(0%);
}

.menu-bar.open {
    transform: translateX(0%);
}

.menu-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition-property: transform;
    will-change: transform;
    transform: translateX(-100%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.74, 0, .24, .99);
    z-index: 99999;
}

.menu-wrapper {
    position: absolute;
    width: 100%;
    background-color: #E5E5E5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    right: 0;
    padding: 20px 63px;
    transition-property: transform;
    will-change: transform;
    transform: translateX(-100%);
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.74, 0, .24, .99);
}

.menu-bar.open .menu-wrapper {
    transform: translateX(0%);
}

a.close-menu {
    position: absolute;
    right: -47px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-links {
    margin: 10px 0 0;
}

.nav-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1A1A1A;
    line-height: 17.07px;
    font-weight: 500;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 4px 30px 0;
    display: block;
}

.nav-links a.active {
    color: #DFCC94;
}

.header-enquire {
    padding: 10px!important;
    border: 1px solid #fff;
    border-radius: 30px;
}

.download-brochure-btn {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: calc(100% - 100px);
    border-top: 1px solid #815c3b;
    padding: 10px 0 5px 0;
}

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;
}

.close-btn {
    position: absolute;
    right: 50px;
    margin-top: 20px !important;
}

.menu-icon-mobile,
.close-btn {
    margin: 10px 0 0 10px;
    cursor: pointer;
}

.menu-icon-mobile img,
.close-btn img {
    margin-right: 10px;
    vertical-align: middle;
}

.number-wrapper {
    width: 50px;
    text-align: center;
}

.enq-btn-wrapper {
    margin: 0 20px 0 0;
}

header .lower {
    display: none;
}

.call-us img {
    vertical-align: middle;
    width: 16px;
}

.sell_do_virtual_numbers {
    font-size: 12px !important;
}

.burger-menu {
    display: none;
    padding: 7px 8px;
    margin-top: 25px;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 3px;
    background-color: #935F5A;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
    width: 20px;
    left: 1px;
    margin: unset;
}


/*header .container .row .col-4 {
    padding: 0 0px !important;
}*/


/*************** common Style **********/

.sec-title {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 54.86px;
    font-weight: 200;
    padding-bottom: 15px;
}

.sec-subtitle {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.sec-desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 20px;
    /*opacity: 0.7;*/
}

.section-head {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.sec-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    padding: 15px 0 0;
    opacity: 0.7;
}

.container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.theme-btn {
    background-color: #935f5a;
    border-radius: 27px;
    height: 54px;
    width: 230px;
    font-size: 14px;
    line-height: 52px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: none !important;
}

.selldof .btn {
    background-color: #FFF !important;
    height: 44px !important;
    width: 100%;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    color: #1A1A1A !important;
    text-align: center !important;
    text-transform: uppercase;
    margin-top: 20px !important;
}

.selldof .help-block {
    position: absolute;
    color: #f20c07 !important;
    margin-top: 4px !important;
}

.slider-prev,
.slider-next {
    cursor: pointer;
    position: absolute;
}


/*Footer Section*/

footer {
    float: left;
    width: 100%;
    background-color: #1A1A1A;
    padding: 70px 77px;
}

footer p,
footer p a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

footer .lower {
    padding: 21px 0;
    font-size: 12px;
}

.footer_wrapper {
    padding: 70px 0;
}

.footer-top h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.footer-text {
    padding: 20px 0;
}

.foot-para {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}

.agent {
    padding: 20px 0;
}

.agent span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.agent:before {
    position: absolute;
    content: '';
    width: 235px;
    height: 1px;
    border: 1px solid #CCAE88;
    bottom: 13px;
}

.agent-text {
    padding: 12px;
}

.padd {
    padding: 0 0 15px;
}

.social-links a {
    padding: 0 20px 0;
}

.slide-left.left_animination {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.slide-left {
    opacity: 0;
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.slide-right {
    opacity: 0;
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.slide-right.left_animination {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.slide-up {
    opacity: 1;
    -webkit-animation: blurFadeIn 1s ease-in 1 s backwards;
    -moz-animation: blurFadeIn 1s ease-in 1 s backwards;
    -ms-animation: blurFadeIn 1s ease-in 1 s backwards;
    animation: blurFadeIn 1s ease-in 1s backwards;
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

.in-view {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

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

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


/*Home Section Starts*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2rem 0 0;
    list-style-type: none;
    align-items: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li.slick-active button {
    background-color: #fff;
    width: 35px;
    height: 3px;
    border: 1px solid #fff;
    border-radius: 12px;
}

.slick-dots button {
    display: block;
    width: 15px;
    height: 3px;
    padding: 0;
    background-color: #afa9a9;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 12px;
    border: unset;
    margin: 0 3px;
}

.slide {
     height: 100vh !important; 
    margin: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.slide-2 {
    background-image: url(../images/banner-2.jpg);
}

.slide-3 {
    background-image: url(../images/banner-3.jpg);
}

.slide-1:after,
.slide-2:after,
.slide-3:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-info {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
}

.banner-content .head {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 73.14px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 10px;
}

.banner-content .subhead {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.price {
    padding: 10px 0;
}

.scroll-down {
    background-image: url('../images/scroll.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.scroll-down:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    border: 1px dashed #fff;
    left: 9px;
    top: 6px;
}

.down {
    position: absolute;
    bottom: 5px;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
}


/*Home Section Ends*/


/*About Section Starts*/

.about_wrapper {
    padding: 120px 30px 0 77px;
}

#about {
    padding-bottom: 120px;
}

.progress-div {
    padding: 50px 40px 0;
}

.progress span {
    font-size: 32px;
    line-height: 39.01px;
    font-weight: 300;
}

.progress p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 0;
}

.progress-bar:before {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    top: 0;
    width: 183px;
    background: #E5D7C3;
}

.over {
    overflow: hidden;
    margin: 0 auto;
}

.over img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.over:hover img {
    transform: scale(1.1);
}


/*About Section Ends*/


/*Location Section Starts*/

#location,
#developers {
    background-color: #1C3B31;
}

.location-list {
    background-color: #fff;
    padding: 40px 20px 0;
    height: 550px;
    overflow-y: scroll;
    margin-right: 10px;
    width: 32%;
}

.spec-tab-block .location-list {
    width: 50%;
}

.location-list::-webkit-scrollbar-track {
    border: 1px solid #fff;
    background-color: #C4C4C4;
    margin-right: 10px;
}

.location-list::-webkit-scrollbar {
    width: 3px;
    background-color: #C4C4C4;
}

.location-list::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
}

.set {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    border-bottom: 1px solid #9D9D9C;
}

.set a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #1A1A1A;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    height: auto;
    line-height: 17.07px;
}

.set a i {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.set a.active:after {
    width: 60px;
}

.set a .icon-minus:after,
.set a .icon-minus:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    text-align: center;
    left: 50%;
    background-color: #1A1A1A;
    width: 8px;
    height: 2px;
}

.set a .icon-minus:after {
    width: 8px;
    height: 2px;
    left: 12px;
}

.set a .icon-minus:before {
    width: 2px;
    height: 8px;
    left: 7px;
}

.set a .icon-plus:after {
    width: 8px;
    height: 2px;
    top: 8px;
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    text-align: center;
    left: 50%;
    background-color: #1A1A1A;
}

.set a .icon-plus:before {
    width: 8px;
    height: 2px;
    top: 8px;
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    text-align: center;
    left: calc(50% + 6px);
    background-color: #194162;
}

.set .content {
    padding: 0px 0;
    margin-top: 0px;
    /*z-index: 12;*/
    display: none;
    text-align: center;
}

ul.project-amenities-list strong {
    margin-left: -20px;
    padding-top: 10px;
    display: block;
}

ul.project-amenities-list {
    list-style: none;
    padding: 10px 0 10px 20px;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 18px;
}

ul.project-amenities-list li {
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    text-transform: capitalize;
    text-align: left;
    list-style-type: disc;
    padding-bottom: 10px;
}

.location_wrapper {
    background-color: #fff;
}

.map iframe {
    height: 550px;
}

.experience-box {
    height: 482px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    transition: all 0.8s cubic-bezier(.74, 0, .24, .99);
}

.experience-box:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background-size: 110%;
}

.experience-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1aa1;
    opacity: 0.7;
}


/*Location Section Ends*/

.feature_wrapper {
    background-color: #CCAE88;
    padding: 70px 197px 70px 70px;
    height: 100vh;
}

.feature-1 {
    margin: 0;
}

.features-text {
    padding: 15px 0;
    border-bottom: 1px solid #1A1A1A;
}

.pagingInfo {
    position: absolute;
    left: 0%;
    z-index: 999;
    bottom: -50px;
}

#features .pagingInfo {
    color: #1A1A1A;
    font-size: 18px;
}

.pagingInfo span {
    position: relative;
}

.pagingInfo span:before {
    content: '0';
}

.features-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2rem 0 0;
    list-style-type: none;
    align-items: center;
    position: absolute;
    bottom: -95px;
    top: unset;
    left: 30px;
    transform: translate(-50%, -50%);
}

.features-slider li.slick-active button {
    background-color: #1A1A1A;
    width: 35px;
    height: 3px;
    border-radius: 12px;
}

.features-slider .slick-dots button {
    display: block;
    width: 15px;
    height: 3px;
    padding: 0;
    background-color: #afa9a9;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 12px;
    border: unset;
}

#features .feature img {
    height: 100vh;
}

.invest-slider .sec-title,
.invest-slider .sec-desc {
    font-weight: 600;
}

.properties_wrapper {
    padding: 120px 34px 30px;
}

.property img {
    width: 100%;
}

.property_wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
}

.video_wrapper {
    background-image: url('../images/video.jpg');
    height: 552px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video_wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #1A1A1A;
    opacity: 0.5;
}

.video_wrapper a {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    background-color: #fff;
    width: 72px;
    height: 72px;
    position: absolute;
    display: block;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0;
}

.specifications {
    padding-bottom: 0px;
}

.specifications .location-list {
    background-color: #fff;
    padding: 40px 0px 0;
    height: unset;
    overflow-y: unset;
    margin-right: 0px;
}

.specifications .location-list {
    padding: 0 20px;
}

.specifications .set a {
    padding: 25px 0 30px 57px;
    position: relative;
}

.small-slider li.slick-active button {
    background-color: #935F5A;
    width: 5px;
    height: 5px;
    border: 1px solid #935F5A;
    border-radius: 12px;
}

.small-slider .slick-dots button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    background-color: #CCAE88;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 12px;
    border: unset;
    margin: 0 3px;
}

.small-slider .slick-dots {
    top: unset;
}

.small-slider .slick-prev,
.small-slider1 .slick-prev {
    display: none !important;
}

.small-slider .slider-next,
.small-slider1 .slider-next {
    top: 33%;
    right: -32px;
}

.sec-padd {
    padding: 120px 32px 0;
}

.amenity-item {
    padding: 0 35px 0 0;
}

.amenity-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 15px 0;
}

.amenity-item ul {
    padding: 0px 0 0 20px;
}

.amenity-item ul li {
    list-style: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.7;
    text-align: left;
    position: relative;
    height: 50px;
}

.amenity-blocks .amenity-item ul li {
    color: #fff;
}

.amenity-blocks {
    padding: 70px 35px;
}

.amenity-item ul li:before {
    position: absolute;
    content: '';
    background-image: url('../images/circle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: -22px;
    top: 2px;
}

#amenity-2 {
    background-color: #411F0D;
}

.set a img {
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.accordion-icon {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #95625d;
    border-radius: 50%;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-icon:before {
    /* content: '';
    position: absolute;
    background-image: url('../images/ellipse.png');
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.accordion-icon img {
    margin-right: 0px!important;
    top: 7px;
    left: 7px;
}

.location-tabs {
    background-color: #F1D0B0;
}

.location-tabs a {
    background-color: #F1D0B0;
    font-size: 16px;
    line-height: 28px;
    color: #935F5A;
    width: 220px;
    padding: 15px 0;
    display: inline-block;
    position: relative;
}

.location-tabs a.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #935F5A;
    bottom: -23px;
    left: 40%;
    transform: translateY(-50%);
}

.location-tabs a.active {
    background-color: #935F5A;
    color: #F1D0B0;
}

.location-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1a1a1a;
    opacity: 0.7;
    padding: 30px 0;
}

.floor_wrapper {
    padding: 0 90px 0 0;
}

.floor-block {
    padding: 15px 0;
    border-bottom: 0.75px solid #9d9d9c94;
}

.floor-block p {
    font-size: 12px;
    line-height: 14px;
}

#developers {
    margin: -6px 0;
}

.developers_wrapper {
    padding: 120px 40px;
}

#gallery {
    background-color: #F3F3F3;
}

.gallery-tabs,
.spec-tabs {
    background-color: unset;
    text-align: left;
    border-bottom: 1px solid #9D9D9C;
}

.gallery-tabs a.active,
.spec-tabs a.active {
    background-color: unset;
    border-bottom: 2px solid #1C3B31;
    padding: 20px 20px 15px;
}

.gallery-tabs a.active:before,
.spec-tabs a.active:before {
    position: unset;
    content: unset;
}

.gallery-tabs a,
.spec-tabs a {
    background-color: unset;
    width: unset;
    color: #1C3B31;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.inner-tabs a,
.inner-tabs-1 a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1A1A1A;
    opacity: 0.7;
    text-transform: uppercase;
    background: #E7E7E7;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    padding: 10px 24px;
    display: inline-block;
}

.inner-tabs a.active,
.inner-tabs-1 a.active {
    color: #fff;
    background: #1C3B31;
    opacity: unset;
}

.inner-tabs {
    margin: 20px 0 40px;
}

.item {
    margin: 15px 5px 0;
}

.footer-virtual-no span,
.footer-virtual-no .sell_do_virtual_number_mobile {
    color: #CA9D75!important;
    font-size: 44px;
    line-height: 64px;
}

.img-tag {
    position: absolute;
    bottom: 8px;
    left: 3px;
    color: #fff;
    background-color: #0006;
    font-size: 8px;
    line-height: 17px;
    z-index: 2;
    padding: 0 !important;
    text-transform: capitalize !important;
}

.tc {
    position: absolute;
    bottom: 8px;
    right: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 8px;
    z-index: 2;
}

.form-inner {
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px;
}

.br-download-btn {
    display: none;
}

.top-btn {
    position: fixed;
    right: 20px;
    bottom: 50px;
}


/*About Section Ends*/

@media(min-width:1200px) {
    .nav-links {
        text-align: right;
    }
}