@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-L';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-SB';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
	font-size: normal;
	line-height: 26px;
	font-family: "Segoe UI";
	src: url('../fonts/seguisb.ttf') format('opentype');
	font-weight: bold;
}
body{
	font-family: 'ProximaNova', sans-serif;
}
h1{
   font-family: 'ProximaNova-SB', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'ProximaNova', sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.login-logo, .register-logo {
    float: left;
    padding-left:20px;
}
.login-page, .register-page {
	background-image:url('../Images/Background.png') !important;
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-box, .register-box {
    width: 500px;
    margin: 0px;
    top: 10%;
    left: 3%;
    position: absolute;
}
.login-box-body, .register-box-body{
	margin-top: 140px;
}
.mainLogo{
	float:left;
}
.headingcls{
	font-size: 48px;
	color:#ea0f4e;
	font-weight: bold;
}
.sunHeading{
	font-size: 48px;
	color:#1f295c;
	margin-bottom: 45px;
}
.lineCls{
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
.paracls{
	font-size: 16px;
	color: #666666;
}
.proceedBtn{
	width: 160px;
	height: 48px;
	background-color: #1f295b;
	margin-top: 10%;
	display: inline-flex;
	cursor:pointer;
}
.btnArr{
	width: 48px;
	height: 48px;
	background-color: #e90f4d;
	float:right;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fa.fa-chevron-right{
	font-size: 20px;
}
.btnTxt{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	font-family: "Segoe UI";
	font-weight: bold;
	width: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loginSec{
	display:none;
}
.input_container{
	margin: 0px 0px 25px 0px;
	position:relative;
}
.inputCls{
	height: 48px;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	width:100%;
	padding: 8px 15px;
}
.flatIcons{
	position: absolute;
    top: 12px;
    right: 17px;
}
.bg-white{
	background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 13px 0px;
}
.service-cont{
	text-align: center;
    width: 14.666667%;
	background-color: #fff;
	margin: 15px 10px;
    min-height: 170px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border: 1px solid #dcdcdc;
}
.title-unique{
	font-size:16px;
}
.main-cont{
	margin: 0px 1%;
	width: 98%;
}
.main-cont h3{
	font-size:22px;
}
.need-cls .service-cont{
	margin: 0px 10px;
	/* width: 14.222%; */
}
.legendColorBox>div{
	border: 1px solid #fff !important;
    padding: 0px;
}
.legendColorBox>div>div{
	border-radius:6px;
}
td.legendColorBox {
    padding: 3px 0px;
}
.box-header .box-title{
	font-size:14px;
	font-weight: bold;
}
.acntSummary .col-md-4{
	font-size:11px;
	text-align:right;
	font-weight: bold;
}
 .acntSummary .col-md-2{
	font-size:11px;
	text-align:left;
}
.acntSummary .row{
	padding: 5px 0px;
}