/** 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;
    width: 100%;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.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: auto;
    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;
}

.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;
}

/*** custom styles start ***/
.healthtab {
    display: none;
}

.health_back {
    height: 50px;
    width: auto;
    color: #FFFFFF;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    background-color: transparent;
    border: none;
}

.health_next {
    height: 50px;
    width: 128px;
    color: #373737;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    border-radius: 15px 3px 15px 3px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.health_back_arw {
    color: #FFFFFF !important;
    font-size: 18px !important;
    margin-right: 12px;
}

.health_next_arw {
    font-size: 18px !important;
    margin-left: 12px;
    height: 14px !important;
    width: 8px !important;
}

.health_back a {
    color: #FFFFFF;
    border-bottom: 2px solid #fff;
}

#typeCovers .custom-checkbox .checkmark {
    height: 70px;
}

#typeCovers .custom-checkbox {
    height: 70px;
    width: 100%;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
    /*background-color: #373737;*/
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.health_submit_sch {
    display: none;
    float: right;
    height: 50px;
}

.health_submit_sch button {
    height: 50px;
    min-width: 201px !important;
    color: #FF6200;
    font-family: Toroka;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 0px;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 15px 3px 15px 3px;
    background-color: #FFFFFF;
    max-width: 240px;
}

.health_submit_sch button:hover {
    background-color: #FFFFFF;
}

.lets-get-moving {
    height: 180px;
    color: #FFFFFF;
    font-family: Toroka;
    font-size: 64px;
    letter-spacing: 0.4px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.hospital_sch_img {
    text-align: center;
}

.hospital_sch_img img {
    width: 100%;
}

.customerFormHead {
    width: 100%;
    text-align: center;
}

#healthSchedulerForm label {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: "Proxima Nova Bold";
    letter-spacing: 0.31px;
    line-height: 26px;
}

.submit-form-button.disabled {
    opacity: 0.6;
}

label.custom-checkbox {
    margin-bottom: 0px !important;
}

.custom-checkbox .checkmark {
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    padding: 6px;
}

.type-cover-item {
    height: 70px;
}

.invalid-feedback {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-family: "Proxima Nova";
    height: 20px;
}

.custom-checkbox .text {
    margin-top: 0px;
}

div#customerFormHead {
    padding-top: 48px;
}

div#customerFormSection {
    padding-top: 102px;
    max-width: 558px;
}

div#ui-datepicker-div {
    margin-left: 0px !important;
}

.custom-checkbox input[type="checkbox"]:checked+.prvcMarkhealth {
    background-image: url(./../images/termsicon-white-bg.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 20px;
    border: 1px solid #B3B3B3 !important;
    border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]+.prvcMarkhealth {
    border: 1px solid #B3B3B3 !important;
}

.prvcMarkhealth {
    height: 20px !important;
}

#clearbox_btnmvg {
    top: 60% !important;
}

.type-covers .col-sm-2 {
    width: 20%;
    margin: 0px;
}

.type-covers {
    margin-top: 11px;
}

/*** thank you styles start ****/
#thankyouSection {
    margin-top: 92px;
}

.thankyou-container {
    height: 309px;
    width: 100%;
    border-radius: 40px 3px 40px 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.iconOkay {
    padding-top: 71px;
}

.thank-you-title {
    color: #FF6200;
    font-family: Toroka;
    font-size: 32px;
    letter-spacing: 0.2px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.thank-you-message {
    color: #373737;
    font-family: "Proxima Nova";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 21px;
    width: 382px;
    text-align: center;
    margin: auto;

}

.inputStyledatesch {
    background-image: url(../images/movers-icons/Icon_Calendar.svg) !important;
}

.custom-select.health-clock {
    background: url(../images/movers-icons/Icon_Clock.svg) no-repeat;
    padding-left: 17%;
    background-color: #fff;
    background-position: 5%;
}

.checkmark.like_contact {
    align-items: center;
    display: flex;
}

.box-center-items {
    display: flex;
    align-items: center;
}

.checkmark.like_contact .text {
    margin-left: 22%;
}


/*** custom styles end ***/
@media (max-width: 299px) {
    .lets-get-moving {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .type-covers .col-sm-2 {
        width: 100% !important;
    }
}

@media (min-width: 300px) and (max-width: 574px) {
    .thank-you-message {
        width: 190px;
    }

    .lets-get-moving {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .custom-checkbox .text {
        font-size: 13px;
        margin-left: 30px;
    }

    #healthSchedulerForm label {
        font-size: 19px;
    }

    label[for="callbackdate"] {
        font-size: 14px !important;
    }

    div#customerFormSection {
        max-width: 100%;
        padding: 0px 3% 0px 3% !important;

    }

    .health_submit_sch button {
        font-size: 17px;
        min-width: 194px !important;
        max-width: 194px !important;
    }

    .cta-button-primary,
    .cta-button-secondary {
        padding: 12px !important;
    }

    .custom-select.health-clock {
        padding-left: 26%;
    }
}

@media (min-width: 575px) and (max-width: 682px) {
    .thank-you-message {
        width: 200px;
    }

    .lets-get-moving {
        font-size: 39px;
    }

    div#customerFormSection {
        padding-top: 60px;
    }
}

@media (min-width: 683px) and (max-width: 767px) {
    div#customerFormSection {
        padding-top: 60px;
    }

    .custom-checkbox .checkmark.like_contact+svg {
        height: 25px !important;
    }
}

@media (max-width: 768px) {
    #typeCovers .custom-checkbox .text {
        padding: 6px;
        line-height: 15px;
    }

    .custom-checkbox .checkmark.like_contact+svg {
        height: 25px !important;
    }

    .col-sm-6 {
        width: 100%;
    }

    .type-covers {
        display: block;
    }

    .jumbotron {
        width: 100%;
        margin-top: 150px;
    }

    .dropdown-list {
        width: 90%;
        margin-right: 12px;
    }

    .travelContainer {
        background: #F9F7F7 !important;
    }

    .lets-get-moving {
        font-size: 48px;
        letter-spacing: 0.3px;
        line-height: 42px;
        height: 126px;
    }

    .type-cover-item {
        width: 50%;
        margin: 0 0px 9px 0;
    }

    .type-cover-item label {
        width: auto;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    }

    .invalid-feedback {
        height: auto;
    }

    div#customerFormHead {
        padding-top: 48px;
    }

    div#customerFormSection {
        max-width: 100%;
        padding: 0px 10% 0px 10%;
    }

    div#ui-datepicker-div {
        margin-left: 0px !important;
    }

    .type-covers .col-sm-2 {
        width: 50%;
        margin: 0px 0px 9px 0;
    }

    .type-covers {
        margin-top: 8px;
    }

    #thankyouSection {
        padding: 20px 38px 0px 38px;
        margin-top: 0px;
    }

    .thankyou-container {
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    }

    .thank-you-message {
        width: 262px;
    }

    .iconOkay {
        padding-top: 67px;
    }

    #typeCovers .custom-checkbox input[type="checkbox"]:checked+div .text,
    .custom-checkbox input[type="checkbox"]:checked+div .text {
        margin-top: 0px;
    }

    .custom-select.health-clock {
        padding-left: 20%;
    }

}

/* Tablet styles here */
@media (min-width: 769px) and (max-width: 1024px) {
    .travelContainer {
        background: #F9F7F7 !important;
    }

    .lets-get-moving {
        font-size: 48px;
        letter-spacing: 0.3px;
        line-height: 42px;
        height: 126px;
    }

    .pddnglft8 {
        padding-left: 0px !important;
    }

    .invalid-feedback {
        height: auto;
    }

    div#customerFormHead {
        padding-top: 48px;
    }

    div#customerFormSection {
        padding-top: 60px;
    }

    div#ui-datepicker-div {
        margin-left: 0px !important;
    }

    .type-covers .col-sm-2 {
        width: 33.33%;
        margin: 0px 0px 9px 0;
    }

    .type-covers {
        margin-top: 11px;
    }

    #thankyouSection {
        margin-top: 60px;

    }

    .thankyou-container {
        width: 100%;
        height: 269px;
    }

    .custom-checkbox input[type="checkbox"]:checked+.checkmark.like_contact {
        background-image: none !important;
    }

    div#customerFormSection {
        padding-right: 4%;
    }

    label[for="callbackdate"] {
        font-size: 17px !important;
    }

}

@media (min-width: 1400px) and (max-width: 3500px) {
    .lets-get-moving {
        font-size: 67px;
    }
}