 .fa-cart-plus{
	font-size: 16px;
}
.nav-item  .fa-cart-plus{
	font-size: 15px;
}
.btn-outline{
	color: #df002c;
	border-color: #df002c;
}
.btn-outline:hover{
	color: #fff;
	background: #ab0000;
}
.term-ul li{
	padding: 10px 0;
}
.career-ul li{
	padding-top: 18px;
	list-style-type: none;
}
.career-ul li i{
	color: #df002c;
	padding-right: 5px;
}
.bg-inherit{
	background-color: #fff !important;
	padding: 15px;
}
@media(max-width: 767px){
	.bread-bot{
		padding-bottom: 10px !important;
	}
}




 @media (max-width: 768px){
 
  #whatsapp-widget-container {
    position: fixed;
    top: 20px; /* Adjust this value to change the offset from the top */
    left: 0;
    z-index: 9999; /* Ensure it's above other content */
}
  .tawk  {
    width: 55px;
    height: 55px;
    background: #25d366;
    border-radius: 50%;
    position: fixed;
    top: 80%!important;
    /* left: 80%!important; */
  }

 } 
 
 
  .pulser {
    width: 55px;
    height: 55px;
    background: #25d366;
    border-radius: 50%;
    position: fixed;
    top: 88%;
    left: 1.6%;
    z-index: 90;

   
  }
  
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #25d366;
    border-radius: 50%;
     z-index: -1;
     
  }
  .pulser i{
    font-size: 28px;
    color: #ffffff;
     padding: 16px;
  }