.form_quiz_company {
    text-align: left;
}
.form_type_quiz_text_var {
    background-color: #dbf3ff;
    width: 40% !important;
    padding: 20px 20px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: .3s;
    font-size: 18px;
	box-shadow: 0px 0px 13px 0px #4a91fc0d;    
}
.form_type_quiz_text_var:hover {
    background-color: #396DD7;
    color: #fff; 
    border: 0;
}
.quform input[type=radio] {display: none;}

.form_type_quiz_qtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form_type_quiz_desk {
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #242424;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 50px;    
}
.quform-page-progress-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff;    
}
.type1_quiz_back_btn {
    display: flex;
    align-items: center;
}
.quform-back {
    width: auto !important;
    margin-right: 40px !important;
}
.form_quiz_input {
    padding: 15px 3% !important;
    border-radius: 10px;
    border: 0 !important;
    background-color: #dbf3ff !important; 
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 16px !important;
    margin-top: 10px !important;      
    margin-bottom: 10px !important; 
    width: 400px !important;
}
.form_quiz_imput_title {
    font-family: Lato,sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 17px;
    margin-left: 12px;
}
.quform-back {
    display: none !important;
}
.quform-next {
    border: 0;
    border-radius: 100px;
    padding: 16px 0;
    background-color: #ffdf00;
    color: #090909;
    font-size: 19px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .form_type_quiz_text_var {width: 100% !important;}
    .quform-next {padding: 10px 50px !important;}
}