.athiti-extralight {
    font-family: "Athiti", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .athiti-light {
    font-family: "Athiti", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .athiti-regular {
    font-family: "Athiti", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .athiti-medium {
    font-family: "Athiti", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
  }
  
  .athiti-semibold {
    font-family: "Athiti", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
  }
  
  .athiti-bold {
    font-family: "Athiti", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  


.btn_new  {

    background-color: #3fbbc0;
    color: white;
    border: 0px solid #3fbbc0;
    

}

.btn_new:hover {
    color: white;
    background-color: #26a8ad;
    border: 0px solid #000;
}

.a_link {
    background-color: #3fbbc0;
    color: #ffff;
}

.a_link:hover {
    background-color: #26a8ad;
    color: #ffff;
}

.text_h5 {
    size: 16;
    color: #3fbbc0;
}

