.stickyleftSideBar, .stickySideBar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    /* background: #f4f4f4; */
}
div#floatingFooter {
    display: none !important;
}
.color-gradient {
    background: linear-gradient(103.22deg, #FB4A1A -13.86%, #425466 99.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-secondary {
    border-color: var(--secondary-color) !important;
}
.divider-40 {
    width: 40px;
}
.stickySideBar {
    background: #f4f4f4;
}
.social-media li:hover img {
    filter: invert(1);
}
.social-media li:hover svg {
    fill: #fff;
}
#floatingBtn {
    display:none !important;
}
.post-banner .social-media li a .icn-svg path {
    fill: #fff;
}
.rl_artlc a  {
    transition: all .2s ease-in-out;
    font-size: 15px;
}
.rl_artlc a:hover, .cs_hl > a:hover {
    padding-left: 10px;
}
/* .stickyleftSideBar li a {
    color: #161616;
    border-left: .25rem solid  #e0e0e0;
    padding:0.75rem;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.stickyleftSideBar li a.hshactive{
    border-left-color: var(--secondary-color);
    color: var(--secondary-color);
} */
.p_data article.post {
    padding-top: 0;
}
.stickySideBar h3:hover a {
    color: var(--secondary-color);
    transition: all .2s ease-in-out;
}
.sdb_content {
    font-size: 15px;
}
.post-banner img {
    max-height: 250px;
    object-fit: cover;
    overflow: hidden;
}
.rl_artlc li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    transition: all .2s ease-in-out;
}
.rl_artlc li:before {
    /* color: #707275; */
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity));
    content: "\2023";
    display: inline-block;
    font-size: 34px;
    height: auto;
    left: 0;
    position: absolute;
    top: -10px;
    line-height: normal;
}
.cs_hl {
    background: linear-gradient(270deg, #6786B6 0%, #2D3B50 100%);
	background: linear-gradient(90deg, #404040 0%, #858484 100%);
}
.cs_hl > a {
    transition: all .2s ease-in-out;
}
.stickySideBar li a {
    font-size: 14px;
    line-height: 1.42;
}
.rl_artlc .shadow-sm {
	box-shadow: inset 2px 13rem 3rem #415675;
}
/*Social share*/
.btn.btn_share:hover, .btn.btn_share {
    /* background: linear-gradient(150deg, #a26aad 0%, #01cc90 100%); */
    background-color: var(--secondary-color);
}
.btn_share:hover .icons__icon {
  transform: translateY(1%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn_share:hover .text {
    opacity: 0;
}
.btn_share .icons {
    opacity: 0;
}
.btn_share:hover .icons {
    opacity: 1;
}    
.btn_share:hover .icons__icon:nth-child(1) {
  transition-delay: 30ms;
}
.btn_share:hover .icons__icon:nth-child(2) {
  transition-delay: 60ms;
}
.btn_share:hover .icons__icon:nth-child(3) {
  transition-delay: 90ms;
}
.btn_share:hover .icons__icon:nth-child(4) {
  transition-delay: 120ms;
}
.btn_share:hover .icons__icon:nth-child(5) {
  transition-delay: 150ms;
}    
.btn_share .icons {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 7px;
}
.btn_share .icons__icon {
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  padding: 1px;
  transform: translateY(60%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons__icon:nth-child(1) {
  transition-delay: 20ms;
}
.icons__icon:nth-child(2) {
  transition-delay: 40ms;
}
.icons__icon:nth-child(3) {
  transition-delay: 60ms;
}
.icons__icon:nth-child(4) {
  transition-delay: 80ms;
}
.icons__icon:nth-child(5) {
  transition-delay: 100ms;
}
.icons__icon svg {
    stroke: #000;
    width: 20px;
    height: 20px;
}
/*Share ends*/
@media (min-width: 1080px) {
  .w-68 {
      max-width: 74%;
      width: 100%;
  }
  .w-51 {
        max-width: 96%;
    width: 100%;
  }
}