@font-face
{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:900;
    src:url(../fonts/FontAwesome/fa-solid-900.eot);
    src:url(../fonts/FontAwesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/FontAwesome/fa-solid-900.css) format("woff2"),url(../fonts/FontAwesome/fa-solid-900.woff) format("woff"),url(../fonts/FontAwesome/fa-solid-900.ttf) format("truetype"),url(../fonts/FontAwesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa.fa-bars{
    font-family: 'FontAwesome';
    
}
.fa-gift:before{content:"\f06b"}
.quiz__content p{
    margin: 25px 0 5px 0;
}
.custom-checkbox-label:hover input~.checkmark {
    background-color: #1c86f2;
}
.custom-checkbox-label input:checked~.checkmark {
    background-color: #4ca0f5;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid #4ca0f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox-label .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox-label input:checked~.checkmark:after {
    display: block;
}
.d-none {
    display: none!important;
}
@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }

}

@media (min-width: 768px){
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px){
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}





.thankyou__title--quiz {
    margin-bottom: .75em
}

@media only screen and (max-width:48em) {
    .thankyou__title--quiz {
        font-size: 1.3em
    }
}

.thankyou__icon {
    text-align: center;
    margin: .5em 0;
    font-size: 3em;
    color: #272b80;
    padding: 0;
    line-height: 1
}
.custom-checkbox-label--quiz {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -.7em;
    left: -.7em;
    z-index: 10
}

@media only screen and (max-width:48em) {
    .custom-checkbox-label--quiz {
        top: 0;
        left: 0;
        margin: auto
    }
}

.custom-checkbox-label--quiz .checkmark {
    width: 35px;
    height: 35px
}

@media only screen and (max-width:48em) {
    .custom-checkbox-label--quiz .checkmark {
        width: 20px;
        height: 20px
    }
}

.custom-checkbox-label--quiz .checkmark:after {
    left: 11px;
    top: 6px;
    width: 9px;
    height: 16px;
    border: 2px solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:48em) {
    .custom-checkbox-label--quiz .checkmark:after {
        top: 1px;
        left: 5px;
        border-width: 0 2px 2px 0;
        width: 6px;
        height: 11px
    }
}

.btn-quiz-wrap {
    padding: 1.5em 1em 1.5em 1em
}
@media only screen and (max-width:48em) {
    .thankyou-quiz__imgwrap {
        text-align: center
    }
}

.thankyou__quiztitle {
    text-align: left;
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.4;
    font-family: "PT Sans", sans-serif
}

@media only screen and (max-width:48em) {
    .thankyou__quiztitle {
        text-align: center;
        font-size: .9em;
        margin-bottom: 1em;
        font-weight: 600;
        line-height: 1.2
    }
}

@media only screen and (max-width:48em) {
    .btn-area-thankyouquiz {
        text-align: center
    }
}

.popup--quiz {
    position: relative;
    background-color: #fff;
    max-width: 1100px;
    margin: auto;
    overflow: hidden
}

.quiz {
    position: relative;
    background-color: #fff;
    padding: 3em 1.5em 3em;
    overflow: hidden
}

@media only screen and (max-width:48em) {
    .quiz {
        padding: 1.5em .5em
    }
}

.quiz-progress-info {
    position: absolute;
    top: 1.2em;
    left: 1em;
    font-weight: 700;
    color: #4e8388;
    font-family: "PT Sans", sans-serif
}

@media only screen and (max-width:48em) {
    .quiz-progress-info {
        position: static;
        text-align: center;
        margin-bottom: 1em
    }
}

.quiz__item {
    padding-bottom: 1.5em
}

@media only screen and (max-width:48em) {
    .quiz__item {
        padding-bottom: 1.25em
    }
}

.quiz-selected-list {
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em;
    font-size: 1em
}
/*
.quiz-selected-list .quiz-selected-item__title:nth-child(1) {
    display: none
}

.quiz-selected-list .quiz-selected-item__title:nth-child(2) {
    display: none
}
*/
.quiz-gift {
    position: relative;
    margin-top: 3em
}

.quiz-gift__imgwrap {
    position: absolute;
    top: -1em;
    left: 0;
    max-width: 180px
}
/*
.quiz-gift__imgwrap:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 180px;
    height: 180px;
    background-color: #4ca0f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 3
}
*/
.quiz-gift__img {
    position: relative;
    z-index: 5
}

.quiz-gift__info {
    font-size: 1em;
    padding-left: 210px;
    padding-top: 25px;
    font-weight: 400;
    padding-bottom: 40px
}

.quiz-gift__info p {
    font-family: "PT Sans", sans-serif
}

.owl-carousel .owl-item .quiz-gift__arrowtobtn {
    position: absolute;
    bottom: 0;
    right: -3em;
    width: auto;
    max-width: 100%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.quiz__slidetitle {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 1.7em
}

@media only screen and (max-width:48em) {
    .quiz__slidetitle {
        margin-bottom: 1em;
        font-size: 1.2em
    }
}

.quiz-selected-item__title {
    text-align: left;
    font-size: 1em;
    line-height: 1.3;
    color: #8b8b8b;
    font-weight: 400;
    margin-bottom: .5em
}

.owl-carousel .owl-item .quiz-selected__img {
    max-width: 100%;
    width: auto
}

.quiz-selected-info {
    margin-top: 1em
}

.quiz-selected__title {
    font-family: "PT Sans", sans-serif
}

.quiz__content {
    padding-left: 1em
}

@media only screen and (max-width:48em) {
    .quiz__content {
        padding-left: 0
    }
}

.quiz__content--6 {
    max-width: 700px;
    margin: 0 auto
}

@media only screen and (max-width:48em) {
    .quiz__content--6 {
        margin-bottom: 1em
    }
}

.quiz__content--4 {
    max-width: 900px;
    margin: 0 auto
}

@media only screen and (max-width:48em) {
    .quiz__content--4 {
        margin-bottom: 1em
    }
}

.quiz__content--3 {
    max-width: 940px;
    margin: 0 auto
}

@media only screen and (max-width:48em) {
    .quiz__content--3 {
        margin-bottom: 1em
    }
}

.quiz__content--2 {
    max-width: 443px;
    margin: 0 auto
}
.owl-item:nth-child(2) .quiz__content--2 {
    max-width: 100%;
    margin: 0 auto
}
.owl-item:nth-child(2) .quiz__itemtype input{
    margin: 0 auto;
    width: 90%;
}

@media only screen and (max-width:48em) {
    .quiz__content--2 {
        margin-bottom: 1em
    }
}

.quiz__content--depth,
.quiz__content--diameter {
    width: 400px;
    margin: 0 auto 1.5em
}

@media only screen and (max-width:48em) {
    .quiz__content--depth,
    .quiz__content--diameter {
        width: 90%
    }
}

.quiz__content--w600 {
    max-width: 600px;
    margin: 0 auto
}

@media only screen and (max-width:48em) {
    .quiz__content--w600 {
        margin-bottom: .75em
    }
}

.quiz__content--w900 {
    max-width: 900px;
    margin: 0 auto
}

.quiz-nextslide {
    padding-left: 4em;
    width: 200px;
    position: relative;
    padding-right: 2em;

    background: #4e8388;
    color: rgba(255,255,255,1.00);
    border: 0 !important;
}

.quiz-nextslide:disabled,
.quiz-nextslide[disabled] {
    background: #ccc;
    color: #666;
    cursor: no-drop
}

.quiz__btnwrap {
    text-align: center
}

.quiz__btnwrap .quiz-nextslide:after {
    content: "\f30b";
    position: absolute;
    top: 0;
    left: 2em;
    height: 18px;
    bottom: 0;
    font-weight: 900;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
}
.quiz-prevslide {
    display: inline-block;
    text-decoration: none;
    color: #1b1b1b;
    line-height: 1;
    margin-top: 1.25em;
    font-size: .9em
}

.quiz-prevslide:hover {
    text-decoration: none;
    color: #1b1b1b
}

.quiz__content--material {
    max-width: 300px;
    margin: 0 auto 1.5em
}

@media only screen and (max-width:48em) {
    .quiz__content--material {
        width: 90%
    }
}

.quiz__content--contactform {
    max-width: 440px;
    margin: 0 auto
}

@media only screen and (max-width:48em) {
    .quiz__content--contactform {
        width: 100%
    }
}

.quiz-progress {
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    width: 0;
    height: 10px;
    -webkit-transition: all, .35s ease;
    -o-transition: all, .35s ease;
    transition: all, .35s ease
}

.quiz-progress__anim {
    position: absolute;
    height: 10px;
    top: 0;
    left: -46px;
    width: 300%;
    background-color: #4ca0f5;
    background: -webkit-repeating-linear-gradient(145deg, #4ca0f5 1px, #1c86f2 2px, #1c86f2 11px, #4ca0f5 12px, #4ca0f5 20px);
    background: -o-repeating-linear-gradient(145deg, #4ca0f5 1px, #1c86f2 2px, #1c86f2 11px, #4ca0f5 12px, #4ca0f5 20px);
    background: repeating-linear-gradient(-55deg, #4ca0f5 1px, #1c86f2 2px, #1c86f2 11px, #4ca0f5 12px, #4ca0f5 20px);
    -webkit-animation-name: movebg;
    animation-name: movebg;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes movebg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px)
    }
}

@keyframes movebg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px)
    }
}

.quiz__itemselect, .quiz__itemselect-input-new, .quiz__itemselect-input-old  {
    border: 1px solid #d0d8de;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .16);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .16);
    -webkit-transition: all, .35s ease;
    -o-transition: all, .35s ease;
    transition: all, .35s ease
}

@media only screen and (max-width:48em) {
    .quiz__itemselect {
        width: -webkit-calc(100% - 34px);
        width: calc(100% - 34px);
        margin-left: 2em;
        margin-bottom: 0
    }
}

.quiz__itemselect:hover {
    border-color: #4ca0f5;
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .26);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .26)
}

@media only screen and (max-width:48em) {
    .quiz__itemselect img {
        display: none!important
    }
}

.quiz__itemselect.active {
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .46);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .46);
    border-color: #4ca0f5
}

.quiz__itemselect.active .quiz__itemselecttitle {
    background-color: #4ca0f5;
    color: #fff
}

.quiz__itemselecttitle {
    font-size: 1em;
    text-align: center;
    margin: 0 -1em;
    font-family: "PT Sans", sans-serif;
    padding: .7em 0;
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (max-width:48em) {
    .quiz__itemselecttitle {
        background-color: #6b6b6b;
        color: #fff;
        font-size: 1em;
        text-align: left;
        line-height: 1.2;
        padding: .5em 2em;
        font-weight: 400
    }
}

.quiz__itemtype {
    position: relative;
    margin-bottom: 1.5em;
    margin: 0 1em 1em 0;
}

@media only screen and (max-width:48em) {
    .quiz__itemtype {
        margin: 0 1em 1em 0 !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

}

.quiz__itemtype--hidden {
    display: none
}

.section-heading__subtitle {
    margin-bottom: .25em
}

.quiz-checkbox-item {
    position: relative;
    margin-bottom: 2em
}

@media only screen and (max-width:48em) {
    .quiz-checkbox-item {
        max-width: 95%;
        margin: 0 auto 0 2em
    }
}

.quiz-checkbox-item__title {
    font-weight: 700;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    padding: .5em 1em .5em
}

@media only screen and (max-width:48em) {
    .quiz-checkbox-item__title {
        width: 100%;
        display: block;
        background-color: #4ca0f5;
        color: #fff;
        text-align: left;
        padding-left: 1em;
        font-size: 1em;
        line-height: 1.2
    }
}

.quiz-checkbox-item__imglabel {
    cursor: pointer;
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .16);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .16);
    -webkit-transition: all, .35s ease;
    -o-transition: all, .35s ease;
    transition: all, .35s ease
}

.quiz-checkbox-item__imglabel:hover {
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .26);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .26)
}

@media only screen and (max-width:48em) {
    .quiz-checkbox-item__imglabel img {
        display: none!important
    }
}

@media only screen and (max-width:48em) {
    .quiz-checkbox-item__imglabel {
        width: 100%
    }
}

.quiz-checkbox-item__imglabel.active {
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .46);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, .46)
}

.quiz-checkbox-item__imglabel.active .quiz-checkbox-item__title {
    background-color: #4ca0f5;
    color: #fff
}
