﻿@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}

body {
    font-family: 'Inter-Regular' !important;
}

.header {
    height: 70px;
}

section {
    padding: 0px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }


select {
    -webkit-appearance: none;
    appearance: none;
}

.mb-20 {
    margin-bottom: 25px;
}

.Bedselect input[type="radio"]:not(:checked) {
    opacity: 1 !important;
    margin-right: 5px;
    position: relative !important;
    z-index: 1;
}

.Bedselect img {
    margin-top: -5px;
}

@media (max-width: 768px) {
    .mb-20 {
        margin-bottom: 15px;
    }

    .noticemodal {
        width: auto !important;
        margin-left: 0px !important;
    }
}

.height100 {
    height: 100%;
}


section.grid-view .sort-by-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}

    section.grid-view .sort-by-rate h5 {
        font-size: 15px;
        margin: 0;
    }

@media (max-width: 768px) {
    section.grid-view .sort-by-rate h5 {
        font-size: 15px;
    }
}

section.grid-view .sort-by-rate .rating {
    border: 0px;
}

section.grid-view .sort-by-rate .fa {
    margin: 0;
    position: relative;
    right: 0;
}

section.grid-view p.rating {
    color: #112950 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    margin: 2px;
}

@media (max-width: 768px) {
    section.grid-view hr {
        width: 100% !important;
    }

    section.grid-view i.fa.fa-chevron-right {
        margin-top: 0px !important;
        margin-right: 0px !important;
        font-size: 14px;
    }

    section.grid-view i.fa.fa-angle-down {
        font-size: 22px;
        font-weight: 600;
    }

    section.grid-view .inline-display {
        display: flex;
        margin: 0 auto;
        width: fit-content;
    }

    section.grid-view .rate {
        color: #324b72;
        font-size: 12px;
        font-weight: 400;
        float: none !important;
        line-height: 17px;
    }

    section.grid-view p.upgrade {
        color: #112950;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    section.grid-view .copyright a {
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        margin-left: 120px;
    }

    section.grid-view .property {
        color: #3085ff;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-left: 0px !important;
    }

    section.grid-view .cords {
        color: #324b72;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 17px;
        width: 189px;
        margin-top: 0px;
        text-align: left;
        margin-left: 0px;
    }

    section.grid-view #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    section.grid-view .check_box {
        color: #112950;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
    }
}

section.grid-view .img-wrap {
    position: relative;
}

    section.grid-view .img-wrap p {
        display: none;
    }

    section.grid-view .img-wrap:hover p {
        display: block !important;
        position: absolute;
        display: none;
        bottom: 0;
        margin: 0;
        text-align: center;
        width: 100%;
        background: #00000054;
        color: white;
        cursor: pointer;
    }

section.grid-view .QuickviewModal .modal-dialog {
    max-width: 50%;
}

section.grid-view .grid-popup-wrap .first-section {
    background: #f4f8fb;
    padding: 20px 0;
}

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots {
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 100%;
    }

        section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots h4 {
            color: #112950;
            font-size: 24px;
            font-weight: 500;
            line-height: 29px;
            text-align: left;
        }

        section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots button {
            height: 8px;
            width: 8px;
            background: #ffffff80;
            border-radius: 50%;
            margin: 3px;
        }

            section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots button.active {
                background: white;
            }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev,
        section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
            height: 44px;
            width: 44px;
            background: #ffffff9e;
            padding: 10px;
        }

            section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev:hover,
            section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next:hover {
                background: white;
            }

            section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev span,
            section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next span {
                font-size: 30px;
                color: deeppink;
            }

        section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
            float: right;
        }

    section.grid-view .grid-popup-wrap .first-section i.fa.fa-share-alt {
        font-size: 18px;
    }

    section.grid-view .grid-popup-wrap .first-section i.fa.fa-heart {
        font-size: 18px;
    }

    section.grid-view .grid-popup-wrap .first-section .info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
    }

        section.grid-view .grid-popup-wrap .first-section .info h4 {
            color: #112950;
            font-size: 24px;
            font-weight: 400;
            line-height: 29px;
            margin-bottom: 5px;
        }

        section.grid-view .grid-popup-wrap .first-section .info .location {
            display: flex !important;
        }

            section.grid-view .grid-popup-wrap .first-section .info .location p {
                color: #324b72;
                font-size: 17px;
                font-weight: 400;
                line-height: 20px;
                opacity: 0.5;
                display: flex;
            }

            section.grid-view .grid-popup-wrap .first-section .info .location img {
                margin-right: 10px;
            }

        section.grid-view .grid-popup-wrap .first-section .info .detail-info {
            padding: 20px;
            color: #324b72;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
        }

        section.grid-view .grid-popup-wrap .first-section .info .rating-wrap {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

            section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating {
                padding: 0 15px;
                border-right: 1px solid lightgray;
                width: 90%;
            }

                section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating .ro {
                    width: 10%;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                }

                section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating p i {
                    float: left;
                    margin-right: 5px;
                    margin-left: 0px;
                }

                    section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating p i:nth-child(1),
                    section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating p i:nth-child(2) {
                        color: #2ecfdc !important;
                    }

            section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .share img {
                margin: 0 10px;
                cursor: pointer;
            }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
    }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table tr {
            border-bottom: 1px solid #e0e6ed;
        }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table tbody tr:last-child {
            border-bottom: 0px;
        }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table thead th {
            border: 0px;
        }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table .feature-svg {
            display: flex;
        }

            section.grid-view .grid-popup-wrap .first-section .graphical-info .table .feature-svg p {
                color: #112950;
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                opacity: 0.5;
            }

            section.grid-view .grid-popup-wrap .first-section .graphical-info .table .feature-svg img {
                margin-bottom: 5px;
            }

                section.grid-view .grid-popup-wrap .first-section .graphical-info .table .feature-svg img:nth-child(1) {
                    margin-right: 20px;
                }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table th {
            color: #324b72;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

            section.grid-view .grid-popup-wrap .first-section .graphical-info .table th:nth-child(4) {
                text-align: right;
            }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table td:nth-child(1) i {
            color: #324b72 !important;
        }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table td:nth-child(2) {
            color: #112950;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
        }

        section.grid-view .grid-popup-wrap .first-section .graphical-info .table td:nth-child(4) {
            text-align: right;
            color: #10121b;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            padding: .75rem 0;
        }

    section.grid-view .grid-popup-wrap .first-section .terms {
        background: white;
        padding: 20px;
    }

        section.grid-view .grid-popup-wrap .first-section .terms h4 {
            color: #112950;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 25px;
            display: block;
        }

        section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit {
            display: flex;
            padding-bottom: 20px;
            border-bottom: 1px solid lightgray;
        }

            section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div {
                padding: 0 40px;
                border-right: 1px solid lightgray;
            }

                section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div:nth-child(1) {
                    padding-left: 0px;
                }

                section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div:nth-child(3) {
                    border-right: none;
                }

                section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(1) {
                    color: #324b72;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 20px;
                    margin-bottom: 5px;
                }

                section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
                    color: #112950;
                    font-size: 23px;
                    font-weight: 400;
                    line-height: 20px;
                }

        section.grid-view .grid-popup-wrap .first-section .terms .offers {
            padding-top: 20px;
        }

            section.grid-view .grid-popup-wrap .first-section .terms .offers h4 {
                color: #112950;
                font-size: 18px;
                font-weight: 400;
                line-height: 22px;
            }

                section.grid-view .grid-popup-wrap .first-section .terms .offers h4 span {
                    padding: 3px 10px;
                    background: #2ecfdc;
                    color: #ffffff;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 14px;
                    border-radius: 4px;
                }

            section.grid-view .grid-popup-wrap .first-section .terms .offers .offers-block {
                display: flex;
                align-items: center;
                padding: 15px;
                border-radius: 10px;
                background: #f4f5fb;
                margin-bottom: 5px;
            }

                section.grid-view .grid-popup-wrap .first-section .terms .offers .offers-block img {
                    margin-right: 20px;
                }

                section.grid-view .grid-popup-wrap .first-section .terms .offers .offers-block p {
                    color: #324b72;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 23px;
                    opacity: 0.9000000357627869;
                }

        section.grid-view .grid-popup-wrap .first-section .terms .know-more {
            margin-top: 20px;
        }

            section.grid-view .grid-popup-wrap .first-section .terms .know-more p {
                padding: 12px 15px;
                border: 2px solid #324b72;
                color: #324b72;
                width: fit-content;
                font-size: 15px;
                font-weight: 400;
                line-height: 18px;
            }

                section.grid-view .grid-popup-wrap .first-section .terms .know-more p:hover {
                    background: #324b72;
                    color: white;
                    cursor: pointer;
                }

    section.grid-view .grid-popup-wrap .first-section .booknow .card .nav-item {
        background: #e1eef8;
        width: 50%;
    }

        section.grid-view .grid-popup-wrap .first-section .booknow .card .nav-item a {
            padding: 20px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            border: none;
            border-radius: 0px;
            text-align: center;
            color: #112950;
        }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .nav-item a.active {
                background: #324b72;
                color: white;
            }

    section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content {
        background: #324b72;
    }

        section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane {
            height: auto;
        }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .confirm-btn {
                width: 100%;
                color: white;
                margin-top: 30px;
            }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane p {
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
                padding: 0;
                text-align: left;
                margin-bottom: 30px;
            }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .form-control {
                width: 100% !important;
                margin: 0;
                border: none;
            }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane label {
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
            }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .pick-time,
            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .pick-date {
                position: relative;
                cursor: pointer;
            }

                section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .pick-time i,
                section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane .pick-date i {
                    font-size: 24px;
                    position: absolute;
                    margin-top: 0;
                    top: 50%;
                    right: 10px;
                }

            section.grid-view .grid-popup-wrap .first-section .booknow .card .tab-content .tab-pane form span {
                color: #ffffff;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 0.4px;
                line-height: 14px;
            }

    section.grid-view .grid-popup-wrap .first-section .testimonial {
        margin-top: 20px;
        background: white;
        padding: 20px;
    }

        section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-dots {
            position: absolute;
            top: -40px;
            text-align: center;
            right: 0;
        }

            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-dots button {
                height: 8px;
                width: 8px;
                background: #d8d8d8;
                border-radius: 50%;
                margin: 3px;
            }

                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-dots button.active {
                    background: deeppink;
                }

        section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav {
            position: absolute;
            bottom: 0%;
            right: 0;
        }

            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev,
            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next {
                height: 20px;
                width: 20px;
                border: 1px solid #112950;
            }

                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next:hover {
                    background: white;
                }

                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev span,
                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next span {
                    font-size: 30px;
                    line-height: 0;
                    color: deeppink;
                }

            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next {
                float: right;
                margin-left: 5px;
            }

        section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item p {
            color: #112950;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
        }

        section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item .user {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }

            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item .user img {
                width: 45px;
                margin-right: 10px;
            }

            section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item .user .user-info i {
                float: left;
            }

                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item .user .user-info i:nth-child(1),
                section.grid-view .grid-popup-wrap .first-section .testimonial .testimonial-carousel .owl-item .user .user-info i:nth-child(2) {
                    color: #2ecfdc !important;
                }

        section.grid-view .grid-popup-wrap .first-section .testimonial h4 {
            color: #112950;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            margin-bottom: 20px;
        }

section.grid-view .grid-popup-wrap .second-section {
    background: white;
}

    section.grid-view .grid-popup-wrap .second-section .promises {
        padding: 20px;
    }

        section.grid-view .grid-popup-wrap .second-section .promises .promises-icons .icon-wrap {
            width: 11%;
            display: inline-grid;
            text-align: center;
        }

            section.grid-view .grid-popup-wrap .second-section .promises .promises-icons .icon-wrap .img-wrap {
                height: 50px;
            }

            section.grid-view .grid-popup-wrap .second-section .promises .promises-icons .icon-wrap img {
                margin: 0 auto;
            }

            section.grid-view .grid-popup-wrap .second-section .promises .promises-icons .icon-wrap p {
                height: 100px;
            }

        section.grid-view .grid-popup-wrap .second-section .promises h4 {
            color: #112950;
            font-size: 24px;
            font-weight: 400;
            line-height: 29px;
            margin-bottom: 50px;
        }

    section.grid-view .grid-popup-wrap .second-section .nearby h4 {
        margin-bottom: 30px;
    }

    section.grid-view .grid-popup-wrap .second-section .nearby .mapouter {
        width: 100%;
    }

        section.grid-view .grid-popup-wrap .second-section .nearby .mapouter .gmap_canvas {
            width: 100%;
        }

    section.grid-view .grid-popup-wrap .second-section .nearby .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        section.grid-view .grid-popup-wrap .second-section .nearby .nav-tabs .nav-item {
            flex: 1;
        }

            section.grid-view .grid-popup-wrap .second-section .nearby .nav-tabs .nav-item a {
                padding: 20px;
                text-align: center;
                background: #C5D6F1;
                border-radius: 0;
                flex: 1;
            }

                section.grid-view .grid-popup-wrap .second-section .nearby .nav-tabs .nav-item a.active {
                    background: white;
                }

    section.grid-view .grid-popup-wrap .second-section .nearby .tab-content {
        background: white !important;
    }

        section.grid-view .grid-popup-wrap .second-section .nearby .tab-content .tab-pane {
            padding: 30px;
        }

            section.grid-view .grid-popup-wrap .second-section .nearby .tab-content .tab-pane .table tr {
                border-bottom: 1px solid #C5D6F1;
            }

                section.grid-view .grid-popup-wrap .second-section .nearby .tab-content .tab-pane .table tr td:last-child {
                    text-align: right;
                }

            section.grid-view .grid-popup-wrap .second-section .nearby .tab-content .tab-pane .table th {
                color: #3085FF;
                border: none;
            }

                section.grid-view .grid-popup-wrap .second-section .nearby .tab-content .tab-pane .table th:nth-child(2) {
                    text-align: right;
                }

section.grid-view .grid-popup-wrap .col-md-8 {
    opacity: 1;
}

section.grid-view span.close {
    color: #d62042;
}

section.grid-view .first-section {
    padding: 40px 0px 0 !important;
    background-color: white !important;
}

section.grid-view .share {
    display: flex;
}

section.grid-view .rating {
    padding: 0 0px !important;
    margin-left: -4px !important;
}

section.grid-view .card-carousel h5 {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 8px;
    padding-left: 3px;
}

section.grid-view .card-carousel .cords {
    display: flex;
    align-items: center;
    width: fit-content !important;
    width: -moz-available;
}

    section.grid-view .card-carousel .cords img {
        width: 15px;
        margin-right: 10px;
    }

section.grid-view .card-carousel .col-md-12 {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

section.grid-view .card-carousel .price h6 {
    color: #324b72;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

section.grid-view .card-carousel .price p {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 22px;
    text-align: left;
}

    section.grid-view .card-carousel .price p i {
        margin-right: 5px;
    }

section.grid-view .card-carousel .rating p {
    color: #324b72;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    text-align: left;
}

section.grid-view .card-carousel .rating .wid {
    padding: 0 !important;
    margin: 0 !important;
}

    section.grid-view .card-carousel .rating .wid i {
        float: left !important;
        margin-right: 3px;
        margin-left: 0 !important;
    }

        section.grid-view .card-carousel .rating .wid i:nth-child(1),
        section.grid-view .card-carousel .rating .wid i:nth-child(2),
        section.grid-view .card-carousel .rating .wid i:nth-child(3) {
            color: #50e3c2 !important;
        }

section.grid-view .card-carousel .view-property a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    section.grid-view .card-carousel .view-property a p {
        padding: 0;
        color: #3085ff;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.6000000238418579;
        text-align: left;
    }

    section.grid-view .card-carousel .view-property a i {
        color: #83b6ff !important;
    }

@media (max-width: 425px) {
    section.grid-view .card-carousel .owl-stage-outer {
    }

        section.grid-view .card-carousel .owl-stage-outer .owl-item .card {
            border: none;
            margin: 20px;
        }

        section.grid-view .card-carousel .owl-stage-outer .owl-item.active .item .card {
            box-shadow: 0px 0px 20px #cecece !important;
        }
}

section.grid-view .sort-box .col-md-12 {
    display: flex;
}

@media (max-width: 768px) {
    section.grid-view .navbar .map-btn {
        display: none;
    }
}

@media (max-width: 425px) {
    section.grid-view .col-md-12.d-flex.align-items-center.justify-content-between.py-4 {
        display: block !important;
    }

    section.grid-view .sort-box .col-md-12 {
        display: block !important;
    }

        section.grid-view .sort-box .col-md-12 p.upgrade {
            padding: 10px 0 !important;
        }

        section.grid-view .sort-box .col-md-12 .sort-by-rate {
            margin: 0px auto 20px;
        }

    section.grid-view .navbar .check_box {
        width: 50%;
        margin: 10px 0;
    }
}

section.grid-view .card .quick-view {
    display: none;
}

section.grid-view .card:hover .quick-view {
    cursor: pointer;
    position: absolute;
    top: 53.5%;
    text-align: center;
    width: 100%;
    background: #00000059;
    color: white;
    display: block;
    line-height: 45px;
    z-index: 2;
}

    section.grid-view .card:hover .quick-view p {
        color: white;
    }

@media (max-width: 425px) {
    .col-md-12.d-flex.align-items-center.justify-content-between.py-4 {
        display: block !important;
    }
}

.book-now {
    background: #F4F8FB;
    display: none;
}

    .book-now .breadcrumb-wrap {
        padding: 15px 0px 15px;
    }

        .book-now .breadcrumb-wrap .links ul {
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            .book-now .breadcrumb-wrap .links ul li {
                margin-right: 20px;
            }

                .book-now .breadcrumb-wrap .links ul li a {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                    opacity: 0.449999988079071;
                }

                    .book-now .breadcrumb-wrap .links ul li a:hover {
                        cursor: pointer;
                    }

                .book-now .breadcrumb-wrap .links ul li:after {
                    content: ">";
                    position: relative;
                    left: 10px;
                    font-size: 15px;
                    top: 1px;
                    color: #9dabbe;
                }

                .book-now .breadcrumb-wrap .links ul li:last-child {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

                    .book-now .breadcrumb-wrap .links ul li:last-child:after {
                        content: "";
                    }

    .book-now .booking-detail {
        background: white;
        padding: 20px 40px;
    }

        .book-now .booking-detail h4 {
            margin-bottom: 20px;
            color: #112950;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
        }

        .book-now .booking-detail p {
            color: #ADB7C7;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            margin-bottom: 10px;
        }

        .book-now .booking-detail .graphical-info table th {
            border-top: 0px;
            border-bottom: 2px dashed lightgrey;
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
        }

            .book-now .booking-detail .graphical-info table th:first-child {
                width: 25%;
            }

            .book-now .booking-detail .graphical-info table th:nth-child(2) {
                padding-left: 38px;
            }

            .book-now .booking-detail .graphical-info table th:last-child {
                text-align: left;
            }

        .book-now .booking-detail .graphical-info table td.rent {
            text-align: right;
            color: #10121B;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            position: relative;
        }

        .book-now .booking-detail .graphical-info table tbody tr {
            border-bottom: 2px dashed lightgrey;
        }

            .book-now .booking-detail .graphical-info table tbody tr td {
                vertical-align: middle;
                padding: 20px 10px;
            }

                .book-now .booking-detail .graphical-info table tbody tr td .fa {
                    color: #000000 !important;
                    font-size: 20px;
                }

                .book-now .booking-detail .graphical-info table tbody tr td .feature-svg {
                    display: flex;
                    align-items: center;
                }

                    .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative {
                        text-align: center;
                    }

                        .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative img {
                            height: 40px;
                        }

                        .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative:nth-child(1) {
                            margin-right: 20px;
                        }

                        .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative p {
                            color: #112950;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 12px;
                            opacity: 0.5;
                            margin-top: 10px;
                        }

                    .book-now .booking-detail .graphical-info table tbody tr td .feature-svg p {
                        color: #112950;
                        font-size: 10px !important;
                        font-weight: 400;
                        line-height: 12px;
                        opacity: 0.5;
                    }

        .book-now .booking-detail .period {
            padding: 20px 10px;
        }

            .book-now .booking-detail .period .period-block {
                display: flex;
                align-items: center;
            }

                .book-now .booking-detail .period .period-block .lock-period {
                    margin-right: 20px;
                }

                    .book-now .booking-detail .period .period-block .lock-period p {
                        color: #98A5B8;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 20px;
                    }

                        .book-now .booking-detail .period .period-block .lock-period p span {
                            color: #112950;
                            font-size: 15px;
                            font-weight: 400;
                            line-height: 20px;
                            display: block;
                        }

                .book-now .booking-detail .period .period-block .notice-period p {
                    color: #98A5B8;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                }

                    .book-now .booking-detail .period .period-block .notice-period p span {
                        color: #112950;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 20px;
                        display: block;
                    }

            .book-now .booking-detail .period .terms {
                color: #3085FF !important;
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
                text-align: right;
            }

                .book-now .booking-detail .period .terms:hover {
                    cursor: pointer;
                }

    .book-now .select-block {
        background: white;
        margin: 10px auto;
    }

        .book-now .select-block .select-wrap {
            padding: 40px;
        }

            .book-now .select-block .select-wrap form {
                display: flex;
            }

                .book-now .select-block .select-wrap form .form-group {
                    width: 300px;
                    margin-right: 20px;
                    position: relative;
                }

                    .book-now .select-block .select-wrap form .form-group label {
                        color: #112950;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 19px;
                    }

                    .book-now .select-block .select-wrap form .form-group select {
                        width: 100% !important;
                        margin: 0;
                        height: 48px;
                    }

                    .book-now .select-block .select-wrap form .form-group input[type="text"] {
                        width: 100% !important;
                        margin: 0;
                        height: 48px;
                    }

                    .book-now .select-block .select-wrap form .form-group .fa {
                        position: absolute;
                        top: 55%;
                        right: 20px;
                    }

    .book-now .payment-detail-block {
        background: white;
    }

        .book-now .payment-detail-block .payment-detail {
            padding: 40px;
        }

            .book-now .payment-detail-block .payment-detail h4 {
                color: #112950;
                font-size: 18px;
                font-weight: 700;
                line-height: 22px;
            }

            .book-now .payment-detail-block .payment-detail ul {
                margin: 20px 0;
                list-style-type: none;
            }

                .book-now .payment-detail-block .payment-detail ul li {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 10px;
                    border-bottom: 1px solid #E0E6ED;
                    padding: 30px 0;
                }

                    .book-now .payment-detail-block .payment-detail ul li:last-child {
                        border: none;
                    }

                    .book-now .payment-detail-block .payment-detail ul li .text p {
                        color: #112950;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 20px;
                    }

                    .book-now .payment-detail-block .payment-detail ul li .text span {
                        color: #98A5B8;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 20px;
                        display: block;
                    }

                    .book-now .payment-detail-block .payment-detail ul li div:nth-child(1) {
                        width: 40%;
                    }
                    .flex-container {
                     display: flex;
                     flex-wrap: wrap;
                        }

                    .flex-item {
                      flex: 1 1 50%;
                     }

    .flex-item:last-child {
        flex: 1 1 100%;
    }

@media (max-width: 768px) {
    .book-now .payment-detail-block .payment-detail ul li div:nth-child(1) {
        width: 10%;
    }
    .book-now .payment-detail-block .payment-detail ul li div:nth-child(2) {
        width: 65%!important;
    }
}

.book-now .payment-detail-block .payment-detail ul li div:nth-child(2) {
    width: 35%;
}

.book-now .payment-detail-block .payment-detail ul li div:nth-child(3) {
    width: 25%;
}

.book-now .payment-detail-block .payment-detail ul li .amount-wrap {
    color: #10121B;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
}

.book-now .payment-detail-block .payment-detail .checkbox-wrap .round {
    position: relative;
}

    .book-now .payment-detail-block .payment-detail .checkbox-wrap .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .book-now .payment-detail-block .payment-detail .checkbox-wrap .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .book-now .payment-detail-block .payment-detail .checkbox-wrap .round input[type=checkbox] {
        visibility: hidden;
    }

        .book-now .payment-detail-block .payment-detail .checkbox-wrap .round input[type=checkbox]:checked + label {
            background-color: #EF0073;
            border-color: #EF0073;
        }

            .book-now .payment-detail-block .payment-detail .checkbox-wrap .round input[type=checkbox]:checked + label:after {
                opacity: 1;
            }

.book-now .payment-detail-block .payment-detail .discount {
    background-color: #F4F8FB;
    padding: 20px;
}

    .book-now .payment-detail-block .payment-detail .discount .coupon-code {
        padding: 15px;
        width: 100%;
        border: 1px dashed #EF0073;
        background: white;
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .book-now .payment-detail-block .payment-detail .discount .form-group {
        margin: 0;
    }

        .book-now .payment-detail-block .payment-detail .discount .form-group .form-control {
            width: 100% !important;
            margin: 0;
            height: 52px;
            border: none;
        }

            .book-now .payment-detail-block .payment-detail .discount .form-group .form-control::placeholder {
                color: lightgray;
                opacity: 1;
                font-weight: 600;
            }

    .book-now .payment-detail-block .payment-detail .discount .below-text {
        color: #1955b5;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-top: 20px;
        display: none;
    }

    .book-now .payment-detail-block .payment-detail .discount .last-text {
        float: right;
        color: #112950;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        opacity: 0.5;
        margin-top: 15px;
    }

.book-now .continue-cancel-btn {
    background: white;
    padding: 15px 30px 40px;
    display: flex;
    justify-content: space-between;
    /*  margin-top: 10px;*/
}

.payableblock {
    background-color: #fff;
    margin-top: 40px;
}

.book-now .continue-cancel-btn .total-amount {
    display: flex;
    align-items: center;
}

    .book-now .continue-cancel-btn .total-amount p {
        color: #324B72;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .book-now .continue-cancel-btn .total-amount .amount {
        color: #112950;
        font-size: 23px;
        font-weight: 600;
        line-height: 20px;
        margin-left: 10px;
    }

.book-now .continue-cancel-btn .buttons {
    display: flex;
    gap: 15px;
}

.book-now .continue-cancel-btn .continue-btn {
    background-color: #EF0073;
    width: 174px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 0px;
    border: 2px solid #EF0073;
}

    .book-now .continue-cancel-btn .continue-btn a {
        color: white;
    }

    .book-now .continue-cancel-btn .continue-btn:hover {
        cursor: pointer;
        background: white;
        color: #ef0075;
    }

        .book-now .continue-cancel-btn .continue-btn:hover a {
            color: #EF0073 !important;
        }

.book-now .continue-cancel-btn .cancel-btn {
    border: 2px solid #324B72;
    width: 174px;
    height: 48px;
    color: #324B72;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

    .book-now .continue-cancel-btn .cancel-btn:hover {
        cursor: pointer;
        color: #324B72;
        background: #324B72;
    }

@media (max-width: 425px) {
    .book-now .breadcrumb-wrap {
        padding: 0px 15px 15px;
    }

        .book-now .breadcrumb-wrap ul li {
            display: flex;
        }

            .book-now .breadcrumb-wrap ul li a {
                margin-right: 0px !important;
                width: 44px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .book-now .breadcrumb-wrap ul li:after {
                margin-top: -4px;
            }

            .book-now .breadcrumb-wrap ul li:last-child {
                margin: 0;
            }

    .book-now .booking-detail {
        padding: 20px 20px !important;
    }

        .book-now .booking-detail .graphical-info table th {
            vertical-align: middle;
        }

    .book-now .select-block .select-wrap {
        padding: 20px;
    }

        .book-now .select-block .select-wrap form {
            display: block;
        }

    .book-now .payment-detail {
        padding: 20px !important;
    }

        .book-now .payment-detail .discount .below-text {
            margin-top: 10px !important;
            margin-bottom: 20px;
        }

        .book-now .payment-detail .discount .last-text {
            width: 100% !important;
        }

    .book-now .continue-cancel-btn {
        padding: 20px 20px !important;
        display: block;
    }

        .book-now .continue-cancel-btn .total-amount {
            margin-bottom: 30px;
        }
}

.choose-room {
    margin-top: 50px;
    background: #F4F8FB;
    padding-bottom: 50px;
}

    .choose-room .breadcrumb-wrap {
        padding: 0px 0px 15px;
    }

        .choose-room .breadcrumb-wrap .links ul {
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            .choose-room .breadcrumb-wrap .links ul li {
                margin-right: 20px;
            }

                .choose-room .breadcrumb-wrap .links ul li a {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                    opacity: 0.449999988079071;
                }

                    .choose-room .breadcrumb-wrap .links ul li a:hover {
                        cursor: pointer;
                    }

                .choose-room .breadcrumb-wrap .links ul li:last-child:after {
                    content: "";
                }

                .choose-room .breadcrumb-wrap .links ul li:after {
                    position: relative;
                    left: 10px;
                    font-size: 12px !important;
                    top: 1px;
                    content: "\f054";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    opacity: 0.8;
                }

                .choose-room .breadcrumb-wrap .links ul li:last-child {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

    .choose-room .check-date-time {
        background: white;
        padding: 10px 40px;
    }

        .choose-room .check-date-time h4 {
            margin-bottom: 8px;
            color: #112950;
            font-size: 18px;
            font-weight: 700;
            line-height: 29px;
        }

        .choose-room .check-date-time .form-group {
            position: relative;
        }

            .choose-room .check-date-time .form-group .form-control {
                width: 100% !important;
                margin: 0;
                background-color: #FFFFFF;
                border: 2px solid #E0E6ED;
                height: 42px;
                font-size: 12px;
            }

            .choose-room .check-date-time .form-group .fa {
                position: absolute;
                bottom: 17px;
                right: 20px;
                cursor: pointer;
                font-size: 17px;
            }

            .choose-room .check-date-time .form-group label {
                color: #112950;
                font-size: 13px;
                font-weight: 500;
                line-height: 19px;
                margin-bottom: 10px;
            }

    .choose-room h3 {
        color: #112950;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
    }

    .choose-room .room-types .card {
        border: none;
        margin-bottom: 10px;
        box-shadow: 0px 0px 0px 0px #eaeaea;
        background: none;
        margin-bottom: 0px !important;
        width: 100%;
        margin: 0 15px;
    }

        .choose-room .room-types .card .card-header {
            background: white;
            border: 0px;
            padding: 0;
        }

            .choose-room .room-types .card .card-header h5 span {
                color: #112950;
                font-size: 14px;
                font-weight: 700;
                line-height: 22px;
                padding: 0px;
                width: 100%;
                text-align: left;
                text-decoration: none;
            }

            .choose-room .room-types .card .card-header h5 button .fa {
                float: right;
                font-size: 25px;
                font-weight: 800;
                color: #324B72 !important;
            }

            .choose-room .room-types .card .card-header h5 button .rotate-angledown {
                transform: rotate(180deg);
            }

        .choose-room .room-types .card .card-body {
            padding: 0 1.25rem;
        }

.booking-overview .rent {
    color: #324b72;
    font-size: 13px;
    font-weight: 700;
}

.booking-overview .form-check [type="radio"]:checked,
.booking-overview .form-check [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

    .booking-overview .form-check [type="radio"]:checked + label,
    .booking-overview .form-check [type="radio"]:not(:checked) + label {
        position: initial;
        padding-left: 6px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .booking-overview .form-check [type="radio"]:checked + label:before,
        .booking-overview .form-check [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 1px;
            width: 18px;
            height: 18px;
            border: 2px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .booking-overview .form-check [type="radio"]:checked + label:before {
            border: 2px solid #ef0075;
        }

.form-check [type="radio"]:checked + label:after,
.form-check [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #ef0075;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 6px solid #ef0075;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking-overview .form-check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.booking-overview .form-check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.booking-overview .form-check {
    left: 30%;
}

.booking-overview .fa {
    color: #324B72 !important;
    font-size: 18px;
    width: 20px;
}

.choose-room .room-types .card .card-body .feature-svg {
    display: flex;
    align-items: center;
}

    .choose-room .room-types .card .card-body .feature-svg .position-relative {
        margin-right: 40px;
        text-align: center;
    }

        .choose-room .room-types .card .card-body .feature-svg .position-relative img {
            height: 26px;
        }

        .choose-room .room-types .card .card-body .feature-svg .position-relative p {
            color: #112950;
            font-size: 12px;
            font-weight: 400;
            line-height: 12px;
            opacity: 0.5;
            margin-top: 10px;
        }

.choose-room .continue-cancel-btn {
    background: white;
    padding: 40px 30px;
    display: flex;
    justify-content: flex-end;
}

    .choose-room .continue-cancel-btn .continue-btn {
        background-color: #EF0073;
        width: 174px;
        height: 48px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin-right: 20px;
        border: 2px solid #EF0073;
    }

        .choose-room .continue-cancel-btn .continue-btn:hover {
            color: #ef0073;
            cursor: pointer;
        }

.btnRentCalculation {
    color: #fff;
}

.continue-btn:hover {
    background-color: #fff !important;
}

    .continue-btn:hover .btnRentCalculation {
        cursor: pointer;
        color: #EF0073 !important;
    }

.choose-room .continue-cancel-btn .cancel-btn {
    border: 2px solid #324B72;
    width: 174px;
    height: 48px;
    color: #324B72;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

    .choose-room .continue-cancel-btn .cancel-btn:hover {
        cursor: pointer;
        color: #fff;
        background: #324B72;
    }

    .choose-room .continue-cancel-btn .cancel-btn a {
        color: white;
    }

.choose-room .room-types .card .card-body .graphical-info table td {
    padding: 5px 15px;
}

@media (max-width: 425px) {
    .choose-room .breadcrumb-wrap {
        padding: 0px 15px 15px;
    }

        .choose-room .breadcrumb-wrap ul li {
            display: flex;
        }

            .choose-room .breadcrumb-wrap ul li a {
                margin-right: 0px !important;
                width: 44px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .choose-room .breadcrumb-wrap ul li:after {
                margin-top: -4px;
            }

    .choose-room .check-date-time {
        padding: 20px 20px;
    }

        .choose-room .check-date-time .row {
            display: block !important;
        }

        .choose-room .check-date-time .col-4 {
            max-width: 100%;
        }

    .choose-room .choose-room-title {
        padding: 0px 20px !important;
    }

    .choose-room .card .card-header h5 button {
        padding: 10px 0 !important;
    }

    .choose-room .graphical-info {
        overflow-x: scroll;
    }

    .choose-room tbody tr:nth-child(3) td:nth-child(2) {
        padding: 0px;
    }

    .choose-room thead tr th:nth-child(2) {
        min-width: 100px;
    }
}

.container.community {
    padding-top: 100px;
}

    .container.community .col-md-8 {
        opacity: 2 !important;
    }

    .container.community h1.Community {
        color: #112950;
        font-size: 53px;
        font-weight: 600;
        line-height: 54px;
        text-align: center;
    }

    .container.community p.At_CoLive {
        color: #324B72;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 31px;
        width: 100%;
        text-align: left;
        opacity: 0.9;
    }

    .container.community p.dolor-si {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
        width: 100%;
        text-align: left;
    }

    .container.community p.Engineers {
        color: #112950;
        font-size: 33px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .container.community p.tempor {
        color: #112950;
        font-size: 19px;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306547619048;
        text-align: left;
    }

    .container.community p.designers {
        color: #112950;
        font-size: 33px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .container.community p.sed {
        color: #112950;
        font-size: 19px;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306547619048;
        text-align: left;
    }

    .container.community button.btn.btn-outline-success.my-4 {
        border-radius: 0%;
        background-color: #ef0073;
        border: 2px solid #ef0073;
        width: 174px;
        height: 37px;
        color: white;
    }

        .container.community button.btn.btn-outline-success.my-4 a {
            color: white;
        }

.community_page_wrapper .similarProperty {
    border: 0px;
    padding-bottom: 0px;
    margin-top: 45px;
}

.community_page_wrapper .col-md-4.eventFormCard {
    margin-top: 10px;
    margin-bottom: 10px;
}

.community_page_wrapper .community_cord.mt-3.mb-1 {
    opacity: 1;
}

.community_page_wrapper .container.magna p.hennur.mx-2 {
    color: #324B72;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    opacity: 1 !important;
}

.community_page_wrapper .container.magna p.Party_colive {
    color: #324B72;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    display: inline;
    opacity: 1 !important;
}

.community_page_wrapper .container.magna a.quick {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45098);
    padding: 10px 21px;
    z-index: 9;
    left: 0;
}

@media (max-width: 768px) {
    .container.community p.Community {
        color: #112950;
        font-size: 30px;
        font-weight: 500;
        line-height: 54px;
        text-align: left;
    }

    .container.community p.At_CoLive {
        color: #324B72;
        font-size: 15px;
        font-weight: 400;
        line-height: 31px;
        width: 100%;
    }

    .container.community p.dolor-si {
        color: #324B72;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000358;
        text-align: left;
        width: 100%;
    }

    .community_page_wrapper .container.magna p.Party_colive {
        font-size: 13px;
    }

    .community_page_wrapper .container.magna p.hennur.mx-2 {
        font-size: 13px !important;
    }

    .community_page_wrapper .container.magna .commnity_card-title {
        font-size: 16px !important;
    }

    .community_page_wrapper .container.magna a.quick {
        font-size: 14px !important;
    }
}

.container.magna {
    background-color: #F4F8FB;
}

    .container.magna .col-md-7.my-5 {
        padding: 0px 80px;
    }

    .container.magna .col-md-4.my-5 {
        padding: 20px 0px;
        text-align: center;
    }

    .container.magna .col-md-8.my-3 {
        padding: 15px 70px;
    }

    .container.magna .col-md-12.my-5 {
        text-align: center;
    }

    .container.magna i.fa.fa-map-marker {
        font-size: 16px;
        color: #EF0073 !important;
    }

    .container.magna p.hennur.mx-2 {
        color: #324B72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
    }

    .container.magna .commnity_card-title {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
    }

    .container.magna a.quick {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        color: white;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45098);
        padding: 10px 21px;
        z-index: 9;
        left: 0;
    }

    .container.magna .card-thumbnail-image {
        position: relative;
    }

    .container.magna p.upcoming-events {
        color: #112950;
        font-size: 45px;
        font-weight: 600;
        line-height: 54px;
        width: 100%;
        text-align: left;
    }

    .container.magna .card-deck {
        margin: 0 auto;
        width: 88%;
    }

    .container.magna .come-and-experience {
        color: #324B72;
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 31px;
        text-align: left;
    }

    .container.magna .inner-addon.right-addon {
        position: relative;
    }

    .container.magna i.fa.fa-search {
        align-items: flex-start;
        position: absolute;
        top: 30%;
        left: 3%;
        font-size: 20px;
    }

    .container.magna input.form-control {
        border-radius: 0 !important;
        border-width: 2px;
        margin-left: 0%;
        padding: 6px 35px;
        background-color: #FFFFFF;
        border: 2px solid #E0E6ED;
        box-shadow: 0 0px 0px 0 rgba(22, 46, 51, 0.23);
        width: 100% !important;
        height: 47px;
    }

    .container.magna ::placeholder {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .container.magna .magna.container {
        padding: 80px 100px;
    }

    .container.magna .community_cord {
        color: #324B72;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        width: 100%;
        text-align: left;
        display: flex;
    }

    .container.magna i.fa.fa-clock-o {
        border-radius: 100%;
        color: #EF0073 !important;
        font-size: 12px;
    }

    .container.magna p.Party_colive {
        color: #324B72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        text-align: left;
        display: inline;
    }

    .container.magna .row.mx-4 {
        margin-left: 4.5rem;
    }

    .container.magna button.btn.login-btn.btn-secondary.explore {
        background-color: #ffffff;
        border: 2px solid #112950;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #112950;
        border: 2px solid #324B72;
        width: 135px;
        height: 47px;
    }

.container-fluid.main {
    background-color: rgba(122, 199, 229, 0.28);
}

.container.Check_out p.want-to-be-a-part-of {
    color: #112950;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 5rem;
}

.container.Check_out p.check-out-our-propoe {
    color: #324B72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869;
    display: inline;
}

.container.Check_out .btn.login-btn.btn-secondary_connect {
    background-color: #ffffff;
    border: 2px solid #112950;
    width: 95px;
    height: 37px;
    border-radius: 0;
    color: #112950;
    border: 2px solid #324B72;
    width: 181px;
    height: 37px;
}

.container.Check_out .container.Check_out {
    padding: 15px 53px;
}

.container.Check_out {
    padding-top: 10px;
}

    .container.Check_out .container.Check_out {
        padding: 27px 70px;
    }

    .container.Check_out button.btn.login-btn.btn-secondary_connect {
        background-color: #f4f8fb;
        border: 2px solid #112950;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #112950;
        border: 2px solid #324B72;
        width: 181px;
        height: 37px;
    }

        .container.Check_out button.btn.login-btn.btn-secondary_connect a {
            color: #112950;
        }

    .container.Check_out p.want-to-be-a-part-of.m-2 {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
    }

    .container.Check_out p.check-out-our-propoe {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
        width: 100%;
        text-align: left;
    }

@media (max-width: 425px) {
    button.btn.login-btn.btn-secondary.explore {
        background-color: #ffffff;
        border: 2px solid #112950;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #112950;
        border: 2px solid #324B72;
        width: 135px;
        height: 47px;
    }
}

@media (max-width: 320px) {
    p.designers {
        font-size: 30px !important;
        color: #112950;
        font-weight: 500;
        line-height: 40px;
    }

    p.sed {
        font-size: 15px !important;
        color: #112950;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306548;
    }

    p.Engineers {
        font-size: 30px !important;
        color: #112950;
        font-weight: 500;
        line-height: 40px;
    }

    p.tempor {
        font-size: 15px !important;
        color: #112950;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306548;
    }

    .focus-input100 i.fa.fa-phone {
        position: relative;
        top: -20px;
    }

    .signup-wrap .signup-box form label#password-confirmation-error + span > .fa {
        position: relative;
        top: -41px;
    }
}

@media (max-width: 768px) {
    .row.amet {
        margin-left: 0px;
        margin-right: 9px;
    }

    button.btn.login-btn.btn-secondary.explore {
        background-color: #ffffff;
        border: 2px solid #112950;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #112950;
        border: 2px solid #324B72;
        width: 135px;
        margin-right: -1rem;
    }

    .col-md-4.my-5 {
        margin-bottom: 1rem !important;
        margin-top: 2rem !important;
        padding: 0px 0px !important;
        text-align: center;
    }

    p.upcoming-events {
        color: #112950;
        font-size: 25px !important;
        font-weight: 400;
        line-height: 40px !important;
        text-align: left;
        width: 100%;
    }

    .row.mx-4 {
        margin-left: 0.0rem !important;
        width: 100%;
    }

    p.sed {
        color: #112950;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306547619048;
        text-align: center !important;
    }

    p.tempor {
        color: #112950;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306547619048;
        text-align: center !important;
    }

    p.Engineers {
        color: #112950;
        font-size: 15px !important;
        font-weight: 500;
        line-height: 40px;
        text-align: center !important;
    }

    p.designers {
        color: #112950;
        font-size: 15px !important;
        font-weight: 500;
        line-height: 40px;
        text-align: center !important;
    }

    .form-control {
        border-radius: 0 !important;
        width: 82% !important;
        border-width: 2px;
        margin-left: 8px;
    }

    .col-md-12.my-5 {
        text-align: center;
    }

    .col-md-8.my-5 {
        margin-top: 1rem !important;
        margin-bottom: 0rem !important;
    }

    .come-and-experience {
        color: #324B72;
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 31px;
        /*text-align: center !important;*/
        margin-top: 0px !important;
    }

    .magna input.form-control {
        border-radius: 0 !important;
        border-width: 2px;
        margin-left: 0%;
        padding: 6px 45px !important;
        background-color: #FFFFFF;
        border: 2px solid #E0E6ED;
        box-shadow: 0 0px 0px 0 rgba(22, 46, 51, 0.23);
        width: 100% !important;
        height: 47px;
    }
}

@media screen and (max-width: 1024px) {
    p.Community {
        color: #112950;
        font-size: 30px !important;
        font-weight: 500;
        line-height: 54px;
        text-align: center;
    }

    a.quick {
        width: 100%;
        font-size: 11px !important;
        font-weight: 600;
        line-height: 22px;
        color: white;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45098);
        padding: 10px 21px;
    }

    .commnity_card-title {
        color: #112950;
        font-size: 11px !important;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
    }

    .col-md-8.col-sm-8.my-4 {
        /*min-width: 100%;*/
    }

    .my-5 {
        /*min-width: 100%;*/
        text-align: center;
        margin-bottom: 1rem !important;
        margin-top: 2rem !important;
    }

    .col.col-lg-2 {
        padding: 10px 0px !important;
    }

    p.want-to-be-a-part-of {
        color: #112950;
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        margin-right: 0rem !important;
    }

    .col-md-7.my-5 {
        padding: 0px 0px !important;
        margin-bottom: 0rem !important;
    }

    p.tempor {
        color: #112950;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306548;
        text-align: left;
    }

    p.Engineers {
        color: #112950;
        font-size: 25px !important;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    p.sed {
        color: #112950;
        font-weight: 500;
        line-height: 22px;
        opacity: 0.7602306548;
        text-align: left;
    }

    p.designers {
        color: #112950;
        font-size: 25px !important;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .row.mx-5 {
        margin-left: 0rem !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 576px) {
    .card-deck .card {
        flex-direction: column;
        margin-right: 5px !important;
        margin-bottom: 0;
        margin-left: 5px !important;
    }

    div#upComingEvents,
    div#Events,
    div#dvPastEvents {
        width: 100%;
    }
}

@media screen and (max-width: 576px) and (min-width: 412px) {
    .user-info .user-image {
        margin-top: 10px !important;
    }
}


@media (max-width: 767px) {
    .botwrap {
        margin-top: 15%;
    }

    .book-now .booking-detail .graphical-info table th:nth-child(2) {
        padding-left: 20px;
    }
    .book-now .payment-detail-block .payment-detail .discount .last-text {
        margin-top: 0px;
    }
    .book-now .payment-detail-block .payment-detail ul li div:nth-child(2)
    Specificity: (0,4,3) {
        width: 70%;
    }
}

@media (max-width: 1280px) {
    .about-us .about-us .our-team {
        padding: 50px 0;
    }
}


@media (max-width: 768px) {
    .container.map {
        padding: 15px;
    }
}

.container.map .form-control {
    width: 100% !important;
    margin-left: 0px;
}

.container.map ::placeholder {
    color: #112950;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.container.map button.btn.btn-primary.btn-lg {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    width: 165px;
    height: 48px;
    text-align: center;
}

.container.map .map {
    min-width: 300px;
    min-height: 360px;
    width: 100%;
    height: 100%;
}

.container.map .col-md-10.offset-md-1 {
    padding: 0px 20px;
}

.container.map h3.text-xs-center.header {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 0px 0px;
    margin-top: 0px !important;
}

.container.map .well.well-sm {
    padding: 0px 0px;
}

.container.map h3.On_map {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
}

@media (max-width: 425px) {
    .container.map .send-message {
        text-align: center;
    }

    .container.map .well.well-sm {
        padding: 0px 0px !important;
        width: 100% !important;
        margin: 0 auto;
    }

    .container.map .col-12.col-md-7.fullwidth {
        display: none;
    }

    .container.map ::placeholder {
        color: #112950;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .container.map .col-12.col-md-5 {
        min-width: 100% !important;
    }

    .container.map .well.well-sm {
        padding: 0px 0px;
        width: 50%;
        margin: 0 auto;
    }

    .container.map .send-message {
        text-align: center;
    }

    .container.map h3.text-xs-center.header {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
        padding: 0px 18px;
    }

    .container.map input.form-control {
        padding: 6px 10px !important;
    }

    .container.map .col-12.col-md-7.fullwidth {
        min-width: 100%;
        padding: 50px;
    }

    .container.map h3.On_map {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
    }
}

.contact-apply-openings {
    background: #F4F8FB;
    padding: 50px 0;
}

    .contact-apply-openings h3 {
        color: #112950;
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    .contact-apply-openings h3 {
        text-align: center;
    }
}

.contact-apply-openings .apply-wrap {
    background: white;
    padding: 40px 40px;
}

    .contact-apply-openings .apply-wrap .title {
        margin-bottom: 15px;
    }

        .contact-apply-openings .apply-wrap .title p {
            color: #112950;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            margin-bottom: 5px;
        }

        .contact-apply-openings .apply-wrap .title span {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
        }

    .contact-apply-openings .apply-wrap p {
        color: #324B72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.9000000357627869;
    }

    .contact-apply-openings .apply-wrap:hover {
        box-shadow: 0 4px 9px 0 rgba(17, 41, 80, 0.13);
    }

.contact-apply-openings .submit-apply {
    background-color: #EF0073;
    width: 100%;
    height: 37px;
    border: 2px solid #EF0073;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    cursor: pointer;
}

    .contact-apply-openings .submit-apply a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .contact-apply-openings .submit-apply:hover {
        background: #fff;
    }

        .contact-apply-openings .submit-apply:hover a {
            color: #EF0073;
        }

.contact-apply-openings .cant-find {
    background: #7ac7e54f;
    margin-top: 30px;
    padding: 30px;
    display: flex;
}

@media (max-width: 768px) {
    .contact-apply-openings .cant-find {
        display: contents;
    }
}

.contact-apply-openings .cant-find p {
    color: #112950;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 0px;
}

@media (max-width: 768px) {
    .contact-apply-openings .cant-find p {
        font-size: 23px;
        text-align: center;
    }
}

.contact-apply-openings .cant-find p.email {
    color: #3085FF;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 5px;
}

    .contact-apply-openings .cant-find p.email:hover {
        cursor: pointer;
    }

@media (max-width: 768px) {
    .col-md-12.cont_find {
        background: #7ac7e54f;
        padding: 14px 14px 15px 15px;
    }

    .col-12.col-md-4 {
        padding: 20px 0px 0px 0px !important;
    }
}

.submit-our {
    background-color: #7ac7e54f;
    width: 100%;
    height: 37px;
    border: 2px solid #324B72;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .submit-our {
        background-color: #7ac7e54f;
        width: 100%;
        height: 37px;
        border: 2px solid #324B72;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto 0;
        cursor: pointer;
    }
}

a.our_openings {
    color: #10121B;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.col-md-4.Check_out {
    padding: 20px 40px 20px 40px;
}

@media (max-width: 768px) {
    .col-md-4.Check_out {
        padding: 0px 0px;
        margin: 0 auto;
    }
}

.reservation-wrap {
    margin-top: 50px;
    background: #f4f8fb;
}

    .reservation-wrap .breadcrumb-wrap {
        padding: 15px 15px 0px;
    }

        .reservation-wrap .breadcrumb-wrap .links ul {
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            .reservation-wrap .breadcrumb-wrap .links ul li {
                margin-right: 20px;
            }

                .reservation-wrap .breadcrumb-wrap .links ul li a {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                    opacity: 0.449999988079071;
                }

                    .reservation-wrap .breadcrumb-wrap .links ul li a:hover {
                        cursor: pointer;
                    }

                .reservation-wrap .breadcrumb-wrap .links ul li:after {
                    content: ">";
                    position: relative;
                    left: 10px;
                    font-size: 15px;
                    top: 1px;
                    color: #9dabbe;
                }

                .reservation-wrap .breadcrumb-wrap .links ul li:last-child {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

                    .reservation-wrap .breadcrumb-wrap .links ul li:last-child:after {
                        content: "";
                    }

    .reservation-wrap .first-section {
        background: #f4f8fb;
        padding: 20px 0 0;
    }

@media (max-width: 768px) {
    .reservation-wrap .first-section .col-md-8,
    .reservation-wrap .first-section .col-md-4 {
        max-width: 100%;
    }

    .reservation-wrap .first-section .booknow {
        margin-top: 20px;
    }

    .reservation-wrap .first-section .col-md-4 {
        min-width: 100%;
        padding: 15px;
    }
}

.reservation-wrap .first-section h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    background: white;
    padding: 20px;
}

.reservation-wrap .first-section .product-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

    .reservation-wrap .first-section .product-carousel .owl-carousel .owl-dots button {
        height: 8px;
        width: 8px;
        background: #ffffff80;
        border-radius: 50%;
        margin: 3px;
    }

        .reservation-wrap .first-section .product-carousel .owl-carousel .owl-dots button.active {
            background: white;
        }

.reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev,
    .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
        height: 44px;
        width: 44px;
        background: #ffffff9e;
        padding: 10px;
    }

        .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev:hover,
        .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next:hover {
            background: white;
        }

        .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev span,
        .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next span {
            font-size: 30px;
            color: deeppink;
        }

    .reservation-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
        float: right;
    }

.reservation-wrap .first-section .info {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

    .reservation-wrap .first-section .info h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 5px;
        padding: 0px 0;
    }

    .reservation-wrap .first-section .info .location {
        display: flex;
    }

        .reservation-wrap .first-section .info .location p {
            color: #324b72;
            font-size: 17px;
            font-weight: 400;
            line-height: 20px;
            opacity: 0.5;
        }

        .reservation-wrap .first-section .info .location img {
            margin-right: 10px;
        }

    .reservation-wrap .first-section .info .detail-info {
        padding: 20px;
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
    }

    .reservation-wrap .first-section .info .rating-wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .reservation-wrap .first-section .info .rating-wrap .rating {
            padding: 0 15px;
        }

            .reservation-wrap .first-section .info .rating-wrap .rating p i {
                float: left;
                margin-right: 5px;
                margin-left: 0px;
            }

                .reservation-wrap .first-section .info .rating-wrap .rating p i:nth-child(1),
                .reservation-wrap .first-section .info .rating-wrap .rating p i:nth-child(2) {
                    color: #2ecfdc !important;
                }

        .reservation-wrap .first-section .info .rating-wrap .share img {
            margin: 0 10px;
            cursor: pointer;
        }

.reservation-wrap .first-section .graphical-info {
    padding: 25px 20px 25px;
    background: white;
    margin-bottom: 20px;
}

    .reservation-wrap .first-section .graphical-info h3 {
        color: #112950;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        padding: 10px 0;
    }

    .reservation-wrap .first-section .graphical-info .table tr {
        border-bottom: 1px solid #e0e6ed;
    }

    .reservation-wrap .first-section .graphical-info .table tbody {
        padding: 15px 0;
    }

        .reservation-wrap .first-section .graphical-info .table tbody tr:last-child {
            border-bottom: 0px;
        }

        .reservation-wrap .first-section .graphical-info .table tbody tr .fa {
            font-size: 25px;
            padding-top: 10px;
        }

    .reservation-wrap .first-section .graphical-info .table thead th {
        border: 0px;
        padding: 15px 0;
    }

        .reservation-wrap .first-section .graphical-info .table thead th:nth-child(1) {
            width: 200px;
        }

    .reservation-wrap .first-section .graphical-info .table .feature-svg {
        display: flex;
        padding-bottom: 10px;
    }

        .reservation-wrap .first-section .graphical-info .table .feature-svg p {
            color: #112950;
            font-size: 10px;
            font-weight: 400;
            line-height: 12px;
            opacity: 0.5;
            position: absolute;
            bottom: -15px;
            text-align: center;
            width: 100%;
        }

        .reservation-wrap .first-section .graphical-info .table .feature-svg img {
            margin-bottom: 5px;
            margin: 0 10px;
            height: 30px;
        }

    .reservation-wrap .first-section .graphical-info .table th {
        color: #324b72;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

        .reservation-wrap .first-section .graphical-info .table th:nth-child(4) {
            text-align: right;
        }

    .reservation-wrap .first-section .graphical-info .table td:nth-child(1) i {
        color: #324b72 !important;
    }

    .reservation-wrap .first-section .graphical-info .table td:nth-child(2) {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .reservation-wrap .first-section .graphical-info .table td:nth-child(4) {
        text-align: right;
        color: #10121b;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }

    .reservation-wrap .first-section .graphical-info .amount-reciept-wrap {
        border-top: 1px solid #e0e6ed;
        border-bottom: 1px solid #e0e6ed;
        padding: 25px 10px;
    }

        .reservation-wrap .first-section .graphical-info .amount-reciept-wrap .amount-reciept {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
        }

            .reservation-wrap .first-section .graphical-info .amount-reciept-wrap .amount-reciept p:nth-child(1) {
                color: #112950;
                font-size: 15px;
                font-weight: 400;
                line-height: 16px;
            }

            .reservation-wrap .first-section .graphical-info .amount-reciept-wrap .amount-reciept p:nth-child(2) {
                color: #10121B;
                font-size: 15px;
                font-weight: 600;
                line-height: 20px;
            }

            .reservation-wrap .first-section .graphical-info .amount-reciept-wrap .amount-reciept:last-child {
                margin: 0;
            }

    .reservation-wrap .first-section .graphical-info .total-amount-paid {
        padding: 25px 10px 0;
    }

        .reservation-wrap .first-section .graphical-info .total-amount-paid .amount-paid {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .reservation-wrap .first-section .graphical-info .total-amount-paid .amount-paid p:nth-child(1) {
                color: #112950;
                font-size: 15px;
                font-weight: 400;
                line-height: 16px;
            }

            .reservation-wrap .first-section .graphical-info .total-amount-paid .amount-paid p:nth-child(2) {
                color: #112950;
                font-size: 23px;
                font-weight: 600;
                line-height: 20px;
            }

.reservation-wrap .first-section .terms-points-wrap {
    background: white;
    padding: 20px 0;
}

    .reservation-wrap .first-section .terms-points-wrap h4 {
        padding: 0 20px;
        color: #112950;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .reservation-wrap .first-section .terms-points-wrap .terms-points {
        padding: 20px;
    }

        .reservation-wrap .first-section .terms-points-wrap .terms-points ul {
            padding: 0;
            list-style-type: none;
        }

            .reservation-wrap .first-section .terms-points-wrap .terms-points ul li {
                margin-bottom: 15px;
                position: relative;
            }

                .reservation-wrap .first-section .terms-points-wrap .terms-points ul li p {
                    color: #324B72;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 19px;
                    margin-left: 20px;
                }

                .reservation-wrap .first-section .terms-points-wrap .terms-points ul li span {
                    background-color: #E0E6ED;
                    border-radius: 100%;
                    width: 8px;
                    height: 8px;
                    position: absolute;
                    left: 0px;
                    top: 6px;
                }

                .reservation-wrap .first-section .terms-points-wrap .terms-points ul li:last-child {
                    margin-bottom: 0px;
                }

.reservation-wrap .first-section .next-step-wrap {
    padding: 30px 20px;
    background: white;
    margin-bottom: 20px;
}

    .reservation-wrap .first-section .next-step-wrap h4 {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        padding: 0 0 20px;
    }

    .reservation-wrap .first-section .next-step-wrap .next-steps {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 30px;
    }

        .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-blue {
            background-color: #D1E6FF;
        }

        .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-purple {
            background-color: #D3D1FF;
        }

        .reservation-wrap .first-section .next-step-wrap .next-steps .step-number {
            border-radius: 100%;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
        }

            .reservation-wrap .first-section .next-step-wrap .next-steps .step-number p {
                color: #FFFFFF;
                font-size: 18px;
                font-weight: 700;
                line-height: 22px;
            }

        .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-content {
            color: #324B72;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            margin-left: 60px;
        }

            .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-content p {
                color: #324B72;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
            }

        .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-button {
            background-color: #EF0073;
            border: 2px solid #EF0073;
            width: 165px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }

            .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-button p {
                color: #FFFFFF;
                font-size: 18px;
                font-weight: 700;
                line-height: 22px;
            }

            .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-button:hover {
                background-color: white;
                cursor: pointer;
            }

                .reservation-wrap .first-section .next-step-wrap .next-steps .next-step-button:hover p {
                    color: #EF0073;
                }

        .reservation-wrap .first-section .next-step-wrap .next-steps:last-child {
            padding-bottom: 0;
        }

.reservation-wrap .first-section .download-wrap {
    padding: 20px;
    background: white;
}

    .reservation-wrap .first-section .download-wrap h4 {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        padding: 0 0 20px;
    }

    .reservation-wrap .first-section .download-wrap .download-points ul {
        padding: 0;
        list-style-type: none;
    }

        .reservation-wrap .first-section .download-wrap .download-points ul li {
            display: block;
            margin-bottom: 15px;
            margin-left: 20px;
            position: relative;
        }

            .reservation-wrap .first-section .download-wrap .download-points ul li p {
                color: #324B72;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
                margin: 10px 0;
            }

            .reservation-wrap .first-section .download-wrap .download-points ul li span {
                background-color: #E0E6ED;
                border-radius: 100%;
                width: 8px;
                height: 8px;
                position: absolute;
                left: -20px;
                top: 6px;
            }

            .reservation-wrap .first-section .download-wrap .download-points ul li:last-child {
                margin-bottom: 0px;
            }

            .reservation-wrap .first-section .download-wrap .download-points ul li ul li {
                margin: 0 !important;
            }

@media (max-width: 500px) {
    .reservation-wrap .breadcrumb-wrap .links ul li {
        display: flex;
    }

        .reservation-wrap .breadcrumb-wrap .links ul li a {
            margin-right: 0px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .reservation-wrap .breadcrumb-wrap .links ul li:nth-child(2),
        .reservation-wrap .breadcrumb-wrap .links ul li:nth-child(3) {
            display: none;
        }

    .reservation-wrap .breadcrumb-wrap {
        padding: 0px 15px 0px;
    }

    .reservation-wrap .first-section h4 {
        font-weight: 500;
        font-size: 20px;
        padding: 10px 20px;
    }

    .reservation-wrap .first-section .info h4 {
        font-size: 20px;
    }

    .reservation-wrap .first-section .info .rating-wrap {
        display: block;
        padding: 0;
    }

        .reservation-wrap .first-section .info .rating-wrap .rating {
            padding: 0;
            padding-top: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .reservation-wrap .first-section .graphical-info h3 {
        font-weight: 500;
        font-size: 20px;
    }

    .reservation-wrap .first-section .graphical-info .table thead th:nth-child(1) {
        width: 160px;
    }

    .reservation-wrap .first-section .graphical-info .table thead th:nth-child(2),
    .reservation-wrap .first-section .graphical-info .table thead td:nth-child(2) {
        text-align: right;
    }

    .reservation-wrap .first-section .graphical-info .table .feature-svg .position-relative {
        width: 100%;
        text-align: right;
    }

        .reservation-wrap .first-section .graphical-info .table .feature-svg .position-relative p {
            text-align: right;
            padding-right: 15px;
        }

    .reservation-wrap .breadcrumb-wrap .links ul li:after {
        top: -2px;
    }

    .reservation-wrap .breadcrumb-wrap .links ul li:last-child {
        margin-top: -5px;
    }
}

@media (max-width: 425px) {
    .custom-rect {
        padding: 15px 0px;
    }
}

.dashboard_wishlist_wrap {
    padding: 100px 0 50px;
}

    .dashboard_wishlist_wrap .date-on-hover {
        display: none;
    }

    .dashboard_wishlist_wrap .card-wrap:hover .date-on-hover {
        display: block;
    }

    .dashboard_wishlist_wrap .sidebar-wrap {
        height: 100%;
    }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar {
            list-style-type: none;
            padding: 52px 0;
            border: none;
        }

            .dashboard_wishlist_wrap .sidebar-wrap .sidebar li {
                width: 100%;
            }

                .dashboard_wishlist_wrap .sidebar-wrap .sidebar li img {
                    margin-right: 30px;
                }

                .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a {
                    color: #112950;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 19px;
                    display: block;
                    border: 2px solid #f7f7f7;
                    margin: 5px 0;
                    border-right: 0px;
                }

                    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a .sidebar-items {
                        padding: 20px;
                        display: inline-flex;
                    }

                    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a.active {
                        background-color: rgb(240, 8, 110);
                        color: #fff;
                        font-weight: 600;
                        box-shadow: 0px 0px 2px #a59b9b;
                    }

                    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a.hover {
                        cursor: pointer;
                        background-color: rgba(239, 0, 115, 0.1);
                    }

    .dashboard_wishlist_wrap .col-lg-9.col-mg-9.col-12 {
        background: #f7f7f7;
    }

    .dashboard_wishlist_wrap .main-content {
        margin-top: 10px;
    }

        .dashboard_wishlist_wrap .main-content .title {
            background: #1f1b4e;
            padding: 10px;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

        .dashboard_wishlist_wrap .main-content nav .nav-tabs {
            background: white;
            border-bottom: none;
            padding: 0 10px;
        }

            .dashboard_wishlist_wrap .main-content nav .nav-tabs .nav-link {
                background: white;
                border: none;
                flex: inherit;
                color: #324B72;
                padding: 0;
                padding-bottom: 5px;
                margin: 20px 15px 10px;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
            }

                .dashboard_wishlist_wrap .main-content nav .nav-tabs .nav-link.active {
                    border-bottom: 2px solid #ef0075 !important;
                }

        .dashboard_wishlist_wrap .main-content #nav-tabContent_dues {
            padding: 15px 0 !important;
        }

    .dashboard_wishlist_wrap .booking_detail_section {
        display: none;
    }

    .dashboard_wishlist_wrap .card-wrap {
        background: white;
    }

        .dashboard_wishlist_wrap .card-wrap:hover {
            cursor: pointer;
            box-shadow: 0px 0px 10px #bcbcbcc4;
        }

        .dashboard_wishlist_wrap .card-wrap .card-img {
            position: relative;
        }

            .dashboard_wishlist_wrap .card-wrap .card-img img {
                width: 100%;
                min-height: 266px;
            }

            .dashboard_wishlist_wrap .card-wrap .card-img p {
                background: #0000009e;
                color: white;
                text-align: center;
                position: absolute;
                bottom: 0;
                width: 100%;
                color: #FFFFFF;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
                padding: 10px 0;
            }

        .dashboard_wishlist_wrap .card-wrap .card-info {
            padding: 20px;
        }

            .dashboard_wishlist_wrap .card-wrap .card-info .card-detail {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
            }

                .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .card-title {
                    color: #112950;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 19px;
                    height: 50px;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .card-title span {
                        color: #324B72;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 17px;
                        opacity: 0.5;
                        width: 189px;
                    }

                    .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .card-title p {
                        margin-bottom: 10px;
                    }

                .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .card-title {
                    margin-bottom: 0 !important;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .card-title span img {
                        margin-right: 5px;
                        width: 15px;
                    }

                .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .like-share {
                    width: 60px;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .like-share i {
                        font-size: 25px;
                    }

                        .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .like-share img:hover,
                        .dashboard_wishlist_wrap .card-wrap .card-info .card-detail .like-share i:hover {
                            cursor: pointer;
                        }

            .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                padding: 10px 0;
                border-bottom: 1px solid #E0E6ED;
            }

                .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .price p:nth-child(1) {
                    color: #324B72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

                .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .price p:nth-child(2) {
                    color: #112950;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 22px;
                }

                .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .rating p {
                    color: #324B72;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 16px;
                }

                .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .rating .stars i {
                    margin: 0;
                    margin-right: 2px;
                    float: left !important;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(1),
                    .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(2),
                    .dashboard_wishlist_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(3) {
                        color: #50e3c2 !important;
                    }

            .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 10px;
            }

                .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .cancel {
                    color: #3085FF;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 19px;
                    opacity: 0.6000000238418579;
                    text-align: left;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .cancel:hover {
                        cursor: pointer;
                    }

                .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .reschedule {
                    background-color: #EF0073;
                    border: 1px solid #EF0073;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #FFFFFF;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 22px;
                    padding: 10px 10px;
                }

                    .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .reschedule:hover {
                        background: #fff;
                        cursor: pointer;
                        color: #EF0073;
                    }

    .dashboard_wishlist_wrap .booknow {
        width: 50%;
        margin: 0 auto;
        display: none;
    }

        .dashboard_wishlist_wrap .booknow .yay-scheduled {
            display: none;
            height: 460px;
            background: white;
            padding: 40px;
            text-align: center;
            position: relative;
        }

            .dashboard_wishlist_wrap .booknow .yay-scheduled .yay-schedule-content {
                margin: 25% 0;
            }

            .dashboard_wishlist_wrap .booknow .yay-scheduled p {
                color: #324B72;
                font-size: 16px;
                font-weight: 400;
                line-height: 17px;
                margin: 20px 0;
            }

            .dashboard_wishlist_wrap .booknow .yay-scheduled .detail {
                color: #112950;
                font-size: 17px;
                font-weight: 600;
                line-height: 20px;
            }

            .dashboard_wishlist_wrap .booknow .yay-scheduled .btn {
                width: 100% !important;
                padding: 15px !important;
                color: white !important;
            }

                .dashboard_wishlist_wrap .booknow .yay-scheduled .btn:hover {
                    color: #ef0073 !important;
                }

        .dashboard_wishlist_wrap .booknow .card .nav-item {
            background: #e1eef8;
            width: 100%;
        }

            .dashboard_wishlist_wrap .booknow .card .nav-item a {
                padding: 20px;
                color: #ffffff;
                border: none;
                border-radius: 0px;
                text-align: center;
                color: #112950;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
            }

                .dashboard_wishlist_wrap .booknow .card .nav-item a.active {
                    background: #E1EEF8;
                }

        .dashboard_wishlist_wrap .booknow .card .book-second {
            display: none;
        }

            .dashboard_wishlist_wrap .booknow .card .book-second .otp {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .dashboard_wishlist_wrap .booknow .card .book-second .otp .otp-box {
                    max-width: 65px !important;
                    height: 60px;
                    background: white;
                    text-align: center;
                }

        .dashboard_wishlist_wrap .booknow .card .schedule-second {
            display: none;
        }

            .dashboard_wishlist_wrap .booknow .card .schedule-second .otp {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .dashboard_wishlist_wrap .booknow .card .schedule-second .otp .otp-box {
                    max-width: 65px !important;
                    height: 60px;
                    background: white;
                    text-align: center;
                }

        .dashboard_wishlist_wrap .booknow .card .schedule-third {
            display: none;
        }

        .dashboard_wishlist_wrap .booknow .card .schedule-fourth {
            display: none;
        }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth .manage-note {
                color: #FFFFFF;
                font-size: 12px;
                font-weight: 300;
                letter-spacing: 0.4px;
                line-height: 14px;
                margin: 10px 0 0;
            }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth .card-text {
                color: #FFFFFF;
                font-size: 15px !important;
                font-weight: 400;
                line-height: 18px !important;
                margin-bottom: 0 !important;
                text-align: center !important;
            }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth .card-text b {
                    font-weight: 600;
                }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth .card-text:nth-child(2) {
                    padding-bottom: 10px;
                }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth .similar-property {
                border-top: 1px solid #d3d3d366;
                border-bottom: 1px solid #d3d3d366;
            }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth .similar-property .title {
                    color: #FFFFFF;
                    font-size: 15px;
                    font-weight: 600;
                    line-height: 18px;
                    margin: 20px 0 10px;
                }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .item p {
                margin: 10px 0;
                color: #FFFFFF;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
            }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .item .location {
                display: flex !important;
                align-items: center;
                color: #FFFFFF;
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
                margin-bottom: 20px;
            }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .item .location img {
                    width: 15px !important;
                    margin-right: 10px;
                    height: 15px;
                }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav {
                position: absolute;
                top: -35px;
                right: 0;
            }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next,
                .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-prev {
                    padding: 5px 7px !important;
                    color: white;
                    border: 1px solid white;
                    line-height: 10px;
                    margin: 0 !important;
                }

                    .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next:hover,
                    .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-prev:hover {
                        color: #324b72;
                        border: 1px solid #324b72;
                        background: white;
                    }

                .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next {
                    margin-left: 3px !important;
                }

            .dashboard_wishlist_wrap .booknow .card .schedule-fourth #similar-property-carousel .owl-dots {
                display: none;
            }

        .dashboard_wishlist_wrap .booknow .card .tab-content {
            background: #324b72;
        }

            .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane {
                height: auto;
            }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .confirm-btn {
                    width: 100%;
                    color: white;
                    margin-top: 30px;
                    padding: 15px;
                }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane p {
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 19px;
                    padding: 0;
                    text-align: left;
                    margin-bottom: 30px;
                }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .form-control {
                    width: 100% !important;
                    margin: 0;
                    border: none;
                    height: 50px;
                }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane label {
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 19px;
                }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .pick-time,
                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .pick-date {
                    position: relative;
                    cursor: pointer;
                }

                    .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .pick-time i,
                    .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane .pick-date i {
                        font-size: 24px;
                        position: absolute;
                        margin-top: 0;
                        top: 50%;
                        right: 10px;
                    }

                .dashboard_wishlist_wrap .booknow .card .tab-content .tab-pane form span {
                    color: #ffffff;
                    font-size: 12px;
                    font-weight: 400;
                    letter-spacing: 0.4px;
                    line-height: 14px;
                }

    .dashboard_wishlist_wrap .reschedule-process-second {
        display: none;
    }

    .dashboard_wishlist_wrap #reschedule-visit-wrap {
        display: none;
    }

    .dashboard_wishlist_wrap #rescheduled-card {
        border: none;
    }

    .dashboard_wishlist_wrap .fa-arrow-left {
        position: absolute;
        left: 20px;
        color: #324b72 !important;
    }

        .dashboard_wishlist_wrap .fa-arrow-left:hover {
            cursor: pointer;
        }

    .dashboard_wishlist_wrap .no-border {
        border-bottom: none !important;
    }

    .dashboard_wishlist_wrap #service .current-service-form-wrap {
        display: none;
    }

    .dashboard_wishlist_wrap #service .fa-arrow-left {
        color: white !important;
        left: 30px;
    }

    .dashboard_wishlist_wrap #service .current-service-form-wrap {
        width: 60%;
        background: white;
        margin: 15px auto;
        padding: 40px 60px;
    }

        .dashboard_wishlist_wrap #service .current-service-form-wrap .form-control {
            width: 100% !important;
            margin: 0;
        }

        .dashboard_wishlist_wrap #service .current-service-form-wrap .booking-id {
            color: #324B72;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            opacity: 0.9000000357627869;
            margin-top: 5px;
        }

            .dashboard_wishlist_wrap #service .current-service-form-wrap .booking-id span {
                font-weight: 700;
            }

        .dashboard_wishlist_wrap #service .current-service-form-wrap h5 {
            color: #112950;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
        }

        .dashboard_wishlist_wrap #service .current-service-form-wrap form {
            padding: 30px 0;
        }

        .dashboard_wishlist_wrap #service .current-service-form-wrap .form-group {
            position: relative;
        }

            .dashboard_wishlist_wrap #service .current-service-form-wrap .form-group .fa {
                position: absolute;
                bottom: 10px;
                right: 10px;
            }

        .dashboard_wishlist_wrap #service .current-service-form-wrap .file {
            width: fit-content;
            padding: 10px;
            border-radius: 3px;
            border: 2px solid #ced4da;
            position: relative;
            display: inline-block;
        }

            .dashboard_wishlist_wrap #service .current-service-form-wrap .file input {
                position: absolute;
                font-size: 50px;
                opacity: 0;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

                .dashboard_wishlist_wrap #service .current-service-form-wrap .file input:hover {
                    cursor: pointer;
                }

        .dashboard_wishlist_wrap #service .current-service-form-wrap span.no-file-choosen {
            color: #ced4da;
            margin-left: 20px;
        }

        .dashboard_wishlist_wrap #service .current-service-form-wrap .submit .submit-service-request {
            background-color: #ffffff;
            border: 2px solid #112950;
            border-radius: 0;
            color: #112950;
            padding: 10px 30px;
        }

            .dashboard_wishlist_wrap #service .current-service-form-wrap .submit .submit-service-request:hover {
                background-color: #112950;
                color: white;
                cursor: pointer;
            }

    .dashboard_wishlist_wrap #service .raise-request-btn {
        border-top: 1px solid #ced4da;
        text-align: right;
    }

        .dashboard_wishlist_wrap #service .raise-request-btn p {
            width: fit-content;
            margin: 0 0 auto auto;
            padding: 10px;
        }

    .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap {
        margin-bottom: 25px;
        background: #fff;
    }

        .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .buttons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 0;
        }

            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .buttons button {
                display: block !important;
            }

            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .buttons .btn-secondary,
            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .buttons .btn-primary {
                width: fit-content;
                padding: 10px !important;
                height: auto;
                min-width: 100px;
            }

        .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .body-button-wrap {
            padding: 20px;
        }

        .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-title {
            padding: 20px;
            background: #E0E6ED;
        }

            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-title p {
                color: #112950;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
                display: flex;
                align-items: center;
            }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-title p .active-service {
                    background: #23C684;
                }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-title p .closed-service {
                    background: #FF7A8E;
                }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-title p span {
                    color: #FFFFFF;
                    font-size: 10px;
                    font-weight: 400;
                    padding: 0px 5px;
                    border-radius: 20px;
                    margin-left: 5px;
                }

        .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body {
            background: white;
            border-bottom: 1px solid #E0E6ED;
        }

            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .raised-on,
            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .request-for,
            .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .comments {
                margin-bottom: 20px;
            }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .raised-on p:nth-child(1),
                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .request-for p:nth-child(1),
                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .comments p:nth-child(1) {
                    color: #112950;
                    font-size: 12px;
                    font-weight: 300;
                    letter-spacing: 0.4px;
                    line-height: 14px;
                }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .raised-on p:nth-child(2),
                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .request-for p:nth-child(2),
                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .comments p:nth-child(2) {
                    color: #112950;
                    font-size: 19px;
                    font-weight: 600;
                    line-height: 23px;
                }

                .dashboard_wishlist_wrap .past-service-card-wrap .service-card-wrap .service-card-body .comments p:nth-child(2) {
                    color: #112950;
                    font-size: 19px;
                    font-weight: 600;
                    line-height: 23px;
                    opacity: 0.2000000029802322;
                }

    .dashboard_wishlist_wrap #checkin_title {
        display: none;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card {
        border-radius: 0px;
        border: 0px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content {
        margin-top: 10px;
    }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content .title {
            padding: 10px 0px 10px 10px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content i.fa.fa-angle-left {
            font-size: 40px;
            color: #EF0073 !important;
            background: #ffffff;
            padding: 0px 10px 0px 10px;
            text-align: left;
            float: left;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content i.fa.fa-angle-right {
            font-size: 40px;
            color: #EF0073 !important;
            background: #ffffff;
            padding: 0px 10px 0px 10px;
            text-align: left;
            float: left;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content .schedule {
            width: 77.39px !important;
            text-align: center;
            display: flex;
            align-items: center;
            padding: 10px 0px 0px 0px;
            margin: 0 auto;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content .col-3 {
            padding: 0px 0px 0px 5px;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs {
            background: white;
            border-bottom: none;
            padding: 0 10px;
        }

            .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs .nav-link {
                background: white;
                border: none;
                flex: inherit;
                color: #324b72;
                padding: 0;
                padding-bottom: 5px;
                margin: 20px 15px 10px;
                font-size: 16px;
                font-weight: 600;
                line-height: 19px;
            }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs .nav-link.active {
                    border-bottom: 2px solid #ef0075 !important;
                }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content .fa.fa-arrow-left {
            position: absolute;
            padding: 10px 10px 0px 10px;
            color: white !important;
        }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .page-main-title {
        background: white;
        padding: 15px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .broadway {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 0px 0px 10px 0px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .col-8 {
        padding: 0px 0px 5px 0px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .booking {
        padding: 15px 15px 15px 15px;
        background: white;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .just-lable {
        display: flex;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .dash {
        border-top: 1px dashed #322f32 !important;
        background: none;
        height: 0;
        opacity: 0.5;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap i.fa.fa-user {
        color: #324b72 !important;
        font-size: 25px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .group-ico {
        margin: 0 auto;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .sub-lable {
        display: flex;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .Studio {
        color: #112950;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        opacity: 0.5;
        text-align: left;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .Sharing-type {
        color: #324B72;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 0px 30px 0px 5px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap p.Room-Type {
        color: #324B72;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        margin-left: 5rem;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .sub-boardway-lable {
        display: flex;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap i.fa.fa-map-marker {
        font-size: 20px;
        padding: 1px 5px 0px 0px;
        color: #e34472 !important;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .balence {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        width: 100%;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .bal-chk {
        color: #10121B;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        text-align: right;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .outstanding {
        display: flex;
        padding: 30px 0px 0px 0px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .paid-amount {
        color: #112950;
        font-size: 23px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .map-of-iframe {
        width: 550px;
        height: 250px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap button.btn.btn-secondary {
        background-color: #ffffff;
        border: 2px solid #112950;
        width: 40%;
        height: 37px;
        border-radius: 0;
        color: #112950;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .btn-primary {
        height: 37px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .nav-buttons {
        background: white;
        padding: 30px 0px 30px 0px;
        text-align: center;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .checkout_requested_btn {
        height: 58px;
        display: flex;
        justify-content: flex-start !important;
    }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .checkout_requested_btn img {
            margin-right: 5px;
        }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap #checkout_form {
        display: none;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .request-checkout,
    .dashboard_wishlist_wrap .dashboard_bookings_wrap .request-checkin {
        height: 58px;
        display: flex;
        justify-content: flex-start !important;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap {
        background: white;
    }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-img {
            position: relative;
        }

            .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-img img {
                width: 100%;
                max-height: 240px;
            }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .indate {
            background: #f4f5fb;
            text-align: center;
            padding: 10px 0px 10px 0px;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .intime {
            color: #112950;
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .Move {
            padding: 10px 7px 10px 7px;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .wed-march {
            color: #324b72;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            opacity: 0.5;
        }

        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info {
            padding: 20px 20px 20px 20px;
        }

            .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
            }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .card-title {
                    color: #112950;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 19px;
                    width: 80%;
                }

                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .card-title span {
                        color: #324b72;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 17px;
                        opacity: 0.5;
                        width: 189px;
                    }

                        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .card-title span img {
                            margin-right: 5px;
                            width: 15px;
                        }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .like-share {
                    width: 60px;
                }

                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .like-share i {
                        font-size: 25px;
                    }

                        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .like-share img:hover,
                        .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .card-detail .like-share i:hover {
                            cursor: pointer;
                        }

            .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                padding: 10px 0;
                border-bottom: 1px solid #e0e6ed;
            }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .price p:nth-child(1) {
                    color: #324b72;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 17px;
                    margin-top: 10px;
                }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .price p:nth-child(2) {
                    color: #112950;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 22px;
                }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .rating p {
                    color: #324b72;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 16px;
                }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .rating .stars i {
                    margin: 0;
                    margin-right: 2px;
                    float: left !important;
                }

                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(1),
                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(2),
                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .pricing-rating .rating .stars i:nth-child(3) {
                        color: #50e3c2 !important;
                    }

            .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request {
                display: flex;
                justify-content: flex-end;
                padding-top: 10px;
            }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .cancel {
                    color: #3085ff;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 22px;
                    opacity: 0.6000000238418579;
                    text-align: center;
                }

                .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .reschedule {
                    background-color: #ef0073;
                    border: 1px solid #ef0073;
                    width: fit-content;
                    height: 44px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 22px;
                    padding: 0 5px;
                }

                    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .reschedule:hover {
                        background: white;
                        cursor: pointer;
                        color: #ef0073;
                    }

    .dashboard_wishlist_wrap #checkinContainer {
        display: none;
    }

        .dashboard_wishlist_wrap #checkinContainer .col-4.px-0.pb-1 .card {
            height: 100%;
        }

        .dashboard_wishlist_wrap #checkinContainer .img-square-wrapper {
           /* display: flex;*/
            padding: 10px 0px 10px 10px;
        }

            .dashboard_wishlist_wrap #checkinContainer .img-square-wrapper img {
                width: 254px;
            }

        .dashboard_wishlist_wrap #checkinContainer .main-content {
            margin-top: 20px;
        }

            .dashboard_wishlist_wrap #checkinContainer .main-content .title {
                background: #5f5e87;
                padding: 10px 0px 10px 30px;
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content i.fa.fa-angle-left {
                font-size: 40px;
                color: red !important;
                background: #ffffff;
                padding: 5px 30px 5px 25px;
                text-align: left;
                float: left;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content i.fa.fa-angle-right {
                font-size: 40px;
                color: red !important;
                background: #ffffff;
                padding: 5px 30px 5px 25px;
                text-align: left;
                float: left;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content img {
                width: 100%;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content .schedule {
                width: 77.39px !important;
                text-align: center;
                display: flex;
                align-items: center;
                padding: 10px 0px 0px 0px;
                margin: 0 auto;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content .col-3 {
                padding: 0px 0px 0px 5px;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content nav .nav-tabs {
                background: white;
                border-bottom: none;
                padding: 0 10px;
            }

                .dashboard_wishlist_wrap #checkinContainer .main-content nav .nav-tabs .nav-link {
                    background: white;
                    border: none;
                    flex: inherit;
                    color: #324b72;
                    padding: 0;
                    padding-bottom: 5px;
                    margin: 20px 15px 10px;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 19px;
                }

                    .dashboard_wishlist_wrap #checkinContainer .main-content nav .nav-tabs .nav-link.active {
                        border-bottom: 2px solid #ef0075 !important;
                    }

            .dashboard_wishlist_wrap #checkinContainer .main-content .fa.fa-arrow-left {
                position: absolute;
                padding: 10px 10px 0px 10px;
                color: white !important;
            }

            .dashboard_wishlist_wrap #checkinContainer .main-content #nav-tabContent {
                padding: 15px !important;
            }

        .dashboard_wishlist_wrap #checkinContainer .card-horizontal {
            display: flex;
            flex: 1 1 auto;
        }

        .dashboard_wishlist_wrap #checkinContainer .card-body {
            padding: 10px 10px 10px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .Confirm {
            padding: 10px 0px 0px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .card-title {
            width: 100%;
            color: #112950;
            font-size: 18px;
            font-weight: 700;
            line-height: 29px;
            text-align: left;
            padding: 0px 0px 0px 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .ahjg {
            display: flex;
            padding: 0px 0px 0px 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .rom-allots {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 0px 5px 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer i.fa.fa-user {
            padding: 0px 0px 0px 6%;
            color: black !important;
            font-size: 20px;
        }

        .dashboard_wishlist_wrap #checkinContainer i.fa.fa-map-marker {
            font-size: 20px;
            padding: 0px 5px 0px 1px;
            color: #e4497d !important;
        }

        .dashboard_wishlist_wrap #checkinContainer .Inclusive {
            position: absolute;
            color: #112950;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
        }

        .dashboard_wishlist_wrap #checkinContainer .terms {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .dashboard_wishlist_wrap #checkinContainer .agree {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0px 10px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .footy {
            padding: 0px 0px 5px 0px;
            margin-top: 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .adj-item {
            background-color: white;
        }

        .dashboard_wishlist_wrap #checkinContainer .Reservation {
            position: absolute;
            padding: 10px;
            color: #112950;
            font-size: 15px;
            font-weight: 400;
            text-align: left;
        }

        .dashboard_wishlist_wrap #checkinContainer .rm-digit {
            color: #10121b;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            text-align: right;
            width: 45%;
            padding: 0px 6px 0px 43px;
        }

        .dashboard_wishlist_wrap #checkinContainer .key {
            color: #10121b;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            text-align: right;
            /*width: 70%;*/
            padding: 0px 0px 0px 25%;
            white-space: nowrap;
        }

        .dashboard_wishlist_wrap #checkinContainer .dash {
            border: 1px dashed #e0e6ed !important;
            background: none;
            height: 0;
            margin:0;
        }

            .dashboard_wishlist_wrap #checkinContainer .dash:last-child {
                display: none;
            }

        .dashboard_wishlist_wrap #checkinContainer .card-text {
            color: #324b72;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            opacity: 0.5;
            text-align: left;
            width: 100%;
        }

        .dashboard_wishlist_wrap #checkinContainer .card-header {
            background: #e4f4fa;
            text-align: center;
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
        }

        .dashboard_wishlist_wrap #checkinContainer .sdhgh {
            padding: 3px 15px 5px 17px;
        }

        .dashboard_wishlist_wrap #checkinContainer .fa.fa-calendar {
            position: absolute;
            right: 2.5rem;
            color: #112950 !important;
            font-size: 20px;
            top: 5.6rem;
        }

        .dashboard_wishlist_wrap #checkinContainer input#dtMoveinDate {
            background-color: #ffffff;
            border: 2px solid #e0e6ed;
            height: 40px;
            width: 100%;
            cursor: pointer;
            font-size:14px;
        }

            .dashboard_wishlist_wrap #checkinContainer input#dtMoveinDate:disabled,
            .dashboard_wishlist_wrap #checkinContainer #slMoveInTime:disabled {
                cursor: no-drop;
                background-color: #e9ecef;
                font-size: 14px;
            }

        .dashboard_wishlist_wrap #checkinContainer .input-group {
            border-radius: 0;
            display: flex;
            width: 100%;
        }

        .dashboard_wishlist_wrap #checkinContainer #slMoveInTime {
            border-radius: 0;
            background-color: #FFFFFF;
            border: 2px solid #E0E6ED;
            height: 40px;
        }

        .dashboard_wishlist_wrap #checkinContainer #date_timepicker_start {
            position: inherit;
        }

        .dashboard_wishlist_wrap #checkinContainer #datetimepicker6 {
            position: inherit;
        }

        .dashboard_wishlist_wrap #checkinContainer .Payment-details {
            color: #112950;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            text-align: left;
            padding: 20px 0px 15px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .Total {
            color: #112950;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            text-align: center;
            padding: 20px 0px 15px 0px;
        }

.pricelist p {
    text-align: right !important;
}

        .dashboard_wishlist_wrap #checkinContainer .Payable-at-check {
            color: #112950;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            text-align: right;
            padding: 20px 0px 15px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .price-page {
            background: white;
        }

        .dashboard_wishlist_wrap #checkinContainer .page-nation {
            padding: 0px 0px 10px 0px;
            width: 97%;
            margin: 0 auto;
            min-height: 210px;
            margin-top: 10px!important;
        }

        .dashboard_wishlist_wrap #checkinContainer .custom-control-label {
            color: #112950;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            text-align: left;
        }

        .dashboard_wishlist_wrap #checkinContainer .checkbox .cr,
        .dashboard_wishlist_wrap #checkinContainer .radio .cr {
            position: relative;
            display: inline-block;
            border: 1px solid #a9a9a9;
            border-radius: 0.25em;
            width: 1rem;
            height: 1rem;
            float: left;
            margin-right: 0.5em;
            border-radius: 0;
            margin-top: 0.8rem;
        }

        .dashboard_wishlist_wrap #checkinContainer .sub-chkc {
            color: #98a5b8;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            text-align: left;
            padding: 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .amount {
            color: #10121b;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            text-align: center;
            padding: 15px 0px 10px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .Bed-Key {
            color: #10121b;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            text-align: right;
            padding: 15px 0px 10px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer .pic-date {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            text-align: left;
            padding: 0px 0px 0px 16px;
        }

        .dashboard_wishlist_wrap #checkinContainer .time-take {
            padding: 0px 15px 0;
        }

        .dashboard_wishlist_wrap #checkinContainer .fa.fa-angle-down {
            position: absolute;
            font-size: 24px;
            color: black !important;
            top: 11.4rem;
            right: 2.4rem;
        }

        .dashboard_wishlist_wrap #checkinContainer .pic-time {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            text-align: left;
            padding: 0px 0px 0px 0px;
        }

        .dashboard_wishlist_wrap #checkinContainer input.flex-time {
            background-color: #ffffff;
            border: 2px solid #e0e6ed;
            height: 48px;
        }

        .dashboard_wishlist_wrap #checkinContainer .wed-march {
            color: #324b72;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            opacity: 0.5;
        }

        .dashboard_wishlist_wrap #checkinContainer ::placeholder {
            color: #112950;
            font-size: 17px;
            font-weight: 600;
            line-height: 20px;
            text-align: left;
            padding: 0px 10px 0px 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .card-info {
            padding: 20px;
        }

            .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
            }

                .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .card-title {
                    color: #112950;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 19px;
                }

                    .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .card-title span {
                        color: #324b72;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 17px;
                        opacity: 0.5;
                        width: 189px;
                    }

                        .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .card-title span img {
                            margin-right: 5px;
                            width: 15px;
                        }

                .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .like-share {
                    width: 60px;
                }

                    .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .like-share i {
                        font-size: 25px;
                    }

                        .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .like-share img:hover,
                        .dashboard_wishlist_wrap #checkinContainer .card-info .card-detail .like-share i:hover {
                            cursor: pointer;
                        }

            .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                padding: 10px 0;
                border-bottom: 1px solid #e0e6ed;
            }

                .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .price p:nth-child(1) {
                    color: #324b72;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

                .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .price p:nth-child(2) {
                    color: #112950;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 22px;
                }

                .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .rating p {
                    color: #324b72;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 16px;
                }

                .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .rating .stars i {
                    margin: 0;
                    margin-right: 2px;
                    float: left !important;
                }

                    .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .rating .stars i:nth-child(1),
                    .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .rating .stars i:nth-child(2),
                    .dashboard_wishlist_wrap #checkinContainer .card-info .pricing-rating .rating .stars i:nth-child(3) {
                        color: #50e3c2 !important;
                    }

            .dashboard_wishlist_wrap #checkinContainer .card-info .cancel-request {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 10px;
            }

                .dashboard_wishlist_wrap #checkinContainer .card-info .cancel-request .cancel {
                    color: #3085ff;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 19px;
                    opacity: 0.6000000238418579;
                    text-align: left;
                }

                .dashboard_wishlist_wrap #checkinContainer .card-info .cancel-request .reschedule {
                    background-color: #ef0073;
                    border: 1px solid #ef0073;
                    width: 185px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 22px;
                }

                    .dashboard_wishlist_wrap #checkinContainer .card-info .cancel-request .reschedule:hover {
                        background: white;
                        cursor: pointer;
                        color: #ef0073;
                    }

        .dashboard_wishlist_wrap #checkinContainer .Promowrapper {
            background-color: #fff;
            margin: 0px auto 10px;
            padding: 10px;
        }

        .dashboard_wishlist_wrap #checkinContainer .checkinPromocodeWrapper {
            width: 43%;
            position: relative;
        }

        .dashboard_wishlist_wrap #checkinContainer .promocode {
            width: 100%;
            margin-left: 0px;
        }

            .dashboard_wishlist_wrap #checkinContainer .promocode::placeholder {
                font-size: 15px;
            }

    .dashboard_wishlist_wrap #checkout_form .proximaNova {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
        padding-top: 20px;
    }

    .dashboard_wishlist_wrap #checkout_form .user_bank_detail {
        margin-bottom: 40px;
    }

    .dashboard_wishlist_wrap #checkout_form .dues {
        padding: 7px 0px 0px 0px;
    }

        .dashboard_wishlist_wrap #checkout_form .dues .bg-white {
            display: flex;
            align-items: center;
            padding: 10px;
            margin-top: -15px;
        }

            .dashboard_wishlist_wrap #checkout_form .dues .bg-white .bookings {
                color: #324B72;
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
                opacity: 0.449999988079071;
            }

            .dashboard_wishlist_wrap #checkout_form .dues .bg-white i.fa.fa-angle-right {
                font-size: 17px !important;
                padding: 0px 0px 0px 8px !important;
                color: #ADB7C7 !important;
                opacity: 0.4499999881;
                margin: 0 5px;
            }

                .dashboard_wishlist_wrap #checkout_form .dues .bg-white i.fa.fa-angle-right:last-child {
                    display: none;
                }

    .dashboard_wishlist_wrap #checkout_form .prime {
        padding: 30px;
    }

    .dashboard_wishlist_wrap #checkout_form .Check {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        opacity: 0.9000000357627869;
        text-align: center;
    }

    .dashboard_wishlist_wrap #checkout_form .wifi {
        color: #112950;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 14px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .custom-control {
        position: relative;
        text-align: left;
        padding: 10px 0px 4px 25px;
    }

    .dashboard_wishlist_wrap #checkout_form .feedbackComments {
        height: 60px;
    }

    .dashboard_wishlist_wrap #checkout_form .improve {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .account {
        display: flex;
        justify-content: space-between;
    }

    .dashboard_wishlist_wrap #checkout_form .btn.btn-primary {
        width: 100px;
        background: #e4497d !important;
        font-weight: bold;
        color: white !important;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 5px;
        color: black;
        border: 0px solid #324b72 !important;
        padding: 10px 5px 10px 0px !important;
    }

    .dashboard_wishlist_wrap #checkout_form .sent {
        color: #112950;
        font-size: 19px;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .Email {
        color: #112950;
        font-size: 19px;
        font-weight: 600;
        line-height: 23px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .never {
        color: #112950;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 14px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .ifsc {
        color: #112950;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 14px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .card-title {
        color: #112950;
        font-size: 19px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .holders {
        color: #112950;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 14px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .card {
        background-color: #ffffff;
        border: 1px solid #ffdfe4;
        border-radius: 13px;
        box-shadow: 2px 11px 26px 0 rgba(255, 37, 70, 0.07);
    }

    .dashboard_wishlist_wrap #checkout_form .check-out {
        color: #112950;
        font-size: 12px;
        font-weight: 600;
        line-height: 19px;
        padding: 5px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form ::placeholder {
        color: #112950;
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkout_form .fa-calendar {
        position: absolute;
        right: 0;
        left: 24rem;
        bottom: 27px;
        color: black !important;
        font-size: 20px !important;
    }

    .dashboard_wishlist_wrap #checkout_form .fa-angle-down {
        position: absolute;
        right: 0;
        left: 24rem;
        bottom: 27px;
        font-size: 30px !important;
        color: black !important;
    }

    .dashboard_wishlist_wrap #checkout_form .what-can-we-change {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        float: left;
    }

    .dashboard_wishlist_wrap #checkout_form select#slMoveInTime {
        background-color: #ffffff;
        border: 2px solid #e0e6ed;
        border-radius: 0;
        height: 48px;
    }

    .dashboard_wishlist_wrap #checkout_form .input-group {
        padding: 0px 0px 30px 0px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform {
        margin: 20px auto;
        text-align: center;
        position: relative;
    }

        .dashboard_wishlist_wrap #checkout_form #msform fieldset:not(:first-of-type) {
            display: none;
        }

        .dashboard_wishlist_wrap #checkout_form #msform input,
        .dashboard_wishlist_wrap #checkout_form #msform textarea {
            padding: 15px;
            border: 2px solid #ccc;
            border-radius: 0px;
            margin-bottom: 6px;
            width: 100%;
            box-sizing: border-box;
            font-family: 'Inter-Regular' !important;
            color: #2c3e50;
            font-size: 14px;
            cursor: pointer;
        }

    .dashboard_wishlist_wrap #checkout_form .text-center {
        text-align: center !important;
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: center;
        padding: 15px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform .action-button {
        width: 100px;
        background: white;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 0px 5px 0px;
        color: black;
        border: 2px solid #324b72;
    }

    .dashboard_wishlist_wrap #checkout_form .fs-title {
        font-size: 15px;
        color: #2c3e50;
        margin-bottom: 10px;
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .dashboard_wishlist_wrap #checkout_form .fs-subtitle {
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        opacity: 0.9000000357627869;
        text-align: center;
        padding: 0px 0px 15px 0px;
    }

    .dashboard_wishlist_wrap #checkout_form #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
        display: flex;
    }

        .dashboard_wishlist_wrap #checkout_form #progressbar li {
            list-style-type: none;
            color: white;
            text-transform: uppercase;
            font-size: 9px;
            width: 33.33%;
            float: left;
            position: relative;
        }

            .dashboard_wishlist_wrap #checkout_form #progressbar li:before {
                content: counter(step);
                counter-increment: step;
                width: 20px;
                line-height: 20px;
                display: block;
                font-size: 10px;
                color: #333;
                background: #F4F8FB;
                border-radius: 1rem;
                margin: 0px auto 5px auto;
                position: relative;
                z-index: 2;
                content: ".";
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #F4F8FB;
                position: absolute;
                left: 50%;
                top: 9px;
                z-index: 1;
                /*put it behind the numbers*/
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li:first-child:after {
                /*connector not needed before the first step*/
                content: none;
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li.active:before,
            .dashboard_wishlist_wrap #checkout_form #progressbar li.active:after {
                background: #3184fb;
                color: white;
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li.active:before {
                content: "\2713";
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li.active:after {
                content: "";
                width: 100%;
                height: 2px;
                z-index: 1;
                background: #3184fb;
                position: absolute;
                left: 50%;
                top: 9px;
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li:last-child.active:after {
                display: none;
            }

            .dashboard_wishlist_wrap #checkout_form #progressbar li:last-child:after {
                display: none;
            }

    .dashboard_wishlist_wrap #checkout_form .account-details {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 10px 0px 20px 0px;
    }

    .dashboard_wishlist_wrap #checkout_form .refund {
        color: #324b72;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.9000000357627869;
        text-align: left;
        padding: 0px 0px 20px 0px;
    }

    .dashboard_wishlist_wrap #checkout_form .checkout-form-wrap {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        margin: 40px auto;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    .dashboard_wishlist_wrap #checkout_form fieldset {
        width: 100% !important;
        position: static !important;
    }

        .dashboard_wishlist_wrap #checkout_form fieldset .field {
            position: relative;
        }

            .dashboard_wishlist_wrap #checkout_form fieldset .field input {
                width: 100% !important;
            }

    .dashboard_wishlist_wrap #event nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
    }

        .dashboard_wishlist_wrap #event nav .create_events_btn {
            background: #EF0073;
            border: 2px solid #EF0073;
            color: white;
            padding: 15px;
        }

            .dashboard_wishlist_wrap #event nav .create_events_btn:hover {
                background: white;
                color: #EF0073;
                cursor: pointer;
            }

    .dashboard_wishlist_wrap #event .title {
        padding: 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-top: 10px;
    }

    .dashboard_wishlist_wrap #event .card-title {
        color: #112950;
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
    }

    .dashboard_wishlist_wrap #event .card-body {
        padding: 20px 15px 20px;
    }

    .dashboard_wishlist_wrap #event .evn-dt {
        display: flex;
    }

    .dashboard_wishlist_wrap #event .july {
        padding: 0px 10px;
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        text-align: left;
    }

    .dashboard_wishlist_wrap #event .approval {
        display: flex;
        align-items: center;
        padding: 5px 0px 10px 0px;
        border-bottom: 1px solid #dad2d242;
    }

    .dashboard_wishlist_wrap #event i.fa.fa-info-circle {
        color: #e4497d !important;
        padding: 0px 5px 0px 10px;
    }

    .dashboard_wishlist_wrap #event .clock-al {
        display: flex;
    }

    .dashboard_wishlist_wrap #event .quick-time {
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        padding: 0px 7px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #event .main-content nav .nav-tabs {
        background: white;
        border-bottom: none;
        padding: 0 10px;
    }

    .dashboard_wishlist_wrap #event .past-event {
        padding: 5px 0px;
    }

    .dashboard_wishlist_wrap #event img.card-img-top {
        border-radius: 0;
    }

    .dashboard_wishlist_wrap #event .card {
        border-radius: 0%;
    }

    .dashboard_wishlist_wrap #event .current-event {
        background: white;
        border: none;
        flex: inherit;
        color: #324b72;
        padding: 0;
        padding-bottom: 5px;
        margin: 15px 2rem 10px 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .dashboard_wishlist_wrap #event .event-aprove {
        display: flex;
        border-style: dashed;
        border-width: 1.3px;
        padding: 10px 0px 10px 1px;
        align-items: center;
        border-color: #EF0073;
    }

    .dashboard_wishlist_wrap #event .ster {
        padding: 20px 0px 0px 0px;
        width: 200px;
    }

    .dashboard_wishlist_wrap #event .card-text {
        color: #324b72;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
    }

    .dashboard_wishlist_wrap #past_events .card-body .approval {
        border: 0px;
    }

    .dashboard_wishlist_wrap .create_event_form {
        display: none;
        background: white;
        padding: 50px;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
        margin-top: 16px;
    }

        .dashboard_wishlist_wrap .create_event_form .title {
            display: none;
        }

        .dashboard_wishlist_wrap .create_event_form h2 {
            color: #112950;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            text-align: center;
        }

        .dashboard_wishlist_wrap .create_event_form h3 {
            color: #324B72;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            opacity: 0.9000000357627869;
            text-align: center;
            margin-top: 18px;
        }

        .dashboard_wishlist_wrap .create_event_form .wrapper {
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 18px;
        }

        .dashboard_wishlist_wrap .create_event_form section {
            padding: 0 0 !important;
        }

        .dashboard_wishlist_wrap .create_event_form .wizard {
            width: 920px;
            position: relative;
        }

            .dashboard_wishlist_wrap .create_event_form .wizard > .steps {
                position: absolute;
                top: 10px;
                z-index: 9;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .dashboard_wishlist_wrap .create_event_form .wizard > .steps .current-info,
                .dashboard_wishlist_wrap .create_event_form .wizard > .steps .number {
                    display: none;
                }

                .dashboard_wishlist_wrap .create_event_form .wizard > .steps ul {
                    display: flex;
                    justify-content: center;
                    list-style-type: none;
                }

                .dashboard_wishlist_wrap .create_event_form .wizard > .steps li {
                    position: relative;
                }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li.current a:after {
                        width: 80px;
                    }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li a {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        background: #e9e0cf;
                        margin-right: 78px;
                        position: relative;
                    }

                        .dashboard_wishlist_wrap .create_event_form .wizard > .steps li a:before {
                            content: "";
                            width: 78px;
                            height: 2px;
                            background: #e9e0cf;
                            position: absolute;
                            right: 20px;
                            top: 10px;
                        }

                        .dashboard_wishlist_wrap .create_event_form .wizard > .steps li a:after {
                            content: "";
                            width: 0;
                            height: 2px;
                            background: #007bff;
                            position: absolute;
                            left: -80px;
                            top: 10px;
                            transition: all 0.6s ease;
                        }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li.first a {
                        background: #007bff;
                    }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li.checked a {
                        background: #007bff;
                        width: 20px;
                        height: 20px;
                        position: relative;
                        z-index: 9999;
                    }

                        .dashboard_wishlist_wrap .create_event_form .wizard > .steps li.checked a:after {
                            width: 80px;
                            top: 10px;
                        }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li.done:before {
                        width: 80px;
                        top: 0;
                        content: "\2713";
                        color: white;
                        right: 15px;
                        position: absolute;
                        z-index: 99999;
                    }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li:last-child a {
                        margin-right: 0;
                    }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li:first-child a:before {
                        display: none;
                    }

                    .dashboard_wishlist_wrap .create_event_form .wizard > .steps li:first-child a:after {
                        display: none;
                    }

            .dashboard_wishlist_wrap .create_event_form .wizard > .content {
                position: relative;
                height: auto;
            }

        .dashboard_wishlist_wrap .create_event_form .inner {
            display: flex;
            background: #fff;
        }

        .dashboard_wishlist_wrap .create_event_form .image-holder {
            width: 40%;
            height: 521px;
        }

        .dashboard_wishlist_wrap .create_event_form .form-content {
            width: 100%;
            padding-top: 40px;
        }

        .dashboard_wishlist_wrap .create_event_form .form-header {
            text-align: center;
        }

        .dashboard_wishlist_wrap .create_event_form .form-row {
            display: flex;
            margin-bottom: 22px;
            margin-top: 22px;
        }

            .dashboard_wishlist_wrap .create_event_form .form-row .form-holder {
                margin-right: 30px;
            }

                .dashboard_wishlist_wrap .create_event_form .form-row .form-holder:last-child {
                    margin-right: 0;
                }

                .dashboard_wishlist_wrap .create_event_form .form-row .form-holder.w-100 {
                    width: 100%;
                    margin-right: 0;
                }

            .dashboard_wishlist_wrap .create_event_form .form-row .select {
                width: 50%;
                margin-right: 30px;
            }

                .dashboard_wishlist_wrap .create_event_form .form-row .select .form-holder {
                    width: 100%;
                    margin-right: 0;
                }

        .dashboard_wishlist_wrap .create_event_form .select {
            position: relative;
        }

            .dashboard_wishlist_wrap .create_event_form .select .select-control {
                height: 37px;
                width: 100%;
                color: #999;
                display: flex;
                align-items: center;
                cursor: pointer;
            }

            .dashboard_wishlist_wrap .create_event_form .select .dropdown {
                display: none;
                position: absolute;
                top: 100%;
                width: 100%;
                background: #fff;
                z-index: 9;
                border: 1px solid #81acee;
            }

                .dashboard_wishlist_wrap .create_event_form .select .dropdown li {
                    padding: 5px 10px;
                }

                    .dashboard_wishlist_wrap .create_event_form .select .dropdown li:hover {
                        background: #81acee;
                        color: #fff;
                    }

        .dashboard_wishlist_wrap .create_event_form .form-holder {
            position: relative;
        }

            .dashboard_wishlist_wrap .create_event_form .form-holder i {
                position: absolute;
                bottom: 10px;
                right: 10px;
                font-size: 17px;
            }

        .dashboard_wishlist_wrap .create_event_form .form-control {
            height: 37px;
            border: none;
            width: 100%;
            color: #666;
        }

            .dashboard_wishlist_wrap .create_event_form .form-control:focus {
                border-color: #e9e0cf;
            }

            .dashboard_wishlist_wrap .create_event_form .form-control::-webkit-input-placeholder {
                color: #999;
            }

            .dashboard_wishlist_wrap .create_event_form .form-control::-moz-placeholder {
                color: #999;
            }

            .dashboard_wishlist_wrap .create_event_form .form-control:-ms-input-placeholder {
                color: #999;
            }

            .dashboard_wishlist_wrap .create_event_form .form-control:-moz-placeholder {
                color: #999;
            }

        .dashboard_wishlist_wrap .create_event_form select.form-control {
            -moz-appearance: none;
            -webkit-appearance: none;
            cursor: pointer;
            color: #999;
        }

            .dashboard_wishlist_wrap .create_event_form select.form-control option[value=""][disabled] {
                display: none;
            }

        .dashboard_wishlist_wrap .create_event_form textarea.form-control {
            padding: 8px 0;
            background: url("/assets/images/textarea-bg.png") no-repeat right bottom 3px;
        }

        .dashboard_wishlist_wrap .create_event_form .actions ul {
            display: flex;
            align-items: center;
            justify-content: center;
            list-style-type: none;
            width: 100%;
            background: white;
            margin-top: 30px;
        }

            .dashboard_wishlist_wrap .create_event_form .actions ul li {
                margin: 0 5px;
            }

                .dashboard_wishlist_wrap .create_event_form .actions ul li:nth-child(1) {
                    border: 2px solid #324B72;
                    width: 146px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .dashboard_wishlist_wrap .create_event_form .actions ul li:nth-child(1) a {
                        color: #324B72;
                    }

                .dashboard_wishlist_wrap .create_event_form .actions ul li:nth-child(2) {
                    border: 2px solid #EF0073;
                    width: 146px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .dashboard_wishlist_wrap .create_event_form .actions ul li:nth-child(2) a {
                        color: #EF0073;
                    }

        .dashboard_wishlist_wrap .create_event_form .checkbox-tick label {
            cursor: pointer;
            display: inline-block;
            padding-left: 23px;
            position: relative;
        }

            .dashboard_wishlist_wrap .create_event_form .checkbox-tick label.male {
                margin-right: 26px;
            }

        .dashboard_wishlist_wrap .create_event_form .checkbox-tick input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

            .dashboard_wishlist_wrap .create_event_form .checkbox-tick input:checked ~ .checkmark {
                background: #999;
            }

                .dashboard_wishlist_wrap .create_event_form .checkbox-tick input:checked ~ .checkmark:after {
                    display: block;
                }

        .dashboard_wishlist_wrap .create_event_form .checkbox-tick .checkmark {
            position: absolute;
            top: 3px;
            left: 0;
            height: 13px;
            width: 13px;
            border: 1px solid #999;
            border-radius: 50%;
            font-family: 'Inter-Regular' !important;
            color: #fff;
            font-size: 11px;
        }

            .dashboard_wishlist_wrap .create_event_form .checkbox-tick .checkmark:after {
                top: 0;
                left: 2px;
                position: absolute;
                display: none;
                content: '\f26b';
            }

        .dashboard_wishlist_wrap .create_event_form .checkbox-circle {
            position: relative;
            padding-left: 23px;
            margin-top: 41px;
            width: 63%;
        }

            .dashboard_wishlist_wrap .create_event_form .checkbox-circle.mt-24 {
                margin-top: 24px;
            }

            .dashboard_wishlist_wrap .create_event_form .checkbox-circle label {
                cursor: pointer;
                color: #999;
                font-size: 13px;
                line-height: 1.9;
                transform: translateY(-5px);
            }

                .dashboard_wishlist_wrap .create_event_form .checkbox-circle label a {
                    color: #007bff;
                }

                    .dashboard_wishlist_wrap .create_event_form .checkbox-circle label a:hover {
                        color: #89b843;
                    }

            .dashboard_wishlist_wrap .create_event_form .checkbox-circle input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
            }

                .dashboard_wishlist_wrap .create_event_form .checkbox-circle input:checked ~ .checkmark:after {
                    display: block;
                }

            .dashboard_wishlist_wrap .create_event_form .checkbox-circle .checkmark {
                position: absolute;
                top: 6px;
                left: 0;
                height: 13px;
                width: 13px;
                border-radius: 50%;
                border: 1px solid #999;
            }

                .dashboard_wishlist_wrap .create_event_form .checkbox-circle .checkmark:after {
                    content: "";
                    top: 2px;
                    left: 2px;
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    background: #999;
                    position: absolute;
                    display: none;
                }

@media (max-width: 991px) {
    .dashboard_wishlist_wrap .create_event_form .wizard {
        max-width: 768px;
    }

    .dashboard_wishlist_wrap .create_event_form .image-holder img {
        height: 521px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .dashboard_wishlist_wrap .create_event_form .inner {
        display: block;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .book-now .continue-cancel-btn .buttons {
        justify-content: center;
    }

    .book-now .continue-cancel-btn .total-amount {
        justify-content: center;
    }

    .dashboard_wishlist_wrap .create_event_form .image-holder {
        width: 100%;
    }

        .dashboard_wishlist_wrap .create_event_form .image-holder img {
            width: 100%;
        }

    .dashboard_wishlist_wrap .create_event_form .form-content {
        width: 100%;
        padding: 50px 20px 30px;
    }

    .dashboard_wishlist_wrap .create_event_form .form-row {
        display: block;
    }

        .dashboard_wishlist_wrap .create_event_form .form-row .form-holder,
        .dashboard_wishlist_wrap .create_event_form .form-row .select {
            width: 100%;
            margin-right: 0;
            margin-bottom: 18px;
        }

    .dashboard_wishlist_wrap .create_event_form .wrapper {
        background: none;
    }

    .dashboard_wishlist_wrap .create_event_form .checkbox-circle {
        width: 100%;
    }

    .dashboard_wishlist_wrap .create_event_form .wizard {
        height: 100%;
    }

        .dashboard_wishlist_wrap .create_event_form .wizard > .steps {
            position: absolute;
            top: 10px;
            z-index: 9;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .dashboard_wishlist_wrap .create_event_form .actions {
        right: 50%;
        transform: translateX(50%);
        bottom: 3%;
    }
}

.dashboard_wishlist_wrap .create_event_form .inner .form-row .form-holder {
    flex: 1;
}

    .dashboard_wishlist_wrap .create_event_form .inner .form-row .form-holder input {
        margin: 0;
        border: 2px solid #E0E6ED;
    }

    .dashboard_wishlist_wrap .create_event_form .inner .form-row .form-holder label {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

.dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 2px solid #d7d9db;
        }

    .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox:hover + label:before {
        background: #fff;
    }

    .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox:checked + label:before {
        background: #fff;
    }

    .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .dashboard_wishlist_wrap .create_event_form .checkbox .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: #007bff;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #007bff, 4px 0 0 #007bff, 4px -2px 0 #007bff, 4px -4px 0 #007bff, 4px -6px 0 #007bff, 4px -8px 0 #007bff;
        transform: rotate(45deg);
    }

.dashboard_wishlist_wrap .create_event_form .checkbox .unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .dashboard_wishlist_wrap .create_event_form .checkbox .unstyled li {
        margin-right: 20px;
    }

.dashboard_wishlist_wrap .create_event_form .checkbox .centered {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard_wishlist_wrap .create_event_form .checkbox .title {
    text-align: center;
    color: #4571ec;
}

.dashboard_wishlist_wrap .create_event_form textarea {
    height: 100px;
    border: 2px solid #E0E6ED;
    width: 100%;
}

.dashboard_wishlist_wrap .create_event_form .to-from-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .dashboard_wishlist_wrap .create_event_form .to-from-box .select-time {
        position: relative;
        width: 35%;
    }

        .dashboard_wishlist_wrap .create_event_form .to-from-box .select-time select {
            width: 100%;
            border: 2px solid #e0e6ed;
            margin: 0;
        }

        .dashboard_wishlist_wrap .create_event_form .to-from-box .select-time i {
            position: absolute;
            right: 10px;
            top: 25%;
        }

.dashboard_wishlist_wrap .create_event_form .select-food-type select {
    width: 100%;
    border: 2px solid #e0e6ed;
    margin: 0;
}

.dashboard_wishlist_wrap .create_event_form .final_event_page {
    width: 70%;
    margin: 50px auto;
}

    .dashboard_wishlist_wrap .create_event_form .final_event_page .tick {
        text-align: center;
    }

    .dashboard_wishlist_wrap .create_event_form .final_event_page .content {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        width: 215px;
        margin: 30px auto;
    }

    .dashboard_wishlist_wrap .create_event_form .final_event_page .button {
        background-color: #EF0073;
        width: 156px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        margin: 0 auto;
    }

        .dashboard_wishlist_wrap .create_event_form .final_event_page .button:hover {
            cursor: pointer;
        }

.dashboard_wishlist_wrap .create_event_form .third_section {
    display: flex;
    background: #fff;
    width: 50%;
    margin: 30px auto;
}

    .dashboard_wishlist_wrap .create_event_form .third_section .unstyled {
        display: block;
    }

        .dashboard_wishlist_wrap .create_event_form .third_section .unstyled label {
            color: #9e9e9e !important;
            font-size: 12px !important;
            font-weight: 300 !important;
            letter-spacing: 0.7px;
            line-height: 14px !important;
        }

.dashboard_wishlist_wrap #payment .no-dues {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 388px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dashboard_wishlist_wrap #payment .no-dues .check-mark {
        width: 50.96px;
        height: 50.96px;
        margin: 0 auto 30px;
    }

        .dashboard_wishlist_wrap #payment .no-dues .check-mark img {
            width: 100%;
        }

    .dashboard_wishlist_wrap #payment .no-dues p {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
    }

.dashboard_wishlist_wrap #payment .bgc {
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.dashboard_wishlist_wrap #payment .bkhc {
    background-color: white;
    padding: 0px;
}

.notecustomer {
    padding: 10px 10px;
    margin-bottom: 15px;
    background-color: #feecf5;
}

    .notecustomer h6 {
        color: #18283D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .notecustomer h6 i {
            margin-right: 5px;
            font-size: 16px;
        }

    .notecustomer p {
        color: #18283D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
        margin-left: 25px;
        text-align: justify;
    }

        .notecustomer p:last-child {
            margin-bottom: 0px;
        }

@media (max-width: 767px) {
    .notecustomer {
        padding: 5px 5px;
    }
}

.dashboard_wishlist_wrap #payment .col-9 {
    box-shadow: 0 0px 0px inset transparent;
}

.dashboard_wishlist_wrap #payment .card {
    border-radius: 0;
}

.pad0 {
    padding: 0;
}

@media (max-width: 768px) {
    .dashboard_wishlist_wrap #payment .card {
        width: 480px;
    }
}

.dashboard_wishlist_wrap #payment .card-title {
    color: #18283D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .card-text {
    color: #686868;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.dashboard_wishlist_wrap #payment .invoice-details {
    color: #18283D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .dipo {
    display: flex;
}

.dashboard_wishlist_wrap #payment .diposit {
    color: #18283D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment p.cmposission {
    color: #686868;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
}

.dashboard_wishlist_wrap #payment .akdj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}

@media (max-width: 768px) {
    .dashboard_wishlist_wrap #payment .akdj {
        width: 450px;
    }
}

.dashboard_wishlist_wrap #payment .comp-details {
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin-top: 30px;
}

.dashboard_wishlist_wrap #payment .invoice-deta {
    width: 100%;
    padding: 10px;
    height: auto;
    background: white;
    overflow-y: auto;
}

.dashboard_wishlist_wrap #payment .detail-status {
    background-color: white;
}

.dashboard_wishlist_wrap #payment .adj-conetnt {
    border: 1px solid rgba(209, 216, 245, 0.6);
    margin-bottom: 20px;
}

.dashboard_wishlist_wrap #payment .list-state {
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(209, 216, 245, 0.6);
}

    .dashboard_wishlist_wrap #payment .list-state .card-title {
        margin: 0 !important;
    }

.dashboard_wishlist_wrap #payment .pgup {
    color: #18283D;
    font-family: 'Inter-Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .invoice-no {
    color: #18283D;
    font-family: 'Inter-Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .table-wrap {
    width: 100%;
    background: white;
    padding: 25px;
}

    .dashboard_wishlist_wrap #payment .table-wrap .table td,
    .dashboard_wishlist_wrap #payment .table-wrap .table th {
        padding: 15px 0;
        vertical-align: middle;
    }

    .dashboard_wishlist_wrap #payment .table-wrap thead th {
        border-top: 0px;
        color: #686868;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        border-bottom: 1px solid rgba(209, 216, 245, 0.6);
    }

    .dashboard_wishlist_wrap #payment .table-wrap .check-wrap {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 17px;
        cursor: pointer;
        font-size: 22px;
        user-select: none;
    }

        .dashboard_wishlist_wrap #payment .table-wrap .check-wrap input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .dashboard_wishlist_wrap #payment .table-wrap .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #2639B4;
        border-radius: 2px;
    }

    .dashboard_wishlist_wrap #payment .table-wrap .check-wrap:hover input ~ .checkmark {
        background-color: #ffffff;
    }

    .dashboard_wishlist_wrap #payment .table-wrap .check-wrap input:checked ~ .checkmark {
        background-color: #fff;
    }

    .dashboard_wishlist_wrap #payment .table-wrap .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .dashboard_wishlist_wrap #payment .table-wrap .check-wrap input:checked ~ .checkmark:after {
        display: block;
    }

    .dashboard_wishlist_wrap #payment .table-wrap .check-wrap .checkmark:after {
        left: 3px;
        top: 0px;
        width: 5px;
        height: 5px;
        content: "✓";
        font-size: 15px;
        color: #4687DF;
        font-weight: 600;
    }

    .dashboard_wishlist_wrap #payment .table-wrap tbody tr th:nth-child(1) {
        color: #112950;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .dashboard_wishlist_wrap #payment .table-wrap tbody tr td {
        border-bottom: 1px solid rgba(209, 216, 245, 0.6);
        color: #18283D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .dashboard_wishlist_wrap #payment .table-wrap tbody button {
        border: 1px solid #314A71;
        width: 70px;
        height: 32px;
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

        .dashboard_wishlist_wrap #payment .table-wrap tbody button:hover {
            background: #112950;
            color: white;
            cursor: pointer;
        }

.dashboard_wishlist_wrap #payment .accounts-wrap {
    background: white;
    padding: 25px;
}

    .dashboard_wishlist_wrap #payment .accounts-wrap .accordion-header {
        display: flex;
        align-items: center;
        padding: .75rem 1.25rem;
    }

        .dashboard_wishlist_wrap #payment .accounts-wrap .accordion-header p {
            color: #686868;
            font-size: 14px;
            font-weight: 700;
            line-height: 17px;
        }

    .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card {
        border: 1px solid rgba(209, 216, 245, 0.6);
        margin-bottom: 10px;
    }

        .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header {
            background: white;
            border-bottom: 0px;
        }

            .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header h5 {
                display: flex;
                align-items: center;
            }

                .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header h5 span {
                    color: #18283D;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                }

                .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header h5 .open {
                    background-image: url("/assets/images/chevron-up.png");
                    background-repeat: no-repeat;
                }

                .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header h5 .closed {
                    background-image: url("/assets/images/chevron-down.png");
                    background-repeat: no-repeat;
                }

            .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-header:hover {
                cursor: pointer;
            }

        .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-body table {
            width: 100%;
            border: 1px solid #f1f3fc;
        }

            .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-body table thead th {
                border-bottom: 0px;
                border-top: 1px solid rgba(209, 216, 245, 0.6);
                color: #686868;
                font-size: 14px;
                font-weight: 700;
                line-height: 17px;
            }

            .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-body table tbody td,
            .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-body table tbody th {
                border-top: 1px solid rgba(209, 216, 245, 0.6);
                color: #18283D;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

.KYCDOB {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .KYCDOB span.focus-input100.scheduleCalendar {
        display: flex;
        top: -33px;
        justify-content: flex-end;
        padding-right: 15px;
    }

    .KYCDOB label#txtDob-error {
        position: absolute !important;
        bottom: -10px !important;
        top: unset !important;
        margin-bottom: 0px;
        right: 0px;
    }

.signup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 30px;
}

    .signup-wrap .signup-box {
        background-color: #FFFFFF;
        /*width: 530px;*/
        padding: 50px 42px;
        margin: 50px auto 0;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
    }

        .signup-wrap .signup-box h4 {
            color: #112950;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            margin-bottom: 20px;
        }

        .signup-wrap .signup-box form .form-group {
            margin-bottom: 0px;
        }

.login-wrap .signup-box form button {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.signup-wrap .signup-box form span small {
    color: #3085FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.5;
    margin-left: 20px;
}

    .signup-wrap .signup-box form span small:hover {
        cursor: pointer;
    }

@media (max-width: 500px) {
    .signup-wrap .signup-box {
        width: 90%;
        padding: 20px;
    }
}

.Tenant-page-wrap .Tenant-Profiling {
    background-color: #f4f8fb;
    padding: 70px 0px !important;
}

    .Tenant-page-wrap .Tenant-Profiling .tenant-title {
        color: #112950;
        font-size: 24px !important;
        font-weight: 700;
        line-height: 30px !important;
        text-align: left;
        padding: 0px 0px 0px 15px;
    }

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .tenant-title {
        text-align: center;
        padding: 0px 0px 0px 0px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }
}

.Tenant-page-wrap .Tenant-Profiling .As-part {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 20px 0px 0px 0px;
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .As-part {
        text-align: justify;
    }
}

.Tenant-page-wrap .Tenant-Profiling .check-form {
    padding: 20px 0px 0px 0px;
}

    .Tenant-page-wrap .Tenant-Profiling .check-form .light {
        background-color: #f4f8fb;
        padding: 24px 0px 0px 48px;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .row {
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .back {
        background-color: #ffff;
        padding: 20px;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .basic {
        padding: 10px 0px 0px 0px;
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .back-form {
        padding: 50px 0px 50px 0px;
        background-color: #ffffff;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .sub-ro {
        box-shadow: 0 0px 0px 0 transparent !important;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .drop-down {
        position: relative;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .wrapper {
        text-align: center;
        display: inline-block;
        position: absolute;
    }

    .Tenant-page-wrap .Tenant-Profiling .check-form .a-buton {
        text-align: center;
    }

.Tenant-page-wrap .Tenant-Profiling .form-control {
    width: 100%;
    margin-left: 0px;
    height: 48px !important;
    border: 2px solid #E0E6ED;
}

.Tenant-page-wrap .Tenant-Profiling .dropdown-display {
    margin-left: 0px;
    height: 48px !important;
    border: 2px solid #E0E6ED;
}

.Tenant-page-wrap .Tenant-Profiling .dropdown-single,
.dropdown-multiple,
.dropdown-multiple-label {
    padding-top: 65px;
}

.Tenant-page-wrap .Tenant-Profiling .dropdown-display-label:after,
.dropdown-display:after {
    content: '';
    position: absolute;
    border-top: 10px solid #E0E6ED;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 17px;
    right: 8px;
}

.Tenant-page-wrap .Tenant-Profiling .dropdown-display-label,
.dropdown-display {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding-top: 10px;
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .form-control {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .form-control {
        width: 100% !important;
    }
}

.Tenant-page-wrap .Tenant-Profiling .Personal.Details {
    color: #112950;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 40px 0px 15px 0px;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .Personal.Details {
        padding: 0px 0px 15px 0px;
        font-size: 25px !important;
    }
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .Personal.Details {
        font-size: 20px !important;
    }
}

.Tenant-page-wrap .Tenant-Profiling .Employment.Details {
    color: #112950;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 40px 0px 15px 0px;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .Employment.Details {
        padding: 24px 0px 15px 0px;
        font-size: 25px !important;
    }
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .Employment.Details {
        font-size: 20px !important;
    }
}

.Tenant-page-wrap .Tenant-Profiling .Medical.Details {
    color: #112950;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 40px 0px 15px 0px;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .Medical.Details {
        padding: 24px 0px 15px 0px;
        font-size: 25px !important;
    }
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .Medical.Details {
        font-size: 20px !important;
    }
}

.Tenant-page-wrap .Tenant-Profiling .emmet {
    padding: 30px 0px 30px 30px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 425px) {
    .Tenant-page-wrap .Tenant-Profiling .emmet {
        padding: 30px 0px 27px 35px;
    }
}

@media (max-width: 375px) {
    .Tenant-page-wrap .Tenant-Profiling .emmet {
        padding: 30px 0px 27px 15px;
    }
}

@media (max-width: 360px) {
    .Tenant-page-wrap .Tenant-Profiling .emmet {
        padding: 30px 0px 27px 5px;
    }
}

@media (max-width: 320px) {
    .Tenant-page-wrap .Tenant-Profiling .emmet {
        padding: 30px 0px 27px 35px;
    }
}

.Tenant-page-wrap .Tenant-Profiling .name {
    float: left;
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding: 25px 0px 5px 1px;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .name {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .Tenant-page-wrap .Tenant-Profiling .name {
        font-size: 12px;
    }
}

.Tenant-page-wrap .Tenant-Profiling .mid-box {
    padding: 10px 5px 0px 0px;
}

.Tenant-page-wrap .Tenant-Profiling .mid-box2 {
    padding: 10px 0px 0px 5px;
}

.Tenant-page-wrap .Tenant-Profiling .fa.fa-angle-down {
    font-size: 30px;
    position: absolute;
    right: 25px;
    margin-top: 4rem;
}

.Tenant-page-wrap .Tenant-Profiling ::placeholder {
    color: #adb7c7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.Tenant-page-wrap .Tenant-Profiling .aleph {
    background: white;
}

    .Tenant-page-wrap .Tenant-Profiling .aleph form {
        padding: 0 20px;
    }

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .aleph form {
        padding: 30px 0;
    }
}

.Tenant-page-wrap .Tenant-Profiling .Basic-Details {
    color: #112950;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 40px 0px 15px 0px;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .Basic-Details {
        padding: 0px 0px 15px 0px;
        font-size: 22px;
    }
}

.Tenant-page-wrap .Tenant-Profiling .tenant {
    padding: 10px 0px 30px 0px;
}

.Tenant-page-wrap .Tenant-Profiling p.utmost {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9000000358;
    text-align: left;
}

.Tenant-page-wrap .Tenant-Profiling .btn.secondry.btn_submit {
    border: 2px solid #324b72;
    width: 146px;
    height: 48px;
    justify-content: space-between;
    padding: 10px 0px 0px 0px;
}

.Tenant-page-wrap .Tenant-Profiling .back {
    cursor: pointer;
    border: 2px solid #324b72 !important;
    width: 146px !important;
    height: 48px !important;
    background: #ffffff !important;
    font-size: 16px;
}

    .Tenant-page-wrap .Tenant-Profiling .back:hover {
        background: #324b72 !important;
        color: white;
    }

.Tenant-page-wrap .Tenant-Profiling .submit {
    cursor: pointer;
    border: 2px solid #ef0073 !important;
    width: 175px !important;
    height: 48px !important;
    background: #ffffff !important;
    font-size: 16px;
}

    .Tenant-page-wrap .Tenant-Profiling .submit:hover {
        background: #ef0073 !important;
        color: white;
    }

.Tenant-page-wrap .Tenant-Profiling .foremost {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9000000358;
    text-align: justify;
}

.Tenant-page-wrap .Tenant-Profiling textarea#comment {
    height: 120px !important;
}

.Tenant-page-wrap .Tenant-Profiling .next {
    border: none !important;
    background-color: #ef0073 !important;
    color: #ffffff;
    font-size: 18px;
}

.Tenant-page-wrap .Tenant-Profiling .tour {
    padding: 0% 10% 0% 10%;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .tour {
        padding: 0% 0% 0% 5%;
    }
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .tour {
        padding: 0% 5% 50% 5%;
    }
}

.Tenant-page-wrap .Tenant-Profiling ._bottom {
    text-align: center;
    position: absolute;
    bottom: 30px;
    display: flex;
    right: 10%;
    align-items: center;
}

    .Tenant-page-wrap .Tenant-Profiling ._bottom .adj {
        margin-right: 10px;
    }

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling ._bottom button {
        width: 100px !important;
    }
}

@media (max-width: 425px) {
    .Tenant-page-wrap .Tenant-Profiling ._bottom {
        right: 20%;
    }
}

@media (max-width: 320px) {
    .Tenant-page-wrap .Tenant-Profiling ._bottom {
        right: 13%;
    }
}

.Tenant-page-wrap .Tenant-Profiling .fourth {
    text-align: center;
    position: absolute;
    bottom: 18px;
    display: flex;
    right: 10%;
    align-items: center;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .fourth {
        display: flex;
        left: 8%;
        bottom: 18px;
    }
}

@media (max-width: 425px) {
    .Tenant-page-wrap .Tenant-Profiling .fourth {
        left: 12.3%;
    }
}

.Tenant-page-wrap .Tenant-Profiling .thrise {
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: flex;
    right: 10%;
    align-items: center;
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .thrise {
        display: flex;
        left: 8%;
        bottom: 0%;
    }
}

@media (max-width: 425px) {
    .Tenant-page-wrap .Tenant-Profiling .thrise {
        left: 12.3%;
    }
}

.Tenant-page-wrap .Tenant-Profiling .team .row {
    position: relative;
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .col-6 {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .Tenant-page-wrap .Tenant-Profiling .adj {
        padding: 0px 5px 0px 0px;
    }
}

.Tenant-page-wrap .Tenant-Profiling .adj {
    padding: 0px 5px 0px 0px;
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .back {
        width: 180px !important;
    }
}

.Tenant-page-wrap .Tenant-Profiling .emergency {
    color: #112950;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 14px;
    text-align: left;
}

.Tenant-page-wrap .form-progress {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 320px) {
    .Tenant-page-wrap .form-progress {
        max-width: 200px;
    }
}

.Tenant-page-wrap progress {
    display: block;
    position: relative;
    top: 3px;
    left: 5px;
    -webkit-appearance: none;
    appearance: none;
    background: #3085ff;
    width: 200%;
    height: 2px;
    background: none;
    transition: 1s;
    will-change: contents;
}

.Tenant-page-wrap ::-webkit-progress-bar {
    background-color: #ddd;
}

.Tenant-page-wrap ::-webkit-progress-value {
    background-color: #3085ff;
    transition: all 0.5s ease-in-out;
}

.Tenant-page-wrap .form-progress-indicator {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #ddd;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.3s;
    will-change: transform;
}

.Tenant-page-wrap .one {
    left: 0;
}

.Tenant-page-wrap .two {
    left: 33%;
}

.Tenant-page-wrap .three {
    left: 66%;
}

.Tenant-page-wrap .four {
    left: 99%;
}

.Tenant-page-wrap .five {
    left: 132%;
}

.Tenant-page-wrap .six {
    left: 165%;
}

.Tenant-page-wrap .seven {
    left: 198%;
}

.Tenant-page-wrap .eight {
    left: 231%;
}

.Tenant-page-wrap .situation .active {
    animation: bounce 0.5s forwards;
    animation-delay: 0.5s;
    border-color: #3085ff;
    background-color: #3085ff;
}

    .Tenant-page-wrap .situation .active::before {
        content: '\2713';
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-top: -4px;
    }

.Tenant-page-wrap .situation .animation-container {
    position: relative;
    width: 100%;
    transition: 0.3s;
    will-change: padding;
    overflow: hidden;
}

.Tenant-page-wrap .situation .animation {
    padding-bottom: 0px !important;
}

.Tenant-page-wrap .situation .form-step {
    /* position: absolute; */
    transition: 1s ease-in-out;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
}

    .Tenant-page-wrap .situation .form-step.leaving {
        animation: left-and-out 0.5s forwards;
    }

    .Tenant-page-wrap .situation .form-step.waiting {
        transform: translateX(50px);
    }

    .Tenant-page-wrap .situation .form-step.coming {
        animation: right-and-in 0.5s forwards;
    }

@keyframes left-and-out {
    100% {
        opacity: 0;
        transform: translateX(-400px);
    }
}

@keyframes right-and-in {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.Tenant-page-wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.Tenant-page-wrap .hidden {
    display: none;
}

.forgot_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 30px;
}

    .forgot_wrap .adj-log {
        padding: 40px 0px 0px 0px;
    }

    .forgot_wrap .login-box {
        background-color: #ffffff;
        padding: 50px;
        margin: 0 auto;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
    }

@media (max-width: 768px) {
    .forgot_wrap .login-box {
        padding: 40px 10px;
    }
}

.forgot_wrap .login-box h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}

.forgot_wrap .login-box form .form-group {
    margin: 0;
}

    .forgot_wrap .login-box form .form-group label {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .forgot_wrap .login-box form .form-group input {
        background-color: #FFFFFF;
        border: 2px solid #E0E6ED;
        width: 100% !important;
        height: 50px;
        margin: 0;
    }

.forgot_wrap .login-box form button {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

#FPForm .form-group {
    height: 125px;
}

.forgot_wrap .login-box form span {
    margin-top: 30px;
    color: #112950;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

    .forgot_wrap .login-box form span small {
        color: #3085FF;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        margin-left: 10px;
    }

        .forgot_wrap .login-box form span small:hover {
            cursor: pointer;
            opacity: 0.8;
        }

@media (max-width: 500px) {
    .login-wrap .login-box {
        width: 90%;
        height: auto;
        padding: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 330px) {
    .login-wrap .login-box {
        width: 94%;
        height: auto;
        padding: 15px;
        margin-top: 60px;
    }
}

.resetpassword_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .resetpassword_wrap {
        height: 80vh;
    }
}

.resetpassword_wrap .adj-log {
    padding: 40px 0px 0px 0px;
}

.resetpassword_wrap .login-box {
    background-color: #ffffff;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
}

    .resetpassword_wrap .login-box h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .resetpassword_wrap .login-box form .form-group {
        margin: 0;
    }

        .resetpassword_wrap .login-box form .form-group label {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
        }

        .resetpassword_wrap .login-box form .form-group input {
            background-color: #FFFFFF;
            border: 2px solid #E0E6ED;
            width: 100% !important;
            height: 50px;
            margin: 0;
            margin-bottom: 20px;
        }

    .resetpassword_wrap .login-box form button {
        margin-top: 20px;
        padding: 15px 0;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .resetpassword_wrap .login-box form span {
        margin-top: 30px;
        color: #112950;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

        .resetpassword_wrap .login-box form span small {
            color: #3085FF;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
            margin-left: 10px;
        }

            .resetpassword_wrap .login-box form span small:hover {
                cursor: pointer;
                opacity: 0.8;
            }

@media (max-width: 500px) {
    .login-wrap .login-box {
        width: 90%;
        height: auto;
        padding: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 330px) {
    .login-wrap .login-box {
        width: 94%;
        height: auto;
        padding: 15px;
        margin-top: 60px;
    }
}

.rest_password_success_wrap {
    height: 120vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .rest_password_success_wrap {
        height: 90vh;
    }
}

.rest_password_success_wrap .item-cen {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.rest_password_success_wrap .adj-log {
    padding: 40px 0px 0px 0px;
}

.rest_password_success_wrap .login-box {
    background-color: #ffffff;
    width: 530px;
    height: 350px;
    padding: 50px 80px;
    margin: 0 auto;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .rest_password_success_wrap .login-box {
        padding: 40px 10px;
    }
}

.rest_password_success_wrap .login-box .changed {
    color: #112950;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.rest_password_success_wrap .login-box h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
    text-align: center;
}

.rest_password_success_wrap .login-box form .form-group {
    margin: 0;
}

    .rest_password_success_wrap .login-box form .form-group label {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .rest_password_success_wrap .login-box form .form-group input {
        background-color: #FFFFFF;
        border: 2px solid #E0E6ED;
        width: 100% !important;
        height: 50px;
        margin: 0;
    }

.rest_password_success_wrap .login-box form button {
    margin-top: 20px;
    padding: 15px 0;
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.rest_password_success_wrap .login-box form span {
    margin-top: 30px;
    color: #112950;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

    .rest_password_success_wrap .login-box form span small {
        color: #3085FF;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        margin-left: 10px;
    }

        .rest_password_success_wrap .login-box form span small:hover {
            cursor: pointer;
            opacity: 0.8;
        }

@media (max-width: 500px) {
    .login-wrap .login-box {
        width: 90%;
        height: auto;
        padding: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 330px) {
    .login-wrap .login-box {
        width: 94%;
        height: auto;
        padding: 15px;
        margin-top: 60px;
    }
}

.page_not_found {
    position: relative;
}

.page-not-found_wrap {
    padding: 0;
    position: relative;
    -js-display: flex;
    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;
    height: 100%;
    width: 100%;
}

.pageNotFound {
    padding-top: 55px;
    padding-bottom: 55px;
}

.page-not-found_wrap:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(246, 71, 149, 0.9), rgba(242, 0, 108, 0.62), rgba(242, 0, 108, 0.72), rgba(187, 5, 95, 0.73), rgba(119, 13, 79, 0.88));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .page-not-found_wrap .text_abbr {
        right: 35%;
    }
}

@media (max-width: 500px) {
    .page-not-found_wrap .text_abbr {
        right: 25%;
    }
}

@media (max-width: 320px) {
    .page-not-found_wrap .text_abbr {
        right: 16%;
    }
}

.page-not-found_wrap .content {
    color: #FFFFFF;
    font-size: 139px;
    font-weight: 700;
    line-height: 167px;
    text-align: left;
}

@media (max-width: 768px) {
    .page-not-found_wrap .content {
        font-size: 100px;
        font-weight: 700;
        line-height: 100px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .page-not-found_wrap .content {
        font-size: 60px;
        font-weight: 700;
        line-height: 60px;
        text-align: center;
    }
}

.page-not-found_wrap .not_found {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
}

@media (max-width: 768px) {
    .page-not-found_wrap .not_found {
        font-size: 27px;
        line-height: 34px;
    }
}

.page-not-found_wrap .home-back {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    margin-top: 17px;
}

@media (max-width: 768px) {
    .page-not-found_wrap .home-back {
        padding: 0rem 0px 0px 0px;
    }
}

@media (max-width: 500px) {
    .page-not-found_wrap .home-back {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
        padding: 0rem 0px 0px 0px;
    }
}

.page-not-found_wrap img {
    width: 55%;
}

.page-not-found_wrap .row {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.sent_email_wrap {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .sent_email_wrap {
        height: 90vh;
        margin-top: 10%;
    }
}

.sent_email_wrap .adj-log {
    padding: 40px 0px 0px 0px;
}

.sent_email_wrap .login-box {
    background-color: #ffffff;
    width: 530px;
    height: 400px;
    padding: 50px 80px;
    margin: 0 auto;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .sent_email_wrap .login-box {
        padding: 40px 10px;
    }
}

.sent_email_wrap .login-box h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
    text-align: center;
}

.sent_email_wrap .login-box .alin_item {
    text-align: center;
}

.sent_email_wrap .login-box .nstructions {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    padding: 10px;
}

.sent_email_wrap .login-box .alt-pol {
    text-align: center;
}

.sent_email_wrap .login-box .if-you-are {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #EF0073;
}

.sent_email_wrap .login-box form button {
    margin-top: 20px;
    padding: 15px 0;
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.sent_email_wrap .login-box form .have_bneen {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.sent_email_wrap .login-box form .having-pro {
    color: #112950;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    padding: 10px;
}

.sent_email_wrap .login-box form small {
    color: #3085FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.5;
    margin-left: 10px;
}

    .sent_email_wrap .login-box form small:hover {
        cursor: pointer;
        opacity: 0.8;
    }

@media (max-width: 500px) {
    .login-wrap .login-box {
        width: 90%;
        height: auto;
        padding: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 330px) {
    .login-wrap .login-box {
        width: 94%;
        height: auto;
        padding: 15px;
        margin-top: 60px;
    }
}

.create_new_password_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F8FB;
    margin-top: 70px;
}

    .create_new_password_wrap .adj-log {
        padding: 40px 0px 0px 0px;
    }

    .create_new_password_wrap .login-box {
        background-color: #ffffff;
        width: 530px;
        height: 460px;
        padding: 50px 80px;
        margin: 0 auto;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
    }

@media (max-width: 768px) {
    .create_new_password_wrap .login-box {
        padding: 40px 10px;
    }
}

.create_new_password_wrap .login-box h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 30px;
    text-align: center;
}

.create_new_password_wrap .login-box form .form-group {
    margin: 0;
}

    .create_new_password_wrap .login-box form .form-group label {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .create_new_password_wrap .login-box form .form-group input {
        background-color: #FFFFFF;
        border: 2px solid #E0E6ED;
        width: 100% !important;
        height: 50px;
        margin: 0;
        margin-bottom: 25px;
    }

.create_new_password_wrap .login-box form button {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.create_new_password_wrap .login-box form span {
    margin-top: 30px;
    color: #112950;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

    .create_new_password_wrap .login-box form span small {
        color: #3085FF;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        margin-left: 10px;
    }

        .create_new_password_wrap .login-box form span small:hover {
            cursor: pointer;
            opacity: 0.8;
        }

@media (max-width: 500px) {
    .login-wrap .login-box {
        width: 90%;
        height: auto;
        padding: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 330px) {
    .login-wrap .login-box {
        width: 94%;
        height: auto;
        padding: 15px;
        margin-top: 60px;
    }
}

.pivrcy_policy_wrap {
    padding: 5% 0;
    background: #F4F8FB;
}

    .pivrcy_policy_wrap .terms {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid #DDE1E2;
    }

@media (max-width: 500px) {
    .pivrcy_policy_wrap .terms {
        text-align: center;
    }
}

.pivrcy_policy_wrap .conditions {
    background-color: white;
}

.pivrcy_policy_wrap .legal {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 10px 0;
}

.pivrcy_policy_wrap .informa {
    color: #17040D;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding-top: 10px;
}

.terms_conditions_wrap {
    padding-top: 8%;
    background: #F4F8FB;
}

    .terms_conditions_wrap .terms {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid #DDE1E2;
    }

@media (max-width: 500px) {
    .terms_conditions_wrap .terms {
        text-align: center;
    }
}

.terms_conditions_wrap .conditions {
    background-color: white;
    border: 1px solid #dedede;
    padding: 25px;
    box-shadow: 0px 0px 2px #dedede;
}

.terms_conditions_wrap .terms_of_use {
    color: #DB1C72;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding: 20px 0px 20px 0px;
}

.terms_conditions_wrap .cupertino {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 14px 0px;
}

.terms_conditions_wrap .information {
    color: #17040D;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding-bottom: 20px;
}


.card-carousel.aligncenter {
    margin: 0 auto;
}

.modal#video-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 94;
    margin-top: 0px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

.modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(255, 255, 255);
}

.modal#video-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px solid rgba(0, 0, 0, .2);
}

.modal .modal-content iframe {
    max-width: 800px;
}

.modal .modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    position: absolute;
    top: 5rem;
    right: 3rem;
    border: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .25s ease;
}

    .modal .modal-close svg {
        width: 24px;
        height: 24px;
    }

    .modal .modal-close:focus {
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
    }

    .modal .modal-close svg:hover {
        fill: #bd1261;
        cursor: pointer;
    }

.CityList {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 70px auto 0px;
}


.toastwrap {
    display: none;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important;
    top: 100px;
    right: 40px;
}

.toast {
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Inter-Regular' !important;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: rgba(237, 65, 141, 0.9);
    color: #fff;
    text-align: left;
    font-size: 13px;
    min-height: 53px;
}

.toastclose {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 18px !important;
    cursor: pointer;
    color: #ffffff;
}

    .toastclose:hover {
        color: #fff;
    }

.ToastMsg {
    padding-top: 8px;
    display: block;
}


/*custom mobile nav*/

.login-separator {
    opacity: 5.5;
}

.login-separator {
    border: none;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    transform: none;
    width: auto;
    text-align: center;
}

    .login-separator:before {
        border-top: solid 1px #ddd;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .login-separator span {
        width: 30px;
        background: white;
        display: inline-block;
        z-index: 9;
        position: relative;
    }

.login-social-widget a {
    width: 100%;
    border-radius: 3px;
}

#social-login-section {
    padding-bottom: 10px;
}

#mySidenav a {
    position: fixed;
    transition: 0.3s;
    padding: 7px 15px 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 50px 0 0 50px;
    right: 0;
    box-shadow: 0px 0px 6px #ffffff6b;
    z-index: 60;
}

#MobContainer1 {
    top: 200px;
    background-color: #ef0073;
}

.login-social-widget {
    overflow: hidden;
    padding-bottom: 10px;
}

.login-social-widget {
    width: 100%;
    margin: 0 auto;
}

.col-1-2,
.col-6-12 {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin: 0 0px;
}

.ctrl {
    width: 100%;
    position: fixed;
}

.nortification {
    display: none;
    font-size: 14px;
    width: 180px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    color: #3a9ab9;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 1084;
}

.animateOpen {
    display: block;
    -webkit-animation: moveOpen 4s;
}

#userdetail {
    display: none;
}

.upgrade.viewmapview {
    margin-top: 6px;
    padding: 0 15px;
}

.map-view div:empty {
    height: 65vh;
}

.noticeperiodkey {
    color: #324B72;
    font-size: 10px;
    font-weight: 600;
    bottom: 5px;
    position: absolute;
    right: 15px;
    white-space: nowrap;
    z-index: 10;
}

#txtMoveinDate {
    cursor: pointer;
}

.btnRentCalculation {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
}

.otherSource {
    display: none;
}

.book-now .payment-detail-block .payment-detail .discount .promocode {
    padding: 15px;
    background: white;
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.promocode.success {
    border: 1px dashed #EF0073 !important;
}

#SelectedBed > tr > td:last-child {
    text-align: right;
}

.promocodecontrols {
    position: relative;
}

.btnPromoApply {
    border-radius: 0%;
    margin-right: 0px;
    background-color: #ef0073;
    border: 2px solid #ef0073;
    width: 70px;
    height: 30px;
    color: white;
    position: absolute;
    right: 16px;
    bottom: 10px;
    cursor: pointer;
}

    .btnPromoApply:hover {
        background-color: #fff;
        border: 2px solid #ef0073;
        color: #ef0073;
    }

.btncheckinPromoApply {
    border-radius: 0%;
    margin-right: 0px;
    background-color: #ef0073;
    border: 2px solid #ef0073;
    width: 65px;
    height: 24px;
    color: white;
    position: absolute;
    right: 16px;
    bottom: 8px;
    cursor: pointer;
    font-size: 12px;
}

input[type=checkbox] + label {
    display: block;
    cursor: pointer;
}

input[type=checkbox] {
    display: block;
}

    input[type=checkbox] + label.checkbox-label {
        float: left;
        margin-right: 0rem;
        color: #666;
    }

.checkbox-label {
    width: 30%;
}

.checkbox-label-size {
    width: 24.333333%;
}

.checkbox-label-text {
    padding-left: 0.75rem;
}

.checkbox-label .ddlTshirtSize {
    padding: 0.075rem 0.75rem;
    border: 2px solid #ced4da;
    margin-left: 10px;
    width: 50%;
}

.checkbox-label-size .ddlTshirtSize {
    padding: 0.075rem 0.75rem;
    border: 2px solid #ced4da;
}

.checkbox-label.checkbox-right {
    text-align: right;
}

.optout {
    width: 40% !important;
}

.preview {
    width: 100%;
    margin-bottom: 0px;
}

.previews a {
    margin-left: 25px;
    color: #1012a9;
    font-weight: 500;
    font-size: 12px;
}

.w-20 {
    width: 30%;
}

.w-40 {
    width: 40%;
    float: left;
}

.preview a {
    margin-left: 10px;
    color: #1012a9;
    font-weight: 500;
    font-size: 12px;
}

.mob-preview {
    margin-left: 30px !important;
    color: #1012a9;
    font-weight: 500;
    font-size: 12px;
}

.preview-title-mob {
    margin-bottom: 5px !important;
}

.ddlTshirtSize {
    background: url(../../assets/images/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position: 85% 50%;
}

.checkout-label-form input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-left: 0rem;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.checkout-label-form-vasoffer {
    opacity: 1;
    top: 30px;
    position: absolute;
    width: 18px;
    height: 18px;
}

.form-check-plus-button {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-bottom: 20px;
}

.form-check-plus-button-minus {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-bottom: 0px;
}

.form-check-plus-button button {
    padding: 0 4px !important;
}

.form-check-plus-button-minus button {
    padding: 0 4px !important;
}

.checkout-label-form {
    margin-bottom: 4px;
}

    .checkout-label-form input[type=checkbox] + label:before {
        content: "\2714";
        border: 2px solid #112950;
        border-radius: 0.2em;
        display: inline-block;
        width: 18px;
        height: 18px;
        padding-left: 2px;
        padding-bottom: 0;
        margin-right: 0.2em;
        vertical-align: middle;
        color: transparent;
        transition: .2s;
        margin-right: 7px;
        line-height: 1;
    }

.checkout-label-form-vas input[type=checkbox] + label:before {
    content: "\2714";
    border: 2px solid #112950;
    border-radius: 0.2em;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-left: 2px;
    padding-bottom: 0;
    margin-right: 0.2em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    margin-right: 7px;
    line-height: 1;
}

.checkout-label-form-vas, .checkout-label-form {
    margin-top: 10px;
}

.offer-separate-line {
    border-top: 1px solid #ccc;
    top: 10px;
}

.offer-bottom-separate-line {
    border-bottom: 1px solid #ccc;
    top: 10px;
}

input[type=checkbox] + label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
.TermsWrapper #ChkAgree + label:before, .TermsWrapper #ChkAgree2 + label:before {
    content: "";
    font-size: 12px;
    padding: 0 7px;
    margin-top: 8px;
    top: 3px;
    border: 2px rgba(0,0,0,0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}
.TermsWrapper #ChkAgree, .TermsWrapper #ChkAgree2 {
    position: absolute;
    top: 15px;
    display: contents;
}

.TermsWrapper input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073 !important;
    color: #fff;
    content: "\2714" !important;
    padding: 0px 2px !important;
}

input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

.graphical-info table {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
    border-collapse: separate;
}
.TermsWrapper {
    /*float: right;*/
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 0 20px;
}

.spnTerms {
    margin-left: 8px;
    margin-top: 2px;
    /*position: absolute;*/
    top: 0px;
    right: 0;
    white-space: pre-wrap;
}

    .spnTerms a {
        color: red;
    }

#btnReservationCancellation {
    -webkit-appearance: none;
    background-color: transparent;
}

.Mobileviw_Logout_Nav,
#libtnCustom,
#libtnLogin {
    display: none;
}

.signup-wrap .signup-box form .fa,
.login-wrap .login-box .fa {
    color: #495057;
}

.signup-wrap .signup-box form label.error + span > .fa,
.login-wrap .login-box form label.error + span > .fa {
    color: #f00000 !important;
}

.signup-wrap .signup-box form input.valid + span > .fa,
.login-wrap .login-box form input.valid + span > .fa {
    color: #22a900 !important;
}

.signup-wrap .signup-box form input.valid + label.error + span > .fa,
.login-wrap .login-box form input.valid + label.error + span > .fa {
    color: #22a900 !important;
}

.login-wrap .login-box form input.error + span .fa {
    color: #f90000 !important;
}

p#spnQviewPropaddr {
    margin-left: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    left: unset;
}

.dropdown-item.myusername {
    border-bottom: 1px solid #efefef !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 600;
    color: #1f1b4e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:hover {
        background: #f9f9f9 !important;
        color: #f0086e !important;
    }

.colive-fa-i:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-info.user-info-mobile .myusername:before {
    content: none !important;
}

.user-info.user-info-mobile .dropdown-item:before {
    content: "\f011";
    padding: 0px 12px;
    position: relative;
    top: 1px;
}

.user-info.user-info-mobile .dropdown-item.changepassword:before {
    content: "\f13e";
    padding: 0px 12px;
    position: relative;
    top: 1px;
}

.RoomDetails {
    width: 45%!important;
    text-align: right;
}

.lblComponent {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
}

.spnTermscheckin {
    width: 40%;
    margin-top: 10px;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: 0;
}

a.spnTermscheckin {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}

.NoticeperiodKey {
    display: none;
    width: 80%;
    text-align: right;
    font-family: 'Inter-Regular' !important;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
}

.checkout {
    margin-right: 5px;
    vertical-align: top;
}

.moveinPropImg {
    width: 100%;
    height: 350px;
}

.moveinDateWrapper {
    height: auto;
    margin: 5px 0;
}

.moveintimeWrapper {
    margin-top: 15px;
}

.moveinDate,
.moveinTime {
    float: right;
    width: 25%;
}

.colive-fa-i.info {
    margin: 8px 0;
    font-size: 12px;
    font-weight: normal;
}

    .colive-fa-i.info:before {
        content: "\f05a";
        font-size: 17px;
        margin-right: 5px;
        text-align: left;
        color: #ef0073;
    }

.moveinDateWrapper > input,
select {
    cursor: pointer;
}

label[for="chkKeyReceived"] {
    width: 74%;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

#btnKeyMoveinDateChange {
    display: block;
    margin-left: auto;
    width: 25%;
    height: 35px;
    float:right;
    margin-top:20px;
    border-radius:4px;
}
#btnMoveInCancellation {
    width: 25%;
    height: 35px;
    margin-top: 20px;
    border-radius: 4px;
}
#MoveinDate {
    width: 25%;
    padding: 6px 5px;
    text-align: center;
}

#btnKeyReceived {
    width: 24%;
}

.Nobookings {
    padding-top: 120px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 120px;
}

    .Nobookings > img {
        height: 100px;
    }

#PreviousBookingContainer .pricing-rating {
    border-bottom: 0;
}

.paymentType {
    margin: 15px 0;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .form-check.paymentType {
        padding-left: 0rem;
        padding-top: 7px;
    }

    #DuesModal .radioInputGroup {
        padding: 0;
    }
}

.paymentType .otherpayment {
    width: 30% !important;
    margin-top: -7px;
    text-align: left;
}

.team {
    padding: 20px;
    position: relative;
}

.hdntxtcompany {
    float: right;
    width: 63%;
    margin: 5px 0;
    display: none;
}

.uploader {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    background: #f9fbfdf7;
    border: 2px solid #E0E6ED;
}

#STHphoto,
#filePhoto,
#panphoto,
#bankphoto,
#idproofprofile,
#adharphoto {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

#STHphoto,
#panphoto,
#bankphoto,
#idproofprofile {
    height: 200px !important;
}

.uploader img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
    display: none;
    cursor: pointer;
}

.uploader p {
    padding-top: 80px;
    text-align: center;
    color: #a7a7a7;
    color: #112950;
    font-weight: 600;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 13px;
}

.uploader.userprofilepicture {
    width: 150px !important;
    height: 180px !important;
}

.uploader.pan,
.uploader.idaddress {
    width: 100%;
    height: 245px;
}

/* new styles */
a,
a:hover {
    cursor: pointer;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0rem transparent !important;
}

button {
    outline: none !important;
    box-shadow: 0 0 0 0rem transparent !important;
}

.button_anchor {
    border: 1px solid #112950;
    font-size: 15px;
    padding: 10px;
    margin: 30px auto 10px !important;
    cursor: pointer;
    background: white;
    color: #112950;
}

    .button_anchor:hover {
        background: #112950;
        color: white;
    }

.anchor-button {
    margin: 50px auto;
    text-align: center;
}

.nav-item a:hover {
    color: #f0086e;
}

    .nav-item a:hover svg g {
        fill: #f0086e;
    }

.nav-item button.btn.btn-secondary:hover {
    background-color: #f0086e;
    color: white;
    border-color: #f0086e;
}

#footer a:hover {
    color: #f0086e;
}

#footer .social-links li a:hover {
    color: #f0086e !important;
}

.location-wrap .position-relative:hover img {
    box-shadow: 0px 0px 4px #565656;
    transition: 0.4s;
}

.homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next:hover,
.homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev:hover {
    box-shadow: 0px 0px 2px #ccc !important;
}

.graphical-info .feature-svg .position-relative {
    margin: 0 10px;
}

.product-wrap .first-section .graphical-info .table .feature-svg img {
    margin-bottom: 5px;
    margin: 0 10px;
    height: 30px;
    margin-bottom: 16px;
}

.textcenter {
    text-align: center;
}

#knowMore_button {
    padding: 12px 15px;
    border: 2px solid #324b72;
    color: #324b72;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

    #knowMore_button:hover {
        background: #324b72;
        color: #fff;
    }

.btn.contact {
    background: #dddddd;
    color: #000;
    outline: none;
    box-shadow: 0px 0px 0px;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    outline: none;
}

.dashboard_wishlist_wrap .card-wrap {
    margin-bottom: 15px;
}

.padtop18 {
    padding-top: 18vh !important;
    padding-bottom: 18vh;
}

.pagenotfound .heading {
    font-size: 56px;
    font-weight: 700;
    color: #f0086e;
    margin: 10px 0;
}

.pagenotfound .subtext {
    font-weight: 600;
    color: #ccc;
    margin: 10px 0;
}

.pagenotfound p {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    font-weight: 500;
    margin: 15px 0 25px 0;
}

.pagenotfound_redirection {
    font-size: 16px;
    font-weight: 500;
    color: #f0086e;
    text-decoration: underline !important;
}


#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul > li {
    float: left;
}

    #cssmenu > ul > li > a {
        color: #324b72;
        text-decoration: none;
        font-weight: 500;
        text-transform: capitalize;
        -webkit-transition: color .25s ease;
        -moz-transition: color .25s ease;
        transition: color .25s ease;
        font-size: 13px;
    }

    #cssmenu > ul > li:hover > a {
        color: #ef0073;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    transition: background .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:after,
#cssmenu > ul > li.has-sub > a:hover:after {
    background: #ffffff;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul > li.has-sub:hover > a:before,
#cssmenu ul > li.has-sub > a:hover:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    top: 53px;
    left: -1px;
    width: 100%;
    display: none;
    height: 83vh;
    background: hsla(0, 0%, 0%, 0.7);
}

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li {
        -webkit-transition: height .25s ease;
        -moz-transition: height .25s ease;
        transition: height .25s ease;
        padding: 0 20px;
        margin: 0 auto;
        width: 98%;
        position: relative;
        padding-bottom: 10px;
        max-height: 383px;
        /* overflow: hidden; */
        overflow-y: scroll;
    }

        #cssmenu ul ul li a {
            padding: 11px 15px;
            border-bottom: 1px solid rgba(150, 150, 150, 0.15);
            font-size: 14px;
            text-decoration: none;
            color: #324b72;
            font-weight: 500;
        }

        #cssmenu ul ul li:last-child > a,
        #cssmenu ul ul li.last-item > a {
            border-bottom: 0;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li a:hover {
            color: #ffffff;
        }

.white-bg .filter-wrap {
    padding: 0px 10px 0 15px;
}

.white-bg .title h5 {
    font-size: 13px;
    color: #f0086e;
    margin: 5px 0 10px 0;
    padding: 5px 0;
    font-weight: 500;
}

.check-align {
    padding: 0px 0;
}

    .check-align label {
        font-size: 13px;
        align-items: center;
        font-weight: 500;
        color: #112950 !important;
        margin: 0 !important;
    }

ul.white-bg {
    box-shadow: 0px 0px 6px #dadada;
}

.cancel-fitler {
    background-color: #ffffff;
    border: 2px solid #112950;
    padding: 10px 19px;
    border-radius: 0;
    color: #112950;
    margin: 5px 5px;
    position: relative;
    right: -16px;
}

    .cancel-fitler:hover {
        background-color: #112950;
        border: 2px solid #112950;
        color: #fff;
        cursor: pointer;
    }

.multi_filter_view .apply-filter {
    border: 2px solid #ef0073;
    background-color: #ef0073;
    color: #ffffff;
    border-width: 2px;
    padding: 10px 19px;
    margin: 5px 5px;
    position: relative;
    right: -16px;
}

    .multi_filter_view .apply-filter:hover {
        border: 2px solid #ef0073;
        background-color: #fff;
        color: #ef0073;
        cursor: pointer;
    }

.apply-filter {
    border: 0px solid #ef0073;
    background-color: #ef007300;
    color: #ef0073;
    padding: 0px 0px;
    margin: 5px 5px;
    font-size: 12px;
    font-weight: 700;
    float: right;
    margin-right: 0;
}

    .apply-filter:hover {
        border: 0px solid #ef0073;
        background-color: #fff;
        color: #ef0073;
        cursor: pointer;
    }

.privacy-container h1 {
    color: #f0086e;
    font-size: 24px;
    font-weight: 600;
    line-height: 54px;
}

.privacy-container {
    border: 1px solid #dedede;
    padding: 25px;
    box-shadow: 0px 0px 2px #dedede;
}

    .privacy-container .privacypolicy-content_p {
        font-size: 14px;
        margin-bottom: 25px;
        color: #42597d;
    }

    .privacy-container h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #42597d;
        text-transform: capitalize;
    }

    .privacy-container a,
    .privacy-container a:hover,
    .terms_conditions_wrap a,
    .terms_conditions_wrap a:hover {
        color: #f0086e !important;
        font-weight: 600;
    }

.conditionWrapper input[type=checkbox]:checked {
    background-color: #a77e2d !important;
    color: #ffffff !important;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.copyright {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 25px 0px 0px;
}

.custom-select, .custom-select:focus {
    border: 2px solid #ced4da;
    border-color: #ced4da !important;
}

#booking input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.yes-check,
no-check {
    width: 100%;
    text-align: -webkit-left;
    text-align: -moz-left;
}

    .yes-check input[type="radio"],
    .no-check input[type="radio"] {
        width: 100% !important;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff00;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #f0086e;
    background-color: #007bff;
}

.custom-control-label::after {
    opacity: 1;
}

.custom-control-label::before {
    background-color: #ffffff;
    top: 13px;
}

.custom-control-label::after {
    top: 15px;
}

.custom-select:focus {
    border-color: #ffffff00;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, 0);
}
#liDeposit input[type="radio"] {
    position:absolute!important;
    opacity:0!important;
}
.Bedselect [type="radio"]:checked,
[type="radio"]:not(:checked) {
    opacity: 1 !important;
    position: relative !important;
    width: 15px !important;
    height: 22px !important;
}
.Bedselect {
    padding: 20px 0px!important;
}
#rdoReservation {
    position: absolute !important;
    opacity: 0 !important;
}
.radioInputGroup [type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute !important;
    /* left: 20px; */
    z-index: 1;
    /* top: 1px; */
    opacity: 0 !important;
    width: 21px;
    height: 22px !important;
    cursor:pointer;
}
.selcttype {
position:relative!important;
}
.radioInputGroup [type="radio"]:checked + label,
.radioInputGroup [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

        .radioInputGroup [type="radio"]:checked + label:before,
        .radioInputGroup [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid #112950;
            border-radius: 100%;
            background: #fff;
        }

        .radioInputGroup [type="radio"]:checked + label:after,
        .radioInputGroup [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #f0086e;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.Tenant-Profiling .radioInputGroup [type="radio"]:checked + label:after,
.Tenant-Profiling .radioInputGroup [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking-selection .form-check [type="radio"]:checked + label:after,
.booking-selection .form-check [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #ef0075;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 6px solid #ef0075;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radioInputGroup [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radioInputGroup [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#pass-status {
    position: relative;
    top: -34px;
    right: 10px;
    text-align: -webkit-right;
    float: right;
}

.fa-eye:before {
    color: #112950;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px solid #ef0073 !important;
    background: #ef0073 !important;
    font-weight: normal;
    color: #112950;
    border-radius: 50px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px !important;
    height: 12px !important;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget-header {
    border: 0px solid #ef0073 !important;
    background: #ef0073 !important;
    color: #222222;
    font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px !important;
    box-shadow: 0px 0px 0px;
    outline: none;
}

.ui-slider-horizontal {
    height: 0em;
}

.ui-widget-content {
    border: 0px solid #dadada !important;
    background: #dadada !important;
    color: #222222 !important;
    height: 4px !important;
}

#schedulevisit i.fa.fa-calendar {
    position: relative;
    bottom: 45px;
    /* right: 54px; */
    font-size: 20px;
}

#schedulevisit select#slTimeSlots {
    width: 100%;
    height: auto !important;
    margin-left: 0px;
    border: 0;
    border-bottom: 2px solid #e0e6ed;
    padding: 17px 29px;
}

#schedulevisit input#txtMoveinDate {
    padding: 11px 29px;
}

#schedulevisit i.fa.fa-angle-down {
    position: absolute;
    right: 25px;
    bottom: 16px;
}

.terms-checkin-ul {
    margin-left: 35px;
    text-indent: .5em;
    border-left: 2px solid #e6e6e6;
}

    .terms-checkin-ul ul {
        margin-top: -1.25em;
        margin-left: 1em;
    }

    .terms-checkin-ul li {
        position: relative;
        bottom: -1.25em;
    }

        .terms-checkin-ul li:before {
            content: "";
            display: inline-block;
            width: 2em;
            height: 0;
            position: relative;
            left: -.75em;
            border-top: 2px solid #e6e6e6;
        }

        .terms-checkin-ul li:after {
            content: "";
            display: block;
            width: 1em;
            height: 1em;
            position: absolute;
            background: #f0086e;
            border: .25em solid white;
            top: 0.5em;
            left: 1.4em;
        }

    .terms-checkin-ul .cupertino {
        color: #060C16;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        padding: 0px 0px 11px 0px;
        list-style-type: none;
    }

li.cupertino {
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 3em !important;
}

.terms_and_conditions_additional_wrap .container.conditions {
    padding-bottom: 50px;
}

.referurfriend {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    /*text-align: -webkit-center;*/
    margin: 25px auto;
    width: 100%;
    /*text-align: -moz-center;*/
}

.invitefriend {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin: 25px auto;
    width: 100%;
}

/*Website SmartLock*/
.smartlock {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 25px auto;
    width: 100%;
}

#txtReferralCode {
    text-align: left;
    margin: 0 auto;
    border: 2px dashed #f0086e;
    background: #fff;
    margin-bottom: 16px;
    text-align: -moz-center;
    width:190px !important;
    height:40px;
    padding-left:10px;
    margin-right:0;
}

.referralwhite-bg {
    margin: 20px auto;
    padding: 10px;
}

.pretty .state label:after,
.pretty .state label:before {
    top: 2% !important;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    min-width: unset !important;
    font-size: 12px;
    font-weight: 500 !important;
    position: unset !important;
    color: #112950 !important;
}

.arunksingh {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-image: url(/assets/images/About-us.png) !important;
    background-color: #F4F8FB;
    background-size: cover !important;
}

.pretty .state label:before {
    border-color: #1d1d1d !important;
}

.pretty .state label:after,
.pretty .state label:before {
    border-radius: 2px !important;
    border-width: 2px !important;
}

.grid-view .pretty.p-default input:checked ~ .state label:after {
    background: #1d1d1d !important;
}

.uploader.bank,
.uploader.pan,
.uploader.idaddress {
    height: 200px !important;
}

#slVisitSlots {
    width: 66%;
    top: 20px;
    position: relative;
}

#FPSucceess {
    display: none;
    width: 56%;
    margin: 0 auto;
    text-align: center;
}

#fmPasswordSuccess {
    display: none;
    width: 56%;
    margin: 0 auto;
    text-align: center;
}

#cssmenu > ul > li > a:before {
    content: "\f0b0";
    padding-right: 6px;
}

#CustomerTestimonials {
    margin: 0;
}

#CustomerTestimonials,
#PropertyRatings {
    display: none;
}

#ancFilter.active {
    color: #ef0073;
}

.irs--round .irs-handle {
    border: 4px solid #ef0073 !important;
}

.irs--round .irs-bar {
    background-color: #ef0073 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #ef0073 !important;
}

    .irs--round .irs-from:before,
    .irs--round .irs-to:before,
    .irs--round .irs-single:before {
        border-top-color: #ef0073 !important;
    }

.irs--round .irs-min,
.irs--round .irs-max {
    background-color: rgba(239, 13, 114, 0.44) !important;
}

.EditButton {
    margin: 5px 0;
    padding: 4px;
}

.btncheckinEdit {
    background-color: #ef0073;
    color: #fff;
    border: 0;
    width: 30%;
    margin: 5px auto;
    display: block;
    font-weight: 500;
    height:35px;
}
.ChangeButton .btnConfirmMovein {
    background-color: #ef0073;
    color: #fff;
    border: 0;
    width: 75%;
    margin: 5px auto;
    display: block;
    font-weight: 500;
    height: 35px;
}

.loader p:before {
    color: transparent;
}

.loader p:after,
.loader p:before {
    content: "...";
}

.conditionWrapper input[type=checkbox] + label:before {
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
}

.padtb {
    padding: 80px 0 32px 0;
}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.blur_high {
    filter: blur(7px);
    -webkit-filter: blur(7px);
}

.empty-space {
    padding: 5px 0;
}

.visionMission h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.closefilter {
    color: #ef0073;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 600;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.our-6-p p {
    color: #324B72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869 !important;
    padding-top: 18px;
}

.product-wrap .first-section .info h5 {
    color: #112950;
    font-size: 20px;
    font-weight: 400;
    line-height: 0px;
    margin-top: 15px;
    padding-left: 18px;
}

.coliveadv li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 15px;
    list-style-type: none;
}

.coliveCommunity li {
    color: #324B72;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9000000357627869;
    list-style-type: none;
    padding-bottom: 10px;
    line-height: 1.5;
}

i.fa.fa-heart-o.colivelovesign {
    display: block;
    float: none;
    display: inline-block;
    color: #f0086e;
}


/*** POPUP ***/

.jquery-modal .modal {
    background: transparent !important;
    box-shadow: 0px 0px 0px !important;
}

.jquery-modal .modal {
    max-width: 100%;
    width: 90%;
}

    .jquery-modal .modal a.close-modal {
        position: absolute;
        top: 0px;
        background: transparent;
        right: 0;
        display: block;
        width: 22px;
        height: 24px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR…o8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    }

.share .fa-youtube-play:before {
    content: "\f16a";
    color: #fd0000;
}

.share i.fa.fa-youtube-play {
    position: absolute;
    top: 0px;
    font-size: 40px;
    right: 0px;
}

.totaldegree {
    text-align: center;
}

    .totaldegree img {
        width: 100%;
        top: 0;
        right: 0;
        background: #f0086e;
    }

.jquery-modal.blocker.current {
    z-index: 9999;
}

.product-wrap .first-section .info .rating-wrap .share .googlePlus img {
    width: 30px;
}

.googlePlus {
    position: absolute;
    right: 8px;
    top: 43px;
    display: none;
}

    .googlePlus a {
        color: #112950;
        display: flex;
    }

a.corporateReg {
    background-color: #ef0073;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.PropertyModalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 10000;
}

.PropertyIframe {
    width: 97%;
    margin: 20px auto;
    display: block;
    height: 95vh;
    border: 0;
}

.ModalContainer {
    position: relative;
}

.PropertyIframeClose {
    position: absolute;
    top: 0px;
    right: 25px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

#btnMatterPort {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    display: none;
}

#spnHighlights span {
    font-family: 'Inter-Regular' !important;
    color: #fff !important;
    font-size: 16px !important;
}

#schedulevisitform .pick-date select#slVisitSlots {
    width: 100%;
    top: 29px;
    position: relative;
    margin-left: 0;
    border-bottom: 2px solid #E0E6ED !important;
    border: 0;
}

.promisesTypetitle {
    color: #324b72;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 6px;
    position: relative;
    top: 6px;
}

.pomisesList .amenityItems span {
    font-size: 13px;
    color: #929292;
    font-weight: 500;
    padding-left: 12px;
}

.pomisesList .amenityItems img {
    margin: 0 12px 0 0px;
    opacity: 0.4;
    width: 100%;
}

.pomisesList .amenityItems .amenity {
    margin: 10px auto;
}

hr.amenityHr {
    margin: 0;
    width: 8%;
    border: 1px solid #112950 !important;
    margin-bottom: 10px;
}

.hidemore {
    background: transparent;
    border: 0px;
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 10px 0;
}

hr.amenityHr.Morehr {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    width: 100%;
    border: 0.6px solid #bdbdbd !important;
}

.pomisesList .amenityItems .amenity {
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.pomisesList .amenityItems .amenityImg {
    width: 25px;
    height: 32px;
    overflow: hidden;
}

.cardHeadLogo {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.cardHeading .cardImg {
    margin-right: 8px;
    width: 100%;
    height: -webkit-fill-available;
}

.cardHeading {
    display: flex;
    align-items: center;
}

.pomisesList {
    margin-top: 20px;
}

.container.magna i.fa.fa-calendar {
    border-radius: 100%;
    color: #EF0073 !important;
    font-size: 12px;
}

.similarProperty {
    font-size: 22px;
    text-align: center;
    color: #324b72;
    letter-spacing: 2px;
    font-family: 'Inter-Regular' !important;
    font-weight: 500;
    width: 100%;
    border-bottom: 2px solid #dedede;
    padding-bottom: 12px;
    margin: 0 15px;
}

.contactusForm .fa-angle-down {
    font-size: 30px;
    position: absolute;
    right: 25px;
    padding-top: 3px;
}

.AccountsWrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.AccountHeader {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 10px;
}

.AccountsContainer {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 12% 30% 18% 16% 24%;
    grid-template-rows: 33px 33px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.AccountCol {
    background: #454545;
    border-color: #454545;
    border-right-color: #DBE0E4;
    text-align: left;
    padding: 10px;
    word-break: normal;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #fff;
}

.AccountRow {
    white-space: nowrap;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.fifthCol {
    border-right: 0;
}

.EmptyAccountRecords {
    min-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    display: none;
}

.signup-wrap .signup-box form .form-group input#ScheduleDate {
    padding: 11px 29px;
}

.apply-resetValue {
    position: absolute;
    bottom: 10%;
    right: 0;
    display: grid;
    overflow: hidden;
    width: 193px;
    margin-top: 43px;
}

#CheckoutModalLongTitle {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
}

.customizepopup .sub-title {
    color: #DB1C72;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding: 20px 0px 20px 0px;
}

.customizepopup .checkout-Terms p {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 14px 0px;
}

.customizepopup ul.CheckoutTermsList {
    padding: 15px 25px;
}

.customizepopup .CheckoutTermsList li {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 14px 0px;
}

.customizepopup .TermsWrapper.conditionWrapper {
    position: unset !important;
    width: unset !important;
    float: left;
}

.customizepopup .spnTerms {
    position: absolute;
    left: 50px;
}

.customizepopupbtn button.btn.btn-secondary {
    width: auto !important;
}

.scrollOvereff {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

#CheckoutModal .modal-content.col-lg-10.offset-lg-1.col-12.offset-0 {
    margin-top: 20px;
}

.customizepopupbtn.customizepopup {
    margin-top: 5px;
}

#mdlCheckoutModal .modal-dialog {
    max-width: 996px !important;
    margin: 1.75rem auto;
}

.product-wrap .first-section .info .detail-info span {
    color: #324b72;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869;
}

.amenityItemWrapper {
    margin-bottom: 15px;
    padding: 0;
    border-radius: .25rem;
    padding-left: 15px;
}

.amenityTypeHeader {
    text-align: center;
}

.amenityImg {
    width: 42px;
    height: 42px;
}

.AmenitiesTitle {
    padding: 10px;
    max-width: 100%;
}

.amenityTypeHeader span {
    color: #112950;
    font-size: 16px;
    font-weight: 500;
    padding-left: 2px;
}

.amenityServiceImage {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-left: 16px;
}

    .amenityServiceImage img {
        width: 100%;
        opacity: 0.8;
    }

.offerBlock {
    float: left;
    margin-bottom: 20px;
}

.amenityItems .amenity {
    display: -webkit-box;
    margin: 8px 0;
}

    .amenityItems .amenity span {
        font-size: 12px;
        color: #808080;
        font-weight: 500;
    }

    .amenityItems .amenity .amentiesOfferSecDesign {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        white-space: pre-wrap;
        word-break: break-word;
        width: 100%;
        line-height: 1.5;
        font-size: 14px;
        background: #ed0b70;
        padding: 8px;
    }

.OfferSec_Align {
    display: flex !important;
    align-items: baseline;
}

.btnShowextraamenity {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #112950;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

    .btnShowextraamenity.active {
        position: relative !important;
        right: 10px !important;
        width: 15% !important;
        bottom: 5px !important;
        float: right;
    }

    .btnShowextraamenity:hover {
        color: #ef0073;
        font-size: 12px;
    }

    .btnShowextraamenity i {
        float: right;
        position: absolute;
        right: -1px;
        top: 1px;
        font-size: 16px;
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    .btnShowextraamenity.CollapseIcon i {
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

.amenityItems i.fa-angle-right:before {
    font-size: 24px;
}

.AmenitiesheightSet {
    min-height: 120px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.product-wrap #PropertySection h4,
.product-wrap #PropertySection h1 {
    background: #fff;
    padding: 20px;
}

    .product-wrap #PropertySection h4 #spnPropertyName,
    .product-wrap #PropertySection h1#spnPropertyName {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 0px;
    }

.product-wrap #PropertySection .product-carousel {
    background: #fff;
}

.contactusForm .form-group {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.contactusForm .form-control {
    width: 100% !important;
    margin-left: 0px;
    border: 0;
    border-bottom: 2px solid #eeee;
}

.contactusForm input::placeholder,
.contactusForm textarea::placeholder {
    color: #495057 !important;
    font-weight: 400 !important;
}

.contactusForm .iamTxt {
    position: absolute;
    padding-top: 5px;
    padding-left: 13px;
    opacity: 0.8;
}

#ReferralForm {
    display: inline-flex;
}

#nav-tabContent_Referral .form-control {
    width: 100%;
    margin-left: 0;
}

.ReferralForm input[type="button"] {
    height: 38px;
    width: 100%;
}

#ReferralForm label.error {
    white-space: nowrap;
}

#Referral_History .referralwhite-bg {
    margin: 5px auto;
    padding: 3px;
}

.dashboard_wishlist_wrap #referral_history .table-wrap {
    width: 97%;
    background: white;
    padding: 15px;
    margin: 0 auto;
}

    .dashboard_wishlist_wrap #referral_history .table-wrap .table td,
    .dashboard_wishlist_wrap #referral_history .table-wrap .table th {
        padding: 15px 0;
        vertical-align: middle;
    }

        .dashboard_wishlist_wrap #referral_history .table-wrap .table td i {
            font-size: 20px;
            color: #bd1261;
            font-weight: bold;
        }

        .dashboard_wishlist_wrap #referral_history .table-wrap .table td:last-child,
        .dashboard_wishlist_wrap #referral_history .table-wrap .table th:last-child {
            text-align: center;
        }

    .dashboard_wishlist_wrap #referral_history .table-wrap tbody tr td {
        border-bottom: 1px solid rgba(209, 216, 245, 0.6);
        color: #18283D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

.dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-img .schedule {
    min-height: 80px;
}

.ShoshkeleWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1031;
}

.ShoshkeleContainer {
    width: 55%;
    margin: 105px auto;
    display: block;
    position: relative;
    border: 6px solid #fff;
}

    .ShoshkeleContainer img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

.btnCloseShoshkele {
    position: absolute;
    top: -6px;
    right: -6px;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    color: #ef0075;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.closeFilterI {
    width: 15px;
}

.sub_feq ul {
    padding-left: 55px;
}

.PlatinumCorppro {
    color: #324b72;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.5;
}

.clientCardImg {
    margin: 0 auto;
    text-align: center;
}

    .clientCardImg img {
        width: 100%;
        padding: 29px 0;
    }

.Client-card.row {
    align-items: center;
}

.navButtons {
    position: absolute;
    top: -48px;
    right: 25px;
}

.kycback,
.kycNext {
    padding: 5px 15px !important;
    border: 1px solid lightgray;
    background: white;
    font-size: 25px;
}

    .kycback i,
    .kycNext i {
        position: relative;
        font-size: 15px;
        font-weight: normal;
        top: -1px;
        color: #ef0075 !important;
    }

.login-wrap #loginotp-template form input[type="button"] {
    margin-top: 0px;
}

.adjustheight .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
}

hr.Events {
    width: 85%;
    margin: 1rem auto;
}

.websiterunner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    z-index: 1031;
    background: #112950;
}

#upComingEvents .card-img-top {
    height: 25vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

#Events .card-img-top {
    height: 25vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

#dvPastEvents .card-img-top {
    height: 25vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

.eventFormCard .card {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

    .eventFormCard .card p.hennur.mx-2 {
        cursor: pointer;
    }

    .eventFormCard .card .knowMoreBtn {
        text-align: right;
        padding: 0 15px 15px 0px;
    }

.eventbanner {
    /* width: 100%; */
    height: 350px;
    margin: 0 auto;
    display: block;
}

.EventSearch {
    width: 86%;
    margin-left: 0;
    font-size: 12px;
    height: auto;
    border: 0;
    border-right: 1px solid #ddd;
}

.MapControls {
    display: inline-flex;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 100;
    width: 75%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    background: #fff;
    height: 48px;
    padding: 5px;
    border-radius: 8px;
    border-bottom: 1px solid transparent;
}

.btnDirections {
    width: 7%;
    height: 30px;
    font-size: 12px;
    margin-left: 5px;
    white-space: nowrap;
    border-radius: 2px;
    border: 0;
    display: block;
    background-color: #fff !important;
    cursor: pointer;
}

    .btnDirections img {
        height: 27px;
        margin-top: 5px;
        margin-left: -1px;
    }

.ribbon {
    font-size: 16px !important;
    width: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    margin: 0em 0 0em;
}

.bg-grey {
    background: #f4f8fb;
}

.product-wrap .first-section .product-carousel .owl-carousel#PropertyImages .owl-nav .owl-prev span,
.product-wrap .first-section .product-carousel .owl-carousel#PropertyImages .owl-nav .owl-next span {
    position: relative;
    top: -3px;
}

.leftImgPart img {
    width: 60%;
}

.rightImgPart img {
    width: 60%;
}

.ImgCenterPad {
    padding-top: 45px;
    position: relative;
    padding-left: 0px;
    left: -3px;
}

#loginForm input.btn-primary {
    background-color: #ef0073;
    color: #ffffff;
    border: 2px solid #ef0073;
}

#verifyForm input.btn-primary {
    background-color: #ef0073;
    color: #ffffff;
    border: 2px solid #ef0073;
}

#loginForm p {
    font-size: 14px;
    opacity: 0.8;
}

.strongtag {
    color: #ef0075 !important;
    font-weight: 600 !important;
}

.didntReceive {
    margin-top: 15px;
    display: none;
}

.otpAlignSection input {
    line-height: 31px !important;
    width: 15% !important;
    background-color: #FFFFFF;
    border: 0px;
    border: 1px solid #4f4b4b;
    height: 49px;
    margin: 0;
    font-size: 14px;
    outline: none;
    padding: 3px 5px;
    margin: 0 6px;
    text-align: center;
    margin: 0 auto;
}

.otpAlignSection {
    display: flex;
    width: 78%;
    margin: 0px auto 20px auto;
    text-align: -webkit-center;
}

    .otpAlignSection input[type=number]::-webkit-inner-spin-button,
    .otpAlignSection input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.webrunner {
    text-align: center;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
}

.white_tag {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
}

.webrunner a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline !important;
}

.fixed-top {
    flex-direction: column;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0;
}

.webrunner a.close:hover {
    color: #fff;
}

.webrunner a.close {
    float: right;
    padding-left: 15px;
    text-decoration: none !important;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    font-size: 22px;
    padding-top: 2px;
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
}

.navbar-brand {
    /*  width: 19.3%;*/
}

#timer {
    text-align: center;
    font-size: 20px;
    color: #112950;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.divcontentSection i {
    color: #ef0075;
    font-weight: 700;
    font-size: 16px;
    margin: 5px 10px;
    font-size: 22px;
    padding-left: 0px;
}

#timer .jst-hours {
    display: none;
}

.EventPropSec .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

#eventSecView .detail-info {
    padding: 0px 20px 0px 20px;
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869;
}

.EventPropSec {
    background: #fff;
    padding: 20px 20px 0px 20px;
}

/* Masonry container */
.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

    .masonry .item {
        display: inline-block;
        background: #fff;
        padding: 0;
        margin: 0 0 1.5em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-shadow: 2px 2px 4px 0 #ccc;
    }

        .masonry .item img {
            max-width: 100%;
            width: 100%;
        }

/* feedback section */
.FeedBack_Control {
    padding: 30px 40px 30px 40px;
}

.feedback_sec {
    padding: 15px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgrey;
}

.FeedBack_img {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding-left: 0px;
    margin-bottom: 15px;
    align-items: center;
}

    .FeedBack_img img {
        width: 100%;
        transform: scale(1);
        height: 100%;
    }

.FeedBack_Comments {
    width: 100%;
    padding-left: 0px;
    margin: 10px 0;
}

.CommentOfFeedback {
    margin-bottom: 10px;
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
}

.Opacity_Content {
    color: #212529;
    height: 22px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
}

.MarginTB {
    margin: 10px 0px;
}

.Designation_OwnerFeedback {
    font-size: 14px;
    color: #909090;
}

.FeedBackImgSec {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
}

/* Partner With Us*/

.w3-row-padding,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird,
.w3-row-padding > .w3-threequarter,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-col {
    padding: 0 8px;
}

    .w3-container:after,
    .w3-container:before,
    .w3-panel:after,
    .w3-panel:before,
    .w3-row:after,
    .w3-row:before,
    .w3-row-padding:after,
    .w3-row-padding:before,
    .w3-cell-row:before,
    .w3-cell-row:after,
    .w3-clear:after,
    .w3-clear:before,
    .w3-bar:before,
    .w3-bar:after {
        content: "";
        display: table;
        clear: both;
    }

.w3-modal {
    display: none;
    padding-top: 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 1064;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-display-topright {
    position: absolute;
    right: 10px;
    top: -5px;
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 3px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #4f4d4e;
    /* background-color: inherit; */
    text-align: center;
    cursor: pointer;
    /* white-space: nowrap; */
    font-size: 39px;
    z-index: 10;
    line-height: 13px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.w3-modal-content {
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    margin-top: 120px;
    text-align: center;
    padding: 16px;
}

    .w3-modal-content img {
        width: auto;
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

#w3-P-tag {
    text-align: left;
    padding: 0px 20px 0 20px;
}

.offer_box_sec {
    font-size: 24px;
    font-weight: 700;
    border: 2px dashed #ef0075;
    width: min-content;
    padding: 15px 20px;
}

.offer_code_section {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.w3-Coupon_sec {
    border: 2px dashed #eee;
    padding: 20px;
}

.Validity_offercode {
    margin: 10px 0;
    font-size: 11px;
    font-weight: 500;
    color: #a7a7a7;
}

.Deals_day {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.terms_Partner {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.campaignDescription {
    display: block;
    text-align: left;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 500;
}

.Partner_CouponImg {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#signupotp-template,
#offlinepayment-template,
#dvPaymentOTP {
    display: none;
}

input[type="password"] {
    font-size: 35px;
}

#spnUserName {
    font-size: inherit;
    color: #112950;
}

.usernameWrapper {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1rem;
}

.spnCountryCode {
    position: absolute;
    top: 10px;
    left: 25px;
}

#customermobile {
    padding-left: 60px;
}

#CharecterWrapper {
    visibility: hidden;
}

.eventFormCard .card-thumbnail-image {
    width: 100%;
    overflow: hidden;
}

#eventSecView .location p#spnPropertyName {
    font-weight: bold;
    opacity: 1;
}

#eventSecView .testimonial {
    padding-top: 8px;
}

#eventSecView #EventImages > div {
    width: 100%;
}

.GallerySec,
.feedback {
    display: none;
}

/* 23/08/2019 */
#SimilarPropertiesCards .item {
    overflow: hidden;
}

#SimilarPropertiesCards .owl-prev {
    margin-top: -130px !important;
}

#SimilarPropertiesCards .owl-next {
    margin-top: -130px !important;
}

}

.SimilarPropertiesimgContainer {
    width: 374px;
    height: 210px;
    overflow: hidden;
}

.partnersWrapper {
    max-height: 300px;
    overflow-y: hidden;
}

    .partnersWrapper.active {
        height: auto;
        max-height: 1400px;
        -webkit-transition: max-height 2s; /* For Safari 3.1 to 6.0 */
        transition: max-height 2s;
    }

.TermsCondtionOffers {
    width: 100%;
    font-size: 12px;
}

div.promises.container {
    min-height: 65vh;
}

.TermsCondtionOffers ol {
    padding-left: 25px;
}

.TermsCondtionOffers ul {
    padding-left: 25px;
}

    .TermsCondtionOffers ul li {
        margin: 0px !important;
    }

.PropertyViewDesign {
}

.scheduleFreeVissit {
    padding-left: 0px;
    padding: 0;
}

.PropertyViewDesign .property {
    border: 2px solid #112950;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

    .PropertyViewDesign .property:hover {
        background: #112950;
        color: #fff;
    }

.scheduleFreeVissit .property {
    text-align: center;
    background: #ef0073;
    color: #fff;
    font-weight: 500;
    padding: 6px 8px;
    border: 2px solid #ef0073;
}

    .scheduleFreeVissit .property:hover {
        color: #ef0073 !important;
        background: #fff;
    }

.schedule-first #schedulevisit {
    background: transparent;
    padding: 0;
}

.schedule-first .signup-box {
    background: transparent;
    padding: 0px;
}

.schedule-first form#schedulevisitform {
    margin: 0;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first input {
    background: transparent !important;
    border-bottom: 2px solid #000;
    color: #000 !important;
    padding: 0 0 0 20px !important;
    height: 40px;
}

    .product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first input#ScheduleDate {
        cursor: pointer;
    }

    .product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first input::placeholder {
        color: #969090 !important;
    }

.schedule-first #schedulevisit {
    margin: 0;
    min-height: 393px;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first form .pick-date .scheduleCalendar {
    position: relative;
    left: 12px;
    /* bottom: -24px !important; */
    top: -30px;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first form span {
    top: -35px;
}

.schedule-first #schedulevisit i.fa.fa-calendar {
    font-size: 12px;
    bottom: 0px;
    top: 0px;
}

#schedulevisitform .pick-date .scheduleTIminginSChe select#slVisitSlots {
    position: relative;
    top: 0 !important;
    border-bottom: 2px solid #000 !important;
    background: transparent;
    color: #000;
    height: 40px;
    font-size: 13px;
    padding: 0;
}

}

#schedulevisitform .pick-date .scheduleTIminginSChe select#slVisitSlots option {
    color: #000;
}

#schedulevisit .scheduleTIminginSChe .focus-input100 i.fa.fa-angle-down {
    position: absolute !important;
    top: 70% !important;
}

.focus-input100 i {
    font-size: 16px !important;
}

.scheduleTIminginSChe .focus-input100 {
    position: absolute;
}

.product-wrap .first-section .booknow .card .book-third {
    display: none;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane input::placeholder {
    color: #e2e2e2 !important;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane input {
    color: #fff !important;
}

.schedule-first form p {
    margin-bottom: 10px !important;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first label.error {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.schedule-first .form-group {
    margin-bottom: 0rem;
}

.schedule-first label.error {
    color: white !important;
    font-size: 11px !important;
    position: relative !important;
    display: block;
    top: 5px !important;
    float: right;
    background-color: #f90000bf !important;
    padding: 2px 10px;
    border-radius: 2px;
    margin-bottom: 0px;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .booking-new-schedule p {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: justify;
}

.product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first button#schedule-btn {
    margin-top: 58px;
}

    .product-wrap .first-section .booknow .card .tab-content .tab-pane .schedule-first button#schedule-btn:hover {
        color: #fff;
    }

div#spnHighlights p {
    color: #fff !important;
    font-size: 16px !important;
    opacity: 0.9000000357627869 !important;
    font-family: 'Inter-Regular' !important;
}

#SimilarPropertiesContainer .owl-carousel-cards .view-property a {
    display: block;
    text-align: right;
}

    #SimilarPropertiesContainer .owl-carousel-cards .view-property a p {
        opacity: 1;
    }

#txtCountry {
    display: none;
}

#permanentaddress .dropdown-main .kyc_formBorder {
    border: 0px;
    border-bottom: 2px solid #E0E6ED;
    font-weight: 400 !important;
    height: 38px !important;
}

#permanentaddress .dropdown-main input.kyc_formBorder::placeholder {
    border: 0px;
    border-bottom: 2px solid #E0E6ED;
    font-weight: 400 !important;
    height: 38px !important;
}

#permanentaddress .dropdown-main {
    padding: 0;
}

#txtPANNumber,
#txtIFSCCode {
    text-transform: uppercase !important;
}

#txtCity {
    margin-top: 30px;
}

.Tenant-page-wrap .Tenant-Profiling .form-control.customerror {
    border: 2px solid #fb4040;
}

.customerror {
    border: 2px solid #fb4040;
}

.resendWrap {
    display: flex;
    margin-top: 10px;
}

#OTPRedirect span {
    cursor: pointer;
    color: #ef0073;
}
/* Mobile App link style */
.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.Playstore .w3-modal-content {
    margin: 160px auto;
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px #d0d0d0;
    background-image: url(/assets/images/whstappbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 486px -64px;
}

.Playstore .w3-modal {
    display: none;
    padding-top: 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(253, 253, 253, 0.95);
    z-index: 1064;
}

.Playstore .w3-display-topright {
    position: absolute;
    right: -9px;
    top: -9px;
    border: 1px solid #eee;
    box-shadow: 1px -1px 4px #d0d0d0;
}

.Playstore .w3-modal-content img {
    width: 25%;
    margin: 10px;
    max-width: 80%;
    height: auto;
}

.Playstore .whatsapp_CouponImg {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.Playstore .whatsappAlign {
    align-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.Playstore .WhatsappNumber {
    font-size: 12px;
    color: #656565;
    font-weight: 400;
}

.Playstore .whatsappDescription {
    display: block;
    padding: 0px 20px 7px 20px;
    font-size: 14px;
    color: #5f5656;
    font-weight: 500;
}

.Playstore #whatsappTitle {
    color: #324b72;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.Playstore .WatsappImgAlign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.comingsoon_modal .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .comingsoon_modal .close:hover,
    .comingsoon_modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.comingsoon_modal .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.comingsoon_modal .modal-body {
    padding: 2px 16px;
}

.comingsoon_modal .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.comingsoon_modal .w3-modal-content {
    background: #fff;
    padding: 0;
    outline: 0;
    margin-top: 120px;
    text-align: center;
    padding: 30px;
    margin: 212px auto;
    border: 10px solid #fff;
}

.comingsoonmodelDescription {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.comingsoonmodelDescriptionsubdetailes {
    font-size: 25px;
    font-weight: 600;
    color: #5d2345;
}

.commingsoonbreakline {
    margin: 5px 0;
    border: 1px solid #ef0a6c !important;
    width: 50px;
    margin: 11px auto;
    margin-top: 20px;
}

.comingsoonmodelContent {
    background: #ffffffab;
    padding: 15px 0;
}

.comingsoon_modal .w3-display-topright {
    position: absolute;
    right: -20px;
    top: -20px;
}

#comingsoon_modal .w3-modal {
    display: inline-block;
}

.formsubDescriptionsubdetailes {
    font-size: 16px;
    font-weight: 600;
    color: #112950;
}

#feedbackComment,
#feedbackimageUpload,
#dvThankyou,
#dvRating,
#NegContainer,
#btnSubmit {
    display: none;
}

#feedbackComment,
#NegContainer {
    min-height: 185px;
}

#NegativeOptions {
    padding-top: 20px;
}

.msg-box-img.active {
    border: 2px solid #ef0075;
    background-color: rgba(239, 0, 117, 0.2);
}

h6.msg-info-txt {
    margin: 10px auto;
}
/* dues style 10/22/2019 */
.next-month-rent {
    padding: 0px !important;
}

.next-rent {
    padding: 10px 30px 0 30px !important;
}

.dashboard_wishlist_wrap #payment .next-month-rent .card-text {
    padding: 0px 30px 10px 30px;
}

.dashboard_wishlist_wrap #payment .next-month-rent .invoice-details {
    padding: 10px 30px 10px;
}

.dashboard_wishlist_wrap #payment .list-state {
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-top: 1px solid rgba(209, 216, 245, 0.6);
    border-bottom: 0px;
}

.invoice_card {
    margin: 0px 30px 15px;
    border: 1px solid rgba(209, 216, 245, 0.6);
}

.next_month_card {
    margin: 10px 30px 15px;
    border: 1px solid rgba(209, 216, 245, 0.6);
}

.due_component_box {
    margin: 10px 0px 15px;
}

.dashboard_wishlist_wrap #payment .next_month_card .invoice-details {
    color: #324b72;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .next_month_card .diposit {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.dashboard_wishlist_wrap #payment .next_month_card p.cmposission {
    color: #324b72;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px 0px 10px;
}

.info_symbol i {
    padding: 0 9px;
    color: #ef0075;
    margin-right: 8px;
    font-size: 16px;
}

.note_contet {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ef0075;
}

.note_value {
    font-weight: 500;
    color: #324b72;
}

.info_symbol:hover + .tooltip_hover {
    visibility: visible !important;
}

.tooltip_hover {
    visibility: hidden;
    z-index: 1;
    background: #324b72;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
    position: absolute;
    width: 50%;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.tooltip_hover i {
    margin-left: 0px;
    border: solid #324b72;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -13px;
    background: #324b72;
}

.dashboard_wishlist_wrap #payment .next_month_card .list-state {
    display: flex;
}

.inside-list-state {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.inside-list-view {
    margin: 10px 0px 0;
}

    .inside-list-view .invoice_card {
        margin: 0px 0px 0px;
        border-bottom: 1px solid rgba(209, 216, 245, 0.6);
        border-left: 1px solid rgba(209, 216, 245, 0.6);
        border-right: 1px solid rgba(209, 216, 245, 0.6);
        border-top: 0px;
    }

        .inside-list-view .invoice_card .list-state {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 7px 30px !important;
        }

            .inside-list-view .invoice_card .list-state .diposit {
                font-size: 12px !important;
            }

            .inside-list-view .invoice_card .list-state .cmposission {
                font-size: 14px !important;
            }

.dashboard_wishlist_wrap #payment .adj-conetnt .list-state {
    display: flex;
}

.inside-list-view.offset-lg-2.col-lg-8.col-12 {
    margin: 0 auto;
}

.ceo_images {
    width: 15%;
    margin-top: 20px;
}

.ceo_name {
    font-size: 14px;
    font-weight: 600;
}

.designation {
    font-size: 15px;
}

.ceo_corporate {
    font-size: 15px;
}

.ceo_desig {
    line-height: 1.6;
    padding-bottom: 25px;
}

#CEONotes #dvCEONotes {
    font-size: 14px;
}

.testimonial_image img {
    margin: 0 auto;
}

/* Event Dynamic Collage styles */
.dynamiccollage .GallerySec {
    display: block !important;
}

.dynamiccollage .masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

    .dynamiccollage .masonry .item {
        display: inline-block;
        background: #fff;
        padding: 0;
        margin: 0 0 1.5em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-shadow: 2px 2px 4px 0 #ccc;
    }

        .dynamiccollage .masonry .item img {
            max-width: 100%;
            width: 100%;
        }

#dvCEODetails {
    display: none;
}

.sub-corporateWrapper {
    margin-bottom: 25px;
}

#dvvalueclients .partner-logo img {
    cursor: default !important;
}

.anclink {
    padding: 16px;
    width: 200px;
    font-size: 18px;
}

/*Variant ribbon css*/
.ribbonbox {
    position: absolute;
    width: 80px;
    height: 88px;
    overflow: hidden;
    top: -4px;
    left: -8px;
    z-index: 2;
}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(312deg);
    width: 100px;
    display: block;
    background: #79A70A;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
    background-color: #ffeeb5;
    border-color: #ae8913;
    background: #ffeeb5 -webkit-gradient(linear,left top,left bottom,from(#ffeeb5),to(#ae8913)) no-repeat;
    background: #ffeeb5 -moz-linear-gradient(top,#ffeeb5,#ae8913) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEB5,endColorstr=#AE8913) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;
}

.ribbon.silver span {
    background: #e5e4e2 -webkit-gradient(linear,left top,left bottom,from(#e5e4e2 ),to(#a7a5a3 )) no-repeat;
}

.ribbon.lite span {
    background: #a7e298 -webkit-gradient(linear,left top,left bottom,from(#a7e298 ),to(#0e8007 )) no-repeat;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #bd9c31;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #bd9c31;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #bd9c31;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #bd9c31;
}

.silver span:before {
    border-right: #a7a5a3;
    border-left: 3px solid #a7a5a3;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a7a5a3;
}

.silver span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a7a5a3;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a7a5a3;
}

.lite span:before {
    border-right: #0e8007;
    border-left: 3px solid #0e8007;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0e8007;
}

.lite span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #0e8007;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0e8007;
}

.avail_list_mapview .ribbon_overlay {
    right: 15px !important;
}

.avail_list_mapview .ribbon_overlay {
    position: absolute;
    bottom: 0;
    background: #22222294;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    right: 0;
    top: unset;
}

    .avail_list_mapview .ribbon_overlay .report-logo {
        display: inline-flex;
        vertical-align: middle;
    }

        .avail_list_mapview .ribbon_overlay .report-logo svg {
            width: 11px !important;
        }

.homepage-wrap .homepage-card .tab-pane .card-carousel .item {
    padding: 15px 15px 0;
}

.product-wrap .first-section .testimonial.property_rating {
    display: flex;
    flex-direction: row;
    /*margin-bottom: 18px;*/
    padding: 0px 20px;
    margin-top: 20px;
}

.property_rating_value {
    float: right;
    text-align: right;
    position: relative;
    right: 0;
    width: 52%;
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}

.property_rating_title {
    margin-bottom: 0px !important;
    font-size: 13px !important;
}

/* no properties page design */
.h1_noProperties_heading {
    font-size: 20px;
    padding-bottom: 12px;
}

.noProperties_description {
    color: #989898;
    font-size: 13px;
    line-height: 2.0;
}

.noProperties_Button {
    background-color: #ef0073;
    border: 1px solid #ef0073;
    color: #fff;
    padding: 6px 18px;
    text-transform: uppercase;
    width: max-content;
    margin: 15px auto 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.no_properties_found {
    height: 50vh;
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.no_prop_image img {
    width: 25%;
    margin-bottom: 15px;
}

/* checkout cancel request design */
.checkout_form_nav {
    position: absolute;
    top: 5%;
    right: 5%;
}

.checkout_nav_anchor_left {
    padding: 8px 10px;
    border: 2px solid #eee;
    color: #ef0075;
    background: transparent;
}

.checkout_nav_anchor_right {
    padding: 5px 10px 5px 10px;
    border: 2px solid #eee;
    color: #ef0075;
    background: transparent;
}

.checkout_nav_anchor_left > i.fa.fa-chevron-left {
    color: #ef0075;
}

.checkout_nav_anchor_right > i.fa.fa-chevron-right {
    float: none;
    color: #ef0075 !important;
}

.cancel_notice_period {
    width: auto;
    background-color: #ef0073;
    border: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    cursor: pointer;
    padding: 0 16px;
}

.cancel_rasied_notice {
    margin-top: 18px;
}

.dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .cancel_rasied_notice .cancel {
    text-align: left;
    font-size: 12px;
    margin-bottom: 4px;
}

.dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info.cancel_request {
    padding-bottom: 35px;
}

#cancel_raise_noticed .modal-dialog {
    margin-top: 40vh;
}

#cancel_raise_noticed .modal-content {
    padding: 15px;
    width: 88% !important;
}

.cancel_popup_no {
    background: #324B72;
    color: #fff;
    font-weight: 600;
    padding: 8px 52px;
    border-radius: 0px;
    border: 0px;
}

    .cancel_popup_no:hover {
        color: #fff;
    }

.cancel_popup_yes {
    background: #ef0073;
    color: #fff;
    font-weight: 600;
    padding: 8px 52px;
    border-radius: 0px;
    border: 0px;
}

    .cancel_popup_yes:hover {
        color: #fff;
    }

.cancel_pop {
    text-align: right;
}

.cancel_body_content {
    padding-bottom: 16px;
}

/* property rating styles */
.circles {
    margin-bottom: -10px;
}

.circle {
    width: 100px;
    margin: 20px 6px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .circle canvas {
        vertical-align: top;
    }

    .circle strong {
        position: absolute;
        top: 19px;
        left: 0;
        width: 82%;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
    }

        .circle strong i {
            font-style: normal;
            font-size: 0.6em;
            font-weight: normal;
        }

    .circle span {
        display: block;
        color: #aaa;
        margin-top: 12px;
    }

.property_rating_align {
    display: flex;
    align-items: center;
}

.property_Rating_image {
    margin: 6px 0;
}

    .property_Rating_image img {
        width: 12%;
    }

.property_rated {
    font-size: 13px;
    color: #324b72;
}

.property_image_opacity {
    opacity: 0.3;
}

.property_rated_value {
    color: #324b72;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.5;
}


/* Refund Details */
.Refund_Details .account-details {
    padding-left: 20px !important;
}

.Refund_Details hr {
    margin: 0;
    width: 13%;
    margin-left: 20px;
    border-color: #112950;
    border: 1px solid #112950 !important;
}

.display_align {
    align-items: center;
    margin-bottom: 8px;
}

    .display_align .align_center h4 {
        text-align: right !important;
        margin-bottom: 0;
        font-size: 14px !important;
    }

        .display_align .align_center h4 i {
            color: #ef0073;
            padding-left: 6px;
            font-size: 14px;
            position: absolute;
            top: 1px;
            right: 2px;
        }

.Refund_Details .modal-dialog {
    margin-top: 25vh;
}

.dashboard_wishlist_wrap #checkout_form .Refund_Details .modal-dialog .card {
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    box-shadow: 2px 11px 26px 0 rgba(243, 242, 242, 0.07);
}

.Refund_Details .modal-dialog .card {
    margin-bottom: 0px !important;
}

.Refund_Details button#ancBack2,
.User_Bank_Details button#ancBack3 {
    position: absolute;
    top: -98px;
    right: 3vw;
}

.Refund_Details button#ancNext2,
.User_Bank_Details button#ancNext3 {
    position: absolute;
    top: -98px;
    right: 0vw;
}

.dashboard_wishlist_wrap #checkout_form #msform input#chkoutDate {
    background: transparent !important;
    padding: 0 20px 0 10px !important;
    height: 40px;
    cursor: pointer;
    width: 100% !important;
    margin: 0;
    font-size: 14px;
    outline: none;
}

.dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
    position: relative;
    left: unset;
    top: -30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 14px;
    right: -13rem;
}

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar i.fa-calendar {
        font-size: 12px;
        bottom: 0px;
        position: relative;
        margin-top: 0;
        top: 50%;
        right: 0;
        left: unset;
    }

.cords + .row {
    margin-top: 10px;
}

section.grid-view .card-carousel hr.line {
    margin-bottom: 10px;
    margin-top: 10px;
}

p.holder’s {
    text-align: left;
}

.dashboard_wishlist_wrap #checkout_form .card input {
    padding: 0px 0px !important;
    margin-top: 0px;
    margin: 0;
    display: flex;
    border: 0px solid #ccc !important;
    background: transparent;
}

    .dashboard_wishlist_wrap #checkout_form .card input.edit {
        padding: 2px 10px !important;
        margin-top: 4px;
        display: flex;
        border: 2px solid #112950 !important;
        background: transparent;
        box-shadow: 0px 0px 3px 0px #112950;
    }
/* Reservation Page Filter Style */
.breadcrumb_booking {
    padding-left: 15px !important;
}

.filter_box {
    padding: 0px 0px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.filter_title {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 700;
}

.filter_title_sec {
    border-bottom: 1px solid #bdbdbd;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.clear_anchor {
    background: transparent;
    border: 0px;
    color: #ef0075;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    right: 6%;
}

.multi_filter_view .filter-container .header.collapsed label:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    transition: transform 0.25s ease-out;
}

.multi_filter_view .filter-container .header label:before {
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    transition: transform 0.25s ease-out;
}

.multi_filter_view li {
    list-style-type: none;
    padding: 0 15px;
}

.multi_filter_view ul#my-list ul {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

    .multi_filter_view ul#my-list ul:last-child {
        border-bottom: 0px;
        padding: 5px 15px 0px 15px;
    }

.multi_filter_view ul#my-list .header.collapsed + ul {
    padding: 0px 15px 0px 15px;
    border-bottom: 0px solid #bdbdbd;
}

.multi_filter_view li .custom-control {
    padding: 0px 15px;
}

.filter_box.bg-white .multi_filter_view li .custom-control {
    padding: 0 26px;
    align-items: center;
    display: flex;
    min-height: 28px;
}

.multi_filter_view .filter-container .header label {
    padding: 5px 0 0px;
    cursor: pointer;
    margin-bottom: 0px;
}

.multi_filter_view .filter-container > div {
    display: none;
}

.multi_filter_view .filter-container label {
    font-size: 13px;
    font-weight: 700;
}

.multi_filter_view .custom-control-label::before {
    background-color: #ffffff;
    top: 2px;
}

.multi_filter_view .filter-container ul li .custom-control label {
    margin-left: 10px;
    font-weight: 500;
    font-size: 11px;
}

.filter_box.bg-white .multi_filter_view .filter-container ul li .custom-control label {
    margin-left: 0px;
}

.filter_box.bg-white .multi_filter_view .filter-container ul ul li {
    padding: 0px;
}

.multi_filter_view .collapsible-search {
    width: 100%;
}

.filter-container {
    border: 0px solid #E0E6ED;
    padding: 0px 0px;
}

.multi_filter_view .collapsible-search {
    width: 90% !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFFFFF;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
    margin-left: 0px;
    margin-bottom: 8px;
    height: 42px;
    margin: 0 auto;
}

.multi_filter_view {
    padding: 10px 0;
}

.filter-container-second {
    margin-top: 15px;
}

.multi_filter_view .custom-control-label.custom-control-label::after {
    top: 5px;
    width: 20px;
    height: 18px;
}

.multi_filter_view li.display {
    display: block !important;
}

.choose-room td.continue-cancel-btn .continue-btn {
    width: auto;
    height: auto;
    padding: 8px 35px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 3px;
}

.choose-room .room-types #PrivateKeyDetails .card .card-body .graphical-info table td {
    border-top: 1px solid #dee2e6;
}

#SelectedBed .tdRoomselect {
    display: none;
}

#SelectedBed .rent {
    text-align: right;
}

.transit {
    transition: 0.3s linear;
}

.choose-room .room-types .card .card-body .graphical-info table td:last-child {
    width: 231px;
}

.custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
}

.custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #ef0075;
}

.filter_box.bg-white .custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
    color: #fff;
    font-size: 12px;
    border: 2px #ef0075 solid;
}

.filter_box.bg-white .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox.custom-li-ul input[type=checkbox] + label:before {
    content: "\2714";
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-bottom: 0;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin-right: 7px;
}

.filter_box.bg-white .custom-checkbox.custom-li-ul input[type=checkbox] + label:before {
    content: "";
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0,0,0,0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}

#myFilterBtn button {
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
    color: white;
    bottom: 50px;
    left: 8px;
    box-shadow: 0px 0px 6px #ffffff6b !important;
    z-index: 60;
    height: 50px;
    width: 50px;
    border: 0px solid #272726;
    background-color: #ef0075;
    top: 118px;
    left: 0;
}

    #myFilterBtn button:before {
        content: "\f0b0";
    }

.fixed-filter {
    display: block;
}

.multi_filter_view .apply-filter {
    display: none;
}

.filter_box .close_filter_icon {
    display: none;
}

.booking-card-design .booking-card {
    background: #fff;
    padding: 8px 15px 4px 15px;
    border: 2px solid #eee;
    box-shadow: 0px 0px 6px 0px #eee;
    min-height: 175px;
}

.booling-property-details > div {
    display: flex;
    align-items: center;
}

.booking-room-no .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

    .booking-room-no .card-header span.btn.btn-link {
        color: #222;
        text-decoration: none;
        padding: 0;
        cursor: auto;
    }

.share-rent-details {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

    .share-rent-details .border-right {
        border-right: 2px solid #eee !important;
        align-items: center;
        display: flex;
    }

.feature-amenities-img .feature-svg {
    display: flex;
    align-content: center;
}

.booking-rent-details .noticeperiodkey {
    color: #324B72;
    font-size: 10px;
    font-weight: 600;
    bottom: 0px;
    position: relative;
    right: 0px;
    white-space: unset;
    z-index: 10;
}

.booking-confirmation-button .continue-cancel-btn {
    background: transparent;
    padding: 0px 0 0 0;
    align-content: center;
    justify-content: center;
}

    .booking-confirmation-button .continue-cancel-btn button {
        margin-right: 0px !important;
        height: auto !important;
        width: 80px !important;
        font-size: 12px !important;
    }

.booking-main-whitebg {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 1px 0px #eee;
}

    .booking-main-whitebg > .row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

.booking-heading {
    font-size: 12px;
    font-weight: 500;
    color: #b5b5b5;
    margin-bottom: 5px;
}

.booking-sharing-type,
.booking-rent-details {
    padding: 2px 0;
}

.booking-selection .form-check {
    left: 0;
}

.booling-property-details {
    padding: 0px 0 10px 0;
}

.booking-rent-align {
    display: flex;
    align-items: center;
}

.feature-amenities-img p {
    font-size: 10px;
    color: #112950;
    font-weight: 500;
    line-height: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

.feature-amenities-img .feature-svg .position-relative {
    margin-right: 20px;
    text-align: center;
}

.booking-confirmation-button {
    float: right;
    position: absolute;
    top: -2px;
    right: 15px;
}

.room-amenities {
    padding: 4px 0 0 0;
}

.booking-notice-period-content .noticeperiodkey {
    right: 0 !important;
    bottom: 0;
    position: relative;
    white-space: unset;
}

.booking-notice-period-content {
    text-align: right;
}

.feature-amenities-img .feature-svg .position-relative img {
    margin: 0 10px;
    height: 22px;
    margin-bottom: 0px;
}

.room-amenities .booking-heading {
    margin-bottom: 0;
}

.ApartmentName {
    color: #112950;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    margin-bottom: 10px;
}

.cardleft .booking-main-whitebg {
    margin: 0px 7px 16px 0px;
}

.cardright .booking-main-whitebg {
    margin: 0px 0px 16px 7px;
}

.booking-card-design.card {
    background: transparent;
    margin: 0px !important;
}

#servicerequestcard .card-wrap .card-img img {
    width: 100%;
    min-height: 240px;
}

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-top: 0;
    display: none;
}

    .suggestionContainer > .glDetails {
        padding: 4px;
        /* border: 2px solid #e3e3e3; */
        min-height: 35px;
        padding-top: 9px;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
        border-top: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
    }

        .suggestionContainer > .glDetails:hover {
            background: #eee;
        }

        .suggestionContainer > .glDetails > b {
            font-weight: normal;
            font-size: 12px;
        }

    .suggestionContainer > .PropDetails {
        padding: 4px;
        border-top: 1px solid #e3e3e3;
        min-height: 35px;
        padding-top: 6px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        white-space: nowrap;
        background: #f9f9f9;
    }

        .suggestionContainer > .PropDetails > img {
            height: 27px;
            margin-right: 10px;
            margin-top: 4px;
            margin-left: 6px;
        }



.property_leftview {
    min-width: 300px;
    max-width: 300px;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    border-right: 0px solid #E0E6ED;
    /* box-shadow: 10px 0 10px -8px #dedede; */
    z-index: 9;
    padding: 25px 15px;
}

.property_rightview {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-filter-inside {
    padding: 0px 0px;
    min-width: 270px;
    max-width: 270px;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    border-right: 0px solid #E0E6ED;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.search-fitler_title_sec {
    display: flex;
    border-bottom: 1px solid #bdbdbd;
}

.search-filter_title {
    color: #112950;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.filterclear_anchor {
    background: transparent;
    border: 0px;
    color: #ef0075;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    padding-top: 6px;
    padding-left: 0;
}

.multiproperties_filter_view {
    background: #fff !important;
}

.search-filter-container {
    padding: 0px;
    margin-top: 8px;
}

.property-collapsible-search {
    margin: 0 !important;
    width: 100% !important;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #E0E6ED !important;
}

.search-filter-container li {
    list-style-type: none;
}

.search-filter-container .header label {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 0px !important;
    color: #112950;
    cursor: pointer;
}

.search-filter-container label {
    font-size: 12px;
    margin: 0px !important;
    padding: 0px !important;
    text-transform: capitalize;
}

.search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 4px;
}

.search-filter-container .custom-control-label::after {
    top: 5px;
}

.search-filter-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.search-filter-container .custom-control {
    padding: 0px 26px;
    align-items: center;
    display: flex;
    min-height: 28px;
}

.search-filter-container .tab-pane {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

.search-filter-container > ul li {
    border-bottom: 0px solid #E0E6ED;
    padding: 0px 15px;
}

.search-filter-container .third-child-ul {
    padding: 0px 0px;
}

.filter-search-filterSearchBox {
    position: absolute;
    top: 0px;
    right: 14px;
    width: 25px;
    height: 25px;
    background-color: #f5f5f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .filter-search-filterSearchBox .filter-search-hidden {
        display: none;
    }

    .filter-search-filterSearchBox .filter-search-inputBox {
        background-color: #ffffff;
        outline: none;
        border: none;
        font-size: 14px;
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        padding: 2px 33px 2px 14px;
    }

.filter-search-iconSearch {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 3px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    cursor: pointer;
}

.sprites-search {
    width: 16px;
    height: 16px;
}

.filter-search-filterSearchBox .sprites-search {
    width: 20px;
    height: 20px;
}

.colive-sprites {
    background-image: url(/assets/images/search.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

    .colive-sprites.sprites-remove {
        background-image: url('/assets/images/close-button.png');
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
    }

.brand-value {
    position: relative;
    top: 0px;
    right: -10px;
    z-index: 1;
}

.filter-search-expanded {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.filter-search-hidden.filter-search-visible {
    display: block;
    font-size: 12px;
}

.property_list_view_pad .card-img-top {
    max-height: 210px;
    height: 210px;
}

.fixed-filter-header {
    position: fixed;
    height: auto;
    z-index: 10;
    top: -124px;
}

    .fixed-filter-header::-webkit-scrollbar {
        width: 3px;
        height: 8px;
    }

.properties-sort {
    padding: 23px 0px;
}

.sort-sortBy {
    padding: 6px 14px;
    font-size: 12px;
    color: #282c3f;
    cursor: pointer;
    position: relative;
    width: 255px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d4d5d9;
    margin: -11px 0px 0px 8px;
}

    .sort-sortBy span {
        text-transform: capitalize;
        font-weight: 700;
        color: #282c3f;
    }

.search-base ul {
    padding-left: 0;
}

.sort-sortBy:hover {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
}

    .sort-sortBy:hover .sort-list {
        display: block;
    }

.sort-list li:hover {
    background-color: #f4f4f5;
}

.sort-list li.active {
    background-color: #f4f4f5;
}

.sort-list {
    width: 255px;
    background-color: #ffffff;
    position: absolute;
    top: 30px;
    left: -1px;
    margin: 0;
    padding: 16px 0;
    z-index: 24;
    display: none;
    border: solid 1px #d4d5d9;
    border-top: none;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
}

    .sort-list label {
        display: block;
        font-size: 12px;
        color: #282c3f;
        cursor: pointer;
        padding: 8px 20px;
        margin: 0;
    }

.sort-label input {
    visibility: hidden;
    display: none;
}

.sort-list li {
    list-style-type: none;
}

.sort-downArrow.sprites-downArrow {
    float: right;
    font-size: 20px;
    position: relative;
    bottom: 6px;
}

.property-sorting-total {
    display: flex;
    align-items: center;
}

.property-sorting-total {
    padding-top: 18px;
}

    .property-sorting-total .form-inline {
        margin-right: 16px;
    }

        .property-sorting-total .form-inline button {
            width: 105px;
            height: 32px !important;
            font-size: 13px;
        }

#property_search #navbar {
    border-bottom: 1px solid #E0E6ED;
}

.ul-height-limit {
    max-height: 138px;
    overflow-y: hidden;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

    .ul-height-limit.active {
        max-height: 285px;
        -webkit-transition: max-height 2s;
        transition: max-height 2s;
        overflow-y: auto;
    }

.apply_show {
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #ef0075;
    width: 27%;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 5px;
    text-align: left !important;
    width: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

    .apply_show:before {
        content: "\f054";
        font-size: 16px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(90deg);
        padding: 10px 0px 0px 0px;
        margin-right: 3px;
    }

.search-filter-container li ul:first-child {
    border-bottom: 0px solid #E0E6ED;
}

#property_search .nav.w-100.container {
    max-width: none !important;
    padding-left: 15px;
}

    #property_search .nav.w-100.container .navbar-brand {
        width: 19.3%;
    }

.radioInputGroup .filtercitySelect [type="radio"]:checked + label:before,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid #112950;
    border-radius: 100%;
    background: #fff;
}

.filtercitySelect .radio-custom-label {
    padding: 0px 26px !important;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked + label:after,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked + label,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #212529;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked,
.filtercitySelect [type="radio"]:not(:checked) {
    position: absolute;
    z-index: 999;
    opacity: 0;
    width: 21px !important;
    height: 22px !important;
    cursor: pointer;
}

/* Mobile view filter - 10/12/2019 */
.mobileFilterbutton {
    position: fixed;
    z-index: 9;
    bottom: 7%;
    background: #fff;
    padding: 7px 0px;
    width: 100%;
    display: flex;
    border-top: 0px solid #eee;
    box-shadow: 0px 0px 4px 0px #c7c7c7;
}

    .mobileFilterbutton button {
        width: 50%;
        background: #fff;
        border: 0px;
        border-right: 1px solid #d0d0d0;
        padding: 1px 0px;
        color: #5a5a5a;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 !important;
        font-size: 13px;
    }

#property_search .tabs-left > .nav-tabs {
    border-bottom: 0;
}

#property_search .tab-content > .tab-pane,
#property_search .pill-content > .pill-pane {
    display: block;
}

#property_search .tabs-left > .nav-tabs > li {
    float: none;
}

    #property_search .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

#property_search .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    #property_search .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        #property_search .tabs-left > .nav-tabs > li > a:hover,
        #property_search .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    #property_search .tabs-left > .nav-tabs .active > a,
    #property_search .tabs-left > .nav-tabs .active > a:hover,
    #property_search .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

#property_search .tab-pane > ul > li:last-child {
    height: auto;
    align-items: center;
    flex-direction: column;
}

    #property_search .tab-pane > ul > li:last-child > span {
        text-align: center;
        font-size: 12px;
        font-weight: 500;
    }

.mobilefilter-button svg path + path {
    fill: #868686;
}

.mobilefilter-button svg path {
    opacity: 1;
}

/*16122019*/
.highttolow svg.SortModalIcon,
.lowtohigh svg.SortModalIcon,
.priceDefault svg {
    display: none;
}

.rightGridView_List {
    width: 100%;
}

.PopUp_Filter {
    position: absolute;
    width: 50vw;
    background: #fff;
    z-index: 9;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 3px 0px #e4e4e4;
}

.Slideanimated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.TransferHeader {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 12px;
}

.transfer_body_content {
    text-align: justify;
}

.transfercontainer {
    margin: 20px;
}

    .transfercontainer .check_box {
        margin: 10px 0;
    }

    .transfercontainer .form-group {
        position: relative;
    }

        .transfercontainer .form-group .form-control {
            width: 100%;
            margin-left: 0;
        }

        .transfercontainer .form-group .fa {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .transfercontainer .radioInputGroup [type="radio"]:checked + label:after,
    .transfercontainer .radioInputGroup [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #f0086e;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
/*
     Manikandan Changes
    */
#bookingPg .payment-detail-ulli .form-group.radio-custom-label {
    margin-bottom: 0px;
}

#bookingPg .payment-detail-ulli {
    margin-bottom: 1rem !important;
    padding-bottom: 40px !important;
}

#bookingPg .radioInputGroup .payment-detail-ulli [type="radio"]:checked + label:after,
.radioInputGroup .payment-detail-ulli [type="radio"]:not(:checked) + label:after {
    top: 4px;
    left: 4px;
    cursor: pointer;
}

#bookingPg .radioInputGroup .payment-detail-ulli [type="radio"]:checked,
.payment-detail-ulli [type="radio"]:not(:checked) {
    cursor: pointer;
}

#bookingPg .book-now {
    padding-top: 20px;
}

#bookingPg .choose-room {
    padding-bottom: 0px;
}

#bookingPg .paymentContinueContent p {
    font-size: 15px;
    color: #ef0075;
    font-weight: 500;
    padding-top: 16px;
}

#bookingPg #continueCancelPayment .total-amount p {
    color: #324B72;
    font-size: 16px;
    font-weight: 500;
}

    #bookingPg #continueCancelPayment .total-amount p span {
        font-weight: 600;
    }

#bookingPg #kycmodal .modal-dialog {
    width: fit-content;
    max-width: fit-content;
}

#liProratedRent .TermsWrapper input[type=checkbox] + label {
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
}

/* Email Verification */
.CustomerVerification {
    opacity: 1 !important;
}

    .CustomerVerification #spnCustomerName {
        font-weight: 600;
    }

    .CustomerVerification #spnEmailVerification {
        font-size: 12px;
    }

/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #ef0075;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 3.5px solid #fff0;
        top: -2px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000000;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion ShowLoaderEnd*/

/* 19/12/2019 Search Filter*/
.search-filter-container .custom-control label {
    color: #112950;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
}

.search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0,0,0,0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}

.filter_box.bg-white .search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0,0,0,0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label:before,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    border-radius: 3px !important;
    background: #fff;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label:after,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #112950;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked,
.search-filter-container .filtercitySelect [type="radio"]:not(:checked) {
    position: absolute;
    z-index: 999;
    opacity: 0;
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
    top: 4px;
    left: 1px;
}

.search-filter-container .filtercitySelect {
    height: 28px !important;
    position: relative;
    align-items: center;
    display: flex;
    align-content: center;
}

.search-filter-header {
    height: auto;
    z-index: 10;
    top: 70px;
    left: 0px;
    padding: 0;
    padding-left: 30px;
    margin-top: 0px;
    background: #ffffff;
    position: fixed;
    width: 250px;
    padding-left: 0px;
    padding-top: 17px;
    box-shadow: -1px 0px 8px 1px #bbb5b5;
}

#property_search .tab-content > .tab-pane:last-child {
    border-bottom: 0px !important;
}

.filternav-active {
    background: #fff !important;
    color: #ef0075;
}

    .filternav-active a {
        color: #ef0075 !important;
    }

.showval {
    display: none !important;
}

.apply_show.active:before {
    content: "\f054";
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(270deg);
    padding: 10px 0px 0px 0px;
    margin-right: 9px;
}

section.grid-view .card:hover {
    box-shadow: 0px 0px 10px 1px #bdbdbd;
}
/* Transfer Styles */
.checkoutProperty {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

#CheckoutDetails .field {
    margin: 5px 0;
}

#CheckoutDetails .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

.dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .transferRequest {
    background-color: #ffffff;
    border: 1px solid #ef0073;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 5px;
    color: #ef0073;
    white-space: pre-wrap;
}

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .transferRequest:hover {
        background-color: #ef0073;
        border: 1px solid #ef0073;
        color: #fff;
    }

#CheckoutDetails .ChkoutPropName {
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 10px;
    color: #112950;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px;
}

#CheckoutDetails .ChkoutPropNameuse {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 0px 0px 15px 0px;
}

#CheckoutDetails .modal-content {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 40px auto;
    position: relative;
}

.CheckoutDetailButton {
    position: absolute;
    right: -7px;
    top: -3px;
    background: #fff !important;
    opacity: 1;
    border-radius: 50%;
    padding: 1px 6px !important;
    box-shadow: 0px 0px 5px 0px #ffffffbf !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    border: 0;
    cursor: pointer;
    color: #112950;
}

#CheckoutDetails .action-button {
    border: 0px solid #324b72;
    background: #324b72;
    padding: 5px 22px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

button.chkOutCancelbutton {
    border: 0px solid #ef0075;
    background: #ef0075;
    padding: 5px 19px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

#CheckoutDetails .Chkoutfooter {
    margin: 0 auto;
    padding-top: 16px;
}

.ChkoutBody .input-group {
    margin: 16px 0;
}

    .ChkoutBody .input-group #slCheckoutTime {
        border-radius: 0px;
    }

#Transfer_Details_Page .choose-room {
    padding-bottom: 0px;
}

#Transfer_Details_Page #ReservationPayment {
    padding-top: 20px;
}

#Transfer_Details_Page .payment-detail {
    padding: 0px;
    background: #fff !important;
    padding-bottom: 20px;
}

    #Transfer_Details_Page .payment-detail #TrnasferDetails {
        padding-top: 20px;
        padding-bottom: 0;
    }

    #Transfer_Details_Page .payment-detail .discount {
        background-color: #F4F8FB;
        padding: 20px;
        margin: 10px 42px;
        margin-top: 10px !important;
    }

#Transfer_Details_Page .payment-detail-block.container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.TransferTitleRatecard {
    color: #ADB7C7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
}

.TransfersubTitlecard {
    margin-bottom: 0px;
    color: #112950;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.TransferDetails .page-nation {
    border: 1px solid #eee;
    box-shadow: 0px 0px 6px 2px #f1f1f1;
    padding: 15px;
}

.Transfer_SubTitle {
    color: #ef0075;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
}

.TransferDetails .page-nation .container {
    padding: 0;
}

.TransferCardbg {
    width: 100%;
    display: flex;
    margin: 6px 15px;
    border: 2px solid #eee;
    padding: 8px 0;
    align-items: center;
    justify-content: center;
}

    .TransferCardbg .custom-control {
        padding: 0;
        min-height: 0;
    }

        .TransferCardbg .custom-control label {
            margin: 0;
        }

        .TransferCardbg .custom-control p.Bed-Key {
            margin: 0 !important;
            color: #112950 !important;
            font-size: 14px;
        }

        .TransferCardbg .custom-control label {
            margin: 0;
            font-size: 13px;
            font-weight: 500;
            white-space: nowrap;
        }

.product-wrap .first-section .booknow .card ul#myTab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-wrap .first-section .booknow .card .nav-item a {
    padding: 9px 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #112950;
}

.TransferCardbg.bg-grey {
    background: #eee;
}

.Transfer_bedKey {
    width: min-content;
    float: right;
}

    .Transfer_bedKey > span {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .Transfer_bedKey span .info_symbol i {
        margin-right: 0;
        padding-right: 0px;
    }

    .Transfer_bedKey > span .tooltip_hover {
        visibility: hidden;
        z-index: 1;
        background: #324b72;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 13px;
        position: absolute;
        width: 82%;
        right: -99px;
        text-align: left;
    }

        .Transfer_bedKey > span .tooltip_hover i {
            margin-left: 0px;
            border: solid #324b72;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            position: relative;
            left: -15px;
            background: #324b72;
        }

.dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .request-checkin input {
    margin: 0px 0px 0 12px !important;
    font-size: 16px !important;
}
/* 30/12/2019 */
.homepage-wrap .col-md-3 .card-img-top {
    max-height: 100%;
}
/* 01102020 */
.schedulecaleIcon {
    width: 7.5%;
}

    .schedulecaleIcon img {
        width: 100%;
    }

#HeaderSchduleVisitPopUp #schedulevisit {
    padding: 0;
    margin: 0;
    background: transparent;
    min-height: auto;
}

#HeaderSchduleVisitPopUp .signup-box {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    padding: 12px 20px 20px 20px;
    box-shadow: 0px 0px 4px 2px #8e8e8e;
}

#HeaderSchduleVisitPopUp .modal-dialog {
    max-width: 535px;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#HeaderSchduleVisitPopUp .close.w3_close {
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0px;
    font-size: 30px;
    color: #ef0075;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    padding: 0px 6px;
    box-shadow: 1px 0px 4px 0px #fff;
}

#HeaderSchduleVisitPopUp .modal-content {
    position: relative;
    border: 0px;
    padding: 10px;
    background: transparent;
}

    #HeaderSchduleVisitPopUp .modal-content label {
        display: none;
    }

    #HeaderSchduleVisitPopUp .modal-content .form-group {
        margin: 0px;
        position: relative;
    }

    #HeaderSchduleVisitPopUp .modal-content form button {
        margin-top: 20px;
        padding: 8px 0;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
    }

#HeaderSchduleVisitPopUp #SCHCities,
#HeaderSchduleVisitPopUp #SCHslVisitSlots,
#HeaderSchduleVisitPopUp #SCHLocations,
#HeaderSchduleVisitPopUp #SCHProperty {
    background-color: #FFFFFF;
    border: 0px solid #E0E6ED;
    width: 100% !important;
    height: 80%;
    margin: 0;
    border-bottom: 2px solid #E0E6ED;
    font-size: 14px;
    outline: none;
    padding: 5px 29px;
}

#HeaderSchduleVisitPopUp .pick-date select#slVisitSlots {
    width: 100%;
    top: 0px;
    position: relative;
    margin-left: 0;
    border-bottom: 2px solid #E0E6ED !important;
    border: 0;
    font-size: 14px;
}

#HeaderSchduleVisitPopUp .login-wrap .signup-box form .form-group input,
#HeaderSchduleVisitPopUp .login-wrap .login-box form .form-group input {
    padding: 5px 26px !important;
}

#HeaderSchduleVisitPopUp .modal-content .form-group.pick-date .row {
    width: 105%;
}

#HeaderSchduleVisitPopUp .modal-content label.error {
    color: white !important;
    font-size: 10px !important;
    position: absolute !important;
    display: block;
    float: right;
    background-color: #f90000bf !important;
    padding: 2px 10px;
    border-radius: 2px;
    bottom: -7px;
    top: auto !important;
    right: 0;
    z-index: 10;
}

#HeaderSchduleVisitPopUp .focus-input100 {
    position: relative;
    width: 100%;
    height: 100%;
    top: -27px;
    left: 0;
    pointer-events: none;
}

#HeaderSchduleVisitPopUp .signup-box h4 {
    font-weight: 700;
    color: #112950;
    font-size: 20px;
    padding-top: 10px;
}

#HeaderSchduleVisitPopUp i.fa.fa-calendar {
    position: absolute;
    bottom: 38px;
    top: 10px;
}

.about-us .our-team strong {
    color: #112950;
}

.AboutUsImage {
    width: 210px;
    margin: 0 auto;
}

#SitemapCityList {
    padding: 0 15px;
}

/* Transfer - 20/01/2020 */
#mdlTransferModal .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #mdlTransferModal .modal-dialog .modal-content {
        margin-top: 0px;
    }

.TransferSelectProp_Title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
    background: #eee;
    padding: 6px 5px !important;
}

.TransferSelectProp_Name,
.TransferSelectProp_BedKey,
.TransferSelectProp_ChkOut {
    margin-bottom: 20px;
    color: #112950;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 5px;
    cursor: auto;
}

.TransferSelectProp_ChkOutDetails label,
.TransferSlectecProp_ChkInDetails label {
    font-size: 13px;
    font-weight: 500;
}

.TransferSelectProp_ChkOutDetails {
    border: 2px solid #efefef;
    padding: 0px;
}

    .TransferSelectProp_ChkOutDetails > div,
    .TransferSlectecProp_ChkInDetails > div {
        padding: 0px 5px;
    }

.TransferSlectecProp_ChkInDetails {
    border: 2px solid #efefef;
    padding: 0px;
}

/* Achievement Page 14/01/2020 */
.achievement_header {
    padding: 0px;
}

.Main_headertext {
    font-size: 34px !important;
    text-align: left !important;
    margin-bottom: 7px;
}

.text-container {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffffb3;
}

#achievements_Page #site_homepage .homepage-wrap .banner {
    padding-top: 100px;
    padding-bottom: 34px;
}

.acivevement_Box {
    padding: 15px;
    border: 1px solid #eee;
    margin: 15px 0;
    box-shadow: 0px 0px 5px 0px #dadada;
    height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.achievement_container {
    padding-top: 50px;
    position: relative;
}

.achivement_page_details .achievement_container {
    padding-top: 85px;
    position: relative;
}

.achievement_header .achievements {
    color: #112950;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}

.achievement_container p.At_CoLive {
    color: #324B72;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 31px;
    margin-bottom: 30px;
}

.achievement_container p.dolor-si {
    color: #324B72;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

    .achievement_container p.dolor-si span {
        color: #324B72 !important;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 23px;
        text-align: left !important;
        font-family: 'Inter-Regular' !important;
    }

.achievement_hr_Line {
    width: 100%;
    padding-left: 15px;
}

    .achievement_hr_Line hr {
        border: 2px solid #ef0075 !important;
        width: 5%;
        float: left;
        margin: 10px auto 15px 0;
        border: 0;
    }

#achievements_Blog .container-fluid {
    padding: 20px 20px;
    background: #f7f7f7 !important;
}

.achievementTitle_tag {
    font-size: 24px;
    color: #112950;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.achievementSubTitle_tag {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 500;
    text-align: center;
    padding: 12px 8px 8px 8px;
}

#achievements_Blog .container-fluid > .row {
    max-width: 100%;
    margin: 0 auto;
}

.achievementBlogWrapper.active {
    height: auto;
    max-height: 970px;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

#achievementWrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.AchievementSliderImage {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 9px;
    border-radius: 5px;
    background: #fff;
}

.achievementImageSlider {
    margin: 20px 0;
}

.achievement_container .owl-dot {
    padding: 5px 0px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #ffffff70 !important;
    border: 2px solid #fff !important;
    margin: 0 2px;
}

    .achievement_container .owl-dot.active {
        background: #ef0075 !important;
    }

.achievement_container .owl-carousel {
    position: relative;
}

.achievement_container .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 4vh;
}

.ac-item-caption {
    position: relative;
    z-index: 3;
    border: 2px solid #112950;
    padding: 14px;
    margin-left: 25px;
    width: 100%;
}

.cardright .ac-item-caption {
    margin-left: 0px;
    width: 100%;
    margin-right: 25px;
}

.achievementBlog_contain {
    height: 450px;
    overflow: hidden;
}

.achievement_Box {
    height: 450px;
    overflow: hidden;
}

.AchievementBox_Img {
    height: 450px;
    overflow: hidden;
}

    .AchievementBox_Img img {
        height: 100%;
        width: 100%;
    }

.AchievementBox_Content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#achievements_blog_contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

    #achievements_blog_contents.cardleft {
        flex-direction: row;
    }

    #achievements_blog_contents.cardright {
        flex-direction: row-reverse;
    }

#achievementsImage_blog_contents .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    align-items: center;
    width: 100%;
}

    #achievementsImage_blog_contents .owl-nav .owl-prev {
        margin-left: 10px;
        cursor: pointer;
        padding: 0px 15px !important;
        border: 1px solid lightgray;
        color: deeppink;
        font-size: 26px;
        background: #fff;
        border-left: 0px;
    }

    #achievementsImage_blog_contents .owl-nav .owl-next {
        margin-right: 10px;
        cursor: pointer;
        padding: 0px 15px !important;
        border: 1px solid lightgray;
        color: deeppink;
        font-size: 26px;
        background: #fff;
        border-right: 0px;
        float: right;
        position: absolute;
        bottom: 45%;
        right: 0;
    }

#achievementsSubHeading {
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 500;
    text-align: center;
    padding: 12px 8px 8px 8px;
}

.achievementBack_btn span {
    color: #929090;
    padding: 0 5px;
    font-weight: 400;
    font-size: 14px;
}

.SpaceBreacrumb i.fa.fa-chevron-right {
    float: none;
    color: #c3c3c3 !important;
    font-weight: lighter;
}

.achievementBack_btn span a {
    color: #ef0073;
    font-weight: 600;
    text-transform: capitalize;
}

.acivevement_Box:before {
    content: "\f091";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -18px;
    left: 18px;
    background: #fff;
    border: 2px solid #ef0073;
    padding: 9px 10px;
    font-size: 20px;
    color: #ef0073;
    box-shadow: 0px 0px 5px 0px #dadada;
    transition: 0.2s ease-in;
}

.acivevement_Box:hover:before {
    transition: 0.2s ease-in;
    top: -22px;
}

#achievements_Page .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    #achievements_Page .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #achievements_Page .hovereffect:hover .overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }

    #achievements_Page .hovereffect h2,
    .hovereffect img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #achievements_Page .hovereffect img {
        display: block;
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border: 4px solid transparent;
    }

    #achievements_Page .hovereffect:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        padding: 10px;
        border: 4px solid #e8e8e8;
    }

    #achievements_Page .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    #achievements_Page .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        margin: 30px 0 0 0;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        position: absolute;
        left: 2%;
        padding: 7px 33px;
        background: #fff !important;
        color: #ef0073;
        font-weight: 600;
        font-size: 14px;
        text-transform: capitalize;
        bottom: 14%;
    }

    #achievements_Page .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: rgba(0,0,0,0.4);
    }

#achievements_Page .overlay a.ac-item-image-inner {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    margin: 30px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    position: absolute;
    left: 2%;
    padding: 7px 33px;
    background: #fff !important;
    color: #ef0073;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    bottom: 26%;
}

#achievements_Page .hovereffect:hover .overlay a.ac-item-image-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.4);
}

    #achievements_Page .hovereffect:hover .overlay a.ac-item-image-inner .achievementTitle_tag {
        font-size: 20px;
        color: #112950;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

#achievements_Page .Main_headertext {
    text-align: center !important;
}

.AwardsRecognition {
    padding: 35px 0;
}

.awardscontain_btn {
    background: #ef0073;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: max-content;
}

    .awardscontain_btn:hover {
        color: #fff;
        background: #112950;
    }

.AwardsRecognition h2 {
    color: #112950;
    margin-bottom: 8px;
}

.aboutustxt {
    color: #112950;
    font-size: 14px;
    opacity: 0.9;
}

.awards_btnSec {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* New Homepage Banner Styles */
#site_homepage {
    position: relative;
}

    #site_homepage #index-banner {
        background: url('/assets/images/homepage/homepage_banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    #site_homepage .homepage-wrap .banner {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    #site_homepage .navbar {
        padding: 0px 15px;
        background-color: #ffffff00;
    }

    #site_homepage .nav-item a {
        color: #ffffff;
    }

        #site_homepage .nav-item a:hover {
            color: #fff;
        }

        #site_homepage .nav-item a svg {
            fill: #fff;
        }

        #site_homepage .nav-item a:hover svg g {
            fill: #fff;
        }

    #site_homepage nav.navbar.box-shadow .nav-item a:hover svg g {
        fill: #f0086e !important;
    }

    #site_homepage button.btn.login-btn.btn-secondary {
        background-color: #ffffff00;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        #site_homepage button.btn.login-btn.btn-secondary:hover {
            background-color: #ef0073;
            border: 2px solid #ef0073;
            color: #ffffff;
        }

    #site_homepage .ScheduleVisitButton {
        border: 2px solid #ffffff;
    }

        #site_homepage .ScheduleVisitButton:hover {
            border: 2px solid #ef0073;
            background: #ef0073;
            color: #fff;
        }

    #site_homepage nav.navbar.box-shadow {
        background: #fff !important;
    }

        #site_homepage nav.navbar.box-shadow .nav-item a {
            color: #324b72;
        }

            #site_homepage nav.navbar.box-shadow .nav-item a svg {
                fill: #324b72;
            }

            #site_homepage nav.navbar.box-shadow .nav-item a:hover {
                color: #f0086e;
            }

        #site_homepage nav.navbar.box-shadow .ScheduleVisitButton {
            border: 2px solid #ef0073;
            color: #ef0073;
        }

            #site_homepage nav.navbar.box-shadow .ScheduleVisitButton a {
                color: #ef0073;
            }

            #site_homepage nav.navbar.box-shadow .ScheduleVisitButton:hover a {
                color: #fff;
            }

            #site_homepage nav.navbar.box-shadow .ScheduleVisitButton:hover {
                border: 2px solid #112950;
                background: #112950;
            }

                #site_homepage nav.navbar.box-shadow .ScheduleVisitButton:hover a {
                    color: #fff;
                }

        #site_homepage nav.navbar.box-shadow button.btn.login-btn.btn-secondary {
            background-color: #fff;
            border: 2px solid #324b72;
            color: #324b72;
        }

        #site_homepage nav.navbar.box-shadow .nav-item button.btn.btn-secondary:hover {
            background-color: #f0086e;
            border-color: #f0086e;
        }

            #site_homepage nav.navbar.box-shadow .nav-item button.btn.btn-secondary:hover a {
                color: #fff;
            }

    #site_homepage .homepage-wrap .banner h1 {
        margin-top: 0px;
    }

    #site_homepage .modal#video-modal {
        margin-top: 0px;
    }

    #site_homepage .banner_img {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #site_homepage .homepage-wrap .banner h1 {
        font-size: 22px;
        font-weight: 500;
    }

    #site_homepage .homepage-wrap .search-container {
        padding: 6%;
        margin: 0;
        background-image: none;
    }

    #site_homepage .user-info .user-name {
        /*color: #ffffff;*/
    }

.user-name.mobileusername {
    display: none;
}

#site_homepage nav.navbar.box-shadow .user-info .user-name {
    color: #324B72;
}

#site_homepage .dropdown-toggle .dropdown-userdetails::after {
    color: #fff;
}

#site_homepage nav.navbar.box-shadow .dropdown-toggle .dropdown-userdetails::after {
    color: #f0086e;
}

#site_homepage .box-shadow #MIGnavbarToggler {
    visibility: visible !important;
}

#video-modal #divLocationMenus {
    max-width: none !important;
    padding-left: 20px;
}

#Chennai {
    width: 40%;
}

#Hyderabad {
    width: 20%;
}

#Pune {
    width: 40%;
}

#site_homepage .CityList {
    margin: 80px auto 0px;
}

#site_homepage .homepage_Wrapper_P {
    padding: 0px 0px;
    color: #112950;
    text-align: center;
    margin-bottom: 1.3rem;
    font-weight: 500;
    font-size: 16px;
}

/* Career Page 21/01/2020 */
#career_page .career_search {
    right: 0;
    display: none;
}

#career_page .career-wrap_search input {
    outline: none;
    border: 2px solid #e6e6e6ee;
    padding: 5px 10px;
    font-size: 14px;
}

#career_page #search_CareerBtn {
    background: #ef0073;
    border-color: #ef0073;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

#career_page #exploreCareerOpp .select-drop-down {
    position: relative;
    margin-top: 1.2rem;
}

#career_page #exploreCareerOpp select {
    width: 100%;
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #324B72;
    outline: none;
    border: 2px solid #E0E6ED;
}

#career_page #exploreCareerOpp .select-drop-down i.fa.fa-angle-down {
    font-size: 30px;
    position: absolute;
    right: 25px;
    padding-top: 3px;
    color: #bec9d6;
}

#career_page .Explore_career {
    color: #324B72;
    font-size: 16px;
}

#career_page .Explore_career {
    color: #324B72;
    font-size: 14px;
    font-weight: 700;
}

#career_page .CareerSearchOpt #CareerSearch {
    width: 100%;
}

#career_page .Career_Title {
    color: #112950;
    font-size: 22px;
    font-weight: 600;
    line-height: 54px;
    width: 100%;
}

#career_page .CareerJobByteam .tiles {
    font-size: 0;
    text-align: center;
}

#career_page .CareerJobByteam {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #career_page .CareerJobByteam .tiles .tile {
        display: inline-block;
        text-align: left;
        opacity: .99;
        overflow: hidden;
        position: relative;
        border-radius: 0px;
        cursor: pointer;
    }

        #career_page .CareerJobByteam .tiles .tile:before {
            content: '';
            background: linear-gradient(to bottom, rgba(118, 12, 78, 0.09) 0%, rgb(242, 0, 108) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top, opacity;
            transition-duration: 0.3s;
        }

.CareerJobByteam .tiles .tile img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-height: 200px;
    width: 100%;
}

#career_page .CareerJobByteam .tiles .tile .details {
    font-size: 16px;
    padding: 20px 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

    #career_page .CareerJobByteam .tiles .tile .details span {
        display: block;
        opacity: 0;
        position: relative;
        top: 20px;
        transition-property: top, opacity;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

    #career_page .CareerJobByteam .tiles .tile .details .title {
        line-height: 1;
        font-weight: 600;
        font-size: 14px;
    }

    #career_page .CareerJobByteam .tiles .tile .details .info {
        line-height: 1.2;
        margin-top: 5px;
        font-size: 12px;
        padding: 0px 15px;
    }

#career_page .CareerJobByteam .tiles .tile:focus:before,
#career_page .CareerJobByteam .tiles .tile:focus span,
#career_page .CareerJobByteam .tiles .tile:hover:before,
#career_page .CareerJobByteam .tiles .tile:hover span {
    opacity: 1;
}

#career_page .CareerJobByteam .tiles .tile:focus:before,
#career_page .CareerJobByteam .tiles .tile:hover:before {
    top: 50%;
}

#career_page .CareerJobByteam .tiles .tile:focus span,
#career_page .CareerJobByteam .tiles .tile:hover span,
#career_page .CareerJobByteam .tiles .tile:hover .details span.title {
    top: 0 !important;
}

#career_page .CareerJobByteam .tiles .tile:hover .details span.title {
    background: transparent;
    color: #fff;
    padding: 0px 15px;
}

#career_page .CareerJobByteam .tiles .tile:focus .title,
#career_page .CareerJobByteam .tiles .tile:hover .title {
    transition-delay: 0.15s;
}

#career_page .CareerJobByteam .tiles .tile:focus .info,
#career_page .CareerJobByteam .tiles .tile:hover .info {
    transition-delay: 0.25s;
}

#career_page .CareerJobByteam .tiles .tile .details span.title {
    display: block;
    opacity: 1;
    position: relative;
    top: 26px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
    background: #fff;
    color: #ef0073;
    padding: 10px 15px;
}

#career_page .CareerJobtiles {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

    #career_page .CareerJobtiles:hover {
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -webkit-transform: translateY(-7px) translateZ(0);
        -moz-transform: translateY(-7px) translateZ(0);
        -o-transform: translateY(-7px) translateZ(0);
        -ms-transform: translateY(-7px) translateZ(0);
        transform: translateY(-7px) translateZ(0);
    }

#career_page .chooseJobsFields {
    display: block;
    margin-top: 2vh;
}

#career_page .ChooseJobSec {
    padding: 30px 0 20px 0;
    display: none;
}

#career_page .SelectedJobFields {
    background: #fff;
    padding: 10px 15px 10px 15px;
    box-shadow: 0px 0px 5px 0px #ececec;
    border-left: 4px solid #ef0073 !important;
    border: 1px solid #f3f3f3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    #career_page .SelectedJobFields:hover {
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
        -webkit-transform: translateY(-7px) translateZ(0);
        -moz-transform: translateY(-7px) translateZ(0);
        -o-transform: translateY(-7px) translateZ(0);
        -ms-transform: translateY(-7px) translateZ(0);
        transform: translateY(-7px) translateZ(0);
    }

    #career_page .SelectedJobFields.active {
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
        -webkit-transform: translateY(-7px) translateZ(0);
        -moz-transform: translateY(-7px) translateZ(0);
        -o-transform: translateY(-7px) translateZ(0);
        -ms-transform: translateY(-7px) translateZ(0);
        transform: translateY(-7px) translateZ(0);
    }

    #career_page .SelectedJobFields > div {
        padding: 1px 0px;
        display: flex;
        font-size: 12px;
        color: #828080;
        text-transform: capitalize;
    }

#career_page .SelectedJobheadTitle {
    font-weight: 600;
    margin-bottom: 8px;
    color: #324b72;
    font-size: 16px;
}

#career_page .SelectedJobFields > div i {
    color: #324b72;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

#career_page .SelectedJobExp {
    color: #989898;
    font-weight: 500;
}

#career_page .SelectedJobTitle {
    font-weight: 500;
}

#career_page .SelectedJobLocationSec {
    font-weight: 500;
}

#CareerApplicationPopup #career_page_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    #CareerApplicationPopup #career_page_wrapper .modal-dialog {
        margin: 0 auto;
        max-width: 600px !important;
        width: 600px;
    }

        #CareerApplicationPopup #career_page_wrapper .modal-dialog .modal-content {
            border-radius: 10px;
            border: 1px solid #efefef;
            box-shadow: 0px 0px 2px 0px #f9f9f9;
        }

            #CareerApplicationPopup #career_page_wrapper .modal-dialog .modal-content .ApplicationWrapper {
                padding-top: 12px;
            }

.ApplicantPopUpFormSubmission {
    display: flex;
    margin: 0 auto;
}

    .ApplicantPopUpFormSubmission .PopupFormSubmit {
        background: #ef0073;
        color: #fff !important;
        border: 1.5px solid #ef0073;
        margin: 0px 4px;
        cursor: pointer;
    }

        .ApplicantPopUpFormSubmission .PopupFormSubmit:hover {
            background: #fff;
            color: #112950 !important;
            border: 1.5px solid #112950;
        }

    .ApplicantPopUpFormSubmission .PopupFormCancel {
        color: #fff !important;
        border: 1.5px solid #112950;
        background: #112950;
        margin: 0 4px;
        cursor: pointer;
    }

        .ApplicantPopUpFormSubmission .PopupFormCancel:hover {
            border: 1.5px solid #ef0073;
            background: #fff;
            color: #ef0073 !important;
        }

/* career page application form 21/01/2020 */
#career_page_wrapper #CareerJob_Padding {
    padding: 50px 15px;
    padding-bottom: 15px;
}

.career_form_wrapper {
    padding-bottom: 0px;
}

#career_page_wrapper .bg-grey {
    padding: 30px 30px;
    background: #f5f5f5;
}

#career_page_wrapper .JobApplication_Title {
    color: #112950;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

#career_page_wrapper .jobLocation_Title {
    color: #8c8c8c;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

#career_page_wrapper .ApplicationWrapper {
    padding-top: 30px;
}

#career_page_wrapper .SubmitApplicationTitle {
    color: #4a4a4a;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

#career_page_wrapper .JobProfileTitle {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 600;
}

.ApplicationWrapper .input-file-container {
    position: relative;
    width: 100%;
}

.ApplicationWrapper .form-control label {
    color: #0E2441;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.ApplicationWrapper .form-control .form-group input {
    border: 1.53px solid #F2F2F2 !important;
    border-radius: 4px;
    color: #9798A2;
    font-size: 14px;
    line-height: 22px;
    padding: 22.6px 15px;
}

.ApplicationWrapper .input-file {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    padding: 6px 0;
    cursor: pointer;
    width: 50%;
}

.ApplicationWrapper .input-file-trigger {
    position: absolute;
    display: block;
    padding: 6px 15px;
    transition: all .4s;
    cursor: pointer;
    margin-top: 0px;
    border: 1.5px solid #dededeee;
    border-radius: 2px;
    color: #112950 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: 0px;
    top: 0;
    width: 50%;
    display: flex;
    align-items: center;
    background: #efefef;
}

.ApplicationWrapper .input-file-container label svg {
    margin-right: 11px;
}

.ApplicationWrapper .FileAttachsec {
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
    color: #a0a0a0;
}

.ApplicationWrapper i.fa.fa-paperclip {
    font-size: 22px;
}

.ApplicationWrapper input {
    border: 1.5px solid #dededeee;
    border-radius: 2px;
    color: #112950 !important;
    width: 100%;
    padding: 6px 15px;
    font-size: 12px;
    outline: none;
    font-weight: 600;
}

    .ApplicationWrapper input::placeholder {
        font-size: 12px;
        outline: none;
        font-weight: normal;
    }

    .ApplicationWrapper input#txtApplicantExperience {
        width: 50%;
    }

.ApplicationWrapper .ApplicantExperiencebyMonth {
    font-size: 10px;
    font-weight: 600;
    color: #808080;
}

.ApplicationWrapper .ResumeFileName {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    color: #112950;
    top: 0;
    left: 230px;
    width: 215px;
    word-break: break-word;
    display: none;
}

.ApplicationWrapper textarea {
    border: 1.5px solid #dededeee;
    border-radius: 2px;
    color: #112950 !important;
    width: 100%;
    padding: 6px 15px;
    font-size: 12px;
    outline: none;
    font-weight: 600;
}

    .ApplicationWrapper textarea::placeholder {
        font-size: 12px;
        outline: none;
        font-weight: normal;
    }

.ApplicationWrapper .SubmitApplicationsubTitle {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:checked + label,
.ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 500;
    margin-bottom: 0px;
}

    .ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:checked + label:before,
    .ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        width: 18px;
        height: 18px;
        border: 2px solid #112950;
        border-radius: 100%;
        background: #fff;
    }

    .ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:checked + label:after,
    .ApplicationWrapper .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #f0086e;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.ApplicantSubmission_Form {
    width: 100%;
    margin: 14px auto;
    text-align: center;
}

    .ApplicantSubmission_Form input.ApplicantSubmission_Form_btn {
        width: auto;
        background: #ef0073;
        color: #fff !important;
        border: 2px solid #ef0073;
        font-size: 15px;
        cursor: pointer;
    }

        .ApplicantSubmission_Form input.ApplicantSubmission_Form_btn:hover {
            width: auto;
            background: #112950;
            color: #fff !important;
            border: 2px solid #112950;
            font-size: 15px;
            cursor: pointer;
        }

#career_page_wrapper .JobProfileImportatn {
    color: #f10000;
}

#career_page_wrapper .Career_ValidationField {
    position: relative;
}

    #career_page_wrapper .Career_ValidationField label.error {
        position: absolute !important;
        top: 37px !important;
        right: 1vw;
        font-size: 10px !important;
        padding: 0px 6px !important;
    }

#CareerApplicationPopup #career_page_wrapper .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: 0px;
}

    #CareerApplicationPopup #career_page_wrapper .modal-dialog .modal-content .modal-header button {
        position: absolute;
        top: 7px;
        z-index: 1;
        right: 5px;
        font-size: 30px;
        color: #ef0075;
        opacity: 1;
        background: #fff;
        border-radius: 50%;
        padding: 0px 6px;
        box-shadow: 1px 0px 4px 0px #fff !important;
    }

#ThankyouApplicationPopup #career_page_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    #ThankyouApplicationPopup #career_page_wrapper .modal-dialog {
        margin: 0 auto;
        max-width: 600px !important;
        width: 600px;
    }

        #ThankyouApplicationPopup #career_page_wrapper .modal-dialog .modal-content {
            border-radius: 0px;
            border: 1px solid #efefef;
            box-shadow: 0px 0px 2px 0px #f9f9f9;
        }

            #ThankyouApplicationPopup #career_page_wrapper .modal-dialog .modal-content .modal-header {
                padding: 0;
                border: 0px;
            }

                #ThankyouApplicationPopup #career_page_wrapper .modal-dialog .modal-content .modal-header button {
                    position: absolute;
                    top: 7px;
                    z-index: 1;
                    right: 5px;
                    font-size: 30px;
                    color: #ef0075;
                    opacity: 1;
                    background: #fff;
                    border-radius: 50%;
                    padding: 0px 6px;
                    box-shadow: 1px 0px 4px 0px #fff !important;
                }

/* Career Description */
.career_description {
    padding: 50px 0;
    padding-bottom: 15px;
}

.career_description_wrapper {
    padding-bottom: 0px;
}

#career_description_page .CareerDescriptionExp {
    padding: 30px 15px;
    background: #f5f5f5;
}

    #career_description_page .CareerDescriptionExp .JobApplication_Title {
        color: #112950;
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 2px;
        line-height: 1.5;
    }

    #career_description_page .CareerDescriptionExp .jobLocation_Title {
        color: #8c8c8c;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }

#career_description_page .CareerApply {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#career_description_page .CareerApplyBtn {
    background: #ef0073;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    border: 2px solid #ef0073;
    cursor: pointer;
}

    #career_description_page .CareerApplyBtn:hover {
        background: #ffffff;
        border: 2px solid #112950;
        color: #112950;
    }

#career_description_page .CareerExp {
    border: 2px solid #fff;
    padding: 15px;
}

#career_description_page .CareerDetailsExp {
    padding: 25px 0px 15px 0px;
}

    #career_description_page .CareerDetailsExp p {
        font-size: 12px;
        color: #324B72;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

#career_description_page .CareerRoleTitle {
    color: #112950;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

#career_description_page .CareerRolsResp ul,
#career_description_page .CareerRolsResp ol {
    padding-left: 0px;
    margin-left: 15px !important;
}

    #career_description_page .CareerRolsResp ul li,
    #career_description_page .CareerRolsResp ol li {
        font-size: 12px !important;
        color: #324B72 !important;
        margin-bottom: 5px !important;
        line-height: 1.5 !important;
        list-style-type: decimal;
        font-family: 'Inter-Regular' !important;
        width: 100% !important;
    }

#career_description_page .CareerRolsResp span,
#career_description_page .CareerRolsResp font b {
    font-size: 12px !important;
    color: #324B72 !important;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-family: 'Inter-Regular' !important;
}

#career_description_page p,
#career_description_page p font {
    font-size: 12px;
    color: #324B72;
    margin-bottom: 6px;
    line-height: 1.5;
    font-weight: 400;
}

#career_description_page #dvJobQualification,
#career_description_page #dvJobQualification b {
    color: #112950 !important;
    font-weight: 600;
    font-size: 18px !important;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

#career_description_page .CareerDescriptionExp ul,
#career_description_page .CareerDescriptionExp ol {
    padding-left: 0px;
    margin-left: 15px !important;
}

    #career_description_page .CareerDescriptionExp ul li,
    #career_description_page .CareerDescriptionExp ol li,
    #career_description_page .CareerDescriptionExp ul li span,
    #career_description_page .CareerDescriptionExp ol li span,
    #career_description_page .CareerDescriptionExp ul li font {
        font-size: 12px !important;
        color: #324B72 !important;
        margin-bottom: 5px !important;
        line-height: 1.5 !important;
        list-style-type: disc;
        font-family: 'Inter-Regular' !important;
        width: 100% !important;
        font-weight: 500 !important;
    }

.ApplicationWrapper .radioInputGroup .filtercitySelect .radio-custom-label {
    padding: 0px 26px !important;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 500;
    margin-bottom: 0px;
}

/* social media page */
#social_page_wrapper .social_page {
}

#social_page_wrapper .Main_headertext {
    font-size: 44px !important;
}

#social_page_wrapper .social_media_Slider {
    padding: 50px 0px 0px 0px;
}

#social_page_wrapper .SocialMediaBtnGroup {
    background: #fff;
    box-shadow: 0px 0px 6px 2px #efefef;
    padding: 15px 15px 15px 15px;
}

#social_page_wrapper .social_heading h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #324b72;
    margin-top: 15px;
    margin-bottom: 4px;
}

#social_page_wrapper .social_heading h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #989898;
    line-height: 1.5;
    margin-bottom: 1rem;
}

#social_page_wrapper .socialBtnSec .social-effect .filter-button {
    width: 100% !important;
    border: 0px;
    font-size: 12px;
    font-weight: 500 !important;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 8px 10px 8px 10px;
    margin: 6px 0;
    color: #324b72;
    cursor: pointer;
}

#social_page_wrapper .socialBtnSec .social-effect a i {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

#social_page_wrapper .socialBtnSec .social-effect a:hover {
    background: linear-gradient(to top, #7c1756, #f2006c);
    color: #fff;
}

.SocialView {
    min-height: 256px;
}

    .SocialView > div.social-show {
        display: block;
    }

#social_page_wrapper .socialBtnSec .social-effect .SocialNav-Active {
    background: linear-gradient(to top, #7c1756, #f2006c);
    color: #fff;
}

#social_page_wrapper .Colive_SocialGallery {
    margin-bottom: 1rem;
}

.ColiveSocialProduct {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

    .ColiveSocialProduct:hover {
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.4);
        -webkit-transform: translateY(-7px) translateZ(0);
        -moz-transform: translateY(-7px) translateZ(0);
        -o-transform: translateY(-7px) translateZ(0);
        -ms-transform: translateY(-7px) translateZ(0);
        transform: translateY(-7px) translateZ(0);
    }

/* mobile apps page */
#mobile-apps-wrapper .gradient-overlay {
    position: relative;
    width: 100%;
}

#mobile-apps-wrapper .playstore-equal-height {
    position: relative;
    min-height: 598px;
    -js-display: flex;
    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;
    height: 100%;
    width: 100%;
}

#mobile-apps-wrapper .gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(246, 71, 149, 0.9), rgba(242, 0, 108, 0.62), rgba(242, 0, 108, 0.72), rgba(187, 5, 95, 0.73), rgba(119, 13, 79, 0.88));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#mobile-apps-wrapper .video-app-wrap {
    left: auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    z-index: 5;
    justify-items: flex-end;
    position: absolute;
    right: 8%;
    flex: 0 0 38%;
    top: -190px;
}

#mobile-apps-wrapper .iphone-mask {
    z-index: 10;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mobile-apps-wrapper .mask-img {
    object-fit: cover;
    height: 100%;
    width: 150%;
    z-index: 10;
    transition: all 400ms ease-in 0s;
}

#mobile-apps-wrapper .shape-bottom img.bottom-shape,
.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

#mobile-apps-wrapper .ptb-100 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#mobile-apps-wrapper .lead {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

#mobile-apps-wrapper h1.text-white {
    font-size: 26px;
    margin-bottom: 15px;
}

#mobile-apps-wrapper .appContentSec .content_App {
    font-size: 14px;
    margin-bottom: 1rem;
    text-align: left;
}

#mobile-apps-wrapper .mobile-apps-icons img {
    width: 200px;
    margin: 0 10px;
}

#mobile-apps-wrapper .appContentSec .content_App ul {
    list-style-type: square;
    padding-left: 25px;
}

/*Corporate 20200302 */
#CorporateHeadingOne {
    text-transform: capitalize;
}

.sub-benfits {
    color: #112950;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    text-transform: capitalize;
}

#CorporateBenefits ol li,
#CorporateBenefits ul li {
    list-style-type: none;
    padding: 10px 0px !important;
    color: #324B72;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
}

    #CorporateBenefits ol li:before,
    #CorporateBenefits ul li:before {
        content: "\f00c";
        color: #3085FF !important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 10px;
    }

#CorporateBenefits .housing + div {
    padding: 10px 0px 0 0;
}

#CorporateBenefits ol,
#CorporateBenefits ul {
    padding-left: 0px;
}

    #CorporateBenefits ol li u,
    #CorporateBenefits ul li u {
        padding: 0px 10px !important;
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-transform: capitalize;
        text-decoration: none;
        opacity: 0.9000000357627869;
    }

.benfits #CorporateBenefits .stop {
    padding: 0px 10px !important;
    color: #324B72 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-align: left;
}

.benfits #CorporateBenefits p.stop {
    padding: 0px 10px !important;
    color: #324B72 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    text-align: left;
}

.login-wrap #OfflineVerifyMobileTemplate form input[type="button"] {
    margin-top: 0px;
}

.login-wrap .login-box#offlinepayment-template {
    padding: 10px 42px;
}

.login-wrap .signup-box form .form-group input[disabled] {
    background-color: #E0E6ED;
}

#offlinepayment-template .form-group {
    position: relative;
}

    #offlinepayment-template .form-group textarea + label.error {
        bottom: -40px !important;
    }

    #offlinepayment-template .form-group label.error {
        position: absolute !important;
        bottom: -40px !important;
        top: unset !important;
        right: 0px;
        font-size: 11px !important;
        font-weight: 400;
        color:#FFFFFF;
    }

#dvPaymentOTP {
    display: none;
    position: relative;
}

    #dvPaymentOTP #timer {
        width: 20%;
        text-align: center;
        bottom: 10px;
        right: -6px;
        display: none;
    }

    #dvPaymentOTP #ResendContainer {
        text-align: center;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

#PaymentNotes {
    width: 100%;
    margin-left: 0;
}

#offlinePayment input {
    padding: 10px 30px;
    font-size: 12px;
    color: #324b72;
}

#offlinePayment .focus-input100 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 38px;
    left: 0;
    pointer-events: none;
    padding-left: 10px;
    color: #112950;
}

#offlinepayment-template .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #324b72;
}

#offlinePayment input.btn {
    padding: 10px 30px;
    font-size: 16px;
    color: #ffffff;
}

#offlinepayment_Page #login-wrap {
    padding-bottom: 30px;
    min-height: 88vh;
}

textarea#PaymentNotes {
    border: 2px solid #E0E6ED;
    outline: none;
    /*max-height: 40px;*/
}

#offlinePayment input.btn:hover {
    color: #ef0073;
}

#schedulevisitformheader .focus-input100 i {
    font-size: 16px;
}

#schedulevisitformheader button.btn-primary {
    background: #ef0073;
}

#schedulevisitformheader button:hover {
    color: #fff;
}
/* For Property Details */
.spanImg {
    height: 90px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 0px !important;
}

.spanbedImgsrc {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -28px;
    height: 100%;
}

.spanProperitesImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -101px;
    height: 100%;
}

.spanManagementImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -175px;
    height: 100%;
}

.spanCitiesImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -320px;
    height: 100%;
}

.spanOccupancyImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -394px;
    height: 100%;
}

.spanRealestateImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -466px;
    height: 100%;
}

/* 13-02-2020 Co-Tenant */
#cotenants .white-bg {
    background: #fff;
    margin: 15px 0;
}

.CotenantDetails {
    padding: 15px;
}

    .CotenantDetails p {
        color: #324B72;
        padding: 0;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }

        .CotenantDetails p span {
            color: #7d7d7d;
            padding: 0;
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.3;
            padding-left: 4px;
        }

.PropBedCountDetails {
    color: #ef0073 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.CotenantDetails .form-wrapper {
    border-radius: 5px;
}

.CotenantDetails .form-group {
    position: relative;
    margin-bottom: 0px;
}

    .CotenantDetails .form-group + .form-group {
        margin-top: 30px;
    }

.CotenantDetails .form-label {
    position: absolute;
    left: 0;
    top: 18px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    color: #495057;
    padding: 0;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0px !important;
}

.CotenantDetails .focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: .75em;
}

.CotenantDetails input:focus {
    font-size: 14px;
    font-weight: 700;
}

.CotenantDetails .form-input {
    position: relative;
    padding: 5px 0px 5px 8px;
    width: 100%;
    outline: 0;
    border: 0;
    -webkit-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    border: 0;
    border-bottom: 2px solid #eeee;
    font-size: 14px;
    font-weight: 600;
    color: #324B72;
    margin-top: 2px;
}

.BedDetails {
    /* padding-top: 10px;*/
}

.CotenantDetails .form-wrapper form .formGRoupRow {
    margin-bottom: 15px;
}

.CotenantStatying {
    padding: 15px;
}

    .CotenantStatying.radioInputGroup [type="radio"]:checked + label,
    .CotenantStatying.radioInputGroup [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #324B72;
        font-weight: 600;
        font-size: 14px;
    }

    .CotenantStatying .DivStaying {
        padding-right: 30px;
    }

    .CotenantStatying .DivStayingALone {
        display: flex;
        align-items: center;
    }

    .CotenantStatying.radioInputGroup [type="radio"]:checked + label:after,
    .CotenantStatying.radioInputGroup [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #f0086e;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.DetailedDisabled {
    margin-top: 30px;
}

    .DetailedDisabled .CotenantEntryDetails label {
        font-size: 14px;
        font-weight: 600;
        color: #324B72;
        margin-bottom: 5px;
    }

        .DetailedDisabled .CotenantEntryDetails label + input {
            padding: 5px;
            margin-top: 0px;
        }

.CotenantaddMore {
    height: 100%;
    display: flex;
    align-items: center;
}

    .CotenantaddMore .fa-plus:before {
        background: #ef0073;
        color: #fff;
        padding: 4px 5px;
        border-radius: 50%;
        font-size: 12px;
    }

.disabledContent {
    background: #ebebe4;
    color: #757575;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0px 5px 8px;
}

.btnAddCoTenant {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.CoTenantValidationMessage {
    font-size: 14px;
    font-weight: 600;
}

.ValidationMessage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .ValidationMessage > .fa {
        width: 35px;
        color: #ffd200;
        font-size: 20px;
    }

input [type="button"]:disabled,
button:disabled {
    cursor: no-drop;
}

/* CoTenant Styles Start */
.cotenantcard h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 1rem;
    color: #112950;
    text-transform: capitalize;
    font-weight: 600;
}

.cotenantcard .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: #fff;
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}

    .cotenantcard .additional .user-card {
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 233px;
    }

        .cotenantcard .additional .user-card .level,
        .cotenantcard .additional .user-card .points {
            top: 15%;
            color: #fff;
            text-transform: uppercase;
            font-size: 0.75em;
            font-weight: bold;
            background: rgba(0,0,0,0.15);
            padding: 0.125rem 0.75rem;
            border-radius: 100px;
            white-space: nowrap;
        }

        .cotenantcard .additional .user-card .points {
            top: 85%;
        }

        .cotenantcard .additional .user-card svg {
            top: 50%;
        }

    .cotenantcard .additional .more-info {
        width: 300px;
        float: left;
        position: absolute;
        left: 150px;
        height: 100%;
    }

.cotenantcard .more-info .stats {
    margin-top: 20px;
}

.cotenantcard .additional .more-info h1 {
    color: #fff;
    margin-bottom: 0;
}

.cotenantcard.green .additional .more-info h1 {
    color: #224C36;
}

.cotenantcard .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.cotenantcard.green .additional .coords {
    color: #325C46;
}

.card .additional .coords span + span {
    float: right;
}

.cotenantcard .additional .stats {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.cotenantcard.green .additional .stats {
    color: #325C46;
}

.cotenantcard .additional .stats > div {
    flex: 1;
    text-align: center;
}

.cotenantcard .additional .stats i {
    display: block;
}

.cotenantcard .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cotenantcard .additional .stats div.value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

    .cotenantcard .additional .stats div.value.infinity {
        font-size: 2.5rem;
    }

.cotenantcard .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}

.cotenantcard .stats > div.details {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    align-items: center;
    position: relative;
}

    .cotenantcard .stats > div.details > i.fa {
        width: 38px;
        font-size: 20px;
        color: #ef0073;
        text-align: center;
    }

    .cotenantcard .stats > div.details > img {
        width: 18px;
        position: absolute;
        right: 0;
    }

.cotenantcard .additional .user-card > img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.TenantValueStoring {
    position: relative;
}

.CotenantDetails .TenantValueStoring .form-group {
    margin-bottom: 0px;
    padding-bottom: 1rem;
}

    .CotenantDetails .TenantValueStoring .form-group input {
        margin-bottom: 5px;
    }

.TenantValueStoring label.error {
    position: absolute !important;
    font-size: 10px !important;
    top: unset !important;
    right: 0;
}

#mdCoTenantValidation #CoTenantValidationTitle {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
}

#mdCoTenantValidation .modal-header {
    border-bottom: 0px;
    padding-bottom: 0;
}

#mdCoTenantValidation .modal-body {
    padding: 9px 15px 0;
}

.cotenantcard .stats > div.details .title {
    font-size: 13px;
}

#mdCoTenantValidation .modal-footer {
    border-top: 0px;
}

#mdCoTenantValidation .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

    #mdCoTenantValidation .modal-dialog .modal-content {
        border: 0px;
    }

#mdCoTenantValidation .customizepopupbtn.customizepopup {
    width: 100%;
    display: flex;
    justify-content: center;
}

    #mdCoTenantValidation .customizepopupbtn.customizepopup #btnAddCoTenant {
        background: #ef0073;
        border: 2px solid #ef0073;
        padding: 7px;
    }

        #mdCoTenantValidation .customizepopupbtn.customizepopup #btnAddCoTenant:hover {
            color: #fff;
        }

#mdCoTenantValidation .modal-footer {
    border-top: 0px;
}

/* similar property style */
#SimilarPropertiesCards .PropertyViewDesign .property:hover {
    background: transparent;
    color: #fff;
    color: #0056b3;
}

#SimilarPropertiesCards .PropertyViewDesign .property {
    color: #007bff;
    font-weight: 500 !important;
    font-size: 12px !important;
    border: 0px;
}

#SimilarPropertiesCards .PropertyViewDesign {
    text-align-last: end;
    /* position: relative; */
    display: flex;
    flex-direction: column-reverse;
}

#SimilarPropertiesCards {
    height: 300px;
    overflow: hidden;
}

.product-wrap .third-section #SimilarPropertiesCards .price p {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 22px;
    text-align: left;
    margin: 3px 0;
}

.product-wrap .third-section #SimilarPropertiesCards .price h6 {
    color: #324b72;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.product-wrap .third-section #SimilarPropertiesCards .cords {
    display: flex;
    align-items: center;
    width: fit-content !important;
}

#TrendingPropertiesCards .PropertyViewDesign,
#SimilarPropListCards .PropertyViewDesign,
#PropListCards .PropertyViewDesign {
    text-align-last: end;
    display: flex;
    flex-direction: column-reverse;
}

    #TrendingPropertiesCards .PropertyViewDesign .property,
    #SimilarPropListCards .PropertyViewDesign .property,
    #PropListCards .PropertyViewDesign .property {
        border: 0px solid #112950;
        color: #007bff;
        font-weight: 500 !important;
        font-size: 12px !important;
        border: 0px;
    }

        #TrendingPropertiesCards .PropertyViewDesign .property:hover,
        #SimilarPropListCards .PropertyViewDesign .property:hover,
        #PropListCards .PropertyViewDesign .property:hover {
            background: transparent;
            color: #fff;
            color: #0056b3;
        }

#TrendingPropertiesCards .scheduleFreeVissit,
#SimilarPropListCards .scheduleFreeVissit,
#PropListCards .scheduleFreeVissit,
#SimilarPropertiesCards .scheduleFreeVissit {
    padding-left: unset;
    padding: 0;
    text-align: center;
    background: #ef0073;
    color: #fff;
    font-weight: 500;
    padding: 10px 8px;
}

    #TrendingPropertiesCards .scheduleFreeVissit .property,
    #SimilarPropListCards .scheduleFreeVissit .property,
    #PropListCards .scheduleFreeVissit .property,
    #SimilarPropertiesCards .scheduleFreeVissit .property {
        text-align: center;
        background: #ef0073;
        color: #fff;
        font-weight: 500;
        padding: 0px;
        border: 2px solid #ef0073;
    }

        #TrendingPropertiesCards .scheduleFreeVissit .property:hover,
        #SimilarPropListCards .scheduleFreeVissit .property:hover,
        #PropListCards .scheduleFreeVissit .property:hover,
        #SimilarPropertiesCards .scheduleFreeVissit .property:hover {
            color: #ffffff !important;
            background: #ef0073;
        }

/*Footer 10042020 */

/* Footer Menu Design */
#footer .panel.with-nav-tabs .panel-heading {
    padding: 5px 0px 0 0px;
}

#footer .panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
    background: #ececec;
}

#footer .panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

#footer .panel.with-nav-tabs .nav-tabs li.active {
    background: #ef0073;
}

#footer .panel.with-nav-tabs .nav-tabs li {
    text-align: center;
    padding: 10px 0px;
}

#footer .footerPanel-firstrow li a {
    font-size: 16px;
}

#footer .footerPanel-SecondRow a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
}

    #footer .footerPanel-SecondRow a img {
        width: 35%;
    }

#footer a {
    font-size: 16px;
    font-weight: 500;
}

.copyright {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 25px 0px 15px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
#footer .with-nav-tabs.panel-default .nav-tabs > li > a,
#footer .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
#footer .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #112950;
    font-weight: 500;
}

    #footer .with-nav-tabs.panel-default .nav-tabs > .open > a,
    #footer .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
    #footer .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
    #footer .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    #footer .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #fff;
    }

#footer .with-nav-tabs.panel-default .nav-tabs > li:hover,
#footer .with-nav-tabs.panel-default .nav-tabs > li:focus {
    background: #ef0073;
    color: #fff;
    cursor: pointer;
}

    #footer .with-nav-tabs.panel-default .nav-tabs > li:hover a,
    #footer .with-nav-tabs.panel-default .nav-tabs > li:focus a {
        color: #fff;
    }

#footer .with-nav-tabs.panel-default .nav-tabs > li.active > a,
#footer .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
#footer .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #fff;
}

#footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #112950;
        font-weight: 500;
    }

    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li:hover,
    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li:focus {
        background-color: #ef0073;
    }

        #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li:hover a,
        #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li:focus a {
            color: #fff;
        }

    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    #footer .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: transparent;
    }

.footerPanel-SecondRow {
    padding: 5px 0 15px;
    background: #222;
    margin-top: 0;
}

#footer .NewFooter_Align {
    text-align: center;
}

.v-hidden {
    visibility: hidden;
}

.Panel-Third-row li {
    padding: 5px 14px !important;
    border: 2px solid #ef0073;
    margin: 5px auto;
    border-radius: 5px;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Panel-Third-row li a {
        color: #ef0073 !important;
    }

.Panel-Third-row ul {
    padding: 20px 0px 20px;
}

.Panel-Third-row li:hover {
    background: #ef0073;
    cursor: pointer
}

    .Panel-Third-row li:hover a {
        color: #fff !important;
    }

/*Combat Covid Menu designs */
.covidDropdown button {
    background: transparent;
    color: #324b72;
    font-weight: 600;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .covidDropdown button svg {
        fill: #324b72 !important;
    }

#site_homepage .covidDropdown button {
    color: #fff !important;
}

    #site_homepage .covidDropdown button svg {
        fill: #fff !important;
    }

nav.navbar.box-shadow .covidDropdown button#CovidBtn {
    color: #324b72 !important;
    font-size: 14px;
}

    nav.navbar.box-shadow .covidDropdown button#CovidBtn:hover {
        color: #ef0073 !important;
    }

.covidDropdown button#CovidBtn svg {
    fill: #fff;
}

nav.navbar.box-shadow .covidDropdown button#CovidBtn svg {
    fill: #324b72 !important;
}

nav.navbar.box-shadow .covidDropdown button#CovidBtn:hover svg {
    fill: #ef0073;
}

.svgDown {
    width: 12px;
    height: 12px;
    margin: 3px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.covidDropdown .dropdown-menu {
    border-bottom-width: 4px;
    border-bottom-color: #ef0073;
}

/* Our 6S Styles - 20200518 */
#our6s_combo_Page {
    background: #f6f7f9;
    font-size: 16px;
    line-height: 1.5;
}

    #our6s_combo_Page .Our6s_Content_wrapper {
        padding: 50px 40px 40px;
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 4rem;
    }

    #our6s_combo_Page .Our6S_Heading {
        font-size: 52px;
        color: #ef0075;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: right;
    }

        #our6s_combo_Page .Our6S_Heading .Our6s_Heading_Tag {
            font-size: 20px;
            padding-left: 10px;
        }

    #our6s_combo_Page .Our6s_Tag_Heading {
        font-size: 24px;
        color: #000;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    #our6s_combo_Page .Our6s_Heading1 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    #our6s_combo_Page .Our6s_Content {
        margin-bottom: 15px;
    }

        #our6s_combo_Page .Our6s_Content ul {
            padding-left: 22px;
            font-size: 14px;
            font-weight: 400;
            color: #222;
        }

    #our6s_combo_Page .Image_Wrapper_Our6s {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

.Our6s_Content_wrapper .TabSecExplore button {
    background: transparent;
    border: 1.5px solid #ef0075;
    color: #ef0075;
    padding: 6px 22px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.Our6S_Heading h1 {
    font-size: 52px;
    color: #ef0075;
    font-weight: 600;
    margin-bottom: 8px;
}
/* Porperty Details Page - Flatmate Styles */
.Property_Flatmates_Count {
    background: #fff;
    margin-top: 2rem;
    box-shadow: 0px 0px 9px 0px #d8d8d8;
    padding: 35px;
    border-radius: 5px;
}

    .Property_Flatmates_Count .p-35 {
        padding: 0 35px;
    }

.Flatmates_Card {
    padding: 5px 0px 10px;
}

.Flatmates_Card_Title {
    color: #112950;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.Flatmates_Card_Values {
    padding-bottom: 10px;
}

    .Flatmates_Card_Values .w3-green-grey,
    .Flatmates_Card_Values .w3-green-grey:hover {
        color: #000 !important;
        background-color: #ffffff52 !important;
        border-radius: 10px;
        border: 1px solid #c1c1c1;
    }

    .Flatmates_Card_Values .bar-style {
        border-radius: 10px;
        height: 10px !important;
        width: 100%;
    }

    .Flatmates_Card_Values .bar-color-theme {
        background: #f0086e;
    }

.Flatmates_Card_Value_Div {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #777777;
}

/* Community Event Image Carousel Styles - 20200518 */
.Div_EventContainer .Div_Community figure {
    width: 100%;
    height: 300px;
    background: #fff !important;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

    .Div_EventContainer .Div_Community figure img {
        width: initial;
        height: 100%;
        margin: 0 auto;
        max-width: unset !important;
    }

#Event_Owlcarousel_Slide {
    position: relative;
}

    #Event_Owlcarousel_Slide item {
        cursor: e-resize;
    }

    #Event_Owlcarousel_Slide .owl-prev {
        position: absolute;
        top: 45%;
        background: #ffffff !important;
        z-index: 1800;
        width: 40px;
        height: 44px;
        cursor: pointer;
        color: #ef0073;
        font-size: 30px;
        box-shadow: 0px 0px 5px 0px #222 !important;
    }

    #Event_Owlcarousel_Slide .owl-next {
        position: absolute;
        top: 45%;
        right: 0;
        background: #ffffff !important;
        z-index: 1800;
        width: 40px;
        height: 44px;
        cursor: pointer;
        color: #ef0073;
        font-size: 30px;
        box-shadow: 0px 0px 5px 0px #222 !important;
    }

        #Event_Owlcarousel_Slide .owl-next i {
            color: #ef0073 !important;
            float: none !important;
        }

        #Event_Owlcarousel_Slide .owl-next img {
            width: 59%;
        }

/* Property List Page - 20200521 */
.prop-listing-search-wrapper {
    position: relative;
}

.goup-page {
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

    .goup-page.show {
        position: fixed;
        opacity: 1;
        bottom: 6rem;
        right: 2rem;
        color: #ffffff;
        background: #ef0073;
        font-weight: 700 !important;
        padding: 0px 0px 0px !important;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        font-size: 26px;
        z-index: 92;
        visibility: visible;
        box-shadow: 0px 0px 10px 1px #bdbdbd;
    }

.UpArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* New Mobile Menu Designs 20200522*/
.colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Div_fr_Mobileview {
    display: flex;
}

.colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Desktopviw_Logout_Nav {
    display: block;
}

.colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Logout_Nav_li {
    display: none !important;
}

.colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div {
    display: none;
}

.colive_design_nav .MobilehamburgerIcon {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    .colive_design_nav .MobilehamburgerIcon span,
    .colive_design_nav .MobilehamburgerIcon span:before,
    .colive_design_nav .MobilehamburgerIcon span:after {
        cursor: pointer;
        border-radius: 3px;
        height: 4px;
        width: 25px;
        background: #ef0075;
        position: absolute;
        display: inline-block;
        content: '';
    }

        .colive_design_nav .MobilehamburgerIcon span:before {
            top: -10px;
            left: 0;
        }

        .colive_design_nav .MobilehamburgerIcon span:after {
            bottom: -10px;
            left: 0;
        }

        .colive_design_nav .MobilehamburgerIcon span,
        .colive_design_nav .MobilehamburgerIcon span:before,
        .colive_design_nav .MobilehamburgerIcon span:after {
            -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
        }

    .colive_design_nav .MobilehamburgerIcon.active span {
        background-color: transparent;
    }

        .colive_design_nav .MobilehamburgerIcon.active span:before,
        .colive_design_nav .MobilehamburgerIcon.active span:after {
            top: 0;
        }

        .colive_design_nav .MobilehamburgerIcon.active span:before {
            transform: rotate(45deg);
        }

        .colive_design_nav .MobilehamburgerIcon.active span:after {
            transform: translateY(-10px) rotate(-45deg);
            top: 10px;
        }

ul.TestimonialSocialULList {
    list-style-type: none;
}

.TestimonialSocialULList a {
    width: 55px;
    height: 55px;
    border: 3px solid #ef0073;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .TestimonialSocialULList a:before {
        font-size: 28px;
        color: #ef0073;
    }

ul.TestimonialSocialULList {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    margin: 3rem auto 0 0;
    border-bottom: 2px solid #ef0073;
    padding-bottom: 8px;
}

.TestimonialSocialULList li {
    /* width: 16%; */
    padding: 10px 12px 10px;
}

.TestimonialRightSec #carousel-comment {
    padding: 0px;
    background: transparent;
    background-color: transparent;
}

.FindSomeSocialCommunites {
    font-size: 20px;
    padding: 12px 5px;
    font-weight: 500;
}

.TestimonialSocialULList a:hover {
    background: #ef0073;
}

    .TestimonialSocialULList a:hover:before {
        color: #fff;
    }

.TestimonialSocialULList li:first-child {
    padding-left: 0px;
}

/* Properties of the month, search list page, similar property 20200525 */
.carouselButtonsContainer {
    position: absolute;
    z-index: 1000;
    right: 100px;
    top: -47px;
    display: flex;
    width: 100px;
}

#property_search .GalleryViewHomePageProperty .owl-nav {
    position: absolute !important;
    top: 42% !important;
    right: unset !important;
    width: 100% !important;
    z-index: 999 !important;
}

    #property_search .GalleryViewHomePageProperty .owl-nav .owl-prev i {
        background: #ffffff9e !important;
        width: 40px;
        height: 40px;
        padding: 0px 0px 0px !important;
        border: 0px solid #ef0073;
        color: #ef0073 !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        float: none !important;
        font-weight: 600;
    }

    #property_search .GalleryViewHomePageProperty .owl-nav .owl-next i {
        background: #ffffff9e !important;
        width: 40px;
        height: 40px;
        padding: 0px 0px 0px !important;
        border: 0px solid #ef0073;
        color: #ef0073 !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        position: absolute;
        right: 0px;
        float: none !important;
        font-weight: 600;
    }

        #property_search .GalleryViewHomePageProperty .owl-nav .owl-prev i:hover,
        #property_search .GalleryViewHomePageProperty .owl-nav .owl-next i:hover {
            background: #fff !important;
            box-shadow: 0px 0px 2px #ccc !important;
        }

#SimilarPropertiesCards > .owl-nav {
    position: absolute;
    top: -54px;
    right: 0;
    left: unset;
}

    #SimilarPropertiesCards > .owl-nav > .owl-prev {
        margin-right: 0px;
        position: relative;
    }

        #SimilarPropertiesCards > .owl-nav > .owl-prev i {
            margin-right: 10px;
            position: relative;
            top: -3%;
            padding: 0px 0px 0px !important;
            border: 1px solid #ef0073;
            color: #fff;
            background: #ef0073;
            font-size: 25px;
            border-radius: 5px !important;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

    #SimilarPropertiesCards > .owl-nav > .owl-next i {
        float: none;
        position: relative;
        top: 0%;
        right: 0%;
        padding: 0px 0px 0px !important;
        border: 1px solid #ef0073;
        color: #fff;
        background: #ef0073;
        font-size: 25px;
        border-radius: 5px !important;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

        #SimilarPropertiesCards > .owl-nav > .owl-prev i:hover,
        #SimilarPropertiesCards > .owl-nav > .owl-next i:hover {
            background: #EF0072 !important;
        }
/*Whatsapp Script*/

/* 20200707 */
.blink-text {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #324b72;
    }

    49% {
        color: #324b72;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #324b72;
    }
}

/*20200709 */
.PropertyViewDesign.newvideovisitalign {
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: flex-end;
}

    .PropertyViewDesign.newvideovisitalign img {
        width: 32px;
        cursor: pointer;
        margin: 0 4px;
    }

    .PropertyViewDesign.newvideovisitalign .property.viewpropertyimg {
        padding: 0px;
    }

/*schedule video visit */
.ScheduleVideoVisitBtn {
    background: #112950 !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    padding: 12px;
    text-align: -webkit-center;
    position: static;
    right: unset;
    z-index: 105;
    transform: rotate(0deg);
    transform-origin: 0;
    margin: 0px;
    width: 100% !important;
    font-size: 16px !important;
}

.Span_location {
    padding: 0rem 0px 2rem;
}

    .Span_location .SpanLoc_Containerfluid {
        display: flex;
        margin-bottom: 2rem;
    }

.SpanLoc_Containerfluid .CityContainer > span:first-child {
    margin-bottom: 8px;
}

    .SpanLoc_Containerfluid .CityContainer > span:first-child a {
        font-size: 16px;
    }

.SpanLoc_Containerfluid .cityWrapper > span a {
    font-size: 14px;
}

.SpanLoc_Containerfluid .cityWrapper > ul > li {
    margin: 5px 0px;
}

    .SpanLoc_Containerfluid .cityWrapper > ul > li > a {
        font-size: 12px;
    }

.FooterFaq_Tittle {
    margin: 1rem 0 0px;
    font-size: 16px;
    font-weight: 700;
}

#footerfaq .card {
    border: 0px;
    padding: 5px 0px 0px !important;
}

    #footerfaq .card .card-header {
        background-color: transparent;
        padding: 0px 0px;
        font-size: 14px;
        font-weight: 400 !important;
    }

        #footerfaq .card .card-header button {
            font-weight: 500;
            font-size: 14px;
            color: #324b73;
            cursor: pointer;
            padding: 0;
            white-space: unset;
            text-align: left;
            line-height: 1.5;
        }

            #footerfaq .card .card-header button:hover,
            #footerfaq .card .card-header button:focus {
                text-decoration: none;
            }

            #footerfaq .card .card-header button:not(:disabled):not(.disabled).active,
            #footerfaq .card .card-header button:not(:disabled):not(.disabled):active {
                background-image: none;
                text-decoration: none;
            }

    #footerfaq .card .card-body {
        padding: 10px 0px 0px;
        color: #324b73;
        opacity: 0.9;
        font-size: 12px;
    }

        #footerfaq .card .card-body ul {
            padding-left: 2rem;
        }

.c-share {
    position: absolute;
    width: 1.55em;
    height: 3.4375em;
    right: 0;
}

.c-share__input {
    display: none !important;
}

    .c-share__input:checked ~ .c-share__toggler .c-share__icon {
        transition: 0s;
        width: 0;
        height: 0;
        color: #639eff;
    }

        .c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
            transform: rotate(-45deg);
        }

        .c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
            transform: rotate(45deg);
        }

    .c-share__input:checked ~ .c-share_options {
        width: auto;
        /* height: fit-content; */
        border-radius: 0.3125em;
        margin-top: -20px;
        background: #fff;
        box-shadow: 0px 0px 3px 0px #9c9c9c;
    }

        .c-share__input:checked ~ .c-share_options::before,
        .c-share__input:checked ~ .c-share_options li {
            transition: 0.3s 0.15s;
            display: block;
            transform: translateY(0);
        }

.c-share__toggler,
.c-share_options {
    position: absolute;
    right: 0;
}

.sharepropdiv .cardshare-dv {
    position: relative;
}

.cardshare-dv {
    position: relative;
    z-index: 1;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-share__icon {
    position: relative;
    left: -0.3125em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    color: #029dfc;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

    .c-share__icon::before,
    .c-share__icon::after {
        content: "";
        position: absolute;
        width: 1em;
        height: 0.125em;
        background-color: currentColor;
        transition: 0.1s;
    }

    .c-share__icon::before {
        top: 0.1875em;
        left: 0.1875em;
        transform-origin: bottom left;
        transform: rotate(45deg);
    }

    .c-share__icon::after {
        top: -0.125em;
        left: 0.03125em;
        transform-origin: center;
        transform: rotate(-45deg);
    }

.c-share_options {
    list-style: none;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    display: flex;
    top: 60px
}

    .c-share_options li {
        margin: 0;
    }

        .c-share_options li a i {
            font-size: 16px;
            padding: 4px 8px;
            color: #112950;
        }

.c-share__toggler::before {
    opacity: 0;
}

.sharepropdiv .cardshare-dv .c-share__toggler img {
    left: 0%;
}

.c-share__toggler img.img-fluid {
    left: -15px;
}

.c-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
}

.c-share_options .shareli-align a {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 5px 0px;
}

    .c-share_options .shareli-align a .sharename_dv {
        font-size: 14px;
        color: #112950;
        padding-top: 5px;
        font-weight: 500;
    }

.c-share_options li {
    width: 35px;
    font-size: 0.875em;
    color: #464646;
    cursor: pointer;
    margin: 0px !important;
    padding: 0 0px;
}

    .c-share_options li img {
        width: 28px;
        height: 28px;
    }

    .c-share_options li:nth-child(2) img {
        background: #fff;
    }

    .c-share_options li:not(:last-child) {
        margin-bottom: 0.75em;
    }

.c-share_options::before,
.c-share_options li {
    display: none;
    transform: translateY(0.625em);
    transition: 0s;
}

.rating-wrap_new {
    display: flex;
    flex-direction: row-reverse;
}

.share.newshareopt_design {
    position: relative;
    width: auto;
}

#btnMatterPort {
    position: relative;
    width: 35%;
    height: 26px;
}

#btnYoutube {
    position: relative;
}

    #btnYoutube .share i.fa.fa-youtube-play {
        position: absolute;
        top: -6px;
        font-size: 40px;
        right: 0;
    }

.googlePlus a img {
    width: 40px;
    height: 33px;
}

.googlePlus #spnGooglePlusCode {
    font-size: 12px;
}

/* wallet balance */
#walletaspx .wallet_container {
    background: #f7f7f7;
    padding: 15px;
}

#walletaspx #mywallet {
    margin-top: 3rem;
    min-height: 48vh;
}

#walletaspx .wallettitle {
    background: #324b72;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
}

#walletaspx .walletnav .walletnava.active,
#walletaspx .walletnav .walletnava:hover {
    background: transparent;
    border-radius: 0pc;
    border-bottom: 2px solid #ef0075;
}

#walletaspx .walletnav .walletnava {
    border: 0px;
    font-size: 14px;
    padding: 7px 0px;
    color: #324b72;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    flex: inherit;
    margin: 8px 14px;
}

#walletaspx .walletnav #nav-tab {
    border: 0pc;
    background: #fff;
}

#walletaspx .walletpaybalance {
    padding-top: 20px;
    line-height: 0;
}

#walletaspx .walletpaybalanceleftcontent {
    font-weight: 600;
    font-size: 16px;
}

#walletaspx .walletpaybalancerightcontent {
    color: #16bb4b;
    font-weight: 600;
    font-size: 16px;
}

#walletaspx .walletaddmoneytitle {
    text-align: left !important;
    display: flex;
    width: 100%;
    font-size: 18px;
    border: 1px solid #efefef;
    padding: 20px 20px 10px;
    border-radius: 0px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
    margin-bottom: 1rem;
    background: #fff;
}

#walletaspx .walletaddmoneysubtitle {
    text-align: left !important;
    width: 100%;
    font-size: 14px;
    padding-bottom: 1rem;
}

#walletaspx .navwalletContent_Containesection {
    background: #fff;
    margin-top: 0rem;
    padding: 15px;
}

#walletaspx .walletchoosefieldtitle {
    font-size: 14px;
}

#walletaspx .walletchoosefield ul {
    list-style-type: none;
    margin: 10px 0;
    display: flex;
}

    #walletaspx .walletchoosefield ul li {
        display: flex;
        position: relative;
    }

        #walletaspx .walletchoosefield ul li input {
            background: #f7f7f7;
            border: 1px solid #e4e4e4;
            border-radius: 3px;
            margin: 0 3px;
            cursor: pointer;
        }

        #walletaspx .walletchoosefield ul li:first-child input:first-child {
            margin-left: 0px;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) input {
            padding-left: 25px;
            margin: 0px;
            background: #fff;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) span {
            position: absolute;
            top: 0px;
            left: 0px;
            background: transparent;
            width: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 0px;
            color: #000;
        }

        #walletaspx .walletchoosefield ul li:last-child label.error {
            position: absolute !important;
            bottom: -36px;
            top: unset !important;
            float: none !important;
            width: 100% !important;
            right: 0 !important;
            white-space: nowrap;
            z-index: 1;
            font-size: 10px !important;
        }

        #walletaspx .walletchoosefield ul li:last-child {
            margin-left: 0.5rem;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) input.walletAmt-Active {
            color: #495057;
            border: 1px solid #e4e4e4;
            box-shadow: 0px 0px 0px #ef007300;
        }

#walletaspx .walletaddmoneylimit {
    font-size: 14px;
    display: none;
}

#walletaspx .btn-walletcontain {
    margin: 15px 0px;
}

#walletaspx .colivewalletfooter-ul {
    text-align: justify;
    font-size: 14px;
    list-style-type: none;
    padding: 15px 0px;
}

#walletaspx .wallettextcolor {
    color: #ef0073;
}

#walletaspx .wallet-termsandcondtionssub-title,
#walletaspx .wallet-termsandcondtionssub-title a {
    font-size: 14px;
    font-weight: normal;
    color: #324b72;
    margin-bottom: 10px;
}

#walletaspx .wallet-termsandcondtionsCheckoutTermsList {
    font-size: 14px;
    color: #324b72;
    line-height: 1.5;
    padding-left: 30px;
}

#walletaspx #WalletSection tr td {
    font-size: 14px;
}

#walletaspx .walletFilter-opt .form-group.drop-down .Sltopt-walletfield {
    position: relative;
}

#walletaspx .walletFilter-opt select {
    width: 100% !important;
    margin: 0px;
}

#walletaspx .walletFilter-opt .form-group.drop-down .Sltopt-walletfield i {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1rem;
}

#walletaspx .walletFilter-input ul li input {
    width: 100% !important;
    margin: 0;
}

#walletaspx .walletFilter-input ul {
    list-style-type: none;
}

#walletaspx .WalletBtn {
    background: #ef0073;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
}

#walletaspx #mdlWalletPolicy .modal-dialog {
    max-width: unset !important;
    margin: 0 auto;
}

#walletaspx #mdlWalletPolicy .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#walletaspx #mdlWalletTermsConditions .modal-dialog {
    max-width: unset !important;
    margin: 0 auto;
}

#walletaspx #mdlWalletTermsConditions .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#walletaspx .walletchoosefield ul li input.walletAmt-Active {
    background: #ffffff;
    color: #ef0d73;
    border: 1px solid #ef0d73;
    box-shadow: 0px 0px 4px #ef0073;
}

#walletaspx .transactionhistoryrow {
    border-bottom: 1px solid #ced4da;
}

    #walletaspx .transactionhistoryrow:first-child {
        border-top: 1px solid #ced4da;
    }

#walletaspx .walletTranscationResource,
#walletaspx .wallet-transactionAmt {
    padding: 15px 0px;
}

#walletaspx .wallet-type {
    font-weight: 600;
    color: #212529;
}

#walletaspx .wallet-transactionDate {
    font-size: 14px;
}

#walletaspx .Wallet-referenceId {
    font-size: 14px;
    font-weight: 500;
}

    #walletaspx .Wallet-referenceId span {
        font-weight: 400;
    }

#walletaspx #transacation-failed,
#walletaspx .transacation-failed {
    color: #ff0000;
}

#walletaspx .wallet-transactionAmt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#walletaspx #transacation-success,
#walletaspx .transacation-success {
    color: #008000;
}

#walletaspx .scrollOvereff {
    max-height: fit-content;
    overflow: hidden;
    overflow-y: auto;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag {
    font-weight: 500;
}

#walletaspx .accountwal-details {
    position: relative;
}

#walletaspx .account-redeem-opt {
    font-size: 12px;
    font-weight: 500;
    color: #324b72;
    bottom: 0;
    right: 1rem;
    cursor: pointer;
}

#walletaspx .wallet-termsandcondtions .account-redeem-opt {
    position: absolute;
}

#walletaspx .walletbankdetails_confirm {
    background: #fff;
    padding: 15px;
}

    #walletaspx .walletbankdetails_confirm .account-details {
        color: #112950;
        font-size: 20px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 10px 0px 5px 15px;
    }
.beneficiary-adress, .beneficiary-refund {
    padding-left: 0 !important;
}
#walletaspx .walletbankdetails_confirm .refund {
    color: #324b72;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 0px 0px 10px 15px;
}

    #walletaspx .walletbankdetails_confirm .holders {
        color: #112950;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

#walletaspx .walletbankdetails_confirm input,
#walletaspx .walletbankdetails_confirm input.form-control {
    padding: 0px 0px !important;
    /* border: 2px solid #112950 !important;*/
    border: 0px solid #ccc;
    margin-bottom: 10px !important;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter-Regular' !important;
    color: #2c3e50;
    font-size: 14px;
    cursor: pointer;
    margin: 0px;
    display: flex;
    background: transparent;
}

        #walletaspx .walletbankdetails_confirm input.edit {
            padding: 2px 10px !important;
            margin-top: 4px;
            display: flex;
            border: 2px solid #112950 !important;
            background: transparent;
            box-shadow: 0px 0px 3px 0px #112950;
        }

    #walletaspx .walletbankdetails_confirm .ifsc {
        color: #112950;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

    #walletaspx .walletbankdetails_confirm .never {
        color: #112950;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

    #walletaspx .walletbankdetails_confirm .account {
        display: flex;
        justify-content: space-between;
    }

#walletaspx .walletaddmoneytitle .d-flex {
    width: 100%;
}

#walletaspx .walletaddmoneytitle .accountbal-img {
    width: 12%;
}

#walletaspx .walletbankdetails_confirm .user_bank_detail {
    width: 65%;
    border: 0px solid #eee;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}

#walletaspx .walletbankdetails_confirm input#btnEdit {
    width: 100px !important;
    background: white;
    font-weight: bold;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 0px 5px 0px !important;
    color: black;
    border: 2px solid #324b72;
    margin-top: 1rem;
    text-align: center !important;
    display: block;
}

#walletaspx .walletcard-paymentcard .accountwallet-spantag {
    text-align: left !important;
    width: 95%;
    border: 1px solid #efefef;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
    margin-bottom: 1rem;
    background: #fff;
    cursor: auto;
}

    #walletaspx .walletcard-paymentcard .accountwallet-spantag .accountwallet-title {
        font-size: 14px;
        font-weight: 500;
    }

    #walletaspx .walletcard-paymentcard .accountwallet-spantag .account-balance_dv {
        color: #212529;
        font-size: 18px;
        padding: 0;
    }

#walletaspx .accountwallet-spantag.text-strike {
    text-decoration: line-through;
    color: #ff0000;
}

    #walletaspx .accountwallet-spantag.text-strike .accountwallet-title,
    #walletaspx .walletcard-paymentcard .accountwallet-spantag.text-strike .account-balance_dv {
        color: #ff0000;
    }

#walletaspx .walletbank-detailsonf .note {
    margin-bottom: 1rem;
    font-size: 12px;
}

    #walletaspx .walletbank-detailsonf .note span {
        color: #ff0000;
    }

#walletaspx .walletaddmoneytitle .accountwallet-title span {
    /*font-size: 20px;*/
}

#walletaspx .walletaddmoneytitle .accountwallet-title {
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .Actual-act-bal {
    color: #008000;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .virtualact-bal {
    color: #f2006c;
}

    #walletaspx .walletaddmoneytitle .accountwallet-spantag .virtualact-bal img {
        width: 20px;
    }

#walletaspx .accountbal-header {
    border: 1px solid #efefef;
    padding: 20px 20px 10px;
    border-radius: 8px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
}

#walletaspx .accountbal-img {
    width: 10%;
}

#walletaspx .accountbal-img_dv {
    background: #ffe8f2;
    padding: 20px;
    border-radius: 50%;
    height: fit-content;
}

#walletaspx .accountwal-details {
    width: 88%;
    padding-left: 15px;
}

#walletaspx .accountwallet-title {
    font-size: 16px;
    font-weight: 600;
    color: #324B72;
}

#walletaspx .accountwallet-spantag {
    font-size: 14px;
    color: #1e90ff;
    cursor: pointer;
    margin-top: 5px;
}

#walletaspx .account-balance_dv {
    font-size: 24px;
    padding-top: 5px;
}

    #walletaspx .account-balance_dv span {
        font-weight: 600;
    }

#walletaspx .wallet-card-dv {
    background: #fff;
    padding: 15px;
    position: relative;
}

    #walletaspx .wallet-card-dv div p {
        font-size: 14px;
        color: #324b72;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 10px;
    }

#walletaspx .wallet-orderlist {
    padding-left: 1rem;
}

#walletaspx .accountwallet-spantag-ul {
    list-style-type: none;
    display: flex;
}

#walletaspx .walletbankdetails_confirm input.btn-walletpaybalancebtn {
    width: auto !important;
    background: #ef0073 !important;
    font-weight: bold;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    color: #fff !important;
    border: 0px solid #324b72;
    margin-top: 1rem !important;
    text-align: center !important;
    display: block;
    padding: 10px 15px !important;
    margin-left: 1rem;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .accountwallet-spantitle {
    /*margin-bottom: 8px;*/
}

#walletaspx .wallet-termsandcondtionsCheckoutTermsList li a {
    font-size: 14px;
    color: #ef0073 !important;
}

#walletaspx .wallet-termsandcondtionssub-title a {
    color: #ef0073;
}

#walletaspx .mdlthankyoupopupalign {
    height: 100vh;
    align-items: center;
    display: flex;
}

#walletaspx #mdlthankyou .modal-dialog {
    margin: 0 auto;
    width: 100%;
}

#walletaspx #mdlthankyou .popup-card-dv-content {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #1f1b4e;
}

#walletaspx #mdlthankyou .popup-thankyou-card {
    color: #ef0073;
    text-align: center;
    margin: 8px 0;
    font-weight: 600;
}

#walletaspx #mdlthankyou .popup-thank-submsg {
    font-size: 10px;
    text-align: center;
}

#walletaspx #mdlthankyou .modal-footer {
    padding: 0;
    border: 0px;
    justify-content: center;
    padding-bottom: 1rem;
}

#walletaspx #mdlthankyou .modal-dialog .modal-content {
    border: 0px;
}

#walletaspx #mdlthankyou .modal-footer .button {
    color: #fff !important;
    background: #ef0073 !important;
    border: 2px solid #ef0073 !important;
    padding: 6px 18px !important;
    height: auto;
    cursor: pointer;
}

    #walletaspx #mdlthankyou .modal-footer .button:focus {
        box-shadow: 0 0 0 0rem rgb(108 117 125 / 0%);
    }

#walletaspx #mdlthankyou .modal-dialog .modal-content .modal-body {
    padding: 12px 10px;
}

/* Media Queries for diffrent devices */
@media (max-width: 767px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }

    .mbhide {
        display: none;
    }

    .cityWrapper > ul {
        display: none;
    }

    .modal#video-modal {
        margin-top: 38px;
    }

    .call-block.d-lg-none.d-sm-none.d-xl-none.d-xs-block {
        display: none;
    }

    footer {
        padding: 0px 0 0 0 !important;
        margin-bottom: 60px !important;
    }

    #footer .footerPanel-firstrow li {
        width: 50%;
    }

    .col-1-2,
    .col-6-12 {
        width: 100%;
        float: left;
        padding: 0 8px;
        margin: 0 0px;
    }

    section.grid-view .QuickviewModal .modal-dialog {
        max-width: 100%;
    }

    div#QuickviewModal {
        padding: 0;
    }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
        position: absolute;
        top: 34%;
        width: 100%;
    }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

    section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating {
        padding: 0 15px;
        border-right: 0px solid lightgray;
        width: 90%;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        overflow: hidden;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        overflow: hidden;
        overflow-x: scroll;
    }

    section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid lightgray;
        overflow: hidden;
        overflow-x: scroll;
    }

    .Tenant-Profiling .form-progress {
        display: none;
    }

    .calendar-wrapper.picker {
        left: 50%;
        top: 186px;
    }

    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li {
        width: 11%;
        margin: 2px;
    }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a .sidebar-items {
            padding: 10px;
            margin: 0 auto;
            text-align: center;
        }

    .dashboard_wishlist_wrap .sidebar-wrap .sidebar {
        margin: 0 0px;
        padding: 5px 0 10px;
        justify-content: center;
        width: 100%;
    }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar li img {
            margin-right: 0px !important;
        }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a {
            text-align: -webkit-center;
        }

    .dashboard_wishlist_wrap .main-content nav .nav-tabs .nav-link {
        margin: 20px 5px 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    .dashboard_wishlist_wrap #payment .no-dues {
        width: 100%;
    }

    .dashboard_wishlist_wrap .booknow {
        width: 100%;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs .nav-link {
        margin: 20px 8px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap .card-info .cancel-request .reschedule {
        font-size: 16px;
        padding: 0 5px;
        margin: 0 auto;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs .nav-link {
        margin: 20px 6px 10px;
        font-size: 13px;
        line-height: 19px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .card-wrap {
        border: 1px solid #eee;
    }

    #bookings-nav-Previous .col-lg-6.col-md-6.col-12 {
        padding: 0 15px;
    }

    .dashboard_wishlist_wrap #service .current-service-form-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0px;
    }

    .dashboard_wishlist_wrap .main-content nav .nav-tabs {
        padding: 0 0px;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .login-wrap {
        padding: 28px 0;
    }

    .dashboard_wishlist_wrap {
        padding: 110px 0 50px;
    }

        .dashboard_wishlist_wrap #payment .card {
            width: 100%;
        }

        .dashboard_wishlist_wrap #payment .akdj {
            width: 100%;
        }

    #my-invoice .invoice .bgc .card-body {
        padding: 15px;
    }

    #my-invoice .invoice .bgc button.btn.btn-primary {
        display: flex;
        position: relative;
        bottom: 0;
        top: -8px;
    }

    .dashboard_wishlist_wrap #payment .bkhc {
        padding-bottom: 6px;
        padding-top: 0px;
    }

    .dashboard_wishlist_wrap #payment .table-wrap {
        width: 100%;
        background: white;
        padding: 0px;
        overflow: hidden;
        overflow-x: scroll;
    }

        .dashboard_wishlist_wrap #payment .table-wrap table {
            width: max-content !important;
            max-width: unset !important;
        }

        .dashboard_wishlist_wrap #payment .table-wrap thead th {
            padding-right: 10px !important;
            padding-left: 10px !important;
        }

        .dashboard_wishlist_wrap #payment .table-wrap tbody tr td {
            padding-right: 10px !important;
            padding-left: 10px !important;
        }

    .dashboard_wishlist_wrap #payment .accounts-wrap {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }

        .dashboard_wishlist_wrap #payment .accounts-wrap .accordion-header {
            display: -webkit-inline-box;
            align-items: center;
            padding: .75rem 1.25rem;
        }

    .dashboard_wishlist_wrap .create_event_form {
        padding: 10px;
        width: 100%;
    }

        .dashboard_wishlist_wrap .create_event_form .form-control {
            height: auto;
            width: 100% !important;
        }

        .dashboard_wishlist_wrap .create_event_form .actions {
            right: 0;
            transform: none !important;
            bottom: 0;
        }

            .dashboard_wishlist_wrap .create_event_form .actions ul {
                justify-content: center;
            }

        .dashboard_wishlist_wrap .create_event_form .third_section {
            width: 100%;
        }

    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a {
        border-right: 2px solid #f7f7f7;
    }

    .product-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
    }

    #SimilarPropertiesCards > .owl-nav > .owl-prev {
        margin-right: 0px;
        position: relative;
        right: unset !important;
    }

    #SimilarPropertiesCards > .owl-nav {
        position: absolute;
        top: -54px !important;
        right: 0 !important;
        display: flex;
        left: unset !important;
    }

    #SimilarPropertiesContainer {
        padding: 20px 15px;
    }

    .product-wrap .third-section {
        padding: 20px 0;
    }

        .product-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
            border: none;
            margin: 0px;
        }

    .promises #colivepromises {
        margin: 0 auto;
        text-align: -webkit-center;
    }

    .product-wrap .promises-icons .icon-wrap {
        width: 50% !important;
        padding: 10px;
    }

    .product-wrap .second-section .promises .promises-icons .icon-wrap p {
        height: auto;
        margin: 6px;
        font-size: 14px;
    }

    .product-wrap .third-section h4 {
        color: #112950;
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 10px 0px 5px 0px;
        margin-left: 20px;
        margin: 20px 20px;
        position: relative;
    }

    .sub_feq .text-light {
        font-size: 13px;
        line-height: 1.5;
    }

    #cssmenu {
        width: 100%;
        position: absolute;
        bottom: 31px;
        right: 24px;
        text-align: -webkit-right;
    }

        #cssmenu li > ul {
            height: 55vh;
            overflow: hidden;
            overflow-y: scroll;
            width: 95%;
        }

    #GridView,
    #PropMapCards {
        padding-top: 30px;
        margin-top: 0rem;
    }

    #schedulevisit select#slTimeSlots {
        width: 100% !important;
    }

    .user-info-mobile {
        width: 100% !important;
    }

    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        display: inline-flex;
        width: 50%;
        min-width: auto !important;
    }

    .schedule-booknow-box {
        display: inline-flex;
    }

    .dropdown-menu {
        left: 26px;
    }

    .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .reschedule {
        font-size: 16px;
        margin: 0 auto;
    }

    #ReservationPayment .graphical-info {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    #ReservationPayment .TermsWrapper.conditionWrapper {
        float: left;
        position: relative;
        width: 100%;
        left: 5px;
    }

    #ReservationPayment .TermsWrapper.pbmb7 {
        padding-bottom: 7%!important;
    }
        .conditionWrapper .spnTerms {
        right: auto !important;
        left: 15px;
    }

    section#ReservationPayment {
        padding-top: 0px;
    }

    .book-now .select-block .select-wrap form .form-group {
        width: 100%;
    }

    .book-now .payment-detail ul li div:nth-child(1) {
        width: 50% !important;
    }

    .homepage-wrap .search-container .form-control {
        width: 91% !important;
    }

    .homepage-wrap .search-container .form-group select,
    .homepage-wrap .search-container .form-group input {
        height: 50px !important;
        margin-left: 15px;
    }

    .homepage-wrap .btn-find-home {
        width: 91% !important;
        margin-left: 15px !important;
    }

    #cssmenu ul ul {
        top: 43px;
        background: #fff;
        left: 36px;
        overflow: hidden;
    }

    .product-wrap .nearby .col-md-6:nth-child(2) {
        margin-top: 20px;
    }

    .homepage-wrap .features .feature-wrap .o-feature img {
        margin-right: 0px;
    }

    .homepage-wrap .features .feature-wrap .o-feature {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }

    .about-us .banner {
        background-position: center right;
        background-size: cover;
    }

    .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev,
    .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next {
        border: 0px solid #112950 !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        top: -52px;
        left: unset !important;
        right: -50px !important;
        right: 0px !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
        border: none;
        margin: 0px !important;
        margin-bottom: 0px !important;
    }

    .offer-wrap .third-section h4 {
        font-size: 18px;
    }

    .col-md-3 .card-img-top {
        min-height: 211px;
        margin: 8px auto;
    }

    footer .logo-icon {
        margin: 0px auto 10px;
        text-align: center;
    }

    #footer .social-icon a {
        font-size: 20px;
    }

    .terms_conditions_wrap .cupertino {
        padding: 10px 0;
    }

    .terms_conditions_wrap {
        padding-top: 15%;
    }

    .pivrcy_policy_wrap {
        padding-top: 12%;
    }

    ul.coliveadv {
        border-bottom: 5px solid #db1c72;
        margin-top: 15px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs {
        display: flex;
    }

    .jquery-modal iframe {
        min-height: 100%;
    }

    .share i.fa.fa-youtube-play {
        position: absolute !important;
        top: 5px !important;
    }

    .googlePlus {
        position: absolute;
        right: 5px;
        top: 6px;
    }

    #schedulevisitform .form-group.pick-date {
        margin-bottom: 25px !important;
    }

    #schedulevisitform .pick-date select#slVisitSlots {
        width: 100% !important;
    }

    #schedulevisit i.fa.fa-angle-down {
        bottom: -11px;
    }

    #schedulevisitformheader i.fa.fa-angle-down {
        bottom: 10px;
    }



    .product-wrap .first-section .graphical-info .table td:nth-child(4) {
        text-align: right;
        color: #10121b;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        padding: 25px 0;
    }

    .custom-rect {
        padding: 15px 0px;
        float: right;
    }

    .faq-page .page-con {
        text-align: left;
        padding: 15px;
    }

    .dashboard_wishlist_wrap #checkinContainer .card-horizontal {
        display: block;
        flex: 1 1 auto;
    }

    .dashboard_wishlist_wrap #checkinContainer .img-square-wrapper img {
        width: 100%;
    }

    /*.btncheckinEdit {
        padding: 10px 5px;
    }*/

    .dashboard_wishlist_wrap #checkinContainer .amount {
        text-align: right;
        width: 75%;
    }

    .dashboard_wishlist_wrap #checkinContainer .Bed-Key {
        text-align: right;
    }

    .dashboard_wishlist_wrap #checkinContainer .Total {
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkinContainer .Payable-at-check {
        text-align: left;
    }

    .dashboard_wishlist_wrap #checkinContainer .checkinPromocodeWrapper {
        width: 100%;
        position: relative;
    }

    .dashboard_wishlist_wrap #checkinContainer .promocode {
        width: 100% !important;
        margin-left: 0px;
    }

    .dashboard_wishlist_wrap #checkinContainer .agree {
        display: block;
    }

    .dashboard_wishlist_wrap #checkinContainer .spnTermscheckin {
        width: 40%;
        margin-top: 10px;
        white-space: nowrap;
        position: absolute;
        top: 15px;
        left: 40px;
        font-size: 14px;
    }

    .homepage-wrap .search-container .form-group .fa {
        top: 40%;
        position: absolute;
        right: 10%;
    }

    section.grid-view nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        margin: -4px 0 0 0 !important;
    }

    .Tenant-page-wrap .Tenant-Profiling .tenant-title {
        text-align: center;
        padding: 0px 0px 0px 0px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }

    .homepage-wrap .tab-layout .nav-tabs li a.active {
        background: #ef0073;
        color: white;
        border-radius: 3px;
        box-shadow: 0 0 6px #ef0073;
    }

    #footer .row.ipad-modalview {
        display: none !important;
    }

    .mapReverse {
        flex-direction: column-reverse;
    }

    .maplist {
        height: 85vh;
        position: relative;
        z-index: 10;
        top: 0vh;
        right: 0;
        width: 100%;
        padding-left: 0px;
    }

    section.grid-view p.upgrade {
        color: #112950;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }

    .property-sorting-total .form-inline {
        margin: 10px;
        display: inline-flex;
        padding-right: 5%;
    }

    section.grid-view .navbar .check_box {
        width: auto !important;
        margin: 0px 0;
    }

    .property-sorting-total {
        /* display: block;*/
    }

        .property-sorting-total .form-inline button {
            font-size: 18px;
        }

    .property_rightview {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -moz-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    section.grid-view button.btn.btn-outline-success.my-2.my-sm-0:hover {
        font-size: 18px;
    }

    section.grid-view .navbar {
        padding: 0px 30px;
    }

        section.grid-view .navbar .check-align {
            padding: 15px 0;
            text-align: left;
        }

        section.grid-view .navbar .pretty {
            position: relative;
            display: inline-block;
            margin-right: 0px;
            white-space: nowrap;
            line-height: 1;
        }

        section.grid-view .navbar .check-align label {
            font-size: 12px;
        }

    .upgrade.viewmapview {
        margin-top: 12px;
        padding: 0 0px;
        margin-bottom: 0px !important;
    }

    .map-view .card.mb-4.container.ok {
        margin-left: 0;
        margin-right: 0px !important;
        min-width: unset;
        max-width: unset;
    }

    .map-view .card .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        background: transparent;
    }

    .white-bg .title h5 {
        text-align: left;
    }

    section.grid-view .navbar #divRoomType .check-align {
        padding: 5px 0;
    }

    #property_search #MobContainer1 {
        top: 118px;
        background-color: #ef0073;
    }

    #MobContainer1 {
        top: 80px !important;
        background-color: #ef0073;
    }

    #mySidenav a {
        padding: 2px 15px 7px 15px;
    }

    section.grid-view button.btn.btn-outline-success.my-2.my-sm-0 {
        z-index: 94;
        width: 100%;
        height: 100%;
    }

    section.grid-view .navbar #divRoomSubType .check-align,
    section.grid-view .navbar #divRoomClass .check-align {
        padding: 5px 0;
    }

    .map-card {
        width: 100%;
        min-height: 250px;
    }

    .gm-style .gm-style-iw-d {
        max-height: 450px !important;
        max-width: 201px !important;
        overflow: auto !important;
    }

    .gm-style-iw.gm-style-iw-c {
        max-height: 230px !important;
        max-width: 100% !important;
    }

    .map-listed-detail {
        padding-left: 2px !important;
        width: 100%;
        float: left;
    }

    .mapcard-img {
        height: 100px;
        width: 188px;
    }

    #paymentDetailsContainer .col-sm.col-4 .custom-control.form-control-lg.custom-checkbox.lblComponent {
        word-break: break-word;
        font-size: 14px;
    }

    .dashboard_wishlist_wrap #checkinContainer .Payment-details {
        font-size: 14px;
    }

    .dashboard_wishlist_wrap #checkinContainer .Total {
        font-size: 14px;
    }

    .dashboard_wishlist_wrap #checkinContainer .Payable-at-check {
        font-size: 14px;
    }

    .dashboard_wishlist_wrap #checkinContainer .img-square-wrapper {
        padding: 10px 10px 10px 10px;
    }

    .house-card {
        width: 100%;
    }

    button.gm-ui-hover-effect {
        top: 0px !important;
        right: 0px !important;
        border-radius: 50px !important;
        background: #fff !important;
        opacity: 1 !important;
    }

    .map-view img.pl-1 {
        padding-left: 0px !important;
    }

  
    .apply-resetValue {
        position: fixed;
        top: unset;
        left: 14px;
        display: inherit;
        overflow: hidden;
        width: 94%;
        margin-top: 43px;
        z-index: 99;
        background: #fff;
    }

    .cancel-fitler,
    .apply-filter {
        right: 0px;
        width: 50%;
        margin: 5px 0px;
        /* position: fixed; */
    }

    .customizepopupbtn {
        display: inline-block;
        margin: 5px 0px;
    }

        .customizepopupbtn button.btn.btn-secondary {
            width: 100% !important;
            margin: 5px 0 !important;
        }

        .customizepopupbtn button#btnContinueCheckout {
            border: 4px solid #ef0073;
        }

        .customizepopupbtn button#LatercheckOut {
            width: 100%;
            margin: 5px 0 !important;
        }

    .customizepopup .spnTerms {
        position: absolute;
        left: 45px;
        font-size: 12px;
    }

    .scrollOvereff {
        max-height: 279px;
        overflow: hidden;
        overflow-y: auto;
    }

    .customizepopup button#btnLatercheckOut {
        width: 100% !important;
    }

    #mdlCheckoutModal .modal-content {
        margin-top: 30px;
    }

    #property_search .nav.w-100.container .navbar-brand {
        width: 54%;
    }

    .navbar .nav .navbar-brand {
        width: 61%;
        z-index: 1;
    }

    .navbar .navbar-brand img {
        /*  width: 100%;*/
        padding: 5px 0;
    }

    .amenityItems .amenity {
        display: -webkit-box;
        margin: 8px 0;
        text-align: -webkit-left;
    }

    .amenityItems i {
        float: right;
        position: absolute;
        right: 32px;
        top: 24px;
    }

    .ShoshkeleContainer {
        margin-top: 24vh;
        width: 88%;
    }

    .btnCloseShoshkele i {
        position: relative;
        top: 3px;
        right: 1px;
    }

    .product-wrap .first-section .info .rating-wrap {
        height: auto !important;
    }

    .eventbanner {
        height: 300px;
    }

    .MapControls {
        right: 30px;
    }

    div#upComingEvents,
    div#Events,
    div#dvPastEvents {
        width: 100%;
    }

    .webrunner {
        text-align: left;
        padding: 0px 15px;
    }

    .white_tag {
        font-size: 10px;
    }

    .webrunner a.close {
        position: relative;
        bottom: 11px;
    }

    .navbar-brand {
        width: 24%;
    }

    .homepage-wrap .banner h1 {
        text-align: left;
    }

    .FeedBack_Control {
        padding: 10px 20px 10px 20px;
    }

    .feedback_sec {
        display: inline-block;
    }

    .FeedBack_img {
        width: 100%;
    }

    .FeedBack_Comments {
        width: 100%;
    }

    .GallerySec {
        margin-top: 20px !important;
    }

    .w3-modal-content {
        margin-top: 90px;
    }

    .offer_code_section {
        padding-bottom: 0px;
    }

    .w3-modal-content {
        padding: 18px;
    }

    .partnersWrapper.active {
        height: auto;
        max-height: unset !important;
        -webkit-transition: max-height 2s;
        transition: max-height 2s;
    }

    .partners-block {
        height: 540px;
        overflow: hidden;
        overflow-y: scroll;
    }

   
    .next-rent {
        padding: 10px 10px 0 10px !important;
    }

    .dashboard_wishlist_wrap #payment .next-month-rent .card-text {
        padding: 0px 10px 10px 10px !important;
    }

    .invoice_card {
        margin: 0px 10px 15px !important;
    }

    .dashboard_wishlist_wrap #payment .next-month-rent .invoice-details {
        padding: 10px 10px 10px !important;
    }

    .dashboard_wishlist_wrap #payment .list-state {
        padding: 10px 10px !important;
    }

    .dashboard_wishlist_wrap #payment p.cmposission {
        font-size: 12px;
    }

    .dashboard_wishlist_wrap #payment .diposit {
        font-size: 12px;
    }

    .dashboard_wishlist_wrap #payment p.cmposission {
        white-space: nowrap;
    }

    .next_month_card {
        margin: 10px 10px 15px;
        border: 1px solid rgba(209, 216, 245, 0.6);
    }

    .testimonial_image img {
        width: 100% !important;
        margin: 0 auto;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next {
        float: right;
        position: relative;
        top: 0;
        right: unset;
        cursor: pointer;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px;
        position: relative;
        top: 0;
        cursor: pointer;
    }

   

    .members .member-wrap > .col-lg-12.col-md-12.col-12 {
        padding: 0;
    }

  
    .toastwrap {
        top: 80px;
        right: 15px;
        width: 222px;
    }

    .toast {
        font-size: 11px;
    }

    .ceo_images {
        width: 25%;
    }

    #CorpDatetimeWrapper {
        height: 140px;
    }

        #CorpDatetimeWrapper .drop-down {
            width: 33%;
        }

            #CorpDatetimeWrapper .drop-down:last-child {
                width: 31%;
            }

    .appointDate {
        width: 100% !important;
        margin-bottom: 4%;
    }

    .team.row_direction {
        flex-direction: column-reverse;
    }

    .Tenant-page-wrap .Tenant-Profiling .team.row_direction .tour {
        padding: 0% 0% 0% 0%;
    }

    .Tenant-page-wrap .Tenant-Profiling ._bottom button {
        width: 100% !important;
    }

    .Tenant-page-wrap .Tenant-Profiling .team_row_button ._bottom {
        text-align: center;
        position: relative !important;
        bottom: 0px;
        display: block !important;
        right: 0 !important;
        align-items: unset;
        left: 4%;
    }

    .Tenant-page-wrap .Tenant-Profiling .team_row_button {
        position: absolute;
        right: 6%;
        bottom: 0px;
    }

    .padd0 {
        padding: 0;
    }

    .Tenant-page-wrap .Tenant-Profiling .team_row_button .thrise,
    .Tenant-page-wrap .Tenant-Profiling .team_row_button .fourth {
        text-align: center;
        position: relative !important;
        bottom: 0px;
        display: block !important;
        right: 0 !important;
        align-items: unset;
        left: 4%;
    }

    .Tenant-page-wrap .Tenant-Profiling .tour.margin_none_sec {
        margin-bottom: 0px !important;
    }

    .Tenant-page-wrap .Tenant-Profiling .team_row .navButtons {
        position: absolute;
        top: -48px;
        right: 0px;
    }

    .whatsapp_Toogle {
        padding-bottom: 18px;
    }

    #CEONotes #dvCEONotes {
        padding-top: 0px;
    }

    .career-wrap .perks .icon-box-wrap .icon-box {
        height: 155px;
        margin: 14px auto !important;
    }

    .career-wrap .perks .icon-box-wrap {
        margin-bottom: 10px;
    }

    .product-wrap .first-section .testimonial.property_rating,
    .product-wrap .first-section .testimonial {
        margin: 10px 0;
    }

 
    div.container.contact h2.phone {
        margin-bottom: 16px;
    }

    div.container.contact h2.address {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    div.container.contact .connect {
        color: #112950;
        font-size: 21px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        width: 100%;
    }

    div.container.contact p.content {
        color: #112950;
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796131;
        text-align: center;
        margin: 0px 20px;
    }

    div.container.contact .col-12.col-md-3 {
        text-align: center;
    }

    div.container.contact h2.social {
        color: #112950;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-left: 0px;
    }

    div.container.contact h2.phone {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 10px;
        text-align: center;
        width: 100%;
    }

    div.container.contact .email_body {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .container.map .well.well-sm {
        padding: 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .container.map .col-12.col-md-7.fullwidth {
        display: none;
    }

    .dashboard_wishlist_wrap #checkout_form .card-title {
        text-align: center !important;
    }

    .dashboard_wishlist_wrap #checkout_form .account {
        display: block;
        justify-content: center;
    }

    .dashboard_wishlist_wrap #checkout_form .holders {
        text-align: center !important;
    }

    .dashboard_wishlist_wrap #checkout_form .ifsc {
        text-align: center;
    }

    .dashboard_wishlist_wrap #checkout_form .sent {
        text-align: center;
    }

    .dashboard_wishlist_wrap #checkout_form .Email {
        text-align: center;
    }

    .dashboard_wishlist_wrap #checkout_form .never {
        text-align: center;
        margin-top: 15px;
    }

    .dashboard_wishlist_wrap #checkout_form .modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1rem;
        border-top: 1px solid #e9ecef;
    }

        .dashboard_wishlist_wrap #checkout_form .modal-footer .customizepopupbtn {
            display: block;
            margin: 5px 0px;
        }

    .customizepopupbtn button#btnContinueCheckout {
        border: 4px solid #ef0073;
        white-space: normal;
    }

    .dashboard_wishlist_wrap #checkout_form p.holder’s {
        text-align: center;
    }

    .display_align .align_center h4 i {
        position: relative;
        top: 1px;
        right: 2px;
    }

    div#bookings-nav-current {
        padding: 0;
    }

    #checkout_form .offset-lg-2.col-lg-8.offset-col-0.col-12 {
        padding: 0;
    }

    .Refund_Details .modal-dialog {
        margin-top: 15vh;
    }

    .product-wrap .graphical-info {
        overflow-x: scroll;
    }

    .product-wrap .term-deposit div p:nth-child(1) {
        height: 40px;
    }

    .product-wrap .term-deposit div p:nth-child(2) {
        font-size: 16px !important;
    }

    .product-wrap .term-deposit div {
        padding: 0 10px !important;
        flex: 1;
    }

    .product-wrap .term-deposit {
        align-items: center;
    }

    .bulkBookingcss .TypeChooseRoom.bg-white {
        padding: 00px 0px !important;
    }

        .bulkBookingcss .TypeChooseRoom.bg-white .choose-room-title {
            padding: 0px !important;
            font-size: 14px;
        }

    .choose-room .room-types .card .card-body {
        padding: 0 0;
    }

    .choose-room .room-types .card .card-header {
        background: white;
        border: 0px;
        padding: 0;
    }

    .choose-room .room-types .card .card-body .graphical-info table th {
        border-top: 0px;
        color: #324B72;
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
        white-space: nowrap;
    }

    .choose-room .card .card-header h5 button {
        padding: 0px 0 !important;
    }

    .choose-room .check-date-time h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .choose-room .check-date-time .form-group label {
        font-size: 12px;
    }

    .choose-room .check-date-time .form-group .form-control {
        height: 40px;
        font-size: 12px;
    }

    .choose-room .check-date-time .form-group .fa {
        bottom: 13px;
        font-size: 14px;
    }

    .bulkBookingcss .TypeChooseRoom .nav-tabs .nav-link {
        font-size: 14px;
    }

    .bulkBookingcss .TypeChooseRoom #Bookinginfo {
        padding: 10px 0 !important;
        margin-top: 10px !important;
    }

    .choose-room .room-types .card .card-header h5 span {
        font-size: 12px;
    }

    .choose-room .continue-cancel-btn .continue-btn {
        height: 44px;
        font-size: 12px !important;
        width: 80px !important;
    }

    .choose-room .continue-cancel-btn .cancel-btn {
        height: 44px;
        font-size: 15px;
    }

    .dashboard_wishlist_wrap .dashboard_bookings_wrap .main-content nav .nav-tabs {
        justify-content: center;
    }

    #CEONotes #dvCEONotes {
        font-size: 12px;
    }

    #nav-tabContent_Referral .form-control {
        margin: 0 auto;
    }

    .login-wrap .login-box form span.focus-input100 {
        position: relative;
        width: 100%;
        height: 100%;
        top: -34px;
        left: 0;
        pointer-events: none;
    }

    #customermobile {
        padding-left: 54px;
    }

    .login-wrap .signup-box form .form-group input,
    .login-wrap .login-box form .form-group input {
        background-color: #FFFFFF;
        border: 0px solid #E0E6ED;
        width: 100% !important;
        height: 100%;
        margin: 0;
        border-bottom: 2px solid #E0E6ED;
        font-size: 14px;
        outline: none;
        padding: 15px 10px;
    }

    .spnCountryCode {
        position: absolute;
        top: 7px;
        left: 22px;
    }

    .signup-box input[type=button],
    .login-wrap .login-box form input[type="button"] {
        margin-top: 20px;
        padding: 10px 0;
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
    }

    .dashboard_wishlist_wrap #checkinContainer > .row.px-3 > .col-lg-8.col-12.pl-0.pr-1 {
        padding: 0px !important;
    }

    .dashboard_wishlist_wrap #checkinContainer > .row.px-3 {
        padding: 0px !important;
    }

    .dashboard_wishlist_wrap #payment #DuesSection {
        padding-top: 15px;
    }

    .login-wrap .login-box {
        width: 100%;
        padding: 15px;
    }

    .otpAlignSection input {
        width: 45% !important;
    }

    .login-wrap .login-box h1 {
        font-size: 20px;
    }

    .login-wrap {
        background: #f9f9f9;
    }

    .nav-pills li a {
        padding: 5px 0rem !important;
        font-size: 14px !important;
    }

    .nav-pills li {
        margin-bottom: 0px !important;
    }

        .nav-pills li#libtnCustom {
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .user-info .user-name {
        font-size: 14px;
    }

    .navbar .nav {
        padding: 0 0 0 0px !important;
    }

    .dashboard_wishlist_wrap #checkinContainer i.fa.fa-map-marker {
        padding: 0px 10px 0px 1px;
        align-items: center;
        display: flex;
    }

    .dashboard_wishlist_wrap #checkinContainer .card-text {
        font-size: 14px;
        line-height: 22px;
    }

    .dashboard_wishlist_wrap #checkinContainer .card-title {
        font-size: 18px;
        font-weight: 600;
        padding: 0px 0px 0px 10px;
    }

    .dashboard_wishlist_wrap #checkinContainer input#dtMoveinDate {
        padding-left: 8px;
    }

    .static_content_fr_search.pt-5 {
        margin-top: 9rem;
        margin-bottom: 1rem;
    }

    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 5px 0px 5px 20px;
        margin: 10px;
    }

        .sub_feq .section-header.closed::after {
            content: '\002B';
            color: #e4497d;
            float: left;
            font-size: 20px;
            padding: 0px 10px 0px 0px;
            position: absolute;
            left: 0;
            top: 5px;
        }

    .sub_feq .section-header.active::before {
        content: "\2212";
        color: #e4497d;
        float: left;
        font-size: 18px;
        display: block;
        padding: 0px 10px 0px 0px;
        position: relative;
        left: 5px;
    }

    .sub_feq .section-header.active::after {
        content: "";
        color: #e4497d;
        float: left;
        font-size: 12px;
        display: block;
        padding: 0px 10px 0px 0px;
        position: relative;
        left: 5px;
    }

    .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
        line-height: 14px;
    }

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        padding: 5px 0px;
    }

        .mapview .sub_feq .section-header.closed::after {
            content: '\002B';
            color: #e4497d;
            float: left;
            font-size: 20px;
            padding: 0px 10px 0px 0px;
            position: absolute;
            left: 0;
            top: 5px;
        }

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 5px 0px 5px 20px;
    }

    .mapview .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
        background: #eee;
        font-weight: 600;
        color: #112950;
    }

        .mapview .sub_feq h4.active {
            background: #eee;
            font-weight: 600;
            color: #112950;
        }

    .mapview .sub_feq {
        width: 100%;
        margin-left: 0px;
    }

        .mapview .sub_feq .section-header.active::after {
            content: " " !important;
            color: #e4497d;
            float: left;
            font-size: 12px;
            display: block;
            padding: 0px 10px 0px 0px;
            position: relative;
            left: 5px;
        }

    .mapview .static_content_fr_search.pt-5 {
        background: #ffff;
        margin-left: 0px;
        width: 100%;
        padding-top: 15px !important;
        margin-top: 8rem;
        padding-bottom: 15px;
        margin-bottom: 0rem;
    }

    .sub_feq h3.active {
        background: #eee;
        padding: 15px;
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 20px;
    }

    .text_view h1 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .text_view p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .static_content_fr_search .text_view p {
        display: none !important;
    }

    .basic_steps p {
        line-height: 28px;
    }

    section.grid-view .card-carousel h5 {
        font-size: 16px !important;
        font-weight: 600;
    }

    section.grid-view .cords {
        height: auto;
        overflow: unset;
        align-items: unset !important;
        font-size: 12px !important;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 14px !important;
    }

    .sub_feq {
        padding: 0 10px;
        margin-bottom: 20px !important;
    }

    .property_list_view_pad {
        padding: 15px 0px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -8.5rem;
    }
    /* Reservation filter design */
    .filter_box {
        padding: 11px 0px 0px;
        margin-bottom: 18px;
        border: 0px solid #bdbdbd;
    }

    .multi_filter_view .collapsible-search {
        width: 100% !important;
        right: 0px;
    }

    .fixed-filter {
        display: none;
    }

    .choose-room .breadcrumb-wrap .links ul li:after {
        top: 7px;
    }

    .multi_filter_view {
        padding: 10px 15px;
    }

        .multi_filter_view ul#my-list ul {
            padding: 5px 15px 10px 15px;
            border-bottom: 0px solid #bdbdbd;
        }

    #ReservationFilter {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9999;
        height: 100vh;
        padding: 0;
    }

    .filter-container {
        border: 0px solid #E0E6ED;
        padding: 0px 10px 0px 0px;
        height: 80vh !important;
        overflow-y: auto;
    }

    .multi_filter_view .apply-filter {
        display: block;
        text-align: center;
        padding: 6px 40px !important;
        width: fit-content;
        float: right;
        margin-top: 10px;
        margin-bottom: 13px;
    }

    .filter_box .close_filter_icon {
        display: block;
        text-align: right;
        padding-bottom: 10px;
        color: #112950;
        font-size: 16px;
        padding-right: 15px;
    }

    .product-wrap {
        margin-top: 12%;
    }

    .bookingsummary .table {
        display: contents;
    }

        .bookingsummary .table thead > tr {
            display: contents;
            flex-direction: unset;
        }

    #SelectedBed {
        display: contents !important;
    }

        #SelectedBed tr {
            display: contents;
            flex-direction: unset;
            align-items: unset;
            width: auto;
            padding-top: 0px;
        }

        #SelectedBed > tr > td:first-child {
            padding: 20px 10px !important;
        }

        #SelectedBed > tr td {
            padding: 20px 10px !important;
        }

        #SelectedBed .feature-amenities-img {
            height: auto;
            overflow: unset;
            overflow-y: unset;
            border-top: 0px solid #dee2e6;
        }

    .booking-main-whitebg {
        overflow: unset;
    }

        .booking-main-whitebg > .row {
            flex-direction: column;
            flex-wrap: unset;
        }

    .booking-overview .form-check [type="radio"]:checked + label:before,
    .booking-overview .form-check [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        border: 2px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }

    .form-check [type="radio"]:checked + label:after,
    .form-check [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 11px;
        height: 11px;
        background: #ef0075;
        position: absolute;
        top: 3px;
        left: 3px;
        border: 6px solid #ef0075;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #cancel_raise_noticed .modal-content {
        width: 100% !important;
    }

    #mdlPayDueModal .modal-dialog .modal-content {
        width: 100% !important;
        top: 32vh;
    }

    #MoveinSection .moveinPropImg {
        width: 100%;
        height: 100%;
    }

    #bookings-nav-Movein {
        padding: 0;
    }

    .moveinDateWrapper {
        width: 100%;
    }

        .moveinDateWrapper input#MoveinDate {
            width: 100% !important;
            margin-bottom: 15px;
        }

    .moveintimeWrapper .input-group.moveinTime {
        width: 100% !important;
        margin-bottom: 15px;
    }

    #MoveinSection .col.col-lg-4.col-md-4.col-12.pr-0 {
        padding-right: 15px !important;
        padding: 15px !important
    }

    .MoveinContainer .moveintimeWrapper input {
        width: 100% !important;
    }

    .KeyReceivedWrapper #btnKeyReceived {
        width: 100%;
    }

    .cardleft .booking-main-whitebg {
        margin: 0px 0px 16px 0px;
    }

    .cardright .booking-main-whitebg {
        margin: 0px 0px 16px 0px;
    }

    .booking-overview .form-check [type="radio"]:checked + label:before {
        border: 2px solid #ef0075;
    }
    /* 11/12/2019 */
    .suggestionContainer > .glDetails {
        display: block;
        align-items: center;
        font-size: 12px;
        padding: 4px 4px;
        white-space: normal;
        white-space: nowrap;
        min-height: 0;
    }

    .suggestionContainer {
        width: 91%;
        margin: 0 15px;
        z-index: 99;
        overflow: hidden;
    }

        .suggestionContainer > .glDetails > b {
            font-size: 12px;
        }

    .homepage-wrap .search-container .form-group:before {
        content: '';
        background: url(/assets/images/magnifying-glass.png);
        position: absolute;
        right: 18px;
        height: 48px !important;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 16vw;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*filter*/
    #search-property-filter {
        position: fixed;
        height: 100vh;
        z-index: 9999;
        top: 0;
        padding: 0px 0px;
    }

    #search-property-filter {
        display: none;
    }

    .tabbable.tabs-left {
        display: flex;
        height: 100vh;
        margin-top: 14px;
        border-top: 1px solid #eee;
    }

    .property_leftview {
        min-width: 100%;
        max-width: 100%;
    }

    .search-filter-inside {
        min-width: 100%;
        max-width: 100%;
        border: 0px solid #bdbdbd;
        border-radius: 0px;
        padding: 24px 0px;
    }

    .search-fitler_title_sec {
        display: flex;
        border-bottom: 0px solid #bdbdbd;
    }

    .mobileFilterbutton {
        padding: 15px 0px;
    }

    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
        display: none !important;
    }

    .product-wrap .second-section .nearby .tab-content .tab-pane {
        padding: 20px 0 10px 0;
    }

    .tab-content > .active,
    .pill-content > .active {
        display: block !important;
    }

    .tabs-left > .nav-tabs.mobileFilterTitle {
        width: 33%;
    }

    .tab-content.search-filter-container {
        width: 67%;
    }

    .mobileFilterTitle li {
        padding: 8px 8px;
        background: #f7f7f7;
        border: 0px !important;
        min-height: 39px;
        display: flex;
        font-size: 12px;
        align-items: center;
        border-bottom: 1px solid #dedede !important;
    }

        .mobileFilterTitle li a {
            color: #112950;
            font-weight: 500;
            margin: 0;
            padding: 0px 0px 0px 6px;
            width: 100%;
        }

    .search-filter-container .tab-pane {
        padding: 0;
        border-bottom: 0px solid #E0E6ED;
        padding-top: 11px;
        height: 84vh;
        overflow: auto;
        overflow-x: hidden;
    }

    .search-filter-container .custom-control {
        padding: 10px 26px;
        align-items: center;
        display: flex;
        min-height: 24px;
        border-bottom: 1px solid #eee;
        margin-bottom: 2px;
    }

    .filtercitySelect {
        padding: 0px 0px;
        align-items: center;
        display: flex;
        min-height: 20px;
        border-bottom: 1px solid #eee;
        margin-bottom: 2px;
        padding: 10px 0 17px 0;
    }

    .search-filter-container .custom-control-label::before {
        top: 9px;
    }

    .search-filter-container {
        margin-top: 0px;
    }

    .mobilefilter-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-search-filterSearchBox {
        background-position: initial;
        width: 97%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-image: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: white;
        /* position: relative; */
        top: -8px;
        padding: 10px 0;
        background-repeat: repeat;
    }

        .filter-search-filterSearchBox .filter-search-hidden {
            display: block;
            border: 1px solid #cccccc;
            height: auto;
            width: 96%;
            box-shadow: 0px 0px 0px 0px !important;
            font-size: 12px !important;
            padding: 6px 5px;
            margin-right: 5px;
        }

    .filter-search-hidden.filter-search-visible {
        display: block;
        font-size: 14px;
    }

    .brand-value {
        position: relative;
        top: 0px;
        right: -5px;
        padding-bottom: 42px;
    }

    .mobilefilter-button svg {
        margin-right: 10px;
    }

    .MobileFilterSort {
        display: block;
        width: 100%;
    }

    .MobileFilterSortfilter {
        display: flex;
    }

    .mobile-filter-apply {
        display: none;
        width: 100%;
    }

    .mobileFilterApplyFun {
        display: flex;
        padding: 3px 0;
    }

    .ApplyFilterbtn {
        color: #ef0075 !important;
        border-right: 0px solid #d0d0d0 !important;
    }

    .property-sorting {
        position: fixed;
        height: 100vh;
        /* top: 0; */
        width: 100vw;
        background: #222222d6;
        z-index: 9999;
        bottom: 0;
    }

    .property-sorting {
        display: none;
    }

    .sort-sortBy {
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 14px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 0px 0 0;
        border-radius: 0px;
        border: 0px;
    }

    .sort-list {
        width: 100%;
        display: block;
        left: 0px;
        border: 0px !important;
        position: relative;
        top: 0 !important;
        border-top: 1px solid #d6d6d6 !important;
        padding-top: 10px !important;
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 8px;
    }

    .sort-sortBy span {
        display: none;
    }

    .sort-list label {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .ul-height-limit {
        max-height: none !important;
    }

    #filterInput.apply_show {
        display: none;
    }
    /*16/12/2019*/
    .property_rightview #GridView {
        padding: 0 15px;
    }

    .properties-sort {
        position: relative;
        height: 100vh;
    }

    .SortTitle {
        padding: 0px 20px;
    }

    #property_search .tabs-left > .nav-tabs {
        background: #f7f7f7;
    }

    .highttolow svg.SortModalIcon,
    .lowtohigh svg.SortModalIcon,
    .priceDefault svg {
        display: block;
        margin-right: 5px;
        width: 24px;
    }

    .filterclear_anchor {
        padding-top: 6px;
    }

    .search-filter_title {
        padding-top: 0px;
        font-size: 12px;
    }

    .search-filter-container li.collapse {
        display: block;
    }

    .search-filter-container > ul li.MClearAll {
        position: absolute;
        top: 17px;
        right: 0;
    }

    .filterclear_anchor {
        font-size: 12px;
    }

    .mobileFilterbutton button#mobileFitlerby {
        border-right: 0;
    }

    .ApplyFilterbtn {
        border-right: 0px;
    }

    #property_search .tabs-left > .nav-tabs {
        border-right: 0px solid #ddd;
    }

    .filternav-active a {
        color: #112950 !important;
        font-weight: 600 !important;
    }

    .filter-search-iconSearch {
        right: 10px;
        top: 16px;
    }

    #property_search .tab-content > .tab-pane#location {
        padding-top: 15px;
    }

    .search-filter-header {
        background: transparent;
        position: unset;
        box-shadow: 0px 0px 0px 0px #bbb5b5;
    }

    .suggestionContainer > .PropDetails {
        white-space: normal;
    }

    .homepage-wrap .search-container .PropAmount {
        white-space: nowrap;
    }

    .homepage-wrap .search-container .row div.SearchPropLocation {
        margin: 0 !important;
    }

    .homepage-wrap .search-container .row div.PropListALign {
        margin: 0 !important;
    }

    #ulSearchFilters .collapse {
        display: block;
    }

    .homepage-wrap .col-md-3 .card-img-top {
        max-height: 100%;
    }

    .homepage-wrap .col-md-3 .third_item {
        width: auto;
        height: auto !important;
        overflow: hidden;
    }

    .schedulecaleIcon {
        width: 14%;
        position: absolute;
        top: 20px;
        right: 24vw;
    }

    #HeaderSchduleVisitPopUp #schedulevisitform .pick-date select#slVisitSlots {
        top: 22px;
    }

    .nav-link.scheduleVisitMenu {
        padding: 6px 10px !important;
    }

    #Chennai > .cityWrapper,
    #Hyderabad > .cityWrapper {
        width: 50%;
    }
    /* Achievement */
    .achievement_hr_Line hr {
        border: 2px solid #ef0075 !important;
        width: 15%;
        float: left;
        margin: 10px auto 15px 0;
        border: 0;
    }

    .achievementBlog_contain {
        height: auto;
        width: 100%;
    }

    .AchievementBox_Img img.img-fluid {
        width: 100%;
        height: auto;
    }

    .achievementBlog_contain {
        margin: 10px 0px;
    }

    .achievement_header .achievements {
        color: #112950;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
    }

    .AchievementBox_Img {
        overflow: hidden;
        min-height: auto;
    }

    #HeaderSchduleVisitPopUp #SCHslVisitSlots {
        padding: 10px 29px;
    }

    #achievements_Page .achievement_header .achievements {
        text-align: center;
    }

    .achievementBack_btn {
        position: relative;
        margin-top: 0vh;
    }

    #achievementsImage_blog_contents > .owl-stage-outer.owl-height {
        height: auto !important;
    }

    .achievement_Box {
        height: auto !important;
    }

    #achievements_blog_contents.cardleft {
        flex-direction: column-reverse;
        padding: 0px 0px;
    }

    #achievements_blog_contents.cardright {
        flex-direction: column-reverse;
        padding: 0px 0px;
    }

    .achievementTitle_tag {
        font-size: 20px;
        text-align: center;
    }

    .ac-item-caption {
        margin-left: 0px;
    }

    .AchievementBox_Img {
        height: auto !important;
    }

    #achievements_Page .hovereffect:hover .overlay a.ac-item-image-inner .achievementTitle_tag {
        font-size: 12px;
    }

    #achievements_Page .overlay a.ac-item-image-inner {
        left: 5%;
        bottom: 34%;
    }

    #achievements_Page .hovereffect a.info {
        left: 5%;
        padding: 5px 33px;
        font-size: 12px;
        bottom: 16%;
    }

    .cardright .ac-item-caption {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
    }
    /* New Homepage Banner 21/01/2020 */
    #site_homepage .homepage-wrap .banner h1 {
        padding: 5px;
        font-size: 18px !important;
        line-height: 1.5;
        margin-top: 12px;
        text-align: center;
    }

    #site_homepage .homepage-wrap .search-container {
        padding: 2%;
    }

        #site_homepage .homepage-wrap .search-container .form-group {
            margin-bottom: 0px;
        }

    .homepage-wrap .banner {
        padding-top: 78px !important;
        padding-bottom: 14px !important;
        margin-bottom: 24px;
    }

    #site_homepage .banner_img img {
        padding-top: 20px;
        width: 35%;
    }

    #site_homepage .homepage-wrap .tab-layout h2 {
        font-weight: 700;
        font-size: 18px;
        padding: 0 15px;
    }

    #site_homepage .navbar {
        padding: 0px 0px;
        background-color: #fff;
    }

    #site_homepage .nav-item a {
        color: #324b72 !important;
    }

    #site_homepage .user-info .user-name {
        color: #324B72;
    }

    #site_homepage .dropdown-toggle .dropdown-userdetails::after {
        color: #f0086e;
    }

    #site_homepage .ScheduleVisitButton {
        border: 2px solid #ef0073;
    }

        #site_homepage .ScheduleVisitButton a {
            color: #ef0073;
        }

    #site_homepage button.btn.login-btn.btn-secondary {
        background-color: #ffffff;
        border: 2px solid #112950;
        color: #ffffff;
    }

    #site_homepage .navbar .navbar-brand img {
        width: 100%;
    }

    #site_homepage .modal#video-modal {
        margin-top: 38px;
    }

    #Chennai > .cityWrapper,
    #Hyderabad > .cityWrapper {
        width: 50%;
    }

    .modal .modal-close {
        top: 2.9rem !important;
    }

    #site_homepage .homepage_Wrapper_P {
        font-size: 14px;
    }

    /* Property Details Page - Flatmates Styles*/
    .Property_Flatmates_Count .p-35 {
        padding: 0 0px;
    }

    .Flatmates_Card_Values .bar-style {
        border-radius: 10px;
        height: 10px !important;
        width: 100%;
    }

    /* Property listing search page - 20200521 */
    .godown-page.show {
        top: 5rem;
        right: 1rem;
        font-size: 26px;
    }

    #property_search .goup-page {
        bottom: 6rem;
    }
    /* New Mobile Menu Designs 20200522*/
    .colive_design_nav .mobile-burgericon-div-align {
        display: flex;
    }

    .colive_design_nav .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        width: 300px;
        height: 100vh;
        background: #ffffff;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar {
            height: 100%;
            padding-top: 1.5rem;
            margin-top: 4rem;
        }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div {
                display: block;
                width: 100%;
                margin-top: 1rem;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div .TestimonialSocialIcons {
                    width: 100%;
                    background: #fff;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div ul.TestimonialSocialULList {
                    width: auto;
                    margin: 0rem auto 0 0;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div .FindSomeSocialCommunites {
                    font-size: 14px;
                    text-align: center;
                }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills {
                border-bottom: 1px solid #d2d2d2;
                padding-bottom: 0px !important;
                border-radius: 0px;
                flex-direction: column-reverse;
            }

    .cowork_page_wrapper .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills {
        border-bottom: 0px solid #d2d2d2;
        padding-bottom: 0px !important;
        border-radius: 0px;
        flex-direction: column-reverse;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills a {
        font-size: 14px !important;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Desktopviw_Logout_Nav {
        display: none;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Logout_Nav_li {
        display: block !important;
    }

    .dropdown-toggle .dropdown-userdetails::after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f0086e;
        font-weight: 900;
        margin: 0 9px;
    }

    .dekstopusername {
        display: none !important;
    }

    .user-name.mobileusername {
        display: block !important;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Logout_Nav .colive-fa-i:before,
    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Login_Nav_icon.colive-fa-i:before {
        content: "\f011";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Home .colive-fa-i:before {
        content: "\f015";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Combat.colive-fa-i:before {
        content: "\f071";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Cowork .colive-fa-i:before {
        content: "\f0f7";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Offer .colive-fa-i:before {
        content: "\f06b";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_partner .colive-fa-i:before {
        content: "\f2b5";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_schedule .colive-fa-i:before {
        content: "\f045";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Cowork247 .colive-fa-i:before {
        content: "\f041";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_community .colive-fa-i:before {
        content: "\f0c0";
        padding: 0px 12px 0px 0px;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Div_fr_Mobileview {
        display: block;
        width: 100%;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li .dropdown-menu {
            position: relative;
            left: 0px;
            padding-left: 30px;
            padding-right: 0px;
            border-bottom-width: 0px;
            border-bottom-color: transparent;
            border: 0px;
            width: 100%;
            margin-bottom: 10px;
        }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li .dropdown-menu a:hover {
                background: transparent !important;
            }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info {
        align-items: center;
        justify-content: space-between;
        padding-left: 0px;
        border-left: 0px solid #E0E6ED;
        cursor: pointer;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info a {
            width: 100%;
            border-bottom: 0px solid #efefef !important;
        }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info a .dropdown-userdetails {
                width: 100%;
            }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills li#libtnCustom {
        margin-bottom: 10px !important;
        margin-top: 0px;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 10px;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info-mobile .dropdown-menu {
        border-bottom-color: transparent;
        border: 0px solid #ececec !important;
        box-shadow: 0px 0px 0px #bfb5b500;
        width: 100%;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info-mobile .dropdown-item:before {
        padding: 0px 12px 0px 0px;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info .user-image {
        width: 40px;
        height: 41px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 8px;
    }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton {
        border: 0px solid #ef0073 !important;
        height: unset !important;
        border-top: 1px solid #d2d2d2 !important;
        width: 100% !important;
        padding-top: 15px !important;
        margin-right: 0px;
        margin-top: 8px;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton:hover {
            border: 0px solid #112950 !important;
            color: #112950 !important;
            background: transparent !important;
        }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton a {
            padding: 0px !important;
        }

    .colive_design_nav .navbar-collapse .mig-header-menu-bar button.btn.login-btn.btn-secondary {
        background-color: #ffffff00 !important;
        border: 0px solid #324b72 !important;
        color: #324b72 !important;
        height: unset !important;
        width: unset !important;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar button.btn.login-btn.btn-secondary a:hover {
            color: #ef0073 !important;
        }

    .colive_design_nav .navbar-collapse.collapsing {
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: -100%;
        height: 100vh;
    }

    .colive_design_nav .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.1s ease-in;
        -o-transition: left 0.1s ease-in;
        -moz-transition: left 0.1s ease-in;
        transition: left 0.1s ease-in;
        height: 100vh;
    }

    .TestimonialSocialULList li {
        padding: 10px 7px 10px;
    }

    .TestimonialSocialULList a {
        width: 36px;
        height: 36px;
        border: 2px solid #ef0073;
    }

        .TestimonialSocialULList a:before {
            font-size: 18px;
        }

    .about-us .leadership-team {
        padding: 0px 0 !important;
    }

        .about-us .leadership-team .team-card {
            margin-bottom: 0px;
        }

    section.about-us {
        padding-bottom: 0px;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 400px;
        margin: 0 auto;
    }
    /* 20200530 */
    .Div_EventContainer .Div_Community figure img {
        width: auto !important;
        height: 100%;
        margin: 0 auto;
        max-width: fit-content !important;
    }

    .Div_EventContainer .Div_Community figure {
        width: 100%;
        height: 295px;
        background: #fff !important;
        overflow: hidden;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #bookingPg .book-now#ReservationPayment > .booking-detail + .select-block .select-wrap form {
        display: block;
    }

    #bookingPg .book-now #continueCancelPayment {
        display: block;
        position: fixed;
        bottom: 60px;
        width: 100%;
        z-index: 9;
        margin-bottom:15px;
    }
    .graphical-info.wrapper ::-webkit-scrollbar {
        display: block;
        width: 5px;
        height:5px;
    }
    ::-webkit-scrollbar {
        width: 6px!important; 
    }
    #bookingPg .book-now #continueCancelPayment > .total-amount {
        margin-bottom: 10px;
    }
    /* 20200709 */
    .booking-detail #graphicalinfoWL table th {
        width: auto;
    }

    .booking-detail #graphicalinfoWL table {
        display: table;
    }

    .booking-detail #graphicalinfoWL #SelectedBedWL td:first-child #shareTypesWL {
        font-size: 14px;
    }

    .booking-detail #graphicalinfoWL table th {
        width: auto;
        font-size: 14px;
    }

    .book-now .select-block .select-wrap form {
        display: block;
    }

    .booking-upgrade-option .handshake .fa {
        font-size: 26px;
    }

    .booking-upgrade-option .text-content p {
        font-size: 14px;
    }

    .booking-upgrade-option .handshake {
        text-align: left;
        width: fit-content;
        margin-right: 8px;
    }
    /*schedule video visit */
    .ScheduleVideoVisitBtn {
        /*display: block !important;*/
    }

    #PropertySection h1#spnPropertyName {
        width: 86%;
    }

    .product-wrap div#PropertySection {
        background: #fff;
    }

    #spnPropertyVideoVisitLink {
        position: fixed !important;
        top: 11.2rem !important;
        right: 0px !important;
        z-index: 9;
        background: #fff;
        padding: 0px;
        border-radius: 50px 0 0 50px;
        z-index: 100;
        box-shadow: 0px 0px 7px 0px #a9a8a8;
        height: 44px !important;
        width: 53px !important;
        text-align: center;
    }

    .Span_location + .copyright {
        margin-bottom: 60px !important;
    }

    .sharepropdiv .cardshare-dv .c-share_options {
        left: 0;
        width: fit-content;
    }

    .rating-wrap_new #sharepropdiv {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .rating-wrap_new .sharepropdiv .cardshare-dv .c-share_options {
        right: 0;
        width: fit-content;
        left: unset !important;
    }

    .rating-wrap_new {
        flex-direction: row;
        padding-top: 15px;
        position: relative;
        align-items: center;
    }

    #walletaspx .walletaddmoneytitle .accountbal-img,
    .accountbal-img {
        width: 26%;
    }

    .dashboard_wishlist_wrap #my-passbook .accounts-wrap {
        overflow: hidden !important;
    }
    /* Wallet */
    #walletaspx #mywallet {
        padding-bottom: 0;
    }

    #walletaspx .mywallet > .container,
    #walletaspx .mywallet > .container > .col.col-lg-10.col-md-10.col-12.m-auto {
        padding: 0;
    }

    #walletaspx .wallettitle {
        font-size: 14px;
    }

    #walletaspx .walletnav .walletnava {
        font-size: 13px;
        margin: 8px 6px;
    }

    #walletaspx .walletchoosefield ul {
        display: block;
    }

        #walletaspx .walletchoosefield ul li:last-child {
            margin-left: 0rem;
            margin: 10px 0px;
            margin-bottom: 2rem;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) input {
            width: 100% !important;
        }

        #walletaspx .walletchoosefield ul li input {
            width: 33.33% !important;
            padding: 8px 0px;
        }

    #walletaspx .walletHistroy-tablerow .table-wrap {
        overflow: auto;
    }

    #mywallet .col.col-lg-11.col-md-11.col-12.m-auto {
        padding: 0px;
    }

    #walletaspx .customizepopup .checkout-Terms {
        height: 44vh;
    }

    #walletaspx .walletbankdetails_confirm .user_bank_detail {
        width: 100%;
    }

    #walletaspx .walletbankdetails_confirm input {
        width: 100% !important;
    }

    #walletaspx .walletbankdetails_confirm .account {
        display: block !important;
    }

    #walletaspx .walletcard-paymentcard .accountwallet-spantag {
        width: 100%;
    }

    .Span_location {
        padding: 0 0 5rem !important;
    }

    .header.include {
        margin-bottom: 15% !important;
    }
}

@media only screen and (min-width: 700px) {
    .ScheduleVideoVisitBtn {
        display: none !important;
    }
}

@media (max-width:767px) and (min-width: 560px) {
    section.grid-view .QuickviewModal .modal-dialog {
        max-width: 80%;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 0px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nav-item a {
        font-size: 12px;
    }

    .navbar-brand {
        width: 26%;
    }

    .navbar .navbar-brand img {
        width: 100%;
        padding: 10px 0;
    }

    .user-info {
        width: 100%;
    }

    .cityWrapper > ul > li > a {
        font-size: 12px;
    }

    .cityWrapper > span a {
        font-size: 13px;
    }

    .cityWrapper {
        width: 14%;
    }

    .dropdown-menu {
        font-size: 14px;
    }

    .user-info .dropdown .dropdown-menu {
        left: -100px;
        top: 28px;
    }

    .dashboard_wishlist_wrap .tab-layout .col-lg-3.col-md-3.col-12.p-0 {
        flex: 100% !important;
        max-width: 100%;
    }

    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li {
        width: 33%;
    }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a .sidebar-items {
            padding: 20px;
            display: block;
            text-align: -webkit-center;
        }

        .dashboard_wishlist_wrap .sidebar-wrap .sidebar li img {
            margin-right: 0px;
            margin-bottom: 5px;
        }

    .dashboard_wishlist_wrap #payment .card {
        width: 100%;
    }

    .dashboard_wishlist_wrap #payment .akdj {
        width: 100%;
    }

    .dashboard_wishlist_wrap #payment .bkhc {
        padding-bottom: 10px;
    }

    .dashboard_wishlist_wrap #payment .accounts-wrap .accordion .card .card-body table {
        width: 100%;
    }

    .dashboard_wishlist_wrap #payment .no-dues {
        width: 100%;
    }

    .dashboard_wishlist_wrap .sidebar-wrap .sidebar li a {
        border-right: 2px solid #f7f7f7;
        margin: 5px;
    }

    .product-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        left: 0;
        right: 0px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        padding: 15px 15px;
    }

    .homepage-wrap .tab-layout .nav-tabs a {
        font-size: 16px;
    }

    .homepage-wrap .homepage-card .card {
        margin: 0 8px 0 8px;
        padding: 0;
    }

    .TermsWrapper input[type=checkbox] + label:before {
        left: -90px !important;
        position: relative;
    }

    .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: 0px !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        top: -52px;
        left: unset !important;
        right: -50px !important;
        right: 0px !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
        border: none;
        margin: 0px !important;
        margin-bottom: 0px !important;
    }

    .websiterunner {
        width: 100%;
        margin: 0px;
        padding: 0px;
        top: 0px;
        z-index: 1031;
        background: #fff;
    }

    .nav-link {
        display: block;
        padding: .5rem .5rem;
    }

    .slider-content {
        padding: 83px 0px !important;
    }

    .partner-with-us-wrap .banner .content .right-content h1 {
        font-size: 32px;
    }

    .container.community h1.Community {
        color: #112950;
        font-size: 32px;
        font-weight: 600;
        line-height: 54px;
        text-align: center;
    }
    /* 20200527 */
    #footer .footerPanel-firstrow li {
        width: 50%;
    }

    .Panel-Third-row li {
        width: 50%;
        min-width: 48%;
        max-width: 48%;
    }
}

@media (max-width: 1024px) {
    .col-md-8.my-5,
    .col-md-4.my-5 {
        min-width: auto !important;
    }

    .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: -10px !important;
        top: 0px;
    }

    .share i.fa.fa-youtube-play {
        top: -6px;
    }

    .jquery-modal iframe {
        min-height: 550px;
    }

    .social-links li {
        margin: 0 6px 0 0px;
    }

    .customizepopup .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: 0px !important;
    }

    section.grid-view .card-carousel h5 {
        font-size: 10px !important;
        font-weight: 600;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 10px !important;
    }

    .PropertyViewDesign {
        font-size: 10px !important;
    }

    section.grid-view .cords {
        height: 18px;
        overflow: hidden;
        align-items: flex-start !important;
        font-size: 10px !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -10rem;
    }
    /* 20200527 */
    #footer .footerPanel-firstrow li {
        width: 50%;
    }

    .Panel-Third-row li {
        width: 50%;
        min-width: 48%;
        max-width: 48%;
    }
}

@media (max-width:1440px) and (min-width: 1024px) {
    .user-info .dropdown .dropdown-menu {
        left: -140px;
    }

    #cssmenu > ul > li > a {
        width: 175px !important;
    }

    .userprofilesecli {
    }

    .check-in-box {
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        top: -52px;
        left: unset !important;
        right: -50px !important;
        right: 0px !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
        border: none;
        margin: 0px !important;
        margin-bottom: 0px !important;
    }

    .product-wrap .first-section .graphical-info .table td:nth-child(4) {
        font-size: 13px;
    }

    .product-wrap .first-section .graphical-info .table td:nth-child(2) {
        font-size: 13px;
    }

    .homepage-wrap .tab-content p {
        text-align: center;
        padding: 40px 0 0px;
        font-weight: 500;
    }

    #eventSecView #dvEvent {
        height: 341px !important;
    }

    .property-sorting-total {
        padding-top: 18px;
    }
}

@media (max-width: 767px) {
    section.grid-view.prop-listing-search-wrapper {
        padding: 20px 0 0;
    }

    #new_beds .rent {
        width: 70px;
    }

    .book-now .booking-detail .graphical-info table tbody tr td .feature-svg .position-relative:nth-child(1) {
        margin-left: 0;
    }
    #new_bedsprivate.active .position-relative {
        margin: 0 3px 0 0 !important;
    }
    #new_bedsprivate.active .position-relative img {
        margin: 0 0px !important;
    }
    #new_bedsprivate.active .position-relative p {
        display:none !important;
    }
    .graphical-info .rent {
        width:65px !important;
    }
}

@media (max-width: 1440px) and (min-width:968px) {
    section.grid-view .grid-popup-wrap .first-section .info .detail-info {
        padding: 0;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 0;
    }

    section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating {
        padding: 0 15px;
        border-right: 1px solid lightgray;
        width: 80%;
    }

    section.grid-view .QuickviewModal .modal-dialog {
        max-width: 60%;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info .table .feature-svg img {
        padding: 0 5px;
    }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
        top: 40%;
    }

    .calendar-wrapper.picker {
        top: 160px !important;
    }

    .choose-room .check-date-time .form-group label {
        color: #112950;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: 0px;
        top: 0px;
    }

    section.grid-view p.upgrade {
        color: #112950;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
        display: none;
    }

    div.container.contact .connect {
        font-size: 42px;
    }

    .container.community p.Community {
        font-size: 42px;
    }
}

@media(min-width:1200px) {
    .TermsWrapper input[type=checkbox] + label {
        left: 0px;
    }
}

@media (max-width: 320px) {
    .homepage-wrap .features .feature-wrap li a {
        font-size: 12px;
    }

    .dashboard_wishlist_wrap .card-wrap .card-info .cancel-request .reschedule {
        font-size: 14px;
    }

    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        font-size: 11px;
    }

    section.grid-view .navbar {
        padding: 0px 6px;
    }

    .w3-modal-content {
        margin-top: 30px;
        padding: 20px;
    }

    .homepage-wrap .tab-layout .nav-tabs a {
        padding: 5px 7px !important;
        font-size: 9px !important;
    }

    .text_view h1 {
        font-size: 18px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .text_view p {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 4px 5px 2px;
        margin: 0 5px;
        border-radius: 14px;
        font-weight: 500;
        font-size: 12px;
    }

    .property_list_view_pad {
        padding: 15px 0px;
    }

    .sub_feq {
        padding: 0px 10px;
    }

        .sub_feq .section-header.closed {
            color: #10121B;
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
            padding: 5px 0px 5px 20px;
            margin: 5px 5px;
        }

    .search-filter-container .custom-control label {
        font-size: 12px !important;
    }
}

@media (max-width: 360px) {
    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        font-size: 11px;
    }

    section.grid-view .navbar {
        padding: 0px 6px;
    }


    .filter-container {
        height: 77vh !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input::placeholder {
        font-size: 12px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input {
        font-size: 12px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -7rem;
    }
    /* /. */
    .mobileFilterbutton button {
        font-size: 12px;
    }

    .mobileFilterTitle li a {
        font-size: 11px;
    }

    #property_search .tabs-left > .nav-tabs > li > a {
        min-width: 76px;
    }

    .mobileFilterTitle li {
        min-height: 45px;
    }

    .search-filter-container label {
        font-size: 12px;
    }

    .sort-list label {
        font-size: 12px;
    }

    .search-filter-container .custom-control label {
        font-size: 12px !important;
    }

    .filter-search-filterSearchBox .filter-search-hidden {
        width: 95% !important;
        box-shadow: 0px 0px 0px 0px !important;
        font-size: 11px !important;
        padding: 6px 5px !important;
    }

    .search-filter-container .tab-pane {
        height: 83vh;
    }

    #property_search footer {
        padding: 20px 0 0 0 !important;
        margin-bottom: 38px !important;
    }

    #achievements_Page .hovereffect:hover .overlay a.ac-item-image-inner .achievementTitle_tag {
        font-size: 9px;
    }

    #achievements_Page .hovereffect a.info {
        font-size: 9px;
    }
    /* New Mobile Menu Designs 20200522 */
    .colive_design_nav .navbar-collapse .mig-header-menu-bar {
        padding-top: .5rem;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .navbar .nav .navbar-toggler .navbar-toggler-icon i {
        color: #f0086e !important;
        font-size: 25px;
    }

    .navbar .nav .navbar-toggler {
        background: white;
        outline: none;
    }

    .navbar .nav {
        display: flex;
        align-items: center;
        padding: 0 0 0 20px;
    }

    .nav-pills li {
        width: 100%;
        margin-bottom: 10px;
    }

    .box-shadow .nav-item a {
        font-size: 16px;
    }

    .box-shadow .navbar-brand {
        padding-top: .3125rem !important;
        padding-bottom: .3125rem !important;
    }

    .w3-Coupon_sec {
        border: 2px dashed #eee;
        padding: 20px;
        height: 400px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .partnersWrapper {
        max-height: 447px !important;
        overflow-y: hidden;
    }

    section.grid-view .cords {
        height: auto;
        overflow: unset;
        align-items: unset !important;
        font-size: 12px !important;
    }

    section.grid-view .card-carousel h5 {
        font-size: 16px !important;
        font-weight: 600;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 14px !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input::placeholder {
        font-size: 12px !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input {
        font-size: 12px !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -7rem;
    }

    .Refund_Details button#ancBack2,
    .User_Bank_Details button#ancBack3 {
        position: absolute;
        top: -58px;
        right: 13vw;
    }

    .Refund_Details button#ancNext2,
    .User_Bank_Details button#ancNext3 {
        position: absolute;
        top: -58px;
        right: 0vw;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input#txtAccountHolderName {
        width: 100% !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform input#txtBankName,
    .dashboard_wishlist_wrap #checkout_form #msform input#txtAccountNumber,
    .dashboard_wishlist_wrap #checkout_form #msform input#txtIFSCCode,
    .dashboard_wishlist_wrap #checkout_form #msform input#txtEmail {
        width: 100% !important;
        text-align: center;
    }
}

@media (min-width: 1210px) and (max-width:1220px) {
    .maplist {
        height: 72vh;
    }

    .Playstore .w3-modal-content {
        margin: 120px auto;
        border: 1px solid #eee;
        box-shadow: 0px 0px 4px #d0d0d0;
        background-image: url(/assets/images/whstappbg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 328px -63px;
    }

    .navbar .navbar-brand img {
        width: 85%;
    }

    .nav-item a {
        color: #324b72;
        font-size: 14px;
    }

    section.grid-view .cords {
        height: 18px;
        overflow: hidden;
        align-items: flex-start !important;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 12px;
    }

    .PropertyViewDesign {
        font-size: 12px;
    }

    .card-img-top {
        min-height: 150px;
    }

    section.grid-view .card-carousel .price p {
        font-size: 14px;
    }

    section.grid-view .card-carousel h5 {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {


    #eventSecView #dvEvent {
        height: 320px !important;
    }

    .Playstore .w3-modal-content {
        margin: 120px auto;
        border: 1px solid #eee;
        box-shadow: 0px 0px 4px #d0d0d0;
        background-image: url(/assets/images/whstappbg.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 321px -64px;
    }

    .navbar .navbar-brand img {
        width: 100%;
    }

    .nav-item a {
        color: #324b72;
        font-size: 11px !important;
    }

    .corporate .colive-corp {
        text-align: left;
        font-size: 35px;
        font-weight: 800;
        color: white;
        line-height: 50px;
        padding-left: 15%;
        margin-bottom: -4px;
    }

    section.grid-view .cords {
        height: 18px;
        overflow: hidden;
        align-items: flex-start !important;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 12px;
    }

    .PropertyViewDesign {
        font-size: 12px;
    }

    .card-img-top {
        min-height: 150px;
    }

    section.grid-view .card-carousel .price p {
        font-size: 14px;
    }

    section.grid-view .card-carousel h5 {
        font-size: 14px;
        font-weight: 500;
    }

    #property_search section.grid-view {
        background: #F4F8FB;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width:968px) {
    .corporate .colive-subtitle {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        color: white;
        line-height: 17px;
        padding-left: 16%;
        margin-bottom: 25px;
        padding-left: 0% !important;
        position: absolute;
        width: 100%;
        top: 50px;
    }

    .corporate .colive-corp {
        text-align: left;
        font-size: 30px;
        font-weight: 800;
        color: white;
        line-height: 35px;
        padding-left: 0% !important;
        margin-bottom: 10px;
    }

    section.grid-view .card-carousel h5 {
        font-size: 10px;
        font-weight: 600;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 10px;
    }

    .PropertyViewDesign {
        font-size: 10px !important;
    }

    section.grid-view .cords {
        height: 18px;
        overflow: hidden;
        align-items: flex-start !important;
        font-size: 10px;
    }

    section.grid-view .property {
        color: #3085ff;
        font-size: 10px !important;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -17rem;
    }
    /* New Mobile Menu Designs 20200522 */
    .navbar.colive_design_nav .nav .navbar-brand {
        z-index: 1;
    }

    .colive_design_nav .navbar-collapse {
        position: absolute;
        top: 54px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }

        .colive_design_nav .navbar-collapse.collapsing {
            height: auto !important;
            margin-right: 50%;
            transition: all 0.3s ease;
            display: block;
        }

        .colive_design_nav .navbar-collapse.show {
            right: 0;
        }

    #site_homepage .navbar.colive_design_nav {
        padding: 0px 15px;
        background-color: #ffffff;
    }

    .navbar-expand-md.colive_design_nav .navbar-toggler {
        display: block;
        background: transparent;
    }

    .colive_design_nav .mobile-burgericon-div-align {
        display: flex;
    }

    .colive_design_nav .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        width: 420px;
        height: 100vh;
        background: #ffffff;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar {
            height: 100%;
            padding-top: 1.5rem;
            margin-top: 4rem;
        }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div {
                display: block;
                position: absolute;
                bottom: 0px;
                width: 100%;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div .TestimonialSocialIcons {
                    width: 100%;
                    background: #fff;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div ul.TestimonialSocialULList {
                    width: auto;
                    margin: 0rem auto 0 0;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .mobileview_social_div .FindSomeSocialCommunites {
                    font-size: 14px;
                    text-align: center;
                }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills {
                border-bottom: 1px solid #d2d2d2;
                padding-bottom: 0px !important;
                border-radius: 0px;
                flex-direction: column-reverse;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills a {
                    font-size: 16px !important;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Desktopviw_Logout_Nav {
                    display: none;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Logout_Nav_li {
                    display: block !important;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Logout_Nav .colive-fa-i:before,
                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileviw_Login_Nav_icon.colive-fa-i:before {
                    content: "\f011";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Home .colive-fa-i:before {
                    content: "\f015";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Combat.colive-fa-i:before {
                    content: "\f071";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_Cowork .colive-fa-i:before {
                    content: "\f0f7";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_partner .colive-fa-i:before {
                    content: "\f2b5";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Mobileview_Nav_schedule .colive-fa-i:before {
                    content: "\f045";
                    padding: 0px 12px 0px 0px;
                    position: relative;
                    top: 1px;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .Div_fr_Mobileview {
                    display: block;
                    width: 100%;
                }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li {
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 4px;
                padding-bottom: 4px;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li .dropdown-menu {
                    position: relative;
                    left: 0px;
                    padding-left: 25px;
                    padding-right: 0px;
                    border-bottom-width: 0px;
                    border-bottom-color: transparent;
                    border: 0px;
                    width: 100%;
                    margin-bottom: 10px;
                }

                    .colive_design_nav .navbar-collapse .mig-header-menu-bar .nav-pills li .dropdown-menu a:hover {
                        background: transparent !important;
                    }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info {
                align-items: center;
                justify-content: space-between;
                padding-left: 0px;
                border-left: 0px solid #E0E6ED;
                cursor: pointer;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info a {
                    width: 100%;
                }

                    .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info a .dropdown-userdetails {
                        width: 100%;
                    }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills li#libtnCustom {
                margin-bottom: 10px !important;
                margin-top: 0px;
                border-bottom: 1px solid #d2d2d2;
                padding-bottom: 10px;
                width: 100%;
            }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .mbhide {
                display: none;
            }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info-mobile .dropdown-menu {
                border-bottom-color: transparent;
                border: 0px solid #ececec !important;
                box-shadow: 0px 0px 0px #bfb5b500;
                width: 100%;
            }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info-mobile .dropdown-item:before {
                padding: 0px 12px 0px 0px;
            }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar ul.nav-pills .user-info .user-image {
                width: 40px;
                height: 41px;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 8px;
            }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton {
                border: 0px solid #ef0073 !important;
                height: unset !important;
                border-top: 1px solid #d2d2d2 !important;
                width: 100% !important;
                padding-top: 15px !important;
                margin-right: 0px;
                margin-top: 8px;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton:hover {
                    border: 0px solid #112950 !important;
                    color: #112950 !important;
                    background: transparent !important;
                }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar .ScheduleVisitButton a {
                    padding: 0px !important;
                }

            .colive_design_nav .navbar-collapse .mig-header-menu-bar button.btn.login-btn.btn-secondary {
                background-color: #ffffff00 !important;
                border: 0px solid #324b72 !important;
                color: #324b72 !important;
                height: unset !important;
                width: unset !important;
            }

                .colive_design_nav .navbar-collapse .mig-header-menu-bar button.btn.login-btn.btn-secondary a:hover {
                    color: #ef0073 !important;
                }

        .colive_design_nav .navbar-collapse.collapsing {
            -webkit-transition: left 0.2s ease;
            -o-transition: left 0.2s ease;
            -moz-transition: left 0.2s ease;
            transition: left 0.2s ease;
            left: -100%;
            height: 100vh;
        }

        .colive_design_nav .navbar-collapse.show {
            left: 0;
            -webkit-transition: left 0.2s ease-in;
            -o-transition: left 0.2s ease-in;
            -moz-transition: left 0.2s ease-in;
            transition: left 0.2s ease-in;
            height: 100vh;
        }


    .user-name.mobileusername {
        display: block !important;
    }

    .dropdown-toggle .dropdown-userdetails::after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f0086e;
        font-weight: 900;
        margin: 0 9px;
    }

    .dekstopusername {
        display: none !important;
    }
}

@media (min-width: 1270px) and (max-width: 1280px) {
    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -13rem;
    }
}

@media (min-width: 1800px) and (max-width:2560px) {
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .dynamiccollage .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .filter-container {
        height: 74vh !important;
    }

    #achievements_Page .hovereffect:hover .overlay a.ac-item-image-inner .achievementTitle_tag {
        font-size: 8px;
    }

    #achievements_Page .hovereffect a.info {
        font-size: 8px;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 300px !important;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .dynamiccollage .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .dynamiccollage .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .dynamiccollage .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 1410px) and (max-width: 1480px) {
    .Playstore .w3-modal-content {
        margin: 160px auto;
        border: 1px solid #eee;
        box-shadow: 0px 0px 4px #d0d0d0;
        background-image: url(/assets/images/whstappbg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 420px -71px;
    }

    section.grid-view .card:hover .quick-view {
        /* top: 40.5%; */
        top: 53.5%;
    }

    section.grid-view {
        margin-top: 25px;
    }

    .property-sorting-total {
        padding-top: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .choose-room .check-date-time .form-group label {
        color: #112950;
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 10px;
    }

    section.grid-view {
        margin-top: 20px;
    }
}

@media (min-width:1200px) and (max-width: 1230px) {
    #property_search section.grid-view {
        background: #F4F8FB;
        margin-top: 10px;
    }
}

@media (min-width: 1230px) and (max-width: 1280px) {
    .Playstore .w3-modal-content {
        margin: 160px auto;
        border: 1px solid #eee;
        box-shadow: 0px 0px 4px #d0d0d0;
        background-image: url(/assets/images/whstappbg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 361px -71px;
    }

    section.grid-view .card:hover .quick-view {
        top: 39%;
    }
}

@media (min-width: 375px) and (max-width: 376px) {
    .maplist {
        height: 85vh;
        position: relative;
        z-index: 10;
        top: 23vh;
        right: 0;
        width: 100%;
    }

    .static_content_fr_search.pt-5 {
        margin-top: 9rem;
        margin-bottom: 1rem;
    }

    .mapview .static_content_fr_search.pt-5 {
        background: #ffff;
        margin-left: 0px;
        width: 100%;
        padding-top: 15px !important;
        margin-top: 12rem;
        padding-bottom: 15px;
        margin-bottom: 0rem;
    }

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 4px 5px 2px;
        font-size: 12px;
    }

    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -7.5rem;
    }

    .filter-container {
        height: 78vh !important;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 340px !important;
        margin: 0 auto;
    }

    .Div_EventContainer .Div_Community figure {
        height: 254px !important;
    }
}

@media (min-width: 350px) and (max-width: 330px) {
    .dashboard_wishlist_wrap #checkout_form #msform span.scheduleCalendar {
        right: -6.5rem;
    }

    .Refund_Details button#ancBack2,
    .User_Bank_Details button#ancBack3 {
        position: absolute;
        top: -58px;
        right: 13vw;
    }

    .Refund_Details button#ancNext2,
    .User_Bank_Details button#ancNext3 {
        position: absolute;
        top: -58px;
        right: 0vw;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 330px !important;
        margin: 0 auto;
    }
}

@media (min-width: 455px) and (max-width: 456px) {
    .search-filter-container label {
        font-size: 14px !important;
        font-weight: 500;
    }

    .search-filter-container .custom-control {
        min-height: 24px;
    }

    .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label,
    .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
        font-size: 14px !important;
    }

    .filter-search-filterSearchBox .filter-search-hidden {
        width: 96%;
        font-size: 13px !important;
        padding: 6px 5px;
    }

    .brand-value {
        padding-bottom: 40px;
    }

    .mobileFilterTitle li {
        font-size: 13px;
    }

    .search-filter-container .tab-pane {
        height: 86vh;
    }
}

@media (min-width:375px) and (max-width: 414px) {


    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 380px;
        margin: 0 auto;
    }
}
/* Media Queries for diffrent devices End */
.conditions {
    background: #ffffff;
    margin-top: 1%;
    padding: 1% 3.5%;
}

    .conditions p,
    .conditionsdb p {
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

.conditionsdb {
    background: #ffffff;
    margin-top: 1%;
    padding: 1% 2%;
}
.chkintermsconditions{
    display:flex;
    gap:10px;
    align-items:center;
}
.chkintermsconditions .spnTermscheckin{
    position: revert !important;
}
.paynowcancelbtn {
    position: absolute;
    right: 35px;
    bottom: 40px;
}
.select-payment input[type=radio] {
    opacity: 1 !important;
    position: relative !important;
}
.select-payment {
    background: #fff;
    margin-top: 10px !important;
    padding: 10px 15px;
    gap: 5px !important;
    display:flex;
}
.totalpay {
    display: flex;
    justify-content: end;
    align-items: center;
    padding:0 20px 0 0 !important;
}
.totalpay.active {
    width: 100% !important;
    margin:10px 0 5px 0;
}
.dvCheckinPaymentType {
    background-color: #fff !important;
    padding-bottom:10px;
}

@media (max-width: 768px) {
    .conditions {
        padding: 1% 6%;
    }

    .account .emailId {
        width: 100% !important;
    }

    .account .FlatNo input {
        width: 100% !important;
    }

    .street input {
        width: 100% !important;
    }

    .street p {
        margin-left: 0 !important;
    }

    .pincode {
        width: 100% !important;
    }

    .selectstate {
        width: 100%;
    }

    .town {
        width: 100%;
    }

    .account .ifsc_code {
        width: 100% !important;
    }

    .selectstate {
        width: 100% !important;
    }

    .FlatNo {
        width: 100% !important;
    }

    .street {
        width: 100% !important;
    }

    /*css for Appview*/
    .book-now .booking-detail .graphical-info table th.active {
        padding: 0.75rem 0.6rem 0.75rem 0.6rem;
    }

        .book-now .booking-detail .graphical-info table th.active:last-child {
            text-align: start !important;
        }

    .book-now .booking-detail h4.active {
        margin-bottom: 6px;
    }

    #new_beds.active > img {
        height: 24px;
        width: 24px;
    }

    #new_beds.active .position-relative img {
        height: 24px;
        width: 24px;
        margin: 0 3px 0 0;
    }

    #new_beds.active .position-relative {
        margin-right: 0px !important;
        margin: 0 5px 0 0;
    }

        #new_beds.active .position-relative p {
            display: none;
        }

    #new_beds.active .rent {
        width: auto;
    }

    #new_beds.active tr td {
        padding: 20px 0px 20px 10px;
    }

    #ReservationPayment .TermsWrapper.conditionWrapper.active {
        display: none;
    }

    .book-now .booking-detail.active {
        padding: 20px 15px 0px 13px !important;
    }

    #new_beds.active .Bedselect {
        left: 0px;
    }

    #bookingPg .choose-room.active {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    #new_beds.active .feature-amenities-img .feature-svg {
        width: 80px;
        overflow: hidden;
    }

    .book-now #continueCancelPayment.active {
        bottom: 0 !important;
    }

    .text-danger ul {
        padding-left: 0;
    }

    .calendar-wrapper.picker {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%,-50%) !important;
    }
    /*css for Appview End*/
    .chkintermsconditions {
        gap: 5px;
    }
    .paynowcancelbtn {
        position: revert !important;
        margin: 0 0 10px 0;
    }
    .select-payment {
        padding: 10px 0px !important;
    }
    .totalpay {
        justify-content: start;
        padding: 0 0 0 15px !important;
    }
}

@media (max-width: 455px) {
    .conditions {
        padding: 1% 9%;
    }

    .conditionsdb {
        padding: 1% 4%;
    }
}

@media (max-width: 375px) {
    .conditions {
        padding: 1% 6%;
    }

    .conditionsdb {
        padding: 1% 5%;
    }
}

@media (max-width: 367px) {
    .conditionsdb {
        padding: 1% 3%;
    }

    .pincode {
        width: 100%;
    }
}
/* Custom Style End */


/*Customer KYC*/
.AdharWrap {
    display: flex;
    width: 100%;
}

    .AdharWrap span {
        font-size: 12px;
        margin-top: 12px;
    }

.align-left {
    text-align: initial;
}

.captcha-refresh button {
    border: none;
    background: none;
    cursor: pointer;
}

    .captcha-refresh button i {
        color: #ef0073;
        font-size: 20px;
    }

.captcha-refresh img {
    margin: 0 10px 10px 0;
}

.captcha-refresh label.w100 {
    width: 100%;
}

@media only screen and (max-width: 455px) {
    .panMobViw {
        padding: 0px;
    }

    .Tenant-page-wrap .Tenant-Profiling .team_row_button {
        /*position: absolute;*/
        left: 1%;
        bottom: 0px;
    }
}

.TermsWrapper.conditionWrapper .custom-control-input + label:before {
    content: "";
    font-size: 12px;
    padding: 0 7px;
    margin-top: 2px;
    top: 3px;
    border: 2px solid #112950;
    width: 18px;
    height: 18px;
    border-radius: 3px !important;
    margin-right: 12px;
}

.conditionWrapper input[type=checkbox] + label:before {
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
}

input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

#chkterms + label:before {
    content: "\2714";
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
    margin-top: 2px;
    margin-bottom: -4px;
    border: 1px solid #000;
    color: #fff;
}

.adj-item .agree label {
    margin-top: 5px;
    margin-right: 5px;
}

#booking input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.adj-item .agree input[type=checkbox] {
    display: none;
}

.pricing-rating .rating {
    display: none;
}

.like-share {
    display: none;
}

#btnKycRedirect {
    display: none;
}

.account label {
    margin-bottom: 0px;
}

.account .emailId {
    width: 48%;
}

.account .ifsc_code {
    width: 48%;
}

.account .FlatNo input {
    /*width: 96% !important;*/
}

.street {
    width: 48%;
}

.pincode {
    width: 48%;
}

.account p {
    font-size: 14px;
}

.selectstate {
    width: 48%;
}

.town {
    width: 48%;
}

.selectstate .edit {
    padding: 2px 10px !important;
    margin-top: 4px;
    display: flex;
    border: 2px solid #112950 !important;
    background: transparent;
    box-shadow: 0px 0px 3px 0px #112950;
}

.town .edit {
    padding: 2px 10px !important;
    margin-top: 4px;
    display: flex;
    border: 2px solid #112950 !important;
    background: transparent;
    box-shadow: 0px 0px 3px 0px #112950;
}

.dropdown-single .dropdown-display {
    width: 100%;
    border: none;
}

.FlatNo {
    padding-top: 10px;
}

.dropdown-single.active .dropdown-display:after {
    border-bottom: 0px !important;
}

.dropdown-display:after {
    border-top: 0px !important;
}

.dropdown-display {
    white-space: nowrap;
    padding: 6px 0px 6px 0px !important;
}

.dropdown-single {
    padding: 2px 10px !important;
    margin-top: 4px;
    display: flex;
    border: 2px solid #112950 !important;
    background: transparent;
    box-shadow: 0px 0px 3px 0px #112950;
}

.FlatNo {
    width: 48%;
}

.TCity {
    padding-top: 12px;
}

#dvCountry a {
    border: none;
}

.dropdown-display {
    border: 0px !important;
}

@media (max-width: 768px) {
    #txtReferralCode {
        text-align: left;
        margin: 0 auto;
        border: 2px dashed #f0086e;
        background: #fff;
        margin-bottom: 16px;
        width: 100% !important;
        height: 40px;
        padding-left: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .pos-rel {
        padding: 0 70px;
    }

    .referinput i {
        right: 22%;
    }

    .share-referral {
        margin: 0 auto;
        margin-bottom: 5px;
        width: 250px;
    }

    #ReferralForm {
        display: contents;
    }

    .ReferralForm input[type="button"] {
        width: 89%;
        margin: 0 20px;
    }
}

.book-now .select-block .select-wrap .select-wrap-title {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 25px;
}

ul.select-wrap-orderlist {
    display: inline-flex;
    list-style-type: none;
}

    ul.select-wrap-orderlist li {
        padding: 7px;
        border: 1px solid #AAAAAA;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: 12px;
        color: #AAAAAA;
    }

        ul.select-wrap-orderlist li.coliving {
            background: #fbfbfb;
        }

            ul.select-wrap-orderlist li.coliving.active {
                background: #F2006C;
                box-shadow: 0px 0px 10px rgb(255 0 96 / 30%);
                color: #ffffff;
                border: 1px solid #ff0060;
            }

        ul.select-wrap-orderlist li.quality {
            background: #fbfbfb;
        }

            ul.select-wrap-orderlist li.quality.active {
                background: #F2006C;
                box-shadow: 0px 0px 10px rgb(255 0 96 / 30%);
                color: #ffffff;
                border: 1px solid #ff0060;
            }

        ul.select-wrap-orderlist li.safety {
            background: #fbfbfb;
        }

            ul.select-wrap-orderlist li.safety.active {
                background: #F2006C;
                box-shadow: 0px 0px 10px rgb(255 0 96 / 30%);
                color: #ffffff;
                border: 1px solid #ff0060;
            }

        ul.select-wrap-orderlist li.price {
            background: #fbfbfb;
        }

            ul.select-wrap-orderlist li.price.active {
                background: #F2006C;
                box-shadow: 0px 0px 10px rgb(255 0 96 / 30%);
                color: #ffffff;
                border: 1px solid #ff0060;
            }

        ul.select-wrap-orderlist li.social {
            background: #fbfbfb;
        }

            ul.select-wrap-orderlist li.social.active {
                background: #F2006C;
                box-shadow: 0px 0px 10px rgb(255 0 96 / 30%);
                color: #ffffff;
                border: 1px solid #ff0060;
            }

h6.select-wrap-sub-title {
    float: left;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
}

    h6.select-wrap-sub-title.quality-wrap {
        float: left;
        vertical-align: middle;
        line-height: 20px;
        margin-right: 5px;
    }

.purchase-rating {
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
}

.custom-choose input[type='radio'], .custom-choose input[type='checkbox'] {
    display: none;
}

    .custom-choose input[type='radio'] + label, .custom-choose input[type='radio']:not(checked) + label, .custom-choose input[type='checkbox'] + label, .custom-choose input[type='checkbox']:not(checked) + label {
        padding: 8px 8px;
        border: solid 1px #AAAAAA;
        background: #ffffff;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        /* margin-right: 31px;*/
        transition: .4s;
        font-weight: 600;
        cursor: pointer;
    }

    .custom-choose input[type='radio']:checked + label,
    .custom-choose input[type='checkbox']:checked + label {
        position: relative;
        border: solid 2px #f8049c;
        background: #f8049c;
        color: #FFF;
        transition: .4s;
    }

        .custom-choose input[type='radio']:checked + label::before,
        .custom-choose input[type='checkbox']:checked + label::before {
            /* content: '✓';*/
            position: absolute;
            left: 16px;
        }

.custom-choose {
    display: flex;
}

@media only screen and (max-width: 768px) {
    h6.select-wrap-sub-title br {
        display: none;
    }

    h6.select-wrap-sub-title.quality-wrap {
        line-height: 40px;
    }

    .select-block .select-wrap .col-12.col-md-4 {
        padding: 10px 0px 0px 0px !important;
    }
}


#dvbkgplan input[type='radio'], #dvbkgplan input[type='radio']:not(checked) {
    padding: 8px 8px;
    border: solid 1px #AAAAAA;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    /* margin-right: 31px; */
    transition: .4s;
    font-weight: 600;
    cursor: pointer;
    opacity: 1 !important;
    height: 16px !important;
    width: 16px !important;
    position: relative !important;
}

    #dvbkgplan input[type='radio']:checked {
        position: relative;
        border: solid 2px #f8049c;
        background: #f8049c;
        color: #FFF;
        transition: .4s;
        accent-color: #f8049c;
    }

#dvbkgplan .bookingPlanOptions {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
    margin-bottom: 10px;
}
#login-wrap .TermsWrapper {
    float: none;
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    justify-content: center;
}
#login-wrap .TermsWrapper #paymentTermsnConditions + label:before {
    content: "";
    font-size: 12px;
    padding: 0 7px;
    margin-top: 8px;
    top: 3px;
    border: 2px rgba(0,0,0,0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}
#login-wrap .TermsWrapper #paymentTermsnConditions {
    position: absolute;
    top: 15px;
    display: contents;
}
#thOfferDisplay {
    box-shadow: rgba(60, 76, 10, 0.5) 0px 13px 20px -25px, rgba(0, 0, 0, 0.1) 0px 8px 30px -8px!important;
}
.valid-offer {
    box-shadow: rgba(10, 10, 1, 0.10) 0px 0px 27px -5px !important;
}

.bookingsummary.table > :not(:last-child) > :last-child > * {
    border-block-color: #e6e8eb!important;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: none!important;
}
.padding-box {
padding-right:0px!important;
}
.padc {
    padding: 0!important;
}
.conditionsdb {
width:97%!important;
margin:0 auto!important;
}
.dvCheckinPaymentType {
    width: 97% !important;
}
.footy {
    width: 97%!important;
    margin: 10px auto;
}
.rom-allots p {
font-size:14px;
}
.padding-box1 .card{
   height:100%;
}
.lblComponent label {
font-size:14px;
}
.rom-allots span.RoomDetails {
font-size:14px!important;
}
@media only screen and (max-width: 768px) {
    h6 .select-wrap-sub-title br {
        display:none;
    }
    h6.select-wrap-sub-title.quality-wrap {
        line-height: 40px;
    }
    .select-block .select-wrap .col-12.col-md-4 {
        padding: 10px 0px 0px 0px !important;
    }
    #login-wrap .spnTerms {
        margin-left: 0px;
    }
    .padding-box1 {
    padding-right:0px!important;
    }
    .padc {
    padding-right:10px!important;
    margin-left:10px!important;
    }
        .padc .card {
        height:100%;
        }
        .dashboard_wishlist_wrap #checkinContainer .page-nation {
            width: 95%;
            margin: 0 auto;
        }
    .conditionsdb {
        width: 95%!important;
        margin: 0 auto;
    }
    .dvCheckinPaymentType {
        width: 95% !important;
    }
    .footy {
        width: 95%!important;
        margin: 10px auto;
    }
}