 body{
	background-color: rgb(248 249 250) !important; 
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
a {
    text-decoration: none;
    color: #2a9cc6;
}
.container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important; 
}

/*  border-radius:var(--border-radius-one);*/

.insights_container{
	margin-top: 20px;
	position: relative;
}

.insight_title{
	font-size: 20px;
	font-weight: 600;
	color: black;
  margin-left: 22px;
}
.each_insight_container{
	padding: 20px 20px;
	margin-top: 10px;
	position: relative;
	border-radius: 10px;
  background-color: white;
  border: 1px solid #e8eaed;
  box-shadow: 0 3px 2px rgba(49, 77, 94, .16), 0 1px 0 rgba(255, 255, 255, .33);
  margin-bottom: 25px;
}
.each_insight_title{
	color: #111;
	font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0 !important;
}
.each_insight_title:hover > a{
	color: black;
}
.each_insight_date{
		font-size: 12px;
		color: #888;
    line-height: 24px;
  /*  padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;*/
}
.insight-section{
	border-right: 1px solid #eee;
	min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.each_insight_border{
	border-bottom: 1px solid #eee;
}
.each_insight_img > img{
	width: 120px;
	float: left;
	padding:5px 15px 0px 0px;
}
.each_insight_para > p{
	margin:7.2px;
	font-size: 13px;
	color: #4b5563;
	line-height: 24px;
}
.each_insight_read_more{
	margin-top: 16px !important;
}
.each_insight_read_more:hover > a{
	color: black;
}
.each_insight_read_more > a{
    font-size: 12px;
	line-height: 24px;
}
.sme-v3-padded-box-md{
	background-color: #fff;
	padding: 15px;
}
.insight-title{
	font-size: 16px;
	color: #111;
  font-weight: 600;
  margin-top: 18px; 
}
.insight-based{
	padding: 26px 0px 0px 15px;
}
.insight-text{
	font-size: 16px;
	color: #2a9cc6;
	font-weight: 600;
 transition: 0.3s;
}
.insight-text:hover{
	color: black;
}
.insight-subtext{
	color: #888;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5em;
  box-orient: vertical;
  margin-top: 0 !important;
}
.insight-mybtn > i {
		color:#fd612c;
}
.insight-mybtn:hover > a{
	color: black;
}
.insight-img{
	float: left;
}
.insight-item{
	padding: 0px 0px 0px 55px;
}
.insight-img > img{
		width: 42px;
    height: 42px;
    margin-top: 5px;
}

/*col-*/
@media only screen and (max-width: 576px){
  
}

/*col-sm*/
@media only screen and (min-width: 576px) and (max-width : 768px){
  
}

/*col-md*/
@media only screen and (min-width: 768px) and (max-width : 992px){
 
}

/*col-lg*/
@media only screen and (min-width: 992px) and (max-width : 1200px){
  
}

/*col-xl*/
@media only screen and (min-width: 1200px) and (max-width : 1400px){  
  
} 

/*col-xxl*/
@media only screen and (min-width: 1400px){
  
}
