
   .howdoes{
    color: black;
    font-size: 20px; 
    font-family: Arial, sans-serif;
  }

.mytitle{
    font-size: 20px;
    font-weight: bold; 
    color:black; 
    font-family: Arial, sans-serif;
    text-align:center;
}

.custom-navbar {

      background-color: #e0e0e5; 
    }


 .videopart{
    height: auto; 
    width: 100%;
  }


.sizepic{
height: auto; 
width: 100%;
}

  .sizetitle{
font-weight: bold; 
color:black; 
font-size: 20px;
font-family: Arial, sans-serif;
text-align:center;

  }
  .fivevitals{
    height: auto; 
    width: 100%;
  }
  
  .h1css{
color:black; 
font-family: Arial, sans-serif; 
font-size: 40px; 
line-height: 35px; 
font-weight: bold;
text-align:center;
  }


  .watchcss{
font-weight: bold; 
color:orange;
 font-family: Arial, sans-serif;
text-align:center;
font-size: 23px;

  }

  .whatisrampump{
font-weight: bold; 
color:black; 
font-family: Arial, sans-serif;
text-align:center;
font-size: 23px;

  }


.rampumpexplain{
  font:bold; 
  color:black; 
  font-size: 20px;
  font-family: Arial, sans-serif;
}

.fourpumps{
  font:bold; 
  color:black;
  font-size: 20px;
   font-family: Arial, sans-serif;
}
.oneto4{
  color: black;
  font-size: 20px;
   font-family: Arial, sans-serif;
  color: black; 
  font-family: Arial, sans-serif;
}

.five_VITAL_THINGS_title{
font-weight: bold; 
color:black;
font-size: 20px;
font-family: Arial, sans-serif;
 text-align:center;
}

.fourtoone{
  color: black;
  font-family: Arial, sans-serif;
  color: black;
  font-size: 20px;
}

.navbar-toggler-icon{
    background: gray;
}


 .left-text {
      width: 2in; /* Fixed 2-inch width */
    }
    .left-text p {
      line-height: 1.6;
    }
    .image img {
      width: auto%;
      height: auto;
    }
    @media (max-width: 768px) {
      .left-text {
        width: 100% !important;
      }
    }  


.vitals5 {
  height: auto; width: 100%;
}

 .chat-toggle {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }
    .chat-widget {
      position: fixed;
      bottom: 70px;
      right: 20px;
      width: 87%;
      max-width: 400px;
      max-height: 500px;
      background: white;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      z-index: 1000;
    }
    .chat-header {
      background: #0d6efd;
      color: white;
      padding: 10px 15px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .chat-body {
      flex: 1;
      padding: 10px;
      overflow-y: auto;
      background: #f8f9fa;
    }
    .chat-footer {
      padding: 10px;
      border-top: 1px solid #ccc;
      background: #fff;
    }
    .message {
      margin-bottom: 10px;
    }
    .message.customer {
      text-align: right;
    }
    .message.admin {
      text-align: left;
    }
    .message .bubble {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 15px;
      max-width: 75%;
      border: 1px solid transparent;
       color: black;font-family: 'Source Sans Pro';font-size: 18px; font-weight: bold;
    }
    .message.customer .bubble {
      background: transparent;
      border-color: transparent;
      color: #000;
    }
    .message.admin .bubble {
      background: #dee2e6;
      color: #000;
      border-color: transparent;
    }
    .message small {
      display: block;
      font-size: 11px;
      color: #666;
    }


.chatspan{
    color: black;font-family: 'Source Sans Pro';font-size: 18px; font-weight: bold;
}

.welcome-text{
    color: black;font-family: 'Source Sans Pro';font-size: 15px; 
}