@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");

html {
    overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
}

a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #0d6efd;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: var(--mainColor);
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

p {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}
.red {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #dc1212;
}
.red h5 {
    font-size: 19px;
}

.green {
    color: #51ab1a;
}

.grey {
    color: #6a6a6a;
}

.yellow {
    color: #ec9d00;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--whiteColor);
   font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #028b88;
    color: #ffffff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #028b88;
    border: 1px solid #028b88;
}

/* =================================================================================================== */
/* ================================side-nav-header=====================================================*/

.dropdown.side-menu {
    background: transparent;
    margin: 20px 20px;
    float: right;
}

.side-menu .dropdown-toggle {
    background: transparent;
    border: none;
}

.side-menu .dropdown-toggle::after {
    display: none;
}

.side-menu .dropdown-menu.show {
    display: block;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 20px 20px 30px #00000012;
    border-radius: 0px 0px 30px 0px;
    position: absolute !important;
    width: 171% !important;
    left: 0 !important;
    top: 102% !important;
    padding: 30px 0px;
}

.side-menu .dropdown-menu {
    min-width: 40rem;
}

.side-menu .dropdown-menu li {
    display: block;
    float: left;
    width: 30%;
}

.side-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}

.side-nav-box {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 80px;
    float: left;
}

.side-nav-box p {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.side-nav-box h2 {
    padding: 0px;
    margin: 0px;
}

.side-nav-box:hover {
    background: #51ab1a;
    color: #fff;
}

.side-nav-box:hover p {
    background: #51ab1a;
    color: #fff;
}

.side-nav-box:hover h2 {
    filter: invert(100%) sepia(160%) saturate(230%) hue-rotate(188deg)
        brightness(190%) contrast(100%);
}

.side-menu .dropdown-menu.show {
    animation: fade-in2 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.header-right {
    padding: 0% 5% 0% 0%;
}

/* ================================side-nav-header=====================================================*/

/* ==================================================================================================== */
/* ======================================login-page-code-start===========================================*/

.loging-bg {
    width: 100%;
    background: url(../images/login-bg.png) no-repeat top center;
    /* background-attachment: scroll; */
    background-size: auto;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
}

.cliping-bg {
    clip-path: polygon(0 0%, 55% 0, 31% 100%, 0% 100%);
    background: #fafce6 0% 0% no-repeat padding-box;
    padding: 0px 0;
    min-height: 100vh;
    transition: 0.4s ease-in-out;
}

.cliping-bg.remove-cliping {
    transition: 0.4s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.login-inner-section-left {
    padding: 20px 0px;
}

.register-panel {
    display: none;
    transition: 0.4s ease-in-out;
}

.register-panel.remove-cliping {
    display: block;
    transition: 0.4s ease-in-out;
}

.login-panel {
    transition: 0.4s ease-in-out;
}

.login-panel.remove-cliping {
    display: none;
    transition: 0.4s ease-in-out;
}

.leaf1 {
    position: absolute;
    left: 34%;
    top: 0%;
}

.leaf2 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    opacity: 0.5;
}

.logo {
    padding: 0px;
    margin: 0px;
}

.logo img {
    padding: 0px;
    margin: 0px;
    width: 160px;
}

.logo h1 {
    color: #007AC3;
    opacity: 0.51;
    font-size: 38px;
    font-weight: 600;
    padding: 0px 0px 25px 0px;
    margin: 0px;
    text-transform: capitalize;
}

.login-inner-section-left h2 {
    color: #36455A;
    font-size: 28px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-weight: 600;
}

.login-formbox {
    width: 60%;
}

.login-formbox .single-login {
    margin: 0px 0px 20px 0px;
    position: relative;
}

.single-login label.login-label {
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
    padding: 0px 0px 6px 0px;
}

.single-login input.form-control {
    padding: 0;
    font-size: 14px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #70707040;
    border-radius: 8px;
    height: auto;
    padding: 10px 20px;
}

.single-login .eye-icon {
    position: absolute;
    top: 62%;
    right: 2%;
    color: #2e2320;
}

.signup-checkbox {
    margin: 40px 0px;
    padding: 0px;
}

.login-butn {
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255, 255, 255, 1) 0%, rgba(95, 188, 243, 1) 0%, rgba(77, 180, 242, 1) 31%, rgba(0, 122, 195, 1) 100%);
    text-align: center;
    border: none;
    padding: 10px 90px;
    font-weight: 600;
    color: white;
    border-radius: 10px;
}

.login-butn:hover {
    background: #000 !important;
}


.forgot-text {
    text-align: right;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0px;
}

.forgot-text a {
    color: #000000;
}

.signup-checkbox h6 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 9;
}

.signup-checkbox h6 a {
    color: #51ab1a;
}

.signup-checkbox h6 a:hover {
    color: #000;
}

/* .login-panel {
	display: none;
}


.register-panel {
	display: block;
}



.register-panel .loging-bg-left {
	clip-path: none;
	position: relative;
} */

.register-panel .leaf1 {
    position: absolute;
    right: 0;
    top: 0%;
    left: unset;
}

.featured-section-tab {
    margin: 30px 0px;
    padding: 0px;
    width: 100%;
}

.tab {
    width: 100%;
    float: left;
}

.tab h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    padding: 0px 0px 30px 0px;
    margin: 0px;
}

.tablinks {
    width: 100%;
    padding: 12px 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000008;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    border: none;
}

.tablinks .tabicon-tick {
    display: none;
}

.tablinks.active .tabicon {
    display: none;
}

.tablinks.active .tabicon-tick {
    display: block;
    font-size: 20px;
    color: #51ab1a;
}

.tablinks h5 {
    width: 80%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.tablinks h5 span {
    letter-spacing: 0px;
    color: #919191;
    font-style: italic;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
}

.tabicon {
    width: 20%;
    text-align: right;
}

.tab-right {
    width: 100%;
    float: right;
    position: relative;
}

.tab-right h3 {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    padding: 0px 0px 14px 0px;
    margin: 0px;
}

.tab-right h3 span {
    color: #919191;
    font-size: 16px;
    margin-left: 5px;
    padding: 0px;
    font-style: italic;
}

.tabcontent {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000008;
    border: 1px solid #a5b83e;
    opacity: 1;

    padding: 30px 30px;
    border-radius: 15px;
    max-height: 500px;
    min-height: 400px;
    overflow-y: auto;
}

/* .tabcontent:hover::before {
    font: normal normal normal 38px/1 FontAwesome;
    content: "\f0d9";
    height: 40px;
    width: auto;
    position: absolute;
    left: -12px;
    top: 30%;
    color: #fff;
} */

.tabcontent label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.tabcontent label span {
    color: #dc1212;
}

.tabcontent input.form-control {
    padding: 0;
    font-size: 14px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #70707040;
    border-radius: 8px;
    height: auto;
    padding: 12px 20px;
    margin: 0px 0px 20px 0px;
}

.tabcontent .login-butn {
    background: transparent linear-gradient(180deg, #568539 0%, #51ab1a 100%) 0%
        0% no-repeat padding-box;
    border-radius: 43px;
    opacity: 1;
    letter-spacing: 1.6px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 30px;
    border: none;
    font-weight: 600;
    float: right;
}

.tabcontent .form-check {
    margin: 14px 0px;
}

.tabcontent .login-butn:hover {
    background: transparent linear-gradient(180deg, #51ab1a 100%, #568539 0%) 0%
        0% no-repeat padding-box;
}

.upload-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 20px;
    height: 240px;
    margin: 0px 0px 40px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.photobtn {
    margin: 10px auto;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    align-items: center;
    color: #6a6a6a;
}

.photobtn #formFile {
    opacity: 0;
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    cursor: pointer;
}

.upload-box img {
    height: 70%;
    width: 100%;
}

.upload-box p {
    color: #919191;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0px;
    margin: 0px;
}

.upload-image {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 22px 22px;
    height: 240px;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.upload-image img {
    width: 36%;
    /* height: 100%; */
    border-radius: 20px;
}

.upload-image h5 {
    font-size: 18px;
    margin: 15px 0px;
    padding: 0px;
    color: #919191;
}

.upload-image h5 span img {
    width: 7%;
    border-radius: 0px;
    margin-right: 10px;
}

.upload-image-completed {
    margin: 20% auto;
    text-align: center;
}

.upload-image-completed img {
    width: 20%;
    height: auto;
}

.upload-image-completed h6 {
    color: #000000;
    text-align: center;
    padding: 20px 0px;
    margin: 0px auto;
    font-size: 26px;
    font-weight: 500;
}

.password-box {
    position: relative;
}

.password-box .toggle-eye {
    position: absolute;
    right: 28px;
    top: 52px;
}

.featured-section-tab p {
    color: #919191;
    font-size: 14px;
    padding: 0px;
    margin: 20px 0px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.login-success {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000008;
    border: 1px solid #a5b83e;
    opacity: 1;
    padding: 50px 20px;
    border-radius: 15px;
    height: 400px;
    min-height: 400px;
    margin: 0px auto;
    text-align: center;
    float: left;
    width: 100%;
}

.login-success h2 {
    color: #000000;
    font-size: 28px;
    padding: 30px 0px;
    margin: 0px auto;
    text-align: center;
}

.login-success-off {
    display: none;
}

/* ======================================login-page-code-end===============================================================*/

/* =====================================version-page-start-code============================================================*/

.login-version {
    width: 100%;
  
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.login-version-upper {
    background: #fafce6f0;
    height: 1000px;
    position: absolute;
    width: 100%;
}

.login-version-box {
    background: #fafce6 0% 0% no-repeat padding-box;
    border-radius: 30px;
    width: 450px;
    height: auto;
    margin: 3% auto 0%;
    border: 10px solid #fff;
    padding: 0px 0px 25px 0px;
    z-index: 99;
    position: relative;
}

.login-version-box-box {
    background: #ffffff;
    border-radius: 30px;
    width: 1056px;
    height: auto;
    margin: 7% auto 0%;
    border: 1px solid #007AC3;
    padding: 0px 0px 25px 0px;
    z-index: 99;
    position: relative;
    overflow: hidden;
}

.login-version-box .logo {
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
}

.login-version-box .logo img {
    width: 40%;
    height: auto;
}

.login-version-box h1 {
    color: #000000;
    opacity: 0.51;
    font-size: 27px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: center;
}

.login-version-box h2 {
    color: #000000;

    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-align: center;
}
.cameraTtl{
    background-color: #007AC3;
}
.cameraTtl h6{
    text-align: center;
    color:#fff;
    padding: 12px 0;
    margin: 0;
}

.version-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 20px 20px;
}

.version-one {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #919191;
    border-radius: 49px;
    text-align: center;
    color: #6a6a6a;
    font-size: 16px;
    width: 50%;
    float: left;
    padding: 12px 10px;
}

.version-one:hover {
    background: #a5b83e 0% 0% no-repeat padding-box;
    border: 1px solid #a5b83e;
    color: #fff;
}

.swal2-title {
    font-size: 20px !important;
}

.version-two {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #919191;
    border-radius: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;

    width: 50%;
    float: left;
    padding: 10px 20px;
    color: #6a6a6a;
}

.version-two:hover {
    background: #a5b83e 0% 0% no-repeat padding-box;
    border: 1px solid #a5b83e;
    color: #ffffff;
}

.login-version-upper p {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 10px 0px 3px 0px;
    font-weight: 500;
}
.login-version-upper .main_video p {
    font-size: 13px;
    margin: -10px 0 0 -30px;
    padding: 0;
    white-space: nowrap;
    text-align: left;
}



.frsverify_box  h5{
    margin: 0 0 0 14px;
    font-size: 18px;
    color: #000;
}

.enter {
    background: #51ab1a;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0px auto;
    display: block;
    border: 1px solid #fff;
}

.enter:hover {
    background-color: #000;
}

.version-leaf-one {
    position: absolute;
    top: 20%;
    right: 25%;
    z-index: 9;
}

.version-leaf-two {
    position: absolute;
    bottom: 32%;
    left: 21%;
    z-index: 9;
}

/* =====================================version-page-end-code============================================================ */

/* =====================================Learning-Protocol-page-start-code=================================================*/

.header {
    background: #007ac3;
    padding: 15px 0px;
    margin: 0px;
    box-shadow: 20px 0px 60px #00000012;
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    overflow: hidden;
}
.header .logo {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.header .logo img {
    width: 98%;
    height: auto;
}

.stellarnav ul {
    margin: 0;
    padding: 0px;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.stellarnav > ul > li > a {
    padding: 0px 16px;
    font-size: 13px !important;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 7px;
}

.stellarnav > ul > li > a span img {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 30px;
    height: 30px;
}

.nav-text-green {
    color: #ffffff !important;
}

.nav-text-sabgreen {
    color: #a5b83e !important;
}

.nav-text-orange {
    color: #ec9d00 !important;
}

.nav-text-black {
    color: #6a6a6a !important;
    position: relative;
}

.nav-text-red {
    color: #ffffff !important;
    margin-right: 20px;
    /* padding-top: 23px; */
}

.content-section {
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 10px 0px 0px;
    margin: 0px;
    /* position: relative; */
}

.content-section-leaf {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.content-section-box {
    background: #fbfbfb 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 40px 40px;
    margin: 10px 0px 0px;
}

.content-section-box h1 {
    color: #000000;
    font-size: 28px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-weight: 600;
}

.content-section-box h2 {
    color: #000000;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: 500;
}

.content-section-box p {
    color: #919191;
    font-size: 16px;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 30px;
}

.footer {
    text-align: right;
}

.footer p {
    color: #919191;
    font-size: 18px;
    padding: 0px;
    margin: 20px 30px 20px 0px;
    font-weight: 500;
    text-align: right;
}

/* =====================================Learning-Protocol-page-end-code============================================*/

/* =====================================dashboard-page-start-code==================================================*/

.dashboard-banner {
    width: 100%;
    background: url(../images/dashboard-banner.png) no-repeat top center;
    background-size: auto;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    height: 195px;
    padding: 25px 50px;
}

.dashboard-banner h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
}

.dashboard-banner h2 span {
    color: #51ab1a;
}

.dashboard-banner p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
}

.dashboard-banner p span {
    background: #51ab1a;
    padding: 2px 16px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.dashboard-section {
    margin: 40px 0px;
    padding: 0px;
    position: relative;
}

.dashboard-panel {
    padding: 0px;
    margin: 0px;
}

.dashboard-box {
    width: 100%;
    height: 150px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 15px;
    margin: 0px 0px 30px 0px;
    padding: 20px 20px;
}

.dashboard-box-left {
    padding: 0px;
    margin: 0px;
    background: url(../images/dashboard-bg.png) no-repeat 34% -61%;
    background-size: 39%;
}

.dashboard-box-left-round {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding: 22px 8px;
}

.dashboard-box-left-round img {
    width: 65%;
    text-align: center;
}

.dashboard-box-left h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
}

.generate-certificate {
    background: url(../images/cer-bg.png) no-repeat bottom left;
    border: 1px solid #cecece;
    border-radius: 15px;
    height: 185px;
    background-size: 50%;
}

.generate-certificate h2 {
    color: #51ab1a;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0px 0px;
    margin: 0px;
}

.generate-certificate h2 span {
    margin-right: 8px;
}

.generate-certificate-cont {
    width: 75%;
    float: right;
    padding: 20px 20px;
    margin: 0px;
}

.generate-certificate-cont li {
    list-style-type: none;
    padding: 0px 0px 15px 0px;
}

.generate-certificate-cont li a {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 500;
}

.generate-certificate-cont li a:hover {
    color: #000;
}

.generate-certificate-cont li a span {
    margin-right: 8px;
}

.bookmarks {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 27px 20px;
    margin: 20px 0px 0px;
    background: url(../images/dashboard-bg.png) no-repeat 56px -8px;
    background-size: 26%;
}

.bookmarks h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
}

.bookmarks p {
    font-size: 12px;
    border: 1px solid #51ab1a;
    color: #51ab1a;
    border-radius: 18px;
    text-align: center;
    width: 60%;
    padding: 5px 10px;
    font-weight: 500;
}

.chapter {
    background: #fafce6 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 20px 20px;
}

.chapter h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px 20px;
    margin: 0px;
}

.chapter-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0px 0px 20px 0px;
}

.chapter-box h4 {
    color: #6a6a6a;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

/* ============================================================================ */

/* ========================inner-section=========================================*/

.inner-section {
    padding: 0px;
    margin: 0px;
}

.inner-section h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

/* ========================inner-section======================================= */
/* ================notification-inner-code-start================================*/

.notification-inner-section {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 50px 50px;
    border: 15px solid #f9f9f9;
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 999;
}

.notification-inner-section-leaf {
    position: absolute;
    bottom: 4%;
    right: -3%;
}

.notification-inner-section-leaf img {
    width: 90%;
    opacity: 0.2;
}

.notification-inner-section h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.notification-inner-section h2 span {
    margin-right: 10px;
}

.notification-row {
    background: #fbfbfb 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 12px 40px;
    margin: 0px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.notification-row-icon {
    width: 70px;
    height: 70px;
    background: #e5f1a8;
    text-align: center;
    padding: 20px 0px;
    border-radius: 50%;
}

.notification-row-icon i {
    font-size: 30px;
}

.notification-row-text {
    padding: 10px 0px 0px;
    margin: 0px;
    width: 90%;
}

.notification-row-text h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

.notification-row-text p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

/* ================notification-inner-code-end=========================*/

/* ================faq-inner-code-start================================*/

.faq-text-area .accordion-item {
    margin-top: 30px;
    border: none;
}

.faq-text-area .accordion-item .accordion-button {
    border: 0px;
    color: var(--blackColor);
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    border: 0px;
    color: #000;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000014;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.faq-text-area .accordion-item .accordion-button i {
    color: var(--paragraphColor);
    position: absolute;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    right: 25px;
}

.faq-text-area .accordion-item .accordion-button::after {
    background-image: none;
}

.faq-text-area .accordion-item .accordion-body {
    border: 0px;
    color: #6a6a6a;
    background: #fbfbfb 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 28px;
}

.faq-text-area .accordion-item .accordion-collapse {
    border: 0px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
}

.faq-text-area .accordion-button:not(.collapsed) {
    color: #fff;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000014;
    border-radius: 15px;
    color: #000000;
}

.faq-text-area .accordion-button:not(.collapsed) i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
}

.faq .section-content {
    margin-top: 50px;
}

/* ================faq-inner-code-end================================*/

/* ================Cleared Chapters-code-start=======================*/

.cleared-chapters-inner {
    padding: 0px 0px 40px 0px;
    margin: 0px;
}

.cleared-chapters-inner .table {
    border: 1px solid #cecece;
    z-index: 999;
    position: relative;
    background: #fff;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
}

.cleared-chapters-inner .table > thead {
    vertical-align: bottom;
    background: #51ab1a;
}

.cleared-chapters-inner .table > thead tr {
    color: #fff;
    font-size: 18px;
    font-weight: 500 !important;
}

.cleared-chapters-inner .table > tbody > tr {
    padding: 20px 0px;
    margin: 0px;
}

.cleared-chapters-inner .table tr td {
    padding: 15px 10px;
    margin: 0px;
    color: #6a6a6a;
    font-size: 14px;
}

.cleared-chapters-inner .table tr td p {
    color: #6a6a6a;
    font-size: 14px;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    line-height: 18px;
}

.success {
    color: #51ab1a;
}

.danger {
    color: #dc1212;
}

/* ================Cleared-Chapters-code-end=======================*/

/* ================Bookmarks-code-start============================*/

.bookmarks-row {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.bookmarks-row-left {
    padding: 0px;
    margin: 0px;
    float: left;
}

.bookmarks-row-left h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.bookmarks-row-left p {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.bookmarks-row-right {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.bookmarks-row-right-date {
    padding: 0px;
    margin: 0px;
    width: 80%;
}

.bookmarks-row-right-date span {
    width: 20%;
    float: left;
}

.bookmarks-row-right-date h3 {
    font-size: 18px;
}

.bin {
    width: 20%;
}

/* ================Bookmarks-code-start============================*/

.progress {
    width: 60px;
    height: 60px;
    font-size: 12px;
    color: #568539;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: transparent;
    text-align: center;
    line-height: 20px;
    margin: 0;
    left: -30px;
    top: -10px;
}

.progress .title {
    position: relative;
    z-index: 100;
    text-align: center;
    top: 33%;
    left: 33%;
    line-height: 20px;
}

.progress::after {
    content: "%";
    top: 19px;
    position: absolute;
    left: 62%;
}

.progress .title {
    position: relative;
    z-index: 100;
}

.progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
}

.progress .left,
.progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #7cbf53;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

.progress .left {
    animation: load1 1s linear forwards;
}

.progress:nth-of-type(2) .right,
.progress:nth-of-type(3) .right {
    animation: load2 0.5s linear forwards 1s;
}

.progress:last-of-type .right,
.progress:first-of-type .right {
    animation: load3 0.8s linear forwards 1s;
}

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes load2 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(270deg);
    }
}

@keyframes load3 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(315deg);
    }
}

/* ==============progress-bar===================================== */

.progress-row {
    border-radius: 10px;
    background-color: #f1f1f1;
    margin: 10px 0px 0px;
    height: 1rem;
    height: 19px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
    height: 18px;
    font-size: 12px;
    border-radius: 10px;
}
/* ==============progress-bar===================================== */

/* 
#main1 {
	transition: margin-left .5s;
	text-align: end;
}

div#main1 span {
	color: #fff;
}

.right-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 11px;
} */

.pstn-img {
    padding-left: 17%;
}

.small-vedio-box {
    position: relative;
    margin: 20px 0px;
    padding: 0px;
}

.small-vedio-box img {
    width: 100%;
    height: 100%;
}

.small-vedio-box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mid-video-box {
    margin: 20px 0px;
    padding: 0px;
}

.mid-video-box img {
    width: 100%;
    height: 100%;
}

.video-text-row {
    margin: 20px 0px;
    padding: 0px;
}

.reference-items-box {
    padding: 0px;
    margin: 20px 0 0px;
    position: relative;
}

.reference-items-box > img {
    width: 100%;
    min-height: 110px;
    object-fit: fill;
    max-height: 110px;
    margin: 0;
    padding: 0;
}
 
figure.table{
    width: 100% !important;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.reference-items-box-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.reference-items-box-icon img {
    width: 60%;
}

.reference-items-model {
    position: relative;
}

.reference-items-model .modal-header {
    background: #000;
    color: #fff;
    z-index: 9999;
    border: none;
}

.reference-items-model .modal-body {
    background: #00000085;
    overflow-y: auto;
    height: 700px;
}

.modal-content {
    background-color: transparent;
}

.reference-items-model .btn-close {
    color: #dc1212;
    font-size: 30px;
    opacity: 0.9;
    top: 9px;
    position: absolute;
    right: 24px;
}

.qus-box-header-right {
    text-align: right;
}

.qus-box-header-right h5 {
    color: #568539;
    font-size: 18px;
    font-weight: 500;
}

.qus-box-header-right h6 a {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 500;
}

.ans-box {
    border-top: 1px solid #f9f9f9;
    padding: 20px 0px;
    margin: 0px 0px 80px 0px;
}

.ans-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ans-box-header h2 {
    color: #000000;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}

.ans-box-header h2 span {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #a5b83e;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 0px;
    color: #fff;
    float: left;
    margin-right: 30px;
}

.record .ans-box-header {
    display: block;
}

.record .ans-box-header img {
    margin: 0px 0px 60px 65px;
}

.material_box {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0px;
}

.ans-box .login-butn {
    float: right;
}

.start-ex-box2 {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #ffcd00;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.start-ex-box2 img {
    max-width: 175px;
}

.start-ex-box2 p {
    text-align: left;
    font: normal normal normal 15px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
    position: relative;
    font-weight: 500;
}

.top-result-box {
    margin: 20px 0px;
    padding: 0px;
}

.top-result-box h3 {
    color: #568539;
    font-size: 28px;
    text-align: center;
    padding: 0px;
    margin: 20px 0px;
    text-align: center;
}

.top-result-box-inner {
    width: 55%;
    height: auto;
    background: #fff;
    border: 1px solid #cecece;
    font-weight: 500;
    margin: 0px auto;
    border-radius: 10px;
}

.top-result-box-inner-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cecece;
}

.top-result-box-inner-row h6,
.top-result-box-inner-row h2 {
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
    margin: 0px;
}

/*=============================
    Select Material Page
=============================*/
.type-single input {
    display: none;
}

.type-singlebox {
    position: relative;
}

.typesing_box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 280px;
    min-height: 50px;
    display: flex;
    align-items: start;
    justify-content: left;
    border: 1px solid #cecece;
    border-radius: 30px;
    color: #cecece;
}

.type-singlebox::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.type-single input[type="checkbox"]:checked + label > .type-singlebox::after {
    color: #fff;
    top: 9px;
    left: 10px;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 21px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.type-single input[type="radio"]:checked + label > .type-singlebox::after {
    color: #fff;
    top: 9px;
    left: 10px;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 21px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.type-singlebox p.user-txt {
    width: 100%;
    font: normal normal 600 15px/20px Poppins;
    letter-spacing: 0px;
    color: #1a29ff;
    text-align: center;
}

.type-singlebox h5.months {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 0px 45px;
}

.type-single
    input[type="radio"]:checked
    + label
    > .type-singlebox
    .typesing_box {
    background: #568539 0% 0% no-repeat padding-box;
    border: 2px solid #568539;
    border-radius: 30px;
    color: #fff;
}

.type-single
    input[type="checkbox"]:checked
    + label
    > .type-singlebox
    .typesing_box {
    background: #568539 0% 0% no-repeat padding-box;
    border: 2px solid #568539;
    border-radius: 30px;
    color: #fff;
}

.type-single
    input[type="radio"]:checked
    + label
    > .type-singlebox
    .typesing_box
    h5.months {
    color: #fff;
}

.type-single
    input[type="checkbox"]:checked
    + label
    > .type-singlebox
    .typesing_box
    h5.months {
    color: #fff;
}

.type-single input[type="radio"]:checked + label > .type-singlebox p.user-txt {
    color: #ffffff;
}

.type-single input[type="checkbox"]:checked + label > .type-singlebox p.user-txt {
    color: #ffffff;
}
.typesing_box {
    text-align: center;
}

/*================================================
vedio Button Area CSS
=================================================*/

.play-button {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-button a::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: video-play 3s infinite linear;
    animation: video-play 3s infinite linear;
}

.play-button a i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    /* background-color: #fbfcffb5; */
    border: 1px solid;
    position: relative;
    font-size: 30px;
}

.play-button a i {
    color: #a3b628;
    font-size: 30px;
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes half-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@-webkit-keyframes video-play {
    0% {
        width: 50%;
        height: 50%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes video-play {
    0% {
        width: 50%;
        height: 50%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

/*================================================
vedio Button Area CSS
=================================================*/

.right-content-sec-full-img {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.right-content-sec-full-img img {
    width: 100%;
    height: 100%;
}

.top-inner-header p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 26px;
}

.top-inner-header-right h4 {
    color: rgb(84, 130, 53);
    font-size: 15px;
    padding: 0px;
    margin: 10px 40px 18px;
    text-align: right;
    font-weight: 600;
}

.top-inner-header-right h4 span {
    margin-right: 10px;
}

.top-inner-header-right h4 span img {
    width: 7%;
}

.top-inner-header-right .login-butn {
    float: right;
}

/* ===========================answer-sheet-page===================================================== */

.ans-box h6 {
    text-align: center;
    padding: 20px 20px;
    margin: 0px;
}

.ans-box h6 a {
    color: #919191;
    font-size: 18px;
}

.ans-box h6 span {
    opacity: 0.4;
    margin-right: 10px;
}

.ans-box h6 a:hover {
    color: #000;
}

.ans-sheet-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 10px 25px 30px;
}

.ans-sheet-box h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: #000;
}

.answer-sheet-section .ans-sheet-box p {
    font-size: 14px;
    color: #6a6a6a;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
}

.answer-sheet-section h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.answer-sheet-section p {
    font-size: 16px;
    padding: 0px;
    margin: 8px 0px 0px 26px;
}

/* ========================================================== */

.inner-box .ans-box {
    margin: 20px 20px;
}

.record .material_box {
    margin: 20px 140px;
}

.record .login-butn {
    margin: 0px auto;
}

.question-nub-sec {
    background-color: #cbffab;
    padding: 10px 0px;
    min-height: 300px;
    text-align: center;
}

.question-nub-box {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #6a6a6a;
    padding: 13px 0px;
    font-weight: 600;
}

.question-nub-sec ul {
    padding: 0px;
    margin: 20px 0px;
}

.question-nub-sec ul li {
    list-style-type: none;
    padding: 0% 20%;
    display: block;
    text-align: center !important;
    margin: 0px auto;
    cursor: pointer;
}

.question-nub-sec ul li .question-nub-box:hover {
    background: #51ab1a;
    color: #fff;
}

.question-nub-sec ul li .question-nub-box.active {
    background: #a5b83e;
    color: #fff;
}

.home-icon {
    display: block;
    text-align: center;
}

.home-icon a {
    width: 100%;
    display: block;
}

.home-icon a span {
    width: 100%;
}

.start-ex-box-green {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #51ab1a;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.pass-section {
    margin: 5% 15%;
    position: relative;
}

.pass-icon {
    position: absolute;
    bottom: 11%;
    right: -42%;
}

.pass-icon img {
    width: 50%;
}

.start-ex-box-green p {
    color: #51ab1a;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.pass-section h6 {
    text-align: center;
}

.pass-section h6 a {
    color: #568539;
    font-size: 20px;
    padding: 20px 0px 0px;
    margin: 0px;
}

.pass-section h6 a:hover {
    color: #000;
}

.start-ex-box-red {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #dc1212;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.start-ex-box-red p {
    color: #dc1212;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.exam-time-section {
    text-align: center;
    padding: 40px 0px;
}

.exam-time-section h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0px;
}

.exam-time-section h2 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.ans-butn-row {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0px auto;
    text-align: center;
}

.ans-butn {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #51ab1a;
    border-radius: 39px;
    text-align: center;
    color: #51ab1a;
    font-size: 20px;
    padding: 6px 30px;
    margin: 40px 10px;
}

.ans-butn:hover {
    background: #51ab1a 0% 0% no-repeat padding-box;
    color: #fff;
}

.ans-butn.active {
    background: #51ab1a 0% 0% no-repeat padding-box;
    color: #fff;
}

.ans-butn-wrong {
    background: #dc1212 0% 0% no-repeat padding-box;
    border: 2px solid #dc1212;
    border-radius: 39px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 6px 30px;
    margin: 40px 10px;
}

.ans-butn-grey {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #cecece;
    border-radius: 39px;
    font-size: 20px;
    padding: 6px 30px;
    margin: 40px 10px;
    color: #6a6a6a;
}

/* ==================================================================================== */

.discussion-forum-left {
    padding: 0px;
    margin: 0px;
}

.discussion-forum-left-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
}

.discussion-forum-left-header h2 {
    color: #000000;
    font-size: 28px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: left;
    font-weight: 600;
}

.search_box {
    display: flex;
    align-items: center;
    position: relative;
}

.search_box .form-control {
    padding-right: 10%;
}

.search_box .form-control {
    background: transparent;
    font-size: 14px;
    border: 1px solid #cecece;
    border-radius: 25px 0px 0px 25px;
    padding: 12px 40px;
    margin: 0px;
}

.search_btn button {
    color: #fff;
    border: 0;
    background: #6a6a6a;
    padding: 12px 30px;
    border-radius: 0px 25px 25px 0px;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.search_input span {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #919191;
    font-size: 19px;
}

.discussion-forum-left-inner {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0px 20px 0px 0px;
    width: 100%;
    min-height: 400px;
    height: auto;
}

.text-tag-section h4 {
    color: #919191;
    font-size: 14px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.text-tag-section h4 span {
    color: #a5b83e;
    margin-left: 15px;
}

.discussion-forum-left-inner h3 {
    color: #000000;
    font-size: 18px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-weight: 500;
    line-height: 28px;
}

.text-tag-section h5 {
    float: left;
    color: #0064c8;
    font-size: 14px;
}

.text-tag-section h5 {
    float: left;
    color: #0064c8;
    font-size: 16px;
    margin: 0px 30px 0px 0px;
}

.text-tag-section h5 span img {
    width: 20%;
    margin-right: 10px;
}

.text-tag-section h6 {
    margin-left: 10px;
    color: #6a6a6a;
    font-size: 16px;
}

.text-tag-section h6 span img {
    width: 9%;
    margin-right: 10px;
}

.discussion-forum-commt-section {
    border-top: 1px solid #ccc;
    padding: 30px 0px 0px;
    margin: 20px 0px 0px;
}

.discussion-forum-commt-section h3 {
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

.commt-row {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.commt-row-icon {
    width: 10%;
    padding: 0px;
    margin: 0px;
}

.commt-row-text {
    width: 90%;
    padding: 0px;
    margin: 0px;
}

.commt-row-text h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.commt-row-text p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 24px;
}

.reply {
    margin: 30px 0px 20px 90px;
}

.discussion-forum-right {
    padding: 20px 20px;
    margin: 0px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 15px;
    position: relative;
}

.discussion-forum-qus {
    background: #51ab1a 0% 0% no-repeat padding-box;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 50px;
    margin: 0px 0px 30px 0px;
    border: none;
}

.discussion-forum-right h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.discussion-forum-right ul {
    padding: 0px;
    margin: 0px;
}

.discussion-forum-right ul li {
    list-style-type: none;
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
}

.discussion-forum-right ul li a {
    color: #6a6a6a;
}

/* ==================================================================================== */
/* diksha's CSS */
/* ===================================================================================== */

.content-section {
    min-height: 440px;
}

.footer p {
    font: normal normal 15px/29px Poppins;
    letter-spacing: 0px;
    color: #919191;
    padding: 0px;
    margin: 16px 30px;
    font-weight: 500;
    text-align: right;
}

.footer p a {
    font: normal normal 12px / 20px Poppins;
    color: #919191;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 25px;
}

.sidenav h4 {
    font: normal normal 16px/35px Poppins;
    background: #51ab1a 0% 0% no-repeat padding-box;
    border-radius: 25px 25px 0px 0px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-weight: 600;
    color: white;
}

.sidenav a,
.dropdown-btn {
    text-align: left;
    font: normal normal 14px/35px Jost;
    letter-spacing: 0px;
    color: #000000;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    white-space: unset;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.sidenav ul li a:hover {
    color: #51ab1a;
}

.sidenav ul li {
    position: relative;
    padding-left: 5px;
    display: flow-root;
}

.sidenav ul li a.active {
    color: #51ab1a;
}

.sidenav ul li::marker {
    display: none;
}

.sidenav ul {
    list-style: none;
    padding-left: 25px;
}

.sidenav ul li::before {
    content: "";
    background: url("../images/3leaf.png") no-repeat;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #51ab1a;
    width: 5%;
    height: 100%;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.sidenav h4 img {
    width: 20px;
}

.stellarnav > ul > li {
    display: inline-block;
}

.stellarnav ul {
    margin: 0;
    padding: 0px;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.sidenav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

.sidenav ul li:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.sidenav ul li ul li {
    clear: both;
    width: 100%;
}

.right-content-sec {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 30px;
    position: relative;
    display: block;
    padding: 10px;
}

.inner-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 30px;
    min-height: 400px;
}

.top-heading {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.right-content-sec ul li {
    text-align: left;
    font: normal normal normal 15px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
}

.right-content-sec ul {
    list-style: auto;
}

.list-box {
    background: #ffffff5e 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 29px 20px 20px 10px;
}

.right-content-sec ul li::marker {
    font-weight: bold;
    padding-right: 5px;
}

.bottom-timg {
    position: absolute;
    bottom: 10px;
    max-width: 200px;
    left: 20px;
    opacity: 0.5;
}

.content-section .content-section-leaf img {
    max-width: 120px;
    opacity: 0.5;
}

.content-section .content-section-leaf {
    position: absolute;
    left: -1%;
    bottom: -10%;
}

.right-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
}

.right-leaf img {
    max-width: 175px;
    opacity: 0.4;
}

.start-ex-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #dc1212;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.start-ex-box p {
    text-align: left;
    font: normal normal normal 15px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
    position: relative;
    font-weight: 500;
}

.start-ex-box img {
    width: 45px;
}

.start-ex-box p span {
    color: #0064c8;
}

.gry-txt {
    color: #6a6a6a;
}

.top-inner-header {
    display: block;
    margin-bottom: 25px;
}

.turn-cmra {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    border-radius: 20px;
    width: max-content;
    padding: 50px 60px;
    margin: 15px 0px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: -webkit-fill-available;
}

.turn-cmra img {
    width: 75px;
    margin-bottom: 8px;
}

.turn-cmra p {
    font: normal normal 16px/30px Poppins;
    letter-spacing: 0px;
    color: #919191;
    font-weight: 500;
}

.text-blk {
    color: #000 !important;
}

.turn-cmra .fa-circle-check {
    color: #51ab1a;
    font-size: 75px;
    margin-bottom: 8px;
}

.verified-box img {
    border: 2px solid #51ab1a;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.verified-box {
    position: relative;
    display: block;
    text-align: center;
}

.verified-box h6 {
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.verified-box p {
    margin-bottom: 0px;
}

.verified-box p span {
    color: #0064c8;
}

.thmm-btnn {
    background: transparent linear-gradient(180deg, #568539 0%, #51ab1a 100%) 0%
        0% no-repeat padding-box;
    border-radius: 43px;
    text-align: center;
    font: normal normal 600 14px/30px Poppins;
    letter-spacing: 1.4px;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px;
}

.thmm-btnn:hover {
    background: transparent linear-gradient(180deg, #51ab1a 100%, #568539 0%) 0%
        0% no-repeat padding-box;
    color: #ffffff;
}

.check-bxx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 8px 0px 0px 0px;
}

.top-sec h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 0px;
    text-align: left;
    font: normal normal normal 14px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.top-sec h6 img {
    width: 30px;
}

.user-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-img img {
    width: 75px;
    border-radius: 50%;
    height: 75px;
    object-fit: cover;
}

.user-content h6 {
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.user-content p {
    color: #6a6a6a;
}

.timer-box {
    text-align: center;
}

.timer-box h5 {
    color: #568539;
    font-size: 20px;
    font-weight: 600;
}

.submit-sec {
    text-align: center;
}

.student-screening {
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #d0cdcd;
}

.error-message {
    color: red;
}

.content-section .dropdown-menu {
    position: relative !important;
    z-index: 1000;
    display: none;
    min-width: 19rem;
    padding: 0px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    top: -55px;
    left: -16% !important;
    width: 100% !important;
    padding-left: 53px;
}

.content-section .dropdown-menu.show {
    display: block;
    transform: translate(10px, 1px) !important;
}

/* ================end diksha's css========================== */
/* ========================================================== */

#container {
    padding: 0px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.step-butn-row {
    width: 50%;
    margin: 20px 0 20px auto;
    text-align: center;
}

.step-butn-row button {
    display: flex;
    align-items: center;
    margin: 0;
}

.next-step {
    background: transparent;
    border: none;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
}

.next-step:hover {
    color: #ffffff;
}

.next-step span {
    margin-left: 5px;
}

.prev-step {
    background: transparent;
    border: none;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
}

.prev-step:hover {
    color: #ffffff;
}

.prev-step span {
    margin-right: 5px;
}
/*=====================================================
		Style changes by ankita (12.04.2024)
========================================================*/
.inner-box iframe {
    width: 100%;
    height: 400px;
}

.right-content-sec p {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    line-height: 24px !important;
    padding: 10px;
}

.step-butn-row button[disabled].prev-step:hover {
    color: #b48121;
}
.step-butn-row button[disabled].next-step:hover {
    color: #5c8c32;
}

.right-content-sec ul {
    font-family: "Poppins", sans-serif !important;
}

/*span.prev_txt {
    background: rgb(251, 178, 40);
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px 20px 20px 8px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d18e0f;
}

span.prev_icon {
    background: rgb(251, 178, 40);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 8px 8px 20px;
    border: 1px solid #d18e0f;
    margin-right: 2px;
    position: relative;
}*/

/*span.prev_icon::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #d18e0f;
    z-index: 0;
}*/

/*span.nxt_txt {
    background: rgb(125, 193, 65);
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px 8px 8px 20px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(89, 156, 30);
    margin-left: 0;
    position: relative;
}

span.nxt_icon {
    background: rgb(125, 193, 65);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 20px 20px 8px;
    border: 1px solid rgb(89, 156, 30);
    margin-left: 2px;
    position: relative;
}*/

/* new next previous  */
.step-butn-row button.prev-step {
    background: #cedcc6;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    min-width: 120px;
}

.next-step {
    background: #51ab1a;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 120px;
    justify-content: center;
}

.step-butn-row button.prev-step:hover {
    color: #40791d;
}

li.nav-item.dropdown .dropdown-menu a {
    word-wrap: break-word;
    width: 95%;
    line-height: 18px;
    margin-bottom: 8px;
}

#multi-step-form .inner-box .multistep_content {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #51ab1a;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #51ab1a;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #7285cf;
}
.table-responsive::-webkit-scrollbar {
    height: 4px;
}
.multistep_content img {
    max-width: 100%;
    height: auto;
}

.reference-items-model .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.reference-items-model .modal.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.reference-items-model .modal.fade.show .modal-dialog {
    right: 0;
}

.header-right .stellarnav {
    z-index: 99;
}

.modal-lg {
    max-width: 90%;
}
.featured-section-tab p a {
    color: #919191;
    font-size: 16px;
}

.refer_modal .modal-body iframe {
    width: 100%;
}

.refer_modal .modal-dialog {
    margin-left: 5%;
}

.right-content-sec p.chap_subtitle {
    padding: 10px 0;
}

.flt-butn button {
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

/* scrollable content */
#scrollableDiv {
    max-height: 500px;
    overflow-y: auto;
    position: relative;
    padding: 0;
    border-radius: 10px;
    overflow-x: auto;
}

#progressBar {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    display: none;
}

#progressIndicator {
    width: 0;
    height: 100%;
    background-color: rgb(81, 171, 26);
}
.starthere_body {
    padding: 20px;
}
.upload-image.after-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upload-image.after-upload.frs-box img {
    width: 63%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.intro_tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    /* border-bottom: 1px solid #51ab1a; */
}

.intro_tab .loadview {
    background: #b0d599;
    padding: 10px 15px;
    color: #1d3c09;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
}

.tabcon_details {
    border: 1px solid #51ab1a;
}

.intro_tab .loadview.active {
    background: #295f07;
    color: #fff;
}

.frs_verify {
    margin: auto;
    text-align: center;
}

.frs_cmbox {
    margin: 10px 0px 20px 15px;
        height: 310px !important;
    font-size: 14px;
}

.frs_showbox {
    margin: 15px 20px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 245px;
}

.frs_showbox .verifywrong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.upload-image.frs_showbox img {
    width: auto;
    max-width: 100%;
}

/*================================
            FRS Section
=================================*/
.successful_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.frs_showbox p {
    margin: 0;
}

.frs_showbox p {
    margin: 0;
    line-height: normal;
    font-size: 20px;
}

.frs_showbox p.client_email {
    font-size: 13px;
    color: #6e6e6e;
}

.video_durationbox {
    text-align: right;
}

.video_durationbox.arrow {
    position: relative;
    width: 325px;
    background: #51ab1a;
    height: 40px;
    line-height: 40px;
    margin: 30px 30px 30px auto;
    text-align: center;
    color: #fff;
}

.video_durationbox p {
    color: #fff;
    line-height: 20px !important;
}

.video_durationbox.arrow-right:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #51ab1a;
}

span.play_icon {
    position: absolute;
    right: 3%;
    font-size: 70px;
    top: -14px;
    color: #40791d;
    background: #fff;
    border-radius: 50%;
}

.frs_body {
    background: #f9f9f9;
}

.frs_body .login-version-box-box {
    /* width: 650px; */
        /* width: 90%; */
}

.upload-box.frs_cmbox h5 {
    margin: 0 0 0px;
    font-size: 18px;
}

/* .frs_cmbox video {
    width: 250px;
        height: 250px;
    margin-top: -20px;
} */
 .frs_cmbox video {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.frs_videobox {
    position: relative;
    margin: 10px 26px;
    height: calc(100% - 65px);
}

a.skip_btn {
    background: transparent;
    padding: 10px;
    color: #2a600a;
    border-radius: 20px;
    min-width: 155px;
    display: block;
    margin: 20px 0;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}

a.skip_btn i{
    padding-left: 10px;
}

.frs_videobox::before {
    position: absolute;
    content: '';
    /* background: url("../images/barcode-scanner.png") no-repeat; */
    background-position: inherit;
    width: 100%;
    height: 100%;
    background-size: contain;
    left: 70%;
    top: 40%;
    transform: translate(-50%,-50%);
}

.upload-image.after-upload.frs-box.frs_showbox img{
    width: 100%;
}

.frsverify_box {
    flex-direction: column;
    justify-content: space-around;
}

.upload-image.frs_showbox.frsverify_box img {
    width: 180px;
    margin: 10px 0 0 20px;
}

.errmsg {
    padding: 0 0 30px 30px;
}
.version-leaf-two img {
    opacity: 0.3;
}
.dontcon {
    color: #48792a;
    text-decoration: underline;
    font-weight: 700;
}

.align_items_center{
    align-items: center;
}


/* d's css */

.mr-top{
    margin-top: 15px;
}
.upload-box span {
    font-size: 10px;
    line-height: 10px;
    display: block;
    position: relative;
    min-width: 100%;
    margin-top: 4px;
}
.bfr-vdo.frs_videobox::before {
    top: 43%;
}
li.nav-item.dropdown .dropdown-menu a.active {
    color: #51ab1a !important;
    background-color: transparent !important;
    text-decoration-line: underline;
}
.sidenav ul li a.active {
    background: #51ab1a00 !important;
    color: #51ab1a !important;
}
.header-right {
    float: right;
 }

 .cus-step .starthere_body{
padding: 0;
 }
 .cus-step  .ans-box{
padding: 0;
margin: 0px 20px;
border: 0;
 }
.cus-step  .type-single{
    width: 50%;
}
.cus-step  .material_box {
  gap: 0px;
  margin: 20px 0px;
   width: 100%;
}
.cus-step .type-singlebox{
    width: 100%;
}
.cus-step .typesing_box {
    width: 340px;
    margin-bottom: 18px;
   align-items: center;
}
.cus-step .ans-box-header p {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
}
.cus-step .ans-box-header h2 span {
    margin-right: 5px;
    min-width: 40px;
}
.cus-step .ans-box-header h2 {
    display: flex;
    align-items: flex-start;
}
.cus-step .type-singlebox h5.months {
    font-size: 16px;
    margin: 0px 0px 0px 45px;
    text-align: left;
}
.cus-step .inner-box {
  min-height: 300px;
}
.top-inner-header.qus-head {
    display: block;
    margin-bottom: 15px;
}
.cus-step .step-butn-row button.prev-step {

    justify-content: center;
}
.cus-step .step-butn-row button.next-step {

    justify-content: center;
}
.login-butn {
 
    min-width: max-content;
}
/* ankita's css new */
.material_box.finalxm_box {
    margin: 20px auto;
    width: 85%;
}

.finalxm_box .typesing_box{
    min-width: 300px;
    min-height: 50px;
    width: 100%;
    height: auto;
}

.loginbtn_box {
    text-align: center;
    margin-top: 6%;
}

.right-content-sec .user-content p{
    padding:0
}

.home_link {
    width: 15%;
    margin-left: auto;
}

.bfr-vdo.final_xm.frs_videobox::before{
    left: 68%;
}

.frs_cmbox .final_xm video {
    width: 240px;
    height: 240px;
    margin-top: -24px;
}

.success_img img{
    height: 70px;
}

.turn-cmra.verifydone{
    border:0
}
.WordSection1 {
    page: WordSection1;
    overflow: scroll;
}
.starthere_body p span {
    font-size: 15px !important;
    float: left;
}
.video_durationbox.arrow p {
    padding: 10px 30px;
    text-align: left;
}
.video_durationbox  p #time {
    padding: 0px;
}
.video_durationbox span.play_icon {
    font-size: 70px !important;
    padding: 0;
}
.TableParagraph{
	padding: 0px !important;
}
.TableParagraph span{
	padding: 0px !important;
}
.cus-step #scrollableDiv {
  overflow-x: hidden;
}

@keyframes progress {
    0% {
      --percentage: 0;
    }
    100% {
      --percentage: var(--value);
    }
  }
  
  @property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  
  .new-prgrs [role="progressbar"] {
      --percentage: var(--value);
      --primary: #7cbf53;
      --secondary: #fff;
      --size: 60px;
      animation: progress 2s 0.5s forwards;
      width: var(--size);
      aspect-ratio: 1;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      display: grid;
      place-items: center;
  }
  .new-prgrs [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
      var(--primary) calc(var(--percentage) * 1%),
      var(--secondary) 0
    );
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
  }
  
  .new-prgrs [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
  }

  .dropdwn-position      .dropbtn {
    position: absolute;
    right: 43px;
    z-index: 999;
    top: 56px;
    display: unset;
}
.dropdwn-position .dropdown {
    display: block;
}

 .featured-section-tab .editor_con p{
    text-align: left;
    float: left;
    width: 100%;
 }


 /* pk css */
 .position-drpdown {
    position: absolute !important;
    right: 42px;
    top: 102px;
    z-index: 999;
}
.position-drpdown .dropdown-content {
    right: 0;
    text-align: start;
}
.login-formbox {
    width: 100%;
}
.loging-bg1 {
    padding: 50px 0px;
    position: relative;
}
.login-panel {
    border: 1px solid #0780c7;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #f9fdff;
}
.shift_id {
    text-align: center;
    margin: 0px 0px 0px 15px;
    font-size: 14px;
    width: -webkit-fill-available;
    -webkit-appearance: auto;
}
.text-end-cus span {
    font-size: 25px;
}
.text-end-cus a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.employees-box table tbody tr:nth-child(even){
    background-color: #f9f9f9;
}

.employees-box thead th, .employees-box thead td {
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pagetitle-row {
    margin: 20px 0px 20px 0px;
}
#basicModal4 .modal-content {
   background-color: #fff !important;

}
.modal-content h3 {
    color: #007AC3;
    margin-bottom: 0;
}
.modal-content h5 {
    color: #272b30;
}
.modal-content label {
    font-size: 15px;
    font-weight: 500;
    color: #7A7A7A;
    padding: 0px 0px 6px 0px;
}
.modal-content input.form-control {
    padding: 0;
    font-size: 14px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #70707040;
    border-radius: 8px;
    height: auto;
    padding: 10px 20px;
}
.modal-content .form-group {
    margin-bottom: 12px;
}
.employees-box {
    border: 0px solid #E1E3E5;
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -425px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
	right: 0;
}
#basicModal4 .modal-dialog {
    max-width: 500px;
    margin: 0rem auto;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.error-msg-punch {
    font-size: 12px;
}
.dashboard  {
    display: block;
    margin: 6% auto 0 auto;
}
.bl-cus-box {
    background-color: #a4d7f538;
    border: 1px solid #007ac3;
    padding: 8px 0px 0px 0px;
    font-size: 14px;
    border-radius: 10px;
}
.bl-cus-box  h6 {
    font-size: 14px;
    color: #008fff;
}
.cus-box-sec {
    margin: 0px 15px;
}
label {
    font-size: 14px;
}
.cs-mrgn h6{
    color: #dc1212;
}
.cs-mrgn {
    padding-left: 10px !important;
}
.bl-cus-box h6.grn-txt {
    color: #00d400;
}
.login-butn#punch-out-btn {
   background: linear-gradient(100deg, rgba(255, 255, 255, 1) 0%, rgb(220 18 18) 0%, rgb(220 18 18) 31%, rgb(220 18 18) 100%);
}
.cus-nw-lgin .frs_cmbox {
    height: 275px;
 }
    
.cus-nw-lgin .frs_showbox {
   height: 275px;
}
.modal.right.fade .modal-dialog {

    background-color: white;
}
.cus-rdo-sec{
    width: 50%;
    float: left;
}
.cus-pl{
    width: -webkit-fill-available;
    padding-right: 0;
}
/* ----------------------------- */

/* =================================================================================================== */
/* ================================menu-(header-9-8-24)================================================*/

.card-header h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #007ac3;
}

.performance-statistics .card-header {
  padding: 20px 20px; } 


.roster-table tr th {
	font-size: 12px;
}


.roster-table tr td {
	font-size: 12px;
}


.roster-table thead tr { display: block;
  position: relative;  }
  
  
.roster-table tbody {
	display: block;
	height: 200px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}


.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fbfafa8c !important;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}


.pagetitle-row h3 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.shiftrequest_btn {
	float: right;
	text-align: right;
	margin: 0px;
}


.atten-tab .nav-item {
	background: #007ac3;
	color: #fff;
	margin: 0px 3px;
	border-radius: 6px;
}


.atten-tab .nav-tabs .nav-link { color: #fff; }


.atten-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #000e17;
	border-radius: 7px;
	border-color: transparent !important;
}


.atten-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: #000e17;
	border-radius: 7px;
	border-color: transparent !important;
}



.atten-tab .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	padding: 0px 0px 20px 0px;
}

.atten-tab .tab-content {
	padding: 20px 10px;
}


.leave-butn-row {
	display: flex;
	gap: 10px;
	justify-content: end;
	align-items: center;
	margin-bottom: 15px;
}

.leave-appvl thead tr {
	font-size: 12px;

}

.dataTables_wrapper {
  position: relative;
  border-top: 1px solid #ccc;
}

.card-title {
	font-size: 20px;
}

.leave-detalis thead tr {
	font-size: 12px;

}

.add-leave {
	background: #007ac3;
	margin: 0px 10px 0px 0px;
}


.list-table thead tr th {
	font-size: 12px !important;

}


.list-table tr td {
	font-size: 12px !important;

}

.dataTables_info { font-size: 12px; }

.veriBox img{
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
}
.veriBox h6{
    font-size: 14px;
    color: #ff5f5f;
}

.verifyTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #cecece;
    padding: 10px 15px;
}

.upload-box.frs_cmbox{
    padding: 0;
}

#stage {
    width: 320px !important;
    background: #fff !important;
    border-radius: 0 !important;
    height: 245px !important;
}

/* =================================================================================================== */
/* ================================FRS NEW DESIGN================================================*/



.frsMainBody {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    /* height: auto; */
    /* min-height: 100vh; */
    overflow-y: auto;
    padding: 54px 0 0px;
    background: #f9f9f9;
}
.frsMainBody .login-version-upper.frs_body {
    /* padding: 70px 0 20px; */
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    height: auto;
}

.frsMainBody .login-version-upper.frs_body .login-version-box-box {
    margin: 0 auto;
    padding: 0px 0 20px;
    height: auto;
}


.mainPageBody.dashboard {
    margin: 0 auto;
    padding: 70px 0 30px;
}
.formMain .form-group .form-control{
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    border: 1px solid #2e82ea;
    box-shadow: 0 0 6px rgba(114, 133, 207, 0.4);
    height: 40px;
    border-radius: 37px;
}
.formMain .form-group .col-form-label,
.formMain .align-bottom .col-form-label{
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0 0 4px;
    padding: 0;
}
.blankLabel{
    min-height: 20px;
}
.formMain .align-bottom .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.round-btn{
    border-radius: 30px;
}

div.dt-buttons .dt-button {
    overflow: hidden;
    text-overflow: ellipsis;
    background: #DC3545;
    border: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    border-radius: 16px;
    padding: 6px 27px !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    border: none !important;
}
div.dt-buttons .dt-button:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    background: #b62735 !important;
    border: 0px;
    color: #fff;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    border-radius: 16px;
    padding: 6px 27px !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    border: none !important;
}
.performance-statistics {
    margin: 0px 0px;
    padding: 15px 15px;
    text-align: left;
    box-shadow: 0 1px 8px rgba(103, 96, 39, 0.2);
    border-radius: 8px;
}
.mainPageBody .dataTables_wrapper {
    border-top: none;
}
.performance-statistics .table > thead {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    background: #7285cf;
}
.employees-box .table td {
    padding: 6px 10px;
    font-size: 12px;
    color: #000 !important;
    font-weight: 500;
    border-right: 2px solid #bbb !important;
}
div.dt-buttons {
    margin-bottom: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #07a6c6 !important;
    background: linear-gradient(to bottom, #d4f4fa 0%, #07a6c6 100%) !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    border-radius: 8px !important;
    font-size: 13px !important;
}

.search-form {
    margin-left: 0px !important;
    flex-wrap: wrap;
    gap: 12px;
}
.searchform .form-control {
    min-width: 210px;
}
.searchform .form-control {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    border: 1px solid #2e82ea;
    box-shadow: 0 0 6px rgba(114, 133, 207, 0.4);
    height: 40px;
    border-radius: 17px;
    min-height: 39px !important;
    border-radius: 30px !important;
}








.btn.btn-primary.employee-butn {
    margin: 0px 0px 0px 0px;
    padding: 9px 15px !important;
    min-width: 99px;
    line-height: 20px;
}
.btn.btn-primary.employee-butn {
    border: 1px solid #2e82ea;
    margin: 0px 0px 0px 10px;
    background: none;
    font-size: 13px;
    color: #000 !important;
    box-shadow: 0 0 6px rgba(114, 133, 207, 0.4);
}
.btn.btn-primary.employee-butn:hover {
    background: #0d6efd;
    color: #fff !important;
    border: 1px solid #0d6efd;
}
.searchform .btn-info {
    background: #0d6efd;
}
.searchform .btn{
    border-radius: 30px;
    padding: 9px 15px !important;
        min-width: 99px;
    line-height: 20px;
}
.btn-info {
    color: white !important;
}
.searchform label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    padding: 0 10px;
    color: #0d6efd;
    transition: all .3s ease;
    text-transform: capitalize;
}
.searchform {
    position: relative;
}
.searchform input:focus + label,
.searchform input:valid + label{
  font-size: 11px;
  top: -5px
}
.searchform input:focus + label{
  color: blue
}
.siteTtl{
    margin: 0px 0px 20px 0px;
}
.siteTtl h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2x;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.03125em;
    margin: 0;
    color: #444444;
}












.right_conatct_social_icon{
     background:#007ac3;
}
.contact_us{
    background-color: #f1f1f1;
    padding: 100px 0px 40px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #007ac3;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2x;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.03125em;
    margin: 0;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
    color: #fff;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

button.contact_form_submit {
    background: #007ac3;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.new-BgLogin{
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.loging-bg1.new-BgLogin{
    padding: 10px 0px;
}
/* .loging-bg1.new-BgLogin .loginsection-left{
    border-radius: 10px 0 0 10px;
    overflow: hidden;
} */
.loging-bg1.new-BgLogin .loginsection-left img{
    width: 100%;
    border-radius: 10px 0 0 10px;
    height: calc(100vh - 30px);
    object-fit: cover;
}


.loging-bg1.new-BgLogin .loginFormWrapSec {
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginFormWrap {
    width: 100%;
    max-width: 500px;
}

.loging-bg1.new-BgLogin .login-panel {
    border:none;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}

.loging-bg1.new-BgLogin .single-login input:-webkit-autofill,
.loging-bg1.new-BgLogin .single-login input:-webkit-autofill,
.loging-bg1.new-BgLogin .single-login input:-webkit-autofill:hover, 
.loging-bg1.new-BgLogin .single-login input:-webkit-autofill:focus, 
.loging-bg1.new-BgLogin .single-login input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.loging-bg1.new-BgLogin .single-login input.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.loging-bg1.new-BgLogin .single-login input.form-control:focus {
    border-color: #007ac3;
}

.appBtn .btn.btn-primary {
    background: linear-gradient(to right, rgba(95, 188, 243, 1) 0%, rgba(77, 180, 242, 1) 31%, rgba(0, 122, 195, 1) 200%);
    border: none;
    border-radius: 27px;
    padding: 14px 40px;
    padding: 8px 25px;
    transition: all 0.5s ease;
}
.appBtn .btn.btn-primary:hover{
    background: linear-gradient(to left, rgba(0, 122, 195, 1) 0%, rgba(77, 180, 242, 1) 31%, rgba(95, 188, 243, 1) 200%);
}

.inputWrap{
    position: relative;
}
.inputWrap .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #434343;
}
.single-login .inputWrap .eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: #434343;
}

.loging-bg1.new-BgLogin .loginsection-left{
    position: relative;
}
.loging-bg1.new-BgLogin .loginsection-left:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 0.4) 50%);
    border-radius: 10px 0 0 10px;
}
