@media only screen and (min-width: 1024px) {
  /* Active menu style section */
  .active-menu{
    background-color: #E00A0A;
    color: white!important;
    font-family: Open Sans;
    font-size: 21px; 
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .active-menu-triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #E00A0A transparent transparent transparent;
    transform: rotate(0deg);
    /* margin-left: 51px; */
  }
  /* End of Active menu style section */
  .nav-link{
    color: #F2B005;
    font-family: Open Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .nav-link:hover{
    font-size: 25px;
    color: white!important;
    /* color: #F2B005!important; */
  }
}
@media only screen and (max-width: 576px) {
  /* Active menu style section */
  /* .active-menu{
    background-color: #E00A0A;
    color: white!important;
    font-family: Open Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  } */
  /* .active-menu-triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #E00A0A transparent transparent transparent;
    transform: rotate(0deg);
    margin-left: 51px; 
  } */
  /* End of Active menu style section */
  .nav-link{
    color: #F2B005;
    font-family: Open Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .nav-link:hover{
    font-size: 25px;
    color: white!important;
    /* color: #F2B005!important; */
  }
}