﻿/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Rajkumar
Website: https://www.colive.com/

# Font Family
# General styles
# Typography
# Header
# Explore New Homes
# About Property
# Price List
# Amenities List
# Location List
# Why Propex
# Media
    ## Queries

----------------------------------------------------------------  */

/* || Font Family */

@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');
}

/* || General styles */

html, body {
    scroll-behavior: smooth;
    font-family: 'Inter-Regular' !important;
}

.INR {
    font-family: 'Inter-Regular' !important;
}

.mig-header-menu-toggle-button {
    color: white;
    background-color: #7c9d63;
    max-height: 50px;
    z-index: 9900;
    margin-top: 1.5rem;
}

.navbar {
    padding: 0px 40px;
    background-color: white;
}

.navbar {
    padding: 0px 15px !important;
}

    .navbar .navbar-brand img {
        width: 25%;
        padding: 6px 0;
    }

    .navbar .nav .location-mobile i {
        color: #ef0073 !important;
        padding: 10px;
        font-size: 30px;
    }

.box-shadow #MIGnavbarToggler {
    visibility: visible !important;
}

.nav.w-100.container {
    max-width: none !important;
    padding-left: 0px;
}

.box-shadow .nav-item a {
    font-size: 14px;
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
}

.box-shadow .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
}

.nav-item a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.iFrameBot {
    border: none;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    height: CALC(100vh - 115px) !important;
}
.botwrap {
margin-top: 0;
}
@media (max-width: 425px) {
    .navbar {
        padding: 0px 20px;
    }

        .navbar .nav {
            display: flex;
            align-items: center;
        }

            .navbar .nav .navbar-brand {
                width: 34%;
            }

            .navbar .nav .navbar-toggler {
                background: white;
                outline: none;
            }

                .navbar .nav .navbar-toggler .navbar-toggler-icon i {
                    color: #f0086e !important;
                    font-size: 25px;
                }

    /*.navbar .nav .location-mobile i {
                font-size: 25px;
                width: 30px;
                top: 2px;
                position: relative;
                color: #1f1b4e !important;
            }*/
}

.box-shadow {
    box-shadow: 0px 0px 10px #cecece;
}

.mig-header-menu-bar .nav-pills .nav-item.show .nav-link {
    color: white;
}

.mig-header-menu-bar .dropdown-menu {
    border-bottom-width: 4px;
    border-bottom-color: #ef0073;
}

.more-rounded {
    border-radius: 0.5rem;
    font-weight: 600;
}

.btn.btn-default {
    border-radius: 0;
    border-color: black;
    background-color: white;
    width: 80px;
    border-width: 2px;
    font-weight: 600;
}

.btn-default {
    background-color: white !important;
}

.footer-logo img {
    margin: 0 auto;
    width: 80%;
}

.form-control {
    border-radius: 0 !important;
    border-width: 2px;
}

input.form-control.form {
    margin: -2px;
}

.form-control {
    width: 20%;
}

.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


/* stop the glowing blue shadow */

.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}


/* Footer */

section {
    padding: 0px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

.col-xs-12.col-sm-4.col-md-2 {
    font-weight: 400;
}

.col-xs-12.col-sm-4.col-md-4.col-md-offset-1 {
    text-align: right;
}

.col-md-4.col-md-offset-4 {
    text-align: -webkit-center;
}

.align {
    text-align: -webkit-center;
}

.fa {
    /*font-size: 25px;*/
}

.nav-item a {
    color: #324b72;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-align: -moz-center;
    padding: .5rem 10px;
}

.nav-item .nav-link {
    padding: .5rem 10px;
}

.social-links {
    text-align: left;
}

    .social-links li {
        display: inline-block;
        margin: 0 11px 0 0px;
    }

        .social-links li a {
            font-size: 20px !important;
            color: #324b72 !important;
        }

.copyright a {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.privicy-polciy ul {
    text-align: right;
}

    .privicy-polciy ul li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

        .privicy-polciy ul li a {
            color: #324b72;
            font-size: 14px;
            font-weight: 400;
            line-height: 29px;
            text-align: left;
        }

#container {
    height: 100%;
    width: 100%;
    position: absolute;
}

#header,
#footer {
    width: 100%;
}

#body {
    height: 100%;
    width: 100%;
}

.blue-background {
    background-color: #f4f8fb;
}

.grey-background {
    background-color: #f3f3f3;
}

button.btn.btn-secondary {
    background-color: #ffffff;
    border: 2px solid #112950;
    width: 95px;
    height: 37px;
    border-radius: 5px;
    color: #112950;
}

    button.btn.btn-secondary:hover {
        background-color: #112950;
        color: white;
    }

.login-btn {
    padding: 0 !important;
    box-shadow: none !important;
}

.nav-pills {
    display: flex;
    align-items: center;
}

#footer .row {
    display: flex !important;
}

@media (max-width: 425px) {
    #footer {
        padding-top: 10px;
    }

        #footer .d-xl-block {
            display: none !important;
        }

        #footer button.btn.btn-link {
            padding: 0 5px !important;
            width: 100%;
        }

            #footer button.btn.btn-link h5 {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin: 10px 0;
            }

                #footer button.btn.btn-link h5 i {
                    position: relative;
                    margin: 0;
                }

        #footer .card-body {
            padding: 0 1.25rem 1.25rem !important;
        }

        #footer .card-list {
            padding: 0 20px 20px;
        }
}

@media (max-width: 425px) {
    .call-block {
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        opacity: 1;
        z-index: 999;
    }

        .call-block p {
            padding: 10px;
            width: 100%;
            text-align: center;
            font-weight: 700;
        }

        .call-block .call-us {
            background: #ef0075;
            border: 1px solid #ef0075;
            color: white;
        }

        .call-block .chat-with-us {
            border: 1px solid #324b72;
            color: #324b72;
            background: white;
        }
}
 
#PropertyControls, #CustomerControls, #ancTransfer, #three-tab, #TransfersLocations, #my-list-Private, #my-list {
    display: none;
}

    #my-list-Private.active, #my-list.active {
        display: block;
    }

section#footer {
    padding: 50px 0 0px 0;
}

#footer {
    position: relative;
}

    #footer .msg-icon {
        position: absolute;
        top: -40px;
        right: 10%;
    }

        #footer .msg-icon img:hover {
            cursor: pointer;
        }

.user-info {
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    border-left: 0px solid #E0E6ED;
    cursor: pointer;
}

    .user-info .user-image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 8px;
    }

        .user-info .user-image img {
            width: 100%;
            height: -webkit-fill-available;
        }

    .user-info .user-name {
        color: #324B72;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }

    .user-info .dropdown {
        padding: 0;
        color: #ef0073;
        background: transparent;
        border: 0px;
        box-shadow: none;
    }

        .user-info .dropdown:hover {
            cursor: pointer;
        }

        .user-info .dropdown .dropdown-menu {
            left: -50px;
            /*min-width: 30px;*/
        }

.user-info-mobile .dropdown-menu {
    border-bottom-color: transparent;
    border: 0px solid #ececec !important;
    box-shadow: 0px 0px 3px #bfb5b5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Inter-Regular' !important;
}

.btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 0;
    outline: none;
    border-color: transparent;
}

.btn-primary {
    background-color: #ef0073;
    color: #ffffff;
    border: 2px solid #ef0073;
}

    .btn-primary:hover {
        background-color: transparent;
        border-color: #ef0073;
        color: #ef0073;
    }

.btn-secondary {
    background-color: #fff;
    color: #112950;
    border-color: #112950;
    border-width: 2px;
}

.col-md-3.col-md-offset-1 {
    margin-left: 90px;
}

.img.h4 {
    padding: 10px !important;
}

.fa.fa-heart-o {
    float: right;
}

.col-md-6 {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

/*i.fa.fa-star {
        float: right;
        font-size: 11px;
        margin-left: 5px;
    }*/

.check_box {
    color: #112950;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

button.btn.btn-outline-success.my-2.my-sm-0 {
    border-radius: 0%;
    margin-right: 33px;
    background-color: #ef0073;
    border: 2px solid #ef0073;
    width: 105px;
    height: 37px;
    color: white;
}

    button.btn.btn-outline-success.my-2.my-sm-0:hover {
        background-color: #fff !important;
        border: 2px solid #ef0073 !important;
        color: #ef0073 !important;
    }

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: white !important;
}

i.fa.fa-chevron-right {
    float: right;
    color: #83b6ff !important;
    margin-top: 5px;
}

.col-md-4.pod {
    padding: 15px;
}

@media (max-width: 425px) {
    .col-md-4.pod {
        padding: 0 55px 20px;
    }
}

.col-md-6.text {
    color: #112950;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 60px;
    margin-top: 18px;
    text-align: left;
}

p.sortby {
    color: #112950;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: right;
    margin-top: -30px;
}

h6.rate {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: -23px;
    margin-left: 238px;
}

.cords {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    width: 189px;
    text-align: left;
    margin-bottom: 6px;
}

h6.pricing {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

i.fa.fa-inr {
    color: #112950 !important;
}

hr {
    border: 1px solid #e0e6ed !important;
}

a.property {
    color: #3085ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    opacity: 1;
    text-align: left;
}

p.wid {
    color: #112950;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-align: left;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.mb-20 {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .mb-20 {
        margin-bottom: 15px;
    }
    .noticemodal {
        width: auto !important;
        margin-left: 0px !important;
    }
}

.height100 {
    height: 100%;
}

@media (max-width: 425px) {
    .navbar-toggler {
        margin: 2px 0 !important;
    }

    .nav-pills li {
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-pills li a {
            padding: 0.5rem 0rem;
        }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px #c7216b;
    background: #e69dbf;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

@media (max-width: 768px) {
    .price-range-slider {
        width: 20%;
    }
}

@media (max-width: 500px) {
    .price-range-slider {
        width: 80%;
        margin-top: 10px;
        margin: 10px auto;
    }
}

.price-range-slider .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ef0073;
}

.price-range-slider .irs--flat .irs-single {
    color: white;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ef0073;
    border-radius: 4px;
    position: absolute;
    top: 0px;
}

.price-range-slider .irs-handle.single:hover {
    cursor: pointer;
}

.price-range-slider .irs--flat .irs-handle {
    top: 7px;
}

.price-range-slider .price-range-slider .irs--flat .irs-bar {
    top: 10px;
    height: 12px;
    background-color: #ef0073;
}

.price-range-slider .price-range-slider .irs--flat .irs-single {
    top: -40px;
}

.price-range-slider .irs--flat .irs-line {
    top: 10px;
}

.price-range-slider .irs--flat .irs-bar {
    top: 10px !important;
}

.price-range-slider .irs--flat .irs-min,
.price-range-slider .irs--flat .irs-max {
    visibility: visible !important;
    top: 30px;
}

.price-range-slider .irs--flat .irs-single {
    top: -15px !important;
    cursor: pointer;
}

.trendingWrap {
    margin-top: 50px;
}

.homepage-wrap .banner h1 {
    text-align: center;
    color: #112950;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 76px;
}

    .homepage-wrap .banner h1 span {
        color: #db1c72;
    }

.homepage-wrap .cords {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    width: 189px;
    text-align: left;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .homepage-wrap .banner h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .banner h1 {
        font-size: 25px;
        line-height: 40px;
        margin: 0;
        text-align: left;
        padding: 40px;
        font-size: 20px !important;
    }
}

@media (max-width: 375px) {
    .homepage-wrap .banner h1 {
        font-size: 18px !important;
        line-height: 30px;
    }
}

.homepage-wrap .search-container {
    max-width: 900px;
    margin: 40px auto 0;
}

@media (max-width: 768px) {
    .homepage-wrap .search-container {
        padding: 0 5%;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .search-container {
        padding: 6%;
        margin: 0;
        /*background-image: url('/assets/images/mobileview-min.jpg');*/
    }
}

@media (max-width: 425px) {
    .homepage-wrap .search-container .form-control {
        border: 0px !important;
    }
}

.homepage-wrap .search-container .form-group {
    position: relative;
}

    .homepage-wrap .search-container .form-group .fa {
        top: 40%;
        position: absolute;
        right: 5%;
    }

.homepage-wrap .search-container h1 {
    color: white;
    line-height: 35px;
    font-size: 27px !important;
    padding: 20% 0;
}

.homepage-wrap .search-container .form-group select,
.homepage-wrap .search-container .form-group input {
    height: 60px !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
    border-right: 2px solid #e0e6ed;
    border-left: 2px solid #e0e6ed;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 5px !important;
}

@media (max-width: 768px) {
    .homepage-wrap .search-container .form-group select,
    .homepage-wrap .search-container .form-group input {
        height: 50px !important;
    }
}

.homepage-wrap .search-container .form-group select:focus,
.homepage-wrap .search-container .form-group input:focus {
    border-color: #e0e6ed;
}

.homepage-wrap #slcity {
    border-left: 2px solid #e0e6ed;
}

.homepage-wrap .search-container::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adb7c7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.homepage-wrap .search-container:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adb7c7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.homepage-wrap .search-container::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adb7c7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.homepage-wrap .tab-layout h2 {
    text-align: center;
    color: #112950;
    font-size: 22px;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .homepage-wrap .tab-layout h2 {
        font-size: 25px;
    }
}

.homepage-wrap .btn-find-home {
    width: max-content;
    height: 100%;
    padding: 0 5px 0 5px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 5px !important;
}

@media (max-width: 425px) {
    .homepage-wrap .btn-find-home {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .search-container .row div {
        margin-bottom: 10px;
    }
}

.homepage-wrap .search-container .form-control {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
}

.homepage-wrap .search-container .form-group {
    margin: 0;
    position: relative;
}

@media (max-width: 425px) {
    .homepage-wrap .search-container .form-group input {
        border: 1px solid lightgrey;
    }
}

.homepage-wrap .search-container .form-group label {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 90%;
}

@media (max-width: 768px) {
    .homepage-wrap .search-container .form-group label {
        top: 13px;
        left: 20px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery,
.homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery {
    width: 100%;
}

    .homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .first-block,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .first-block {
        background-image: url("/assets/images/lifestyle6.png");
        height: 487px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .second-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .second-block div:nth-child(1) {
        background-image: url("/assets/images/lifestyle5.png");
        height: 292px;
        margin-bottom: 20px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .second-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .second-block div:nth-child(2) {
        background-image: url("/assets/images/lifestyle4.png");
        height: 173px;
    }

@media (max-width: 500px) {
    .homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .col-md-3 div,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .col-md-3 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 20px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .third-block,
.homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .third-block {
    background-image: url("/assets/images/lifestyle3.png");
    height: 486px;
}

.homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .fourth-block div:nth-child(1),
.homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .fourth-block div:nth-child(1) {
    background-image: url("/assets/images/lifestyle2.png");
    height: 172px;
    margin-bottom: 20px;
}

.homepage-wrap .lifestyle .lifestyle-tab #social-mobile .home-gallery .fourth-block div:nth-child(2),
.homepage-wrap .lifestyle .lifestyle-tab #lyfstyle-mobile .home-gallery .fourth-block div:nth-child(2) {
    background-image: url("/assets/images/lifestyle1.png");
    height: 294px;
}

.homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery,
.homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery {
    display: flex;
    width: 100%;
}

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .first-block,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .first-block {
        background-image: url("/assets/images/lifestyle6.png");
        height: 487px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .second-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .second-block div:nth-child(1) {
        background-image: url("/assets/images/lifestyle5.png");
        height: 292px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .second-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .second-block div:nth-child(2) {
        background-image: url("/assets/images/lifestyle4.png");
        height: 173px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .third-block,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .third-block {
        background-image: url("/assets/images/lifestyle3.png");
        height: 486px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .fourth-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .fourth-block div:nth-child(1) {
        background-image: url("/assets/images/lifestyle2.png");
        height: 172px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .fourth-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .fourth-block div:nth-child(2) {
        background-image: url("/assets/images/lifestyle1.png");
        height: 294px;
        background-repeat: no-repeat;
        background-size: cover;
    }

.homepage-wrap .lifestyle .lifestyle-tab .tab-content {
    background: white !important;
}

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content button {
        display: flex;
        cursor: pointer;
        background: white;
    }

        .homepage-wrap .lifestyle .lifestyle-tab .tab-content button:hover {
            background: #112950;
            color: white;
        }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane {
        height: auto;
    }

@media (max-width: 425px) {
    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane {
        padding: 20px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .width9 {
    /*padding: 0 9.5%;*/
    /*margin-bottom: 50px;*/
}

@media (max-width: 768px) {
    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .width9 {
        padding: 0%;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .col-md-3 {
        padding: 0 5px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .col-md-12 img {
    width: 100%;
}

@media (max-width: 425px) {
    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .col-md-12 img {
        padding: 10px 20px;
        margin: 0px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 {
    display: flex;
    align-items: flex-start;
}

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 div {
        width: 100%;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 img {
        margin-right: 10px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 p {
        text-align: left !important;
        padding: 0;
        color: #324b72;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

.homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane p {
    color: #324b72;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 425px) {
    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane p {
        font-size: 18px;
        padding: 10px;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .tab-content . o-feature {
    display: flex;
    align-items: flex-start;
}

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content . o-feature div {
        width: 100%;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content . o-feature img {
        margin-right: 10px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content . o-feature p {
        text-align: left;
        padding: 0;
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content . o-feature span {
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
    }

.homepage-wrap .lifestyle .lifestyle-tab .nav-tabs {
    width: 100%;
    display: -webkit-inline-box;
    align-items: center;
    justify-content: center;
    padding: 0 0;
    border: none;
}

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs li {
        width: 50%;
    }

@media (max-width: 1024px) {
    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs {
        padding: 0;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
    color: #112950;
    font-size: 32px;
    font-weight: 400;
    line-height: 64px;
    opacity: 0.200000003;
    text-align: left;
    padding: 15px 85px;
    border-bottom: 1px solid #dee2e678 !important;
    display: inline-flex;
}

@media (max-width: 768px) {
    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        padding: 15px 30px;
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        padding: 15px;
        font-size: 20px !important;
    }
}

.homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a.active {
    color: #112950;
    font-size: 32px;
    font-weight: 400;
    line-height: 64px;
    opacity: 1;
    text-align: left;
    border-bottom: 2px solid #bbcce5 !important;
}

@media (max-width: 768px) {
    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a.active {
        font-size: 20px !important;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .lifestyle {
        margin: 0;
        padding: 15px 0px;
    }

        .homepage-wrap .lifestyle .lifestyle-tab {
            padding: 0 28px;
        }

            .homepage-wrap .lifestyle .lifestyle-tab li a {
                width: 100%;
                display: block;
                text-align: center !important;
                border-bottom: 2px solid #cecece4a;
                font-size: 15px !important;
                font-weight: bold !important;
                line-height: 20px !important;
            }

        .homepage-wrap .lifestyle .tab-content .width9 {
            margin: 0 !important;
        }

            .homepage-wrap .lifestyle .tab-content .width9 .col-md-4 {
                margin-bottom: 20px !important;
            }

            .homepage-wrap .lifestyle .tab-content .width9 p {
                font-size: 15px !important;
            }

            .homepage-wrap .lifestyle .tab-content .width9 span {
                line-height: 10px !important;
                font-size: 14px !important;
            }

        .homepage-wrap .lifestyle .tab-content .tab-pane {
            padding: 20px 0 !important;
        }
}

.homepage-wrap .card .wid {
    text-align: left !important;
    font-weight: bold;
    padding: 20px 0 0 !important;
}

.features .container-fluid {
    background: transparent;
}

@media (max-width: 425px) {
    .homepage-wrap .features {
        margin: 0;
    }
}

.homepage-wrap .features h2 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .homepage-wrap .features h2 {
        font-size: 25px;
    }
}

.homepage-wrap .features .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #760c4e;
    background: linear-gradient(#ef0073, #760c4e);
}

.homepage-wrap .features .tab-content .tab-pane {
    height: auto !important;
}

@media (max-width: 768px) {
    .homepage-wrap .features .tab-content .tab-pane . o-feature div:nth-child(1) {
        line-height: 60px;
        text-align: center;
        margin-bottom: 10px;
        height: auto;
    }
    .homepage-wrap .features .feature-wrap {
        margin-top: 0px !important;
    }
}

@media (max-width: 500px) {
    .homepage-wrap .features .tab-content .tab-pane . o-feature div:nth-child(1) {
        margin-bottom: -20px;
    }
}

.homepage-wrap .features .feature-wrap {
    width: 100%;
    margin-top: 0px;
}

    .homepage-wrap .features .feature-wrap li {
        margin-bottom: 0px;
        text-align: center;
        /* min-height: 50px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        /* min-width: 128px;*/
    }

@media (max-width: 768px) {
    .homepage-wrap .features .feature-wrap li {
        flex: 1;
        text-align: center;
    }
}

.homepage-wrap .features .feature-wrap li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

    .homepage-wrap .features .feature-wrap li a.active {
        border-bottom: 2px solid #760c4e;
        color: #ef0073;
        background: #fff;
    }

.homepage-wrap .features .feature-wrap .o-feature {
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
}

@media (max-width: 768px) {
    .homepage-wrap .features .feature-wrap .o-feature {
        display: block;
    }
}

.homepage-wrap .features .feature-wrap .o-feature p {
    font-weight: bold;
    text-align: left;
    padding: 10px 0 10px;
}

@media (max-width: 768px) {
    .homepage-wrap .features .feature-wrap .o-feature p {
        height: 50px;
        text-align: center;
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .features .feature-wrap .o-feature p {
        height: auto;
        padding: 10px 0 10px;
    }
}

.homepage-wrap .features .feature-wrap .o-feature img {
    margin-right: 20px;
}

.homepage-wrap .features .feature-wrap .o-feature .img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-wrap .members {
    background: #f4f8fb;
}

    .homepage-wrap .members h2 {
        margin-bottom: 20px;
    }

    .homepage-wrap .members .member-wrap .carouesl-wrap {
        background-color: #ffffff;
        opacity: 1;
    }

    .homepage-wrap .members .member-wrap .col-md-5 {
        background-color: #ffffff;
        opacity: 1;
    }

@media (max-width: 425px) {
    .homepage-wrap .members .member-wrap .col-md-5 {
        height: 500px;
    }
}

.homepage-wrap .members .member-wrap .owl-carousel {
    padding: 50px 50px 100px;
}

    .homepage-wrap .members .member-wrap .owl-carousel .review .comment {
        margin: 10px 0;
    }

        .homepage-wrap .members .member-wrap .owl-carousel .review .comment p {
            margin: 0 0 5px;
        }

        .homepage-wrap .members .member-wrap .owl-carousel .review .comment b {
            font-weight: 500 !important;
        }

    .homepage-wrap .members .member-wrap .owl-carousel .review .user {
        display: flex;
        align-items: center;
    }

        .homepage-wrap .members .member-wrap .owl-carousel .review .user img {
            width: 40px;
            height: 40px;
            margin-right: 20px;
        }

        .homepage-wrap .members .member-wrap .owl-carousel .review .user .fa-star {
            float: left !important;
        }

    .homepage-wrap .members .member-wrap .owl-carousel .review:nth-child(1) {
        padding-bottom: 30px;
        border-bottom: 1px solid lightgrey;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .review:nth-child(2) {
        padding-top: 30px;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-dots {
        float: left;
        padding-top: 20px;
        width: 100%;
        text-align: center;
        display: none;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav {
        float: right;
        padding-top: 0px;
        width: 100%;
        float: none;
    }

        .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next,
        .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev {
            padding: 8px 18px 3px !important;
            border: 1px solid #ef0073;
            color: #fff;
            background: #ef0073;
            font-size: 25px;
        }

        .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next span,
            .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev span {
                font-size: 30px;
                line-height: 0;
            }

        .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev {
            margin-right: 10px;
            position: absolute;
            top: 39%;
            cursor: pointer;
            left: 0;
        }

.homepage-wrap .member-wrap .owl-carousel .owl-dots .owl-dot.active {
    background: #ef0073 !important;
}

.homepage-wrap .member-wrap .owl-carousel .owl-dots .owl-dot {
    border: none;
    padding: 5px !important;
    margin: 0 1px;
    background: #e0e0e0 !important;
    border-radius: 50% !important;
}

.homepage-wrap .location-wrap .position-relative img {
    width: 100%;
    transition: 0.2s;
    padding: 0px;
}

@media (max-width: 425px) {
    .homepage-wrap .location-wrap .position-relative img {
        margin-bottom: 20px;
    }
}

.homepage-wrap .location-wrap .position-relative div.img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

    .homepage-wrap .location-wrap .position-relative div.img-text p {
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
    }

@media (max-width: 425px) {
    .homepage-wrap .tab-layout {
        padding: 0 0px !important;
    }

        .homepage-wrap .tab-layout h2 {
            font-weight: 600;
            font-size: 24px;
        }

        .homepage-wrap .tab-layout .nav-tabs {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0px;
        }

            .homepage-wrap .tab-layout .nav-tabs li {
                flex: 1;
            }

                .homepage-wrap .tab-layout .nav-tabs li a {
                    padding: 10px 0;
                    min-height: 0;
                    margin: 0 5px;
                }

                    .homepage-wrap .tab-layout .nav-tabs li a.active {
                        background: #ef0075;
                        color: white;
                        border-radius: 3px;
                    }

        .homepage-wrap .tab-layout .tab-content {
            background: white;
        }

            .homepage-wrap .tab-layout .tab-content .pod {
                padding: 0px;
            }

            .homepage-wrap .tab-layout .tab-content p:nth-child(1) {
                text-align: left;
                width: 72%;
            }
}

.homepage-wrap .tab-layout .blue-background .nav-tabs {
    background: white;
    border: none;
}

@media (max-width: 425px) {
    .homepage-wrap .tab-layout .blue-background .nav-tabs li a {
        height: 50px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .tab-layout .blue-background .tab-pane {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .homepage-wrap .tab-layout .blue-background .row {
        padding: 0 !important;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .tab-layout .blue-background .line {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .homepage-wrap .tab-layout .nav-tabs a {
        padding: 5px 7px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 375px) {
    .homepage-wrap .tab-layout .nav-tabs a span {
        margin-right: 0;
        padding: 5px;
    }

        .homepage-wrap .tab-layout .nav-tabs a span img {
            width: 70%;
        }

    .homepage-wrap .tab-layout .nav-tabs a {
        font-size: 13px;
    }

    .homepage-wrap .features .nav-tabs {
        margin: 0 -12px;
    }

    .homepage-wrap .features .tab-content .tab-pane {
        padding: 20px 0;
    }

    .homepage-wrap .feature-wrap .nav-tabs {
        width: 100%;
        margin: 0;
        overflow: auto;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .colive-info {
        padding: 10px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane p {
        font-size: 17px;
        line-height: 20px;
        padding: 0 10px 0 0;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        padding: 16px;
        font-size: 20px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 {
        margin-bottom: 15px;
    }

    .homepage-wrap .features .feature-wrap .col-md-4 {
        margin-bottom: 40px;
        text-align: center;
    }

        .homepage-wrap .features .feature-wrap .col-md-4 p {
            text-align: center;
        }

    .homepage-wrap .colive-info .colive-info-box .col-md-6 div p {
        font-size: 25px;
    }

    .homepage-wrap .colive-info .colive-info-box .col-md-6 div span {
        font-size: 14px;
    }

    .homepage-wrap .colive-info .colive-info-box .col-md-6 p {
        margin: 0;
        font-size: 20px;
    }

    .homepage-wrap .members .member-wrap .owl-carousel {
        padding: 20px 30px 100px;
    }

    .homepage-wrap .col-md-4.pod {
        padding: 0 25px 20px;
    }

    .homepage-wrap .blue-background h6.rate {
        margin: 0;
    }

    .homepage-wrap .blue-background .h6.pricing {
        float: left;
    }

    .homepage-wrap .blue-background h6.rate {
        float: right;
    }

    .homepage-wrap .banner h1 {
        font-size: 24px;
    }

    .homepage-wrap .tab-layout .nav-tabs a {
        padding: 15px 14px;
    }
}

.homepage-wrap .members .member-wrap .owl-carousel .review .comment:nth-child(1) p {
    font-weight: 700;
}

.homepage-wrap .tab-content p:nth-child(1) {
    font-size: 18px;
}

.homepage-wrap .tab-content button {
    margin: 50px auto 0px;
}

.homepage-wrap .colive-info {
    background-image: url("/assets/images/section-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 0px !important;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .homepage-wrap .colive-info {
        padding: 60px 80px !important;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .colive-info {
        padding: 15px !important;
    }

        .homepage-wrap .colive-info .colive-info-box {
            height: auto !important;
        }

            .homepage-wrap .colive-info .colive-info-box .d-sm-block {
                display: flex !important;
            }

            .homepage-wrap .colive-info .colive-info-box .feature-wrap {
                width: 100%;
            }
}

@media (max-width: 425px) and (max-width: 425px) {
    .homepage-wrap .colive-info .colive-info-box .feature-wrap .nav-tabs {
        border-bottom: none !important;
    }
}

@media (max-width: 425px) {
    .homepage-wrap .colive-info .colive-info-box .feature-wrap div {
        width: 49%;
        display: inline-block !important;
        color: #fff;
        height: 100px;
        margin: 0 0px 5px 0;
        padding: 6% 0;
    }

        .homepage-wrap .colive-info .colive-info-box .feature-wrap div p {
            font-weight: bold;
            font-size: 20px;
        }

        .homepage-wrap .colive-info .colive-info-box .feature-wrap div span {
            font-weight: 500;
            font-size: 14px;
        }

    .homepage-wrap .colive-info .colive-info-box .feature-wrap .idea {
        font-size: 15px;
        font-weight: 600;
        padding: 20px 0;
        border-bottom: 5px solid #db1c72;
    }

    .homepage-wrap .colive-info .colive-info-box .feature-wrap .last-feature {
        width: 100%;
    }
}

.homepage-wrap .colive-info .colive-info-box {
    background: #000000bd;
    padding: 16px 16px 18px;
    background-color: rgba(0, 0, 0, 0.7411764705882353);
}

@media (max-width: 425px) {
    .homepage-wrap .colive-info .colive-info-box {
        width: fit-content;
        padding: 30px;
    }

        .homepage-wrap .colive-info .colive-info-box .d-lg-block {
            display: none !important;
        }
}

.homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div {
    color: white;
    margin-bottom: 0px;
}

@media (max-width: 425px) {
    .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div {
        color: white;
        margin-bottom: 15px;
    }

        .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div p {
            font-size: 16px;
        }

        .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div span {
            font-size: 12px;
        }
}

.homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div span {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.homepage-wrap .tab-layout .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
}

    .homepage-wrap .tab-layout .nav-tabs a.SingleOccuTab span img {
        width: 76%;
    }

.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12 .price,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12 .price,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12 .price {
    display: flex;
    align-items: center;
}

.homepage-wrap .tab-layout .nav-tabs a.active {
    background: #ef0073;
    box-shadow: 0px 2px 3px 0px #c3c3c3;
    color: #fff;
}

.homepage-wrap .tab-layout .nav-tabs a {
    padding: 5px 40px;
    font-weight: 600;
    color: #112950;
    display: flex;
    min-height: 48px;
    align-items: center;
    margin: 0px 8px;
    font-size: 12px;
}

@media (max-width: 425px) {
    .homepage-wrap .tab-layout .nav-tabs a {
        padding: 15px 20px;
        display: block;
        text-align: center;
    }

        .homepage-wrap .tab-layout .nav-tabs a span {
            display: block;
            margin-right: 15px;
            height: 50px;
            line-height: 40px;
        }
}

.homepage-wrap .tab-layout .nav-tabs a span {
    margin-right: 10px;
}

.homepage-wrap .tab-content {
    padding-bottom: 0px;
}

    .homepage-wrap .tab-content p {
        text-align: center;
        padding: 40px 0 20px;
        font-weight: 500;
    }

    .homepage-wrap .tab-content button {
        margin: 30px auto;
        background: #f4f8fb;
        border: 1px solid #112950;
        padding: 14px 28px;
        cursor: pointer;
    }

        .homepage-wrap .tab-content button:hover {
            background: #112950;
            color: white;
        }

@media (max-width: 380px) {
    .homepage-wrap .colive-info {
        padding: 40px 10px !important;
    }
}

.homepage-wrap .homepage-card {
    padding: 16px 0px 0px;
    margin-top: 0px;
}

@media (max-width: 425px) {
    .homepage-wrap .homepage-card {
        padding: 0;
    }
}

@media (max-width: 348px) {
    .homepage-wrap .homepage-card .card {
        max-width: 80%;
        margin: 0 auto;
    }
}

.homepage-wrap .homepage-card .card {
    margin: 0 0px 0 0;
    padding: 0;
    position: relative;
    border: 0px;
    min-height: 400px;
}

.homepage-wrap .col-md-3 .third_item {
    width: 255px;
    height: 211px;
    overflow: hidden;
}

    .homepage-wrap .col-md-3 .third_item .card-img-top {
        width: auto !important;
        max-height: 100%;
        min-height: 100%;
    }

.homepage-wrap .homepage-card .card-carousel .propertyBanner {
    min-height: 250px;
}

.homepage-wrap .PropCardsImageSec {
    width: 100%;
}

.homepage-wrap .homepage-card .card-carousel .owl-carousel h5,
.homepage-wrap .homepage-card .card-carousel .owl-carousel h5,
.homepage-wrap .homepage-card .card-carousel .owl-carousel h5 {
    color: #112950;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 12px 0 6px;
}

.homepage-wrap .homepage-card .card-carousel .owl-carousel .cords,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .cords,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .cords {
    color: #5f5f5f;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: auto;
}

    .homepage-wrap .homepage-card .card-carousel .owl-carousel .cords img,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .cords img,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .cords img {
        width: 15px;
        margin-right: 10px;
    }

.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .col-md-12 {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.homepage-wrap .homepage-card .card-carousel .owl-carousel .price h6,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .price h6,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .price h6 {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.homepage-wrap .homepage-card .card-carousel .owl-carousel .price p,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .price p,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .price p {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 22px;
    text-align: left;
}

    .homepage-wrap .homepage-card .card-carousel .owl-carousel .price p i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .price p i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .price p i {
        color: #a5a5a5 !important;
        margin-right: 5px;
    }

.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating p,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating p,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating p {
    color: #324b72;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    text-align: left;
}

.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid {
    padding: 0 !important;
}

    .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i {
        float: left !important;
        margin-right: 3px;
        margin-left: 0 !important;
    }

        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(1),
        .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(2),
        .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(3),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(1),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(2),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(3),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(1),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(2),
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .rating .wid i:nth-child(3) {
            color: #50e3c2 !important;
        }

.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a p,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a p,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a p {
        padding: 0;
        color: #3085ff;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.6000000238418579;
        text-align: left;
    }

    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a i,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property a i {
        color: #83b6ff !important;
    }

.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property:hover,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property:hover,
.homepage-wrap .homepage-card .card-carousel .owl-carousel .view-property:hover {
    cursor: pointer;
}

@media (max-width: 425px) {
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer,
    .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

        .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer .owl-item .card,
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer .owl-item .card,
        .homepage-wrap .homepage-card .card-carousel .owl-carousel .owl-stage-outer .owl-item .card {
            max-width: 100%;
            margin: 0 auto;
        }
}

.homepage-wrap .homepage-card .explore-btn {
    color: #112950;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 15px 30px;
    margin: 0 auto;
    border: 1px solid #112950;
    width: fit-content;
    text-align: center;
    margin-top: 40px;
}

    .homepage-wrap .homepage-card .explore-btn:hover {
        color: white;
        background: #112950;
        cursor: pointer;
    }

@media (max-width: 425px) {
    .homepage-wrap .homepage-card .explore-btn {
        font-size: 15px;
        padding: 10px;
        margin: 0 auto;
    }
}

.homepage-wrap .homepage-card .tab-pane {
    height: auto !important;
    padding: 0 15px;
    position: relative;
}

    .homepage-wrap .homepage-card .tab-pane .card-carousel {
        width: 100%;
    }

.homepage-wrap .homepage-card .owl-dot {
    display: none;
}

.homepage-wrap .tab-content button {
    font-size: 15px;
    padding: 10px;
    margin: 0px auto 0px !important;
}

.marginTop100 {
    margin-top: 100px;
}

.kycForm {
    background: #f0f6ff;
    padding: 100px;
}

    .kycForm p {
        margin: 25px 0;
    }

.Tenant-page-wrap .Tenant-Profiling {
    background-color: #f4f8fb;
    padding: 100px 0px;
}

    .Tenant-page-wrap .Tenant-Profiling .tenant-title {
        color: #112950;
        font-size: 53px;
        font-weight: 700;
        line-height: 52px;
        text-align: left;
        padding: 30px 0px 0px 15px;
    }

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .tenant-title {
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
}

.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: center;
    }
}

.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;
}

@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: 24px 0px 15px 0px;
        font-size: 25px !important;
    }
}

@media (max-width: 500px) {
    .Tenant-page-wrap .Tenant-Profiling .Personal.Details {
        font-size: 25px !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;
        padding: 0px 0px 5px 1px !important;
    }
    .Tenant-page-wrap .Tenant-Profiling .fa.fa-angle-down {
        margin-top: 2.5rem !important;
    }
    .Tenant-page-wrap .Tenant-Profiling .dropdown-single {
    padding-top:35px!important;
    }
}

@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: 30px 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: 24px 0px 15px 0px;
    }
}

.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;
    margin: 4px;
}

    .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: left;
}

.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;
    margin: 4px;
}

.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: 100px !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: 100%;
    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 .animation-container {
    position: relative;
    width: 100%;
    transition: 0.3s;
    will-change: padding;
    overflow: hidden;
}

.Tenant-page-wrap .animation {
    padding-bottom: 0px !important;
}

.Tenant-page-wrap .form-step {
    transition: 1s ease-in-out;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
}

    .Tenant-page-wrap .form-step.leaving {
        animation: left-and-out 0.5s forwards;
    }

    .Tenant-page-wrap .form-step.waiting {
        transform: translateX(100px);
    }

    .Tenant-page-wrap .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;
}

.product-wrap {
    margin-top: 85px;
    padding-bottom: 0px;
}

    .product-wrap .first-section {
        position: relative;
    }

@media (max-width: 768px) {
    .product-wrap .first-section .col-md-8,
    .product-wrap .first-section .col-md-4 {
        max-width: 100%;
    }

    .product-wrap .first-section .booknow {
        margin-top: 20px;
    }
}

.product-wrap .first-section .product-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

    .product-wrap .first-section .product-carousel .owl-carousel .owl-dots button {
        height: 8px;
        width: 8px;
        background: #ffffff80;
        border-radius: 50%;
        margin: 3px;
    }

        .product-wrap .first-section .product-carousel .owl-carousel .owl-dots button.active {
            background: white;
        }

.product-wrap .first-section .product-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev,
    .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
        height: 44px;
        width: 44px;
        background: #ffffff9e;
        padding: 10px;
    }

        .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev:hover,
        .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next:hover {
            background: white;
        }

        .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev span,
        .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next span {
            font-size: 30px;
            color: deeppink;
        }

    .product-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
        float: right;
    }

.product-wrap .first-section .info {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

    .product-wrap .first-section .info h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 5px;
    }

    .product-wrap .first-section .info .location {
        display: flex;
    }

    .product-wrap .first-section .info .location {
        display: flex;
    }

    .product-wrap .first-section .info .Events .location {
        display: flex;
        margin: 7px;
    }

        .product-wrap .first-section .info .Events .location i {
            margin-right: 10px;
            color: #ef0075;
        }

    .product-wrap .first-section .info .location p {
        color: #324b72;
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        opacity: 0.5;
    }

    .product-wrap .first-section .info .location img {
        margin-right: 10px;
    }

    .product-wrap .first-section .info .location .Events {
        margin-right: 10px;
        color: #ef0075;
    }

    .product-wrap .first-section .info .detail-info {
        padding: 20px;
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
    }

    .product-wrap .first-section .info .rating-wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 66px;
    }

        .product-wrap .first-section .info .rating-wrap .rating,
        .product-wrap .first-section .info .rating-wrap .sharepropdiv {
            padding: 0 15px;
            border-right: 1px solid lightgray;
        }

            .product-wrap .first-section .info .rating-wrap .rating p i {
                float: left;
                margin-right: 5px;
                margin-left: 0px;
            }

                .product-wrap .first-section .info .rating-wrap .rating p i:nth-child(1),
                .product-wrap .first-section .info .rating-wrap .rating p i:nth-child(2) {
                    color: #2ecfdc !important;
                }

        .product-wrap .first-section .info .rating-wrap .share img {
            margin: 0 10px;
            cursor: pointer;
        }

.product-wrap .first-section .graphical-info {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

    .product-wrap .first-section .graphical-info .table tr {
        border-bottom: 1px solid #e0e6ed;
    }

    .product-wrap .first-section .graphical-info .table tbody tr:last-child {
        border-bottom: 0px;
    }

    .product-wrap .first-section .graphical-info .table thead th {
        border: 0px;
    }

    .product-wrap .first-section .graphical-info .table .feature-svg {
        display: flex;
        padding-bottom: 10px;
    }

        .product-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%;
        }

        .product-wrap .first-section .graphical-info .table .feature-svg img {
            margin-bottom: 5px;
            margin: 0 10px;
            height: 30px;
        }

    .product-wrap .first-section .graphical-info .table th {
        color: #324b72;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

        .product-wrap .first-section .graphical-info .table th:nth-child(4) {
            text-align: right;
        }

    .product-wrap .first-section .graphical-info .table td:nth-child(1) i {
        color: #324b72 !important;
    }

    .product-wrap .first-section .graphical-info .table td:nth-child(2) {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-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: 25px 0;
    }

.product-wrap .first-section .terms {
    background: white;
    padding: 20px;
}

    .product-wrap .first-section .terms h4 {
        color: #112950;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 25px;
        display: block;
    }

    .product-wrap .first-section .terms .terms-points .term-deposit {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 0;
    }

        .product-wrap .first-section .terms .terms-points .term-deposit div {
            padding: 0 40px;
            border-right: 1px solid lightgray;
        }

            .product-wrap .first-section .terms .terms-points .term-deposit div:nth-child(1) {
                padding-left: 0px;
            }

            .product-wrap .first-section .terms .terms-points .term-deposit div:nth-child(3) {
                border-right: none;
            }

            .product-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;
            }

            .product-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
                color: #112950;
                font-size: 23px;
                font-weight: 400;
                line-height: 20px;
            }

    .product-wrap .first-section .terms .offers {
        padding-top: 20px;
    }

        .product-wrap .first-section .terms .offers h4 {
            color: #112950;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
        }

            .product-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;
            }

        .product-wrap .first-section .terms .offers .offers-block {
            display: flex;
            align-items: center;
            padding: 15px;
            border-radius: 10px;
            background: #f4f5fb;
            margin-bottom: 5px;
        }

            .product-wrap .first-section .terms .offers .offers-block img {
                margin-right: 20px;
            }

            .product-wrap .first-section .terms .offers .offers-block p {
                color: #324b72;
                font-size: 16px;
                font-weight: 400;
                line-height: 23px;
                opacity: 0.9000000358;
            }

    .product-wrap .first-section .terms .know-more {
        margin-top: 20px;
    }

        .product-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;
        }

            .product-wrap .first-section .terms .know-more p:hover {
                background: #324b72;
                color: white;
                cursor: pointer;
            }

.product-wrap .first-section .booknow .yay-scheduled {
    height: 393px;
    padding: 20px;
    text-align: center;
    position: relative;
    background: #fff;
}

    .product-wrap .first-section .booknow .yay-scheduled .yay-schedule-content {
        margin: 20% 0;
    }

    .product-wrap .first-section .booknow .yay-scheduled p {
        color: #324B72 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        margin: 20px 0;
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .product-wrap .first-section .booknow .yay-scheduled .detail {
        color: #112950 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
    }

    .product-wrap .first-section .booknow .yay-scheduled .btn {
        width: 100% !important;
        padding: 15px !important;
        color: white !important;
    }

        .product-wrap .first-section .booknow .yay-scheduled .btn:hover {
            color: #ef0073 !important;
        }

.product-wrap .first-section .booknow .card .nav-item {
    background: #e1eef8;
    width: 50%;
}

    .product-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;
    }

        .product-wrap .first-section .booknow .card .nav-item a.active {
            background: #324b72;
            color: white;
        }

.product-wrap .first-section .booknow .card .book-second {
    display: none;
}

    .product-wrap .first-section .booknow .card .book-second .otp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-wrap .first-section .booknow .card .book-second .otp .otp-box {
            height: 60px;
            background: white;
            text-align: center;
        }

.product-wrap .first-section .booknow .card .schedule-second {
    display: none;
}

    .product-wrap .first-section .booknow .card .schedule-second .otp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-wrap .first-section .booknow .card .schedule-second .otp .otp-box {
            height: 60px;
            background: white;
            text-align: center;
        }

.product-wrap .first-section .booknow .card .schedule-third {
    display: none;
}

.product-wrap .first-section .booknow .card .schedule-fourth {
    display: none;
}

    .product-wrap .first-section .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;
    }

.product-wrap .first-section .booknow .card .book-fourth .manage-note {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 14px;
    margin: 10px 0 0;
}

.product-wrap .first-section .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;
}

    .product-wrap .first-section .booknow .card .schedule-fourth .card-text b {
        font-weight: 600;
    }

    .product-wrap .first-section .booknow .card .schedule-fourth .card-text:nth-child(2) {
        padding-bottom: 10px;
    }

.product-wrap .first-section .booknow .card .schedule-fourth .similar-property {
    border-top: 1px solid #d3d3d366;
    border-bottom: 1px solid #d3d3d366;
}

.product-wrap .first-section .booknow .card .book-fourth .similar-property {
    border-top: 1px solid #d3d3d366;
    border-bottom: 1px solid #d3d3d366;
}

.product-wrap .first-section .booknow .card .schedule-fourth .similar-property .title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 20px 0 10px;
}

.product-wrap .first-section .booknow .card .book-fourth .similar-property .title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 20px 0 10px;
}

.product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .item p {
    margin: 10px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.product-wrap .first-section .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;
}

    .product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .item .location img {
        width: 15px !important;
        margin-right: 10px;
        height: 15px;
    }

.product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

    .product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next,
    .product-wrap .first-section .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;
    }

        .product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next:hover,
        .product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-prev:hover {
            color: #324b72;
            border: 1px solid #324b72;
            background: white;
        }

    .product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-nav .owl-next {
        margin-left: 3px !important;
    }

.product-wrap .first-section .booknow .card .schedule-fourth #similar-property-carousel .owl-dots {
    display: none;
}

.product-wrap .first-section .booknow .card .tab-content {
    background: #ece5e5;
}

    .product-wrap .first-section .booknow .card .tab-content .tab-pane {
        height: auto;
    }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane .confirm-btn {
            width: 100%;
            color: white;
            margin-top: 30px;
            padding: 15px;
        }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane p {
            color: #000;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            padding: 0;
            text-align: left;
            margin-bottom: 30px;
        }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane .form-control {
            width: 100% !important;
            margin: 0;
            border: none;
            height: 50px;
            background: transparent;
            border-bottom: 2px solid #fff;
        }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane label {
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane .pick-time,
        .product-wrap .first-section .booknow .card .tab-content .tab-pane .pick-date {
            position: relative;
            cursor: pointer;
        }

            .product-wrap .first-section .booknow .card .tab-content .tab-pane .pick-time i,
            .product-wrap .first-section .booknow .card .tab-content .tab-pane .pick-date i {
                font-size: 24px;
                position: absolute;
                margin-top: 0;
                top: 50%;
                right: 10px;
            }

        .product-wrap .first-section .booknow .card .tab-content .tab-pane form span {
            color: #000;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0.4px;
            line-height: 14px;
        }

.product-wrap .first-section .testimonial {
    margin-top: 0;
    background: white;
    padding: 20px;
    position: relative;
}

    .product-wrap .first-section .testimonial .testimonial-carousel .owl-dots {
        position: absolute;
        bottom: 0px;
        text-align: center;
        right: 0;
    }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-dots button {
            height: 8px;
            width: 8px;
            background: #d8d8d8;
            border-radius: 50%;
            margin: 3px;
        }

            .product-wrap .first-section .testimonial .testimonial-carousel .owl-dots button.active {
                background: deeppink;
            }

    .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav {
        position: absolute;
        top: -40px;
        right: 0;
    }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev,
        .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next {
            height: 20px;
            width: 20px;
            border: 1px solid #112950;
        }

            .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
            .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next:hover {
                background: white;
            }

            .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-prev span,
            .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next span {
                font-size: 30px;
                line-height: 0;
                color: deeppink;
            }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-nav .owl-next {
            float: right;
            margin-left: 5px;
        }

    .product-wrap .first-section .testimonial .testimonial-carousel .owl-item p {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-wrap .first-section .testimonial .testimonial-carousel .owl-item .user {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-item .user img {
            width: 45px;
            margin-right: 10px;
        }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-item .user .user-info i {
            float: left;
        }

        .product-wrap .first-section .testimonial .testimonial-carousel .owl-item .user .user-info i {
            display: none;
            color: #2ecfdc !important;
        }

    .product-wrap .first-section .testimonial h4 {
        color: #112950;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 20px;
    }

.product-wrap .second-section {
    background: white;
}

@media (max-width: 768px) {
    .product-wrap .second-section .nearby .col-md-6 {
        min-width: 100%;
    }
}

.product-wrap .second-section .promises {
    padding: 0px 15px;
    margin-top: 40px;
}

#SimilarPropertiesContainer .card {
border-radius:0 0 20px 20px;
}

    .product-wrap .second-section .promises .promises-icons .icon-wrap {
        width: 11%;
        display: inline-grid;
        text-align: center;
        margin-top: 10px;
    }

        .product-wrap .second-section .promises .promises-icons .icon-wrap .img-wrap {
            height: 50px;
        }

        .product-wrap .second-section .promises .promises-icons .icon-wrap img {
            margin: 0 auto;
            height: 30px;
        }

        .product-wrap .second-section .promises .promises-icons .icon-wrap p {
            height: auto;
            margin: 6px;
            font-size: 14px;
        }

    .product-wrap .second-section .promises h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 30px;
    }

.product-wrap .second-section .nearby {
    padding: 0 0 40px;
}

    .product-wrap .second-section .nearby .row {
        padding: 0 15px;
    }

    .product-wrap .second-section .nearby h4 {
        margin-bottom: 30px;
    }

    .product-wrap .second-section .nearby .mapouter {
        width: 100%;
    }

        .product-wrap .second-section .nearby .mapouter .gmap_canvas {
            width: 100%;
            height: 525px;
            padding: 5px;
        }

    .product-wrap .second-section .nearby .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-wrap .second-section .nearby .nav-tabs .nav-item {
            flex: 1;
            background: #000;
            border-radius: 30px;
            margin-right: 10px;
            color: #fff;
            margin-left: 10px;
        }

            .product-wrap .second-section .nearby .nav-tabs .nav-item a {
                padding: 20px;
                text-align: center;
                border-radius: 0;
                flex: 1;
                border: none;
                color: #fff !important;
            }

                .product-wrap .second-section .nearby .nav-tabs .nav-item a.active {
                    background: #ef0073;
                    color: #fff;
                    border-radius: 30px;
                }

    .product-wrap .second-section .nearby .tab-content {
        background: white !important;
    }

        .product-wrap .second-section .nearby .tab-content .tab-pane {
            padding: 30px;
        }

            .product-wrap .second-section .nearby .tab-content .tab-pane .table tr {
                border-bottom: 1px solid #C5D6F1;
            }

                .product-wrap .second-section .nearby .tab-content .tab-pane .table tr td {
                    color: #10121B;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 25px;
                    width: 80%;
                }

                    .product-wrap .second-section .nearby .tab-content .tab-pane .table tr td:last-child {
                        text-align: right;
                    }

            .product-wrap .second-section .nearby .tab-content .tab-pane .table th {
                color: #3085FF;
                border: none;
            }

                .product-wrap .second-section .nearby .tab-content .tab-pane .table th:nth-child(2) {
                    text-align: right;
                }

            .product-wrap .second-section .nearby .tab-content .tab-pane .table tbody tr:hover {
                transform: scale(1.05);
                box-shadow: 0px 0px 10px #d3d3d36e;
                border-bottom: none;
                cursor: pointer;
            }

                .product-wrap .second-section .nearby .tab-content .tab-pane .table tbody tr:hover td {
                    border-top: 1px solid #fff !important;
                }

.product-wrap .third-section {
    padding: 0px;
}

.homepage-wrap .homepage-card .tab-pane .card-carousel .owl-carousel {
    position: relative;
    display: flex;
    align-items: center;
}

.product-wrap .third-section h4 {
    color: #112950;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
}

.product-wrap .third-section .owl-carousel-cards .card hr.line {
    width: 100% !important;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .product-wrap .third-section .owl-carousel-cards .owl-nav {
        left: -20px;
        right: -20px;
    }
}

.product-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev i {
    margin-right: 0px;
    position: absolute;
    /* top: 45%; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 0px 0px !important;
    border: 0px solid #ef0073;
    color: #ef0073;
    background: #ffffff9e;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.product-wrap .third-section .owl-carousel-cards .owl-nav .owl-next i {
    float: right;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    /* top: 45%; */
    right: 0;
    padding: 0px 0px 0px !important;
    border: 0px solid #ef0073;
    color: #ef0073;
    background: #ffffff9e;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    .product-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev i:hover,
    .product-wrap .third-section .owl-carousel-cards .owl-nav .owl-next i:hover {
        background: #fff !important;
        box-shadow: 0px 0px 2px #ccc !important;
    }

.product-wrap .third-section .owl-carousel-cards h5 {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 12px 0 4px;
}

.product-wrap .third-section .owl-carousel-cards .cords {
}

    .product-wrap .third-section .owl-carousel-cards .cords img {
        width: 15px;
        margin-right: 10px;
    }

.product-wrap .third-section .owl-carousel-cards .col-md-12 {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.product-wrap .third-section .owl-carousel-cards .price h6 {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.product-wrap .third-section .owl-carousel-cards .price p {
    margin: 0px 13px;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 22px;
    text-align: left;
}

    .product-wrap .third-section .owl-carousel-cards .price p i {
        color: #a5a5a5 !important;
        margin-right: 5px;
    }

.product-wrap .third-section .owl-carousel-cards .rating p {
    color: #324b72;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    text-align: left;
    margin: 3px 0;
}

.product-wrap .third-section .owl-carousel-cards .rating .wid {
    padding: 0 !important;
}

    .product-wrap .third-section .owl-carousel-cards .rating .wid i {
        float: left !important;
        margin-right: 3px;
        margin-left: 0 !important;
    }

        .product-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(1),
        .product-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(2),
        .product-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(3) {
            color: #50e3c2 !important;
        }

.product-wrap .third-section .owl-carousel-cards .view-property a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-wrap .third-section .owl-carousel-cards .view-property a p {
        padding: 0;
        color: #3085ff;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.6000000238418579;
        text-align: left;
    }

    .product-wrap .third-section .owl-carousel-cards .view-property a i {
        color: #83b6ff !important;
    }

@media (max-width: 425px) {
    .product-wrap .third-section .owl-carousel-cards .owl-stage-outer {
        padding-bottom: 20px;
    }

        .product-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
            border: none;
            margin: 20px;
        }

        .product-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item.active .item .card {
            box-shadow: 0px 0px 0px #cecece !important;
        }
}

.product-wrap .col-md-8 {
    opacity: 1;
}

@media (max-width: 425px) {
    .product-wrap .rating-wrap {
        padding: 10px 0;
    }

        .product-wrap .rating-wrap .rating,
        .product-wrap .rating-wrap .share {
            flex: 1;
        }

        .product-wrap .rating-wrap .share {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

    .product-wrap .graphical-info {
        overflow-x: scroll;
    }

    .product-wrap .term-deposit {
        align-items: center;
    }

        .product-wrap .term-deposit div {
            padding: 0 10px !important;
            flex: 1;
        }

            .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 .promises-icons .icon-wrap {
        width: 30% !important;
    }

    .product-wrap .nearby {
        padding: 0 20px 25px !important;
        margin-bottom: 20px;
    }

        .product-wrap .nearby .nav-tabs .nav-item a {
            padding: 10px !important;
        }

        .product-wrap .nearby .col-md-6:nth-child(2) {
            border-left: 1px solid #eaf0fa !important;
        }
}

.gallery {
    margin-top: 100px;
}

    .gallery .card {
        border: none !important;
    }

    .gallery .nav-tabs {
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: none !important;
        background-color: white;
    }

        .gallery .nav-tabs li a {
            padding: 22px 40px;
        }
.inputs input {
    border: 1px solid #ef0073;
    font-size: 20px !important;
    font-weight: 700;
}
@media (max-width: 768px) {
    .gallery .nav-tabs li a {
        padding: 25px 16px;
    }
}

@media (max-width: 425px) {
    .gallery .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 6px;
    }

        .gallery .nav-tabs li a {
            padding: 10px;
            font-size: 12px;
        }
}

.gallery .nav-tabs .nav-item.show .nav-link,
.gallery .nav-tabs .nav-link.active {
    background-color: #f3f8fb !important;
}

.gallery .seting {
    border: 0px solid transparent !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    padding-bottom: 15px !important;
}

.gallery .tab-content {
    padding-bottom: 0;
}

    .gallery .tab-content .tab-pane {
        height: auto;
        padding: 50px;
    }

        .gallery .tab-content .tab-pane img.image_height {
            height: 100%;
        }

@media (max-width: 425px) {
    .gallery .tab-content .tab-pane {
        padding: 20px 20px;
    }
}

@media (max-width: 768px) {
    .gallery .col-md-6.p-0.responsive {
        padding: 15px !important;
        top: -10px;
    }

    .gallery img.card-img-top.image_height {
        height: 95% !important;
    }
}

.map-view {
    background: #F4F8FB;
    min-height: 75vh;
}

    .map-view .bgc .map-box {
        height: 100%;
    }

.maplist {
    height: 81vh;
    position: sticky;
    z-index: 1;
    right: -15px;
    padding: 0;
    padding-left: 30px;
    margin-top: 12px;
}

.map-view h5.title {
    color: #112950;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.map-view .colive {
    color: #112950;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding: 0px 0px 0px 15px;
}

.map-view .no-gutt {
    margin-right: 0;
    margin-left: 0;
    align-items: center;
}

.map-view .googlemap {
    width: 100%;
    height: 100%;
}

.map-view img.widhigh-img {
    width: 100%;
}

.map-view img.pl-1 {
    padding-left: 0px !important;
}

.map-view .view-property {
    align-items: center;
    float: right;
    display: flex;
    margin: 0;
    padding-bottom: 10px;
}

.map-view .load {
    float: left;
}

.map-view .view {
    margin: 0px;
}

.map-view .radio {
    display: flex;
    background-color: white;
    margin-top: 93px;
    border-style: solid;
    border-width: 0.1px 0px;
    border-color: whitesmoke;
    padding: 20px 0;
}

.map-view .stager {
    display: grid;
    grid-template-columns: 22px 1fr;
    margin: 7px 0;
    font-weight: 400;
    color: #a5a5a5;
    line-height: 17px;
    font-size: 12px;
}

.map-view i.fa.fa-heart-o {
    float: right;
    background-color: #FFFFFF;
    border: 1px;
}

.map-view p.pricings.m-0 {
    color: #324B72;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    display: -webkit-box;
    margin-bottom: 7px !important;
}

.map-view .col-md-8.pl-0 {
    opacity: 1;
}

.map-view p.sortby.mr-3 {
    color: #112950;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.map-view p.load.m-0 {
    color: #112950;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.map-view .card.mb-4.container.ok {
    padding: 0px 0px 0px !important;
    border: none;
    border-radius: 0px;
    margin-bottom: 17px !important;
    margin-left: 14px;
}

.MapView_Prop_card_View_Right {
    padding: 10px 0px 0px;
}

.map-view img.widhigh-img {
    width: 100%;
    height: 100%;
}

.map-view .card .MapView_Prop_card_View {
    height: 135px;
    overflow: hidden;
    min-height: 85px;
    max-height: 125px;
    text-align: center;
}

.map-view p.rating_align {
    margin-top: 6px;
    margin-left: 0px;
    color: #112950;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.map-view .display {
    display: flex;
    align-items: center;
    margin: 26px 0 5px 0;
}

.map-view h5.sortby {
    color: #929AA7;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 7px;
}

.map-view p.head_title {
    display: inline;
}

@media (max-width: 768px) {
    .map-view #footer h5 {
        text-align: center;
    }

    .map-view h5.title {
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        padding: 10px;
        line-height: 19px;
    }

    .map-view .display {
        display: flex;
        display: flex;
        width: fit-content;
    }

    .map-view .stager {
        display: grid;
        grid-template-columns: 22px 1fr;
        margin: 7px 0;
        font-weight: 400;
        color: #324B72;
        line-height: 17px;
        opacity: 0.5;
        margin-left: 4px;
    }

    .maplist {
        height: 85vh;
        position: relative;
        z-index: 10;
        top: 0;
        right: 0;
        width: 58%;
    }

    .map-view .col-md-12.d-flex.align-items-center.justify-content-between.pt-3 {
        display: block !important;
    }

    .map-view img.pl-1 {
        padding-left: 0.25rem !important;
    }

    .map-view .colive {
        color: #112950;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }

    .map-view .col-sm-12.col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .map-view img.widhigh-img {
        width: 100%;
    }

    .map-view .card .MapView_Prop_card_View {
        height: fit-content;
        overflow: hidden;
        min-height: unset;
        max-height: unset;
        text-align: center;
    }

    .map-view .col-md-7 {
        display: none;
    }

    .map-view .col-md-6.pl-0 {
        padding-left: 15px !important;
    }

    .map-view p.load.m-0 {
        color: #112950;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-left: 15px !important;
    }

    .map-view p.pricings.m-0 {
        color: #324B72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        display: -webkit-box;
        padding-left: 15px;
    }

    .map-view .col-md-8.pl-0 {
        padding: 10px;
    }

    .map-view p.sortby.mr-3 {
        position: relative;
        text-align: center;
        width: fit-content;
    }

    .map-view p.upgrade {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .map-view .col-md-12.d-flex.align-items-center.justify-content-between.pt-4 {
        display: block !important;
    }

    .map-view p.sortby.mr-3 {
        position: relative;
        text-align: center;
        width: fit-content;
        margin: 0px auto 20px !important;
    }

    .map-view .display {
        display: flex;
        display: flex;
        margin: 0 auto;
        width: fit-content;
    }

    .map-view p.rating_align {
        margin-top: 6px;
        margin-left: 0px;
        color: #112950;
        font-size: 15px;
        font-weight: 400;
        line-height: 14px !important;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .map-view h5.sortby {
        color: #929AA7;
        font-size: 15px;
        font-weight: 400;
        line-height: 14px !important;
        text-align: left;
        margin-top: 7px;
    }

    .map-view p.upgrade {
        color: #112950;
        font-size: 14px !important;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    .map-view .grid-popup-wrap .first-section .graphical-info {
        padding: 0px;
        margin-bottom: 0px;
        float: left !important;
        display: inline-grid !important;
    }

    .map-view .grid-popup-wrap .first-section .terms {
        background: white;
        padding: 0px;
        display: inline-grid;
    }

    .map-view .QuickviewModal .modal-dialog {
        overflow: hidden;
        max-width: 100%;
    }

    .map-view .graphical-info {
        width: 100%;
        overflow: scroll;
    }

    .map-view table.table {
        overflow: scroll;
    }

    .map-view .QuickviewModal .modal-dialog {
        max-width: 100% !important;
    }

    .map-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
        color: #112950;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .map-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div {
        padding: 0 0px;
        border-right: 1px solid lightgray;
    }
}

.map-view .display {
    width: 140px;
}

    .map-view .display:hover {
        cursor: pointer;
    }

    .map-view .display .rating_align {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .map-view .display .fa {
        font-size: 20px;
        margin: 0 5px;
    }

    .map-view .display .sortby {
        margin-top: 0px !important;
        margin: 0 5px 0 0;
    }

.map-view .card .view {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    opacity: 1;
    /* margin-right: 10px; */
    background: #ef0075;
    padding: 6px 10px;
}

.map-view .card .col-md-4 {
    padding-left: 0px;
}

.mapview {
    padding: 12px 5px;
}

.mig-header-menu-toggle-button {
    color: white;
    background-color: #7c9d63;
    z-index: 9900;
    margin-top: 0rem;
}

.state {
    color: #112950;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

section.grid-view {
    background: #F4F8FB;
    margin-top: 30px;
}

    section.grid-view .navbar {
        padding: 13px 23px 13px 16px;
        background-color: white;
        border: 1px solid lightgray;
    }

@media (max-width: 768px) {
    section.grid-view .navbar {
        padding: 10px 40px;
    }
}

section.grid-view .mig-header-menu-bar .nav-pills .nav-item.show .nav-link {
    color: white;
}

section.grid-view .mig-header-menu-bar .dropdown-menu {
    border-bottom-width: 4px;
    border-bottom-color: #7c9d63;
}

section.grid-view .more-rounded {
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
}

section.grid-view .btn.btn-default {
    border-radius: 0;
    border-color: black;
    background-color: white;
    width: 80px;
    border-width: 2px;
    font-weight: 600;
}

section.grid-view .btn-default {
    background-color: white !important;
}

section.grid-view .form-control {
    border-radius: 0 !important;
    width: 160px;
    border-width: 2px;
    margin-left: 50px;
}

section.grid-view input.form-control.form {
    margin: -2px;
}

section.grid-view .form-control {
    width: 20%;
}

section.grid-view .add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

section.grid-view .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

section.grid-view section {
    padding: 0px 0;
}

    section.grid-view section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

section.grid-view #footer {
    background: white !important;
}

    section.grid-view #footer h5 {
        color: #112950;
        font-size: 17px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        margin-bottom: 13px;
    }

    section.grid-view #footer a {
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
    }

    section.grid-view #footer ul.social li {
        padding: 3px 0;
    }

        section.grid-view #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

        section.grid-view #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        section.grid-view #footer ul.social li a:hover {
            color: black;
        }

    section.grid-view #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        section.grid-view #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        section.grid-view #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        section.grid-view #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

section.grid-view .col-xs-12.col-sm-4.col-md-2 {
    font-weight: 400;
}

section.grid-view .col-xs-12.col-sm-4.col-md-4 {
    text-align: center;
}

section.grid-view .col-md-4.col-md-offset-4 {
    text-align: -webkit-center;
}

section.grid-view .align {
    text-align: -webkit-center;
}

section.grid-view .nav-item a {
    color: #324b72;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

section.grid-view li.nav-item a {
    padding-top: 17px;
}

section.grid-view .social-links {
    text-align: center;
}

    section.grid-view .social-links li {
        display: inline-block;
    }

        section.grid-view .social-links li a {
            font-size: 20px !important;
            color: #324b72 !important;
            margin-right: 13px;
        }

section.grid-view .copyright a {
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

section.grid-view .privicy-polciy ul {
    text-align: right;
}

    section.grid-view .privicy-polciy ul li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

        section.grid-view .privicy-polciy ul li a {
            color: #324b72;
            font-size: 14px;
            font-weight: 400;
            line-height: 29px;
            text-align: left;
        }

section.grid-view footer {
    padding: 41px 0;
}

section.grid-view nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: white !important;
    z-index: 20;
    position: fixed;
    width: 100%;
    border: 0;
}

section.grid-view #container {
    height: 100%;
    width: 100%;
    position: absolute;
}

section.grid-view #header,
section.grid-view #footer {
    width: 100%;
}

section.grid-view #body {
    height: 100%;
    width: 100%;
}

section.grid-view section {
    background-color: #f4f8fb;
    margin-top: 0px;
}

section.grid-view button.btn.btn-secondary {
    background-color: #ffffff;
    border: 2px solid #112950;
    width: 95px;
    height: 37px;
    border-radius: 0;
    color: #112950;
}

section.grid-view .check_box {
    color: #112950;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

section.grid-view button.btn.btn-outline-success.my-2.my-sm-0 {
    border-radius: 0%;
    margin-right: 0px;
    background-color: #ef0073;
    border: 2px solid #ef0073;
    width: 105px;
    height: 37px;
    color: white;
}

    section.grid-view button.btn.btn-outline-success.my-2.my-sm-0:hover {
        background-color: #ffffff;
        color: #ef0073 !important;
        font-size: 13px;
    }

section.grid-view i.fa.fa-star {
    float: right;
}

.price > p > span.startprice {
    font-size: 12px;
}

section.grid-view .price {
    color: #112950;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

section.grid-view .view {
    color: #3085ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    opacity: 0.6000000238418579;
    text-align: left;
}

section.grid-view .col-md-12.texts {
    color: #112950;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-left: -80px;
}

section.grid-view .maps-align {
    text-align: right;
    margin-left: 20px;
}

section.grid-view .map {
    min-width: 709px;
    min-height: 751px;
    width: 100%;
    height: 100%;
}

section.grid-view .container-fluid.bgc {
    background-color: #f4f8fb;
}

section.grid-view h5.text-align {
    color: #112950;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-top: 20px;
}

section.grid-view .card {
    border-radius: 0;
    max-width: 340px;
}

    section.grid-view .card.mb-3 {
        width: 540px;
        height: 135px;
        margin-top: 15px;
    }

section.grid-view .carousel-img {
    width: 100%;
}

section.grid-view .card-title {
    color: #112950;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

section.grid-view i.fa.fa-heart-o {
    float: right;
}

section.grid-view .cords {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    width: 189px;
    margin-top: 0px;
    text-align: left;
}

section.grid-view .layout {
    margin-left: 18px;
}

section.grid-view .pricing {
    margin-top: 0px;
    color: #324B72;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    float: left;
}

section.grid-view .card-img {
    height: 133px;
}

section.grid-view p.wid {
    color: #112950;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 0px !important;
    text-align: left;
}

section.grid-view i.fa.fa-inr {
    color: #112950 !important;
}
section.grid-view i.fa.fa-inr:before {
    font-size:15px;
}

section.grid-view p.upgrade {
    color: #112950;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: right;
}

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: #324B72;
            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:last-child {
                text-align: right;
            }

        .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: #575757 !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%;
                    }

@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: 70%;
}

.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;
        width: 60%;
    }

.book-now .continue-cancel-btn {
    background: white;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .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;
    }

    .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: 20px;
        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 {
    padding-top: 25px;
    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;
    }
}
.about-us .intro {
    padding: 80px 0;
}

    .about-us .intro h1 {
        color: #112950;
        font-size: 53px;
        font-weight: 600;
        line-height: 54px;
        text-align: center;
    }

    .about-us .intro p:nth-child(1) {
        color: #324B72;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 31px;
        margin-bottom: 30px;
    }

    .about-us .intro p:nth-child(2),
    .about-us .intro p.aboutustxt,
    .about-us .intro p:last-child {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
    }

.about-us .banner {
    background-image: url("/assets/images/about/about-banner.png");
    background-position: center;
}

    .about-us .banner .count-wrap {
        padding: 100px 0px;
    }

.about-us .colive-info .colive-info-box {
    padding: 16px 16px 18px;
}

    .about-us .colive-info .colive-info-box .ColiveInfo_Txt div {
        color: white;
        margin-bottom: 0px;
    }

        .about-us .colive-info .colive-info-box .ColiveInfo_Txt div p {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 0px;
            color: #ffffff;
        }

        .about-us .colive-info .colive-info-box .ColiveInfo_Txt div span {
            font-size: 16px;
            font-weight: 400;
            line-height: 15px;
        }

@media (max-width: 767px) {
    .about-us .colive-info .colive-info-box .ColiveInfo_Txt div {
        margin-bottom: 15px;
    }

        .about-us .colive-info .colive-info-box .ColiveInfo_Txt div span {
            font-size: 14px;
        }

        .about-us .colive-info .colive-info-box .ColiveInfo_Txt div p {
            font-size: 16px;
        }
    .botwrap {
        margin-top: 15%;
    }
}

@media (max-width: 768px) {
    .about-us .banner .count-wrap {
        padding: 50px 0 !important;
    }
}

.about-us .banner .count-wrap p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.about-us .banner .count-wrap .countings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .about-us .banner .count-wrap .countings p {
        margin-bottom: 10px;
        font-size: 33px;
        font-weight: 400;
        line-height: 40px;
    }

    .about-us .banner .count-wrap .countings span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        opacity: 0.7602306547619048;
    }

.about-us .our-6 {
    padding: 80px 0;
}

    .about-us .our-6 h2 {
        color: #112950;
        font-size: 53px;
        font-weight: 400;
        line-height: 54px;
        margin-bottom: 20px;
    }

.about-us .our-6 {
    color: #324B72;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

    .about-us .our-6 .icon-box-wrap {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .about-us .our-6 .icon-box-wrap .icon-box {
            border: 5px solid #11295014;
            height: 160px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

            .about-us .our-6 .icon-box-wrap .icon-box div {
                text-align: center;
            }

            .about-us .our-6 .icon-box-wrap .icon-box img {
                height: 60px;
                margin-bottom: 10px;
            }

            .about-us .our-6 .icon-box-wrap .icon-box p {
                color: #112950;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.5;
            }

.about-us .our-team {
    padding: 80px 0;
    background-color: #F4F8FB;
}

    .about-us .our-team h2 {
        color: #112950;
        font-size: 53px;
        font-weight: 400;
        line-height: 54px;
    }

    .about-us .our-team .quote p.quote-text {
        color: #324B72;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        opacity: 1 !important;
        margin: 50px 0;
    }

    .about-us .our-team .quote .user-info {
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .about-us .our-team .quote .user-info p.user-name {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
        }

        .about-us .our-team .quote .user-info span {
            color: #112950;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

    .about-us .our-team p {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869 !important;
    }

.about-us .leadership-team {
    padding: 80px 0 0;
}

    .about-us .leadership-team h3 {
        color: #324B72;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .about-us .leadership-team .team-card {
        margin-bottom: 30px;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
        border: 1px solid #f7e7e7;
    }

        .about-us .leadership-team .team-card img {
            width: 100%;
        }

        .about-us .leadership-team .team-card .team-detail {
            padding: 15px 10px;
            text-align: center;
        }

        .about-us .leadership-team .team-card .name {
            color: #112950;
            font-size: 14px;
            font-weight: 500;
            line-height: 19px;
        }

        .about-us .leadership-team .team-card .designation {
            color: #8c8c8c;
            font-size: 12px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
            font-weight: 500;
        }

@media (max-width: 1280px) {
    .about-us .about-us .our-team {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .about-us .banner .count-wrap .countings {
        align-items: flex-start;
    }

        .about-us .banner .count-wrap .countings div {
            flex: 1;
        }

            .about-us .banner .count-wrap .countings div:nth-child(3) {
                text-align: center;
            }

        .about-us .banner .count-wrap .countings p {
            font-size: 22px;
        }

    .about-us .our-6 .icon-box-wrap .icon-box {
        height: 140px;
        margin: -10px 10px;
    }

    .our-team {
        background-image: none !important;
    }

        .our-team .col-md-6 {
            min-width: 100%;
        }
}

@media (max-width: 500px) {
    .about-us .intro,
    .about-us .our-6,
    .about-us .our-team,
    .about-us .leadership-team {
        padding: 50px 0 !important;
    }

    .about-us h1 {
        font-size: 30px !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-us .intro p:nth-child(1) {
        font-size: 14px;
        line-height: 1.5;
        opacity: 0.9000000357627869;
        margin-bottom: 15px;
    }

    .about-us .intro p:nth-child(2),
    .about-us .intro p.aboutustxt,
    .about-us .intro p:last-child {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-us .our-team p {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-us .banner .count-wrap .countings {
        display: block;
        text-align: center;
    }

        .about-us .banner .count-wrap .countings div {
            text-align: left;
            margin-bottom: 20px;
        }

        .about-us .banner .count-wrap .countings p {
            margin-bottom: 0px;
            text-align: center;
        }

    .about-us .icon-box p {
        margin: 0 !important;
    }

    .about-us .our-6 .icon-box-wrap {
        margin-bottom: 0px;
    }

        .about-us .our-6 .icon-box-wrap .icon-box {
            margin: 15px auto !important;
        }

    .about-us .our-team .quote p.quote-text {
        margin: 30px 0;
    }

    .about-us .leadership-team .team-card {
        margin: 5% 0;
    }

    .about-us .leadership-team h3 {
        text-align: center;
    }

    .about-us .banner .count-wrap .countings div {
        text-align: center;
    }

    .about-us .our-team .quote p.quote-text,
    .about-us .banner .count-wrap p {
        line-height: 1.5;
        font-size: 22px;
        text-align: center;
    }
}

.career-wrap .see-opening-wrap {
    padding: 50px 0;
}

    .career-wrap .see-opening-wrap h1 {
        color: #112950;
        font-size: 36px;
        font-weight: 500;
    }

    .career-wrap .see-opening-wrap p {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.16px;
        line-height: 1.5;
    }

    .career-wrap .see-opening-wrap .see-openings {
        background-color: #EF0073;
        border: 2px solid #EF0073;
        width: 174px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

        .career-wrap .see-opening-wrap .see-openings a {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
        }

        .career-wrap .see-opening-wrap .see-openings:hover {
            border: 1px solid #EF0073;
            background: white;
        }

            .career-wrap .see-opening-wrap .see-openings:hover a {
                color: #EF0073;
            }

.career-wrap .perks {
    padding: 50px 0;
}

    .career-wrap .perks h1,
    .career-wrap .perks h2 {
        color: #112950;
        font-weight: 400;
    }

    .career-wrap .perks p {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 20px;
    }

    .career-wrap .perks .icon-box-wrap {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .career-wrap .perks .icon-box-wrap .icon-box {
            border: 5px solid #11295014;
            height: 160px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

            .career-wrap .perks .icon-box-wrap .icon-box div {
                text-align: center;
            }

            .career-wrap .perks .icon-box-wrap .icon-box img {
                height: 60px;
                margin-bottom: 10px;
            }

            .career-wrap .perks .icon-box-wrap .icon-box p {
                color: #112950;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
                margin: 0px;
                height: 48px;
            }

.career-wrap .apply-openings {
    background: #F4F8FB;
    padding: 50px 0;
}

    .career-wrap .apply-openings h3 {
        color: #112950;
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 30px;
    }

    .career-wrap .apply-openings .apply-wrap {
        background: white;
        padding: 40px 40px;
    }

        .career-wrap .apply-openings .apply-wrap .title {
            margin-bottom: 15px;
        }

            .career-wrap .apply-openings .apply-wrap .title p {
                color: #112950;
                font-size: 16px;
                font-weight: 400;
                line-height: 19px;
                margin-bottom: 5px;
            }

            .career-wrap .apply-openings .apply-wrap .title span {
                color: #324B72;
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
                opacity: 0.5;
            }

        .career-wrap .apply-openings .apply-wrap p {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.9000000357627869;
        }

        .career-wrap .apply-openings .apply-wrap:hover {
            box-shadow: 0 4px 9px 0 rgba(17, 41, 80, 0.13);
        }

    .career-wrap .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;
    }

        .career-wrap .apply-openings .submit-apply a {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

        .career-wrap .apply-openings .submit-apply:hover {
            background: #fff;
        }

            .career-wrap .apply-openings .submit-apply:hover a {
                color: #EF0073;
            }

    .career-wrap .apply-openings .cant-find {
        background: #7ac7e54f;
        margin-top: 30px;
        padding: 30px;
    }

        .career-wrap .apply-openings .cant-find p {
            color: #112950;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
        }

            .career-wrap .apply-openings .cant-find p.email {
                color: #3085FF;
                font-size: 24px;
                font-weight: 400;
                line-height: 28px;
                margin-top: 5px;
            }

                .career-wrap .apply-openings .cant-find p.email:hover {
                    cursor: pointer;
                }

.career-wrap .gallery {
    padding: 50px 0;
    margin: 0 !important;
}

    .career-wrap .gallery .first-block {
        background-image: url("/assets/images/lifestyle6.png");
        height: 487px;
    }

    .career-wrap .gallery .second-block div:nth-child(1) {
        background-image: url("/assets/images/lifestyle5.png");
        height: 292px;
        margin-bottom: 20px;
    }

    .career-wrap .gallery .second-block div:nth-child(2) {
        background-image: url("/assets/images/lifestyle4.png");
        height: 173px;
    }

    .career-wrap .gallery .third-block {
        background-image: url("/assets/images/lifestyle3.png");
        height: 486px;
    }

    .career-wrap .gallery .fourth-block div:nth-child(1) {
        background-image: url("/assets/images/lifestyle2.png");
        height: 172px;
        margin-bottom: 20px;
    }

    .career-wrap .gallery .fourth-block div:nth-child(2) {
        background-image: url("/assets/images/lifestyle1.png");
        height: 294px;
    }

.career_perks_image {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .career-wrap .perks .icon-box-wrap {
        margin-bottom: 10px;
    }

        .career-wrap .perks .icon-box-wrap .icon-box {
            height: 130px;
            margin: 0 10px;
        }

            .career-wrap .perks .icon-box-wrap .icon-box p {
                font-size: 17px;
                line-height: 20px;
                height: auto;
            }

    .career-wrap .apply-openings .apply-wrap {
        padding: 20px 20px;
    }
}

@media (max-width: 500px) {
    .career-wrap .see-opening-wrap p,
    .career-wrap .perks p {
        font-size: 20px;
        line-height: 27px;
    }

    .career-wrap .perks p {
        margin-bottom: 30px;
    }

    .career-wrap .apply-openings .apply-wrap {
        margin-bottom: 30px;
    }

    .career-wrap .apply-openings .cant-find p,
    .career-wrap .apply-openings .cant-find p.email {
        font-size: 20px;
        line-height: 24px;
    }

    .career-wrap .apply-openings .apply-wrap .title p {
        font-size: 18px;
    }

    .career-wrap .apply-openings .apply-wrap p {
        font-size: 15px;
    }

    .career-wrap .gallery .first-block,
    .career-wrap .gallery .third-block {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .career-wrap .gallery .second-block div,
    .career-wrap .gallery .fourth-block div {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .career-wrap .gallery .second-block div:nth-child(2),
        .career-wrap .gallery .fourth-block div:nth-child(2) {
            margin-bottom: 30px;
        }
}

div.container.contact {
    padding: 100px 15px 50px;
}

    div.container.contact .connect {
        color: #112950;
        font-size: 53px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
    }

    div.container.contact h2.address {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    div.container.contact p.content {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796130952381;
        text-align: left;
    }

    div.container.contact label.Email.Id {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        width: 100%;
    }

    div.container.contact .mail {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796130952381;
        text-align: left;
    }

    div.container.contact h2.phone {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        width: 100%;
    }

    div.container.contact .phone_no {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796130952381;
        text-align: left;
    }

    div.container.contact h2.social {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-left: 10px;
    }

    div.container.contact img {
        padding: 10px;
    }

@media (max-width: 1024px) {
    div.container.contact .connect {
        color: #112950;
        font-size: 30px !important;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
    }

    div.container.contact h2.address {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }

    div.container.contact p.content {
        color: #112950;
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        opacity: 0.6345796131;
        text-align: left;
    }

    div.container.contact label.Email.Id {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
        text-align: left;
        width: 100%;
    }

    div.container.contact p.mail {
        color: #112950;
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        opacity: 0.6345796131;
        text-align: left;
    }

    div.container.contact h2.phone {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
        text-align: left;
        width: 100%;
    }

    div.container.contact p.phone_no {
        color: #112950;
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        opacity: 0.6345796131;
        text-align: left;
    }

    div.container.contact .email_body.my-4 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    div.container.contact h2.social {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-left: 10px;
    }

    div.container.contact img {
        padding: 5px;
    }
}

@media (max-width: 425px) {
    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 .email_body {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    div.container.contact h2.address {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    div.container.contact label.Email.Id {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        width: 100%;
        line-height: 10px;
        text-align: center;
    }

    div.container.contact p.mail {
        color: #112950;
        font-size: 12px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796131;
        text-align: center;
    }

    div.container.contact h2.phone {
        color: #112950;
        font-size: 15px;
        font-weight: 700;
        line-height: 10px;
        text-align: center;
        width: 100%;
    }

    div.container.contact p.phone_no {
        color: #112950;
        font-size: 12px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796131;
        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 img {
        padding: 1px;
    }

    div.container.contact .col-12.col-md-3 {
        text-align: center;
    }
}

.container.map {
    padding: 50px;
}

@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;
        }
    }

    .blog-wrap {
        padding: 50px 0;
    }

        .blog-wrap .banner .banner-content {
            position: relative;
            margin-top: 50px;
        }

            .blog-wrap .banner .banner-content .content {
                position: absolute;
                display: flex;
                align-items: center;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

                .blog-wrap .banner .banner-content .content h4 {
                    color: #FFFFFF;
                    font-size: 32px;
                    font-weight: 600;
                    line-height: 38px;
                    margin-bottom: 30px;
                }

    @media (max-width: 768px) {
        .blog-wrap .banner .banner-content .content h4 {
            font-size: 22px;
            font-weight: 600;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    .blog-wrap .banner .banner-content .content p {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
    }

    .blog-wrap .banner .banner-content .content .user-content {
        width: 60%;
    }

    @media (max-width: 768px) {
        .blog-wrap .banner .banner-content .content .user-content {
            width: 90%;
            margin: 0 auto;
        }
    }

    .blog-wrap .banner .banner-content .content .user-content .user {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .blog-wrap .banner .banner-content .content .user-content .user {
            margin-top: 10px;
        }
    }

    .blog-wrap .banner .banner-content .content .user-content .user .user-info {
        margin-left: 20px;
        display: block !important;
    }

        .blog-wrap .banner .banner-content .content .user-content .user .user-info p:nth-child(1) {
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
        }

        .blog-wrap .banner .banner-content .content .user-content .user .user-info p:nth-child(2) {
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

    .blog-wrap .banner .blog-owl-carousel {
        position: relative;
    }

        .blog-wrap .banner .blog-owl-carousel .owl-nav {
            position: absolute;
            width: 80%;
            top: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

    @media (max-width: 1440px) and (min-width: 1024px) {
        .container.dropdown-menu.headerdropdown.show {
            right: -540px;
        }
    }

    @media (max-width: 1440px) {
        .blog-wrap .banner .blog-owl-carousel .owl-nav {
            width: 90%;
        }
    }

    @media (max-width: 1280px) {
        .blog-wrap .banner .blog-owl-carousel .owl-nav {
            width: 97%;
        }
    }

    .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-next,
    .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-prev {
        border: 1px solid black;
        background-color: #FFFFFF;
        border: 2px solid #112950;
        opacity: 0.5;
        width: 44px;
        height: 44px;
    }

        .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-next:hover,
        .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-prev:hover {
            opacity: 0.8;
            outline: none;
            border: 2px solid #EF0073;
        }

            .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-next:hover span,
            .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-prev:hover span {
                color: #EF0073;
            }

        .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-next span,
        .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-prev span {
            font-size: 40px;
            line-height: 0.8;
        }

    .blog-wrap .banner .blog-owl-carousel .owl-nav .owl-next {
        float: right;
    }

    .blog-wrap .banner .blog-owl-carousel .owl-dots {
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: center;
        bottom: 40px;
    }

        .blog-wrap .banner .blog-owl-carousel .owl-dots .owl-dot {
            background: lightgray;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            margin: 0 2px;
        }

            .blog-wrap .banner .blog-owl-carousel .owl-dots .owl-dot.active {
                background: white;
            }

    @media (max-width: 768px) {
        .blog-wrap .banner .blog-owl-carousel .owl-dots {
            bottom: 10px;
        }
    }

    .blog-wrap .filter-menu .filter-wrap {
        padding: 30px 0;
    }

        .blog-wrap .filter-menu .filter-wrap form {
            display: flex;
            align-items: center;
        }

            .blog-wrap .filter-menu .filter-wrap form .form-group {
                margin: 0;
            }

                .blog-wrap .filter-menu .filter-wrap form .form-group:nth-child(1) {
                    width: 60%;
                }

                .blog-wrap .filter-menu .filter-wrap form .form-group:nth-child(2) {
                    width: 30%;
                    margin-left: 20px;
                    position: relative;
                }

                    .blog-wrap .filter-menu .filter-wrap form .form-group:nth-child(2) .fa {
                        position: absolute;
                        right: 10px;
                        top: 32%;
                        font-size: 20px;
                    }

            .blog-wrap .filter-menu .filter-wrap form input,
            .blog-wrap .filter-menu .filter-wrap form select {
                width: 100% !important;
                margin: 0;
                height: 50px;
            }

    .blog-wrap .filter-menu ul {
        justify-content: space-between;
        list-style-type: none;
        display: flex;
        align-items: center;
        height: 100%;
    }

        .blog-wrap .filter-menu ul li {
            color: #ADB7C7;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
        }

            .blog-wrap .filter-menu ul li.active {
                color: #EF0073;
            }

            .blog-wrap .filter-menu ul li:hover {
                cursor: pointer;
            }

        .blog-wrap .filter-menu ul .dot {
            font-size: 30px;
            line-height: 0px;
            margin-top: -15px;
            color: black;
        }

    @media (max-width: 768px) {
        .blog-wrap .filter-menu .col-md-6:nth-child(2) {
            overflow-x: scroll;
        }

            .blog-wrap .filter-menu .col-md-6:nth-child(2) ul {
                width: 150%;
            }
    }

    .blog-wrap .blog-cards-wrap {
        background: #F4F8FB;
        padding: 50px 0;
    }

        .blog-wrap .blog-cards-wrap .blog-card {
            margin-bottom: 30px;
        }

            .blog-wrap .blog-cards-wrap .blog-card .img-wrap img {
                width: 100%;
            }

            .blog-wrap .blog-cards-wrap .blog-card .blog-content {
                padding: 20px 20px 50px;
                background: white;
                height: 150px;
            }

    @media (max-width: 768px) {
        .blog-wrap .blog-cards-wrap .blog-card .blog-content {
            padding: 20px 10px 50px;
        }
    }

    .blog-wrap .blog-cards-wrap .blog-card .blog-content .name-date {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .blog-wrap .blog-cards-wrap .blog-card .blog-content .name-date p:nth-child(1) {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
        }

        .blog-wrap .blog-cards-wrap .blog-card .blog-content .name-date p:nth-child(2) {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
        }

    .blog-wrap .blog-cards-wrap .blog-card .blog-content .blog-text p {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        height: 60px;
        overflow: hidden;
    }

    .blog-wrap .blog-cards-wrap .blog-card:hover {
        cursor: pointer;
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.09);
    }

    @media (max-width: 500px) {
        .blog-wrap .banner .blog-owl-carousel {
            display: none;
        }

        .blog-wrap .filter-menu ul li {
            padding: 0px 0 20px;
        }

        .blog-wrap .filter-menu .col-md-6:nth-child(2) ul {
            padding: 0 20px;
        }
    }

    .blog-detail-wrap {
        padding: 50px 0;
    }

        .blog-detail-wrap .banner .banner-content {
            position: relative;
            margin-top: 50px;
        }

            .blog-detail-wrap .banner .banner-content img {
                width: 100%;
            }

            .blog-detail-wrap .banner .banner-content .content {
                position: absolute;
                display: flex;
                align-items: center;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

                .blog-detail-wrap .banner .banner-content .content h4 {
                    color: #FFFFFF;
                    font-size: 32px;
                    font-weight: 600;
                    line-height: 38px;
                    margin-bottom: 30px;
                }

    @media (max-width: 768px) {
        .blog-detail-wrap .banner .banner-content .content h4 {
            font-size: 22px;
            font-weight: 600;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    .blog-detail-wrap .banner .banner-content .content p {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
    }

    .blog-detail-wrap .banner .banner-content .content .user-content {
        width: 60%;
    }

    @media (max-width: 768px) {
        .blog-detail-wrap .banner .banner-content .content .user-content {
            width: 90%;
            margin: 0 auto;
        }
    }

    .blog-detail-wrap .banner .banner-content .content .user-content .user {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .blog-detail-wrap .banner .banner-content .content .user-content .user {
            margin-top: 10px;
        }
    }

    .blog-detail-wrap .banner .banner-content .content .user-content .user .user-info {
        margin-left: 20px;
        display: block !important;
    }

        .blog-detail-wrap .banner .banner-content .content .user-content .user .user-info p:nth-child(1) {
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
        }

        .blog-detail-wrap .banner .banner-content .content .user-content .user .user-info p:nth-child(2) {
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

    .blog-detail-wrap .blog-detail-breadcrumb ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

        .blog-detail-wrap .blog-detail-breadcrumb ul li {
            margin-right: 20px;
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.449999988079071;
        }

            .blog-detail-wrap .blog-detail-breadcrumb ul li::after {
                content: ">";
                position: relative;
                left: 10px;
                font-size: 15px;
                top: 1px;
                color: #9dabbe;
            }

        .blog-detail-wrap .blog-detail-breadcrumb ul .last-breadcrumb {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 1;
        }

            .blog-detail-wrap .blog-detail-breadcrumb ul .last-breadcrumb::after {
                content: "";
                position: relative;
                left: 10px;
                font-size: 15px;
                top: 1px;
                color: #9dabbe;
            }

    .blog-detail-wrap .blog-detail-content p {
        margin-bottom: 30px;
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .blog-detail-wrap .blog-detail-content .blog-detail-gallery {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 0;
    }

    @media (max-width: 1280px) {
        .blog-detail-wrap .blog-detail-content .blog-detail-gallery {
            padding: 10px 0 40px 0;
        }
    }

    .blog-detail-wrap .blog-detail-content .blog-detail-gallery .gallery-img {
        padding-right: 50px;
    }

        .blog-detail-wrap .blog-detail-content .blog-detail-gallery .gallery-img img {
            width: 100%;
        }

    .blog-detail-wrap .you-may-also-like {
        padding: 50px 0px;
        background: #F4F8FB;
    }

    @media (max-width: 1280px) {
        .blog-detail-wrap .you-may-also-like {
            padding: 30px 20px;
        }
    }

    .blog-detail-wrap .you-may-also-like h3 {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 40px;
    }

    .blog-detail-wrap .you-may-also-like .blog-card {
        margin-bottom: 30px;
    }

        .blog-detail-wrap .you-may-also-like .blog-card .img-wrap img {
            width: 100%;
        }

        .blog-detail-wrap .you-may-also-like .blog-card .blog-content {
            padding: 20px 20px 50px;
            background: white;
            height: 150px;
        }

    @media (max-width: 768px) {
        .blog-detail-wrap .you-may-also-like .blog-card .blog-content {
            padding: 20px 10px 50px;
        }
    }

    .blog-detail-wrap .you-may-also-like .blog-card .blog-content .name-date {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .blog-detail-wrap .you-may-also-like .blog-card .blog-content .name-date p:nth-child(1) {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
        }

        .blog-detail-wrap .you-may-also-like .blog-card .blog-content .name-date p:nth-child(2) {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
        }

    .blog-detail-wrap .you-may-also-like .blog-card .blog-content .blog-text p {
        color: #112950;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        height: 60px;
        overflow: hidden;
    }

    .blog-detail-wrap .you-may-also-like .blog-card:hover {
        cursor: pointer;
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.09);
    }

    @media (max-width: 500px) {
        .blog-detail-wrap .banner {
            display: none;
        }

        .blog-detail-wrap .blog-detail-breadcrumb {
            margin-top: 30px;
        }

        .blog-detail-wrap .blog-detail-content {
            padding: 0 15px;
        }

        .blog-detail-wrap .blog-detail-gallery {
            display: block !important;
            padding: 10px 0 10px 0 !important;
        }

            .blog-detail-wrap .blog-detail-gallery .gallery-img {
                margin-bottom: 30px;
                padding-right: 0 !important;
            }
    }

    .offer-wrap {
        padding: 50px 0 50px;
        background: #F4F8FB;
        margin-top: 50px;
    }

        .offer-wrap .offers-cards-wrap .header-title {
            padding: 30px 0;
        }

            .offer-wrap .offers-cards-wrap .header-title h3 {
                color: #112950;
                font-size: 43px;
                font-weight: 700;
                line-height: 52px;
                margin-bottom: 10px;
            }

            .offer-wrap .offers-cards-wrap .header-title p {
                color: #324B72;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                opacity: 0.9000000357627869;
            }

        .offer-wrap .offers-cards-wrap .offers-cards-wrap h3 {
            color: #112950;
            font-size: 53px;
            font-weight: 700;
            line-height: 52px;
        }

        .offer-wrap .offers-cards-wrap .offers-cards-wrap p {
            color: #112950;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0.4px;
            line-height: 16px;
        }

        .offer-wrap .offers-cards-wrap .offer-card-container {
            display: flex;
            align-items: center;
        }

    @media (max-width: 768px) {
        .offer-wrap .offers-cards-wrap .offer-card-container {
            display: block;
        }
    }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card {
        background-color: #FFFFFF;
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
        padding: 30px;
        margin: 20px;
    }

    @media (max-width: 768px) {
        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card {
            min-width: 100%;
            margin: 0 0 20px;
        }
    }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card p {
        color: #112950;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 16px;
    }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-points-wrap {
        padding: 30px 0;
    }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-points-wrap .offer-card-points {
            display: flex;
        }

            .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-points-wrap .offer-card-points .offer-card-point-tick .fa-check {
                color: #3085FF !important;
                font-size: 20px;
                margin-right: 10px;
                line-height: 30px;
            }

            .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-points-wrap .offer-card-points .offer-card-point-text {
                color: #324B72;
                font-size: 16px;
                font-weight: 600;
                line-height: 27px;
            }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .discount-coupon-wrap {
        border: 2px dashed #E0E6ED;
        width: 295px;
    }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .discount-coupon-wrap p {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            padding: 15px;
        }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-terms {
        padding: 30px 0;
    }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-terms p {
            color: #112950;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            margin-bottom: 10px;
        }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-terms span {
            color: #112950;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0.4px;
            line-height: 16px;
        }

    .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-button {
        background-color: #EF0073;
        border: 2px solid #EF0073;
        width: 144px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-button p {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
        }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-button:hover {
            cursor: pointer;
            background-color: #FFF;
        }

            .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .offer-card-button:hover p {
                color: #EF0073 !important;
            }

    .offer-wrap .third-section {
        padding: 30px;
        background: #F4F8FB;
    }

    @media (max-width: 768px) {
        .offer-wrap .third-section {
            padding: 30px 30px 0;
        }
    }

    .offer-wrap .third-section h4 {
        color: #112950;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .offer-wrap .third-section .owl-carousel-cards .card hr.line {
        width: 100% !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        top: 50%;
        left: -50px;
        right: -50px;
    }

    @media (max-width: 768px) {
        .offer-wrap .third-section .owl-carousel-cards .owl-nav {
            left: -20px;
            right: -20px;
        }
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-next,
    .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev {
        padding: 0px 15px !important;
        border: 1px solid #4a5d7a;
        color: deeppink;
        background: white;
        font-size: 25px;
    }

        .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-next span,
        .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev span {
            font-size: 30px;
            line-height: 0;
        }

        .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-next:hover,
        .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev:hover {
            cursor: pointer;
        }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-prev {
        margin-right: 10px;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav .owl-next {
        float: right;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-dots {
        display: none;
    }

    .offer-wrap .third-section .owl-carousel-cards h5 {
        color: #112950;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .offer-wrap .third-section .owl-carousel-cards .cords {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .offer-wrap .third-section .owl-carousel-cards .cords img {
            width: 15px;
            margin-right: 10px;
        }

    .offer-wrap .third-section .owl-carousel-cards .col-md-12 {
        display: flex;
        align-self: center;
        justify-content: space-between;
    }

    .offer-wrap .third-section .owl-carousel-cards .price h6 {
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .offer-wrap .third-section .owl-carousel-cards .price p {
        color: #112950;
        font-size: 18px;
        font-weight: 400;
        padding: 0;
        line-height: 22px;
        text-align: left;
    }

        .offer-wrap .third-section .owl-carousel-cards .price p i {
            margin-right: 5px;
        }

    .offer-wrap .third-section .owl-carousel-cards .rating p {
        color: #324b72;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        padding: 0;
        text-align: left;
    }

    .offer-wrap .third-section .owl-carousel-cards .rating .wid {
        padding: 0 !important;
    }

        .offer-wrap .third-section .owl-carousel-cards .rating .wid i {
            float: left !important;
            margin-right: 3px;
            margin-left: 0 !important;
        }

            .offer-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(1),
            .offer-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(2),
            .offer-wrap .third-section .owl-carousel-cards .rating .wid i:nth-child(3) {
                color: #50e3c2 !important;
            }

    .offer-wrap .third-section .owl-carousel-cards .view-property a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .offer-wrap .third-section .owl-carousel-cards .view-property a p {
            padding: 0;
            color: #3085ff;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            opacity: 0.6000000238418579;
            text-align: left;
        }

        .offer-wrap .third-section .owl-carousel-cards .view-property a i {
            color: #83b6ff !important;
        }

    @media (max-width: 425px) {
        .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer {
            padding-bottom: 20px;
        }

            .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
                border: none;
                margin: 20px;
            }

            .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item.active .item .card {
                box-shadow: 0px 0px 20px #cecece !important;
            }
    }

    @media (max-width: 500px) {
        .offer-wrap .offers-cards-wrap .header-title h3 {
            font-size: 30px;
            font-weight: 500;
        }

        .offer-wrap .offers-cards-wrap .header-title {
            padding: 0 0 30px 0;
        }

        .offer-wrap .offers-cards-wrap .offer-card-container .offer-card .discount-coupon-wrap {
            width: 100%;
        }

        .career-wrap .gallery,
        .career-wrap .see-opening-wrap {
            padding: 50px 0 0;
        }
    }

    .partner-with-us-wrap {
        padding: 0px 0 0;
    }

        .partner-with-us-wrap .banner {
            position: relative;
        }

            .partner-with-us-wrap .banner img {
                width: 100%;
            }

            .partner-with-us-wrap .banner .content {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                width: 100%;
                top: 0;
                bottom: 0;
            }

                .partner-with-us-wrap .banner .content .right-content h1 {
                    color: #FFFFFF;
                    font-size: 53px;
                    font-weight: 700;
                    line-height: 52px;
                }

                .partner-with-us-wrap .banner .content .left-content {
                    background-color: #EF0073;
                    width: 150px;
                    height: 48px;
                    border: 2px solid #EF0073;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .partner-with-us-wrap .banner .content .left-content a {
                        color: #FFFFFF;
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 22px;
                    }

                    .partner-with-us-wrap .banner .content .left-content:hover {
                        background: white;
                        cursor: pointer;
                    }

                        .partner-with-us-wrap .banner .content .left-content:hover a {
                            color: #EF0073;
                        }

                .partner-with-us-wrap .banner .content .right-content,
                .partner-with-us-wrap .banner .content .left-content {
                    margin: 0 100px;
                }

        .partner-with-us-wrap .second-section {
            padding: 50px 0 80px;
        }

            .partner-with-us-wrap .second-section .handshake {
                text-align: center;
                margin-bottom: 20px;
            }

                .partner-with-us-wrap .second-section .handshake .fa {
                    font-size: 40px;
                    color: #ef0073 !important;
                }

            .partner-with-us-wrap .second-section h2 {
                color: #324B72;
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
                width: 70%;
                margin: 0 auto;
                text-align: center;
                margin-bottom: 10px;
            }

            .partner-with-us-wrap .second-section p {
                color: #324B72;
                font-size: 16px;
                font-weight: 400;
                line-height: 23px;
                opacity: 0.9000000358;
                width: 70%;
                margin: 0 auto;
                text-align: center;
            }

        .partner-with-us-wrap .partners-section {
            padding: 50px 0;
            background: #F4F8FB;
        }

            .partner-with-us-wrap .partners-section h3 {
                margin-bottom: 30px;
            }

            .partner-with-us-wrap .partners-section .pay-pal-wrap {
                background: white;
                padding: 30px;
            }

                .partner-with-us-wrap .partners-section .pay-pal-wrap .partner-logo {
                    text-align: center;
                    margin-bottom: 10px;
                }

                    .partner-with-us-wrap .partners-section .pay-pal-wrap .partner-logo img {
                        cursor: pointer;
                    }

                .partner-with-us-wrap .partners-section .pay-pal-wrap p {
                    color: #324B72;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 23px;
                    opacity: 0.9000000357627869;
                }

                .partner-with-us-wrap .partners-section .pay-pal-wrap .learn-more {
                    margin-top: 30px;
                }

                    .partner-with-us-wrap .partners-section .pay-pal-wrap .learn-more p {
                        border: 2px solid #324B72;
                        color: #112950;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 19px;
                        padding: 15px 0;
                        text-align: center;
                    }

                    .partner-with-us-wrap .partners-section .pay-pal-wrap .learn-more:hover {
                        background: #324B72;
                        cursor: pointer;
                    }

                        .partner-with-us-wrap .partners-section .pay-pal-wrap .learn-more:hover p {
                            color: white;
                        }

            .partner-with-us-wrap .partners-section .partners-block-wrap {
                background: white;
            }

                .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
                    height: 100px;
                    width: auto;
                    text-align: center;
                    margin: 30px;
                    display: flex;
                    align-items: center;
                }

                    .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo img {
                        cursor: pointer;
                        max-width: 100%;
                        margin: 0 auto;
                        max-height: 100%;
                    }

            .partner-with-us-wrap .partners-section .want-partner-with-us {
                padding: 40px;
                display: flex;
                background: #112950;
                margin-top: 30px;
                position: relative;
            }

                .partner-with-us-wrap .partners-section .want-partner-with-us .handshake {
                    text-align: left;
                    margin-bottom: 20px;
                    width: 100px;
                }

                    .partner-with-us-wrap .partners-section .want-partner-with-us .handshake .fa {
                        font-size: 40px;
                        color: #ef0073 !important;
                    }

                .partner-with-us-wrap .partners-section .want-partner-with-us .text-content p {
                    color: #FFFFFF;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 29px;
                }

                .partner-with-us-wrap .partners-section .want-partner-with-us .text-content span {
                    color: #84A2D1;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 23px;
                }

                .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button {
                    background-color: #EF0073;
                    border: 2px solid #EF0073;
                    width: 150px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    text-align: center;
                    right: 30px;
                }

                    .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button a {
                        color: #FFFFFF;
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 22px;
                    }

                    .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button:hover {
                        background: white;
                        cursor: pointer;
                    }

                        .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button:hover a {
                            color: #EF0073;
                        }

    @media (max-width: 768px) {
        .partner-with-us-wrap .partners-section .pay-pal-wrap,
        .partner-with-us-wrap .partners-section .partners-block-wrap {
            height: auto;
            margin-bottom: 30px;
        }

        .partner-with-us-wrap .partners-section .col-md-4,
        .partner-with-us-wrap .partners-section .col-md-8 {
            min-width: 100%;
            padding: 0;
        }

        .partner-with-us-wrap .partners-section .partners-block-wrap .partner-logo {
            height: 80px;
            width: 90px;
            margin: 10px;
        }

            .partner-with-us-wrap .partners-section .partners-block-wrap .partner-logo img {
                width: 100%;
                max-height: unset !important;
            }

        .partner-with-us-wrap .partners-section .want-partner-with-us .text-content {
            width: 60%;
        }

        .partner-with-us-wrap .partners-section .col-12.col-md-4 {
            padding: 0;
        }

        .partner-with-us-wrap .partners-section .pay-pal-wrap .learn-more p {
            width: 50%;
            margin: 0 auto;
        }

        .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
            width: 110px;
        }
    }

    @media (max-width: 500px) {
        .partner-with-us-wrap .banner .content .right-content {
            margin: 0 auto;
        }

        .partner-with-us-wrap .partners-section .col-md-4,
        .partner-with-us-wrap .partners-section .col-md-8 {
            padding: 0 15px !important;
        }

        .partner-with-us-wrap .partners-section .partners-block-wrap .partners-block .partner-logo {
            margin: 20px auto;
        }

        .partner-with-us-wrap .second-section {
            padding: 50px 0;
        }

            .partner-with-us-wrap .second-section p,
            .partner-with-us-wrap .second-section h2 {
                width: 100%;
            }

        .partner-with-us-wrap .banner .content .right-content,
        .partner-with-us-wrap .banner .content .left-content {
            margin: 0 10px;
        }

            .partner-with-us-wrap .banner .content .right-content h3 {
                font-size: 30px;
                line-height: 32px;
            }

        .partner-with-us-wrap .partners-section .want-partner-with-us {
            padding: 20px;
            display: block;
        }

            .partner-with-us-wrap .partners-section .want-partner-with-us .handshake {
                margin: 0 auto 20px;
                text-align: center;
            }

            .partner-with-us-wrap .partners-section .want-partner-with-us .text-content {
                width: 100%;
            }

                .partner-with-us-wrap .partners-section .want-partner-with-us .text-content p {
                    font-size: 20px;
                    margin-bottom: 10px;
                    text-align: center;
                }

                .partner-with-us-wrap .partners-section .want-partner-with-us .text-content span {
                    text-align: center;
                }

            .partner-with-us-wrap .partners-section .want-partner-with-us .contact-button {
                position: initial;
                margin: 20px auto 0;
            }
    }

    .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;
        }
    }

    .news-wrap .page-header {
        padding: 100px 0% 50px;
    }

        .news-wrap .page-header h1.page-title {
            color: #112950;
            font-size: 53px;
            font-weight: 700;
            line-height: 52px;
            text-align: left;
            display: grid;
        }

        .news-wrap .page-header p.head-discription {
            color: #324b72;
            font-size: 26px;
            font-weight: 400;
            letter-spacing: -0.16px;
            line-height: 31px;
        }

    .news-wrap .page-sub_header {
        background-color: #f4f8fb;
    }

        .news-wrap .page-sub_header .main-title {
            font-weight: 600;
            font-size: 32px;
            color: #ba4847;
        }

    @media (max-width: 768px) {
        .news-wrap .page-sub_header .main-title {
            font-size: 26px;
        }
    }

    .news-wrap .page-sub_header .text-card {
        color: #112950;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        padding: 0% 0px 0% 0px;
    }

    @media (max-width: 768px) {
        .news-wrap .page-sub_header .text-card {
            font-size: 12px;
        }
    }

    .news-wrap .number {
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        opacity: 0.5;
        text-align: left;
        padding: 0px 22px;
    }

    .news-wrap .sub-content {
        display: flex;
        justify-content: space-between;
    }

    .news-wrap .sub-passe {
        display: flex;
        justify-content: space-between;
    }

    .news-wrap .express {
        padding: 15px 0px 15px 0px;
    }

    .news-wrap .big-draw {
        padding: 0px 0px 18px 0px;
    }

    .news-wrap a.more {
        color: #3085ff;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6000000238418579;
        text-align: left;
        padding: 0px 16px 0px 0px;
    }

    .news-wrap .card {
        min-height: 201px !important;
        margin: 20px 0 10px;
        border-radius: 0;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    .NewsLogoalt {
        width: 100%;
        height: 65px;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .NewsLogoalt img {
            max-width: 100%;
            height: 65px;
        }

    .news-wrap .page-sub_header .text-card {
        min-height: 60px;
        overflow: hidden;
    }

    .news-wrap .sub-content {
        padding-bottom: 25px;
    }

    .news-wrap .passes {
        color: #112950;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        padding: 2% 0px 2% 0px;
    }

    @media (max-width: 768px) {
        .news-wrap .passes {
            font-size: 12px;
        }
    }

    @media (max-width: 768px) {
        .news-wrap p.head-discription {
            font-size: 20px !important;
        }

        .news-wrap .page-title {
            font-size: 30px !important;
        }
    }

    .faq-page {
        padding: 80px 0 0px;
        background-color: #F4F8FB;
    }

        .faq-page .help-title {
            color: #EF0073;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            text-align: left;
            padding: 20px 0px 20px 0px;
        }

    @media (max-width: 425px) {
        .faq-page .help-title {
            text-align: center !important;
        }
    }

    @media (max-width: 768px) {
        .faq-page .help-title {
            text-align: left;
            padding: 0px 0px 0px 0px;
        }
    }

    .faq-page .healine {
        color: #112950;
        font-size: 53px;
        font-weight: 700;
        line-height: 52px;
        text-align: left;
    }

    @media (max-width: 768px) {
        .faq-page .healine {
            font-size: 35px;
        }
    }

    @media (max-width: 425px) {
        .faq-page .healine {
            font-size: 25px !important;
            text-align: center;
        }
    }

    .faq-page .res {
        padding: 70px 0px 14px 0px;
    }

    @media (max-width: 425px) {
        .faq-page .res {
            padding: 0px 0px 0px 0px;
        }
    }

    @media (max-width: 768px) {
        .faq-page .res {
            padding: 0px 0px 0px 0px;
        }
    }

    .faq-page .page-con {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
        text-align: left;
        padding: 10px 0px 10px 0px;
    }

    @media (max-width: 425px) {
        .faq-page .page-con {
            text-align: center;
        }
    }

    .faq-page form.example button {
        float: left;
        width: 20%;
        padding: 10px;
        background: #2196F3;
        color: white;
        font-size: 17px;
        border: 1px solid grey;
        border-left: none;
        cursor: pointer;
    }

    .faq-page .inner-addon.right-addon {
        width: 73%;
        position: relative;
    }

    @media (max-width: 425px) {
        .faq-page .inner-addon.right-addon {
            width: 100%;
            position: relative;
            padding: 1px 0px 20px 0px;
        }
    }

    .faq-page .control {
        width: 100%;
        border: 2px solid #E0E6ED;
        height: 47px;
        box-shadow: 0.9px 2px 4px 0 rgba(22, 46, 51, 0.23);
        padding: 0px 5px;
    }

    .faq-page .fa.fa-search {
        position: absolute;
        top: 14px;
        right: 10px;
    }

    .faq-page ::placeholder {
        color: #112950;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        text-align: left;
    }

    .faq-page img {
        width: 100%;
    }

    .sub_feq .accordion {
        width: 100%;
    }

    .sub_feq h3 {
        margin: 0;
        font-size: 16px;
        cursor: pointer;
        padding: 15px;
    }

    @media (max-width: 425px) {
        .sub_feq h4 {
            position: relative;
            margin-left: 20px;
            color: #10121B;
            font-size: 13px;
            font-weight: 400;
            line-height: 12px;
        }
    }

    .sub_feq .panel {
        display: none;
    }

    .sub_feq .section-header.active::after {
        content: "\2212";
        color: #e4497d;
        float: left;
        font-size: 20px;
        display: block;
        padding: 0px 10px 0px 0px;
    }

    @media (max-width: 425px) {
        .sub_feq .section-header.active::after {
            content: "\2212";
            color: #e4497d;
            float: none;
            font-size: 16px;
            padding: 0px 10px 0px 0px;
            height: 27px;
            position: absolute;
            left: -23px;
            top: 0px;
        }
    }

    .sub_feq .section-header.closed::after {
        content: '\002B';
        color: #e4497d;
        float: left;
        font-size: 20px;
        padding: 0px 10px 0px 0px;
    }

    @media (max-width: 425px) {
        .sub_feq .section-header.closed::after {
            content: '\002B';
            color: #e4497d;
            float: none;
            font-size: 16px;
            padding: 0px 10px 0px 0px;
            height: 12px;
            position: absolute;
            left: -20px;
            top: 10px;
        }
    }

    .sub_feq .section-header::after {
        content: '\002B';
        color: #000;
        font-weight: bold;
        float: right;
    }

    .sub_feq .text-light {
        color: #324B72 !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        opacity: 0.9000000357627869;
        text-align: left;
        padding: 0px 20px;
    }

    @media (max-width: 425px) {
        .sub_feq .text-light {
            font-size: 13px;
        }
    }

    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 15px;
        font-weight: 400;
        line-height: 45px;
        text-align: left;
        padding: 5px 0px;
        cursor: pointer;
    }

    @media (max-width: 425px) {
        .sub_feq .section-header.closed {
            color: #10121B;
            font-size: 13px;
            font-weight: 400;
            line-height: 12px;
            text-align: left;
            padding: 10px 0px 5px 0px;
            margin-left: 20px;
            margin: 20px 20px;
            position: relative;
        }
    }

    .sub_feq .sub-faqtitle {
        color: #112950;
        font-size: 18px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 40px 0px;
    }

    @media (max-width: 768px) {
        .sub_feq .sub-faqtitle {
            padding: 20px 0px;
        }
    }

    .sub_feq h2.title-sub {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 15px 0px;
    }

    .corporate {
        padding: 80px 0px 0px;
    }

        .corporate .btn {
            background-color: #ef0073;
            color: white;
            font-size: 16px;
            padding: 12px 24px;
            border: none;
            cursor: pointer;
            border-radius: 0px;
            text-align: center;
            display: block;
            height: 48px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
        }

    @media (max-width: 425px) {
        .corporate .btn {
            background-color: #ef0073;
            color: white;
            font-size: 16px;
            padding: 0px 10px !important;
            border: none;
            cursor: pointer;
            border-radius: 0px;
            text-align: left;
            height: 25px !important;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            float: right;
            position: relative;
            margin-right: 25%;
        }
    }

    @media (max-width: 768px) {
        .corporate .btn {
            background-color: #ef0073;
            color: white;
            font-size: 16px;
            padding: 12px 24px;
            border: none;
            cursor: pointer;
            border-radius: 0px;
            text-align: center;
            display: block;
            height: 43px;
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            line-height: 22px;
        }
    }

    .corporate .row {
        align-items: center;
    }

    .corporate .colive-corp {
        text-align: left;
        font-size: 50px;
        font-weight: 800;
        color: white;
        line-height: 50px;
        padding-left: 15%;
        margin-bottom: -4px;
    }

    .corporate .colive-subtitle {
        text-align: left;
        font-size: 20px;
        font-weight: 800;
        color: white;
        line-height: 50px;
        padding-left: 16%;
        margin-bottom: 25px;
    }

    .sub-corporate-content {
        padding: 25px 0px 25px 0px;
    }

    @media (max-width: 768px) {
        .sub-corporate-content {
            font-size: 22px;
        }
    }

    .technology {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
        text-align: left;
    }

    .launches {
        padding: 25px 0px 25px 0px;
    }

    .pink-title {
        color: #EF0073;
        font-size: 25px;
        font-weight: 700;
        line-height: 40px;
        opacity: 0.9000000357627869;
        text-align: left;
    }

    .Companies {
        padding: 15px 0px;
    }

    .easy {
        padding: 30px 0px;
    }

    .contact_button {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        background-color: #EF0073;
        padding: 12px 50px 12px 45px;
    }

    .sub-benfits {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
    }

    @media (max-width: 768px) {
        .sub-benfits {
            font-size: 20px;
        }
    }

    .benfits {
        background-color: #F4F8FB;
        padding: 30px 0px 30px 0px;
    }

        .benfits i.fa.fa-check {
            color: #3085FF !important;
        }

        .benfits .free {
            padding: 20px 0px 0 0;
            display: flex;
            align-items: center;
        }

        .benfits .stop {
            padding: 0px 10px;
            color: #324B72;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
        }

    @media (max-width: 425px) {
        .custom-rect {
            padding: 15px 0px;
        }
    }

    .login-wrap form {
        margin-top: 32px;
    }

    .login-wrap .login-box form a#ancForgetPassword {
        color: #666;
        font-size: 13px;
        font-weight: 500;
    }

    .login-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F4F8FB;
        margin-top: 30px;
        padding: 80px 0;
        min-height: 500px;
    }

        .login-wrap .signup-box,
        .login-wrap .login-box {
            background-color: #ffffff;
            padding: 50px 42px;
            margin: 0 auto;
            border-radius: 10px;
        }

            .login-wrap .login-box h1 {
                color: #112950;
                font-size: 24px;
                font-weight: 700;
                line-height: 29px;
                margin-bottom: 20px;
            }

            .login-wrap .login-box form .form-group {
                margin: 0;
                margin-bottom: 10px;
                position: relative;
            }

                .signup-wrap .signup-box form .form-group label,
                .login-wrap .login-box form .form-group label {
                    color: #112950;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 19px;
                    margin-bottom: 0px;
                }

            .signup-wrap .signup-box form .form-group input:focus,
            .login-wrap .login-box form input:focus {
                outline: none !important;
                box-shadow: 0px 0 0 0 !important;
            }

            .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 29px;
            }

    #social-login-section .login-social-widget span {
        margin: 0 5px;
    }

    .signup-box input[type=button],
    .login-wrap .login-box form input[type="button"] {
        margin-top: 20px;
        padding: 10px 0;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .signup-wrap .signup-box .txt1.text-center.p-t-54.p-b-20,
    .login-wrap .login-box .txt1.text-center.p-t-54.p-b-20 {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        padding-bottom: 10px;
        padding-top: 30px;
        font-weight: 500;
    }

    .sign-up-nav-link span {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .login-wrap .login-box form span {
        margin-top: 30px;
        color: #112950;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

        .login-wrap .login-box form span small {
            color: #3085FF;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
            margin-left: 20px;
        }

            .login-wrap .login-box form span small:hover {
                cursor: pointer;
                opacity: 0.8;
            }

    label.error {
        color: white !important;
        font-size: 12px !important;
        position: relative !important;
        display: block;
        top: 5px !important;
        float: right;
        background-color: #f90000bf !important;
        padding: 2px 10px;
        border-radius: 2px;
    }

        label.error:before {
            content: "\f0d8";
            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: -11px;
            color: #f90000bf;
            right: 16px;
            font-size: 16px;
        }

    .login-wrap .login-box form .form-group input.error,
    .signup-wrap .signup-box form .form-group input.error {
        border-bottom: 2px solid #f90000;
    }

    .login-wrap .login-box form .form-group input.valid,
    .signup-wrap .signup-box form .form-group input.valid {
        border-bottom: 2px solid #22a900;
    }

    .manual-marginright {
        margin-right: 36px !important;
    }

    @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;
        }
    }

    .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: #0000007a;
                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%;
                    min-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;
                    }

                    .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 16px 0px;
            }

            .dashboard_wishlist_wrap #checkinContainer .card-title {
                width: 100%;
                color: #112950;
                font-size: 22px;
                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;
                padding: 0px 0px 10px 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: 15px;
                font-weight: 600;
                line-height: 20px;
                text-align: right;
                width: 50%;
                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;
            }

                .dashboard_wishlist_wrap #checkinContainer .dash:last-child {
                    display: none;
                }

            .dashboard_wishlist_wrap #checkinContainer .card-text {
                color: #324b72;
                font-size: 15px;
                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: 6.1rem;
            }

            .dashboard_wishlist_wrap #checkinContainer input#dtMoveinDate {
                background-color: #ffffff;
                border: 2px solid #e0e6ed;
                height: 48px;
                width: 100%;
                cursor: pointer;
            }

                .dashboard_wishlist_wrap #checkinContainer input#dtMoveinDate:disabled,
                .dashboard_wishlist_wrap #checkinContainer #slMoveInTime:disabled {
                    cursor: no-drop;
                    background-color: #e9ecef;
                }

            .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: 48px;
            }

            .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: 18px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                padding: 20px 0px 15px 0px;
            }

            .dashboard_wishlist_wrap #checkinContainer .Total {
                color: #112950;
                font-size: 18px;
                font-weight: 700;
                line-height: 22px;
                text-align: center;
                padding: 20px 0px 15px 0px;
            }

            .dashboard_wishlist_wrap #checkinContainer .Payable-at-check {
                color: #112950;
                font-size: 18px;
                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: 100%;
                min-height: 350px;
            }

            .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: 15px;
                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: 10px 0;
                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;
        }

        .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;
    }

    .sitemap_wrap {
        padding: 6% 0 6%;
        background: #F4F8FB;
    }

    @media (max-width: 320px) {
        .sitemap_wrap .ool {
            display: none;
            height: 400px;
            padding-top: 25%;
        }
    }

    .sitemap_wrap .title {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 0 15px 0px;
    }

    @media (max-width: 500px) {
        .sitemap_wrap .title {
            text-align: center;
        }
    }

    .sitemap_wrap .map_site {
        background: white;
        padding: 20px 0px 20px 10px;
    }

    .sitemap_wrap ol,
    .sitemap_wrap ul {
        list-style: none;
    }

    .sitemap_wrap li {
        display: inline-block;
        padding: 10px 0 10px;
        vertical-align: middle;
    }

    .sitemap_wrap a:hover,
    .sitemap_wrap a:focus,
    .sitemap_wrap a:active {
        color: #DB1C72;
        text-decoration: none;
    }

    .sitemap_wrap a {
        text-decoration: none;
        transition: color 0.1s, background-color 0.1s;
    }

    .sitemap_wrap #ulSitemap a {
        position: relative;
        display: block;
        padding: 5px 0;
        margin: 0 12px;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 900;
        text-transform: uppercase;
        transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
        color: #DB1C72;
    }

        .sitemap_wrap #ulSitemap a::before {
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            left: 0;
            height: 3px;
            width: 100%;
            background-color: #DB1C72;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: color 0.1s, transform 0.2s ease-out;
        }

        .sitemap_wrap #ulSitemap a:active::before {
            background-color: #DB1C72;
        }

        .sitemap_wrap #ulSitemap a:hover::before,
        .sitemap_wrap a:focus::before {
            transform-origin: left top;
            transform: scale(1, 1);
        }

    .sitemap_wrap i.fa.fa-angle-right:before {
        top: 2px;
        left: 6px;
        font-size: 20px;
        position: relative;
    }

    .sitemap_wrap .corrct {
        height: 15px;
        padding-left: 10px;
    }

    .sitemap_wrap .map-over-view {
        display: flex;
        align-items: center;
    }

    .sitemap_wrap .bangalore {
        color: #324B72;
        font-size: 14px;
        font-weight: 800;
        line-height: 29px;
        text-align: left;
        padding-left: 10px;
    }

    .sitemap_wrap a.ancLinks::before {
        content: none;
        height: 0px;
    }

    .sitemap_wrap a.ancLinks {
        color: #324B72;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
        padding-left: 10px;
        padding: 5px 0;
        text-transform: capitalize;
        letter-spacing: 0px;
        padding-left: 8px;
    }

    .sitemap_wrap .space {
        padding: 15px;
    }

    .sitemap_wrap .cities {
        display: grid;
        padding: 0px 0px 0px 50px;
    }

    @media (max-width: 768px) {
        .sitemap_wrap .cities {
            padding: 0px 0px 0px 2rem;
        }
    }

    .sitemap_wrap .sarjapur {
        color: #324B72;
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        padding: 0px 0px 0px 40px;
    }

    @media (max-width: 500px) {
        .sitemap_wrap .sarjapur {
            padding: 0px 0px 0px 20px;
            font-size: 12px;
        }
    }

    .sitemap_wrap i.fa.fa-angle-right {
        color: #DB1C72 !important;
    }

    .sitemap_wrap .bangalore_central {
        color: #324B72;
        font-size: 14px;
        font-weight: 600;
        line-height: 0px;
        text-align: left;
    }

    @media (max-width: 500px) {
        .sitemap_wrap .bangalore_central {
            font-size: 8px;
        }
    }

    .sitemap_wrap .ecospace {
        color: #324B72;
        font-size: 12px;
        font-weight: 400;
        line-height: 10px;
        text-align: left;
        padding: 0 0 0 8px;
    }

        .sitemap_wrap .ecospace a {
            color: #324B72;
            font-size: 12px;
        }

    @media (max-width: 500px) {
        .sitemap_wrap .ecospace {
            font-size: 7px;
        }
    }

    @media (max-width: 375px) {
        .sitemap_wrap .ecospace {
            font-size: 7px;
        }
    }

    @media (max-width: 500px) {
        .sitemap_wrap .sadjh {
            padding-left: 0px;
        }
    }

    @media (max-width: 500px) {
        .sitemap_wrap .space {
            padding: 0px;
        }
    }

    .terms_and_conditions_additional_wrap {
        padding: 6% 0;
        background: #F4F8FB;
    }

    @media (max-width: 768px) {
        .terms_and_conditions_additional_wrap {
            padding-top: 15%;
        }
    }

    @media (max-width: 500px) {
        .terms_and_conditions_additional_wrap {
            padding-top: 25%;
        }
    }

    .terms_and_conditions_additional_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_and_conditions_additional_wrap .terms {
            text-align: center;
        }
    }

    .terms_and_conditions_additional_wrap .conditions {
        background-color: white;
        border: 1px solid #dedede;
        padding: 25px;
        box-shadow: 0px 0px 2px #dedede;
    }

    .terms_and_conditions_additional_wrap .terms_of_use {
        color: #DB1C72;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 20px 0px 20px 0px;
    }

    .terms_and_conditions_additional_wrap .cupertino {
        color: #060C16;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        padding: 0px 0px 14px 0px;
    }

    @media (max-width: 500px) {
        .terms_and_conditions_additional_wrap .cupertino {
            padding: 10px;
        }
    }

    .terms_and_conditions_additional_wrap .information {
        color: #17040D;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding-bottom: 20px;
    }

    @media (max-width: 500px) {
        .terms_and_conditions_additional_wrap .information {
            text-align: center;
        }
    }

    .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;
    }

    .cityWrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        width: 14%;
        float: left;
        line-height: 1;
    }

    .CityContainer {
        width: 100%;
        display: block;
        float: left;
    }

        .CityContainer > span:first-child {
            width: 100%;
            float: left;
            margin: 13px 0;
        }

            .CityContainer > span:first-child a {
                color: #bd1261;
                font-weight: bold;
            }

    .cityWrapper > span:nth-child(2) {
        margin: 5px 0;
    }

    .cityWrapper > span a {
        color: #324b72;
        font-weight: bold;
        font-size: 15px;
    }

        .cityWrapper > span a:hover {
            color: #bd1261;
        }

    .cityWrapper > ul > li a:hover {
        color: #bd1261;
    }

    .cityWrapper > ul {
        padding-left: 0;
        list-style-type: none;
        margin: 0;
    }

        .cityWrapper > ul > li {
            margin: 10px 0;
        }

    #SitemapCityList .cityWrapper > ul > li {
        margin: 0;
        display: block;
        padding: 5px 0 5px;
    }

    .cityWrapper > ul > li > a {
        font-size: 13px;
        color: #324b72;
    }

    #SitemapCityList .cityWrapper > ul > li > a {
        font-size: 13px;
        color: #324b72;
    }

    .navigation nav .has-dropdown > a {
        background-image: url(data:./image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…Bwb2ludHM9IjMuNSw2LjUgOCwxMSAxMi41LDYuNSAiPjwvcG9seWxpbmU+PC9nPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-position: 100%;
        padding-right: 20px;
    }

    li.nav-item button a {
        text-align: -webkit-center;
    }

        li.nav-item button a:hover {
            color: #fff;
        }

    .focus-input100 {
        position: relative;
        width: 100%;
        height: 100%;
        top: -38px;
        left: 0;
        pointer-events: none;
    }

        .focus-input100 img {
            width: 16px;
        }

    .quick-view input[type="button"] {
        background: transparent;
        color: #fff;
        border: 0px;
        outline: none;
        width: 100%;
        cursor: pointer;
    }

    @media (max-width:768px) {
        .modal .modal-content iframe {
            max-width: 320px;
        }
    }

    .card-img-top {
        min-height: 211px;
        max-height: 211px;
    }

    .career-wrap .card-img-top {
        min-height: 211px;
        max-height: none;
    }

    #btnLocation {
        display: flex;
        align-items: center;
    }

    .svgDownArrow {
        width: 12px;
        height: 12px;
        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;
    }

    .rotate {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .svgClose {
        width: 20px;
        height: 20px;
        margin: 3px;
        fill: #000;
    }

        .svgClose:hover {
            fill: #bd1261;
        }

    #PropListCards {
        min-height: 45vh;
    }

    #MapView {
        display: none;
    }

    #footer,
    footer {
        z-index: 9;
    }

    #Chennai {
        width: 40%;
    }

    #Hyderabad {
        width: 30%;
    }

    #Pune {
        width: 30%;
    }

        #Chennai > .cityWrapper,
        #Hyderabad > .cityWrapper,
        #Pune > .cityWrapper {
            width: 30%;
        }

    .btnlocType {
        margin-bottom: 10px;
    }

    .PropNearbyDetails {
        max-height: 350px;
        overflow-y: auto;
    }

    .map-card {
        width: 350px;
    }

    .map-view-card {
        position: relative;
    }

    .house-card {
        width: 50%;
        float: left;
    }

    .gm-style img {
        max-width: none;
    }

    .mapcard-img {
        height: 130px;
        width: 180px;
    }

    .map-listed-detail {
        padding-left: 10px !important;
        width: 50%;
        float: left;
    }

        .map-listed-detail h3 {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
            text-align: left;
            color: #4b5359;
            margin-top: 10px;
        }

    .gm-style-iw-d .list-view-card .card-lower-row .house-rent,
    .gm-style-iw-d .map-listed-detail .card-lower-row .house-rent {
        display: inline-block;
        float: left;
        width: 100%;
    }

    .gm-style-iw-d .map-card .view-property {
        display: block;
    }

    .ellipsify {
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    p.card-item {
        margin-bottom: 0;
        margin-top: 2px !important;
        font-size: 12px;
        color: #999;
    }

    .list-view-card p,
    .map-listed-detail p {
        margin-bottom: 2px;
        font-size: 12px;
    }

    span.spanAdditional {
        font-size: 13px;
        font-weight: normal;
        width: 140px;
    }

    .map-listed-detail .card-lower-row {
        z-index: 100;
        bottom: 0px;
        left: 0px;
    }

    .map-listed-detail .card-lower-row {
        z-index: 100;
        bottom: 0px;
        left: 0px;
    }

    .card-lower-row {
        width: 100%;
        float: left;
        margin-top: 4px;
    }

    .map-listed-detail .card-lower-row .house-rent {
        color: #505050;
        width: 100%;
    }

    .list-view-card .card-lower-row .house-rent,
    .map-listed-detail .card-lower-row .house-rent {
        display: inline-block;
        float: left;
        width: 49%;
    }

        .list-view-card .card-lower-row .house-rent p,
        .map-listed-detail .card-lower-row .house-rent p {
            margin-bottom: 0;
            margin-top: 2px !important;
        }

    .list-view-card p,
    .map-listed-detail p {
        margin-bottom: 2px;
        font-size: 12px;
    }

    .list-view-card .house-rent-value span,
    .map-listed-detail .house-rent-value span {
        font-weight: bold;
        font-size: 14px;
        color: #42459d;
    }

    .map-view-card i.fa.fa-heart-o {
        position: relative;
        bottom: 15px;
        right: 1px;
    }

    .map-card .view-property {
        float: left;
        left: 0px;
        position: relative;
        top: 6px;
        font-size: 14px;
        font-weight: 500;
    }

    .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: 25px;
        color: #1012a9;
        font-weight: 500;
        font-size: 12px;
    }

    .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: 0;
        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 {
        float: right;
        position: relative;
        width: 50%;
    }

    .spnTerms {
        position: absolute;
        top: 10px;
        right: 0;
        white-space: nowrap;
    }

    #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: 53%;
        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: 34px;
    }

    #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;
        }

        #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;
    }

    /*!  
    // 3. Loader  
    // --------------------------------------------------*/
    .loader {
        top: 0;
        left: 0;
        position: fixed;
        /* opacity: 0.8; */
        z-index: 10000000;
        background: #ffffffde;
        height: 100%;
        width: 100%;
        margin: auto;
    }

        .loader .subtext.text-center {
            top: 46%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: relative;
            font-size: 36px;
            color: #f3006b;
            font-weight: 600;
        }

    .strip-holder {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        margin: 0 auto;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .loader p {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        margin: 0 auto;
        text-align: -webkit-center;
        font-size: 20px;
        color: #353535;
        line-height: 1.5;
        font-weight: 600;
    }

    .members .member-wrap {
        display: block;
        margin: 0 auto !important;
    }

    .btn-cancel {
        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;
    }

    .address-popup .modal-content {
        border-radius: 0;
    }

    .address-popup .modal-header .close {
        padding: 1rem;
        margin: -1rem 0rem -3rem 0;
        color: #f0086e;
    }

    .address-popup .form-control {
        width: 100%;
        margin-left: 0;
    }

    .address-popup .name {
        color: #324b72;
        font-size: 14px;
        font-weight: 600;
    }

    .address-popup .form-control {
        border: 0px;
        border-bottom: 2px solid #eee;
        font-size: 13px;
    }

    .address-popup .form-group {
        margin-bottom: 24px;
    }

    .address-popup #exampleModalLabel {
        margin: 0 auto;
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }

    .nearby .btn-primary:not(:disabled):not(.disabled).active,
    .nearby .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #ef0073;
        background-color: #ffffff;
        border-color: #ef0073;
    }

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover {
        box-shadow: 0px 0px 2px #ccc !important;
    }

    .sub_feq h3.active {
        background: #eee;
        padding: 15px;
        margin-bottom: 7px;
    }

    .dashboard_wishlist_wrap .create_event_form .form-control {
        font-size: 14px;
    }

    .pretty input {
        display: block;
    }

    .grid-view .colive {
        /*text-align: -webkit-center;
            margin: 0 auto;*/
    }

    .filter-concept {
        float: right;
        text-align: -webkit-right;
        width: 100%;
    }

    section.grid-view p.upgrade .spnPropCount {
        color: #ef0073;
        font-weight: 700;
    }

    #PropMapCards {
        padding-top: 0px;
    }

    .dropdown-userdetails {
        display: inline-flex;
        align-items: center;
    }

    #dropdownMenuLink {
        color: #f0086e;
    }

    .dropdown-toggle::after {
        content: none;
    }


    .user-info.user-info-mobile .dropdown-item.mydashboard:before {
        content: "\f0e4";
    }

    .user-info.user-info-mobile .dropdown-item.myprofile:before {
        content: "\f007";
    }

    .user-info.user-info-mobile .dropdown-item.mywallet:before {
        content: "\f0d6";
    }

    section.grid-view i.fa.fa-heart-o {
        display: none;
    }

    .like-share,
    .rating {
        display: none;
    }

    .fa.fa-heart-o {
        display: none;
    }

    #btnKycRedirect {
        display: none;
    }

    .colive-fa-i.drag:before {
        content: "\f093";
        font-size: 35px;
        position: absolute;
        color: rgba(17, 41, 80, 0.7019607843137254);
        top: 35px;
        left: 60px;
    }

    .colive-fa-i.dragproof:before {
        content: "\f093";
        font-size: 35px;
        position: absolute;
        color: rgba(17, 41, 80, 0.7019607843137254);
        top: 75px;
        left: 225px;
    }

    .colive-fa-i.dragproof {
        padding-top: 125px;
    }

    .gm-style .gm-style-iw-d {
        max-height: 180px !important;
    }

    .gm-style-iw.gm-style-iw-c {
        max-height: 180px !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 {
        border: 2px solid #ced4da;
    }

    #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);
    }

    .radioInputGroup [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        /* left: 20px; */
        z-index: 999;
        /* top: 1px; */
        opacity: 0;
        width: 21px !important;
        height: 22px !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;
    }

    /*Website SmartLock*/
    .smartlock {
        color: #112950;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        margin: 25px auto;
        width: 100%;
    }

    #txtReferralCode {
        text-align: -webkit-center;
        margin: 0 auto;
        border: 2px dashed #f0086e;
        background: #fff;
        margin-bottom: 16px;
        text-align: -moz-center;
    }

    .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;
    }

    .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;
}

/* whatsapp style */
.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.WhatsappOptin .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;
}

.WhatsappOptin .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;
}

.WhatsappOptin .w3-display-topright {
    position: absolute;
    right: -9px;
    top: -9px;
    border: 1px solid #eee;
    box-shadow: 1px -1px 4px #d0d0d0;
}

.WhatsappOptin .w3-modal-content img {
    width: auto;
    margin: 0;
    max-width: 80%;
    height: auto;
}

.WhatsappOptin .whatsapp_CouponImg {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.WhatsappOptin .whatsappAlign {
    align-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.WhatsappOptin .WhatsappNumber {
    font-size: 16px;
    color: #324b72;
    font-weight: 600;
}

.WhatsappOptin .whatsappDescription {
    display: block;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    color: #5f5656;
    font-weight: 500;
    text-align: left;
}

.WhatsappOptin #whatsappTitle {
    color: #324b72;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0px 20px 0 20px;
}

.WhatsappOptin #WhatsappYes {
    background: #ef0075;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0px 5px 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 16px;
}

.WhatsappOptin .WhatsappSuggestButton {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
}

.WhatsappOptin #whatsappnotnow {
    background: #324b72;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    margin: 6px 10px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 16px;
}

.WhatsappOptin .WatsappImgAlign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*schedule video visit popup*/
.Schedulevideovisit-popup .w3-modal-content img {
    max-width: 100%;
    height: 100%;
}

.Schedulevideovisit-popup .w3-modal-content {
    margin: 160px auto;
    border: 1px solid #eee;
    box-shadow: 0px 0px 4px #d0d0d0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 486px -64px;
}

.Schedulevideovisit-popup .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;
}

.Schedulevideovisit-popup .w3-display-topright {
    position: absolute;
    right: -9px;
    top: -9px;
    border: 1px solid #eee;
    box-shadow: 1px -1px 4px #d0d0d0;
}

.Schedulevideovisit-popup .SchedulevisitAlign {
    align-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.Schedulevideovisit-popup .SchedulevisitdiscriptionProperty {
    font-size: 16px;
    color: #324b72;
    font-weight: 600;
}

.Schedulevideovisit-popup .SchedulevisistDescription {
    display: block;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    color: #5f5656;
    font-weight: 500;
    text-align: left;
}

.Schedulevideovisit-popup #SchedulevisitTitle {
    color: #324b72;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0px 20px 0 20px;
}

.Schedulevideovisit-popup #SchedulevisitJoin {
    background: #ef0075;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0px 5px 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 16px;
}

.Schedulevideovisit-popup .SchedulevisitSuggestButton {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
}

.Schedulevideovisit-popup #schedulevisitnotnow {
    background: #324b72;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    margin: 6px 10px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 16px;
}

.pad0 {
    padding: 0px;
}

.padright0 {
    padding-right: 0px;
}
/* for Whatsapp on off option*/
.whatsapp_Toogle .spnWhatsApp {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.whatsapp_Toogle img {
    width: 5%;
}

.radioInputGroup .toggle.btn.btn-sm.btn-default.off {
    width: 60px !important;
    height: 30px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border-color: transparent;
}

.radioInputGroup .toggle.btn.btn-sm.btn-primary {
    width: 60px !important;
    height: 30px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.toggle input[type=checkbox]:checked + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #ef0073 !important;
    background-color: #ef0073 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: 12px !important;
}

.radioInputGroup .toggle.btn.btn-sm.btn-primary input[type=checkbox]:checked + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #ef0073 !important;
    background-color: #ef0073 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: 14px !important;
}

.toggle input[type=checkbox]:checked + div.toggle-group {
    width: 56px !important;
    height: 21px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border: 2px solid #ef0d73 !important;
    left: 0;
}

.toggle input[type=checkbox]:not(:checked) + div.toggle-group {
    width: 56px !important;
    height: 21px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border: 2px solid #112950 !important;
    left: 0;
}

.toggle input[type=checkbox]:not(:checked) + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #112950 !important;
    background-color: #112950 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: -14px !important;
}

.toggle-group label.toggle-on,
.toggle-group label.toggle-off {
    display: none;
}

/* The comingsoon Modal (background) */
.comingsoon_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}

    /* Modal Content */
    .comingsoon_modal .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

/* 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;
}

.homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next {
    float: right;
    position: absolute;
    bottom: 51.5%;
    right: 0%;
    cursor: pointer;
}

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next span,
    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev span {
        font-size: 42px;
        line-height: 0;
    }

/* 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;
}

.cowork-wrap .enquiry-form {
    background-color: #f4f8fb;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .cowork-wrap .enquiry-form {
        padding: 2%;
    }
}

.cowork-wrap .enquiry-form .shadow {
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
}

.cowork-wrap .enquiry-form .form-control {
    width: 100%;
    margin-left: 0px;
    width: 100% !important;
    height: calc(2.35rem + 2px) !important;
}

    .cowork-wrap .enquiry-form .form-control:focus-visible {
        border: 2px solid #ced4da;
    }

    .cowork-wrap .enquiry-form .form-control.arrow-dropdown {
        background: url(/assets/images/dropdown-icon-black.png) no-repeat 100% 50%;
        background-position: 94% 50%;
    }

    .cowork-wrap .enquiry-form .Book-a-tour {
        color: #112950;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
    }

.cowork-wrap .enquiry-form .fill {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 15px 0px;
}

@media (max-width: 425px) {
    .cowork-wrap .enquiry-form .fill {
        font-size: 15px;
        padding: 10px 0px;
    }
}

.cowork-wrap .enquiry-form .name {
    color: #112950;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.cowork-wrap .enquiry-form ::placeholder {
    color: #adb7c7;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.cowork-wrap .enquiry-form .tour {
    padding: 50px 0px 0px 30px;
}

@media (max-width: 768px) {
    .cowork-wrap .enquiry-form .tour {
        padding: 10% 20px 0px 20px;
    }
}

.cowork-wrap .enquiry-form .team {
    padding: 10% 20px 10% 20px;
}

@media (max-width: 768px) {
    .cowork-wrap .enquiry-form .team {
        padding: 10% 0px 10% 0px;
    }
}

.cowork-wrap .enquiry-form i.fa.fa-angle-down {
    right: 5%;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 14px;
}

.cowork-wrap .enquiry-form .drop-down {
    position: relative;
    display: inline-block;
}

.cowork-wrap .enquiry-form .submit_button {
    padding: 30px 0px 30px 0px;
}

.cowork-wrap .enquiry-form .btn_submit {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    height: 48px;
    background-color: #ef0073;
}

.cowork-wrap .enquiry-form select#ddlLocation {
    position: relative;
    background: transparent;
}

#CorpDatetimeWrapper {
    height: 80px;
}

    #CorpDatetimeWrapper .drop-down {
        width: 25%;
    }

        #CorpDatetimeWrapper .drop-down:last-child {
            width: 21%;
        }

.ribbon_overlay {
    position: absolute;
    top: 8px;
    background: #22222294;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    right: 0;
    z-index: 2;
}

    .ribbon_overlay .report-logo {
        display: inline-block;
        vertical-align: middle;
    }

        .ribbon_overlay .report-logo svg {
            width: 16px;
        }

/*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: 5px 10px;
    border: 2px solid #eee;
    color: #ef0075;
    background: transparent;
}

.checkout_nav_anchor_right {
    padding: 5px 10px 3px 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;
}

.cowork-wrap .enquiry-form .drop-down.loc_dropdown {
    display: block;
}

/* corporate */
.corporate-banner {
    background-image: url('/assets/images/corporate/Rectangle.png');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .corporate-banner .banner-content {
        padding: 150px 0;
    }
/* our partner */
.partner-with-us-wrap .banner {
    background-image: url('/assets/images/partner/banner.png');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* static content */
.text_view h1 {
    font-size: 18px;
    padding-left: 26px;
}

.text_view p {
    font-size: 12px;
    margin: 5px 0;
    padding-left: 26px;
    font-weight: 500;
}

.faq_search_page {
    padding: 15px;
    background: #fff;
}

    .faq_search_page .sub-faqtitle {
        padding-top: 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #112950;
    }

    .faq_search_page .accordion {
        border-bottom: 1px solid #c6c6c6;
    }

.mapview .sub_feq {
    width: 100%;
    margin-left: 14px;
}

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        padding: 5px 0px;
    }

    .mapview .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
    }

    .mapview .sub_feq .section-header.active::after {
        content: "\2212";
        color: #e4497d;
        float: left;
        font-size: 14px;
        display: block;
        padding: 0px 10px 0px 0px;
    }

.map-view .sub_feq .section-header.closed::before {
    content: '\002B';
    color: #e4497d;
    float: left;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
    font-weight: 600;
}

.map-view .sub_feq .section-header.closed::after {
    content: "" !important;
    color: #e4497d;
    float: left;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
}

.mapview .sub_feq .text-light {
    color: #324B72 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 0px 20px;
}

.static_content_fr_search.pt-5 {
    margin-left: 0px;
    width: 100%;
    padding-top: 15px !important;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0rem;
    z-index: 15;
    position: relative;
}

.mapview .static_content_fr_search.pt-5 {
    background: #ffff;
    margin-left: 15px;
    width: 100%;
    padding-top: 15px !important;
    margin-top: 22px;
    padding-bottom: 15px;
    margin-bottom: 0rem;
}

.basic_steps {
    padding: 5px 0px;
    margin: 0px 0 0 0;
}

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 14px 5px 2px;
        margin: 0 5px;
        border-radius: 14px;
        font-weight: 500;
        font-size: 12px;
    }

.basic_step_view_count {
    background: #fff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 500;
}

.property_list_view_pad {
    padding: 15px 26px;
    background: #f4f8fb;
}

.basic_steps i.fa.fa-chevron-right {
    float: none;
    color: #324b72 !important;
    font-size: 14px;
}

.sub_feq {
    padding: 20px 40px 40px 40px;
    background: #fff;
    position: relative;
    z-index: 15;
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}

.text_view {
    padding-top: 20px;
}

section.grid-view {
    padding-bottom: 0;
}

.fixed-header {
    height: 90vh;
    z-index: 10;
    top: 80px;
    right: 0px;
    padding: 0;
    padding-left: 30px;
    margin-top: 0px;
}

/* 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;
        }

/* 11/12/2019 */
/**/
.homepage-wrap .search-container .PropAmount {
    font-weight: normal;
}

.homepage-wrap .search-container .SearchPropLocation {
    font-weight: normal;
}

.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% !important;
}

#Hyderabad {
    width: 20% !important;
}

#Pune {
    width: 40% important;
}

#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: -31px !important;
    }

    #offlinepayment-template .form-group label.error {
        position: absolute !important;
        bottom: -32px !important;
        top: unset !important;
        right: 0px;
        font-size: 11px !important;
        font-weight: 400;
    }

#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;
}

#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: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 10px 0px 20px 0px;
    }

    #walletaspx .walletbankdetails_confirm .refund {
        color: #324b72;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.9000000357627869;
        text-align: left;
        padding: 0px 0px 20px 0px;
    }

    #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: 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;
    }

    .mbhide {
        display: none;
    }

    .cityWrapper > ul {
        display: none;
    }

    .modal#video-modal {
        margin-top: 38px;
    }

    .CityList {
        margin: 40px auto 0px !important;
    }

    #SitemapCityList .cityWrapper > ul {
        display: block;
    }

    .cityWrapper {
        width: 50%;
        margin: 10px 0;
    }

    #Chennai,
    #Hyderabad,
    #Pune {
        width: 100% !important;
    }

    .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%;
    }

    #footer a {
        font-size: 15px !important;
    }

    .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;
    }

    .NewsLogoalt img {
        max-width: 100%;
        height: auto;
    }

    .NewsLogoalt {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        margin: 0 auto;
        text-align: -webkit-center;
    }

    .homepage-wrap .features {
    }

        .homepage-wrap .features .feature-wrap li a {
            font-size: 14px;
        }

    .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;
    }

        .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: 25px;
    }

    .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;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery {
        display: block;
        width: 100%;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .col-md-3 {
        padding: 0 5px;
        margin: 10px 0;
    }

    .homepage-wrap .search-container h1 {
        color: white;
        line-height: 35px;
        font-size: 22px !important;
        padding: 20% 0;
    }

    .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: left;
    }

    .dashboard_wishlist_wrap #checkinContainer .Bed-Key {
        text-align: left;
    }

    .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;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane i.fa-angle-down {
        float: right;
        padding-top: 6px !important;
        padding-bottom: 6px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .collapsed i.fa-angle-down {
        float: right;
        padding-bottom: 6px;
        transform: rotate(180deg);
        -ms-transform: rotate(0deg);
        -webkit-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;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane i.fa-angle-down {
        float: right;
        padding-top: 6px;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 div.card-body {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 0.03);
        border-bottom: 1px solid rgb(247, 247, 247);
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4.card {
        word-wrap: break-word;
        background: #fff;
        background-clip: border-box;
        border: 1px solid rgb(239, 239, 239);
        border-radius: .25rem;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 {
        padding: 0;
    }

        .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 div.card-header {
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, .03);
            border-bottom: 0px solid rgba(0, 0, 0, .125);
        }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane p {
        font-size: 13px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane > p {
        font-size: 16px !important;
    }

    .coliveCommunity li {
        font-size: 13px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        display: block !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;
    }

    .homepage-wrap .homepage-card .card {
        margin: 0 5px;
        max-width: max-content;
    }

    .homepage-wrap .tab-layout .tab-content p:nth-child(1) {
        width: 72%;
        text-align: left;
    }

    .Playstore .w3-modal-content img {
        width: auto;
        margin: 20px;
        max-width: 40%;
        height: auto;
    }

    .Playstore .whatsapp_CouponImg {
        margin: 0 auto;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .Playstore .whatsappAlign {
        margin: 0px 0 25px 0;
    }

    .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: cover;
        background-repeat: no-repeat;
        background-position: 56px -86px;
    }

    .Playstore .PlaystoreSuggestButton {
        width: 100%;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: center;
    }

    .WhatsappOptin .w3-modal-content img {
        max-width: 100%;
        height: 100%;
    }

    .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;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav {
        /* float: right; */
        /* padding-top: 20px; */
        /* width: max-content !important; */
        /* float: right; */
        position: absolute;
        top: 45%;
        right: 0;
    }

    .members .member-wrap > .col-lg-12.col-md-12.col-12 {
        padding: 0;
    }

    .homepage-wrap .members .member-wrap .owl-carousel {
        padding: 10px 10px 100px;
    }

    .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;
    }

    .corporate-banner {
        background-image: url(/assets/images/corporate/Rectangle.png);
        height: 244px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .corporate-banner .banner-content {
            padding: 85px 0;
        }

    .corporate .colive-corp {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        color: white;
        line-height: 0px;
        padding-left: 0;
        margin-bottom: 0px;
    }

    .corporate .colive-subtitle {
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: white;
        padding-left: unset;
        margin-bottom: 5px;
        display: block;
    }

    .corporate-banner .banner-content .custom-rect {
        padding: 15px 0px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .corporate-banner .banner-content .col-12.col-md-4 {
        padding: 0px 10px;
    }

    .partner-with-us-wrap .banner .content .left-content {
        width: 130px;
        height: 40px;
        margin: 18px auto;
    }

    .partner-with-us-wrap .banner .content .right-content h1 {
        font-size: 36px;
        text-align: center;
    }

    .partner-with-us-wrap .banner .content {
        display: block;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 16vh;
        bottom: 0;
    }

    .container.community h1.Community {
        font-size: 32px;
        margin-bottom: 16px;
    }

    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: 20px 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: 35%;
    }

    .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;
    }
    /* Career Page 21/01/2020 */
    #career_page .career_search {
        right: 0;
        position: relative !important;
    }

    #CareerWrap_sec {
        display: block !important;
        text-align: center;
    }

    .career-wrap .see-opening-wrap h1 {
        font-size: 24px;
        line-height: 1.5;
        text-align: center !important;
    }

    .career-wrap .gallery,
    .career-wrap .see-opening-wrap {
        padding: 20px 0 0;
    }

    #career_page #exploreCareerOpp select {
        width: 100% !important;
    }

    .career-wrap .see-opening-wrap p,
    .career-wrap .perks p {
        font-size: 14px;
        line-height: 1.5;
    }

    .career-wrap .perks h1,
    .career-wrap .perks h2 {
        font-size: 26px;
        line-height: 1.5;
    }

    .career-wrap .perks {
        padding: 10px 0 0 0;
    }

    .career-wrap .apply-openings {
        padding: 25px 0 25px 0px;
    }

    section.career-wrap {
        padding-bottom: 0px !important;
    }

    #career_page .CareerJobByteam .tiles .tile img {
        max-height: fit-content;
    }

    #CareerApplicationPopup #career_page_wrapper .modal-dialog {
        margin: 0 auto;
        width: 88%;
    }

    #career_page .m-flex {
        flex-direction: column-reverse;
    }
    /*Career Application Form */
    .ApplicationWrapper .input-file-trigger {
        width: 100%;
    }

    .ApplicationWrapper .input-file {
        width: 100%;
    }

    #CareerApplicationPopup #career_page_wrapper .modal-dialog .modal-content .ApplicationWrapper .row.mt-4 {
        margin-top: 0px !important;
    }

    #career_page .ApplicantPopUpFormSubmission {
        margin-top: 25px;
    }

    .ApplicationWrapper .radioInputGroup .filtercitySelect,
    .ApplicationWrapper .radioInputGroup .filtercitySelect {
        padding: 0px 0px;
        align-items: center;
        display: flex;
        min-height: 20px;
        border-bottom: 0px solid #eee;
        margin-bottom: 2px;
        padding: 2px 0 2px 0;
    }

    #career_page_wrapper .ApplicationWrapper .row.mt-4 {
        margin-top: 0px !important;
    }

    #career_page_wrapper .bg-grey {
        padding: 30px 15px;
    }

    #career_page #dvJoblisting .col.col-12 {
        padding: 0 15px;
    }

    #career_page_wrapper .Career_ValidationField label.error {
        right: 4vw;
    }
    /* Social Page - 24/01/2020 */
    #social_page_wrapper .SocialMediaBtnGroup {
        background: #fff;
        box-shadow: 0px 0px 0px 0px #efefef;
        padding: 10px 0px 10px 0px;
        position: relative;
        width: 100%;
    }

    #social_page_wrapper #social-effect {
        display: block;
        justify-content: center;
        align-items: center;
    }

    #social_page_wrapper .socialBtnSec .social-effect a {
        width: 50% !important;
        border: 0px;
        font-size: 14px;
        font-weight: 500 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 10px 8px 10px;
        margin: 6px 0;
        color: #324b72;
        cursor: pointer;
        float: left;
    }

    #social_page_wrapper .social_media_Slider {
        padding: 0px 0px 0px 0px !important;
    }

    #social_page_wrapper .social_page {
        padding: 0 !important;
    }

    .SocialProfile.mt-5 {
        margin-top: 0px !important;
    }

    #mobile-apps-wrapper .mobile-apps-icons img {
        width: 150px;
        margin: 0 10px;
    }

    section.grid-view {
        margin-top: 10px;
    }

    .CotenantDetails .form-wrapper form .formGRoupRow > div {
        padding: 10px;
    }

    .CotenantDetails > div {
        padding: 10px;
    }

    .CotenantDetails {
        padding: 15px 15px 0px 15px;
    }

    .BedDetails {
        padding-top: 0px;
    }

    .CotenantDetails .form-wrapper {
        border-radius: 5px;
        padding: 0px;
    }

    .formGRoupRow.DetailedDisabled {
        padding: 0px !important;
    }
    /* 17/03/2020 */
    .product-wrap .third-section #SimilarPropertiesCards .owl-nav {
        left: 0;
        right: 0;
        top: 50%;
    }
    /* 10042020 */
    .Panel-Third-row li {
        min-height: 50px;
        min-width: 40% !important;
        max-width: 48%;
        width: 50%;
    }
    /*Combat Covid Menu designs */
    #site_homepage .covidDropdown button {
        color: #324b72 !important;
        padding: 5px 0;
    }

        #site_homepage .covidDropdown button svg {
            fill: #324b72 !important;
        }

    .covidDropdown .dropdown.nav-link {
        padding: 0px !important;
    }

    .covidDropdown .dropdown-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* 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%;
    }
    /* Our 6S Page Styles */
    #our6s_combo_Page .Our6s_Content_wrapper {
        padding: 18px;
        height: 100%;
        display: block;
        align-items: center;
    }

    #our6s_combo_Page .Our6s_Tag_Heading {
        font-size: 20px;
        line-height: 1.3;
    }

    #our6s_combo_Page .Image_Wrapper_Our6s img {
        width: 100%;
    }

    #our6s_combo_Page .Our6S_Heading {
        font-size: 36px;
        text-align: left;
    }

        #our6s_combo_Page .Our6S_Heading .Our6s_Heading_Tag {
            font-size: 18px;
        }
    /* 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;
    }

        #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%;
    }
}

@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;
    }
}

@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:4px;
    }

    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: 5px;
    }
}

@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;
    }
    /* New Mobile Menu Designs 20200522*/
    .colive_design_nav .navbar-collapse {
        width: 250px;
    }

        .colive_design_nav .navbar-collapse .mig-header-menu-bar {
            padding-top: 0rem;
        }
}

@media (max-width: 360px) {
    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        font-size: 11px;
    }

    section.grid-view .navbar {
        padding: 0px 6px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        font-size: 16px !important;
    }

        .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a.active {
            font-size: 16px !important;
        }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 div.card-header {
        padding: .75rem 0.25rem;
    }

    .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;
    }

    .homepage-wrap .search-container {
        padding: 6%;
        margin: 0;
    }

        .homepage-wrap .search-container .form-group select,
        .homepage-wrap .search-container .form-group input {
            height: 50px !important;
            margin-left: 15px;
        }

        .homepage-wrap .search-container .form-group .fa {
            top: 40%;
            position: absolute;
            right: 10%;
        }

        .homepage-wrap .search-container .row div {
            margin-bottom: 10px;
        }

        .homepage-wrap .search-container .form-control {
            border: 0px !important;
        }

        .homepage-wrap .search-container .row div {
            margin-bottom: 10px;
        }

    .homepage-wrap .btn-find-home {
        width: 91% !important;
        margin-left: 15px !important;
    }

    .homepage-wrap .btn-find-home {
        padding: 15px;
    }

    .homepage-wrap .search-container h1 {
        color: white;
        line-height: 35px;
        font-size: 22px !important;
        padding: 15% 0;
    }

    .homepage-wrap .tab-layout .nav-tabs li a {
        text-align: center;
        padding: 6px 6px;
        min-height: 0;
        margin: 0 0px;
    }

        .homepage-wrap .tab-layout .nav-tabs li a.active {
            background: #ef0073;
            color: white;
            border-radius: 0px;
            text-align: center;
            padding: 6px 6px;
            min-height: 0;
        }

    .homepage-wrap .colive-info .colive-info-box {
        width: 100%;
        height: 100%;
        background: #000000bd;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.7411764705882353);
    }

        .homepage-wrap .colive-info .colive-info-box .feature-wrap div p {
            font-weight: bold;
            font-size: 20px;
        }

        .homepage-wrap .colive-info .colive-info-box .feature-wrap div {
            width: 49%;
            display: inline-block !important;
            color: #fff;
            height: 100px;
            margin: 0 0px 5px 0;
            padding: 6% 0;
        }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .first-block,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .first-block,
    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .second-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .second-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .second-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .second-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .third-block,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .third-block,
    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .fourth-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .fourth-block div:nth-child(1),
    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery .fourth-block div:nth-child(2),
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery .fourth-block div:nth-child(2) {
        height: -webkit-fill-available;
    }

    .homepage-wrap .features .feature-wrap li a {
        color: white;
        /* padding: 23px 7px;*/
    }

    .homepage-wrap .features .feature-wrap li {
        flex: none;
        text-align: center;
    }

    .position-relative {
        position: relative !important;
        margin: 5px 0;
    }

    #footer .card-list {
        padding: 0 20px 20px;
    }

    footer .copyright {
        text-align: center;
    }

    footer .social-icon {
        color: #97a9c4;
        text-align: center;
        font-size: 30px;
    }

        footer .social-icon i {
            margin: 0 10px;
        }

    footer .privicy-polciy ul {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        footer .privicy-polciy ul li {
            display: inline-block;
            padding: 0;
            flex: 1;
        }

            footer .privicy-polciy ul li:nth-child(2) {
                border-left: 0px solid lightgray;
            }

    .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) {
    .navbar-brand {
        width: 26%;
    }

    #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;
        }

    .navbar-expand-md.colive_design_nav .navbar-collapse {
        display: none !important;
    }

        .navbar-expand-md.colive_design_nav .navbar-collapse.show {
            display: block !important;
        }

    #site_homepage .colive_design_nav .covidDropdown button {
        color: #324b72 !important;
    }

    #site_homepage .colive_design_nav .nav-item a {
        color: #324b72;
    }

    #site_homepage .colive_design_nav .user-info .user-name {
        color: #324B72;
    }

    #site_homepage.colive_design_nav .covidDropdown button svg {
        fill: #324B72 !important;
    }

    .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 (max-width: 500px) and (min-width: 470px) {
    .product-wrap .third-section .owl-carousel-cards .owl-nav {
        right: 0px;
    }

    .homepage-wrap .colive-info {
        padding: 20px 20px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a.active {
        font-size: 24px !important;
        font-weight: bold !important;
        text-align: -webkit-center;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        font-size: 24px !important;
        font-weight: bold !important;
        text-align: -webkit-center;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane > p {
        font-size: 20px !important;
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .card-header p {
        font-size: 16px !important;
    }

    .homepage-wrap .features .feature-wrap li a {
        color: white;
        padding: 23px 10px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content div.accordion {
        padding: 0 15px;
    }

    .homepage-wrap .tab-layout .nav-tabs li a.active {
        padding: 6px 30px;
    }

    .homepage-wrap .tab-layout .nav-tabs li a {
        padding: 6px 30px;
    }

    .Playstore .w3-modal-content img {
        width: auto;
        margin: 20px;
        max-width: 40%;
        height: auto;
    }

    .Playstore .whatsapp_CouponImg {
        margin: 0 auto;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .Playstore .whatsappAlign {
        margin: 0px 0 25px 0;
    }

    .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: cover;
        background-repeat: no-repeat;
        background-position: 56px -86px;
    }

    .Playstore .PlaystoreSuggestButton {
        width: 100%;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: center;
    }
}

@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;
    }

    footer {
        margin-bottom: 0px !important;
    }

    .Span_location + .copyright {
        margin-bottom: 38px !important;
    }

    .homepage-wrap .colive-info {
        padding: 0px 0px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab li a {
        width: 100%;
        display: block;
        text-align: center !important;
        border-bottom: 2px solid #cecece4a;
        font-size: 20px !important;
        font-weight: bold !important;
        line-height: 20px !important;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 0 0;
    }

    .homepage-wrap .lifestyle .tab-content .tab-pane {
        padding: 20px 0 !important;
    }

    .homepage-wrap .tab-layout .nav-tabs li a {
        text-align: center;
        padding: 7px 22px !important;
        min-height: 0;
        margin: 0 0px;
        font-size: 13px;
    }

    #site_homepage section.tab-layout.pb-0.m-0 {
        padding-top: 5px;
    }

    .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div p {
        font-size: 16px;
    }

    .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div span {
        font-size: 14px;
    }

    .homepage-wrap .colive-info .colive-info-box .ColiveInfo_Txt div {
        color: white;
        margin-bottom: 15px;
    }

    .PropCardsImageSec {
        padding: 0 15px;
    }

    .homepage-wrap .homepage-card {
        padding: 0 0 0px 0px;
    }

    .homepage-wrap .tab-layout {
        padding: 0px 0px !important;
    }
}

@media (min-width:375px) and (max-width: 414px) {
    footer {
        padding: 0px 0 0 0 !important;
        margin-bottom: 0px !important;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 380px;
        margin: 0 auto;
    }

    .Span_location + .copyright {
        margin-bottom: 0px !important;
    }
}
/* 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%;
}

@media (max-width: 768px) {
    .conditions {
        padding: 1% 6%;
    }
}

@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%;
    }
}
/* Custom Style End */

/*PAPsignup css*/
.papSignup-banner {
    background-image: url('/assets/images/PAP/PAPsignup.png');
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
}

    .papSignup-banner h1 {
        padding-top: 60px;
        text-align: center;
        font-family: 'Inter-Regular' !important;
        font-weight: 700;
        color: #fff;
    }

    .papSignup-banner h3 {
        color: #fff;
        padding: 2% 15%;
        font-size: 22px;
        line-height: 1.8;
        font-weight: 400;
    }

.papSearch .form-control {
    width: 100% !important;
    height: 60px !important;
    border-radius: 0 !important;
    outline: 0;
    box-shadow: none;
    border-right: 2px solid #e0e6ed;
    border-left: 2px solid #e0e6ed;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 5px !important;
}

.papSearch button {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 5px !important;
    padding: 17% 3% !important;
}

    .papSearch button:hover {
        color: #fff;
        background-color: #ef0073;
    }

.papSearch {
    width: 60% !important;
}

.PapService {
    padding: 5% 3%;
    text-align: center;
}

.PaP_vantage {
    background: #000;
    padding: 100px 0;
    color: #fff;
}

.vantage_title h3 {
    text-align: center;
    padding: 2% 15%;
    color: #D7F9FF;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;
}

.vantage_title h1 {
    text-align: center;
}

.vantage_title h3 a {
    color: #fff;
}

.papSignup-banner h2:hover {
    color: #fff !important;
}

.papSignup-banner h2 {
    padding-top: 150px;
    text-align: center;
    font-family: 'Inter-Regular' !important;
    color: #fff;
    font-size: 30px;
}

.PaPBrand {
    background-color: #994e83;
    color: #fff;
}

    .PaPBrand h3 {
        text-align: center;
        padding: 4% 15%;
        color: #eee2ea;
        font-size: 22px;
        line-height: 1.8;
        font-weight: 400;
    }

    .PaPBrand h1 {
        text-align: center;
    }

.PaPBrand_title h1 {
    padding: 100px 0 0 0;
}

.PapService h4 a {
    color: #000 !important;
    font-weight: 700;
}

.PaP_vantage ul li,
.PaPBrand ul li {
    list-style-type: none;
    line-height: 2.8;
    padding-bottom: 1%;
}

.PaPBrand ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.subfields {
    display: block;
    margin: 0;
    padding: 8px 10px;
    background: #fff;
    width: 100%;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    color: #d0d0d0;
}

    .subfields label {
        display: none;
    }

.subfield input {
    border: 0px;
}

.focus-input110 {
    position: relative;
}

.icon-box p {
    color: #8f8f8f;
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
}

.PaPVantagecontainer {
    max-width: 780px;
}

.PaP_vantage ul {
    padding: 0 15%;
}

.PaPBrand ul {
    padding: 0 15%;
}

.brBtm {
    border-bottom: 1px solid rgba(8,8,8,.98);
}

.icon img {
    width: 70px;
}

.icon-box h4 {
    padding-top: 20px;
}

.PaPForm label {
    font-size: 14px !important;
}

.wd20 {
    width: 20% !important;
}

#PaPForm input,
#PaPForm select {
    height: 34px;
}

#ThankyouApplicationPopup {
    width: 60%;
    margin: 10% auto;
    text-align: center;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 2px #dedede;
    padding: 5%;
    background: #f7f7f7d4;
}

    #ThankyouApplicationPopup h1 {
        font-weight: 700;
        color: #f0086e;
    }

.PaPcontent-wrapper {
    background: #F4F8FB;
}
/*Testimonial*/
.PaPTestimonal {
    background: linear-gradient(#fe7a6d, #e5548b);
}

.testim {
    width: 100%;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        background-color: #5c5fbe;
        display: block;
        position: absolute;
        color: #eee;
        cursor: pointer;
        font-size: 1em;
        top: 50%;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 10px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }

        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #eee;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #ea830e;
                border-color: #ea830e;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }

        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #fff;
            font-size: 2em;
            margin: 15px 0;
            font-weight: 700;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #eee;
            width: 80%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

@media (max-width: 455px) {
    .papSignup-banner h2 {
        font-size: 17px;
    }

    .papSignup-banner h3 {
        padding: 2%;
    }

    .papSignup-banner {
        min-height: 100%;
    }

    .vantage_title h3 {
        padding: 2%;
    }

    .PaP_vantage ul {
        padding: 0 2%;
    }

    .PaPBrand h3 {
        padding: 2%;
    }

    .PaPBrand ul {
        padding: 2%;
    }

    .papSearch button {
        padding: 37% 3% !important;
    }

    .PaP_vantage {
        padding: 100px 5px;
    }
}

@media (max-width: 375px) {
    .papSearch {
        width: 85% !important;
    }

        .papSearch button {
            padding: 33% 3% !important;
        }

    .papSignup-banner h2 {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .papSignup-banner h2 {
        font-size: 12px;
    }

    .papSearch {
        width: 80% !important;
    }

        .papSearch button {
            padding: 36% 3% !important;
        }
}

/*PAPsignup css ends*/
/*New property page design*/
.socialIconWrap i {
    font-size: 50px;
    color: #ef0073;
}

#schedulevisit .signup-box {
    box-shadow: none;
}

#schedule-btn:hover {
    border: 2px solid #ef0073;
}

#schedulevisitform span i {
    font-size: 18px !important;
}

.videoGallery img {
    height: 100%;
    width: 100%;
}

#btnMatterPort {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.totaldegree:hover ~ #VviewPropertyImages {
    opacity: 0.5;
}

.ng-img {
    width: 100%;
    overflow: hidden;
}

    .ng-img img {
        width: 100%;
    }

.PropertyTitle h1 {
    color: #ef0073;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
}

.casestudyWrap {
    padding-top: 3%;
    background: #000;
    padding-bottom: 3%;
    margin-top: -1px;
}

.casestudyTitle h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.signature h3 {
    color: #fff;
    font-size: 20px;
}

    .signature h3 span {
        color: #ef0073;
        font-size: 18px;
        font-weight: bold;
    }

.casestudy_desc p {
    color: #fff;
}

    .casestudy_desc p span {
        color: #ef0073;
        font-weight: 700;
        font-size: 20px;
    }

.booknows {
    overflow: auto;
    border-radius: 20px;
    width: 300px;
    border: 8px solid #000;
    background: url("/assets/images/property/casestudy/61.png");
    background-repeat: no-repeat;
    background-position: center;
}

#scheduled-card {
    border: none;
}

.m-view img {
    width: 100%;
}

.booknows .card .tab-content {
    background: #324b72;
}

#btnMatterPort {
    position: absolute;
    height: 50%;
    padding: 0;
    top: 25%;
}

.totaldegree img {
    width: 50%;
    position: relative;
    background: transparent;
}

#btnMatterPort {
    background: transparent;
}

.moneyMatterTitle h2 {
}

.propertyGallerySection {
    min-height: 353px;
}

.video-img img {
    min-height: 366px;
    height: 100%;
    transform: scale(1.2);
}

.snapshot {
    padding-top: 3%;
}

    .snapshot h1 {
        color: #ef0073;
        font-weight: 700;
        font-size: 2rem;
    }

    .snapshot p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
    }

        .snapshot p span {
            color: #ef0073;
        }

.moneyMatterTitle h2 {
    color: #fff;
    font-weight: 700;
}

    .moneyMatterTitle h2 span {
        color: #ef0073;
        font-weight: 700;
    }

.mConditionWrap {
    position: relative;
}

.termsWrap {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
}

.text-blak {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.text-pink {
    color: #ef0073;
    font-weight: 700;
    font-size: 20px;
}

.text-pink1 {
    color: #ef0073;
}

.termsWrap p {
    padding: 5px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.f-term {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.moveInWrap {
    background: #e8b5e7;
    border-radius: 15px;
    padding: 15px;
    margin: 5% 1% 0 0;
}

    .moveInWrap p {
        margin-left: 15%;
        padding: 5px 0;
    }

.text-rentDetails {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.residentSpeakWrap {
    margin-top: 5%;
}

    .residentSpeakWrap h1 {
        font-weight: 700;
        text-align: center;
    }

    .residentSpeakWrap h5 {
        text-align: center;
        font-size: 25px;
        padding: 10px 0;
    }

.loc-highlight h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 5px 0px;
}

.residentProfile {
    display: flex;
}

    .residentProfile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
    }

.residentIcon i {
    font-size: 30px;
    color: #ef0073;
}

.resi-testimonial {
    background: #f9dddd;
    padding: 20px;
    border-radius: 15px;
}

.residentQuote p {
    line-height: 30px;
}

.resi-testimonial-red {
    background: #ef0073;
    padding: 20px;
    border-radius: 15px;
}

    .resi-testimonial-red p {
        color: #fff;
    }

.residentIcon-red i {
    font-size: 30px;
    color: #fff;
}

.culture h5,
.nearby h5 {
    line-height: 30px;
}

.nearby {
    border-bottom: 5px dotted #ec0808;
}

.amenityTypeHeader span {
    color: #ef0073;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-carousel .item img {
    border-radius: 50%;
    width: 75px !important;
    float: left;
    margin-right: 10px;
    height: 75px;
}

.user img {
    display: none !important;
}

.testimonial-carousel .user {
    display: none;
}

.testimonial-carousel .item {
    margin: 20px;
    height: 280px;
    padding: 10px;
    background-color: #f9dddd;
    border-radius: 15px;
    text-overflow: ellipsis;
    overflow: auto;
}

    .testimonial-carousel .item:nth-child(even) {
        background: #000;
    }

.amenities_area .AmenitiesLoc:nth-child(1) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(2) {
    background: #000;
}

.amenities_area .AmenitiesLoc:nth-child(1) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(2) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(3) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(4) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(5) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(6) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(2) .AmenitiesheightSet p,
.amenities_area .AmenitiesLoc:nth-child(6) .AmenitiesheightSet p {
    color: #fff;
}

.amenities_area .AmenitiesLoc:nth-child(3) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(4) {
    background: #000;
}

.amenities_area .AmenitiesLoc:nth-child(5) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(6) {
    background: #000;
}

.amenities_area .AmenitiesLoc > span:nth-child(2) {
    color: #fff;
}

.amenityImg {
    display: none;
}

.amenityServiceImage {
    display: none;
}

.w-100 {
    width: 100%;
}

#offers {
    margin: 0;
    background-repeat: no-repeat;
}

.nearby img {
    width: 250px;
    height: 40px;
}

.peoplesection {
    background-image: url("/assets/images/property/flatmates/people_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    padding-top: 7%;
}

.amenityTypeHeader {
    margin-top: 20px;
}

#offers .amenityTypeHeader {
    text-align: initial !important;
}

.videoGallery {
    height: 100%;
}

.feature-svg {
    display: flex;
    padding-bottom: 10px;
}

.graphical-info table {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
    border-collapse: separate;
}

    .graphical-info table td {
        border-top: 0px !important;
    }

.socialIconWrap img {
    cursor: pointer;
}

#RoomDetails table th {
    color: #ef0073;
}

#KeyDetails {
    font-size: 14px;
}

    #KeyDetails i {
        color: #ef0073;
    }

.propertyGallerySection {
    background: #ccc;
}

#spnHighlights {
    color: #fff;
    text-align: justify;
}

.casestudy_desc {
    margin-bottom: 20px;
}

.property_rating {
    background: #ece5e5 !important;
    border-radius: 15px;
}

.casestudyTitle {
    text-align: center;
}

.casestudyWrap .p-share {
    position: relative;
    width: 5.4375em;
    height: 3.4375em;
}

    .p-share input[type=checkbox] {
        display: contents;
    }

    .p-share ul {
        margin-top: 20px !important;
    }

.moveInMobile {
    padding: 0 15px;
}

#sharprop30948 {
    display: none;
}

.AdharWrap #ChkAgreeAadhaar {
    position: absolute;
    top: 15px;
    display: contents;
}

    .AdharWrap #ChkAgreeAadhaar + label:before {
        content: "\2714";
        font-size: 12px;
        width: 18px;
        padding-left: 3px;
        margin-top: 12px;
    }

.AdharWrap #ChkAgreeAadhaar-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

.TermsWrapper #ChkAgree {
    position: absolute;
    top: 15px;
    display: contents;
}

    .TermsWrapper #ChkAgree + 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-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073 !important;
    color: #fff;
}
.TermsWrapper input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073 !important;
    color: #fff;
    content: "\2714" !important;
    padding: 0px 2px !important;
}

#chkterms + label:before {
    content: "\2714";
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
    margin-top: 2px;
    margin-bottom: -4px;
}

#chkterms-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

#chkKeyReceived + label:before {
    content: "\2714";
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
}

#chkKeyReceived-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

#book-first:hover,
#schedule-btn:hover {
    background-color: transparent;
    border-color: #ef0073;
    color: #ef0073 !important;
}

.amenityTypeHeader {
    display: flex;
}

    .amenityTypeHeader > .offerImg {
        display: block !important;
        width: 70px !important;
    }

#offers .offerImg > span {
    margin-top: 10px;
}
@media only screen and (max-width: 414px) and (min-width:401px) {
    .mobileFilterbutton {
        bottom: 8%;
    }
}
@media only screen and (max-width: 400px) and (min-width:380px){
    .mobileFilterbutton {
    bottom:7%;
    }
}
@media only screen and (max-width: 370px) and (min-width:355px) {
    .mobileFilterbutton {
        bottom: 9.5%;
    }
}
    @media only screen and (max-width: 1400px) {
        .video-img img {
            min-height: 366px;
        }
    }

    @media only screen and (max-width: 1366px) {
        .searchgrid {
            display: -webkit-box;
        }
        .propertyGallerySection {
            max-height: 353px;
        }

    #btnMatterPort {
    }

        .video-img img {
            min-height: 366px;
            transform: scale(1.2);
        }
    }

    @media only screen and (max-width: 455px) {
        .graphical-info table {
            border-radius: 0px;
        }

        .moveInMobile {
            padding: 0 15px;
        }

        .loc-highlight h2 {
            padding: 0px;
        }

    .c-share {
        margin-bottom: 25px;
    }

    .wt-20 {
        margin-top: 20px;
    }

    .nearby h3 {
        font-size: 20px;
    }

    .casestudyTitle h1,
    .snapshot h1,
    .moneyMatterTitle h2,
    .promises h1,
    .loc-highlight h2,
    .nearby h1,
    .residentSpeakWrap h1 {
        font-size: 22px;
    }

    .similar-prop h1 {
        font-size: 16px;
    }

    .amenityTypeHeader span {
        font-size: 22px;
    }

    .rating-wrap_new1 {
        text-align: -webkit-center;
    }

    #offers {
        margin: 0 25px;
    }

    .propertyGallerySection {
        display: none;
    }

    .socialIconWrap {
        text-align: center;
    }

        .socialIconWrap img {
            width: 60px;
        }

    .casestudy_desc {
        margin-bottom: 0px;
    }

    .property_rating {
        margin: 3% 7% !important;
    }

    .snapshot {
        padding-top: 3%;
    }

    .loc-highlight {
        margin-top: 0%;
    }

    .loc-highlight {
        padding: 10px 0px 0px 0px;
    }

    .product-carousel {
        display: block;
    }

    #GviewPropertyImages {
        display: none;
    }

    #btnMatterPort {
        position: absolute;
        height: 25%;
        padding: 0;
        top: 25%;
        left: 30%;
    }

    .totaldegree img {
        width: 40%;
        height: 70%;
        position: relative;
        top: 20%;
        left: 0%;
        background: transparent;
    }

    .residentSpeakWrap h5 {
        text-align: center;
        font-size: 19px;
        padding: 10px 0;
    }

    .similar-prop h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 414px) {
    .totaldegree img {
        width: 40%;
        height: 80%;
        position: relative;
        top: 30%;
        left: 0%;
        background: transparent;
    }
}

@media only screen and (max-width: 375px) {
    .totaldegree img {
        width: 50%;
        height: 100%;
    }
}

/*Mobile frame html*/

/* The device with borders */
.smartphone {
    position: relative;
    width: 384px;
    margin: auto;
    border: 2px #ef0073 solid;
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-radius: 36px;
    width: 304px;
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 10px;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 50%;
    }

    /* The screen (or content) of the device */
    .smartphone .content {
        background: #ef0073;
    }

/*Mobile frame html ends*/

/*New property page design ends*/

/*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;
    }
}

/*Interns Style starts*/
.bggray {
    background: #3E2F5B;
    display: flex;
    padding: 20px;
}

.clubText {
    padding-left: 10%;
    padding-top: 4%;
}

    .clubText h3 {
        color: #fff;
        font-family: 'Inter-Regular' !important;
    }

    .clubText p {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
    }

.internSection1 h2,
.interns2Wrap h2 {
    font-size: 48px;
    font-family: 'Inter-Regular' !important;
    color: #000;
}

.internSection1 h4 {
    color: #000;
    font-size: 22px;
}

.internSection1 {
    padding: 10%;
    /*margin-top: 20%;*/
}

.InternModel img {
    width: 665px;
    height: 400px;
}

.internSection1 img {
    width: 150px;
    margin-bottom: 5%;
}

.ArowDown img {
    width: 50px;
}

.clubImg img {
    width: 200px;
}

.InternLogo {
    display: flex;
}

    .InternLogo p {
        margin-top: 4%;
        margin-left: 2%;
        color: #000;
        font-weight: 600;
    }

.ArowDown {
    text-align: center;
}

.interns2Wrap h2 span {
    color: #ED0b70;
}

.interns2Wrap {
    text-align: center;
}

    .interns2Wrap p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
    }

#internsSection2 {
    margin-top: 5%;
}

#internsSection3 {
    margin-top: 5%;
}

.watsappText p {
    margin-left: 10px;
    margin-top: 4px;
    font-weight: 700;
}

.internWatsapp img,
.internWatsapp1 img {
    width: 30px;
}

.internWatsapp {
    display: flex;
    width: 65%;
    margin: 0 auto;
}

.internWatsapp1 {
    display: flex;
}

    .internWatsapp1 p {
        margin-top: 3px;
        margin-left: 8px;
        font-weight: 600 !important;
    }

.interns2Wrap h3 {
    color: #000;
    font-weight: 600;
}

.intern2Btn .apply {
    padding: 10px 20px;
    font-size: 20px;
    background: #ED0B70;
    color: #fff;
    margin-right: 15px;
}

.intern2Btn a {
    color: #fff;
}

.intern2Btn .more {
    padding: 10px 20px;
    font-size: 16px;
    background: #000;
    color: #fff;
}

.intern2Btn .incentive {
    width: 138px;
    font-size: 16px;
}

.intern3-left {
    padding: 10%;
}

    .intern3-left ul li {
        display: flex;
        margin-bottom: 10px;
    }

        .intern3-left ul li p {
            margin-top: 4px;
            margin-left: 15px;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
        }

    .intern3-left h3 {
        color: #000;
        font-family: 'Inter-Regular' !important;
        font-size: 36px;
    }

    .intern3-left h4 {
        color: #000;
        font-weight: 700;
    }

    .intern3-left p {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        line-height: 25px;
    }

.intern3-right {
    background: #000;
    padding: 10%;
}

.intern3-right {
    background: #ED0b70;
    padding: 10%;
}

    .intern3-right h3 {
        color: #fff;
        font-family: 'Inter-Regular' !important;
        font-size: 28px;
    }

    .intern3-right ul li {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
    }

    .intern3-right ul {
        padding-left: 7%;
    }

.intern4-right {
    background: #000;
    padding: 10%;
}

    .intern4-right h3 {
        color: #fff;
        font-family: 'Inter-Regular' !important;
        font-size: 28px;
    }

    .intern4-right ul li {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
    }

    .intern4-right ul {
        padding-left: 7%;
    }

.internsec1 {
    margin-top: 5%;
}

.intern2Btn button {
    text-align: left;
}

@media (max-width: 767px) {
    .internsec1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .internSection1 h2,
    .internSection1 h4 {
        text-align: center;
    }

    .interns2Wrap h3 {
        font-size: 22px;
    }

    .intern3-left {
        padding: 5%;
    }

    .internSection1 {
        margin-top: 0px;
        padding: 10% 5%;
    }

    .InternLogo {
        display: block;
        text-align: center;
    }

    .intern1-right {
        margin-top: 10%;
    }

    .InternLogo p {
        margin-top: 0px;
        margin-left: 0px;
        font-size: 20px;
        margin-bottom: 4%;
    }

    .communityInternLeft {
        display: none;
    }

    .interns2Wrap h2 {
        font-size: 35px;
    }

    .interns2Wrap p {
        line-height: 26px;
    }

        .internWatsapp img, .internWatsapp1 img {
            width: 40px;
            height: 40px;
        }

    .internCall {
        margin-top: 10%;
    }

    .watsappText {
        text-align: left;
    }

    .internSection1 h2,
    .interns2Wrap h2 {
        font-size: 36px;
    }

    .intern3-left h3 {
        font-size: 32px;
    }

    .intern4-right h3,
    .intern3-right h3 {
        font-size: 26px;
    }

    .internWatsapp {
        width: 90%;
    }
}

/*Interns style Ends*/

/*Big-Bubble Style Starts*/
.BigBSec1 {
    background-image: url('/assets/images/BigBubble/102.png');
    margin-top: 0;
    padding-top: 2%;
}

.BigBsec1-Left h2 {
    color: #fff;
    margin-top: 15%;
    font-size: 54px;
}

.BigBsec1-Left h4 {
    color: #fff;
}

.BigBsec1-right img {
    float: right;
}

.BigBsec1-Left {
    padding-left: 10%
}

.BigBSec2 {
    background-image: url('/assets/images/BigBubble/102.png');
    padding-top: 5%;
}

.BigBsec2-Left h2 {
    color: #fff;
    font-size: 50px;
    padding: 20px 0;
}

.BigBsec2-Left h4 {
    color: #fff;
}

.BigBSec3 {
    background-image: url('/assets/images/BigBubble/107.png');
    padding-top: 5%;
}

.BBReward1 h1,
.BBReward2 h1 {
    position: absolute;
    top: 30%;
    left: 38%;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

.BBReward3 h1 {
    position: absolute;
    top: 30%;
    left: 32%;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

.BBReward1,
.BBReward2,
.BBReward3 {
    text-align: center;
}

    .BBReward1 h3,
    .BBReward2 h3,
    .BBReward3 h3 {
        color: #fff;
        font-weight: 700;
    }

.BBBgBlack {
    background: #000;
    border-top: 2px dashed #FFDA00;
    display: flex;
    padding: 4%;
}

    .BBBgBlack h1 {
        color: #fff;
        font-weight: 700;
        padding-left: 8%;
        padding-top: 2%;
        padding-right: 5%;
    }

        .BBBgBlack h1 span {
            color: #FFDA00;
        }

.BigBSec4 {
    background-image: url('/assets/images/BigBubble/102.png');
    padding-top: 5%;
}

.BigBSec4-right h1 {
    color: #fff;
    font-weight: 700;
}

.BigBSec4-right h4 {
    color: #fff;
    padding: 2% 0;
}

.BigBSec4-right p {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    padding: 10% 0;
}

.BigBSec5 {
    background-image: url('/assets/images/BigBubble/107.png');
}

.BigBSec5-right {
    padding: 8%;
}

    .BigBSec5-right h1 {
        color: #fff;
        font-weight: 700;
    }

.BigBSec590 h1 {
    position: absolute;
    top: 12%;
    left: 37%;
}

.BigBSec5-right ul {
    padding: 3% 0 4% 5%;
}

    .BigBSec5-right ul li {
        color: #fff;
        font-size: 20px;
        line-height: 26px;
    }

.BigBSec6-left {
    background-image: url('/assets/images/BigBubble/239.jpg');
}

.BigBSec6-right {
    background-image: url('/assets/images/BigBubble/238.jpg');
}

.BigBSec6-leftContent {
    padding: 10%;
}

    .BigBSec6-leftContent h3 {
        color: #fff;
        font-weight: 600;
    }

    .BigBSec6-leftContent ul li {
        color: #fff;
        font-size: 20px;
    }

    .BigBSec6-leftContent ul {
        padding: 5% 0 0 2%;
    }

.BigBSec6BtnWrap {
    display: flex;
    width: 80%;
    background: red;
}

    .BigBSec6BtnWrap h1 {
        padding: 3%;
        font-weight: 700;
        color: #fff;
    }

    .BigBSec6BtnWrap .BBbutton {
        padding: 5% 2% 0 0;
    }

.BigBSec6-rightContent h2 {
    color: #fff;
    width: 80%;
    font-weight: 600;
    padding: 2%;
    background: #000;
}

.BigBSec6-rightContent {
    padding: 34.5% 0 10% 0;
}

.BigBSec7 {
    background-image: url('/assets/images/BigBubble/50.jpg');
    padding: 5% 0;
}

.BigBSec7-left .BBbutton img {
    position: absolute;
    bottom: 10%;
    left: 20%;
}

.bgBlue {
    position: absolute;
    bottom: 0px;
    background: #5a5af1;
    padding: 7%;
}

.BigBSec7-right-top {
    margin-top: 10%;
}

    .BigBSec7-right-top p {
        color: #fff;
        font-size: 22px;
    }

    .BigBSec7-right-top h1 {
        color: #fff;
        font-weight: 700;
        font-size: 60px;
    }

        .BigBSec7-right-top h1 span {
            color: #FFDA00;
            font-weight: 700;
            font-size: 60px;
        }

.bgBlue h2 {
    color: #fff;
    font-weight: 700;
}

.bgYlw {
    background: #FFDA00;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    min-height: 160px;
    margin-top: 10px;
}

.BigBSec8 {
    background-image: url('/assets/images/BigBubble/47.jpg');
}

.BigBSec8Content h2 {
    color: #fff;
    font-weight: 600;
    background: #2196F3;
    width: 215px;
    padding: 5px 10px;
    margin: 10px auto;
}

.BigBSec8Content {
    padding: 5% 0;
    width: 50%;
}

.text-center {
    text-align: center !important;
}

.BigBSec9 {
    background-image: url('/assets/images/BigBubble/50.jpg');
}

.BigBSec9TopRight h3 {
    color: #fff;
    background: #2196F3;
    padding: 5px;
    text-align: center;
    margin-top: 20%;
}

.BigBSec9TopRight h1 {
    color: #fff;
    font-weight: 700;
    padding-top: 5%;
}

.BgBlack {
    background: #000;
}

.BigBSec9TopRight {
    padding: 0 10%;
}

.BigBSec9TopContent {
    display: flex;
    padding: 10%;
}

    .BigBSec9TopContent h2 {
        color: #fff;
        font-weight: 700;
        padding: 3%;
    }

.BigBSec9TopLeft .BBbutton {
    position: absolute;
    top: 40%;
    left: 6%;
}

.BigBSec9Bottom {
    background-image: url('/assets/images/BigBubble/51.png');
}

    .BigBSec9Bottom h2 {
        color: #fff;
        padding: 20px;
        font-weight: 700;
        margin-top: 12%;
    }

    .BigBSec9Bottom h3 {
        font-weight: 700;
        padding: 5% 5% 2%;
        color: #4121f3;
    }

.crown1,
.crown2,
.crown3 {
    display: flex;
}

    .crown1 h4,
    .crown2 h4,
    .crown3 h4 {
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
    }

.bgBlackPlus img {
    position: absolute;
    right: 0px;
    bottom: -15%;
    z-index: 999;
}

.BigBSec10 {
    background-image: url('/assets/images/BigBubble/102.png');
}

.BigBSec10TopLeft {
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
}

    .BigBSec10TopLeft img {
        float: left;
        margin-right: 20px;
    }

    .BigBSec10TopLeft h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
    }

    .BigBSec10TopLeft p {
        color: #fff;
        font-size: 20px;
    }

    .BigBSec10TopLeft h2 span {
        color: #11e051;
    }

.BigBSec10TopRight {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
}

    .BigBSec10TopRight img {
        float: left;
        margin-right: 20px;
    }

    .BigBSec10TopRight h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
    }

    .BigBSec10TopRight p {
        color: #fff;
        font-size: 20px;
    }

    .BigBSec10TopRight h2 span {
        color: #ED0B70;
    }

.Bconditions {
}

.BconditionsimgRight {
    position: absolute;
    right: 0;
}

.restrictions .BBbutton img {
    position: absolute;
    top: 21%;
    left: 33%;
    width: 150px;
}

    .BigBSec11 {
        background-image: url('/assets/images/BigBubble/102.png');
        padding: 5% 0;
    }

    .BigBSec11Left h1 {
        font-size: 50px;
        font-weight: 700;
        color: #000;
    }

    .BigBSec11Left {
        background: #fff;
        border-radius: 20px;
        padding: 20px;
    }

        .BigBSec11Left h4 {
            margin: 10px 0;
        }

    .Bprocess {
        background: #1a369c;
        color: #fff;
        margin-bottom: 20px;
        padding: 20px;
    }

        .Bprocess h3 {
            font-weight: 600;
            margin-bottom: 15px;
        }

    .BigBSec12 {
        background-image: url('/assets/images/BigBubble/68.jpg');
        padding: 5% 0;
    }

        .BigBSec12 h1 {
            position: absolute;
            margin-top: 15%;
            color: #fff;
            font-size: 60px;
            margin-left: 5%;
            font-weight: 700;
        }

        .BigBSec12 h3 {
            color: #fff;
            padding: 2% 0;
        }

    .BigBSec4 .BBbutton {
        position: absolute;
        top: 35%;
        left: 30%;
    }

    .BigBSec10TopRightMob {
        display: none;
    }

    .BBFormSubmit button {
        background: transparent;
        border: none;
        cursor: pointer;
    }

    @media (max-width: 767px) {
        .BigBsec1-Left h2 {
            font-size: 36px;
        }

        .BigBsec1-Left h2 {
            font-size: 36px;
            padding: 10px 0;
        }

        .BBBgBlack h1 {
            font-size: 20px;
        }

        .BigBSec4 .BBbutton img {
            width: 150px;
        }

        .BigBSec4-right h1 {
            font-size: 26px;
        }

        .BigBSec4-rightMob {
            text-align: center;
        }

        .BigBsec2-Left h2 {
            font-size: 30px;
            padding: 10px 0;
        }

    .BigBSec3 {
        background-color: #000;
        padding-top: 5%;
        background: #000;
    }

        .BigBSec5 {
            background: #000;
        }

        .BigBSec590 {
            text-align: center;
        }

            .BigBSec590 h1 {
                position: absolute;
                top: 35%;
                left: 43%;
            }

    .BigBSec5-right .BBbutton {
        text-align: center;
    }

    .BigBSec4-right p {
        padding: 4% 0;
    }

    .BigBSec6BtnWrap h1 {
        font-size: 30px;
        margin-left: 5%;
    }

    .BigBSec6-rightContent h2 {
        margin-left: 3%;
        width: 77%;
    }

    .bgYlw {
        min-height: 85px;
        margin-bottom: 10px;
    }

        .BigBSec8Content {
            width: 100%;
        }

        .BigBSec9TopLeft {
            display: none;
        }

        .BigBSec9Bottom h3 {
            color: #fff;
            font-size: 24px;
        }

    .crown1 h4,
    .crown2 h4,
    .crown3 h4 {
        color: #fff;
    }

    .crown1,
    .crown2,
    .crown3 {
        padding: 15px 0;
    }

    .BigBSec10TopLeft {
        width: 80%;
    }

        .BigBSec10TopLeft h2 {
            font-size: 30px;
        }

    .BigBSec10TopRight {
        display: none;
    }

    .BigBSec10TopRightMob {
        display: block;
    }

    .BigBSec10TopRightMob {
        width: 90%;
        margin: 0 auto;
        padding: 5% 0;
    }

        .BigBSec10TopRightMob img {
            float: left;
            margin-right: 20px;
        }

        .BigBSec10TopRightMob h2 {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
        }

        .BigBSec10TopRightMob p {
            color: #fff;
            font-size: 20px;
        }

        .BigBSec10TopRightMob h2 span {
            color: #ED0B70;
        }

        .BigBSec10TopRightMob .BBbutton {
            text-align: center;
            padding-bottom: 10px;
        }

    .BigBSec11Left h1 {
        font-size: 36px;
    }

    .BigBSec12 h1 {
        font-size: 30px;
    }

        .BigBSec12 h3 {
        font-size: 16px;
        }

        .restrictions .BBbutton img {
            top: 36%;
        }

        .Bconditions .BBbutton {
            text-align: center;
            padding-bottom: 10px;
        }
    }

/**********************************/

/*BigBubble Form Style*/
.BigBubbleForm {
    margin-top: 7%;
    background-color: #4c4949;
}

.TopConterntText h2 {
    color: #fff;
    text-align: left;
    font-size: 60px;
    letter-spacing: 3px;
    font-family: 'Inter-Regular' !important;
    margin-left: 20px;
}

.TopConterntText h1 {
    color: #fff;
    text-align: center;
    font-family: 'Inter-Regular' !important;
}

.TopConterntText {
    margin: 0 0 0 15%;
}

    .TopConterntText img {
        /*width: 100%;*/
        width: 600px;
    }

.RewardContentWrapSection {
    background-image: url('/assets/images/BigBubble/2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80%;
    margin: 0% auto 2%;
}

.TopContent {
    display: flex;
    padding-top: 5%;
}

.RewardContentWrap {
    display: flex;
    width: 80%;
    margin: 0% auto 0%;
    color: #fff;
}

.RewardText {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-family: 'Inter-Regular' !important;
    padding-bottom: 2%;
}

    .RewardContent1, .RewardContent2 {
        width: 33%;
        text-align: center;
        font-size: 30px;
    }

    .RewardContent3 {
        width: 33%;
        text-align: center;
        font-size: 30px;
        margin-top: 6%;
    }

    .RewardContent1 img, .RewardContent2 img {
        width: 100px;
        margin: 25px 0;
        padding-top: 10%;
    }

    .RewardContent3 img {
        height: 125px;
        width: 50%;
    }

    .RewardContent1 p span, .RewardContent2 p span, .RewardContent3 p span {
        font-size: 50px;
    }

.startBtn {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 4%;
}

.BigBubbleForm {
    text-align: center;
    /* padding-top:5%;*/
}

.labelText {
    color: #fff;
    font-size: 70px;
    line-height: 72px;
    padding: 1% 0 1% 0;
    letter-spacing: 4px;
    font-family: 'Inter-Regular' !important;
    word-spacing: 10px;
}

.BBFormGroup label {
    color: #fff;
    font-size: 25px;
    font-family: 'Inter-Regular' !important;
}

.BBSection2Title {
    color: #fff;
}

    .BBSection2Title p {
        font-size: 30px;
        padding: 2% 0px;
    }

        .BBSection2Title p span {
            color: #FFDA00;
        }

.searchicon {
    color: #5CB85C;
}

    .items-collection {
        margin: 20px 0 0 0;
    }

        .items-collection label.btn-default.active {
            background-color: #007ba7;
            color: #FFF;
        }

        .items-collection label.btn-default {
            width: 90%;
            border: 1px solid #305891;
            margin: 5px;
            border-radius: 17px;
            color: #305891;
        }

        .items-collection label .itemcontent {
            background-image: url(/assets/images/BigBubble/8.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

    .items-collection .btn-group {
    }

.multibuttonWrap h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Inter-Regular' !important;
}

.multibuttonWrap h5 {
    color: #fff;
    font-family: 'Inter-Regular' !important;
    font-size: 30px;
    word-spacing: 3px;
}

.numberFunction span {
    cursor: pointer;
}

.numberFunction .minus,
.numberFunction .plus {
    width: 0px;
    /*height: 0px;*/
    background: #f2f2f2;
    border-radius: 4px;
    border: 0px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.numberFunction input {
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 30px;
    border: 3px solid #ddd;
    border-radius: 5px;
    background-color: #ffda00;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Inter-Regular' !important;
}

.numberCount {
    display: flex;
    margin-bottom: -10%;
}

.numberFunction span.minus,
.numberFunction span.plus {
    display: block;
}

.mb-12 {
    margin-bottom: 4.5rem !important;
}

.numberText {
    text-align: right;
    padding-top: 12%;
    width: 150px;
    color: #fff;
    padding-right: 20px;
    font-family: 'Inter-Regular' !important;
}

.multiNumberWrap h2 {
    margin: 3% 0;
    color: #fff;
    font-size: 60px;
    letter-spacing: 3px;
    font-family: 'Inter-Regular' !important;
}

.BBSection3TopContent {
    color: #fff;
}

.BBSection4TopContent {
    color: #fff;
}

.NextButton h4 {
    color: #fff;
}

.BBThankyouSection {
    color: #fff;
}

.BBFormSec1 {
    background-image: url('/assets/images/BigBubble/27.png');
}

.TopContentImg img {
    width: 200px;
    margin-top: -15%;
}

.getStartBtn {
    position: relative;
    margin-top: -5%;
}

    .getStartBtn h4 {
        background-image: url('/assets/images/BigBubble/3.png');
        background-repeat: no-repeat;
        padding: 25px;
        width: 20%;
        font-size: 20px;
        font-family: 'Inter-Regular' !important;
        margin: 0 auto;
        margin: 0 auto;
        background-size: 100% 100%;
    }

.inputBG {
    background-image: url('/assets/images/BigBubble/21.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px 75px;
}

    .inputBG input {
        background: transparent;
        border: none;
        text-align: inherit;
        font-weight: 500;
        width: 35%;
        height: 80px;
        font-size: 28px;
    }

        .inputBG input:-internal-autofill-selected {
            background-color: transparent !important;
        }

        .inputBG input::placeholder {
            color: black;
            font-size: 40px;
            word-spacing: 4px;
            font-family: 'Inter-Regular' !important;
        }

        .inputBG input:focus {
            outline: none;
        }

.bottomButton {
    background: #FFDA00;
}

    .bottomButton img {
        padding: 1%;
    }

.BBNextButton {
    position: absolute;
    right: 10%;
    margin-top: -4%;
}

.BBPrevButton {
    position: absolute;
    left: 10%;
    margin-top: -4%;
}

.BBNextButton .button1 {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a0a0a0;
}

.BBPrevButton .button1 {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a0a0a0;
}

.BBSection2Title img {
    width: 500px;
    margin-top: 5%;
}

.BBSection2 {
    background-image: url('/assets/images/BigBubble/27.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bizmoduleselect {
    /*  background-image: url('/assets/images/BigBubble/8.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yellowBr {
    background-color: #FFDA00;
    border-radius: 20px;
}

.itemcontent h3 {
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
}

.itemcontent input[type='checkbox']:checked .itemcontent {
    background: red;
}

.bizmoduleselect label.btn-secondary {
    background: transparent;
    border: none;
}

.bizmoduleselect .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #FFDA00;
    padding: 1px;
    border-radius: 26px;
}

.bizmoduleselect input {
    display: none;
}

.numberFunction .minus img {
    width: 35px;
    margin-top: -1px;
    margin-left: 20px;
}

.numberFunction .plus img {
    width: 35px;
    margin-top: 0px;
    margin-left: 17px;
}

.bottomButton h1 {
    padding: 15px;
    font-weight: 700;
}

.BBSection3,
.BBSection4,
.BBThankyouSection {
    background-image: url('/assets/images/BigBubble/27.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.BBSection3Left img {
    width: 65%;
}

.BBSection3Top {
    padding-top: 3%;
}

.BBSection4Top {
    padding-top: 3%;
}

.BBSection4TopContent img {
    width: 70%;
}

.BBFormSubmit h4 {
    padding: 20px;
    color: #fff;
    font-size: 50px;
    font-family: 'Inter-Regular' !important;
}

.BBThankyuTop {
    padding-top: 1%;
}

.BBThankyuImg1 img {
    width: 300px;
}

.BBThankyuImg2 img {
    /*width:40%;*/
}

.BBThankyuBottom img {
    width: 300px;
}

@media (max-width: 767px) {
    .BBFormSec1 {
        padding-top: 10%;
    }

    .TopConterntText img {
        width: 200px;
    }

    .TopConterntText h2 {
        font-size: 20px;
        margin-left: 5px;
    }

    .TopContentImgMob img {
        width: 70px;
    }

    .RewardText img {
        width: 285px;
    }

        .RewardContent1 img, .RewardContent2 img {
            width: 65px;
            margin: 9px 0;
        }

        .RewardContent3 img {
            width: 65px;
            margin: 11px 0 9px;
            height: 75px;
        }

        .RewardContent3 {
            margin-top: 4%;
        }

    .RewardText {
        font-size: 15px;
    }

    .getStartBtn {
        position: relative;
        margin-top: -5%;
        margin-top: -8%;
        width: 85%;
        margin-left: 10%;
    }

        .getStartBtn h4 {
            width: 70%;
        }

    .labelText {
        font-size: 30px;
        line-height: 32px;
        padding-top: 4%;
    }

    .inputBG {
        background-size: 250px 65px;
    }

        .inputBG input {
            width: 100%;
        }

    .BBSection2Title img {
        width: 299px;
        margin-top: 15%;
    }

    .BBNextButton {
        position: relative;
        right: 0%;
        margin-top: 1%;
    }

    .multibuttonWrap h2 {
        font-size: 30px;
    }

    .BBmobDiv {
        width: 50%;
    }

    .bizmoduleselect h3 {
        font-size: 20px;
    }

    .multiNumberWrap h2 {
        font-size: 30px;
    }

    .BBmobDiv .numberCount {
        padding-bottom: 10%;
    }

    .numberText {
        width: 100px;
        margin-top: 15%;
    }

    .BBmobDiv1 {
        margin-bottom: 5%;
    }

    .numberFunction .plus img {
        margin-left: 20px;
    }

    .bottomButton h1,
    .bottomButton h1 {
        font-size: 20px;
    }

    .BBSection3Top {
        padding-top: 10%;
    }

    .BBSection3Left,
    .BBSection3Right {
        text-align: center;
    }

    .BBSection4Top {
        padding-top: 10%;
    }

    .BBSection4TopLeft,
    .BBSection4TopContent {
        text-align: center;
    }

    .BBThankyuTop {
        padding-top: 20%;
    }

        .BBThankyuTop h2 {
            font-size: 18px;
        }

    .inputBG input::placeholder {
        font-size: 30px;
    }

    .BBPrevButton {
        position: absolute;
        left: 10%;
        margin-top: -11%;
    }

    .BBNextButton .button1 {
        margin-left: 50%;
    }

    .prevbtn3 {
        margin-top: 4px !important;
    }

    .BBFormSubmit h4 {
        font-size: 30px;
    }

    .BBSection2Title p {
        font-size: 16px;
    }
}

/*clinik style here*/
.insurancefullBlock {
    background-image: url('/assets/images/clinikk/WebviewBG.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ClinikkWrap {
    padding-top: 5%;
    width: 65%;
}

.logoWrap {
    background: linear-gradient(to bottom, #33ccff 0%, #660033 -2%);
}

    .logoWrap img {
        width: 150px;
        margin-left: 10px;
        margin-top: 4px;
    }

.pretopText {
    float: right;
}

    .pretopText p {
        margin-top: 10%;
        margin-right: 20px;
        color: #fff;
    }

.insuranceWrap {
    background-image: url('/assets/images/clinikk/IndianDoctorOne.png');
    background-repeat: no-repeat;
    background-size: 912px;
    background-color: #fff;
}

.insuranceWrap1 {
    background-image: url('/assets/images/clinikk/IndianDoctorTwo.png');
    background-repeat: no-repeat;
    background-size: 912px;
    background-color: #fff;
}

.insuranceContent {
    background-image: url('/assets/images/clinikk/111.png');
    background-repeat: no-repeat;
    margin: 12% 7% 0% 5%;
    width: 60%;
}

.insuranceContent1 {
    background-image: url('/assets/images/clinikk/112.png');
    background-repeat: no-repeat;
    margin: 45% auto 0;
    width: 70%;
}

.ins1 img {
    width: 60px;
    margin-top: -7%;
}

.ins1form img {
    width: 60px;
    margin-top: -5%;
}

.ins2 {
    padding: 5%;
    text-align: center;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

    .ins2 h3 {
        color: #fff;
    }

    .ins2 h1 {
        font-size: 65px;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 2px 4px #847c7c;
        margin-top: 10px;
        font-family: 'Inter-Regular' !important;
    }

    .ins2 img {
        width: 120px;
        height: 50px;
        margin-top: 10px;
    }

    .ins2 h2 {
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 2px 4px #847c7c;
    }

    .ins2 h4 {
        font-weight: 600;
        margin-top: 2%;
    }

    .ins2 h5 {
        color: #fff;
        padding-top: 5%;
    }

.insFeature1 ul li img {
    width: 30px;
}

.insFeature1 ul li {
    display: flex;
    list-style-type: none;
    margin: 2% 0;
}

.insFeature1 {
    margin-left: 5%;
}

    .insFeature1 ul li p {
        margin-top: 5px;
        margin-left: 10px;
    }

.insProceed {
    display: flex;
    justify-content: center;
}

.insPeoceed1 img {
    width: 150px;
    margin-top: 5px;
}

.inssubmit1 img {
    width: 40px;
}

.insuranceWrap2 {
    background-image: url('/assets/images/clinikk/Stethoscope.png');
    background-repeat: no-repeat;
    background-size: 912px;
}

.insplan2 {
    padding: 2% 5%;
}

    .insplan2 p {
        color: #fff;
        padding: 6px 0;
    }

    .insplan2 h2 {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 2px 4px #252525;
    }

    .insplan2 img {
        width: 120px;
        height: 50px;
    }

    .insplan2 h4 {
        font-size: 20px;
        padding-top: 5px;
        font-weight: 600;
        color: #e7f155;
    }

.insProceedplan2 {
    display: flex;
    margin-left: 5%;
}

.clinikkLogo {
    margin-top: 2%;
    margin-left: 5%;
}

    .clinikkLogo p {
        color: #fff;
        font-size: 10px;
    }

    .clinikkLogo img {
        width: 150px;
    }

.clinikkLogo1 img {
    width: 150px;
}

.clinikkLogo1 p {
    font-size: 10px;
}

.insuranceContentBlock {
    display: flex;
}

.medicalicon {
    margin-top: 55%;
}

.insinputBG1 {
    background-image: url('/assets/images/clinikk/1.png');
}

.insinputBG2 {
    background-image: url('/assets/images/clinikk/2.png');
}

.insuranceForm {
    width: 60%;
    margin: 0 auto;
}

.insForm input {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
}

.insForm select {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align-last: center;
}

/*****************/
.commentForm input {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
}

.commentForm select {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align-last: center;
}

.commentForm button {
    border: none;
    padding: 0;
}

    .commentForm button img {
        width: 200px;
    }

/*********/
.ins-submit button {
    border: none;
    padding: 0;
    cursor: pointer;
}

    .ins-submit button img {
        width: 200px;
    }

.insTC {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

.insForm input::-webkit-input-placeholder {
    color: #000;
}

.insTC p a {
    color: #0056b3;
}

@media (max-width: 767px) {
    .insuranceForm {
        width: 70%;
        margin: 0 auto;
    }

    .insplan2 {
        padding: 2% 10%;
    }

    .insProceedplan2 {
        margin-left: 10%;
    }

    .clinikkLogo {
        margin-left: 10%;
    }

    .ClinikkWrap {
        width: 100%;
        padding-top: 15%;
    }

    .logoWrap img {
        width: 100px;
        margin-left: 20px;
    }

    .pretopText p {
        margin-top: 5%;
    }

    .insuranceWrap {
        background-size: 470px;
    }

    .insuranceContent {
        margin: 8% 7% 0% 0%;
        width: 100%;
    }

    .insuranceContent1 {
        width: 70%;
    }

    .ins2 {
        width: 100%;
    }

        .ins2 h3 {
            font-size: 18px;
        }

        .ins2 h1 {
            font-size: 36px;
        }

    .insFeature1 ul li img {
        width: 25px;
        height: 25px;
    }

    .insuranceWrap2 {
        background-size: 600px;
    }

    .insuranceWrap1 {
        background-size: 570px;
    }

    .insFeature1 ul li p {
        margin-top: 0px;
        font-size: 12px;
    }

    .insplan2 h2 {
        font-size: 36px;
    }

    .insurancefullBlock {
        background: none;
    }

    .ins-submit button img {
        width: 150px;
    }

    .insTC {
        width: 95%;
        margin-bottom: 5%;
    }

    .ins2 h2 {
        font-size: 24px;
        padding-top: 12px;
    }
}

@media (max-width: 400px) {
    .insuranceWrap1 {
        background-size: 500px;
    }

    .logoWrap img {
    }

    .pretopText p {
        margin-top: 7%;
        font-size: 12px;
    }
}

/*Portea Styles start*/
.porteaBanner img {
    width: 100%;
    margin-top: 3%;
}

.colivecares2 {
    background-image: url('/assets/images/portea/15.png');
    background-repeat: no-repeat;
}

.colivecares2Left {
    padding: 12% 5% 10% 10%;
}

    .colivecares2Left h3 {
        color: #fff;
        background: #000;
        padding: 10px;
        width: 50%;
    }

.colivecaresb1 {
    margin: 10px 0;
    background: #b33e3e;
    color: #fff;
    padding: 10px;
}

.colivecaresb2 {
    background: #98542d;
    color: #fff;
    padding: 10px;
}

.porteaOffer {
    margin-top: 70%;
    width: 80%;
    margin-left: 15%;
}

    .porteaOffer p {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .porteaOffer ul li {
        font-size: 20px;
        list-style-type: none;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .porteaOffer ul li img {
            width: 40px;
            margin-right: 20px;
        }

.doctorContent {
    float: left;
}

.doctor img {
    float: right;
}

.bed img {
    width: 400px;
}

.doctorContent h3 {
    font-size: 24px;
}

.doctorContent h1 {
    font-weight: bold;
}

.colivecares5left h2 {
    padding: 0% 0 0 10%;
    font-weight: 600;
}

    .colivecares5left h2 span {
        color: #ef0073;
        font-weight: 600;
    }

.colivecares5left h3 {
    font-size: 22px;
    margin-left: 10%;
}

.colivecares5 {
    background-color: #ffefef;
}

.bed h3 {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #fff;
    padding: 5px;
    background: #000;
}

.colivecares4 img,
.colivecares3 img {
    width: 100%;
}

.isolation h2 {
    padding: 10px;
    text-align: center;
    background: #ec6b6b;
    color: #fff;
    font-weight: 700;
}

.colivecares6-left h3,
.colivecares7-left h3 {
    text-align: center;
    width: 50%;
    background: #000;
    color: #fff;
    padding: 5px;
    margin: 0 auto;
}

.inclusion {
    width: 50%;
    margin: 10% auto 5%;
}

    .inclusion h3 {
        text-align: center;
        background: #e43939ed;
        color: #fff;
        border-radius: 20px;
        padding: 5px;
        font-weight: 600;
    }

.colivecares7-left {
    text-align: center;
}

.colivecares7 {
    background: #fdf9e1;
}

.priceBlock {
    background: #c55353;
}

    .priceBlock h1 {
        color: #fff;
        font-weight: 700;
    }

    .priceBlock h5 {
        color: #fff;
    }

    .priceBlock h2 {
        font-weight: 600;
    }

.complemetory {
    margin-top: 10%;
}

    .complemetory h3 {
        background: #e60000;
        padding: 5px;
        color: #fff;
    }

    .complemetory ul li {
        list-style-type: none;
        font-size: 16px;
        line-height: 20px;
        padding-top: 5px;
    }

.RemoteMedical ul li {
    list-style-type: disc;
}

.RemoteMedical ul {
    margin-left: 4%;
}

.colivecares8 {
    text-align: center;
}

    .colivecares8 h3 {
        width: 25%;
        background: #000;
        margin: 0 auto;
        color: #fff;
        padding: 5px;
    }

.colivecares8 {
    padding: 8%;
    background: #fbf06d;
}

    .colivecares8 h1 {
        font-weight: 600;
        padding: 10px;
    }

    .colivecares8 p {
        font-weight: 600;
    }

.colivecares9 {
    text-align: center;
}

.colivecares9 {
    padding: 5%;
    text-align: center;
    color: #fff;
    background: #000;
}

    .colivecares9 p {
        text-align: justify;
    }

    .colivecares9 h2 {
        font-weight: 700;
    }

.colivecares10 {
    text-align: center;
    background: #000;
}

    .colivecares10 h2 {
        color: #fff;
        font-weight: 600;
    }

    .colivecares10 p {
        color: #fff;
        text-align: justify;
    }

.colivecares11 {
    background: #000;
}

    .colivecares11 h1 {
        text-align: center;
        color: #fff;
        font-size: 72px;
        font-weight: 700;
    }

.colivecares11 {
    padding: 10%;
}

    .colivecares11 h3 {
        font-weight: 600;
        color: #ef0073;
    }

    .colivecares11 h4 {
        color: #fff;
    }

.healthbutton {
    margin-top: 5%;
    float: right;
}

    .healthbutton h3 {
        background: #000;
        color: #fff;
        padding: 6px;
    }

@media (max-width: 767px) {
    .porteaOffer p {
        font-size: 14px;
        line-height: 20px;
    }

    .porteaBanner img {
        width: 100%;
        margin-top: 15%;
    }

    .colivecares2 {
        background-size: 500px;
    }

        .colivecares2 h3 {
            width: 100%;
            font-size: 16px;
        }

    .colivecaresb1 h2,
    .colivecaresb2 h2 {
        font-size: 11px;
    }

    .porteaOffer {
        margin-top: 65%;
        width: 100%;
        margin-left: 15%;
    }

        .porteaOffer ul li {
            font-size: 14px;
            list-style-type: none;
            line-height: 16px;
            margin-bottom: 10px;
        }

            .porteaOffer ul li img {
                width: 30px;
                margin-right: 10px;
            }

    .healthbutton {
        float: left;
    }

        .healthbutton a {
            font-size: 12px;
        }
}

/*Deals UI*/
.dealItem1 {
    background-color: var(--dealBG1);
    background-size: cover;
    min-height: 300px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.dealItem2 {
    background-color: var(--dealBG2);
    background-size: cover;
    color: var(--dealBG2desc);
    border-radius: 20px;
    margin-bottom: 10px;
}

.dealItem3 {
    background-color: var(--dealBG3);
    background-size: cover;
    color: var(--dealBG3desc);
    border-radius: 20px;
    margin-bottom: 10px;
}

.dealItem4 {
    background-color: var(--dealBG4);
    background-size: cover;
    color: var(--dealBG4desc);
    border-radius: 20px;
    margin-bottom: 10px;
}

.dealIImage {
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dealIImage img {
        max-height: 170px;
        max-width: 200px;
    }

.dealDesc {
    padding: 15px;
}

    .dealDesc h6 {
        font-size: 14px;
        margin-top: 5px;
        font-weight: 400;
        line-height: 18px;
    }

.dealbtnWrap {
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
}

    .dealbtnWrap .deal-btn-primary {
        padding: 6px 22px;
        font-weight: 500;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        background-color: #e9ecf1;
        color: #112950;
    }

    .dealbtnWrap .deal-btn-secondary {
        padding: 6px 20px;
        font-weight: 500;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        background: var( --deal1-secbtnBG);
        color: var(--deal1-secbtntext);
    }

.dealItem2 .deal-btn-primary {
    background: var( --deal2-btnBG);
    color: var(--deal2-btntext);
}

.dealItem3 .deal-btn-primary {
    background: var( --deal3-btnBG);
    color: var(--deal3-btntext);
}

.dealItem4 .deal-btn-primary {
    background: var( --deal4-btnBG);
    color: var(--deal4-btntext);
}

.dealsWrap {
    background: #f8f9fa;
    padding: 20px 0;
}

    .dealsWrap h3 {
        color: #324b72;
        padding-bottom: 15px;
        font-size: 20px;
    }

@media (max-width: 767px) {
    .dealbtnWrap .deal-btn-secondary {
        padding: 8px 22px;
        margin-left: 0px;
    }

    .dealbtnWrap .deal-btn-primary {
        padding: 6px 22px;
    }
}

.section-top {
    padding-top: 35px;
}

.features.section-top {
    padding-top: 0px;
}

/*****Trending Properties*****/
.trendingBlock {
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

    .trendingBlock img {
        border-radius: 10px 10px 0 0;
    }

    .trendingBlock p.propertyTitle {
        font-weight: 600;
        padding: 5px 4px;
        color: #000;
    }

        .trendingBlock p.propertyTitle:hover {
            color: #ef0073;
            cursor: pointer;
        }

.prop_loc img {
    width: 14px !important;
}

.pricing .fa-inr {
    font-size: 12px;
    margin-right: 3px;
}

.TextAlignJustfy {
    padding: 0 10px;
}

.price h6.pricing {
    font-size: 12px !important;
}

@media(max-width: 768px) {
    .RightOurSection .o-feature {
        display: flex;
    }

    .o-feature .TabAlignImg {
        margin: 0 0 !important;
    }

    .o-feature p.TabViewText {
        text-align: left;
        margin-left: 15px;
    }

    .colive-corp {
        font-size: 24px !important;
    }

    .colive-subtitle {
        font-size: 12px !important;
        line-height: 20px !important;
        margin-bottom: 20px !important;
    }
}

.exploreWrapper .btn-secondary:hover {
    color: #fff !important;
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}

.Tenant-page-wrap .navButtons .btn-primary {
    background: #fff;
    border: 2px solid #ef0073;
}

.booknows section.login-wrap .signup-box {
    background: transparent;
    padding: 0;
}

.TermsWrapper span.spnTerms a {
    color: #EF0073;
    font-weight: 400;
}

    .TermsWrapper span.spnTerms:before a {
        background-color: #ffffff;
        top: 3px;
        border: 2px rgba(0,0,0,0.5) solid;
        width: 20px;
        height: 20px;
        border-radius: 3px !important;
    }

#QviewPropertyImages > .owl-nav {
    text-align: left !important;
}

    #QviewPropertyImages > .owl-nav > button > span {
        color: #fff !important;
    }

.QviewPropertyImg > .owl-nav > button > span {
    color: #000 !important;
}

/*Mega Menu Css ends***/

/****New Homepage Css*****/

/******Header********/
.navcenter ul {
    display: flex;
}

    .navcenter ul li {
        list-style-type: none;
        margin: 0 15px;
        text-align: center;
    }

        .navcenter ul li svg {
            width: 30px;
            height: 20px;
        }

        .navcenter ul li a {
            color: #ef0073;
        }

.headermenu {
    margin-top: 10px;
    margin-right: 30px;
}

.headerdropdown {
    width: 1000px !important;
    background: #f6f4f4 !important;
    min-height: 300px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .headerdropdown .dropdown-item {
        width: 24% !important;
        display: inline-block !important;
    }

.menu-info {
    margin-right: 5%;
}

.dropdown-toggle::after {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: #ef0073;
}

.headermenu i {
    color: #ef0073;
}

#lilocationsMenuWrapper i {
    color: #ef0073 !important;
}

.headermenuitem {
    padding: 4% 0;
    width: 24%;
    float: left;
    text-align: center;
}

    .headermenuitem p {
        font-weight: 400;
        color: #000;
    }

    .headermenuitem i {
        color: #ef0073;
    }

.footermenu ul {
    justify-content: center;
}

.footermenu {
    padding: 0;
    background: #ffefef;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navcenter ul li {
    padding: 18px 5px 2px 5px;
    border-bottom: 2px solid #fefbfa;
    font-size: 14px;
    font-weight: 400;
}

    .navcenter ul li:hover {
        /*border-bottom: 2px solid #e62e6a;*/
    }

    .navcenter ul li.active {
        /*border-bottom: 2px solid #e62e6a;*/
    }

        .navcenter ul li.active > svg {
            fill: #e62e6a !important;
        }

    .navcenter ul li .user-info {
        padding-left: 0px !important;
    }

.activityitem img {
    width: 24px;
}

.activityblock {
    text-align: center;
    margin: 2%;
    background: #fff;
    border-radius: 10px;
    padding: 2%;
    display: flex;
    flex-flow: wrap;
}

.activityitem {
    width: 24%;
    display: inline-block;
    margin-bottom: 1%;
}

    .activityitem p {
        color: #514c4c;
        font-size: 10px;
        font-weight: 500;
    }

.headerdropdown h2 {
    padding: 0px 20px 0;
    font-size: 16px;
    color: #212529;
}

.sec2Content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section2text h2 {
    font-size: 40px;
    color: #ef0073;
    margin-bottom: 10%;
}

.section2text h5 {
    font-size: 24px;
    color: #ef0073;
}

.sectiontwo img {
    border-radius: 30px 0 0 30px;
}

.sectionthree {
    margin-top: 10%;
}

.sectiontwo {
    margin-top: 10%;
}

.sectionthree h2 {
    font-size: 40px;
    color: #ef0073;
}

.sectionthree h5 {
    font-size: 20px;
    margin-top: 5%;
}

.section3text img {
    width: 100px;
}

.bbox {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 3%;
}

.sectionfour {
    margin-top: 5%;
}

    .sectionfour h1 {
        color: #000;
        text-align: center;
        margin-bottom: 3%;
        font-weight: 700;
    }

@media (max-width: 767px) {
    .mblmenu-info {
        width: 65px;
        margin-top: 5px;
    }

    .headermenu {
        width: 25px;
        float: left;
        margin-right: 0;
        margin-top: 0;
    }

    .colive_design_nav .navbar-collapse {
        right: 0 !important;
    }

    .Mobileviw_Logout_Nav_li a {
        color: #ef0073;
    }

    .nav-item Mobileviw_Logout_Nav_li Mobileview_Nav_Home:before {
        content: "\f045";
        padding: 0 12px 0 0;
        position: relative;
        top: 1px;
        width: 30px;
        text-align: center;
    }
}

@media (max-width:455px) {
    .activityblock {
        margin: 4%;
    }

    .menuwrapp .headerdropdown {
        position: absolute;
        right: -100% !important;
        top: -20px !important;
        left: -10px !important;
    }

    .headerdropdown {
        width: 410px !important;
        padding-left: 0px !important;
        height: 585px !important;
    }

    .cat-block a p {
        width: 85.5%;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .mobile-burgericon-div-align .dropdown-menu {
        right: 0 !important;
    }
}

@media (max-width:400px) {
    .headerdropdown {
        width: 375px !important;
        padding-left: 0px !important;
        height: 510px !important;
    }

    .menuwrapp .headerdropdown {
        top: -20px !important;
        left: 2px !important;
    }
}

.showmorebtn {
    border: none;
    color: #324b72;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 0px 10px;
    background-color: transparent;
}

.showmore {
    margin-top: 5px;
    float: right;
}

    .showmore i {
        font-size: 16px;
        padding: 0 3px;
    }

.myborder {
    border-color: #ef0073 !important;
}

.cat-label {
    margin-top: -30px !important;
    color: white !important;
    font-weight: bold !important;
    font-size: medium !important;
    text-align: center;
}

.pagelink {
    height: 25px;
    width: 25px;
}

.trendingWrap {
    margin-top: 50px;
}

.primeWrap {
    margin-top: 5px;
}

#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;
        }

/*****Trending Properties*****/
.trendingBlock {
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

    .trendingBlock img {
        border-radius: 10px 10px 0 0;
    }

    .trendingBlock p.propertyTitle {
        font-weight: 600;
        padding: 5px 4px;
        color: #000;
    }

        .trendingBlock p.propertyTitle:hover {
            color: #ef0073;
            cursor: pointer;
        }

.prop_loc img {
    width: 14px !important;
}

.pricing .fa-inr {
    font-size: 12px;
    margin-right: 3px;
}

.TextAlignJustfy {
    padding: 0 10px;
}

.price h6.pricing {
    font-size: 12px !important;
}

.scheduleFreeVissit {
    padding-left: 0px;
    padding: 0;
}

    .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;
        }

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    /* background: #333; */
    width: 100%;
    top: 50%;
   /* transform: translateY(-50%);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .controls:focus {
        outline: none;
    }

li:hover {
    cursor: pointer;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    : before

{
    content: '.slider-container';
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.my-slider {
    position: relative;
}

.slider-item {
    background-color: rgb(32, 34, 44);
    color: white;
    border-right: 2px solid #333;
    padding: 1.5rem .75rem;
    position: relative;
    : before

{
    content: '.slider-item';
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

:hover {
    cursor: pointer;
}

}

.citytrend {
    margin-left: 3%;
}

.owl-prev {
    font-weight: 600;
    float: left !important;
   /* margin-top: -40px !important;*/
}

.owl-next {
    font-weight: 600;
    float: right !important;
    /*margin-top: -40px !important;*/
}

.owl-loaded {
    color: rgb(32, 34, 44);
    padding-bottom: 10px;
}

.owl-nav {
    position: absolute;
    right: 0;
    width: 100%;
}

.owl-stage-outer {
    width: 100%;
    margin: 0 auto;
}

.owl-stage {
    width: 100%;
}

.trendRed {
    font-size: 16px;
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

.trendGreen {
    font-size: 16px;
    margin-left: 5px;
    color: lawngreen;
    font-weight: bold;
}

.trendLabel {
    font-size: 18px;
}

.trendRupee {
    font-size: 24px;
}

.cityTrendChip {
    display: inline-block;
    padding: 0px 15px;
    height: 35px;
    width: 140px;
    /* top: 6px; */
    font-size: 16px;
    line-height: 35px;
    border-radius: 25px;
    background-color: #9b9497;
}

@media (max-width:425px) {
    .trendRed {
        font-size: 7px;
        margin-left: 5px;
        color: red;
        font-weight: bold;
    }

    .trendGreen {
        font-size: 7px;
        margin-left: 5px;
        color: lawngreen;
        font-weight: bold;
    }

    .trendLabel {
        font-size: 9px;
    }

    .trendRupee {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    .trendRed {
        font-size: 9px;
        margin-left: 5px;
        color: red;
        font-weight: bold;
    }

    .trendGreen {
        font-size: 9px;
        margin-left: 5px;
        color: lawngreen;
        font-weight: bold;
    }

    .trendLabel {
        font-size: 12px;
    }

    .trendRupee {
        font-size: 16px;
    }
}

.homeslider .owl-loaded {
    background: none !important;
}

.homeslide .slider-item {
    background: transparent;
}

.ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 12px;
    background-color: deeppink;
    color: white;
    border-radius: 25%;
    margin-top: -50px;
    cursor: pointer;
    margin-right: 3px;
}

    .ratingLabel:hover {
        cursor: pointer;
    }

.price-right {
    float: right;
    margin-top: -25px !important;
}

@media (max-width:455px) {
    .cityTrendChip {
        width: 100px !important;
        font-size: 12px !important;
        justify-content: center;
        align-items: center;
        display: flex !important;
        line-height: 1 !important;
    }

    .activityblock {
        margin: 4%;
    }

    .menuwrapp .headerdropdown {
        position: absolute;
        right: -100% !important;
        top: -20px !important;
        left: -10px !important;
    }

    .headerdropdown {
        width: 410px !important;
        padding-left: 0px !important;
        height: 585px !important;
    }

    .cat-block a p {
        width: 100%;
        padding: 0;
        top: 0px;
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .mobile-burgericon-div-align .dropdown-menu {
        right: 0 !important;
    }
}

@media (max-width:414px) {
    .headerdropdown {
        width: 430px !important;
        padding-left: 0px !important;
        height: 620px !important;
    }

    .menuwrapp .headerdropdown {
        top: -14px !important;
        left: 20px !important;
    }
}

@media (max-width:400px) {
    .headerdropdown {
        width: 400px !important;
        padding-left: 0px !important;
        height: 600px !important;
    }

    .menuwrapp .headerdropdown {
        top: -12px !important;
        left: 5px !important;
    }
}

@media (max-width:375px) {
    .headerdropdown {
        width: 385px !important;
        padding-left: 0px !important;
        height: 540px !important;
    }

    .menuwrapp .headerdropdown {
        top: -10px !important;
        left: 15px !important;
    }
}

@media (max-width:360px) {
    .headerdropdown {
        width: 375px !important;
        padding-left: 0px !important;
        height: 515px !important;
    }

    .menuwrapp .headerdropdown {
        top: -15px !important;
        left: 18px !important;
    }

    .showmorebtn {
        border: none;
        color: #324b72;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        text-align: center;
        padding: 0px 10px;
        background-color: transparent;
    }

    .showmore {
        margin-top: 5px;
        float: right;
    }

        .showmore i {
            font-size: 16px;
            padding: 0 3px;
        }
}
.first-section .owl-loaded {
    padding-bottom: 0px !important;
}
.feature-svg img {
    min-width: 20px;
}

.prop_Watsapp {
    margin-right: 8%;
    margin-top: 3%;
}

.inputs input {
    border: 1px solid #ef0073;
    font-size: 20px;
    font-weight: 700;
}
.pay-now-button input {
    display: block !important;
}       
.pay-now-button {
    width: 100px;
    padding: 0px;
    margin:0 auto;
}
    .pay-now-button input {
    display:block !important;
    }

/*vas Item*/
@media(max-width:768px) {
    .checkout-label-form {
    width:100%;
    }

        .checkout-label-form .preview {
            width: auto !important;
        }
        /* .checkout-label-form .checkbox-label {
        width: 40% !important;
    }*/
        .checkout-label-form .checkbox-label-text {
            width: 40% !important;
        }

        .checkout-label-form .checkbox-right {
            width: 20% !important;
        }
}

@media(max-width:400px) {
    .preview {
        width: 100% !important;
    }
    /* .checkout-label-form .checkbox-label {
        width: 45% !important;
    }*/
    .checkout-label-form .checkbox-label-text {
        width: 50% !important;
    }

    .checkbox-label-text select {
        margin-left: 0px !important;
    }

    .checkout-label-form .checkbox-right {
        width: 15% !important;
    }

    .optout {
        width: 35% !important;
    }

    .w-40 {
        width: 35%;
    }
}

.TermsWrapper.conditionWrapper .custom-control-input {
    position: absolute;
    top: 15px;
    display: contents;
}

    .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;
    }

.showmore.rentx-showmore {
    float: right;
    position: absolute;
    right: 25px;
    margin-top: 10px;
    margin-right: 65px;
    z-index: 1;
    bottom: auto;
}

@media (max-width: 767px) {
    .showmore.rentx-showmore {
        float: right;
        position: relative;
        right: 0px;
        margin-top: 10px;
        margin-right: 0px;
        z-index: 1;
        bottom: auto;
    }
}