body{
    margin: 0;
    padding: 0;
    font-family: 'DIN-Regular', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
@font-face {
  font-family: DIN-Regular;
  src: url(../fonts/DIN-Regular.ttf);
}
@font-face {
  font-family: DIN Pro Cond Light;
  src: url(../fonts/DINPro-CondLight.otf);
}
@font-face {
  font-family: DIN Pro Cond;
  src: url(../fonts/DIN-Pro-Condensed-Regular-2.otf);
}
@font-face {
  font-family: Formula-Serial;
  src: url(../fonts/Formula-Serial-Regular.ttf);
}
.formbar {
    width: 467px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 50px 10px;
}
.formbar img{
    width: 250px;
}
.formbar .formsinputs {
    padding: 40px;
    position: relative;
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #F4F4F4;
}
.formbar .formsinputs input[type="text"] {
    width: 348px;
    height: 50px;
    line-height: 50px;
    padding: 0px 12px;
    border-radius: 3px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #FFF;
    color: #19255B;
    font-size: 16px;
    font-weight: 400;
	margin:0 0 25px
}
.formbar .formsinputs *::-webkit-input-placeholder{
    color: #19255b;
}
.formsinputs h2 {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    
    color: #19255B;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1.25px;
    text-transform: uppercase;
	font-family: DIN Pro Cond;
}
.formsinputs h2:before {
    content: '';
    background: linear-gradient(270deg, #7E7E7E 0%, #FFF 100%);
    height: 1px;
    position: absolute;
    top: 13px;
    left: 40px;
    width: 70px;
}
.formsinputs h2:after {
    content: '';
    background: linear-gradient(90deg, #7E7E7E 0%, #FFF 100%);
    height: 1px;
    position: absolute;
    top: 13px;
    right: 40px;
    width: 70px;
}
.formsinputs span{
    width: 300px;
    border-top: 2px solid #19255b;
    height: 2px;
    position: absolute;
    z-index: -1;
    opacity: .5;
    left: 13%;
    top: 16%;

}
.formsinputs button {
    border-radius: 50px;
    background: #19255B;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px;
}
.formsinputs ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.formsinputs ul li{
    font-size: 14px;
    color: #19255b9c;
}
.formsinputs ul li a{
    text-decoration: none;
    color: #19255b;
    margin-left: 10px;
    font-weight: 600;
    font-family: sans-serif;
}
.formsinputs .footer li{
    width: 20px;
    height: 20px;
    background-color: #19255b;
    float: right;
    list-style: none;
    border-radius: 50%;
    margin-top: -25px;
}
.formsinputs .footer p {
    margin: 0;
    color: #8F94AB;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.12px;
}
header .mobile-topBar-wrapper {
    display: block;
    padding: 40px;
}
/*tab section Start*/
.tabsection{
    width: 100%;
    overflow: hidden;
}
.tabsection .sidebarone {
    width: 0px;
    float: left;
    background-color: #19255B;
    height: 100vh;
    

}
.tabsection .sidebarone .container{
    max-width: 200px;
    margin: auto;
}
.sidebarone img{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.sidebarone .profileuser {
    padding: 50px 0;
    width: 100%;
    float: left;
}
.sidebarone .profileuser img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0;
    float: left;
}
.sidebarone .profileuser .wrapprofileinfo  {
    float: left;
    list-style: none;
    line-height: 1.7;
    margin: 15px 0 0 15px;
    width: calc(100% - 90px);
}
.sidebarone .profileuser p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
}
.sidebarone .profileuser h2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0;
    font-family: DIN-Regular;
    word-wrap: break-word;
}
.loginout{
    text-align: center !important;
    position: absolute;
    bottom: 5%;
    width: 200px;
}
.loginout img{
    width: 30px;
    margin: 10px 0;
}
.loginout a {
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}
.tabbar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;


}
.tabbar .container {
    margin: 0 40px;
}
.tabbar .tabheader {
    width: 100%;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #F4F4F4;
    height: 70px;
}
.tabbar .tabheader  img{
	width: 41px;
	height: 41px;
}
.headerNav {
    margin: 14px 40px;
    width: 95%;
    float: left;
}
.logoone {
    float: left;
    margin-top: 14px;
    cursor: pointer;
}
.tabheader .headerNav .logoone img{
    width: 25.74px;
	height: 16.417px;
}
.userinfo {
    float: right;
    background: url(../image/down-arrow.svg) no-repeat right center;
    width: fit-content;
    cursor: pointer;
    padding-right: 50px;
}
.userinfo img{
	width: 36px;
	height: 36px;
	border-radius: 36px;
    float: left;
    border-radius: 50%;
}
.userinfo h2 {
    position: relative;
    left: 10px;
    float: left;
    margin: 12px 0 0;
    color: #19255B;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.loginifo{

}
.loginifo{
    float: right;
    position: relative;
}
.logoinfotwo{
    width: 200px;
    background-color: white;
    border: solid 1px #00000010;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 56px;
    right:100%;
    z-index: 99;
    display: none;
}
.logoinfotwo ul li{
    list-style: none;
    padding: 10px 0px;
    padding-bottom:4px;
    border-bottom:solid 1px #00000010;
    transition: background-color 700ms;
    font-family: sans-serif;
}
.logoinfotwo ul li:hover{
    background-color:#E3F2FD;
}
.logoinfotwo ul li:last-child{
    border-bottom: none;
}
.logoinfotwo ul{
    margin:0px;
    padding-left:0px;
}

.logoinfotwo a{
    text-decoration: none;
    color: #000;
    padding-left:20px;
}
.loginifo:hover .logoinfotwo{
    display: block;
}
table {
	border-collapse: collapse;
	width: 100%;
}

td, th {
  text-align: left;
  padding: 15px 0;
}
.tablelisting {
    border-radius: 30px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #F4F4F4;
    padding: 30px 40px 50px;
}
.tablelisting th{
	color: #19255B;
	text-shadow: 0px 1px 0px #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px; 
	letter-spacing: -1.25px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.tablelisting td{
	text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
    color: #6A6A6A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.tablelisting span {
    color: #8C8C8C;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1.25px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 18px;
}
  .tablelisting span a{
    text-decoration: none;
	color: #19255B;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -1.25px;
  }
.headinbar h2 {
    color: #19255B;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 40px 0 20px;
	font-family: DIN Pro Cond;
}
  @media(max-width:768px){
    .tabbar{
        width:100%;
        float: none;
    }
    .sidebarone{
        float: none;
        width: 100% !important;
        height: 40% !important;
        bottom: 0;
        position: absolute;
    }
	.headerNav{
		width:85%;
	}

  }