@media only screen and (min-width: 1160px) {
  .hero_area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .container_full {
    padding: 0px 20px;
  }

  .container_box {
    padding: 0px 20px;
  }

  .main_menu ul li {
    font-size: 16px;
  }

  .hero_area {
    padding: 100px 0px;
  }

  .hero_content h1 {
    font-size: 42px;
  }

  .form_box form input[name="location"] {
    padding: 20px;
    padding-left: 34px;
  }

  .form_box form input[name="keywords"] {
    padding: 20px;
    padding-left: 50px;
  }

  .form_box form input[type="submit"] {
    right: 6px;
    top: 4px;
    padding: 16px 10px;
    max-width: 130px;
  }

  #keywords img,
  #location img {
    top: 16px;
  }

  .hero_area .form_box {
    max-width: 600px;
  }

  .cta_content h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .footer_area .logo img {
    max-width: 200px;
  }

  .footer_area {
    padding: 80px 0px 30px;
  }

  .footer_row .box_item h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .container_full {
    padding: 0px 20px;
  }

  #keywords img {
    top: 14px;
    left: 19px;
  }

  .container_box {
    padding: 0px 20px;
  }

  .logo img {
    max-width: 120px;
  }

  .logo .country-btn img {
    margin-left: 16px;
  }

  .hero_content p {
    font-size: 20px;
  }

  .desktop_hide {
    display: block;
  }

  .mobile_hide {
    display: none !important;
  }

  .form_box form {
    flex-direction: column;
  }

  .form_box form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 18px;
  }

  .form_box form input[name="keywords"],
  .form_box form input[name="location"] {
    border-radius: 100px;
  }

  .form_box form label {
    width: 100% !important;
  }

  #location img {
    top: 96px;
    left: 16px;
  }

  #keywords img {
    top: 14px;
    left: 19px;
  }

  .input-with-icon i {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 26px;
    color: #a0a0a0;
    font-style: normal;
    cursor: normal;
    width: auto;
  }

  .form_box form input[name="location"] {
    margin: 12px auto;
  }

  .form_box form input[name="location"] {
    padding-left: 50px;
  }

  .hero_content h1 {
    font-size: 48px;
    margin-bottom: 14px;
  }

  .box_row {
    display: block;
  }

  .cta_content,
  .cta_img {
    width: 100%;
  }

  .cta_img img {
    margin-bottom: 20px;
  }

  .footer_row .box_flogo {
    width: 100%;
    max-width: 350px;
    margin: 0px auto 20px;
  }

  .footer_row .box_item,
  .footer_row .box_flogo {
    margin-bottom: 24px;
    margin-left: 0px;
    width: 100%;
  }
}

/* Enable horizontal scroll for mobile */
@media (max-width: 767px) {
  #qucikad-ajaxsearch-dropdown {
    top: 59px;
    left: 25px;
    width: 87%;
  }

  input-with-icon i {
    top: 50%
  }

  .menu_toggle {
    display: block;
    padding: 0px 10px;
  }

  .main_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ededed;
    padding: 40px 20px;
    box-shadow: 0px 0 30px rgba(255, 255, 255, 0.1);
    transition: right 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .main_menu ul {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }

  .main_menu.active {
    right: 0;
    color: #222222;
  }
}