﻿
body {
    font-size: 1.0rem;
}

.main-content__container .container__summary .summary__content 
{
    padding:1.5rem 2rem;
}


.main-content__container .container__details .details__content {
    padding: 2.5rem;
}

.main-content__container .container__summary {
    height: auto;
}


/*titles */
h1 {
    font-size: 1.8rem;
    color: var(--color-primary);
    line-height: 2.0rem;
    font-weight: 800;
    margin-top: 0px;
}

    h1 span.primary {
        color: var(--color-secondary);
    }

    h1 span.primary.lg {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }

    h1 span.sm {
        font-size: 1.7rem;
        line-height: 2.0rem;
    }
    h1 span.primary.sm {
        font-size: 1.7rem;
        line-height: 2.0rem;
    }

h2 {
    font-size: 1.6rem;
    color: var(--color-white);
    line-height: 1.8rem;
    font-weight: 800;
    margin-top: 0px;
}

h2 span.primary {
    color: var(--color-secondary);
}


h2.basket-heading {
    font-size: 1.2rem;
}



p.lead {
    font-size: 0.9rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

p.videolabel {
    font-size: 0.7rem;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

p.lead.primary {
    color: var(--color-secondary);
}

p.terms
{
    text-align: center;
    padding-top: 12px;
    font-size:14px;
    padding-left:5px;
    padding-right:5px;
}


/*Mobile toggle*/


.billing-summary-mobile 
{
    font-size:0.8em;
    margin-top:10px;
}

/*setup*/
*,
:after,
:before {
    box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ol[role="list"],
ul[role="list"] {
    list-style: none;
}

html {
    
}

html:focus-within {
    scroll-behavior: smooth;
}



/*grid*/

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        margin-top: var(--bs-gutter-y);
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        width: 100%;
    }

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.col {
    flex: 1 0 0%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.6rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.6rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 1.2rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 1.2rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 2.4rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 2.4rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 3.6rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 3.6rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 7.2rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 7.2rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .col-sm {
        flex: 1 0 0%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.6rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.6rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 1.2rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 1.2rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 2.4rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 2.4rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 3.6rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 3.6rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 7.2rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 7.2rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .col-md {
        flex: 1 0 0%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.6rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.6rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 1.2rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 1.2rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 2.4rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 2.4rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 3.6rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 3.6rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 7.2rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 7.2rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .col-lg {
        flex: 1 0 0%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.6rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.6rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 1.2rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 1.2rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 2.4rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 2.4rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 3.6rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 3.6rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 7.2rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 7.2rem;
    }
}

/*grid end */




/*forms */


/*COMBO BOX */
.RadComboBox {
    border: 2px solid #E3EDFE;
    border-radius: 5px;
    border-color: #E3EDFE !important;
    color: #333;
    background-color: #E3EDFE;
}

.RadComboBox table {
    border-color: #E3EDFE !important;
}

.RadComboBox_Bootstrap .rcbHovered .rcbReadOnly .rcbInputCell {
    border-color: #E3EDFE !important;
    color: #333;
    background-color: #E3EDFE;
}


.RadComboBox_Bootstrap .rcbArrowCell {
    border-color: #E3EDFE !important;
    color: #333 !important;
    background-color: #E3EDFE !important;
    width: 32px;
    border-radius: 0 4px 4px 0;
}

.RadComboBox_Bootstrap .rcbInputCell {
    border-color: #E3EDFE !important;
}

.RadComboBox_Bootstrap .rcbArrowCell a
{
    border:none !important;
    box-shadow:none !important;
    
}
.RadComboBox_Bootstrap .rcbReadOnly .rcbArrowCell.rcbArrowCellRight {
    border: none !important;
    box-shadow: none !important;
    padding-right:7px;
}

.RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background-color: #E3EDFE !important;
}

.RadComboBox_Bootstrap .rcbReadOnly .rcbArrowCell.rcbArrowCellRight 
{
    background-color: #E3EDFE !important;
}

.RadComboBoxDropDown_Bootstrap 
{
    background-color: #E3EDFE !important;
    font-family:Montserrat-Font !important;
    font-size:16px !important;
}

.RadComboBoxDropDown_Bootstrap .rcbHovered {
    background-color: #E3EDFE !important;
    cursor:pointer !important;

}
.RadComboBox_Bootstrap .rcbInputCell
{
    box-shadow:none !important;
}

.RadComboBox_Bootstrap table:hover
{
    cursor:pointer;
}


.RadComboBoxDropDown .rcbImage
{
    width:62px;
}



.RadComboBox_Bootstrap .rcbArrowCell a {
    width: 12px !important;
    height: 12px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z" fill="%238e949c" /></svg>') !important;
    background-position: 0px 0px !important;
    padding-right:5px;
}



/*COMBO BOX END*/
input {
    accent-color: var(--color-secondary);
}

textarea {
    min-height: 10em;
}

input,
select,
textarea {
    font-size: 16px;
    font-size: max(16px, 1.6rem);
}

@media (min-width: 1024px) {
    input,
    select,
    textarea {
        font-size: inherit;
    }
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]:not([type="button"])),
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: #E3EDFE;
    border: 2px solid #E3EDFE;
    border-radius: 0.5em;
    padding: 0.6em 0.8em;
    transition: all 0.3s ease-in-out;
    color: var(--color-primary) !important;
}

.hs-dateinput,
.inputs-list,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
select,
textarea {
    width: 100% !important;
}

.tool-tip + input,
.tool-tip + select,
.tool-tip + textarea {
    padding-right: 3em !important;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border: 2px solid #E3EDFE;
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.6em;
}

    input[type="checkbox"]:focus,
    input[type="radio"]:focus {
        border: none;
        box-shadow: none;
    }

select {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z" fill="%238e949c" /></svg>');
    background-position: right 0.7em top 50%;
    background-repeat: no-repeat;
    background-size: 0.75em auto, 100%;
    border: 2px solid var(--color-white);
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

select option {
    font-weight: 400;
}


/* buttons */

button,
input,
select,
textarea {
    font: inherit;
}

.btn,
a.btn,
a.hs-button,
body
[id^="leadinModal"].leadinModal
.leadinModal-content
.leadin-content-body
.leadin-preview-wrapper
.leadin-button,
input[type="submit"] {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--background-color, var(--color-secondary));
    border-color: var(--border-color, var(--color-secondary));
    border-radius: 1.2em;
    border-style: solid;
    border-width: 1px;
    color: var(--label-color, #fff);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.0rem;
    font-weight: var(--font-weight, bold);
    letter-spacing: 0.072em;
    padding: var(--padding, 0.9em 2.5em);
    position: relative;
    text-decoration: var(--text-decoration, none);
    transition: all 0.15s ease-in-out;
}

@media (min-width: 992px) {
    .btn,
    a.btn,
    a.hs-button,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button,
    input[type="submit"] {
        /*padding: var(--padding, 0.7em 5.5em);*/
    }
}

.btn:focus,
.btn:hover,
a.btn:focus,
a.btn:hover,
a.hs-button:focus,
a.hs-button:hover,
body
[id^="leadinModal"].leadinModal
.leadinModal-content
.leadin-content-body
.leadin-preview-wrapper
.leadin-button:focus,
body
[id^="leadinModal"].leadinModal
.leadinModal-content
.leadin-content-body
.leadin-preview-wrapper
.leadin-button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: var(--background-color, var(--color-secondary-500));
    border-color: var(--border-color, var(--color-secondary-500));
}

    .btn:not(.btn[disabled]):focus .btn__arrow,
    .btn:not(.btn[disabled]):hover .btn__arrow,
    a.btn:focus .btn__arrow,
    a.btn:hover .btn__arrow,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:not(.btn[disabled]):focus
    .btn__arrow,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:not(.btn[disabled]):hover
    .btn__arrow,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    a.leadin-button:focus
    .btn__arrow,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    a.leadin-button:hover
    .btn__arrow,
    input[type="submit"]:focus .btn__arrow,
    input[type="submit"]:hover .btn__arrow {
        transform: translate(0.5em, -50%);
    }

    .btn:not(.btn[disabled]):focus .btn__arrow--left,
    .btn:not(.btn[disabled]):hover .btn__arrow--left,
    a.btn:focus .btn__arrow--left,
    a.btn:hover .btn__arrow--left,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:not(.btn[disabled]):focus
    .btn__arrow--left,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:not(.btn[disabled]):hover
    .btn__arrow--left,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    a.leadin-button:focus
    .btn__arrow--left,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    a.leadin-button:hover
    .btn__arrow--left,
    input[type="submit"]:focus .btn__arrow--left,
    input[type="submit"]:hover .btn__arrow--left {
        transform: translate(-0.5em, -50%);
    }

.btn:active,
a.btn:active,
a.hs-button:active,
body
[id^="leadinModal"].leadinModal
.leadinModal-content
.leadin-content-body
.leadin-preview-wrapper
.leadin-button:active,
input[type="submit"]:active {
    background-image: linear-gradient( to top, var(--background-active-color, hsla(0, 0%, 100%, 0.2)), var(--background-active-color, hsla(0, 0%, 100%, 0.2)) );
    top: 0.1em;
}

.btn--disabled,
.btn--disabled:focus,
.btn--disabled:hover,
a.btn--disabled,
a.btn--disabled:focus,
a.btn--disabled:hover,
input[type="submit"][disabled] {
    background-color: var(--background-disabled-color, var(--color-primary-100));
    border-color: var(--border-disabled-color, var(--color-primary-200));
    color: var(--label-disabled-color, var(--color-primary-200));
    cursor: not-allowed;
}

    .btn--disabled .btn__arrow,
    .btn--disabled:focus .btn__arrow,
    .btn--disabled:hover .btn__arrow,
    a.btn--disabled .btn__arrow,
    a.btn--disabled:focus .btn__arrow,
    a.btn--disabled:hover .btn__arrow,
    input[type="submit"][disabled] .btn__arrow {
        transform: translateY(-50%);
    }

    .btn--disabled:active,
    a.btn--disabled:active,
    input[type="submit"][disabled]:active {
        background-image: none;
        top: 0;
    }

.btn__arrow {
    display: none;
    height: auto;
    position: absolute;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-out;
    width: 1.25em;
}

.btn__arrow--left {
    left: 1.3em;
    right: unset;
}

.btn--with-icon .btn__label {
    padding: 0 2.2em;
}

.btn--with-icon .btn__arrow {
    display: block;
}

.btn--style-1,
body
[id^="leadinModal"].leadinModal
.leadinModal-content
.leadin-content-body
.leadin-preview-wrapper
.leadin-button {
    --label-color: #fff;
    --background-color: var(--color-secondary);
    --border-color: var(--color-secondary);
}

    .btn--style-1:focus,
    .btn--style-1:hover,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:focus,
    body
    [id^="leadinModal"].leadinModal
    .leadinModal-content
    .leadin-content-body
    .leadin-preview-wrapper
    .leadin-button:hover {
        --label-color: var(--color-primary);
        --background-color: #fff;
        --border-color: #fff;
    }

.btn--style-2 {
    --label-color: var(--color-secondary);
}

    .btn--style-2,
    .btn--style-2:focus,
    .btn--style-2:hover {
        --background-color: #fff;
        --border-color: #fff;
    }

.btn--style-3 {
    --label-color: #fff;
    --background-color: var(--color-primary);
    --border-color: var(--color-primary);
}

    .btn--style-3:focus,
    .btn--style-3:hover {
        --background-color: var(--color-secondary);
        --border-color: var(--color-secondary);
    }

.btn--style-4 {
    --label-color: var(--color-primary);
    --background-color: transparent;
    --border-color: var(--color-primary);
}

    .btn--style-4:focus,
    .btn--style-4:hover {
        --background-color: var(--color-secondary);
        --label-color: #fff;
        --border-color: var(--color-secondary);
    }

.btn--style-5 {
    --label-color: #fff;
    --background-color: var(--color-secondary);
    --border-color: var(--color-secondary);
}

    .btn--style-5:focus,
    .btn--style-5:hover {
        --background-color: var(--color-secondary-600);
    }

.btn--style-6 {
    --label-color: var(--color-primary);
    --background-color: #fff;
    --border-color: #fff;
}

    .btn--style-6:focus,
    .btn--style-6:hover {
        --label-color: #fff;
        --background-color: var(--color-secondary);
        --border-color: var(--color-secondary);
    }

.btn--style-7 {
    --label-color: #fff;
    --background-color: transparent;
    --border-color: #fff;
}

    .btn--style-7:focus,
    .btn--style-7:hover {
        --label-color: var(--color-primary);
        --background-color: #fff;
        --border-color: #fff;
    }

.btn--style-8 {
    --label-color: var(--color-secondary);
    --background-color: transparent;
    --border-color: transparent;
    --font-weight: 400;
    --text-decoration: underline;
    --padding: 0;
}

    .btn--style-8.btn--disabled {
        --background-disabled-color: transparent;
        --border-disabled-color: transparent;
    }

    .btn--style-8:focus,
    .btn--style-8:hover {
        --background-color: transparent;
    }

    .btn--style-8.btn--with-icon .btn__label {
        padding: 0 3.2em 0 0;
    }

.btn-group {
    --gap: 2.4rem;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(var(--gap) * -1) 0 0 calc(var(--gap) * -1);
    width: calc(100% + var(--gap));
}

    .btn-group > * {
        margin: var(--gap) 0 0 var(--gap);
    }

button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    letter-spacing: 0.02em;
}



.promobtn {
    color: #FFF; 
    text-decoration: none;
    font-weight:bold;
}


/*buttons end*/



/** Custom content **/

.footer__bottomcontainer {
    background-color: #202441 !important;
}

.header-parent {
    box-shadow: none;
}

.registration-contain {
    background-color: #202441 !important;
}

.registration-right {
    background-color: #323861;
    border-radius: 15px;
    margin-top: 0px;
}

.registration-right {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}



.details__content .pretty.p-bigger label {
    text-indent: 0.2em;
}


.registration-right p {
    margin-top: 10px;
}

.registration-right hr {
    margin-top: 0.2rem;
    background-color: #323861;
    height: 1px;
    border: 0;
}

.registration-right .billing-summary hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #ededed;
    height: 1px;
    border: 0;
}

.registration-right .testimonial {
    color: var(--color-white) !important;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    line-height:20px;
}

.registration-right .star {
    padding-top: 30px;
    color: #fff;
    font-size: 18px;
    color: var(--color-secondary);
}

.registration-right .star svg
{
    padding-right:4px;
}


.registration-right .testimonial .person {
    color: #fff;
    font-style: normal;
    font-weight:normal;
    margin-top:18px;
}




.registration-right .billing-summary {
    font-size: 13px;
    padding-top: 20px;
}

.registration-right .stats-section .fas {
    font-size: 18px;
    margin-top:2px;
}

.registration-right .stats-section {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 20px;
}


.registration-right .stats-section .svg-inline--fa {
    font-size: 22px;
    background-color: var(--color-secondary);
    color: #fff;
    padding: 6px;
    border-radius: 25px;
    font-weight: bold;
    margin-top: 2px;
}


.registration-right .stats-section .row {
    margin-bottom:12px;
}


.registration-right .subtitle {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

.registration-right .cancel-message {
    padding: 15px;
    color: #fff;
    background-color: #762A6E;
    border: 1px solid var(--color-secondary);
    border-radius: 15px;
    font-size: 13px;
    margin-top: 40px;
}


/* FORM CONTROL */
select, input {
    background-color: #E3EDFE !important;
}

.registration-button {
    background-color: var(--color-secondary) !important;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    font-size: 0.9em;
}

.registration-button:hover
{
    color:#fff !important;
}

.submit-button-cont {
    text-align: center !important;
}

.form-group {
    padding-top: 8px;
    padding-bottom: 8px;
}

.billing-summary .form-group {
    padding-top: 4px;
    padding-bottom: 4px;
}

.billing-summary .btn-validate 
{
    margin-top: 0px;
    line-height: 23px;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group label {
    font-size: 12px;
    text-transform:uppercase;
}

.form-group label span.text-lowercase {
    text-transform:none;
}


.form-group label span.required, .form-group label span.mandatory {
    color: var(--color-secondary);
}


.alert.alert-danger,.text-danger {
    /*font-size: 12px;*/
    color: var(--color-secondary);
   /* font-weight: bold;
    padding: 5px;
    margin-top: 2px;*/
}


#socialLoginList 
{
    padding-top:10px;
    align-content:center;
    text-align:center;   
}


    #socialLoginList .cust-btn-google {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        color: #d62d20 !important;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 111px;
        padding-right: 111px;
        border-radius: 10px;
        margin-right: 5px;
        font-size: 0.8em;
    }

    #socialLoginList .cust-btn-facebook {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        color: #3b5998 !important;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 111px;
        padding-right: 111px;
        border-radius: 10px;
        margin-left: 5px;
        font-size: 0.8em;
    }

    #socialLoginList img
    {
        height:1.4em;
    }


    .toggle-contain {
        background-color: #fff;
        margin: 1px;
        border-radius: 10px;
    }

.toggle-button {
    background-color: #FFF !important;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 10px !important;
    box-sizing: content-box;
    font-size: 0.7em;
    border: 1px solid #fff !important;
    text-transform: uppercase;
    line-height: 28px;
}

.toggle-contain .toggle-button.active 
{
    background-color: #323861 !important;
    color:#fff !important;
}

.cardpayment-button {
    border: 1px solid #F21285;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
}

.cardpayment-button .cpb-number {
    padding-top: 7px;
    padding-bottom: 3px;
    border-right: 1px solid #F21285;
    text-align:center;
}

    .cardpayment-button .cpb-card {
        padding-top: 7px;
        padding-bottom: 3px;
        text-align: center;
    }

    .cardpayment-button .cpb-event {
        background-color: #F21285;
        color: #fff;
        margin: 0px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        padding-top: 7px;
        padding-bottom: 3px;
        text-align: center;
    }


/*Overide the site master CSS so the tabs display correctly*/
.master-content {
    padding: 0
}

@media(max-width:767px) {
    .master-content {
        margin: 0 -15px
    }
}

/*Allow prettycheck box text to wrap*/
.pretty {
    white-space: inherit;
    width: 100%;
}

.pretty .state label {
    text-indent: 0;
    padding-left: 2rem;
}

    .pretty .state label:after,
    .pretty .state label:before {
        top: 0;
    }

.pretty.p-bigger label:before, .pretty.p-bigger label:after, .pretty.p-bigger .icon, .pretty.p-bigger .svg, .pretty.p-bigger .img {
    top: 0 !important
}


.cust-pd {
    color: var(--color-secondary)
}


 .alert
{
   padding-top:10px;
   padding-bottom:10px;
}


@media (max-width: 767px) {
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        margin-left: 0 !important;
        width: auto;
    }
}


.stepinactive, .stepactive {
    border-radius: 10px;
    padding: 10px 20px 20px;
    margin-bottom: 1rem
}

.stepinactive {
    border: 1px solid #ededed;
    
}

.stepactive {
    border: 1px solid #323861;
}

.stepheader {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem
}

.stepsubheader {
    margin-bottom: 0.5rem;
    color: #3888c6;
    font-weight: 600;
    font-size: 0.9rem
}


.summary__icon
{
    cursor:pointer;
}


.toggle-contain-desktop.row
{
    --bs-gutter-x:0em;
    padding:1px;
}


/*mobile*/
@media (max-width: 768px) {
    .cart-summary-desktop {
        display: none;
    }

    .registration-right .billing-summary {
        padding-top: 0px;
    }

    #socialLoginList .cust-btn-google {
        padding-left: 50px;
        padding-right: 50px;
    }

    #socialLoginList .cust-btn-facebook {
        padding-left: 50px;
        padding-right: 50px;
    }

    .registration-right .star
    {
        padding-top:5px;
    }

    .registration-right .star .fas.fa-star {
        margin-right: 5px;
    }

    .registration-right h2 {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    .registration-right .subtitle
    {
        margin-top:10px;
    }

    .main-content__container .container__summary .summary__content 
    {
        padding: 0.8rem 2rem;
    }

    .registration-right .cancel-message
    {
        margin-top:10px;
    }

    .registration-right .stats-section {
        margin-top: 10px;
    }

    .registration-right .stats-section .row 
    {
        margin-bottom: 6px;
    }

    .registration-right p.text
    {
        margin-top: 3px;
    }

    .registration-right .testimonial .person {
        margin-top: 0px;
    }


    .registration-right.summary__content {
        /*max-height: 550px;
        overflow-y: auto;
        overflow-x: hidden;*/
    }

    .registration-right .star, .registration-right .testimonial
    {
        display:none;
    }

}

/* desktop */
@media (min-width: 768px) 
{
    .billing-summary-mobile {
        display: none;
    }
    .cart-summary-mobile {
        display: none;
    }

}

/* Transitional styles from mobile to desktop */
@media only screen and (max-width: 980px) and (min-width: 768px) 
{
    .cart-summary-desktop .basket-heading {
        font-size: 0.8em !important;
    }
    .toggle-button 
    {
        font-size: 0.7em !important;
    }

    .main-content__container .container__summary .summary__content 
    {
        padding: 1.5rem 1.5rem !important;
    }

    .main-content__container .container__details .details__content {
        padding: 1.0rem;
    }

    .billing-summary
    {
        font-size:12px !important;
    }

    h1 {
        font-size: 1.5rem;
        color: #323861;
        line-height: 1.9rem;
        font-weight: bold;
        margin-top: 0px;
    }

    .form-group label
    {
        font-size:11px;
    }

    #socialLoginList .cust-btn-google {
        padding-left: 60px;
        padding-right: 60px;
    }

    #socialLoginList .cust-btn-facebook {
        padding-left: 60px;
        padding-right: 60px;
    }

    .stats-section .row .col-1 {
        flex: 0 0 auto;
        width: 18%;
    }

    .stats-section .row .col-11 {
        flex: 0 0 auto;
        width: 82%;
    }
}



/* SIGNUP REASONS */

.signup-reasons-contain {
    width: 100%;
}

.signupreasons {
    margin-top: 8px;
    margin-right:12px;
}


.signupreasons .signupreason {
    background-color: #E3EDFE;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.signupreasons .signupreason .reasontext {
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    min-height:40px;
}

.signupreasons .signupreason .reasoncb {
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}


.signupreasons .signupreason .reasonimg {
    display: flex;
    align-items: center;
    justify-content: center;
}


.signupreasons .signupreason .reasonimg img {
    
    margin-left: 0px;
    max-width:55px;
}