@media screen and (min-width:2500px) {
    .disp-mobile {
        display: none !important;
    }
}

@media screen and (max-width:1460px) {
    h2 {
        font-size: 4rem
    }

    .container-fluid {
        padding: 0 20px
    }

    .container {
        padding: 0 20px
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    header .navWrap .logo {
        max-width: 97px;
    }

    header {
        padding: 15px 0
    }

    header .logo {
        width: 150px
    }

    .disp-mobile {
        display: none !important;
    }
}

@media screen and (max-width:1240px) {

    header {
        padding: 0 0;
        z-index: 12
    }

    header .navWrap .logo {
        max-width: 120px;
        padding: 10px 20px 10px 0;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1023px) {}

@media screen and (max-width:767px) {
    .checkboxCell label {
        margin: 2px;
    }

    .checkboxCell {
        margin: 15px 0;
    }

    .container-fluid {
        padding: 0 10px
    }

    [class^=column-] {
        width: 100%;
        float: left;
        padding: 10px
    }

    #wrapper {
        overflow-x: hidden
    }

    .button-group {
        gap: 10px;
        margin: 0px 0;
        flex-wrap: wrap;
    }

    .mandateValue {
        position: relative;
    }

    .btn.btn-orange {
        padding: 14px 10px;
    }

    .emandate {
        flex-direction: column;
    }

    .leftSide {
        width: 100%;
    }

    .rightSide {
        padding: 10px;
        width: 100%;
    }

    .rightSide h2 {
        font-size: 24px;
    }

    .rightSide .accordion-button {
        font-size: 20px;
    }

    .rightSide .accordion-body {
        padding: 1rem;
    }

    .formGroup {
        row-gap: 15px;
        justify-content: center;
    }

    .width {
        width: 100%;
    }

    .formGroup .note {
        margin-top: 20px;
        position: absolute;
        top: -140px;
        left: 0;
    }

    .paymentOption input~label {
        font-size: 14px;
    }

    .bankDetails p {
        margin-bottom: 0;
    }

    .refNo {
        position: relative;
        top: -30px;
        right: unset;
    }

    .refNo p {
        text-align: left;
        font-size: 12px;
    }

    .modal-body .form-control {
        width: 100%;
        min-width: auto;
    }

    /* .stepCount{
    display: none;
} */
    .leftSide {
        margin-bottom: 40px;
        opacity: 1;
        background: #f4f4f4;
    }

    .stepCount::after {
        content: '';
        display: none;
    }

    .stepCount {
        position: relative;
        left: 0;
        font-size: 18px;
        font-family: 'AllianzSansBold';
        line-height: 24px;
        top: 0;
        /* border: 1px solid #ddd; */
        padding: 10px 17px;
        border-radius: 50%;
        background: #89D2FF;
        color: #fff;
    }

    .disp-desktop {
        display: none !important;
    }

    .progress-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: -20px;
        max-width: 100%;
        margin-top: 10px;
    }

    .progress-container::before {
        content: '';
        border-bottom: 1px dashed #ccc;
        position: absolute;
        left: 40px;
        transform: translateY(-50%);
        height: 4px;
        width: 70%;
        z-index: -1;
        bottom: 15px;
    }

    .progress {
        background-color: var(--line-border-fill);
        position: absolute;
        top: 18px;
        left: 20px;
        transform: translateY(-50%);
        height: 4px;
        max-width: 80%;
        width: 0%;
        z-index: -1;
        transition: 400ms ease;
    }

    .text-wrap {
        /* margin: 0 5px; */
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 33%;
    }

    .text-wrap .heading {
        font-size: 10px;
        font-weight: 700;
        line-height: 10px;
        letter-spacing: 0em;
        text-align: center;
        color: #666666;
    }

    .text-wrap .text {
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 0em;
        text-align: center;
        color: #666666;
    }

    .text-wrap.active p {
        color: var(--text-fill);
        transition: 400ms ease;
    }

    .circle {
        background-color: var(--color);
        border: 3px solid var(--line-border-empty);
        color: var(--text-empty);
        font-weight: 700;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        position: relative;
        /* Position the child element */
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 400ms ease;
    }

    .text-wrap.active div.circle {
        border-color: var(--line-border-fill);
        color: var(--text-fill);
    }

    /*Success Message*/
    .successRow,
    .failRow {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .contentRow h3 {
        text-align: center;
        font-size: 28px;
    }

    .successRow img {
        width: 250px;
    }

    .failRow .infoRow p:first-child {
        width: 30%;
    }

    .failRow .infoRow p:last-child {
        width: 70%;
    }

    .infoRow {
        margin: 30px 0;
        width: 100%;
        min-width: unset;
    }

    .note {
        text-align: left;
    }

    footer {
        width: fit-content;
        max-width: unset;
        margin: 15px;
        row-gap: 16px;
        padding: 25px;
    }

    .tollFree {
        width: 100%;
    }

    .tollFree:nth-of-type(2) {
        width: 100%;
        padding-right: 0;
        border-bottom: 2.5px dashed rgba(255, 255, 255, 0.6);
        border-right: 0px;
        padding-bottom: 20px;
    }

    .tollFree:last-child {
        width: 100%;
    }

    .tollFree img {
        width: 30px;
    }

    .tollFree p {
        font-size: 13px;
        line-height: 20px;
    }

    .tollFree h4 {
        font-size: 18px;
    }

    .tollFree:last-child img {
        width: 131px;
    }

    .tollFree span {
        font-size: 16px;
        line-height: 25.8px;
    }
}

@media screen and (max-width:639px) {
    .container {
        padding: 0 10px
    }

    .disp-desktop {
        display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .disp-desktop {
        display: none !important;
    }
}

.showerror {
    /* color: red;
    text-align: center;
    font-size: 12px; */
    color: red;
    text-align: left;
    padding: 5px 12px;
    font-size: 12px;
}

.UPI img {
    width: 80px;
}