/*---health----blog---start---here---*/
.health_blog{background: #F7F7F7;}
.relative_health_blog{position: relative;}
.relative_health_blog .title_wraper{width: 200px;}
.relative_health_blog .title_desc_colm{width: calc(100% - 200px);}
.relative_health_blog .title_row{width: 650px;}
.relative_health_blog .slider_arrow{position: absolute;top: 0px;right: 0px;z-index: 4;}
.health_blog_slider{overflow: hidden;}
.health_blog_slider .swiper-slide{height: initial;}
.health_blog_slider .health_blog_card{height: 100%;border: 1px solid #E8E8E8;border-radius: 16px;overflow: hidden;
    padding-bottom: 52px;position: relative;}
.health_blog_image img{width: 100%;height: initial;line-height: 0px;transition: all 0.3s;}
.health_blog_image:hover img{transform: scale(1.1);}
.health_blog_image{border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;overflow: hidden;position: relative;
    line-height: 0px;display: block;width: 100%;text-decoration: none;}
.health_blog_date{background: #fff;color: #047C9E;font-size: 12px;font-weight: 600;border-radius: 16px;text-align: center;
padding: 16px;position: absolute;top: 20px;left: 20px;}
.health_blog_content_box{padding: 20px;}
.health_blog_title{font-size: 20px;line-height: 1.3;font-weight: 500;color: #4C4C4C;margin-bottom: 10px;
 display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.health_blog_desc{color: #4C4C4C;font-size: 14px;line-height: 21px;margin-bottom: 0px;
 display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.health_blog_btn{position: absolute;bottom: 0px;left: 0px;right: 0px;width: 100%;z-index: 3;}

@media only screen and (max-width: 1024px){
.health_blog_content_box{padding: 15px;}
}

@media only screen and (max-width: 991px){
.health_blog_wrapper{margin-right: -30px;position: relative;}
.health_blog_slider{padding-right: 30px;}
.health_blog_wrapper .slider_arrow {top: 50%;left: -20px;right: 20px;justify-content: space-between;
    transform: translate(0px, -50%); pointer-events: none;}
.health_blog_wrapper .slider_arrow .custom-swiper-button-next, .health_blog_wrapper .custom-swiper-button-prev{pointer-events: initial;}
}
@media only screen and (max-width: 768px){
.health_blog_wrapper{margin-right: -15px;position: relative;}
.health_blog_slider{padding-right: 15px;}
.health_blog_wrapper .slider_arrow{left: -11px;right: 11px;}
.health_blog_wrapper .slider_arrow{top: 27%;}
.health_blog_title{font-size: 17px;}
.health_blog_wrapper .common_btn_box .common_btn{display: flex;justify-content: center;width: calc(100% - 15px);}
}
@media only screen and (max-width: 380px){
.health_blog_wrapper .slider_arrow{top: 25%;}
}
.health_blog_btn a.card_common_btn{
    text-decoration: none;
}
.health_blog_btn a.card_common_btn:hover,
.common_btn_box a.common_btn:hover{
    color: #F7F7F7;
}