.our-expert-wapper {
	background: rgba(217, 217, 217, 0.2);
	padding: 0 24px;
	position: relative;
	border-radius: 10px;
	margin-top: 20px;
}

.expert-a-span {
	position: absolute;
	border-radius: 8px;
	background: #00A17E;
	max-width: 104px;
	top: -20px;
	left: 24px;
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica;
	font-weight: 700;
	font-style: Bold;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #fff;
}

.our-expert-main {
	display: flex;
	align-items: center;
}

.hr_1 {
	width: 1px;
	height: 64px;
	background-color: #D6D6D6;
	display: block;
	margin: 16px 24px;
}

.hr_2 {
	width: 1px;
	height: 64px;
	background-color: #D6D6D6;
	display: block;
	margin: 16px 24px;
}

.expert-a-name {
	width: 200px;
}

.expert-a-text {
	width: 279px;
}

.expert-a-update {
	width: 120px;
}

.expert-a-name-card {
	display: flex;
	align-items: center;
	gap: 16px;
}

.expert-a-name-img {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.expert-a-name-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-a-name-text span {
	display: block;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #4B4B4B;
	letter-spacing: 0;
}

.expert-a-name-text a {
	display: block;
	font-family: Helvetica;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	color: #00A17E;
}

.expert-a-text p {
	margin: 0;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #4B4B4B;
	height: 48px;
	overflow: hidden;
	letter-spacing: 0;
}

.expert-a-text p:hover {
	height: 74px;
	padding: 8px 0;
	overflow-y: auto;
	scrollbar-width: none;
}

.expert-update-date {
	margin-bottom: 4px;
}

.expert-a-update p {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #4B4B4B;
	margin: 0;
	letter-spacing: 0;
}

.expert-a-update p a {
	color: #00A17E;
	letter-spacing: 0;
}

.expert-update-date span {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #4B4B4B;
	letter-spacing: 0;
}

.expert-update-date p {
	font-family: Helvetica;
	font-weight: 700;
	font-size: 13px;
	line-height: 130%;
	color: #4B4B4B;
	margin: 0;
	letter-spacing: 0;
}

.blog_a_wapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex-grow: 1 !important;
}

.blog_written_card {
    padding: 8px 16px;
    position: relative;
    background-color: #EBF0F1;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    min-width: 174px;
    width: 22%;
}

.blog_written_icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}

.blog_written_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_written_text {
	line-height: 0;
}
.expert-update-date{
    line-height: normal;
}
.blog_checked_text {
	line-height: 0;
}
.blog_google_text {
	line-height: normal;
}
.blog_written_text span {
	display: block;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #4B4B4B;
}

.blog_written_text a {
	font-family: Helvetica;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	display: inline-block;
	color: #094454;
}

.blog_checked_card {
    padding: 8px 16px;
    position: relative;
    background: #E6F6F2;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    min-width: 174px;
    width: 22%;
}

.blog_checked_icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}

.blog_checked_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog_checked_text span {
	display: block;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #4B4B4B;
}

.blog_checked_text a {
	font-family: Helvetica;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	display: inline-block;
	color: #00A17E;
}

.blog_google_card {
    padding: 12px 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #4B4B4B;
    border-radius: 10px;
    width: 42%;
    min-width: 297px;
}

.blog_google_img {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}

.blog_google_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blog_forward_card {
    position: relative;
    width: 6%;
    left: 2%;
}

.blog_google_text a {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	color: #4b4b4b;
	margin: 0;
	display: block;
}

.blog_forward_card a {
	display: flex;
	width: 20px;
	height: 20px;
	align-items: center;
	position: relative;
}

.blog_forward_card a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.share-wapper {
	width: 140px;
    transition: transform 250ms;
    position: absolute;
    right: -4px;
    top: 25px;
    margin: 0px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .65));
    will-change: filter;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    z-index: 1000;
}
.share-wapper:before {
	content: '';
	position: absolute;
	border-color: transparent;
	border-style: solid;
	top: -7px;
	right: 28px;
	border-width: 0 8px 8px;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-top-color: rgb(255, 255, 255) !important;
	transform-origin: center bottom;
}
.share-wapper ul {
	padding: 0;
	margin: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.share-wapper ul li {
	list-style-type: none;
}
.share-wapper ul li a {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #4B4B4B;
	letter-spacing: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
}
.share-wapper ul li a span:first-child {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.share-wapper ul li a span {
	display: block;
}
.share-wapper ul li a:hover {
	color: #094454;
}
.share-wapper.active {
	display: block;
}
.google_d_mobile {
	display: none;
}

.blog_forward_card:hover .share-wapper {
	display: block;
}
@media(max-width:767px) {
	.hr_2 {
		display: none;
	}

	.hr_1 {
		margin: 12px 24px;
	}

	.our-expert-wapper {
		padding: 0 16px;
	}

	.expert-a-text,
	.expert-a-span {
		display: none;
	}

	.expert-a-update p {
		display: none;
	}

	.expert-update-date span {
		font-size: 12px;
		line-height: 130%;
		display: inline-block;
	}

	.expert-update-date p {
		display: block;
		font-size: 12px;
		line-height: 130%;
	}

	.blog_a_wapper {
    	flex-flow: row;
        row-gap: 16px;
        column-gap: 8px;
        justify-content: flex-start;
	}

	.blog_google_card {
		order: 4;
		width: fit-content;
		justify-content: center;
	}

	.blog_written_card {
		order: 2;
        padding: 8px 8px 8px 12px;
        border-radius: 8px;
        width: 96%;
	}

	.blog_checked_card {
		order: 1;
        padding: 8px 8px 8px 12px;
        border-radius: 8px;
        width: 80%;
	}

	.blog_forward_card {
		order: 3;
        padding: 0;
        margin-left: 0;
	}

	/*.blog_checked_text a {
		display: none;
	}*/

	.blog_checked_icon {
		width: 16px;
		display: flex;
		height: 16px;
		align-items: center;
	}

	.blog_written_icon {
		width: 16px;
		display: flex;
		height: 16px;
		align-items: center;
	}

	.blog_written_text {
		display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
	}

	.blog_written_text a {
		color: #4B4B4B;
   
	}
	
	.blog_google_text a {
		font-size: 12px;
	}

	.blog_google_card {
		display: none;
	}

	.google_d_mobile {
		display: flex !important;
		width: 100%;
		margin-top: 16px;
		border-radius: 8px;
	}
	.share-wapper {
		right: 0;
		top: 32px;
	}
	.share-wapper:before {
		top: -7px;
		right: 6px;
	}
    .blog_checked_name_mobile
    {
        display:block !important;
    }
    .blog_checked_name_dektop
    {
        display:none !important;
    }
    .blog_checked_text {
	line-height: 0;
}
}

@media(max-width:420px) {
      .our-expert-wapper {
      padding: 0 10px;
    }
    .expert-a-name-card {
      gap: 10px;
    }
    .blog_a_wapper {
      column-gap: 8px;
    }
    .blog_checked_card {
       padding: 8px 8px 8px 8px;
        gap: 5px;
        width: 100%;
        max-width: 150px;
        min-width: unset;
    }
    .blog_checked_text span {
      font-size: 12px;
    }
    .blog_written_card {
       padding: 8px 8px 8px 8px;
        gap: 5px;
        width: 100%;
        max-width: 123px;
        min-width: unset;
    }
    .blog_written_text span {
      font-size: 12px;
    }
    .blog_written_text a {
      font-size: 11px;
    }
    .blog_forward_card {
     margin-left: 0px;
        left: 0;
    }
    .hr_1 {
      margin: 12px 12px;
    }
}

/* end css */