﻿#FranchiseFormSuccess{
font-size:16px;
font-weight:700;
}
.common-franchiseapplicationform {
    margin-top: 0px !important;
}

.franchise-banner img {
    width: 100%;
}

.franchise-title-and-description {
    margin-top: 40px;
}

    .franchise-title-and-description h1 {
        color: #1f3c6f;
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .franchise-title-and-description p {
        padding-bottom: 5px;
        text-align: justify;
        padding-top: 10px;
    }

.F_Area .F_Item {
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.F_Area #contact-information h3, .F_Area #company-information h3, .F_Area #store-location-information h3, .F_Area #contact-information h3 {
    color: #1f3c6f;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 20px;
}

.F_Area .F_Item .clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    display: block;
    width: 100%;
    content: '';
}

.F_Area p.question-title {
    padding-bottom: 5px;
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

    .F_Area p.question-title strong {
        color: #00459b !important;
    }

.F_Area #Lbindustries input {
    margin-right: 5px;
}

.F_Area #Lbindustries label {
    margin-bottom: 0px;
}

.F_Area .InputText, .F_Area .InputTextArea {
    background: #fafafa;
    border: 1px solid #abc9f0;
    border-radius: 2px;
    height: 33px;
    padding: 0 10px;
    width: 410px;
    color: #35230D;
    font-weight: 400;
    font-size: 14px;
}

.F_Area .selects {
    background: #fafafa;
    border: 1px solid #abc9f0;
    border-radius: 2px;
    height: 33px;
    padding: 0 10px;
    width: 410px;
    color: #35230D;
    font-weight: 400;
    font-size: 14px;
}

.F_Area .InputTextArea {
    padding: 10px;
    width: 410px !important;
    height: 120px !important;
    font-size: 14px;
}

.F_Area .short {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.F_Area .PhoneCode {
    width: 60px;
    float: left;
    margin-right: 5px;
}

.F_Area .Phone {
    width: 135px;
    float: left;
    margin-right: 10px;
}

.F_Area .F_Button {
    width: 640px;
}

    .F_Area .F_Button input {
        background: #000;
        width: 115px;
        height: 33px;
        float: right;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border: none;
        cursor: pointer;
    }

    .F_Area .F_Button span {
        color: #000459;
        font-size: 16px;
        line-height: 31px;
    }

.mail-error, .conditions-error {
    width: 100%;
    display: block;
    color: #ff0000;
    font-size: 12px;
}
.mobile-banner{
    display:none;
}
@media only screen and (max-width: 1360px) {
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
}
    @media only screen and (max-width: 767px) {
        .F_Area .InputText, .F_Area .InputTextArea {
            width: 100%;
        }

        .F_Area .selects {
            width: 100%;
        }

        .F_Area .InputTextArea {
            width: 100% !important;
        }

        .F_Area .short {
            width: 100%;
        }

        .F_Area .name-input {
            margin-bottom: 10px;
        }

        .F_Area .F_Button {
            width: 100%;
        }

        .F_Area .PhoneCode {
            width: 24%;
            margin-right: 1%;
        }

        .F_Area .Phone {
            width: 75%;
            margin-right: 0;
        }
    }

