@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
}

header .navbar {
    backdrop-filter: blur(5px);
}

header .navbar .text p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

header .navbar .menu a {
    color: #fff;
}
@media (min-width:1025px) {
header.fixed-top .navbar{min-height: 60px;    position: relative;}
header.fixed-top .navbar .logo{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
}
.main-bg {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    max-height: 100%;
    position: relative;
    padding-top: 10vh;
    opacity: 1;
    z-index: 1;
background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.main-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1F1F1F80;
    z-index: -1;
}

.main-bg .main-logo {}

.login-box {
    max-width: 550px;
    background-color: #fff;
    margin-top: 20px;
    padding: 30px 30px;
}

.login-box h4 {
    color: #9747FF;
    font-size: 14px;
    font-weight: 400;
}

.login-box h1 {
    font-size: 34px;
    font-weight: 600;
    color: #1F1F1F;
}

.login-box p {
    font-size: 16px;
    color: #8F8F8F;
}

.login-box form label {
    font-size: 14px;
    color: #1F1F1F;
}

.login-box .form-control {
    border-color: #C7C7C7;
}

.login-box form p a {
    font-size: 14px;
    text-decoration: none;
    color: #8F8F8F;
}

.login-box form .pass-show {
    position: absolute;
    text-decoration: none;
    color: #8F8F8F;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.login-box form p {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 400;
}

.login-box form .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
}

.login-box form .form-check-label a {
    color: #9747FF;
    font-weight: 600;
}

.login-box form p a:hover {
    color: #1F1F1F;
}

.login-box .more-option {
    font-size: 14px;
}

.login-box .more-option span {
    font-size: 14px;
    color: #1F1F1F;
}

.login-box .more-option .btn-light:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.login-box .more-option p {
    font-size: 14px;
}

.login-box .more-option p a {
    color: #1F1F1F;
}

.login-box .more-option p a:hover {
    color: #8F8F8F;
}
.login-box input.form-text {
display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;}
.login-box .button.form-submit {
    width: 100%; 
    color: #fff;
    border: 0;
}
.login-box .login-button .button.form-submit{background: transparent;}
.login-box .form-check-label a{color:#9747FF;}
#edit-resend-otp{background: transparent;
    color: #000;}
.head h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.head p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.card-box-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px);
}
#edit-password .password-field, #edit-password  .password-confirm{
display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#edit-password .password-strength__meter{height: 0.35em;}
.card-box {
    max-width: 244px;
}

.card-box a {
    color: #1F1F1F;
    text-decoration: none;
}

.card-box .card {
    min-height: 150px;
}

.card-box .card h2 {
    font-size: 16px;
    font-weight: 600;
}

.card-box a .card p {
    font-size: 12px;
    font-weight: 400;
    color: #8F8F8F;
padding-bottom: 30px;
}

.card-box a:hover .card p {
    color: #1F1F1F;
}

.card-box .card-footer {
    border-top: 0;
}

.card-box .card-img-bottom {
    width: 72px;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 10px;
}

#ForgotPassword .modal-body {
    padding: 40px 30px;
}

#ForgotPassword .forgot {}

#ForgotPassword .forgot h2 {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

#ForgotPassword .forgot h2 a {
    color: #9747FF;
    text-decoration: underline;
}

#ForgotPassword .forgot h2 a:hover {
    text-decoration: none;
}

#ForgotPassword .forgot p {
    max-width: 70%;
}

#ForgotPassword .forgot .input-group-text {
    background-color: transparent;
    border: 1px solid #1F1F1F80;
}

#ForgotPassword .forgot .form-control {
    border-color: #1F1F1F80
}

#VerifyOTP .verify h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 12px;
}

#VerifyOTP .verify p {
    font-size: 16px;
    font-weight: 400;
    color: #1F1F1F;
}

#VerifyOTP .verify p a {
    color: #9747FF;
    font-weight: 600;
}

#VerifyOTP .verify .otp {
    display: flex;
    border: 1px solid #C7C7C7;
    height: 40px;
}

#VerifyOTP .verify .otp input {
    flex: 1 0 0%;
    width: 1%;
    border: 0px;
    text-align: center;
}

#VerifyOTP .verify .otp input:focus-visible {
    outline: none;
}

#VerifyOTP .change-password h2 {
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

#VerifyOTP .change-password p {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}

#VerifyOTP .change-password h2 {}

@media (max-width:767px) {
    .main-bg {
        height: auto;
    }
    .main-bg .main-logo {
        display: none;
    }
}

.our-services {
    background-color: #F4F4F4;
}
.our-services .alert-success {width: 32px;    height: 32px;}
.our-service .date-redirect-form form{display: flex;
    gap: 20px;
    padding-bottom: 14px;}
.our-service .date-redirect-form{margin-bottom: 20px;}
.our-service .form-date{ 
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.our-service form .form-submit{
background: #212529;
    border: 0;
    color: #fff;
    border-radius: 5px;}
.our-service .head-title h1 {
    font-size: 96px;
    font-weight: 200;
}

.our-services h5 {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.our-services h5 a {
    color: #9747FF;
}

.our-services h4 a {
    color: #9747FF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}
.project-single .homes-content.event-book h3{}
.project-single .homes-content.event-book h3 span{color:#8F8F8F;font-size:14px;font-weight:400;}
.project-single .homes-content.event-book h5{color:#F44336;font-size:16px; font-weight:600;}
.project-single .homes-content.event-book p.seating{font-size:12px;font-weight:400;color:#8F8F8F}
.project-single .homes-content.event-book p.seating span{font-weight:600;color:#9747FF;}
.project-single .homes-content {}
.project-single .event-book h3 .sitting-plan{width: 32px;}
.project-single .homes-content h3 {
    font-weight: 600;
    font-size: 16px;
    color: #1F1F1F;
}

.project-single .homes-content .homes-list {
    background: #F4F4F480;
}

.project-single .homes-content .properties {
    
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.project-single .homes-content .properties li {
    flex: 1 0 0%;
}
.project-single .homes-content .properties li a{
color: #000; font-size:13px;
    text-decoration: none;
    border: 1px solid #000;
    padding: 4px 12px;transition: all .3s;}
.project-single .homes-content .properties li:hover a{ color: #ffffff;   background: #000;}
.project-single .homes-content .properties li p {
    font-weight: 400;
    font-size: 12px;
    color: #8F8F8F;
    margin-bottom: 0;
}

.project-single .homes-content .properties li h6 {
    font-weight: 600;
    font-size: 12px;
    color: #1F1F1F;
    margin-bottom: 0;
}

.project-single .homes-content .properties li .button {
    border: 1px solid #1F1F1F;
    padding: 4px 12px;
    min-width: 100px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #1F1F1F;
    transition: all .2s ease-in-out;text-decoration: none;
}

.project-single .homes-content .properties li .button:hover {
    background-color: #1F1F1F;
    color: #f2f2f2;
}

.project-single .homes-content .homes-list {
    background: #F4F4F4;
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.project-single .homes-content .homes-list li {
    flex: 1 0 0%;
}

.project-single .homes-content .homes-list li span {
    font-weight: 600;
    font-size: 13px;
    color: #1F1F1F;
}

.project-single .homes-content .homes-list li p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    color: #1F1F1F;
    margin-bottom: 0;
}

.project-single .homes-content .homes-list li p.total {
    font-size: 20px;
}

.project-single .card-footer .tab ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.project-single .card-footer .tab ul li {
    font-weight: 500;
    font-size: 14px;
    color: #1F1F1F;
    position: relative;
    min-width: 120px; 
    cursor: pointer;
    text-align: center;
}
.messages__content{
    position: absolute;
    background: #c6c6c6;
    padding: 10px;
    right: 0;
    top: 0;}
.project-single .card-footer .tab ul li button{width:100%}
.project-single .card-footer .tab ul li .nav-link {
    color: #1F1F1F;
}

.project-single .card-footer .tab ul li .nav-link.active {
    color: #9747FF;
}

.project-single .card-footer .tab ul li::after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000000
}

.project-single .card-footer .tab ul li:last-child::after {
    width: 0px;
}

.project-single .card-footer button.btns {
    border: 0px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #ada6a6;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.project-single .card-footer .btns {cursor: pointer;    transition: all .3s;}
.project-single .card-footer .btns i{transform: rotate(180deg);}
.project-single .card-footer .btns.collapsed i{transform: rotate(0deg);}
.project-single .card-footer .accordion-collapse .tab-pane {
    display: none;
}

.project-single .card-footer .accordion-collapse .tab-pane.active {
    display: initial;
}
.project-single .card-footer .accordion-collapse .tab-pane p{color:#8F8F8F; font-weight:400;font-size:14px;}
.project-single .card-footer .accordion-collapse .tab-pane p a{color:#9747FF;}
.project-single .card-footer .accordion-collapse .tab-pane .photo-gallery .image{    text-align: center;}
.project-single .card-footer .amenities {}

.project-single .card-footer .amenities ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.project-single .card-footer .amenities ul li {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    color: #1F1F1F;
    width: 50%;
}

.project-single .card-footer .amenities ul i {}

.cart-box {}

.cart-box .cart-empty {
    flex-direction: column;
    min-height: 300px;
}

.cart-box .cart-empty h3 {
    font-weight: 600;
    font-size: 20px;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.cart-box .cart-empty img {}

.personal-details {
    background-color: #F4F4F4;
}
.personal-details h1{
font-size: 28px;
    margin: 20px 0px;}
.personal-details h4 {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
}

.personal-details label {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.end-date label, .start-date label {
	width:50px;
}
.personal-details .form-control {
    border: 1px solid #C7C7C7;
    border-radius: 0;
}

.personal-details button.btn-dark {
    background-color: #1F1F1F;
}

.personal-details .price-details .booking-slot-row .select-all .form-checkbox{display: none;}
.personal-details .price-details .booking-slot-row.form-checkbox{height: 48px;
    position: relative;
    z-index: 9;top: 5px;}
.personal-details .price-details .booking-slot-row{    border-bottom: 2px solid #dfdfdf;}
.personal-details .price-details .booking-slot-row .accordion-item{border: 0px;    margin: 10px 0px !important;padding-left: 0px !important;}
.personal-details .price-details .button.form-submit{margin-top: 20px;width: 100% !important;}
.personal-details .price-details h4 {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.personal-details .price-details h4 a {
    font-size: 14px;
    color: #9747FF;
    text-decoration: underline;
}

.personal-details .price-details .details-list ul {
    padding: 0;
    margin-top: 18px;
    margin-bottom: 0;
}

.personal-details .price-details .details-list ul li {
    display: flex;
    justify-content: space-between;
    line-height: 28px;
}

.personal-details .price-details .details-list ul li span {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 400;
}

.personal-details .price-details .details-list ul li span+span {
    color: #1F1F1F;
}

.personal-details .price-details .details-list ul li:last-child {
    margin-top: 16px;
}

.personal-details .price-details .details-list ul li:last-child p {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.personal-details .price-details .details-list ul li:last-child span {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
}


/*-- FOOTER HERE --*/

footer {
    background-color: #1F1F1F;
    padding: 40px 0px;
}

#footer h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #5F5F5F;
}

#footer ul {
    padding: 0;
    list-style: none;
}

#footer ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    line-height: 38px;
    color: #fff;
}

#footer ul li a {
    color: #FFFFFF;
    text-decoration: none;
    word-break: break-all;
}

#footer ul li:hover a {
    color: #d4d3d3;
}

#footer .f-information h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    background: #9747FF;
    background: linear-gradient(to right, #9747FF 14%, #FFFFFF 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer .f-information ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer .f-information li {}

#footer .copywrite {
    background-color: #000;
}

#footer .copywrite p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #8F8F8F;
    margin-bottom: 0;
}
/*-- Dashboard here --*/
.mt-4{    margin-top: 1.5rem !important;}
.dashboard .row{
margin-right: 0px;
    margin-left: 0px;
}
.dashboard .row.g-2 .col-12, .dashboard .row.g-2 .col-sm-6, .dashboard .row.g-2 .col-sm-3{padding-left:8px; padding-right:8px}
.dashboard .btn-dark{color: #fff;
    background-color: #212529;
    border-color: #212529; border-radius:0px;}
.dashboard .btn-dark:hover, .dashboard .btn-dark:focus{color: #f2f2f2 !important;}
.dashboard .user-info .card {
    background: #F4F4F4;
}
.dashboard .user-info .user-bio{display:flex;gap:6px;border-bottom: 1px solid #dbdbdb;
    padding-bottom: 16px;
    margin-bottom: 12px;}
.dashboard .user-info .user-name h4 {
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 0;
}

.dashboard .user-info .user-name h3 {
    font-weight: 600;
    font-size: 32px; margin:0px;
}

.dashboard .user-info .user-details ul {
    padding-left: 0;
    list-style: none;
}

.dashboard .user-info .user-details ul li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.dashboard .user-info .user-details ul li span {
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F;
}

.dashboard .user-info .user-details ul span:last-child {
    color: #1F1F1F;
}

.dashboard .black-box {
    background-color: #1F1F1F;
    padding: 12px 10px;
    height: 160px;
    position: relative;
}

.dashboard .black-box h4 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

.dashboard .black-box p {
    color: #8F8F8F;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: underline;
}
.dashboard .black-box p a{color: #8F8F8F;}
.dashboard .black-box img {
    max-width: 78px;
    position: absolute;
    bottom: 0;
    right: 2px;
}
.dashboard .flex{display:flex}
.dashboard .flex .half{    flex: 0 0 auto;
    width: 50%;}
.dashboard .flex{}
.dashboard .light-card {
    box-shadow: 0 0 6px #d7d7d7; height:170px;
}

.dashboard .light-card h3 {
    font-weight: 300;
    font-size: 26px;
    color: #8F8F8F;
}

.dashboard .light-card p {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.dashboard .light-card.bg-6 {
    background: url(/themes/custom/mlib/images/bg-6.png);
    background-size: cover;
    background-repeat: no-repeat; 
}

.dashboard .light-card.bg-6 p {
    color: #8F8F8F;
    font-weight: 500;
    font-size: 16px;
}

.dashboard .light-card.bg-6 p a {
    color: #8F8F8F;
}

.dashboard .light-card.bg-6 span {
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F;
}

.dashboard .light-card.bg-6 .date {
    font-weight: 500;
    font-size: 28px;
    color: #1F1F1F;
}

.dashboard .light-card.bg-6 .btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.dashboard .light-card.bg-6 .btn:focus{color:#fff !important;}
.dashboard .light-box {
    box-shadow: 0 0 6px #d7d7d7;
    height: 170px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dashboard .light-box p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    color: #8F8F8F;
}

.dashboard .blue-box {
    box-shadow: 0 0 6px #d7d7d7;
    background-color: #9747FF;
    height: 170px;
    padding: 12px;
    position: relative;
}

.dashboard .blue-box h4 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.dashboard .blue-box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 6px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}

.dashboard .blue-box img {
    max-width: 90px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.dashboard .text-boxes h2{
    font-size: 94px;
    line-height: 106%;
    color: #C7C7C7;
    font-weight: 100;font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.dashboard .text-boxes h2 span {
    font-weight: 400;
    line-height: 106%;
}

#NewMember .btn-close {
    position: absolute;
    top: 4px;
    right: 4px;
}

#NewMember .box.gold-box {
    background: url(/themes/custom/mlib/images/gold-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#NewMember .box {
    padding: 12px;
}

#NewMember .box .header-box {
    border-bottom: 2px solid #ffffff7a;
    margin-bottom: 12px;
}

#NewMember .box .header-box h2 {
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    color: #000000;
}

#NewMember .box .header-box h2 span {
    font-weight: 400;
}

#NewMember .box .header-box h5 {
    font-weight: 700;
    font-size: 20.25px;
    line-height: 100%;
    color: #FFFFFF;
}

#NewMember .box .header-box .price-bx p {
    font-weight: 600;
    font-size: 12px;
}

#NewMember .box .header-box .price-bx p span {
    font-weight: 400;
}

#NewMember .box .header-box .price-bx .btn {
    font-weight: 400;
    font-size: 13.5px;
}

#NewMember .box .header-box .price-bx h6 {
    font-weight: 700;
    font-size: 22.07px;
}

#NewMember .box .header-box .price-bx h6 span {
    font-weight: 400;
}

#NewMember .box .header-box .price-bx .gst {
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
    color: #696969;
}

#NewMember .box .body-sec h5 {
    font-weight: 600;
    font-size: 11.81px;
}

#NewMember .box .body-sec p {
    font-weight: 400;
    font-size: 10.12px;
}

#NewMember .box .body-sec p span {
    font-weight: 700;
}

#NewMember .box .body-sec ul {
    list-style: none;
    padding-left: 12px;
}

#NewMember .box .body-sec li {
    font-weight: 700;
    font-size: 10.12px;
}

#NewMember .box .body-sec h4.more {
    font-weight: 700;
    font-size: 13.5px;
}

#NewMember .silver-box {
    background: url(/themes/custom/mlib/images/silver-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#NewMember .silver-box.box .header-box h5 {
    color: #8F8F8F;
}

#NewMember .silver-box.box .header-box {
    border-bottom: 2px solid #a9a5a57a;
}

#NewMember .box.silver-box .body-sec h5 {
    color: #696969;
}

#NewMember .box.silver-box .body-sec h4.more {
    color: #696969
}


/*-- End Dashboard here --*/

@media(max-width:480px) {
.head h2{margin-top: 50px;font-size: 26px;}
.main-bg .card-box-center{overflow-y: auto;}
.main-bg .card-box-center .card-box{max-width: 100%;margin-bottom:12px;}
.project-single .homes-content{margin-top:12px;}
    .our-service .head-title h1 {
        font-size: 40px;
    }
.our-service .date-redirect-form .js-form-required{font-size:14px;}
.personal-details h1{font-size: 18px; margin: 12px 0px;}
.project-single .card-footer .tab ul li{    margin-right: 28px;}
.project-single .card-footer .amenities ul{flex-direction: column;}
.project-single .card-footer .amenities ul li{width: 100%;}
}


/*== NEw CSS here 21/08/2025*/

 
 
 
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.password-strength__title, .password-suggestions{
	font-size: 16px;
	color: #8F8F8F;

}


/* For show/hide password */
 .shwpd {
    float: right;
    margin-left: -35px!important;
    margin-top: -23px!important;
    position: relative;
    z-index: 2;
}
.pass-close {
    background: url(/modules/custom/drupal_help/images/eye-close.svg) no-repeat;
    display: block;
    height: 16px;
    width: 24px;
    margin-top: 2px;
    background-size: 20px;
}

.pass-open {
    background: url(/modules/custom/drupal_help/images/eye-open.svg) no-repeat;
    display: block;
    height: 16px;
    width: 24px;
    margin-top: 2px;
    background-size: 20px;
}



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }