@media (min-width: 1400px) {
}

@media (max-width: 1200px) {
  .text-sub-header h1 {
    line-height: 40px;
    font-size: 25px;
  }
  .img-features {
    max-width: 65px;
    max-height: 65px;
  }
  .sub-features::after {
    top: -75px;
    right: -75px;
  }
}

@media (max-width: 992px) {
  .features .row {
    row-gap: 15px;
  }

  .text-sub-header {
    text-align: center;
    margin: 0 0 50px;
  }
  .img-sub-header {
    width: 80%;
    margin: auto;
  }
  .element {
    display: none;
  }
  .menu-div {
    display: block;
  }
  .element_menu_responsive {
    text-align: center;
  }
  .element_menu_responsive > ul > li > a {
    justify-content: center;
    text-align: center;
  }
  .element_menu_responsive > ul {
    margin: 0 auto 0 0;
    padding: 0 0px 0 0;
  }
  .title p {
    width: 100%;
  }
  .sub_aboutus:nth-child(odd) {
    direction: rtl;
  }
  .arrow_sub_aboutus {
    display: none;
  }
  .text_aboutus {
    width: 100%;
    text-align: center;
  }
  .img_aboutus {
    margin: 10px auto 0;
    width: 59%;
  }
  .title_sub_aboutus {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .element-footer ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .element-footer ul li {
    width: 100%;
  }
  .element-footer ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .end-page .main-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .end-page .main-container a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .title h2 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .text-sub-header h1 {
    line-height: 36px;
    font-size: 21px;
  }
  .mr-section {
    margin: 40px 0;
  }
  .title_sub_aboutus h2 {
    font-size: 17px;
    width: 100%;
    line-height: 24px;
    font-family: "font_bold";
  }
  .title_sub_aboutus {
    flex-wrap: wrap;
  }
  .title-features h2 {
    font-size: 23px;
  }
  .pg-section {
    padding: 40px 0;
  }
  .title-features {
    margin-bottom: 40px;
  }
  .logo {
    max-width: 106px;
    max-height: 90px;
  }
  .footer {
    padding: 25px 0 56px;
  }
  .sub-brand img {
    max-width: 60%;
    max-height: 61%;
  }
  .title h2 {
    font-size: 18px;
  }
  .title p {
    font-size: 16px;
  }
  .title {
    margin: 0px 0 40px;
    text-align: center;
  }
  .img_aboutus {
    margin: 10px auto 0;
    width: 84%;
  }
  .text_aboutus p {
    font-size: 16px;
    line-height: 26px;
  }
  .text-features h2 {
    font-size: 17px;
    font-family: "font_medium";
    color: var(--color-Primary1);
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .sub-features {
    z-index: 1;
    min-height: 260px;
  }
  .text-sub-header h1 {
    line-height: 29px;
    font-size: 17px;
  }
}

@media (max-width: 450px) {
}
