.pointer {
    cursor: pointer;
  }
  a{
    text-decoration: none !important;
    color: #262626 !important;
    transition: all 0.5s ease;
  }
  
  a:hover {
    color: #3B7B7D !important;
  }
  
  .noresize {
    resize: none;
  }
  
  .relative {
    position: relative;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  
  /* Font size */
  .text-10 {
    font-size: 10px;
  }
  
  .text-11 {
    font-size: 11px;
  }
  
  .text-12 {
    font-size: 12px;
  }
  
  .text-13 {
    font-size: 13px;
  }
  
  .text-14 {
    font-size: 14px;
  }
  
  .text-15 {
    font-size: 15px;
  }
  
  .text-16 {
    font-size: 16px;
  }
  
  .text-17 {
    font-size: 17px;
  }
  
  .text-18 {
    font-size: 18px;
  }

  .text-20{
    font-size: 20px;
  }
  
  .text-22{
    font-size: 22px;
  }
  

  .text-24 {
    font-size: 24px;
  }
  
  .text-25 {
    font-size: 25px;
  }
  
  .text-28 {
    font-size: 28px;
  }
  
  .text-30 {
    font-size: 30px;
  }

  .text-36 {
    font-size: 36px;
  }
  
  /* Font Weight */
  .fw-400 {
    font-weight: 400;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-700 {
    font-weight: 700;
  }
  
  /* text style */
  .text-italc {
    font-style: italic;
  }
  
  /* color */
  
  .color-primary{
    color: #3B7B7D;
  }
  .text-color{
    color: #4F4F4F;
  }

  .text-gray{
    color: #606060;
  }
  .text-blue {
    color: #0060CE;
  }
  