:root {
    --qp-primary: #ab1f1f !important;
    --qp-primary-rgb: 171, 31, 31 !important;
    --color-primary-l: rgba(var(--qp-primary-rgb), 0.08) !important;
}

a {
    color: #4e5562;
}

li {
    list-style: none;
    font-size: 14px;
}

.navbar-light {
    background-color: #fff !important;
}

.property-n {
    padding-bottom: 50px;
}

.login-btn {
    background: #ab1f1f;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
}

.login-box {
    position: sticky;
    top: 85px;
    border: 1px solid #d7d5d5;
    padding: 30px 20px;
    border-radius: 10px;
}

.text-a {
    font-size: 12px;
    font-weight: 600;
}

.text-b {
    font-size: 13px;
    font-weight: 500;
}

.text-c {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-top: 10px;
}

.projects {
    padding-top: 50px;
}

.demo-property {
    padding: 50px 0px;
}

    .demo-property .container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .demo-property h3 {
        color: #262626;
        font-size: 17px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 4px;
    }

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #a11d1d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.te1 {
    font-size: 12px;
}

.search_field .input:focus-visible {
    outline: 0;
}

.card1 {
    display: block;
    position: relative;
    /* max-width: 262px; */
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 25px 80px 10px 20px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    color: #000;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .card1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #ab1f1fde;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    .card1:hover:before {
        transform: scale(21);
    }

    .card1:hover p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    .card1:hover h2 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }


.card4 {
    display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #cccccc;
}

    .card4 .go-corner {
        background-color: #00838d;
        height: 100%;
        width: 16px;
        padding-right: 9px;
        border-radius: 0;
        transform: skew(6deg);
        margin-right: -36px;
        align-items: start;
        background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
    }

    .card4 .go-arrow {
        transform: skew(-6deg);
        margin-left: -2px;
        margin-top: 9px;
        opacity: 0;
    }

    .card4:hover {
        border: 1px solid #CD3D73;
    }

    .card4 h3 {
        margin-top: 8px;
    }

    .card4:hover .go-corner {
        margin-right: -12px;
    }

    .card4:hover .go-arrow {
        opacity: 1;
    }


.box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.473);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box:hover:before {
    opacity: 2;
}

.box {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .box:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 170%;
        top: 0;
        transform: skewX(45deg);
        transition: all 1s ease 0s;
        background-color: #9d1d1d25;
        z-index: 1;
    }

    .box:hover:after {
        left: -170%;
        top: 0;
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box .box-content {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        transition: all 0.5s ease 0s;
    }

    .box:hover .box-content {
        bottom: 40%;
    }

    .box .box-content .name {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .box .box-content .post {
        display: block;
        font-size: 15px;
        font-style: italic;
        font-weight: 600;
    }

h3.name {
    color: #fff;
}

@media screen and (max-width:990px) {
    .box {
        margin-bottom: 30px !important;
    }
}

.section-space {
    padding: 50px 0px;
}

.property-box {
    overflow: visible;
    position: relative;
    /* bottom: 30px; */
    z-index: 2;
}

.item-content i {
    color: #ab1f1f;
    font-size: 15px;
    border: 1px solid #ab1f1f52;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    background: #f7f7f7;
}

.item-content {
    background: #ab1f1f;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    padding: 0px 15px !important;
    box-shadow: 0px 8px 15px -1px #afafaf6b;
}

img.pr-img {
    width: 60px !important;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 3px;
}

.ppb__pinkBg {
    background-color: #f0f9ff;
    padding: 55px 40px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

    .ppb__pinkBg .ppb__compRightWrap {
        position: absolute;
        width: 60%;
        top: 48px;
        right: 48px;
        background-color: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 106, 194, .2);
        padding: 30px 40px;
        border-radius: 8px;
    }

.content-aa {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ppb1__pinkBg {
    background-color: #3d3b3a0f;
    padding: 30px 40px;
    width: 100%;
    height: 180px;
    border-radius: 8px;
}


.title1 {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid;
}

.pd-namE {
    font-size: 15px;
}

.text-muted {
    font-size: 12px !important;
}

.style-A {
    font-weight: 500;
}

/* .card-body {
       padding: 14px;
   } */

a.icon-box.card.card-body {
    height: 65px !important;
    display: flex;
    justify-content: center;
}

.style-B {
    font-size: 15px;
}


.owl-theme1 .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

    .owl-theme1 .custom-nav .owl-prev,
    .owl-theme1 .custom-nav .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;
    }

        .owl-theme1 .custom-nav .owl-prev i,
        .owl-theme1 .custom-nav .owl-next i {
            font-size: 2.5rem;
            color: #cecece;
        }

    .owl-theme1 .custom-nav .owl-prev {
        left: 0;
    }

    .owl-theme1 .custom-nav .owl-next {
        right: 0;
    }

.owl-nav button {
    position: absolute;
    top: 50%;
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background-color: var(--qp-body-bg) !important;
    color: var(--qp-component-color) !important;
    font-size: 18px !important;
    text-align: center;
    border: 0 !important;
    box-shadow: var(--qp-box-shadow);
    z-index: 10;
    opacity: 0;
}

.owl-prev.disabled {
    background: #dddddd !important;
}

.owl-nav button.owl-prev {
    left: 1rem;
    transform: translateX(1rem);
}

.owl-nav button.owl-next {
    right: 1rem;
    transform: translateX(-1rem);
}

.owl-carousel:hover .owl-nav button {
    opacity: 1;
    transform: unset;
}

.list-a1 {
    background: aliceblue;
    padding: 10px 20px;
}

/* .collapse .show {
        background-color: #fff !important;
        padding: 33px 10px;
        width: 630px;
        margin-top: 10px;
    } */

.pT-1 {
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
}

/* .angle-A {
    font-size: 10px;
    margin-right: 6px;
} */


.login-box .user-box {
    position: relative;
}

    .login-box .user-box input {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        color: #000;
        margin-bottom: 15px;
        border: none;
        border-bottom: 1px solid #000;
        outline: none;
        background: transparent;
    }

    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 14px;
        color: #000;
        pointer-events: none;
        transition: .5s;
    }

    .login-box .user-box input:focus ~ label,
    .login-box .user-box input:valid ~ label {
        top: -20px;
        left: 0;
        color: #000000;
        font-size: 12px;
    }

.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.login-box a:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.login-box a span {
    position: absolute;
    display: block;
}

    .login-box a span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #03e9f4);
        animation: btn-anim1 1s linear infinite;
    }

.qp-user:before {
    content: "\e9ca";
}

p.te {
    font-size: 13px;
}

.style-D {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.bhk-section {
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background-image: url('../images/pr-1.jpg');
    position: relative;
}

    .bhk-section::before {
        background: #e5d3bf;
        position: absolute;
        content: "";
        inset: 0;
    }

.footer-social-links {
    display: flex;
    align-items: center;
}

    .footer-social-links a {
        text-decoration: none;
        margin-right: 5px;
        border: 1px solid #fff;
        padding: 7px;
        border-radius: 30px;
        background: #ab1f1f;
        color: #fff;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .2s ease-in-out;
    }

        .footer-social-links a:hover {
            background: #fff;
            color: #ab1f1f;
            border: 1px solid;
        }

li.list-A {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.list-heading {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

a.btn.btn-link.fw-normal {
    font-size: 14px;
}

.search {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px;
}

.serv-img {
    width: 50px !important;
    padding: 10px;
    margin-right: 10px;
    border: 2px solid #c7c6ca63;
    border-radius: 30px;
}

.explor-ser {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 40px 0px 0px 40px;
    box-shadow: 1px 4px 3px -2px #d1d1d1;
    margin-bottom: 30px;
}

.ser-content {
    margin-left: 20px;
}

.explor-ser-B {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 0px 40px 40px 0px;
    box-shadow: 1px 4px 3px -2px #d1d1d1;
    margin-bottom: 30px;
}

.call-to-action {
    background-image: url('https://media.istockphoto.com/id/857840664/photo/rounded-edge-and-side-of-a-london-glass-building-pattern-of-glasses-on-the-exterior-copyspace.jpg?s=612x612&w=0&k=20&c=JB3oifc_30bHDBnH1VfngYgdKzmPKVRbxzbB2R_PtJA=');
    padding: 30px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

    .call-to-action::before {
        position: absolute;
        content: "";
        inset: 0;
        background-color: #00000063;
    }

.call-to-ct {
    max-width: 550px;
}

img.jp-loc {
    width: 100px !important;
}

.loc-content {
    color: #fff;
    padding: 20px 5px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
}

.lc-A {
    display: flex;
    align-items: center;
    background: linear-gradient(320deg, rgba(171, 31, 31, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 0px 5px;
    border-radius: 20px;
}

.btn-ct {
    background: aliceblue;
    color: #000;
    width: 55%;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
}

.img-st {
    border-radius: 20px;
}

.tab-img {
    width: 100px !important;
}

.img-st {
    width: 100%;
    padding: 10px;
}

.property-slide-wcu .owl-stage {
    padding-left: 0 !important;
}

.nav-tabs {
    display: flex;
    justify-content: flex-end;
}

.tabsection {
    position: absolute;
}

.angleLW {
    bottom: 35%;
    left: -20px;
}

.angleRW {
    bottom: 35%;
    right: -16px;
}

.dropdown-menu .inner-megha-menu {
    z-index: -2;
    margin: 0px 0px 0px -15px !important;
}

.button .btn-primary .btn-p {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.Residential-list li {
    padding: 6px 12px;
    border: 1px solid #ab1f1f;
    display: inline-block;
    margin-right: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .Residential-list li.selected {
        background-color: #ab1f1f; /* light red */
        color: #ffffff;
    }

.noUi-connect {
    background: #ab1f1f;
}

.acc-box option {
    font-size: 15px;
    padding: 6px 0px;
}

.accordion-body.acc-box {
    padding: 15px 20px;
}


.adv-style {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px;
    height: 35px;
    align-content: center;
    width: 100%;
}


.select2-container .select2-selection--single {
    width: 100%;
    padding: 5px 40px 5px 10px;
    font-size: 12px;
}

.second-nenu.pb-2 {
    max-width: 1190px;
}


/* .card.shadow-sm.card-hover {
       height: 400px !important;
       margin-bottom: 30px;
   } */

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #feebec;
}

.properties-D {
    display: flex;
    justify-content: space-between;
}

.fs-size {
    font-size: 14px;
}

.properties-d {
    border: 1px solid #ab1f1f;
    padding: 20px;
    border-radius: 30px;
    font-size: 14px;
}

.contact-dt {
    background: #f7f7f7;
    padding: 50px 0px !important;
}

.form-dt {
    border: 1px solid #0000002d;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
}

.hd-h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.modal-backdrop {
    z-index: 1054;
    /* background-color: #1917210d !important; */
}

.sty-md {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

a.btn.btn1 {
    background: #ffffff;
    padding: 0px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-pera {
    padding: 5px 16px;
    background: #fff;
    border: 0;
    font-size: 12px;
}

.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    /* same as bg */
}

    .a-section-marquee-box h2 {
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 100;
        flex-shrink: 0;
        padding: 0 10px;
        width: max-content;
        display: flex;
        align-items: center;
        transform: translateX(0);
        animation: a-text-scroll 33s linear infinite;
        margin: 0;
        color: #fff;
        font-size: 12px;
        padding: 4px 0px;
        font-weight: 600;
        letter-spacing: 1px;
    }

@keyframes a-text-scroll {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}


.type-container {
    font-size: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
}

.cursor {
    display: inline-block;
    width: 2px;
    /* height: 1em; */
    background-color: white;
    margin-left: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {

    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

button.btn-close {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: #fff !important;
    border: 1px solid #0000003d;
    border-radius: 18px;
    padding: 10px;
    color: #000;
    font-size: 10px;
    opacity: 1;
}

.tags-and-chips__anchor {
    color: #0078db;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-weight: 600;
    cursor: pointer;
}

.Recent-bg p {
    font-size: 12px;
}

.Recent-bg h6 {
    font-size: 15px;
}

.lazy-load {
    height: 70px;
}

.list-view .card.shadow-sm.card-hover.border-0.h-100.highlighted {
    display: flex;
    flex-direction: row;
}

.list-view .card-img,
.card-img-top img {
    height: auto;
}

.list-view .card-img-top {
    width: 33%;
}

.list-view .card-body.position-relative.pb-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.list-view .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #ffffff;
    padding: 10px;
    margin-left: auto;
    margin-top: 10px;
    width: auto !important;
}

.owl-carousel .owl-item img.author-img {
    width: 44px !important;
    height: 44px;
    max-width: none;
    object-fit: cover;
}

.btn:not([class^=btn-outline-]):not([class*=" btn-outline-"]):not(.btn-secondary):not(.btn-light):not(.btn-link) {
    --qp-btn-color: #fff
}

.property-gallery-wrapper {
    position: relative;
}

    .property-gallery-wrapper .slides-count {
        position: absolute;
        display: flex;
        align-items: center;
        right: 1.5rem;
        bottom: 1.25rem;
        z-index: 2;
    }

    .property-gallery-wrapper .owl-dots {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 1rem;
        text-align: center;
    }

        .property-gallery-wrapper .owl-dots .owl-dot {
            display: inline-block;
            width: 1rem;
            height: .375rem;
            margin: 0 .3rem;
            padding: 0;
            transition: width .2s ease-in-out, background-color .2s ease-in-out;
            border: 0;
            border-radius: 50rem;
            background-color: rgba(255, 255, 255, .4);
        }

            .property-gallery-wrapper .owl-dots .owl-dot.active {
                width: 2rem;
                background-color: var(--qp-body-bg);
            }

.loc-img img {
    width: 600px;
    height: 360px;
    object-fit: cover;
}

/*Home search*/
.filter_wrap, .search_inputWrap {
    display: flex;
}

    .filter_wrap .dropdown {
        position: static;
    }

    .filter_wrap .dropdown-menu {
        width: 50%;
    }

.search_field {
    border: 1px solid #00000030;
    border-radius: 10px;
    overflow: hidden;
}

    .search_field:focus {
        border: 1px solid #00000030;
        margin: 0px 10px;
        border-radius: 10px;
        overflow: hidden;
    }

.wrapper1 .search_box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 10px 15px;
    box-shadow: 0 8px 6px -10px #b3c6ff;
    row-gap: 12px;
}


    .wrapper1 .search_box .search_field {
        width: 100%;
        position: relative;
    }

        .wrapper1 .search_box .search_field .input {
            width: 100%;
            border: 0px;
            font-size: 15px;
            padding: 10px 38px 10px 20px;
            color: #6f768d;
        }

        .wrapper1 .search_box .search_field .fas {
            position: absolute;
            top: 15px;
            right: 10px;
            font-size: 15px;
            color: #ab1f1f;
            cursor: pointer;
        }

.noUi-horizontal .noUi-handle {
    width: 20px;
    right: -8px;
}

.noUi-handle:after, .noUi-handle:before {
    left: 6px;
}

.noUi-handle:after {
    left: 10px;
}

.noUi-handle-lower .noUi-tooltip {
    transform: unset;
    left: 0;
}

.noUi-handle-upper .noUi-tooltip {
    transform: unset;
    right: 0;
    left: unset;
}

.blog-sidebar {
    position: sticky;
    top: 80px;
}

@media(max-width:600px) {
    .list-view .card-img-top {
        width: 100%;
    }

    .list-view .card.shadow-sm.card-hover.border-0.h-100.highlighted {
        display: flex;
        flex-direction: column;
    }
}

.footer_des .text_first {
    font: 600 16px / 24px Poppins, sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ab1f1f;
}

.footer_des p {
    font-size: 14px;
    letter-spacing: 1px;
}

.read-less-btn, .read-more-btn {
    text-decoration: underline;
    color: #780117;
    cursor: pointer;
    font-size: 12px;
}

