body{
    margin: 0;
    width: 100%;
    margin: auto;
  }
  #navbar{
    height: 150px;
    width: 100%;
    /* border: 2px solid red; */
  }
  
  #pappu{
    height: 25px;
    width: 100%;
    border: 1px solid black;
    background-color: #222222;
  }
  
  #pappu > div {
    margin-left: 15%;
    margin-top: 5px;
  }
  
  #pappu > div > a{
    text-decoration: none;
    font-weight: 530;
    font-family: sans-serif;
    font-size: 13px;
    color: white;
  }
  
  #pappu > div > span{
    color: white;
  }
  
  #rg{
    display: flex;
  }
  
  #rg > div{
    height: 120px;
    width: 33.3%;
    /* border: 1px solid green; */
  }
  
  #ac{
    margin-top: 25px;
    height: 60px;
    width: 110px;
    margin-left: 150px;
  }
  
  #pagal > a > i{
    height: 40px;
    margin-left: 40px;
    margin-top: 15px;
    color: #858585;
  }
  
  #rg > div {
    display: flex;
  }
  
  #hola {
    margin-left: 40px;
    margin-top: 65px;
    display: flex;
  }
  
  #hola > div:first-child {
   /* border: 2px solid blue; */
   height: 35px;
   margin-top: -25px;
  }
  
  #search_rg{
   height: 20px;
   width: 200px;
   border: none;
   border-bottom: 2px solid #858585;
  }
  
  #bicchu{
   display: flex;
   justify-content: flex-end;
   margin-bottom: 0px;
  }
  
  #bicchu > a{ 
   margin-top: 25px;
   margin-right: 35px;
   color: #858585;
  }
  
  #hola > div > h2 > i{
   color: #858585;
  }
  
  
  
  /* Dropdown Button */
  
  
  .Dropbtn {
  background-color: white;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .Dropdown {
  position: relative;
  display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .Dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  
  /* Links inside the dropdown */
  .Dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }
  
  /* Change color of dropdown links on hover */
  .Dropdown-content a:hover {background-color: white; text-decoration: underline; color:rgb(139, 5, 5);}
  
  /* Show the dropdown menu on hover */
  .Dropdown:hover .Dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .Dropdown:hover .Dropbtn {background-color: white;}
  
  
  /* Drop-Dowwn  End Here */
  
  
  
  /* Dropdown  for  Profile One */
  
  /* Dropdown Button */
  
  .dropbtn {
  background-color: white;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
  color: black;
  font-family: sans-serif;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: white; text-decoration:underline; color:maroon;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: white;}
  
  .dropbtn > a > h2 > i{
  margin-right: 30px;
  color: #858585;
  }
  
  
  #sidebar {
    margin: 40px 0 0 20px;
  }
  
  #sidebar>span>i {
    cursor: pointer;
    padding: 2px;
  }
  
  #categories>ul>li {
    color: rgb(85, 77, 77);
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  #categories>ul>li:hover {
    text-decoration: underline;
  }
  
  #categories {
    display: none;
    width: 290px;
    background-color: whitesmoke;
    margin-top: 35px;
    position: absolute;
    
  }
  
  @keyframes showCategory {
    0% {
      left: -292px;
    }
  
    100% {
      left: 0px;
    }
  }
  
  @keyframes hideCategory {
    0% {
      left: 0;
    }
  
    100% {
      left: -300px;
    }
  }
  
  #input-div {
    width: 350px;
    margin: 50px;
  }
  
  #input-box {
    border: none;
    font-size: 18px;
    font-weight: lighter;
    width: 150px;
    margin-left: -10px;
  }
  
  #input-box:focus {
    outline: none;
  }
  
  #line {
    display: block;
    width: 200px;
    border-top: 1px solid black;
  }
  
  #btn {
    background: none;
    border: none;
    position: relative;
    top: 0;
    left: 0;
  }
  
  @keyframes searchBtn {
    from {
      left: 0;
    }
  
    to {
      left: 300px;
    }
  }
  
  @keyframes search {
    from {
      left: 300px;
    }
  
    to {
      left: 0;
    }
  }

  #offerA{
    left:25%;
    top: 25px;
    bottom:30px;
    width:50%;
    background-color:whitesmoke;
    position:fixed;
    display: none;
    font-family: sans-serif;
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow-y:scroll;
  }

  #keyOffer{
     cursor: pointer;
  }