@media only screen and (max-width: 600px) {
  .maincard {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
  }
  .flexhours {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  .rightflex {
    justify-content: center !important;
  }
  .flexhdn {
    justify-content: center;
  }
  .flexhdn .p01 {
    margin-left: 30px;
    color: #75bf7a;
    font-family: gilbold;
    font-weight: bolder;
    font-size: 3.2rem;
    margin-top: 10px;
  }
  .pcont {
    text-align: center;
  }
  /* ============== */
  .footer-main {
    width: 100%;

    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    flex-wrap: wrap;
  }
  .footlogo {
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 0px !important;
  }
  .lihdn {
    color: black;
    font: 1.2rem;
    font-family: gilroy;
    font-weight: bold;
    line-height: 50px;
  }
  .list1 {
    width: 100%!important;
    text-align: center;
    margin-bottom: 30px;
    align-items: center;
  }
  .list1 > li {
    list-style: none;
    justify-self: center;
    cursor: pointer;
  }
  .list2 {
    display: none !important;
  }
  .list2 > li {
    list-style: none;
    cursor: pointer;
  }
  .footbuttons {
    width: 100%!important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fbtn1 {
    background-color: black;
    width: 100% !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .fdwn img {
    width: 20px;
    margin-right: 10px;
  }
  .fbtn1 p {
    margin-top: 18px;
    color: white;
  }
}
@media only screen and (max-width: 435px){
  .circle1res{
  margin-left: 10px!important;
}
}
