* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.container-fluid {
    width: auto;
}

.field-hide {
    display: none;
}

#msform {
    text-align: center;
    position: relative;
    /* margin-top: 20px */
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /* padding: 20px 40px 30px 40px; */
    box-sizing: border-box;
    /* width: 94%;
    margin: 0 3% 20px 3%; */
    position: relative
}

#msform fieldset .form-card-order {
    background: white;
    border: 0 none;
    border-radius: 6px;
    background: rgba(237, 136, 21, 0.99);
    /* box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); */
    /* padding: 20px 40px 30px 40px; */
    box-sizing: border-box;
    /* width: 94%;
    margin: 0 3% 20px 3%; */
    position: relative;
    /* height: 337px;
    width: 331px */
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    /* padding-right: 42px !important; */
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;

    display: flex;
    flex-direction: column;
}

#msform .thrv-form-input-wrapper {
    align-self: flex-start;
}

/* #msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid rgba(237, 136, 21, 0.99);
    outline-width: 0
} */

/* #msform .action-button {
    width: 100px;
    background: rgba(237, 136, 21, 0.99);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    float:right !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(237, 136, 21, 0.99)
}

#msform .action-button-previous {
    width: 100px;
    background: rgba(0, 0, 0, .7);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;

} */


/* #msform .thrv-button, #msform .thrv-button-group-item, #msform .tve-form-button {
    margin-right: 10px !important;
} */

.action-button-previous.thrv-button {
    margin-left: 10px !important;
}

.action-button-next.thrv-button {
    margin-right: 10px !important;
}

#msform .tar-login-elem-button,
#msform .tcb-button-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /* padding: 20px 22px !important;
    border-radius: 100px !important;
    width: 250px !important; */
}

#msform .pay-order-button {
    padding: 20px 22px !important;
    border-radius: 100px !important;
    font-size: 17px;
}

.billing-next {
    font-size: 17px !important;
}

@media (min-width: 300px) {

    .tcb-style-wrap ul:not([class*="menu"]),
    .tcb-style-wrap ol {
        padding-bottom: 0 !important;
    }
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #616161 */
}

.prevAndNext {
    display: flex;
}

.prevAndNext .thrv_wrapper {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.NextBlk .thrv_wrapper {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid rgba(237, 136, 21, 0.99)
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}


#progressbar {
    /* margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #222;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative
}

.width-33 {
    width: 33.33%;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}


#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f155"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: block;
    font-size: 25px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: rgba(237, 136, 21, 0.99)
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    /*   width: 204;
    height: 104;*/
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.div-border2 {
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    -webkit-box-sizing: border-box !important;
    border-radius: 0.5rem;
}


#order-table-desc table,
#order-table-desc th,
#order-table-desc td {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    /* color:#fff; */
}

#order-table-desc {
    /* width: 100%;
    text-align:left justify !important;
    border:none !important;
    text-align : left !important; */

    width: 95%;
    text-align: left justify !important;
    border: none !important;
    text-align: left !important;
    margin: 2.5%;
}

#order-table-desc table {
    border-collapse: collapse !important;

    border: solid 3px rgba(228, 228, 228, 0.25);
    border-top: none;
    margin: 0;
    padding: 0 35px 24px 35px;
    border-radius: 0;
    box-sizing: border-box;

    width: 100%;

    border-spacing: 0;
}

#order-table-desc table th,
#order-table-desc table td {
    padding: 9px 7px !important;
}

#order-table-desc td {
    /* border-top: 1px solid rgba(0,0,0,.5) !important; */
}

.mt-20 {
    margin-top: 20px;
}



.pay-now {
    width: 350px !important;
    height: 50px !important;
    background: rgba(237, 136, 21, 0.99);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer
}

:root {

    --tcb-color-0: rgb(35, 22, 5);
    --tcb-color-0-h: 34;
    --tcb-color-0-s: 75%;
    --tcb-color-0-l: 7%;
    --tcb-color-0-a: 1;
    --tcb-color-1: rgb(35, 22, 5);
    --tcb-color-1-h: 34;
    --tcb-color-1-s: 75%;
    --tcb-color-1-l: 7%;
    --tcb-color-1-a: 1;
    --tcb-background-author-image: url(http://2.gravatar.com/avatar/2b7eb68…?s=256&d=mm&r=g);
    --tcb-background-user-image: url();
    --tcb-background-featured-image-thumbnail: url(https://mlrkfjotjtdt.i.optimole.com/B6Mx86k-TDcYv9EL/w:auto/h:auto/q:90/http://local.aspirationsweb.tigeen.ch/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png);
    --tcb-skin-color-0: hsla(var(--tcb-theme-main-master-h, 32), var(--tcb-theme-main-master-s, 85%), var(--tcb-theme-main-master-l, 50%), var(--tcb-theme-main-master-a, 1));
    --tcb-skin-color-0-h: var(--tcb-theme-main-master-h, 32);
    --tcb-skin-color-0-s: var(--tcb-theme-main-master-s, 85%);
    --tcb-skin-color-0-l: var(--tcb-theme-main-master-l, 50%);
    --tcb-skin-color-0-a: var(--tcb-theme-main-master-a, 1);
    --tcb-skin-color-1: hsla(calc(var(--tcb-theme-main-master-h, 32) - 0), calc(var(--tcb-theme-main-master-s, 85%) - 5%), calc(var(--tcb-theme-main-master-l, 50%) + 4%), 1);
    --tcb-skin-color-1-h: calc(var(--tcb-theme-main-master-h, 32) - 0);
    --tcb-skin-color-1-s: calc(var(--tcb-theme-main-master-s, 85%) - 5%);
    --tcb-skin-color-1-l: calc(var(--tcb-theme-main-master-l, 50%) + 4%);
    --tcb-skin-color-1-a: 1;
    --tcb-skin-color-3: hsla(calc(var(--tcb-theme-main-master-h, 32) + 30), calc(var(--tcb-theme-main-master-s, 85%) - 0%), calc(var(--tcb-theme-main-master-l, 50%) - 37%), 1);
    --tcb-skin-color-3-h: calc(var(--tcb-theme-main-master-h, 32) + 30);
    --tcb-skin-color-3-s: calc(var(--tcb-theme-main-master-s, 85%) - 0%);
    --tcb-skin-color-3-l: calc(var(--tcb-theme-main-master-l, 50%) - 37%);
    --tcb-skin-color-3-a: 1;
    --tcb-skin-color-8: hsla(calc(var(--tcb-theme-main-master-h, 32) - 0), calc(var(--tcb-theme-main-master-s, 85%) - 5%), calc(var(--tcb-theme-main-master-l, 50%) + 4%), 1);
    --tcb-skin-color-8-h: calc(var(--tcb-theme-main-master-h, 32) - 0);
    --tcb-skin-color-8-s: calc(var(--tcb-theme-main-master-s, 85%) - 5%);
    --tcb-skin-color-8-l: calc(var(--tcb-theme-main-master-l, 50%) + 4%);
    --tcb-skin-color-8-a: 1;
    --tcb-skin-color-9: hsla(calc(var(--tcb-theme-main-master-h, 32) - 4), calc(var(--tcb-theme-main-master-s, 85%) - 28%), calc(var(--tcb-theme-main-master-l, 50%) + 46%), 1);
    --tcb-skin-color-9-h: calc(var(--tcb-theme-main-master-h, 32) - 4);
    --tcb-skin-color-9-s: calc(var(--tcb-theme-main-master-s, 85%) - 28%);
    --tcb-skin-color-9-l: calc(var(--tcb-theme-main-master-l, 50%) + 46%);
    --tcb-skin-color-9-a: 1;
    --tcb-skin-color-10: hsla(calc(var(--tcb-theme-main-master-h, 32) - 21), calc(var(--tcb-theme-main-master-s, 85%) + 15%), calc(var(--tcb-theme-main-master-l, 50%) + 31%), 1);
    --tcb-skin-color-10-h: calc(var(--tcb-theme-main-master-h, 32) - 21);
    --tcb-skin-color-10-s: calc(var(--tcb-theme-main-master-s, 85%) + 15%);
    --tcb-skin-color-10-l: calc(var(--tcb-theme-main-master-l, 50%) + 31%);
    --tcb-skin-color-10-a: 1;
    --tcb-skin-color-13: hsla(calc(var(--tcb-theme-main-master-h, 32) - 0), calc(var(--tcb-theme-main-master-s, 85%) - 5%), calc(var(--tcb-theme-main-master-l, 50%) - 14%), 1);
    --tcb-skin-color-13-h: calc(var(--tcb-theme-main-master-h, 32) - 0);
    --tcb-skin-color-13-s: calc(var(--tcb-theme-main-master-s, 85%) - 5%);
    --tcb-skin-color-13-l: calc(var(--tcb-theme-main-master-l, 50%) - 14%);
    --tcb-skin-color-13-a: 1;
    --tcb-skin-color-16: rgb(90, 93, 96);
    --tcb-skin-color-16-h: 210;
    --tcb-skin-color-16-s: 3%;
    --tcb-skin-color-16-l: 36%;
    --tcb-skin-color-16-a: 1;
    --tcb-skin-color-18: rgba(47, 139, 231, 0.8);
    --tcb-skin-color-18-h: 210;
    --tcb-skin-color-18-s: 79%;
    --tcb-skin-color-18-l: 54%;
    --tcb-skin-color-18-a: 0.8;
    --tcb-skin-color-19: rgba(240, 246, 251, 0.85);
    --tcb-skin-color-19-h: 207;
    --tcb-skin-color-19-s: 57%;
    --tcb-skin-color-19-l: 96%;
    --tcb-skin-color-19-a: 0.85;
    --tcb-skin-color-20: rgba(240, 246, 251, 0.9);
    --tcb-skin-color-20-h: 207;
    --tcb-skin-color-20-s: 57%;
    --tcb-skin-color-20-l: 96%;
    --tcb-skin-color-20-a: 0.9;
    --tcb-skin-color-2: rgb(248, 248, 248);
    --tcb-skin-color-2-h: 0;
    --tcb-skin-color-2-s: 0%;
    --tcb-skin-color-2-l: 97%;
    --tcb-skin-color-2-a: 1;
    --tcb-skin-color-4: rgb(12, 17, 21);
    --tcb-skin-color-4-h: 206;
    --tcb-skin-color-4-s: 27%;
    --tcb-skin-color-4-l: 6%;
    --tcb-skin-color-4-a: 1;
    --tcb-skin-color-5: rgb(106, 107, 108);
    --tcb-skin-color-5-h: 210;
    --tcb-skin-color-5-s: 0%;
    --tcb-skin-color-5-l: 41%;
    --tcb-skin-color-5-a: 1;
    --tcb-skin-color-14: rgb(230, 230, 230);
    --tcb-skin-color-14-h: 0;
    --tcb-skin-color-14-s: 0%;
    --tcb-skin-color-14-l: 90%;
    --tcb-skin-color-14-a: 1;
    --tcb-skin-color-21: rgba(255, 255, 255, 0);
    --tcb-skin-color-21-h: 0;
    --tcb-skin-color-21-s: 0%;
    --tcb-skin-color-21-l: 100%;
    --tcb-skin-color-21-a: 0;
    --tcb-skin-color-22: rgb(255, 255, 255);
    --tcb-skin-color-22-h: 0;
    --tcb-skin-color-22-s: 0%;
    --tcb-skin-color-22-l: 100%;
    --tcb-skin-color-22-a: 1;
    --tcb-main-master-h: 32;
    --tcb-main-master-s: 85%;
    --tcb-main-master-l: 50%;
    --tcb-main-master-a: 1;
    --tcb-theme-main-master-h: 32;
    --tcb-theme-main-master-s: 85%;
    --tcb-theme-main-master-l: 50%;
    --tcb-theme-main-master-a: 1;
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}

@media (min-width: 300px) {
    .msform-form-input:not(.tcb-excluded-from-group-item) {
        --tve-font-size: 15px;
        --tve-color: rgb(128, 128, 128);
        --tve-applied---tve-color: rgb(128, 128, 128);
    }
}



@media (min-width: 300px) {

    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item) input,
    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item) input::placeholder,
    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item) textarea,
    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item) textarea::placeholder {
        font-size: var(--tve-font-size, 15px);
        color: var(--tve-color, rgb(128, 128, 128));
        --tve-applied-color: var$(--tve-color, rgb(128, 128, 128));
        --tcb-applied-color: rgb(128, 128, 128);
        /* width: 280px; */
        width: 95%;
    }
}

@media (min-width: 300px) {

    .msform-form-input:not(.tcb-excluded-from-group-item) input,
    .msform-form-input:not(.tcb-excluded-from-group-item) textarea {
        border-radius: 100px;
        overflow: hidden;
        border: 1px solid rgb(245, 245, 245);
        --tve-applied-border: 1px solid rgb(245, 245, 245);
        box-shadow: rgb(0 0 0 / 3%) 0px 8px 12px 0px;
        --tve-applied-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.03);
        background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
        background-size: auto !important;
        background-position: 50% 50% !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        --tve-applied-background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
        /* margin-bottom: 10px !important; */
        padding-left: 25px !important;
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        background-color: transparent !important;
        --tve-applied-background-color: transparent !important;
        outline: none;
        line-height: 1 !important;
    }

    .thrv-login-element .tve-login-form input,
    .thrv-login-element .tve-login-form input[type="password"],
    .thrv-login-element .tve-login-form input[type="email"],
    .thrv-login-element .tve-login-form input[type="url"],
    .thrv-login-element .tve-login-form input[type="text"],
    .thrv-login-element .tve-login-form input[type="tel"],
    .thrv-login-element .tve-login-form select,
    .thrv-login-element .tve-login-form textarea {
        font-family: inherit;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        padding: 15px;
        color: rgba(10, 10, 10, 0.6);
        border-radius: 3px;
        border: solid 2px rgba(10, 10, 10, 0.2);
        margin: 10px 0;
        background-clip: padding-box;
    }
}



@media (min-width: 300px) {
    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item):hover {
        --tve-color: hsla(var(--tcb-main-master-h, 210), var(--tcb-main-master-s, 77%), var(--tcb-main-master-l, 54%), var(--tcb-main-master-a, 1)) !important;
        --tve-applied---tve-color: hsla(var(--tcb-main-master-h, 210), var(--tcb-main-master-s, 77%), var(--tcb-main-master-l, 54%), var(--tcb-main-master-a, 1)) !important;
    }

    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item):hover input,
    :not(#tve) .msform-form-input:not(.tcb-excluded-from-group-item):hover textarea {
        background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
        --tve-applied-background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
        border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
        --tve-applied-border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 27px -4px !important;
        --tve-applied-box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0) !important;
        background-size: auto !important;
        background-position: 50% 50% !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
    }

    .backGray {
        border-radius: 6px;
        background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)) !important;
    }

    .form-card {
        background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)) !important;
    }

    .tar-login-elem-button.tve-state-hover .tcb-button-link,
    .tar-login-elem-button:hover .tcb-button-link {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 136, 21, 0.99)), to(rgba(237, 136, 21, 0.99)));
        background-image: linear-gradient(rgba(237, 136, 21, 0.99), rgba(237, 136, 21, 0.99));
    }

    :not(#tve) .tcb-label:not(.tcb-excluded-from-group-item) .tcb-plain-text {
        letter-spacing: 1px;
        color: rgb(136, 136, 136) !important;
        --tcb-applied-color: rgb(136, 136, 136) !important;
        --tve-applied-color: rgb(136, 136, 136) !important;
        font-size: 14px !important;
        text-transform: none !important;
        font-weight: var(--g-regular-weight, normal) !important;
        margin: 0 15px;
    }

    body,
    .tcb-plain-text {
        font-family: Lato;
    }

    .tcb-style-wrap h2 {
        font-family: Lato !important;
        --tcb-typography-font-family: "Lato" !important;
        color: #9E9E9E !important;
    }
}

.formCheckbox {
    width: 310px;
}

.formRadio {
    width: 310px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(237, 136, 21, 0.99);
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(237, 136, 21, 0.99);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


:root {
    --yellow: rgba(237, 136, 21, 0.99);
    --white: #fff;
}

#cc-exp-month,
#cc-exp-year {
    border-radius: 100px;
    border: 1px solid rgb(245, 245, 245);
    padding: 2px;
    outline: none;
}

.formSelect select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1.5em;
    font-size: 11px;
    color: #888 !important;
    background-image: none;
    cursor: pointer;
    border-radius: 6px;

    font-size: var(--tve-font-size, 15px);
    color: var(--tve-color, rgb(128, 128, 128));
    --tve-applied-color: var$(--tve-color, rgb(128, 128, 128));
    --tcb-applied-color: rgb(128, 128, 128);


    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgb(245, 245, 245);
    --tve-applied-border: 1px solid rgb(245, 245, 245);
    box-shadow: rgb(0 0 0 / 3%) 0px 8px 12px 0px;
    --tve-applied-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.03);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    --tve-applied-background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    margin-bottom: 0px !important;
    padding-left: 25px !important;


    padding-top: 14px !important;
    padding-bottom: 14px !important;
    background-color: transparent !important;
    --tve-applied-background-color: transparent !important;
    outline: none;
}

.formSelect select::-ms-expand {
    display: none;
}

.formSelect {
    position: relative;
    display: flex;
    /* width: 500px; */
    border-radius: 5em;
    overflow: auto;
    width: 100%;
}

.formSelect::after {
    content: "V";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* font-size: 12px; */
    padding: 0.9em 0.7em;
    color: #fff !important;
    background-color: var(--yellow) !important;
    transition: 0.25s all ease;
    pointer-events: none;
}

.formSelect select:hover {
    background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
    --tve-applied-background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
    border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
    --tve-applied-border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 27px -4px !important;
    --tve-applied-box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

.focus-selectdropdown {
    background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
    --tve-applied-background-image: linear-gradient(hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95)), hsla(calc(var(--tcb-main-master-h, 210) - 0), 77%, 54%, calc(var(--tcb-main-master-a, 1) - 0.95))) !important;
    border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
    --tve-applied-border: 1px solid hsla(calc(var(--tcb-main-master-h, 210) - 0), calc(var(--tcb-main-master-s, 77%) - 0%), 54%, calc(var(--tcb-main-master-a, 1) - 0.4)) !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 27px -4px !important;
    --tve-applied-box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0) !important;
}

.formSelect select option {
    border: 1px solid #ccc !important;
}

.product-label {
    font-size: 15px;
}

.session-hours {
    font-size: 15px;
}

.fs-title {
    font-family: Lato !important;
    --tcb-typography-font-family: "Lato" !important;
    color: #fff !important;
    margin: 15px 0 0 0;
}


.fs-title-left {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: Lato !important;
    --tcb-typography-font-family: "Lato" !important;
    color: #9E9E9E !important;
}

.font-weight-bold {
    font-family: Lato !important;
    --tcb-typography-font-family: "Lato" !important;
    font-weight: bolder !important;
}

.amount {
    font-weight: bolder !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.total-text {
    font-size: 25px !important;
    color: #f8f8f8 !important;
}

.invalid {
    border: 1px red solid !important;
}

.wc-backward {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    background-color: rgba(228, 228, 228, 0.69);
}

.wc-backward:hover {
    opacity: .6;
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}


#msform .d-flex {
    cursor: default !important;
}

#msform ul#progressbar {
    margin-left: 0 !important;
}

#msform .form-control {
    width: 130% !important;
}

.errorstext {
    color: #b71d47;
    border: none !important;
    background-color: transparent;
}

.save-user-btn {
    border-radius: 14px;
    color: #fff !important;
    cursor: pointer;
    width: 100px !important;
    border-radius: 17px !important;
}

.border-0 {
    border: none !important;
}


.main {
    margin-left: 140px;
    /* Same width as the sidebar + left position in px */
    font-size: 28px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.tcb-post-content li a {
    /* color: rgba(255, 176, 85, 0.99) !important; */
    color: rgba(237, 136, 21, 0.99) !important;
}

.accordion-card {
    align-items: left !important;
}

.accordion-header {
    padding-bottom: 0px !important;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1 !important;
    background: #f1f1f1;
}

.accordion-button {
    width: 93.666% !important;
    background: none !important;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
    color: gray !important;
}

.accordion-item {
    border: none !important;
}

.verify-css {
    width: 15% !important;
    color: white !important;
    cursor: pointer !important;
    float: right !important;
}

.btn-css {
    width: 12% !important;
    color: white !important;
    cursor: pointer !important;
    height: max-content;
    float: right !important;
}

.btn-css-new {
    width: 32% !important;
    color: white !important;
    cursor: pointer !important;
    height: max-content;
    float: right !important;
}

.modal {
    top: 100px !important;
}

.required-span {
    color: red !important;
}

.ui-datepicker-month {
    border: none !important;
}

.exp-wrapper {
    position: relative;
    display: flex;
    width: 230px;
    justify-content: space-around;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.exp-wrapper:after {
    content: '/';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    color: #aaa;
}

input.exp {
    float: left;
    font-family: Lato;
    border: 0;
    width: 50px;
    outline: none;
    appearance: none;
    font-size: 14px;
}

select.ui-datepicker-year,
select.ui-datepicker-month {
    background: transparent;
    color: #888;
    cursor: pointer;
}

select .ui-datepicker-year {
    border: none !important;
}

.btn-css {
    float: right !important;
}

.error {
    color: red !important;
    font-size: 14px;
    padding-left: 10px;
}

.add-adult {
    color: white !important;
}

.add-minor {
    color: white !important;
}

.save-child {
    width: 20% !important;
}

.accordionContainer {
    /* padding: 0;
    margin: 0; */
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)) !important;
    border-radius: 10px;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pl-20 {
    padding-left: 20px;
}

.c-mt-10 {
    margin-top: 10px !important;
}

.client-informations-table,
.client-informations-table th,
.client-informations-table td {
    border: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.client-informations-table thead th {
    border-bottom: 1px solid #ccc !important;
}

.client-informations-table td {
    font-size: 15px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.payer-field {
    width: 100%;
}

#collapseBilling {
    border: 2px solid #888;
    border-radius: 10px;
    margin: 10px;
    background: #f1f1f1;
}

#msform fieldset .form-client-list {
    background: white;
    border: 0 none;
    border-radius: 6px;
    background: lightgray;
    box-sizing: border-box;
    position: relative;
}

.form-card-order input[type="number"] {
    width: 150px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#minorModel input[type="text"],
#adultModel input[type="text"] {
    padding: .375rem .75rem;
}

#minorModel .form-label,
#adultModel .form-label,
#minorModel .form-check-label,
#adultModel .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
}

#minorModel img,
#adultModel img {
    height: 40px;
}

#minorModel .modal-title,
#adultModel .modal-title {
    color: #888;
}

#minorModel .modal-body,
#adultModel .modal-body {
    height: calc(100vh - 37vh);
    overflow-y: auto;
    background: #e7e7e7;
}

.c-box-shadow {
    box-shadow: 0px 2px #888;
}

/* #accordion .checkmark,
#collapseBilling .checkmark,
#minorModel .checkmark,
#adultModel .checkmark {
    background-color: #fff;
}
#accordion .checkcontainer .checkmark:after,
#collapseBilling .checkcontainer .checkmark:after,
#minorModel .checkcontainer .checkmark:after, #adultModel .checkcontainer .checkmark:after {
    border: solid rgba(237, 136, 21, 0.99);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.c-align-center {
    display: flex;
    justify-content: center;
}

.c-align-left {
    display: flex;
    justify-content: flex-start;
}

#minorModel [type="radio"]:checked+label:after,
#minorModel [type="radio"]:not(:checked)+label:after,
#adultModel [type="radio"]:checked+label:after,
#adultModel [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(237, 136, 21, 0.99);
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#minorModel .save-child,
#adultModel .save-child {
    width: 12% !important;
    padding: 7px !important;
}

.c-relative {
    position: relative;
}

.paycardImg {
    position: absolute;
    right: 25px;
    top: 7px;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
}

.input-icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.c-p-10 {
    padding: 10px;
}

#parentTable {
    border-bottom: 2px solid;
}

#minorModel .modal-footer,
#adultModel .modal-footer {
    display: none;
}

.c-plr-2 {
    padding: 0px 2px 0px 2px;
}


@media (min-width: 1200px) {

    #minorModel .modal-xl,
    #adultModel .modal-xl {
        max-width: 1100px;
    }

    #minorModel .modal-dialog {
        margin: 1.75rem auto;
        margin-top: 3.75rem !important;
    }

    #msform #ui-datepicker-div {
        /* top: 104.45px !important;
        left: 10.45px !important; */
    }

    #minorModel #ui-datepicker-div,
    #adultModel #ui-datepicker-div {
        /* top: 104.45px !important;
        left: auto !important; */
    }

}

.ui-datepicker select.ui-datepicker-year {
    border: none !important;
}


.slider {
    display: flex;
    padding: 0px 15px;
}

@-moz-document url-prefix() {
    .slider {
        padding: 20px 15px;
    }
}

.min-value,
.max-value {
    float: left;
    color: #6c6d70;
    text-align: right;
    font-weight: bold;
    margin-top: -3px;
}

.max-value {
    text-align: left;
}

.current-value {
    position: absolute;
    top: -3.2em;
    left: 50%;
    width: 60px;
    height: 1em;
    text-align: center;
    color: rgba(237, 136, 21, 0.99);
    font-weight: bold;
    white-space: nowrap;
    margin-left: -12px;
    border: 1px solid;
    padding: 5px;
}

.range {
    position: relative;
    float: left;
    width: 100%;
    padding: 7px 0.9375rem;
}

input[type=range] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 6px;
    padding: 0;
    border-radius: 4px;
    background: rgba(237, 136, 21, 0.99);
    box-sizing: content-box;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(237, 136, 21, 0.99);
    border-radius: 20px;
    background: rgba(237, 136, 21, 0.99);
    cursor: pointer;
}

input[type=range]:disabled::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border: 2px solid #888;
    border-radius: 20px;
    background: #888;
    cursor: not-allowed;
}


input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(237, 136, 21, 0.99);
    border-radius: 15px;
    background: rgba(237, 136, 21, 0.99);
    cursor: pointer;
}

input[type=range]:disabled::-moz-range-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #888;
    border-radius: 15px;
    background: #888;
    cursor: not-allowed;
}


input[type="range"] {
    padding: 0px !important;
}



.checkcontainer {
    position: relative;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 28px;
    display: block;
    text-align: left;
}


.checkcontainer input {
    opacity: 0;
    cursor: pointer;
    height: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}


.checkcontainer:hover input~.checkmark {
    background-color: #ccc;
}

.checkcontainer input:checked~.checkmark {
    background-color: rgba(237, 136, 21, 0.99);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked~.checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.primary_payer_account {
    background-color: rgb(236, 135, 19);
    align-items: center;
    justify-content: center;
    display: flex;
}

.primary_payer_account label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.primary_payer_account .checkcontainer input:checked~.checkmark {
    background-color: #fff;
}

.primary_payer_account .checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid rgb(236, 135, 19);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.secure-img {
    font-size: 12px;
    width: 96%;
    text-align: right;
    display: flex;
    justify-content:
        flex-end;
    align-items: center;
}

.secure-img::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    /* margin-left: auto; */
    content: "";
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title/><g data-name="Layer 14" id="Layer_14"><path d="M22.05,12H22V8.5a5.5,5.5,0,0,0-11,0V12H11A4,4,0,0,0,7,16v9.1A4,4,0,0,0,11,29h11.1A4,4,0,0,0,26,25.05V16A4,4,0,0,0,22.05,12ZM13,8.5a3.5,3.5,0,0,1,7,0V12H13ZM24,25.05A2,2,0,0,1,22.05,27H11A2,2,0,0,1,9,25.05V16A2,2,0,0,1,11,14h11.1A2,2,0,0,1,24,16Z"/><path d="M16.5,17A3.5,3.5,0,1,0,20,20.5,3.5,3.5,0,0,0,16.5,17Zm0,5A1.5,1.5,0,1,1,18,20.5,1.5,1.5,0,0,1,16.5,22Z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}




.msform-form-input.payment_card,
.msform-form-input.last_3_digit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msform-form-input.payment_card::after,
.msform-form-input.last_3_digit::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title/><g data-name="Layer 14" id="Layer_14"><path d="M22.05,12H22V8.5a5.5,5.5,0,0,0-11,0V12H11A4,4,0,0,0,7,16v9.1A4,4,0,0,0,11,29h11.1A4,4,0,0,0,26,25.05V16A4,4,0,0,0,22.05,12ZM13,8.5a3.5,3.5,0,0,1,7,0V12H13ZM24,25.05A2,2,0,0,1,22.05,27H11A2,2,0,0,1,9,25.05V16A2,2,0,0,1,11,14h11.1A2,2,0,0,1,24,16Z"/><path d="M16.5,17A3.5,3.5,0,1,0,20,20.5,3.5,3.5,0,0,0,16.5,17Zm0,5A1.5,1.5,0,1,1,18,20.5,1.5,1.5,0,0,1,16.5,22Z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 5px;
    top: 17px;
}


.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
}

.ui-datepicker-prev-hover:hover,
.ui-datepicker-next-hover:hover {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}

.remove-coupon {
    width: 17px;
    color: red !important;
    cursor: pointer;
    transition: none !important;
    padding: 0 !important;
    position: absolute;
    right: 2px;
    top: 2px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    opacity: .6;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1;
    color: #6a6b6c;
    text-decoration: none;
    border: 0;
}

.remove-coupon:hover {
    color: #fff !important;
    background-color: red !important;
    border-radius: .6em;
    opacity: 1;
    font-size: 12px;
}

.success-message-wrapper,
.error-message-wrapper {
    margin-left: -10px;
}

.success-message {
    padding: 1em 2em 1em 3.5em;
    margin: 5px 0;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    border-top-color: #8fae1b;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.success-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;

    content: "\e015";
    color: #8fae1b;
}

.success-message::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: inherit;
}

.error-message {
    padding: 1em 2em 1em 3.5em;
    margin: 5px 0;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    border-top-color: #b81c23;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.error-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;

    content: "\e016";
    color: #b81c23;
}

.error-message::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: inherit;
}

.custom-loader {
    background: none;
    position: absolute;
    opacity: 1;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border: 3px solid var(--tcb-skin-color-0);
    border-radius: 50%;
    border-top: 3px solid transparent;
    box-sizing: border-box;
    animation: spin 2s linear infinite;
    margin: 0;
}

.ui-datepicker {
    z-index: 999999999999 !important;
}



.item {
    padding: 7px;
    width: 47%;
}

@media (max-width:900px) {
    .insurance-detail-field.item {
        width: 100% !important;
    }
}

@media (min-width:900px) and (max-width:1750px) {
    .insurance-detail-field.item {
        width: 47% !important;
    }
}

@media (min-width:1750px) {
    .insurance-detail-field.item {
        /* width: 30.333% !important; */
    }
}

.datepicker-modal {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(128, 128, 128);
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}