.widget-title-login{
		height: auto;
		font-size: 35px;
		line-height: 35px;
		width: 100%;
	}
	.rowInner{ width:50%;
	margin-left:25%}
	
	/* .section .section__heading {
    font-family: "SuisseIntl-Bold", sans-serif;
    color: #141416;
    text-align: center;
    font-weight: normal;
}
.text-span.text-span--line-break-mobile {
    display: block;
} */


.title-line-login {
    margin-bottom: 35px !important;
}

.customer-account {
    margin-top: 21px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.heading__container {
    display: flex !important;
    justify-content: space-between;
	    width: 100%;
}

h6.heading.heading--customer-account {
    font-family: 'SuisseIntl-Medium';
    font-size: 22px !important;
    
    line-height: 26px !important;
    line-height: 2.6rem;
    color: #141416;
    font-weight: normal;
    margin-bottom: 13px;
    padding-bottom: 2px;
	float:left;
}

 .customer-account .action-link {
    display: inline-flex;
    font-family: "SuisseIntl-Regular", sans-serif;
    font-size: 16px !important;
    line-height: 18px !important;
    text-decoration: underline !important;
    transition: height 300ms ease-in-out;
    overflow: hidden;
    height: auto;
    cursor: pointer;
    
}

.customer-account .action-link.action-link--blue {
    color: #002591;
    padding-top: 3px;
}

.customer-account .action-link.action-link--bottom-spacing {
    padding-top: 23px;
}

.cdc{ text-align: center;
    font-size: 10px;
	    margin-top: 15px;}
.cdc .cdc__paragraph.paragraph--disclaimer:only-child, .customer-account .cdc__paragraph.paragraph--disclaimer:only-child {
    margin-top: 0;
    max-width: 100%;
}
.cdc .cdc__paragraph.paragraph--disclaimer a, .customer-account .cdc__paragraph.paragraph--disclaimer a {
    color: #141416;
    text-decoration: underline;
}
.p-b-0{
	padding-bottom:0px;
}

.service-list-login li {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    margin: 0px 1% 30px 1%;
    
    color: #ffffff;
    padding: 35px 15px;
    min-height: 0px;
    background: #7660ed;
    background: -webkit-linear-gradient(180deg, #7660ed, #3c3591);
    background: -o-linear-gradient(180deg, #7660ed, #3c3591);
    background: -moz-linear-gradient(180deg, #7660ed, #3c3591);
    background: linear-gradient(180deg, #7660ed, #3c3591);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    border-radius: 5%;
}

/*Form Inout*/
.m-b-0{margin-bottom:0!important}.m-b-5{margin-bottom:5px!important}.m-b-10{margin-bottom:10px!important}.m-b-15{margin-bottom:15px!important}.m-b-20{margin-bottom:20px!important}.m-b-30{margin-bottom:30px!important}.m-b-40{margin-bottom:40px!important}
.form-control{  
    display: block;
    border: none ;
    border-bottom: 1px solid #e4e7ea;
	border-radius: 0px !important;}
.floating-labels .form-group{position:relative}
.floating-labels .form-control {
    font-size: 20px;
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    border-bottom: 1px solid #e4e7ea;
}
.floating-labels .form-control{font-size:15px;padding:4px 4px 0px 0;display:block;border:none;border-bottom:1px solid #e4e7ea}

.floating-labels select.form-control>option{font-size:14px}
.has-error .form-control{border-bottom:1px solid #f33155}
.has-warning .form-control{border-bottom:1px solid rgba(20,20,22,0.5)}
.has-success .form-control{border-bottom:1px solid #7ace4c}
.floating-labels .form-control:focus{outline:0;border:none}
.floating-labels label{color:#313131;font-size:16px;
					position:absolute;  
					cursor:auto;
					 font-weight:400;
					top:10px;transition:.2s ease all;
					-moz-transition:.2s ease all;
					-webkit-transition:.2s ease all
					} 
.floating-labels .form-control:focus~label,.floating-labels .form-control:valid~label{top:-20px;font-size:12px;color:#7460ee}
.floating-labels .bar{position:relative;display:block}
.floating-labels .bar:after,.floating-labels .bar:before{content:'';height:2px;width:0;bottom:1px;position:absolute;background:#7460ee;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}
.floating-labels .bar:before{left:50%}.floating-labels .bar:after{right:50%}
.floating-labels .form-control:focus~.bar:after,.floating-labels .form-control:focus~.bar:before{width:50%}
.floating-labels .highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}
.floating-labels .input-lg,.floating-labels .input-lg~label{font-size:24px}
.floating-labels .input-sm,.floating-labels .input-sm~label{font-size:16px}
.has-warning .bar:after,.has-warning .bar:before{background:rgba(20,20,22,0.5)}
.has-success .bar:after,.has-success .bar:before{background:#7ace4c}
.has-error .bar:after,.has-error .bar:before{background:#f33155}
.has-warning .form-control:focus~label,.has-warning .form-control:valid~label{color:#fb4}
.has-success .form-control:focus~label,.has-success .form-control:valid~label{color:#7ace4c}
.has-error .form-control:focus~label,.has-error .form-control:valid~label{color:#f33155}.has-feedback label~.t-0{top:0}

.multiselect-native-select button {
border-bottom: 1px solid #c6c6c6;
margin-top: 5px;
}
.multiselect-container{
	width:100%;
}
.multiselect-container label{
position:relative !important;
}


.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}
.disabledInput {
    /* top: -20px !important; */
	top: -16px !important;
    font-size: 13px !important;
    color: #6e6e71 !important;
}
.m-t-30{
	margin-top: 30px !important;
}

.liFinanceLearning{
	width: 20%;	
}
.service-list li {
    display: inline-block;
    vertical-align: top;
   width: 22.5%; 
	/* width: 20%; */
    margin: 0px 1% 30px 1%;
    background-color: none;
    border-radius: 10px;
    color: #141416;
    padding: 35px 0px 15px 0px;
    min-height: 0px;
    background: none; 
    /* background: -webkit-linear-gradient(180deg, #7660ed, #3c3591); */
    /* background: -o-linear-gradient(180deg, #7660ed, #3c3591);
    background: -moz-linear-gradient(180deg, #7660ed, #3c3591); */
    /* background: linear-gradient(180deg, #7660ed, #3c3591); */
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.service-list {
    text-align: center;
}
.service-list li:hover {
    box-shadow: none;
	 
}

.service-list li .ser-icon {
    background-color: #ffffff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin: auto;
    transition: all .3s ease-out 0s;
	border:2px solid #337ab7;
	
}
.service-list li h3 {
    margin: 15px 0px 13px 0px;
    font-size: 17px;
    font-weight: 700;
}
hr{       margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
}

  .needs-validation input{ height: 29px;
    padding: 2px !important;
    margin: 0px;
   }
   
   .inputRefercode{
	background-color:#ffffff !important;
    color: #75787dad;
}
   
   @media only screen and (max-width :1024px) {
	.liFinanceLearning{
		width: 30%;	
		}

	}
   @media only screen and (max-width :991px) {
	.liFinanceLearning{
	width: 30%;	
	}
	.widget-title-login{
		font-size: 25px;
	}

}

@media only screen and (max-width:767px) {
	.liFinanceLearning{
	width: 30%;	
	}
	.widget-title-login{
		font-size: 25px;
	}

}
@media only screen and (max-width:640px) {
	.liFinanceLearning{
	width: 30%;	
	}
	.widget-title-login{
		font-size: 25px;
	}

}

@media only screen and (max-width:415px) {
	.liFinanceLearning{
	width: 30%;	
	}
	.widget-title-login{
		font-size: 25px;
	}

}

@media only screen and (max-width:320px) {
	.liFinanceLearning{
	width: 30%;	
	}
	.widget-title-login{
		font-size: 25px;
	}

}

/* ========================= */


