.listing-title-area {
    padding-bottom: 0px;
    position: relative;
    z-index: 999;
    background: #fff;
}
.floor-plan .tab-content>.active {
    opacity: 1 !important;
}
.listing-title-area h2 {
    font-size: 30px;
    text-transform: none;
    margin-bottom: 10px;
    text-align: left;
    color: #323232;
    font-weight: 700;
}

.listing-title-area h1 {
    font-size: 30px;
    text-transform: none;
    margin-bottom: 10px;
    text-align: left;
    color: #323232;
    font-weight: 700;
}

.listing-title-area p {
    font-size: 14px;
    color: #323232;
    margin-bottom: 25px;
    text-align: left;
    opacity: 80%
}

.listing-title-area p i {
    margin-right: 5px;
    font-size: 14px;
    opacity: 80%;
    color: #323232;
}

.listing-title-area .prop_details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-title-area .prop_details li {
    font-size: 15px;
    color: #323232;
    margin-bottom: 25px;
    text-align: left;
    border-right: 1px solid #eee;
    padding-right: 40px;
    margin-right: 0px;
}

.listing-title-area .prop_details li:last-child {
    border-right: none
}

.listing-title-area .prop_details li span {
    font-size: 13px;
    color: #323232;
    margin-bottom: 25px;
    text-align: left;
    opacity: 80%
}

.listing-title-area .spss.style2 ul li a {
    color: #696969;
    font-size: 14px;
    display: block;
}

.listing-title-area .spss.style2 ul li.icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    color: #696969;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 2px;
}

.listing-title-area .spss.style2 ul li:nth-child(2) {
    margin-right: 0px;
}

.listing-title-area .spss.style2 ul li .icon {
    border-radius: 50%;
    color: #696969;
    height: 45px;
    width: 45px;
}

.listing-title-area .price h3 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 10px;
    color: #323232;
    font-weight: 700;
    margin-top: 10px;
}

/*.listing-title-area .gal{display: flex;justify-content: space-between;flex-flow: wrap;}
.listing-title-area .gal li{width:48%;}
.listing-title-area .gal li:last-child{width:100%;margin-top: 20px;}*/
.listing-title-area .gal {
    flex-flow: wrap;
    object-fit: cover;
    position: relative;
    z-index: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 3.07fr 1fr 1fr;
    grid-template-rows: 0fr 0fr;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-areas:
        "first second third"
        "first fourth fourth";
}

.listing-title-area .gal li:first-child {
    grid-area: first;
}

.listing-title-area .gal li:nth-child(2) {
    grid-area: second;
}

.listing-title-area .gal li:nth-child(3) {
    grid-area: third;
}

.listing-title-area .gal li:nth-child(4) {
    grid-area: fourth;
}

.popup-img {
    position: relative;
    display: block
}

.popup-img img {
    width: 100%
}

.spls_style_two .overlay {
    border-radius: 0px;
    background-color: rgb(0 0 0 / 50%);
    cursor: pointer;
    height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spls_style_two .overlay .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}

.mfp-wrap {
    z-index: 9999999999;
}

.overview-tab-box {
    box-shadow: 0px 10px 15px 0px #eff0f1;
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 9999;
}

.overview-tab-box .fix-menu {
    position: relative;
    height: 100%;
    max-width: 100%;
}

.overview-tab-box ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center
}

.overview-tab-box ul li {
    transition: .2s;
    text-align: center;
    width: 100%;
    border-bottom: 4px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-tab-box ul .active {
    border-bottom: 4px solid #027dc0;
    transition: .2s;
}

.overview-tab-box ul li:hover {
    border-bottom: 4px solid #027dc0;
    transition: .2s;
}

.overview-tab-box ul li a {
    color: #027dc0;
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    border: 1px solid #eee;
    border-bottom: none
}

.partner-logo img {
    width: 100%;
}

.content-box {
    background: #f5f7fb;
}

.overview h2 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 10px;
    text-align: left;
    color: #323232;
    font-weight: 700;
}

.overview p {
    font-size: 14px;
    color: #323232;
    margin-bottom: 20px;
    text-align: left;
    opacity: 80%
}

.content-box article h2 {
   margin: 20px 0px 10px;
}

.content-box article h3 {
    margin-bottom: 10px;
}

.content-box article h4 {
    margin-bottom: 10px;
}

.content-box article h5 {
    margin-bottom: 10px;
}

.content-box article h6 {
    margin-bottom: 10px;
}

.content-box article p {
   font-size: 15px;
    color: #323231;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 22px;
}

a.d-md-flex img {
    width: 170px;
    height: 170px;
}
.content-box article p span {
   font-size: 15px;
    color: rgb(103 102 102 / 80%);
    margin-bottom: 10px;
    line-height: 22px;
}

.content-box article ul {
    margin-bottom: 10px;
}

.content-box article li {
    margin-bottom: 5px;
    font-size: 13px;
    color: rgb(50 50 50 / 80%);
}

#overview .overview ul {
    margin-left: 15px;
}

#overview .overview ul li {
    list-style-type: circle
}

#Price ul {
    margin-left: 15px;
}

#Price ul li {
    list-style-type: circle
}

#More ul {
    margin-left: 15px;
}

#More ul li {
    list-style-type: circle
}

#Specifications ul {
    margin-left: 15px;
}

#Specifications ul li {
    list-style-type: circle
}

#price ul {
    margin-left: 15px;
}

#price ul li {
    list-style-type: circle
}

#more ul {
    margin-left: 15px;
}

#more ul li {
    list-style-type: circle
}

#specifications ul {
    margin-left: 15px;
}

#specifications ul li {
    list-style-type: circle
}

.location_details ul li {
    width: 33%;
    float: left;
    display: flex;
    align-items: center
}

.location_details ul li p {
    color: #0D263B;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.857;
    margin-bottom: 0;
    width: 45%;
}

.location_details ul li span {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.857;
    margin-bottom: 0;
    font-size: 13px;
}

.location_details ul li:last-child {
    float: left;
    display: grid;
    grid-template-columns: 1.7fr 10fr;
    align-items: self-start;
    width:100%;
    margin-top:10px;
}

.location_details ul li:last-child p {
    color: #0D263B;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    width: auto
}

.location_details ul li:last-child span {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    font-size: 13px;
    width:auto;
}


.share-buttons {
    margin-top: 20px;
}

.share-buttons ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.share-buttons ul li {
    background: #c7c9df;
    width: 100%;
    text-align: center;
    margin-right: 15px;
}

.share-buttons ul li:hover {
    color: #fff ! important;
    transition: .5s;
    background: #027dc0
}

.share-buttons ul li:hover a {
    color: #fff;
}

.share-buttons ul li a {
    color: #027dc0;
    font-size: 14px;
    display: block;
    padding: 8px 0px;
    transition: .5s;
}

.share-buttons ul li a i {
    margin-right: 5px;
}

.share-buttons ul li a:hover {
    color: #fff;
    transition: .5s;
    background: #027dc0
}

.share-buttons ul li a:hover i {
    color: #fff;
    transition: .5s;
}

.share-buttons ul .ask-btn {
}

.share-buttons ul .ask-btn a {
    background: #027dc0;
    color: #fff;
}

.share-buttons ul .ask-btn a:hover {
    color: #fff;
    transition: .5s;
    background: #7ac943
}

.property-video iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.floor-plan ul {
    margin-bottom: 30px;
}

.floor-plan ul li {
    margin-left: 0px ! important;
    margin-right: 10px;
}

.floor-plan ul li:after {
    background-color: transparent;
}

.floor-plan ul li a {
    background-color: #027dc0;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    padding: 6px 13px;
    text-transform: uppercase;
    transition: .5s;
}

.floor-plan ul li a i {
    font-size: 10px;
    margin-right: 2px;
}

.floor-plan ul li a:hover {
    background-color: #7ac943;
    transition: .5s;
}

.floor-plan ul li .active {
    background-color: #7ac943;
    transition: .5s;
}

.floor-plan .plan {
    background: #027dc0;
    padding: 20px;
    border-radius: 8px;
	width: 400px;
    margin-right: 20px;
}

.floor-plan .plan .plan-image {
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

.floor-plan .plan p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 20px;
}

.floor-plan .plan span {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    opacity: 80%
}

.download-pdf {
    background: #7ac943;
    width: auto;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    margin-top: 0px;
}

.download-pdf:hover {
    background: #027dc0;
    color: #fff;
    transition: .5s;
}

.download-pdf i {
    margin-right: 5px;
}

.amenities {
}

.amenities ul {
    display: flex;
    align-items: center;
    justify-content: flex-start ! important;
    flex-flow: wrap;
}

.amenities ul li {
    background: #7ac943;
    width: 18%;
    border-radius: 10px;
    text-align: center;
    padding: 20px 8px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.amenities ul li span {
    border-radius: 100px;
    background: #fff;
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 5px;
    margin: 0px auto
}

.amenities ul li span img {
}

.amenities ul li p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: 10px;
}


.location {
    border: 1px solid #d6d7d8;
}

.nearby-location {
}

.nearby-location ul {
    margin: 20px 0px;
    margin-bottom: 0px;
    align-items: center;
    justify-content: space-between;
}

.nearby-location ul li {
    margin-left: 0px ! important;
    margin-right: 0px
}

.nearby-location ul li:after {
    background-color: transparent ! important;
}

.nearby-location ul li a {
}

.nearby-location ul li a span {
    background: #027dc0;
    width: 65px;
    height: 65px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: .5s;
    padding: 10px;
    margin: 0px auto;
}

.nearby-location ul li .active span {
    background: #7ac943;
}

.nearby-location ul li a p {
    font-size: 13px;
    color: #323232;
    margin: 5px 0px;
    text-align: center;
    opacity: 60%;
    font-weight: 500
}

.nearby-location ul li a:hover span {
    background: #7ac943;
    transition: .5s;
}

.nearby-location .tab-content ul {
    margin-top: 0px;
}

.nearby-location .tab-content li {
    width: 30%;
    float: left;
    margin-bottom: 15px;
    font-size: 13px;
    color: #323232;
    opacity: 80%;
}

.nearby-location .tab-content li i {
    margin-right: 5px;
    font-size: 14px;
}

.developer-box {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    padding: 25px;
    margin-bottom: 25px;
	border-radius: 5px;
}

.developer-box span {
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    background: #fff;
    margin-bottom: 15px;
    width: 50%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer-box h4 {
    font-size: 16px;
    color: #027dc0;
    margin: 5px 0px;
    text-align: left;
    font-weight: 600
}

.developer-box p {
    font-size: 13px;
    color: #323232;
    margin: 5px 0px;
    text-align: left;
    opacity: 60%;
    font-weight: 500
}

.similar-projects {
}

.similar-projects .feat_property {
    display: block;
}

.similar-projects .feat_property.list.listing .thumb {
    width: 100%;
}

.similar-projects .feat_property.list.listing .details.style7 {
    width: 100%
}

.feat_property.list .details .tc_content {
    padding: 20px 15px 15px;
}


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    font-size: 8pt;
    margin-bottom: 0px;
    margin-top: 20px
}
.hr-text:before {
    content: "";
    background: #505095;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #fff;
    background-color: #027dc0;
}

.hr-text2 {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    font-size: 8pt;
    margin-bottom: 15px;
    margin-top: 15px
}
.hr-text2:before {
    content: "";
    background: #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text2:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #aaa;
    background-color: #fff;
}

.enquiry-form select{
    background: #027dc0 ! important;
    border: 1px solid #027dc0;
    padding: 0px 8px;
    opacity: 0.3;
    font-size: 13px;
}


.enquiry-form {
    background: #027dc0;
    padding: 15px;
}

.enquiry-form .head {
    background: #3d3dac;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: none
}

.enquiry-form .head p {
    color: #fff;
    font-size: 13px;
    padding-bottom: 0px;
}

.enquiry-form h3 {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin: 12px 0px;
    margin-left: 10px;
}

.enquiry-form .form-group {
    margin-bottom: 5px;
}

.enquiry-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #5db0de;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
}

.enquiry-form .form-control::placeholder {
    font-size: 13px;
    color: #5db0de
}

#bhk-box {
    background: #3d3dac;
    padding: 10px;
    margin-top: 15px;
}

#bhk-box .form-group {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}

#bhk-box p {
    font-size: 10px;
    color: #fff;
}

#bhk-box label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    margin-right: 5px;
}

#bhk-box label input {
    position: absolute;
    left: -9999px;
}

#bhk-box label input:checked+span {
    background-color: #027dc0;
}

#bhk-box label input:checked+span:before {
    box-shadow: inset 0 0 0 0.275em #3d3dac;
}

#bhk-box label input:checked+span {
    border: 1px solid #fff;
}

#bhk-box label span {
    display: flex;
    align-items: center;
    padding: 0.575em 0.85em 0.575em 0.575em;
    border-radius: 4px;
    transition: 0.25s ease;
    background: #027dc0;
    color: #fff;
    font-size: 13px;
    border: 1px solid #027dc0;
}

#bhk-box label span:hover {
    background-color: #027dc0;
}

#bhk-box label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
    border: 1px solid #fff;
}

.custom-checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-checkbox label {
    font-size: 10px;
    color: #fff;
}

.custom-checkbox label a{
    text-decoration: underline;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ff0000;
}

.custom-control-label::before{
top:0;
}

.custom-control-label::after{
top:0;
}


.enquiry-form .footer-button {
    margin-left: 0px ! important;
    transition: .5s;
}

.enquiry-form .footer-button:hover {
    background: #3d3dac;
    transition: .5s;
}

.sidebar-ad {
    background: #cccccc;
    border: 4px solid #cccccc
}

.sidebar-ad img {
    width: 100%
}

.clear-space {
    margin: 30px 0px;
}

.gallery-form {
    max-width: 340px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left
}

.gallery-form .mfp-close {
    position: absolute;
    top: -20px;
    right: -15px;
    background: #7ac943;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    opacity: 1;
    border: 2px solid #fff;
}

.overview::before {
    content: '';
    display: block;
    height: 175px;
    margin-top: -175px;
    visibility: hidden;
}

.modal-backdrop {
    position: relative;
    z-index: 999999
}

.modal-open {
    padding: 0px ! important;
    overflow: hidden ! important
}

#myModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    background: rgb(0 0 0 / 50%);
    opacity: 1 ! important;
    margin-top: 0px;
    padding-top: 0px;
}

#myModal button {
    cursor: pointer
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-dialog {
    background: transparent;
    width: 360px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#myModal .modal-content {
    border: none;
    background: transparent
}

.offer-box {
    margin-bottom: 20px;
}

#nk-assist .property-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px
}

#nk-assist .property-box {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom:  40px;
}

/*=====Property Detail CSS Start======*/

@media (min-width:1900px) {
    .grid-wrapper {
        width: 100%;
        grid-template-columns: 2fr 2fr;
    }

    .banner .banner-text-box {
        margin-top: -80px;
        margin-left: 80px;
    }

    .banner p {
        font-size: 34px;
    }

    .listing-title-area .gal {
        grid-template-columns: 3.05fr 1fr 1fr;
    }

    .nav-link {
        font-size: 16px;
    }

    .top-contact li a {
        font-size: 13px;
    }

    .listing-title-area .spss.style2 ul li a {
        font-size: 16px;
    }

    .listing-title-area p {
        font-size: 16px;
    }

    .listing-title-area p i {
        font-size: 18px;
    }

    .listing-title-area .prop_details li {
        font-size: 18px;
    }

    .listing-title-area .prop_details li span {
        font-size: 16px;
    }

    .know-more {
        font-size: 18px;
        margin-top: 5px;
    }

    .listing-title-area .price h3 {
        font-size: 30px;
        margin-top: 15px;
    }

    .overview h2 {
        font-size: 30px;
    }

    .overview p {
        font-size: 16px;
    }

    .location_details ul li p {
        font-size: 16px;
    }

    .location_details ul li span {
        font-size: 16px;
    }

    .share-buttons ul li a {
        font-size: 18px;
    }

    .floor-plan ul li a {
        font-size: 14px;
    }

    .floor-plan ul li a i {
        font-size: 14px;
        margin-right: 4px;
    }

    .floor-plan .plan p {
        font-size: 20px;
    }

    .floor-plan .plan span {
        font-size: 16px;
    }

    .download-pdf {
        font-size: 18px;
    }

    .amenities ul li {
        padding: 40px 20px;
    }

    .amenities ul li span {
        width: 90px;
        height: 90px;
    }

    .amenities ul li p {
        font-size: 18px;
    }

    .nearby-location ul li {
        margin-right: 35px;
    }

    .nearby-location ul li a span {
        width: 80px;
        height: 80px;
    }

    .nearby-location ul li a p {
        font-size: 18px;
    }

    .nearby-location .tab-content li {
        font-size: 16px;
    }

    .nearby-location .tab-content li i {
        font-size: 16px;
    }

    .developer-box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .developer-box p {
        font-size: 16px;
    }

    .developer-box span {
        width: 40%;
    }

    .grid-wrapper {
        grid-auto-rows: 300px;
    }

    .feat_property.list.listing .thumb {
        max-height: 260px;
    }

    .feat_property .details .tc_content .property-head {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .feat_property .details .tc_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .feat_property .details .tc_content .prop_details li span {
        font-size: 16px;
    }

    .feat_property .details .tc_content .prop_details li span i {
        font-size: 16px;
        width: 25px;
    }

    .enquiry-form .head p {
        font-size: 16px;
    }

    .enquiry-form h3 {
        font-size: 18px;
    }

    .enquiry-form .form-group {
        margin-bottom: 15px;
    }

    #bhk-box p {
        font-size: 14px;
    }

    #bhk-box label span {
        font-size: 16px;
    }

    .custom-checkbox label {
        font-size: 13px;
    }

    .enquiry-form .footer-button {
        font-size: 18px;
    }

    #bottom-form .first-box {
        width: 80px ! important;
    }

    .overview-tab-box ul li a {
        font-size: 16px;
    }

    .search-box {
        width: 300px
    }

    .search-box input::placeholder {
        font-size: 14px;
    }

    .search-box input {
        font-size: 16px;
    }

    footer .box1 h4 {
        font-size: 18px;
    }

    footer .box1 ul li a {
        font-size: 16px;
    }

    footer .red-bg ul li {
        font-size: 20px;
    }

    footer .red-bg p {
        text-align: center
    }

    footer .box2 ul li a {
        font-size: 16px;
    }

    footer .box2 p {
        font-size: 16px;
    }

    .feat_property .thumb .thmb_cntnt ul.tag li span {
        font-size: 14px;
    }

    .feat_property .fp_footer .fp_meta li span {
        font-size: 18px;
    }

    .feat_property.list.listing .fp_footer {
        padding: 20px 20px;
    }

    .filter .dropdown p {
        font-size: 16px;
    }

    .filter .btn-secondary i {
        font-size: 20px;
    }

    .dropdown-menu {
        font-size: 14px;
    }

    #location-filter .form-group label {
        font-size: 14px;
    }

    .featured-properties p {
        font-size: 16px;
    }

    .best-offer span {
        font-size: 24px;
    }

    .popular-locations p {
        font-size: 16px;
    }

    .popular-locations .location-box img {
        width: 45%;
    }

    .popular-locations .location-box span {
        font-size: 16px;
    }

    .popular-locations .location-box p {
        font-size: 14px;
    }

    .project-categories p {
        font-size: 16px;
    }

    .project-categories .text-desc p {
        font-size: 24px;
    }

    .work-with-us p {
        font-size: 16px;
    }

    .work-with-us .owl-theme .work-box {
        padding: 30px 20px;
    }

    .work-with-us .owl-theme .work-box p {
        font-size: 14px;
    }

    .prominent-developers p {
        font-size: 16px;
    }

    .prominent-developers .owl-theme .develop-box .developer-description p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .prominent-developers .owl-theme .develop-box .project-delivered p {
        font-size: 14px;
    }

    .prominent-developers .owl-theme .develop-box .ratings p {
        font-size: 14px;
    }

    .property-services .property-box h3 {
        font-size: 28px;
    }

    .property-services .property-box p {
        font-size: 16px;
    }

    .blog-section p {
        font-size: 16px;
    }

    .blog-section .arrow-circle {
        font-size: 16px;
    }

    #bottom-form .form-control::placeholder {
        color: #eee;
        font-size: 14px;
    }

    .contact .contact-wrap .contact-info p {
        font-size: 14px;
    }

    .faq .nav-faq li a {
        font-size: 16px;
        padding: 8px 13px;
    }

    .faq .tab-content p {
        font-size: 16px;
    }

    .faq .tab-content li {
        font-size: 16px;
    }

    .faq strong {
        font-size: 16px;
    }

    .disclaimer p {
        font-size: 16px;
    }

    .privacy-policy p {
        font-size: 16px;
    }

    .developer-detail h3 {
        font-size: 24px;
    }

    .developer-detail .project-delivered p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .developer-detail .ratings p {
        font-size: 14px;
    }

    .developer-detail .developer-description p {
        font-size: 16px;
    }

    .csr-pointers p {
        font-size: 16px;
    }

    .csr-pointers .pointer-box h5 {
        font-size: 18px;
    }

    .csr-listing p {
        font-size: 18px;
    }

    .csr-listing .csr-box .csr-text-box p {
        font-size: 15px;
        line-height: 20px;
    }

    .fund-raise-head h2 {
        font-size: 22px;
        width: 500px;
    }

    .fund-raise-head p {
        font-size: 16px;
    }

    .counter .counter-box .icon-text p {
        font-size: 16px;
    }

    .counter .counter-box .icon-text h3 {
        font-size: 30px;
    }

    .counter .counter-box .icon-img i {
        font-size: 55px;
        margin-right: 20px;
    }

    .vision p {
        font-size: 16px;
    }

    .vision .mission-box p {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .why-choose p {
        font-size: 16px;
    }

    .why-choose ul li p {
        font-size: 16px;
    }

    .why-choose ul li {
        padding: 30px 25px;
    }

    .awards p {
        font-size: 16px;
    }

    .awards .nav-awards li a {
        font-size: 14px;
    }

    #award-gal .text-desc h5 {
        font-size: 20px;
    }

    .current-open p {
        font-size: 16px;
    }

    .more-jobs p {
        font-size: 16px;
    }

    .more-jobs .more-job-box .left-side h5 {
        font-size: 20px;
    }

    .more-jobs .more-job-box .left-side .cate-tag p {
        font-size: 14px;
    }

    .more-jobs .more-job-box .left-side .job-exp p {
        font-size: 16px;
    }

    .apply-section p {
        font-size: 16px;
    }

    .apply-section .royal-contact-form-right input::placeholder {
        font-size: 14px;
    }

    .apply-section .royal-contact-form-right textarea::placeholder {
        font-size: 14px;
    }

    .apply-section .royal-contact-form-right select {
        font-size: 14px;
    }

    .nknews .nav-faq li a {
        font-size: 14px;
    }

    .real-img h4 {
        font-size: 16px
    }

    .event-gallery p {
        font-size: 16px
    }
}

@media only screen and (max-width:1280px) {
    .listing-title-area .prop_details li {
        padding-right: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .project-categories ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-categories ul li {
        width: 100%;
        margin: 0;
    }

    .work-with-us .owl-theme .work-box {
        padding: 40px 15px
    }

    .work-with-us .owl-theme .work-box span {
        font-size: 16px;
    }

    .feat_property.list .details .tc_content {
        padding: 2px 10px 5px;
    }

    .feat_property.list.listing .details.style7 {
        width: 100%;
    }

    .feat_property.list.listing .fp_footer {
        padding: 5px 10px;
    }

    .feat_property .details .tc_content p {
        margin-bottom: 8px;
    }

    .feat_property .details .tc_content .prop_details li {
        margin-bottom: 5px;
    }

    .listing-title-area .prop_details li {
        font-size: 13px;
    }

    .listing-title-area .prop_details li span {
        font-size: 11px;
    }

    .listing-title-area .gal {
        grid-template-columns: 3.14fr 1fr 1fr;
    }

    .listing-title-area .gal li:last-child {
        margin-top: 0px;
    }

    .amenities ul li {
        width: 18%;
        padding: 15px 10px;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .amenities ul li p {
        font-size: 13px;
        line-height: 18px;
    }

    .amenities ul li span {
        width: 55px;
        height: 55px;
        padding: 8px;
    }

    .nearby-location .tab-content li {
        width: 45%;
    }

    .developer-box span {
        width: 100%;
    }

    .location_details ul li {
        width: 50%;
    }

    .overview-tab-box .fix-menu {
        max-width: 100%;
    }

    #bhk-box label span {
        padding: 0.275em 0.5em 0.275em 0.375em
    }

    .custom-checkbox label {
        font-size: 10px;
    }

    .chatbot {
        position: fixed;
        bottom: 70px;
        right: 10px;
        width: 55px;
        height: 55px;
    }
}

@media only screen and (max-width:961px) {
    .banner {
        height: 670px;
    }

    .banner marquee {
        height: 670px;
    }

    .banner .banner-text-box {
        margin-top: -80px;
        margin-left: 10px;
    }

    .banner .banner-heading {
        font-size: 40px;
    }

    .banner .red-line {
        width: 115px;
    }

    .banner p {
        max-width: 100%
    }

    .banner p {
        font-size: 18px;
    }

    .nav-item {
        margin-left: 10px ! important
    }

    .nav-link {
        font-size: 10px;
    }

    .mx-auto {
        margin-right: 0px ! important;
    }

    .grid-wrapper {
        width: 95%;
        grid-template-columns: 2fr 2fr;
    }

    .project-categories ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-categories ul li {
        width: 100%;
        margin: 0;
    }

    .project-categories .text-desc p {
        font-size: 18px;
    }
	
	.floor-plan .plan{width: 50%; margin-bottom:20px;}

    .search-box {
        width: 200px;
    }

    .search-box input {
        width: 80% ! important
    }

    .feat_property.list .details .tc_content {
        padding: 15px 15px 10px;
    }

    .feat_property.list.listing .details.style7 {
        width: 60%;
    }

    .feat_property.list.listing .fp_footer {
        padding: 15px 25px;
    }

    .feat_property .details .tc_content p {
        margin-bottom: 15px;
    }

    footer .box2 .social-icons ul li {
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }

    footer .box2 .social-icons ul li a {
        font-size: 14px;
    }

    #bottom-form .first-box h4 {
        margin-right: 15px;
        font-size: 15px;
    }

    footer #subscribe {
        display: block
    }

    .chatbot {
        position: fixed;
        bottom: 85px;
        right: 10px;
        width: 35px;
        height: 35px;
    }

    .listing-title-area h2 {
        font-size: 24px;
    }

    .listing-title-area h1 {
        font-size: 24px;
    }

    .listing-title-area .spss.style2 ul li:nth-child(2) {
        margin-right: 5px;
    }

    .listing-title-area .gal li:last-child {
        width: 100%;
        margin-top: 0px;
    }

    .listing-title-area .prop_details li {
        font-size: 13px;
        padding-right: 5px;
    }

    .listing-title-area .prop_details li span {
        font-size: 11px;
    }

    .listing-title-area .spss.style2 ul li.icon {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .listing-title-area .spss.style2 ul li a {
        font-size: 14px;
    }

    .single_property_social_share_content .know-more {
        margin-top: 5px;
    }

    .overview-tab-box {
        display: none;
        position: relative ! important;
        top: 0px ! important
    }

    .overview-tab-box .fix-menu {
        display: none
    }

    .listing-title-area {
        padding-bottom: 20px;
    }

    .content-box {
        padding: 30px 0px;
    }

    .location_details ul li p {
        width: 50%;
        font-size: 13px;
    }

    .location_details ul li span {
        width: 50%;
    }

    .amenities ul li {
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 20px 8px;
        width: 30%
    }

    .amenities ul li:last-child {
        display: none;
    }

    .amenities ul li span {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .amenities ul li p {
        font-size: 13px;
        line-height: 18px;
    }

    .nearby-location .tab-content li {
        width: 48%;
        margin-right: 10px;
    }

    .developer-box span {
        width: 100%;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .hero__title {
        font-size: 24px;
    }

    .hero__text {
        font-size: 16px;
        margin: 5px auto;
    }

    .contact .contact-wrap .form,
    .contact-wrap .contact-info {
        padding: 30px;
    }

    .developer-list ul li {
        width: 31%;
        margin-right: 15px;
        padding: 20px 15px;
    }

    .blog-sidebar .content {
        text-align: center;
        padding: 0 0.4em;
    }

    .blog-sidebar .subtitle {
        font-size: 11px;
    }

    .blog-sidebar .title {
        font-size: 15px;
    }

    #offer-listing .feat_property.list {
        display: inline-block
    }

    #offer-listing .feat_property.list.listing .thumb {
        width: 40%;
    }

    #offer-listing .feat_property.list.listing .details.style7 {
        width: 60%;
    }

    #offer-listing .feat_property.list.listing .offer-banner {
        padding: 0px 0px;
        width: 100%;
    }

    .about-us h2 .red-line {
        display: none;
    }

    .about-us h1 .red-line {
        display: none;
    }

    .about-us p {
        max-width: 100%;
    }

    .vision .mission-box div {
        padding: 20px 15px;
    }

    .vision .mission-box p {
        margin-bottom: 0px;
    }

    .why-choose .owl-nav {
        display: none;
    }

    #award-gal ul li {
        width: 31%;
    }
}

@media only screen and (max-width:840px) {
    .chatbot {
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 35px;
        height: 35px
    }
}

@media (max-width:767px) {
    .stop-marquee{
        width: 100% ! important;
        animation: none ! important;
    }
    .desk-view {
        display: none;
    }
	
	.floor-plan .plan{width: 47%;}

    .mob-view {
        display: block ! important;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .max-container90 {
        max-width: 100%;
        margin: 0px auto;
        padding: 0px 15px;
    }

    .alert-primary {
        display: none ! important;
    }

    .wishlist {
        position: absolute;
        float: right;
        right: 80px;
        bottom: 10px;
    }

    .autocomplete-items {
        top: 115%;
    }

    .feat_property.list.listing .thumb {
        width: 100%
    }

    .navigation-wrap {
        padding: 8px 0px;
        transition: all 0.3s ease-out;
        padding-bottom: 8px;
    }

    .navigation-wrap .col-lg-12 {
        padding: 0
    }

    .show {
        height: 100vh;
        background: #027dc0;
        margin-top: -65px;
        padding-top: 80px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 15px;
        width:55px;
    }

    .navbar-toggler {
        padding-right: 15px;
        width:45px;
        height:45px
    }

    .navbar-brand img {
        width: 50px;
    }

    .start-header.scroll-on .navbar-brand img {
        width: 50px;
        height: auto
    }

    .start-header.scroll-on {
        padding: 8px 0px;
        transition: all 0.3s ease-out;
        padding-bottom: 35px;
    }

    .top-contact {
        display: none
    }

    .nav-item {
        position: relative;
        transition: all 200ms linear;
        padding-left: 5px ! important;
        padding: 5px 0px;
        border-bottom: 0px solid #f7f7f7;
        text-align: left;
        margin-left: 0px ! important;
        margin-top: 0px;
	height: auto;
    }

    .navbar-nav {
        justify-content: normal;
        padding-top: 15px ! important;
        padding-bottom: 15px ! important;
        height: 100vh;
    }

    .nav-link {
        font-size: 22px;
        color: #000 ! important;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 0px;
        border-bottom: 1px solid #eee;
        transition: .5s;
        color: #9bb3dc ! important;
        border: none;
        box-shadow: none;
        font-size: 18px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        box-shadow: none;
        background: none ! important
    }

    .nav-link i {
        font-size: 15px;
        margin-left: 5px;
    }

    #navbarSupportedContent {
        overflow: scroll
    }

    .nav-item:after {
        height: 0px;
        background: none;
        display: none;
    }

    .gal .owl-nav {
        display: none;
    }

    .mx-auto {
        position: absolute;
        top: 50px;
        display: flex;
        width: 100%;
    }

    .search-box {
        width: 95%;
        margin: 0px auto;
        display: flex ! important;
        justify-content: center;
        border: none
    }

    .search-box input {
        height: 30px;
        font-size: 14px;
        width: 85%;
        float: left;
        padding: 0px 8px;
    }

    .search-box button {
        margin: 0px ! important;
        margin-left: 5px ! important;
        background: transparent ! important
    }

    .search-box button i {
        color: #11124b;
        transition: .5s;
    }

    .navbar-collapse {
        position: absolute;
        top: 40px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.2s ease;
        display: block;
    }

    .navbar-collapse.collapse {
        height: auto !important;
        margin-left: 0%;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: all 0.2s ease;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        background-color: #fff;
    }

    .banner {
        height: 100vh
    }

    .banner marquee {
        height: 100vh;
    }

    .banner .banner-text-box {
        margin-top: 0px;
        margin-left: 0px;
        background: rgb(255 255 255 / 100%);
        padding: 40px 30px;
        border-radius: 10px;
    }

    .banner .banner-heading {
        font-size: 35px;
        text-align: center
    }

    .banner .red-line {
        width: 100px;
    }

    .banner p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .banner .banner-box {
        display: flex;
        align-items: center;
        padding: 16px 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .grid-wrapper {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        margin-left: 0px;
        grid-auto-rows: 290px;
    }
    .grid-wrapper .tall {
        grid-row: span 1;
    }

    .builder-cp-card{
        grid-template-columns: 1fr;
    }

    .how-it-works .work-card.in-touch, .how-it-works .work-card.review{
        text-align: center;
        align-items: center;
        padding: 15px;
    }
    .how-it-works .work-card.setup, .how-it-works .work-card.demo{
        text-align: center;
        align-items: center;
        padding: 15px;
    }
    .how-it-works .work-center {
        width: 100%;
        height: 350px;
        background-color: #FFF0E9;
        border-radius: 50%;
        margin: 55px 0px;
    }
    .how-it-works .work-center-img {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }
    .how-it-works .working-content{
        margin-top: 0px;
    }

    .featured-properties {
        z-index: 99;
    }

    .feat_property.list {
        display: block
    }

    .feat_property.list.listing .details.style7 {
        width: 100%
    }

    #offer-listing .feat_property.list.listing .thumb {
        width: 100%;
    }

    #offer-listing .feat_property.list.listing .details.style7 {
        width: 100%;
    }

    #offer-listing .feat_property.list.listing .offer-banner {
        width: 100%;
    }

    .property-services .property-box {
        display: block;
        margin-bottom: 15px;
    }

    .property-services .property-box h3 {
        margin-top: 15px;
    }

    .schedule-visit h4 {
        font-size: 22px;
    }

    .popular-locations .location-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .popular-locations .location-box img {
        width: 100%;
    }

    .popular-locations .location-box .location-text {
        margin: 10px;
    }

    .work-with-us .owl-dots {
        display: block;
        margin-top: 20px;
    }

    .work-with-us {
        padding: 80px 0px;
    }

    .project-categories ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-categories ul li {
        width: 100%;
        margin: 0;
    }

    .project-categories .text-desc p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    footer {
      /*   padding: 25px 0px;
        margin-bottom: 25px; */
    }

    footer .box1 {
        width: 100%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #5f6186;
        padding: 15px 0px;
    }

    footer .red-bg {
        margin-bottom: auto;
        padding: 10px 0px;
    }

    footer .red-bg ul li {
        width: 100%;
        text-align: left
    }

    footer .red-bg p {
        text-align: left
    }

    footer .box2 {
        width: 100%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #5f6186;
        padding: 10px 0px;
    }

    footer .box2 p {
        margin: 0;
    }

    footer .box2 .social-icons {
        margin-top: 10px;
    }

    .form-inline {
        display: block
    }

    .foot-logo {
        margin: 20px 0px;
        margin-left: 0px;
    }

    #bottom-form{
	display: block;
    }

    #bottom-form .first-box {
        width: 100% ! important;
        display: block;
        min-height: auto;
        margin-bottom: 15px !important;
        border-right: none;
    }
    .custom-checkbox label{
	text-align: left;
    }

    #bottom-form .first-box h4 {
        text-align: center;
        float: none
    }

    #bottom-form .form-inline .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    #bottom-form .form-control {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .footer-button {
        margin-left: 0px ! important;
    }

    .footer-btn {
        background: #027dc0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        padding: 0px 0px;
    }

    #section1 {
        display: none;
        z-index: 999999;
    }

    #bottom-form form{
        grid-template-columns: 1fr;
    }

    #bottom-form .close-btn {
        right: 0px;
        left: 0;
        top: -20px;
        margin: 0px auto;
    }

    .scrolltop {
        position: fixed;
        bottom: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .scrolltop .icon {
        font-size: 14px;
    }

    .chatbot {
        position: fixed;
        bottom: 25px;
        right: 15px;
        width: 50px;
        height: 50px;
        background: #fff;
    }

    .filter .dropdown-menu p {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #location-filter .checkbox-form {
        display: inline-block;
    }

    #location-filter .form-group {
        display: block;
        margin-bottom: 15px;
        margin-right: 0px;
        float: left;
        width: 33%;
    }

    #filter .show {
        background: #fff;
        margin-top: 0px;
        padding-top: 0px;
        height: auto;
    }

    #filter .dropdown-menu {
        padding-top: 10px ! important;
    }

    #filter .dropdown {
        align-items: baseline
    }

    .cat {
        margin-right: 5px;
    }

    .cat label {
        font-size: 11px;
    }

    .cat label span {
        padding: 4px 6px
    }

    .listing-title-area {
        padding-bottom: 15px;
        padding-top: 20px;
        z-index: 99
    }

    .listing-title-area h2 {
        font-size: 20px;
    }

    .listing-title-area h1 {
        font-size: 20px;
    }

    .listing-title-area p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .listing-title-area .gal {
        display: block;
        margin-top: 8px;
        overflow:hidden;
    }

    .listing-title-area .gal li {
        width: 100%;
		margin-bottom: 10px;
		
    }

    .gallery-form {
        max-width: 100%;
        width: 90%;
    }

    .listing-title-area .gal li:last-child {
        width: 100%;
        margin-top: 0px;
    }

    .spls_style_two .overlay {
        display: none;
    }

    .spls_style_two .overlay .title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .listing-title-area .price h3 {
        font-size: 20px
    }

    .listing-title-area .mb-20 {
        margin-bottom: 0px;
    }

    .listing-title-area .gal .owl-dots .owl-dot span {
        width: 35px;
        height: 5px;
        margin: 5px 3px
    }

    .listing-title-area .prop_details {
        flex-wrap: wrap;
        display: block;
    }

    .listing-title-area .prop_details li {
        font-size: 14px;
        margin-bottom: 5px;
        border-right: 1px solid #eee;
        width: 49%;
        margin-right: 0px;
        border: 1px solid #eee;
        padding: 10px;
    }

    .listing-title-area .prop_details li:last-child {
        border-right: 1px solid #eee;
    }

    .listing-title-area .prop_details li span {
        font-size: 13px;
    }

    .single_property_social_share_content {
        text-align: left ! important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0px;
    }

    .single_property_social_share_content .know-more {
        display: none
    }

    .listing-title-area .no-padding-left {
        padding-left: 15px;
    }

    .overview::before {
        display: none;
    }

    .overview-tab-box {
        display: block;
        position: relative ! important;
        top: 0px ! important;
        z-index: 9;
    }

    .overview-tab-box .fix-menu {
        display: none;
    }

    .overview h2 {
        font-size: 20px;
    }

    .overview p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .location_details ul li {
        width: 50%;
        float: left;
        display: block;
        margin-bottom: 0px;
    }

    .location_details ul li p {
        font-size: 13px;
        margin-bottom: 0;
        width: auto;
        float: left;
        margin-right: 5px;
    }

    .location_details ul li span {
        margin-bottom: 0;
        font-size: 13px;
        width: 45%;
    }

    .share-buttons {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .share-buttons ul {
        display: block;
    }

    .share-buttons ul li {
        width: 31%;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
    }

    .share-buttons ul li a {
        font-size: 13px;
    }

    .content-box {
        padding: 30px 0px;
    }

    .floor-plan .show {
        background: transparent;
        height: auto;
    }

    .floor-plan .tab-content .show {
        padding-top: 0px;
        margin-top: 0px;
    }

    .floor-plan ul {
        margin-bottom: 15px;
    }

    .floor-plan ul li {
        padding-left: 0px ! important
    }

    .amenities ul li {
        width: 48%;
        padding: 20px 20px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .amenities ul li p {
        font-size: 14px;
        line-height: 18px;
    }

    .feat_property .details .tc_content p {
        font-size: 14px
    }

    .feat_property .details .tc_content .prop_details li span {
        font-size: 14px;
    }

    .nearby-location .show {
        background: transparent;
        margin-top: 0px;
        padding-top: 0px;
        height: auto
    }

    .nearby-location ul li {
        margin-right: 15px
    }

    .nearby-location ul li a span {
        width: 50px;
        height: 50px;
    }

    .nearby-location ul li a p {
        font-size: 13px;
    }

    .nearby-location .tab-content li {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .developer-box {
        display: block;
        padding: 15px;
    }

    .developer-box span {
        display: inline-block;
        width: 150px;
        margin-right: 0px;
        height: auto;
        padding: 5px;
    }

    #myModal .modal-dialog {
        width: 85%;
    }

    .fancybox-slide .enquiry-form {
        width: 90%;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 180px;
        background-position: 100% 50%;
    }

    .hero__overlay {
        background: linear-gradient(0deg, rgba(36, 43, 47, .7), rgba(34, 43, 50, .7));
    }

    .hero__title {
        font-size: 22px;
    }

    .hero__text {
        margin: 10px auto;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    .contact .contact-wrap .form,
    .contact-wrap .contact-info {
        padding: 20px;
    }

    .privacy-policy h3 {
        font-size: 20px;
    }

    .faq .tab-content h3 {
        font-size: 20px;
    }

    .disclaimer h3 {
        font-size: 20px;
    }

    .nknews .show {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .developer-list ul li {
        width: 48%;
        margin-right: 10px;
        padding: 20px 15px;
        margin-top: 0px;
    }

    .developer-list ul li a img {
        width: 100%;
    }

    .cs-blog-detail p {
        text-align: justify
    }

    .blog-detail-section h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .rich-editor-text ul {
        padding-left: 15px;
    }

    .rich-editor-text ol {
        padding-left: 15px;
    }

    .blog-detail-section {
        padding-bottom: 0px;
    }

    #blog-list .filter-blog {
        margin-bottom: 40px;
    }

    .overflow {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 50px;
    }

    .sort-menu {
        display: flex;
        justify-content: flex-start;
        width: 500px;
    }

    .sort-menu__list {
        font-size: 14px;
        margin-left: 15px;
    }

    #largeModal .modal-dialog {
        width: 95%;
    }

    #largeModal .modal-body h2 {
        font-size: 26px;
    }

    #largeModal {
        margin-top: 0px;
        padding-top: 0px;
    }

    #largeModal .modal-body a {
        margin: 0px 2px;
        width: 135px;
    }

    #downloadModal {
        margin-top: 0px;
        padding-top: 0px;
    }

    #downloadModal .modal-dialog {
        width: 90%;
    }

    #downloadModal .contact-wrap .contact-info {
        padding: 10px 15px;
    }

    #downloadModal .close-btn {
        right: -15px;
    }

    .about-us h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .about-us h2 .red-line {
        display: none;
    }

    .about-us h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .about-us h1 .red-line {
        display: none;
    }

    .about-us p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .vision {
        padding: 40px 15px;
    }

    .vision .mission-box {
        flex-basis: auto;
    }

    .vision .mission-box2:last-child {
        margin-bottom: 20px;
    }

    .vision .mission-box div {
        padding: 30px 0px;
    }

    .vision .mission-box p {
        margin-bottom: 0px;
    }

    .counter .counter-box {
        display: block ! important;
        text-align: center;
        margin: 20px 0px
    }

    .counter .counter-box .icon-img i {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .counter .counter-box .icon-text p {
        font-size: 16px;
    }

    #award-gal ul li {
        width: 100%;
        margin-right: 0px;
    }

    #award-gal ul {
        padding: 0px;
    }

    .more-jobs h2 {
        font-size: 22px;
    }

    .more-jobs .more-job-box {
        display: block;
        padding: 15px 20px;
    }

    .more-jobs .more-job-box .right-side h3 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .apply-section .royal-contact-form-right>form {
        padding: 15px 15px;
    }

    .more-jobs .more-job-box .right-side {
        display: flex;
        justify-content: space-between
    }

    .more-jobs .more-job-box .left-side h5 {
        margin-bottom: 10px;
    }

    .more-jobs .more-job-box .left-side .d-flex {
        display: block ! important
    }

    .more-jobs .more-job-box .left-side .cate-tag {
        margin-right: 15px;
        margin-bottom: 0px;
    }

    .more-jobs .more-job-box .left-side .job-exp {
        display: inline-block
    }

    .more-jobs .more-job-box .left-side .job-loc {
        margin: 15px 0px;
    }

    .more-jobs .more-job-box .left-side .job-loc h3 i {
        font-size: 20px;
        margin-right: 5px;
    }

    .fund-raise-head {
        display: block
    }

    .fund-raise-head p {
        max-width: 100%
    }

    .fund-raising .col {
        flex-basis: auto;
        margin-bottom: 30px
    }

    .fund-raise-line {
        display: none
    }

    .fund-raise-head h2 {
        margin-bottom: 15px;
        width: 100%
    }

    .no-data {
        width: 100%;
        display: block;
        margin: 0px auto
    }

    .nearby-location .nav-pills {
        margin: 20px 0px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .signin {
        max-width: 100%;
        padding: 30px 20px 30px 20px;
    }

    .content-box article h2 {
        font-size: 20px;
        font-weight: 600
    }

    .content-box article h3 {
        font-size: 18px;
        font-weight: 500
    }

    .canvasjs-chart-canvas:first-child {
        position: relative ! important
    }

    .association {
        padding-right: 0px;
    }

    .association ul li {
        float: none ! important;
        width: 50%;
        margin-bottom: 0px;
    }

    footer .box2 .social-icons-ciril ul li {
        float: left ! important;
        margin-bottom: 0px;
    }

    .construction-details-img-modal div {
        width: 90% ! important;
    }

    .home-logos ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    #nk-assist .property-main-box {
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }

    #nk-assist .property-box {
        grid-template-columns: 1fr;
    }

    .credentials-box .card {
        grid-template-columns: 1fr;
    }
    .nk-reinvent-main-box{
        grid-template-columns: 1fr;
        margin: 15px;
    }

    /*Builder CSS Start*/

	.builder-cp-card .builder-cp-image img{
	    width: 100% !important;
    	    height: auto ! important;
	}

    .builder-achievement .builder-achievement-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .msmp-card-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .decoding .decoding-card-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .nk-intro-box{
        max-width: 100%
    }
    .pointer-box{
        margin-bottom: 20px
    }
    .border-radius-image{
        margin-bottom: 20px;
    }
    .marketing-edge .pointer-box .pointer-card {
        gap: 10px;
    }
    .pointer-card-desc {
        font-size: 12px;
    }
    .solo-card-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .logo-card-box {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 15px;
    }
    .experience-5{
        padding-bottom: 0px
    }
    .experience-5 .nav-tabs {
        gap: 10px;
    }
    .marketing-edge .pointer-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .pointer-card2{
        grid-template-columns: 1fr;
    }
    .pointer-card-title2{
        font-size: 14px;
    }
    .possession_details ul li{
	grid-template-columns:1fr;
    }
.sendcv-box{
grid-template-columns: 1fr;
gap: 30px;
}

}

@media only screen and (max-width:560px) {
    .feat_property.list.listing .thumb {
        width: 100%;
        max-height: 320px;
    }

    .feat_property.list.listing .thumb img {
        width: 100%
    }

    .schedule-visit h4 {
        font-size: 20px;
    }

    .developer-list ul li {
        width: 100%;
        margin-right: 0px;
    }

    .property-video iframe {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width:360px) {
    .banner .banner-heading {
        font-size: 25px;
    }

    .banner .red-line {
        width: 70px;
    }

    .featured-properties h2 {
        font-size: 25px;
    }

    .best-offer h2 {
        font-size: 35px;
    }

    .popular-locations h2 {
        font-size: 25px;
    }

    .project-categories h2 {
        font-size: 25px;
    }

    /*    .project-categories ul li {width: 100%;margin: 0px;margin-bottom: 10px;}*/
    /*    .project-categories .text-desc p {font-size: 18px;}*/
    .work-with-us h2 {
        font-size: 25px;
    }

    .schedule-visit h4 {
        font-size: 18px;
    }

    .schedule-visit .know-more {
        font-size: 13px;
    }

    .prominent-developers h2 {
        font-size: 25px;
    }

    .property-services .property-heading h2 {
        font-size: 25px;
    }

    .property-services .property-heading {
        padding: 10px 20px;
    }

    .blog-section h2 {
        font-size: 25px;
    }

    .location_details ul li p {
        font-size: 10px;
    }

    .location_details ul li span {
        font-size: 10px;
    }
}

@media only screen and (max-width:280px) {
    .feat_property.list .details .tc_content {
        padding: 25px 10px 10px;
    }

    .feat_property.list.listing .fp_footer {
        padding: 15px 10px;
    }

    #location-filter .form-group {
        width: 50%;
    }

    .listing-title-area .prop_details li {
        padding: 5px;
        font-size: 11px;
    }

    .listing-title-area .prop_details li span {
        font-size: 10px;
    }

    .listing-title-area .price h3 {
        font-size: 20px;
    }

    .location_details ul li {
        width: 100%;
    }

    .location_details ul li p {
        font-size: 13px;
    }

    .location_details ul li span {
        font-size: 13px;
    }

    .amenities ul li span {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

    .amenities ul li {
        width: 48%;
        padding: 12px 7px;
        border-radius: 15px;
    }

    .amenities ul li p {
        font-size: 13px;
        line-height: 16px;
    }
}


/* Default: Hide submenus */
           .dropdown-submenu .dropdown-menu {
                display: none;
                position: absolute;
                left: -100%;
                top: auto;
                z-index: 1000;
                margin-top: -40px
            }

            /* Show submenu on hover (desktop) */
            .dropdown-submenu:hover .dropdown-menu {
                display: block;
            }

            /* Responsive fix: Submenu visible when toggled */
            .dropdown-submenu.show .dropdown-menu {
                display: block;
                position: relative;
                left: 0; /* Reset positioning for mobile */
                top: 0;
            } 

            
            @media (max-width:767px){
                .dropdown-submenu .dropdown-menu {
                    position: relative;
                    left:15px;
                    height: auto;
                    margin-top: 0px;
                }
		.dropdown-submenu .dropdown-item:hover {
		    background:none !important;
		    color: #7ac943 !important
		}

            }