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

@media (max-width: 1920px) {}

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

@media (max-width: 1536px) {
  .header-top-section {
    width: 98%;
  }


}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {




  .menuSection {
    display: none;
  }

  .mobile-header {
    display: block;
  }


  .uk-sticky-fixed .logo img {
    margin-left: 0px !important;

  }


  .logo img {
    width: 120px;
    margin-left: 7px;
  }

  .top-header-section {
    width: 100%;
    height: 70px;
  }

  .banner-slider-item {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: 47% 47% 47%;
    align-items: flex-start;
    gap: 6%;
  }

  .banner-slider-item-content-right {
    display: none;
  }

  .wrapper-section-content {
    display: flex;
    flex-direction: column;
    grid-template-columns: 48% 48%;
    align-items: center;
  }

  .wrapper-section-content-left {
    display: none;
  }

  .banner-slider-item-content-left {
    background-image: none;
  }

  .header-top {
    grid-template-columns: 50% 50%;
    ;
  }

  .slider-section {
    width: 100%;
    background: rgb(18, 28, 36);
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(60vh - 70px);
  }

  .banner-slider-item-content-left span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 90%;
    margin-top: 40px;
  }

  .banner-slider-item-content-left p {
    font-size: 14px;
    color: #fff;
    width: 93%;
  }

  .wrapper-section-content-right span {
    font-size: 20px;
    line-height: 26px;
  }

  .wrapper-section-content-right p {
    margin-top: 10px !important;
  }

  .bg-soft {
    padding: 50px 0px;
  }

  .title span {
    font-size: 26px;
  }

  .title p {
    font-size: 14px;
    color: #000;
    text-align: center;
    width: 100%;
    font-weight: 300;
    color: #7D8E9F;
  }

  .promotion-section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4%;
  }

  footer-top {
    flex-direction: column;
  }

  .footer-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .news-section {
    position: relative;
    background: #F6F5F3;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .news-title span {
    font-size: 26px;
    font-weight: 600;
  }

  .services-slider.uk-margin-large-top.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 50px;
  }

  .promotion-section-content-left p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin-top: 30px !important;
    width: 100%;
    text-align: center;
  }

  .promotion-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .promotion-section-content-left {
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin-top: 50px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .promotion-section {
    position: relative;
    padding: 20px 0px;
    padding-bottom: 50px;
  }

  .promotion-section::after {
    height: 100%;
  }

  .promotion-section-content-right img {
    width: 900%;
    margin-top: 30px;
  }

  .footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }

  .content-section {
    display: flex;
    flex-direction: column;
  }

  .side-menu {
    background: #F6F5F3;
    padding: 30px;
    margin-bottom: 30px;
  }

  .content-section-bottom {
    display: flex;
    flex-direction: column;
    gap: 3%;
  }

  .content-section-bottom img {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-top-section-content {
    width: 90%;
  }

  .page-top-section {
    height: 300px;
  }

  .inner {
    padding: 30px 40px;

  }

  .inner span {
    font-size: 20px;
  }

  .services-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-title span {
    font-size: 26px;
  }

  .page-title p {

    width: 100%;
    margin-top: 10px !important;
  }

  .blog-detail-section {
    display: flex;
    flex-direction: column;
    gap: 3%;
  }

  .blog-detail-right {
    margin-top: 30px;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4%;
    align-items: flex-start;
  }

  .contact-section {
    width: 100%;
    margin-bottom: 30px;
  }
}

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

@media (max-width: 1099px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 320px) {}