.upper_content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.exhibitor_contents{
	margin: 50px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 100 !important;
	flex-wrap: wrap;
}
.exhibitor_contents .card_rec{
	width: 450px;
	height: 150px;
	box-shadow: 0 2px 3px #6e6e6e;
	display: flex;
	align-items: center;
	padding-left: 10px;
	position: relative;
	z-index: 100 !important;
	margin: 30px 10px 150px 10px;
}
.exhibitor_contents .card_rec .links_pannel{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:0;
	background: #b6b6b6;
	/* clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%); */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: -10 !important;
	/* display: none; */
	/* display: flex;
	flex-wrap: wrap;
	align-items: flex-start; */
	overflow: hidden;
}
.exhibitor_contents .card_rec .links_pannel .product_items{
	padding: 5px 10px;
	max-height: 40px;
	background: #fff;
	box-shadow: 0 2px 4px #8888;
	color: #000;
	border-radius: 25px;
	font-size: 14px;
	margin: 5px;
    display: inline-block;
}
.exhibitor_contents .card_rec .links_pannel.close_panel{
	bottom: 0;
	height:0;
	background: #d8d8d8 !important;
	animation: slideUp 1s ease;
	opacity: 1 !important;
	overflow: hidden;
	text-align: center;
}
.exhibitor_contents .card_rec .links_pannel.open .card_footer2{
	display: flex;
}
.exhibitor_contents .card_rec .links_pannel.open{
	bottom: -120px;
	height:120px;
	background: #d8d8d8;
	animation: slideDown 1s ease;
	overflow-y: auto;
	padding: 10px 0; 
	text-align: center;
}
@keyframes slideDown{
	from{
		bottom: 0;
		height: 0;
	}
	to{
		bottom: -120px;
		height:120px;
	}
}
@keyframes slideUp{
	from{
		
		bottom: -120px;
		height:120px;
	}
	to{
		bottom: 0;
		height:0;
	}
}
.exhibitor_contents .card_rec .links_pannel p{
	display: inline-block;
	word-wrap: none;
}
.exhibitor_contents .card_rec .links_pannel .card_footer{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	background: #083272;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.exhibitor_contents .card_rec .links_pannel .card_footer h3{
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* .exhibitor_contents .card_rec .links_pannel.show{
	display: flex;
	animation: slideDown 0.35s ease;
}
@keyframes slideDown {
	from{
		transform: translateY(-40px);
		opacity: 0;
	}
	to{
		transform: translateY(0);
		opacity: 1;
	}
}
.exhibitor_contents .card_rec .links_pannel a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	text-decoration: none;
}
.exhibitor_contents .card_rec .links_pannel a small{
	color: #000;
}
.exhibitor_contents .card_rec .links_pannel a span{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #ffffff;
	color: #3077e2;
	margin-right: 5px;
	border-radius: 50%;
} */


.exhibitor_contents .card_rec .color_strip{
	width: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3077e2;
}
.exhibitor_contents .card_rec  .show_option{
	display: flex;
	align-items: center;
	justify-content: center;
	/* clip-path: polygon(10% 0, 90% 0, 100% 99%, 0 100%); */
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	background: #3e90b7;
	color: #fff;
	height: 25px;
	position: absolute;
	top: -25px;
	right: 0;
	padding: 5px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
}
.exhibitor_contents .card_rec  .visit{
	display: flex;
    align-items: center;
    justify-content: center;
    /* clip-path: polygon(10% 0, 90% 0, 100% 99%, 0 100%); */
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    background: #b7873e;
    color: #fff;
    height: 25px;
    position: absolute;
    top: -25px;
    right: 28%;
    padding: 5px 20px;
    border-top-left-radius: 4px;
    /* border-top-right-radius: 4px; */
    cursor: pointer;
}
.exhibitor_contents .card_rec .img_sec{
	/* flex: 1; */
	width: 100px;
	height: 100px;
	border:2px solid #828282;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow: hidden; */
	position: relative;
}
.exhibitor_contents .card_rec .img_sec .user_img{
	position: absolute;
	bottom: -25px;
	right: -25px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.exhibitor_contents .card_rec .img_sec .user_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exhibitor_contents .card_rec .img_sec img{
	width: 70%;
	height:70%;
	object-fit: contain;
}
.exhibitor_contents .card_rec .info_sec{
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
	height: 100%;
	width: 100%;
	padding: 10px 0;
}
.exhibitor_contents .card_rec .info_sec .top{

}
.exhibitor_contents .card_rec .info_sec .bottom{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.exhibitor_contents .card_rec .info_sec .bottom a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background: #3077e2;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.exhibitor_contents .card_rec .info_sec .bottom a i{
	margin-right: 5px;
}
.exhibitor_contents .card_rec .info_sec .top .company_name{
	margin: 0;
	font-weight: 600;
	/* width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */

}
.exhibitor_contents .card_rec .info_sec .top .status{
	margin: 5px 0 0 0;
	display: flex;
	align-items: center;
}
.exhibitor_contents .card_rec .info_sec .top .status span{
	width: 10px;
	height: 10px;
	background: green;
	border-radius: 50%;
	margin-right: 5px;
}



