.petStyle .menu-item-1 {
  background-color: #F58A3D; }

.petStyle .menu-item-2 {
  background-color: #F58A3D; }

.petStyle .banner input[type=search] {
  background-color: #F58A3D; }

.petStyle .quote {
  color: #F58A3D;
  font-weight: 800; }

.animalStyle .menu-item-1 {
  background-color: #1D7C4B; }

.animalStyle .menu-item-2 {
  background-color: #1D7C4B; }

.animalStyle .banner input[type=search] {
  background-color: #1D7C4B; }

.animalStyle .quote {
  color: #1D7C4B;
  font-weight: 800; }

.fisheryStyle .menu-item-1 {
  background-color: #1d81bf; }

.fisheryStyle .menu-item-2 {
  background-color: #1d81bf; }

.fisheryStyle .banner input[type=search] {
  background-color: #1d81bf; }

.fisheryStyle .quote {
  color: #1d81bf;
  font-weight: 800; }

.petStyle .navbar {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 0%, #e98e39 100%); }

.petStyle #drawer-menu-expand .ant-drawer-content {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 5%, rgba(171, 121, 13, 0.896796) 100%);
  color: #fff !important; }

.animalStyle .navbar {
  background: #196e3f;
  background: linear-gradient(90deg, #196e3f 0%, #207443 100%); }

.animalStyle #drawer-menu-expand .ant-drawer-content {
  background-image: linear-gradient(to right, #196F42, #16631b);
  color: #fff !important; }

.fisheryStyle .navbar {
  background-color: #1D7FB6 !important; }

.fisheryStyle .ant-drawer-content {
  background: #186c37 !important;
  background: linear-gradient(90deg, #186c37 5%, #365427 53%) !important;
  color: #fff !important; }

.lang-info-mobile {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%; }
  .lang-info-mobile .active-lang {
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9; }

.info-card-lang-split {
  padding: 10px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-card-lang-split .lang-info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse !important; }
    .info-card-lang-split .lang-info img {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-right: 5px; }
  .info-card-lang-split .active-lang {
    background-image: url("/bg-lang.png");
    width: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; }

.info-card-lang {
  padding: 10px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-card-lang .lang-info {
    display: flex;
    flex-direction: column !important;
    align-items: center; }
    .info-card-lang .lang-info img {
      width: 30px;
      height: 30px;
      cursor: pointer; }
  .info-card-lang .active-lang {
    background-image: url("/bg-lang.png");
    width: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; }

.info-card {
  padding: 10px 5px 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  display: flex;
  justify-content: center; }
  .info-card .social-info {
    display: flex;
    flex-direction: column;
    direction: rtl; }
    .info-card .social-info .social-ic-parent {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-bottom: 10px; }
    .info-card .social-info .social-ic {
      margin-bottom: 10px;
      width: 27px;
      height: 27px;
      cursor: pointer;
      border-radius: 50%; }

