body{
    margin: 0;
    padding: 0;
    width: 100%;
}
#hellobar-bar {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: fixed;
    background-color: #035ded;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #001885;
    border-color: #22af73
}
.hb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .5;
    color: #001885;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}
.card-body {
    text-align:left;
}
/* Sale Tag Style */
/* Base Styles for Sale Tag changed here */
.sale-tag {
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff4d4d;
    min-width: 80px; /* Default minimum width for larger screens */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: opacity 0.3s ease, min-width 0.3s ease;
}

/* For mobile screens */
@media (max-width: 768px) {
    .sale-tag {
        min-width: 110px; /* Increase the minimum width for mobile screens */
    }
}


/* Create the hole effect */
.sale-tag::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px; /* Width of the hole */
    height: 10px; /* Height of the hole */
    background-color: #ff4d4d; /* Match the tag color */
    border-radius: 50%; /* Make it circular */
    transform: translateX(-50%); /* Center the hole */
    border: 2px solid #fff; /* White border to enhance the hole effect */
}

/* Thread effect */
.thread {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 2px; /* Thickness of the thread */
    height: 20px; /* Length of the thread */
    background-color: #000; /* Black thread */
    transform: translateX(-50%);
    z-index: 1; /* Ensure thread is behind the tag */
}

/* Container for each radio option changed */
.single-radio-box {
    position: relative;
    display: inline-block;
    margin: 15px;
    margin-bottom: 50px;
}

/* Optional: Add hover effect on sale tag */
.single-radio-box:hover .sale-tag {
    opacity: 0.9;
}
         .for-flex{
         display: inline;
         }
         .price-section{
         margin-bottom: 25px;
        }
.justify-content-between-mail {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: center !important;
}
/* Add a small arrow below the sale tag changed */
.sale-tag::after {
    content: '';
    position: absolute;
    bottom: -5px; /* Adjust position based on the height of the sale tag */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff4d4d; /* Same color as sale tag */
    margin-top: 30px;
}

.flag-discount {
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    float: right;
    padding: 4px 5px;
    background: #ff4d4d;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    left: -59px;
}
.flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #ff4d4d transparent transparent transparent;
}
.flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #ff4d4d transparent;
}
.pricing-header .price {
      line-height: 33px !important;
     }
.btn-sml {
    padding: 0.5px 1px;
    font-size: 0.7rem;
    border-radius: 3px;
  }