.tq-outer-wrapper{
    border-radius: 16px;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.40) -184.51%, rgba(255, 255, 255, 0.00) 127.82%);
    backdrop-filter: blur(21px);
    border: 2px solid rgb(255 255 255 / 20%);
}
.tq-wrapper {
    max-width: 700px;
    margin: auto;
    padding: 40px 0;
}

.tq-progress {
    color: #E33A32;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 32px 0 20px;
}

.tq-question {
    margin-bottom: 56px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.tq-option {
    padding: 14px;
    border-radius: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) -186.9%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    border: 2px solid rgb(255 255 255 / 20%);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

.tq-option.active {
    border-color: #E33A32;
    font-weight: 600;
}

.tq-next {
    margin: 12px auto 0;
    min-width: 200px;
}

.alphabet{
    border: 1px solid #E33A32;
    color: #E33A32;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    margin-right: 20px;
    flex-basis: 50px;
     flex-shrink: 0;
}

.quiz-sub{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
    position: relative;
}
.quiz-title{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    
}
p.quiz-sub:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E33A32;
    text-align: center;
    margin: 0 auto;
}


.tq-result-banner {
    position: absolute;
    max-width: 770px;
    margin: 25vh auto;
    padding: 60px 84px;
    border-radius: 16px;
    border-radius: 16px;
    background: #303030;
    box-shadow: 0 24px 144px 0 rgba(0, 0, 0, 0.18);
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
}
 .tq-result-banner h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
 }
 .tq-result-banner p,.tq-result-banner li{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
 }
 .tq-result-banner ul{
    margin-bottom: 24px !important;
 }
 .tq-result-banner .cta-content{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px ;
 }

 @media screen and (max-width:576px) {
    .tq-option{
        font-size: 16px;
    }
    .tq-result-banner{
        padding: 30px 15px;
    }
    .tq-question{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .alphabet {
        font-size: 19px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        flex-basis: 30px;
    }
 }