﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.adg-description h2 {
    font-family: 'Adani-Regular';
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 24px;
}

.adg-description {
    padding-bottom: 59px;
}

.adg-benefits {
    padding: 23px 32px 22px;
    background-color: #f1faf1;
}

    .adg-benefits h3 {
        font-family: 'Adani-Regular';
        color: #333;
        line-height: normal;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        padding-bottom: 14px;
    }

    .adg-benefits ul {
        list-style: disc;
        padding-left: 14px;
        font-size: 14px;
        font-family: 'Adani-Regular';
        line-height: normal;
    }

        .adg-benefits ul li {
            list-style: inherit;
        }

            .adg-benefits ul li + li {
                padding-top: 13px;
            }

.adg-tab-content {
    padding: 46px 32px 42px;
    background-color: #fff;
    margin-bottom: 24px;
}

.adg-tab-links ul {
    display: flex;
}

    .adg-tab-links ul li {
        padding: 16px 30px 16px 31px;
        border: solid 0.5px #999;
        background-color: #e7e7e7;
        cursor: pointer;
    }

        .adg-tab-links ul li + li {
            margin-left: 12px;
        }

        .adg-tab-links ul li.active {
            border-color: transparent;
            background-image: linear-gradient(to bottom, rgba(255, 102, 51, 0.69), rgba(237, 111, 68, 0.74) 32%, #f63);
            color: #fff;
        }

.adg-tab-content h3 {
    color: #222;
    line-height: 1.2;
    margin: 32px 0 24px;
    font-family: 'Adani-Regular';
    font-size: 20px;
    font-weight: 600;
}

.adg-tab-content .form-group > label {
    margin-bottom: 10px;
}

.adg-tab-content .form-group .form-control {
    border-color: #eaeaea;
    height: 60px;
}

.adg-tab-content .form-group p {
    padding-top: 10px;
    color: #666666;
    font-family: 'Adani-Regular';
    font-size: 12px;
    line-height: 1.67;
}

.adg-tab-content .btn-secondary {
    padding: 13px 14px;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    max-width: 240px;
    display: inline-block;
    width: 100%;
    font-family: 'Adani-Regular';
    background-color: #f63;
    border-color: #f63;
}

.adg-tab-content .back-btn {
    margin-right: 60px;
    font-family: 'Adani-Regular';
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    text-decoration: underline;
}

.adg-tab-content .form-group .form-control:focus {
    box-shadow: none;
    border-color: #0d67ca;
}

.adg-tab-content .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 1;
}

.otp-section .form-control {
    height: 60px;
    width: 60px;

}

.adg-tab-content h4 {
    font-family: 'Adani-Regular';
    font-size: 1rem;
    line-height: 1.5;
    color: #222222;
}

.adg-tab-content .form-group.otp-section p {
    padding-top: 16px;
    padding-bottom: 24px;
}

.otp-section {
    padding-top: 26px;
}

.cm-otp {
    padding-right: 15px;
    padding-left: 15px;
}

.otp-desc {
    color: #666666;
    font-size: 12px;
    line-height: 1.7;
}

    .otp-desc span strong {
        font-family: 'Adani-Regular';
    }

.otp-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.adg-tab-content form a {
    color: #666666 !important;
    text-decoration: underline !important;
    font-family: 'Adani-Regular';
    font-size: 12px;
    line-height: 1.7;
    cursor: pointer;
}

.address-bar {
    padding-top: 24px;
    padding-bottom: 10px;
}

.address-section {
    padding-top: 1rem;
}

.notification-bar {
    background-color: #fef6ea;
    padding: 18px 12px;
    display: flex;
    align-items: center;
    font-family: 'Adani-Regular';
    font-size: 14px;
    line-height: 1.15;
    margin-top: 1rem;
}

    .notification-bar p {
        margin: 0;
    }

    .notification-bar svg, .notification-bar img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        object-fit: contain;
        fill: #333;
    }

.adg-tab-content form .button-section {
    padding-top: 99px;
}

.adg-inner-tabber > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -12px;
}

    .adg-inner-tabber > ul li {
        position: relative;
        width: 25%;
        padding: 0 12px;
        font-family: 'Adani-Regular';
        color: #b2b2b2;
        cursor: pointer;
    }

        .adg-inner-tabber > ul li:after {
            width: 100%;
            height: 4px;
            margin: 9px 0 0;
            background-color: #b2b2b2;
            content: '';
            display: block;
        }

        .adg-inner-tabber > ul li.active-link {
            color: #0d65c5;
        }

            .adg-inner-tabber > ul li.active-link:after {
                background-color: #0d65c5;
            }

.inner-tab-content {
    padding: 42px 0 0;
}

.card-wrap img {
    max-width: 100%;
    width: 37px;
    height: 37px;
    object-fit: cover;
}

.card-wrap {
    border: solid 1px #eaeaea;
    background-color: #fcfcfc;
    padding: 5px 16px;
    border-style: dashed;
    display: flex;
    align-items: center;
}

    .card-wrap label {
        display: block;
    }

    .card-wrap .desc span {
        color: #666666;
    }

    .card-wrap .desc {
        font-family: 'Adani-Regular';
        font-size: 14px;
        line-height: 1.72;
        padding-left: 8px;
        width: 78%;
        word-break: break-word;
    }

.inner-tab-content h3 {
    margin-top: 0;
}

/*.adg-tab-content select {
    border: solid 1px #eaeaea;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    font-family: Adani-Regular;
}*/

.adg-tab-content .upload-section {
    border: solid 1px #eaeaea;
    padding: 5px 16px;
    border-style: dashed;
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}

    .adg-tab-content .upload-section input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .adg-tab-content .upload-section svg {
        width: 24px;
        height: 24px;
    }

    .adg-tab-content .upload-section span {
        color: #666;
        font-family: 'Adani-Regular';
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        display: inline-block;
        margin-left: 8px;
    }

    .adg-tab-content .upload-section input:focus ~ span {
        color: #0d67ca;
    }

    .adg-tab-content .upload-section input:focus ~ svg path {
        fill: #0d67ca !important;
    }

.scheme-item {
    border: solid 1px #eaeaea;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 24px 16px;
    display: flex;
    position: relative;
}

    .scheme-item input {
        margin-left: 0;
    }

    .scheme-item .scheme-desc {
        padding-left: 25px;
    }

    .scheme-item + .scheme-item {
        margin-top: 24px;
    }

    .scheme-item label {
        font-family: 'Adani-Regular';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #333;
        text-transform: capitalize;
    }

    .scheme-item ul {
        font-family: 'Adani-Regular';
        font-size: 14px;
        color: #666;
        line-height: normal;
    }

        .scheme-item ul li {
            padding-top: 12px;
            position: relative;
            text-transform: capitalize;
        }

            .scheme-item ul li strong {
                font-family: Adani-Bold;
                font-weight: normal;
                color: #666666;
            }

            .scheme-item ul li span {
                color: #999999;
                font-family: 'Adani-Regular';
                font-size: 14px;
            }

    .scheme-item .recomended-btn {
        background-color: rgba(24, 170, 38, 0.1);
        padding: 9px 12px;
        color: #177f38;
        font-family: 'Adani-Regular';
        line-height: 1.43;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        top: 24px;
        right: 16px;
    }

    .scheme-item.active {
        background-color: rgba(13, 101, 197, 0.03);
        border-color: #0d67ca;
    }

.adgUpdatePopup {
    position: fixed;
    right: -100%;
    height: calc(100vh - 40px);
    max-width: 578px;
    width: 100%;
    top: 40px;
    background: #fff;
    z-index: 99;
    transition: 0.3s ease;
    padding: 32px;
     overflow-y: scroll;
    padding-bottom:120px !important;
}

.adgUpdateOverlay {
    background-color: rgba(51, 51, 51, 0.6);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.adg-popup-open .adgUpdatePopup {
    right: 0;
}

.adg-popup-open .adgUpdateOverlay {
    opacity: 1;
    visibility: visible;
}

.adgUpdatePopup .close {
    opacity: 1;
    color: #333333;
    float: none;
}

    .adgUpdatePopup .close svg {
        width: 25px;
        height: 25px;
    }

.adgUpdatePopup h4 {
    padding-top: 48px;
    padding-bottom: 32px;
}

.adgUpdatePopup p {
    font-family: 'Adani-Regular';
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 24px;
}

.adgUpdatePopup .form-group {
    margin-bottom: 24px;
}

.active-popup {
    overflow: hidden;
}

.adg-wrapper {
    padding: 62px 0 60px;
}

@media (min-width: 1200px) {
    .adg-wrapper .container {
        max-width: 1140px;
    }
}

@media (max-width: 899px) {
    .adg-wrapper {
        padding: 32px 0;
    }

    .adg-description h2 {
        font-size: 24px;
        padding-bottom: 16px;
    }

    .adg-description {
        padding-bottom: 42px;
    }

    .adg-tab-links ul li {
        font-size: 12px;
        font-family: 'Adani-Regular';
        font-weight: 500;
        padding: 13px;
        text-align: center;
        width: 100%;
    }

    .adg-tab-content {
        padding: 27px 16px;
    }

        .adg-tab-content form .button-section {
            text-align: center !important;
            display: flex;
            flex-wrap: wrap-reverse;
            justify-content: center;
            padding-top: 32px;
        }

        .adg-tab-content .back-btn {
            margin: 0;
            margin-top: 32px;
        }

        .adg-tab-content .btn-secondary {
            display: block;
            width: 100%;
            max-width: 100%;
        }

    .adg-inner-tabber > ul li {
        width: 192px;
    }

    .adg-inner-tabber > ul {
        white-space: nowrap;
        overflow-x: auto;
    }

        .adg-inner-tabber > ul::-webkit-scrollbar {
            display: none;
        }

    .content-section .col-md-6 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .content-section .col-md-6 + .col-md-6 {
            margin-top: 16px;
        }

    .adg-tab-content h3 {
        font-size: 16px;
    }

    .scheme-item label {
        font-size: 14px;
    }

    .adgUpdatePopup {
        top: 0;
        min-height: 100%;
        padding: 25px;
    }

    .active-popup header.main-header {
        z-index: 0;
    }

    .adgUpdateOverlay {
        top: 0;
    }

    .adgUpdatePopup h4 {
        padding: 20px 0;
    }
}

.Enter-your-Details {
    width: 198px;
    height: 16px;
    margin: 32px 84px 24px 0;
    font-family: 'Adani-Regular';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

.Cannot-find-your-Soc {
    width: 151px;
    height: 15px;
    margin: 10px 0 24px 132px;
    font-family: 'Adani-Regular';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    float: right;
}

.adg-thankyou-box {
    border: solid 2px #54ba8e;
    background-color: #fff;
    padding: 32px;
}

.adg-failed-box {
    border: solid 2px #ef645a !important;
}

.adg-thankyou-box .icon {
    margin-right: 24px;
    float: left;
}

.adg-thankyou-box h3 {
    font-family: 'Adani-Regular';
    font-size: 32px;
    line-height: 1.25;
    color: #333;
    padding-bottom: 18px;
}

.adg-thankyou-box p {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
}

.adg-thankyou-box .date {
    padding-top: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 1.43;
    font-family: 'Adani-Regular';
}

.adg-thankyou-box .wrap {
    border-top: 1px solid #eaeaea;
    margin: 24px 0;
    padding: 26px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 744px;
}

    .adg-thankyou-box .wrap label {
        font-family: 'Adani-Regular';
        font-size: 12px;
        color: #666666;
        line-height: 1.33;
        padding-bottom: 10px;
    }

    .adg-thankyou-box .wrap h5 {
        font-family: 'Adani-Regular';
        color: #333;
        font-size: 16px;
        line-height: 1.5;
    }

.adg-thankyou-box .apply-btn {
    background-color: #f63;
    padding: 13px 37px;
    color: #fff;
    font-family: Adani-Bold;
    line-height: 1.5;
}

.adg-thankyou-footer .home-btn {
    margin-left: 60px;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Adani-Regular';
    text-decoration: underline;
}

.adg-thankyou-page {
    padding: 40px 0;
}

@media (min-width: 900px) {
    .adg-thankyou-box .description {
        overflow: hidden;
        margin-left: 68px;
    }

    .adg-thankyou-box .desc {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .adg-thankyou-page .container {
        max-width: 1140px;
    }
}

@media (max-width: 899px) {
    .adg-thankyou-box {
        display: block;
        text-align: center;
        padding: 0;
        border: 0;
        background: transparent;
    }

        .adg-thankyou-box .icon {
            margin: 0 0 24px;
            float: none;
        }

        .adg-thankyou-box h3 {
            font-size: 22px;
            font-family: 'Adani-Regular';
        }

        .adg-thankyou-box p {
            font-size: 14px;
        }

    .adg-thankyou-page {
        background: #fff;
    }

    .box-wrap {
        border: solid 2px #54ba8e;
        background-color: #fff;
        padding: 24px;
    }

    .adg-thankyou-box .wrap .item {
        width: 50%;
        margin-bottom: 21px;
    }

    .adg-thankyou-box .wrap {
        max-width: 100%;
        justify-content: initial;
        flex-wrap: wrap;
        text-align: left;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .adg-thankyou-footer {
        display: inline-grid;
    }

        .adg-thankyou-footer .home-btn {
            margin: 0;
            margin-top: 32px;
        }

    .adg-thankyou-box .apply-btn {
        white-space: normal;
    }
}

.otp-btn {
    cursor: pointer;
}

.otp-verification-form {
    position: fixed;
    top: 50%;
    z-index: 99;
    max-width: 508px;
    background: #fff;
    border-radius: 8px;
    padding: 57px 20px 38px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.ekyc-otp-popup-open .ekyc-otp-form {
    opacity: 1;
    visibility: visible;
}

.ekyc-otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.eq-otp-popup-open .eq-otp-form {
    opacity: 1;
    visibility: visible;
}

.eq-otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.manually-otp-popup-open .manually-otp-form {
    opacity: 1;
    visibility: visible;
}

.manually-otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.reupload-pop-open .reupload-pop {
    opacity: 1;
    visibility: visible;
}

.reupload-pop-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.otp-overlay,
.inq-overlay {
    background-color: rgba(51, 51, 51, 0.7);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.otp-verification-form h3 {
    margin: 0 0 14px;
    font-family: 'Adani-Regular';
    font-weight: normal;
    font-size: 28px;
    line-height: 0.86;
}

.otp-verification-form p {
    color: #666;
    font-size: 14px;
    line-height: 1.43;
}

    .otp-verification-form p strong {
        font-weight: normal;
        font-family: 'Adani-Regular';
    }

.otp-verification-form .inputs {
    justify-content: center;
}

.otp-verification-form .otp-section {
    padding-top: 29px;
    margin: 0;
}

.otp-verification-form .otp-desc {
    padding-top: 47px;
    display: block;
}

    .otp-verification-form .otp-desc span {
        display: block;
        margin-bottom: 22px;
    }

.otp-verification-form .otp-btn-section {
    padding-top: 50px;
    width: 100%;
    display: inline-grid;
    text-align: center;
}

    .otp-verification-form .otp-btn-section .btn-secondary {
        max-width: 280px;
        width: 100%;
        margin: 0 auto 25px;
    }

    .otp-verification-form .otp-btn-section .cancel-btn {
        display: inline-block;
        color: #333333 !important;
    }

    .otp-verification-form .otp-btn-section .btn-secondary:disabled {
        background: #525252;
        border-color: #525252;
    }

.inq-btn {
    cursor: pointer;
}

.inquiry-form {
    position: relative;
    /* top: 50%; */
    /* z-index: 99; */
    max-width: 892px;
    background: #fff;
    border-radius: 8px;
    padding: 55px 40px;
    /* transform: translateY(-50%); */
    /* left: 0; */
    /* right: 0; */
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /* overflow-y: auto; */
    margin: 0 auto;
}

    .inquiry-form.active {
        max-height: 611px;
        height: 100vh;
        margin: 20px auto;
    }

.inq-popup-open .inquiry-form {
    opacity: 1;
    visibility: visible;
}

.inq-popup-open .inq-overlay {
    opacity: 1;
    visibility: visible;
}

.inquiry-form h3 {
    margin: 0;
    font-weight: normal;
    font-family: 'Adani-Regular';
    font-size: 28px;
    line-height: 0.86;
    color: #222;
    padding-bottom: 34px;
}

.inquiry-form .form-group > label {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}

.inquiry-form .form-group {
    margin: 0;
}

.inquiry-form .button-section {
    padding-top: 70px;
}

.inquiry-form .btn-secondary:disabled {
    background: #525252;
    border-color: #525252;
}

.inquiry-form .btn-secondary {
    margin-right: 60px;
}

.inquiry-form.active .otp-section {
    display: inline-block !important;
}

.inquiry-form .otp-section p {
    padding-top: 14px;
}

.inquiry-form .otp-section .otp-desc a {
    font-family: 'Adani-Medium';
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

.adg-tab-content .form-group.otp-section p strong {
    font-weight: normal;
    font-family: 'Adani-Regular';
}



@media (max-width: 899px) {
    .otp-verification-form h3 {
        font-size: 24px;
    }

    .otp-verification-form .otp-desc {
        padding-top: 27px;
    }

    .otp-verification-form {
        padding: 47px 20px 36px;
        width: calc(100% - 30px);
    }

    .inquiry-form {
        width: calc(100% - 10px);
        padding: 40px 20px;
    }

        .inquiry-form h3 {
            font-size: 24px;
            line-height: 1;
        }

        .inquiry-form .button-section {
            text-align: center;
            padding-top: 60px;
        }

        .inquiry-form .btn-secondary {
            margin: 0 0 19px;
        }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.adg-payment-page {
    background: #fff;
    padding: 40px 0;
}

    .adg-payment-page h3 {
        font-family: 'Adani-Regular';
        font-size: 32px;
        line-height: 1.25;
        color: #333;
        padding-bottom: 32px;
    }

    .adg-payment-page h4 {
        font-family: 'Adani-Regular';
        font-size: 20px;
        line-height: 1.2;
        color: #222;
        padding-bottom: 24px;
    }

    .adg-payment-page .form-group > label {
        color: #333;
        margin-bottom: 10px;
    }

    .adg-payment-page .form-control {
        border: solid 1px #eaeaea;
        background-color: rgba(249, 249, 249, 0.5);
        padding: 19.5px 15px;
        line-height: normal;
        color: #222;
        font-family: 'Adani-Regular';
    }

.payment-form .form-group {
    margin: 0;
}

.adg-payment-page .payment-method {
    padding-top: 60px;
    margin-bottom: 66px;
}

.payment-content {
    max-width: 800px;
}

.adg-payment-page .payment-method ul {
    border: solid 1px #eaeaea;
}

    .adg-payment-page .payment-method ul li + li {
        border-top: solid 1px #eaeaea;
    }

    .adg-payment-page .payment-method ul li {
        padding: 25px 32px;
    }

        .adg-payment-page .payment-method ul li span {
            font-family: 'Adani-Regular';
            line-height: 1.75;
        }

.payment-form .btm-sec h4 {
    padding-bottom: 29px;
}

.payment-form .btm-sec p {
    padding-bottom: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 1.71;
}

    .payment-form .btm-sec p:last-of-type {
        padding-bottom: 0;
    }

    .payment-form .btm-sec p strong {
        font-family: 'Adani-Regular';
        font-weight: normal;
        color: #333;
    }

.adg-payment-page .payment-method ul li .btn {
    display: block;
    background-color: #f63;
    max-width: 200px;
    padding: 18px 12px;
    width: 100%;
    color: #fff;
    margin-top: 32px;
}

@media (min-width: 1200px) {
    .adg-payment-page .container {
        max-width: 1140px;
    }
}

@media (max-width: 899px) {
    .adg-payment-page {
        padding: 32px 0;
    }

        .adg-payment-page h3 {
            font-size: 24px;
            line-height: 1.67;
        }

        .adg-payment-page h4 {
            font-size: 18px;
        }

        .adg-payment-page .payment-method {
            padding: 32px 0;
        }
}

.adg-payment-page .payment-method ul li img {
    margin-right: 12px;
}

.adg-inner-tabber > ul li.prev-active {
    color: #54ba8e;
}

    .adg-inner-tabber > ul li.prev-active:after {
        width: 100%;
        height: 4px;
        margin: 9px 0 0;
        background-color: #54ba8e;
        content: '';
        display: block;
    }

.new-connection-erros {
    color: red !important;
    font-size: 16px !important;
    margin-top: 10px;
}

#selected-scheme input#radio1 {
    display: none !important;
}

.after-upload .upload-section-after-upload span {
    float: right;
    width: unset !important;
    margin-right: 25px;
    text-decoration: underline;
    margin-left: 0px !important;
    cursor: pointer;
}

.upload-section-after-upload {
    position: absolute;
    right: 0;
}

.cm_details_page .desc h3 {
    font-family: 'Adani-Regular';
    font-size: 32px;
    color: #333;
    line-height: 1.25;
    padding-bottom: 10px;
}

.cm_details_page .connection-wrapper {
    background: #fff;
    margin-top: 32px;
    padding: 52px 32px;
}

.cm_details_page .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .cm_details_page .status p {
        color: #666666;
        font-size: 17px;
        line-height: 2;
    }

    .cm_details_page .status .review {
        background-color: rgba(13,103,202,0.1);
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.43;
        padding: 2px 15px;
    }

        .cm_details_page .status .review span {
            border-radius: 50%;
            background-color: #0d67ca;
            width: 8px;
            height: 8px;
            display: inline-block;
            margin-right: 2px;
        }

.cm_details_page .connection-wrapper h3 {
    font-family: 'Adani-Regular';
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    margin: 0 0 24px;
}

.cm_details_page .connection-wrapper .span6 {
    width: 50%;
    padding: 0 10px;
}

.cm_details_page .connection-wrapper .row-fluid {
    display: flex;
    margin: 0 -10px;
}

.details-wrapper + .details-wrapper {
    margin-top: 30px;
}

.details-wrapper label {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.details-wrapper span {
    font-family: 'Adani-Regular';
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.cm_details_page .btm {
    padding-top: 50px;
}

.cm_details_page .button-section {
    text-align: right;
    padding-top: 80px;
}

.cm_details_page .connection-wrapper .btn-secondary {
    max-width: 343px;
}

.cm_details_page .desc p {
    font-family: 'Adani-Regular';
    font-size: 14px;
    color: #666666;
}

    .cm_details_page .desc p strong {
        color: #333333;
    }

@media (max-width: 899px) {
    .cm_details_page .connection-wrapper {
        padding: 30px;
    }

        .cm_details_page .connection-wrapper h3 {
            font-size: 16px;
        }

        .cm_details_page .connection-wrapper .row-fluid {
            display: block;
        }

        .cm_details_page .connection-wrapper .span6 {
            width: 100%;
        }

    .details-wrapper {
        display: flex;
        justify-content: space-between;
    }

        .details-wrapper span {
            font-size: 14px;
            text-align: right;
        }

        .details-wrapper label {
            font-size: 14px;
        }

    .cm_details_page .button-section {
        text-align: center;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .cm_details_page .connection-wrapper .btn-secondary {
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .cm_details_page .button-section .back-btn {
        margin: 0;
        width: 100%;
    }
}

#selected-scheme input {
    display: none !important;
}

#selected-scheme .recomended-btn {
    display: none !important;
}

.new-connection-active-button {
    color: #fff !important;
    background-color: #f63;
    border-color: #f63;
}

.after-upload .img {
    cursor: pointer;
}

.after-upload .desc {
    cursor: pointer;
}


.scheme-item .scheme-details-link {
    display: inline-block;
    margin-top: 23.5px;
    cursor: pointer;
}

.scheme-details-popup, .mrp-guid-container {
    max-width: 895px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 8px;
    z-index: 91;
    padding: 32px;
    opacity: 0;
    visibility: hidden;
}

    .scheme-details-popup .sch-close, .mrp-guid-container .sch-close {
        width: 22px;
        height: 22px;
        margin-bottom: 22px;
        cursor: pointer;
    }

    .scheme-details-popup .inner > h3, .mrp-guid-container .inner > h3 {
        font-family: 'Adani-Regular';
        font-size: 28px;
        line-height: normal;
        color: #222;
        margin: 0;
        padding-bottom: 15px;
    }

    .scheme-details-popup .inner > h6 {
        font-family: 'Adani-Regular';
        font-size: 1rem;
        line-height: 1.5;
        color: #666;
        margin: 0;
        padding-bottom: 12px;
    }

    .scheme-details-popup .inner > p, .mrp-guid-container .inner > p {
        font-family: 'Adani-Regular';
        font-size: 1rem;
        line-height: 1.5;
        color: #222;
        text-transform: capitalize;
    }

    .scheme-details-popup .span6 {
        width: 50%;
    }

    .scheme-details-popup .popup-wrap {
        display: flex;
        padding-top: 24px;
    }

.schOverlay {
    background-color: rgba(51, 51, 51, 0.6);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.scheme-details-popup .popup-wrap h4 {
    color: #666666;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Adani-Regular';
}

.scheme-details-popup .popup-wrap h5 {
    font-family: 'Adani-Regular';
    font-size: 1rem;
    line-height: 1.5;
}

.scheme-details-popup .popup-wrap .item {
    margin-bottom: 24px;
}

.scheme-details-popup .sch-close svg, .mrp-guid-container .sch-close svg {
    height: inherit;
    width: inherit;
    fill: #333;
}

.scheme-details-popup .sch-button-wrapper {
    text-align: right;
    padding-top: 34px;
}

    .scheme-details-popup .sch-button-wrapper .btn-secondary {
        color: #fff !important;
        text-decoration: none !important;
        padding: 13px 14px;
        font-size: 16px;
        line-height: 1.5;
        height: auto;
        max-width: 240px;
        display: inline-block;
        width: 100%;
        font-family: 'Adani-Regular';
        background-color: #f63;
        border-color: #f63;
    }

.sch-detail-open .scheme-details-popup{
    opacity: 1;
    visibility: visible;
}

.sch-detail-open .schOverlay {
    opacity: 1;
    visibility: visible;
}

.mrp-open-popup .mrp-guid-container {
    opacity: 1;
    visibility: visible;
}

.mrp-open-popup .schOverlay {
    opacity: 1;
    visibility: visible;
}
p.otp-heading {
    font-family: 'Adani-Regular' !important;
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: normal;
    color: #333 !important;
}

@media (min-width: 992px) and (max-height: 730px) {
    .scheme-details-popup .sch-button-wrapper {
        padding-bottom: 20px;
    }

    .scheme-details-popup .popup-wrap .item {
        margin-bottom: 15px;
    }

    .scheme-details-popup .popup-wrap {
        padding-top: 15px;
    }

    .scheme-details-popup .inner > h3 {
        padding-bottom: 10px;
    }

    .scheme-details-popup .inner > h6 {
        padding-bottom: 10px;
    }

    .scheme-details-popup {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .scheme-details-popup .sch-close {
            margin-bottom: 15px;
        }
}

@media (min-width: 992px) and (max-height: 650px) {
    .scheme-details-popup {
        max-height: 530px;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {

    .forgot-popup .wrp {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        border: 1px solid #e8e7e7;
        padding: 23px 19px;
        border-radius: 4px;
    }

        .forgot-popup .wrp svg {
            margin: 0;
        }

    .forgot-popup p:last-of-type {
        margin: 0 !important;
        font-size: 16px !important;
    }

    .forgot-popup p {
        text-align: left;
    }

    .forgot-popup .desktop-icon {
        display: none;
    }

    .forgot-popup .mobile-svg {
        display: block !important
    }

    .forgot-popup h3 {
        font-size: 20px;
        margin-bottom: 37px;
    }

    .forgot-popup {
        width: 90%;
        max-height: 345px;
    }

        .forgot-popup p:first-of-type {
            margin-bottom: 8px;
        }

        .forgot-popup .en_stat_close {
            margin-top: 43px;
            display: inline-block;
            color: #212529;
            font-family: 'Adani-Medium';
            text-decoration: underline;
        }


    .inquiry-form .con-btn {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        min-width: 100%;
        margin-bottom: 15px !important;
    }

    .cm_details_page .button-section .back-btn {
        margin: 15px 0 0 0 !important;
    }

    span.ctr-inq {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-bottom: 20px;
        min-width: 100% !important;
        max-width:100% !important;
    }
    

    .cm_details_page .button-section {
        display: flex;
        flex-wrap: wrap-reverse;
        padding-top: 30px;
        min-width: 100% !important;
        max-width:100% !important;
    }

    .scheme-details-popup .inner > h3 {
        font-size: 24px;
        line-height: 1;
    }

    .scheme-details-popup .span6 {
        width: 100%;
    }

    .scheme-details-popup .popup-wrap {
        display: block;
    }

    .scheme-details-popup {
        overflow-y: auto;
        margin: 22px auto;
        transform: none;
        height: calc(100vh - 22px);
        top: 0;
    }

        .scheme-details-popup .sch-button-wrapper {
            text-align: center;
            padding: 0;
        }

            .scheme-details-popup .sch-button-wrapper .btn-secondary {
                width: 100%;
                display: block;
                max-width: 100%;
            }
}

.inquiry-form .form-group > label {
    margin-bottom: 10px;
}

.inquiry-form .form-group .form-control {
    height: 60px;
    margin-bottom: 17px;
}

.inquiry-form p {
    font-family: 'Adani-Regular';
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

#selected-scheme .scheme-details-link {
    color: #666666 !important;
    text-decoration: underline !important;
    font-family: 'Adani-Regular';
    font-size: 12px;
    line-height: 1.7;
    cursor: pointer;
}

.uploaded-doc-lis label {
    text-transform: capitalize;
}


.adg-tab-content select {
    border: solid 1px #eaeaea;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    font-family: 'Adani-Regular';
    -webkit-appearance: none;
    appearance: none;
}

.adg-tab-content .select2-container {
    padding: 10px 20px !important;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Adani-Regular';
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    display: block;
    border: solid 1px #eaeaea;
    background-color: #fff;
    width: 100%;
    height: 60px;
}

.adg-tab-content .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 0px;
}

    .adg-tab-content .select2-container--default .select2-selection--single:focus-visible {
        outline: none !important;
    }

    .adg-tab-content .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none !important;
    }

    .adg-tab-content .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #495057;
        line-height: 2rem;
    }

.adg-tab-content span#select2-City-container:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none !important;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 105;
}

.selectBox {
    position: relative;
}

    .selectBox:after {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        content: "";
        z-index: 98;
        position: absolute;
        right: 20px;
        top: 50%;
    }

.phone-grp {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
}

    .phone-grp .prefix {
        font-weight: 300;
        font-size: 14px;
        color: #999;
        padding: .15rem .75rem;
        border-right: 1px solid #eaeaea;
    }

    .phone-grp .form-control {
        border: 0;
    }

@media (max-width: 500px) {
    .otp-verification-form .inputs {
        flex-wrap: wrap;
    }

    .otp-section .form-control {
        margin-bottom: 10px;
        min-width:16px;
    }
}

.reupload-pop a.btn.btn-secondary.active {
    background-color: #f63;
    border-color: #f63;
}

.otp-verification-form.reupload-pop {
    padding: 7px 0px 8px !important;
}

.toggle {
    align-items: center;
    display: flex;
    border: 1px solid #eaeaea;
}

.toggle__input {
    border: none;
    flex: 1;
    /* Misc */
    padding: 0.5rem;
}

.toggle__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    padding-top: 1rem;
}

p.after-enquriy-creted {
    font-size: 17px;
}

p.num-inq {
    font-size: 17px !important;
}

.nxt-red {
    background-color: red !important;
}


.forgot-popup {
    position: fixed;
    max-width: 518px;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 42px 24px 32px;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: auto;
    max-height: 360px;
    height: 100vh;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.forgot-popup h3 
{
        font-size: 24px;
        font-family: Adani-Medium;
        line-height: normal;
        margin-bottom: 33px;
}

.forgot-popup .stat_close a {
        font-family: Adani-Medium;
        text-align: center;
        display: inline-block;
        text-decoration: underline;
        cursor: pointer;
    }

    

    .forgot-popup .stat_close {
        text-align: center;
        display: block;
        padding-top: 10px;
    }

        .forgot-popup .stat_close a:hover {
            text-decoration: none;
        }

.en-stat-open .det_overlay {
    opacity: 70%;
    visibility: visible;
}

.en-stat-open .forgot-popup {
    opacity: 1;
    visibility: visible;
}

.en-stat-open .det_overlay {
    opacity: 70%;
    visibility: visible;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.forgot-popup {
    text-align: center;
}

.forgot-popup h3 {
    margin-bottom: 22px;
}

.forgot-popup p:first-of-type {
    line-height: normal;
    color: #666;
    margin-bottom: 13px;
}

.forgot-popup p:last-of-type {
    font-family: Adani-Medium;
    font-size: 18px;
    line-height: normal;
    color: #333;
    margin-bottom: 41px;
}

.forgot-popup svg {
    margin-bottom: 24px;
}

.forgot-popup .stat_close {
    padding: 0;
}

.inquiry-form .con-btn {
    margin: 0;
    opacity: 1;
    max-width: 240px;
    width: 100%;
    padding: 15px 18px;
    margin-left: 60px;
}

.inquiry-form .back-btn {
    color: #333;
    font-family: Adani-Medium;
    text-decoration: underline;
}
.forget-link {
    font-family: Adani-Medium;
    color: #333 !important;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    margin-left: 16px;
    text-decoration: underline !important;
    cursor: pointer;
	float: right;
}

.forget-link:hover {
    text-decoration: none !important;
}

.en_stat_close a {
    cursor: pointer;
}

/* offer disount css */
.discount_applied .modal-dialog {
    max-width: 450px;
}

    .discount_applied .modal-dialog .modal-content {
        padding: 42px;
    }

        .discount_applied .modal-dialog .modal-content .offer_content {
            text-align: center;
        }

            .discount_applied .modal-dialog .modal-content .offer_content .title {
                font-size: 28px;
                font-weight: 600;
                margin-top: 36px;
                margin-bottom: 12px;
            }

            .discount_applied .modal-dialog .modal-content .offer_content p {
                margin-bottom: 0;
            }

            .discount_applied .modal-dialog .modal-content .offer_content .review_btn {
                display: block;
                background: #ff6633;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                height: 52px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 52px;
                text-decoration: none;
            }

            .discount_applied .modal-dialog .modal-content .offer_content .bottom_nav {
                font-size: 16px;
                color: #222;
                text-decoration: underline;
                margin-top: 40px;
                display: block;
            }

@media (max-width: 768px) {
    .discount_applied .modal-dialog {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
/* offer disount css */