@media (min-width: 769px) and (max-width: 1180px) {
    .lapmenu {
        display: none;
        /* Show the buttons on larger screens */
    }

    .top-lapmenu {
        display: flex;
        /* Show the buttons on larger screens */
    }


}

@media (min-width: 1181px) {
    .lapmenu {
        display: flex;
        /* Show the buttons on larger screens */
    }

    .top-lapmenu {
        display: none;
        /* Hide the buttons on larger screens */
    }
}


.home-banner_heading_main_div {
    @apply md:relative z-10 text-center  md:mt-0 px-4 max-w-5xl mt-28 py-8 md:py-0 bg-[#2D2D2D] md:bg-inherit;
}

.home-banner_heading {
    @apply text-3xl md:text-5xl font-bold md:mb-6 mb-4;
}

.home-banner_subheading {
    @apply text-sm md:text-2xl leading-relaxed mx-auto md:max-w-3xl;
}

.whatCanWeMove p::before {
    @apply !font-semibold;
    content: '';
    background: url('../../assets/images/icons/What Can We Move-icon.webp');
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    color: black;
}

.form-description-list {
    list-style-type: none;
    font-size: 16px;
    display: flex;
    align-items: center;

}

.form-description-list::before {
    content: "";
    background: url('../../assets/images/icons/What Can We Move-icon.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    color: #4caf50;
}

.address-form-contact::before {
    content: "";
    background: url('../../assets/images/icons/Call- green.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

#not-sure:checked {
    color: #4caf50;
    font-weight: bold;
    border-color: #4caf50;
    outline: none;

}