﻿.chk-membership-text {
    font-family: inherit;
    font-size: inherit;
}

.membership-row {
    height: auto;
}

.membership-row-one {
    display: inline-grid;
    padding-top: 50px !important;
}

.chk-membership-box-internal img {
    background-image: linear-gradient(0, #EDEDED, #EDEDED);
    /* height: 300px; */
    /* min-height: 500px; */
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.membership-row-one .content-internal-pad {
    height: auto;
    display: inline-flex;
    height: 100%;
}

.chk-membership-box {
    height: 100%;
}

.membership-row-one .chk-membership-text:last-child {
    padding-bottom: 120px;
}

input.membership-contact-form-input {
    /* padding-left: 1%; */
    border: solid white 1px;
    width: 99%;
    height: 70px;
    border-radius: 5px;
    background: #EDEDED;
}

.membership-contact-form {
    margin-top: 20px;
}

.membership-contact-form-input-chk2:nth-child(2n) {
    /* padding-left: 43px; */
}

.membership-contact-form-input-chk2 {
    /* margin-left: 16%; */
}

.membership-contact-form-input-chk2 {
    width: 47% !important;
    /* display: contents; */
}

    .membership-contact-form-input-chk2:last-child {
        margin-left: 5%;
    }

.membership-contact-form > .w3-col {
    padding-top: 30px;
}

    .membership-contact-form > .w3-col:first-child {
        padding-top: 0%;
    }

.membership-contact-form-button {
    width: 25% !important;
    cursor: pointer;
    background: #00AEEF !important;
    font-family: Sarabun-Bold;
    font-size: 20px;
    height: 50px !important;
    color: white;
}

.membership-contact-form-button-wrapper {
    padding-top: 90px !important;
}


/*common*/
.w3-auto.content-internal-pad {
    padding-left: 85px;
    padding-right: 22px;
    /* background: black; */
    /* z-index: 111111111; */
}

.chk-quote {
    font-size: 35px !important;
    font-weight: bold;
    margin-top: 12px;
    font-family: Sarabun-Regular !important;
}

.chk-50-spacer {
    position: relative;
    height: 50px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}


.chk-200-spacer {
    position: relative;
    height: 200px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}


.chk-header-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    font-family: EBGaramond-Regular;
}



.warranty-provider-question label {
    font-size: 24px !important;
    display: flex !important;
}

    .warranty-provider-question label .label-wrapper {
    }

.warranty-provider-question .label-wrapper {
    padding: 0 !important;
    /* max-height: 24px !important; */
}


@media(min-width:601px) and (max-width:993px) {
    .membership-contact-form-button {
        width: 47% !important;
    }
    .MembershipTcsPart .errorDisplay {
        display: inline-flex !important;
        padding-left: 5px !important;
        padding-top: 10px !important;
    }
}
 


 



@media(max-width:600px) {
   
    .chk-membership-box-internal img {
        max-height: 300px !important;
    }

    .membership-row-one .content-internal-pad {
        display: table-column;
    }

        .membership-row-one .content-internal-pad .chk-membership-box {
            height: 300px;
            margin-top: 0px;
        }

    .membership-row-one .chk-membership-text:last-child {
        padding-bottom: 50px;
    }

    .chk-200-spacer {
        height: 100px !important;
    }

    input.membership-contact-form-input {
        width: 99% !important;
        /* margin-bottom: 30px; */
    }

    .membership-contact-form-input-chk2:last-child {
        margin-left: 0 !important;
        margin-top: 18px;
        /* margin-bottom: 9px; */
        /* padding-bottom: 39px; */
    }

    .membership-contact-form-button-wrapper {
        padding-top: 50px !important;
    }

    input.membership-contact-form-input {
        height: 40px;
    }

    .membership-contact-form > .w3-col {
        padding-top: 18px;
    }
}
