.blog_top_bar_mobile strong{font-weight: 800}
.blog_top_bar_mobile{position: relative;height: 70px;width: 100%;padding: 0;top:0;transition: all ease-in-out 0.5ms;}
.blog_top_bar_text_mobile{position: relative;height: 70px;width: 100%;padding: 0 5%;top:0;transition: all ease-in-out 0.5ms;display: flex;}
.blog_top_bar_mobile .top_bar_container {height: 100%}
.blog_top_bar_mobile_inner{display:flex;height:100%;align-items: center}
.blog_top_bar_mobile_right{flex:0 0 100%;padding-right:60px;}
.blog_top_bar_mobile_right span{font-size: 13px;font-weight: 600}
.blog_top_bar_mobile_left{flex: 0 0 50%;text-align: left;}
.blog_top_bar_mobile_close{position: absolute;right: 20px;top: 10px;z-index: 999;padding: 5px;text-align: center;border: none!important;cursor: pointer;text-shadow: 0 2px 15px rgb(0 0 0 / 52%);font-size: 20px;}
.blog_top_bar_mobile_image{width: 100%;height:100%;display:flex;justify-content: center;}
.blog_top_bar_mobile_image img{width: 100%;object-fit: cover !important;}