ul{
    list-style: none;
}
.smiletest0{
    height: 80%;
    width: 100%;
    background: url(../image/whitebg.jpg) no-repeat fixed top;
    
    
}
.smiletest{
    height: 80%;
    width: 100%;
    background: url(../image/whitebg.jpg) no-repeat fixed top;
}
.testpanel{
    margin-top: 0px;
    margin-left: 14%;
    position: relative;
    z-index: 2;
    display: flex;
}
.testTag{
    width: 45px;
    max-height: 680px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 36px;
    font-weight: 100;
    margin-right: 40px;
}

.testform{
    padding: 50px 0 45px 55px;
    width: 480px;
    max-height: 680px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 5px 57px 5px rgb(173 163 166 / 20%);
    box-shadow: 0px 5px 57px 5px rgb(173 163 166 / 20%);
    border-radius: 50px;
    z-index: 2;
}

.testform .check{
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}
.testform .continue{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn1, .btn2, .btn3, .btn4, .btn5 {
    min-width: 180px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 4px;
    color: #3943d1;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    padding: 0 35px;
    letter-spacing: 2px;
}
.btn3 {
    color: #000;
    border: 1px solid #000;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testphoto{
    background: url() center no-repeat;
    width: 62%;
    height: 77%;
    top: 150px;
    right: 14%;
    position: absolute;
}
.testform .smile{
    height: 115px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.testform .smiletitle{
    height: 58px;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #000000;
    position: relative;
    display: inline-block;
}
.testform .title{
    font-size: 22px;
    line-height: 40px;
    color: #333;
    width: 390px;
    margin-bottom: 15px;
}
.testform .decoration{
    width: 50%;
    height: 16px;
    background-color: #FF8000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.smilediv{
    height: 58px;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #000000;
    position: relative;
    display: inline-block;
}
.form-check{
    margin-top: 20px;
}
.form-check img{
    margin-right: 35px;
    margin-bottom: 12px;
    margin-top: 10px;
}
.results{
    margin: 43px 17%;
    display: flex;
    flex: 1;
}
.results .resultsleft{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 90px;
    display: flex
}
.resultsTitle{
    margin-bottom: 17%;
}
.smiletitle span:first-child {
    z-index: 2;
    position: relative;
}
.smiletitle span:last-child {
    width: 50%;
    height: 16px;
    background-color: #FF8000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.resultsText{
    margin-bottom: 17%;
}
.smtitle{
    font-size: 22px;
    line-height: 42px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.resultsright{
    position: relative;
    width: 460px;
    height: 600px;
}
.rightpanel{
    position: absolute;
    padding: 20px;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 57px 5px rgb(184 179 176 / 42%);
    box-shadow: 0px 5px 57px 5px rgb(184 179 176 / 42%);
}
.smtitle{
   margin-top: 60px;
}
li.resultText {
    margin-right: 30px;
}
.solution{
    margin-right: 30px;
}
.testphoto img{
    border-radius: 50px;
}
.form-check .form-check-input:checked{
    background-color: #3943d1 !important;
}

@media screen and (max-width:430px){
    .testphoto img{
        display: none;
    }
    .results{
      margin: auto;  
      width: 100%;
      display: none;
    }   
    .testTag{
        margin-right: 0px;
        display: none;
    }
    .tag{
        display: none;
    }
    .testform{
        width: 100%;
    }
    .testform .title{
        width: auto;
    }
    .testpanel{
        margin-left: 20px;
        margin-right: 20px;
    }
    .testform .smiletitle{
        font-size: 42px;
    }
    .form-check img {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

