﻿/* || General styles */
html, body {
    font-family: "Aileron", "Inter", sans-serif !important;
    letter-spacing: -0.024em;
    line-height: 1.11;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Aileron", "Inter", sans-serif;
    letter-spacing: -0.024em;
    line-height: 1.11;
}

p, span, a, li, td, th, label, input, select, textarea, button {
    font-family: "Aileron", "Inter", sans-serif;
    letter-spacing: -0.024em;
    line-height: 1.11;
}
body {
   /* background-color: #fff6fb !important;*/
    color: #3d2a3d;
    height: 100vh;
}
.spnTerms a:hover {
    color: #2B001F!important;
}
.spnTerms a {
    color: #2B001F !important;
    text-decoration:none;
}
.titleblock {
    background: #fff;
    padding: 2% 0 0%;
}
.bookingwrap {
padding-bottom:3%;
padding-top:1%;
}
.booking-cards {
/*background:#c1c1c147!important;*/
}
.bookingdetailedBLK {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;

}
.sharingtypeWrap {
   /* display: flex;*/
    align-items: flex-start;
    gap:20px;
    
}
.sharingwrap {
    background: #e8eef27a;
    padding: 10px;
    /*margin: 10px 0;*/
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 123, 255, 0.15);
}
    .sharingwrap > h3 {
        font-size: 20px;
        color: #4a004a;
    }
    .titleblock h3 {
        font-size: 2rem !important;
        color: #4a004a;
        font-weight: 700;
        margin-bottom:0;
    }

    .titleblock p {
        color: #6c6c6c;
        font-size: 1.2rem;
        font-weight: 500;
    }

.arrowdown .fa {
    font-size: 16px !important;
}

.breadcrumb-wrap {
    display: flex;
}

.breadcrumblinks ul li {
    list-style-type: none;
    font-size: 12px;
    display: inline;
}

    .breadcrumblinks ul li a {
        color: #6c6c6c;
    }
.review-breadcrumb {
    font-weight:600;
    color: #4a004a !important;
}
h4.reviewtitle {
    color: #6c6c6c !important;
    font-weight: 600 !important;
}
.breadcrumblinks ul {
padding-left:0px!important;
}
.booking-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.booking-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

    .booking-info label {
        font-size: 0.8rem;
        color: #888;
    }

    .booking-info h2 {
        margin: 5px 0;
    }

#bookNow {
    display: block;
    margin: 0px auto 10px;
    padding: 10px 30px;
    background: #4a004a;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 20px;
}
.form-control {
    width: 100%!important;
}
.submitbtn {
   /* width: 15%;*/
    margin: 0 auto;
    border-radius:20px;
}

.review-section, .guest-section, .payment-section {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
    background: white;
    padding: 25px;
    border-radius: 20px;
}

.review-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-select {
    height: 32px;
}

.err-txt {
    position: absolute;
}

.text-danger {
    color: red;
}

.property {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tnc-text {
    /* max-height: 80px;
    overflow: hidden;
    transition: max-height 0.4s ease;*/
}

    .tnc-text.open {
        max-height: 300px;
    }

#toggleTnc {
    background: none;
    border: none;
    color: #4a004a;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

input, select {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.payment-section .checkboxes label {
    display: block;
    margin: 10px 0;
}

.footer {
    text-align: center;
}

#payBook {
    background: #4a004a;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
}

.review h4 {
    color: #6c6c6c;
    font-weight: 700;
    margin-top: 10px;
}

.reviewblk1 h6 {
    font-size: 1.5rem;
    font-weight: 600;
}
.paybtn {
width:auto!important;
}
.reviewrating label {
    background: #f5e6ee;
    padding: 5px 20px;
    border-radius: 20px;
    color: #6c6c6c;
    font-size: 12px;
}
.bgreview {
    background: #f5e6ee;
}
.checkinreview {
    border-right: 10px solid #fff;
    padding: 15px;
}
    .checkinreview p {
        padding:5px 0;
    }
    .review h6 {
        font-size: 28px;
        color: #3f1132;
    }
.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.roomdetails {
padding: 20px 0;
}
.reviewdesc h2 {
    color: #3f1132;
}
.pricebreakup h4 {
font-size:20px;
font-weight:600;
}
.impInfo ul {
    padding-left: 4%;
}
    .impInfo ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }
.impInfo h3 {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.flshimg {
width:45px;
}
.roomdetails h3 {
    font-weight: 700;
}
    .roomdetails h4 {
        font-size:20px;
    }
    .roomdetails ul {
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .roomdetails h5 {
        font-weight: 600;
        color: #4a004a;
        font-size: 18px;
    }
    .roomdetails p {
        padding: 10px 0;
    }
        .roomdetails h6 {
        color: #4a004a;
        font-size: 14px;
    }
    .review h5 {
        font-size: 22px;
        color: #3f1132;
        margin-bottom: 10px;
    }

.tstrong {
    font-weight: 700;
}

.tnc-text1 {
    display: none; /* ensure it’s hidden initially */
    transition: all 0.3s ease;
}

.primary-text {
    color: #3f1132 !important;
}

.review h5 span {
    background: #3f1132;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.form-group .form-control {
    width: 100%;
}

.price-breakup-table {
    font-family: "Aileron", "Inter", sans-serif;
    font-size: 15px;
    color: #3a3a3a;
    border-collapse: collapse !important;
}

    .price-breakup-table th,
    .price-breakup-table td {
        border: none !important; /* removes all borders */
        padding: 6px 0;
    }

    .price-breakup-table th {
        font-weight: 600;
    }

.bt-2 {
    border-top: 2px solid #3f1132;
}
/*****Terms & Condition*******/
.toggle-btn {
    background: transparent;
}

.page-not-found_wrap {
    display: none;
}

.terms_conditions_wrap {
    padding: 0 !important;
}
/*#site-header {
display:none;
}*/
.privacy_policy {
    padding: 0;
}
/*****Footer******/
.footer {
    margin-top: 0px;
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #20222C;
    z-index: 99;
    /*padding: 0 30px;*/
}
#spnNPS {
font-weight:600;
}
.reviewrating h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.d-center {
    display: flex;
    align-items: center !important;
}

.callnumber {
    display: flex;
    align-items: center;
}

    .callnumber img {
        width: 20px;
        height: 20px;
    }

    .callnumber p a {
        color: #fff;
        margin-left: 10px;
        text-decoration:none!important;
    }
.checkinreview h3 {
font-weight:700;
}
#lblMoveInTime {
font-weight:700;
}
.social-icons {
    display: flex;
    gap: 15px;
    padding: 18px 0;
}

    .social-icons a img {
        width: 25px;
    }

.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 0!important;
}

.callnumber p {
    margin-bottom: 0;
}

.call-block {
    display: none !important;
}

.pick-time select {
    z-index: 0 !important;
}

1.terms_conditions_wrap .privacy_policy {
    padding: 0 !important;
}

label.error {
    display: block;
    margin-top: 3px;
    font-size: 0.85rem;
    color: #dc3545; /* Bootstrap red */
}

.check-payment {
    display: flex !important;
    gap: 8px;
    margin-right: 20px;
    padding-left: 0 !important;
}
/*.check-payment input {
    width:auto!important;
    }*/
#checkbox1-error, #checkbox2-error {
    position: absolute;
    left: 40px;
    font-size: 12px;
    top: 18px;
}

.checkboxwrap {
    display: flex;
}

.guestdetail {
}

    .guestdetail .form-label {
        margin-bottom: 0 !important;
    }

    .guestdetail .form-select {
        height: 40px;
        border-radius: 0;
        font-size: 20px;
        border: none !important;
        padding-left: 0px;
        outline:none;
    }

    .guestdetail .form-control {
        font-size:20px;
        height: 40px;
        border-bottom: none;
        border-radius: 0px !important;
        background-color:transparent!important;
    }
    .guestdetail .paybtn {
        top: 23px;
        right: 0px;
    }
    .guestdetail .genotpbtn {
        top: 29px;
        right: 0px;
    }
/*.payment-card {
    background: #3f1132!important;
}*/
.genotpbtn button {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #000;
    align-items: center;
    gap: 10px;
    display: flex;
    border: 2px solid #000;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 40px;
}
.genotpbtn button:hover {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #000;
    align-items: center;
    gap: 10px;
    display: flex;
    border: 2px solid #000;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 40px;
}
.paybtn button {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #000;
    align-items: center;
    gap: 10px;
    display: flex;
    border: 2px solid #000;
   /* height: 30px;*/
    border-radius: 10px;
}
    .paybtn button:hover {
       border: 2px solid #000;
    }
.basicform .paybtn {
    position: absolute;
}
.spnTerms {
    font-size: 16px;
    line-height: 20px;
    white-space: normal!important;
    margin-top: 0px!important;
}
.selectmanager select {
    font-size: 14px;
}
.selectmanager label {
    font-size: 14px;
}
.paybtn2 button {
    background-color: #e0dbdb;
    padding: 16px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    margin-top: 5%;
    text-decoration: none;
    color:#000;
}

#btnGenerateOtp:focus {
    text-decoration: none;
}

.paybtn2 button:hover {
    background-color: #e0dbdb;
    padding: 16px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    margin-top: 5%;
    text-decoration: none;
    color: #000;
}

.paybtn button:hover {
    color: #000;
    text-decoration: none;
    background: #fff;
}

#loginotpVerifytemplate {
    visibility: visible !important;
}
.check-payment input[type="checkbox"]:checked {
    background-color: #2B001F!important;
    border-color: #2B001F!important;
}
.timer {
    font-size: 20px;
    color: #112950;
    width: 40px !important;
}
/*#otpsection {
width:40%;
margin:0 auto;
}*/
#usernameWrapper {
text-align:left!important;
}
#loginotpVerifytemplate p {
/*text-align:left!important;*/
}
#loginVerify {
    width: 100%;
    /*margin-left: 20px;*/
}

.g3 {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.g4 {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.g5 {
    border-right: 1px solid #ccc;
}

.arrowdown {
    display: flex;
    gap: 5px;
}

.check-payment input[type="checkbox"] {
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    margin-top: 0px;
    accent-color: #2B001F;
}

.suggestionContainer {
    z-index: 9;
    margin-left:0%!important;
}

#rdoReservation {
    position: relative !important;
    opacity: 1 !important;
}

.lblComponent {
    padding: 0 !important;
}

#paymentDetailsContainer .row:last-child {
    border-top: 2px solid #4a004a;
    padding-top: 8px;
}

#paymentDetailsContainer p {
    margin-bottom: 0px !important;
    padding: 0;
    text-align: right;
    font-family: "Aileron", "Inter", sans-serif;
}
.title-text {
justify-content:space-between;
color:#6c6c6c;
cursor:pointer;
}
.checkboxwrap label {
    font-size: 16px;
    margin-left: 20px !important;
}
#paymentDetailsContainer .row {
    align-items: center !important;
}
/****Toast*****/
.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: "Aileron", "Inter", sans-serif !important;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #2B001F!important;
    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!important;
    font-weight:400;
}

    .toastclose:hover {
        color: #fff;
    }

.ToastMsg {
    padding-top: 8px;
    display: block;
}


.jst-hours {
    display: none;
}

.jst-minutes, .jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.jst-timeout ~ #ResendContainer {
    display: block;
}

.jst-timeout.active {
    display: block !important;
}

#ResendContainer {
    display: block!important;
    text-decoration:none!important;
}

.timer {
    font-size: 20px;
    color: #112950;
}

#txtBookNowSearch {
    /*font-size: 1.5rem !important;*/
    color: #4a004a!important;
    font-weight: 600;
    background: none !important;
    /*border: 1px solid #ccc;*/
    padding: 3px;
    border-radius: 5px !important;
}
    #txtBookNowSearch:focus {
        box-shadow: none;
    }
    #spnPropertyLocation {
        color: #6c6c6c;
        font-size: 14px;
    }

.seeall {
    justify-content: flex-end;
}
.bookNowBtn {
    border: 1px solid #F2006C;
    color: #F2006C !important;
    border-radius: 5px;
}

.bookNowBtn a {
    color: #F2006C !important;
}

        .bookNowBtn a:hover {
            color: #fff !important;
            background: #F2006C !important;
        }
    /***Remove Border*****/
#txtMoveinDate {
    /* border: 1px solid #ced4da !important;*/
    background: transparent !important;
    border-radius: .25rem !important;
    padding: 2px;
    font-size: 1.1rem;
    color: #4a004a;
    font-weight: 600;
    z-index: 1;
    position: relative;
}
    #txtMoveinDate:focus {
        outline: none!important;
        box-shadow: none!important;
    }
    #slTimeSlots {
        border: 1px solid #ced4da !important;
        padding: 0 10px;
        color: #4a004a;
        font-weight: 600;
        background: url(/assets/images/booknow/icons/Down-Arrow.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

.roomselect {
    border: none !important;
    font-size: 1.1rem;
}

#ddlRoomType {
    font-size: 1.1rem;
}

#ddlGuests {
    /* border: none !important;*/
    padding: 0 10px;
    color: #4a004a;
    font-weight: 600;
    background: url(/assets/images/booknow/icons/down-arro.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: none;
}
#ddlSSGuests {
    /* border: none !important;*/
    padding: 0 10px;
    color: #4a004a;
    font-weight: 600;
    background: url(/assets/images/booknow/icons/down-arro.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: none;
}
#ddlSSDuration {
    /* border: none !important;*/
    padding: 0 10px;
    color: #4a004a;
    font-weight: 600;
    background: url(/assets/images/booknow/icons/down-arro.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: none;
}
.booking-box .form-control {
background:none!important;
}
#ddlGuests:focus {
    outline: none;
    box-shadow: none;
}
    .ckhBlk {
        margin-top: 3px !important;
    }
    .ckhBlk .pick-date {
        background: url(/assets/images/booknow/icons/Calender-icon.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }
    .suggestionContainer {
        width: 100% !important;
    }
.form-control:-webkit-autofill {
    color: #4a004a!important;
}
#verifyForm input.btn-primary {
    background: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    border-radius:10px!important;
}

.submitbtn2 {
    width: 20%;
    margin: 0 auto;
}

#otpsection {
   
}

input[type="password"] {
    font-size: 20px!important;
}

.inputfield input {
    background: #fff !important;
    border-bottom: none !important;
}

#timer {
    font-size: 14px!important;
    font-weight: 500;
    color: #000!important;
    display: block;
}

.reviewprop img {
    margin-right: 15px;
}
.breadcrumblinks ul li a {
text-decoration:none;
}

/*****Timer***/
.otp-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#resendlink:hover {
    text-decoration: none;
    color: #F2006C!important;
}
#otpTimer {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.resendbtn {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    font-size: 12px !important;
}

#ResendContainer[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    padding-left: 0px;
}
.NDNoffer p {
font-size:12px;
}
.NDNoffer {
 display: flex;
 align-items: center;
 justify-content: flex-start;
}
#otpMessage {
    margin-top: 8px;
    color: #d00;
    display: none;
}

#otp1 {
    border-bottom: none !important;
    background: #fff !important;
    height: 40px !important;
    text-align: left;
}

.usernameWrapper {
   
}

#otp1-error {
    right: 10px;
    position: absolute;
    top: 75% !important;
    color: red !important;
}

.text-pink {
    color: #cf2140;
    text-decoration: underline !important;
}

#verifyForm {
    align-items: normal !important;
}

#spnUserName {
    font-size: inherit;
    color: #000 !important;
    font-weight: 600;
}

#loginotpVerifytemplate p {
    color: #000 !important;
    font-size: 12px !important;
    margin: 0;
}

.otpblk {
    display: flex;
    align-items: center !important;
}

#ResendContainer {
    color: #fff !important;
    background: transparent !important;
    font-size: 12px;
}

.review h3 {
    font-size: 16px !important;
    color: #3f1132 !important;
}

.mprice {
    display: flex !important;
    justify-content: center;
}

.monthlyprice h3 {
    font-size: 2rem !important;
    color: #4a004a;
    font-weight: 600;
}

.monthlyprice p {
    color: #6c6c6c;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4px !important;
}
.usernameWrapper {
    text-align: left!important;
}
.validateotpbtn {
    position: absolute;
    right: 18px;
    top: 15px;
}
#verifyForm input.btn-primary:hover {
    background: #fff !important;
    border: 2px solid #3f1132;
    color: #3f1132!important;
}
#txtBookNowSearch-error {
    bottom: 0px;
    font-size: 12px;
}
#resendBtn {
color:#fff;
text-decoration:none;
}
.didntReceive {
/*width:36%;*/
}
.resendlink {
color:#000;
font-weight:600;
font-size:12px;
text-decoration:none;
padding-right:5px;
}
.didntReceive {
    font-size: 12px;
    color: #000;
}
    .didntReceive a:hover {
        color: #000;
        text-decoration:none;
    }
.resendlink.disabled {
    pointer-events: none;
    color: black;
    opacity: 0.6;
    text-decoration: none;
    cursor: not-allowed;
}
.usernameWrapper {
color:#000;
}
.selectmanager i {
    position: absolute;
    top: 55px;
    right: 25px;
}
.col-md-custom-3-5 {
    flex: 0 0 29.16%!important;
    max-width: 29.16%!important;
}
.col-md-custom-2-5 {
    flex: 0 0 20.83%!important;
    max-width: 20.83%!important;
}
.discount {
    background-color: transparent;
    padding: 0px;
}
.discount .form-group {
    margin: 0;
}
    .discount .form-group .form-control {
        width: 100% !important;
        margin: 0;
        height: 40px;
        font-size: 14px;
    }
    .discount .promocode {
        padding: 10px;
        background: white;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
      /*  border: 1px solid #ced4da;*/
    }
.btnPromoApply {
    border-radius: 8px;
    margin-right: 0px;
    background-color: #000!important;
    border: 2px solid #000!important;
    width: 70px;
    height: 30px;
    color: white;
    position: absolute;
    right: 6px!important;
    bottom: 5px!important;
    cursor: pointer;
}
.promocodecontrols input {
padding:0;
}
.discount .below-text{
    color: #1955b5;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
    display: none;
}
.btnPromoApply:hover {
    background-color: #fff;
    border: 2px solid #3f1132;
    color: #fff!important;
}
.conditionswrap > p {
    margin-bottom:0;
    font-size:16px;
}
.check-payment {
margin-top:12px;
}
::-webkit-scrollbar-thumb {
    background: #2B001F !important;
    width: 100%;
    background: #2B001F !important;
    border-radius: 0px;
}
.footer-see-more {
    margin-top: 0px;
    bottom: 0;
 /*   position: fixed;*/
    width: 100%;
    background-color: #2B001F;
    padding: 0 30px;
}

.d-center {
    display: flex;
    align-items: center !important;
}

.seeall {
    width: 10%;
    justify-content: flex-end;
    gap: 50px;
    flex-direction: row;
}

.copyright {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    background-color: #2B001F !important;
}

.footer .showmore {
    z-index: 1;
    right: revert;
    position: relative;
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 15px;
    padding: 18px 0;
}

    .social-icons a img {
        width: 25px;
    }

.callnumber {
    display: flex;
    align-items: center;
}

    .callnumber img {
        width: 20px;
        height: 20px;
    }

    .callnumber p a {
        color: #fff;
        margin-left: 10px;
        text-decoration: none;
    }

.footerlink {
    align-items: center;
    width: 70%;
    justify-content: end;
}

    .footerlink a {
        align-items: center;
        float: right;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding: 0 6px;
    }

    .footerlink span {
        color: #fff;
        font-size: 20px;
        padding-bottom: 10px;
    }

.footer-links a:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -5px;
    color: #000;
}

.socialblock {
    justify-content: left;
    width: 12%
}

.footersection {
    display: flex;
}

.contactinfo {
    width: 13%; 
}
.paymentsection {
padding-bottom:5%;
}
.confirmmsg {
font-size:12px;
}
.tnclink {
    color: #4a004a;
    text-decoration: none;
}
.tnclink:hover {
    color: #4a004a;
}
.impInfo p.tenantreward {
    font-size: 14px;
    padding-left: 20px;
    margin: 10px 0;
}
#spnGuest {
margin-right:5px;
}
.datechange p {
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 10px;
}
.Bookingplan-option {
    margin-bottom: 7px;
    padding: 10px 10px;
    /*border: 1px solid #4a004a;*/
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #F4F4F4;
}
    .Bookingplan-option p {
    font-size:12px;
    }
    .radio-label {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom:0;
    }

    .radio-label:hover {
        border-color: #4a004a;
    }

    .radio-label input[type="radio"] {
        margin-right: 8px;
        accent-color: #4a004a;
        transform: scale(1.2);
    }

.option-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.option-price {
    font-size: 18px;
    font-weight: 700;
    color: #4a004a;
    margin-left: auto;
}
.radio-label > input {
width:auto!important;
}
    .radio-label > input[type="radio"]:not(:checked) {
        opacity: 1 !important;
        position: relative !important;
    }
.bookingblock {
height:60vh;
overflow:auto;
}

/*******Booking plan css*******/
.card-radio-group {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
}
.sharingbeds {
    display: flex;
    gap: 15px;
    /*overflow-x: auto;*/
    flex-wrap: wrap;
}
    .sharingbeds::-webkit-scrollbar {
        height: 4px !important;
        margin-top: 5px;
            scrollbar-width: none;
            -ms-overflow-style: none;
            display:none!important;
    }
.plan-table tr td {
font-size:14px;
}
.plan-table {
    width: 100%;
}
.plan-table .amount {
    text-align: right;
    white-space: nowrap;
    font-weight: 500;
}
.sharingbeds::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px !important;
}
.card-radio-group .radio-card:first-child {
    border-radius: 10px 10px 0 0;
}
.card-radio-group .radio-card:nth-child(2) {
    border-radius: 0 0 10px 10px;
}
.bookingplan-card {
    flex: 1;
    min-width: 180px;
    padding: 11px;
    border: 1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 10px;
}
.radio-card {
    flex: 1;
    min-width: 180px;
    padding: 11px;
    border: 1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 0px;
    border-radius:5px;
}

    .radio-card:hover {
        border-color: #4a004a;
        /*transform: translateY(-3px);*/
       /* box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);*/
    }
    .radio-card.active {
        background: #4a004a;
        border-color: #4a004a;
        color: #fff;
    }
.sharingbeds > .radio-card.active {
    border: 1px solid #4a004a;
    background: #e8eef27a;
    color: #000 !important;
    /*box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);*/
}
.bedcard.active {
    border: 1px solid #4a004a;
}
.radio-card input[type="radio"] {
    /*display: none;*/
    opacity:1!important;
}
.sharingbeds > .radio-card input[type="radio"] {
    position:relative!important;
    width:13px!important;

}
    .bedcard input[type="radio"] {
    /* display: none;*/
    opacity: 1 !important;
    position: relative !important;
    width: 13px !important;
}
.bedcard:hover {
    /*box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);*/
    border: 1px solid #530048;
}
.bedcard {
    flex: 1;
    min-width: 130px;
    max-width: 130px;
    height:110px;
    padding: 15px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}
.radio-card h4 {
    margin: 0 0 0px;
    font-size: 18px;
    color: #4a004a;
    padding: 5px 0;
}
.bedcard h4 {
    margin:  5px 8px;
    font-size: 18px;
    color: #4a004a;
}
    .radio-card p {
        margin: 0;
        color: #666;
        font-size: 14px;
    }

.tab-content,
.inner-tab-content {
    display: none;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);*/
    animation: fadeIn 0.4s ease;
}

    .tab-content.active,
    .inner-tab-content.active {
        display: block;
    }
.bookinplanwrap > .tab-content {
    background-color:#fff;
    padding:10px;
    /*border:1px solid #ccc;*/
    border-radius:10px;
}
        #privatebeds .sharingbeds {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
.bookinplanwrap {
margin-top:5px;
}

.chk-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.chksolo {
    margin-top: 10px;
    display: flex;
    font-size: 14PX;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.chksolo input {
    width: 17px !important;
    margin-right: 8px;
    cursor:pointer;
    accent-color: #2B001F;
}
.standardterms h4 {
    color: #3f1132;
    margin-bottom: 0;
}
.standardterms ul {
padding-left:20px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sharing-types {
    width:25%!important;
    display: flex;
    flex-direction: column;
    float: left;
   /* margin-right:2%;*/
}
.sharingbedwrap {
    /*width:75%!important;*/
    overflow:hidden;
}
.privatebedwrap {
    width: 75% !important;
}
.sharing-types h3 {
font-size:20px;
margin-bottom:0;
}
.sharingbeds > .radio-card {
text-align:center!important;
}
.sharingbeds > .bookingplan-card {
    text-align: left !important;
}
.bookingplan-card ul li {
    font-size: 12px;
}
.radio-card ul li {
    font-size: 12px;
}
.bookingplan-card ul {
    padding-left: 20px;
}
.radio-card ul {
  padding-left:20px;    
}
#doubleRoom {
padding-top:0;
}
.text-green {
color:green;
font-weight:600;
}
.bestvalue {
    font-size: 12px !important;
    position: absolute;
    top: -10px;
    text-align: center;
    width: 40%;
    border-radius: 0;
    margin-left: 25% !important;
    color: #000 !important;
    font-weight: 800;
    background-color: #47e047;
}
.relative {
position:relative;
}

.sop {
    font-size: 14px;
    color: #4a004a;
    /* font-weight: 500; */
    margin-top: 2px;
    /*display:none;*/
}
.disabled-plan {
    pointer-events: none;
    background: #6c6464;
    color: #fff !important;
}
    .disabled-plan h4 {
    color:#fff!important;
    }
    .disabled-plan .sop {
        color: #fff !important;
    }
    .disabled-plan p.bestvalue {
        background:#000;
        color: #fff !important;
    }
    .disabled-plan input {
        display: none !important;
    }
#lblRent span {
    font-weight: 700;
    color: #000 !important;
}
#lblrentdiscount {
    color: #0dd30d !important;
    font-size: 14px;
    margin-top: 5px;
}
#lbloffercode {
    color: #0dd30d !important;
    font-size: 16px;
    padding:0;
}
.flshimg {
padding:5px!important;
}
.disabled-section {
    pointer-events: none;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .chksolo {
        align-items: flex-start;
        position:relative!important;
    }
        .chksolo input {
        margin-top:5px;
        }
        .sharingbeds > .radio-card {
            margin-bottom: 10px;
            /*padding-bottom: 35px;*/
        }
        .checkinreview {
        border-right:0px!important;
        }
        .reviewroomtype {
        padding-bottom:10px;
        }
        .sharingbeds > .radio-card.active {
            padding-bottom: 10px;
        }
        .disabled-plan p.bestvalue {
        top:-6px;
        }
        .bedcard {
            max-width: 125px;
            min-width: 100px;
            padding: 15px 5px;
        }
    #menuControlled {
        display: none !important;
    }
    .head-container .menucontrol {
        display: none !important;
    }

    .controls.header-controls {
        padding-right: 10px;
    }

    .col-12.col-md-4 {
        padding: 0 !important;
    }

    .mprice {
        display: flex !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .phoneIcon {
        display: none;
    }

    .hero {
        padding: 45px 0;
    }

    .review h5 {
        font-size: 15px;
    }

    .social-icons {
        padding: 8px 0 !important;
    }

    .copyright {
        padding: 5px 0 0px 0;
        width: 100%;
        font-size: 12px !important;
        background: #2B001F !important;
    }

    .callnumber {
        padding-top: 10px;
    }

    .terms_conditions_wrap .conditions {
        padding: 15px !important;
    }

    .terms_conditions_wrap .container {
        padding: 0 !important;
    }

    .submitbtn {
        width: 100%;
    }
    .booknow .form-control {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .g3 {
        border: none !important;
    }

    .g4 {
        border-right: none !important;
        border-left: none !important;
    }

    .g5 {
        border-right: none !important;
    }

    .review h5 span {
        padding: 2px 5px;
        border-radius: 5px;
    }

    .form-control {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .col-12.col-md-4 {
        padding: 0px 15px 0px 12px !important;
    }

    .review h6 {
        font-size: 20px;
        color: #3f1132;
    }

    .review h3 {
        font-size: 16px !important;
        color: #3f1132 !important;
    }

    .reviewprop {
        margin-bottom: 15px;
    }

    .tnc-text ol {
        padding-left: 15px;
    }

    .checkboxwrap {
        flex-direction: column;
        gap: 15px;
    }

    .hero h1 {
        font-size: 20px;
    }

    .form-check {
        padding-left: 0px;
    }

    .guestdetail .form-control {
    }

    .suggestionContainer {
        width: 91% !important;
        margin: 0 !important;
    }

    #otpsection {
        width: 100%;
    }

    .fw-light a {
        font-size: 12px;
    }

    #paymentDetailsContainer p {
        padding-top: 0 !important;
    }

    .submitbtn2 {
        width: 70%;
        margin: 0 auto;
    }

    .bookNowBtn {
        position: absolute;
        right: 50% !important;
        height: 25px !important;
    }

        .bookNowBtn a {
            padding: 2px 3px 5px !important;
        }

    .controls ul li.locationsNewBtn .locationsbtn {
        width: 85px !important;
        padding: 3px 3px !important;
    }

    .titleblock {
        padding-top: 5% !important;
    }

    #txtBookNowSearch-error {
        bottom: 0px;
    }

    .didntReceive {
       /* width: 40%;*/
    }

    .monthlyprice {
        font-size: 14px;
        color: #6c757d;
    }

    #lbloriginalPrice {
        font-size: 14px;
    }

    #discountedPrice {
        font-size: 22px;
        font-weight: 700;
    }

    #saveAmount {
        font-size: 13px;
    }
    .col-12 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .promocodecontrols {
        margin-bottom: 0px!important;
    }
    .footersection {
        display: block;
    }

    .footer-see-more {
        margin-top: 0px;
        bottom: 0px;
        position: relative;
        width: 100%;
        background-color: #2B001F;
        padding: 10px 15px 10px;
    }

    .contactinfo {
        width: 45%;
        float: left;
        margin-bottom: 15px;
    }

    .socialblock {
        float: left;
        width: 50%;
    }

    .footerlink {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .footerlink a {
            width: 48%;
            float: left;
            padding-bottom: 8px;
        }

        .footerlink span {
            display: none;
        }

    .seeall {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .social-icons {
        padding: 0px;
    }
    .guestdetail .paybtn {
        top: 20px;
        right: 8px;
    }
    .guestdetail .form-control {
    width:100%!important;
    }
    #otp1 {
    width:100%!important;
    }
    .tncblock {
    max-width:100%;
    }
}




/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #2B001F !important;
    border-top-color: transparent !important;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #2B001F !important;
    border-top-color: transparent !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #2B001F !important;
        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*/