@media (min-width: 992px) {
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .blogHeroShape {
        background: #545454;
        height: 2000px;
        left: 0;
        position: absolute;
        top: 0;
        transform: rotate(-10deg);
        width: 200px;
        z-index: 0;
    }
}
.th_banner .post-tags a {
    font-size: 13px;
    background: var(--secondary-color);
    border-color: transparent;
}
.th_banner .post-tags a:hover {
    background-color: transparent !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
}
.fs-2 {
    font-size: 2rem !important;
}
.f-img {
    object-fit: cover;
	min-height: 440px;
}
.rounded-4 {
    border-radius: 1rem !important;
}
.stickyleftSideBar, .stickySideBar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    /* background: #f4f4f4; */
}
.stickySideBar {
    background: #f4f4f4;
}
.blogArticleShare {
    text-align: center;
    position: relative;
  }
.blogArticleShare ul {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
  }
  .blogArticleShare .dropdown-toggle::after {
    display:none;
}
.blogArticleShare ul .dropdown-menu.show {
    transform: translate(55px, 0px) !important;
    background-color: #fff;
  }
  .blogArticleShare > ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-left: 0;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon {
    background: #7d7d7d;
    border-radius: 50%;
    height: 45px;
    margin: 0 0 1rem;
    transition: all ease-out 0.3s;
    width: 45px;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon .blogArticleShareIconSVG {
    height: 45px;
    padding: 0.8125rem;
    width: 45px;
  }
  #copyMyLink1 {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
  }
  .is-dropdown-submenu-parent {
    position: relative;
  }
  .is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon .menu .menu {
    left: 60px;
    padding: 0.9375rem 0.9375rem 1rem;
    top: 0;
    right: auto;
  }
  .is-dropdown-submenu > li {
    width: 100%;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon .resp-sharing-button__link {
    padding: 0 0.5em 0.5em;
    text-decoration: none;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon .dropdown-menu li:last-child a {
    padding-bottom: 0;
  }
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon .resp-sharing-button {
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    padding: 0.5em 0.75em;
    width: 100%;
    text-decoration: none;
    text-transform: inherit;
  }
  .resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
  }
  .resp-sharing-button__link, .resp-sharing-button__icon {
    display: flex;
  }
  .resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  .resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
  }
  .resp-sharing-button--linkedin {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  .cs_2 {
    background-color: #f4f4f4;
  }
  .p_data {
    z-index: 1;
  }
  .ss_share {
    z-index: 9;
  }
  .rl_artlc ul {
    padding-left: 20px;
  }
  .rl_artlc ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .rl_artlc ul li::before {
    color: #7d7d7d;
    content: "\2023";
    display: inline-block;
    font-size: 34px;
    height: auto;
    left: -1.2rem;
    position: absolute;
    top: 0;
    line-height: 0.9em;
  }
  .rl_artlc ul li a {
    color: #000;
    line-height: 1.42;
    transition: all .2s ease-in-out;
  }
  .rl_artlc a:hover {
    padding-left: 10px;
}
@media (min-width: 1080px) {
    .w-51 {
        max-width: 71%;
        width: 100%;
    }
	.w-68 {
        max-width: 95%;
        width: 100%;
    }
}
@media (max-width: 991px) {
  .blogArticleShare .blogArticleShareOptions .blogArticleShareIcon {
        display: inline-block;
        margin: 0;
  }  
}
@media (max-width: 767px) {
  .f-img {
    min-height: auto;
  }
}