.top_header{
	background-color:#0A1A32;
}
.top_inner_link{
	float:right;
	width:65%;
}
.top_inner_link a{
	color:#fff;
	margin-right:10px;
}
.top_inner_link a i{
	width: 15px;
  height: 15px;
  line-height: 39px;
  margin-right: 10px;
}
.btn_cmn{
	padding:6px 25px !important;
	border-radius:0px !important;;
}
.left_btn{
	text-align: right;
	margin-top: 5px;
}
.line_text{
	background-color:#ffc107 !important;
	text-align:center;
	padding: 5px 0px;
}
.line_text h5{
	font-size:25px;
}
.tabs-left{
	padding:3rem;
}
.cmp_main{
	border: 1px solid #aaa;
	border-radius: 5px;
}
.cmp_img img{
	width: 100%;
	height: 300px;
}
.cmp_text{
	background-color: #ffc107;
	padding: 10px;
	text-align: center;
}
.cmp_list{
	padding:20px;
}
.m_main{
	display:flex;
	width:100%;
}
.m_main .m_left{
	width: 15%;
  background: #dc3545;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.m_main .m_right{
	width:85%;
}