.error-box-inside {
	height: 94px;
	background-color: #f2f2f2;
	margin-top: 29px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.error-img {
	width: 34px;
	height: 34px;
}

.error-box-img {
	
}

.error_subtitle {
	margin-top: 32px;
	text-align: left;
	color: #2d2926;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02px;
}

.error_subtitle_content {
	text-align: left;
	color: #2d2926;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02px;
}

.error_subtitle_content ul {
    padding-left: 1em;
}


@media only screen and (max-width: 480px) {
	.error-box {
		background-color: #ffffff;
		padding-bottom: 135px;
	}
	.error-box-message {
		color: #e11352  ;
		font-family: BNPPSans;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		text-align: left;
		
	}
	
	.error-title {
		color: #2d2926;
		font-family: BNPPSansCondensed;
		font-size: 36px;
		font-weight: 700;
		line-height: 1em;
		text-transform: uppercase;
		text-align: left;
		padding:30px;
		padding-bottom:25px;
	}
}

@media only screen and (min-width: 480px) {
	.error-box {
		background-color: #ffffff;
		padding-bottom: 135px;
	}
	.error-box-message {
		color: #e11352  ;
		font-family: BNPPSans;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		text-align: left;
	}
	
	.error-title {
		color: #2d2926;
		font-family: BNPPSansCondensed;
		font-size: 36px;
		font-weight: 700;
		line-height: 58px;
		text-transform: uppercase;
		text-align: left;
		padding:30px
	}
}

@media only screen and (min-width: 768px) {
	.error-title {
		background-color: #f2f2f2;
	}
	
	.error-box {
		padding-bottom: 25px;
		margin-bottom: 135px;
		border: 1px solid #e1e1e1;
		border-top: 0;
	}
}

/* START: New Sticky header */
    .sticky-header {
        padding: 20px 30px 20px 30px;
        position: sticky;
        top: 0;
        z-index: 5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 2px 4px 12px #6b6c7e;
        background-color: #df0000;
    }
    .sticky-header--inverted {
        background-color: #fff;
    }
    
    .sticky-header__logo {
        width: 170px;
        height: 31.1px;
    }
    .sticky-header__amount {
	  padding-left: 5px;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
    }
	.sticky-header__amount-div {
	  padding-right: 50px;
    }
    .sticky-header__amount--inverted {
        color: #000;
    }
    .sticky-header__icon {
      color: #fff;
    }
    .sticky-header__icon--inverted {
        color: #000;
    }
    /*.sticky-header.m-0 > div.col-xs-6.text-right.p-0 {
        visibility: hidden;
    }*/
    /* END: New Sticky header */
	.red-mmsd {
		background-color: #df0000 !important;
	}