@charset "utf-8";
/* CSS Document */

.banner_two{
	background-color: #1986EB;
	max-width: 100%;
	height: 350px;
	font-family: 'Outfit', sans-serif;
	
}

.menu_header{
	
	text-align: center;
	color: white;
	text-transform: capitalize;
	font-size: 58px;
	word-spacing: 5px;
	padding-top: 170px;
	font-weight: 600;
	
	
	
}
.sec_one{
	font-family: 'Outfit', sans-serif;
	
	
}
.sec_one h1{
	font-size: 36px;
	font-weight: 700;
	color:#374151;
	padding-top: 30px;
	padding-bottom: 2px;
	
}
.sec_one h3{
	font-size: 28px;
	font-weight: 700;
	color:#374151;
	padding-top: 5px;
}
.sec_one p {
  font-size: 16px;
  /*padding: 10px 20px;*/
  text-align: left;
  color: #4B5563;
	padding-bottom: 10px;
  
}

.sec_one h5 {
  font-size: 16px;
  /*padding: 10px 20px;*/
  text-align: left;
	font-weight: 600;
  color: #4B5563;
	padding-top: 10px;
	
  
}

.sec_one ul li {
  font-size: 15px;
  /*padding: 10px 20px;*/
  text-align: left;
  color: #4B5563;
  
}
.final{
	padding-top: 8px;
}
.m_title{
	margin-top: 40px;
}
.m_content{
	padding-top: 10px;
}
@media only screen and (max-width:600px){
	.banner_two{
	background-color: #1986EB;
	max-width: 100%;
	height: 300px;
	font-family: 'Outfit', sans-serif;
	
}
	.menu_header{
	width: auto;
	height: auto;
	text-align: center;
	color: white;
	text-transform: capitalize;
	font-size: 32px;
	word-spacing: 5px;
	padding-top: 50px;
	/*background-color: #F8C30C;*/
	border-radius: 5px;
}
	.header_box{
	/*width: 450px;
	margin: 0 auto;
	height: auto;*/
	display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 30px;
	
}
	
}
@media only screen and (max-width:962px){
	
	.header_box{
	/*width: 450px;
	margin: 0 auto;
	height: auto;*/
	display: flex;
    justify-content: center;
    align-items: center;
	
	
}

.menu_header{
	width: auto;
	height: auto;
	text-align: center;
	color: white;
	text-transform: capitalize;
	font-size: 48px;
	word-spacing: 5px;
	/*margin-top: 150px;*/
	padding-top: 150px;
	
	border-radius: 5px;
	
	
}
	
}
