@media only screen and (max-width: 768px) {
  .rightside li {
    display: none !important;
  }
  .nav-btn {
    display: none;
  }
  .brg {
    display: block !important;
    margin: 0px;
    width: 100%;
  }
  .brg img {
    width: 40px;
  }
  .slider-main {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .s-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .btn-dwnl {
    justify-content: center !important;
  }
  .searchmain {
    width: 100%;
    margin-top: 30px;
  }
  .srright {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column-reverse;
  }
  .srright button {
    width: 100%;
    margin: 0px !important;
    font-size: 1.1rem !important;
  }
  .srright input {
    margin: 0px !important;
    width: 100% !important;
    outline: none;
    border: none;
    text-align: center;
    margin-left: 10px;
  }
  .srgeenback {
    width: 85% !important;
    padding: 0px;
    flex-direction: column;
  }
  .srleft {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 20px;
  }
  .srleft p {
    align-self: start !important;
    color: white;
    font-weight: bold;
    font-size: 1.1rem !important;
  }

}
