/*HEADRER*/
@media (max-width: 620px) {
  .mb-block {
    display: flex !important;
  }
  .mb-hidden {
    display: none;
  }
  .generic-content {
    padding: 1rem;
    border-bottom: var(--border);
  }
    
}
@media (max-width: 460px) {
    .main-page .left-side {
        padding: 1rem;
    }
    .stairs {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
        padding: 1rem;
    }
    
    .call p {
        display: none;
    }
    .left-side {
        padding: 1rem;
    }
    .curved .content .btn {
        flex-direction: column;
    }
    .curved .header {
        padding: 0.5rem;
        column-gap: 1rem;
    }
    
    .curved .header .back-btn {
        column-gap: 0.2rem;
    }
    .curved .header .center-logo {
        column-gap: 0.5rem;
        padding: 0;
        margin-right: 0;
    }
    .curved .bottom-arrows {
        grid-template-columns: 1fr;
    }

/*
@media (max-width: 620px) {
  header {
    width: 100vw;
  }
  header .nav-bar > div {
    width: 100vw;
  }
  #dropdown {
    width: 75vw;
    padding-top: 0;
    top: 65px;
  }
  main {
    border: none;
  }
  #dropdown.menu-active {
    border-right: none;
  }
  footer {
    padding: 1rem 0;
  }
  header nav li a {
    padding: 1rem 1rem;
  }
}
*/
/*HOME*/
/*@media (max-width: 620px) {*/
  .stairs-title {
    padding: 1rem;
  }
  .shadow-btn {
    width: 80%;
    margin: 1rem auto;
  }
  #home-hero {
    grid-template-rows: 1fr auto auto;
  }
  #home-hero svg {
    max-width: 30px;
    max-height: 30px;
  }
  #home-hero .btns button {
    padding: 1rem;
  }
  #home-hero .btns button:first-child {
    border-right: var(--border);
    border-bottom: none;
  }
  .lifts > div {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .lifts .yellow-img {
    width: 100%;
    height: auto;
  }
  .lifts .yellow-img img {
    height: 80%;
    margin: auto;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-2 > div {
    padding: 1rem;
  }
  .grid-2 img {
    padding: 0;
    border: var(--border);
  }
  .grid-4 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .grid-4 .btns {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 0;
  }
  .grid-4 div:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .border-r-2 {
    border-bottom-width: 2px;
    border-right-width: 0px;
  }
  .grid-4 > div:nth-child(n+2) {
    padding: 1rem;
  }
  .grid-4 img {
    max-width: 50px;
  }
  .grid-4 > div:nth-child(n+2) .img-hov {
    max-width: 100% /*    display: none;*/
  }
  .reviews-content {
    grid-template-columns: 1fr;
  }
  .reviews .btns {
    flex-direction: column;
    align-items: center;
  }
  .reviews > div:first-child, .reviews-content div, .rev {
    padding: 1rem
  }
  .reviews-content div:nth-child(2) {
    border-bottom: var(--border);
    border-right: none;
  }
  .reviews-content div:nth-child(1), .reviews-content div:nth-child(4) {
    grid-row: auto;
    grid-column: 1 / span 1;
  }
  .form-container form, .form-container > div:nth-child(1) {
    padding: 1rem;
  }
  .accordian__body .content img {
    object-position: top;
  }
}
/*STAIRLIFTS*/
/*
@media (max-width: 620px) {
  #stairlifts section:nth-child(odd) .content, .carousel .content > div, #stairlifts .outdoor > div:nth-child(1) {
    padding: 1rem;
  }
  .swiper .controls > div {
    padding: 0.5rem;
  }
  #stairlifts .outdoor > div:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  #stairlifts .outdoor > div:nth-child(1) img {
    display: none;
  }
  #stairlifts .grid-cols-3 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin: 0;
    padding-top: 1rem;
  }
  #stairlifts .grid-cols-3 > div {
    flex-direction: column;
    gap: 1px;
  }
  #stairlifts .grid-cols-3 > div svg {
    max-height: 51px;
  }
  .carousel .content {
    grid-template-rows: auto auto;
  }
  #stairlifts .outdoor > div:nth-child(2) {
    border-bottom: var(--border);
  }
  #stairlifts .outdoor .models {
    grid-template-columns: 1fr;
  }
  #stairlifts .outdoor .models > div:nth-child(1) {
    border-right: none;
    border-bottom: var(--border);
  }
  #stairlifts .outdoor h4 {
    padding: 1rem;
  }
*/
}
/*SERVICES*/
/*
@media (max-width: 620px) {
  #services section .details, #services section .content div, #contact section .details {
    padding: 1rem;
  }
  #services section:last-child {
    border-bottom: var(--border);
  }
  #services section .details ul {
    row-gap: 1rem;
  }
*/
}
/*HELP*/
/*
@media (max-width: 620px) {
  #help section .details > div {
    padding: 1rem;
  }
  #help section .details img {
    max-height: 50px;
  }
  #help section:nth-child(2) > div:first-child {
    grid-template-rows: 1fr auto auto;
  }
  #help section .details .info {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
  }
  #help section .details {
    grid-template-rows: auto;
  }
  #help section:last-child {
    border-bottom: var(--border);
  }
*/
}