/* Tablet and Small Laptop Landscape */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .container {
    padding: 20px !important;
    max-width: 1200px !important;
  }

  .header-top-address ul li {
    float: inherit !important;
  }

  .header-menu ul li a {
    font-size: 14px !important;
    margin: 35px 7px 0px !important;
  }

  .header-button {
    display: inline-block !important;
    margin-left: 6px !important;
  }

  .header-area.transparent {
    margin-bottom: -135px !important;
  }

  .header-button a {
    margin-bottom: 0 !important;
    padding: 5px 7px !important;
  }

  .trans-pos {
    width: 117px !important;
  }

  .fimg {
    width: 20px !important;
    margin: 0 8px 3px 0px !important;
  }

  .header-top-address ul li a {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-right: 6px !important;
  }

  .header-top-menu::after {
    width: 61% !important;
  }

  .header-menu {
    text-align: left !important;
  }

  .trans-pos {
    width: 134px !important;
  }

  .header-button a {
    font-size: 10px !important;
    margin-bottom: 0 !important;
    padding: 6px 4px !important;
  }

  .header-button {
    margin-left: 0px !important;
  }
}