#quizzie h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 2em;
    text-align: start;
    color: #2D4A6F;
    /*border: 1px solid #2D4A6F;*/
    padding: 40px;
    width: fit-content;
}
.quiz_wrapper {
    margin-top: -210px;
    border: 1px solid #2D4A6F;
    padding: 40px;
    margin-left: auto;
    max-width: 600px;
    background-color: #fff;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quizzie .results-inner h2{
    border: none;
    width: auto;
    color: #2D4A6F;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
/*#quizzie #results.current{*/
    /*display: none;*/
/*}*/
.title_head{
    color: #2D4A6F;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.quiz_tit1{
    font-size: 78px;
}
.quiz_tit2{
    font-size: 20px;
    line-height: 3.5;
}
.quiz_tit3{
    font-size: 65px;
}
.quiz_tit1en{
    font-size: 78px;
}
.quiz_tit2en{
    font-size: 32px;
    line-height: 3.5;
}
.quiz_tit3en{
    font-size: 19px;
}
.quiz_tit4en{
    font-size: 74px;
}
@media (max-width: 1100px) {
    .quiz_wrapper {
        margin-top: 0;
        margin-right: auto;
    }
    #quizzie h2 {
        margin-left: auto;
        margin-right: auto;
    }
}
.mobilever{
    display: none;
}
@media (max-width: 767px) {
    #quizzie h2 {
        font-size: 18px;
        border: none;
        padding: 0;
        line-height: 2.1em;
        font-weight: 400;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: space-between;*/
        /*max-width: 267px;*/
        margin-right: auto;
        margin-left: 0;
    }
    .page-id-10753 #quizzie h2{
        font-size: 20px;
    }
    .quiz_tit1{
        font-size: 49px;
    }
    .quiz_tit2{
        line-height: 1;
        font-size: 16px;
    }
    .quiz_tit3{
        font-size: 39px;
    }
    .quiz_tit1en{
        font-size: 53px;
    }
    .quiz_tit2en{
        line-height: 1;
        font-size: 21px;
    }
    .quiz_tit3en{
        font-size: 16px;
    }
    .quiz_tit4en{
        font-size: 38px;
    }
    .descver{
        display: none;
    }
    .mobilever{
        display: block;
    }
    .quiz_wrapper {
        margin-top: 25px;
    }


}

/*@media (max-width: 360px) {*/
    /*#quizzie h2 {*/
        /*font-size: 1.6em;*/
    /*}*/
    /*.quiz_tit1{*/
        /*font-size: 65px;*/
    /*}*/
    /*.quiz_tit2{*/
        /*font-size: 16px;*/
    /*}*/
    /*.quiz_tit3{*/
        /*font-size: 52px;*/
    /*}*/
/*}*/
/*@media (max-width: 355px) {*/
    /*.quiz_tit1{*/
        /*font-size: 57px;*/
    /*}*/
    /*.quiz_tit2{*/
        /*font-size: 15px;*/
    /*}*/
    /*.quiz_tit3{*/
        /*font-size: 48px;*/
    /*}*/
/*}*/
/*@media (max-width: 340px) {*/
    /*.quiz_tit1{*/
        /*font-size: 49px;*/
    /*}*/
    /*.quiz_tit2{*/
        /*font-size: 14px;*/
    /*}*/
    /*.quiz_tit3{*/
        /*font-size: 46px;*/
    /*}*/
/*}*/
#quizzie p.title {
    text-align: center;
    display: block;
    width: auto;
    color: #222222;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#quizzie {
    padding: 145px 0 5% 0;
    /* Individual Steps/Sections */
    /* Content */
}
#quizzie ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 2%;
    overflow: auto;
    display: none;
    /* Step Questions and Answer Options */
}
#quizzie ul.current {
    display: block;
}
#quizzie ul li {
    display: inline-block;
    float: left;
    width: 49%;
    margin-right: 2%;
    /*overflow: auto;*/
    text-align: center;
}
#quizzie ul li.quiz-answer {
    cursor: pointer;
}
#quizzie ul li.question, #quizzie ul li.results-inner {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
}
#quizzie ul li.results-inner {
    /*padding: 20px 15px 0 15px;*/
    overflow: hidden;
}
#quizzie ul li.results-inner img {
    width: 250px;
}
#quizzie ul li:last-child {
    margin-right: 0;
}
#quizzie .question-wrap {
    display: block;
    padding: 1%;
    margin: 1em 10%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*#quizzie .answer-text{*/
    /*border: 1px solid #000;*/
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    /*border-radius: 30px 30px 30px 30px;*/
    /*padding: 18px 45px 18px 45px;*/
    /*font-family: "Montserrat", Sans-serif;*/
    /*text-shadow: 0px 0px 10px rgba(0,0,0,0.3);*/
    /*fill: #000000;*/
    /*color: #000000;*/
    /*background-color: #FFFFFF;*/
    /*max-width: 170px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: 0;*/
    /*transition: all 0.3s ease-in-out;*/
/*}*/
#quizzie .answer-text{
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px 30px 30px 30px;
    padding: 18px 45px 18px 45px;
    font-family: "Montserrat", Sans-serif;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
#quizzie .desc{
    /*color: #2D4A6F;*/
    /*font-weight: normal;*/
    text-align: justify;
    display: block;
    width: auto;
    color: #222222;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 1.5;
}
#quizzie .answer-text:hover{
    /*background-color: #2D4A6F;*/
    /*border: 1px solid #2D4A6F;*/
    /*color: #FFFFFF;*/
    transform: scale(1.1);
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (max-width: 768px){
#quizzie .answer-text{
    font-size: 13px;
    padding: 15px 35px 15px 35px;
    width: 131px;
    height: 43px;
}
}
@media (max-width: 400px) {
    #quizzie .answer-text {
        width: auto;
    }
}
