.video-wrapper {
        max-width: 700px;
    }

    .simply-word {
        position: absolute;
        margin-top: 1.5rem;
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .clsResubmit {
        float: right;
        float: right;
        background-color: #2A67B2;
        padding: 4px;
        margin-right: 8px;
        color: white !important;
        cursor: pointer;
    }

    .simply-amount {
        font-size: 2.5rem;
        color: #fff;
    }

    .simply-section {
        border-radius: 3rem;
    }

    .simply-countdown>.simply-section {
        background: #000 !important;
    }

    .simply-minutes-section .simply-word,
    .simply-seconds-section .simply-word {
        margin-left: -10px;
    }

    .checkEligibilityBtn,.resendOtpBtn {
        width: 100%;
        margin: 0 auto;
        border-radius: 0px 0px 0px 0px;
        background: #2A67B2;
        color: #ffffff;
        outline: 0;
        padding: 5px;
        border: 1px solid #e0b446;
        cursor: pointer;
    }


    .half-corner-border {
        padding: 20px;
        position: relative;
        background-color: #fff;
        color: #000;
    }

    .half-corner-border::before,
    .half-corner-border::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        border-style: solid;
        border-color: #94CBEC;
    }

    .half-corner-border::before {
        border-width: 3px 0 0 3px;
        top: -2px;
        left: -2px;
    }

    .half-corner-border::after {
        border-width: 0 3px 3px 0;
        bottom: -2px;
        right: -2px;
    }

    .half-corner-border h2 {
        font-size: 18px;
        color: #fff;
        width: fit-content;
        padding: 7px 13px;
        background-color: #3069B1;
        border-radius: 50%;
        margin: 0 auto 10px;
    }

    .serial-box img {
        width: 300px;
    }

    .short-step-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        /* width: 80%; */
        /* max-width: 1000px; */
    }

    .short-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 15px;
        /* border-radius: 10px; */
        color: white;
        font-size: 14.4px;
        font-weight: bold;
        /* flex: 1; */
        text-align: center;
        min-height: 135px;
        width: 18rem;
        gap: 15px;
        border-radius: 10px;
        background: #dcf2fb;
        border: 2px solid #fff;
        box-shadow: 0px 0px 13px 0px #00000040;
    }
    .formContainer {
    box-shadow: 0px 0px 35.88px 0px #5F5F5F26;
}

.streamLineQuotn ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.streamLineQuotn ol li {
    position: relative;
    font-size: 1rem;
}
.streamLineQuotn ol li:before {
    counter-increment: numList;
    content: counter(numList);
    position: absolute;
    left: -26px;
    font-size: 1rem;
    text-align: center;
    color: #2b68b2;
    line-height: 28px;
    width: 30px;
    height: 30px;
    background: inherit;
    border-radius: 999px;
    border: 1px solid #bad0eb;
}
.bg-dark-yellow {
    background-color: #fcaf1b !important;
}
    @media(max-width:600px) {
        .short-step {
            width: 100%;
            margin-bottom: 10px;
        }
    }

    .short-step-icon {
        width: 30px;
        height: 30px;
        background-color: #3066B1;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
    }

    .short-step-text {
        /* flex: 1; */
        color: #000;
        font-weight: 500
    }

    .short-step-arrow {
        font-size: 24px;
        color: white;
        margin: 0 10px;
        display: none;
    }

    #follow-steps a {
        text-decoration: none;
    }

    .bg-gray {
        background-color: #f1f1f1;
    }

    .instruction-step {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        background-color: #f0f8ff;
        color: #007bff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 14.4px;
        margin-right: 20px;
        padding: 15px;
    }

    .step-number2 {
        width: 30px;
        height: 30px;
        background-color: #006ea6;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 14.4px;
        margin-right: 20px;
        padding: 15px;
    }


    .instruction-content {
        flex: 1;
    }

    .dotted-line {
        border-right: 2px dotted #dee2e6;
        height: 100%;
        position: absolute;
        left: 30px;
        top: 42px;
        z-index: 9;
    }

    .dotted-line2 {
        border-right: 2px dotted #006ea6;
        height: 100%;
        position: absolute;
        left: 30px;
        top: 42px;
        z-index: 9;
    }

    .step-arrow {
        height: 2px;
        background-color: #2a67b1;
        position: relative;
    }

    .step-arrow::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #2a67b1;
        top: -3.1px;
        /* Adjust as needed to align properly */
        right: -5px;
        /* Adjust as needed to align properly */
        transform: rotate(45deg);
    }

    .card {
        height: 100%;
    }

    .card-body {
        display: flex;
        flex-direction: column;
        background-color: #2a67b1;
        color: #fff;
    }

    .card-title {
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px;
    }

    /* Custom list styling */
    .custom-list {
        list-style: none;
        padding-left: 0;
    }

    .custom-list.circular-tic li {
        background-image: url('/wp-content/themes/tally/assets/images/tick-with-circle.svg');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: left top;
        padding-left: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

    .custom-list li {
        text-align: left;
        position: relative;
        text-align: left;
        position: relative;
        line-height: 30px;
        margin-bottom: 15px;
        padding-left: 40px;

    }

    .custom-list li .counter {
        width: 25px;
        height: 25px;
        background-color: #006ea6;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        position: absolute;
        left: 0px;
        top: 5px;
        /* transform: translateY(-50%); */
        font-size: 14px;
    }

    .custom-list li .counterlast {
        width: 25px;
        height: 25px;
        background-color: #fff;
        color: #006ea6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        position: absolute;
        left: -10px;
        top: 5px;
        /* transform: translateY(-50%); */
        font-size: 14px;
    }

    .card .card-body {
        background: #dcf2fb !important;
        color: #000000;
    }

    .text-muted {
        color: #dedfe0 !important;
    }

    .faq-header {
        color: #000;
        font-weight: bold;
        padding: 15px;
        border-radius: 5px;
    }

    .faq-item {
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }

    .faq-item:last-child {
        border-bottom: none;
    }

    .faq-question {
        font-weight: bold;
        cursor: pointer;
        color: #376cb2;
    }

    .faq-answer {
        display: none;
        margin-top: 10px;
    }

    .faq-link {
        color: #376cb2;
        text-decoration: underline;
    }

    .process-card {
        flex: 1;
        min-width: 280px;
        max-width: 350px;
        position: relative;
        text-align: center;
        padding: 0px;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    /*
        .arrow {
            font-size: 25px;
            color: #376cb2;
            margin: 0 8px;
            display: flex;
            align-items: start;
            padding: 26px 0;
        }*/

    @media (max-width: 768px) {
        .arrow {
            display: none;
        }

        .process-card {
            margin: 20px;
        }

        body>section:first-of-type {
            padding-top: 30px !important;
            padding-bottom: 100px;
        }

        small {
            font-size: .775em;
        }
    }

    #msgForDelinkValidSerialNumber,
    #msgForLinkValidSerialNumber {
        /*color: #4CAF50;*/
        color: #ff0000;
        font-weight: 500;
        text-align: center;
    }
    .font-weight-500{
        font-weight: 500;
    }
    .listParagraph{
        font-size: .9rem!important;
    }
    /* Default sizes (for larger devices) */
    .prime-logo {
        width: 150px;
    }

    .bconnect-logo {
        width: 200px;
    }

    /* Small devices (e.g., mobile up to 768px) */
    @media (max-width: 768px) {
        .prime-logo {
            width: 100px;
        }

        .bconnect-logo {
            width: 150px;
        }
        .formHeading {
            font-size: 1.5rem;
        }
    }


    @media (min-width: 425px) {
        .support-bg {
            background-position-y: bottom;
            padding-bottom: 30px;
        }
    }
@media (min-width: 768px) {
    .streamLineHead {
        font-size: 1.5rem;
    }
}
    @media (min-width: 1024px) {
        .support-bg {
            height: 580px;
        }
    }
    @media (min-width: 1200px) {
        .formHeading {
            font-size: 1.5rem;
        }    .streamLineHead {
        font-size: 1.5rem;
    }
    }