.topbar {
  background-color: #00b27b;
  padding: 0 !important;
  height: 36px;
}
.topbar-head {
  color: white;
  font-size: 17px;
  display: inline-block;
  margin-top: -0px;
  /* margin-right:140px; */
  margin-left: 10px;
}
.topbar-head-2 {
  color: white;
  font-size: 15px;
  display: inline-block;
  margin-top: -0px;
}

.neu-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;

  /* gap: 50px; */
}
.topbar-icon {
  width: 15px;
  height: 14px;
  margin-top: 8px;
  margin-left: 10px;
  color: white;
}

.know-more-btn {
  background: #037e57;
  color: #fff;
  font-size: 12px;
    width: 90px;
    height: 28px;
  margin-left: 25px;
  border: none;
  border-radius: 25px;
}

.new-year-gif{
  display: block !important;
}
.new-year-gif-2{
  display: none !important;
}


@media only screen and (max-width: 479px) {


  .new-year-gif{
    display: none !important;
  }
  .new-year-gif-2{
    display: block !important;
  }
  
  .topbar {
    height: 60px;
  }
  .neu-box {
    display: flex;
    flex-direction: column;
  }
  .topbar-head {
    font-size: 6px;
    margin-left: 0px;
    /* margin-bottom: -10px; */
  }
  .topbar-head-2 {
    font-size: 8px;
    /* margin-top:5px; */
  }
  .topbar-icon {
    margin-left: 3px;
    color: white;
    font-size: 6px;
  }
  .know-more-btn {
    /* margin-bottom: 20px !important; */
    font-size: 6px;
    width: 50px;
    height: 16px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .header-area-2.header-area .header-nav .navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .topbar {
    height: 50px;
  }
  .neu-box {
    display: flex;
    flex-direction: column;
  }

  .topbar-head {
    font-size: 9px;
    /* margin-bottom: -10px; */
  }
  .topbar-head-2 {
    font-size: 8px;
  }
  .topbar-icon {
    margin-left: 3px;
    color: white;
    font-size: 6px;
  }
}
@media (max-width: 1180px) {
  .header-area-2.header-area .header-nav .navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .topbar {
    height: 40px;
  }
  /* .neu-box {
    display: flex;
    flex-direction: column;
  } */

  .topbar-head {
    /* margin-top: 7px;
    font-size: 12px;
    margin-left: 0px; */
    margin-bottom: -20px;
  }
  .topbar-head-2 {
    font-size: 8px;
  }
  .topbar-icon {
    margin-left: 3px;
    color: white;
    font-size: 8px;
  }
}
