.prsc-bg{
    background-color: #E9E6F3;   	
}
.custom-main-page-container {
		max-width: 1296px;
    	display: flex;
		margin: 0 auto;
		padding-left: 20px;
}
button#confrimOrderBtn {
    width: 100%;
    font-weight: bold;
}
.tabs-section{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pre-plugin-container{
  
    background-color: #ececec;
    padding: 0 30px;
    padding-bottom: 30px;
}
/* Main */
.menu {
    border-bottom: 1px solid #B3ABAC;
    margin: 10px;
}

.menu a {
    color: gray;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-family: "montserrat classic";
    margin-right: 80px;
    font-size: 18px;
}

.menu a:first-child {
    margin-left: 0px;
}

.menu #active {
    color: black;
    border-bottom: 2px solid black;
}

.cart-container {
	background: #fff;
    padding: 15px;
    border-radius: 18px;
     
}
.cart-heading {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.product-item {
    padding-bottom: 10px;
}
.product-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img {
    height: 60px;
}
.product-name {
    font-size: 12px;
}
.product-price {
    color: #ED755F;
    font-size: 12px;
}
.Coupon-Code {
    text-align: center;
}
.coupon-text-field {
    margin: 0;
    height: 40px;
    border: 1px solid #ccc;
    padding: 4px;
    vertical-align: middle;
    border-radius:4px;
    width: 100%;
}
.next-prev-container {
    text-align: center;
}
.btn-enter {
    padding: 4px;
    border-radius: 250px;
    background: linear-gradient(to right, #8c52ff, #ff914d);
    font-size: 20px;
    text-align: center;
    border: none;
    color: rgb(255, 255, 255);
    width: 120px;
    margin: 10px;
}
.swal2-confirm.btn-enter {
    padding: 4px !important;
    border-radius: 250px !important;
    background: linear-gradient(to right, #8c52ff, #ff914d);
    font-size: 20px !important;
    text-align: center !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;
    width: 100px !important;
    margin: 10px !important;
}
tr td:first-child {
    text-align: left;
    padding: 6px; 
}

tr td:last-child {
    text-align: right;
    padding: 6px; 
}

.total-price {
    font-weight: bold;
}
.cart-test {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    margin: 5px;
}
.reviews-container {
    padding: 25px;
    margin: 25px;
}
.star-rating {
    color: #FFCE38;
    font-size: 30px;
}
.customer-reviews {
    margin-top: 10px;
}

/* review page */

.next-btn {
    text-align: center;
}
.try, .try:hover{
    border-radius: 250px;
    background: linear-gradient(to right, #8c52ff, #ff914d);
    border: none;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-weight: bold;
    padding: 14px;
    font-size: 18px;
    width: 100%;
    height: 50px;
}
.Conditions-form {
    
    font-size: 14px;
}
.product-includes, .items-notes{
    background-color: white;
    padding-top: 35px;
    border-radius: 15px;
}
.confirm-btn-section {
    margin-top: 20px;
    text-align: center;
}
.review-text {
    padding: 5px 14px 5px 14px;
    margin: 20px;
    font-size: 20px;
    color: red;
    text-align: center;
}
.summary-container, .items-container, .enhancements-container, 
.screening-container, .billing-container, .program-container {
    background: white;
    padding: 30px;
    
    border-radius: 15px;
}

.summary-heading, .program-heading {
    text-align: center;
    padding: 14px;
    font-size: 25px;
    font-weight: bold;
}
.summary-product-name {
    font-weight: bold;    
}
.summary-product-items {
    margin: 20px;
}
.summary-product-item {
    margin: 20px;
    border: 1px solid #ccc;
}

.summary-product-details {
    padding: 10px;
}

ul.list-unstyled {
    text-align: left;
    padding: 10px;
    margin: 20px;
    padding-left: 8%;
}
.list-unstyled .fa{
color: #EC5F39;
}
.center-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-container {
    padding: 0 60px 0 60px;
    margin: 12px;
    margin-bottom: 1rem;
    padding: 0 50px 0 50px;
}
.text-center {
    margin: 28px 0 28px;;
}
.billing-check {
    padding: 28px 0 28px;
}
.form-check-input {
    margin-right: 10px;
    cursor: pointer;
}
.Amlexanox-list {
    display: block;
}
.btn-add-to-cart {
    background: linear-gradient(to right, #8c52ff, #ff914d);
    font-size: 1rem;
    border-radius: 1.25rem;
    width: 160px;
    border: none;
    color: white;
    font-weight: bold;
}
.add-to-cart {
    margin: 5%;
    width: 26%;
}
.add-to-cart-red {
    color:#EC5F39;
}
.rounded-border {
   border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0px 20px 20px;
    text-align: center;
    margin: 20px;
}
.summary-product-item.checked {
    background-color: #E8E2E2;
}
.rounded-image {
    border-radius: 50%;
}

/* .remove-cart-item {
    float: right;
    margin-top: -68px;
    margin-right: 26px;
} */
button.md-remove-from-cart {

    border: none;
    background: transparent;
    font-size: 13px;
    padding: 0;
}
.md-question-tab .input-text {
    width: 100%;
    background: no-repeat;
    padding: 8px 5px;
    border-radius: 5px !important;
    border-color: #BDBDBD !important;
}
.md-question-tab span.question {
    font-weight: bold;
}
.ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
 }
 .btn-time {
    height: 32px;
    width: 124px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: rgb(0 128 255 / 28%) 0 0px 1px 0px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
}
table.ui-datepicker-calendar {
    border: none;
}
#md_start_time {
    overflow: auto;
    width: 100%;
    height: 280px;
    overflow-y: scroll;
}
.md-calander {
    padding: 0 15px;
}
.ui-datepicker {
    width: 100%;
    
}
div#md_start_time ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
 

.slot-md-loader{
    font-size: 24px;
    text-align: center;
    margin-top: 10%;
}
p.selected-date-p {
    margin-top: 10px;
    font-weight: bold;
}

.navbar-collapse {
    border-bottom: 1px solid #B3ABAC;
    margin: 25px;
}
.navbar-collapse a {
    color: gray;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-family: "montserrat classic";
    margin-right: 80px;
    font-size: 18px;
}
.navbar-collapse a:first-child {
    margin-left: 0px;
}
.navbar-collapse #active {
    color: black;
    border-bottom: 2px solid black;
}
#md_start_time ul li {
    list-style: none;
    text-align: center;
    width: 80px;
    padding: 5px 0px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 7px;
    margin-bottom: 4px;
}
.md-available-slots.col-md-7 {
    background: #f3f3f3;
    border-radius: 4px;
}

#md_start_time {
    padding-bottom: 15px;
}

.active-slot{
    background: #3333CC !important;
    color: white;
}

.col-sm-6.text-center:nth-of-type(1) {
    border-right: 1px solid black;
}
.col-sm-6.text-center:nth-of-type(2) {
    border-right: none;
}


/* .next-prev-container {
    padding: 0 30px;
} */

.review {
    border-radius: 250px;
    /* background: linear-gradient(to right,#8c52ff,#ff914d); */
    background: transparent;
    background-color: #ababab;
    border: none;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700 !important;
    padding: 18px;
    font-size: 22px !important;
    width: none;
    height: 50%;
    display: inline-block;
}
.review:hover{
    color: #fff;
}
.fa-long-arrow-alt-right {
	padding-left: 18px;	
}
#cprevBtn, #cnextBtn {
     
    margin-bottom: 15px;
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 36px;
    margin: 14px;
    font-size: 20px;  	 
}
.form-row {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>[class*=col-] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    height: 40px;
}
.form-check {
	display: -webkit-box;
}
.btn-screening {
    color: #fff;
    border: none;
    background: linear-gradient(to right,#8c52ff,#ff914d);
    margin-bottom: 15px;
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 36px;
    margin: 14px;
    font-size: 20px;
    display: block;
    outline: none;
    box-shadow: none;
}
.date-button.active {
    background-color: #007bff; /* Add your desired active state styling */
    color: #fff; /* Add your desired text color for active state */
}
.date-button {
    display: inline-block;
    padding: 10px;
    margin: 5px 0;
    border: none;
    background-color: #f8f9fa;
    text-align: left;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    margin-left: 5px;
}

.date-button:hover h3,
.date-button.active h3 {
    color: #fff;
}
.date-button:hover,
.date-button.active {
    background: linear-gradient(to right, #8c52ff, #ff914d);
    color: #fff;
}
.date-button h3 {
    color: #000;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.btn-more-dates:hover{
    background: linear-gradient(to right, #8c52ff, #ff914d);
    color: #fff;
}
.btn-more-dates {
    padding: 10px;
    border-radius: 250px;
    /* background: linear-gradient(to right, #8c52ff, #ff914d); */
    font-size: 20px;
    text-align: center;
    border: none;
    color: #000;
    /* width: 120px; */
    margin: 12px;
    font-size: 14px;
    font-weight: bold;
}
.schedule-btn-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#datepicker-container{
    display: inline-flex;
}
.text-center-container{
    text-align: center;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    backdrop-filter: blur(5px); /* Apply a blur effect to the background */
    display: flex;
    flex-direction: column; /* Adjusted to display text beneath loader */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it's above your content */
    max-width: 100vw !important;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ccc;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

.loading-text {
    color: #656565;
    margin-top: 10px; /* Adjust as needed for spacing */
    font-size: 16px;
    font-weight: bold;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-control-hf {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
  }
  #credit-card-number,#cvv,#expiration,#postal-code{
    border: 1px solid #c1bbbb;
    color: #212529;
  }
  ul.Amlexanox-list {
    text-align: left;
}

p#genralErrMsg {
    padding: 0 30px;
    margin-bottom: 16px;
}
  /* weight-management-test-page */
.elementor-grid {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4,1fr);
}
.elementor-products-grid ul.products.elementor-grid li.product {
    width: auto;
    padding: 0 10px;
    margin: 0;
    float: none;
}
ul.products>.product .mkdf-pl-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.learn-more-container {
    display: block;
    position: relative;
}
.learn-more-container > div:nth-child(2) {
    font-size: 25px;
}
.learn-more-container > div {
    align-items: center;
    color: #ffffff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
}
ul.products>.product .mkdf-pl-inner .mkdf-pl-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.mkdf-pl-text {
	display:none !important;
}

.learn-more-text:hover {
  visibility: hidden;
	opacity: 0;	
}
.learn-more-container:hover .learn-more-text {
  display: block;
}
.learn-more-container:hover .learn-more-text {
  display: block;
}

.learn-more-container:hover p {
  display: block;
}
ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
	display: none;
}
ul.products>.product .mkdf-pl-inner .mkdf-pl-text, .mkdf-video-button-holder .mkdf-video-button-play span:before {
	position: absolute;
	visibility:hidden;
	display: none;
} 
ul.products>.product .mkdf-pl-inner .mkdf-pl-text-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.mkdf-product-list-title, .learn-more-text {
    font-weight: 700 !important;
}
.description {
    display: none;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.swal2-confirm.hide{
    display: none !important;
}
.catname {
/*     position: absolute;
    left: 0;
	top: 50%;
    width: 100%;
    color: white;
    padding: 20px;
    text-align: center; */
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  color: white;
	  font-size: 16px;
	  display: inline-block; 
	  text-align: center;   
}
.nav-item > a {
	display: inline-block;
    position: relative;
}
.continue .review {
    display: none !important;
}
.next-btn.desktop{
    display: none;

}
@media (max-width:480px)  {
    input#coupon-code-field {
        width: 235px;
        padding: 6px 3px;
    }
    .screening-container .form-row {
        display: block !important;
      }
      .screening-container .form-group .form-group{
        padding: 0px 0px !important;
      }
      .cart-container{
        margin: 30px 0px!important;
        padding: 3rem !important;
      }
      .continue .review {
        margin: auto;
        margin-top: 10px;
        display: block !important;

    }
    /* BMD Checkout Optimisations */
    .program .summary-container .product-image{
        display: none;
    }
    .program .summary-container .summary-product-details{
        text-align: center;
    }
    .program .summary-container .summary-heading{
        font-size: 15px;
    }
    .rounded-border {
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .next-btn.desktop{
        display: none;
    }
    .next-btn.continue.bottom{
        display: none;
        width: 80%;
        background: #ffff;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .next-btn.continue.bottom a{
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .next-btn.continue.top{
        display: none
    }
    .custom-main-page-container {
        max-width: 100%;
        display: block;
    }
    .custom-main-page-container.screening .right-section{
        display: none;
    }
    .summary-container, .items-container, .enhancements-container, .screening-container, .billing-container, .program-container{
        padding-top: 10px;
        padding-bottom:10px ;
        
    }
    .summary-heading, .program-heading{
        line-height: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .row.prsc-bg
    {
        display: ruby-text;
    }
    .menu.show{
        margin: auto !important;
    }
    .custom-main-page-container.screening,.custom-main-page-container.billing{
        padding-right: 20px;
    }
    #billingForm h2{
        font-size: 15px;
        font-weight: bold;
    }
}
.md-add-to-cart{
/* background: linear-gradient(to right,#8c52ff,#ff914d); */
background-color: #FF6731;
font-size: 1rem;
border-radius: 1.25rem;
width: 160px;
border: none;
color: #fff;
font-weight: 700;
}


.product-image img {
    width: auto;
    height: 100px;
}

.cart-container .product-image img {
    width: auto;
    height: 70px;
}
#mdQuestionForm .question .checkbox-holder label {
    display: inline;
}
.hidden{
    display: none;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem !important;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to right, #4b5258, #6a6e71) !important;
    transition: width .6s ease;
}
.progress-bar {
    font-weight: bold;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
button#orderSubmitBtn {
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 36px;
    margin: 14px;
    font-size: 20px;
}
.next-btn.desktop {
    margin-top: 20px;
}
.form-check-label div{
    display: inline;
}
.form-check-label div div{
    display: inline;
}
.general-validation-message{
    margin-top: 20px;
}
.md-question-single .q-fragment{
    margin-bottom: 20px;
}
.md-question-single .q-fragment .feild-description
{
    font-style: italic;
    font-size: 15px;
}
button.swal2-confirm  {
    border: none;
    padding: 6px 16px;
    margin-right: 3px;
    border-radius: 5px;
}

button.swal2-deny  {
    border: none;
    padding: 6px 16px;
    margin-right: 3px;
    border-radius: 5px;
}
button.swal2-cancel  {
    border: none;
    padding: 6px 16px;
    margin-right: 3px;
    border-radius: 5px;
}
#preStateModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#preStateModal .content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 5px;
}
.pre-state-input-field{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
}
#cancelStateButton{
    margin-left: 10px;
}
#changeStateButton{
    text-decoration: underline;
    cursor: pointer;
}
.ast-container:has(.pre-plugin-container) {
    min-width: 100%;
    padding: 0px;
}
.cart-container table {
    border: none !important;
}
input#cardholderName {
    border-radius: 3px;
    padding: 8px 1px;
    background: #fff;
}
input#coupon-code-field {
    padding: 6px 4px;
}
a.pre-steps-tab.active {
    border-bottom: 3px solid;
}
.pres-hidden{
    display: none !important;
}
.md-question-tab .form-control{
    font-size: 16px !important;
}
#billingForm .form-control{
    font-size: 16px !important;
}
p#cardNumberValidationMsg {
    background: white;
}
button.md-remove-from-cart{
    color: #000;
    background-color: #fff;
}
.ast-container{
    min-width: 100% !important;
    padding: 0px !important;
}
button#submitBilling {
    font-size: 20px;
    padding: 8px 90px;
    border-radius: 250px;
}
.review{
    border-radius: 250px;
    padding: 10px 110px;
    font-size: 22px;
    text-decoration: none;
}
button#cnextBtn {
    padding: 10px 57px;
}
.submit-billing-wait {
    text-align: center;
    color: #565656;
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}
.submit-order-wait{
    text-align: center;
    color: #565656;
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}
hr:not([size]) {
    height: 0px !important;
}
#genralErrMsg{
    color: red;
    text-align: center;
    margin-top: 10px;
}   
a.pre-steps-tab.program-tab-hidden {
    display: none;
}

p.set-state-wait, p.set-state-wait-diff {
    font-weight: bold;
    color: #d91717;
}
select.form-control {
    font-size: 16px !important;
}
#card-element{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.summary-product-details  {
    padding-top: 30px;
}
 