div#Blue_head {
    background-color: #85ade1;
    border-radius: 7px 7px 0 0;
}
.best-value .value-box .top-header h2 {
    margin: 0;
    line-height: 50px;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #132c4d;
    line-height: 72px;
}
.box {
    position: relative;
  }
  .ribbon {
    position: absolute;
    left: -8px;
    top: -20px;
    z-index: 1;
    overflow: hidden;
    width: 161px;
    height: 158px;
    text-align: center;
  }
  .ribbon span {
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 180px;
    display: block;
    background: linear-gradient(#f70505 0%, #8f0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 37px;
    left: -33px;
  }
  .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8f0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8f0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8f0808;
  }
  .best-value .value-box .top-header h3{
    /* font-family: Myriad Pro; */
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000;
  }
  .value-box.one-bottle .img-part img {
    border-radius: 100%;
    background: #f0ddca;
    width: 283px;
    height: 283px;
    margin: 0px auto;
}
.twos-bottle {
    border-radius: 100%;
    background: #eabba7;
    width: 283px;
    height: 283px;
    margin: 0px auto;
}
.thees-bottle {
        border-radius: 100%;
        background: #f0ddca;
        width: 283px;
        height: 283px;
        margin: 0px auto;
}
img.ctabbtbn {
    width: 100%;
    max-width: 300px;
}
#Skin-box {
    fill: linear-gradient(0deg, rgba(240, 248, 250, 0.6) 0%, rgba(240, 248, 250, 0.6) 100%), #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0 0 7px 7px;
    background: #f0ddca;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.best-value .value-box .bottom-part h4.pricing {
    margin-top: 1.5rem !important;
    margin: 20px 0 0;
    padding-bottom: 1.3rem !important;
}
.best-value .value-box .price h2 sub {
    font-size: 25px;
    line-height: 16px;
    font-weight: 400;
}
.best-value .value-box .checkpoints label.skyblue {
    background: #0090E1;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.72);
}
.payment-method {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 275px;
    display: block;
    margin: 0px auto;
}
.top-btm-gap{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.col-12.col-lg-4.order-1.order-md-2.px-lg-0.top-btm-gap {
    padding-left: 0;
    padding-right: 0;
}
.value-box.threes-bottle {
    margin: 78px 0 0;
}
.best-value .value-box.threes-bottle .top-header {
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .best-value .value-box .top-header span {
        left: -39px;
        top: 31px;
        font-size: 18px;
    }
    .best-value .value-box {
        height: auto;
        margin: 0 0 25px;
    }
    .col-12.col-lg-4.order-1.order-md-2.px-lg-0.top-btm-gap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .best-value .value-box .top-header span {
        font-size: 1em;
        left: -24%;
        top: 21%;
        line-height: 20px;
    }
    .col-12.col-lg-4.order-1.order-md-2.px-lg-0.top-btm-gap {
        padding-left: 1.5px;
        padding-right: 1.5px;
    }
    .col-12.col-lg-4.order-2.order-md-3.top-btm-gap {
        padding-left: 0;
        padding-right: 0;
    }
    .col-12.col-lg-4.order-3.order-md-1.top-btm-gap{
        padding-left: 0;
        padding-right: 0;
    }
    .col-12.col-lg-4.order-1.order-md-2.px-lg-0.top-btm-gap {
        padding-left: 0;
        padding-right: 0;
    }
    .value-box.threes-bottle {
        margin: 20px 0 20px;
    }
    .value-box.one-bottle{
        margin: 0;
    }
}