 /* reset css */
 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,
 b, 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;
     vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section {
     display: block;
 }
 body {
     line-height: 1;
 }
 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;
 }
 img{
     max-width: 100%;
 }
 /***  main css ****/
 
 html, body {
     height: 100%;
     margin: 0;
 }
 @font-face {
    font-family: 'Roboto';
    src: url('../fonts/wenfonts/Roboto-Regular.ttf') format('truetype');
    src: url('../fonts/wenfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/wenfonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


 body{
     /* font-family: 'Roboto', sans-serif; */
     font-family: "Noto Sans", sans-serif !important;
     font-size: 15px;
     line-height: normal;
     color: #2f2f2f;
     background: #ffffff url(./../images/langingImages/bg.jpg)no-repeat;
     background-size: cover;
     background-position: top left;
     
 }
 p{
     font-size: 15px;
     line-height: 25px;
 }
 .content {
     display: table;
     width: 100%;
     height: 100%;
     max-width: 1920px;
     margin: 0 auto;
	 border-top: 5px solid #8b0304;
	 
 }
 
 footer{
     /* height: 54px; */
     /* min-height: 23px; */
     /* margin-top: -59px; */
     margin-top: -127px;
 }
 
 .ft-content{
     border-bottom: 5px solid #8b0304;
 }
 .content-inside{
     display: table-cell;
	 
     vertical-align: middle;
     padding: 100px 145px 145px;
	 max-width:1650px;
 }
 
 .lt ul li{
     float: left;
 }
 .lt ul li:nth-child(1){
     padding-right: 40px;
     border-right: 2px solid #363636;
 }
 .lt ul li:nth-child(2){
     padding-left: 40px;
 }
 h1{
     font-size: 45px;
     color: #353535;
     margin-top: 60px;
 }
 .clearfix:before,.clearfix:after{
     content: "";
     display: table;
     clear: both;
 }
 .login-btn-wrap{
     margin: 64px 0 68px;
     text-align: center;
 }
 a,a:hover,a:focus{
     text-decoration: none;
 }
 
 .login-btn{
     display: inline-block;
     color: #e7a847;
     text-transform: uppercase;
     background: #353535;
     padding: 15px 0px 17px;
     border-radius: 3px;
     font-size: 28px;
     width: 285px;
     cursor: pointer;
 }
 
 .lt{width: 60%;float: left;max-width: 715px;}
 
 .rt{width: 45%;float: right;}
 .mob-card{
     display: none;
 }
 .card-wrap{
     text-align: right;
 }
 
 .address{
     text-align: center;
 }
 
 .address h2{
     color: #c4261c !important;
     font-size: 21px;
     display: inline-block;
     font-weight: 700;
     margin-bottom: 15px;
 }
 
 .address p{
     color: #575757;
     font-size: 15px;
     line-height: 25px;
 }
 .address a{
     color: #c4261c;
     vertical-align: top;
     cursor: pointer;
 }
 .powered-by{
     text-align: center;
     margin-top: 70px;
     font-size: 16px;
     font-weight: 700;
     color: #575757;
 }
 .powered-by img{
     vertical-align: middle;
     margin-left: 18px;
 }
 footer{
     text-align: center;
 }
 footer .bank-name{
     color: #8a1310;
     /* vertical-align: middle; */
     font-size: 18px;
     font-weight: bold;
     margin-right: 5px;
 }
 .ft-content > div{
     padding: 20px;
     border-top: 1px solid #c9c9c9;
 }
 

 /*css added by sajid*/

 .login-bg{
    height: 100vh;
    width: 100%;
 }
 .login-bg img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
 }

 .login-bg1{
    padding: 50px 35px 0px 35px;
 }
 .login-bg1 h2{
    letter-spacing: 0.5px;
    font-size: 28px;
    color: #000;
    margin: 30px 0 15px 0;
    font-weight: 600;
 }
 .login-bg1 h2 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
 }
 .login-bg1 aside{
    width: 300px;
 }
 .login-bg1 aside img{
    max-width: 100%;
 }
 .login-bg1 section button{
    display: flex;
    width: 230px;
    height: 45px;
    padding: 0px 16px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid var(--NSDL_Maroon, #8A181B);
    color: #8A181B;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    background: #fff;
    transition: .3s;
    letter-spacing: 0.5px;
 }
 .login-bg1 section button:hover{
    background-color: #8A181B;
    color: #fff;
 }

 .login-bg1 section button a{
    color: inherit;
    text-decoration: none;
 }

 .login-footer{
    margin: 50px 0 30px 0;
 }
 .login-footer p{
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
 }
 .login-footer ul{
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
 }
 .login-footer ul li{
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 25px;
 }

 .login-footer1{
    display: flex;
    align-items: flex-end;
 }
 .login-footer1 b{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
 }
 .login-footer1 b img{
    display: block;
 }
 .login-footer1 span{
    width: 100%;
    text-align: right;
    font-size: 12px;
 }