@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	padding:0;
	margin:0;
	font-family: "Poppins", sans-serif;
}
header .container , footer .container{
	max-width:1365px;
}
.header{
	background: linear-gradient(90deg, #fc0, #fc0 48%, #ffe57f 70%, #fff0b2);
    padding: 20px 40px;
}
.header svg {
	width:1rem;
}
.header li{
	margin-right: 20px;
	font-size: 14px;
}
.header-top{
	align-items:flex-start ;
}
.header-bottom{
	margin-top: 50px;
}
.header-bottom svg{
	width: 0.875em;
}
.header-bottom li{
	font-weight:900;
	font-size: 13px;
}
.res svg{
	color: #D40511;
	width: 1.2rem;;
}
#content .container{
	max-width: 1140px;
	margin: 50px auto;
}
#content h2{
	color: #181919;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}
.form{
	background: #FFF;
    padding: 20px 0;
    margin-bottom: 40px;
    max-width:900px;
    width: 100%;
    margin: 0 auto;
}
.form h3 svg{
	color: #bdc3c7;
    margin-right: 10px;
    height: 1em;
}
.form h3{
	color: #2ecc71;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.form ul{
	margin-bottom: 30px;
    margin-top: 10px;
}
.form ul li{
	font-size: 14px;
}
.form p{
	margin-bottom: 30px;
	font-size: 14px;
	color:#000;
}
.form h4{
	font-size: 20px;
    font-weight: 700;
    color: #d40511;
    margin-bottom: 10px;
}
.form div a , .bttn button{
	display: inline-block;
    border: 1px solid #d40511;
    color: #d40511;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration:none;
}
.form div a:hover{
	background:#d40511;
	color:#fff;
}

.bttn button:hover{
	background:#d40511;
	color:#fff !important;
}

.form div a svg , .bttn button svg{
	margin-left: 5px;
	width: 0.875em;
    font-size: 12px;
}
.form form{
	background: #F1F1F1;
    padding: 40px 30px;
    margin-top: 30px;
    background:#fff;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

form input{
	height: 55px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 15px;
}

form input:focus{
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0075BE !important;
    border-color: #0075BE !important;
}

.sow{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.step{
	width:100%;
	height:8px;
	border-radius:33px;
	background: #ddd;
	overflow:hidden;
	margin-bottom:40px;
	margin-top:20px;
	.line{
       height: 8px;
       width:30%;
       background: #2ECC71;
	}
}

.sow .oxx{
	width: 48.5%;
}

.bttn button{
	background:#d40511;
	color:#fff;
}
.sms{
	max-width: 460px;
    background: #FFF;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
    border-top: 17px solid #ffcc00;
    margin-top: 20px;
}
.sms .title{
	padding:20px;
}
.sms h4{
	font-weight: 700;
    font-size: 16px;
    color: #191919;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #bfbfbf;
}
.sms .cont{
	background: #eaeaea;
    padding: 20px;
}
.sms p{
	font-size: 12px;
    color: #666;
}
.sms .row{
	margin-left:0;
}
.sms .row div{
	padding: 5px 0;
    font-size: 13px;
}
.sms input{
	height: 30px;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 13px;
}
.sms .bttn{
	padding: 10px 20px;
}
footer h4{
	font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
}
footer ul li{
	color: #757575;
    margin-bottom: 20px;
    font-size: 16px;
}
.footer-bottom{
	background: #F1F1F1;
    padding: 30px 40px;
}
.footer-bottom ul li{
	display: inline-flex;
	color: #757575;
    margin-right: 20px;
    font-size: 15px;
    margin-bottom: 20px;
}
.error{
	color: #D40511;
    font-size: 12px;
}
@media(max-width: 767px){
	.header-bottom{
		display: none;
	}
	.header-top{
		align-items: center;
	}
	
	.form h3{
		font-size: 22px;
	}
	#content h2{
		font-size: 36px;
	}
	.form h4{
		font-size: 18px;
	}
	.sow .oxx{
		width: 100%;
	}
	.sow {
		display: block;
	}
	.form form{
		padding: 0;
		box-shadow: none !important;
	}
	.form{
		padding: 10px;
		border: none;
	}
}