/* ************************************* CUSTOM SCROLL CSS */

html {
    scroll-behavior: smooth;
}

#sidenav-main::-webkit-scrollbar {
    width: 4px;
    border-radius: 50px;
}

#sidenav-main::-webkit-scrollbar-thumb {
    background-color: #7c7c7c;
}

#sidenav-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: 50px;
}

#divvcont::-webkit-scrollbar {
    width: 4px;
    border-radius: 50px;
}

#divvcont::-webkit-scrollbar-thumb {
    background-color: #7c7c7c;
}

#divvcont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: 50px;
}

.sidenav .sidenav-header-d-flex .sidenav-header a .sarkari_pariksha-img {
    width: 150px;
    margin: -10px 0;
}

.sidenav .sidenav-header-d-flex .sidenav-header a .rkclLogo-img {
    width: 50%;
}

.sidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 0;
}

.SidebarListBox ul {
    padding: 0;
    margin: 0;
}

.SidebarListBox ul li a.active {
    background: #005cd7;
    color: #fff;
}

.SidebarListBox ul li a {
    padding: 14px 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.SidebarListBox ul li a .fa-caret-down {
    text-align: right;
}

.SidebarListBox ul li a i {
    text-align: left;
    width: 20px;
}

.SidebarListBox ul li a.active:hover {
    color: #fff;
}

.SidebarListBox ul li a:hover {
    color: #005cd7;
}

.sdebr-hedg {
    font-size: 12px !important;
    color: #525f7f;
    font-weight: 300;
    justify-content: flex-start !important;
    padding: 6px 21px !important;
    border-bottom: 1px solid #f1f1f1;
}

.sdebr-hedg-crcl {
    font-size: 10px;
}

.navbar-top.border-bottom.navbar-dark {
    padding: 10px 26px !important;
}


/* ******************************************* OUR SERVICES */

.ServicesSection {
    padding: 2em 0 1em;
    border-bottom: 2px solid #e5e5e5;
}

.ServicesSection h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.ServicesSection .ServicesSectionBox {
    width: 100%;
    border: 1px solid #f4f4f4;
    background: #fff;
    color: #545454;
    transition-duration: 0.5s;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 21%);
    margin-bottom: 20px;
    padding: 8px 20px 20px;
}

.ServicesSection .ServicesSectionBox .ServicesSectionheaderBox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.ServicesSection .ServicesSectionBox .ServicesSectionheaderBox img {
    width: 20%;
}

.ServicesSection .ServicesSectionBox .ServicesSectionheaderBox h4 {
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
}

.ServicesSection .ServicesSectionBox p {
    font-size: 12px;
    font-weight: 700;
    color: #414141;
    margin: 0;
}

.ServicesSection .ServicesSectionBox a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    padding: 6px 14px;
    color: #0d4a9b;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #0d4a9b;
    transition: 0.4s all;
}

.ServicesSection .ServicesSectionBox a:hover {
    background: #0d4a9b;
    color: #fff;
}


/* *********************************************** NOTIFICATION VIDEOS SECTION CSS */

.NotificationVideosSection {
    padding: 2em 0;
    border-bottom: 2px solid #e5e5e5;
}

.NotificationVideosSection .NotificationVideosBox {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 21%);
}

.NotificationVideosSection .NotificationVideosBox h2 {
    padding: 10px 20px;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background: #0a242b;
    border-radius: 10px 10px 0 0;
}

.NotificationVideosSection .NotificationVideosBox .NotificationBoxUl {
    padding: 0;
    height: 347px;
    overflow: auto;
}

.NotificationVideosSection .NotificationVideosBox .NotificationBoxUl li a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.NotificationVideosSection .NotificationVideosBox .NotificationBoxUl li a .noti_clndr {
    min-width: 80px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
}

.NotificationVideosSection .NotificationVideosBox .NotificationBoxUl li a .noti_des {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.NotificationVideosSection .NotificationVideosBox iframe {
    width: 92%;
    height: 300px;
    margin: 0 auto;
    display: block;
}

.NotificationVideosSection img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}


/* *********************************************** EXAM INFO PAGE SECTION CSS */

.ExamsInfoPageSection {
    padding: 2em 0;
}

.ExamsInfoPageSection .ExamsInfoPageBox .ExamsInfoPageDetails {
    padding: 10px;
}

.ExamsInfoPageSection .ExamsInfoPageBox {
    width: 100%;
    border: 1px solid #f4f4f4;
    background: #fff;
    color: #545454;
    transition-duration: 0.5s;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 21%);
}

.ExamsInfoPageSection .ExamsInfoPageBox h2 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 10px;
    background: #0a242b;
    border-radius: 10px 10px 0 0;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tab button {
    background-color: #343434;
    border: 1px solid #545454;
    outline: none;
    cursor: pointer;
    padding: 4px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tab button.active {
    background-color: #08428e;
    color: #fff;
    border: 1px solid #08428e;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent {
    display: none;
    padding: 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel {
    display: flex;
    justify-content: space-between;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .ExamsInfoPageBoxTabsUl {
    width: 24%;
    height: 522px;
    overflow: auto;
    display: block;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .ExamsInfoPageBoxTabsUl li a img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    margin-right: 10px;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .ExamsInfoPageBoxTabsUl li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    transition: 0.4s all;
    border-radius: 0;
    border-bottom: 2px solid #f9f9f9;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .ExamsInfoPageBoxTabsUl li a.active {
    color: #fff;
    font-weight: 800;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content {
    width: 74%;
    background: whitesmoke;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    height: 522px;
    overflow: auto;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container {
    width: 29.5%;
    border: 1px solid #f4f4f4;
    background: #fff;
    color: #545454;
    transition-duration: 0.5s;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 21%);
    margin-bottom: 20px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    height: 100px;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container a {
    display: inline-flex;
    align-items: center;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container .port_image {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container .all-exam-details-box h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #073c83;
    line-height: 18px;
}

.ExamsInfoPageSection .ExamsInfoPageBox .tabcontent .tab_panel .tab-content .center_container .all-exam-details-box p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #242424;
    line-height: 16px;
    margin-top: 6px;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ------ */

.contact_details ul {
    padding: 0px;
}

.contact_details ul li {
    list-style: none;
}

.contact_details ul li a {
    display: flex;
    align-items: baseline;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
    color: #4a4a4a;
}

.contact_details ul li a i {
    padding: 8px;
    border: 1px solid #4a4a4a;
    border-radius: 2px;
    color: #4a4a4a;
}


/* ****************************************************** TOP HEADER SECTION CSS */

.HeaderLoginwitheMitraFlex {
    display: flex;
    align-items: center;
    color: #e9e9e9;
    font-size: 13px;
    font-weight: 700;
}

.HeaderLoginwitheMitraFlex .LoginwitheMitraBtn {
    background: #005cd7;
    padding: 6px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
}

.navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-left: 10px !important;
}

.navbar-nav .nav-item .nav-link .avatar-sm {
    font-size: 14px;
    width: 26px;
    height: 26px;
    padding-bottom: 0;
}


/********* registration page ************/

.CompletePackageBox {
    background: #81b7ff;
    border-radius: 20px;
    padding-bottom: 10px;
}

.CompletePackageBox .CompletePackageHeaderBox {
    background: #005cd7;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 10px;
    border-bottom: 4px solid #08489c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.CompletePackageBox .CompletePackageHeaderBox h2 {
    display: block;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.CompletePackageBox .CompletePackageHeaderBox h3 {
    margin: 0;
    padding: 2px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #e9e9e9;
    display: flex;
    align-items: center;
}

.CompletePackageBox .CompletePackageHeaderBox h3 b {
    font-size: 26px;
    margin: 0 6px;
}

.CompletePackageBox .CompletePackageHeaderBox h3 b.cutPrice {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.CompletePackageBox .CompletePackageHeaderBox h3 b.cutPrice hr {
    position: absolute;
    border: 1px solid #0b3670;
    width: 40px;
    transform: rotate(144deg);
    margin-left: -6px;
}

.CompletePackageBox .CompletePackageHeaderBox h3 span {
    display: inline-block;
    border-left: 2px solid #d2d2d2;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #ececec;
}

.CompletePackageBox .CompletePackageHeaderBox a {
    color: #fff;
    display: inline-block;
    background: #0e4288;
    font-size: 12px;
    line-height: normal;
    padding: 6px 10px;
    border-radius: 4px;
}

.CompletePackageBox .TestSeriesBoxDiv {
    margin: 10px 20px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.CompletePackageBox .TestSeriesBoxDiv h2 {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    font-weight: 800;
    color: #0b3e83;
    font-size: 14px;
    margin-bottom: 10px;
}

.CompletePackageBox .TestSeriesBoxDiv .TestSeriesBoxFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CompletePackageBox .TestSeriesBoxDiv .TestSeriesBoxFlex .TestSeriesBoxFlexBox {
    background: #5291e7;
    border-radius: 10px;
    padding: 10px;
    width: 32%;
    text-align: center;
    height: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.CompletePackageBox .TestSeriesBoxDiv .TestSeriesBoxFlex .TestSeriesBoxFlexBox i {
    color: #ffffff;
    font-size: 28px;
}

.CompletePackageBox .TestSeriesBoxDiv .TestSeriesBoxFlex .TestSeriesBoxFlexBox h3 {
    margin: 0;
    font-weight: 900;
    color: #f8f8f8;
    font-size: 12px;
    line-height: 20px;
}

.CompletePackageBox .TestSeriesBoxDiv .TestSeriesBoxFlex .TestSeriesBoxFlexBox h4 {
    margin: 0;
    margin-top: 4px;
    font-weight: 600;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 18px;
}

.CompletePackageBox .TestSeriesBoxDiv ul {
    padding: 0;
    margin: 0;
}

.CompletePackageBox .TestSeriesBoxDiv ul li {
    list-style: none;
    display: flex;
    align-items: center;
    background: white;
    margin-bottom: 4px;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #d6d6d6;
}

.CompletePackageBox .TestSeriesBoxDiv ul li i {
    color: #3061a5;
    font-size: 24px;
    margin-right: 30px;
    max-width: 20px;
}

.CompletePackageBox .TestSeriesBoxDiv ul li h3 {
    margin: 0;
    width: 100%;
    color: #0c4695;
    font-weight: 800;
    font-size: 14px;
}

.CompletePackageBox .TestSeriesBoxDiv ul li h3 span {
    display: block;
    line-height: normal;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
}

.CompletePackageBox .TestSeriesBoxDiv ul li h3 span b {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 600;
    margin-top: 6px;
}

.CompletePackageBox .TestSeriesBoxDiv ul li h3 span b i {
    font-size: 11px;
    margin-right: 4px;
    min-width: auto;
}

.CompletePackageBox .AnalysisReportsFlex {
    margin: 10px 20px;
    background: #f1f1f1;
    padding: 14px 20px;
    border-radius: 10px;
    display: flex;
}

.CompletePackageBox .AnalysisReportsFlex i {
    font-size: 30px;
    margin-right: 20px;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox {
    width: 100%;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox h3 {
    margin: 0;
    width: 100%;
    color: #0c4695;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 2px;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox h3 span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul {
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul li {
    display: inline-flex;
    align-items: center;
    width: 46%;
    font-size: 12px;
    font-weight: 600;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul li h6 {
    margin: 0;
    font-size: 12px;
    width: 100%;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul li h6 span {
    display: block;
    padding-left: 30px;
    font-size: 10px;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul li h6 span i {
    font-size: 8px;
    color: #787878;
    margin-right: 2px;
}

.CompletePackageBox .AnalysisReportsFlex .AnalysisReportsBox ul li i {
    font-size: 12px;
    margin-right: 6px;
}


/******* registration form common css ************/

.RegistrationSection {
    padding: 2em 0;
}

.RegistrationSection h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.RegistrationSection .RegisterPara {
    font-size: 13px;
    font-weight: 600;
    color: #848484;
}

.RegistrationSection .formSection {
    background: #fff;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 0 10px -2px #d2d2d2;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.RegistrationSection .formSection .note {
    font-size: 12px;
    color: #ec3131;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.RegistrationSection .formSection .form-group {
    margin-bottom: 0;
}

.RegistrationSection .formSection .form-group label {
    font-size: 12px;
    font-weight: 800;
    color: #4a4a4a;
    margin: 10px 5px 5px 0px;
}

.RegistrationSection .formSection .form-group select {
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    height: auto;
    border: 1px solid #c3c3c3;
}

.RegistrationSection .formSection .form-group input {
    font-size: 12px;
    border: 1px solid #c3c3c3;
}

.RegistrationSection .formSection .form-group input[type="submit"] {
    font-size: 12px;
    border: 1px solid #c3c3c3;
    padding: 8px 4em;
}

.RegistrationSection .formSection .form-group textarea {
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    height: auto;
    border: 1px solid #c3c3c3;
}

.RegistrationSection .formSection .form-group .SelectedExams {
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    background: whitesmoke;
    line-height: normal;
    cursor: not-allowed;
    user-select: none;
}

.RegistrationSection .formhr {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    width: -webkit-fill-available;
    border-top: 2px solid #e0e0e0 !important;
}


/********* whitelabel page *************/

.whitelabelRightSide .modal {
    padding-right: 0 !important;
    background: rgb(0 0 0 / 86%);
}

.whitelabelRightSide .whitelabelbox {
    background: white;
    padding: 16px 10px;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
    border-radius: 10px;
    display: inline-block;
    margin: 0px 0px 8px 0px;
    width: 100%;
}

.whitelabelRightSide .whitelabelbox i {
    font-size: 20px;
    color: #696969;
}

.whitelabelRightSide .whitelabelbox h3 {
    font-size: 11px;
    margin: 0;
    font-weight: 800;
    color: #767676;
    padding: 0px 0 6px;
}

.whitelabelRightSide .whitelabelbox p {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    font-weight: 800;
    color: #0e4187;
}

.whitelabelRightSide h6 {
    font-size: 12px;
    padding: 8px 18px;
    background: #1ebe01;
    color: #ffffff;
    border-radius: 6px;
    margin: 10px auto;
}

.whitelabelRightSide ul {
    padding-left: 30px;
}

.whitelabelRightSide ul li {
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    padding: 4px 0;
}

.modal-dialog p {
    font-size: 14px;
}


/********* accounts section page *************/

.allexamsprice-box {
    padding: 13px;
    box-shadow: 0 0 10px -2px #d2d2d2;
    border-radius: 8px;
    display: flex;
}

.allexamsprice-box .form-check-input {
    position: relative;
    margin: 0px 10px 0px 0px;
    width: 18px;
}

.card-img-top {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: #f7f7f7;
    padding: 20px;
    box-shadow: 0 0 10px -2px #d2d2d2;
}

h5.card-batch-info {
    font-size: 15px;
    margin: 9px 0px 5px 0px;
}

h5.card-batch-info span {
    color: #ffaf00;
    font-weight: 700;
    font-size: 13px;
}

h5.card-batch-info .amount {
    color: #ff1d47;
    font-size: 15px;
}

h5.card-batch-info .amount1 {
    color: #3F51B5;
    font-size: 15px;
}


/* ****** student registration page */

.formSection .plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
    display: none;
}

.formSection .plans .plan {
    cursor: pointer;
    width: 31%;
}

.formSection .plans .plan .plan-content {
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.formSection .plans .plan .plan-content .plan-details {
    margin: 0;
}

.formSection .plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.formSection .plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.formSection .plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.formSection h2 {
    border: none !important;
    padding: 0;
}

.formSection h2 span {
    background: #fff;
    width: 200px;
    color: #0d4898;
    display: inline-block;
    font-size: 16px;
}

.newDivRegMsg {
    border: 1px solid #f4f4f4;
    transition-duration: 0.5s;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding: 10px 10px;
}

.newDivRegMsg .regMessage {
    color: #2196F3;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
}

.newDivRegMsg .regMessage2 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
}

.newDivRegMsg .regMessage2 span {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #3F51B5;
}

.usrMesage {
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 700;
    color: #00d033;
}

.form-control {
    /* color: #44494f !important; */
    font-weight: 600 !important;
}

#print {
    cursor: pointer;
    color: #F44336;
}

.sidenav-toggler-line {
    background-color: #9E9E9E !important;
}


/* ExamsInfoPageSection tab and search area */

.ExamsInfoPageSection .tab-search-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.ExamsInfoPageSection .tab-search-area .tab .tablinks.active,
.tab-search-area .tab .tablinks:focus {
    background-color: #005cd7;
    color: #fff;
    outline: none;
}

.ExamsInfoPageSection .tab-search-area .tab .tablinks {
    background-color: #d9d9d9;
    font-size: 15px;
    font-weight: 600;
    color: #0a242b;
    border: none;
    padding: 5px 16px;
    border-radius: 2px;
}

.ExamsInfoPageSection .pseudo-search {
    display: inline;
    border: 2px solid #ccc;
    border-radius: 100px;
    padding: 4px 15px;
}

.ExamsInfoPageSection .pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 200px;
}

.ExamsInfoPageSection .pseudo-search input:focus {
    outline: none;
}

.ExamsInfoPageSection .pseudo-search button,
.ExamsInfoPageSection .pseudo-search i,
.ExamsInfoPageSection .pseudo-search button:focus {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    color: #0a242b;
}

.ExamsInfoPageSection .pseudo-search select {
    border: none;
}


/* help & support Page */

.RegistrationSection .faq-heading {
    font-size: 14px;
    font-weight: 700;
    color: #0a242bb0;
    padding: 10px;
}

.RegistrationSection .faq-text {
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.RegistrationSection .faq {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
    /* box-shadow: 0 0 10px -2px #d2d2d2; */
    margin-bottom: 12px;
}

.RegistrationSection .faq h3 {
    font-size: 14px;
    color: #0a242b;
    font-weight: 700;
}

.RegistrationSection .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
}

.RegistrationSection .faq input[type="checkbox"] {
    display: none;
}

.RegistrationSection .faq .faq-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.RegistrationSection .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.RegistrationSection .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: auto;
    /*225px */
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.RegistrationSection .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 50px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* social icons */

.social-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
    margin-top: 10px;
}

.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}

.social-menu ul li a i {
    font-size: 24px;
    line-height: 40px;
    transition: .3s;
}

.social-menu ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu ul li a i.fa-youtube {
    color: #f70000;
}

.social-menu ul li a i.fa-facebook {
    color: #0866ff;
}

.social-menu ul li a i.fa-telegram {
    color: #0088cc;
}

.social-menu ul li a i.fa-whatsapp {
    color: #25D366;
}

.chat-with-us-fix-icon {
    position: absolute;
    background: #005cd7;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    text-align: center;
}

.chat-with-us-fix-icon a {
    color: #fff;
}

.chat-with-us-fix-icon a:hover {
    color: #fff;
}

.chat-with-us-fix-icon i {
    color: #fff;
}

.info-wrap .dbox {
    margin-bottom: 14px;
}

.info-wrap .dbox .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text p a {
    font-size: 14px;
    color: #fff;
}

.info-wrap .dbox .text p {
    margin: 0px;
}

.examSearch {
    text-align: end;
}

.examComboHead {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.examComboP {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}