body {
    margin: 0;
    font-size: 14px;
}

.logo {
    width: 100px;
}

.navbar {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    top: 0;
    z-index: 2;
}

header {
    border-radius: 50px;
    background: #dadada;
    box-shadow: 0px 0px 20px #b9b9b9, -20px -20px 60px #fbfbfb;
}

.mt-84 {
    margin-top: 84px;
}

section {
    margin: 20px 20px;
}

.count {
    background: #2b90d9;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 2px;
}

label {
    font-weight: 500;
}

.label-data {
    font-weight: normal;
}

.f-w-500 {
    font-weight: 500;
}

.w50 {
    width: 50%;
}

.ques {
    margin-bottom: 10px;
}
.w-100{
    width:100%;
}
.text-red{
    color: red;
}


/* .side-border {
    border-right: 1px solid #dadada;
} */