body{
    font-family: Raleway,sans-serif;
}

.hidden{
    display: none;
}

.section-title-wrapper{
    padding: 20px 40px;
    background-color: #f1f2f3;
    border-bottom: 3px solid #1F2C3C;
}

.cal-form{
    margin-top: 2%;
    margin-left: 2%;
}

.cal-form label{
    font-size: 17px;
}

.cal-form h3{
    margin-bottom: 20px;
}

.cal-form .cal-label{
    margin-bottom: 20px;
}

.cal-label{
    color: #0066B4;
    font-size: 16px;
    margin-bottom: 8px;
}



.inline-flex{
    display: flex;
}

.step-btn{
    float: right;
    padding-right: 10px;
}

.form-control{
    width: 60%;
    border-radius: 0px;
}

.form-group input[type=number]{
    text-align: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.input-group-text{
    border-radius: 0;
}

.error-msg{
    color : #f04134;
}

.cal-flex{
    display: flex;
}

.cal-custom-icon{
    padding: 0.375rem 0.75rem;
    border: 1px solid #e6e6e6;
    line-height: 32px;
    width: 60px;
    text-align: center;
    background-color: #ffffff;
}

.cal-summary{
    position: relative;
    background-color: #f3f3f3;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 2%;
    width: 75%;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 10px solid #0066b4;
}

.cal-summary-caption{
    margin-bottom: 20px;
    padding-left: 20px;
}

.cal-summary .form-group{
    padding-left: 20px;
}


.result-span{
    font-size: 48px;
}

.result-group{
    min-width: 230px;
    margin-right: 20px;
    font-size: 16px;
}

.result-after{
    border-right: 1px solid #f1f2f3;
}

.font-dark-grey{
    color: #697684;
}

.td-1{
    border-right: 1px solid #f1f2f3;
    font-weight: 900;
    padding-left: 20px;
}

.td-2{
    padding-left: 20px;
}

.rate{

}

.display-block{
    display: block;
    transition: 0.3s ease all;
}

.display-none{
    display: none;
    transition: 0.3s ease all;
}

.employment{
    width: 300px;
    border: 1px solid #0066b4;
    color: #0066b4;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease all;
    padding: 11px 20px;
    display: block;
}

.outstanding{
    width: 300px;
    padding: 5px;
    border: 1px solid #0066b4;
    color: #0066b4;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.employment:hover{
    background-color: #0066b4;
    color: #ffffff;
}

.outstanding:hover{
    background-color: #0066b4;
    color: #ffffff;
}

.bg-blue{
    background-color: #0066b4;
    color: #fff;
}

.rating-excellent{
    width: 16px;
    height: 16px;
    background-color: rgb(0, 198, 148);
    border-radius: 50%;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto !important;
}

.rating-fair{
    width: 16px;
    height: 16px;
    background-color: rgb(255, 219, 49);
    border-radius: 50%;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto !important;
}

.rating-fair{
    width: 16px;
    height: 16px;
    background-color: rgb(255, 154, 42);
    border-radius: 50%;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto !important;
}

.rating-poor{
    width: 16px;
    height: 16px;
    background-color: rgb(255, 89, 97);
    border-radius: 50%;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto !important;
}

#result-table tr{
    height: 60px;
    border-bottom: 1px solid #f1f2f3;
}

.btn-count {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 24px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
}


.sw-btn-next:hover,.sw-btn-next:focus{
    color:#fff;
    background-color: #0066b4;
    border: 1px solid #0066b4;
}

.wrap-group {
    margin-bottom: 20px;
}

.wrap-group label {
    display: block;
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
    font-weight: bold;
}

.wrap-group input,.wrap-group textarea, .wrap-group select{
    border: 1px solid #e6e6e6;
    padding: 11px 20px;
    display: block;
    width: 240px;
}

.flex-all{
    display: flex;
    flex-wrap: wrap;
}


@media (max-width: 991px) {
    .cal-form label{
        font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px){
    .cal-summary {
        margin-right: 2%;
        width: 90%;

    }

    .sw-theme-dots > ul.step-anchor > li {
        border: none;
        width: 28%;
    }

    .sw-theme-dots > ul.step-anchor:before {
        background-color: #ffffff;
    }
}

@media (max-width: 480px) {
    .inline-flex{
        display: block;
    }

    .result-group {
        min-width: 100%;
        font-size: 16px;
    }

    #form-step-2{
        display: block!important;
    }

    .step-content{
        padding: 10px 0px!important;
    }

    .td-2{
        padding-left: 5px;
    }

    .td-3{
        padding-left: 5px;
    }

    #step-3 .cal-flex{
        display: flex;
    }

    .step-content h3{

    }

    .cal-summary{
        width: 96%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .form-control-label{
        padding-left: 0px;
    }

    .rating-excellent{
        margin: 3px 3px 0px 0px;
    }

    .rating-poor{
        margin: 3px 3px 0px 0px;
    }


    .wrap-group input, .wrap-group textarea{
        width: 83%;
    }

    .wrap-group select{
        width: 98%;
    }

    .employment{
        width: 98%;
    }

    .sw-theme-dots .sw-toolbar {
        background: #fff;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 0px;
        margin-bottom: 0 !important;
    }
}
