* {
    box-sizing: border-box;
    margin: 0%;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    background-color: #e7e7e7;
  }
  
  .container {
    width: 100%;
  }
  
  .navbar__container {
    display: block;
    width: 100%;
    background-color: #3f3f4d;
    padding: 0 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .navbar__flex {
    position: relative;
    width: 100%;
    max-width: 1140px;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .navbar__left, .navbar__right {
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
  .navbar__hamburger {
    display: inline-block;
    width: 100px;
    height: 40px;
    background: #3f3f4d url("https://res.cloudinary.com/ajayrawat/image/upload/v1508734485/logo_zdwi2d.svg") no-repeat;
    background-size: contain;
    margin-right: 0px;
    vertical-align: middle;
  }
  .navbar__search {
    display: inline-block;
  }
  .navbar__inputwithicon {
    position: relative;
    width: 300px;
  }
  .navbar__input {
    background-color: #34343f;
    border: 1px solid #34343f;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    outline: none;
    padding: 0 ;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #c0c7da;
    letter-spacing: 1px;
    word-spacing: 1px;
  }
  .navbar__input:focus {
    border-color: white;
  }
  .navicon
  {
    height: 47px;
    width: 47px;
    margin-left: 5px
  }
  .navuniicon
  {
    height: 50px;
    width: 50px;
  }
  .navicon2
  {
    height: 50px;
    width: 50px;
  }
  .navuniicon2
  {
    height: 50px;
    width: 170px;
    margin-left: 10px;
  
  }
  .navbar__button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    outline: none;
    border: none;
    background: #43cb83 url("https://res.cloudinary.com/ajayrawat/image/upload/v1508734484/search_icon_pr2sma.svg") no-repeat;
    background-size: 17px;
    background-position: center;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    will-change: background-color;
  }
  .navbar__button:hover, .navbar__button:focus {
    background-color: #32b46f;
  }
  .navbar__button:active {
    background-color: #2fac6a;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .navbar__toggler {
    display: none;
  }
  .navbar__links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top:0px;
    margin-bottom: 0px;
  }
  .navbar__links li {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }
  .navbar__links li:not(:last-child) a {
    padding: 0 20px;
  }
  .navbar__links li:last-child a {
    padding: 0 0 0 10px;
  }
  .navbar__links li a {
    display: block;
    color: #c0c7da;
    text-decoration: none;
    font-family: inherit;
    font-size: 20px;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
    will-change: color;
  }
  .navbar__links li a:hover, .navbar__links li a:hover {
    color: white;
  }
  .navbar__hamberger {
    display: none;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #3f3f4d url("https://res.cloudinary.com/ajayrawat/image/upload/v1508734484/hamburger_icon_o7uviz.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .navbar__toggler__label {
    display: none;
    font-family: inherit;
    font-size: 16px;
    color: white;
    text-align: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .navbar__toggler__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .navbar__sublinks {
    display: none;
    position: absolute;
    width: 175px;
    height: auto;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #3f3f4d;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
  }
  .navbar__sublinks li {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
  .navbar__sublinks li:first-child {
    margin-top: 20px;
  }
  .navbar__sublinks li a {
    display: block;
    padding: 5px 15px 15px !important;
  }
  .navbar__links li:hover .navbar__sublinks {
    display: block;
  }
  
  @media screen and (max-width: 870px) {
    .navbar__flex {
      display: block;
      padding: 15px 0;
    }
    .navbar__left {
      margin-bottom: 15px;
    }
    .navbar__search {
      display: inline-block;
      width: calc(100% - 120px);
    }
    .navbar__inputwithicon {
      position: relative;
      width: 100%;
    }
    .navbar__links {
      float: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: justify;
              justify-content: space-between;
      max-width: 400px;
      text-align: center;
      margin: 0 auto;
    }
    .navbar__links li:first-child a {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 440px) {
    .navbar__hamburger {
      display: block;
      margin: 0 auto 15px;
    }
    .navbar__toggler__label {
      position: relative;
      display: block;
    }
    .navbar__toggler__input {
      display: block;
    }
    .navbar__toggler__input:checked + .navbar__links {
      display: -webkit-box;
      display: flex;
    }
    .navbar__links {
      margin-left: 50px;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
    }
    .navbar__links li a {
      padding: 10px 10px 10px 0 !important;
    }