/* body,
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@1,700&display=swap');
html {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  background-image: linear-gradient(to bottom,#f0b41e 11%, #1434a4 52%, #ffffff 98%);
} */

.home-bg-image{   
  background-image: url('/assets/images/home-bg.png') !important;
    max-height: 100vh;
    /* width: auto; */
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* background-attachment: fixed !important; */
   }
  
   
   .parent-div {
        outline: none !important;
        border:none !important;
        /* Add any other custom styles for the parent div here */
      }
  
      .card-body {
        outline: none !important;
        border:none !important;
        /* Add any other custom styles for the parent div here */
      }
  
     
      @media (min-width: 768px) {
        .desktop-only {
          display: none !important;
        }
      }
 

 @media screen and (max-width: 768px){
  .no-header,.header_contact_info {
display:none !important; 
 }
 .cart-img{
  width:250px !important;
  
 }
 .highlight{
  box-shadow:none !important;
 }

 .modal-xxl{
  max-width: 25rem !important;
}
 
 }


 .bg-primary {
  background-color: #1434a4 !important;
}
.bg-dark {
  background-color: #0f0e13 !important;
}
.text-primary {
  color: #0037b0 !important;
}
.bg-primaryYellow{
  background-color: #f0b41e;
  color: #000000;
}
.bg-secondaryGrey{
  background-color: #d3d3d3;
}
.text-primaryYellow{
  color: #f0b41e;
}
.bg-lightBlue{
  background-color: #1cbb9f !important;
}
.bg-darkGreen{
  background-color: #5aa1b8 !important;
}
.bg-red{
  background-color: #d62d2d !important;
}
.bg-oliveGreen{
  background-color: #8c803f !important;
}
.btn-primaryYellow {
  background-color: #f0b41e;
  color: #000000;
}
.fs-7{
  font-size: 11px;
}


.pt-2-5{
padding-top: 12.2px;
}
.fw-bolder{
  font-weight: 800 !important;
}
.text-justify{
  text-align: justify;
}

.text-decor{
  text-decoration: none;
}

.text-decor:hover{
  text-decoration:underline;
}

.modal-xxl{
  margin: auto;
  max-width: 100rem !important;
}
.text-big{
  font-size: 2.4rem;
}
.space{
  line-height: 1.65 !important;
}

.cursor-pointer{
  cursor: pointer !important;
}
.min-height{
  height: 100%;
  min-height: 50vh ;
}
.spinner{
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.header_contact_info {
  font-size: 12px;
}
.navbar .nav-link {
  font-size: 17px;
  margin: 0px 12px !important;
  font-weight: 600;
}

.nav-link:hover {
  text-decoration: underline !important;
}

.navbar-collapse li {
  position: relative;
}

.navbar-collapse .line::after {
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 18px;
  background-color: #000000;
}


.banner_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/assets/images/jpg/banner.jpg");
  height: 42rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.banner_content {
     position: absolute;
     top: 40%;
     left: 32rem;
      transform: translate(-50%, -50%);
     color: white;
}
.banner_content h1 {
  font-weight: 600;
  font-size: 60px;
}
.banner_content h2 {
  font-weight: 600;
  font-size: 45px;
}
.search_section {
  position: relative;
  top: 99%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75rem;
}
.search_section .btn_section {
  background-color: #455883 !important;
}
/* mobile */
.content_section {
  margin: 80px 40px;
 }

.lab_lists {
  background-color: #c0c0c0;
}
.product_cat_img img {
  border-radius: 50%;
  border: 1px solid #ffd700;
  box-shadow: 0 0 10px #ffd700;
  height: 150px;
  width: 150px;
  padding: 30px;
}

.product_cat_img .card-body {
  font-weight: 600;
  font-size: 15px;
  border: 0px;
}

.instruction_banner img{
 height: 44rem;
}
.instruction_banner h2{
  text-align: justify;
  padding-right: 10px;
}
.instruction_banner .points{
  color: white;
  border-radius: 50%;
  text-align: center;
  height: 80px;
  font-size: 38px;
  padding-top: 7px;
  vertical-align: middle;
  width: 80px;
}
footer .contact_info {
  background-color: #f0b41e;
}
.footer_contact_icon {
  padding: 10px 15px;
  font-size: 26px;
}
.form-list {
  font-size: 18px;
  margin-top: 40px;
  list-style-type: none;
}
.form-list li {
  margin-bottom: 18px;
}

.social_icons {
  height: 60px;
  width: 60px;
}
.social_icons img {
  margin: 14px 7px 0px 0px;
}
.product_card img {
  padding: 20px;
}
.h1{
  font-size: 2rem !important;
}

.h2{

 
  font-size: 1.5rem !important;
  margin-top: 32px  !important;
  margin-bottom: 32px  !important;

}

ul li, ol li {
  /* CSS rules for <li> elements */
  font-size:1.25rem !important;
  /* Add more styles as needed */
}

.h3{
  font-size: 1.25rem !important;

}

.h4{
  font-size: 1rem !important;
}

.my-custom-font {
  font-size: 1.5rem !important;
}


.b-crumb{
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq-cate{
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;

}


@media(max-width:768px){
  .drug_tested_section{
    column-count: 1 !important;
margin: 0px !important;
  }

  .container .row{
    margin-left: calc(var(--bs-gutter-x) * -.2) !important;

  }
  .modal-xxl{
    max-width: 25rem !important;
  }

  .recipient,.recipient-btn{
    padding: 0px !important;
  }
  .recipient-img{
width:250px !important;
  }

}
.drug_tested_section {
  /* padding: 60px 40px; */
  margin: 30px 65px;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
  height: auto;
  max-width: 650px;
}

.header_dropdown li:hover{
  background-color: #f0b41e !important;
  color: #000000 !important;
}
.drug_tested_section li {
  margin-top: 5px;
  font-size: 20px;
  list-style: none;
  font-weight: 600;
}
.drug_tested_section li::before {
  content: "✔";
  position: absolute;
  margin-left: -1.8em;
  color: #f0b41e;
}
.login_section {
  height: 70vh;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}
#lab-list {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
  overflow-x: auto;
 
}
#::-webkit-scrollbar {
  display: none;
}

.lab_lists {
  /* cursor: pointer; */
  cursor: progress;
  /* width: 29.5rem; */
}

#map {
  height: 500px !important;
  width: 100% !important;
  /*transform: scale(1.15) !important;*/
  /*position: relative !important;*/
}
.show-cart {
  bottom: 450px !important;
  right: 15px !important;
  padding: 17px;

  z-index: 1000 !important;
  }

#billing{
  min-height: 80vh;
}

.registration_form .form-label  {
  font-size: 18px !important;
}
.register_btn_returnCustomer{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.cart-btn-click{
  position: absolute !important;
  margin-left: -4rem !important;
  margin-top: 10rem;
  padding: 1rem;
}



@media (min-width: 1000px){
  .forgot_password{
    width: 80vh !important;

  }
 

.test-list-employees .shadow-md{
  height: auto;
  min-height: 100vh !important;
}
}



@media(min-width:900px){
  .login_form{
    padding: 2rem 4.5rem 2rem 4.5rem;
     width: 60vh !important;
   }
   
}


.register_form{
  padding: 1rem 4.5rem 2rem 4.5rem;
   width: 60vh !important;
 }


.forgot_password{
  height: 500px !important;
   position: relative;

}

.myaccount_tab_content{
  min-height: 70vh;
  overflow-y: auto;
}

#validate_form:invalid button{
  pointer-events: none;
}

/*#regForm:invalid button{
  pointer-events: none;
}*/


.recipient_list{
  padding: 1rem 5rem 1rem 5rem;
}

.dropdown-menu li{
  font-size: 13.5px;
  padding: 10px 6px;
  width: 100%;
}
.big-text{
  font-size: 9rem;
}

.question-main-section{
  height: 100%;
  min-height: 50vh;
}

.question-main-section .step_one{
  margin: 10rem 0rem 1rem 0rem;
}




/* Sliding notification css */
.visible {
  /*animation: movein 0.5s ease forwards, moveout 0.5s 3s ease forwards;*/
  animation: movein 0.5s ease forwards;

}

#notif {
  width: 375px;
  height: auto;
  border-radius: 3px;
  font-size: 18px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: fixed;

  top: 10vh;
  right: -850px; /* Hidden by default */
  z-index: 1500;

  margin-top: 10px;
  visibility: hidden !important; /* Hidden by default */
 
}

#notif.active {
    display: block !important;
    visibility: visible !important;
    right: 0; /* Slide the cart into view */
    transition: right 0.5s ease; /* Smooth transition */
}


@keyframes movein {
  from { right: -500px; }
  to   { right: 10px; }
}

@keyframes moveout {
  from { right: 10px; }
  to   { right: -500px; }
}

.bg-gray, .bg-gray:focus{
  background-color: #e9ecef !important;
}

.btn-success{
  background-color:#198754 !important;
}  

 

 @media (max-width: 575.98px) {
  .list-group-horizontal-sm {
    flex-direction: column;
    overflow-x: auto;
  /* white-space: nowrap; */
  }
 
}
@media (max-width: 575.98px) {
  .modal-xxl{
    max-width: 25rem !important;
  }
}

@media screen and (max-width:800px){
  .aboutus-mobile{
   display: none !important;
  }

}

.stylish-link {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
  /* Add any additional styles as needed */
}

.custom-alert-popup {
  background-color: #1434a4 !important;
  color: white !important;
  
}

.custom-alert-title {
  color: white !important;
 
}

.custom-alert-popup .swal2-confirm.custom-ok-button {
  background-color: #f0b41e !important;
  color: black !important;
 }

 .custom-alert-popup .swal2-deny.custom-deny-button {
  background-color: #f0b41e !important;
  color: black !important;
}

.custom-alert-popup .swal2-cancel.custom-cancel-button {
  background-color: #f0b41e !important;
  color: black !important;
}

/* CSS */
.custom-progress-bar .swal2-progress-bar {
  background-color: white !important;
}

/* Default styling for desktop */
.ind-orders {
  margin-top: 1rem; /* mt-3 equivalent */
}

/* For mobile devices, remove margin-top */
@media (max-width: 768px) {
  .ind-orders {
      margin-top: 0 !important; /* Remove the margin for mobile */
    
  }
}












