@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');



body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;

	color: #656566;
	font-size: 18px;
}
/* CSS Document */
p{
	text-align: justify;
}
h2{
	font-weight: 600;
	color: #f15a25;
	padding: 0px 10px 10px 10px;
}
.red_head{
	background: #f15a25;
	color: #FFF;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
}
.blue_head{
	background: #c8eaf4;
	color: #4b575a;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 10px;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
}
.blue_head p{
	text-align: center;
	font-size: 12px;
}

.brd_right{
	background:url("../images/divide.png") right center no-repeat;
}

.welcome_text2{
	font-weight: 300;
	font-size: 14px;
	max-width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  /*.brd_right{
	 background:url("../images/brd_bottom.png") bottom center no-repeat;
	  margin: 10px 0;
	}*/
	h2{
		font-size: 27px;
		font-weight: 700;
	}
	.welcome_text2{
	font-size: 11px;
	max-width: 100% !important;
		width: 95%;
}
	.blue_head{
		padding: 2px;
		
		}
	.blue_head p {
		
		font-size: 10px !important;
	}
	
}


.main{
	border: 2px solid #eee8ea;
	
}
.container{
	max-width: 730px;
	padding: 0px;
	
}
.header{
	width: 100%;
}
.responsive-img{
	width: 100%;
}
.welcome_text{
	font-weight: 400;
	padding: 10px 30px;
}

.red_title{
	color: #99262d;
	font-weight: 600;
}
.footer{
	background: #fffbcb !important;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-bottom: 5px solid #f15a25;
}
.footer p{
	text-align: center;
	color: #000;
	font-weight: 600;
}
.gap{
	height: 20px;
}