* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #00af9a;
    --white: #ffffff;
    --wheat: #87878733;
    --yellow: #f3a437;
    --pink: #ff6278;
    --black: #2A2A2A;
    --gray: #e0e0e0;
    --drkyellow: #f38d00;
    --white-shd: #ffffffbf;
    --str-ylw: #fb0;
    --bdr-top: #cccccc;
    --btn-green: #74b144;
    --red: #ff0000;
    --blue: #337ab7;
    --bdr: #ddd;
    --light-green: #1fba9a;
    --drk-blue: #1b3f71;
    --input-bdr: #c8c8c8;
    --lght-blue: #337ab7;
    --lght-gray: #666;
    --drk-grn: #0ab90a;
}

/*protect-trip*/
p{line-height: 1.55;}

.insurance-bdy:first-child img {
    height: 150px;
}

.insurance-bdy:first-child div {
    margin-top: 8px;
    margin-bottom: 16px;
}

.protect-trip div {
    margin-bottom: 20px;
    padding: 0px 15px;
}

.check-foot h4 {
    color: var(--red);
    font-style: italic;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 22px;
}

.check-foot span,
.check-foot a {
    font-size: 16px;
    font-family: emoji;
    font-weight: 400;
    line-height: 1.4;
}

.check-foot a {
    color: var(--blue);
}

.form-check input {
    width: 70px !important;
    height: 40px;
}

.insurance-btn div:nth-child(2) button {
    background: var(--light-green);
    opacity: 0.8;
}

.payment-footer label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--black);
    font-family: emoji;
}

.payment-footer label input {
    margin-top: 4px;
    width: 4%;
}

.payment-footer label a {
    text-decoration: none;
    color: var(--blue);
    font-weight: 600;
    font-family: emoji;
    font-size: 16px;
}

.contn-btn {
    margin-bottom: 10px;
}

/*accordion*/
.cust-checkout .accordion-body {
    padding: 0.5rem 1rem !important;
}

.check-accordion-header-fvh>button .step {
    justify-content: center;
    width: 50px;
    background: var(--green);
    border-radius: 5px 0 0 0;
    color: var(--white);
    font-size: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: emoji;
    font-weight: 600;
}

.accordion-button {
    padding: 15px 0px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.check-accordion-header-fvh .accordion-button {
    background: var(--light-green) !important;
}

.check-accordion-header-fvh>button .pannel-title {
    font-size: 19px;
    color: var(--white);
    font-weight: 400;
    font-style: italic;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px !important;
}
.iti {
    width: 100%;
   /*  --iti-path-flags-1x: url('../img/flags.webp');
    --iti-path-flags-2x: url('../img/flags@2x.webp');*/
    --iti-path-globe-1x: url('../img/globe.webp');
    --iti-path-globe-2x: url('../img/globe@2x.webp');
}


.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 5px 5px 0px 0px !important;
}

.accordion-button::after {
    display: none !important;
}

.check-out-1 {
    margin-top: 12px;

}

.check-out-1 form div label {
    font-size: 16px;
    font-family: emoji;
    letter-spacing: 0;
    color: #292929;
    font-weight: 600;
}

.check-out-1 form div input,
.check-out-1 form div select {
    background: #f5f5f5 0 0 no-repeat padding-box;
    border: 1px solid #c8c8c8;
    opacity: 1;
    border-radius: 0;
    color: #555;
    padding: 6.5px 7px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
}

.cust-checkout .accordion-item {
    margin-top: 5px;
}

/*reservations-summary*/
.cust-cont-checkout {
    width: 1400px;
    background: var(--white);
}

.reservation-bdr {
    border: 1px solid var(--bdr);
}

.reservation-head {
    width: 100%;
    text-align: center;
}

.reservation-head h4 {
    color: var(--white);
    background: var(--green);
    font-weight: 400;
    padding: 15px;
    font-size: 19px;
    font-style: italic;
    text-align: center;
    height: 100%;
}

.details-summary {
    padding: 12px;
}

.summary-img img {
    width: 100%;
    /* padding-right: 15px; */
}

.left-cont-head {
    padding: 0px 10px;
}

.left-cont-head p {
    margin-bottom: 10px;
}

.left-cont-head strong {
    font-weight: 600;
    font-size: 16px;
}

.left-cont-head span {
    font-weight: 300;
    font-size: 14px;
}

.fees-tax span {
    font-weight: 500;
    color: var(--black);
    font-family: emoji;
}

.expected-chrg p {
    font-size: 14px;
    color: var(--black);
    font-family: emoji;
    padding-left: 15px;
}

.expected-chrg span {
    font-size: 14px;
    color: var(--black);
    font-family: emoji;
    padding-left: 15px;
}

.expected-amount {
    font-size: 16px;
    color: var(--black);
    font-family: emoji;
    font-weight: 600;
}

.expected-amount p {
    font-size: 16px;
    color: var(--black);
    font-family: emoji;
    font-weight: 600;
    padding-left: 30px;
}

/*tooltip*/
.custom-tooltip {
    position: relative;

}

.custom-tooltip>div {
    position: absolute;
    bottom: calc(100% + 10px);
    left: -142px;
    width: 300px;
    height: auto;
    display: none;
    background-color: var(--black);
    color: var(--white);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    border: 2px solid var(--main_color);
    border-bottom-width: 3px;
    font-size: 12px;
    font-weight: 400 !important;
    padding: 10px;
    border: 2px solid var(--light-green);
}

.custom-tooltip>div::after {
    border-top: 10px solid var(--light-green);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-tooltip>div>div {
    padding: 5px;
}

.discount-title p {
    font-size: 14px;
    font-weight: 600;
}

.discount-ammount p {
    font-size: 16px;
    font-weight: 700;
    font-family: emoji;
}

.side-fees div {
    font-size: 12px;
    font-weight: 700;
    font-family: emoji;
}

.Optional-price p {
    font-size: 16px;
    font-weight: 700;
    font-family: emoji;
}
.optional-price span {
    font-size: 16px;
    font-weight: 700;
    font-family: emoji;
}
#travelinsurance-price.is-visible {
    display: inline-flex;
}
#travelinsurance-price.is-hidden {
    display: none;
}

#price-updating {
  color: #1e73be;          /* WordPress blue */
  font-style: italic;
  font-weight: 500;
  margin-top: 10px;
  animation: blink 1.2s infinite;
}

span#previewTravelProtectionPrice {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.3; }
  100% { opacity: 1; }
}


.price-summary {
    padding: 0px 15px;
}

.price-summary p {
    font-size: 16px;
    font-weight: 500;
    font-family: emoji;
}

.price-summary span {
    margin-left: 40px;
    color: var(--drk-blue);
    font-size: 14px;
    font-weight: 500;
    font-family: emoji;
    /* border-bottom: 1px solid var(--drk-blue); */
}

.price-summary strong {
    margin-left: 78px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    font-family: emoji;
}

.side-fees h3 {
    color: var(--light-green);
    margin: 0px 0px 10px;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
}

.side-fees label {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.side-fees label div {
    font-size: 14px;
    font-weight: 600;
    font-family: emoji;
}

.side-fees input {
    display: inline-block !important;
    width: unset;
    transform: translateY(4px);
}

.opt-fee i {
    font-size: 16px;
}

.require-cust h4 {
    color: var(--light-green);
    margin: 0px 0px 5px;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

.custom-tooltip i {
    color: var(--light-green);
}

.cust-fee i {
    color: var(--yellow);
}

.require-cust input {
    transform: translateY(8px);
}

/*boder-css*/
.diveder {
    border: solid 1px var(--bdr);
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 5px 0px;
}

.fotr-hed-info {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: italic;
    color: var(--light-green);
    font-size: 20px;
}

.pay-card>div>label {
    padding: 5px 10px;
    margin: 10px 10px 0px 0px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.pay-card>div>label:hover {
    border: 2px solid #0ab90a;
}

label.cards-lbl.active {
    border: 2px solid #0ab90a;
}

.img-responsive.active:has(label) {
    border: 2px solid #0ab90a;
}

.pay-card>div>label img {
    height: 20px;
    width: 25px;
}

.pay-card>div>label> {
    width: 100%;
    height: 100%;
    border: 2px solid #c8c8c8;
    padding: 10px 5px;
    border-radius: 5px;
}

.paycard-select {
    padding: 0px 0px 10px;
}

.paycard-select span,
.paypal-description span {
    font-size: 18px;
    font-family: emoji;
    font-weight: 400;
    color: var(--black);
}

.paycard-select small,
.paypal-description small {
    font-size: 10px;
    font-family: emoji;
    font-weight: 400;
    color: var(--black);
}


.credit-name label {
    font-size: 16px;
    font-family: emoji;
    font-weight: 600;
    margin-bottom: 4px;
}

.credit-name {
    margin-bottom: 15px;
}

.paycard-details {
    margin-bottom: 15px;
}

.paycard-details>.row .col-md-4 label {
    font-size: 16px;
    font-family: emoji;
    font-weight: 600;
    margin-bottom: 4px;
}

.paypal-head {
    margin-bottom: 15px;
}

.paypal-head span {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    font-family: emoji;
}

.paypal-logo {
    border: 1px solid var(--black);
    width: 150px;
    height: 60px;
    border-radius: 5px;
    margin: 15px 0px;
}

.paypal-logo img {
    width: 100%;
    height: 100%;
    padding: 16px 0px;
    margin: 0px 30px;
}

.credit-name input::placeholder {
    font-size: 13px;
}

.paycard-details input::placeholder {
    font-size: 13px;
}

.payment-gateway-pg .form-control:focus {
    background-color: transparent;
    border-color: var(--input-bdr);
    outline: 0;
    box-shadow: none;
}

/*due-today*/
.due-today {
    opacity: 1;
    border-radius: 0;
    padding: 15px;
    color: #fff;
    background-color: #1fba9a;
}


.due-today div div p,
.due-today div div strong {
    margin: 0px !important;
    font-size: 16px;
    font-family: emoji;
    font-weight: 300;
}


/*disable-css*/
.disabledAccordion {
    opacity: 0.3;
}

.disabledAccordion .accordion-header .accordion-button {
    background-color: #878787 !important;
}

.checkoutSection .check_top_container {
    max-width: 1170px;
    margin: 80px auto 50px auto;
}

.switch {
    display: inline-block;
}

.switch input {
    display: none;
}

.switch label {
    display: block;
    width: 68px;
    height: 38px;
    padding: 3px;
    border-radius: 23px;
    border: 2px solid #cccccc;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    transition: 0.1s;
}

.switch label:checked {
    background-color: #0ab90a;
}

.switch label::before {
    content: "\d7";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 27px;
    color: #ffffff;
    border-radius: 50%;
    background: var(--black);
    transition: 0.1s;
}

.switch input:checked~label {
    border-color: #cccccc;
    background-color: #1fba9a;
}

.switch input:checked~label::before {
    content: "\2713";
    width: 27px;
    height: 27px;
    font-size: 20px;
    font-weight: 900;
    translate: 30px 0;
    background: #ffffff;
    color: var(--black);
}

.switch input:disabled~label {
    opacity: 0.5;
    cursor: not-allowed;
}

/*mobile-view-reservation*/


.mobile-reser-cont {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 14px;
    color: var(--lght-gray);
}

.btn-mobile-details span {
    font-size: 16px;
    font-family: emoji;
    text-decoration: none;
    color: var(--lght-blue);
}

.mobile-dates {
    font-size: 14px;
    font-weight: 600;
    font-family: emoji;
    color: var(--lght-gray);
}

.mobile-general-info>div>div div {
    font-size: 14px;
    color: var(--lght-gray);
    font-family: emoji;
    margin-bottom: 5px;
}

.mobile-details {
    margin-top: 12px;
}

.mobile-title {
    text-transform: uppercase;
    border-bottom: solid 1px #999;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: Raleway;
}

.mobile-expected-charges>div>div>div p,
.mobile-expected-charges>div>div>div span {
    font-size: 12px;
    color: var(--lght-gray);
    font-family: emoji;
}

.currency {
    font-size: 12px;
    color: var(--lght-gray);
    font-family: emoji;
}

.total-mb>div p,
.total-mb>div span {
    font-size: 16px;
    font-family: emoji;
    color: var(--lght-gray);
    margin: 0px;
}

.btn-mobile-details .spanshow {
    display: none;
}

.cust-checkout .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.paymentactive img {
    border-color: var(--drk-grn) !important;
}

.pay-card>div>label img:hover {
    border-color: var(--drk-grn);
    transition: 0.5s;
}

/*privacy-modal-css*/
#privacy-policy-modal h1 {
    color: var(--green);
    font-weight: 400;
    font-size: 22px !important;
}

.inner-cont-privacy h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
}

.inner-cont-privacy p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.reservatation-2 {
    display: none;
}

/*terms-condition*/

:root {
    --green: #00af9a;
    --white: #ffffff;
    --wheat: #87878733;
    --yellow: #f3a437;
    --pink: #ff6278;
    --black: #2A2A2A;
    --gray: #e0e0e0;
    --drkyellow: #f38d00;
    --white-shd: #ffffffbf;
    --str-ylw: #fb0;
    --bdr-clr: #ccc;
    --bg-gray: #f3f3f3;
}

.termsAndConditions {
    z-index: 1000;
    border-radius: 3px;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: all .2s;
    backface-visibility: hidden;
}

.termsAndConditionsHeading {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    font-family: Raleway;
    border-bottom: 3px solid var(--green);
}

.termsParagraphIntro {
    margin: 15px;
    text-align: justify;
    width: 80%;
    font-size: 14px;
}

.spangleWelcome {
    font-weight: 500;
}

.serviceLeadingSection {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.sn {
    font-size: 22px;
    padding-right: 5px;
    font-family: auto;
}

.st {
    font-size: 22px;
}

.spl {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Raleway';

}

.serviceInfoContainer {
    position: relative;
    width: 100%;
}

.serviceLead {
    font-weight: 700;
    margin-left: 15px;
    margin-top: 15px;
    margin-block-end: 5px;

}

.serviceDetails {
    margin-left: 15px;
}

/*Font Colours below*/
.green {
    color: var(--green);
}

/*Set the colours for the lines*/

.lineColorGreen {
    background-image: linear-gradient(to right bottom, var(--green), var(--white));
}

.closeTerms {
    border-bottom: 1px solid black;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.termsParagraphIntro .col-md-12 ol li a {
    text-decoration: none;
    color: var(--green);
    font-weight: 400;
    font-size: 16px;
}

.termsParagraphIntro .col-md-12 ol li::marker {
    font-size: 18px;
    font-family: auto;
    color: var(--green);
}

.go-btn {
    position: fixed;
    text-align: right;
    /* padding: 0; */
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.go-btn button {
    height: 50px;
    width: 50px;
    background: var(--green);
    border: none;
    border-radius: 50px;
}

.go-btn i {
    font-size: 30px;
    color: var(--white);
}


@media screen and (min-width: 768px) and (max-width: 1920px) {
    .reservation-bill>.reservation-bdr {
        display: none;

    }

    #checkout-taxesfees {
        display: block;

    }
}


@media screen and (max-width: 430px) {
    .spangleWelcome {
        font-size: 17px;
    }

    .st {
        font-size: 16px;
    }

    .sn {
        font-size: 16px;
    }

    .termsParagraphIntro .col-md-12 ol li a {
        font-size: 14px;
    }

    .serviceLeadingSection b,
    .serviceLeadingSection p {
        font-size: 14px;
        font-family: Raleway;
    }

    .termsParagraphIntro .col-md-12 ol li::marker {
        font-size: 14px;
    }

}

.Optional-price {
    margin-left: 78px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    font-family: emoji;
}

.required-info,
.tax-info {
    display: none;
}

#totalPrice {
    font-weight: 700;
    color: var(--black);
    font-family: emoji;
}

#total,
#total-tax,
#total-Price,
#duetoday,
.days {
    font-weight: 500;
    color: var(--black);
    font-family: emoji;
}

.modal-content {
    width: calc(100% + 20%) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 0px 10px;
    outline: 0 !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

#taxes-modal .modal-body>button {
    border: none;
}

#taxes-modal .close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -24px;
    top: -24px;
    background: #fff;
    box-shadow: 0 0 5px #777;
    opacity: 1;
    cursor: pointer;
}

.errormsg,
#creditNumberMsg,
#card-holder-msg,
#zip-error1,
#protectmsg,
#payCardmsg,
#month-msg,
#cvvNumberMsg {
    background: 0 0;
    color: #9e0b0f;
    padding: 5px 5px;
    font-size: 12px;
    /* margin-top: 20px; */

}

.ui-dialog .ui-dialog-titlebar-close
{
  display: none;
}
.ui-dialog .ui-dialog-buttonpane button {
    color: var(--bs-modal-color);
    background-color: var(--bs-modal-bg);
    border: 1px solid var(--primery-beg);
    margin: .75em .4em .75em 0;
    padding: 5px 20px;
    cursor: pointer;
    
}

#makerevresponse {
    background: 0 0;
    color: #9e0b0f;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
div.g-recaptcha { 
    margin: 0 auto; 
    width: fit-content; 
  } 
#recaptcha-msg {
    background: 0 0;
    color: #9e0b0f;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

.creditNumber {
    min-width: 200px;
}

#exp-wrapper {
    position: relative;
    /* border: 1px solid #aaa; */
    display: flex;
    width: 120px;
    justify-content: space-around;
    height: 39px;
    line-height: 36px;
    /* font-size: 24px; */
}

#exp-wrapper:after {
    content: '/';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    color: #aaa;
    top:3px;
}

div#exp-wrapper input {
    border: none;
}

input.exp {
    float: left;
    font-family: monospace;
    border: 0;
    width: 18px;
    outline: none;
    appearance: none;
    font-size: 14px;
}
input#month, input#year {
    width: 50%;
}

.Visa-logo {
    background-image: url("../img/discover.png");

}

/* new css 05-06-2024  */
#toggleMenu-custm.hide {
    display: none;
}

.toggleCustmBtn.hide .spanshow {
    display: block;
}

.toggleCustmBtn.hide .spanhide {
    display: none;
}

.chackout-header {
    background: #f9f9f9 !important;
}

.chackout-header h2 {
    font-size: 14px !important;
}

.chackout-text,
.chackout-text_totalk_fvh {
    background: #f9f9f9 !important;
    padding: 0px !important;
    border: none;
    font-size: 14px;
    color: var(--lght-gray);
    font-family: emoji;
}

.chackout-text>i {
    font-size: 10px;
    color: rgb(122, 122, 122);
}

.chackout-header .accordion-body ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.expected-amount {
    margin-left: 13px;
}

.guest-info-res {
    padding: 9px;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    margin-bottom: 5px;
    display: none;
}

.guest-info-res #makerevresponse {
    color: #a94442;
}

#term-msg {
    background: 0 0;
    color: #9e0b0f;
    padding: 5px 10px;
    font-size: 14px;
    /* margin-top: 20px; */
}

.finl-taxes-amount {
    border-top: 2px solid black;
}

.discount-cpn .enter-cpn-n #coupon_Val {
    height: 45px;
    background-color: #c8c8c8;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
}

.guest-detail {
    font-size: 15px;
}

.coupon-error {
    display: none;
}

.coupon-error span {
    text-align: center;
    color: red;
    font-size: 12px;
}

.coupon-error {
    padding: 10px;
    margin-top: 5px !important;
    border-radius: 3px;
    border: 1px solid #ebccd1;
    background: #f2dede;
    display: none;
}

.cstm_col-md-8 {
    width: 66.66666667%;
}

.cstm_col-md-4 {
    width: 33.33333333%;
}

.cstm_col-md-8 .expected-chrg span, .cstm_col-md-8 .expected-chrg p {
    padding-left: 0px;
}

.cstm_col-md-4 .expected-amount p {
    padding-left: 0px;
    text-align: right;
}

.cust-checkout h2{
    margin: 0;
}

/*custom css for check out page*/
.check-out_row_fvh {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.check-out_col-12_fvh {
    flex: 0 0 auto;
    width: 100%;
}

.check-out_col-8_fvh {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.check-out_col-6_fvh {
    flex: 0 0 auto;
    width: 50%;
}

.check-out_col-4_fvh {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.check-out_from_control-fvh {
    display: block;
    width: 100%;
    line-height: 1.5;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 8px;
}

.check-accordion-button-fvh {
    position: relative;
    display: flex;
    background: var(--light-green);
    align-items: center;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    padding: 15px 0px;
}

.display_flex_check-fvh {
    display: flex;
}

.check_divi {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.check-position_relative-fvh {
    position: relative;
}

.cus-fee {
    display: inline-block;
}

.due-rates {
    width: 100%;
}

.custom-modal-fade-chewck-fvh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    margin: 0 auto;
    display: none;
}

.cust-modal-dialog-check-fvh {
    margin: 0 auto;
    margin-top: 0px;
}

.cust-modal-dialog_center-check-fvh {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem* 2);
    width: 35%;

}

.cust-modal-content_check-fvh {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0000002d;
    border-radius: 8px;
    position: relative;
    padding: 0px 10px;
    border-collapse: collapse;
}

.taxes_rates-check-fvh {
    width: 100%;
    vertical-align: top;
    margin-bottom: 16px;
    border-color: #dee2e6;
    border-collapse: collapse;
}

.taxes_rates-check-fvh tbody {
    vertical-align: inherit;
}

.taxes_rates-check-fvh tr {
    display: table-row;
    width: 100%;
}

.taxes_rates-check-fvh tbody tr td {
    padding: 8px;
    font-size: 14px;
}

.taxes_rates-check-fvh tbody tr td:last-child {
    text-align: end;
}

.taxes_rates-check-fvh>tbody>tr:nth-of-type(odd)>* {
    background: #0000000d;
}

.bg-check-view_taxews-fvh {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

#checkout-form div {
    padding: 0px 12px;
    margin-top: 0.5rem;
}
/* these style is for international phone input */
#checkout-form div.iti__country-container {
    padding: 0px;
    margin-top: 0px;
}
#checkout-form div.iti__arrow 
{
    padding: 0px;
    margin-top: 0px;
}
#checkout-form div.iti__selected-country-primary {
    margin-top: 0px;
    padding-left: 20px;
}
#checkout-form div.iti__flag {
    padding: 0px;
    margin-top: 0px;
}
#checkout-form div.iti__selected-dial-code
{   
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-family: 'Poppins';
}
#checkout-form div div.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    margin-top: 0px;
    padding: 0px;
}
/*input#itiPhone.check-out_from_control-fvh.iti__tel-input {
    padding-left: 100px;
}
*/
/* end block style for international phone input */

/* .guset-info-mt_fvh{
    margin-top: 1rem;
} */
.check-text-center_fvh {
    text-align: center;
}

.fn-14px-fvh {
    font-size: 14px;
    font-weight: 600;
}

#checkout-sidefees {
    padding: 0px 12px;
    width: 100%;
}

.custom-tooltip {
    margin-left: 0.5rem;
}

.mobile-head-reservation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

#checkout-requiredFees,
.taxes-padding-check-fvh {
    width: 100%;
    padding: 0px 12px;
    margin-top: 8px;
}

#checkout-requiredFees h4 {
    font-family: 'Raleway';
}

#checkout-taxesFees,
.check-disc-fvh,
.check-total-fvh,
.check-nightly-per-guest-fvh{
    width: 100%;
    padding: 0px 12px;
}

.expected-chrg,
.expected-amount {
    margin: 0px 12px;
}

.check-security_img-fvh {
    text-align: center;
    width: 100%;
}

.insurance-btn>div {
    text-align: center;
}

.check_card_divi-fvh {
    text-align: start;
    display: flex;
    align-items: center;
}

.payment-footer {
    width: 100%;
}

.payment-footer>label {
    display: block;
    text-align: center;
}

.my-book-btn>div {
    text-align: center;
    width: 100%;
    padding-bottom: 12px;
}

.reservation-bill,
.check-reservation-module-fvh {
    padding: 0px 8px;
}

.check_custom_accordio_item-fvh {
    border: 1px solid #dee2e6;
    /* margin-top: 5px; */
}

.show_fvh {
    display: block !important;
}

#paymenttrip-collapse,
#protecttrip-collapse,
#guestinfo-collapse {
    display: none;
}

#continuebtn {
    text-transform: uppercase;
}

.check_out-date_show-fvh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-date_divi-fvh {
    display: flex;
    justify-content: flex-end;
    width: 55%;
    align-items: center;
}

.mobile-general-info {
    margin-left: 0px;
    margin-right: 0px;
}

/* .mobile_check_accrdion_body{
    padding: 8px;
} */
#checkout-required-fees,
.mobile_check_accrdion_body {
    display: none;
}

.check_input-border-fvh {
    border: 1px solid #0000004f;
    border-radius: 5px;
}

.check-out_payement-divi_fvh {
    display: flex;
    justify-content: space-between;
}

.check-out_width {
    width: 20%;/* 33.33%;*/
}

.payment-gateway-pg {
    padding: 0.5rem 2rem;
    background: #fff;
}

.check-ml {
    margin-left: 20px;
}

.check-ml div {
    height: 39px !important;
}

#sub-make-reservation {
    text-decoration: none;
}

.check-out_width label {
    font-size: 16px;
    font-family: emoji;
    font-weight: 600;
    margin-bottom: 4px;
}

.my-book-btn {
    padding-bottom: 1.5rem;
}

.protect-trip .check_divi {
    align-items: normal;
}

#room-rent {
    font-family: emoji;
}

.discount-cpn {
    width: 100%;
    padding: 0px 12px;
}

.enter-cpn-n {
    display: flex;
    margin: 5px 0px;
}

.enter-cpn-n input {
    border: 1px solid var(--bdr-clr);
    color: var(--black) !important;
}

.enter-cpn-n button {
    border-color: var(--green);
}

.enter-cpn-n button span {
    color: var(--white);
}

.checkoutSection {
    padding: 0px 12px;
}

#checkout-taxesFees {
    margin-bottom: 8px;
}

#checkout-expectedcharges {
    margin-bottom: 10px;
}

.target_mdoal_taxes_fvh {
    text-wrap: nowrap;
}

#guest-info-details input:focus-visible {
    border: 1px solid var(--bdr-clr);
}

#checkout-expectedcharges {
    padding: 0px 12px
}

/*modal-privacy_policy*/
.check-modal-privacy-fvh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.check-privacy-modal-dialog-fvh {
    max-width: 800px;
    margin: 0 auto;
}

.cust-privacy-modal-content-fvh {
    position: static;
    /*display: flex;*/
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--bdr-clr);
    border-radius: 8px;
    outline: 0;
    margin-top:30%;
}

.cust-privacy-modal-header-fvh {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--bdr-clr);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    justify-content: space-between;
}

.cust-privacy-modal-header-fvh h1 {
    font-size: 22px;
}

.cust-privacy-modal-body-fvh {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    border-bottom: 1px solid var(--bdr-clr);
}

.cust-privacy-modal-footer-fvh {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1rem;
}

.cust-privacy-modal-footer-fvh button {
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color .15s
}

.btn-close_fvh {
    background: transparent;
    border: none;
}

.rowcheck-out_row_fvh {
    display: none;
}

.modal-backdrop_fvh {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    display: none;
}

button#checkout_coupon_Val {
    cursor: pointer;
    border: navajowhite;
}

@media screen and (max-width: 840px) {
    .expected-chrg {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    
    input#phone {
        display: block;
    }   
    
}