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; /* Adjust as needed for proper spacing above radio button */
    left: 50%; /* Center horizontally in the parent */
    transform: translateX(-50%); /* Move back to the left by 50% of its width */
    background-color: #ff4d4d; /* Bright red for attention */
    min-width: 80px; /* Set a minimum width */
    color: #fff;
    font-size: 12px; /* Default font size for desktop */
    font-weight: bold;
    padding: 8px 12px; /* Default padding for desktop */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: opacity 0.3s ease;
}


/* Mobile Styles */
/* @media (max-width: 768px) { */
    /* .sale-tag { */
      /*  font-size: 8px;  Font size for mobile */
       /*  padding: -28px; Padding for mobile */
        /* You may want to adjust other properties like top and right if needed */
      /*   top: -27px; Adjusted for better positioning on mobile */
   /*     right: -5px;  Adjusted for better positioning on mobile */
    /* } */
/* } */

/* 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;
}
.btn-sml {
    padding: 0.5px 1px;
    font-size: 0.7rem;
    border-radius: 3px;
  }

