@media screen and (min-width: 1501px) and (max-width: 1900px) {
    .banner-section {
        height: 118vh;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .banner-section {
        height: 110vh;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .banner-section {
        height: 113vh;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .banner-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .banner-button a,
    .claim-button a {
        font-size: 20px;
    }
    .banner-section {
        height: 117vh;
    }
    .free-claim {
        padding: 20px;
    }
    .claim-button a {
        font-size: 18px;
    }
    .trust-content h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .banner-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .banner-button a,
    .claim-button a {
        font-size: 20px;
    }
    .banner-section {
        height: 110vh;
    }
    .free-claim {
        padding: 20px;
    }
    .claim-button a {
        font-size: 18px;
    }
    .trust-content h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 48rem) {
    .burger {
        display: none;
        visibility: hidden;
    }
    .menu {
        position: relative;
        top: initial;
        right: initial;
        width: auto;
        height: auto;
        padding: unset;
        background: unset;
        box-shadow: unset;
        transition: unset;
    }
    .menu-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 5rem;
        margin-inline: auto;
    }
    .menu-link {
        font-size: 14px;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-inner {
        column-gap: 3rem;
    }
    .qualify .col-md-6 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: 0 10px;
        column-gap: 0;
    }
    .brand {
        width: 190px;
    }
    .menu-inner {
        column-gap: 30px;
    }
    .qualify .col-md-6 {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    
    .menu-block .btn.btn-darken {
        display: none;
    }
    .burger-line {
        background-color: var(--color-white-100);
    }
    .burger.is-active .burger-line {
        background: var(--primary-color);
    }
    .menu-link {
        color: var(--primary-color);
    }
    .qualify .col-md-6 {
        padding: 0 15px;
    }
    .banner-section {
        padding: 70px 0px;
        background-position: bottom;
        margin-top: 0px !important;
        height: 110vh;
        position: relative;
        z-index: 0;
    }
    .banner-content h1 {
        font-size: 33px;
        line-height: 50px;
    }
    .banner-button a:after,
    .claim-button a:after {
        top: 17px;
    }
    .banner-button a,
    .claim-button a {
        font-size: 16px;
    }
    .banner-section:after {
        top: unset !important;
        right: 0;
        bottom: 0;
        background-image: url("../img/bg/banner-overlay-mobile.svg") !important;
        width: 100px;
        height: 160px;
    }
    .rating {
        display: block;
        text-align: center;
        margin: 40px 0 40px 0;
    }
.top-bar p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.top-bar {
    margin-top: 100px;
    background: #32AABE;
    padding: 20px;
    color: #fff;
}
    
.star-rating img {
    width: 40%;
    margin: 0 auto;
}
    .star-rating {
        margin-left: 0;
    }
    
    .qualify-box {
        width: 100% !important;
    }
    
    .banner-content p br {
    display: none;
}
.qualify {
    padding: 60px 0 70px;
}
    .claim-content {
        min-height: auto;
    }
    .qualify-box {
        width: 100%;
    }

.claim-button a {
    padding: 20px 100px 20px 25px;
}
.qualify-content {
    padding-bottom: 30px;
}
.qualify-content p {
    font-size: 18px;
    padding-top: 10px;
}
    .free-claim {
        padding: 30px 15px;
        margin: 0 0 40px 0;
    }
    .claim-button a {
        font-size: 15px;
        width: 100%;
        z-index: 1;
    }
    .acc-head h6 {
        font-size: 18px;
    }
    .trust-section {
        padding: 80px 0 80px 0px;
    }
    .trust-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .rating-box {
        text-align: center;
        padding-bottom: 30px;
    }
    .rating-box img {
        margin: 0 auto;
        width: 25%;
    }
    .review-card {
        padding-bottom: 30px;
    }
    .trust-right {
        display: block;
        padding: 0 20px;
    }
    .timeline::before {
        left: 10px !important;
        right: unset !important;
        height: 500px !important;
        width: 2px !important;
        background: #32aabe;
    }
    .timeline-content:after {
        display: none;
    }
    .timeline-step:after {
        content: "";
        position: absolute;
        top: 40px;
        left: 5px;
        background: #00a0b5;
        width: 12px;
        height: 12px;
        border-radius: 30px;
    }
    .timeline-step:before {
        content: "";
        position: absolute;
        top: 45px;
        left: 5px;
        background: #00a0b5;
        width: 40px;
        height: 1px;
        border-radius: 30px;
    }
    .timeline-step {
        padding: 20px 20px 20px 40px;
    }
    .timeline-step img {
        margin-top: -2px !important;
    }
    .footer-content {
        padding: 50px 15px 30px;
    }
}
