.sticky-header {
  background: #39a2e0;
  width: 100%;
  float: left;
  padding: 14px 48px 13px;
  position: fixed;
  z-index: 99;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  top: -80px; }
  @media only screen and (min-width: 267px) and (max-width: 999px) {
    .sticky-header {
      display: none; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .sticky-header {
      display: none; } }
  .sticky-header.header_fix {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    top: 0% !important; }
  .sticky-header .logo {
    width: 12%;
    float: left;
    margin: 8px 0px 4px; }
  .sticky-header .search-box {
    margin: 0px;
    width: 34%;
    padding: 4px 10px;
    margin-left: 73px;
    margin-top: 5px;
    position: relative; }
    @media (min-width: 1024px) {
      .sticky-header .search-box {
        margin-left: 33px; } }
    .sticky-header .search-box .search-dropdown-header {
      display: block;
      position: absolute;
      background-color: #f3f3f3;
      max-width: 450px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 10;
      left: 5px;
      padding: 12px 16px 20px 16px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin-top: 32px;
      color: #404040;
      top: unset; }
    .sticky-header .search-box p:hover {
      color: darkblue; }
  .sticky-header .without-search-box-div {
    width: 36.7%; }
  .sticky-header .mid-div-sticky {
    width: 13.3%; }
  .sticky-header .header-rght-col {
    width: 44%;
    float: right; }
    .sticky-header .header-rght-col .vendor-link-div {
      width: 50%;
      float: left; }
    .sticky-header .header-rght-col .get-started-div {
      width: 50%;
      float: left; }

a.get-started-link {
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  padding: 5px 42px;
  background: #f3941e;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  float: left;
  margin-left: 50px;
  font-weight: 600;
  padding-top: 7px; }
  a.get-started-link:hover {
    background: #fff;
    color: #f3941e; }
