#checkout-secondpage-headline {
  width: 84%;
  margin: auto;
  margin-top: 4%;
  font-family: "PT Sans", sans-serif, Arial, Verdana !important;
}
#checkout-secondpage-headline ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}
#checkout-secondpage-headline li {
  text-align: center;
  color: rgb(151, 149, 149);
}
#checkout-secondpage-headline li:hover {
  text-decoration: underline;
  cursor: pointer;
}
#checkout-secondpage-headline .progress-container {
  position: relative;
  margin-top: 10px;
  width: 96%;
  margin: auto;
}
#checkout-secondpage-headline .progress-bar {
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
#checkout-secondpage-headline .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%; /* 25% of the width */
  height: 100%;
  background-color: rgb(153, 150, 150);
  z-index: 1;
}
#checkout-secondpage-headline .tick-container {
  display: flex;
  justify-content: space-between;
}
#checkout-secondpage-headline .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(158, 158, 158);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
#checkout-secondpage-headline .tick {
  color: rgb(146, 144, 144);
  font-size: 18px;
}
#checkout-secondpage-headline .tick-circle.active {
  border-color: #4dc62f; /* Green border for active element */
  height: 44px;
  width: 44px;
  margin-top: -8px; /* Green background for active element */
}
#checkout-secondpage-headline .tick-circle.active .tick {
  color: #53c038;
  font-size: 24px;
  font-weight: 800; /* White tick on green background */
}
#checkout-secondpage-headline li.active {
  color: #4ec331;
  font-size: 18px;
}

/* for cgeckout secodn page */
#checkout-secondpage-headline .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66%; /* 25% of the width */
  height: 100%;
  background-color: rgb(0, 128, 105);
  z-index: 1;
}

/* for logo bried pafe */

/* packahe box css */

#checkout-page-conatiner-package .package-box {
  padding: 10px 2px 22px 10px;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.2);
}

#checkout-page-conatiner-package .package-box h4 {
  font-weight: 600;
  font-size: 26px;
}
#checkout-page-conatiner-package .package-box p {
  font-size: 18px;
  margin-top: -4px;
}
.container-logobrief #checkout-page-conatiner-package ul {
  display: block;
  padding: 0;
  text-align: left;
}
.container-logobrief #checkout-page-conatiner-package li {
  padding-top: 8px;
  text-align: left;
  color: gray;
  font-size: 17px;
  text-decoration: none;
  cursor: text;
}
.container-logobrief #checkout-page-conatiner-package li strong {
  color: rgb(50, 49, 49);
}

/* packahebox css ends here */
#checkout-page-conatiner-package .package-box ul {
  display: block;
  padding: 0;
  text-align: left;
}
#checkout-page-conatiner-package .package-box li {
  padding-top: 8px;
  text-align: left;
  color: gray;
  font-size: 17px;
  text-decoration: none;
  cursor: text;
}
#checkout-page-conatiner-package .package-box li strong {
  color: rgb(50, 49, 49);
}
