h2 {
    font-size: 28px;
    color: #cc0001;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 1rem 0;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0px 0 2rem 1rem;
}

h6 {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

p {
    margin: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.button-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    height: auto !important;
}

.btn-secondary-variant {

    background: transparent;
    color: #cc0001;
    font-size: 14px;
    padding: 6px 18px;
    border: 1px solid #cc0001;
    border-radius: 10px;
}

.btn-secondary {
    border: none;
    font-size: 14px;
    padding: 7px 20px;
}

button img {
    margin: 0 5px;
}


/* ---------------------------------------------------------------------------------------------
----------------------------------posp-header starts----------------------------------
--------------------------------------------------------------------------------------------- */

.posp-header .nav-link {
    padding: 20px 0px !important;
}

.posp-header .navbar-nav {
    flex-grow: 1;
    justify-content: flex-end;
}

.posp-header .nav-link {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.posp-header .dropdown-item {
    padding: 0.5rem 2rem !important;
}

.posp-header .dropdown-menu {
    top: 57px !important;
}

.profile {
    width: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile>p {
    color: #fff !important;
    font-weight: 600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #cc0001;
    display: flex;
    align-items: center;
    justify-content: center;

}




/* ---------------------------------------------------------------------------------------------
----------------------------------posp-header ends----------------------------------
--------------------------------------------------------------------------------------------- */
.msg-text {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600 !important;
    color: #333 !important;
    text-align: center;
}

.help-text {
    font-size: 12px;
    color: #707070 !important;
    text-align: center;
    font-weight: 600 !important;
    margin: 30px 0 0 0;
}

.otp-help {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 400 !important;
}

/* ---------------------------------------------------------------------------------------------
----------------------------------posp-profile-section starts----------------------------------
--------------------------------------------------------------------------------------------- */

.posp-profile-section {
    margin: 0 0 1rem 0;
}


.posp-profile-section .box {
    background: #f8f8f8;
    border-radius: 10px;
}

/* --------------------Left side------------------------- */

/* posp-user-start */

.posp-user {
    margin: 2rem 0 1rem 0;
    padding: 1.5rem 1rem;
}

.img-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Posp-id {
    border-radius: 10px;
    background: #f0f0f0;
    padding: 0.15rem 0.6rem;
}

.content {
    padding: 0.75rem 0 0 0;
}

.content h6 {
    margin-bottom: 0.25rem;
}

.content p span:first-child {
    border-right: 2px solid #c6c6c6;
    margin-right: 5px;
}

/* posp-user-end */

/* posp-steps-view starts */

.posp-steps-view {
    padding: 1rem;
}

.posp-steps-view h6 {
    color: #707070;
    font-weight: 600;
}

.posp-steps-view .header-ginteja {
    font-size: 18px;
    color: #cc0001;
    display: block;
    margin: 5px 0;
}

.steps-inner {
    margin: 1rem 0.3rem;
}

.step-view {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    margin: 0;
}

.step-number {
    background: #707070;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.border-right {
    width: 10px;
    height: 20px;
    border-right: 1px solid #707070;
}



.step-view-inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: .5rem;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #c6c6c6;
}

.step-view-inner span {
    display: none;
}

.active-step-view-inner {
    background: #FFEFEF !important;
    color: #cc0001 !important;
}

.active-step-number {
    background: #cc0001 !important;
}

.active-step-view-inner span {
    display: inline-block !important;
}


/* posp-steps-view ends */



/* --------------------Right side------------------------- */


/* main-steps starts*/
.main-steps {
    margin-top: 2rem;
}

.steps {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    margin: 0 0 1rem 0;
}

.steps .steps-content {
    flex-grow: 1;
}

.steps p {
    color: #707070;
}

.status {
    color: #fff !important;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.get-started {
    background: #0DA600;
}

.almost-there {
    background: #FFB800;
}

/* main-steps ends*/

/* rm-n-support-start */
.rm-n-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.rm-n-support div {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 5px solid #c6c6c6;
    padding: 1rem;
}

.rm-n-support div h6 {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #c6c6c659;
    padding: 0 0 0.5rem 0;
}

.rm-n-support div p {
    margin: 0 0 0.5rem 0;
}

/* rm-n-support-end */



/* ---------------------------------------------------------------------------------------------
----------------------------------posp-profile-section ends----------------------------------
--------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------
----------------------------------kyc-steps starts----------------------------------
--------------------------------------------------------------------------------------------- */


/* #kycsteps {
    background-color:#f8f8f8;
} */

.kyc-steps {
    padding: 6rem 0 0 0;
}

.kyc-steps .steps-inner {
    margin: 0rem 0.3rem;
}

.kyc-steps .step-number {
    width: 24px;
    height: 24px;
    box-shadow: 1px 1px 8px #c6c6c6;
}

.kyc-steps .border-right {
    height: 50px;
    height: 55px;
}

.kyc-steps .step-view-inner {
    background: #f0f0f0;
    padding: 0.75rem 1.5rem;
    font-size: 14px;
    color: #707070;
    box-shadow: 1px 1px 8px #c6c6c6;
}

.kyc-steps .step-view {
    gap: 0 .8rem;
}


.kyc-form-header p {
    color: #707070;
    padding: 0.2rem 0 0 0;
}

.kyc-form {
    box-shadow: 0px 2px 8px #c6c6c6;
    border-radius: 10px;
    margin: 0 0 1rem 0;
}

.kyc-form-header {
    padding: 1rem;
    background: #f8f8f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.kyc-form-body {
    padding: 0 2rem 1rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

.kyc-form-body div {
    padding: 3rem 0;
    height: 310px;
}

.kyc-form-body label {
    width: 100%;
    position: relative;
    margin: 0 0 3rem 0;
}

.kyc-form-body .floating-label {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    font-size: 14px;
}

.kyc-form-body input {
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 0.85em 1.3rem 0.5rem 1.3rem;
    border-radius: 10px;
    font-size: 14px;
}

.kyc-form-body label:hover .floating-label {
    top: -26px;
    transition: 0.5s;
}



.upload-btn {
    position: absolute;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.upload-btn-label {
    position: relative !important;
    margin: 0 !important;
    width: fit-content !important;
    padding: 0 1rem 0 0;
}

.upload-btn-label-btn-label {
    font-size: 14px !important;
    text-align: center;
}

.upload-btn-label-btn {
    width: fit-content !important;
    background: #f8f8f8;
    padding: 1.2rem;
    margin: 0 0 1rem 0;
    border-radius: 10px;
}

.kyc-form-body div p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

.step3 .kyc-form .kyc-form-body div {
    padding: 2rem 0;
    height: auto;
}

.photo-instruction {
    padding: 1rem !important;
    margin: 0 0 2rem 0;
    background: #f8f8f8;
    border-radius: 10px;
}

.photo-instruction h6 {
    color: #cc0001;
    font-weight: 600;
    font-size: 16px;
}

.photo-instruction ul li {
    font-size: 14px;
    margin: 0 0 0.25rem 0;
    color: #333;
    font-weight: 500;
    list-style: disc;
}

.photo-instruction ul {
    margin: 0.4rem 1rem;
}


/* ---------------------------------------------------------------------------------------------
----------------------------------kyc-steps ends----------------------------------
--------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------
----------------------------------Kyc certification starts----------------------------------
--------------------------------------------------------------------------------------------- */

.certification-steps {
    padding: 6rem 0 0 0;
}

.certification-steps h5 {
    margin: 0px 0 2rem 1rem;
}

.certification-inner-box {
    padding: 4rem 2rem;
    border-radius: 10px;
    background: #f8f8f896;
    margin: 0 0 1rem 0;
    box-shadow: 1px 1px 8px #c6c6c6;
}

.certification-inner-box h6 {
    margin: 0 0 1rem 0;
    color: #cc0001;
    font-size: 16px;
}

.certification-inner-box ol,
.certification-inner-box ul {
    padding-left: 1rem;
}

.certification-inner-box ul li {
    list-style: disc;
}

.certification-inner-box ol li,
.certification-inner-box ul li {
    margin: 0 0 0.75rem 0;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

.certification-step2 .row {
    align-items: center;
}

.timer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer p {
    margin: 1rem 0;
    font-weight: 600;
}

.timer p span {
    color: #cc0001;
    margin: 0 2px 0 0
}

.certification-steps .button-div,
.exam .button-div {
    margin: 1rem 0;
}



/* ---------------------------------------------------------------------------------------------
----------------------------------Kyc certification ends----------------------------------
--------------------------------------------------------------------------------------------- */
.exam {
    margin: 6rem 0 0 0;
}

.qestion-block {
    padding: 2rem;
    box-shadow: none;
    background-color: #f8f8f8;
    margin: 1rem 0;
}

.qestion-block label {
    font-size: 14px;
    font-weight: 600;
    margin: 0rem 0 1rem 0;
}

.options {
    display: block;
    font-size: 13px;
    margin: 0 0 0.5rem 0;
}

.options input {
    margin: 3px 0 0 0;
}

.qestion-block-inner-box {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    border-radius: 10px;
    padding: .5rem;
}

.exam h5 {
    margin: 0 1rem;
}

.certificate-award-msg {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 1rem 0px;
}

.download-certificate-button {
    font-size: 18px;
    box-shadow: 5px 5px 10px #c6c6c6;
}




.steps-inner-for-mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .steps-inner-for-desktop {
        display: none;
    }

    .steps-inner-for-mobile {
        display: block;
    }

    .kyc-steps .steps-inner .details,
    .kyc-steps .steps-inner .numbers {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .kyc-steps .steps-inner .details {
        margin: 0 0 2rem 0;
    }

    .kyc-steps .steps-inner .numbers {
        margin: 0 0 1rem 0;
    }

    .kyc-steps .step-view-inner {
        background: #F8F8F7;
        padding: 0.25rem 0.5rem;
        border-radius: 5px;
    }

    .step-view .step-img {
        display: none;
    }

    .complete-step-number {
        background: none !important;
    }

    .complete-step-number .step-number {
        display: none !important;
    }

    .complete-step-number .step-img {
        display: block !important;
    }

    .border-top {
        width: 130px;
    }

    .step-img img {
        width: 20px;
        height: 20px;
    }

    .step-number {
        font-size: 12px;
    }




    .studymeterial-img-col {
        display: flex;
        justify-content: center;
    }

    .certification-inner-box {
        padding: 1.2rem;
    }

    .timer {
        align-items: self-end;
        padding: 0rem 0;
        margin: -5rem 18px 0px 0;
    }

}

@media screen and (max-width:575px) {

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    p,
    .btn-secondary-variant,
    .btn-secondary {
        font-size: 12px;
    }


    /* -------posp-profile-section responsive starts-------------------- */
    /* rm-n-support-start */
    .rm-n-support {
        grid-template-columns: 1fr;
    }

    /* rm-n-support-end */
    /* -------posp-profile-section responsive ends----------------------- */


    /* -------posp-kyc-form responsive starts-------------------- */
    .kyc-form-header {
        padding: 0.5rem 1rem;
    }

    .kyc-form-body {
        padding: 0 1rem 1rem 1rem;
    }

    .kyc-steps .step-view-inner {
        background: #F8F8F7;
        padding: 0.1rem 0.35rem;
        font-size: 12px;
    }

    .upload-btn-label-btn {
        padding: .8rem;
    }

    .upload-btn-label-btn-label {
        font-size: 12px !important;
    }

    .photo-instruction ul li {
        font-size: 12px;
    }

    /* -------posp-kyc-form responsive ends-------------------- */


    .timer {
        margin: 0rem 0 0 0;
    }

    .certification-steps .button-div,
    .exam .button-div {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem !important;
        background: #fff;
        box-shadow: -5px 0 5px #c6c6c6;
        margin: 0;
    }

    .studymeterial-img-col img {
        width: 150px;
    }

    .certification-inner-box h6 {
        font-size: 14px;
    }

    .certification-inner-box ol li,
    .certification-inner-box ul li {
        font-size: 12px;
        margin: 0 0 0.25rem 0;
    }


    .timer img {
        width: 30px;
    }

    .certificate-award-msg {
        padding: 2rem;
    }

    .certificate-award-msg img {
        width: 130px;
        margin: 1rem;
    }

    .certificate-award-msg {
        padding: 2rem;
    }
}