.services-bq{
	border-radius:20px;
	border:1px solid #ededed;
	overflow:scroll;
}
.services-bq ul li a {
    width: 100px;
    font-size: 12px;
    font-weight:500 ;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 0px;
    color: #bc127f;
    background: var(--white);
    border-bottom: 2px solid var(--white);
	border-right: 1px solid #ededed;
}
.services-bq ul li:first-child a   {
   border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.services-bq ul li:last-child a   {
   border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.service-icon{
	max-width:25px;
}
.bg-butiqik{
	background:linear-gradient(to bottom right, #E91E63 0%, #0856c1 100%);
}
.old{
	font-size:13px;
	text-decoration: line-through;
}
.mb-6{
	margin-bottom:6px;
}
.border-radius-10{
	border-radius:20px !important;
}
.like-comment-text{
	font-size:12px !important;	
}
.like-comment-text .fa-comment-dots{
	font-weight:100 !important;
}
.icon-premium{
padding: 4px 4px 8px !important;	
}
.icon-premium:before{
font-size:13px !important;
}
.font-bold{
	font-weight:500;
	color:black;
}
.last-border-no{
	border:none;
}
.li-border-none .account-card-list li{
	border:none;
}
.li-border-none .account-card-list li:last-child{
	border:none;
}
.border-top-card{
	border-top:2px solid var(--primary);
	border-bottom:2px solid var(--primary);
}
.account-card-list a{
	color:black;
}
.bg-chalk{
	background:var(--chalk) !important;
}
.bg-white{
	background:#fff !important;
}

.margin-0{
	margin:0;
}
.suggest-card{
	width:100%;
	padding: 6px 0px 6px;
	margin: 8px 4px;
}

.service-part{
	margin-bottom:10px;
}
.pt-0{
	padding-top:0;
}

@media (max-width: 991px){
.services-bq ul {
    width: 1020px;
}}
*::-webkit-scrollbar {
    width: 1px;
    height: 0px;
}
.card img { 
    transition: all linear .5s;
}
.card-img-top:hover  {
    transform: scale(1.01);
	border-radius:30px !important;
	   
}
.header-filter {
    margin-bottom: 15px;
}
.section-custom{
	padding: 30px 0px 0px;
}
.filter-select {
    height: 30px;
    font-size: 12px;
    border-radius: 25px;
}
.card {
  border: 1px solid rgb(157 146 154 / 0%);
  
}
@media only screen and (max-width: 767px) {
.services-image-hide{
	display:none;
}
}