.Checkout {
    /* margin: 0 100px 16px 100px; */
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #0883CE;
  }

.check{
    font-family: 'Poppins', sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 36px;
text-align: left;

}

.out{

    font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;

}

.details{
    font-size: 16px;
    color:  #ADB5BD;
}


.final{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;


}


.button_st {
    background-color: #0983ce;
    color: white;
    font-size: 18px;
    padding: 2% 6% 2% 6%;
    border-radius: 5%;
    border-color: #0983ce;
    font-weight: 400;
    width: 320px;
    height: 57px;

}



ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #0883ce;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #0883ce;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}
/* ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 2.2em;
    bottom: -1.2em;
} */

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #0883ce;
}

ol.progtrckr li.progtrckr-todo:before
{
content: "\2713";
    color: white;
    background-color: #aaaaaa;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;

}


ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 0% !important;
    line-height: 1em;
}
