* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Open Sans, sans-serif;
}
.checkout-header {
    background: #07132b;
    padding: 15px 0;
}
.checkout-main {
    background: #f5f5f594;
	padding-bottom: 50px;
}
.info-sec {
    background: #fff;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 0 0 8px #f5f5f5;
	overflow: hidden;
    padding:10px;
}


.info-sec h2 {
    background: #2874f0;
    margin: 0;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}
.info-sec h2 span {
    width: 27px;
    height: 25px;
    background: #fff;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    font-weight: lighter;
    font-size: 20px;
    margin-right: 10px;
}
.checkout-pro-data h2 {
    background: none;
    color: #000;
    font-size: 18px;
    padding: 5px 0;
}

.checkout-pro-img {
    text-align: center;
}

.checkout-pro-img img {
    width: 120px;
    margin: 20px 0;
}

.checkout-pro-data {
    margin-top: 20px;
}
.footer h4 {
    text-align: center;
    line-height: 60px;
    padding: 0;
    margin: 0;
}

.footer {
    height: 60px;
    background: #07132b;
}

.checkout-list-info
{
    margin-left:15px;
}
