.s_class
{
	padding: 20px;
	margin-bottom: 10px;
}
.s_class:last-child
{
	margin-bottom: 0;
}
.s_class:hover
{
	cursor: pointer;
	background-color: #fff !important;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 10px 0 rgba(0,0,0,0.10)
}
.s_class .text-black
{
	font-size: 18px;
  font-family:  'Gilroy';
  font-weight: 500;
}
.s_class:hover .text-black
{
	color: #4990e2;
}
.s_class.active_bx
{
  background-color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 10px 0 rgba(0,0,0,0.10)
}
.active_bx .text-black
{
	color: #4990e2;
}

/*Trackthat style*/
ul.number-para ul li 
{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 17px;
    text-indent: -17px;
    line-height: 24px;
}


/*Consumer App Section*/
.top-bggrey
{
  background-color: #f4f4ff;
  padding-bottom: 100px;
}
.side-mobilebanner
{
  top: 60px;
  position: absolute;
  text-align: center;
  right: 0;
}
.side-mobilebanner.side-webbanner
{
  margin-top: 30px;
  position: relative;
  text-align: right;
}