/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .popup {
  max-height: 86vh;
}
div.popup div.content {
  overflow-y: hidden;
  height: 72vh;
}
.payment_box {
  overflow-x: scroll;
}
.floatBlock {
  padding: 10px 11px;
}
#payment .payment_methods li .payment_box {
  padding: 12px 12px;
}
.md-step div {
  font-weight: 400 !important;
}
div.md-step-title span {
  font-weight: 600 !important;
}
/** Custom Css End **/
.taly-box {
  padding: 20px 0px;
  font-size: 14px;
  clear: both;
  font-weight: bold;
}
.rytcontent {
  float: right;
}
.taly-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  float: left;
}
.taly-box a {
  color: #020faaee;
  text-decoration: none;
}
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  /*color: #06D85F;*/
  margin: 80px 0;
}
.box {
  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-box .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
taly-box .button:hover {
  background: #06D85F;
}
.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: 999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
/*.popup .close:hover {
  color: #06D85F;
}*/
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.taly-logo {
  text-align: center;
}
.taly-logo img {
  width: 60px;
  margin: 10px 0px;
}
.payment_method_talypayment img {
  float: left;
  width: 45px;
  margin-top: 2px;
}
.floatBlock {
  display: flex;
  float: left;
  padding: 10px 30px;
}
.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .50);
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 15px 5px;
}
/**
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
    background-color:rgba(0,0,0,0.04);
}
**/
.md-stepper-horizontal .md-step:active {
  border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left, .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #7f54b3;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #7f54b3;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: rgb(33, 150, 243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: 'FontAwesome';
  font-weight: 100;
  content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *, .md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: 'FontAwesome';
  font-weight: 100;
  content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
.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.active .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, .87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title, .md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, .54);
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 30px;
  height: 1px;
  border-top: 1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
.payment_box.payment_method_talypayment {
  background-color: #fff !important;
  border: 1px solid #dfdcde;
}
.payment_box.payment_method_talypayment::before {
  display: none;
}
.plan-details-box {
  width: 98%;
  margin: auto;
}
.plan-details-box .md-stepper-horizontal {
  display: none;
}
.activebox {
  display: table !important;
}
.md-step.done .md-step-circle:before {
  display: none;
}
.md-stepper-horizontal .md-step.done .md-step-circle * {
  display: block;
}
#paymentContainer input[type=radio] {
  margin-right: 5px;
  float: left;
}
.product .md-stepper-horizontal .md-step {
  padding: 20px 5px !important;
}
.product .md-stepper-horizontal .md-step .md-step-title {
  font-size: 12px !important;
  font-weight: bold !important;
}
.taly-box img {
  width: 45px;
  float: left;
  margin: 1px 10px;
}
.rytcontent {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
span.emi {
  font-size: 0.8em;
  line-height: 1;
  display: block;
  color: #340171;
  font-weight: bold !important;
}
span.dte {
  font-size: 0.7em;
  font-weight: normal;
  color: #09c15b !important;
  display: block !important;
  line-height: 1;
  margin-top: 7px;
}
span.crncy {
  font-size: 0.9em;
  font-weight: bold !important;
  display: block !important;
}
#payment .payment_methods li .payment_box {
  padding: 0em 0em !important;
}
a:focus, input:focus, textarea:focus, button:focus {
  outline: 0px !important;
}
a:focus, input:focus, textarea:focus, button:focus {
  outline: 0px solid #7f54b3 !important;
}
span.inptlbl {
  margin-top: -5px;
  padding-top: -5px;
  display: block;
  float: left;
}

.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;}
.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 */}
.modal-content {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 80%;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,
.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;}
.popup {max-height: 86vh;}
div.popup div.content {overflow-y: auto;height: 100vh;}
.payment_box {overflow-x: scroll;}
.floatBlock {padding: 10px 11px;}
#payment .payment_methods li .payment_box {padding: 12px 12px;}
.md-step div {font-weight: 400 !important;    margin-top: 30px!important;}
div.md-step-title span {font-weight: 600 !important;text-align: center;}
.taly-box {padding: 20px 0px;font-size: 14px;clear: both;font-weight: bold;}
.rytcontent {float: right;}
.taly-box h4 {font-size: 14px;font-weight: bold;margin-bottom: 0px;float: left;}
.taly-box a {color: #020faaee;text-decoration: none;}
/*h1 {text-align: center;font-family: Tahoma, Arial, sans-serif;margin: 80px 0;}*/
.box {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-box .button {font-size: 1em;padding: 10px;color: #fff;border: 2px solid #06D85F;border-radius: 20px/50px;text-decoration: none;cursor: pointer;transition: all 0.3s ease-out;}
taly-box .button:hover {background: #06D85F;}
.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: 999;}
.overlay:target {
visibility: visible;
opacity: 1;
}
.pdp-option {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    padding: 1px 10px;
    -webkit-box-shadow: 1px -2px 17px 0px rgb(212 212 212);
    -moz-box-shadow: 1px -2px 17px 0px rgba(212,212,212,1);
    box-shadow: 1px -2px 17px 0px rgb(212 212 212);
    margin-bottom: 15px;
    display: flex;
    position: relative;

}

.pdp-optiontext {
    float: left;
    order: 2;
    margin-left: 6px;
  }
.pdp-optiontext h4 {
    margin-top: 9px;
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #354250;
    font-weight: 600;
    font-family: 'Manrope-SemiBold';
}
.pdp-optiontext a {
    color: #2E7CF6!important;
    display: none;
}

.pdp-optionimg {
    float: right;
    vertical-align: middle;
}
.pdp-optionimg .rytcontent img {
    width: 72px;
    float: left;
    margin: 12px 2px 10px;
    left: 0;
}
.interestdiv{
    display: none;
}
.closediv{
        position: relative;
    width: 100%;
    height: 50px;
}
.popup {
margin: 70px auto;
padding: 5px;
background: #fff;
border-radius: 5px;
width: 30%;
position: relative;
transition: all 5s ease-in-out;
max-width: 660px;
}
.popup h2 {
margin-top: 0;
color: #333;
font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
/*.popup .close:hover {
color: #06D85F;
}*/
.popup .content {
max-height: 100%;
overflow: auto;
}
.taly-logo {
text-align: center;
}
.taly-logo img {
width: 60px;
margin: 10px 0px;
}
.payment_method_talypayment img {
float: left;
width: 47px;
margin-top: 4px;
}
.floatBlock {
display: flex;
float: left;
padding: 10px 30px;
}
.md-stepper-horizontal {
display: table;
width: 100%;
margin: 0 auto;
background-color: #FFFFFF;
box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .50);
}
.md-stepper-horizontal .md-step {
display: table-cell;
position: relative;
padding: 15px 5px;
}
/**
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
background-color:rgba(0,0,0,0.04);
}
**/
.md-stepper-horizontal .md-step:active {
border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
background-color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left, .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
width: 30px;
height: 30px;
margin: 0 auto;
background-color: #999999;
border-radius: 50%;
text-align: center;
line-height: 30px;
font-size: 16px;
font-weight: 600;
color: #FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
background-color: #7f54b3;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
background-color: #7f54b3;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
background-color: rgb(33, 150, 243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
font-family: 'FontAwesome';
font-weight: 100;
content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *, .md-stepper-horizontal .md-step.editable .md-step-circle * {
display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
font-family: 'FontAwesome';
font-weight: 100;
content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
margin-top: 16px;
font-size: 16px;
font-weight: 600;
}
.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.active .md-step-title {
font-weight: 600;
color: rgba(0, 0, 0, .87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title, .md-stepper-horizontal .md-step.active.editable .md-step-title {
font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
color: rgba(0, 0, 0, .54);
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
position: absolute;
top: 30px;
height: 1px;
border-top: 1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
right: 0;
left: 50%;
margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
left: 0;
right: 50%;
margin-right: 20px;
}
.payment_box.payment_method_talypayment {
background-color: #fff !important;
border: 1px solid #dfdcde;
}
.payment_box.payment_method_talypayment::before {
display: none;
}
.plan-details-box {
width: 98%;
margin: auto;
}
.plan-details-box .md-stepper-horizontal {
display: none;
}
.activebox {
display: table !important;
}
.md-step.done .md-step-circle:before {
display: none;
}
.md-stepper-horizontal .md-step.done .md-step-circle * {
display: block;
}
#paymentContainer input[type=radio] {
margin-right: 5px;
float: left;
}
.product .md-stepper-horizontal .md-step {
padding: 20px 5px !important;
}
.product .md-stepper-horizontal .md-step .md-step-title {
font-size: 12px !important;
font-weight: bold !important;
}
.taly-box img {
width: 45px;
float: left;
margin: 1px 10px;
}
.rytcontent {
display: inline-block;
float: right;
}
span.emi {
font-size: 16px;
line-height: 1;
display: block;
color: #000;
font-weight: bold !important;
float: right;
margin-top: 6px;
}
span.dte {
font-size: 0.7em;
font-weight: normal;
color: #09c15b !important;
display: block !important;
line-height: 1;
margin-top: 7px;
}
span.crncy {
font-size: 16px;
font-weight: bold !important;
display: block !important;
margin-top: 3px;
margin-left: 20px;
float:left;
}
#payment .payment_methods li .payment_box {
padding: 1em 0.5em !important;
}
a:focus, input:focus, textarea:focus, button:focus {
outline: 0px solid #7f54b3 !important;
}
span.inptlbl {
margin-top: 0;
  padding-top: -5px;
  display: block;
  float: none;
  font-size: 14px;
  font-family: 'Manrope-SemiBold';
  font-weight: 600;
}
.md-step-circle
{
width: 30px;
height: 30px;
margin: 0 auto;
background-color: #999;
border-radius: 50%;
text-align: center;
line-height: 30px;
font-size: 16px;
font-weight: 600;
color: #fff;
}
.plan-details-box label.label {
display: flex;
/*float: left;*/
/*padding: 20px 10px;*/
padding-bottom: 0px;
padding-top: 20px;
}
.detailbox{
width: 100%;
text-align: center;
padding-top: 30px;
}
.md-step.active .md-step-circle {
/*background-color: #7f54b3;*/
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;
}

.md-step.active .ONE_MONTH_1{
background: #000;
width:24px;
height:24px;
border-radius: 50px;
margin: 0;
padding: 2px;
display: block;
float: left;
border: solid 2px #000;
    box-shadow: 0 0 0 2px #fff inset;
}
.THREE_MONTHS{
    padding-left: 0px;
    width: 460px;
    /*margin: auto;*/
    max-width: 100%;
    min-height: 200px;position:relative;
}
/*.THREE_MONTHS:before{
    content: '';
    height: 200px;
    width: 2px;
    display: block;
    margin-left: 18px;
    top: 54px;
    position: absolute;
    background: #EAE8E5;
    background-repeat: repeat;
    display: block;
}*/
.ONE_MONTH{
    padding-left: 0px;
    width: 460px;
    /*margin: auto;*/
    max-width: 100%;
    min-height: 200px;position:relative;
}
.ONE_MONTH:before{
    content: '';
/*    background: #EAE8E5;*/
    width: 2px;
    height: 27px;
    display: block;
    margin-left: 18px;
    top: 78px;
    position: absolute;
}
.md-step.active .THREE_MONTHS_0{
content: '';
content: '';
background-image: linear-gradient(360deg, #fff 50%, transparent 50%), linear-gradient(270deg, #000 50%, #fff 50%);
width: 24px;
height:24px;
border-radius: 50px;
margin: 0;
padding: 2px;
display: block;
float: left;
border: solid 2px #000;
    box-shadow: 0 0 0 2px #fff inset;
}
.md-step.active .THREE_MONTHS_1{
content: '';
background-image: linear-gradient(-90deg, #ADABAD 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%);
width:24px;
height:24px;
border-radius: 50px;
margin: 0;
padding: 2px;
display: block;
float: left;
border: solid 2px #ADABAD;
    box-shadow: 0 0 0 2px #fff inset;
}
.md-step.active .THREE_MONTHS_2{
content: '';
background-image: linear-gradient(180deg, transparent 50%, #ADABAD 50%), linear-gradient(270deg, #ADABAD 50%, #fff 50%);
width: 24px;
height: 24px;
border-radius: 50px;
margin: 0;
padding: 2px;
display: block;
float: left;
border: solid 2px #ADABAD;
    box-shadow: 0 0 0 2px #fff inset;
}
.md-step.active .THREE_MONTHS_3{
background: #ADABAD;
width: 24px;
height: 24px;
border-radius: 50px;
margin: 0;
padding: 2px;
display: block;
float: left;
border: solid 2px #ADABAD;
    box-shadow: 0 0 0 2px #fff inset;
}
.md-step .md-step-title {
margin-top: 0px;
font-size: 16px;
font-weight: 600;
color: rgba(0, 0, 0, .87);
text-align: center;
/*float: left;*/
}
.md-step .md-step-bar-left, .md-step .md-step-bar-right {
position: absolute;
top: 16px;
height: 1px;
}
.md-step.active.mainbox {
width: 100%;
float: left;
position: relative;
}
.md-step .md-step-bar-left {
left: 0;
right: 50%;
margin-right: 20px;
}
.payment-method{margin-top: 40px;}
.payment-sec{width:600px;text-align: left;}
.md-step .md-step-bar-right {right: 0;left: 50%;margin-left: 20px;}
.actions-toolbar{margin-top: 2%;}
.box {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;}
.button {font-size: 1em;text-decoration: none;cursor: pointer;transition: all 0.3s ease-out;}
/*.button:hover {background: #ffffff;}*/
.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%;}
.overlay:target {visibility: visible;opacity: 1;}
.popup {margin: 35px auto;padding: 40px;background: #fff;border-radius: 5px;width: 60%;position: relative;transition: all 5s ease-in-out;height: 90vh;max-width: 660px}
.popup h2 {margin-top: 0;color: #333;font-family: Tahoma, Arial, sans-serif;}
.popup .close {position: absolute;top: 20px;right: 10px;transition: all 200ms;font-size: 30px;font-weight: bold;text-decoration: none;color: #333;}
/*.popup .close:hover {color: #06D85F;}*/
.popup .content {height: 100%;overflow: hidden;}
.finance-talypay-box a {    color: #2E7CF6;
text-decoration: none;}
.rytcontent img{width: 45px;float: left;margin: -3px 10px;}
.rytcontent {display: inline-block;float: right;}
.payment-heading{text-align: center;font-family: 'ubuntu';font-weight: 400;font-size: 24px;}
.payment-sec{font-family: 'ubuntu';}
.payment-sec p{text-align: center;}
.paylist{padding-left: 0px;width: 700px;margin: auto;max-width: 100%;min-height: 170px;position: relative;}
.paylist.half{position: relative;}
.paylist.half:before{content: '';background: #bbb;width: 80%;height: 1px;display: block;margin-left: 10%;top: 15px;position: absolute;}
/*.paylist:before{
content: '';
background: #bbb; height: 1px;
width: 74%;
display: block;
margin-left: 13%;
top: 15px;
position: absolute;
}*/
.list-content{
color: #aaa;
font-size: 13px;
line-height: 10px;
}
.paylist li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 18px;
z-index: -1;display: none;
}
.paylist li.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;
}
.paylist li.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;
}
.payment-sec{
font-family: 'ubuntu';
}
.payment-sec p{
text-align: center;
}
.paylist{
padding-left: 0px;
width: 700px;
margin: auto;
max-width: 100%;min-height: 170px;position: relative;
}
.paylist.half{
position: relative;
}
/*.paylist.half:before{
content: '';
background: #bbb;
width: 80%;
height: 1px;
display: block;
margin-left: 10%;
top: 15px;
position: absolute;
}*/

.payment-sec .paylist.half p.first {
text-align: center;
margin-top: 30px;
}
.paylist.half .circle:last-child {
text-align: right;float:right;
}
.paylist li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 18px;
z-index: -1;display: none;
}
.paylist li.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;
}
.box {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;}
.button {font-size: 1em;text-decoration: none;cursor: pointer;transition: all 0.3s ease-out;}
/*.button:hover {background: #ffffff;}*/
.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%;}
.overlay:target {visibility: visible;opacity: 1;}
.popup {    margin: 0px auto;
    padding: 0;
    background: transparent;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 100vh;}
.popup h2 {margin-top: 0;color: #333;font-family: Tahoma, Arial, sans-serif;}
.popup .close {
    position: absolute;
    top: 78px;
    right: 55px;
    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;
}
.popup .close:before {
    content: '';
    background-image: url(../image/Icon_Color.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 7.5px;
    left: 8px;
}

.popup .content {height: 100%;overflow: hidden;}
.finance-talypay-box a {color: #0E85FF !important;text-decoration: none;}
.rytcontent img{width: 45px;float: left;margin: -3px 10px;}
.rytcontent {display: inline-block;float: right;}
.payment-heading{text-align: center;font-family: 'ubuntu';font-weight: 400;font-size: 24px;}
.payment-sec{font-family: 'ubuntu';}
.payment-sec p{text-align: center;}
.paylist{padding-left: 0px;width: 700px;margin: auto;max-width: 100%;min-height: 170px;position: relative;}
.paylist.half{position: relative;}
.paylist.half:before{
       content: '';
    background: #CAD2DB;
    width: 59%;
    height: 2px;
    display: block;
    margin-left: auto;
    top: 10px;
    position: absolute;
    left: 20%;}
.circle {
margin: 0;
width: 25%;
float: left;
height: 30px;
border-radius: 50%;
text-align: center;
position: relative;
list-style-type: none;
}
.paylist li.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;
}
.paylist li.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/Manrope-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url(../fonts/Manrope/Manrope-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(../fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url(../fonts/Manrope/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';
  }
  .paymethod li{
      display: inline-block;
      margin-left: 3px;
  }
  .s1{
      background: url(../image/s1.svg);
      display: block;
      width: 38px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .s2{
  background: url(../image/s2.svg);
      display: block;
      width: 32px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .s3{
         background: url(../image/s3.svg);
      display: block;
      width: 52px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .s4{
       background: url(../image/s4.svg);
      display: block;
      width: 41px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .paybottom{
         display: inline-block;
      width: 100%;
      border-top: solid 1px #E3E8ED;
    padding-top: 20px;
  }
  .paymethod{
      margin: 0px;
  }
  .talyicon{
      height: 24px;
      vertical-align: middle;    margin: 0 5px;
  }
  .talypay{
          border: solid 1px #ADABAD;
      width: 600px;
      margin: auto;
      max-width: 100%;
      border-radius: 20px;    
      padding: 0px 0px 2px 0px;
      background: #fff;
  }
  .fr{
      float:right;
  }
  .fl{
      float:left;
  }
  .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: 0px;
  }
   ul.taly-list li {
      position: relative;
      padding: 2px 6px 15px 35px;
      font-family: 'Manrope-Medium';
      font-style: normal;
      font-weight: 400;
      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: 25px;
        width: 25px;
        border-radius: 50%;
        color: #818C98;
        text-align: center;
        position: absolute;
        left: 0;
        top: 2px;
        line-height: 1.7;
        background-color: #E3E8ED;
  }

  .talypay h1{
     font-family: 'Manrope-Bold';
     font-style: normal;
     font-size: 28px;
     line-height: 40px;
     margin-bottom: 10px;
     letter-spacing: -0.01em;
     font-weight: 600;
     color: #818C99;
     margin-top: 14px;
     text-align: left;
     font-size: 16px !important;
     font-weight: 700 !important;
  }
  .sub-head{
  color: #818C98;
  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;

  }
  .payment-heading{
  text-align: center!important;
  /*font-family: 'Inter'!important;*/
  font-weight: 500!important;
  font-size: 24px!important;
  }
  .paylist:before{
  content:'';
  }
  .payment-sec{
  font-family: 'Inter';
  }
  .payment-sec p{
     text-align: center;
    font-size: 13px;
    line-height: 4px;
    margin: 18px 0 0px;
    color: #818C98;
    font-weight: 500;
    font-family: 'Manrope-SemiBold';
  }
  p.list-content {
    font-family: 'Manrope-Medium';
}
  .paylist{
  padding-left: 0px;
  width: 460px;
  margin: auto;
  max-width: 100%;min-height: 95px;
  position: relative;
  margin-top: 22px;
  }
  .checkout-paylist{
          padding-left: 0px;
      width: 460px;
      margin: auto;
      max-width: 100%;
      min-height: 130px;
  }
  .paylist.half{
  position: relative;
  }
  .checkout-paylist.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;
  }*/
  .payment-sec .paylist.half p.first {
  text-align: center;
  margin-top: 13px;
  }
  .paylist.half .circle:first-child {
  /*text-align: left;*/
  }
  .paylist.half .circle:last-child {
  text-align: right;float:right;
  }
  .paylist.half li.circle.circle-quarter:before{
  /*margin: 0px;float:left;*/
  }
  .paylist.half li.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;
  }*/
  .list-content{
  color: #79757A;
  font-size: 13px;
  line-height: 10px;
  }
  .paylist.half .circle{
  /*width:50%;*/
  }
  .circle {
  margin: 0;
  width: 25%;
  float: left;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  list-style-type: none;font-size: 14px;
  }
  .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;
  }
  .paylist li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: -1;display: none;
  }
  .paylist li.circle.circle-empty:before {content: '';
  content: '';
  background-image: linear-gradient(360deg, #fff 50%, transparent 50%),
  linear-gradient(270deg, #fff 50%, #fff 50%);
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0 auto 10px auto;
  padding: 2px;
  display: block;border: solid 2px #354250;box-shadow: 0 0 0 2px #fff inset;
  }
  .paylist.checkout-paylist li.circle.circle-quarter:before,
  .paylist.checkout-paylist li.circle.circle-full:before{
  margin: 0;float:left;
  }
  .paylist li.circle.circle-quarter:before {content: '';
  content: '';
  background-image: linear-gradient(360deg, #fff 50%, transparent 50%),
  linear-gradient(270deg, #354250 50%, #fff 50%);
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0 auto 10px auto;
  padding: 2px;
  display: block;border: solid 2px #354250;box-shadow: 0 0 0 2px #fff inset;
  }
  .paylist li.circle.circle-half:before {content: '';
  background-image: linear-gradient(-90deg, #818C98 50%, transparent 50%),
   linear-gradient(90deg, #fff 50%, transparent 50%);
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0 auto 10px auto;
  padding: 2px;
  display: block;border: solid 2px #818C98;box-shadow: 0 0 0 2px #fff inset;
  }
  .paylist li.circle.circle-three-quarter:before {content: '';
  background-image: linear-gradient(180deg, transparent 50%, #818C98 50%),
   linear-gradient(270deg, #818C98 50%, #fff 50%);
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0 auto 10px auto;
  padding: 2px;
  display: block;border: solid 2px #818C98;box-shadow: 0 0 0 2px #fff inset;
  }
  .paylist li.circle.circle-full.black-circle:before{
    background: #818C98;border: solid 2px #818C98;
  }
  .paylist li.circle.circle-full:before {content: '';
     content: '';
    background: #818C98;
    width: 18px;
    height: 18px;
    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) {
    .box{width: 70%;}
    .popup{width: 100%;
    padding: 0%;
    border-radius: 0px;
    height: 100vh;
    margin: 0 auto;
    max-height: 100vh;margin-top: 0px;
}
    .paylist{max-width: 100%;display: inline-block;min-height: 156px;margin-bottom:30px;}
    .talypay h1{font-size: 21px;color:#000;}
    .talypay{
      max-width: 92%;
      margin-top: 0px;
      padding: 0% 1% 15% 1%;
      border: 0px;
      border-radius: 0px;
    }
    .payment-sec p {line-height:18px;text-align: center;}
    .payment-sec{width: 100%;}
    .fr.cust_pay{float: left;margin-top: 10px;}
    .paymethod{padding-left: 0px;}
    .THREE_MONTHS{    max-width: 100%;
    min-height: 277px;
    position: relative;
    display: inline-block;
    width: auto;}
    .ONE_MONTH{    max-width: 100%;
    min-height: 277px;
    position: relative;
    width: auto;}
    span.crncy {font-size: 14px;}
    span.emi {font-size: 14px;}

}
.paylist li.circle.circle-quarter:after,
.paylist li.circle.circle-half:after,
.paylist li.circle.circle-three-quarter:after
{
       content: '';
    background: #CAD2DB;
    height: 2px;
    width: 25%;
    display: block;
    margin-left: 86%;
    top: 11px;
    position: absolute;
    z-index: 1;
}
.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: 16px;
    width: 2px;
    display: block;
    margin-left: 14px;
    top: 70px;
    position: absolute;
    background: #ADABAD;
    background-repeat: repeat;
    display: block;

}

.md-step.active.mainbox:last-child:after{
   background: transparent;
}


@media screen and (max-width: 640px) {
 .circle{
    width: 100%;display: inline-block;

    margin-top: 40px;
 }
 .paylist li.circle.circle-empty:before,.paylist li.circle.circle-full:before,
 .paylist li.circle.circle-quarter:before,.paylist li.circle.circle-half:before,
 .paylist li.circle.circle-three-quarter:before{
    margin: 0px;width: 18px;height: 18px;float: left;
 }
 .paylist.half .circle:first-child{

 }
 .payment-sec p {
    text-align: left;
    font-size: 14px;
    float: left;
}
.list-content {
    color: #79757A;
       font-size: 12px!important;
    line-height: 10px;
    float: right!important;
    text-align: right!important;
}
.payment-sec .paylist.half p.first {
 text-align: center;
    margin-top: 7px;
    margin-left: 10px;
    font-size: 16px;
    color: #4D4952;
}
.payment-sec p {
    text-align: left;

    float: left;
    margin-top: 7px;
    margin-left: 10px;
     font-size: 16px;
    color: #4D4952;
}
.paylist.half:before{
        content: '';
    background: #ADABAD;
    width: 2px;
    height: 22px;
    display: block;
    margin-left: 12px;
    top: 67px;
    position: absolute;
    left: 0px;
    z-index: 9;
}
.paylist li.circle.circle-quarter:after, .paylist li.circle.circle-half:after, .paylist li.circle.circle-three-quarter:after {
    content: '';
    height: 20px;
    width: 2px;
    display: block;
    margin-left: 13px;
    top: 37px;
    position: absolute;
    background: #ADABAD;
    background-repeat: repeat;
    display: block;
    z-index: 9;
}
.paylist li.circle.circle-quarter.active:after { background: #354250; }

.talypay h1{
  font-size: 28px;    
  font-weight: 600;
}
ul.taly-list{
        padding-left: 0;
}
ul.taly-list li{
  font-size: 16px;
  padding: 9px 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;
}
.payment-sec{

    max-width: 100%;
}
.payment-sec p.pay-heading{
    margin-top: 0px;
    margin-left: 0;margin-bottom: 0px;color: #2C2638;

}
.circle:first-child{
    margin-top:30px;
}
.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 .rytcontent img {
    width: 44px;
float: left;
margin: 17px 10px 10px 0;
}
.pdp-optiontext{
    order:2;
    margin-left: 0px;
}
.pdp-optiontext a{
display: none;
}
.pdp-option {
width: 98%;
margin: auto;
margin-bottom: 20px;
display: flex;
position: relative;
padding: 10px 2px;
}
.pdp-optiontext h4 {
line-height: 15px;
font-family: 'Manrope-Regular';
font-size: 11px;
margin-top: 0;
margin-bottom: 0;
}
.pdp-optionimg {
float: left;
vertical-align: middle;order:1;
}
.interestdiv{
color: #68737F;
line-height: 0px;
display: none;
line-height: 0px;
text-align: left;
}
.mobile-info{
    right: 15px;
    position: absolute;
    top: 18px;
    cursor: pointer;
}
.mobile-info::before {
content: url('../image/info.svg');
width: 20px;
height: 20px;
}
.rytcontent {
    display: inline-block;
    float: left;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    background: #D9D9D9;
    line-height: 13px;
    font-weight: 400;
    border-radius: 30px;
}
.popup{
    background-color:#fff;
}
}
@media screen and (max-width: 520px){
    .pdp-optionimg .rytcontent img{
        width: 44px;
    float: left;
    margin: -2px 5px 0px 0;
    }
}





/*new changes*/


fieldset#wc-talypayment-cc-form {    height: auto;padding: 20px 0 40px;}
.payment_box.payment_method_talypayment { overflow-x: auto; }
.THREE_MONTHS {
    padding-left: 0px;
    width: 460px;
    /* margin: auto; */
    max-width: 100%;
    min-height: 200px;
    min-height: 200px;
    position: relative;
    padding-left: 0px;
    width: 400px;
    /* margin: auto; */
    max-width: 100%;
    min-height: auto;
    position: relative;
    /*display: block !important;*/
}

.md-stepper-horizontal .md-step {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    display: block;
}


.md-step.active .md-step-circle {
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    content: '';
    background-image: linear-gradient(360deg, #fff 50%, transparent 50%), linear-gradient(270deg, #000 50%, #fff 50%);
    width: 18px;
    height: 18px;
    border-radius: 50px;
    margin: 0;
    padding: 2px;
    display: block;
    float: left;
    border: solid 2px #000;
    box-shadow: 0 0 0 2px #fff inset;
    color: transparent;
}
.md-stepper-horizontal .md-step.active.done .md-step-title {
    color: rgba(0, 0, 0, .87);
    text-align: center;
    font-size: 16px;
}
div.md-step-title span.crncy {
    font-size: 16px;
    font-weight: bold !important;
    display: block !important;
    margin-top: 6px;
    margin-left: 20px;
    float: right;
}
div.md-step-title span.emi {display: none;}
div.md-step-title span {
    font-weight: 600 !important;
    text-align: center;
}
div.md-step-title span.dte {
    font-size: 12px;
    font-weight: bold !important;
    display: block !important;
    margin-top: 8px;
    margin-left: 20px;
    float: left;
    color: rgba(0, 0, 0, .87) !important;
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
  border-top: none;
}

.md-step.active:after {
    content: "";
    height: 17px;
    width: 2px;
    display: block;
    margin-left: 12px;
    top: 79px;
    position: absolute;
    background: #818C99;
    background-repeat: repeat;
}

.woocommerce-page .woocommerce-checkout .col2-set {width: 44%;}
.md-stepper-horizontal {box-shadow: none;}
.md-stepper-horizontal .md-step {padding: 0;}

.ONE_MONTH .md-step.active:after {display: none;}
.ONE_MONTH {width: 390px;}
.md-stepper-horizontal.orange.ONE_MONTH .md-step.active .md-step-circle {
    background: #818C99;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    margin: 0;
    padding: 2px;
    display: block;
    float: left;
    border: solid 2px #818C99;
    box-shadow: 0 0 0 2px #fff inset;
    float: none;
    margin: auto;
}


@media screen and (max-width: 700px){
  .THREE_MONTHS {
      max-width: 100%;
      min-height: 277px;
      position: relative;
      display: inline-block;
      width: 100%;
  }
  .ONE_MONTH {
    max-width: 100%;
    min-height: 277px;
    position: relative;
    width: 100%;
  }
  div.md-step-title span.crncy {margin-right: 5px;}
  .ONE_MONTH:before {
  content: '';
  background: #1C232B;
    width: 2px;
    height: 22px;
    display: block;
    margin-left: 11px;
    top: 77px;
    position: absolute;
  }
  .md-stepper-horizontal.orange.ONE_MONTH .md-step.active .md-step-circle  { float: left; }
  div.md-step-title span.emi-1 {
  font-size: 16px;
  line-height: 9px;
  margin-top: 5px;
  /* float: right !important; */
  /* text-align: right; */
  display: inline-flex;
  font-size: 16px !important;
  font-weight: bold !important;
  /* display: block !important; */
  margin-top: 0;
  margin-left: 20px;
  float: right;
  position: relative;
  top: -15px;
}
  div.md-step-title span.dte {
    font-size: 14px;
    font-weight: 500 !important;
    display: block !important;
    margin-top: 4px;
    margin-left: 10px;
    vertical-align: middle;
    float: none;
    color: rgba(0, 0, 0, .87) !important;
    /* padding-top: 10px; */
    display: inline-block;
    position: relative;
    top: 15px;
    text-align: left;
    float: left;
    text-align: left;
  }
  .md-stepper-horizontal.orange.ONE_MONTH .md-step.active .md-step-circle { float: left; }
  div.md-step-title span.crncy { margin-top: 4px !important; }

}

.md-step.active:last-child:after {background: transparent;}

.md-step.active.done.active_installment.installment_0 .md-step-circle {
  background-image: linear-gradient(360deg, #fff 50%, transparent 50%), linear-gradient(270deg, #1C232B 50%, #fff 50%);
  border: solid 2px #1C232B;
}

.md-step.active.done.installment_0 .md-step-circle {
  background-image: linear-gradient(360deg, #fff 50%, transparent 50%), linear-gradient(270deg, #818C99 50%, #fff 50%);
  border: solid 2px #818C99;
  color: transparent;
}

.md-step.active.done.installment_1 .md-step-circle {
  background-image: linear-gradient(-90deg, #818C99 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%);
  color: transparent;
  border: solid 2px #818C99;
}

.md-step.active.done.active_installment.installment_1 .md-step-circle {
  color: transparent;
  background-image: linear-gradient(-90deg, #1C232B 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%);
  border: solid 2px #1C232B;
}

.md-step.active.done.installment_2 .md-step-circle{color: transparent;
color: transparent;
background-image: linear-gradient(180deg, transparent 50%, #818C99 50%), linear-gradient(270deg, #818C99 50%, #fff 50%);
border: solid 2px #818C99;
}



.md-step.active.done.installment_3 .md-step-circle {
color: transparent;
background: #818C99;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0;
  padding: 2px;
  display: block;
  float: left;
  border: solid 2px #818C99;
  box-shadow: 0 0 0 2px #fff inset;

}


.md-step.active.done.active_installment.installment_2 .md-step-circle {
  background-image: linear-gradient(180deg, transparent 50%, #000 50%), linear-gradient(270deg, #000 50%, #fff 50%);
  border: solid 2px #000;
}

.md-step.active.done.active_installment.installment_3 .md-step-circle {
  background: #000;
  border-color: #000;
}

.md-stepper-horizontal.orange.ONE_MONTH .md-step.active.done.active_installment.installment_0 .md-step-circle {
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0;
  padding: 2px;
  display: block;
  float: left;
  border: solid 2px #1C232B;
  box-shadow: 0 0 0 2px #fff inset;
}

.floatBlock {
  display: flex;
  float: left;
  padding: 8px 0px 8px 0;
  text-align: center;
  background: #E6E8EA;
  color: #818C99;
  font-weight: 600;
  width: 201px;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}

img.talyicon {
  height: 24px;
  vertical-align: middle;
  margin: 0 5px;
}

.payment-sec p.pay-heading { color: #354250; }

fieldset#wc-talypayment-cc-form { border: none; }
#payment .payment_methods li .payment_box { border: none; }
.md-stepper-horizontal .md-step {  width: 88%; }

@media screen and (max-width: 700px){
.md-stepper-horizontal .md-step {width: 100%;}
}

.mobile-info {
  right: 5px;
  position: absolute;
  top: 17px;
  cursor: pointer;
  display: block;
}

.mobile-info::before {
  content: url(../image/info.svg);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 361px) {
.pdp-optionimg .rytcontent img {margin: -2px 2px 0px 0;}
.mobile-info {
  right: 0 !important;
  position: absolute;
  top: 22px;
}
}

.talypay h1.payment-heading {color: #818C99;font-size: 16px !important;margin-top: 0;}
.talypay h1 {color: #161C22;font-size: 28px !important;}
ul.taly-list li:nth-child(4) { border-bottom: none; padding-bottom: 0px;}
.md-step.active.done div.md-step-title span.dte { color: #818C99 !important; line-height: 1.7; font-family: 'Manrope-SemiBold';}
.md-step.active.done.active_installment span.dte { color: #04152A !important; }

.md-step.active.done.active_installment span.crncy { color: #818C98; }
.md-step.active.done div.md-step-title  span.crncy {color: #818C98 !important; font-family: 'Manrope-Bold';}

.md-step.active.done.active_installment div.md-step-title span.crncy { color: #1C232B !important; }
.md-step.active.done.active_installment div.md-step-title span.dte { color: #1C232B !important;font-weight: 600 !important;}

#paymentContainer input[type=radio] {display: none;}
.floatBlock.active {
  /*background: #0E85FF;*/
  color: #fff;
  padding: 0;
  padding: 8px 20px;
  z-index: 12;
  position: relative;
  text-align: center;
  display: block;
  padding: 2px 3px 2px 3px;
}

.floatBlock label {
  width: 165px;
  text-align: center;
  float: none !important;
  margin-bottom: 0 !important;
}
.floatBlock:nth-child(2) {
  position: relative;
  /* right: 0; */
  left: 0px;
  z-index: 0;
  padding-left: 0px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.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;
  display: none;
}

@media screen and (max-width: 767px) { 
.payment_plan_text {text-align: left;}
.floatBlock { width: 130px; }
}

@media screen and (max-width: 375px) { 
.floatBlock:nth-child(2) {
    position: relative;
    /* right: 0; */
    left: auto;
    z-index: 0;
    /* width: 130px; */
    right: 0;
    margin: auto;
}
div#paymentContainer { position: relative; }
.floatBlock { width: 145px; }
}

@media screen and (max-width: 361px) { 
.floatBlock:nth-child(2) {position: relative;left: auto;z-index: 0;right: 0;margin: auto;}
}


@media screen and (min-width: 768px) { 
.md-stepper-horizontal .md-step { float: none; display: table-cell; width: 18%;}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  float: none;
}
.md-step div { margin-top: 20px!important; }
div.md-step-title span.crncy {
  font-size: 16px;
  font-weight: bold !important;
  /* display: block !important; */
  margin-top: 0;
  margin-left: 0;
  float: none;
}
div.md-step-title span.dte {
  font-size: 12px;
  font-weight: bold !important;
  display: block !important;
  margin-top: 8px;
  margin-left: 0;
  float: none;
  color: rgba(0, 0, 0, .87) !important;
}
.THREE_MONTHS { 
  padding-left: 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
  min-height: auto;
  position: relative;
}
div.md-step-title span.dte {
  font-size: 12px;
  font-weight: bold !important;
  display: block !important;
  margin-top: 3px;
  margin-left: 0;
  float: none;
  color: rgba(0, 0, 0, .87) !important;
}
.md-step.active.done.installment_3 .md-step-circle {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #818C98;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  /*color: #FFFFFF;*/
  float: none;
}
.md-step.active:after {
  content: "";
  height: 2px;
  width: 22px;
  display: block;
  margin-left: 14px;
  top: 35px;
  right: -11px;
  position: absolute;
  background: #818C99;
  background-repeat: repeat;
}
.md-stepper-horizontal.orange.ONE_MONTH .md-step.active.done.active_installment.installment_0 .md-step-circle {
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  margin: 0;
  padding: 2px;
  display: block;
  float: none;
  border: solid 2px #1C232B;
  box-shadow: 0 0 0 2px #fff inset;
  margin: auto;
}
.activebox.md-stepper-horizontal.orange.ONE_MONTH .md-step.active.done.active_installment.installment_0 {
  float: left;
  margin: auto;
  text-align: center;
  display: table-cell;
  width: 50%;
}
.activebox.md-stepper-horizontal.orange.ONE_MONTH .md-step.active.done.installment_1 {
  width: 50%;
  display: table-cell;
  float: left;
}
.ONE_MONTH:after {
  content: '';
  height: 2px;
  width: 126px;
  display: block;
  margin-left: 14px;
  top: 31px;
  right: 30%;
  left: 30%;
  position: absolute;
  background: #818C99;
  background-repeat: repeat;
}
.floatBlock { display: block; }

}

div.md-step-title span.emi-1 {
  font-size: 12px;
  line-height: 9px;
  margin-top: 5px;
  font-weight: 500 !important;
  font-family: 'Manrope-Medium';
}

.floatBlock.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;
}
.floatBlock.Disabled: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;
}
.Disabled span.inptlbl {margin-top: 20px;}

@media screen and (max-width: 767px) { 
  .floatBlock.Disabled { width: 100%; padding: 0; }

  .md-step.active.done.active_installment.installment_0:after { background: #354250; }
  div.md-step-title span.emi-1 {
    font-size: 16px !important;
    line-height: 9px;
    margin-top: -24px;
    font-weight: 500 !important;
    color: #818C98;
    float: left;
    margin-left: 0;
  }
  .floatBlock.active {padding: 2px 3px;}
  .md-step div { margin-top: 40px!important; }
  .mobile-info {
    right: 0px;
    position: absolute;
    top: 6px;
    cursor: pointer;
  }

  .closediv{ height: 30px; }
}



@media screen and (min-width: 768px) { 
  .fl.tagbg { padding-left: 18px; }
  .fr.cust_pay.tagbg { padding-right: 18px; }
  .talypay h1 { padding-left: 18px; }
  .talypay h1.payment-heading { padding-left: 0; }
  .sub-head { padding-left: 18px; }
   ul.taly-list { padding-left: 18px; }
   .paylist { margin-top: 22px; }
   .paylist.half { margin-top: 0px; min-height: 94px;}
}


p.first.payhead {
    font-weight: 600;
    color: #354250;
}

p.list-content.payhead {
    color: #354250;
}
.payment-sec p.first {
    font-weight: 600;
}

.floatBlock.active span.inptlbl {
    background: #0E85FF;
    background: #0E85FF;
    /* width: 253px; */
    /* display: inline-block; */
    padding: 6px 0px;
    border-radius: 20px;
}

@media screen and (max-width: 361px) {
  .floatBlock { width: 143px; }
}


@media (min-width:400px) and (max-width:430px) {
  .floatBlock { width: 165px; }
}


.fl.tagbg {
  padding-left: 18px;
  color: #354250;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Manrope-Medium';
}

.ONE_MONTH div.md-step-title span.emi-1 { display: none; }

.woocommerce-page ul.wc_payment_methods li.wc_payment_method .floatBlock.active label { color: #fff; }
.woocommerce-page ul.wc_payment_methods li.wc_payment_method .floatBlock label { color: #818C99; }
.woocommerce-page ul.wc_payment_methods li.wc_payment_method label {
    color: #354250;
    font-weight: 500;
    font-family: 'Manrope-Medium';
    font-size: 16px;
}
li.wc_payment_method.payment_method_talypayment {position: relative;}
.woocommerce-page input[type=radio][name=payment_method]:checked+label::before {
    left: 0;
    position: absolute;
    top: 2px;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    left: 35px;
    position: relative;
    margin-right: 44px;
}

.woocommerce-page ul.wc_payment_methods li.wc_payment_method label {
    color: #354250;
    font-weight: 500;
    font-family: 'Manrope-Medium';
    font-size: 16px;
}


.woocommerce-privacy-policy-text { color: transparent;height: 0px; visibility: hidden; }
.woocommerce-privacy-policy-text a { color: transparent; }

ul.wc_payment_methods.payment_methods.methods { position: relative; }
.woocommerce-page input[type=radio][name=payment_method]+label::before {position: absolute;left: 0;}
li.wc_payment_method.payment_method_cod label { margin-left: 40px; } 