@media (min-width: 300px) and (max-width: 574.98px) {
  :root {
    --heading-size: 18px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .space {
    height: 95px;
  }

  .slide__content h1 {
    font-size: 30px;
  }

  header {
    height: 100px;
  }

  .logo .logo__text h5 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slider {
    margin-top: 55px;
    height: 420px;
  }

  .main-btn {
    padding: 10px 20px;
    font-size: 10px;
  }

  .main-btn .semicircle {
    top: 5px;
    left: 4px;
    width: 15px;
    height: 12px;
  }

  .rtl .main-btn .semicircle {
    top: 5px;
    right: 4px;
    width: 15px;
    height: 12px;
  }

  footer .news-footer .main-btn {
    padding: 10px 7px !important;
    font-size: 14px !important;
  }

  .title-section P {
    width: 100%;
  }

  .about__txt {
    padding-left: 0;
  }

  .lead {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 18px;
  }

  .testimonials__box {
    max-height: unset;
  }

  .box__title .box__img {
    width: 100%;
    margin-bottom: 15px;
  }

  .box__title .box__img img {
    position: static;
  }

  .box__title .box__info {
    width: 100%;
  }

  .box__txt:after {
    font-size: 80px;
  }

  .contact-us .contact__info .info {
    width: 100%;
    padding-left: 10px;
    font-size: 11px;
  }

  .contact-us .contact__info .info img {
    margin-right: 10px;
  }

  .contact-us .contact-form {
    padding-top: 26px;
  }

  .footer-txt,
  .footer-service,
  .instagram-photo {
    margin-bottom: 30px;
  }

  .copyright {
    font-size: 11px;
  }

  .header-Page {
    height: 160px;
  }

  .header-Page h1 {
    font-size: 21px;
  }

  .blogo__info .author-name h5,
  .date-blog {
    font-size: 10px;
  }

  .chat-btn {
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 575.98px) and (max-width: 767px) {
  :root {
    --heading-size: 18px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .space {
    height: 95px;
  }

  .slide__content h1 {
    font-size: 30px;
  }

  header {
    height: 100px;
  }

  .logo .logo__text h5 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slider {
    margin-top: 55px;
    height: 420px;
  }

  .main-btn {
    padding: 10px 20px;
    font-size: 10px;
  }

  .main-btn .semicircle {
    top: 5px;
    left: 4px;
    width: 15px;
    height: 12px;
  }

  .rtl .main-btn .semicircle {
    top: 5px;
    right: 4px;
    width: 15px;
    height: 12px;
  }

  footer .news-footer .main-btn {
    padding: 10px 7px !important;
    font-size: 14px !important;
  }

  .title-section P {
    width: 100%;
  }

  .about__txt {
    padding-left: 0;
  }

  .lead {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 18px;
  }

  .testimonials__box {
    max-height: unset;
  }

  .box__title .box__img {
    width: 100%;
    margin-bottom: 15px;
  }

  .box__title .box__img img {
    position: static;
  }

  .box__title .box__info {
    width: 100%;
  }

  .box__txt:after {
    font-size: 80px;
  }

  .contact-us .contact__info .info {
    width: 100%;
    padding-left: 10px;
    font-size: 11px;
  }

  .contact-us .contact__info .info img {
    margin-right: 10px;
  }

  .contact-us .contact-form {
    padding-top: 26px;
  }

  .footer-txt,
  .footer-service,
  .instagram-photo {
    margin-bottom: 30px;
  }

  .copyright {
    font-size: 11px;
  }

  .header-Page {
    height: 160px;
  }

  .header-Page h1 {
    font-size: 21px;
  }

  .chat-btn {
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}