@charset "utf-8";

* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: "Montserrat";
    box-sizing: border-box;
}

body {
    text-decoration: none;
    background-color: #fff;
    font-family: "Montserrat";
    font-size: 15px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    background: #fefff2;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

p {
    font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1em;
    color: #212121;
    line-height: 1.7;
    font-family: "Montserrat";
    font-weight: normal;
}

li {
    font-size: 16px;
    font-weight: normal;
}

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

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

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

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

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



/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

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

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

.clear {
    clear: both;
}

audio,
::selection {
    background: #8cc248 !important;
    color: #fff !important;
}

span::selection {
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    background: #8cc248 !important;
}

::-moz-selection {
    color: #fff !important;
}


.button-out {
    display: flex;
    flex-direction: column;
    align-items: end;
}


#plus {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7300;
    color: #fff;
    width: 44px;
    height: 180px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0.25em;
}

#plus .desk-view {
    transform: rotate(90deg);
    white-space: nowrap;
    font-family: 'Acrom';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#popUp {
    position: fixed;
    width: 400px;
    height: auto;
    background: #ff7300;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999;
    padding: 2% 2% 2%;
    right: 0;
    opacity: 0;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 35px;
}

#popUp .close {
    position: absolute;
    top: -20px;
    opacity: 1;
    left: -20px;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#popUp .close i {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-left: 0px;
    transition: transform 0.3s ease;
}

#popUp .close i:hover {
    transform: rotate(180deg) scale(1.1);
}

.button-out {
    position: fixed;
    right: 0;
    bottom: 40vh;
    z-index: 999;
}

/* WhatsApp button */
.whats-app {
    background: #089ec1;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 2em;
    padding: 15px 0px;

    float: left;
}

.whats-app a i {
    color: #fff;
}

#plus::after {
    display: block;
    display: relative;
}

.side-form .form-group {
    margin-bottom: 12px;
}

.side-form-title {
    font-family: "Acrom";
    font-weight: normal;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.85;
    white-space: nowrap;
}


.enquiry-form-outer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    padding-top: 1em;
}

.enquiry-form-outer .user-box {
    position: relative;
    margin-right: 2%;
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
    margin-right: 0%;
}

.enquiry-form-outer .user-box input {
    width: 100%;
    padding: 0px 1em;
    font-size: 1em;
    color: #333;
    border: none;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
    border-radius: 15px;
    line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 5px;
    bottom: inherit;
}

.enquiry-form-outer .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 1em;
    font-size: 1em;
    color: #333;
    pointer-events: none;
    transition: 0.5s;
    bottom: 0;
    line-height: 55px;
    background-color: transparent;
}

.full-field {
    width: 100% !important;
    margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 5px;
    bottom: inherit;
}

.scheme-des textarea {
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px 20px 0 20px;
    border: 1px solid #ccc;
    font-size: 1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
    border-radius: 15px;
    background: #fff;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: 0.2s ease all;
    color: #999999;
    font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.submit-button {
    line-height: 1.7;
    color: #ff7300;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.15em;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 8px;
    padding: 0px 25px;
    line-height: 40px;
}

.submit-button:hover {
    transform: scale(1);
}



#button {
    display: inline-block;
    background-color: #089ec1;
    line-height: 50px;
    width: 50px;
    color: #fff;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

#button i {
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.desk-view {
    display: block;
}

.mob-view {
    display: none;
}

.banner-container {
    width: 100%;
    padding-left: 5.5%;
    padding-right: 5.5%;
}

.d-container {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
}

.main-wraper {
    width: 100%;
    height: auto;
    padding-top: 100px;
    position: relative;
}

.footer-wraper {
    width: 100%;
    height: auto;
    padding-top: 100px;
    position: relative;
}

.grecaptcha-badge {
    display: none !important;
}

body.home .sexy-menu {
    position: fixed;
    z-index: 2;
    width: 100%;
}

.sexy-menu.detached .header-contact {
    display: none;
}

video {
    width: 100%;
}

.sexy-menu.detached .tophead {
    display: none;
}

.sexy-menu.detached .nav-brand img {
    margin-top: 5px;
    width: 60%;
}

.nav-menu>li>a:hover {
    color: #00e7ff;
}



/************************************************** Bredcum **************************************************/
.bredcum-wraper {
    width: 100%;
    height: auto;
    /* padding-top: 20px; */
    text-align: center;
    display: flex;
    margin: 30px auto 0 auto;
    align-items: center;
    position: relative;
    z-index: 9;
}

.bredcum-container {
    width: auto;
    height: auto;
}

.bred-home {
    width: auto;
    height: auto;
    float: left;
}

.bred-home a,
.bred-home {
    width: auto;
    height: auto;
    float: left;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1.125em;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    /* color: #5e3424; */
}

.bred-home a {
    font-size: 1em;
}

.bred-home a:hover {
    width: auto;
    height: auto;
    float: left;
    color: #070606;
}

.bred-arrow {
    width: auto;
    height: auto;
    float: left;
    font-size: 0.85em;
    color: #333;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.bred-next {
    width: auto;
    height: auto;
    float: left;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1.125em;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    /* color: #e37d4f; */
}


/************************************************** Menu **************************************************/

.top-container {
    width: 100%;
    padding-left: 5.5%;
    padding-right: 5.5%;
}

.navigation {
    width: 100%;
    display: flex;
    position: relative;
    font-family: inherit;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.sexy-menu.detached .navigation {
    padding: 10px 0;
}

.nav-menus-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.nav-menu>li {
    /* display: inline-block; */
    float: left;
    list-style-type: none;
}

.nav-menu>li>a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 0.938em;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
    font-display: swap;
    white-space: nowrap;
}

.hide-menu {
    display: none;
}


.bannertop-btn {
    background-color: #ff7300;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;

    &:hover {
        color: #fff;
    }
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-contact {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner-contact a {
    color: #fff;

    &:hover {
        color: #e0e0e0;
    }
}

.logo {
    text-align: center;
}

.logo p {
    color: #fff;
    font-size: 0.75em;
}

.innerpage-logo {
    display: none;
}

/************************************************** Banner **************************************************/

.banner-wraper {
    width: 100%;
    height: auto;
    position: relative;
    /* z-index: 9; */
    /* display: flex;
    justify-content: center;
    align-items: flex-end; */
}

.banner-content {
    width: 20%;
    height: auto;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 5.5%;
}

.bannertxt-top {
    font-size: 2.125em;
    font-family: 'Acrom';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    letter-spacing: -3px;
}

.bannertxt-top span {
    font-size: 2.082em;
    font-family: 'Acrom';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    line-height: .9;
}

.bannertxt-para {
    color: #fff;
    line-height: 1.1;
    margin-top: 10px;
}


/************************************************** About **************************************************/

.about-left {
    width: 57%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;
}

.about-left-txt {
    width: 29%;
    position: absolute;
    top: 26%;
    left: 12%;
    text-align: right;
    color: #fff;
    font-family: 'Acrom';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    font-size: 2.384em;
    line-height: .9;
}

.about-right-txt {
    width: 22%;
    position: absolute;
    top: 7%;
    right: 6%;
    text-align: left;
    color: #fff;
    font-family: 'Acrom';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1;
    opacity: .7;
}

.about-right {
    width: 38%;
    height: auto;
    float: left;
    margin-left: 5%;
}

.about-right-heading {
    font-size: 2.391em;
    text-align: left;
    color: #ff7300;
    font-family: 'Acrom';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

.about-right-heading span {
    color: #00e7ff;
}

.about-right-para {
    margin-top: 2%;
}

.about-right-bottom {
    margin-top: 5%;
}

.company-details {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 35px;
    margin-bottom: 15px;
}

.details-icon {
    width: 16%;
    background-color: #00e7ff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.details-txt {
    width: 75%;
    text-align: left;
    font-size: 1.125em;
    line-height: 1.3;
}

.details-txt span {
    color: #ff7300;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.topleft-bg {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.topright-bg {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
}




/************************************************** Our Project **************************************************/

.sec-heading {
    text-align: center;
    color: #ff7300;
    text-transform: uppercase;
    font-size: 2.551em;
    font-family: 'Acrom';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.product-bg {
    border-radius: 10px;
}

.item-title {
    margin-top: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}

.tab-icon {
    position: absolute;
}

/************************************************** Residential Apartments **************************************************/

.residential-apartments {
    position: relative;
}

.residential-apartments img {
    border-radius: 10px;
}

.res-apartment-con {
    width: 37%;
    height: auto;
    position: absolute;
    top: 10%;
    right: 4%;
}

.res-apartment-con-heading {
    font-size: 2.304em;
    color: #ff7300;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.res-apartment-con-heading:nth-child(2) {
    font-size: 2.304em;
    color: #00e7ff;
}

.res-apartment-con-para {
    color: #fff;
    margin-top: 10px;
}

.res-apartment-bottomcon {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 3%;
    left: 2%;
}

.res-apartment-bottomcon .heading {
    font-size: 2.284em;
    color: #fff;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

.residential-apartments a {
    position: absolute;
    bottom: 7%;
    right: 2%;
    color: #fff;
    font-size: 1.146em;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;

    &:hover {
        color: #e6e6e6;
    }
}

.residential-apartments a i {
    margin-left: 5px;
}

.midright-bg {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}


/************************************************** Nri corner **************************************************/

.nri-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.nri-left {
    width: 46%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.nri-right {
    width: 30%;
    height: auto;
}

.nri-right .sec-heading {
    text-align: left;
}

.view-project {
    font-size: 1.146em;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    color: #11bacc;
    margin-top: 5%;
    text-transform: uppercase;

    &:hover {
        color: #0facbe;
    }
}

.view-project i {
    margin-left: 10px;
}

.midleft-bg {
    position: absolute;
    top: -33%;
    left: 0%;
    z-index: -1;
}


/************************************************** Rentals **************************************************/

.rental-sec {
    display: flex;
    justify-content: space-between;
}

.rental-left {
    width: 38%;
    height: auto;
    float: left;
    /* background-color: #ff7300; */
    background-image: url(../images/bg-square.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.rental-left-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.rental-left .sec-heading {
    color: #fff;
}

.rental-left-para {
    margin: 5% 0;
    color: #fff;
    text-align: center;
}

.rental-left .view-project {
    color: #fff;
}

.rental-right {
    width: 60%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.rental-right-txt {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
    font-size: 1.835em;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    line-height: .8;
}

/************************************************** Work with us **************************************************/

.rental-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.wrk-with-us {
    width: 49.5%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 5px 10px #ccc;
    border-radius: 10px;
}

.wrk-with-us p {
    text-align: center;
    margin: 10px 0;
}

.testimonials {
    width: 49.5%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    box-shadow: 0px 5px 10px #ccc;
    border-radius: 10px;
}

.testimonials p {
    margin: 10px 0;
}

.wrk-with-us-heading {
    font-size: 2.151em;
    color: #ff9327;
    text-align: center;
    text-transform: uppercase;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.testimonials-heading {
    font-size: 2.151em;
    color: #11bacc;
    text-align: left;
    text-transform: uppercase;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.testimonial-btn {
    color: #11bacc;
    font-size: 0.943em;
    text-transform: uppercase;

    &:hover {
        color: #11bacc;
    }
}

.testimonial-btn i {
    margin-left: 10px;
}


/************************************************** Contact US **************************************************/

.contact-sec-heading {
    font-size: 1.837em;
    color: #ff9327;
    text-align: left;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    margin-left: 45%;
}

.contact-sec-heading span {
    color: #11bacc;
}

.contact-sec-con {
    width: 100%;
    height: auto;
    /* background-color: #089ec1; */
    background-image: url('../images/contact-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 3%;
    position: relative;
}

.contact-sec-con p {
    color: #fff;
}

.contact-sec-con-left .heading {
    font-size: 3em;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -4px;
    /* background-color: #fff; */
}

.contact-sec-img {
    position: absolute;
    top: -105%;
    left: 4%;
}

.contact-sec-con-right {
    padding: 1% 0 0 0;
}

.contact-sec-con-right .heading {
    font-size: 2.855em;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -2px;
}

.contact-sec-btn {
    margin-top: 2%;
    color: #fff;
    font-size: 0.943em;
    text-transform: uppercase;

    &:hover {
        color: #eeeeee;
    }
}

.contact-sec-btn i {
    margin-left: 10px;
}

.bottomright-bg {
    position: absolute;
    right: 0%;
    bottom: -87%;
    z-index: -1;
}



/************************************************** Footer  **************************************************/

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 14%;
    height: auto;
}

.footer-con {
    width: 77%;
    height: auto;
}

.footer-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.icon-f {
    display: flex;
    margin-bottom: 1.5em
}

.icon-f span {
    margin-right: 15px;
    padding-top: 5px;
}

.footer-social-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 1em;
}

.footer-social-links ul li {
    width: auto;
    height: auto;
    float: left;
    margin-left: 1em;
    font-size: 1.25em;
    color: #232323;
}

.footer-social-links ul li a {
    width: auto;
    height: auto;
    float: left;
    font-size: 1.25em;
    color: #232323;
}

.footer-menu {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.footer-menu ul {
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 1em;
    font-family: "Acrom";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    margin: 15px 15px;
    text-transform: uppercase;
}

.footer-menu ul li:first-child {
    margin-left: 0;
}

.footer-menu ul li a {
    color: #333;
    font-size: 1em;
    font-family: "Acrom";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    background-color: #089ec1;
    color: #fff;
    border-radius: 10px;
    margin: 20px 0;
}

.copy-right {
    width: auto;
    height: auto;
    float: left;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1em;
    line-height: 50px;
    padding-left: 20px;
}

.designed {
    width: auto;
    height: auto;
    float: right;
    color: #fff;
    padding-right: 20px;
}

.designed p {
    color: #fff;
}

.designed p a {
    text-decoration: none;
    font-family: inherit;
    font-size: 1em;
    color: #242424;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
}







/************************************************** Project Page **************************************************/

.innerpage-head .navigation {
    padding: 10px 0 15px 0;
    align-items: flex-start;
    justify-content: flex-end;
}

.innerpage-head .nav-brand img {
    margin-top: 5px;
    /* width: 80%; */
}

.innerpage-head .nav-header {
    background-color: #fff;
    width: 22%;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 10px;
    left: -7%;
}

.innerpage-head .logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.innerpage-head .logo p {
    color: #000;
}

.innerpage-head .index-logo {
    display: none;
}

.innerpage-head .innerpage-logo {
    display: block;
}

.innerpage-head .top-container {
    background-color: #fff;
}

.innerpage-head .banner-contact a {
    color: #000;
}

.innerpage-head .nav-menu>li>a {
    color: #000;
}

.innerpage-banner-content {
    width: auto;
    height: auto;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 5.5%;
}

.innerpage-bannertxt-top {
    font-size: 1.802em;
    font-family: 'Acrom';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

.innerpage-bannertxt-top span {
    font-size: 2.082em;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -4px;
}

.project-wraper {
    width: 100%;
    height: auto;
    padding: 40px 0 80px 0;
    position: relative;
}

.gallerypage-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.gallery-tab-txt {
    background-color: transparent;
    border-radius: 10px;
    border: 1px dashed #ff7300;
    font-size: 1.125em;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    width: 100%;
    display: flex;
    padding: 12px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gallerypage-tabcontent {
    margin-top: 80px;
}

.gallery-tablinks {
    width: 23%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    float: left;
}

.gallery-tablinks .arrow-icon {
    display: none;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    z-index: -1;
}

.gallery-tablinks.tabnav-active .arrow-icon {
    display: block;
}

.gallery-tablinks.tabnav-active .gallery-tab-txt {
    background-color: #ff7300;
    color: #fff;
    border: none;
}



.gallerypage-item {
    width: 33%;
    padding: 0 5px 0 0;
    float: left;
    height: auto;
    position: relative;
    cursor: pointer;
}

/* .box-group {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.box-group img {
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 310px;
}

.box-group:hover img {
    transform: scale(1.1);
} */



.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}

.box-group:hover .img-overlay {
    opacity: 1 !important;
}

.img-overlay i {
    color: #fff;
    font-size: 2em;
}

.box-group {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.box-group .icon img {
    height: auto !important;
    width: 70%;
}

.box-group img {
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 310px;
}

.box-group:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
    opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}

.box-group .box-content:after {
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}

.box-group .content-inner {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
    opacity: 1;
    transform: scale(1);
}

.box-group-icon {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 1.5em;
    font-family: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    font-weight: 500;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover .box-group-icon {
    display: none !important;
}

.group-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-group .icon {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    bottom: 0;
    right: 0;
    margin: auto;
}

.box-group:hover .icon {
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.box-group .icon li {
    display: inline-block;
}

.box-group .icon li {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #fff;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallerypage-item .resource-name {
    font-size: 1.125em;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: left;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}

.project-topleft-bg {
    position: absolute;
    top: -7%;
    left: 0;
    z-index: -1;
}

.project-topright-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}



/************************************************** Contact Page **************************************************/


.contact-details-box {
    width: 32%;
    height: auto;
    background: url("../images/contact-phone-bg.png") center / cover no-repeat;
    padding: 40px 0;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    float: left;
    margin-right: 1%;
}

.contact-details-box p {
    color: #fff;
    font-size: 1.067em;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.contact-details-box:nth-child(2) {
    background: url("../images/contact-mail-bg.png") center / cover no-repeat;
    padding: 35px;
}

.contact-details-box img,
.contact-details-boxx img {
    filter: brightness(0) invert(1);
}

.contact-details-boxx {
    width: 32%;
    height: auto;
    float: left;
}

.contact-mail {
    width: 100%;
    height: auto;
    background: url("../images/contact-phone-bg.png") center / cover no-repeat;
    padding: 40px 0;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}

.contact-mail p {
    color: #fff;
}

.view-location {
    width: 100%;
    background-color: #089ec1;
    padding: 12px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.view-location a {
    color: #fff;

    &:hover {
        color: #eaeaea;
    }
}

.view-location a i {
    margin-left: 10px;
}

/* Form */

.welcome-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquire-pic {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
}

.enquiry-home {
    width: 49%;
    height: auto;
}

.testimonial .title-enquiry {
    font-size: 2.551em;
    color: #ff9327;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.bottom-txt {
    font-size: 1.275em;
    color: #ff9327;
    letter-spacing: 1px;
}

.testimonial .title-enquiry-sub {
    font-size: 2.551em;
    color: #14bacb;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.contact-btn {
    line-height: 2.5;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 1.067em;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #089ec1;
    border-radius: 8px;
    padding: 0px 25px;
}




/************************************************** Project Page **************************************************/

.service-sec1-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-sec1-left {
    width: 39%;
    height: auto;
}

.service-sec1-right {
    width: 53.5%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.service-img-left {
    overflow: hidden;
    border-radius: 10px;
}

.service-img-right-top {
    overflow: hidden;
    border-radius: 10px;
}

.service-img-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.service-sec1-left .top-heading {
    font-size: 2.266em;
    color: #ff9327;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.service-sec1-left .top-heading span {
    color: #14bacb;
}



/************************************************** Project Page **************************************************/

.testimonial-sec .title-enquiry,
.testimonial-sec .title-enquiry-sub {
    text-align: center;
}

.testimonial-inner {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.testimonial-card {
    width: 49%;
    height: auto;
    background: url("../images/contact-mail-bg.png") center / cover no-repeat;
    border-radius: 10px;
    display: flex;
    padding: 20px 20px 40px 20px;
    color: #fff;
    float: left;
    margin-bottom: 2%;
}

.testimonial-card-con {
    padding: 0 10px;
}

.testimonial-card-con-heading {
    text-transform: uppercase;
    font-size: 1.479em;
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.testimonial-card-con-heading img{
    width: 65px;
    margin-right: 1em;
}

.testimonial-card-con p {
    line-height: 1.7;
    color: #fff;
    margin-top: 10px;
    font-size: 1em;
}

.testimonial-card:nth-child(2n + 2) {
    margin-left: 2%;
}

.testimonial-card ol li {
    margin: 10px 0 10px 16px;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/************************************************** Lease Page **************************************************/

.lease-sec-left,
.lease-sec-right {
    width: 25%;
    height: auto;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.lease-sec-mid {
    width: 40%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    padding-top: 2%;
}

.lease-sec-mid p {
    margin-top: 10px;
}



/************************************************** Lease Page **************************************************/

.nri-corner-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nri-corner-left {
    width: 54%;
    height: auto;
    float: left;
    display: flex;
    gap: 13px;
}

.nri-corner-left img {
    border-radius: 10px;
    overflow: hidden;
}

.nri-corner-left .img-left {
    width: 48%;
    height: auto;
    overflow: hidden;
}

.nri-corner-left .img-right {
    width: 48%;
    height: auto;
    overflow: hidden;
}

.nri-corner-left .img-right .img-bottom {
    margin-top: 13px;
}

.nri-corner-right {
    width: 39%;
    height: auto;
    float: left;

    p {
        margin-top: 10px;
    }
}

/* .nri-corner-right .title-enquiry {
    font-size: 2.391em;
    color: #ff9327;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
} */

.title-enquiry,
.title-enquiry-sub {
    font-size: 2.391em;
    color: #ff9327;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

.title-enquiry-sub {
    color: #14bacb;
}


/************************************************** About Page **************************************************/

.about-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-sec-left {
    width: 47%;
    height: auto;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.about-sec-right {
    width: 50%;
    height: auto;
    float: left;
}

.about-sec-right p {
    margin-top: 10px;
}

.about-bottom {
    margin: 80px 0 50px 0;
}

.vision {
    display: flex;
    border-bottom: 1px solid #d6d6d6;
}

.vision:last-child {
    border-bottom: none;
}

.vision-icon {
    width: 23%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    gap: 30px;
    border-right: 1px solid #d6d6d6;
}

.vision-content {
    width: 77%;
    height: auto;
    float: left;
    padding: 20px 0 20px 80px;
}

.vision-icon-heading {
    font-size: 2em;
    color: #ff9327;
    font-family: "Acrom";
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 5px;
}

.about-bottom .vision:nth-child(2) .vision-icon-heading,
.about-bottom .vision:nth-child(4) .vision-icon-heading {
    color: #14bacb;
}


/************************************************** Careers Page **************************************************/

.career-heading {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    margin-bottom: 15px;
}

.career-form {
    padding: 30px 80px 10px 80px;
    background: #fff;
    margin: 2em 0;
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.career-form-inner {
    padding: 50px;
}

.form-heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-align: center;
}

.careerForm-input {
    color: #333;
    width: 48%;
    height: 65px;
    background: transparent;
    border: 1px solid #ccc;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    padding: 0 25px;
    font-size: 1em;
    margin-bottom: 20px;
    border-radius: 5px;
}

.careerForm-input:focus {
    outline: none;
    /* box-shadow: 0 0 0 3px rgba(8, 158, 193, .3); */
    border-color: #089ec1;
}

.careerForm-textarea {
    color: #333;
    width: 48%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    font-size: 1em;
    padding: 25px 25px 0;
    background: transparent;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
}

.careerForm-textarea:focus {
    outline: none;
    /* box-shadow: 0 0 0 3px rgba(8, 158, 193, .3); */
    border-color: #089ec1;
}

.careerForm-input:nth-child(2n + 2) {
    margin-left: 2%;
}

.careerForm-textarea:nth-child(2n + 2) {
    margin-left: 2%;
}

.careerForm-input::placeholder {
    color: #212121;
}

.careerForm-textarea::placeholder {
    color: #212121;
}

/* .custom-file-btn {
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    height: 65px;
    align-content: center;
    margin-bottom: 10px;
}

.custom-file-btn:hover {
    background: #f0f0f0;
} */

.careerform-btn {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}

.careerform-btn button {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1em;
    background-color: #089ec1;
    padding: 13px 40px;
    margin: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 5px;
}

.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 25px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
}

.select {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5' stroke='%236366f1' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    font-size: 1em;
}

.select:focus {
    outline: none;
    /* box-shadow: 0 0 0 3px rgba(8, 158, 193, .3); */
    border-color: #089ec1;
}

.file {
    padding: 25px;
}









@media (min-width: 1023px) and (max-width: 1279px) {

    body,
    li {
        font-size: 12px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .whats-app {
        width: 40px;
        height: 40px;
        font-size: 1.25em;
    }

    #plus {
        width: 40px;
        /* height: 40px; */
        font-size: 1.25em;
    }

    .product-range .owl-theme .owl-nav .owl-next {
        right: -48px !important;
    }

    .product-range .owl-theme .owl-nav .owl-prev {
        left: -48px !important;
    }

    .nav-menus-wrapper {
        width: 65%;
    }

    /* Index Page */
    .banner-content {
        width: 35%;
    }

    .topleft-bg,
    .topright-bg {
        display: none;
    }

    .about-right-heading {
        font-size: 2.2em;
        line-height: 1.1;
    }

    .details-icon img {
        width: 25px;
    }

    .resp-tabs-list {
        margin-top: 30px !important;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .res-apartment-con {
        width: 45%;
        top: 7%;
        right: 2%;
    }

    .res-apartment-bottomcon .heading {
        font-size: 2em;
    }

    .res-apartment-bottomcon {
        left: 3%;
    }

    .midleft-bg,
    .midright-bg,
    .bottomright-bg {
        display: none;
    }

    .nri-right {
        width: 35%;
    }

    .rental-bottom {
        margin-bottom: 50px;
    }

    .rental-left .sec-heading br {
        display: none;
    }

    .rental-left-para {
        margin: 1% 0 0 0;
    }

    .sec-heading {
        font-size: 2em;
    }

    .contact-sec-heading {
        margin-left: 50%;
    }



    /* about */
    .contact-sec-img {
        top: -120%;
        width: 420px;
    }

    .contact-sec-con-right .heading {
        font-size: 2.5em;
    }

    .main-wraper {
        padding-top: 50px;
    }

    .box-group img {
        height: 250px;
    }

    .gallerypage-tabcontent {
        margin-top: 60px;
    }

    .footer-wraper {
        padding-top: 60px;
    }

    .footer-con {
        width: 82%;
    }

    .footer-menu ul li {
        margin: 15px 9px;
    }

    /* service */
    .service-img-left {
        width: 49%;
    }

    .service-img-right {
        width: 49%;
    }

    .innerpage-bannertxt-top {
        font-size: 1.563em;
    }

    /* Easy lease */
    .lease-sec-mid {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 0%;
    }

    /* Testimonials */
    .testimonial-card-img img {
        width: 60px;
    }

    .testimonial-card-con {
        padding: 0 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .project-topleft-bg,
    .project-topright-bg {
        display: none;
    }

}



@media (min-width: 1280px) and (max-width: 1359px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .whats-app {
        width: 50px;
        height: 50px;
        font-size: 1.5em;
    }

    #plus {
        width: 50px;
        /* height: 50px; */
        font-size: 1.25em;
    }

    /* Menu */

    .nav-menus-wrapper {
        width: 65%;
    }

    /* Index Page */
    .banner-content {
        width: 35%;
    }

    .about-right-heading {
        font-size: 2.2em;
        line-height: 1.1;
    }

    .details-icon img {
        width: 35px;
    }

    .resp-tabs-list {
        margin-top: 30px !important;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .res-apartment-con {
        width: 42%;
        right: 2%;
    }

    .res-apartment-bottomcon .heading {
        font-size: 2em;
    }

    .res-apartment-bottomcon {
        left: 3%;
    }

    .nri-right {
        width: 35%;
    }

    .rental-bottom {
        margin-bottom: 50px;
    }

    .rental-left-para {
        margin: 1% 0 0 0;
    }

    .sec-heading {
        font-size: 2em;
    }

    .contact-sec-heading {
        margin-left: 50%;
    }

    .footer-con {
        width: 82%;
    }

    .contact-sec-img {
        top: -124%;
    }

    .contact-sec-con-right .heading {
        font-size: 2.625em;
    }

    .main-wraper {
        padding-top: 60px;
    }

    .footer-wraper {
        padding-top: 60px;
    }

    /* service */
    .service-img-left {
        width: 49%;
    }

    .service-img-right {
        width: 49%;
    }

    .innerpage-bannertxt-top {
        font-size: 1.563em;
    }

    .project-wraper {
        margin-bottom: 50px;
    }

    /* Easy lease */
    .lease-sec-mid {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 0%;
    }

    /* Testimonials */
    .testimonial-card-img img {
        width: 90px;
    }

    .testimonial-card-con {
        padding: 0 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .project-topleft-bg {
        top: -72%;
    }

    .contact .project-wraper {
        margin-bottom: 0px;
    }


}

@media (min-width: 1360px) and (max-width: 1399px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }

    .whats-app {
        width: 50px;
        height: 50px;
        font-size: 1.75em;
    }

    #plus {
        width: 50px;
        /* height: 50px; */
        font-size: 1.25em;
    }

    /* Menu */

    .nav-menus-wrapper {
        width: 65%;
    }

    /* Index Page */
    .banner-content {
        width: 35%;
    }

    .about-right-heading {
        font-size: 2.2em;
        line-height: 1.1;
    }

    .details-icon img {
        width: 35px;
    }

    .resp-tabs-list {
        margin-top: 30px !important;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .res-apartment-con {
        width: 42%;
        right: 2%;
    }

    .res-apartment-bottomcon .heading {
        font-size: 2em;
    }

    .res-apartment-bottomcon {
        left: 3%;
    }

    .nri-right {
        width: 35%;
    }

    .rental-bottom {
        margin-bottom: 50px;
    }

    .rental-left-para {
        margin: 1% 0 0 0;
    }

    .sec-heading {
        font-size: 2em;
    }

    .contact-sec-heading {
        margin-left: 50%;
    }

    .footer-con {
        width: 82%;
    }

    .contact-sec-img {
        top: -124%;
    }

    .contact-sec-con-right .heading {
        font-size: 2.625em;
    }

    .main-wraper {
        padding-top: 60px;
    }

    .footer-wraper {
        padding-top: 60px;
    }

    .midleft-bg {
        left: -40%;
    }

    /* service */
    .service-img-left {
        width: 49%;
    }

    .service-img-right {
        width: 49%;
    }

    .innerpage-bannertxt-top {
        font-size: 1.563em;
    }

    .project-wraper {
        margin-bottom: 50px;
    }

    /* Easy lease */
    .lease-sec-mid {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 1%;
    }

    /* Testimonials */
    .testimonial-card-img img {
        width: 90px;
    }

    .testimonial-card-con {
        padding: 0 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .project-topleft-bg {
        top: -72%;
    }

    .contact .project-wraper {
        margin-bottom: 0px;
    }

}

@media (min-width: 1400px) and (max-width: 1441px) {
    body {
        font-size: 15px !important;
    }

    li {
        font-size: 15px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .whats-app {
        width: 50px;
        height: 50px;
        font-size: 1.75em;
    }

    #plus {
        width: 50px;
        /* height: 50px; */
        font-size: 1.25em;
    }

    .nav-menus-wrapper {
        width: 60%;
    }

    /* Menu */

    .nav-menus-wrapper {
        width: 65%;
    }

    /* Index Page */
    .banner-content {
        width: 35%;
    }

    .about-right-heading {
        font-size: 2.2em;
        line-height: 1.1;
    }

    .details-icon img {
        width: 35px;
    }

    .resp-tabs-list {
        margin-top: 30px !important;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .res-apartment-con {
        width: 42%;
        right: 2%;
    }

    .res-apartment-bottomcon .heading {
        font-size: 2em;
    }

    .res-apartment-bottomcon {
        left: 3%;
    }

    .nri-right {
        width: 35%;
    }

    .rental-bottom {
        margin-bottom: 50px;
    }

    .rental-left-para {
        margin: 1% 0 0 0;
    }

    .sec-heading {
        font-size: 2.2em;
    }

    .contact-sec-heading {
        margin-left: 50%;
    }

    .footer-con {
        width: 82%;
    }

    /* .contact-sec-img {
        top: -124%;
    } */

    /* .contact-sec-con-right .heading {
        font-size: 2.4em;
    } */

    .main-wraper {
        padding-top: 60px;
    }

    .footer-wraper {
        padding-top: 60px;
    }

    .midleft-bg {
        left: -40%;
    }

    .footer-menu ul li {
        margin: 15px 10px;
    }

    /* About */
    .about-sec {
        align-items: flex-start;
    }

    /* service */
    .service-img-left {
        width: 49%;
    }

    .service-img-right {
        width: 49%;
    }

    /* Easy lease */
    .lease-sec-mid {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 1%;
    }

    /* Testimonials */
    .testimonial-card-img img {
        width: 90px;
    }

    .testimonial-card-con {
        padding: 0 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .project-topleft-bg {
        top: -72%;
    }

    .contact .project-wraper {
        margin-bottom: 0px;
    }


}

@media (min-width: 1441px) and (max-width: 1599px) {

    li,
    body {
        font-size: 15px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .whats-app {
        width: 50px;
        height: 50px;
        font-size: 1.75em;
    }

    #plus {
        width: 50px;
        /* height: 50px; */
        font-size: 1.25em;
    }



    .lease .project-wraper {
        margin-bottom: 30px;
    }

    .lease-sec-mid {
        padding-top: 2%;
    }


}

@media (min-width: 1600px) and (max-width: 1680px) {
    body {
        font-size: 15px !important;
    }

    li {
        font-size: 15px !important;
    }

    .d-container {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .whats-app {
        width: 50px;
        height: 50px;
        font-size: 1.75em;
    }

    #plus {
        width: 50px;
        /* height: 50px; */
        font-size: 1.25em;
    }


    /* Menu */

    .nav-menus-wrapper {
        width: 65%;
    }

    /* Index Page */
    .banner-content {
        width: 25%;
    }

    .midleft-bg {
        left: -16%;
    }

    .contact-sec-img {
        top: -105%;
    }

    .footer-menu ul li {
        margin: 15px 14px;
    }

    .sec-heading {
        font-size: 2.5em;
    }

    .footer-wraper {
        padding-top: 60px;
    }

    .res-apartment-con {
        width: 40%;
    }

    .details-icon img {
        width: 35px;
    }



    /* service */
    .service-img-left {
        width: 49%;
    }

    .service-img-right {
        width: 49%;
    }

    /* Easy lease */
    .lease-sec-mid {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 2%;
    }

    /* Testimonials */
    .testimonial-card-img img {
        width: 90px;
    }

    .testimonial-card-con {
        padding: 0 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .project-topleft-bg {
        top: -72%;
    }


}

@media (min-width: 1681px) {
    body {
        font-size: 15px !important;
    }

}


@media (max-width: 992px) {

    .d-container {
        padding: 0px 3%;
    }

    .header-contact {
        display: none;
    }

    .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent !important;
    }

    .nav-dropdown {
        min-width: 100% !important;
    }

    .sexy-menu.detached {
        opacity: 1 !important;
        position: unset !important;
    }

    .navigation-portrait li {
        font-size: 18px !important;
    }

    /* .nav-brand img {
        display: flex;
        align-items: center;
    } */

    .hide-menu {
        display: block;
    }

    .navigation {
        justify-content: center;
    }

    .hide-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 20px 10px;
        display: flex;
        justify-content: space-evenly;
    }

    .hide-menu a {
        width: 25%;
        line-height: 1;
        font-size: 1em;
        display: inline-block;
        float: left;
        text-align: center;
        font-weight: normal;
        font-family: "Montserrat";
        text-transform: capitalize;
    }

    .hide-menu a i {
        display: block;
        justify-content: center;
        background: #062a42;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* margin: 0 auto 10px; */
        font-size: 1.6em;
        margin-bottom: 5px;
    }

    .sexy-menu.detached {
        position: fixed !important;
        bottom: 0px !important;
        top: inherit !important;
        /* height: 100vh; */
        background-color: transparent !important;
        backdrop-filter: unset !important;
    }

    #button.show {
        display: none;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .desk-view {
        display: none;
    }

    .mob-view {
        display: block;
    }

    .nav-menu>li>a {
        color: #fff !important;
    }

    .nav-toggle,
    .navigation-hidden .nav-header {
        display: block !important;
    }

    .hide-menu img {
        display: block;
        justify-content: center;
        margin: 0 auto;
        width: 38px;
    }

    .sexy-menu.detached .header-phone a {
        margin: 12px 20px !important;
    }

    .whatsapp-icon {
        filter: brightness(0) invert(1);
    }

    #plus {
        width: 60px;
        height: 65px;
        font-size: 2em;
    }

    /* .whats-app {
    width: 45px;
  }  */


    /* .navigation{
    justify-content: center !important;
} */

    .bredcum-wraper {
        padding-top: 0px;
        margin: 10px auto 0 auto;
    }

    .nav-menu {
        flex-direction: column;
    }

    .innerpage-head .nav-header {
        background-color: transparent;
        width: 50%;
        /* border-bottom-right-radius: 20px; */
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .innerpage-head .navigation {
        padding: 60px 0;
    }

    .innerpage-head .nav-brand img {
        width: 75%;
    }

    .top-nav {
        display: none;
    }

    .navigation-portrait .nav-menu>li {
        line-height: 30px !important;
    }

    /************************** Index page *************************/

    .footer-wraper {
        padding: 0 0 70px 0;
    }

    .about .main-wraper {
        padding: 20px 0;
    }

    .banner-content {
        width: 100%;
        left: 0%;
        bottom: 5%;
    }

    .bannertxt-top span {
        font-size: 1.849em;
        line-height: 1;
    }

    .bannertxt-para {
        line-height: 1.5;
        padding: 0 10px;
        display: none;
    }

    .details-icon {
        width: 20%;
    }


    /* About */

    .about-right-heading {
        font-size: 2em;
    }

    .sec-heading {
        font-size: 2em;
    }

    .about-sec-right p {
        text-align: center;
    }

    .about-left-txt,
    .about-right-txt {
        font-size: 1.5em;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        margin-left: 0%;
        margin-top: 20px;
    }

    .topleft-bg,
    .topright-bg {
        display: none;
    }

    /* Project */

    .resp-tabs-container {
        margin-top: 20px !important;
    }

    .resp-tabs-list li {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .resp-tabs-list {
        margin-top: 30px !important;
    }

    ul.resp-tabs-list {
        display: block !important;
    }

    .resp-tab-active::after {
        display: none !important;
    }

    h2.resp-accordion {
        display: none !important;
    }

    /* Apartments */

    .midright-bg {
        display: none;
    }

    .res-apartment-con {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .res-apartment-con-para {
        color: #000;
    }

    .res-apartment-bottomcon {
        position: inherit;
        bottom: 0%;
        left: 0%;
        background-color: #089cbf;
        border-radius: 10px;
        padding: 20px 20px 50px 20px;
        margin-top: 10px;
    }

    .res-apartment-bottomcon .heading {
        color: #fff;
        margin-top: 10px;
        font-size: 2em;
    }

    .residential-apartments a {
        position: relative;
        bottom: 0;
        right: 0;
        color: #fff;
        margin-top: -67px;
        margin-left: 20px;

        &:hover {
            color: #e7e7e7;
        }
    }

    .res-apartment-con-heading {
        font-size: 2em;
    }

    .res-apartment-con-heading:nth-child(2) {
        font-size: 2em;
    }

    /* NRI Corner */

    .nri-sec {
        flex-direction: column;
        gap: 20px;
    }

    .nri-left,
    .nri-right {
        width: 100%;
    }

    .midleft-bg {
        display: none;
    }

    .rental-sec {
        flex-direction: column;
        gap: 10px;
    }

    .rental-left,
    .rental-right {
        width: 100%;
    }

    .rental-right-txt {
        font-size: 1.5em;
        line-height: .9;
    }

    .rental-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .wrk-with-us,
    .testimonials {
        width: 100%;
    }

    .testimonial-icon img {
        width: 70px;
    }

    .testimonials-heading,
    .wrk-with-us-heading {
        font-size: 1.5em;
    }

    .testimonials p {
        margin: 5px 0 0 0;
    }

    .contact-sec-heading {
        font-size: 1.5em;
        margin-left: 0%;
        text-align: center;
        margin-bottom: 10px;
    }

    .bottomright-bg {
        display: none;
    }




    /****************************** About Page ******************************/

    .vision-icon {
        width: 30%;
    }

    .vision-content {
        width: 70%;
        padding: 20px 0 20px 35px;
        text-align: center;
    }

    .about .project-wraper {
        padding: 20px 0 0px 0;
    }

    .about-sec {
        align-items: flex-start;
    }

    .project-topleft-bg,
    .project-topright-bg {
        display: none;
    }



    .contact-sec-img {
        display: none;
    }

    .contact-sec-con {
        margin-top: 0%;
        flex-direction: column;
    }

    .contact-sec-con-left .heading {
        font-size: 2.5em;
        text-align: center;
        letter-spacing: 0;
    }

    .contact-sec-con-left .heading br {
        display: none;
    }

    .contact-sec-con-right .heading {
        font-size: 1.5em;
        letter-spacing: 0px;
        margin: 10px 0 5px 0;
    }

    .contact-sec-con-right {
        padding: 1% 0 0 0%;
        text-align: center;
    }



    /* Footer */

    .footer-logo {
        display: none;
    }

    .btm-link:nth-child(1) {
        display: none;
    }

    .btm-link:nth-child(2) {
        display: none;
    }

    .footer-con {
        width: 100%;
    }

    .footer-menu {
        display: none;
    }

    .footer-details {
        justify-content: center;
        /* margin-top: 20px; */
    }

    .copy-right span {
        display: none;
    }

    .footer-bottom-container {
        margin: 0 0 20px 0;
    }



    /****************************** Project Page ******************************/

    .gallerypage-tabcontent {
        margin-top: 55px;
    }

    .main-wraper {
        padding-top: 60px;
    }

    /****************************** Service Page ******************************/

    .service-sec1-left,
    .service-sec1-right {
        width: 48%;
    }

    .service-img-left,
    .service-img-right {
        width: 49%;
    }

    .about-right-para {
        margin-top: 1%;
    }

    .service-sec1-left .top-heading {
        font-size: 2em;
    }

    /****************************** Contact Page ******************************/

    .contact-details-box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .contact-details-boxx {
        width: 100%;
    }

    .welcome-container {
        flex-direction: column;
        gap: 20px;
    }

    .enquire-pic {
        width: 100%;
    }

    .enquiry-home {
        width: 100%;
    }

    .contact-wraper {
        padding: 30px 0;
    }

    .footer-social-links ul li a {
        font-size: 1.5em;
    }


    /****************************** Testimonial Page ******************************/
    .testimonial-card-img img {
        width: 70px;
    }

    .testimonial-card-con {
        padding: 20px 25px 0 25px;
    }


    /****************************** Easy Lease Page ******************************/
    .lease-sec-left,
    .lease-sec-right {
        width: 100%;
    }

    .lease-sec-mid {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        padding: 5% 0;
    }

    /****************************** Career Page ******************************/
    .career-form {
        padding: 30px 20px 10px 20px;
    }

    .career-form-inner {
        padding: 0px;
    }

    .careerForm-input {
        width: 100%;
        height: 55px;
    }

    .careerForm-input:nth-child(2n+2) {
        margin-left: 0%;
    }

    .careerForm-textarea {
        width: 100%;
    }

    .careerForm-textarea:nth-child(2n+2) {
        margin-left: 0%;
    }

    .careerform-btn {
        margin: 1em 0;
    }

    .career .project-wraper {
        padding: 30px 0 0px 0;
    }


}


@media (max-width: 420px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .footer-address-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-address:nth-child(3) {
        display: none;
    }

    .package-content {
        float: none;
        width: 100%;
        top: 60px;
    }

    .owl-controls {
        display: none;
    }

    .nav-brand img {
        width: 100px;
        margin: 0 auto;
    }

    .carousel-indicators {
        display: none !important;
    }

    #popUp {
        width: 330px;
        padding: 6% 5% 2%;
        bottom: 14%;
    }

    .form-group {
        margin-bottom: 7px;
    }

    /* .side-form input[type="text"],
    .side-form textarea {
      padding: 12px 13px;
    } */

    .side-form-title {
        font-size: 1.2em;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .hero-text-area {
        font-size: 10px;
    }


    /* #plus {
        height: 65px;
        font-size: 1.5em;
        width: 45px;
    }

    .whats-app {
        width: 45px;
    } */


    /****************************** Index Page ******************************/

    .about-right-heading {
        font-size: 1.5em;
    }

    .about .about-right-heading {
        font-size: 1.5em;
        text-align: center;
    }

    .details-icon img {
        width: 25px;
    }

    .details-icon {
        width: 16%;
    }

    .company-details {
        gap: 15px;
    }

    .sec-heading {
        font-size: 1.5em;
    }

    .resp-tabs-list {
        margin-top: 15px !important;
    }

    .res-apartment-con-heading {
        font-size: 1.2em;
    }

    .res-apartment-con-heading:nth-child(2) {
        font-size: 1.2em;
        margin-top: 5px;
    }

    .res-apartment-con-heading br {
        display: none;
    }


    .bannertxt-top {
        font-size: 1.75em;
    }

    .bannertxt-top span {
        font-size: 1.643em;
    }

    .res-apartment-bottomcon .heading {
        font-size: 1.5em;
    }

    .about-right-heading br {
        display: none;
    }

    .rental-right-txt {
        font-size: 1.2em;
        line-height: 1;
        bottom: 10px;
        left: 15px;
    }

    .contact-sec-con-right .heading {
        font-size: 1.2em;
    }

    .contact-sec-con p {
        font-size: .9em;
    }

    .copy-right {
        padding-left: 10px;
    }

    .designed {
        padding-right: 10px;
    }



    /****************************** Contact Page ******************************/

    .enquiry-form-outer .user-box {
        width: 100%;
    }

    .title-enquiry-sub {
        font-size: 2em;
    }

    .title-enquiry {
        font-size: 2em;
    }

    .innerpage-bannertxt-top {
        font-size: 1.2em;
    }

    .innerpage-bannertxt-top span {
        font-size: 1.5em;
        line-height: 1;
        letter-spacing: -2px;
    }

    .contact .project-wraper {
        padding: 40px 0 0 0;
    }

    /****************************** Testimonial Page ******************************/

    .title-enquiry {
        font-size: 1.5em;
    }

    .title-enquiry-sub {
        font-size: 1.5em;
    }

    .testimonial-inner {
        margin-top: 20px;
    }

    .testimonial-card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card:nth-child(2n+2) {
        margin-left: 0%;
    }

    .testimonial-card-img img {
        width: 40px;
    }

    .testimonial-card-con {
        padding: 10px 0px 0 0px;
    }

    .testimonial-card-con p {
        margin-top: 2px;
    }

    .testimonial .project-wraper {
        padding: 40px 0 0 0;
    }

    .testimonial .title-enquiry {
        font-size: 1.5em;
    }

    .testimonial .title-enquiry-sub {
        font-size: 1.5em;
    }

    /****************************** NRI Corner Page ******************************/

    .nri-corner-sec {
        flex-direction: column-reverse;
    }

    .nri-corner-right {
        width: 100%;
    }

    .nri-corner-left {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
    }

    .nri-corner-left .img-left {
        width: 100%;
    }

    .nri-corner-left .img-right {
        display: none;
    }

    .nri-corner .project-wraper {
        padding: 20px 0 0 0;
    }

    /****************************** Service Page ******************************/
    .service-sec1-inner {
        flex-direction: column;
    }

    .service-sec1-left,
    .service-sec1-right {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .service-sec1-right {
        display: none;
    }

    .service-img-left,
    .service-img-right {
        width: 100%;
        gap: 10px;
    }

    .service-sec1-left .top-heading {
        font-size: 1.5em;
    }

    .service-sec1-left .bottom-txt {
        font-size: 1em;
    }

    .services .project-wraper {
        padding: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    /****************************** Project Page ******************************/

    .gallerypage-buttons {
        flex-direction: column;
    }

    .gallery-tablinks {
        width: 100%;
    }

    .gallery-tablinks .arrow-icon {
        bottom: 0px;
    }

    .gallerypage-item {
        width: 48%;
    }

    .box-group img {
        height: 200px;
    }

    .gallerypage-tabcontent {
        margin-top: 10px;
    }

    .projects .project-wraper {
        padding: 30px 0;
    }

    .projects .main-wraper {
        padding-top: 0;
    }


    /****************************** About Page ******************************/

    .about-sec {
        flex-direction: column;
    }

    .about-sec-left {
        width: 100%;
    }

    .about-sec-right {
        width: 100%;
        margin-top: 20px;
    }

    .vision-icon img {
        width: 40px;
    }

    .vision-icon-heading {
        font-size: 1.5em;
    }


    .vision {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .vision-icon {
        margin: auto;
        border-right: none;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }

    .vision-content {
        width: 100%;
        padding: 15px 0 25px 15px;
    }

    .about-bottom {
        margin: 50px 0 0px 0;
    }

    .lease .project-wraper {
        padding: 40px 0 0px 0;
    }


}


@media (min-width: 421px) and (max-width: 460px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    /* Contact Page */

    .enquiry-form-outer .user-box {
        width: 100%;
    }

    .innerpage-bannertxt-top {
        font-size: 1.3em;
    }

    /****************************** Testimonial Page ******************************/

    .title-enquiry {
        font-size: 1.5em;
    }

    .title-enquiry-sub {
        font-size: 1.5em;
    }

    .testimonial-inner {
        margin-top: 20px;
    }

    .testimonial-card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card-img img {
        width: 40px;
    }

    .testimonial-card-con p {
        margin-top: 5px;
    }

    .testimonial-card-con {
        padding: 10px 25px 0 0px;
    }

    .testimonial-card:nth-child(2n+2) {
        margin-left: 0%;
    }

    .project-wraper {
        padding: 40px 0 0 0;
    }

    .testimonial .title-enquiry {
        font-size: 1.7em;
    }

    .testimonial .title-enquiry-sub {
        font-size: 1.7em;
        margin-top: 5px;
    }

    /****************************** NRI Corner Page ******************************/

    .nri-corner-sec {
        flex-direction: column-reverse;
    }

    .nri-corner-right {
        width: 100%;
    }

    .nri-corner-left {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
    }

    .nri-corner-left .img-left,
    .nri-corner-left .img-right {
        width: 100%;
    }

    .nri-corner .project-wraper {
        padding: 20px 0;
    }

    /****************************** Service Page ******************************/
    .service-sec1-inner {
        flex-direction: column;
    }

    .service-sec1-left,
    .service-sec1-right {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .service-img-left,
    .service-img-right {
        width: 100%;
        gap: 10px;
    }

    /****************************** Project Page ******************************/

    .gallerypage-buttons {
        flex-direction: column;
    }

    .gallery-tablinks {
        width: 100%;
    }

    .gallery-tablinks .arrow-icon {
        bottom: 0px;
    }

    .gallerypage-item {
        width: 48%;
    }

    .box-group img {
        height: 200px;
    }

    .gallerypage-tabcontent {
        margin-top: 10px;
    }

    /****************************** About Page ******************************/

    .about-sec {
        flex-direction: column;
    }

    .about-sec-left {
        width: 100%;
    }

    .about-sec-right {
        width: 100%;
        margin-top: 20px;
    }

    .vision-icon img {
        width: 40px;
    }

    .vision-icon-heading {
        font-size: 1.5em;
    }


    .vision {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .vision-icon {
        margin: auto;
        border-right: none;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }

    .vision-content {
        width: 100%;
        padding: 15px 0 25px 15px;
    }

    .about-bottom {
        margin: 50px 0 0px 0;
    }



}



@media (min-width: 461px) and (max-width: 560px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    /* Contact Page */

    .enquiry-form-outer .user-box {
        width: 100%;
    }

    .innerpage-bannertxt-top {
        font-size: 1.5em;
    }

    /****************************** Testimonial Page ******************************/

    .title-enquiry {
        font-size: 2em;
    }

    .title-enquiry-sub {
        font-size: 2em;
    }

    .testimonial-inner {
        margin-top: 20px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-card:nth-child(2n+2) {
        margin-left: 0%;
    }

    /****************************** NRI Corner Page ******************************/

    .nri-corner-sec {
        flex-direction: column-reverse;
    }

    .nri-corner-right {
        width: 100%;
    }

    .nri-corner-left {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
    }

    .nri-corner-left .img-left,
    .nri-corner-left .img-right {
        width: 100%;
    }

    .nri-corner .project-wraper {
        padding: 20px 0;
    }

    /****************************** Service Page ******************************/
    .service-sec1-inner {
        flex-direction: column;
    }

    .service-sec1-left,
    .service-sec1-right {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .service-img-left,
    .service-img-right {
        width: 100%;
        gap: 10px;
    }

    /****************************** Project Page ******************************/

    .gallerypage-buttons {
        flex-direction: column;
    }

    .gallery-tablinks {
        width: 100%;
    }

    .gallery-tablinks .arrow-icon {
        bottom: 0px;
    }

    .gallerypage-item {
        width: 48%;
    }

    .gallerypage-tabcontent {
        margin-top: 20px;
    }


    /****************************** About Page ******************************/

    .about-sec {
        flex-direction: column;
    }

    .about-sec-left {
        width: 100%;
    }

    .about-sec-right {
        width: 100%;
        margin-top: 20px;
    }

    .vision-icon img {
        width: 40px;
    }

    /* .vision-icon-heading {
        font-size: 1.5em;
    } */


    .vision {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .vision-icon {
        margin: auto;
        border-right: none;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }

    .vision-content {
        width: 100%;
        padding: 15px 0 25px 15px;
    }

    .about-bottom {
        margin: 50px 0 0px 0;
    }

    .details-txt br {
        display: none;
    }

    .details-icon {
        width: 16%;
    }


}


@media (min-width: 561px) and (max-width: 680px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    /****************************** Testimonial Page ******************************/

    .title-enquiry {
        font-size: 2em;
    }

    .title-enquiry-sub {
        font-size: 2em;
    }

    .testimonial-inner {
        margin-top: 20px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-card:nth-child(2n+2) {
        margin-left: 0%;
    }

    .project-wraper {
        padding: 40px 0 0px 0;
    }

    /****************************** NRI Corner Page ******************************/

    .nri-corner-sec {
        flex-direction: column-reverse;
    }

    .nri-corner-right {
        width: 100%;
    }

    .nri-corner-left {
        width: 100%;
        margin-top: 20px;
    }

    .nri-corner .project-wraper {
        padding: 20px 0;
    }

    /****************************** Service Page ******************************/
    .service-sec1-inner {
        flex-direction: column;
    }

    .service-sec1-left,
    .service-sec1-right {
        width: 100%;
        margin-top: 20px;
    }

    /****************************** Project Page ******************************/
    .box-group img {
        height: 250px;
    }

    .gallery-tablinks {
        width: 29%;
    }

    /****************************** About Page ******************************/

    .about-sec {
        flex-direction: column;
    }

    .about-sec-left {
        width: 100%;
    }

    .about-sec-right {
        width: 100%;
        margin-top: 20px;
    }

    .vision-icon img {
        width: 40px;
    }

    .vision-icon-heading {
        font-size: 1.5em;
    }

    .vision-content {
        padding: 15px 0 10px 15px;
    }

    .details-txt br {
        display: none;
    }

    .rental-right-txt {
        font-size: 2em;
    }

    .view-project {
        margin-top: 0;
    }

    .res-apartment-con-heading br {
        display: none;
    }

    .res-apartment-con-heading:nth-child(2) br {
        display: none;
        margin-top: 5px;
    }

    .details-icon {
        width: 14%;
    }


}








@media (min-width: 681px) and (max-width: 768px) {

    body,
    li {
        font-size: 14px !important;
    }

    .d-container {
        padding-left: 3%;
        padding-right: 3%;
    }

    /****************************** Index Page ******************************/

    .footer-social-links ul {
        justify-content: center;
        gap: 50px;
    }

    .footer-bottom-container {
        justify-content: space-between;
    }

    .about-left-txt,
    .about-right-txt {
        font-size: 2em;
    }

    .details-txt br {
        display: none;
    }

    .details-icon {
        width: 12%;
    }

    .resp-tabs-list li {
        width: 32% !important;
        margin-left: 9px !important;
        padding: 13px 15px !important;
    }

    .about-right-heading br {
        display: none;
    }

    .res-apartment-con-heading br {
        display: none;
    }

    .res-apartment-con-heading:nth-child(2) br {
        display: none;
        margin-top: 5px;
    }

    .res-apartment-bottomcon .heading br {
        display: none;
    }

    .view-project {
        margin-top: 0%;
    }

    .rental-left-para {
        margin: 2% 0;
    }

    .rental-right-txt {
        font-size: 2.2em;
        line-height: .8;
    }

    /****************************** Contact Page ******************************/

    .contact-details-box {
        width: 32%;
        margin-right: 1%;
    }

    .contact-details-box:nth-child(2) {
        padding: 27px;
    }

    .contact-details-box p br {
        display: none;
    }

    .contact-details-boxx {
        width: 32%;
    }


    /****************************** Testimonial Page ******************************/
    .testimonial-card-img img {
        width: 50px;
    }

    .testimonial-card-con {
        padding: 20px 0px 0 15px;
    }

    .testimonial-inner {
        margin-top: 25px;
    }

    .title-enquiry,
    .title-enquiry-sub {
        font-size: 2em;
    }


    /****************************** NRI Corner Page ******************************/

    .nri-corner-sec {
        flex-direction: column-reverse;
    }

    .nri-corner-right {
        width: 100%;
    }

    .nri-corner-left {
        width: 100%;
        margin-top: 20px;
    }

    .nri-corner .project-wraper {
        padding: 20px 0;
    }

    /****************************** Service Page ******************************/
    .service-sec1-inner {
        flex-direction: column;
    }

    .service-sec1-left,
    .service-sec1-right {
        width: 100%;
        margin-top: 20px;
    }

    .project-wraper {
        padding: 40px 0 0px 0;
    }

    /****************************** Project Page ******************************/
    .box-group img {
        height: 250px;
    }

    .gallery-tablinks {
        width: 29%;
    }


    /****************************** About Page ******************************/
    .about-sec {
        flex-direction: column;
    }

    .about-sec-left {
        width: 100%;
    }

    .about-sec-right {
        width: 100%;
        margin-top: 20px;
    }

    .vision-icon-heading {
        font-size: 1.5em;
    }

    .vision-icon img {
        width: 50px;
    }

    .about-bottom {
        margin: 30px 0 30px 0;
    }

}