/* ------- custom By jirawat-----------*/
.i-icon-nav-magin-custom{
  margin-right: 0.5rem;
}

.row-margin-bottom-1{
margin-bottom: 3rem;
}

.not_underline{
  text-decoration: none;
}

.subsizexl{
  width: 500px;
}
/* ------- custom By jirawat-----------*/
.circle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #28a745; /* สีขอบ */
    border-radius: 50%; /* ทำให้เป็นวงกลม */
    background-color: white; /* สีพื้นหลัง */
    color: #28a745; /* สีของไอคอน */
    text-decoration: none;
    font-size: 18px; /* ขนาดไอคอน */
  }
  
  .circle-btn:hover {
    background-color: #28a745; /* สีพื้นหลังเมื่อ hover */
    color: white; /* สีไอคอนเมื่อ hover */
  }