.logsheading h5{
	color: #000;
	font-weight: 500;
}
.newsletter-blk,.restricted-footer{
	display: none !important;
}
.error-msg .popup-message p {
	overflow: unset;
}
.error-msg .popup-message p.mm-error.mm-transaction-message {
	overflow: auto;
	max-height: 150px;
}
.tab-link-block{
	margin-bottom: 18px;
}
.tab-link-block ul {
    display: flex;
    border-bottom: 2px solid #d1d1d1;
    /*justify-content: space-between;*/
}
.tab-link-block ul li {
    flex: 0 0 25%;
}
.tab-link-block ul li a {
    display: inline-block;
    color: #0d0d0d;
    font-size: 23px;
    font-weight: 600;
    padding: 0 10px 8px 0px;
    width: 100%;
    position: relative;
    transition: all 0.4s ease;
}
.tab-link-block ul li a span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 2px;
    color: #0b0b0b;
}
.tab-link-block ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    background-color: #ff9000;
    width: 0px;
    transition: all 0.4s ease;
}
.tab-link-block ul li.active a:before {
	width: 100%;
}
.tab-link-block ul li.active a {
	color: #ff920f;
}
.tab-pane {
    display: flex;
    flex-wrap: wrap;
}
.custom-tabbing-register{
	padding-top: 10px;
}
.ui-props-list label {
    color: #081920;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.ui-props-list span{
	color: #fe8f00;
    font-size: 28px;
    font-weight: 700;
}
.ui-props-list {
    margin-bottom: 15px;
    display: block;
    width: auto;
    font-size: 27px;
    padding: 10px 32px;
    color: #1c1c1c;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 33%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(33%, rgba(249,249,249,1)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 33%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 33%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 33%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 33%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    border-radius: 50px 0px 0px 50px;
    max-width: 550px;
    text-align: left;
    height: auto;
    margin-right: 20px;
}
.block-plan-ui label.custom-radio-sm {
    margin-right: 18px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.block-plan-ui {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.custom-radio-sm span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
}
.custom-radio-sm span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: #41aae2;
    display: none;
}
.custom-radio-sm input{
	display: none;
}
.custom-radio-sm input[type="radio"]:checked + span:after {
	display: block;
}
.custom-radio-sm input[type="radio"]:checked + span:before{
	border-color: #41aae2;
}
.custom-radio-sm span {
    padding-left: 30px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}
.register_invoice {
    background: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.register_invoice h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0px;
}
a.btn-primary-orange{
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
}
.register_invoice .btn-block {
    margin-left: 20px;
}
.cs-wrap-radio {
    margin-bottom: 10px;
}

.cs-wrap-radio label.custom-radio-sm span {
    font-weight: 700;
}
.inp_props.pilotsseat p{
	margin-bottom: 6px;
}


.propslogin::-webkit-scrollbar {
    width: 6px;
}
 
.propslogin::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgb(0 0 0 / 4%);
    background-color: #f1f1f1;
}
 
.propslogin::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    outline: 1px solid white;
}



.cs-checkbox {
    margin-right: 2px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    padding-top: 0px;
    width: 49%;
}
.cs-wrap-radio .logsheading h5 {
    color: #277196;
    font-weight: 600;
}
.cs-wrap-checkbox {
    padding-top: 10px;
}
.block-program-course {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.cs-checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #d6d6d6;
    border-radius: 0px;
}
.cs-checkbox span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 5px;
    display: none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}
.cs-checkbox input{
	display: none;
}
.cs-checkbox input[type="checkbox"]:checked + span:after {
	display: block;
}
.cs-checkbox input[type="checkbox"]:checked + span:before{
	border-color: #41aae2;
	background-color: #41aae2;
}
.cs-checkbox span {
    padding-left: 28px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.cs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cs-row .cl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.block-ui-logos {
    text-align: center;
}

.block-ui-logos figure {
    margin-bottom: 2px;
}

.block-ui-logos h4 {
    font-size: 15px;
    margin-bottom: 4px;
    min-height: 40px;
    font-weight: 600;
}

.block-ui-logos span {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
}
.welcomeenterprise .figure-block img{
	width: 310px;
	height: auto;
}
.welcomeenterprise h5{
	font-size: 22px;
	line-height: 25px;
}

.block-ui-logos strong {
    display: block;
    font-size: 28px;
    padding-top: 2px;
    font-weight: 700;
    color: #f88f01;
}
.logo-block-register h2 {
    margin-bottom: 14px;
    font-size: 22px;
    color: #000;
}
.logo-block-register {
    padding-top: 12px;
    padding-bottom: 20px;
}
.block-ui-logos figure img {
    max-width: 100px;
}
.company-logo img {
  max-height: 90px;
  width: auto !important;
}
.figure-block {
  display: flex;
  align-items: center;
}
.welcomeenterprise .figure-block .company-logo {
  border-left: 1px solid #9f9f9f;
  margin-left: 25px;
  padding-left: 25px;
}
.welcomeenterprise .figure-block {
	margin-bottom: 25px;
}


.disc--logo {
  display: none; 
  margin-left: 3px;
  position: absolute;
  bottom: 30px;
  width: 151px;
  text-align: center;
  background-color: #333;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.info--logo {
  display: inline-block;
  position: relative;
}
.info--logo i {
  font-style: normal;
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-flex;
  position: relative;
  border: 2px solid #000;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 700;
  top: 0px;
  left: 2px;
  font-size: 12px;
  cursor: pointer;
}
.disc--logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #333;
  bottom: -4px;
  margin: auto;
  transform: rotate(45deg);
}
.info--logo:hover .disc--logo{
	display: block;
}
.buttonsecure input{
	transition: all ease 0.2s;
}
.buttonsecure input:hover{
	filter: brightness(1.2);
}
@media screen and (min-width: 1000px){
	.propslogin{
		position: fixed;
		padding: 40px 35px 0;
		top: 0;
		right: 0;
	}
	.footer-main{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.welcomeenterprise{
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 1700px){
	.welcomeenterprise .figure-block img{
		/*width: 500px;*/
		width: 400px;
	}
	.logo-block-register h2{
		font-size: 26px;
	}
	.block-ui-logos h4{
		font-size: 18px;
	}
	.block-ui-logos figure img{
		max-width: 140px;
	}
	.block-ui-logos span{
		font-size: 16px;
	}
	.block-ui-logos strong{
		font-size: 32px;
	}
	.logo-block-register{
		padding-top: 32px;
	}
	.custom-tabbing-register {
	    padding-top: 30px;
	}
	.welcomeenterprise{
		padding-top: 40px;
	}
	.ui-props-list{
		padding-top: 18px 32px;
	}
	.register_invoice{
		margin-top: 20px;
	}
	.buttonsecure input{
		margin: 5px;
	}
}
@media screen and (max-width: 1650px){
	.buttonsecure input{
		padding: 0 20px;
		font-size: 15px;
		margin: 5px;
	}

}
@media screen and (max-width: 1300px){
	.cs-row{
		margin: 0 -8px;
	}
	.cs-row .cl-3{
		padding: 0 8px;
	}
	.block-ui-logos h4{
		font-size: 18px;
	}
	.block-ui-logos strong{
		font-size: 28px;
	}
}




@media screen and (max-width: 1260px){
	#company_information .buttonsecure {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 1100px){
	.tab-link-block ul li a{
		font-size: 19px;
		text-align: left;
	}
	.register_invoice h3{
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 1000px){
	.welcomeenterprise .figure-block{
		justify-content: center;
	}
	.welcomeenterprise{
		padding-top: 30px;
	}
	#company_information .buttonsecure{
		flex-direction: unset;
	}
	.buttonsecure input{
		margin: 5px 10px;
	}
}
@media screen and (max-width: 767px){
	.logo-block-register h2{
		font-size: 24px;
	}
}
@media screen and (max-width: 575px){
	.cs-row .cl-3{
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.register_invoice h3{
		font-size: 14px;
	}
	.logo-block-register{
		padding-bottom: 0px;
	}
	.block-ui-logos h4{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.block-ui-logos strong{
		font-size: 24px;
		padding-top: 0px;
	}
	.block-ui-logos figure{
		margin-bottom: 2px;
	}
	.cs-wrap-checkbox .cs-checkbox{
		width: 100%;
		margin-right: 0px;
	}
	.stepslogs{
		display: flex;

	}
	#company_information .buttonsecure{
		flex-direction: column-reverse;
	}
	.buttonsecure input {
		margin: 5px 0px;
	}
}