.journal_inner_content {
    display: block;
    width: 100%;
}

.journal_in_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    padding: 0 0 10px 0;
}

.jr_in_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    /* font-family: 'Roboto'; */
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000000;
    color: #282828;
    opacity: 1;
}

.jr_date_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: left;
    /* font-family: 'Roboto'; */
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #9AA0A6;
    opacity: 1;
}


.jr_image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.jr_image::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 41%;
}

.jr_image img, .jr_image video, .jr_image iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.jr_inner_text {
    display: block;
    width: 100%;
    text-align: left;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #282828;
    opacity: 1;
    padding: 20px 0;
    overflow: hidden;
}

.jr_inner_text img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.jr_inner_text ul {
    width: 100%;
    padding: 5px 0;
}

.jr_inner_text ul li {
    position: relative;
    /* list-style-type: circle; */
    width: 100%;
    padding: 3px 0 3px 15px;
}

.jr_inner_text ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.jr_inner_text h1,
.jr_inner_text h2,
.jr_inner_text h3,
.jr_inner_text h4,
.jr_inner_text h5,
.jr_inner_text h6 {
    padding: 5px 0;
    font-size: 20px;
    /* font-weight: normal; */
    line-height: 1.5;
    letter-spacing: 0px;
    color: #282828;
}

.jr_in_link {
    display: inline-block;
    color: #2196F3;
    padding: 0 5px;

}

.jr_in_attention {
    display: block;
    position: relative;
    margin: 40px auto;
    width: 100%;
    max-width: 710px;
    background-color: #F1F3F4;
    border-radius: 10px;
    opacity: 1;
    padding: 30px 107px 30px 30px;
    text-align: left;
    /* font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #282828;
  opacity: 1; */
    /* font: normal normal normal 16px/24px Montserrat;
letter-spacing: 0px;
color: #282828;
opacity: 1; */
}

.jr_in_attention::before {
    content: "";
    display: block;
    position: absolute;
    float: right;
    width: 44px;
    height: 44px;
    top: 30px;
    right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/quotes.svg");
}

.keywords_sect {
    display: block;
    width: 100%;
}

.key_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 12px 0;
}

.key_item {
    display: inline-block;
    width: auto;
    max-width: 80%;
}

.key_item span {
    text-align: left;
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    color: #0E1013;
    opacity: 1;
}

.key_name {
    display: inline-block;
    width: auto;
    max-width: 20%;
    padding: 0 20px 0 0;
    text-align: left;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #0E1013;
    opacity: 1;
}

.keywords_tag {
    display: inline-block;
    text-align: left;
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #0E1013;
    opacity: 1;
    background-color: #F1F3F4;
    border-radius: 21px;
    padding: 5px 20px;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease;
}

.keywords_tag:hover {
    color: #fff;
    background-color: #2196F3;
}

.sahre_sect {
    display: block;
    width: 100%;
    padding: 40px 15px;
    margin: 15px auto;
    background-color: #F1F3F4;
    opacity: 1;
}

.share_head {
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
    color: #0E1013;
    opacity: 1;
}

.share_info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-family: 'Montserrat'; */
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #80868B;
    opacity: 1;
}

.share_icon_links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 auto;
    transition: all 0.3s ease;
}

.share_icon:hover {
    transform: translateY(-5px);
}

.share_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 44px;
    height: 44px;
    padding: 10px;
    margin: 0 10px 0 10px;
    /* border-radius: 50%; */
    /* background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px; */
    border-radius: 50%;
    transition: all 0.3s ease;
}

.share_icon span {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

/* .icon_lnk_copy {
  background-image: url("../img/copy_coding.svg");
  background-color:  #FFFFFF;
  border: 1px solid #E8EAED;
} */

.icon_lnk_fb {
    background: transparent linear-gradient(180deg, #5679C0 0%, #4064AC 100%) 0% 0% no-repeat padding-box;
}

.icon_lnk_fb span {
    background-image: url("../img/share_fb.svg");
}

.icon_lnk_ms {
    background: transparent linear-gradient(180deg, #00C6FF 0%, #0084FF 100%) 0% 0% no-repeat padding-box;
}

.icon_lnk_ms span {
    background-image: url("../img/share_msg.svg");
}

.icon_lnk_wp {
    background: transparent linear-gradient(180deg, #35D973 0%, #24CC63 100%) 0% 0% no-repeat padding-box;
}

.icon_lnk_wp span {
    background-image: url("../img/share_wp.svg");
}

.icon_lnk_twt {
    background: transparent linear-gradient(180deg, #43D1FB 0%, #1CC4F7 100%) 0% 0% no-repeat padding-box;
}

.icon_lnk_twt span {
    background-image: url("../img/share_twt.svg");
}

.icon_lnk_tgm {
    background: transparent linear-gradient(180deg, #1DA5E9 0%, #0084C6 100%) 0% 0% no-repeat padding-box;
}

.icon_lnk_tgm span {
    background-image: url("../img/share_tgm.svg");
}

/* .icon_lnk_gmail {
  background-image: url("../img/share_gmail.svg");
  background-color:  #6b6e70 ;
} */
/* .icon_lnk_add {
  background-image: url("../img/sh_add.svg");
  background-color:  #ff6550 ;
} */