.mainnav {
    padding: 10px 40px;
    border: none;
    outline: none;
    box-shadow: 0;
    background-color: #fff;
    display: flex;
    width: 100%;
  }

  .mainnav ul {
    margin: 0;
    padding: 0;
  }

  .mainnav ul a:hover {
    text-decoration: none !important;
    color: #17305A;

  }

  .navlogo img {
    max-width: 100px;
    max-height: 70px;
  }

  .navlogo {
    margin: 0;
    padding: 0;
    display: flex;
  }

  .navlogo h4 {
    /* font-family: 'Tangerine', serif; */
    /* font-family: 'Lalezar', cursive; */
    font-family: 'Neucha', cursive;
    font-size: 20px;
    font-weight: 900;
    display: inline;
    line-height: 38px;
    color: #17305A;
  }

  .logo-ulm {
    display: none;
  }

  .logo-ul {
    margin-right: 20px !important;
  }

  .midlink {
    display: flex;
    justify-content: space-between;
    min-width: 90%;
  }

  .midlink-ul {
    display: flex;
    min-width: 50%;
    align-items: center;
    justify-content: space-between;
  }

  .midlink-ul a {
    padding: 20px;
    font-size: 16px;
    color: #000;
  }

  .midlink-ul a:hover {
    background-color: #07468B;
  }

  .endlink-ul {
    display: flex;
    min-width: 40%;
    align-items: center;
    justify-content: center;
  }

  .endlink-ul a {
    padding: 20px;
    font-size: 16px;
    color: #000;
  }

  .endlink-ul a:hover {
    background-color: #07468B;
  }

  /* .productlink{
    padding:0;
    margin: 0;
    background-color: #07468B;
  } */
  .productlink-ul {
    padding: 0;
    margin: 0;
    background-color: #07468B;
    display: flex;
    min-width: 50%;
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }

  .productlink-ul a {
    padding: 35px 20px;
    font-size: 17px;
    color: #fff;
  }

  .productlink-ul a:hover {
    background-color: #07468B;
    text-decoration: none;
    border-bottom: 4px solid white;
  }

  .productlink-ulm {
    display: none;
    padding: 0 20px !important;
    margin: 0;
    background-color: #07468B;
    min-width: 100%;
    align-items: start;
  }

  .productlink-ulm a {
    /* padding:15px 20px; */
    font-size: 16px;
    color: #fff;
  }

  .productlink-ulm a:hover {
    color: #000 !important;
    /* background-color: #265b94; */
    text-decoration: none;
  }


  /* #hidden_content{
display: none;
} */
  .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    perspective: 900px;
    transform-style: preserve-3d;
  }

  .slider .previous,
  .slider .next {
    font-family: "FontAwesome";
    font-size: 40px;
    position: absolute;
    top: 50%;
    color: white;
    padding: 20px;
    text-decoration: none;
    left: -100px;
    margin-top: -48px;
    transition: all .3s;
    opacity: 0;
    z-index: 10000;
  }

  .slider .next {
    right: -100px;
    content: "\f054";
    left: auto;
  }

  .slider:hover .previous,
  .slider:hover .next {
    opacity: 1;
  }

  .slider:hover .previous {
    left: 0;
  }

  .slider:hover .next {
    right: 0;
  }

  .slider .slides {
    height: 100%;
  }

  .sliding {
    padding: 0px 5% 5px;
    width: 100vw;
    text-align: center;
    position: absolute;
    transform: scale(0.5, 0.5);
    opacity: 0;
    transition: all .3s;
  }

  .sliding.blue {
    background: #07468B;
    color: white;
  }

  .sliding.white {
    background: #07468B;
    color: white;
  }

  .sliding.red {
    background: #07468B;
    color: white;
  }

  .sliding.active {
    z-index: 10;
    left: 0;
    opacity: 1;
    transform: scale(1, 1);
  }

  .sliding.inactiveLeft {
    left: -100vw;
    z-index: 11;
  }

  .sliding.inactiveRight {
    left: 100vw;
    z-index: 11;
  }

  .sliding:after {
    content: attr(data-icon);
    font-family: "FontAwesome";
    font-size: 15vw;
    position: absolute;
    bottom: -8vw;
    left: 0;
    opacity: 0.3;
  }

  .slider .bullets {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
  }

  .slider .bullets .bullet {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 14;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s;
  }

  .slider .bullets .bullet.active {
    background: rgba(255, 255, 255, .4);
  }

  .slider .bullets .bullet:hover {
    border: 2px solid rgba(255, 255, 255, .8);
    background: transparent;
  }

  @media only screen and (max-width: 768px) {
    .logo-ul {
      display: none;
    }

    .logo-ulm {
      display: block;
      position: absolute;
      top: 10px;
      left: 20px;
    }

    .navlogo img {
      max-width: 58px;
      max-height: 36px;
    }

    .navlogo h4 {
      font-family: 'Neucha', cursive;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
    }

    .icon-search {
      font-size: 20px;
      color: #fff;
      margin-top: 13px !important;
      margin-right: 5px;

    }

    .navbar-header .navbar-toggle {
      background-color: transparent;
      color: rgb(255, 147, 7) !important;
      border: 0;
      outline: 0;
    }

    .navbar-header .navbar-toggle:hover,
    .navbar-header .navbar-toggle:focus,
    .navbar-header .navbar-toggle:active {
      background-color: transparent;
      color: orange;
      border: 0;
      outline: 0;
    }

    .visib {
      display: none;
    }

    .mainnav {
      flex-direction: column;
      width: 50%;
      position: absolute;
      top: 0;
      height: 100vw;
      margin-top: 50px;
      padding: 10px 0;
      background-color: #07468B;
      box-shadow: 10px 0 5px -2px #033c79;
      text-align: start;
      overflow-y: auto;
    }

    .midlink {
      flex-direction: column;
      text-align: start;
      min-width: 100%;

    }

    .midlink-ul {
      flex-direction: column;
      text-align: start;
      min-width: 100%;
    }

    .midlink-ul a {
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      margin-bottom: 5px;
      text-align: start;
      min-width: 100%;
    }

    .endlink-ul {
      flex-direction: column;
      text-align: start;
      min-width: 100%;
    }

    .endlink-ul a {
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      text-align: start;
      min-width: 100%;
    }

  }