@font-face {
    font-family: AvenirNext;
    src: url(../fonts/AvenirNextLTPro-Regular.otf);
}

.elementor-heading-title-custom {
    font-family: AvenirNext !important;
}

/* Step - 1 css Start */
.quiz-step-1-wrap div {
    width: 50%;
    float: left;
    text-align: center;
    margin: 50px 0 20px;
}
.quiz-step-1-wrap input {
    display: none;
}
.quiz-step-1-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-1-wrap div:nth-child(2) {
    padding-top: 4px;
}
.quiz-step-1-wrap p {
    background-color: #fff;
    width: 140px;
    padding: 7px 0px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    font-family: AvenirNext;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.quiz-step-1-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
/* Step - 1 css End */

/* Step - 2 css Start */
.quiz-step-2-wrap div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 20px;
}
.quiz-step-2-wrap input {
    display: none;
}
.quiz-step-2-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-2-wrap div:nth-child(2) {
    padding-top: 4px;
}
.quiz-step-2-wrap p {
    background-color: #fff;
    width: auto;
    padding: 5px 30px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
/*.quiz-step-2-wrap form div:nth-child(2) p {
    padding: 0px 20px;
}*/
.quiz-step-2-wrap form div {
    margin: 0;
}
.quiz-step-2-wrap {
    display: inline-block;
    width: 100%;
}
.quiz-step-2-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-2-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-setp-selected-option{
    background-color: #02aaa9 !important;
    color: #fff !important;
}
/* Step - 2 css End */
.quiz-step-2-b-wrap div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 20px;
}
.quiz-step-2-b-wrap {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.quiz-step-2-b-wrap input {
    display: none;
}
.quiz-step-2-b-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-2-b-wrap div:nth-child(2) {
    padding-top: 4px;
}
.quiz-step-2-b-wrap span {
    background-color: #fff;
    /*width: 300px;*/
    width:70% !important;
    padding: 7px 24px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.step_2_image{
    width:15% !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    /* float:left;*/
}
.quiz-step-2-b-wrap div:hover span {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-2-b-wrap div:hover span {
    background-color: #02aaa9;
    color: #fff;
}
.step2-dropdown{
    width:70%;

}
/* Step 2-b css start  */

/* Step 2-b css end  */

/* Step 4 css start */
.slidecontainer {
    width: 100%;
    padding: 60px 30px 0 30px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    /*background: #d3d3d3;*/
    background: #BFEBE5;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.quiz-step-4-wrap label span {
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 18px;
}

.quiz-step-4-wrap label span:last-child {
    float: right;
    display: block;
    margin-top: -4px;
    padding: 2px 21px !important;

}

input[type=range] {
    margin: 5.7px 0 24px !important;
}

/* Step 5 css start */
.quiz-step-5-wrap form {
    display: inline-block;
    width: 100%;
}
.quiz-step-5-wrap div {
    width: calc(25% - 10px);
    float: left;
    text-align: center;
    margin: 0 5px 0px;
}
.quiz-step-5-wrap input {
    display: none;
}
.elementor-field-group-quiz_newsletter_subscription label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
}

.elementor-field-group-quiz_newsletter_subscription input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    width: 6px;
    height: 11px;
    border: solid #02aaa9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.elementor-field-group-quiz_newsletter_subscription input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}
/*.quiz-step-5-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-5-wrap div:nth-child(2) {
    padding-top: 4px;
}*/
.quiz-step-5-wrap p {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 12px;
    margin: 6px auto;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-shadow: 0 3px 6px rgba(222, 222, 222, 0.16), 0 3px 6px rgba(113, 113, 113, 0.23);
}
.elementor-widget-container a.previous_btn {
    float: right;
}
.elementor-widget-container a.previous_btn img {
    padding: 0px;
    margin-top: 0px;
    text-align: right;
}
.quiz-step-5-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.setp-5-quiz-section-row{
    width:calc(100% - 10px) !important;
}
.setp-5-quiz-section-row p {

    width: calc(100% - 10px) !important;
    padding: 40px 24px;
    /* border-radius: 50px; */
    border-radius: 12px;
    margin: 6px auto;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
}
input[type="radio"]:checked + label > p, input[type="radio"]:checked + label > span {
    background-color: #02aaa9;
    color: #fff;
}
/* Step - 5 css End */

/* Step - 6 css Start */
.quiz-step-6-wrap div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 20px;
}
.quiz-step-6-wrap input {
    display: none;
}
.quiz-step-6-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-6-wrap div:nth-child(2) {
    padding-top: 4px;
}
.quiz-step-6-wrap p {
    background-color: #fff;
    width: 200px;
    padding: 7px 24px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.quiz-step-6-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-6-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-6-wrap div span{
    color: grey;
    font-size:12px;
}
/* Step - 6 css End */
/* Step - 7 css Start */
.quiz-step-7-wrap div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 10px;
}
.quiz-step-7-wrap input {
    display: none;
}
.quiz-step-7-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
.quiz-step-7-wrap div:nth-child(2) {
    padding-top: 4px;
}
.quiz-step-7-wrap p {
    background-color: #fff;
    width: 200px;
    padding: 7px 24px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.quiz-step-7-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-7-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
/* Step - 7 css End */
/* Step - 8 css Start */
.quiz-step-8-wrap div {
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0 20px;
}
.quiz-step-8-wrap input {
    display: none;
}
.quiz-step-8-wrap div:nth-child(3) {
    text-align: center;
    width: 100%;
}
/*.quiz-step-8-wrap div:nth-child(2) {
    padding-top: 4px;
}*/
.quiz-step-8-wrap p {
    background-color: #fff;
    width: 300px;
    padding: 7px 24px;
    border-radius: 50px;
    margin: 6px auto;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.quiz-step-8-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-8-wrap div:hover p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-8-wrap div:click p {
    background-color: #02aaa9;
    color: #fff;
}
.quiz-step-8-wrap button {
    background-color: #f1e2dc;
    color: #003752;
    padding: 6px 20px;
    border: 0;
    font-size: 16px;
    border-radius: 15px;
}
/* Step - 8 css End */

/* product quiz shortcode */
.tapp2twist-product-quiz-wrap {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    width: 25%;
    margin-bottom: 50px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 2px 2px 8px 2px #ccc;
    padding: 30px 0;
    background-color: #ffffff;
}
.head-product-quiz {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.head-product-quiz h3 {
    color: #02aaa9;
    font-weight: 700;
    margin-bottom: 0;
}
.head-product-quiz h1{
    font-weight: bold;
    font-size: 60px;
}
.head-product-quiz sub {
    bottom: 0.05em;
    font-size: 20px;
}

.product-quiz-section p {
    font-size: 20px;
    color: rgba(0,0,0,0.5);
}
.product-quiz-section p .quiz-sub{
    font-size: 20px;
    color: #02aaa9;
}
.short-quiz-img img {
    width: 70%;
}
.bottom-product-quiz {
    margin-top: 20px;
}
.bottom-product-quiz h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.bottom-product-quiz p {
    font-size: 20px;
    margin-bottom: 1rem;
}
.short-quiz-btn , .short-quiz-btn:hover, .short-quiz-btn:focus {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px 10px;
    background-color: #09AAA8;
    color: #fff;
    border-radius: 26px;
    font-family: "Ubuntu",Cantarell,Helvetica Neue,sans-serif;
 }

@media only screen and (max-width: 991px) {
     .tapp2twist-product-quiz-wrap {
        width: 40%;
    }
}

/* Small devices (portrait tablets and large phones, 768px and up) */
@media only screen and (min-width: 768px) {
     
    .slidecontainer {
        width: 40%;
        padding: 60px 20px 0 20px;
        margin-left: 30%;
    }

}

@media screen and (max-width: 767px){
     .tapp2twist-product-quiz-wrap {
        width: 90%;
    }
    .elementor-heading-title-custom {
        font-size: 18px;
        line-height: 24px !important;
        letter-spacing: 0.5px;
        font-family: "Ubuntu", Sans-serif;
        font-weight: normal;
    }

    .nauseated5 {
        position: absolute;
        right: -4px !important;
        margin-top: -42px;
        z-index: 99;
    }
    .nauseated3 {
        position: absolute;
        left: 45% !important;
        z-index: 999;
        margin-top: -12px;
    }
    .elementor-widget-container a.previous_btn img {
        padding: 0px 25px;
        margin-top: -4px;
        text-align: right;
    }
    .elementor-field-group-quiz_newsletter_subscription label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -32px;
    border-radius: 50%;
    position: absolute;
    margin-top: 4px;
}
.custom-form-data label {
    width: 90% !important;
}
.elementor-field-group-quiz_newsletter_subscription input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    width: 6px;
    height: 11px;
    border: solid #02aaa9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
}

.elementor-message.elementor-message-danger {
    display: none !important;
}
.next-btn-wrap {
    text-align: center;
    margin-top: 105px;
}
.next-btn-wrap a, .next-btn-wrap button {
    background: #faf1ed;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    color: #003752;
    font-size: 16px;
    height: auto;
    line-height: 1;
    border: 0;
}

.elementor-heading-title-custom {
    font-family: "Ubuntu", Sans-serif;
    font-weight: normal;
    color: #003752 !important;
    margin-top: 50px;
    line-height: 1;
    text-align: center;
}

h2.elementor-heading-title.elementor-size-default {
    margin: 0 0 10px 0;
}

select#brand_bottel {
    background: url(../images/down-chevron.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: center right 15px !important;
    border-radius: 20px;
    background-color: #fff !important;
    max-width: 310px;
    color: #bdb5b5;
    border: 0;
    width: 100%;
} 
select#brand_bottel:focus {
    outline: none;
}
select#brand_bottel::-ms-expand {    display: none; }
select#brand_bottel{
    -webkit-appearance: none;
    appearance: none;
}
.tappquiz_main_result_wrap {
    font-family: Avenir Next !important;
}



@media(min-width:800px) and (max-width:991px ){
    .tapp2twist-product-quiz-wrap {
        width: 50%;
    }
   .main_bg_wrap .home_water_impact {
        margin-top: -160px !important;
    }
}
@media(min-width: 376px) and (max-width: 767px){
    .main_bg_wrap {
        background-repeat: no-repeat;
        background-size: 102% 100%;
        height: 100%;
    }
     .tapp2twist-product-quiz-wrap {
        width: 100%;
    }
}

#slider-range-min .ui-widget-header {
    background: #08ABA9;
    /*#BFEBE5*/
}

#slider-range-min.ui-widget.ui-widget-content {
    background: #BFEBE5;
    cursor: pointer;
}

#amount {
    color: #08ABA9 !important;
}

#slider-range-min .ui-state-default,
#slider-range-min.ui-widget-content .ui-state-default,
#slider-range-min .ui-widget-header .ui-state-default,
#slider-range-min .ui-button,
html #slider-range-min .ui-button.ui-state-disabled:hover,
html #slider-range-min .ui-button.ui-state-disabled:active
{
    /*background: #000000;*/
    display: none;
}
.nauseated {
    position: absolute;
    z-index: 999;
    margin-top: -10px;
    margin-left: -6px;
}
.nauseated3 {
    position: absolute;
    left: 47%;
    z-index: 999;
    margin-top: -12px;
}
.nauseated5 {
    position: absolute;
    right: -4px;
    margin-top: -11px;
    z-index: 99;
}
#slider-range-min.ui-widget.ui-widget-content {
    margin-bottom: 19px;
}
.elementor-widget-wrap>.elementor-element.postcode_right_btn {
    width: 100%;
    float: right;
    text-align: right;
}
.postcode_right_btn img {
    float: none !important;
    text-align: center !important;
    margin-top: 18px !important;
}
.postcode_right_btn .elementor-widget-container a.previous_btn {
    float: none;
}
@media(min-width: 768px) and (max-width: 1023px)
{
    .elementor-field-group-quiz_newsletter_subscription label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -32px;
    border-radius: 50%;
    position: absolute;
    margin-top: 4px;
}
.custom-form-data label {
    width: 90% !important;
}
.elementor-field-group-quiz_newsletter_subscription input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 6px;
    height: 11px;
    border: solid #02aaa9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
}
@media(min-width: 1024px) and (max-width: 1500px)
{
    .elementor-field-group-quiz_newsletter_subscription label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}
.custom-form-data label {
    width: 90% !important;
    float: right;
}
}
@media(min-width: 1199px) and (max-width: 1500px)
{
    .elementor-field-group-quiz_newsletter_subscription input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 11px;
    width: 6px;
    height: 11px;
    border: solid #02aaa9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.elementor-field-group-quiz_newsletter_subscription label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    left: 4px;
}
.custom-form-data label {
    width: 94% !important;
    float: right;
}
.quiz-step-8-wrap div:nth-child(3) {
    text-align: center;
    width: 22% !important;
}
}

@media(min-width: 320px) and (max-width: 374px)
{
.elementor-field-group-quiz_newsletter_subscription input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #02aaa9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
}


#processs-loader {
    margin-left: 40%;
}