*, html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
p, h1, h2, h3, h4, h5, h6, ol, ul {
    margin-bottom: 0;
}
input, textarea {
    outline: none !important;
}
button {
    outline: none !important;
    border: none;
}
@media (min-width: 320px) {
    .main-div {
        max-width: 1920px !important;
        padding: 0;
    }
}
/*----------------------------------------------------------------------*/

.main-inner-content-note {
    width: 100%;
}
.main-inner-content-new {
    width: 80%;
    margin-top: 10px;
}
.content-box-scroll {
    height: 70vh;
    overflow: auto;
    padding: 1rem;
    width: 70%;
    background-color: #F9F9F9;
    border-radius: 10px;
}
h5.content-heading-sec a {
    color: #000;
}
.content-box-scroll-less {
    width: 60%;
}
.content-heading-sec, .content-heading-sec-two {
    font-weight: 600;
    color: #3D3D3D;
    padding-bottom: 1rem;
}
.content-heading-sec-two {
    padding-bottom: 0;
}
.content-exam-box-one, .content-exam-box-blue {
    width: 100%;
    box-shadow: 0 0px 3px #00000029;
    background-color: #fff;
    border-radius: 8px;
    border-left: 5px solid #032DA1;
    padding: 10px;
    margin: 2% 0 0 0;
}
.content-exam-box-one:hover {
    box-shadow: 0 2px 6px #00000029;
}
.content-exam-box-blue {
    border: 1.5px solid #032DA1 !important;
}
.content-box-one-inner {
    display: flex;
    width: 100%;
}
.blue-tick {
    background-color: #032DA1;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
}
.content-right-side {
    width: 90%;
    justify-content: flex-start;
}
.content-right-side h6 {
    font-weight: 600;
}
.content-left-side {
    width: 10%;
    justify-content: flex-end;
    display: flex;
}
.content-mid-text p {
    font-size: 12px;
    width: 90%;
    padding: 5px 0;
    line-height: 15px;
    color: #000;
}
.content-last-sec {
    display: flex;
    justify-content: flex-start;
}
.content-last-sec-new li {
    display: inline-block;
    width: 29%;
}
.content-last-sec-new {
    display: block;
    margin-top: 10px;
}
.content-last-sec-new ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-last-sec li {
    list-style-type: none;
    color: #585469;
    font-size: 13px;
    width: 25%;
}
.exam-last-sec-btn, .grade-inner-btn, .view-grade-btn, .phy-evlauate, .tabl-evl-btn {
    background-color: #032DA1;
    color: #fff;
    border: none !important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}
.exam-detail-btn {
    margin: 2% 0;
    width: auto;
}
.upper-pagination {
    display: flex;
    font-size: 14px;
}
.pagination-left {
    width: 50%;
    font-weight: 600 !important;
}
.question-wrap h6 {
    padding: 20px 0 5px 0;
    font-weight: 600;
    color: #3D3D3D;
    font-size: 15px;
}
.question-wrap {
    width: 100%;
}
.question-wrap p {
    padding: 0.2rem 0 1rem 0;
    font-size: 14px;
}
.option-select-sec {
    display: flex;
    margin: 1% 0;
}
.option-select-right {
    width: 3%;
}
.option-select-left {
    font-size: 14px;
}
.btn-previous-sec {
    display: flex;
    width: 70%;
}
.btn-pre-one {
    margin: 0 0.5rem;
}
.btn-pre-inner, .btn-next-inner, .view-detail-notify, .list-end-btn , .tf-noti-btn {
    background-color: #fff;
    border: 1.5px solid #032DA1;
    outline: none !important;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-next-inner {
    background-color: #032DA1;
    color: #fff;
}
.bt-skip {
    background-color: transparent !important;
    color: #000;
    border: none !important;
}
.btn-pre-sec-outter {
    display: flex;
    margin: 40px 0 0 40px;
    justify-content: space-between;
}
.text-sec {
    width: 85%;
    height: 200px;
    overflow: auto;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1.5px solid #032DA1;
    border-radius: 3px;
}
.grade-container-sec {
    /*display: flex;*/
    margin: 20px 0 0 0;
}
.my-grade-sec-one {
    width: 22%;
    background-color: #F3F3F3;
    padding: 28px 10px 10px 10px;
    margin: 0 20px 0 0;
    text-align: center;
    height: 150px;
    border-radius: 12px;
}
.grade-btn {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}
.my-grade-sec-one p {
    font-weight: 600;
}
.my-grade-detail-sec {
    padding: 10px;
    border-radius: 5px;
    background-color: #F3F3F3;
    width: 65%;
}
.grade-detail-table {
    display: flex;
    background-color: #032DA1;
    border-radius: 35px;
    color: #fff;
}
.grade-table-mark-blue {
    background-color: #032DA1;
    color: #fff;
    width: 145px;
    text-align: center;
    padding: 5px 0;
}
.grade-table-heading {
    text-align: center;
    padding: 4px;
    margin: 0 35px 0 30px;
}
.grade-detail-table-marks {
    list-style-type: none;
    font-size: 14px;
}
.grade-table-mark {
    width: 145px;
    text-align: center;
    margin: 25px 0px 0px 0px;
}
.grade_box_outter {
    display: flex;
    margin: 17px 0 0 0;
    justify-content: center;
}
.message-sec-outter {
    display: flex;
    width: 95%;
}
.mesage-sec-left {
    width: 70%;
}
.mesage-sec-right {
    width: 30%;
}
.chat-box-sec {
    width: 95%;
}
.chat-box-header {
    width: 100%;
    background-color: #032DA1;
    border-radius: 10px 10px 0 0px;
    padding: 10px;
    display: flex;
}
.chat-profile-pic {
    width: 18%;
}
.chat-name-sec {
    color: #fff;
    padding: 0 10px;
}
.chat-name-sec-chat {
    color: #000;
    width: 55%;
}
.chat-name-sec p {
    font-size: 9px;
}
.chat-name-sec h6 {
    font-weight: 600;
}
.chat-name-sec-chat h6 {
    padding: 5px 10px;
    font-weight: 600;
    color: #222222;
    font-size: 1.1rem;
}
.chat-name-sec-chat p {
    color: #3D3D3D;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 10px;
}
.Chat-box-header-left {
    display: flex;
    width: 30%;
} 
.chat-header-right-outter {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    padding: 0 1rem;
    color: #fff;
    position: relative;
} 
.menu-chat {
    font-size: 22px;
    margin: 5px 0 0 0;
} 
.chat-dropdown {
    height: 70px;
    width: 150px;
    background-color: #fff;
    position: absolute;
    margin: 40px 0 0 -130px;
    padding: 10px 15px;
    list-style-type: none;
    color: black;
    box-shadow: 0 0 5px #00000029;
    display: none;
} 
.chat-box-header-right:hover .chat-dropdown {
    display: inline-block;
} 
.chat-box-header-right {
    display: inline-block;
    position: relative;
} 
.arrow {
    position: absolute;
    z-index: 5;
    margin: -26px 0 0 110px;
    color: #fff;
    font-size: 25px;
} 
.chat-box-left {
    padding: 1rem;
    width: 100%;
    overflow: auto;
    height: 65vh;
} 
.chat_box_whole_outter {
    display: flex;
    justify-content: flex-start;
} 
.chat_box_whole_outter-replay {
    display: flex;
    justify-content: flex-end;
} 
.chat-box-left-inner {
    width: 100%;
    display: flex;
} 
.chat-box-whole {
    background-color: #fff;
    width: 50%;
} 
.chat-user-photo {
    width: 15%;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
} 
.chat-box-user-message-left {
    border: 2px solid #032DA1;
    width: 80%;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-size: 12px;
} 
.chat-info {
    font-size: 10px;
    margin: 5px 0 0 55px;
    padding: 2px 0 5px 0;
} 
.chat-date {
    margin: 0 0px 0 26px;
    font-weight: 600;
} 
.send_message {
    border: 1.5px solid #032DA1;
    border-radius: 30px;
    display: flex;
} 
.sending-text {
    border: none !important;
    margin: 3px 0 0 10px;
    background-color: transparent;
    width: 85%;
} 
/*------------------------------*/ 
.profile-pic {
    height: 100%;
    position: relative;
} 
.file-input label {
    display: block;
    position: relative;
    cursor: pointer;
    transition: transform .2s ease-out;
    margin: 4px 0 0 0;
} 
.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
} 
.chat-with-n-search-bar {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    padding: 3px 8px;
    margin: 20px 10px;
} 
.chat-searc {
    border: none !important;
    width: 90%;
} 
.subj-container-sec {
    margin: 0 !important;
} 
.chat-witn-n-one {
    display: flex;
    background-color: #F9F9F9;
    padding: 10px 16px 5px 16px;
    border-bottom: 0.5px solid #ddd;
} 
.chat-witn-n-one:hover {
    background-color: #e6ecff;
} 
.chat-time-chat {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #3D3D3D;
    width: 25%;
} 
.chat-with-n {
    background-color: #F9F9F9;
    padding: 1rem 0 0 0;
    margin: 2rem 0;
    border-radius: 11px;
    box-shadow: 0 0 3px #00000029;
} 
.chat-scroll-n {
    height: 60vh;
    overflow: auto;
} 
/*==============================teacher-flow==========================*/ 
.teacher-flow-class-one {
    background-color: #fff;
    box-shadow: 0px 0px 8px #00000029;
    width: 18%;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    margin: 0 1%;
}
.t-flow-class-img img {
    width: 65px;
}
.t-flow-class-img {
    padding: 0 0;
} 
.teacher-flow-class-one a {
    color: #000;
    text-decoration: none;
} 
.teacher-flow-class-one p {
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: 12px;
} 
.teacher-flow-class-one:hover {
    background-color: #f5f5f5;
} 
.calender-push {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 1% 0;
}
.date-month-shower input[type=month] {
    border: 0;
}
.cal-push-inner {
    width: 15%;
    height: 20px;
} 
.cal-assinment {
    width: 100%;
    display: flex;
    justify-content: center;
} 
.cre-assing {
    width: 24%;
    margin: 0 6% 0 0;
    display: flex;
    justify-content: flex-end;
} 
.assing-sub {
    background-color: #032DA1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    border: none !important;
    cursor: pointer;
} 
.chat-box-left::-webkit-scrollbar {
    display: none;
} 
.sub-box-sec {
    display: flex;
    box-shadow: 0 0 3px #00000029;
    width: auto;
    border-radius: 10px;
    margin: 10px;
} 
.sub-box-rightside {
    width: 350px;
    padding: 5px;
} 
.sub-box-leftside {
    width: 75px;
    background-color: #F9F9F9;
    padding: 25px 0 0 0;
} 
.sub-box-rightside h6 {
    font-weight: 600;
} 
.sub-box-rightside p {
    padding: 5px 0 5px 0;
} 
.sub-box-rightside {
    line-height: 14px;
    font-size: 14px;
    padding: 5px 10px;
} 
.sub-box-rightside ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 5px 0;
} 
.sub-quest-btn, .done-btn {
    background-color: #032DA1;
    border: none !important;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
} 
/*=================================*/

.mid-paper-sec {
    display: flex;
    padding: 10px;
    width: 100%;
} 
.quest-box-ouuter {
    padding: 3px;
} 
.mid-paper-sec-left {
    width: 50%;
    box-shadow: 0 0 6px #00000029;
    margin: 0 3% 0 0;
} 
.mid-paper-sec-right {
    width: 50%;
} 
.quest-box-header {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    margin: 8px;
    padding: 8px;
} 
.quest-box-footer {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    margin: 8px;
    padding: 8px;
} 
.quest-box-header p:nth-child(2) {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
} 
.quest-box-header p:first-child {
    width: 60%;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 15px;
} 
.quest-box-body-scroll {
    overflow-y: auto;
    height: 60vh;
} 
.quest-box-body-scroll::-webkit-scrollbar {
    display: none;
} 
.quest-added-row {
    display: flex;
    margin: 10px;
} 
.quest-added-one {
    display: flex;
    background-color: #f5f5f5;
    padding: 4px 6px;
    list-style-type: none;
    border-radius: 5px;
    width: 100%;
} 
.quest-added {
    width: 25px;
    color: #C4C4C4;
    cursor: pointer;
}
.quest-added-green { 
    color: forestgreen;
} 
.quest-added-one li:nth-child(2) {
    font-size: 12px;
    width: 70%;
} 
.quest-added-one li:nth-child(1) {
    width: 8%;
    font-weight: 600;
} 
.quest-added-one li:nth-child(3) {
    width: 6%;
} 
.quest-added-one li:nth-child(4) {
    width: 16%;
    font-weight: 600;
    text-align: right;
    font-size: 14px;
} 
.add-tec-quest {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #3D3D3D;
    color: #fff;
    border: none;
    margin: 0 5px;
    cursor: pointer;
} 
.quest-foot-marks {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
} 
.sub-quest-paper {
    background-color: #032DA1;
    color: #fff;
    padding: 2px 8px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
} 
.mark-around {
    height: 15px;
    width: 15px;
    background-color: #BFBFBF;
    border-radius: 100%;
    padding: 3px;
    color: #fff;
    cursor: pointer;
}
.mark-green{
    background:forestgreen;
} 
.mid-paper-sec-right {
    box-shadow: 0 0 6px #00000029;
    width: 50%;
    padding: 10px;
} 
.quest-info-header {
    display: flex;
} 
.quest-info-header p:nth-child(1) {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 15px;
} 
.quest-info-header p:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 15px;
} 
.sel-multiple {
    background-color: #032DA1;
    color: #fff;
    padding: 3px;
    border-radius: 5px 5px 0 0;
    border: none;
    margin: 0 5px;
    outline: none;
    font-size: 14px;
} 
select>option {
    background-color: #F3F3F3;
    color: #000;
} 
.quest-add-inside {
    margin: 0 10px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    height: 150px;
} 
.enter-quest-place {
    display: flex;
} 
.input-image {
    color: blue;
    margin-left: 10px;
    text-decoration: underline;
}
.insert-prop {
    text-align: right;
    margin: 10px;
    font-size: 15px;
} 
.add-opt-ans {
    background-color: #F6F6F6!important;
    border: none !important;
    border-radius: 5px;
    width: 90%;
    margin: 5px 0;
} 
.selected-ans-type {
    margin: 10px 0;
    font-weight: 600;
    font-size: 15px;
} 
.correct-opt {
    border: none;
    font-weight: 600;
    outline: none;
    margin: 0 5px;
} 
.opt-footer-btns {
    display: flex;
    justify-content: flex-end;
} 
.stud-drade-wrap {
    display: flex;
} 
.stud-drade-wrap h4 {
    width: 70%;
} 
.stud-dev-wrap {
    display: flex;
    width:95%;
} 
.stud-dev-wrap-new {
    width: 100%;
} 
.stud-wrap-left {
    width: 460px;
} 
.stud-wrap-right {
    width: 460px;
    box-shadow: 1px 1px 3px #00000029;
    margin: 0 0 0 50px;
    border-radius: 5px;
} 
.eval-wrap-right {
    width: 400px;
    margin: 0 0 0 50px;
} 
.stud-row-one h6 {
    width: 78%;
    font-size: 13px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} 
.stud-row-one {
    display: flex;
    border-left: 6px solid #032DA1;
    border-radius: 6px;
    padding: 5px;
    margin: 0 0 20px;
    box-shadow: 1px 1px 4px #00000029;
    align-items: flex-start;
} 
.stud-exam-detail-header {
    background-color: #032DA1;
    padding: 8px;
    color: #fff;
    border-radius: 5px 5px 0 0px;
    font-weight: 500;
    font-size: 15px;
} 
.student-info-wrap {
    display: flex;
    padding: 8px 16px;
    box-shadow: 0px 0px 3px #00000029;
} 
.student-info-wrap h6 {
    width: 50%;
    font-size: 16px;
} 
.student-info-wrap h6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
} 
.stud-info-list {
    height: 60vh;
    overflow-y: auto;
} 
.stud-info-list::-webkit-scrollbar {
    display: none;
} 
.stud-info-list li {
    display: flex;
    list-style-type: none;
    padding: 10px 16px;
} 
.stud-info-list li p {
    width: 50%;
    font-size: 14px;
} 
.end-btn-grd {
    display: flex;
    justify-content: flex-end;
    width: 50%;
} 
.stud-table-wrap {
    width: 70%;
    box-shadow: 1px 1px 10px #0000001A;
    padding: 20px 10px;
    border-radius: 10px;
} 
.stud-table-wrap h4, h6 {
    padding: 5px 0;
    font-weight: 600;
} 
/*
table {
    width: 100%;
    margin: 3% 0 0 0;
} 
table th {
    width: 20%;
    text-align: center;
    background-color: #032DA1;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
} 
table td {
    font-size: 14px;
} 
table th:nth-child(1) {
    border-radius: 50px 0 0 50px;
} 
table th:nth-child(5) {
    border-radius: 0 50px 50px 0;
} 
table tr {
    width: 20%;
    text-align: center;
    height: 45px;
} 
.total-bold td {
    font-weight: 600;
    color: #3D3D3D;
} 
*/
.eval-sub li {
    display: flex;
    box-shadow: 0 0 6px #00000029;
    margin: 20px;
    padding: 10px 25px 10px 0;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
} 
.phy-sec-start {
    width: 20%;
} 
.phy-sec-start img.mx-auto.d-block.img-fluid {
    width: 27px;
} 
.phy-sec-mid {
    width: 55%;
} 
.phy-sec-mid p:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
} 
.phy-sec-mid p:nth-child(2) {
    font-size: 12px;
} 
.phy-sec-last {
    width: 25%;
} 
.stud-evalutaion-detail-header {
    font-weight: 600;
    padding: 0 10px;
} 
.exam-evl-action {
    width: 65%;
} 
.action-sec {
    box-shadow: 0 0 8px #0000001A;
    margin: 0 !important;
} 
.action-sec tr {
    height: 40px;
} 
.action-sec th {
    color: #000;
    border-bottom: 1px solid #00000029;
    background-color: #fff;
    font-weight: 600;
} 
.action-tab-heading {
    height: auto !important;
    font-size: 14px;
    font-weight: 600;
} 
.exam-eval-action-header {
    background-color: #032DA1;
    padding: 12px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
} 
.name-strong {
    font-weight: 600;
    font-size: 14px;
} 
.action-sec td {
    font-size: 14px;
    padding: 12px 0;
} 
.tabl-evl-btn {
    width: 110px;
} 
.scrg {
    height: 60vh;
} 
.main-right-wrap {
    display: flex;
    margin-right: 2%;
} 
.main-right-ques .fa-plus-circle {
    color: #032da1;
} 
.main-right-ques {
    margin-right: 15px;
} 
.main-right-evaluate img {
    width: 16px;
} 
.main-right-wrap button {
    background: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
} 
.noti-wrap-sec {
    display: flex;
} 
.noti-wrap-sec-left {
    width: 45%;
    margin: 0 3% 0 0;
} 
.noti-wrap-sec-right {
    width: 45%;
    box-shadow: 0 0 4px #0000001a;
    padding: 10px;
} 
.noti-wrap-sec-right-inner {
    display: flex;
    margin: 3px 0 20px 0;
} 
.noti-wrap-sec-right-inner p:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    width: 50%;
} 
.noti-wrap-sec-right-inner p:nth-child(2) {
    color: #585469;
    font-size: 12px;
    width: 25%;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
} 
.content-heading-sec a {
    color: #000;
} 
.pagination-left a {
    color: #000;
} 
.conten-breadcrum a {
    color: #000;
} 
#heading-height {
    height: 30px;
} 
.syllabus-wrap-me {
    width:80%;
}
.syllabus-wrap-me {
    width: 96%;
} 
.question-wrap-me{
    width: 85%;
} 
.content-last-sec-noti {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
.content-last-sec-noti li:nth-child(1) {
    font-size: 14px;
    color: #585469;
}
.content-last-sec-noti li:nth-child(2) {
    font-size: 14px;
    color: #585469;
} 
.main-noti-sec {
    width: 85%;
}
.content-right-side-noti h6 {
    font-size: 14px;
    font-weight: 600;
}
.content-right-side-noti, .content-left-side-noti {
    width: 50%;
}
.content-left-side-noti {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    margin: 3px 0 0 0;
}
.noti-wrap-sec-right-inner p:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    width: 50%;
}
.noti-wrap-sec-right-inner p:nth-child(2) {
    color: #585469;
    font-size: 12px;
    width: 25%;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
}
.noti-wrap-sec-right-inner p:nth-child(3) {
    color: #585469;
    font-size: 12px;
    width: 25%;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
}
.noti-wrap-sec-right h6 {
    font-size: 14px;
    text-align: right;
    margin-top: 30px;
}
.my-info-header {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    margin: 0 0 30px 0;
} 
.my-info-inner {
    padding:0px;
    width: 50%;
} 
.my-info-wraper {
    margin: 35px 0px;
    width: 100%;
} 
.my-info-header li {
    font-size: 18px;
    font-weight: 600;
} 
.my-info-header li a:hover {
    color: #032DA1 !important;
} 
.user-info-one {
    display: flex;
    width: 65%;
    margin: 10px 0;
} 
.user-info-one-next{
    display: flex;
    width: 100%;
    margin: 10px 0;
    justify-content: flex-start;
    padding: 5px 0;
}
.user-info-one-next p:nth-child(1) {
    width: 30%;
    font-weight: 600;
    font-size: 14px;
}
.name-val-sec {
    width: 50%;
    display: flex;
} 
.user-info-one p:nth-child(1) {
    width: 50%;
    font-weight: 600;
    font-size: 14px;
} 
.user-info-one p:nth-child(2) {
    width: 50%;
    font-size: 14px;
} 
.reset-code {
    color: #032DA1;
    font-size: 12px;
    color:#1492E6;
} 
.emergency-heading{
    margin: 20px 0 25px;
} 
.user-info-row-two{
    margin: 0 0 40px 0;
} 
.blue-line{
    color: #032DA1 !important;
border-bottom: 5px solid #032DA1;
}

.blue-line a{
    color: #032DA1 !important;
} 
.my-info-header a{
    color: #000;
    text-decoration: none;
} 
.text-background-two{
    background-color:#F2F0F0;
    border: none;
    margin: 0 10px;
    padding: 3px 6px;
    font-size: 12px;
} 
.user-info-one-fees{
    display: flex;
    width: 100%; 
} 
.user-info-one-fees p:nth-child(1){
width: 30%;
margin: 10px 0;font-weight: 600;
font-size: 14px;
}
.user-info-one-fees p:nth-child(2){
width: 70%;
margin: 10px 0 0 0;
} 
.sele-sub-opt li{
 font-size: 14px;
 line-height: 25px;   
 display: flex;
 margin: 0;
 width: 100%;
}
.sele-sub-opt-two li{
    font-size: 14px;
    line-height: 25px;   
    display: flex;
    margin: 10px 0;
    width: 100%;
}
.sele-sub-opt{
    list-style-type: none;
    margin: 10px 0 0 0;
}
.outter-check {
    width: 19px;
    height: 18px;
    background-color: #A8A8A8;
    text-align: center;
    border-radius: 100%;
    margin: 0px 10px 0 0;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.green-pay{
    background-color: rgb(100, 247, 112);
}
.paid-space{
    margin: 0 0 0 20px
} 
.fees-pay-btn{
    background-color: #032DA1;
    color: #fff;
    border: none !important;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0 0 0 15px;
} 
.back-page a{
    color: #000; 
} 
.outter-pay-wrap {
    width: 27%;
    display: flex;
} 
.paid-para{
    width: 71%;
    margin: 0 !important;
    color: #000;
}
.user-info-row-one {
    margin: 0 0 15% 0;
} 
.addr-val-sec{
    display: flex;
} 
.info-one-btn {
    background-color: #032DA1;
    color: #fff;
    border: none !important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}