@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline .swiper-slide {
    width: 100% !important;
  }

  .news-container {
    flex-direction: column;
  }

  .stats {
    flex-direction: column;
    gap: 10px;
  }

  .separator {
    display: none;
  }

  .info-box {
    padding: 1rem;
  }

  .latest-news-banner {
    background-size: cover;
  }

  .custom-arrow {
    display: none;
  }

  .tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-top: 10%;
  }

  .tp-main-menu-content ul {
    padding-left: 0%;
  }

  .swiper-slide h1 {
    font-size: 2.0rem;
  }

  .custom-btn {
    padding: 0.8rem 1.8rem;
  }

  .panel.active {
    flex: 3;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    /* display: none; */
  }

  .timeline .timeline-text::before {
    content: unset;
  }

  .overview-section {
    max-width: 100%;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .parent-container .ms-2 {
    margin-left: 0rem !important;
  }

  .col-half-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
  }

  .inner-news-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-details {
    max-width: 100%;
  }

  .news-details .back-btn {
    position: relative;
    left: unset;
    text-decoration: underline;
  }

  .job-details {
    max-width: 100%;
  }

  .job-details .back-btn {
    position: relative;
    left: unset;
    text-decoration: underline;
  }

  .news-details .menu-icons {
    margin-top: 50px;
    position: relative;
    display: inline-flex;
    gap: 10px;
  }

  .career-form {
    max-width: 100%;
    margin: auto;
  }

  .form-group input,
  .form-group select {
    width: 100%;
  }

  .custom-select {
    width: 100%;
    margin-bottom: 40px;
  }

  .file-upload-wrapper {
    width: 100%;
  }

  .job-details-custom {
    max-width: 100%;
  }

  .job-item-custom {
    padding: 1rem 0px;
    flex-direction: column;
    gap: 10px;

  }

  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  /* Royal */
  .services-grid {
    flex-direction: column;
}

.text-70-percent {
  width: 100%;
  max-width: 100%;
}

.history-section .section-text {
  max-width: 100%;
}

.width-30 {
  width: 100%;
  padding: 0 10px;
}

.width-60 {
  width: 100%;
  padding: 0 10px;
}

.service-items {
  flex-direction: column;
}

.service-item:not(:first-child)::before {
  content: unset;
}

.text-end {
  margin-top: 10px;
  text-align: left !important;
}

  /*  */

}
