* {
    box-sizing: border-box;
}

.business-link {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

.business-link:hover {
    color: black;
}

body {
    background-color: #ffcc00;
    height: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
    position: relative;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #B5B4B4;
}


.message,
.check-coverage {
    padding: 10px 30px 0;
}

    .message h4 {
        margin-bottom: 0;
    }


h4 span {
    font-weight: 700;
}

.check-coverage {
    font-size: 13px;
    color: black;
    font-weight: 500;
    display: flex;
    grid-gap: 7px;
    flex-direction: column;
}

    .check-coverage label {
        font-weight: bold;
    }

    .check-coverage > div {
        gap: 10px;
    }

    .check-coverage button {
        border-radius: 10px;
        line-height: 0;
        margin-left: -4px;
    }

.enter-location {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: none;
    padding-left: 17px;
    text-align: left;
    cursor: text !important;
}

.enter-location,
.use-map {
    height: 50px;
}

.use-map {
    background-color: black;
    border-radius: 10px;
    width: 55px;
    padding: 1px;
    box-sizing: border-box;
    margin: auto
}

.map-btn {
    font-size: 9px;
    text-align: center;
}

.message span {
    font-size: 2rem;
    font-weight: 900;
}


.homepage-main {
    min-height: 75vh !important;
}

@media screen and (min-width: 700px) {
    .homepage-main {
        margin: 70px 70px 0px 70px;
    }
}

@media screen and (max-height: 700px) {
    .content {
        gap: 10px;
    }

    .banner {
        width: 450px;
        height: 500px;
        margin-top: -50px;
    }

    .message h4 {
        width: 50%;
        font-size: 30px;
    }

    .message span {
        font-weight: 700;
        font-size: 40px;
    }
}

@media screen and (max-width: 700px) {
    .message span {
        font-size: 1.6rem;
        font-weight: 900;
    }
}

@media screen and (min-width: 700px) {
    .enter-location {
        width: 60%;
    }

    .banner-main img {
        width: 90rem !important;
        min-height: 24rem !important;
        height: auto;
    }
}


@media screen and (width: 375px) and (height: 667px) {
    body {
        background-color: #ffcc00;
        height: 100%;
        padding-bottom: 80px;
        box-sizing: border-box;
        width: 100vh;
    }
}

@media screen and (min-width: 450px) and (max-width: 1000px) {
    .homepage-main {
        min-height: 85vh !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1299px) {
    .homepage-main {
        min-height: 85vh !important;
    }
}

@media screen and (min-width: 1801px) and (max-width: 2030px) {
    .homepage-main {
        min-height: 91vh !important;
    }
}



@media screen and (width: 360px) and (height: 640px) {
    body {
        height: 160vh;
    }

    .message h4 {
        width: 100%;
    }

    .footer-main {
        position: relative;
        bottom: -11rem;
    }

    .enter-location {
        width: 100%;
    }

    .banner {
        height: 300px;
    }

    .homepage-main {
        margin: 0px;
    }
}

@media screen and (max-width: 350px) {
    body {
        height: 160vh;
    }

    .message h4, .enter-location {
        width: 100%;
    }

    .footer-main {
        position: relative;
        bottom: -11rem;
    }

    .banner {
        height: 300px;
    }

    .homepage-main {
        margin: 0px;
    }
}


@media screen and (width: 375px) and (height: 667px) {
    .message h4, .enter-location {
        width: 100%;
    }

    .footer-main {
        position: relative;
        bottom: -9rem;
    }
}

@media screen and (max-width: 380px) {
    .uk-margin-large-top {
        margin-top: 0px !important;
    }

    .message, .check-coverage {
        padding: 0px 18px 0px 18px !important;
        margin-bottom: 30px;
    }
}
