/*....... shopping-search new quiz section .......*/
.step { display: none; }
.step.active { display: block; }
.step-div .form-check{padding-left: 2rem}
.step-div .form-check-label{font-size: 13px;}
/*@media screen*/
@media screen and (max-width: 1280px) {
    .step-div .tone-img {width: 120px;height: 80px;}
}
@media screen and (max-width: 991px) {
    .step-div .form-check-label{font-size: 12px;}
}
/*....... shopping-search new quiz section end .......*/