/** Customer scheduler form block starts **/
#typeCovers .custom-checkbox {
    padding: 0px;
}
#typeCovers .custom-checkbox input[type="checkbox"] {
    display: none;
}
#typeCovers .custom-checkbox .checkmark {
    position: unset;
    display: flex;
    align-content: center;
    text-align: center;
    width: auto;
    height: 50px;
}
#typeCovers .custom-checkbox .text {
    margin: 0px;
    display: grid;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.type-covers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0px;
    margin-left: 0px;
}
.type-cover-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    padding: 0px;
    width: 95px;
    height: 50px;
    border-radius: 3px;
    font-size: 12px;
    margin: 2px;
}

.form-disclaimer p {
    font-size: 12px;
    color: #737373;
    line-height: 15px;
}

#typeCovers .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: none;
    box-sizing: border-box;
}

.required-info {
    color: #d93900 !important;
    padding-left: 2px;
}
#responseMessage {
    margin-top: 16px;
}
.privacy-link {
    color: var(--hyper-link-color);
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
}
.lets-get-moving {
    text-align: center !important;
    font-size: 32px;
}
#moving-hero-banner {
    margin-top: 64px;
}
.submit-form-button.disabled {
    opacity: 0.6;
}
@media (max-width: 767px) {
    #typeCovers .custom-checkbox .text {
        padding: 6px;
        line-height: 15px;
    }
    .jumbotron {
        width: 100%;
        margin-top: 150px;
    }
    .dropdown-list {
        width: 90%;
        margin-right: 12px;
    }
    .travelContainer {
        background: #F9F7F7 !important;
    }
    .lets-get-moving {
        font-size: 24px;
    }
}

/* Tablet styles here */
@media (min-width: 768px) and (max-width: 1024px) {
    .travelContainer {
        background: #F9F7F7 !important;
    }
    .lets-get-moving {
        font-size: 24px;
    }
}