#hero{
    padding: 72px 0;
    color: #343434;
}

#hero .text{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 50px;
}

#hero h1{
    margin: 0 0 30px;
}
#hero .btn{
    margin-top: 20px;
}

#form{
    padding: 50px 0;
}

#form .score{
    font-size: 35px
}

.info{
    padding-bottom: 50px;
    color: #26555A;
}
#form h2{
    color:#006787;
    font-size: 35px;
}
#form p{
    color: #26555A;
}
#form p strong{
    color: #006787;
    font-size: 29px;
    font-weight: 600;
}
#form .form-group p{
    width: 100%;
    margin-bottom: 30px;
}
#form .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px !important;
    position: relative;
}
#form .form-group::after{
    content: '';
    width: 90%;
    height: 5px;
    background: #00B3BF;
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translatex(-50%);
}
#form .form-check{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
#form .form-check input{
    float: none !important;
    margin: 0 0 20px !important;

    width: 30px;
    height: 30px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 5px solid #00B3BF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form .form-check-input:checked {
    background-color: #00B3BF;
    border-width: 15px;
}
#form .form-check label{
    color: #26555A;
    font-size: 20px;
}

.result{
    text-align: center;
}
.result .score{
    color: #003F40;
    font-size: 44px;
    font-weight: 600;
}

@media(max-width: 500px){
    #form .form-check label{
        font-size: 15px;
    }
    #form .form-group::after {
        width: 85%;
        bottom: 55px;
    }
}

@media(max-width:991px){
    #hero{
        background-image: none!important;
        padding: 0;
    }
    #bgImage {
        height: 300px;
        background-size: cover;
        background-position: right;
        margin: 0 auto;
        border-radius: 50px;
        width: 93%;
        background-position-x: 85%;
        background-repeat: no-repeat;
    }
}