
input {
    cursor: default;
}

a {
    cursor: default;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
}

.user-img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    border: 2px solid #fff;
}

.modal-backdrop {
    z-index: unset;
}

.wsus__pay_details .tab-content>.active {
    text-align: center;
}

.login_otp_css {
    background: unset !important;
    color: #0d6efd !important;
    text-transform: unset !important;
    font-size: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    font-weight: 500 !important;
    transition: all linear .3s !important;
}

.box_otp_css {
    text-align: right !important;
}

.modal-header h6 {
    COLOR: WHITE;
    MARGIN-BOTTOM: 0;
    MARGIN-LEFT: 13PX;
}

#section-plans .u-center-text {
    text-align: center !important;
}

#section-plans .u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}

#section-plans .u-margin-bottom-medium {
    margin-bottom: 4rem !important;
}

#section-plans .u-margin-top-big {
    margin-top: 5rem !important;
}

#section-plans .heading-primary {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

#section-plans .heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    -webkit-animation-name: moveInLeft;
    animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;

}

#section-plans .heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75rem;
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out;
}

#section-plans .heading-secondary {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    letter-spacing: 0.2rem;
    line-height: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #eee;
}

#section-plans .btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    /* padding: 0.5rem 0.5rem; */
    display: inline-block;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    width: 100%;
}

#section-plans .btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

#section-plans .btn:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

#section-plans .btn:active,
.btn:focus {
    outline: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

#section-plans .btn--white {
    background-color: red;
    color: white;
}

#section-plans .btn--white::after {
    background-color: #fff;
}

#section-plans .btn--green {
    background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
}

#section-plans .btn--green::after {
    background-color: #55c57a;
}

#section-plans .section-plans {
    background-color: #000;
    padding: 4rem 0 4rem 0;
}

#section-plans .card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 52rem;
}

#section-plans .card__side {
    height: 54rem;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

#section-plans .card__side--front {
    background-color: #fff;
}

#section-plans .card__side--front-1 {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
}

#section-plans .card__side--front-2 {
    background: linear-gradient(-45deg, #f321d7, #ffec61);
}

#section-plans .card__side--front-3 {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

#section-plans .card__side--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#section-plans .card__side--back-1 {
    background: linear-gradient(-45deg, #64b5f6, #f403d1);
}

#section-plans .card__side--back-2 {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}

#section-plans .card__side--back-3 {
    background: linear-gradient(-45deg, #9a4eff, #24ff72);
}

#section-plans .card__title {
    height: 10rem;
    padding: 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#section-plans .card__heading {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 75%;
}

#section-plans .card__heading-price {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: white;
    width: 75%;
    background: red;
    border-radius: 15px;
}

#section-plans .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#section-plans .card__details {
    padding: 0 2rem 2rem;
}

#section-plans .card__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
}

#section-plans .card__details ul li {
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    color: #fff;
}

#section-plans .card__details ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#section-plans .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

#section-plans .card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 8rem;
}

#section-plans .card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}

#section-plans .card__price-value {
    font-size: 3rem;
    font-weight: 100;
    color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.wsus__banner_single {
    height: 350px;
}

.property_theme {
    z-index: 1;
    position: relative;
}

.property_theme .background_image {
    background: url(https://propertygateway.in/desktop-banner.jpeg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 0 0 50px 50px;
}

.property_theme .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 0, 0) !important;
    position: relative;
}

.property_theme .nav-link {
    color: white;
    background-color: none;
    margin-right: 23px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ffffff70;
}

.property_theme .form-control {
    border-radius: 50px;
    background-color: #0A547AD1;
    border: 1px solid #ffffff70;
    color: white;
    padding: .5rem .75rem;
    line-height: 1.7;
}

.property_theme .form-control::placeholder {
    color: white;
}

.property_theme .form-control::placeholder {
    font-family: 'Lato', sans-serif;
}

.property_theme .form-select::placeholder {
    font-family: 'Lato', sans-serif;
}

.property_theme .form-select {
    border-radius: 50px;
    background-color: #0A547AD1;
    border: 1px solid #ffffff70;
    color: white !important;
}

.property_theme .form-select option {
    color: black;
    background: white;
}

.property_theme .btn-submit {
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
}

.property_theme .btn-submit:hover {
    color: #fff;
    background-color: #f02c2d;
    border-color: #f02c2d;
}

.property_theme .btn-primary_btn {
    background-color: #f02c2d !important;
    color: white !important;
    border: 1px solid #0a547a !important;
    padding: .6rem .75rem;
}

.property_theme .btn-primary_btn:hover {
    background-color: #0A547A !important;
    color: white !important;
    border: 1px solid #f02c2d !important;
}

.explore__form-checkbox-list {
    display: none;
    transition: 0.8s;
}

.explore__form-checkbox-list_filter-block {
    display: block;
    z-index: 9;
    color: white;
}

.explore__form-checkbox-list {
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .property_theme .background_image {
        height: 500px;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 20px;
    border: 1px solid #ffffff70;
    padding: 0.375rem 0.75rem !important;
    background-color: transparent;

}

.select2-container--default .select2-selection--multiple {
    border-radius: 20px;
    border: 1px solid #ffffff70;
    padding: 0.375rem 0.75rem;
}

.property_theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.select2-container .select2-selection--single {
    height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0A547A;
    color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ffffff70;
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: white;
}

.select2-default {
    color: #f00 !important;
}

.select2-search__field::placeholder {
    color: #fff;
}

.property_theme .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
    right: 8px;
}

.property_theme .form-check-input[type=radio] {
    border-radius: 1.25em;
}

/* Contact dealer modal css */
@media (min-width: 768px) {
    #contact-dealer-model .modal-dialog {
        max-width: 750px;
    }

    #contact-dealer-model .wsus__login_form {
        padding: 10px;
    }

    #contact-dealer-model .wsus__login_form .input-group {
        margin-bottom: 10px;
    }
}
</style>
<style>
    #myScrollspy {
        position: sticky;
        top: 30px;
        height: calc(100vh - 40px);
    }

    .adfont {
        font-size: 14px !important;
        width: 50% !important;
        text-align: center !important;
    }

    @media only screen and (max-width: 575px) {
        #myScrollspy {
            position: unset;
            top: 30px;
            height: unset;
        }

        .adfont {
            font-size: 18px;
            width: 50%;
            text-align: center;
        }
    }
</style>
<style>
    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.1);
            opacity: 1;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .pulse-button {
        animation: pulse 2s infinite;
    }

    .pulse-button:hover {
        animation-play-state: paused;
    }
    .myMenu {
        background: #fff;
        border-radius: 10px;
        display: none;
        overflow: auto;
        margin-top: 10px;
        min-height: 38px;
    }
    .myMenu li {
        font-size: 13px;
        border-bottom: 1px solid #d1d1d1;
        padding: 9px 20px;
        color: #000;
        /* font-weight: 700; */
    }
    .filterlist {
        border-radius: 0.25rem;
    }

    