@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body{
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	background: #eeeeee;
}

.main_container{
	margin: 0 auto;
	max-width: 700px !important;
}
.img-responsive{
	width: 100%;
	height: auto;
}
.content_left{
	float: left;
	width: 60px;
}

.content_right{
	float: right;
	width: calc(100% - 65px);
}
.content_right p{
	font-size: 14px;
	text-align: left;
}
.float_img{
	width: 100%;
	max-width: 50px;
	
}
.content{
	/*background-image: url("../images/left_border.png"),url("../images/right_border.png");*/
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
	padding: 20px 25px 0 25px;
	text-align: justify;
}

.yellow{
	background: #FFF;
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
}
.mob_title{
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 10px 0;
}
.mob_title_small{
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 10px 0;
}
.yellow_box{
	background: #ffc843;
	border-radius: 10px;
	padding: 10px 10px 2px 10px;
	margin: 5px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	display: flex;
}
.img_icon{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gap{
	height: 15px;
}
.gap2{
	height: 30px;
}
.div_footer{
	background-color: #f9ad01;
	background-image: url("../images/footer_img.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 720px;
	max-height: 154px;
}

.social_box{
	margin-top: 10px;
	max-width: 38px;
	background: #FFF;
	padding: 2px;
	float: right;
	margin-right: 10px;
}
.app_box{
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 3px;
	float: right;
	max-width: 100px;
}
ul#horizontal-list {
	list-style: none;
	padding-top: 20px;
	}
	ul#horizontal-list li {
		display: inline;
	}
.mytable {
	display: table;
	margin: 0 auto;
}
.jtable{
	font-weight: 700;
}
.left{
	float: left;
	width: 12%;
}
.right{
	float: right;
	width: 87%;
}
@media only screen and (max-width: 768px) {
	body{
		font-size: 90%;
	}
	
	.content_left{
	float: left;
	width: 70px;
}

.content_right{
	float: right;
	width: calc(100% - 75px);
}
	
.left{
	float: left;
	width: 15%;
}
.right{
	float: right;
	width: 80%;
}
.social_box{
	margin-top: 5px;
	width: 25px !important;
	height: 25px !important;
	background: none !important;
	float: right;
	margin-right: 5px;
}
.app_box{
	margin-top: 16px;
	padding: 3px;
	float: right;
	max-width: 60px;
}
	  .jtable{
		  font-size: 11px; font-weight: 700;
	  }
}
.white_bg{
	background: #ffffff;
	/*background:#FFF url("../images/white_bg_img.jpg") bottom left no-repeat;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 15px;
}
.green_bg{
	background: #006977;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 15px;
	color: #FFF;
}

.orange_bg{
	background: #c96414;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px 10px 0px 10px;
	font-size: 18px; font-weight: 600; text-align: center !important; border: 1px solid #bcbdb8;
}
.white_bg_2{
	background: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 15px;
	color: #000;
	margin-bottom: 10px;
	border-left: 1px solid #bcbdb8;border-right: 1px solid #bcbdb8;border-bottom: 1px solid #bcbdb8;
}
.yellow_bg{
	background: #ffcd00;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 15px;
	color: #000;
	margin-bottom: 10px;
}
.yellow_bg2{
	background: #ffd57e;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 10px 15px;
	color: #000;
}
.yellow_bg3{
	background: #f6dfa6;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 10px 15px;
	color: #000;
}
.sky_bg{
	background: #fca652;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 10px 15px;
	color: #000;
}
.sky_bg_ft{
	background: #d1eefc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 15px;
	color: #2a4149;
}
.bottom{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.footer{
	background: #d1eefc !important;
	padding: 0 !important;
	color: #2a4149;
	font-size: 14px;
	font-weight: 400 !important ;
	line-height: 30px;
}
