.trade.tm,
sup {
  font-size: 24px;
  margin-top: -6px;
  vertical-align: super;
}
.main-heading .trade.tm {
  font-size: 34px;
  margin-top: -6px;
  vertical-align: super;
}
.custom-achor-link-dev {
  text-decoration: none;
}

.custom-achor-link-dev .bi-arrow-right-circle::before {
  font-weight: bold !important;
}
.text-transform-none {
  text-transform: none !important;
}



@media (max-width: 767.98px) {
  .main-heading .trade.tm.custom-margin-dev {
    font-size: 24px;
  }
  .custom-margin-dev-solutions {
    font-size: 20px !important;
  }
  .button-tm-tag-class, .normal-tm-tag-class {
    font-size:10px !important;
  }
  .cs-box .para {
  	height: auto;
  	display: inline-block;
  }
}

.social-ic {
	background: #CDFF33;
	height: 52px;
	width: 52px;
	border-radius: 100px;
	color: #000;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	span {
		font-size: 24px;
	}
	&:hover{
		color: #000;
		background: #fff;
	}
}

.assessment-process .ass-pro-card {
	height: 435px;
}
.assessment-process .ass-pro-card p {
	height: auto;
}