.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 14.25%;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}
#progressbar_startpackage li{
    width: 16.66%;
}
#progressbar_moldova li {
    width: 20% !important;
}

.progressbar.signup li.signup {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

/*.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 23%;
    background-color: white;
    position: relative;
    z-index: 1;
}*/

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 25px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border: 3px solid #ddd;;
    background-color: green;
    color: white;
}

.progressbar li.active + li:after {
    background-color: green;
}

.progressbar li.currentpage:before {
    border: 3px solid #ddd;
    background-color: blue;
    color: white;
}

.cart-wrapper {
    color: #FA5B58;
    font-size: 18px;
    box-shadow: -8px 5px 2px 0 rgba(0, 0, 0, .05) !important;
    width: 100px;
    float: right;
    margin: 20px 10px !important;
}

.totalservices {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 425px) {
    .progressbar li{
        font-size: 10px;
    }
    .progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .progressbar li:after{
        height: 3px;
        top: 15px;
    }
}

/*Instance upgrade progressbar css*/

.progressbar_instance_upgrade {
    counter-reset: step;
}

.progressbar_instance_upgrade li {
    list-style-type: none;
    float: left;
    width: 32%;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}

.progressbar_instance_upgrade.signup li.signup {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.progressbar_instance_upgrade li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 23%;
    background-color: white;
    position: relative;
    z-index: 1;
}

.progressbar_instance_upgrade li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 25px;
    left: -50%;
    z-index: 0;
}

.progressbar_instance_upgrade li:first-child:after {
    content: none;
}

.progressbar_instance_upgrade li.active {
    color: green;
}

.progressbar_instance_upgrade li.active:before {
    border: 3px solid #ddd;;
    background-color: green;
    color: white;
}

.progressbar_instance_upgrade li.active + li:after {
    background-color: green;
}

.progressbar_instance_upgrade li.currentpage:before {
    border: 3px solid #ddd;
    background-color: blue;
    color: white;
}

.progressbar_instance_upgrade .cart-wrapper {
    color: #FA5B58;
    font-size: 18px;
    box-shadow: -8px 5px 2px 0 rgba(0, 0, 0, .05) !important;
    width: 100px;
    float: right;
    margin: 20px 32% !important;
}
.progressbar {
    margin-top: 50px;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 14.25%;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}
.button-custom{
  text-decoration: none;
  color: #010240;
  border: 1px solid #010240;
  padding: 10px 20px;
  border-radius: 2px;
  display: block;

}
.hvr-sweep-to-right:before {

  background: #ff6b00 !important;

}
.text-spacing{
margin-top: -20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300;
}
p{
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400;
}
.hvr-sweep-to-right:hover i, .hvr-sweep-to-right:focus i, .hvr-sweep-to-right:active i {
    color: white !important;
}
.fa.fa-check {
    color:  #ff6b00 !important;

}

#progressbar_startpackage li{
    width: 16.66%;
}
#progressbar_moldova li {
    width: 20% !important;
}

.progressbar.signup li.signup {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}
.progressbar li .icons{
  display: inline-block;
      line-height: 17px;
      position: relative;
      border: solid 5px #e6e6e6;
      border-radius: 10%;
      z-index: 3;
      padding: 15px;
      background: #ffffff;
      bottom: 1rem;
}
.progressbar li .fill{
    background: #e6e6e6;
    box-shadow: 0px 10px 14px #e6e6e6;
}

.progressbar li .sizing{
    border: solid 5px #4568ac;
}
.progressbar li:before {

    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 23%;
    background-color: white;
    position: relative;
    z-index: 1;
}

.progressbar li:after {
  content: '';
position: absolute;
width: 200%;
height: 2px;
margin-left: -100%;
background-color: #ddd;
top: 35px;
left: -50%;
z-index: 0;
}
.progressbar li svg{
  height: 2.5rem;
  width: auto;
}
.progressbar li .svg-size{
  height: 3rem;
  display: block;
}
.progressbar li  .svg-done{

}
.progressbar li path{
fill: #f1670f;
}
.progressbar li .orange{
fill: white;
}

.progressbar li polygon{
fill: #f1670f;
}
.progressbar li circle{
fill: #f1670f;
}
.progressbar li .text {
  white-space: nowrap;
  padding-top: 10px;
  color: #4568ac;
}
.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color:  #4568ac;
}


.progressbar li.active + li:after {
    background-color: #e6e6e6;
    box-shadow: 0px 0px 5px #4568ac;
}

.progressbar li.currentpage:before {
    border: 3px solid #ddd;
    background-color: blue;
    color: white;
}

.cart-wrapper {
    color: #FA5B58;
    font-size: 18px;
    box-shadow: -8px 5px 2px 0 rgba(0, 0, 0, .05) !important;
    width: 100px;
    float: right;
    margin: 20px 10px !important;
}

.totalservices {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 425px) {
    .progressbar li{
        font-size: 10px;
    }
    .progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .progressbar li:after{
        height: 3px;
        top: 15px;
    }
}
#page a {
  /* color: #012344 !important; */
}

#footer #page a {
    /* color: #0083fa!important; */
}
/*Instance upgrade progressbar css*/
/*body button:hover, body .btn-default:hover, body a.btn-default:hover, body button.btn-cancel:hover, body input.form-submit:hover, body input[type="button"]:hover, body input[type="submit"]:hover, body input[type="reset"]:hover,
body #notice .singlebutton + .singlebutton input:hover, body .submit.buttons input[name="cancel"]:hover, body button:focus, body .btn-default:focus, body a.btn-default:focus, body button.btn-cancel:focus, body input.form-submit:focus,
 body input[type="button"]:focus, body input[type="submit"]:focus, body input[type="reset"]:focus, body #notice .singlebutton + .singlebutton input:focus, body .submit.buttons input[name="cancel"]:focus, body button:active, body .btn-default:active,
  body a.btn-default:active, body button.btn-cancel:active, body input.form-submit:active, body input[type="button"]:active, body input[type="submit"]:active, body input[type="reset"]:active, body #notice .singlebutton + .singlebutton input:active,
   body .submit.buttons input[name="cancel"]:active, body button.active, body .btn-default.active, body a.btn-default.active, body button.btn-cancel.active, body input.form-submit.active, body input[type="button"].active,
    body input[type="submit"].active, body input[type="reset"].active, body #notice .singlebutton + .singlebutton input.active, body .submit.buttons input[name="cancel"].active, body button.disabled, body .btn-default.disabled, body a.btn-default.disabled,
     body button.btn-cancel.disabled, body input.form-submit.disabled, body input[type="button"].disabled, body input[type="submit"].disabled, body input[type="reset"].disabled, body #notice .singlebutton + .singlebutton input.disabled, body .submit.buttons input[name="cancel"].disabled,
     body button[disabled], body .btn-default[disabled], body a.btn-default[disabled], body button.btn-cancel[disabled], body input.form-submit[disabled], body input[type="button"][disabled], body input[type="submit"][disabled], body input[type="reset"][disabled],
     body #notice .singlebutton + .singlebutton input[disabled], body .submit.buttons input[name="cancel"][disabled] {
       background: #f69017;
       color: white;
       border: 1px solid #f69017;
}*/
body btn,body .btn-default, body a.btn-default {
  color: #012344 !important;
  padding: 10px 20px !important;
  border: solid 1px #012344 !important;
  text-shadow: none;
  background: transparent !important;
}
body .btn-default:active, body a.btn-default:active{
  color: #012344;
  padding: 10px 20px;
  border: solid 1px #012344;
  text-shadow: none;
  background: transparent !important;
}

.progressbar_instance_upgrade {
    counter-reset: step;
}

.progressbar_instance_upgrade li {
    list-style-type: none;
    float: left;
    width: 32%;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}

.progressbar_instance_upgrade.signup li.signup {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.progressbar_instance_upgrade li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 23%;
    background-color: white;
    position: relative;
    z-index: 1;
}

.progressbar_instance_upgrade li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 25px;
    left: -50%;
    z-index: 0;
}

.progressbar_instance_upgrade li:first-child:after {
    content: none;
}

.progressbar_instance_upgrade li.active {
    color: green;
}

.progressbar_instance_upgrade li.active:before {
    border: 3px solid #ddd;;
    background-color: green;
    color: white;
}

.progressbar_instance_upgrade li.active + li:after {
    background-color: green;
}

.progressbar_instance_upgrade li.currentpage:before {
    border: 3px solid #ddd;
    background-color: blue;
    color: white;
}

.progressbar_instance_upgrade .cart-wrapper {
    color: #FA5B58;
    font-size: 18px;
    box-shadow: -8px 5px 2px 0 rgba(0, 0, 0, .05) !important;
    width: 100px;
    float: right;
    margin: 20px 32% !important;
}

#id_adminaccountinfo {
    min-width: 100% !important;
}