.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    background: linear-gradient(to right, #0e5eff 0%, #4bb0fd 100%);
}

.card .company_logo {
    max-width: 200px;
    max-height: 250px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.payment_success .card .company_logo,
.payment_failure .card .company_logo {
    margin-top: 30px;
}

.company_logo_section {
    width: 100%;
    text-align: center;
    float: left;
}

.company_logo {
    margin-top: 20px;
    margin-bottom: 30px !important;
}

.custom_msg_section .msg_header {
    color: #f26c4f;
    font-size: 22px;
    margin-bottom: 10px;
}

.payment_success .custom_msg_section .msg_header {
    color: rgb(54, 54, 54, 1);
}

.custom_msg_section .msg_img {
    margin-bottom: 15px;
}

.payment_page .form-control {
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.payment_page .form-control:focus,
.payment_page .form-control:hover {
    border-radius: 4px;
    border: 1px solid #3a97d45c;
    box-shadow: none;
}

.payment_page .input-group-text {
    background: linear-gradient(to right, #0e5eff 0%, #4bb0fd 100%);
    color: #fff;
    font-weight: bold;
}

#btnSubmit {
    width: 100%;
    text-transform: capitalize;
    height: 55px;
    border-radius: 6px;
    background-color: #3eb0ff;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: calc(0.1rem + 1px);
}

.float-right.cards_img {
    position: absolute;
    right: 2px;
    top: 29px;
}

.float-right.cards_img img {
    width: 20px;
}

.justify-content-center {
    width: 100%;
}

.payment_page .card-body {
    padding: 2rem 2rem !important;
}

.g-recaptcha div {
    width: 100% !important;
}

.payment_page .input-group-text {
    padding: 0.24rem 0.75rem;
}

.payment_page .form-control {
    height: calc(1.2em + 0.75rem + 2px);
    color: #333333;
}

.payment_page .col-form-label {
    font-size: 13px;
    font-weight: 600;
    color: rgb(94, 94, 94, 1);
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.payment_sections {
    padding: 0 10%;
}

.payment_page .card_number .form-control {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card_cvv_row .form-control {
    border-radius: 0px;
}

.card_cvv_row .expiry_input .form-control {
    border-bottom-left-radius: 4px;
}

.card_cvv_row .cvv_input .form-control {
    border-bottom-right-radius: 4px;
}

.col-sm-6.expiry_input,
.col-md-6.expiry_input,
.address_sec {
    padding-right: 1px;
}

.col-sm-6.cvv_input,
.col-md-6.cvv_input,
.postcode_sec {
    padding-left: 1px;
}

.address_sec .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.postcode_sec .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-group.card_number {
    margin-bottom: 2px !important;
}

.g-recaptcha {
    text-align: center;
}

.powereby_img {
    height: 16px;
    width: auto;
    margin-left: 4px;
}

.card_footer {
    padding: 10px 15px;
    background: #f9f9f9;
}

.c_responsive {
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 40px;
    color: rgb(102, 102, 102, 102);
}

.security_icon {
    height: 16px;
    margin-top: 0;
}

.c_responsive span {
    width: 100%;
    display: block;
    margin-top: 10px;
    color: rgb(94, 94, 94, 1);
}

.cs {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 300;
}

.cs_label {
    width: 100%;
    float: left;
    text-align: left;
    color: rgb(102, 102, 102, 102);
    font-size: 14px;
}

.cs_value {
    text-align: left;
    width: 100%;
    display: block;
    color: rgb(54, 54, 54, 1);
}

.footer_txt {
    color: rgb(140, 140, 140, 1);
    font-size: 12px;
}

.form-control::placeholder {
    color: rgb(163, 163, 163, 1);
}

.right_section .rectangle {
    max-width: 40px;
    margin-right: 10px;
}

.right_section.float-right {
    float: right !important;
}

.receiptFooter {
    width: 80%;
    margin: 30px auto 0;
    font-weight: 500;
    color: #000;
}

.payment_failure .right_section.float-right,
.payment_failure .left_section.float-left,
.payment_success .right_section.float-right,
.payment_success .left_section.float-left {
    width: 100%;
    text-align: center;
}

#btn-send-your-request {
    border-radius: 37px;
    background-color: #125efb;
    color: white;
    font-size: 34px;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    padding: 0px 8px;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

#popoverSendYourRequest {
    width: 400px;
    max-width: 400px;
}

.footer_txt {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.footer_txt:before {
    position: absolute;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.card_footer_left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.payment_page .paylinkpage .card-body {
    padding: 2rem 2rem 1.5625rem !important;
}

/*payment_success*/
.payment_success,
.payment_success .container,
.payment_success .container .row {
    height: 100%;
}

.payment_success .container .row {
    align-items: center;
}

.payment_success_in {
    width: 509px;
    padding: 0;
    max-width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
}

.payment_success .card {
    border: 0;
}

.payment_success_in .card-body {
    padding: 0;
}

.payment_success_in .msg_header {
    height: 334px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(circle at center,
            #0a93ff 0%,
            #0756f6 100%);
}

.payment_success_in .msg_header span {
    width: 133px;
    height: 133px;
    border-radius: 67px;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.06));
    background-color: rgb(255 255 255 / 13%);
    display: inline-block;
    vertical-align: middle;
    line-height: 133px;
}

.payment_success_in .msg_header span i {
    width: 111px;
    height: 111px;
    border-radius: 56px;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(-32deg,
            #00b259 0%,
            #13cb6f 2%,
            #3ffe88 100%);
    display: inline-block;
    line-height: 111px;
}

.payment_success_in .msg_header span i img {
    width: 58px;
    height: 48px;
}

.payment_success_in .msg_header h5 {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.payment_success_in .msg_header p {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.payment_success_in .msg_header h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

.payment_success_in .msg_header h2 {
    font-size: 34px;
    line-height: 51px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.payment_success_in .cs {
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}

.payment_success_in .table-responsive {
    padding: 0 41px;
}

.payment_success_in .cs_label {
    font-size: 15px;
    line-height: 24px;
    color: #7b7b7b;
    font-weight: 400;
    text-align: left;
    height: 35px;
}

.payment_success_in .cs_value img {
    width: 35px;
}

.payment_success_in .cs_value {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

.payment_success_in .cs_value b {
    display: inline-block;
    vertical-align: middle;
}

.payment_success_in .receiptFooter {
    padding: 0 41px;
    width: 100%;
    text-align: left;
}

.payment_success_in .receiptFooter p,
.payment_success_in .receiptFooter strong {
    font-size: 14px;
    color: #68798b;
}

.payment_success_in .receiptFooter p a {
    color: #145af5;
}

.payment_success_in .receiptFooter strong {
    margin-top: 40px;
}

.payment_success_in .card_footer {
    background-color: transparent;
}

.payment_success_in .security_icon {
    margin: 20px 0 20px;
    height: auto;
}

.payment_success_in .paylink_footerBtm {
    background-color: #f5f8fd;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.payment_success_in .paylink_footerBtm p {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.securitypageFooter .card_footer_left {
    margin-bottom: 0px;
}

.securitypageFooter .card_footer_left .security_icon {
    height: auto;
}

.securitypageFooter .card_footer_right p {
    font-size: 13px;
}

/*payment_success*/
/*PAYMENT FAILURE START*/
.payment_failure,
.payment_failure .container,
.payment_failure .container .row {
    height: 100%;
}

.payment_failure .container .row {
    align-items: center;
}

.payment_failure .card {
    padding: 0;
    max-width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    overflow: hidden;
}

.payment_failure .card-body {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
}

.payment_failure .card_footer,
.payment_success .card_footer {
    margin-top: 15px;
    padding: 0 15px !important;
}

.payment_failure th,
.payment_success th {
    color: #737272;
    font-weight: 400;
    font-size: 20px;
}

.payment_failure .card-footer,
.payment_success .card-footer,
.payment_page .card-footer {
    color: #fff;
    font-size: 26px;
    font-family: Montserrat;
    text-transform: lowercase;
}

.payment_failure .card,
.payment_success .card,
.payment_page .card {
    border-radius: 0;
}

.payment_failure .custom_msg_section .msg_header {
    font-size: 20px;
    line-height: 29px;
    color: #333333;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.payment_failure .c_responsive {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
    margin-top: 13px;
}

.payment_failure .receiptFooter p,
.payment_failure .receiptFooter strong {
    font-size: 15px;
    color: #68798b;
    margin: 50px;
}

.payment_failure .card_footer {
    background-color: transparent;
}

.payment_failure .card-footer .left_section {
    margin: 15px 0;
}

.payment_failure .card_footer .left_section {
    margin-top: 35px;
}

.payment_failure .card_footer .paylink_footerBtm {
    background: #f9f9f9;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

/*PAYMENT FAILURE END*/
.paylinkpage .bg-white {
    overflow: hidden;
}

.payMethod_apart .nav-pills li a {
    background: #b9b8b8;
    border-radius: 5px;
    height: 45px;
    padding: 2px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #636363;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
}

.payMethod_apart .nav-pills li {
    flex: 1 1 30%;
    max-width: 33%;
}

.payMethod_apart .nav-pills {
    gap: 0 15px;
    margin-bottom: 2rem;
}

.payMethod_apart .nav-pills a.active {
    background: #3fb0ff;
    color: #fff;
}

.payMethod_apart .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 19px;
    color: #9e9e9e;
}

.dark_grey_color {
    color: #636363;
}

.select-btnwrap {
    display: flex;
    gap: 0 13px;
}

.select-btn {
    padding: 0;
    display: flex;
    flex: 1 1 40%;
    max-width: 40%;
}

.select-btn label {
    font-size: 12px;
    line-height: 14px;
    color: #636363;
    position: relative;
    margin-bottom: 0;
    padding: 13px 18px 13px 18px;
    background: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-family: "Cabin", sans-serif !important;
}

.select-btn .btn-check {
    position: relative;
    display: none;
}

.select-btn label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #949494;
    position: absolute;
    border-radius: 50px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.select-btn .btn-check:checked+label {
    background: #3fb0ff;
    color: #fff;
}

.select-btn .btn-check:checked+label:before {
    content: "";
    border: 1px solid #fff;
}

.select-btn .btn-check:checked+label:after {
    content: "";
    width: 9px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
    position: absolute;
    border-radius: 50px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.select-btn .btn-check:disabled+label {
    background: #b9b8b8;
    color: #636363;
}

/*MEDIA QUERY START*/
@media (max-width: 1280px) {
    .payment_success .msg_header span i img {
        max-width: 265px;
    }

    .payment_success .msg_header span img.tick-icon {
        top: -45px;
        width: 110px;
        height: auto;
    }

    .payment_failure .receiptFooter p,
    .payment_failure .receiptFooter strong {
        margin: 20px;
        text-align: center;
    }

    .payment_success .msg_header h5 {
        font-size: 28px;
    }

    .payment_success .msg_header p {
        font-size: 18px;
    }

    .payment_failure .container .row {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .payment_success_in .security_icon {
        margin: 0px;
    }

    .payment_failure,
    .payment_failure .container,
    .payment_failure .container .row,
    .payment_success,
    .payment_success .container,
    .payment_success .container .row {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    .payment_success .msg_header h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .sucess-table {
        padding: 2rem;
        margin-top: 1rem;
    }

    .payment_success_in .cs {
        padding: 15px 0;
    }

    .sucess-table .cs .cs_left .cs_label {
        font-size: 17px;
        line-height: 21px;
        height: 26px;
    }

    .sucess-table .cs .cs_left .cs_value b {
        font-size: 17px;
        line-height: 21px;
    }

    .receiptFooter {
        margin: 15px auto 0;
    }

    .payment_success_in .receiptFooter strong {
        margin-top: 20px;
    }

    .payment_failure .card_footer,
    .payment_success .card_footer {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .securitypageFooter .card_footer_right p {
        line-height: normal;
    }

    .securitypageFooter .card_footer_left {
        padding-left: 2.75rem;
    }

    .securitypageFooter .card_footer_right {
        padding-right: 2.75rem;
    }
}

@media (max-width: 990px) {
    .card_footer_right p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .card_footer_left {
        justify-content: center;
    }

    .card_footer_right .justify-content-flex-end {
        justify-content: center !important;
    }

    .securitypageFooter {
        padding: 10px 15px 0 !important;
    }

    .securitypageFooter .card_footer_right {
        background: #f9f9f9;
        padding: 10px;
    }

    .payment_failure .card-body,
    .payment_success .card-body {
        padding-top: 0 !important;
    }

    .payment_success .msg_header h5 {
        font-size: 28px;
    }

    .securitypageFooter .card_footer_left {
        padding-left: 15px;
    }

    .securitypageFooter .card_footer_right p {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .vertical-center {
        min-height: auto;
    }

    .payment_failure .card,
    .payment_success .card,
    .payment_page .card {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.125);
        float: left;
        width: 100%;
    }

    .payment_failure .card-body,
    .payment_success .card-body,
    .payment_page .card-body {
        padding: 2rem 0.5rem !important;
    }

    .justify-content-center {
        margin: 0 auto;
    }

    .payment_failure .card-footer,
    .payment_success .card-footer,
    .payment_page .card-footer {
        font-size: 21px;
    }

    .payment_failure th,
    .payment_success th {
        font-size: 18px;
    }

    .payment_failure td {
        font-size: 18px;
        color: #f26c4f;
    }

    .payment_success td {
        font-size: 18px;
        color: #4ec581;
    }

    .payment_sections {
        padding: 0 1%;
    }

    .company_logo_section {
        width: 100%;
        text-align: center;
    }

    .g-recaptcha div {
        text-align: center;
    }

    .address_row .address_sec {
        width: 66.666667%;
    }

    .address_row .postcode_sec {
        width: 33.333333%;
    }

    .col-md-6.cvv_input,
    .expiry_input {
        width: 50%;
    }

    .card_footer {
        padding: 10px 0px;
        border-top: none;
        background: none;
        font-size: 14px;
    }

    .right_section.float-right,
    .left_section.float-left {
        width: 100%;
        text-align: center;
    }

    .security_icon {
        margin-right: 0px;
    }

    .card_footer {
        font-size: 12px;
        background: #f9f9f9;
    }

    .receiptFooter {
        width: 90%;
    }

    #popoverSendYourRequest {
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        left: auto !important;
        width: 360px;
        max-width: 400px;
    }

    html {
        height: auto !important;
    }

    body.popover-x-body.modal-open {
        height: auto !important;
        position: relative;
    }

    .card_footer_left {
        margin-bottom: 20px;
    }

    #signup_modal_btn {
        padding: 7px 10px !important;
    }

    .payment_success .msg_header span i img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {

    .payment_success_in .cs .cs_left {
        width: 100%;
        padding: 10px 0;
    }

    .payment_success_in .cs {
        padding: 10px 0;
    }

    .payment_success_in .cs_label,
    .payment_success_in .cs_value {
        text-align: center !important;
    }

    .payment_success_in .table-responsive,
    .payment_success_in .receiptFooter {
        padding: 0 21px;
    }
}

@media (max-width: 480px) {
    .footer_txt {
        font-size: 10px;
    }

    .footer_txt:before {
        height: 100%;
    }
}

/*MEDIA QUERY END*/

.payment_failure .card_footer .left_section {
    margin-top: 35px;
    float: none !important;
}

.payment_failure .left_section .security_icon {
    height: auto;
}

.payment_failure .card_footer .paylink_footerBtm {
    background: #f9f9f9;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

.payment_failure .receiptFooter {
    margin: 0px auto 0;
}

.company_logo_section {
    float: none;
}

.securitypageFooter .card_footer_left .security_icon {
    height: 33px;
}

li.disabled-btn {
    position: relative;
}

li.disabled-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #b9b8b8;
    border-radius: 5px;
    opacity: 0.7;
}

.bluebtn-submit {
    background: #3fb0ff;
    border-radius: 5px;
    border: 0;
    height: 55px;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    min-width: 420px;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    text-transform: none;
    transition: all 0.3s;
    font-weight: 700;
    text-align: center;
}

.payMethod_apart #btnSubmit,
.payMethod_apart #btnPayByDirectDebit {
    font-weight: 700;
}

#paybyDirecttab #btnPayByDirectDebit {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: #3eb0ff;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
}

.payment_success_in .receiptFooter strong {
    color: #343a3f;
}

.g-pay-btn {
    background: #000;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 17px 12px;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-pay-btn img {
    max-width: 115px;
}

.g-pay-btn:hover {
    background: #3c4043;
}

.pl {
    min-width: 100%;
    max-width: 100%;
    margin-top: 1rem;
}

@media (max-width: 575px) {
    .paylinkpage .payMethod_apart.card-only .float-right.cards_img {
        top: 50%;
    }

    .paylinkpage .payMethod_apart.card-only .row.address_row .pe-0 {
        padding-right: 15px !important;
    }
}

@media (max-width: 428px) {
    .paylinkpage .payMethod_apart.card-only .float-right.cards_img {
        top: -22px;
        transform: translateY(0%);
        background: white;
        border: 1px solid gray;
        padding: 2px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        right: 2px;
        min-height: 26px;
    }
}

.lrn-more-link {
    color: #3d76f8;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.lrn-more-link:hover {
    color: #0056b3;
    text-decoration: none;
}

/******dev_qr_code_modal***********/
.divider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #41b2f6;
}

.divider span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #41b2f6;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

ul.steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.steps li {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #343a3f;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 480px) {
    .divider {
        position: static;
        transform: translate(0);
        width: 100%;
        height: 2px;
        margin: 30px 0;
    }
}

/******dev_qr_code_modal* end**********/
#btn-send-your-request {
    left: calc(50vw - (-300px));
}

.new-payment-page~#btn-send-your-request {
    left: calc(50vw - (-400px));
}

#popoverSendYourRequest {
    position: fixed;
    bottom: 20px !important;
    left: calc(50vw - (110px)) !important;
    top: auto !important;
    right: auto !important;
}

.new-payment-page~#popoverSendYourRequest {
    left: calc(50vw - (0px)) !important;
}

@media (min-width: 1440px) {
    .new-payment-page~#btn-send-your-request {
        left: calc(50vw - (-480px));
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-75px)) !important;
    }
}

@media (min-width: 1700px) {
    .new-payment-page~#btn-send-your-request {
        left: calc(50vw - (-580px));
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-170px)) !important;
    }
}

@media (max-width: 1280px) {
    .new-payment-page~#btn-send-your-request {
        left: calc(50vw - (-430px));
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-20px)) !important;
    }
}

@media (max-width: 1199px) {
    .new-payment-page~#btn-send-your-request {
        left: auto;
    }

    .payment_page~#popoverSendYourRequest {
        bottom: 20px !important;
        left: calc(50vw - (30px)) !important;
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-120px)) !important;
    }
}

@media (max-width: 1080px) {
    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-68px)) !important;
    }
}

@media (max-width: 1024px) {
    .payment_page~#popoverSendYourRequest {
        left: calc(50vw - (110px)) !important;
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (-30px)) !important;
    }
}

@media (max-width: 991px) {
    #btn-send-your-request {
        left: auto;
    }

    .payment_page~#popoverSendYourRequest {
        left: calc(50vw - (0px)) !important;
    }
}

@media (max-width: 812px) {
    .payment_page~#popoverSendYourRequest {
        left: calc(50vw - (50px)) !important;
    }

    .new-payment-page~#popoverSendYourRequest {
        left: calc(50vw - (85px)) !important;
    }
}

@media (max-width: 767px) {
    .payment_page~#popoverSendYourRequest {
        left: calc(50vw - (100px)) !important;
    }
}

@media (max-width: 640px) {
    .payment_page~#popoverSendYourRequest {
        bottom: 85px !important;
        left: calc(50vw - (85px)) !important;
    }

    .popover-x.bottom-left>.arrow,
    .popover-x.top-left>.arrow {
        left: auto !important;
        right: 0;
    }
}

@media (max-width: 575px) {

    .payment_page~#popoverSendYourRequest,
    #popoverSendYourRequest {
        bottom: 80px !important;
        left: calc(50vw - (137px)) !important;
    }
}

@media (max-width: 480px) {

    .payment_page~#popoverSendYourRequest,
    #popoverSendYourRequest {
        left: calc(50vw - (165px)) !important;
    }
}

@media (max-width: 414px) {

    .payment_page~#popoverSendYourRequest,
    #popoverSendYourRequest {
        left: calc(50vw - (179px)) !important;
        bottom: 130px !important;
    }

    #popoverSendYourRequest {
        width: 356px !important;
        max-width: 356px !important;
    }

    #btn-send-your-request {
        bottom: 65px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 375px) {
    main.payment_page .container-lg {
        padding-right: 0;
        padding-left: 0;
    }

    #popoverSendYourRequest {
        width: 300px !important;
        max-width: 300px !important;
    }

    .payment_page~#popoverSendYourRequest,
    #popoverSendYourRequest {
        left: calc(50vw - (150px)) !important;
    }
}

/******task-4693**********/
.radio-btn-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 -5px 30px;
    flex-wrap: nowrap;
    gap: 0;
}

.radio-btn-wrap .select-btn-radio {
    padding: 0;
    display: flex;
    flex: 1 1 32%;
    max-width: 32%;
    margin: 0px 5px;
}

.radio-btn-wrap .select-btn-radio label {
    color: #8b8b8b;
    position: relative;
    margin-bottom: 0;
    background: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.radio-btn-wrap .select-btn-radio label {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 9px;
    font-weight: 500;
}

.radio-btn-wrap .select-btn-radio input[type="radio"]:checked,
.radio-btn-wrap .select-btn-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-btn-wrap .select-btn-radio input[type="radio"]:checked+label {
    background: #3fb0ff;
    color: #fff;
}

.radio-btn-wrap .select-btn-radio input[type="radio"]:not(:checked)+label::before,
.radio-btn-wrap .select-btn-radio input[type="radio"]:checked+label::before {
    content: "";
    width: 17px;
    min-width: 17px;
    height: 17px;
    border: 1px solid #888888;
    border-radius: 50px;
    background: #fff;
    margin-right: 8px;
}

.radio-btn-wrap .select-btn-radio input[type="radio"]:checked+label::before {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0px 2px #3fb0ff inset;
}

@media (max-width: 1199px) {
    .radio-btn-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 1080px) {
    .radio-btn-wrap .select-btn-radio {
        margin: 7px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: none;
    }

    .radio-btn-wrap .select-btn-radio:last-child {
        margin-right: 7px;
    }

    .radio-btn-wrap .select-btn-radio label {
        font-size: 15px;
        padding: 12px 15px;
        min-width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 667px) {
    .radio-btn-wrap .select-btn-radio {
        margin: 5px;
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .radio-btn-wrap .select-btn-radio:last-child {
        margin-right: 5px;
    }
}

/******task-4693 End**********/
/************** task-5751/6157 ***********/
.payment_page .paylinkpage .card-body.verify-card-body {
    padding: 0 !important;
}

.form-outr {
    padding: 2rem 2rem 1.5625rem;
    border-top: 1px solid #e7f5f9;
    border-bottom: 1px solid #e7f5f9;
}

.verify-card-body .company_logo_section {
    float: none;
    padding: 2rem 2rem 0rem;
    margin-bottom: 20px;
}

.verify-card-body .company_logo_section .company_logo {
    margin-bottom: 0px !important;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.02);
}

.verify-info {
    background: #dce6fd;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 0 2rem 20px;
}

.verify-info .auth-text-title {
    color: #212529;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.verify-info .auth-text-title:hover {
    color: #212529;
    text-decoration: none;
}

.verify-info .auth-text-title .fa-circle-question {
    font-size: 20px;
}

.card_footer.securitypageFooter.verify-footer {
    background: #f5fafe !important;
    padding: 1.5rem 0 !important;
}

.tooltip-cont {
    position: absolute;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.02);
    background-color: #007bff;
    padding: 20px 14px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    width: calc(100% - 4rem);
    margin: 5px auto 0;
    left: 50%;
    transform: translate(-50%, 50px);
    z-index: 2;
}

.tooltip-cont::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #007bff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
}

.tooltip-cont.on {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.tooltip-cont p {
    color: #fff;
    font-size: 14px !important;
}

.tooltip-cont p strong {
    display: block;
    line-height: 1;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .verify-info {
        margin: 0 1rem 20px;
    }

    .tooltip-cont {
        width: calc(100% - 2rem);
    }
}

/************** /task-5751/6157 ***********/
.card_footer .d-ftr.footer_txt {
    display: inline-block;
    margin-right: 15px;
}

.card_footer .d-ftr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

/************** task-6052 ***********/
.g-pay-btn {
    padding: 14.5px 12px;
}

.radio-btn-wrap {
    margin: 0 -5px 20px;
}

.payment_page .card_number .form-control {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
    .radio-btn-wrap {
        margin-bottom: 10px;
    }
}

/************** /task-6052 ***********/
/************** task-6090/6152 ***********/
@media (max-width: 428px) {
    .paylinkpage .payMethod_apart.card-only .float-right.cards_img {
        border: 0;
        padding: 0;
        border-radius: 0;
        min-height: auto;
        top: 50%;
        transform: translateY(-50%);
        gap: 1px;
        right: 2px;
    }

    .float-right.cards_img img {
        width: 15px;
    }
}

@media (max-width: 320px) {
    .paylinkpage .payMethod_apart.card-only .float-right.cards_img {
        top: -15px;
        right: 5px;
        transform: translateY(0);
        border: 1px solid gray;
        padding: 2px;
        border-radius: 3px;
        min-height: 22px;
    }
}

/************** /task-6090/6152 ***********/
/*********** task-6350 *****************/
.lrn-more-link {
    padding: 0;
}

/*********** /task-6350 *****************/
/********** task-6788/task-7004 *************/
.search-filter label {
    font-weight: 700;
}

.search-filter .form-control {
    height: 45px;
    font-family: "Cabin", sans-serif !important;
}

.list {
    list-style-type: none;
    padding: 15px 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 15px;
    padding-top: 5px;
}

.list li {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: "Cabin", sans-serif !important;
}

.list li img {
    width: 24px;
}

#searchInput.search-icon {
    background-size: 24px 28px;
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
    background-image: url(../images/search-icon.svg);
}

.input-field {
    padding: 0 10px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-wrap .btn {
    font-family: "Cabin", sans-serif !important;
}

.grey-box {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 15px 13px;
    font-size: 14px;
}

.grey-box p {
    margin-bottom: 0;
}

.grey-box p.top-name {
    margin-bottom: 10px;
}

.grey-box p strong {
    display: block;
}

.grey-box p a {
    color: #212529;
    text-decoration: underline;
    font-weight: 500;
}

.grey-box p a:hover {
    text-decoration: none;
}

p.ftr-txt {
    font-size: 12px;
    color: #8b8b8b;
}

.payee-amnt-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 10px;
    font-family: "Cabin", sans-serif !important;
    gap: 20px;
}

.amnt {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}

.amnt sub {
    bottom: 0;
    font-weight: 400;
    font-size: 25px;
    right: -5px;
    font-family: "Cabin", sans-serif !important;
}

.arrow {
    font-size: 40px;
}

.payee {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-family: "Cabin", sans-serif !important;
}

@media (max-width: 767px) {
    .payee {
        padding: 12px;
    }

    .arrow {
        font-size: 28px;
    }

    .arrow {
        font-size: 28px;
    }

    .amnt sub {
        font-size: 20px;
    }

    .payee-amnt-block {
        gap: 10px;
        flex-direction: column;
    }

    .arrow {
        font-size: 30px;
        transform: rotate(90deg);
    }
}

@media (max-width: 375px) {
    .grey-box-bott {
        gap: 10px;
        flex-direction: column;
    }
}

/********** /task-6788/task-7004 *************/
/********** task-7004 *************/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

.ecospend-confirmation-card,
.card.ecospend-card {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    margin: 50px auto;
}

.card.ecospend-card {
    max-width: 523px;
    min-height: calc(100vh - 100px);
}

.ecospend-body {
    padding: 27px 40px 25px;
    border-radius: 20px;
    position: relative;
}

.eco-header {
    position: relative;
    margin: 0 0 40px;
}

.eco-header h5 {
    color: #212529;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.search-filter .form-control {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #DDDDDF;
    background: #FFF;
    height: auto;
    padding: 15px 10px 15px 20px;
}

.list {
    margin-top: 20px;
    gap: 14px;
    max-height: 550px;
}

.list li {
    padding: 16px 15px;
    gap: 8px;
    color: #212529;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-height: 56px;
}

.eco-footer h6 {
    color: #212529;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.eco-footer a {
    text-decoration: underline;
    color: #343A3F;
}

.eco-footer a:hover {
    text-decoration: none;
}

a.cancel-btn {
    position: absolute;
    right: 0px;
    top: -4px;
    display: flex;
}

.eco-footer {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.payee-amnt-block {
    margin: 0;
    margin-bottom: 40px;
}

.amnt {
    color: #212529;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}

.amnt sub {
    font-size: 25px;
}

.arrow {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
}

.payee {
    border-radius: 30px;
    background: #F5F5F5;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 14px 20px;
    color: #212529;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    min-width: 198px;
}

.grey-box {
    padding: 20px 20px 24px;
    border-radius: 20px;
    color: #212529;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.grey-box p {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.grey-box p strong {
    color: #000;
    font-weight: 700;
    padding-top: 4px;
}

.grey-box p.top-name {
    margin-bottom: 18px;
}

.grey-box p.top-name:last-child {
    margin-bottom: 0;
}

.btn-cell {
    margin: 35px 0 9px;
}

.btn-continue {
    border-radius: 20px;
    background: #4467FB;
    width: 300px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
}

.terms-condition p {
    color: rgba(136, 136, 136, 0.53);
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.terms-condition p a {
    text-decoration: underline;
    color: rgba(136, 136, 136, 0.53);
}

.terms-condition p a:hover {
    text-decoration: none;
}

.ecospend-confirmation-card {
    width: 634px;
}

.ecospend-confirmation-card .ecospend-body {
    padding: 27px 40px 14px;
    border-radius: 20px;
    position: relative;
}

@media (min-width: 1600px) {
    .card.ecospend-card {
        min-height: calc(100vh - 100px);
    }

    .list {
        max-height: 550px;
    }
}

@media (max-width: 1536px) {
    .card.ecospend-card {
        min-height: calc(100vh - 60px);
    }

    .list {
        max-height: 370px;
    }

    .card.ecospend-card {
        margin: 30px auto;
    }
}

@media (max-width: 1440px) {
    .list li {
        padding: 12px 15px;
    }
}

@media (max-width: 1200px) {
    .card.ecospend-card {
        min-height: calc(100vh - 60px);
    }
}

@media (max-width: 768px) {
    .ecospend-confirmation-card {
        width: auto;
        margin: 50px auto;
        max-width: 634px;
    }

    .card.ecospend-card {
        margin: 50px auto;
    }

    .grey-box-bott {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
    }

    .grey-box {
        padding: 12px 26px 17px;
    }

    .grey-box p.top-name {
        flex: 1;
    }

    .grey-box-bott p.top-name {
        margin-bottom: 0px;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .amnt {
        font-size: 36px;
    }

    .ecospend-confirmation-card .eco-header {
        margin: 0 0 14px;
    }

    .arrow {
        line-height: 50px;
        font-size: 38px;
    }

    .btn-cell {
        margin: 110px 0 40px;
    }

    .ecospend-confirmation-card .ecospend-body {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ecospend-body {
        padding: 33px 20px 26px;
    }

    .eco-header {
        position: relative;
        margin: 0 0 36px;
    }

    .search-filter .form-control {
        padding: 10px 14px 10px 11px;
    }

    #searchInput.search-icon {
        background-size: 24px 24px;
    }

    .list li {
        padding: 11px 8px;
        gap: 5px;
        max-height: 46px;
    }

    .list {
        margin-top: 12px;
        gap: 11px;
    }

    .eco-footer h6 {
        font-size: 14px;
    }

    .btn-continue {
        width: 100%;
    }

    .ecospend-confirmation-card .ecospend-body {
        padding: 22px 20px 15px;
    }

    .terms-condition p {
        font-size: 10px;
    }

    .ecospend-confirmation-card,
    .card.ecospend-card {
        margin: 0;
        border-radius: 0;
    }

    .card.ecospend-card,
    .ecospend-confirmation-card {
        min-height: 100vh;
        max-width: 100%;
    }

    .pm-0 {
        padding: 0;
    }

    .btn-cell {
        margin: 40px 0 0;
    }

    .ecospend-confirmation-card .ecospend-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 375px) {
    .eco-footer h6 {
        display: flex;
        flex-direction: column;
    }

    .ecospend-body {
        padding: 33px 10px 26px;
    }

    .eco-header h5 {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .btn-cell {
        margin: 50px 0 30px;
    }
}

/********** /task-7004 *************/
/********** task-7584 *************/
.form-outr.pl-form {
    border-bottom: 0;
    padding-bottom: 0.5rem !important;
}

.get-in-touch {
    margin-bottom: 1.5rem;
}

.get-in-touch p {
    color: #343A40;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.get-in-touch p a {
    font-weight: 700;
    text-decoration: underline;
    color: #4467FB;
    margin-left: 10px;
}

.get-in-touch p a:hover {
    text-decoration: none;
}

.paylinkpage .card_footer.card_footer-paylink {
    padding: 30px 32px 26px;
    background: #F5FAFE;
    border-radius: 0 0 6px 6px
}

.card_footer-cont p {
    color: #343A40;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.card_footer-cont p strong {
    display: block;
}

.card_footer-cont #signup_modal_btn {
    border: 1px solid #007BFF;
    color: #007BFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 9px 24px;
}

.card_footer-cont #signup_modal_btn:hover,
.card_footer-cont #signup_modal_btn:focus {
    color: #fff;
    background: #007BFF;
    border-color: #007BFF;
}

@media (max-width: 767px) {
    .card_footer-cont p {
        line-height: 1.5;
    }

    .get-in-touch p a {
        display: block;
        margin: 5px 0 0;
    }

    .paylinkpage .card_footer.card_footer-paylink {
        padding: 20px !important;
    }
}

/********** /task-7584 *************/