body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: "Khula", sans-serif; */
    font-family: "Lato", sans-serif;
}

.bg-background {
    background: #f8f8ff;
}

/* .navbar-brand img {
    height: 80px;
} */

.navbar-brand img {
    height: auto;
    width: 100px;
}

@media only screen and (max-width:575px) {
    /* .navbar-brand img {
        height: 70px;
    } */

    /* .navbar-brand img {
        height: 72px;
        width: 145px;
    } */
}

/* .navbar {
    background-color: #f8f8ff;
    box-shadow: 0px 0px 0px 1px #ececec;
    padding: 15px 0px 15px 0px;

} */

.home-navbar.navbar {
    /* background-color: #0d0d0d; */
    background-color: #fff;
    border-bottom: 0px solid #df9f00;
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 50;
    transition: all 0.4s ease-in-out;
    position: fixed;
    z-index: 108;
    top: 0;
}

.navbar {
    background-color: #0d0d0d;
    border-bottom: 2px solid #df9f00;
    padding: 0px 0px 0px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
    /* color: #fff; */
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    text-transform: capitalize;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 40px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #df9f00;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #df9f00;
}

.dropdown-menu {
    padding-top: 5px;
    border-radius: 0px;
    /* background: #0d0d0d; */
    background: #fff;
    box-shadow: 2px 2px 15px rgb(12 35 34 / 9%);
    border: none;
}

.dropdown-item {
    /* color: #fff; */
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
}



/* home banner section */
.home-banner {
    background: #f8f8ff;
}

.home-banner-text {
    position: relative;
    top: 0;
    padding-top: 140px;
    padding-bottom: 110px;

}

.home-banner-text .banner-sub-title {
    display: inline-flex;
    padding: 5px 15px;
    background-color: #df9f00;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 16px;
    display: none;
}

.banner-title-hilight {
    color: #df9f00;
    font-weight: 600;
}

.home-banner-text h1 {
    font-size: 50px;
    margin-bottom: 8px;
    color: #fff;
    color: #000;
}

.home-banner-text p {
    margin-top: 22px;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}


.home-banner-image {
    padding-top: 100px;
}

.property-btn {
    padding: 10px 30px;
    border-radius: 0px;
    background: linear-gradient(-45deg, #000, #000, #000, #000);
    background-size: 400% 400%;
    -webkit-animation: Gradient 4s ease infinite;
    -moz-animation: Gradient 4s ease infinite;
    animation: Gradient 4s ease infinite;
    text-shadow: 0px 3px 6px #00000033;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.6s;
}

.property-btn.banner-property-btn {
    padding: 8px 14px;
    font-size: 15px;
}

.property-btn:hover {
    background-color: #424244;
    color: #ffffff;
}

.search-section {
    margin-top: -50px
}

.search-list {
    background: #f8f8ff;
    padding: 20px 10px 20px 20px;
    /* border: 1px solid #5a5a5a; */
    border-radius: 20px;
    position: relative;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.search-list .search-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.search-list .search-form .form-group .form-select {
    height: 46px;
    background-color: #F7F8F9;
    border-radius: 5px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    transition: 0.6s;
    padding: 10px 21px;
    font-size: 14px;
}

.about-us-section {}

.about-us-content {}

.about-us-content h2 {
    font-size: 30px;
    color: #0d0d0d;
}

.about-us-content p {
    font-size: 15px;
    color: #0d0d0d;
    line-height: 1.8;
}

.about-us-image {}

.about-us-image img {
    border: 1px dashed #df9f00;
    padding: 10px;
    border-radius: 30px 130px 30px 30px;

}

.counter-list {
    background: #f8f8ff;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    border-radius: 10px 30px 10px 10px;
}

.counter-icon {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #df9f00;
}

.counter-title {
    font-size: 15px;
    font-weight: 500;
    color: #0d0d0d;
    font-weight: 700;
}

.latest-property {}

.property-listing {}

.title-heading h2 {
    font-size: 35px;
    color: #0d0d0d;
    font-weight: 500;
}

.sub-title-heading {
    display: inline-flex;
    padding: 5px 15px;
    background-color: #df9f00;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 15px;

}

.property-listing-item {
    display: block;
    text-decoration: none;
    height: 100%;
}

.property-image {
    padding: 1rem 1rem 0rem 1rem;
}

.property-image img {
    /* height: 300px; */
}

.float-property-text1 {
    top: 25px;
    left: 20px;
    padding: 2px 5px;
    background-color: #df9f00;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
}

.float-property-text2 {
    top: 25px;
    right: 20px;
    padding: 2px 5px;
    background-color: #dc3545;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
}


.float-property-text3 {
    bottom: 6px;
    left: 20px;
    padding: 2px 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    background: green;
    border-radius: 5px;
    z-index: 1;

}

.float-property-text3 img {
    max-height: 22px;
}

.overlay-click {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.property-listing-item .card-title {
    color: #df9f00;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.property-title {
    list-style: none;
}

.property-listing-item .card-price span {
    background: #ffc107;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
}

.property-listing-item .card-text {
    font-weight: 500;
}

.property-listing-item ul {
    list-style-type: none;
    padding-left: 0px;

}

.right-float-btn {
    position: absolute;
    top: 50px;
    right: 0px;

}

.d-banner-list {
    margin-bottom: 0px;
    padding-left: 0px;
    display: none;
}

.d-banner-list li {
    list-style: none;
    display: inline;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    /* font-family: "Spectral", serif; */
    /* font-family: "Source Serif 4", serif; */
    font-family: "Lato", sans-serif;
    text-shadow: 0px 3px 6px #000;
}

.d-banner-list li a {
    color: #fff;
    text-decoration: none;
}

.d-banner-list li i {
    color: #df9f00;
    font-size: 18px;
}


.top-banner-text {
    padding-top: 140px;
    padding-bottom: 140px;
}

.top-banner-text h1 {
    color: #fff;
    margin-bottom: 0px;
    text-shadow: 0px 3px 6px #00000075;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 60px;
}

.top-banner-text h2 {
    font-size: 32px;
}

.top-banner-text p {
    font-size: 14px;
    color: #fff;
}

.top-banner-section {
    background-image: url(../../image/default-banner.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.top-banner-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
}

.top-banner-section.bg-background .container {
    position: relative;
}

.top-banner-text .banner-sub-title {
    display: inline-flex;
    padding: 5px 15px;
    background-color: #df9f00;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
}

.property-grid-list .form-control {
    height: 42px;
    background-color: #F7F8F9;
    border-radius: 5px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #dee2e6;
    transition: 0.6s;
    padding: 10px 21px;
    font-size: 15px;

}

.grid-list-icon i {
    font-size: 22px;
    padding: 2px 0px 2px 2px;
    color: #495057;
    margin-left: 5px;
}

@media only screen and (max-width:575px) {
    /* .top-banner-section {
        margin-top: 54px;
    } */

    .top-banner-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



/* Propert List View Items CSS*/

.all-property-list-view-item {}

.property-list-view-item {
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #0000002d;
    border-radius: 0.375rem;
}

.propert-list-view-item-image {}

.propert-list-view-item-content .list-title {
    color: #df9f00;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.propert-list-view-item-content .list-price span {
    background: #ffc107;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    color: #212529;
}

.propert-list-view-item-content .list-text {
    color: #212529;
    font-weight: 500;
}

.propert-list-view-item-content ul {
    list-style-type: none;
    color: #212529;
}


.float-property-text4 {
    top: 10px;
    left: 10px;
    padding: 2px 5px;
    background-color: #df9f00;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
}

.float-property-text5 {
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    background-color: #dc3545;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
}


.float-property-text6 {
    bottom: 6px;
    left: 10px;
    padding: 2px 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    background: green;
    border-radius: 5px;
    z-index: 1;

}

.float-property-text6 img {
    max-height: 22px;
}


.property-details-section {}

/* .property-details-blog {
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    padding: 20px 15px;
    background-color: #fff;
} */

.property-details-blog {
    border: none;
    border-top: 0px solid #df9f00;
    padding: 20px 15px;
    background-color: #0d0d0d;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    border: 1px solid #2c2c2c;
}

.property-details-blog .property-title h3 {
    color: #df9f00;
    font-size: 36px;
    line-height: 48px;
    position: relative;
    padding-left: 0px;
}

/* .property-details-blog .property-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(315deg, rgba(0, 80, 158, 1) 27%, rgba(231, 17, 28, 1) 90%);
} */

/* .property-title ul {
    list-style-type: none;
    color: #df9f00;
} */

.property-title ul {
    list-style-type: none;
    color: #fff;
}

.property-title i {
    color: #ffffff;
}


/* .ribbon-top-right {
    left: -8px;
    top: 30px;
    transform: rotate(54deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
} */

.property-description h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.property-description span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: #ffffff;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;
}

.location-advantage-list ul {
    color: #fff;
}

.property-description-contents {
    overflow-y: auto;
    max-height: 200px;
    font-size: 14px;
    text-align: justify;
}

.property-description-contents p {
    margin-bottom: 0px;
}

.overview-wrap.why-choose-prop-details .property-description-contents {
    max-height: none;
}

/* width */
.property-description-contents::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.property-description-contents::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #00000060;
}

/* Handle */
.property-description-contents::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #df9f00, rgb(15, 15, 15));
}

/* Handle on hover */
.property-description-contents::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #df9f00, rgb(15, 15, 15));
}



.property-amenities h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.property-amenities span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

.amenities-list {
    text-align: center;
    height: 112px;
    width: 100%;
    padding: 10px;
    border: 1px solid #df9f00;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
    margin-bottom: 20px;
    /* background: #fff; */
}

.amenities-image img {
    width: 48px;
    height: 48px;
}

.amenities-text {
    font-size: 14px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #df9f00;
    margin-top: 6px;
    text-transform: capitalize;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .amenities-text {
        font-size: 12px;
    }
}

.master-plan h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.master-plan-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

.custom-modal-body {
    padding: 0px !important;
    text-align: center;
}

.btn-close-1 {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: -12px;
    right: -12px;
    background: rgb(94 93 99 / 4%);
    border: none;
}

.btn-close-1 i {
    font-size: 23px;
    margin-left: -8px;
    margin-top: -2px;
    color: #0d0d0d;
    border: 2px solid #df9f00;
    border-radius: 50%;
    background: white;
}

.floor-plan h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.floor-plan-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

.floor-plan-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    color: #ffffff;
}

.floor-plan-text span {
    background: #df9f00;
    padding: 5px;
    border-radius: 5px;
}

.price-plan h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */

}

.price-plan-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

.price-table th {
    font-size: 16px;
    font-weight: 600;
    color: #df9f00;
    background: #000000;
}

.price-table td {
    font-size: 14px;
    color: #fff;
    background: #0d0d0d;
}

.location-advantage h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */

}

.price-plan .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px 13px;
}

.price-plan .table-responsive tbody tr {
    border-color: #2b2b2b;
}

.location-advantage-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

.location-advantage-list p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}


.property-video h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */

}

.property-video-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;

}

/* Youtuve Video CSS */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

/* Youtuve Video CSS End */


.property-location h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 1px solid #df9f00;
    background: #df9f0017;
    /* box-shadow: 4px 4px 15px rgb(12 35 34 / 17%); */
}

.property-description,
.location-advantage,
.property-location,
.property-video,
.price-plan,
.master-plan,
.floor-plan,
.master-plan,
.property-amenities,
.location-advantage-title {
    border: 1px solid #df9f00;
    box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

.property-description h5,
.location-advantage h5,
.property-location h5,
.property-video h5,
.price-plan h5,
.master-plan h5,
.floor-plan h5,
.master-plan h5,
.property-amenities h5,
.location-advantage-title h5 {
    border: 0px solid #fcf7f2;
    text-align: left;
    border-bottom: 2px solid #df9f00;
    background: #fff;
}

.property-description h5>span,
.location-advantage h5>span,
.property-location h5>span,
.property-video h5>span,
.price-plan h5>span,
.master-plan h5>span,
.floor-plan h5>span,
.master-plan h5>span,
.property-amenities h5>span,
.location-advantage-title h5>span {
    background: #df9f00;
    display: block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 20px;
}

.property-description h5>span b {
    color: #000000;
    font-weight: 600 !important;
}

.builder-short-image img {
    border: 3px solid #df9f00;
    border-bottom-color: #df9f00;
    border-right-color: #df9f00;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
}

.builder-short-text {}

.builder-short-text h4 {
    font-size: 28px;
    color: #df9f00;
}

.builder-short-text p {
    text-align: justify;
    color: #fff;
}

.builder-short-image {
    margin-bottom: 16px;
}

.property-location-title span {
    background: transparent;
    display: block;
    padding: 8px 10px 8px 10px;
    color: black;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 16px;
}

.agent-logo {
    text-align: center;
}

.property-right-sidebar-contact .card {

    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    padding: 20px 15px;
    background-color: #fff;
    /* text-align: center; */
}

.agent-contact-form .form-group {
    position: relative;
}

.agent-contact-form .form-group label {
    position: absolute;
    top: 15px;
    left: 6px;
    pointer-events: none;
    z-index: 4;
    background: #fff;
    padding: 0 10px;
    font-weight: 500;
    color: #1a1b1c;
    transition: 0.3s ease-in-out;
}

.agent-contact-form .form-group .form-control:focus+label {
    top: -11px;
    transition: 0.3s ease-in-out;
}

.agent-contact-form .form-group .form-control.has-value+label {
    top: -11px;
    transition: 0.3s ease-in-out;
}

.agent-contact-form .form-control {
    /* background-color: #F7F8F9; */
    border-radius: 0px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #000;
    transition: 0.6s;
    padding: 10px 18px;
    font-size: 15px;
    margin: 10px 0px;
    height: 52px;
}

.agent-contact-form textarea.form-control {
    height: auto;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #dc3545;
    padding-left: 0.15rem;
    font-weight: 600;
}

.contact-info span i {

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8f8ff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px
}

.property-right-sidebar-contact .card-footer {
    background: none;
    border-top: none;
    margin-top: -25px;
}

.property-right-sidebar-contact .card-footer i {
    color: #fff;
}

.property-right-sidebar-contact .card-footer a {
    color: #fff;
}


.contact-modal {}

.contact-modal-body .form-control {
    margin: 10px 0px 10px 0px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 5px;
    outline: 0;
    box-shadow: unset;
    color: #0d0d0d;
    border: 1px solid #c7c4c9;
    transition: 0.6s;
    padding: 10px 21px;
    font-size: 15px;

}

@media only screen and (max-width:575px) {
    .col-xxl.col-lg-4.col-sm-6 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 8px;
    }

    .overview-new-part .row .col-sm-6:last-child {
        border-bottom: 0px solid #ddd;
        margin-bottom: 0px;
    }

    .builder-short-image {
        display: flex;
        justify-content: center;
    }

    .builder-short-image img {
        width: 220px !important;
    }
}


/* Footer CSS */

/* .footer-section {
    background-color: #0052a3;
    background-image: url(../../image/footer-bg-new.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: hard-light;
} */

.footer-section {
    /* background: #212529; */
    /* background-color: #e1a253; */
    /* background-color: #000000cc; */
    background-color: #fff;
    background-image: url(../../image/footer-bg-new.webp);
    /* background-image: url(../../image/footer-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    overflow: hidden;
}

.footer-main {
    padding-top: 60px;
    padding-bottom: 56px;
}

.footer-main h6 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0px;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
    padding-left: 0px;
    /* color: #fff; */
    color: #000;
    /* text-shadow: 0px 0px 2px #ffffff9c; */
}

/* .footer-main h6:before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    margin: auto;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: linear-gradient(105deg, rgb(255 255 255) -30%, #df9f00 90%);
} */

/* .footer-main a i {
    padding: 0px;
    border-radius: 0px;
    margin-right: 6px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px #00000061;
    background-color: #fff;
    border-radius: 0px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
} */

.footer-main a i {
    padding: 0px;
    border-radius: 0px;
    margin-right: 4px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    border: 0px solid #fff;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
    /* color: #fff; */
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.custom-hr-color {
    border: 1px solid #df9f00;
    opacity: 1;
    width: 114px;
}

.footer-main a {
    line-height: 2;
    transition: opacity 0.2s;
    /* color: #fff; */
    color: #000;
    /* text-shadow: 0px 0px 2px #ffffff85; */
    font-weight: 500;
    text-decoration: none;
    display: flex;
    /* align-items: center; */
    margin-bottom: 6px;
    line-height: 26px;
}

.footer-bottom {
    background: #000000;
    padding: 18px 0px 16px 0px;
}

.bank-list {
    height: 220px;
    overflow-y: auto;
}

.bank-list img {
    background: #fff;
    padding: 6px;
    width: 120px;
    margin-bottom: 10px;
    border: 1px solid #df9f00;
    box-shadow: 0 4px 15px rgb(12 35 34 / 21%);
}

/* width */
.bank-list::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.bank-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #ffffff60;
}

/* Handle */
.bank-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #df9f00, #df9f00);
}

/* Handle on hover */
.bank-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #df9f00, #df9f00);
}


.copyright-text a {
    color: #df9f00;
    font-weight: 600;
    text-decoration: none;
}

.copyright-text a:last-child {
    color: #df9f00;
}

.contact-icon i {
    font-size: 35px;
    color: #df9f00;
    background: #eff0f1;
    padding: 14px;
    border-radius: 50px;
    box-shadow: 5px 2px 3px #df9f00;

}

.contact-form-card .card-header {
    background: none;
}

.agent-contact-form .form-control:last-child {
    height: auto !important;
}

.about-us-top-content h2 {
    font-size: 42px;
    color: #0d0d0d;

}

.about-us-top-content p {
    font-size: 15px;
    color: #0d0d0d;
    line-height: 1.8;
    text-align: justify;
}

.about-us-top-image img {
    border: 1px dashed #df9f00;
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
}

.card-custom-icon {
    color: #df9f00;
    background: #e1e3e7;
    padding: 19px;
    border-radius: 50px;
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 5px 2px 3px #df9f00;
}

.card-custom-icon i {
    font-size: 40px;
}

.card-custom-title h4 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 600;
}

.card-custom-contants p {

    font-size: 14px;
}

.about-us-mission .card {
    border: none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.section-title h2 {
    font-size: 35px;
    color: #0d0d0d;
}

.card-custom-icon-1 {
    color: #df9f00;
    background: #eff0f1;
    padding: 12px;
    border-radius: 50px;
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 5px 2px 3px #df9f00;
}

.card-custom-icon-1 {
    font-size: 40px;
}

.why-choose-us .card {
    border: none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    /* height: 370px; */
}

.team-section .card {
    border: none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.team-body .team-image img {
    max-width: 150px;
    box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
}

.team-body h4 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 600;
}

.service-list {
    border: 1px dashed #df9f00;
    padding: 10px 10px 10px 10px;
    border-radius: 0.375rem;
}

.service-section .card {
    border: none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.service-image img {
    border-radius: 5px;
}

.service-text h4 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 600;
}

.service-text p {
    font-size: 15px;
    color: #0d0d0d;
    line-height: 1.8;
}


.card-custom-contants-slide {
    overflow-y: auto;
    height: 80px;
    margin-bottom: 15px;
}

/* width */
.card-custom-contants-slide::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.card-custom-contants-slide::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #00000060;
}

/* Handle */
.card-custom-contants-slide::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #33050b, rgb(233, 228, 228));
}

/* Handle on hover */
.card-custom-contants-slide::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #33050b, rgb(233, 228, 228));
}





/* Responsive CSS */
@media only screen and (max-width:1399px) {
    .home-banner-text {
        padding-top: 140px;
        padding-bottom: 90px;
    }

    .home-banner-text h1 {
        font-size: 44px;
    }
}


@media only screen and (max-width:1199px) {
    .home-banner-text {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .home-banner-image {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .home-banner-text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .home-banner-text .banner-sub-title {
        margin-bottom: 10px;
    }

    .home-banner-text p {
        margin-top: 10px;
        font-size: 14px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding-left: 10px;
        /* line-height: 26px; */
    }

    #home-banner-carousel {
        margin-bottom: 70px !important;
    }

}

@media only screen and (max-width:991px) {
    .home-banner-text h1 {
        font-size: 27px;
    }

    .right-float-btn {
        /* display: none; */
    }

    .propert-list-view-item-content ul {
        font-size: 12px;
    }

    .property-listing-item ul {
        font-size: 12px;
    }

    .about-us-content h2 {
        font-size: 20px;
    }

    .about-us-content p {
        font-size: 14px;
    }

    .about-us-image img {
        margin-top: 30px;
    }

    .title-heading h2 {
        font-size: 20px;
    }

    .property-right-sidebar-contact .card-body {
        padding: 1px;
    }

    .contact-info p {

        font-size: 12px;
    }

    .property-right-sidebar-contact .card-footer a {
        font-size: 12px;
    }

    .card-custom-title h4 {
        font-size: 16px;
    }

    .card-custom-contants p {

        font-size: 12px;
    }

    /* .footer-section {
        margin-bottom: 60px;
    } */

    .home-banner-image {
        padding-top: 95px;
        padding-bottom: 0px;
    }

    #home-banner-carousel {
        margin-bottom: 60px !important;
    }

    .home-banner-text {
        padding-top: 45px;
        padding-bottom: 0px;
    }

    .home-banner-text .banner-sub-title {
        margin-bottom: 10px;
    }

    .home-banner-text p {
        margin-top: 6px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width:767px) {
    .home-banner-text {
        padding-top: 80px;
        padding-bottom: 30px;
        text-align: center;
    }

    .home-banner-image {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-banner-text h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    /* .home-banner-text .banner-sub-title {
        font-size: 12px;
    } */

    .property-btn {
        font-size: 14px;
        /* padding: 7px 20px; */
    }

    .property-btn i {
        margin-right: 2px;
    }

    .top-banner-text h2 {
        font-size: 22px;
    }

    .about-us-content p {
        font-size: 14px;
    }

    .card-custom-title h4 {
        font-size: 14px;
    }

    #home-banner-carousel {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width:575px) {
    .home-banner-text h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .search-list .search-form .form-group label {
        font-size: 12px;
    }

    .search-list .search-form .form-group .form-select {
        font-size: 12px;
    }

    .about-us-content p {
        font-size: 12px;
    }

    .property-listing-item .card-price {
        margin-top: 13px;
    }

    .propert-list-view-item-content .list-price {
        margin-top: 13px;
    }

    .property-details-blog .property-title h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .property-title ul {
        font-size: 12px;
        flex-direction: column;
        justify-content: start;
        text-align: left;
    }

    .property-title ul li {
        width: 100%;
    }

    .property-description span {
        font-size: 14px;
    }

    .home-banner-text .banner-sub-title {
        margin-bottom: 6px;
    }

    .home-banner-text {
        padding-top: 100px;
        padding-bottom: 20px;
        text-align: center;
    }

    .property-btn.banner-property-btn {
        padding: 6px 10px;
        font-size: 15px;
    }
}

@media only screen and (max-width:320px) {
    /* .home-banner-text h1 {
        font-size: 16px;
    } */

    /* .home-banner-text p {
        margin-top: 10px;
        font-size: 11px;
    } */

    .top-banner-text h2 {
        font-size: 18px;
    }

    .propert-list-view-item-content ul {
        font-size: 10px;
    }

    .property-listing-item ul {
        font-size: 10px;
    }

    .search-list .search-form .form-group .form-select {
        font-size: 10px;
    }

    .about-us-content p {
        font-size: 10px;
    }
}


.team-body {
    border: 1px dashed #df9f00;
    padding: 10px 5px;
    border-radius: 0.375rem;
}


.custom-border-new {
    border: 1px dashed #df9f00;
    padding: 10px 5px 2px 5px;
    border-radius: 0.375rem;
}

.banquet-box {
    border: 1px solid #dddddd;
    /* box-shadow: 0 0px 15px rgb(0 0 0 / 10%); */
    padding: 0px;
}

/* Float Social Media CSS */
.fl-fl1 {
    background: #25d366;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial;
    transition: .25s
}

.fl-fl {
    background: #CD201F;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial
}


.fl-fl3 {
    background: #4267B2;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial
}


.fl-fl4 {
    background: radial-gradient(circle at 41% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial;
    transition: .25s
}


.fl-fl5 {
    /* background: #55acee; */
    background: #0f1419;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial;
    transition: .25s
}

.fl-fl6 {
    background: #0e76a8;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial;
    transition: .25s;
}


.fl-fl7 {
    background: #df9f00;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 178px;
    position: fixed;
    right: -140px;
    z-index: 10;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font: 10px Arial;
    transition: .25s;
}


.float-sm {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.float-sm.fixed {
    opacity: 1;
    transition: 0.3s ease-in-out;
}


.float-sm .fa,
.float-sm .fab {
    font-size: 20px;
    color: #fff;
    padding: 12px 0;
    width: 40px;
    margin-left: 10px
}

.fl-fl a,
.fl-fl1 a,
.fl-fl3 a,
.fl-fl4 a,
.fl-fl5 a,
.fl-fl6 a,
.fl-fl7 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important
}



.fl-fl1,
.float-gp {
    top: 170px
}

.fl-fl {
    transition: .25s
}

.fl-fl1:hover,
.fl-fl3:hover,
.fl-fl4:hover,
.fl-fl5:hover,
.fl-fl:hover,
.fl-fl6:hover,
.fl-fl7:hover {
    right: 0
}

.float-rs {
    top: 225px
}

.fl-fl3 {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.float-ig {
    top: 280px
}

.float-pn {
    top: 335px
}

.float-yt {
    top: 390px
}


.float-yt2 {
    top: 445px
}

.float-yt3 {
    top: 500px
}

/* Float Social Media CSS End*/

.page-link {
    color: #000;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    background-color: #df9f00 !important;
    border-color: #df9f00 !important;

}


/* footer sticy menu css */

.footer-sticy-menu {
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px 5px 10px 5px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    display: none !important;
}

.footer-sticy-menu-list {
    text-decoration: none;
}

.footer-sticy-menu-icon i {
    color: #fff;
    /* background: #df9f00; */
    padding: 7px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 16px;
}

.menu-icon-bg-1 i {
    background: #df9f00;
}

.menu-icon-bg-2 i {
    background: #008000;
}

.menu-icon-bg-3 i {
    background: #0d6efd;
}

.menu-icon-bg-4 i {
    background: #b58903;
}

.footer-sticy-menu-icon i:hover {
    color: #fff;
    background: #181717;
    padding: 7px;
    border-radius: 50px;
}

.footer-sticy-menu-contents p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #0d0d0d;
}

/* footer sticy menu css */
.home-banner {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #9d9d9d75;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* background: linear-gradient(to top, #10469178 1%, rgb(34 52 69 / 43%) 66%); */
    /* background: #fffceb63; */
    background: #fffdef63;
}

.home-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom-two {
    -webkit-animation: zoom-two 4s infinite linear;
    animation: zoom-two 4s infinite linear;
    /* animation: cloudMove 60s linear 0s infinite; */
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cloudMove {
    0% {
        background-position: -1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}

@media only screen and (max-width:767px) {
    .zoom-two {
        -webkit-animation: none;
        animation: none;
    }
}

/* Property Stick Menu */
.property-sticy-menu.fixed-class {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.property-sticy-menu {
    background-color: #df9f00;
    /* box-shadow: 0px 0px 0px 1px #ececec; */
    padding: 10px 0px 10px 0px;
    /* margin-top: 80px; */
    overflow-x: auto;
    position: fixed;
    top: 100px;
    /* left: 0px; */
    z-index: 50;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.property-sticy-menu .property-menu-item-list {
    list-style-type: none;
    white-space: nowrap;

}

.property-sticy-menu .property-menu-item-list .property-menu-item .property-menu-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 15px;
    text-decoration: none;
}


.name-wrap,
.overview-wrap,
.amenities-wrap,
.masterplan-wrap,
.floorplan-wrap,
.priceplan-wrap,
.nearby-wrap,
.pvideo-wrap,
.location-wrap,
.emi-wrap {
    position: relative;
}

#name {
    position: absolute;
    width: 100%;
    height: 54px;
    top: -160px;
    left: 0;
    pointer-events: none;
}

#overview {
    position: absolute;
    width: 100%;
    height: 54px;
    top: -116px;
    left: 0;
    pointer-events: none;
}

#amenities,
#masterplan,
#floorplan,
#priceplan,
#nearby,
#pvideo,
#location,
#emi {
    position: absolute;
    width: 100%;
    height: 54px;
    top: -146px;
    left: 0;
    pointer-events: none;
}

@media only screen and (max-width:575px) {
    .property-sticy-menu {
        top: 118px;
    }

    #name {
        top: -182px;
    }

    #overview {
        top: -138px;
    }

    #amenities,
    #masterplan,
    #floorplan,
    #priceplan,
    #nearby,
    #pvideo,
    #location,
    #emi {
        top: -168px;
    }
}


.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.csr-section {
    /* background: #fff0e9; */
}

.csr-section .about-us-top-content h2 span {
    color: #df9f00;
}

.csr-section .about-us-top-content p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.csr-section .gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lg-box {
    position: relative;
}

/* 
.lg-box:before {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #0d0d0d;
}

.lg-box:after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../../image/search.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.disclaimer-section {
    padding: 54px 0px 60px;
}

.disclaimer-section .about-us-top-content p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.disclaimer-section h5 {
    font-size: 24px;
    font-weight: 600;
}

.disc-logo-div {
    display: flex;
    column-gap: 15px;
    margin-bottom: 10px;
}

.disc-logo-div .dld-box {
    text-align: center;
    border: 1px solid;
    border-bottom: none;
    padding: 0px 0px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 17%);
}

.disc-logo-div .dld-box img {
    height: 110px;
    padding: 10px;
}

.disc-logo-div .dld-box h6 {
    margin-bottom: 0px;
    background: #000;
    padding: 6px 20px;
    color: #df9f00;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.wcu-left {
    height: 100%;
    padding: 60px 0;
}

.wcu-left h2 {
    font-size: 46px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 0px;
    color: #df9f00;
    margin-bottom: 4px;
}

.wcu-left h6 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.wcu-left .tab-style-one {}

.wcu-left .tab-style-one li {
    flex: unset;
}

.wcu-left .nav-link {
    padding: 10px 10px;
    font-size: 18px;
    border-bottom: 1px solid;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
}

.wcu-left .nav-link.active {
    color: #df9f00;
    background: transparent;
    border-bottom-color: #df9f00;
}

.wcu-left .nav-link:focus,
.wcu-left .nav-link:hover {
    color: #000;
}

.wcu-left .nav-link.active:focus,
.wcu-left .nav-link.active:hover {
    color: #df9f00;
}

.wcu-left .tab-content {}

.wcu-left .tab-pane {}

.wcu-left .tab-pane p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.seller-corner-section-new {
    background-color: #040404;
}

.seller-corner-section-new .property-btn {
    background: #df9f00;
}

.index-about-part-top.about-page-part .about-us-top-content h2 {
    text-align: left !important;
}

.all-property-list {
    background-color: #0d0d0d;
}

.property-details-section {
    margin-top: 100px;
    background: #0d0d0d;
    border-top: 1px solid #2c2c2c;
}

.emi-box {
    padding: 6px 12px 12px;
}

.custom-modal .modal-content {
    border-radius: 0px;
    border: 1px solid #2c2c2c;
    background: #0d0d0d;
}

.plm-outer {
    padding: 6px 12px 12px;
}

.group-of-companies-part {
    background-image: url(../../image/partners-bg-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.group-of-companies-part a {
    text-decoration: none;
}

.group-of-companies-part .col-md {
    display: flex;
    justify-content: center;
}

.group-of-companies-part .goc-box {
    width: 210px;
    padding: 20px 0px 0px;
    /*border: 1px solid #df9f00;*/
    /*background: #ffffff4f;*/
    /*box-shadow: 0 0px 15px rgb(0 0 0 / 10%);*/
}

.group-of-companies-part .goc-box img {
    width: 160px;
}

.group-of-companies-part .goc-box h6 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    padding: 10px 8px;
    /*border-top: 1px solid #df9f00;*/
}

.home-banner-new .banner {
    position: relative;
}

.banner-form-wrap {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner-form-wrap .banner-form {
    background: rgb(0 0 0 / 60%);
    padding: 10px 15px 15px;
}

.banner-form-wrap h6 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.banner-form-wrap .banner-form label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}

.banner-form-wrap .banner-form select {
    height: 46px;
    border-radius: 0px;
}

.banner-form-wrap .banner-form select:focus {
    border-color: #df9f00;
    outline: 0;
    box-shadow: none;
}

.banner-form-wrap .banner-form button {
    background: linear-gradient(-45deg, #df9f00, #df9f00, #df9f00, #df9f00);
    text-transform: capitalize;
}

.banner-form-wrap .banner-form button:hover {}

.prod-social-btn {
    display: flex;
    justify-content: space-between;
    padding: 2px 15px 18px;
}

.prod-social-btn span {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    width: calc(50% - 10px);
    display: inline-block;
}

.prod-social-btn img {
    width: 22px;
    filter: invert(1);
    margin-right: 4px;
}

.property-btn-1 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    color: #000 !important;
    background: #fff;
    border: 1px solid #fff;
    text-shadow: none;
}

.property-btn-1 img {
    filter: invert(0);
}

.property-btn-2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    background: #df9f00;
    border: 1px solid #df9f00;
    text-shadow: 0px 3px 6px #00000033;
}

.property-btn-2 img {}