/* CSS Document */
body{
	background-color: #ffffff;    
    font-family: Nunito,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #0091ff;
    border-color: #0091ff;
    border-radius: 10px;
}
.btn-success{
    background-color: #cd1e1b;
    border-color: #cd1e1b;
	box-shadow: none;	
}
.btn-success:hover{
    background-color: #cd1e1b;
    border-color: #cd1e1b;
	box-shadow: none;	
}
.btn-success.cta{
	box-shadow: none;
	font-size: 2rem;
}

.btn-imo{
    background-color: #0091ff;
    border-color: #000000;
	box-shadow: none;	
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    color: #000000;
}
input.imo{
    border-color: #000000;
	box-shadow: none;	
    border-radius: 25px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #000000;    
}
.btn-imo:hover{
    background-color: #32be50;
    border-color: #32be50;
	box-shadow: none;	
}
.btn-imo.cta{
	box-shadow: none;
	font-size: 2rem;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #cd1e1b;
}
.logos{
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo2{
	max-height: 50px;
	width: auto;
	margin-left: 25px;
}
a{
    color: #cd1e1b;
}
.bg-dark-blue{
	background-color: #002a5c;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 1.1rem;	
}
.footer-logos{
	width: auto;
	max-width: 90%;
	max-height: 60px;
}
.hero-block{
	background-color: #41434B;
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.hero-block a{
	color: #ffffff !important;
	text-decoration: none;
    
}
.hero-imo-block{
	background-color: #ffffff;
	color: #000000;
    border-radius: 1.5rem;
    border-color: #000000;
    opacity: 1;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.hero-imo-block a{
	color: #000000 !important;
	text-decoration: none;
    
}
.headerimage{
	width: 90%;
	height: auto;
	margin-bottom: 25px;
}
.phonebg{
	background-image: url("../images/phone.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
.phonebg p{
	font-size: 1.1rem;
}
.phonebg button{
	margin-top: 40px;
}
.steps{
	padding-top: 60px;
	padding-bottom: 60px;
}
.steps h1{
	font-weight: 700;
	font-size: 2.8rem;
	padding-bottom: 40px;
}
.stepsimage{
	width: 100%;
}
.pre-footer-img{
	width: 100%;
}
.voucherlink{
	color: #000;
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.voucherlink{
		font-size: 1rem;
	}
	.logos{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.logo1{
		max-height: 20px;
		width: auto;		
	}
	.logo2{
		max-height: 15px;
		width: auto;
		margin-left: 15px;
	}
	.phonebg{
		background-image: none;		
	}
}