﻿.row {
    margin: 0 auto !important;
}

.privacy-links.limitinfo a {
    margin: 10px 5px;
    font-size: 14px;
    color: #fff;
}

._terms_conditions {
    margin-bottom: 12px;
}

.privacy-links.limitinfo {
    text-align: center;
}

input#consumer_email::placeholder {
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
}

.form-select {
    font-size: 16px;
}

._terms_conditions input[type="checkbox"]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 24px;
    color: transparent !important;
    background: #ffffff;
    display: block;
    width: 24px;
    height: 24px;
    /* border: 1px solid black; */
    /* margin-right: 10px; */
}

._terms_conditions input[type="checkbox"] {
    margin: 10px 8px 0 0px;
    line-height: normal;
}

    ._terms_conditions input[type="checkbox"]:checked:before {
        color: #0058b8 !important;
    }

.form-container {
    /* max-width: 700px; */
    width: 100%;
    max-height: 100%;
    background-color: #fff;
    padding: 15px 10px;
    background-color: #0058b8;
    margin-bottom: 40px;
}

.container-fluid.scott-newsletter {
    background-color: #0058b8;
}

.form-container .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ffffff !important;
    margin-bottom: 32px;
}

p.input-field {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

input::placeholder {
    /* Most modern browsers support this now. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #979797;
}

.input-box {
    width: 100% !important;
    outline: none;
    border: none;
    border-radius: 4px !important;
    padding: 10px !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
    height: 40px !important;
}

.input-box-label {
    width: 100%;
    margin-bottom: 5px;
}

.lang-selector {
    display: flex;
    margin-top: 15px;
}

label.select-lang {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 24px;
    display: flex;
    align-items: flex-end;
}

.lang-selector input[type="radio"] {
    margin: 4px 8px 0 0;
    width: 24px;
    height: 24px;
    line-height: normal;
}

.subscribe-button {
    padding: 8px 32px;
    background: transparent;
    border-radius: 5px !important;
    outline: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 24px;
}

    .subscribe-button:hover {
        background-color: #0058b8;
    }

    .subscribe-button a {
        color: #fff !important;
    }

.agree {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 32px; */
}

.privacy-policy-txt {
    font-family: 'Montserrat';
    /* font-style: italic; */
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: underline;
}

._terms_conditions .agree-terms-text {
    font-family: 'Montserrat';
    /* font-style: italic; */
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 10px 0 0 16px;
    text-align: center;
}

a.privacy-policy-txt:hover,
a.privacy-policy-txt:visited {
    color: #fff;
}

._terms_conditions p u {
    cursor: pointer;
}

.button-container {
    text-align: center;
    padding-bottom: 16px;
}

.form-container .left-part,
.right-part {
    padding: 0 15px;
}

/* subscribe form mobile css*/
@media (max-width: 768px) {

    .nopadding {
        padding: 0 !important;
    }

    .form-container .left-part,
    .right-part {
        padding: 0px !important;
    }

    .input-box {
        margin-bottom: 10px !important;
    }

    .form-container .title {
        font-size: 24px;
        line-height: 32px;
    }

    .form-container form {
        display: flex;
        flex-direction: column;
    }

    .left-part label {
        width: 100%;
        margin-bottom: 5px;
    }

    .left-part label {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    ._terms_conditions p {
        font-size: 12px !important;
        line-height: 16px !important;
        align-items: unset;
    }

    .privacy-policy-txt {
        font-size: 12px !important;
        line-height: 16px;
    }

    .agree p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .form-container {
        height: 100%;
    }

    form .button {
        margin-top: 15px !important;
    }

    /* baack to top and kc family logos css */
    .brand-container {
        height: 125px !important;
    }

        .brand-container p {
            font-family: 'Montserrat';
            /* font-style: italic; */
            /* font-weight: 400; */
            font-size: 12px !important;
            line-height: 15px !important;
        }

    .desktop-brand-logos {
        display: none !important;
    }

    .mobile-brand-logos {
        display: flex !important;
        justify-content: space-evenly;
    }

    .privacy-links.limitinfo a {
        font-size: 12px;
    }

    .col-lg-12.col-md-12.nopadding {
        flex-direction: column;
    }
}

@media (min-width: 819px) and (max-width:820px) {
    .button-container {
        margin-bottom: 25px;
    }

    .col-lg-12.col-md-12.nopadding {
        flex-direction: column;
    }
}

@media (max-width:599px) {
    ._terms_conditions .agree-terms-text {
        margin-top: 16px !important;
    }

    .privacy-links.limitinfo {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .privacy-links.limitinfo a {
            font-size: 12px;
        }

    .col-lg-12.col-md-12.nopadding {
        flex-direction: column;
    }
}

@media (min-width: 600px) and (max-width:1180px) {

    ._terms_conditions .agree-terms-text {
        margin-top: 0 !important;
        margin-left: 16px;
    }
}


.nopadding {
    padding: 0 !important;
}

.col-lg-12.col-md-12.nopadding {
    display: flex;
    justify-content: center;
}

.btt {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 150px;
    /* margin: 32px 0; */
}

.form-container input[type="text"], input[type="password"] {
    min-height: 40px;
    font-size: 16px;
}

.btt a img {
    width: 50px;
    height: 50px;
}

.btt p {
    color: #0058b8;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

/*Brand Container*/

.brand-container {
    height: 286px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
    margin-bottom: 16px;
}

    .brand-container p {
        font-family: inherit;
        font-weight: 400;
        font-style: italic;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #6d6e71;
    }

    .brand-container .desktop-brand-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-top: 20px;
    }

.mobile-brand-logos {
    display: none;
}

.consumer-input-wrap .consumer-firstname-label, .consumer-lastname-label, .consumer-email-label {
    display: none
}

.forErrorMsg {
    background: none !important;
    Color: #f04124 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: "Montserrat";
    margin-left: 255px !important
}

.show {
    display: block
}

.hide {
    display: none
}

.form-container .error {
    font-size: 15px !important
}

.capcaErrormsg {
    margin-left: 425px !important
}
