	*{
		font-family: 'Cairo', sans-serif;
	}
	p{
		font-size: 16px;
	}
	h2{
		font-size: 28px;
		font-weight: 700;
	}
	a{
		text-decoration: none;
	}


.herobanner-sec{
	padding: 40px 0;
	background-color: #122235;
}
.planning-sec{
	padding: 40px 0;
}
.willwrap h1{
    font-weight: 700;
    color:#ad9744;
    letter-spacing: 1px;
    font-size: 20px;
    max-width: 500px;
    text-align: right;
    margin-left: auto;
}
.mblImg{
	max-width: 425px;
	margin-left: 0;
}
.willwrap h2{
	color:#ad9744;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 700;
    max-width: 400px;
    text-align: right;
    margin-left: auto;
}
.willwrap a{
	padding: 12px 24px;
    font-size: 30px;
    height: 64px;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(243deg, rgba(173,151,68,1) 20%, rgba(18,34,53,1) 99%);
    margin-left: auto;
    width: 250px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.willwrap a:hover{

}
.roundWrap{
	height: 75px;
    width: 75px;
    border-radius: 75px;
    background-color: #ad9744;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.roundtxt p{
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-left: 30px;
    margin-bottom: 0;
}
.rowplan{
	max-width: 992px;
	margin: 0 auto;
}
.planning-wrap h2{
	font-weight: 700;
    color: #122235;
    font-size: 24px;
    margin-bottom: 16px;
}
.planning-wrap p{
	text-align: justify;
}
.rowplan a{
	padding: 12px 24px;
    font-size: 30px;
    height: 64px;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(
243deg
, rgba(173,151,68,1) 20%, rgba(18,34,53,1) 99%);
    margin:0 auto;
    width: 250px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}
@media(min-width: 768px){
}
@media(min-width: 992px){
	
}
	
@media(min-width: 1200px){
	.willwrap h1{
		font-size: 48px;
	}
	.willwrap h2{
		font-size: 30px;
	}
	.roundWrap{
		height: 150px;
    	width: 150px;
	}
	.roundtxt p{
		font-size: 24px;
	}
}
