@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 14px
}

body {
    font-size: 1rem;
    color: #222;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important
}

a {
    text-decoration: none;
}

p {
    line-height: 24px
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
}

h2 {
    font-size: 36px;
}

h2 span {
    font-weight: bold;
    color: #e7a129;
}

h3 {
    font-size: 19px;
    line-height: 26px
}

ul {
    padding-left: 20px
}

a:focus {
    outline: 0;
    text-decoration: none
}

.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: rgb(0 0 0 / 30%) 0 1px 4px 0;
    background: #fff;
}

img {
    width: 100%;
}

.nav-xbootstrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block
}

.nav-xbootstrap li {
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #ba9666
}

.nav-xbootstrap li a {
    padding: 3px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-xbootstrap li:hover ul.dropdown {
    display: block
}

.nav-xbootstrap li a:hover {
    color: #dbba5f;
}

.nav-xbootstrap li ul.dropdown {
    position: absolute;
    display: none;
    width: 200px;
    background: #2980b9;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    padding-top: 0
}

.nav-xbootstrap li ul.dropdown li {
    display: block;
    list-style-type: none
}

.nav-xbootstrap li ul.dropdown li a {
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    display: block;
    font-weight: 400
}

.navbar-brand {
    padding: 2px 0px 3px;
}

.navbar {
    padding: 0 0;
    position: relative !important;
    background: #1e1e1e;
    width: 100%;
    z-index: 9;
    transition: transform .3s ease-in-out;
}

.navbar-nav li a {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px 15px !important
}

.phone-no a {
    color: #000;
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 47px;
}

.whats-app-icon a {
    background: #00ad58;
    color: #fff;
    padding: 3px 9px;
    font-size: 18px;
    border-radius: 13%;
    display: inline-block;
}

.important-info {
    width: 100%;
    clear: both;
    margin-top: 40px;
    display: flex;
    position: relative;
}

.block-info {
    width: 100%;
    clear: both;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #d5d5d5;
    border: 1px solid #c7c7c7;
}

.imp-icon {
    display: inline-block;
    width: 50px;
    margin-bottom: 5px;
}

.imp-text span {
    display: block;
}

img {
    width: 100%;
}

.feature-imgs {
    overflow: hidden;
    margin: 0px 0px 10px;
}

.navbar {
    padding: 3px 0px;
}

.container-fluid {
    padding: 0 1%;
}

.feature-info {
    padding: 0 1%;
}

.about-inner {
    position: relative;
}

.banner-form {
    box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, .15);
    padding: 2rem 2rem;
    color: #fff;
    /* margin-top: -185px; */
    position: absolute;
    bottom: 17px;
    width: 32.333333%;
    right: 0;
}

.form-control {
    border-radius: 0px;
    height: 40px;
    color: #212529;
    font-size: 14px;
}

label {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
}

.theme-button {
    display: inline-block;
    padding: 10px 25px;
    background:#612C18;
    color: #850c70;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 2px;
    display: inline-block;
    animation: shake .9s;
    animation-iteration-count: infinite;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
}

.cta-btn .theme-button {
    color: #fff !important;
}

.theme-button:hover {
    background: #000
}

.contact .cta-btn button {
    width: 100%;
}

.theme-black-button {
    background: #000;
}

.project-highlights-row {
    width: 100%;
    float: left;
    padding: 70px 0px 90px;
}

.theme-black-button:hover {
    background: #a96a09 !important;
}

.booking-open span {
    font-size: 33px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 700px;
}

.close-btn-popup a {
    background: #f00;
    color: #fff;
    width: 40px !important;
    height: 39px !important;
    line-height: 15px;
    font-size: 33px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 9;
    padding: 11px 0;
    text-align: center;
}

label {
    font-size: 14px;
}

.pl-0 {
    padding-left: 0px
}

.modal-content {
    border-radius: 0px;
}

.popup-module .form-group {
    margin: 5px 0px
}

.modal.show .modal-dialog {
    transform: translate(0px, 0px);
}

.mob {
    display: none;
}

.bg-theme {
    background-color: #7e0b6a;
}

.about-text span {
    font-weight: 500;
    font-size: 24px;
    color: #916911;
    text-transform: uppercase;
}

.rera-no {
    color: #000;
    font-weight: 600;
    margin: 26px 0 26px !important;
    display: block;
}

.about-text h3 {
    font-size: 32px;
    color: #bb2790;
}

.meet-our-brands {
    padding: 0px 0;
    background: #fbf6f6;
}

.meet-brand-text {
    padding: 0 11em;
    width: 100%;
}

.feature-imgs {
    overflow: hidden;
    margin: 0px 0px 5px;
    width: 80px;
    display: inline-block;
}

.location-row {
    padding: 60px 0px;
}

.price-list {
    clear: both;
    padding: 60px 0;
}

.floor-row {
    clear: both;
}

.amaenities-row {
    background: #efefef;
    padding: 50px 0 20px;
}

.about-imgs img {
    border-radius: 10px;
}

.highlight-row {
    padding: 70px 0px;
    clear: both;
}

.highlight-blocks {
    border: 1px solid #fff;
    padding: 6px 10px;
    float: left;
    width: 100%;
    color: #fff;
    border-left: 5px solid #fff;
    margin: 5px;
    background: rgba(0, 0, 0, .5);
}

.highlight-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 190px;
    background: #f5e2e3;
    border-radius: 14px;
    width: 100%;
    text-align: center;
}

.highlight-labels {
    width: 100%;
}

.higlight-infos .w-50 {
    width: 47% !important;
}

.highlight-blocks p {
    margin-bottom: 0px;
}

.feature-cols {
    padding: 0px 0 2px;
    margin: 10px 0;
    text-align: center;
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    display: block;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.feature-cols p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
}

.feature-row {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background: #2c346b;
}

.about-section {
    padding: 50px 0 70px 0px;
    width: 100%;
    float: left;
    background-size: contain;
    background-color: #fff;
}

.price-list .table-bordered td,
.table-bordered th {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #666666;
    width: 33%;
    font-weight: 600;
}

.floor-block {
    margin-top: 15px;
    padding: 5px;
    background: #fff;
    position: relative;
    /* border: 1px solid #f7f7f7; */
    box-shadow: 0 0 15px #c1c1c1;
}

.floor-name {
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #efefef;
    width: 100%;
    text-align: center;
    background: #612C18;
}

.contact {
    width: 100%;
    padding: 70px 0;
    float: left;
    background-size: contain;
    background-color: #141414;
}

.copyrights img {
    width: 75px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.query-forms {
    width: 100%;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    clear: both;
    background: #fff;
    border-radius: 15px;
    padding: 20px 40px 40px;
}

.form-group {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.copyrights p {
    margin: 0px 0 11px;
    color: #fff;
    font-size: 13px;
}

.contact h2 {
    color: #fff;
}

.contact p {
    color: #fff;
}

.copyrights a {
    color: #c18282;
    font-weight: 600;
}

.copyrights {
    padding: 20px 0;
    clear: both;
    background: #000 !important;
}

.bg-gray {
    background: linear-gradient( -45deg, #c30000, #a5630b, #d77d06, #d30000);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

.project-highlights {
    width: 100%;
    padding: 70px 0;
    background: #00517f;
    float: left;
}

.project-highlights h2 {
    color: #fff;
}

.highlights-row {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.project-highlights .feature-cols {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border-left: 10px solid #f2be52 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 90px;
}

.table-bordered {
    background: #fff;
}

.video-virtual {
    position: relative;
    width: 85%;
    margin: auto;
    border: 10px solid #fff;
}

.theme-button2 {
    background:#612C18 !important;
}

.video-virtual span {
    position: absolute;
    vertical-align: middle;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    vertical-align: ce;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-virtual span img {
    filter: brightness(0) invert(1);
}

.banner {
    position: relative;
}

.banner-rera {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px;
    z-index: 1;
    border-radius: 10px;
}

.banner-rera a {
    color: #fff !important;
}

.icon-features {
    width: 70px;
    margin: 0 0 10px;
    display: inline-block;
}

.block-feature {
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1 !important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    display: block;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    border-radius: 10px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.block-feature:hover {
    transform: scale(1.02) translate(0px, -8px);
    transition: all 300ms ease-in-out 0s;
    box-shadow: 0 4px 10px 10px rgb(0 0 0 / 3%), 0 4px 10px 10px rgb(0 0 0 / 3%);
}

.table>:not(caption)>*>* {
    padding: 0.74rem 0.5rem;
}

.highlights-listings {
    text-align: center;
    list-style: none;
}

.highlights-listings ul {
    list-style: none;
}

.higlight-infos h2 {
    color: #fff;
}

.higlight-infos p {
    color: #fff;
}

.highlights-listings ul li {
    color: #fff;
    padding: 7px 0;
    font-size: 18px;
}

.slider-texts {
    text-align: center;
    background: #fff;
    width: 95%;
    margin: 0px auto;
    margin-top: -19px;
    position: relative;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px #dbdbdb;
    margin-bottom: 21px;
}

.amenities-slider .center {
    opacity: 1 !important;
}

.amenities-slider .owl-item {
    opacity: .2;
}

.slider-texts h3 {
    font-size: 24px;
}

.location-list .theme-button {
    width: 100%;
}

.accordion-button:not(.collapsed) {
    color: #7e0b6a;
    background-color: #ffeced;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #efd6d8;
}

.white-color {
    color: #fff
}

.content {
    display: none;
}

.noContent {
    display: none !important;
}

.gallery {
    padding: 60px 0;
}

.py-60 {
    padding: 60px 0;
}

.feature-right {
    padding: 50px !important;
}

.features-row {
    padding: 50px 0;
    background: #efefef;
}

.mobile-bottom li {
    display: inline-block;
    width: 32%;
    padding: 8px 5px 10px;
    color: #333;
    text-align: center;
    border-right: 1px solid #606060;
}

.mobile-bottom li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
}

.sheak {
    display: inline-block;
    animation: shake .9s;
    animation-iteration-count: infinite;
}

.mobile-bottom img {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.mobile-bottom {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #3c3c3c;
    display: none;
}

.mobile-bottom .last-child {
    border-right: none;
}

.mobile-bottom ul {
    padding: 0;
    margin: 0;
}

#bottom-forms {
    bottom: 0;
    font-size: 14px;
    right: 24px;
    z-index: 99;
    position: fixed;
    width: 350px;
    display: none;
}

.bottom-form-close {
    color: #fff;
    display: block;
    float: right;
    font-size: 22px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 16px;
}

h4.blink_me {
    margin-bottom: 0px;
    color: #fff;
}

#bottom-forms .heading-bottom-form {
    background: #612C18;
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.form-history {
    float: left;
    box-shadow: 0 0 7px #919191;
    background: #fff;
    width: 100%;
}

.footer-stay-form {
    padding: 10px 15px 20px;
}

.privacy-policy-info {
    width: 100%;
    padding: 70px 0px;
}

.error {
    font-size: 12px;
    color: red;
    margin: 0;
}

#bottom-forms i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background: #000;
    border-radius: 0 3px 0 0;
}

#bottom-forms i {
    height: 47px;
    line-height: 24px;
    font-size: 40px;
    padding: 10px;
}

.download-gifs img {
    width: auto !important;
}

@media(max-width: 1024px) {
    .wrapper {
        overflow-x: hidden;
    }
    .banner-form {
        width: 40.333333%;
    }
    .nav-xbootstrap li a {
        padding: 3px 4px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .important-info {
        margin: 0px;
        padding: 70px 0 0;
    }
    .highlight-bg {
        margin-bottom: 20px;
    }
}

@media(max-width: 980px) {
    .about-img {
        margin-bottom: 20px;
    }
    .change .bar1,
    .change .bar3 {
        background: #fff;
    }
    .booking-open span {
        font-size: 24px;
    }
    .header-rights {
        position: absolute;
        right: 45px;
    }
    .banner-form {
        padding: 1rem;
        ;
    }
    .form-group {
        display: inline-block;
        width: 100%;
        margin: 6px 0 !important;
    }
    h2 {
        font-size: 26px;
    }
    .specification-blocks {
        margin-bottom: 40px;
    }
    .slider-content h4 span {
        display: none;
    }
    .meet-brand-text {
        padding: 30px 15px;
    }
    .bhk-name {
        font-size: 22px !important;
        font-weight: 900;
    }
    .unique-features {
        position: relative !important;
        z-index: 1;
        right: auto !important;
        margin-top: 20px !important;
        bottom: auto !important;
        width: 100% !important;
    }
    .gallery-slider .unique-features {
        display: none;
    }
    .gallery-slider .active .unique-features {
        display: block !important;
    }
    .unique-features p,
    .unique-features h3 {
        color: #000 !important;
    }
    .nav-xbootstrap {
        background: #000;
        width: 250px;
        height: 100%;
        display: block;
        padding: 20px;
        position: fixed;
        right: -250px;
        top: 0;
        z-index: 9;
        -webkit-transition: right .25s ease;
        -moz-transition: right .25s ease;
        -ms-transition: right .25s ease;
        -o-transition: right .25s ease;
        transition: right .25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%
    }
    .nav-xbootstrap.visible {
        right: 0;
        -webkit-transition: right .25s ease;
        -moz-transition: right .25s ease;
        -ms-transition: right .25s ease;
        -o-transition: right .25s ease;
        transition: right .25s ease
    }
    .nav-xbootstrap {
        display: block;
    }
    .nav-bg-xbootstrap {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 50px;
        margin: 0;
        position: relative;
        z-index: 9;
        top: -3px;
        left: 0;
        padding: 12px 0 0 10px
    }
    .navbar-xbootstrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 13px 0
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: .4s
    }
    .phone-no .fa-phone {
        margin-right: 5px
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-46deg) translate(-9px, 3px)
    }
    .change .bar2 {
        opacity: 0
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(44deg) translate(-8px, -3px)
    }
    .nav-xbootstrap ul {
        padding-top: 20px
    }
    .nav-xbootstrap li {
        display: block
    }
    .nav-xbootstrap li a {
        display: block;
        color: #fff
    }
    .nav-xbootstrap li:first-child:hover a {
        border-radius: 0
    }
    .nav-xbootstrap li ul.dropdown {
        position: relative
    }
    .nav-xbootstrap li ul.dropdown li a {
        background: #2980b9 !important;
        border-bottom: none;
        color: #fff !important
    }
    .nav-xbootstrap li:hover a {
        color: #fff !important
    }
    .nav-xbootstrap li ul.dropdown li:hover a {
        background: rgba(0, 0, 0, .1) !important;
        color: #fff !important
    }
    .nav-xbootstrap li ul.dropdown li a {
        padding: 10px 10px 10px 30px
    }
    .nav-xbootstrap li:hover .arrow-down {
        border-top: 5px solid #fff
    }
}

@media(max-width: 767px) {
    .about-text h3 {
        font-size: 23px;
    }
    .bg-none img {
        display: none;
    }
    .aboutimhg {
        margin-left: 0px !important;
        margin-top: 50px;
        height: 400px !important;
    }
    .bg-none {
        background: none !important;
    }
    .feature-right {
        padding: 50px 17px !important;
    }
    .specification-blocks {
        margin-bottom: 0px !important;
    }
    .highlight-bg {
        min-height: auto !important;
        padding: 50px 0px;
    }
    .banner-rera {
        display: none
    }
    .about-text span {
        font-size: 20px;
    }
    .about-img {
        margin-bottom: 25px;
    }
    .important-info {
        padding: 40px 0 0;
    }
    .about-section {
        padding: 40px 0 50px;
    }
    .desk {
        display: none !important;
    }
    .mob {
        display: block;
    }
    .higlight-infos .w-50 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }
    .m-feature-blocks {
        display: none;
    }
    .specification {
        padding-top: 0px !important;
    }
    .owl-nav {
        display: none !important;
    }
    .specfification-rows .owl-nav {
        display: block !important;
    }
    .unique-features {
        text-align: center;
    }
    .theme-button {
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 13px;
    }
    .ps-xs-0 {
        padding-left: 0px !important;
    }
    .copyrights {
        padding-bottom: 60px;
    }
    .close-btn-popup a {
        right: 0px !important;
    }
    h2 {
        font-size: 26px;
    }
    .bhk-name {
        font-size: 18px !important;
    }
    .bhk-size {
        font-size: 16px !important;
    }
    .price-blocks {
        padding: 20px !important;
        margin-bottom: 15px !important;
    }
    .video-virtual {
        width: 100%;
        padding: 0px;
    }
    .video-virtual span {
        width: 15%;
    }
    .header-rights {
        position: absolute;
        right: 36px;
    }
    .container-fluid {
        padding: 0 2%;
    }
    .banner-form {
        position: relative;
        width: 100%;
        margin-top: 25px;
        padding: 2rem !important;
    }
    .navbar {
        padding: 0;
    }
    .slider-content {
        padding: 35px 15px !important;
        width: 100%;
    }
    .slider-content h3 {
        font-size: 28px !important;
    }
    .aboutus-section {
        padding: 40px 0px !important;
    }
    .homes-list li {
        font-size: 14px !important;
    }
    .slider-content h1 {
        font-size: 32px !important;
        margin: 10px 0 !important;
    }
    .navbar-brand img {
        width: 80px;
        height: auto;
    }
    .whats-app-icon {
        display: none;
    }
    .mobile-bottom {
        display: block !important;
    }
    .phone-no a {
        padding: 0px;
        border: 0px;
        color: #fff;
        background: none;
    }
    .location-quote {
        padding: 20px 20px !important;
        border-radius: 0px !important;
        margin-left: 0px !important;
    }
    .navbar-brand {
        padding: 5px 0px 8px;
        width: 150px;
    }
    .feature-cols p {
        font-size: 14px;
    }
    .block-info {
        padding: 7px !important;
    }
    .block-info strong {
        font-size: 14px;
    }
    .modal-content .pl-0 {
        padding-left: 10px;
    }
}

@media(max-width: 380px) {
    .block-info strong {
        font-size: 11px;
    }
}

.about-text p {}

.usp-blocks {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
    position: relative;
    border: 1px solid #bdbdbd;
    box-shadow: 0 0 15px #c1c1c1;
    text-align: center;
    border-radius: 8px;
}

.location-quote {
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    width: 100%;
    background: #40105e;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.disclaimers {
    color: #ddd;
    font-size: 11px !important;
    line-height: 16px !important;
}

.feature-box h2 {
    text-align: left;
    color: #ef5fc5;
}

.feature-box {
    background: #131e69;
    padding: 20px;
}

.feature-listing ul li {
    display: block;
    padding: 8.5px 5px;
    font-size: 16px;
    /* background: #fff; */
    border: 1px solid #333;
    margin: 4px 0;
    border-left: 5px solid #e77c0d;
    color: #33;
}

.arrow-down:before,
.arrow-down:after {
    content: "";
    display: block;
    width: 17px;
    height: 3px;
    background: white;
    position: absolute;
    top: 23px;
    transition: transform .5s;
}

.arrow-down:before {
    right: 21px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
}

.arrow-down:after {
    right: 10px;
    transform: rotate(-45deg);
}

.arrow-down.active:before {
    transform: rotate(-45deg);
}

.arrow-down.active:after {
    transform: rotate(45deg);
}

.feature-listing ul {
    padding-left: 0px;
    margin-top: 20px;
}

.features-icons {
    width: 75px;
    margin: 0 0 10px;
    display: inline-block;
}

.feature-cols {
    padding: 20px 10px;
    margin: 10px 0;
    text-align: center;
    background: none;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    display: block;
    box-shadow: none;
    border: 1px solid #612C18;
}

.oc-features {
    width: 100%;
    padding: 70px 0 70px 0;
    float: left;
    background-image: url(../images/bg-axtra.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #efc293;
}

.banner-txt {
    background: #2b2a29;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.banner-txt h2 {
    color: #c5c6c6;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.location-quote {
    color: #fff;
    padding: 25px 15px 15px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.reasons-block {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 23px;
    border: 1px solid #ffd56a;
    margin: 0 5px 0px;
}

.reason-icon {
    font-size: 36px;
    font-weight: bold;
}

.reason-text p {
    font-size: 14px;
    margin-bottom: 0px;
}

.banner-txt p {
    margin: 0 0;
    font-size: 8px;
    color: #898989;
    line-height: 0;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.banner {
    background: #6b3032;
}

.slider-content {
    padding: 35px 0 35px 35px;
    width: 100%;
}

.slider-content h4 {
    font-size: 12px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #ffc3c3;
    margin: 0;
    position: relative;
}

.slider-content em {
    position: relative;
    z-index: 9;
}

.slider-content h4 span {
    font-size: 78px;
    text-transform: uppercase;
    font-weight: 900;
    color: #833a3c;
    letter-spacing: 12px;
    position: absolute;
    left: 10px;
    right: 0;
    top: -100px;
    z-index: 1;
    line-height: 71px;
}

.slider-content h1 {
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-content p {
    color: #fff;
    margin-bottom: 15px;
}

.unqiue-blocks {
    width: 100%;
    position: relative;
}

.unique-features {
    position: absolute;
    z-index: 1;
    right: 55px;
    bottom: 6rem;
    width: 24rem;
}

.unique-features h3 {
    color: #FFF
}

.unique-features p {
    color: #fff
}

.slider-content h3 {
    font-size: 30px;
    color: #ffcdd2;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.homes-list {
    padding-left: 0;
    padding-bottom: 2.5rem;
    margin: 0;
}

.homes-list li {
    width: 49%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
}

.the-icons img {
    width: 20px !important;
    display: inline-block !important;
}

.int_btn,
.int_btn:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #ff666a;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.slider-inner .row {
    flex-direction: row-reverse;
}

.price-blocks .theme-button {
    display: inline-block;
    animation: shake .9s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-1px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(1px, 0, 0)
    }
}

.btn_caret {
    height: 50px;
    line-height: 53px;
    background: #b43033;
    display: inline-block;
    padding: 0 12px;
    position: absolute;
    top: 0;
    right: -29px;
}

.int_btn:hover {
    color: #fff;
    background: #000;
}

.aboutus-section {
    padding: 80px 0;
    width: 100%;
}

.prallax-features {
    height: auto;
    background-size: 100% !important;
    padding: 45vh 0;
}

.price-blocks {
    /* border: 1px solid #ddd; */
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 0 0 14px #ddd;
    background: #fff;
}

.bhk-name {
    font-size: 27px;
    font-weight: 900;
}

.bhk-size {
    font-size: 20px;
    margin: 10px 0px;
}

.accordion-body ul {
    margin-bottom: 0px;
}

.accordion-button {
    font-weight: 900;
    font-size: 1rem;
    padding: 17.8px;
}

.aboutimhg {
    width: 100%;
    height: 450px;
    margin-left: 30px;
}

.fa-check {
    background: #612C18;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 11px;
    position: relative;
    top: -4px;
    line-height: 23px;
}

.about-text {
    margin-top: 40px;
}