@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap');

body{
	font-family: 'IBM Plex Sans', sans-serif;
	}
.hero-text h1{
	    color: #024459;
    font-size: 32px;
	}
.hero-text p{	
    color: #007c9d;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
}
.second-fold{
	    margin-top: 2%;
		padding-bottom: 10%;
    padding-top: 3%;
	background:#e8eae1;
}

.second-fold-img{
	margin-top: -35%;
	}

.label label{
	color: #024459;
	}	
	
.text-field input{
	background: #f1f2ed;
    border-bottom: 2px solid #dddddd;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    height: 55px;
	}
.submit button{	
	    background: #fbba17;
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px 2px 2px #dcd3b0;	
}
.submit button:hover{
	background: #007c9d;
	border:none;
	}

.available-box{
padding: 30px 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px #d6d6d6;
	}	
.available-text p{
	    color: #024459;
    font-size: 18px;
	    margin-bottom: 7px;
    line-height: 1.3;
	}	
.available-text h3{
	color: #fbba17;
    font-size: 21px;
    font-weight: 500;
	}	
.order-cta a{	
background: #d13135;
    border-radius: 6px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    /* width: 100%; */
    display: block;
	box-shadow: 0px 2px 2px #dcd3b0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.order-cta a:hover{	
	background: #007c9d;
	text-decoration:none;
}

.delivery-complete p{
	    color: #d13135;
	}
.delivery-complete h3{	
	color: #024459;
}
.hero-text h4{
	color:#ff0000;
}
	
@media only screen and (max-width:991px){
.hero-text{
    text-align: center;
}
.hero-text img{
	width: 50%;
    margin: auto;
}
.second-fold-img {
     margin-top: 0; 
}
.second-fold{
	    margin-top: 2%;
		padding-bottom: 5%;
}
	}	

@media only screen and (max-width:768px){
.hero-text{
	padding: 0 45px;
	}

.hero-text img {
    width: 90%;
}			
	}		
	
@media only screen and (max-width:767px){	
.submit button{
	margin-top: 3%;
    text-align: center;
    margin-right: auto;
    display: flex;
    margin-left: auto;
}
.order-cta a{	
    padding: 10px 25px;
    display: inline-block;
}
.hero-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
}
	
@media only screen and (max-width:575px){
.hero-text h1 {
	    font-size: 21px;
	}
.hero-text p,.available-text p{
    font-size: 16px;
	}	
.available-text h3 {
    font-size: 17px;
}
.logo img{
	width: 90px;
	}	
.second-fold {
/*    padding-left: 25px;
    padding-right: 25px;*/
}	
	}		