.Floating-menu {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 120;
  transition: top .4s;
  background-color: #fff; }
  .Floating-menu .float-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    overflow: hidden; }
    .Floating-menu .float-menu .left-label {
      font-size: 18px;
      line-height: 60px;
      font-weight: 600; }
      .Floating-menu .float-menu .left-label img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        margin-top: -5px;
        margin-right: 10px; }
    .Floating-menu .float-menu .right-btn {
      gap: 10px;
      line-height: 60px; }
      .Floating-menu .float-menu .right-btn .banner-button-btn {
        height: 40px; }
      .Floating-menu .float-menu .right-btn .banner-button-border {
        border-color: #B1B1B1; }
        .Floating-menu .float-menu .right-btn .banner-button-border:hover {
          border-color: #000; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .Floating-menu .float-menu {
      display: none; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .Floating-menu {
    padding: 0 30px; } }

.floating-menu-show {
  top: 0px; }

.Floating-menu .head-link{
  color: black;
}

.Floating-menu .product-button .menu_buttons{
    gap: 0px 10px !important;
}


.product-button .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
    "download learn"
    "subtitle .";
    gap: 5px 20px;
    align-items: center;
}

.product-button .buttons .label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-button .buttons .label .sub-dec {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.product-button .buttons .label .title {
    line-height: 1.2;
}

.product-button .buttons .label .bottom-btn-title {
    line-height: 1.2;
}

.product-button .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    height: 50px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.product-button .btn.download {
    grid-area: download;
    background: #06C668;
    color: #fff;
    min-width: 220px;
}

.product-button .btn.download:hover {
    background-color: #0ad482;
}

.product-button .btn.download img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.product-button .btn.learn {
    grid-area: learn;
    border: 2px solid #d0d0d0;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.product-button .bottom-btn .learn {
    border: 2px solid #d0d0d0;
    background: #3999ff;
    color: #ffffff;
}

.product-button .btn.learn:hover {
    border: 2px solid #000000;
}

.product-button .bottom-btn .learn:hover {
    border: 2px solid #ffffff;
}

.product-button .btn.learn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.product-button .bottom-btn {
    width: 480px;
    margin: auto;
}


.product-button .menu-down-btn {
    font-size: 14px;
    height: 38px;
    width: 170px;
    padding: 10px 5px;
    min-width: auto !important;
}

.product-button .menu-down-btn img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px !important;
}

.product-button .menu-down-btn .title {
    font-size: 14px;
}
