﻿@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}


body {
    background-color: #fff6fb !important;
    color: #3d2a3d;
    height: 100vh;
}

.titleblock {
    background: #fff;
    padding: 3% 0;
}
.bookingwrap {
padding-top:3%;
padding-bottom:5%;
}

.titleblock h3 {
    font-size: 2rem !important;
    color: #4a004a;
    font-weight: 700;
}

    .titleblock p {
        color: #6c6c6c;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 15px;
    }

.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: 20px auto 0;
    padding: 10px 30px;
    background: #4a004a;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 0px;
}
.form-control {
    width: 100%!important;
}
.submitbtn {
    width: 15%;
    margin: 0 auto;
}

.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: 38px;
}

.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: 5px;
    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: 20px;
}
    .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: 'Poppins', 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;
}

.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 {
    background: #3f1132;
}

    .guestdetail .form-label {
        margin-bottom: 0 !important;
    }

    .guestdetail .form-select {
        height: 40px;
        border-radius: 0;
    }

    .guestdetail .form-control {
        height: 40px;
        border-bottom: none;
        border-radius: 0px !important;
    }
    .guestdetail .paybtn {
        top: 29px;
        right: 18px;
    }
    /*.payment-card {
    background: #3f1132!important;
}*/
.paybtn button {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #3f1132;
    align-items: center;
    gap: 10px;
    display: flex;
    border: 2px solid #3f1132;
    height:30px;
    border-radius:0px;
}
    .paybtn button:hover {
       border: 2px solid #3f1132;
    }
.basicform .paybtn {
    position: absolute;
}
.spnTerms {
font-size:14px;
}
.selectmanager select {
    font-size: 14px;
}
.selectmanager label {
    font-size: 14px;
}
.paybtn2 button {
    color: #fff;
    text-decoration: none;
    background: #3f1132;
    padding: 10px 10px;
    border-radius: 0px;
}

#btnGenerateOtp:focus {
    text-decoration: none;
}

.paybtn2 button:hover {
    color: #fff;
    text-decoration: none;
    background: #3f1132;
    padding:10px 10px;
    border-radius: 0px;
}

.paybtn button:hover {
    color: #3f1132;
    text-decoration: none;
    background: #fff;
}

#loginotpVerifytemplate {
    visibility: visible !important;
}

.timer {
    font-size: 20px;
    color: #112950;
    width:50px!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: 5px;
}

.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;
}
.checkboxwrap label {
font-size:14px;
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: 'Inter-Regular' !important;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: rgba(237, 65, 141, 0.9) !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;
}

    .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 {
    border-bottom: 1px solid #B8B8B8 !important;
    font-size: 1.5rem !important;
    color: #4a004a;
    font-weight: 600;
    border: none;
}
    #txtBookNowSearch:focus {
        box-shadow: none;
    }
    #spnPropertyLocation {
        color: #6c6c6c;
        font-size: 1.1rem;
    }

.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: none !important;
    background: transparent !important;
    padding-left: 0;
    font-size: 1.1rem;
    color: #4a004a;
}

#slTimeSlots {
    border: none !important;
    background: #fff6fb !important;
}

.roomselect {
    border: none !important;
    font-size: 1.1rem;
}

#ddlRoomType {
    font-size: 1.1rem;
}

#ddlGuests {
    border: none !important;
}

.suggestionContainer {
    width: 94% !important;
}

#verifyForm input.btn-primary {
    background: #3f1132 !important;
    border: 2px solid #3f1132 !important;
    color: #fff !important;
    height: 30px;
    padding: 1px 5px 10px 5px;
}

.submitbtn2 {
    width: 20%;
    margin: 0 auto;
}

#otpsection {
    background: #3f1132 !important;
}

input[type="password"] {
    font-size: 20px!important;
}

.inputfield input {
    background: #fff !important;
    border-bottom: none !important;
}

#timer {
    font-size: 18px;
    font-weight: bold;
    color: #fff!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;
}

.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;
}
#otpMessage {
    margin-top: 8px;
    color: #d00;
    display: none;
}

#otp1 {
    border-bottom: none !important;
    background: #fff !important;
    height: 40px !important;
    text-align: left;
}

.usernameWrapper {
    color: #fff !important;
}

#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: #fff !important;
    font-weight: 600;
}

#loginotpVerifytemplate p {
    color: #fff !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;
    align-items: 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: 52px;
}
#verifyForm input.btn-primary:hover {
    background: #fff !important;
    border: 2px solid #3f1132;
    color: #3f1132!important;
}
    #txtBookNowSearch-error {
        bottom: 10px;
    }
#resendBtn {
color:#fff;
text-decoration:none;
}
.didntReceive {
width:36%;
}
.resendlink {
color:#fff;
font-weight:600;
font-size:12px;
text-decoration:none;
padding-right:5px;
}
.didntReceive {
font-size:12px;
}
    .didntReceive a:hover {
        color: #F2006C;
        text-decoration:none;
    }
.resendlink.disabled {
    pointer-events: none;
    color: white;
    opacity: 0.6;
    text-decoration: none;
    cursor: not-allowed;
}
.selectmanager i {
    position: absolute;
    top: 40px;
    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: 0%;
    margin-right: 0px;
    background-color: #3f1132!important;
    border: 2px solid #3f1132!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:14px;
}
.check-payment {
margin-top:12px;
}
::-webkit-scrollbar-thumb {
    background: #4a004a!important;
}
.footer-see-more {
    margin-top: 0px;
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #0d0d0d;
    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: #0d0d0d !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%;
}

@media (max-width: 767px) {
    #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: #20222C !important;
    }

    .callnumber {
        padding-top: 10px;
    }

    .terms_conditions_wrap .conditions {
        padding: 15px !important;
    }

    .terms_conditions_wrap .container {
        padding: 0 !important;
    }

    .submitbtn {
        width: 50%;
    }

    .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: 15% !important;
    }

    #txtBookNowSearch-error {
        bottom: 0px;
    }

    .didntReceive {
        width: 40%;
    }
    .promocodecontrols {
        margin-bottom: 0px!important;
    }
    .footersection {
        display: block;
    }

    .footer-see-more {
        margin-top: 0px;
        bottom: 0px;
        position: relative;
        width: 100%;
        background-color: #20222C;
        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: 50px;
        right: 8px;
    }
    .guestdetail .form-control {
    width:100%!important;
    }
    #otp1 {
    width:100%!important;
    }
}
    

