@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.fixed-top-2 {
    margin-top: 56px;
}

#logo{
  height: 30px;
}


h1 {
  text-align: center;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding: 20px 0;
  color: #777;
}

.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 40px auto;
  max-width: 1300px;
  position: relative;
  
}
.card{
  margin-bottom: 5px !important;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 998;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "";
}
ul.checkout-bar li:nth-child(2):before {
  content: "";
}
ul.checkout-bar li:nth-child(3):before {
  content: "";
}
ul.checkout-bar li:nth-child(4):before {
  content: "";
}
ul.checkout-bar li:nth-child(5):before {
  content: "";
}
ul.checkout-bar li:nth-child(6):before {
  content: "";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    /*z-index: 0;*/
  }

  .checkout-wrap {
    margin-bottom: 130px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;

    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 999;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}



/*CUSTOM CODE*/
nav.navbar.navbar-expand-lg.navbar.fixed-top-2.navbar-light.bg-light .navbar-collapse{
  flex-grow:initial;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.nav-tabs.nav-fill .nav-item {
  text-transform: uppercase;
  color: #383d41;
  border: 1px solid #dee2e6;
  background: #f9f9f9;
  border-radius: 0;
  font-size: 12px;
  padding: 10px 20px;
  font-weight: bold;
}
.nav-tabs.nav-fill .nav-item.active, .nav-tabs.nav-fill .nav-item:hover {
  color: #28a745;
  background-color: #28a74536;
  border-bottom: 2px solid #28a745;
}

.checkout-bar {
  background-image: none;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
}
.checkout-bar::before {
  background-image: none;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
}
.checkout-bar li {
  font-size: 12px;
  text-transform: uppercase;
}


.checkout-bar li.active::after, .checkout-bar li.visited::after {
  background-image: none;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
}

ul.checkout-bar {
  border-radius: 15px;
  height: 4px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
  background-color: none;
  background-image: none;
}

ul.checkout-bar::before {
  content: " ";
  height: 4px;
  left: 0;
  position: absolute;
  width: 10%;
}


ul.checkout-bar li {
  font-size: 13px;
  text-align: center;
  margin: 30px 0 0;
  text-transform: uppercase;
}

ul.checkout-bar li::before {
  height: 30px;
  left: 40%;
  line-height: 45px;
  position: absolute;
  top: -44px;
  width: 30px;
  z-index: 999;
  box-shadow: none;
}

ul.checkout-bar li.visited:after,
.checkout-bar li.active:after {
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: 99;
  background-image: none;
}


ul.checkout-bar li::before {
  height: 22px;
  width: 22px;
  top: -39px;
  left: 45%;
  background: #fff;
  border: 2px solid #ddd;

}