.website-ads-fix {
  position: fixed;
  right: -405px;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s ease;
  box-shadow: 0 1px 6px rgb(0 0 0 / 40%);
  max-width: 400px;
  width: 100%;
}
.website-ads-fix.showAdd {
  right: 0px !important;
}
.website-ads-fix i.fa-fa-times {
  position: absolute;
  right: 2px;
  top: 5px;
  border-radius: 50%;
  background: #000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-style: normal;
}
.Tranding span.button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.Tranding .Slide_button {
  float: right;
}
.Tranding .Slide_button a {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border: 1px solid #b5b5b5;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #929292;
}
.Tranding .Slide_button a:hover {
  background: #e31019;
  border-color: #e31019;
  color: #fff;
}
section.Blogs {
  padding: 15px 0;
}
section.Blogs .Blog_Post .content {
  position: absolute;
  bottom: 0;
}
.blog-single .content ul {
  list-style: disc;
  margin-left: 20px;
}
.blog-single .content ol {
  list-style: decimal;
  margin-left: 20px;
}
.blog-single .content ul li,
.blog-single .content ol li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  color: #000;
}
.blog-single .content h2 {
  position: relative;
  font-size: 32px;
  color: #222;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 22px;
  word-break: break-word;
}
.blog-single .content h3 {
  position: relative;
  font-size: 24px;
  color: #222;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 18px;
}
.blog-single .content p {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
  margin-bottom: 22px;
  font-weight: 300;
}
section.Blogs .Blog_Post .date_time {
  font-size: 11px;
}
.blog-single .Category-Tag {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-single .Category-Tag span {
  background-color: #fceceb;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: 0.5s;
  color: #ff4f5b;
}
section.Blogs .post-category,
.Articles .post-category {
  background-color: #e31019;
  padding: 2px 8px;
  font-size: 10px;
  text-transform: uppercase;
}
.Blog_Post:hover .post_img img {
  transform: scale(1.2);
}
section.Blogs .post_img img {
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}
section.Blogs .post_img.one img {
  height: 465px;
}
section.Blogs .post_img.two img {
  height: 264px;
}
section.Blogs .post_img.three img {
  height: 198px;
}
.Articles .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.Articles .img .post-category {
  position: absolute;
  bottom: 0;
  left: 0;
}
.Articles .content {
  padding-top: 8px;
}
.Articles .content h5 {
  line-height: 24px;
}
.Articles .content h5 a:hover,
.Articles .content h5 a:focus {
  color: #e31019 !important;
}
.Most_Popular_Post h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.Most_Popular_Post h6 a:hover,
.Most_Popular_Post h6 a:focus {
  color: #e31019 !important;
}
.Most_Popular_Post img {
  width: 100px;
}
.Most_Popular_Post span {
  font-size: 12px;
}
.blog-single .content ul.referencesLink {
  margin-left: 0;
}
.blog-single .content ul.referencesLink li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.blog-single .content ul.referencesLink li a {
  background: #fff;
  border: 1px solid #000;
  padding: 7px 10px;
  display: block;
  border-radius: 20px;
  font-size: 14px;
  color: #000;
  transition: all 0.2s ease;
}
.blog-single .content ul.referencesLink li a:hover {
  background: #e31019;
  padding: 7px 10px;
  display: block;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  border-color: #e31019;
}
@media only screen and (max-width: 767px) {
  .Tranding {
    text-align: center;
  }
  .Tranding .Slide_button {
    display: none;
  }
}
@media only screen and (max-width: 558px) {
  .post_img.one img {
    height: 300px !important;
  }
  .Most_Popular_Post {
    display: none;
  }
  .Tranding .Slide_button {
    display: none;
  }
}
@media (max-width: 578px) {
  .Tranding {
    display: none;
  }
}
.display-5 {
  overflow: auto;
  max-height: 235px;
}
