.ffoonnttss {
    font-family: 'Roboto', sans-serif;
    font-family: 'Yantramanav', sans-serif;
    font-family: 'Poppins', sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
    font-weight: 400;
}

p {
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: justify;
}

a, a:hover, a:focus, a:active {
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.6px;
}

h1, h2, h3, h4 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    letter-spacing: .4px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}



.login_bg {
    background: #ef7f1a;
}

.login_bg1 {
    background: #ef7f1a;
}

.login_space {
    background: #fff;
    position: relative;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 150px 60px 60px 60px;
    width: 900px;
    max-width: 90%;
    min-height: 94vh;
    margin: 20px auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .login_space .login_logo {
        width: 300px;
        max-width: 100%;
        text-align: center;
    }

        .login_space .login_logo img {
            max-width: 100%;
        }

    .login_space .login_form {
        width: 320px;
        max-width: 100%;
    }

        .login_space .login_form h2.title {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 30px;
            text-align: center;
            margin: 0 0 30px 0;
        }

.login_fields {
    background: #dddddd;
    padding: 10px;
    border-radius: 26px;
    margin-bottom: 15px;
}

    .login_fields .icon {
        border: none;
        background: transparent;
        font-size: 18px;
    }

    .login_fields .field {
        border: none;
        background: transparent;
        box-shadow: none;
        height: auto;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }

.login_scave {
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ef7f1a;
    color: white;
    font-family: 'Poppins', sans-serif;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.forgot_div {
    display: block;
    margin: 20px 0;
    text-align: center;
}

    .forgot_div a {
        font-size: 16px;
        color: #333333;
        font-family: 'Poppins', sans-serif;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

        .forgot_div a:hover {
            color: #ef7f1a;
            letter-spacing: 1px;
        }

.new_div {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 130px;
}

    .new_div a {
        font-size: 16px;
        color: #333333;
        font-family: 'Poppins', sans-serif;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        position: relative;
    }

        .new_div a:before {
            content: "\f178";
            font-family: FontAwesome;
            color: #333333;
            font-size: 18px;
            position: absolute;
            top: 0px;
            right: -26px;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

        .new_div a:hover {
            color: #ef7f1a;
        }

            .new_div a:hover:before {
                color: #ef7f1a;
                right: -32px;
            }

@media screen and (max-width: 840px) {
    .login_space {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0px 40px 30px 40px;
    }

        .login_space .login_logo {
            margin: 30px 0 60px;
        }

    .new_div {
        margin: 20px 0 0 0;
        position: static;
    }

    .login_space .login_logo img {
        max-width: 70%;
    }
}














.signup_logo {
    padding-top: 30px;
    text-align: center;
    margin: 0;
}

.signup_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 10px 0 30px 0;
}

.signup_space {
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 15px;
    margin: 20px auto;
}


.signup_elementdiv {
    margin: 0 0 30px 0;
}

    .signup_elementdiv .element {
        display: block;
        outline: none;
        color: #333333;
        width: 100%;
        background: #dddddd;
        padding: 12px 20px;
        border-radius: 26px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        box-shadow: none;
        border: none;
    }

#tooltipRadio {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 116%;
    left: 0;
    color: #FFFFFF;
    background: #284695;
    height: auto;
    line-height: 24px;
    text-align: justify;
    padding: 16px 6px 6px;
    border-radius: 6px;
    z-index: 999;
}

#gstyes {
    position: relative;
}

#gstno {
    position: relative;
}

    #gstno:focus:after {
        content: '';
        position: absolute;
        bottom: 104%;
        left: 40%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #284695;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

#tooltipRadio .close-tooltip {
    margin-top: -14px!important;
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.promotxt {
    background: #dddddd;
    padding: 12px 20px;
    border-radius: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    box-shadow: none;
    border: none;
    outline: none;
    color: #333333;
    font-size: 14px;
    width: 50%;
    float: left;
    border-radius: 20px 0 0 20px;
}

.promobtn {
    display: inline-block;
    float: right;
    background-color: #ef7f1a;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: none;
    width: 50%;
    height: 44px;
    border-radius: 0 20px 20px 0;
}

.chequemsg {
    display: none;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    background: #284695;
    height: auto;
    line-height: 24px;
    text-align: justify;
    padding: 12px 6px 6px;
    border-radius: 6px;
    z-index: 999;
    bottom: 48px;
}

    .chequemsg:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #284695;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .chequemsg .close-tooltip {
        margin-top: -14px!important;
        float: right;
        cursor: pointer;
        font-size: 18px;
    }




.succ_bg {
    background: #dddddd;
}

.login-space {
    width: 767px;
    height: auto;
    padding: 0 81px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.linkblue {
    background-color: #ef7f1a;
    color: white;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid #d67218;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 10px 50px;
}

    .linkblue:hover,
    .linkblue:focus,
    .linkblue:active {
        background-color: #f37708;
        color: white;
    }

.renewbg {
    background: #efefef;
    padding: 15px 15px 5px 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.font15 {
    font-size: 15px;
}

.linkbluesm {
    background-color: #ef7f1a;
    color: white;
    font-size: 15px;
    border: none;
    border-bottom: 3px solid #d67218;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 8px 24px;
    margin-bottom: 10px;
}

    .linkbluesm:hover,
    .linkbluesm:focus,
    .linkbluesm:active {
        background-color: #f37708;
        color: white;
    }

.form-label {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #55606e;
    display: inline-block;
    margin-right: 8px;
}

.form-group .controls {
    margin-top: 8px;
}

.controls > .radio {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
}

    .controls > .radio input[type=radio] {
        display: none;
    }

.radio label {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    min-height: 20px;
    margin-bottom: 6px;
    color: #777a80;
}

.controls > .radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2.5px;
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}

.controls > .radio input[type=radio]:checked + label:after {
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.controls > .radio.radio-warning input[type=radio]:checked + label:before {
    border: 1px solid #fbb05e;
}

.controls > .radio.radio-warning label:after {
    background-color: #fbb05e;
    border: 1px solid #fbb05e;
}

.controls > .radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 1px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}

.promotextbx, .promotextbx:focus {
    width: 50% !important;
    float: left;
    border-radius: 2px 0 0 2px;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    min-height: 37px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #e5e9ec;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-right: none;
}

.promocodebtn {
    display: inline-block;
    float: right;
    background-color: #ef7f1a;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: none;
    width: 50%;
    height: 37px;
}

.txtbx {
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    min-height: 37px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: block;
    width: 100%;
}

.linkblue {
    background-color: #ef7f1a;
    color: white;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid #d67218;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 10px 50px;
}

    .linkblue:hover, .linkblue:focus, .linkblue:active {
        background-color: #f37708;
        color: white;
    }

.paramdiv {
    margin: 15px;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 99;
    border: 1px solid #e6e6e6;
    background: white;
    -webkit-box-shadow: 10px 10px 0px 0px #e6e6e6;
    -moz-box-shadow: 10px 10px 0px 0px #e6e6e6;
    box-shadow: 10px 10px 0px 0px #e6e6e6;
}

    .paramdiv h4 {
        margin: 0 0 8px 0;
        padding-bottom: 8px;
        font-size: 22px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        font-weight: 500;
    }

        .paramdiv h4:before {
            content: '';
            position: absolute;
            display: inline-block;
            left: 0;
            bottom: -2px;
            width: 60px;
            height: 3px;
            background: #ef7f1a;
        }

.chequemsg1
{
    display: none;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    background: #284695;
    height: auto;
    line-height: 24px;
    text-align: justify;
    padding: 12px 6px 6px;
    border-radius: 6px;
    z-index: 999;
    bottom: 48px;
}

.chequemsg1 .close-tooltip 
{
    margin-top: -14px!important;
    float: right;
    cursor: pointer;
    font-size: 18px;
}
.validate {
    color:red;
}
select {

    background-color: hsl(0, 0%, 100%);
    background-image: none !important;
    border: 1px solid hsl(0, 0%, 89.8%);
    outline: none;
    min-height: 35px;

}
select, input[type="file"] {

    height: 34px !important;
    line-height: 30px;

}