@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {

    header ul.navbar-nav li a {
    padding: 14px 4px 14px  35px !important;
    border-radius: 0;
}

    .step-imgs {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
    section.banner h1 {
    font-size: 40px;
}
    section.banner .row .img img {
    width: 100%;
}
section.section-two .inner .text {
    display: inline-block;
    background-color: #fff;
}
section.section-two img.tool {
    display: none;
}
section.section-two .col-md-4 {
    width: 100%;
}
section.section-two .inner span {
    margin: 0 auto 30px;
    position: relative;
    left: 8px;
}
section.section-three .text h3 {
    font-size: 40px;
}

section.section-four .title h2 {
    font-size: 30px;
}

section.section-four .content .inner h4 {
    font-size: 20px;
}

section.section-four .content .inner img {
    top: -79px;
    width: 140px;
    left: 0px;
    right: 0px;
    display: flex;
    margin: auto;
}

section.section-four .content .inner {
    width: 100%;
    height: 160px;
    padding: 0 20px 20px;
}
section.banner {
    height: auto;
    padding: 4rem 0 2rem;
}
    section.banner {
        padding-top: 120px !important;
    }
}
@media (max-width: 992px) {}
@media (max-width: 800px) {
    
    a.mouse img {
    width: 60px;
}

a.mouse {
    bottom: -30px;
}

    section.banner .container-fluid {
    padding: 0 2rem;
}

section.banner .col-md-6:nth-child(2) {
    display: none;
}

section.banner .col-md-6:nth-child(1) {
    width: 100%;
}
section.section-three .text h3 {
    font-size: 30px;
}
section.section-four .col-md-4 {
    width: 100%;
}

.section-four .row {
    gap: 100px 100px;
}

section.section-four img.contractor-img-left {
    display: none;
}

section.section-four img.contractor-img-right {
    display: none;
}

.section-three img.setting-watermark {
    display: none;
}

}
@media (max-width: 768px) {


    section.section-two .title h3 {
    font-size: 40px;
}
section.section-two .inner .text h4 {
    font-size: 30px;
}
section.section-four .title h2 {
    font-size: 30px;
}

.section-three .col-md-5 {
    width: 100%;
}

.section-three .col-md-7 {
    width: 100%;
    order: 2;
}

section.banner h1 br {
    display: none;
}

section.section-three h3 br {
    display: none;
}

section.section-three h3 {
    text-align: center;
}

.section-three .img img {
    width: 80% !important;
    height: 400px;
}

.section-three .img {
    text-align: center;
}

section.section-two {
    padding: 4rem 0 0;
}

.section-three {
    padding: 4rem 0;
}

.section-three .row {
    gap: 60px 60px;
}

}
@media (max-width: 480px) {

    section.banner {
        padding: 2rem 0 1rem !important;
        height: auto !important;
    }

    section.banner .text {
    text-align: center;
}

section.banner h1 br {
    display: none;
}

section.section-two .title h3 {
    font-size: 30px;
}

.step-imgs img {
    width: 100px;
}

section.section-two .inner .text h4 {
    font-size: 24px;
}   

section.section-two .inner .text p {
    font-size: 14px;
}

section.section-four .title h2 {
    font-size: 30px;
}
section.section-four .youtube-video iframe {
    height: 260px;
}

header a.navbar-brand img {
    width: 130px;
}

section.banner h1 {
    font-size: 29px;
}


}
@media (max-width: 376px) {

    section.banner {
        padding: 1.5rem 0 1rem !important;
        height: auto !important;
        min-height: auto !important;
    }

        .copyright p {
    font-size: 14px;
}
    section.banner a {
        gap: 0 15px;
        font-size: 14px;
    }

    section.section-four .content .inner h4 {
    font-size: 17px;
}

}
@media (max-width: 360px) {

}

/* iPhone-specific fixes for viewport and zoom issues */
@media screen and (max-width: 428px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
    }
    
    section.banner {
        padding: 1rem 0 0.5rem !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    
    section.section-two,
    section.section-three,
    section.section-four,
    section.section-five,
    .contact-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Additional iPhone viewport fixes */
@media screen and (max-width: 428px) {
    html, body {
        width: 100% !important;
        height: auto !important;
        overflow-x: hidden !important;
    }
    
    section.banner {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}

@media (max-width: 1024px) {
  section.banner {
    display: block !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    min-height: 0 !important;
    -webkit-padding-before: 60px !important;
    -webkit-padding-after: 60px !important;
  }
}
