.heading{
    color: #000000;
}
.title{
    color: #FF0000;
    font-weight: bold;
}

.info-title{
    color: #000000;    
}
.info-row .col-5,.col-7{
	padding: 0;
}
.info-row .col-lg-2,.col-lg-10{
	padding: 0
}

.info-customer{
    color: #000000;
}

.valid{
    color: #FF0000;
    font-weight: bold;
}

.footing{
    color: #FF0000;
    font-style: italic;
}

@media only screen and (max-width:600px){
	.order-result-wrap{padding-top: 34px;}
	.heading{
    	font-size: 30px;
    	line-height:36px;
    	margin-top: 58px;
 	}
	.title{
    	font-size: 15px;
    	margin-top: 30px;
    	font-family: 'Roboto Bold';
    	padding-left: 2px;
 	}

	.info-row{
		margin-bottom: 19px;
	}

	.first-row{
		margin-top: 16px
	}
	.info-title{
    	font-size: 15px;
    	padding-left: 16px;
 	}

	.info-customer{
    	font-size: 15px;
    	margin-left: -12px;
 	}

	.footing{
    	font-size: 14px;
    	margin-top: 18px;
    	margin-bottom: 125px;
    	/* font-family: 'Roboto Italic'; */
    	line-height: 26px;
 	}
}

@media only screen and (min-width:600px){
	.order-result-wrap{padding-top: 100px;}
	.heading{
		font-size: 30px;
   		margin-top: 59px;
	}
	.title{
    	font-size: 18px;
    	margin-top: 47px;
	}

	.info-row{
		margin-bottom: 15px;
	}

	.first-row{
		margin-top: 31px;
	}
	.info-title{
    	color: #000000;
    	font-size: 18px;
    	padding-left: 15px;
 }

	.info-customer{
    	font-size: 18px;
    	padding-left: 12px;
 }

	.footing{
		font-size: 18px;
		margin-top: 34px;
		margin-bottom: 124px;
		/* font-family: 'Roboto Italic'; */
	}
}