/* Dear Developer Please don't include any other CSS style here other then for homepage */


/* Reset CSS */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins');

/* Hindi Language Set  */

.hindiSelected .link,
.hindiSelected #cntUs,
.hindiSelected #agntlogin,
.hindiSelected .agreement,
.hindiSelected #loginBttn,
.hindiSelected .forgot-password,
.hindiSelected .download-section,
.hindiSelected .cont,
.hindiSelected #tc,
.hindiSelected #fg,
.hindiSelected .download-section p,
.hindiSelected #tcc,
.hindiSelected #pwdDiv,
.hindiSelected #lidDiv,
.hindiSelected #lidPwdDiv,
.hindiSelected #errCaptchaDiv,
.hindiSelected #errTermsAndCond,
.hindiSelected #appDwnld {
    font-family: 'Poppins', sans-serif;
    font-size: 90%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Common Css */


/* Header Section */

#header {
    /* position: fixed; */
    height: 50px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    /* top: 0;
    left: 0; */
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}

#logo {
    position: absolute;
    left: 20px;
    top: 4px;
}

#header .link {
    position: absolute;
    font-size: 14px;
    color: #323232;
    border-radius: 4px;
    padding: 6px 10px;
    left: 174px;
    top: 10px;
    text-decoration: none;
    transition: all ease 0.3s;
}

#header .link:hover {
    background: #323232;
    color: #fff;
}

.contact-us {
    font-size: 14px;
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 50%;
    left: 25%;
    justify-content: center;
}

.contact-us span {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.contact-us span:first-child {
    margin-left: 20px;
}

.contact-us i {
    font-size: 22px;
    margin-right: 5px;
}

.contact-us a {
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}

.contact-us a:hover {
    color: #000;
}

.language-select {
    float: right;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}

.language-select label {
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language-select input {
    vertical-align: middle;
    margin: 0 5px;
}


/* Content Section */

#content {
    /* position: fixed;
    left: 0;
    top: 50px;
    bottom: 50px; */
    width: 100%;
    background: #fff;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.homepage-banner {
    background: #f2f2f2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 895px;
    max-height: 500px;
    height: 100%;
}

.homepage-banner img {
    width: 100%;
    max-height: 550px;
    height: 100%;
}

.login-form {
    background: #FFF;
    width: 300px;
    padding: 0 66px;
}

.login-form h2 {
    text-align: center;
    font-size: 18px;
    color: #2e7ece;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.input-field {
    height: 37px;
    background: #f2f2f2;
    border-radius: 3px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.input-field input {
    display: flex;
    flex-grow: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #323232;
}

.input-field input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}

.input-field i {
    display: flex;
    margin: 0 10px;
    font-size: 22px;
}

.agreement,
.agreement a {
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}

.agreement a:hover {
    color: #2e7ece;
}

.cont {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #323232;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 18px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    border-radius: 3px;
    transition: all ease 0.3s;
}


/* On mouse-over, add a grey background color */

.cont:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.cont input:checked~.checkmark {
    background-color: #2e7ece;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cont input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cont .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-button {
    width: 100%;
    border-radius: 3px;
    height: 37px;
    background: #2e7ece;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    border: none;
    margin-top: 5px;
}

.forgot-password {
    text-align: center;
    padding-top: 10px;
}

.forgot-password a {
    font-size: 12px;
    color: #273896 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.3s;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.forgot-password img {
    display: inline-block;
    margin: 10px 0;
}

.download-section {
    text-align: center;
}

.download-section p {
    font-size: 14px;
    color: #000;
}

.download-section a {
    font-size: 16px;
    color: #2e7ece;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}

.download-section a.btn {
    margin: 20px 0 0 0;
    display: inline-block;
}


/* Footer Section */


/* old till raj
 #footer  {
    position: fixed;
    height: 50px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #323232;
    line-height: 50px;
} */

.footer-section {
    position: fixed;
    height: 50px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 3;
}

#footer {
    font-size: 14px;
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: center;
}

div#footer-right {
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 64%;
    justify-content: center;
    left: 50%;
}

div#footer-right ul li {
    display: inline-block;
    margin: 5px;
    border: 2px solid #2738967d;
    border-radius: 100%;
}

div#social-handle {
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    right: 17%;
}

div#social-handle ul li {
    display: inline-block;
    margin: 5px;
    border: 2px solid #2738967d;
    border-radius: 100%;
}

.contact-us {
    left: 20% !important;
}

.error-msg {
    padding: 10px 0 0 0;
    font-size: 12px !important;
    color: #db3236;
    transition: all ease 0.5s;
}

table.captcha-table {
    margin-top: 15px;
}

table.captcha-table td {
    vertical-align: top;
}

#captchaText {
    float: left;
    width: 125px;
    font-size: 12px;
    margin: 0 0 0 15px;
    padding: 0 5px;
    height: 37px;
    background: #f2f2f2;
    border: none;
    border-radius: 3px;
}

.renew {
    margin: 5px 0 0 10px;
    display: inline-block;
}

#loginBttn {
    cursor: pointer;
}

#cntUs,
#tc,
#tcc {
    font-size: 14px;
}

#appDwnld {
    font-size: 16px;
}

.facebook img {
    width: 27px;
}

.insta img {
    width: 17px;
}

.youtube img {
    width: 17px;
}

.linkedin img {
    width: 25px;
}

.twitter img {
    width: 22px;
}


/* Responsiveness of Loginpage */

@media (min-width:740px) and (max-width:850px) {
    .contact-us {
        height: 24px;
        position: fixed;
        display: block;
        left: 0 !important;
        width: 100%;
        bottom: 42px !important;
        background: #f2f2f2;
        top: auto;
        text-align: center;
        font-size: 13px;
        padding: 7px 0;
        z-index: 3;
    }
    .contact-us span {
        display: inline-flex;
        width: 200px;
        text-align: center;
        justify-content: center;
        font-size: 13px !important;
    }
    .sm-div {
        width: 400px;
        display: inline-block;
    }
}

@media (max-width:812px) {
    .login-form {
        padding: 0 20px;
    }
    #footer {
        position: static;
        margin-bottom: 0px;
        font-size: 13px;
        display: block;
        text-align: center;
        line-height: 16px;
    }
    #content {
        position: static;
        margin-top: 50px;
        margin-bottom: 71px;
    }
    #header {
        padding: 0;
    }
    #logo {
        position: static;
        float: left;
    }
    #header .link {
        position: static;
        float: left;
        margin: 10px;
    }
    .mobileHide {
        display: none;
    }
    .contact-us {
        box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
        position: fixed;
        display: block;
        left: 0 !important;
        width: 100%;
        bottom: 42px !important;
        background: #f1f1f1;
        top: auto;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
        z-index: 3;
    }
    .contact-us span {
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 13px !important;
    }
    .language-select label {
        margin-right: 2px;
    }
    .contact-us a {
        font-size: 13px;
    }
    .about-link {
        display: inline-block;
        margin: 0 0 0 0px;
        color: #323232;
        text-decoration: none;
    }
    .footer-section {
        max-height: 47px;
        padding: 8px 10px;
        border-top: 1px solid #ccc;
    }
    .sm-div {
        margin-bottom: 4px;
    }
}

@media (max-width:768px) {
    #content {
        flex-direction: column-reverse;
        padding: 20px 0;
    }
    .homepage-banner {
        margin: 20px 0;
    }
    .login-form {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width:768px) and (orientation: landscape) {
    #header {
        position: static;
    }
    #footer {
        margin-bottom: 0;
    }
}

@media (max-width:420px) {
    div#social-handle {
        position: static;
        width: 32%;
        right: 0%;
    }
    #logo {
        margin-left: 3px;
        margin-top: 4px;
    }
    .login-form h2 {
        margin-top: 5px;
    }
}

@media (max-width:369px) {
    .contact-us {
        height: 63px;
        padding: 10px 0 10px;
    }
}