
.questionnaire_content form{
    margin-bottom: 20px;
}

.questionnaire_content form {
    margin-bottom: 20px;
}

.questionnaire_content form label{
    display: block;
    margin-bottom: 5px;
}

.equipment .text h2{
    text-align: center;
}

.questionnaire_content form label{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.questionnaire_items{
    margin-bottom: 10px;
}

.questionnaire_items ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.questionnaire_items ul li{
    cursor: pointer;
    margin: 0 10px;
    display: flex;
    font-size: 18px;
    color: #0063ff;
    align-items: center;
    justify-content: center;
}

.questionnaire_items ul li .jcf-radio{
    width: 18px;
    height: 18px;
    margin: 0 3px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #000;
    transform: translate(0, 3px);
}

.questionnaire_items ul li .jcf-radio span{
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 10px;
    height: 10px;
    background: #0063ff;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.questionnaire_items ul li .jcf-radio.jcf-checked span{
    opacity: 1;
}

.questionnaire_items ul li input{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.text-home{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.text-home h5{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.text-home h5 .number{
    left: 0;
    top: -2px;
    font-size: 26px;
    position: absolute;
}

.text-home div{
    position: relative;
}

.text-home div::before {
    content: '';
    left: -8px;
    width: 1px;
    bottom: -5px;
    height: 100%;
    position: absolute;
    background: #c3c3c3;
}

.text-home div::after {
    content: '';
    bottom: 0;
    width: 80%;
    left: -14px;
    height: 1px;
    position: absolute;
    background: #c3c3c3;
}

.text-home div p {
    color: #070707;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    text-indent: 20px;
}

.equipment .text p span{
    color: #ff0000;
    font-weight: 600;
}

.text-home div h6{
    display: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 3px;
    text-align: center;
}

.text-home div h6.active{
    display: block;
}

.text-home div h6 span{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.text-home div a{
    display: table;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin: 15px auto;
    border-radius: 35px;
    padding: 6px 20px 4px;
    background-color: #d3571a;
    border: 1px solid #d3571a;
    box-shadow: 0 6px 8px rgb(136 136 136 / 50%);
    transition: all 0.3s;
}

.text-home div a .on{
    display: block;
}

.text-home div a .yes{
    display: none;
}

.text-home div a .yes i{
    color: #d3571a;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
}

.text-home div a.active .on{
    display: none;
}

.text-home div a.active .yes{
    display: block;
}

.text-home div a.active{
    color: #000;
    background-color: transparent;
}

.text-center a{
    display: table;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin: 15px auto;
    border-radius: 35px;
    padding: 6px 20px 4px;
    background-color: #d3571a;
    border: 1px solid #d3571a;
    box-shadow: 0 6px 8px rgb(136 136 136 / 50%);
    transition: all 0.3s;
}

.col-2 {
    top: 5px;
    left: -20px;
}

.equipment .text-center .img ul li{
    width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    padding-right: 40px;
}

.equipment .text-center .img ul li span{
    top: 50%;
    right: 0;
    width: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    transform: translate(0, -50%);
}

.equipment .text-center .img ul li span img{
    width: 20px;
    margin: 0 0 0 3px;
}

.equipment .text-center .img img {
    margin: 20px auto;
}

.equipment .text-center .callout{
    margin-bottom: 40px;
}

.equipment .text-center .callout_right{
    margin-bottom: 40px;
}

.title-bg{
    margin: 40px 0;
    padding: 60px 20px;
    background: url('../img/issue-certificate-bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}




@media screen and (min-width: 768px) {

    .equipment .text-center .callout img{
        width: 65%;
    }

    .equipment .text-center .callout_right img{
        width: 65%;
    }

    .questionnaire_items {
        margin-bottom: 15px;
    }

}

@media screen and (min-width: 1024px) {

    .equipment{
        padding-top: 50px;
    }

    .text-home div{
        margin-bottom: 30px;
    }

    .text-home h5{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    
    .text-home h5 .number{
        font-size: 28px;
    }

    .text-home div h6{
        font-size: 18px;
        line-height: 24px; 
        margin-bottom: 20px;
    }

    .text-home div h6 span{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .text-home div p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 3px;
    }

    .col-2 {
        top: -10px;
    }

    .equipment .text-center .callout{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .equipment .text-center .callout img {
        width: 280px;
        margin: 0 0 0 50px;
    }

    .equipment .text-center .callout_right{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .equipment .text-center .callout_right img {
        width: 280px;
        margin: 0 50px 0 0;
    }

    .questionnaire_content form{
        width: 70%;
        margin: 0 auto;
    }

    .questionnaire_items {
        margin-bottom: 20px;
    }

    .text-home div a{
        font-size: 18px;
        line-height: 38px;
        margin: 25px auto;
        padding: 8px 25px 6px;
    }

    .text-center a{
        font-size: 18px;
        line-height: 38px;
        margin: 25px auto;
        padding: 8px 25px 6px;
    }

    .title-bg{
        margin: 60px 0;
        padding: 100px 20px;
    }




}

@media screen and (min-width: 1340px) {

       

    .text-home div{
        padding-left: 30px;
        padding-bottom: 15px;
    }
    
    .text-home h5{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    
    .text-home h5 .number{
        font-size: 40px;
    }

    .text-home div h6{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .text-home div h6 span{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .text-home div p {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 5px;
    }

    .col-2 {
        top: -6px;
        left: -90px;
    }

    .questionnaire_items {
        margin-bottom: 30px;
    }

    .equipment .text-center .img img {
        width: 45%;
        margin: 50px auto;
    }

}












.cherry{
    display: none;
}

.apple{
    display: none;
}

.strawberry{
    display: none;
}

.blueberry{
    display: none;
}

@media screen and (min-width: 1024px) {

    .cherry{
        top: 10%;
        left: -3%;
        width: 200px;
        display: block;
        position: absolute;
    }
    
    .apple{
        top: 20%;
        right: -3%;
        width: 200px;
        display: block;
        position: absolute;
    }
    
    .strawberry{
        top: 30%;
        left: -3%;
        width: 200px;
        display: block;
        position: absolute;
    }
    
    .blueberry{
        top: 40%;
        right: -3%;
        width: 200px;
        display: block;
        position: absolute;
    }
    
}

@media screen and (min-width: 1340px) {
    
}

.img_ps {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.img_ps .container{
    top: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    position: absolute;
    transform: translate(-50%, 0);
}