.contact-body {
    display: flex;
    justify-content: center;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.question {
    font-size: 13px;
    color: gray;
}

.splitter-form {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.ph-no-mail {
    display: flex;
}

label {
    font-weight: 600;
    font-size: 15px;
    margin: 4px;
}

input {
    padding: 5px;
    margin: 4px;
}

.phone-tel {
    display: flex;
    flex-direction: column;
}

select {
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 5px 0px;
}

.phone-stuff,
.clock-stuff {
    display: flex;
    margin: 30px 0px;
}

.cll-icon {
    background: #ffecbb;
    color: #deaa27;
    font-size: 20px;
    /* padding: 5px 11px; */
    border-radius: 50%;
    /* margin-right: 13px; */
}

.clocl-icon {
    background: #a4eda4;
    color: #4eaf4e;
    font-size: 20px;
    padding: 5px 11px;
    border-radius: 50%;
    margin-right: 13px;
}

.map-ctn {
    height: 400px;
    width: 684px;
    margin-top: 23px;
    text-align: center;
    margin-left: -5px;
}

@media only screen and (max-width: 456px) {

    .productCategoryListing {
        font-size: 24px;
        margin-left: 50px;
    }

    .contact-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 213%;
        margin-left: 26px;
    }

    .phone-stuff,
    .clock-stuff {
        display: none;
    }

    .checkout-payment-title {
        margin-top: 40px;
        font-size: 38px;
        margin-left: 0px;
    }

    .question {
        font-size: 23px;
        color: gray;
    }

    .checkout-payment-title {
        margin-top: 0px;
        font-size: 38px;
        margin-left: 0px;
    }

    .splitter-form {
        display: flex;
        flex-direction: column;
        margin-left: 18px;
        margin-top: 20px;
    }

    #map {
        display: none;
    }

    label, input, select, textarea {
        font-size: 30px;
        padding: 10px 0px;
    }

    .ph-no-mail {
        display: flex;
        flex-direction: column;
    }

    .splitter {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 321px) {

    .contact-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        width: 280%;
        margin-left: 26px;
    }
}
