@media all and (max-width: 1050px) {
  #navigation,
  .wrapper-header-top {
    display: none;
  }

  #openmenu,
  #openmenu {
    display: inline-block;
  }

  .statistics-single {
    width: 50%;
  }

  .wrapper-statistics {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .aboutus-img {
    width: 100%;
    margin-bottom: 50px;
  }

  .aboutus-content {
    width: 100%;
    padding-left: 0px;
  }

  .title-services {
    width: 100%;
  }

  .title-services-content {
    width: 100%;
    padding-left: 30px;
  }

  .wrapper-services a {
    width: calc(50% - 20px);
  }

  .wrapper-pricing article {
    width: calc(50% - 20px);
  }

  .wrapper-pricing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-content-footer:first-child,
  .single-content-footer {
    width: 50%;
  }

  .w-70,
  .w-30 {
    width: 100%;
  }

  .sidebar-right .sidebar {
    padding-left: 0px;
  }

  .sidebar-left .sidebar {
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar-left .sidebar,
  .sidebar-right .sidebar {
    padding-top: 50px;
  }

  .single-blog {
    width: calc(50% - 20px);
  }

  #appointment {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  #contact {
    width: 100%;
  }

  .wrapper-faq-list {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
 h1 {
    font-size: 35px;
    line-height: 50px;
}

  .wrapper-header-content {
    height: 620px;
  }

  .statistics-single {
    width: 100%;
  }

  .suptitle:after {
    display: none;
}

  .wrapper-services a,
  .wrapper-pricing article,
  .sidebar-left .wrapper-services a,
  .sidebar-right .wrapper-services a,
  .single-blog,
  .sidebar-left .single-blog,
  .sidebar-right .single-blog {
    width: calc(100% - 20px);
  }

  .single-content-footer:first-child,
  .single-content-footer {
    width: 100%;
  }

  .wrapper-footer {
    text-align: center;
  }

  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social li {
    margin-right: 0px;
    margin: 0 10px;
  }

  .wrapper-input input {
    width: calc(100% - 0px);
  }
}
