@media only screen and (max-width: 1024px) {
  .home-banner {
    padding: 100px 0 100px;
  }

  .home-banner .banner-content {
    margin-bottom: 30px;
  }

  .home-banner h1 {
    font-size: 62px;
    line-height: 68px;
    margin-bottom: 16px;
  }

  .home-banner p {
    font-size: 18px;
    line-height: 24px;
  }

  .home-filter-form {
    padding: 16px;
  }

  .category-item {
    padding: 24px 16px 40px;
  }

  .category-item .images-box {
    margin-right: 16px;
  }

  .home-banner .right-icon {
    left: 24px;
    gap: 34px;
    top: 0;
    transform: translateY(30%);
  }

  .home-banner .left-icon {
    right: 24px;
    gap: 34px;
    top: 0;
    transform: translateY(30%);
  }

  .home-banner .right-icon .icon,
  .home-banner .left-icon .icon {
    width: 50px;
    height: 50px;
  }

  .home-banner .right-icon .icon.icons-1,
  .home-banner .right-icon .icon.icons-3 {
    margin-left: 34px;
  }

  .home-banner .left-icon .icon.icons-1,
  .home-banner .left-icon .icon.icons-3 {
    margin-right: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .home-filter-form .filters-field {
    width: calc(50% - 2px);
    border: 0;
  }

  .home-filter-form .filter-item {
    flex-wrap: wrap;
  }

  .home-filter-form .custom_btn {
    width: 100%;
    margin-top: 10px;
  }

  .home-filter-form .filters-field:nth-child(1),
  .home-filter-form .filters-field:nth-child(3) {
    border-right: 1px solid #a5a5a5 !important;
  }

  .home-filter-form .filters-field:nth-child(1),
  .home-filter-form .filters-field:nth-child(2) {
    border-bottom: 1px solid #a5a5a5 !important;
  }

  .category-item .category-title {
    font-size: 18px;
  }

  .category-item .category-count {
    font-size: 16px;
  }

  .trusted-companies {
    padding: 60px 0;
  }

  .home-section-title .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .trusted-companies .home-section-title {
    margin-bottom: 34px;
    padding: 0 15px;
  }

  .get-notified-form {
    gap: 16px;
  }

  .get-notified {
    padding: 0 15px 60px;
  }

  .explore-category {
    padding: 60px 0;
  }

  .explore-category .home-section-title {
    margin: 0 auto 34px;
  }

  .popular-jobs-section {
    padding: 60px 0 50px;
  }

  .popular-jobs-section .home-section-title {
    padding: 0;
    margin-bottom: 16px;
  }

  .jobs-slider-list .slider-icons {
    position: relative;
    top: unset;
    justify-content: flex-end;
  }

  .testimonial-section {
    padding: 60px 0 50px;
  }

  .testimonial-slider .swiper {
    padding: 57px 100px;
  }

  .testimonial-card .testimonial-content .user-name {
    font-size: 22px;
    line-height: 28px;
  }

  .powering-careers-section {
    padding: 60px 0;
  }

  .powering-careers-imageP {
    margin-right: 0;
  }

  .testimonial-section .home-section-title {
    padding: 0 15px 24px;
  }

  .new-footer .footer-menu {
    gap: 16px;
  }

  .marquee-slider::before,
  .marquee-slider::after {
    content: '';
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .powering-careers-content {
    margin-top: 24px;
  }

  .get-notified-content .title {
    font-size: 28px;
    line-height: 34px;
  }

  .home-banner h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 16px;
  }

  .home-section-title .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .home-banner .right-icon,
  .home-banner .left-icon {
    display: none;
  }

  .home-banner {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 640px) {
  .home-filter-form .filters-field {
    width: 100%;
    border: 0;
  }

  .home-filter-form .filters-field:nth-child(1),
  .home-filter-form .filters-field:nth-child(3) {
    border-right: 0 !important;
  }

  .home-filter-form .filters-field {
    border-bottom: 1px solid #a5a5a5 !important;
  }

  .home-filter-form .filters-field:nth-last-child(2) {
    border: 0 !important;
  }

  .popular-jobs-section .container {
    padding: 0;
  }

  .popular-jobs-section .home-section-title,
  .jobs-slider-list .slider-icons {
    padding: 0 15px;
  }

  .jobs-slider-list .slider-icons button {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .popular-jobs-section .swiper-slide {
    padding: 20px 16px;
  }

  .home-section-title .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .testimonial-slider .swiper {
    padding: 57px 10%;
  }

  .get-notified-content .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .get-notified-form-content {
    flex-direction: column;
    gap: 8px;
  }

  .get-notified-form .btn {
    width: 100%;
  }

  .explore-category .home-section-title {
    margin: 0 auto 24px;
  }

  .home-banner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
  }

  .popularjobs-slider {
    margin: 0 auto !important;
  }

  .helping-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .helping-box,
  .helping-box-one {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    max-width: 100%;
  }

  .powering-careers-image {
    padding: 0;
    margin: 0;
  }

  .powering-careers-image::after {
    bottom: 200px;
  }

  .marquee-slider .slick-slide {
    padding: 0 16px;
  }

  .new-footer .main-footer-box {
    flex-direction: column;
    align-items: center;
    gap: 38px !important;
  }

  .new-footer .footer-menu {
    flex-direction: column;
  }

  .new-footer .footer-menu li {
    text-align: center;
  }

  .footer-copyright {
    padding-top: 24px;
    border-top: 1px solid #222222;
    margin-top: 24px;
  }

  .testimonial-slider .slick-slide {
    padding: 60px 10px 60px;
  }

  .marquee-slider::before,
  .marquee-slider::after {
    content: '';
    width: 60px;
  }

  .powering-careers-image img {
    width: 100%;
  }
}
