.btn-line{
	background-color: green !important;
}

.footer-navbar li a:hover{
	color: #546c95 !important;
}

.box {
    padding: 1.5rem;
    background: repeating-linear-gradient(-45deg, #5ECCED 0 5px, #fff 5px 10px);
    color: #353535;
}

.box-body {
    background-color: white;
    color: #353535;
}

.box h2 {
    line-height: 1.5;
    font-size: 45px;
    font-weight: 800;
    padding: 10px 10px 10px 10px;
}

.cost{
	display: inline-block;
	background-color: #368ed9;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	padding: 10px 20px;
}