.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}

a.kinda-link:hover {
    cursor: pointer;
}

.taly-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.taly-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.taly-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.taly-close:hover,
.taly-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}

.md-step div {
    font-weight: 400 !important;
}

span.emi {
    font-size: .8em;
    line-height: 1;
    display: block;
    color: #340171;
    font-weight: 700 !important;
}

.taly-popup {
    max-height: 86vh;
}

div.taly-popup div.content {
    overflow-y: auto;
    height: 100vh;
    background: #818C98;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #818C98;
    box-shadow: 0 0 0 2px #fff inset;
}

@media screen and (max-width: 700px) {
    .taly-box-container {
        width: 70%;
    }

    .taly-popup {
        width: 99%;
        padding: 0%;
        border-radius: 0px;
        height: 100vh;
        margin: 0 auto;
        max-height: 100vh;
        margin-top: 0px;
        overflow-y: scroll;
    }

    .taly-paylist {
        max-width: 100%;
        display: inline-block;
        min-height: 156px;
        margin-bottom: 30px;
    }

    .talypay h1 {
        font-size: 21px;
        color: #000;
    }

    .talypay {
        max-width: 84%;
        margin-top: 0px;
        padding: 0% 7% 15% 7%;
        border: 0px;
        border-radius: 0px;
    }

    .taly-payment-sec p {
        line-height: 18px;
        text-align: center;
    }

    .taly-payment-sec {
        width: 100%;
    }

    .fr.cust_pay {
        float: left;
        margin-top: 10px;
    }

    .paymethod {
        padding-left: 0px;
    }

    .THREE_MONTHS {
        max-width: 100%;
        min-height: 338px;
        position: relative;
        display: inline-block;
        width: auto;
    }

    .ONE_MONTH {
        max-width: 100%;
        min-height: 277px;
        position: relative;
        width: auto;
    }

    span.crncy {
        font-size: 16px;
    }

    span.emi {
        font-size: 16px;
    }

}

.taly-paylist li.taly-circle.circle-quarter:after,
.taly-paylist li.taly-circle.circle-half:after,
.taly-paylist li.taly-circle.circle-three-quarter:after {
    content: '';
    background: #CAD2DB;
    height: 2px;
    width: 25%;
    display: block;
    margin-left: 86%;
    top: 11px;
    position: absolute;
    z-index: 1;
}

.taly-payment-sec p.pay-heading {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #354250;
    font-family: 'Manrope-SemiBold';
}


.md-step.active.mainbox:after {
    content: '';
    height: 20px;
    width: 2px;
    display: block;
    margin-left: 10px;
    top: 96px;
    position: absolute;
    background: #818C98;
    background-repeat: repeat;
    display: block;

}

.md-step.active.mainbox:last-child:after {
    background: transparent;
}


@media screen and (max-width: 640px) {
    .taly-circle {
        width: 100%;
        display: inline-block;

        margin-top: 40px;
    }

    .taly-paylist li.taly-circle.circle-empty:before,
    .taly-paylist li.taly-circle.circle-full:before,
    .taly-paylist li.taly-circle.circle-quarter:before,
    .taly-paylist li.taly-circle.circle-half:before,
    .taly-paylist li.taly-circle.circle-three-quarter:before {
        margin: 0px;
        width: 24px;
        height: 24px;
        float: left;
    }

    .taly-paylist.half .taly-circle:first-child {}

    .taly-payment-sec p {
        text-align: left;
        font-size: 14px;
        float: left;
    }

    .taly-list-content {
        color: #79757A;
        font-size: 12px !important;
        line-height: 10px;
        float: right !important;
        text-align: right !important;
    }

    .taly-payment-sec .taly-paylist.half p.first {
        text-align: center;
        margin-top: 7px;
        margin-left: 10px;
        font-size: 16px;
        color: #4D4952;
    }

    .taly-payment-sec p {
        text-align: left;

        float: left;
        margin-top: 7px;
        margin-left: 10px;
        font-size: 16px;
        color: #4D4952;
    }

    .taly-paylist.half:before {
        content: '';
        background: #ADABAD;
        width: 2px;
        height: 22px;
        display: block;
        margin-left: 16px;
        top: 70px;
        position: absolute;
        left: 0px;
        z-index: 9;
    }

    .taly-paylist li.taly-circle.circle-quarter:after,
    .taly-paylist li.taly-circle.circle-half:after,
    .taly-paylist li.taly-circle.circle-three-quarter:after {
        content: '';
        height: 20px;
        width: 1px;
        display: block;
        margin-left: 16px;
        top: 41px;
        position: absolute;
        background: #ADABAD;
        background-repeat: repeat;
        display: block;
        z-index: 9;
    }

    .talypay h1 {
        font-size: 28px;
        font-weight: 600;
    }

    ul.taly-list {
        padding-left: 0;
    }

    ul.taly-list li {
        font-size: 16px;
        padding: 15px 0 15px 40px;
        line-height: 30px;
        border-bottom: 1px solid #E6E8EA;
    }

    ul.taly-list li:before {
        font-size: 14px;
        line-height: 24px;
        top: 13px;
    }

    .payment-heading {
        text-align: left !important;
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    .taly-payment-sec {

        max-width: 100%;
    }

    .taly-payment-sec p.pay-heading {
        margin-top: 0px;
        margin-left: 0;
        margin-bottom: 0px;
        color: #2C2638;

    }

    .taly-circle:first-child {
        margin-top: 30px;
    }

    .taly-paylist {
        margin-bottom: 30px;
        display: inline-block;
    }

    .payhead {
        font-size: 16px !important;
        font-weight: 600;
    }

    .tagbg {
        float: none !important;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .paybottom {
        padding-top: 30px;
    }

    .pdp-optionimg .taly-rytcontent img {
        width: 44px;
        float: left;
        margin: 17px 10px 10px 0;
    }

    .pdp-optiontext {
        order: 2;
    }

    .pdp-optiontext a {
        display: none;
    }

    .pdp-option {
        width: 98%;
        padding: 1px 5px;
        display: flex;
        position: relative;
    }

    .pdp-optiontext h4 {
        line-height: 12px;
        font-family: 'Manrope-Regular';
        font-size: 14px;
        margin-top: 10ssssspx;
        margin-bottom: 10px;
    }

    .pdp-optionimg {
        float: left;
        vertical-align: middle;
        order: 1;
    }

    .interestdiv {
        color: #68737F;
        line-height: 0px;
        display: block;
        line-height: 20px;
        text-align: left;
        margin-top: 7px;
    }

    a .mobile-info {
        right: 3px;
        position: absolute;
        top: 18px;
        cursor: pointer;
    }

    .mobile-info::before {
        content: url('../images/info.svg');
        width: 20px;
        height: 20px;
    }

    .taly-rytcontent {
        display: inline-block;
        float: left;
    }

    .taly-popup .taly-close {
        position: absolute;
        top: 73px;
        right: 20px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        background: #D9D9D9;
        line-height: 13px;
        font-weight: 400;
        border-radius: 30px;
        /*padding: 5px 3px 8px 3px;*/
        color: transparent;
    }

    .taly-popup {
        background-color: #fff;
    }
}

@media screen and (max-width: 520px) {
    .pdp-optionimg .taly-rytcontent img {
        width: 55px;
        float: left;
        margin: 17px 5px 10px 0;
    }
}

@media screen and (max-width: 376px) .pdp-optionimg .taly-rytcontent img {
    width: 44px;
    float: left;
    margin: 17px 6px 10px 0;
}

.pdp-option {
    width: 98%;
    padding: 1px 5px;
    position: relative;
    display: flex;
}

.mobile-info {
    right: 10px;
    position: absolute;
    top: 22px;
    cursor: pointer;
}

.mobile-info::before {
    content: url(../images/info.svg);
    width: 20px;
    height: 20px;
}
}

.plan-details-box {
    display: block;
}

.plan-details-box label.label {

    float: left;
    padding: 8px 20px 8px 15px;
    text-align: center;
    background: #E3E8ED;
    color: #818C99;
    font-weight: 600;
    border-radius: 40px;
    width: 34%;
    text-align: center;
    margin: auto;
    display: block;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.plan-details-box input {
    display: none;
}

.plan-details-box label.label:nth-child(2) {
    position: relative;
    /* left: -25px; */
    z-index: 0;
    text-align: center;
    padding-left: 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

h4.payment_plan_text {
    font-size: 18px;
    color: #68737F;
    text-align: center;
    margin: 0;
    position: relative;
    top: 13px;
    z-index: 1;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 10px;
    width: 460px;
    display: none;
}

@media screen and (min-width: 768px) {
    .md-step.active.mainbox {
        width: 100%;
        float: left;
        position: relative;
        float: none;
        display: table-cell;
        width: 12%;
        margin: auto;
        text-align: center;
    }

    .md-step.active.mainbox:after {
        content: "";
        height: 2px;
        width: 22px;
        display: block;
        margin-left: 14px;
        top: 42px;
        right: -14px;
        position: absolute;
        background: #818C98;
        background-repeat: repeat;
    }

    .md-step.active .ONE_MONTH_1 {
        float: none;
        margin: auto;
    }

    .detailbox .ONE_MONTH .md-step.active.mainbox:after {
        content: "";
        height: 2px;
        width: 162px;
        display: block;
        margin-left: 14px;
        top: 42px;
        right: -82px;
        position: absolute;
        background: #818C98;
        background-repeat: repeat;
    }

    .ONE_MONTH .md-step.active.mainbox:first-child:after {
        background: #CAD2DB;
    }

    .ONE_MONTH .md-step.active.mainbox:last-child:after {
        background: transparent;
    }

    .md-step.active .ONE_MONTH_0 {
        background: transparent;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        margin: 0;
        padding: 2px;
        display: block;
        float: left;
        border: solid 2px #000;
        box-shadow: 0 0 0 2px #fff inset;
        float: none;
        margin: auto;
    }

    .md-step .md-step-title {
        margin-top: 10px !important;
    }

    div.md-step-title span.emi {
        font-family: 'Manrope-SemiBold';
        font-weight: 600 !important;
    }

    div.md-step-title span.emi:nth-child(3) {
        font-weight: 500 !important;
        font-family: 'Manrope-Medium';
    }
}



.md-step.active .THREE_MONTHS_3 {
    background: #818C98;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0;
    padding: 2px;
    display: block;
    float: left;
    border: solid 2px #818C98;
    box-shadow: 0 0 0 2px #fff inset;
    float: none;
    margin: auto;
}



.md-step.active span.crncy {
    color: #818C98;
    float: none;
    text-align: center;
    font-family: 'Manrope-Bold';
    font-weight: 700 !important;
    font-size: 16px;
    margin-bottom: 9px;
}

.md-step.active:nth-child(1) span.crncy {
    color: #131E2B;
}



@media screen and (max-width: 767px) {
    .md-step.active .THREE_MONTHS_0 {
        float: left;
    }

    .md-step.active .THREE_MONTHS_1 {
        float: left;
    }

    .md-step.active .THREE_MONTHS_2 {
        float: left;
    }

    .md-step.active .THREE_MONTHS_3 {
        float: left;
    }

    .md-step.active span.crncy {
        float: right;
        margin-left: 20px;
    }

    span.emi {
        float: left;
    }

    .plan-details-box label.label {
        width: 165px !important;
        padding: 8px 5px 8px 5px;
    }

    h4.payment_plan_text {
        width: auto;
        text-align: left;
    }

    .md-step.active .ONE_MONTH_0 {
        background: transparent;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        margin: 0;
        padding: 2px;
        display: block;
        float: left;
        border: solid 2px #000;
        box-shadow: 0 0 0 2px #fff inset;
        margin: auto;
    }

    span.emi {
        margin-top: 2px;
        margin-left: 10px;
    }

    span.emi:nth-child(3) {
        display: inline-block;
        position: relative;
        top: -10px;
        left: 20px;
        text-align: left;
        right: 0px;
        /* margin-left: -92px; */
        clear: right;
        font-weight: 500 !important;
    }

    .plan-details-box label.active.label span.md-step-title {
        background: #0E85FF;
        width: 156px;
    }

    .plan-details-box label.label:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 390px) {
    .plan-details-box label.label {
        width: 148px !important;
        padding: 10px 2px !important;
    }

    .plan-details-box label.active.label span.md-step-title {
        width: 141px !important;
    }

    .plan-details-box label.active.label span.md-step-title {
        width: 138px !important;
        display: inline-block;
        padding: 5px 2px !important;
    }

    .plan-details-box label.active.label {
        padding: 6px 1px !important;
    }
}

h4.payment_plan_text~h4 {
    display: none;
}

.plan-details-box label.active.label {
    background: #E3E8ED;
    color: #fff;
    /* border-radius: 40px; */
    padding: 4px 1px;
    z-index: 12;
    position: relative;
}

.dispatynone {
    display: none;
}

.talypay h1.payment-heading {
    color: #818C99;
    font-size: 16px !important;
}

.talypay h1 {
    color: #131E2B;
    font-size: 28px !important;
}


@media screen and (max-width: 360px) {

    /*.plan-details-box label.label {width: 120px;}*/
    .plan-details-box label.label {
        width: 135px !important;
        padding: 4px 2px;
    }

    .plan-details-box label.active.label span.md-step-title {
        width: 128px;
        padding: 4px 0px;
    }
}

.plan-details-box label.label.Disabled {
    background: #FFFFFF;
    color: #818C99;
    border-radius: 40px;
    padding: 10px 20px;
    z-index: 12;
    position: relative;
    border-radius: 16px;
    border: 1px solid #f5f5f5;
    width: 335px;
    height: 160px;
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: relative;
}

.plan-details-box label.label.Disabled span.md-step-title {
    margin-top: 30px;
}

.plan-details-box label.Disabled.label:before {
    content: '!';
    position: absolute;
    /* left: 14.29%; */
    /* right: 14.29%; */
    top: 20.29%;
    /* bottom: 14.29%; */
    background: #FF284C;
    border-radius: 8px;
    color: #fff;
    font-size: 40px;
    width: 42px;
    height: 42px;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .plan-details-box label.label.Disabled {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .md-step div {
        font-weight: 400 !important;
        margin-top: 45px !important;
    }

    .md-step.active.mainbox:first-child:after {
        background: #1C232B;
        top: 93px;
    }

    .plan-details-box label.active.label span.md-step-title {
        width: 156px !important;
        display: inline-block;
        padding: 4px 2px !important;
    }

    .plan-details-box label.label {
        width: 165px !importnat;
    }
}

.fl.tagbg {
    padding-left: 18px;
}

.fr.cust_pay.tagbg {
    padding-right: 18px;
}

@media screen and (min-width: 768px) {
    .talypay h1 {
        padding-left: 18px;
        padding-right: 18px;
    }

    ul.taly-list {
        padding-left: 18px;
        padding-right: 5px;
    }

    .sub-head {
        padding-left: 18px;
    }

    p.first.payhead {
        font-weight: 600;
        color: #354250;
    }

    .taly-paylist {
        margin-top: 18px;
    }

    ul.taly-paylist.half {
        margin-top: 0px;
        min-height: 95px;
    }

    .taly-payment-sec:nth-child(1n+1) {
        margin-top: -15px;
    }

    .md-step.active.mainbox:first-child:after {
        top: 42px !important;
        right: -12px;
    }

}

.md-step.active.mainbox:first-child:after {
    background: #1C232B;
    top: 96px;
}

p.first {
    font-weight: 600;
}

p.list-content {
    font-family: 'Manrope-Medium';
    font-size: 12px;
    font-weight: 500;
}

img.talyicon {
    margin-top: -1px;
    position: relative;
    top: -2px;
}

.md-step.active:nth-child(1) span.emi {
    color: #131E2B;
}

.plan-details-box label.active.label span.md-step-title {
    background: #0E85FF;
    width: 248px;
    display: inline-block;
    padding: 4px 0px;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .plan-details-box label.active.label span.md-step-title {
        width: 156px !important;
        display: inline-block;
        padding: 4px 2px !important;
    }

    .ONE_MONTH .md-step.active .ONE_MONTH_1 {
        margin-top: 64px !important;
    }

    .ONE_MONTH .md-step.active.mainbox:nth-child(2) .md-step-title {
        margin-top: 66px !important;
    }

    .ONE_MONTH .md-step-title {
        margin-top: 48px !important;
    }
}

@media screen and (max-width: 390px) {
    .plan-details-box label.active.label span.md-step-title {
        width: 138px !important;
        display: inline-block;
        padding: 4px 2px !important;
    }
}

@media screen and (max-width: 360px) {
    .plan-details-box label.active.label span.md-step-title {
        width: 125px !important;
        padding: 5px 5px !important;
    }

    .plan-details-box label.active.label {
        padding: 5px 3px !important;
    }
}

p.list-content.payhead {
    color: #354250;
}

@media screen and (min-width: 768px) {
    .plan-details-box label.label {
        padding: 8px 0px 8px 0px;
    }

    .plan-details-box label.label:nth-child(2) {
        padding-left: 0;
    }
}


.checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 2.5px 0px;
    width: 50px;
}


iframe.iframepopup {
    width: 100%;
    border-radius: 20px;
    height: -webkit-fill-available;
}

@media screen and (max-width: 767px) {
    iframe.iframepopup {
        width: 100%;
        border-radius: 20px;
        height: -webkit-fill-available;
    }
}

.taly-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.taly-popup .taly-close {
    position: absolute;
    top: 20px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.taly-popup .content {
    height: 100%;
    overflow: hidden;
}

.finance-talypay-box a {
    color: #2E7CF6;
    text-decoration: none;
}

.taly-rytcontent img {
    width: 45px;
    float: left;
    margin: -3px 10px;
}

.taly-rytcontent {
    display: inline-block;
    float: right;
}

.payment-heading {
    text-align: center;
    font-family: 'ubuntu';
    font-weight: 400;
    font-size: 24px;
}

.taly-payment-sec {
    font-family: 'ubuntu';
}

.taly-payment-sec p {
    text-align: center;
}

.taly-paylist {
    padding-left: 0px;
    width: 700px;
    margin: auto;
    max-width: 100%;
    min-height: 170px;
    position: relative;
}

.taly-paylist.half {
    position: relative;
}

.taly-paylist.half:before {
    content: '';
    background: #bbb;
    width: 80%;
    height: 1px;
    display: block;
    margin-left: 10%;
    top: 15px;
    position: absolute;
}

.list-content {
    color: #aaa;
    font-size: 13px;
    line-height: 10px;
}

.taly-paylist li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1;
    display: none;
}

.taly-paylist li.taly-circle.circle-quarter:before {
    content: '';
    background-image: linear-gradient(360deg, #eee 50%, transparent 50%), linear-gradient(270deg, #0e253f 50%, #eee 50%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
}

.taly-paylist li.taly-circle.circle-full:before {
    content: '';
    background: #0e253f;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
}

.example-icon-14 {
    .lib-icon-font(@icon-envelope,
        @_icon-font-size: 26px);
    .lib-icon-text-hide();
}

.payment-heading {
    text-align: center;
    font-family: 'ubuntu';
    font-weight: 400;
    font-size: 24px;
}

.taly-payment-sec {
    font-family: 'Manrope-SemiBold';
}

.taly-payment-sec p {
    text-align: center;
}

.taly-paylist {
    padding-left: 0px;
    width: 700px;
    margin: auto;
    max-width: 100%;
    min-height: 170px;
    position: relative;
}

.taly-paylist.half {
    position: relative;
}

.taly-payment-sec .taly-paylist.half p.first {
    text-align: center;
    margin-top: 30px;
}

.taly-paylist.half .taly-circle:last-child {
    text-align: right;
    float: right;
}

.taly-paylist li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1;
    display: none;
}

.taly-paylist li.taly-circle.circle-quarter:before {
    content: '';
    content: '';
    background-image: linear-gradient(360deg, #eee 50%, transparent 50%), linear-gradient(270deg, #0e253f 50%, #eee 50%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
}

.taly-box-container {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.taly-button {
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.taly-button:hover {
    background: #ffffff;
}

.taly-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    height: 100%;
}

.taly-overlay:target {
    visibility: visible;
    opacity: 1;
}

.taly-popup {
    margin: 0px auto;
    padding: 0;
    background: transparent;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 100vh;
}

.taly-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.taly-popup .taly-close {
    position: absolute;
    top: 78px;
    right: 34px;
    transition: all 200ms;
    font-size: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #818C98;
    background: #E3E8ED;
    line-height: 11px;
    font-weight: 400;
    border-radius: 30px;
    background-repeat: no-repeat;
    color: transparent;
    width: 28px;
    height: 28px;

}

.taly-popup .taly-close:before {
    content: '';
    background-image: url(../images/Icon_Color.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 7.5px;
    left: 8px;
}

.taly-popup .content {
    height: 100%;
    overflow: hidden;
}

.finance-talypay-box a {
    color: #0E85FF;
    text-decoration: none;
}

.taly-rytcontent img {
    width: 45px;
    float: left;
    margin: -3px 10px;
}

.taly-rytcontent {
    display: inline-block;
    float: right;
}

.payment-heading {
    text-align: center;
    font-family: 'ubuntu';
    font-weight: 400;
    font-size: 24px;
}

.taly-payment-sec {
    font-family: 'ubuntu';
}

.taly-payment-sec p {
    text-align: center;
}

.taly-paylist {
    padding-left: 0px;
    width: 700px;
    margin: auto;
    max-width: 100%;
    min-height: 170px;
    position: relative;
}

.taly-paylist.half {
    position: relative;
}

.taly-paylist.half:before {
    content: '';
    background: #CAD2DB;
    width: 59%;
    height: 2px;
    display: block;
    margin-left: auto;
    top: 10px;
    position: absolute;
    left: 20%;
}

.taly-circle {
    margin: 0;
    width: 25%;
    float: left;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    list-style-type: none;
}

.taly-paylist li.taly-circle.circle-half:before {
    content: '';
    background-image: linear-gradient(-90deg, #0e253f 50%, transparent 50%), linear-gradient(90deg, #eee 50%, transparent 50%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
}

.taly-paylist li.taly-circle.circle-three-quarter:before {
    content: '';
    background-image: linear-gradient(180deg, transparent 50%, #0e253f 50%), linear-gradient(270deg, #0e253f 50%, #eee 50%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
}

.circle-three-quarter {}

@font-face {
    font-family: 'Manrope-Regular';
    src: url(../fonts/Manrope-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url(../fonts/Manrope-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(../fonts/Manrope-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url(../fonts/Manrope-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/inter/Inter-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

/* body{
      margin: 0px;padding: 0px;
      font-family: 'Manrope-Medium';
  } */
.taly-paymethod li {
    display: inline-block;
    margin-left: 3px;
}

.taly-s1 {
    background: url(../images/s1.svg);
    display: block;
    width: 38px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.taly-s2 {
    background: url(../images/s2.svg);
    display: block;
    width: 32px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: contain;
}

.taly-s3 {
    background: url(../images/s3.svg);
    display: block;
    width: 52px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.taly-s4 {
    background: url(../images/s4.svg);
    display: block;
    width: 41px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.taly-paybottom {
    display: inline-block;
    width: 100%;
    border-top: solid 1px #E3E8ED;
    padding-top: 20px;
}

.taly-paymethod {
    margin: 0px;
}

.talyicon {
    height: 24px;
    vertical-align: middle;
    margin: 0 5px;
}

.taly-wrapper {
    border: solid 1px #ADABAD;
    width: 600px;
    margin: auto;
    max-width: 90%;
    border-radius: 20px;
    padding: 5px 0 0px 0px;
    background: #fff;
}

.taly-fr {
    float: right;
}

.taly-fl {
    float: left;
}

.taly-alink {
    color: #2E7CF6 !important;
}

/* a {
    color: #1E3859;
    text-decoration: none;
} */

ul.taly-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}

ul.taly-list li {
    position: relative;
    padding: 2px 0 4px 30px;
    font-family: 'Manrope-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #354250;
    text-align: left;
    letter-spacing: -0.01em;
}

ul.taly-list li:before {
    content: counter(li);
    counter-increment: li;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: #818C98;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1.7;
    background-color: #E3E8ED;
}

.taly-wrapper h1 {
    font-family: 'Manrope-Bold';
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #818C99;
    margin-top: 10px;
    text-align: left;
    font-size: 16px !important;
}

.taly-sub-head {
    font-family: 'Manrope-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 156% */

    letter-spacing: -0.01em;

    /* Taly Blue Shade 3 OLD */

    color: #818C98;

}

.taly-payment-heading {
    text-align: center !important;
    font-family: 'Manrope-Bold' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

.taly-paylist:before {
    content: '';
}

.taly-payment-sec {
    font-family: 'Inter';
}

.taly-payment-sec p {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    margin: 11px 0;
    color: #818C98;
    font-family: 'Manrope-SemiBold';
    font-weight: 600;
}

.taly-paylist {
    padding-left: 0px;
    width: 460px;
    margin: auto;
    max-width: 100%;
    min-height: 100px;
    position: relative;
}

.checkout-paylist {
    padding-left: 0px;
    width: 460px;
    margin: auto;
    max-width: 100%;
    min-height: 130px;
}

.taly-paylist.half {
    position: relative;
}

.checkout-paylist.taly-paylist.half:before {
    content: '';
    background: #bbb;
    width: 1px;
    height: 80%;
    display: block;
    margin-left: 20px;
    top: 15px;
    position: absolute;
}

/* .paylist.half:before{
  content: '';
  background: #bbb;
  width: 80%;
  height: 1px;
  display: block;
  margin-left: 10%;
  top: 15px;
  position: absolute;
  }*/
.taly-payment-sec .taly-paylist.half p.first {
    text-align: center;
    margin-top: 13px;
}

.taly-paylist.half .taly-circle:first-child {
    /*text-align: left;*/
}

.taly-paylist.half .taly-circle:last-child {
    text-align: right;
    float: right;
}

.taly-paylist.half li.taly-circle.circle-quarter:before {
    /*margin: 0px;float:left;*/
}

.taly-paylist.half li.taly-circle.circle-full:before {
    /*margin: 0px;float:right;*/
}

/*  .paylist:before{
  content: '';
  background: #bbb; height: 1px;
  width: 74%;
  display: block;
  margin-left: 13%;
  top: 15px;
  position: absolute;
  }*/
.taly-list-content {
    color: #79757A;
    font-size: 13px;
    line-height: 10px;
}

.taly-paylist.half .taly-circle {
    /*width:50%;*/
}

.taly-circle {
    margin: 0;
    width: 25%;
    float: left;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    list-style-type: none;
    font-size: 14px;
}

.taly-circle.checkout-circle {
    margin: 0;
    width: 100%;
    float: left;
    height: 30px;
    border-radius: 50%;
    text-align: left;
    position: relative;
    list-style-type: none;
    font-size: 14px;
    margin-top: 20px;
}

.taly-paylist li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1;
    display: none;
}

.taly-paylist li.taly-circle.circle-empty:before {
    content: '';
    content: '';
    background-image: linear-gradient(360deg, #fff 50%, transparent 50%),
        linear-gradient(270deg, #fff 50%, #fff 50%);
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #354250;
    box-shadow: 0 0 0 2px #fff inset;
}

.taly-paylist.checkout-paylist li.taly-circle.circle-quarter:before,
.taly-paylist.checkout-paylist li.taly-circle.circle-full:before {
    margin: 0;
    float: left;
}

.taly-paylist li.taly-circle.circle-quarter:before {
    content: '';
    content: '';
    background-image: linear-gradient(360deg, #fff 50%, transparent 50%), linear-gradient(270deg, #354250 50%, #fff 50%);
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #354250;
    box-shadow: 0 0 0 2px #fff inset;
}

.taly-paylist li.taly-circle.circle-half:before {
    content: '';
    background-image: linear-gradient(-90deg, #818C98 50%, transparent 50%),
        linear-gradient(90deg, #fff 50%, transparent 50%);
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #818C98;
    box-shadow: 0 0 0 2px #fff inset;
}

.taly-paylist li.taly-circle.circle-three-quarter:before {
    content: '';
    background-image: linear-gradient(180deg, transparent 50%, #818C98 50%),
        linear-gradient(270deg, #818C98 50%, #fff 50%);
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #818C98;
    box-shadow: 0 0 0 2px #fff inset;
}

.taly-paylist li.taly-circle.circle-full.black-circle:before {
    background: #818C98;
    border: solid 2px #818C98;
}

.taly-paylist li.taly-circle.circle-full:before {
    content: '';
    content: '';
    background: #818C98;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    border: solid 2px #818C98;
    box-shadow: 0 0 0 2px #fff inset;
}