.expended-inner{
	position:relative;
	width: 100%
}
.icon-btn{
	left: 15px;
	 width: 20px;
}
.inner-support{
	width: 100%;
	height: 55px;
	border: 1px solid #000000;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px var(--bg-primary);
	border-radius: 20px;
	vertical-align: middle;
	margin-top: 10px;
	text-align: center;
	line-height: 55px;
	overflow: hidden;
	cursor: pointer;

	z-index: 0;
}

.show-real{
	text-align: left;
	padding-left: 40px;
	line-height:45px;
	font-family: OpenSans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;

	color: #000000;
}
.pl-40{
	padding-left: 40px
}
.expanded-custom{
	min-height: 62px;
	height: auto;
}
.inner-support.expanded-custom p{
	line-height:22px;
	padding-top: 10px
}

.inner-support:not(.expanded-custom):hover{
	color: white;
	background: var(--bg-primary-gradient)
}
.inner-support:not(.expanded-custom):hover .show-real{
color: white;
}
@media screen and ( max-width: 320px){
	.text-left{
		width: 276px;
	}
}

.expanded-custom{
   border-radius:11px 
}