.sec_quiz .art .head2 {
    line-height: 50px;
}
.head2 {
    font-family: Open Sans, sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}
#app {
    display: none;
    font-family: Open Sans, sans-serif;
}
#app .info .progressbar, .sec_quiz #apps .info .progressbar {
    height: 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
#app .info .progressbar .progressbar_body, .sec_quiz #apps .info .progressbar .progressbar_body {
    background: #339AFB url(/img/paternbar.png) repeat center center;
    height: 100%;
}
#app ol, #apps ol {
    margin-top: 5px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 700px; */
    padding: 0;
}
#app ol li, #apps ol li {
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
#app ol .new, #apps ol .new {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#app ol .new .option, #apps ol .new .option {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#app .new .option .check-box, #apps .new .option .check-box, #quizs.sec_quiz .art #app .new .option .check-box, #quizs.sec_quiz .art #apps .new .option .check-box {
    box-sizing: content-box !important;
}
#app ol .check-box, #apps ol .check-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 0;
    transition: .5s;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #1e374f21;
}
#app .new .option .check-box,#apps .new .option .check-box, #quizs.sec_quiz #app .new .option .check-box, #apps .new .option .check-box {
    box-sizing: content-box !important;
}
#app ol [type="checkbox"]:checked + .check-box, #app ol [type="checkbox"]:hover + .check-box, #app ol [type="radio"]:checked + .check-box, #app ol [type="radio"]:hover + .check-box, #apps ol [type="checkbox"]:checked + .check-box, #app ol [type="checkbox"]:hover + .check-box, #apps ol [type="radio"]:checked + .check-box, #apps ol [type="radio"]:hover + .check-box {
    background-color: #339afb;
    transition: .5s;
}
#app ol .check-box, #apps ol .check-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 0;
    transition: .5s;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #1e374f21;
}
#app ol [type="radio"]:hover + .check-box {
    background-color: #339afb;
    transition: .5s;
}
#app ol li input[type="radio"], #apps ol .new input[type="radio"] {
    opacity: 0;
    display: none;
}
#app ol li label {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#app ol li .check-box {
    position: relative;
    overflow: hidden;
}
#app ol li .check-box:after {
    font-family: Open Sans, sans-serif;
    position: absolute;
    content:  "";
    background-image: url(img/tick.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    right: 0;
}
 #app .result_controls button:hover, #apps .result_controls button:hover {
    transition: all .4s ease;
    border: 1px solid #339AFB;
    background: #339AFB;
    color: #fff;
}
#app .result_controls button, #apps .result_controls button {
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-right: 15px;
    margin-top: 10px;
    background: #fff;
    font-size: 15px;
    font-family: Open Sans, serif;
    cursor: pointer;
}
#app .result_controls button:hover, #apps .result_controls button:hover {
    transition: all .4s ease;
    border: 1px solid #339AFB;
    background: #339AFB;
    color: #fff;
}
#app .form-quiz .items, #apps .form-quiz .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#app .form-quiz .items .item input, #apps .form-quiz .items .item input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 2px solid #d2d4d7;
        border-top-color: rgb(210, 212, 215);
        border-right-color: rgb(210, 212, 215);
        border-bottom-color: rgb(210, 212, 215);
        border-left-color: rgb(210, 212, 215);
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #000;
    padding: 0 25px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -icab-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
}
#app .form-quiz .items .item input:focus, #app .form-quiz .items .item input:hover, 
#apps .form-quiz .items .item input:focus, #apps .form-quiz .items .item input:hover {
    border-color: #363d4a;
}
#app .form-quiz .items .item input, #apps .form-quiz .items .item input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 2px solid #d2d4d7;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #000;
    padding: 0 25px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -icab-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
}
#app .form-quiz .items .item, #apps .form-quiz .items .item {
    width: 100%;
    margin-bottom: 15px;
}
#app .form-quiz .head3 {
    margin: 15px 0;
}
#app .form-quiz .items .item button, 
#apps .form-quiz .items .item button {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 2px solid #363d4a;
    height: 50px;
    line-height: 46px;
    background: #363d4a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
}
#app .form-quiz label input, #apps .form-quiz label input {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100000px;
}
#app .form-quiz label input:checked + .icon::after, #app .form-quiz label input:checked + .icon::before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -icab-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: "alpha(opactiy=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    zoom: 1;
}
#app .form-quiz label input + .icon::before {
    width: 15px;
    left: 6px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -icab-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#app .form-quiz label input + .icon::after, #app .form-quiz label input + .icon::before {
    content: "";
    display: block;
    height: 4px;
    background: #339afb;
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -icab-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: "alpha(opactiy=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    zoom: 1;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -icab-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#app .form-quiz label input:checked + .icon::after, #app .form-quiz label input:checked + .icon::before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -icab-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: "alpha(opactiy=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    zoom: 1;
}
#app .form-quiz label input + .icon::after {
    width: 10px;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -icab-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#app .form-quiz label input + .icon::after, #app .form-quiz label input + .icon::after {
    content: "";
    display: block;
    height: 4px;
    background: #339afb;
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -icab-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: "alpha(opactiy=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    zoom: 1;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -icab-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#app .form-quiz label:focus .icon, #app .form-quiz label:hover .icon {
    border-color: #363d4a;
}
#app .form-quiz label input + .icon, #apps .form-quiz label input + .icon {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d4d7;
        border-top-color: rgb(210, 212, 215);
        border-right-color: rgb(210, 212, 215);
        border-bottom-color: rgb(210, 212, 215);
        border-left-color: rgb(210, 212, 215);
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -icab-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#app .form-quiz label {
    position: relative;
}
#app .form-quiz label .label {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}