@media only screen and (max-width: 960px) {
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  h1 {
    font-size: 16px !important;
  }
  h2 {
    font-size: 15px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  #newsTitle {
    font-size: 20px !important;
  }
  #businessaddress {
    font-size: 12px !important;
  }
  #supportphone {
    font-size: 12px !important;
  }
  h4 {
    font-size: 13px !important;
  }
  .mg-slider_image {
    max-width: 100px !important;
  }

  li,p, font{
        font-size: 12px;
  }

  /* about us page */
  .a-c-div3 {
    background-color: #fbf0f7;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 92px;
    right: -4px;
  }
  .about-div {
    position: absolute;
    top: 0px;
    width: 200px;
    left: 1px;
    z-index: 1;
  }
  .abouttitle {
    border: 3px solid #58C1CD;
    border-radius: 30px;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    top: 32px;
    right: 40px;
    width: 118px;
  }
  .contanttitle {
    border: 3px solid #58C1CD;
    border-radius: 30px;
    border-radius: 5px;
    padding: 16px;
    position: absolute;
    top: 30px;
    right: 40px;
    width: 118px;
  }
  .faqtitle {
    border: 3px solid #58C1CD;
    border-radius: 30px;
    border-radius: 5px;
    padding: 16px;
    position: absolute;
    top: 30px;
    right: 28px;
    width: 134px;
  }
  .mt-card {
    margin-top: 60px;
  }
  .mt-cc {
      margin-top: 30px;
  }
  .a-c-div {
    background-color: #58C1CD;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* z-index: -20; */
    position: absolute;
    bottom: 0px;
    right: -8px;
  }
  .a-c-div2 {
    background-color: #fcebf6;
    width: 235px;
    height: 225px;
    border-radius: 50%;
    position: absolute;
    /* top: 50px; */
    bottom: -52px;
    left: -44px;
  }
  .registercol {
    display: flex;
    place-content: center;
  }

  .mt-faq {
    margin-top: 62px;
  }
  .faq-img-div {
    position: absolute;
    top: 22px;
    width: 180px;
    left: 10px;
    z-index: 2;
  }
  .fag-div {
    background-color: #58C1CD;
    width: 101px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    bottom: 146px;
    right: -6px;
  }
  .fag-div2 {
    background-color: #fcebf6;
    width: 235px;
    height: 225px;
    border-radius: 50%;
    position: fixed;
    bottom: 65px;
    left: -44px;
  }
}
