/* Show menu icon and hide regular menu on small screens */
@media screen and (max-width: 768px) {
  .painter_first,
  .painter-second {
    width: 100%;
  }
  .recent-work-images img {
    width: 100%;
  }
  .menu-icon {
    display: flex !important;
    gap: 20px;
  }
  .mobile-menu-items-wrapper {
    display: flex;
    gap: 20px;
    align-items: baseline;
  }
  .header {
    display: none;
  }
  .heading {
    font-size: 20px !important;
  }
  .sub-heading {
    font-size: 16px !important;
  }
  .steps-class {
    font-size: 14px !important;
    margin-top: 10px;
  }
  .main-wrapper {
    height: 100%;
  }
  .avail-offer-wrapper li,
  .avail-offer-wrapper ul {
    font-size: 12px !important;
  }
  .painter-image-wrapper p {
    font-size: 12px !important;
  }
  .painter-image-wrapper,
  .banner {
    display: none;
  }
  .banner-wrapper {
    top: 55px;
    left: 0px;
    padding: 0px;
  }
  .painter-image-wrapper img,
  .banner-wrapper img {
    height: auto;
    width: 75px;
  }
  .menu-icon {
    display: block;
  }

  .content-wrapper {
    width: 100%;
  }

  .content {
    /* padding: 25px; */
  }

  .content-wrapper div {
    flex-direction: column;
  }
  /* .miles-input {
    margin: 10px 0px;
    width: 100%;
  } */
  .zipcode-input {
    width: 100%;
  }

  .content p {
    font-size: 20px;
  }
  .home-wrapper {
    /* padding: 15px; */
    margin-top: 20px;
  }
  .menu-icon {
    margin: 10px;
  }

  .menu-icon i {
    font-size: 30px;
    color: white;
  }

  .avail-offer-wrapper {
    width: 100%;
    margin: 0px;
    margin-top: 15px;
  }
  .sub-sub-heading {
    margin-left: 10px;
  }
  .content-wrapper {
    margin-top: 0px !important;
    padding-left: 0px !important;
  }
  .content-wrapper .form-field,
  .home-wrapper,
  .find-me-btn .custom-btn {
    width: 100% !important;
  }
  .content-wrapper br {
    display: none;
  }
  .copy-right p {
    font-size: 12px !important;
  }
  .miles-wrapper {
    margin-left: 0px;
  }
  .content {
    padding: 10px !important;
  }
  .find-me-btn {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
  .custome-form-wrapper {
    /* margin: 0px !important; */
    align-items: flex-start !important;
  }
  .miles-wrapper {
    margin-top: 10px !important;
    width: 100%;
  }
  .miles-input {
    width: 100%;
  }
  .aboutus-wrapper {
    width: 90% !important;
    padding: 20px !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .header-wrapper {
    display: none !important;
  }
  .extra-padding {
    padding: 0px;
  }
  .list-of-painter-result-wrapper {
    display: flex;
    flex-direction: column;
  }
  .painters-wrapper {
    margin-top: 10px;
  }
  .painter-card-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .recent-work-images a {
    margin: 5px 0px;
  }
  .mobile-menu-wrapper {
    display: block;
    margin-top: 155px;
    text-align: center;
    padding: 30px;
  }
  #continue-to-see {
    display: none;
  }
  .login-wrapper {
    margin: auto !important;
  }
  .custom-btn {
    width: 100%;
  }
  #click-to-continue {
    width: 70%;
  }
  .form-main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .painter-form {
    width: 100%;
  }
  #image-upload-container {
    grid-template-columns: repeat(2, 100px);
    gap: 15px;
  }
}
