
body {

    color: #090909;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.428571429;

}

@media (min-width: 10px)
{
    img
    {
        max-height: 60px;   /* control size */
        max-width: 70%;   /* control size */
        width: auto;         /* keep aspect ratio */
        object-fit: contain; /* prevent zoom/crop */
    }
}


@media (min-width: 280px)
{
    select.selectpicker
    {
        width: 250px;
    }
    #panel-body
    {
        height: auto;
        overflow-x:hidden;
        overflow-y:hidden;
    }
}

@media (min-width: 668px)
{
    img
    {
        max-height: 120px;   /* control size */
        max-width: 70%;   /* control size */
        width: auto;         /* keep aspect ratio */
        object-fit: contain; /* prevent zoom/crop */
    }
    select.selectpicker
    {
        width: 290px;
    }
    #panel-body
    {
        height: auto;
        overflow-x:hidden;
        overflow-y:hidden;
    }

    .lineBreak
    {
        white-space: pre;
    }

}

.background
{
    background-color: #FFFF66;
}

#panel-body
{
    background:#c9c9c9;
}

.panel > .panel-heading
{
    background-image: none;
    background-color: white;
    color: white;

}



.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

table.scroll tbody,
table.scroll thead tr
{
    display: block;
}

table.scroll tbody {
    height: 150px;
    overflow-y: auto;
}

table.scroll tbody td,
table.scroll thead th {
    width: 100%;
}

#TrDetails
{
    cursor: pointer;
}

#additional input[type="checkbox"] {
    display: none;
}

#additional input[type="checkbox"] + #buttongroup > label span {
    width: 20px;
}

#additional input[type="checkbox"] + #buttongroup > label span:first-child {
    display: none;
}
#additional input[type="checkbox"] + #buttongroup > label span:last-child {
    display: inline-block;
}

#additional input[type="checkbox"]:checked + #buttongroup > label span:first-child {
    display: inline-block;
}
#additional input[type="checkbox"]:checked + #buttongroup > label span:last-child {
    display: none;
}

@media(max-width:992px){
    .ExistingWrapper{
        width:100%;
    }
}
#panel-heading {
    padding: 0;
    border:0;
}
#panel-title>a, #panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
/*#panel-heading  a:before {*/
    /*content: "\e114";*/
    /*float: right;*/
    /*transition: all 0.5s;*/
/*}*/
#panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#panel-heading-upsale  a:before {
    float: right;
    transition: all 0.5s;
}
#panel-heading-upsale.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-body{
    background:#f4f4f4;
    -webkit-box-shadow: 0 25px 18px -30px rgba(0,0,0,.25), inset 0 25px 18px -30px rgba(0,0,0,.2);
    -moz-box-shadow: 0 25px 18px -30px rgba(0,0,0,.25),inset 0 25px 18px -30px rgba(0,0,0,.2);
    box-shadow: 0 25px 18px -30px rgba(0,0,0,.25), inset 0 25px 18px -30px rgba(0,0,0,.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=180, Color='#cccccc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=5,Direction=180,Color='#cccccc');
}
.text-danger{
    color:rgba(192,19,27,1);
}

/* --- Inputs --- */
.form-control{
    border:solid 1px #d7d7d7;
}

/* --- Buttons --- */
/*.cancelBtn:hover, .cancelBtn:focus{*/
    /*background:#487db3;*/
/*}*/
/*.cancelBtn{*/
    /*background: #487db3;*/
    /*border: none;*/
    /*text-transform: capitalize;*/
    /*color: #422000;*/
    /*text-decoration: none;*/
    /*font-size: 14px;*/
/*}*/

.cancelBtn, .cancelBtn:hover, .cancelBtn:focus{
    background-color:transparent;
    color:#422000;
    border:none;
    font-weight: bold;
    font-size:14px;
}

.cancelBtnDown, .cancelBtnDown:hover, .cancelBtnDown:focus{
    background-color:transparent;
    color:#422000;
    border:none;
    font-weight: bold;
    font-size:14px;
    margin-left:-7px;
}

.benButton, .benButton:hover, .benButton:focus{
    background-color:transparent;
    color:#487db3;
    border:none;
    font-size:14px;
    font-weight: bold;
    margin-left:-3px;
}

.submitBtn{
    background: #fdb336;
    border: none;
    text-transform: capitalize;
    color: #422000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.submitBtn:hover{
    background:#f6c04e;
}

.submitBtnRed{
    background: #002040;
    border: none;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.submitBtnRed:hover{
    background:#DC143C;
    color: white;
}

a
{
    text-decoration: none;
}

.doneBtn{
    background: #008000;
    border: none;
    text-transform: capitalize;
    color: #422000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.doneBtn:hover{
    background: limegreen;
}

#more
{
    display: none;
}


.stepwizard-row
{
    display: table-row;
}

.stepwizard-row-set
{
    display: table-row;
}



@media (min-width: 280px)
{
    .stepwizard-row-set:before {
        top: 13px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        z-index: 0;
    }
}

@media (min-width: 672px)
{
    .stepwizard-row-set:before {
        top: 20px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        z-index: 0;
    }
}

@media (min-width: 1106px)
{
    .stepwizard-row-set:before {
        top: 20px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        z-index: 0;
    }
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}

@media (min-width: 280px)
{
    .stepwizard-row:before {
        top: 13px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        z-index: 0;
    }
}

@media (min-width: 672px)
{
    .stepwizard-row:before {
        top: 20px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        z-index: 0;
    }
}

@media (min-width: 1106px)
{
    .stepwizard-row:before {
        top: 20px;
        bottom: 0;
        position: absolute;
        content:" ";
        width: 100%;
        height: 1px;
    }
}

.stepwizard-step {
    display: table-cell;
    text-align: left;
    text-align: left;
    position: relative;
}

@media (min-width: 280px)
{
    .btn-circle {
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 0px 0;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.228571429;
        border-radius: 20px;
        position: relative;
    }
}

@media (min-width: 672px)
{
    .btn-circle {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0px 0;
        font-size: 35px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.128571429;
        border-radius: 20px;
        position: relative;
    }
}

@media (min-width: 1106px)
{
    .btn-circle {
        width: 45px;
        height: 45px;
        text-align: center;
        padding: 0px 0;
        font-size: 40px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.128571429;
        border-radius: 25px;
        position: relative;
    }
}

@media (min-width: 280px)
{
    b#text
    {
        font-size: 12px;
        top: 5px;
        margin-left: 1em;
        position: absolute;
    }
}

@media (min-width: 672px)
{
    b#text
    {
        font-size: 18px;
        top: 5px;
        margin-left: 1em;
        position: absolute;
    }
}

@media (min-width: 1106px)
{
    b#text
    {
        font-size: 18px;
        top: 7px;
        margin-left: 0.5em;
        position: absolute;
    }
}

.btn-set
{
    color: #5a5a5a;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    pointer-events: none;
}

.btn-set-back
{
    color: #5a5a5a;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.radio {
    margin: 0.5rem;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.pointerClass {
    cursor: pointer;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion .card {
    overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion .card .card-header {
    margin-bottom: -1px;
}

.paymentSuccessBtn{
    background: #487db3;
    border: none;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.paymentSuccessBtn:hover{
    background:#487db3;
    color: #ffffff;
}

.paymentDefaultBtn{
    background: #E0E0E0;
    border: none;
    text-transform: capitalize;
    color: #808080	;
    text-decoration: none;
    font-size: 14px;
    border-radius: 13px;
}
.paymentDefaultBtn:hover{
    background:#E0E0E0;
}

#divHead {
    height: 5.5em;
    line-height: 1.1;
    overflow: auto;
}

i.fa
{
    font-size: 8px;
    top: -100px;
}

@media (min-width: 280px)
{
    #liHeight
    {
        height: 450px;
    }

    #LiSetHeight
    {
        height: 123px;
    }

    #LiSetHeightZero
    {
        height: 88px;
    }

    #divHeight
    {
        height: 95px;
    }
}


@media (min-width: 995px)
{
    #liHeight
    {
        height: 320px;
    }

    #LiSetHeight
    {
        height: 110px;
    }

    #LiSetHeightZero
    {
        height: 75px;
    }
}

@media (min-width: 280px)
{
    #divHeight
    {
        height: 95px;
    }
}

@media (min-width: 672px)
{
    #divHeight
    {
        height: 85px;
    }
}

@media (min-width: 1106px)
{
    #divHeight
    {
        height: 90px;
    }
}



#boldBorder
{
    border-style: solid;
    border-width: 3px;
    border-color: #337ab7;
}

#boldBorderSlim
{
    border-style: solid;
    border-width: 2px;
    border-color: #337ab7;
}

#boldstar
{
    font-size: 15px;
}


.option.active
{
    border-style: solid;
    border-width: 3px;
    border-color: #337ab7;
}

.optionBenefit.active
{
    border-style: solid;
    border-width: 3px;
    border-color: #337ab7;
}

.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
}

#circle-font
{
    font-size: 10px;
}

td
{
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.428571429;
}

th
{
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.428571429;
}

/*@media (min-width: 280px)*/
/*{*/
    /*#benefitHeight*/
    /*{*/
        /*height: 400px;*/
    /*}*/
/*}*/

/*@media (min-width: 672px)*/
/*{*/
    /*#benefitHeight*/
    /*{*/
        /*height: 320px;*/
    /*}*/
/*}*/

/*@media (min-width: 1106px)*/
/*{*/
    /*#benefitHeight*/
    /*{*/
        /*height: 400px;*/
    /*}*/
/*}*/


/*@media (min-width: 280px)*/
/*{*/
    /*.appendExplanation*/
    /*{*/
        /*height: 80px;*/
    /*}*/
/*}*/

/*@media (min-width: 672px)*/
/*{*/
    /*#appendExplanation*/
    /*{*/
        /*height: 60px;*/
    /*}*/
/*}*/

/*@media (min-width: 1106px)*/
/*{*/
    /*#appendExplanation*/
    /*{*/
        /*height: 80px;*/
    /*}*/
/*}*/

label {
    font-weight: normal !important;
}

.editBTN:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.editButton:before{
    background-image : url('../images/1Life-ICN-Edit.png');
    margin-left:-7px;
}

.cancelDepBTN:before {
     content: "";
     width: 27px;
     height: 27px;
     display: inline-block;
     margin-right: 5px;
     margin-top: -3px;
     vertical-align: text-top;
     background-color: transparent;
 }

.cancelDepButton:before
{
    background-image : url('../images/1Life-ICN-Remove.png');
    margin-left:-7px;
}
.addBTN:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -7px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.addButton:before{
    background-image : url('../images/1Life-ICN-Add.png');
    margin-left:-7px;
}

.BenefitBtn-set
{
    width: 100px;
    height: 100px;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.BenefitBtn-set.active
{
    width: 103px;
    height: 103px;
    border-color: #487db3;

}

.divTopUpHeight
{
    height: 125px;
}

.btn-circle-benefit {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px 0;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.128571429;
    border-radius: 20px;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.Grocery:before {
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.GroceryButton:before{

    background-image:url('../images/1Life-WebIcon-GroceryBenefit.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.Waiver:before {
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.WaiverButton:before{
    background-image:url('../images/1Life-WebIcon-PremiumWaiver.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.Transport:before {
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.TransportButton:before{
    background-image:url('../images/1Life-WebIcon-TransportBenefit.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.Meat:before {
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.MeatButton:before{
    background-image:url('../images/1Life-WebIcon-MeatBenefit.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}


/*@media (min-width: 0px)*/
/*{*/
    /*.BenefitBtn-set*/
    /*{*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*color: transparent;*/
        /*background-color: transparent;*/
        /*border-color: transparent;*/
    /*}*/

    /*.BenefitBtn-set.active*/
    /*{*/
        /*width: 103px;*/
        /*height: 103px;*/
        /*border-color: #487db3;*/

    /*}*/

    /*.divTopUpHeight*/
    /*{*/
        /*height: 106px;*/
    /*}*/

    /*.btn-circle-benefit {*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*padding: 0px 0;*/
        /*font-size: 35px;*/
        /*font-weight: bold;*/
        /*font-style: italic;*/
        /*line-height: 1.128571429;*/
        /*border-radius: 20px;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.Grocery:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.GroceryButton:before{*/

        /*background-image:url('../images/1Life-WebIcon-GroceryBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Waiver:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.WaiverButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-PremiumWaiver.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Transport:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.TransportButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-TransportBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Meat:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.MeatButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-MeatBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/
/*}*/

/*@media (min-width: 463px)*/
/*{*/
    /*.BenefitBtn-set*/
    /*{*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*color: transparent;*/
        /*background-color: transparent;*/
        /*border-color: transparent;*/
    /*}*/

    /*.BenefitBtn-set.active*/
    /*{*/
        /*width: 123px;*/
        /*height: 123px;*/
        /*border-color: #487db3;*/

    /*}*/

    /*.divTopUpHeight*/
    /*{*/
        /*height: 125px;*/
    /*}*/

    /*.btn-circle-benefit {*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*padding: 0px 0;*/
        /*font-size: 35px;*/
        /*font-weight: bold;*/
        /*font-style: italic;*/
        /*line-height: 1.128571429;*/
        /*border-radius: 20px;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.Grocery:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.GroceryButton:before{*/

        /*background-image:url('../images/1Life-WebIcon-GroceryBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Waiver:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.WaiverButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-PremiumWaiver.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Transport:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.TransportButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-TransportBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Meat:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.MeatButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-MeatBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/
/*}*/

/*@media (min-width: 768px)*/
/*{*/
    /*.BenefitBtn-set*/
    /*{*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*color: transparent;*/
        /*background-color: transparent;*/
        /*border-color: transparent;*/
    /*}*/

    /*.BenefitBtn-set.active*/
    /*{*/
        /*width: 103px;*/
        /*height: 103px;*/
        /*border-color: #487db3;*/

    /*}*/

    /*.divTopUpHeight*/
    /*{*/
        /*height: 106px;*/
    /*}*/

    /*.btn-circle-benefit {*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*padding: 0px 0;*/
        /*font-size: 35px;*/
        /*font-weight: bold;*/
        /*font-style: italic;*/
        /*line-height: 1.128571429;*/
        /*border-radius: 20px;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.Grocery:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.GroceryButton:before{*/

        /*background-image:url('../images/1Life-WebIcon-GroceryBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Waiver:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.WaiverButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-PremiumWaiver.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Transport:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.TransportButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-TransportBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Meat:before {*/
        /*content: "";*/
        /*width: 100px;*/
        /*height: 100px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.MeatButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-MeatBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/
/*}*/

/*@media (min-width: 1411px)*/
/*{*/
    /*.BenefitBtn-set*/
    /*{*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*color: transparent;*/
        /*background-color: transparent;*/
        /*border-color: transparent;*/
    /*}*/

    /*.BenefitBtn-set.active*/
    /*{*/
        /*width: 123px;*/
        /*height: 123px;*/
        /*border-color: #487db3;*/

    /*}*/

    /*.divTopUpHeight*/
    /*{*/
        /*height: 125px;*/
    /*}*/

    /*.btn-circle-benefit {*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*padding: 0px 0;*/
        /*font-size: 35px;*/
        /*font-weight: bold;*/
        /*font-style: italic;*/
        /*line-height: 1.128571429;*/
        /*border-radius: 20px;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.Grocery:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.GroceryButton:before{*/

        /*background-image:url('../images/1Life-WebIcon-GroceryBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Waiver:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.WaiverButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-PremiumWaiver.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Transport:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.TransportButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-TransportBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/

    /*.Meat:before {*/
        /*content: "";*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*display: inline-block;*/
        /*background-color: transparent;*/
        /*background-position : center center;*/
        /*background-repeat:no-repeat;*/
    /*}*/

    /*.MeatButton:before{*/
        /*background-image:url('../images/1Life-WebIcon-MeatBenefit.png');*/
        /*background-repeat:no-repeat;*/
        /*background-size:contain;*/
        /*background-position:center;*/
    /*}*/
/*}*/

.container-set
{
    width: 100%;
    overflow-x:hidden
}

#container-top
{
    margin-top:65px;
}

.ribbon {
    width: 48%;
    height: 188px;
    position: relative;
    float: left;
    margin-bottom: 30px;
    background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
    background-size: cover;
    text-transform: uppercase;
    color: white;
}
.ribbon:nth-child(even) {
    margin-right: 4%;
}
@media (max-width: 500px) {
    .ribbon {
        width: 100%;
    }
    .ribbon:nth-child(even) {
        margin-right: 0%;
    }
}
.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F8463F;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}
.ribbon2 {
    width: 60px;
    padding: 10px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #F47530;
}
.ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
    content: "";
    position: absolute;
}
.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 30px solid #F47530;
    border-right: 30px solid #F47530;
    border-bottom: 30px solid transparent;
}
.ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #59324C;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #59324C;
}
.ribbon4 {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #00B3ED;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
    content: "";
    position: absolute;
}
.ribbon4:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}
.ribbon4:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}

.ribbon5 {
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #fdb336;
    position: relative;
    top: -7px;
}

.ribbon5 #ribbonP
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 12px;
}

.ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute;
}
.ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
}
.ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #cd8d11;
    border-right: 10px solid transparent;
}


/*@media (min-width: 100px)*/
/*{*/
    /*.ribbon5 {*/
        /*display: block;*/
        /*width: calc(100% + 20px);*/
        /*height: 50px;*/
        /*line-height: 15px;*/
        /*text-align: center;*/
        /*margin-left: -10px;*/
        /*vertical-align: baseline;*/
        /*margin-right: -10px;*/
        /*background: #fdb336;*/
        /*position: relative;*/
        /*top: -5px;*/
    /*}*/
    /*.ribbon5:before, .ribbon5:after {*/
        /*content: "";*/
        /*position: absolute;*/
    /*}*/
    /*.ribbon5:before {*/
        /*height: 0;*/
        /*width: 0;*/
        /*bottom: -10px;*/
        /*left: 0;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-left: 10px solid transparent;*/
    /*}*/
    /*.ribbon5:after {*/
        /*height: 0;*/
        /*width: 0;*/
        /*right: 0;*/
        /*bottom: -10px;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-right: 10px solid transparent;*/
    /*}*/
/*}*/



/*@media (min-width: 475px)*/
/*{*/
    /*.ribbon5 {*/
        /*display: block;*/
        /*width: calc(100% + 20px);*/
        /*height: 50px;*/
        /*line-height: 50px;*/
        /*text-align: center;*/
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
        /*background: #fdb336;*/
        /*position: relative;*/
        /*top: -5px;*/
    /*}*/
    /*.ribbon5:before, .ribbon5:after {*/
        /*content: "";*/
        /*position: absolute;*/
    /*}*/
    /*.ribbon5:before {*/
        /*height: 0;*/
        /*width: 0;*/
        /*bottom: -10px;*/
        /*left: 0;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-left: 10px solid transparent;*/
    /*}*/
    /*.ribbon5:after {*/
        /*height: 0;*/
        /*width: 0;*/
        /*right: 0;*/
        /*bottom: -10px;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-right: 10px solid transparent;*/
    /*}*/
/*}*/

/*@media (min-width: 768px)*/
/*{*/
    /*.ribbon5 {*/
        /*vertical-align: middle;*/
        /*width: calc(100% + 20px);*/
        /*height: 50px;*/
        /*line-height:15px;*/
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
        /*background: #fdb336;*/
        /*top: -5px;*/
    /*}*/
    /*.ribbon5:before, .ribbon5:after {*/
        /*content: "";*/
        /*position: absolute;*/
    /*}*/
    /*.ribbon5:before {*/
        /*height: 0;*/
        /*width: 0;*/
        /*bottom: -10px;*/
        /*left: 0;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-left: 10px solid transparent;*/
    /*}*/
    /*.ribbon5:after {*/
        /*height: 0;*/
        /*width: 0;*/
        /*right: 0;*/
        /*bottom: -10px;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-right: 10px solid transparent;*/
    /*}*/
/*}*/

/*@media (min-width: 1352px)*/
/*{*/
    /*.ribbon5 {*/
        /*display: block;*/
        /*width: calc(100% + 20px);*/
        /*height: 50px;*/
        /*line-height: 50px;*/
        /*text-align: center;*/
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
        /*background: #fdb336;*/
        /*position: relative;*/
        /*top: -5px;*/
    /*}*/
    /*.ribbon5:before, .ribbon5:after {*/
        /*content: "";*/
        /*position: absolute;*/
    /*}*/
    /*.ribbon5:before {*/
        /*height: 0;*/
        /*width: 0;*/
        /*bottom: -10px;*/
        /*left: 0;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-left: 10px solid transparent;*/
    /*}*/
    /*.ribbon5:after {*/
        /*height: 0;*/
        /*width: 0;*/
        /*right: 0;*/
        /*bottom: -10px;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-right: 10px solid transparent;*/
    /*}*/
/*}*/


/*.ribbon5 {*/
    /*display: block;*/
    /*width: calc(100% + 20px);*/
    /*height: 50px;*/
    /*line-height: 25px;*/
    /*text-align: center;*/
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
    /*background: #fdb336;*/
    /*position: relative;*/
    /*top: -5px;*/
/*}*/
/*.ribbon5:before, .ribbon5:after {*/
    /*content: "";*/
    /*position: absolute;*/
/*}*/
/*.ribbon5:before {*/
    /*height: 0;*/
    /*width: 0;*/
    /*bottom: -10px;*/
    /*left: 0;*/
    /*border-top: 10px solid #cd8d11;*/
    /*border-left: 10px solid transparent;*/
/*}*/
/*.ribbon5:after {*/
    /*height: 0;*/
    /*width: 0;*/
    /*right: 0;*/
    /*bottom: -10px;*/
    /*border-top: 10px solid #cd8d11;*/
    /*border-right: 10px solid transparent;*/
/*}*/







@media (min-width: 280px)
{

}

@media (min-width: 672px)
{

}

@media (min-width: 1106px)
{

}

/*@media (max-width: 4000px)*/
/*{*/
    /*.ribbon5 {*/
        /*display: block;*/
        /*width: calc(100% + 20px);*/
        /*height: 50px;*/
        /*line-height: 50px;*/
        /*text-align: center;*/
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
        /*background: #fdb336;*/
        /*position: relative;*/
        /*top: -5px;*/
    /*}*/
    /*.ribbon5:before, .ribbon5:after {*/
        /*content: "";*/
        /*position: absolute;*/
    /*}*/
    /*.ribbon5:before {*/
        /*height: 0;*/
        /*width: 0;*/
        /*bottom: -10px;*/
        /*left: 0;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-left: 10px solid transparent;*/
    /*}*/
    /*.ribbon5:after {*/
        /*height: 0;*/
        /*width: 0;*/
        /*right: 0;*/
        /*bottom: -10px;*/
        /*border-top: 10px solid #cd8d11;*/
        /*border-right: 10px solid transparent;*/
    /*}*/
/*}*/

.wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
}
.wrap:before, .wrap:after {
    content: "";
    position: absolute;
}
.wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}
.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #57DD43;
    text-align: center;
}

#ribbonHeight
{
    height: 96px;
    vertical-align: text-top;
}

#ribbonHeightFuneral
{
    height: 80px;
    vertical-align: middle;
    line-height: 110px;
}

#alignCenterText
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.btnSpace
{
    margin:5px;
    margin-right:0;
    margin-left: 0;

}

#checkboxLabelText {
    display: inline;
    padding-left: 17px;
    top:-5px;
    font-weight: normal;
}

a.invisible
{
    display:none;
}

.ErrorBoxing {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.cardIMG {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.submitBtnHigherGroup{
    background:  #0593a4;
    border: none;
    text-transform: capitalize;
    color: #422000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.submitBtnHigherGroup:hover{
    background:#07a2b4;
}

.paymentHigherSuccessBtn{
    background: #10ab70;
    border: none;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
}
.paymentHigherSuccessBtn:hover{
    background:#11b677;
    color: #ffffff;
}

.jconfirm-box-container {
    margin: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}

.jconfirm .jconfirm-box .jconfirm-title {
    font-size: 14px !important; /* change to your desired size */
}




