
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    overflow-x: hidden;
}

body {
font-family: "Roboto", "San Francisco", "Segoe UI", "Helvetica Neue", "-apple-system", "BlinkMacSystemFont", "Arial", "sans-serif";
scroll-behavior: smooth;
}
:root {
    --line-border-fill: rgb(22, 74, 122);
    --line-border-empty: #b4b2b2;
    --progress-zIndex: -1;
  }

.progress-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    width: 350px;
    position: relative;
  }
  
  .progress-container::before {
    background-color: var(--line-border-empty);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: var(--progress-zIndex);
  }
  
  .progress {
    background-color: var(--line-border-fill);
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
    z-index: var(--progress-zIndex);
  }
  
  .circle {
    align-items: center;
    background-color: #e0d3e0;
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 51px;
    justify-content: center;
    transition: 0.4 ease;
    width: 50px;
}
  .circle.active {
    border-color: var(--line-border-fill);
  }
  
  .btn {
    background-color: rgb(8 177 208);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    margin: 5px;
    padding: 8px 30px;
}
  
  .btn:active {
    transform: scale(0.98);
  }
  
  .btn:focus {
    outline: 0;
  }
  
  .btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
  }

  .PriceDetails_head__UwqJL {
    font-weight: 600;
    font-size: 23px;
    line-height: 42px;
    color: #2e2e2e;
}

.MemberDiscount_member__discount__wrapper__Z_q2I {
    margin: 8px 0 0;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_member__discount__container__rS3Y4 {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: flex-start;
    gap: 10%;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_mono__discount__TNFHq {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 1px;
    cursor: pointer;
    max-width: 110px;
}

.MemberDiscount_member__svg__SlyYa>svg {
    height: 40px;
    width: 28px;
}


.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_mono__discount__TNFHq p {
    color: #000;
    font-size: 10px;
    line-height: 1.2;
}

.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_min__cart__val__ATCZL {
    margin: 12px 0 0;
    padding: 8px;
    width: max-content;
}
.MemberDiscount_member__discount__wrapper__Z_q2I .MemberDiscount_min__cart__val__ATCZL p {
    color: #0e3f6c;
    font-size: 15px;
    font-weight: 500;
    line-height: 11.5px;
    margin: 0px;
    padding: 10px;
}

.PriceDetails_amountDetails__XZiA2 p {
   margin: 0px;
   padding: 10px;
}

.PriceDetails_zeroAmount__7mZAy {
    margin-top: 20px;
    border-radius: 15px;
    background: linear-gradient(223.23deg,hsla(0,0%,100%,.5) -39.74%,rgba(219,245,249,.5) 94.44%);
    font-weight: 400!important;
    padding: 10px!important;
}
.PriceDetails_amountDetails__XZiA2 {
    font-size: 17px;
     line-height: 23px;
}

.NextButton_buttonCont__R9eyI>button {
    width: 100%;
    height: 48px;
    background: linear-gradient(225.9deg,#0e3f6c,#235b8e 101.63%);
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    border: none;
}

.CartStepsCont_desktopRightSide__98Yac{
    width: 75%;
}

.Tests_packageCard__XsR9i {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 16px;
}

.Tests_packageCard__XsR9i>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #e00646;
    width: 60%;
    align-self: center;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}
.Tests_packageCard__XsR9i>span:after {
    content: ">";
    font-size: 20px;
    position: absolute;
    font-weight: 400;
    transform: rotate(90deg);
    color: #2f3032;
    margin-left: -16px;
}

.Tests_packageCard__XsR9i>div {
    width: 30%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2f3032;
}

.Tests_packageCard__XsR9i>svg {
    width: 10%;
    font-size: 24px;
    margin-top: -4px;
}