ul {
    position: relative;
}

li {
    margin-right: 0px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

input[type=checkbox] {
    opacity: 0;
    width: 132px;
    margin: 0;
    padding: 0;
    height: 112px;
}

.group {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1%;
}

.product-checkbox {
    position: relative;
    flex: 1;
    margin: 0;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.product-checkbox label {
    color: #4c4c4c;
    cursor: pointer;
    padding-top: 80px;
    width: 132px;
    height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-checkbox label::after {
    background-position: center 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 2px solid #8e8e8e;
    border-radius: 2px;
    opacity: 1;
    content: '';
    position: absolute;
    width: 130px;
    height: 110px;
    min-width: 120px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-checkbox .lifeinsurance+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Life_Insurance.png);
}

.product-checkbox .carinsurance+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Car_Insurance.png);
}

.product-checkbox .homeinsurance+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Home_Insurance.png);
}

.product-checkbox .petinsurance+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Pet_Insurance.png);
}

.product-checkbox .travelinsurance+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Travel_Insurance.png);
}

.product-checkbox .creditcards+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_orange/48x48px_Credit_Cards.png);
}

.product-checkbox label:hover {
    color: #f06c00;
}

.product-checkbox label:hover::after {
    background-position: center 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 2px solid #f06c00;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.product-checkbox input[type=checkbox]:focus+label {
    color: #f06c00;
}

.product-checkbox input[type=checkbox]:focus+label::after {
    box-shadow: 0 0 0 2px #96dbfa;
}

.product-checkbox input[type=checkbox]:checked+label {
    color: #fff;
}

.product-checkbox input[type=checkbox]:checked+label::after {
    background-position: center 10px;
    background-repeat: no-repeat;
    background-color: #f06c00;
    border: 1px solid #f06c00;
    border-radius: 2px;
    opacity: 1;
    z-index: -1;
}

.product-checkbox input[type=checkbox].lifeinsurance:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Life_Insurance.png);
}

.product-checkbox input[type=checkbox].carinsurance:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Car_Insurance.png);
}

.product-checkbox input[type=checkbox].homeinsurance:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Home_Insurance.png);
}

.product-checkbox input[type=checkbox].petinsurance:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Pet_Insurance.png);
}

.product-checkbox input[type=checkbox].travelinsurance:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Travel_Insurance.png);
}

.product-checkbox input[type=checkbox].creditcards:checked+label::after {
    background-image: url(/~/media/Images/assets/icons/48x48px/Pictorial_icons_white/48x48px_Credit_Cards.png);
}

p.money {
    position: relative;
    z-index: 0;
}

span.tooltip {
    position: relative;
    z-index: 1;
}

#sliderDivRhsMain {
    float: left;
    padding: 12px 20px 10px 10px;
    width: 390px;
    line-height: 20px;
}

#sliderDivLhsMain {
    float: left;
    border: 6px solid #f6f6f6;
    border-radius: 5px;
    padding: 27px;
    margin-top: 17px;
    width: 440px;
}

.money>i {
    position: absolute;
    display: block;
    transform: translate(0, -33%);
    margin-top: 19px;
    pointer-events: none;
    width: 30px;
    text-align: center;
    font-style: normal;
    z-index: 9999;
    font-weight: bold;
    font-size: 16px;
}

.txtBox {
    width: 90px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #707070;
    font-weight: normal;
    color: black;
}

.divProducts {
    float: left;
    text-align: center;
    width: 13%;
    border: 2px solid #f06c00;
    margin: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}

.tooltip .ln-c-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.ui-draggable,
.ui-droppable {
    background-position: top;
}

#sliderDivRhsMain legend {
    width: 100%;
}

/* All mobile devices */
@media screen and (min-width: 320px) {
    .cta-group {
        flex-wrap: wrap;
    }
}

/* Very Small only */
@media screen and (max-width: 320px) {
    .product-checkbox {
        margin: 0.5em;
        flex: 0 auto;
        display: flex;
        flex-direction: column;
    }

    #sliderDivRhsMain {
        width: auto
    }

    #sliderDivLhsMain {
        width: auto;
        margin-bottom: 60px;
    }
}

/* Small only */
@media screen and (min-width: 321px) and (max-width: 599px) {
    .product-checkbox {
        margin: 1em;
        flex: 0 auto;
    }

    .group {
        justify-content: center;
        padding: 0;
    }

    #sliderDivRhsMain {
        width: 95%;
    }

    #sliderDivLhsMain {
        width: 82%;
        margin-bottom: 60px;
    }
}

/* Medium Only */
@media screen and (min-width: 600px) and (max-width: 719px) {
    .product-checkbox {
        margin: 1em;
        flex: 0 auto;
    }

    .group {
        justify-content: center;
        padding: 0;
    }
}

/* Large and up */
@media screen and (min-width: 720px) and (max-width: 959px) {
    .tip-wrap {
        left: 50px !important;
        right: 50px !important;
        width: inherit;
    }

    .product-checkbox {
        margin: 0;
    }
}