.simply-word {
            position: absolute;
            margin-top: 1.5rem;
            display: block;
            font-size: 1rem;
            text-transform: uppercase;
        }
        .inputHeight{height: 40px;}
        .clsResubmit {
            float: right;
            float: right;
            background-color: #2A67B2;
            padding: 4px;
            margin-right: 8px;
            color: white !important;
            cursor: pointer;
        }
        .disableBtn{
            border-radius: 0px 31px 31px 0px!important;
        }   
        .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 {
            width: 100%;
            margin: 0 auto;
            border-radius: 0px 31px 31px 0px;
            background: #006ea6;
            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;
        }
        .checkEligibilityBtn:active,.checkEligibilityBtn:hover{
            background: #006ea6!important;
        }
        #idChkDelinkEligibility .checkEligibilityBtn:active,#idChkDelinkEligibility .checkEligibilityBtn:hover{
            background: #fcaf1b !important;
        }
    .border-radius-right-0{border-top-right-radius: 0rem !important;border-bottom-right-radius: 0rem !important;}

        .half-corner-border::before {
            border-width: 3px 0 0 3px;
            top: -2px;
            left: -2px;
        }
        .border-radius-right-0 {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

        .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;
        }

        @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: 11px;
            top: 42px;
            z-index: 9;
        }

        .dotted-line2 {
            border-right: 2px dotted #006ea6;
            height: 100%;
            position: absolute;
            left: 11px;
            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;
        }
        .whiteTickMark{
            background-image: url('/wp-content/themes/tally/assets/images/tick-mark-white.svg');
            background-repeat: no-repeat;
            background-size: 65%;
            height: 40px;
            width: 40px;
        }
        .tickMarkBlue{
            background-image: url('/wp-content/themes/tally/assets/images/tick-mark-blue.svg');
            background-repeat: no-repeat;
            background-size: 65%;
            height: 40px;
            width: 40px;
        }

        .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);
        }

        .option-cards {
      max-width: 900px;
      margin: 0 auto;
    }
    .option-card {
      background: #fff;
      border: 1.5px solid #a8c6df;
      border-radius: 10px;
      /*padding: 14px 18px;*/
      padding: 8px 12px;
      cursor: pointer;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 0 0 1px rgba(168, 198, 223, 0.25);
      user-select: none;
    }
    .option-card:hover {
      border-color: #7eb3d4;
      box-shadow: 0 2px 8px rgba(0, 102, 153, 0.08);
    }
    .option-card.selected {
      border-color: #006699;
      box-shadow: 0 0 0 1px rgba(0, 102, 153, 0.2);
    }
    .option-checkbox {
      width: 22px;
      height: 22px;
      min-width: 22px;
      border-radius: 4px;
      border: 2px solid #a8c6df;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .option-card.selected .option-checkbox {
      background: #006699;
      border-color: #006699;
    }
    .option-checkbox i {
      color: #fff;
      font-size: 14px;
      opacity: 0;
      transition: opacity 0.15s ease;
    }
    .option-card.selected .option-checkbox i {
      opacity: 1;
    }
    .option-label {
      font-size: 13px;
      font-weight: 700;
      color: #3d4f5f;
      line-height: 1.3;
      margin: 0;
    }
    .option-badge {
      font-size: 11px;
      font-weight: 600;
      color: #8a96a3;
      letter-spacing: 0.04em;
      margin-bottom: 2px;
    }

        /*
        .arrow {
            font-size: 25px;
            color: #376cb2;
            margin: 0 8px;
            display: flex;
            align-items: start;
            padding: 26px 0;
        }*/
        /*.addon-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 20px;
        }

        .addon-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 14px;
            border: 1.5px solid rgba(0, 0, 0, 0.08);
            border-radius: 10px;
            background: #fff;
            cursor: pointer;
            transition: all 0.2s;
            min-height: 72px;
        }

        .row-selector {
            width: 22px;
            height: 22px;
            border-radius: 6px;
            border: 1.5px solid #C8C8C8;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.2s;
        }

        .row-content {
            flex: 1;
            min-width: 0;
        }

        .row-tag {
            display: inline-block;
            font-size: 9.5px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #4B4B4B;
            margin-bottom: 4px;
        }

        .row-title {
            font-size: 13.5px;
            font-weight: 700;
            color: #1A1A1A;
            letter-spacing: -0.005em;
            line-height: 1.3;
        }

        .addon-row.selected .row-selector {
        background: #006ea6;
        border-color: #006ea6;
        }

        .addon-row.selected .row-selector svg {
            opacity: 1;
            transform: scale(1);
        }

        .row-selector {
            width: 22px;
            height: 22px;
            border-radius: 6px;
            border: 1.5px solid #C8C8C8;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.2s;
        }

        .addon-row.selected {
        border-color: #006ea6;
            background: white;
            box-shadow: 0 0 0 3px rgba(42, 77, 175, 0.12);
        }

        .row-selector svg {
            width: 12px;
            height: 12px;
            color: white;
            transition: all 0.2s;
        }*/
        .upgrade .upgrade-card {border-color: #e5e5e5 !important;border-radius: 1rem;}
        .upgrade .upgrade-icon-wrap {width: 2.5rem;height: 2.5rem;background-color: rgba(29, 78, 216, 0.082);}
        .upgrade .upgrade-icon {width: 1.25rem;height: 1.25rem;color: rgb(29, 78, 216);}
        .upgrade .btn-upgrade-primary {background-color: rgb(29, 78, 216);border-color: rgb(29, 78, 216);color: #fff;}
        .upgrade .btn-upgrade-primary:hover,.upgrade .btn-upgrade-primary:focus {background-color: rgb(25, 68, 190);border-color: rgb(25, 68, 190);color: #fff;opacity: 0.9;}

        .success .upgrade-card {background-color: #ecfdf5; border-color: #a7f3d0;border-radius: 1rem;}
        .success .upgrade-icon {width: 2.5rem;height: 2.5rem;background-color: #10b981;flex-shrink: 0;}
        .success .btn-download {background-color: #fbbf24;border-color: #fbbf24;color: #000;font-weight: 600;}
        .success .btn-download:hover,.success .btn-download:focus {background-color: #f59e0b;border-color: #f59e0b;color: #000;}
        .success .btn-done {border-color: #d4d4d4;color: #262626;font-weight: 600;}
        .success .btn-done:hover,.success .btn-done:focus {background-color: #fafafa;border-color: #d4d4d4;color: #262626;}
        @media (min-width: 576px) {.success .upgrade-icon-wrap {width: 2.75rem;height: 2.75rem;}.success .upgrade-icon {width: 1.5rem;height: 1.5rem;}}
        .disclaimerText{
            font-size: .75em;
        }
        .counterTick {
            background-image: url('/wp-content/themes/tally/assets/images/tick-mark-blue.svg');
            background-repeat: no-repeat;
            background-size: 65%;
            background-position: center;
            width: 33px;
            height: 37px;
            display: block;
            position: absolute;
            left: 2px;
            top: -3px;
        }

        @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;
        }

        @media (min-width: 425px) {
            .support-bg {
                background-position-y: bottom;
                padding-bottom: 30px;
            }
        }

        @media (min-width: 1024px) {
            .support-bg {
                height: 32rem;
            }
            .banner-head{
                font-size: 2.4rem!important;
            }
            .tssPageHeading{
            	font-size: 32px!important;
            }
        }
        @media (min-width: 1200px) {
            .support-bg {
                height: 37rem;
            }
        }
        @media (min-width: 1920px) {
            .support-bg {
                height: 50rem;
            }
        }
