﻿
        .menuimage {
            display: block !important;
        }

        .formSection {
            width: 400px;
            background: #ffffff;
            position: fixed;
            display: none;
            left: 50%;
            top: 50%;
            z-index: 9999999;
            transform: translate(-50%, -50%);
        }

            .formSection .pageLoader {
                display: none;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background: rgba(255,255,255,.2) url('img/ajax-loader_form.html') no-repeat center center;
                z-index: 2;
            }

            .formSection:after {
                content: '';
                position: fixed;
                width: 100vw;
                height: 100vh;
                background: rgba(0,0,0,0.5);
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .formSection .formBody {
                padding: 20px;
                display: block;
                position: relative;
                z-index: 1;
                background: #ffffff;
            }

                .formSection .formBody .form-group {
                    margin: 0 0 15px 0;
                    display: block;
                    width: 100%;
                    float: left;
                    padding: 0 10px;
                    box-sizing: border-box;
                }

                    .formSection .formBody .form-group.hide {
                        display: none !important;
                    }

                .formSection .formBody .form-control-wrap {
                    position: relative;
                    height: 40px;
                    border-bottom: 1px solid rgba(0,0,0, .8);
                }

                    .formSection .formBody .form-control-wrap.otp {
                        width: calc(100% - 150px);
                        display: inline-block;
                    }

                    .formSection .formBody .form-control-wrap .select-text {
                        font-size: 14px;
                        color: #333333;
                        line-height: 40px;
                        width: 100%;
                        height: 40px;
                        background: url(img/select-arrow.html) no-repeat center right;
                        padding-right: 24px;
                        box-sizing: border-box;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                .formSection .formBody .form-group select.form-control {
                    position: absolute;
                    opacity: 0;
                    top: 0;
                    left: 0;
                }

                .formSection .formBody .form-group .form-control {
                    box-shadow: none;
                    border: none;
                    height: 40px;
                    border-radius: 0;
                    line-height: 40px;
                    padding: 0;
                    background: transparent;
                    width: 100%;
                    box-sizing: border-box;
                    color: #333333;
                    outline: none;
                    font-size: 14px;
                }

                    .formSection .formBody .form-group .form-control[type='email'] {
                        text-transform: lowercase;
                    }

        .form-control[type='email']::-webkit-input-placeholder {
            text-transform: capitalize;
        }

        .form-control[type='email']::-moz-placeholder {
            text-transform: capitalize;
        }

        .form-control[type='email']:-ms-input-placeholder {
            text-transform: capitalize;
        }

        .form-control[type='email']:-moz-placeholder {
            text-transform: capitalize;
        }

        .formSection .formBody .error {
            font-size: 11px;
            padding: 0;
            color: rgba(205,50,69,1);
            padding-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: absolute;
            top: 100%;
        }

        .formSection .formBody .btnWrap {
            margin: 50px -20px 0 -20px;
        }

        .formSection .formBody h3 {
            font-size: 18px;
            color: #80181c;
            padding-right: 60px;
            font-weight: bold;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .formSection .formBody .closeBtn {
            position: absolute;
            text-align: center;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            right: 20px;
            border: 1px solid #80181c;
            color: #80181c;
            line-height: 24px;
            font-size: 16px;
            cursor: pointer;
            z-index: 3;
        }

        .formSection .formBody .formBoxWrapper {
            display: block;
        }

        .formSection .formBody .thankuFormBoxWrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 2;
            display: none;
            padding: 20px;
            text-align: center;
        }

            .formSection .formBody .thankuFormBoxWrapper h2 {
                font-size: 2em;
                margin: 15% 0px 0px 0px;
                color: #80181c;
                font-weight: bold;
            }

            .formSection .formBody .thankuFormBoxWrapper h3 {
                font-size: 1.1em;
                margin: 25px 0px 0px 0px;
                color: #585858;
                padding: 0px;
            }

        .formSection .formBody .btn {
            width: 100%;
            background: #003366;
            border: none;
            height: 92px;
            color: #333333;
            font-size: 24px;
            cursor: pointer;
            outline: none;
        }

        .formSection .formBody .otpBoxWrapper {
            position: relative;
            height: 100%;
            width: 100%;
            display: none;
            box-sizing: border-box;
            top: 0;
            left: 0;
            background: #ffffff;
            z-index: 12;
            text-align: center;
        }

            .formSection .formBody .otpBoxWrapper p {
                margin: 5px 0 5px 0;
            }

            .formSection .formBody .otpBoxWrapper .boxWrap {
                width: 80%;
                margin: 0 auto;
                min-width: 320px;
            }

            .formSection .formBody .otpBoxWrapper .form-group {
                display: inline-block !important;
                float: none;
            }

                .formSection .formBody .otpBoxWrapper .form-group .form-control {
                    text-align: center;
                }

            .formSection .formBody .otpBoxWrapper .note {
                background: #ebebeb;
                margin: auto -20px -20px -20px;
                padding: 10px;
                position: relative;
                bottom: -20px;
            }

                .formSection .formBody .otpBoxWrapper .note a {
                    color: #333333;
                    text-decoration: none;
                }

        .formSection .checkboxWrap {
            display: inline-block;
            margin: 5px auto 10px auto;
            position: relative;
            padding: 0 10px;
        }

            .formSection .checkboxWrap label {
                padding-left: 28px;
                color: #333333;
                font-size: 14px;
                position: relative;
                cursor: position;
                display: block;
                font-weight: 100;
            }

                .formSection .checkboxWrap label .check {
                    position: absolute;
                    height: 18px;
                    width: 18px;
                    left: 0px;
                    border: 1px solid #333333;
                    border-radius: 5px;
                }

                    .formSection .checkboxWrap label .check:after {
                        position: absolute;
                        content: '';
                        height: 5px;
                        width: 12px;
                        border-left: 2px solid #333333;
                        border-bottom: 2px solid #333333;
                        transform: rotate(-45deg);
                        top: -6px;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        opacity: 0;
                    }

            .formSection .checkboxWrap .checkbox {
                display: inline-block;
                position: absolute;
                opacity: 0;
            }

                .formSection .checkboxWrap .checkbox:checked + label .check {
                    border: 1px solid #333333;
                }

                    .formSection .checkboxWrap .checkbox:checked + label .check:after {
                        opacity: 1;
                    }

        .formSection .radioButtonBox .form-control-wrap {
            height: auto;
            border: none;
        }

        .formSection .radioButtonBox p {
            color: #333333;
            font-size: 14px;
            font-weight: bold;
        }

        .formSection .radioButtonBox label {
            position: relative;
            font-weight: 500;
            font-size: 14px;
            padding: 3px 10px 3px 30px;
            margin-bottom: 0;
            color: #333333;
        }

            .formSection .radioButtonBox label .check {
                position: absolute;
                width: 16px;
                height: 16px;
                border: 1px solid #80181c;
                border-radius: 50%;
                left: 0;
                top: 3px;
            }

                .formSection .radioButtonBox label .check:before {
                    content: '';
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    background: #80181c;
                    border-radius: 50%;
                    left: 2px;
                    top: 2px;
                    display: none;
                }
        /* .formSection .radioButtonBox label:before { content: ''; position: absolute; width: 16px; height: 16px; border: 1px solid #80181c; border-radius: 50%; left: 0; }
        .formSection .radioButtonBox label:after { content: ''; position: absolute; width: 12px; height: 12px; background: #80181c; border-radius: 50%; left: 3px; top: 6px; display: none; } */
        .formSection .radioButtonBox .radioBtn {
            opacity: 0;
            position: absolute;
            z-index: -10;
        }

            .formSection .radioButtonBox .radioBtn:checked + label .check:before {
                display: block;
            }

        .formSection i {
            position: absolute;
            left: 0;
            top: 3px;
            z-index: 1;
        }

        .formSection .iconName {
            background: url(img/sprite.html) no-repeat;
            background-position: 0px -136px;
            width: 24px;
            height: 24px;
        }

        .formSection .iconEmail {
            background: url(img/sprite.html) no-repeat;
            background-position: -29px -136px;
            width: 24px;
            height: 24px;
        }

        .formSection .iconMobile {
            background: url(img/sprite.html) no-repeat;
            background-position: 0px -165px;
            width: 20px;
            height: 30px;
        }

        .formSection .iconState {
            background: url(img/sprite.html) no-repeat;
            background-position: -25px -168px;
            width: 30px;
            height: 27px;
        }

        .formSection .iconCity {
            background: url(img/sprite.html) no-repeat;
            background-position: -61px -164px;
            width: 30px;
            height: 27px;
        }

        .formSection .programe {
            background: url(img/sprite.html) no-repeat;
            background-position: -61px -136px;
            width: 30px;
            height: 26px;
        }

        .formSection .submitBtnWrp {
            text-align: center;
            margin: 6px auto 25px 0px;
            position: relative;
            width: 160px;
        }

        .formSection .form-control-wrap .select-text, .formSection .form-control-wrap.icons .form-control {
            padding-left: 40px;
        }

        .formSection .btnWrapper {
            margin-bottom: 10px;
            margin-top: 10px;
            display: block;
            text-align: center;
        }

            .formSection .btnWrapper .signUp {
                height: 45px;
                padding: 0 40px;
                background: #80181c;
                color: #ffffff;
                border: none;
                font-size: 16px;
                border-radius: 0px;
                text-transform: uppercase;
                margin: 0 auto;
            }

        .formSection .col {
            float: left;
            width: 50% !important;
        }

        .ResendOTP, a.ResendOTP {
            padding: 15px 20px;
            background: #cd3245;
            color: #ffffff;
            display: inline-block;
            text-decoration: none;
        }

            .ResendOTP:first-child {
                margin-right: 15px;
            }
  