.content-bg {
  padding: 0px 0px 100px 0px;
}
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  left: -20px;
}
.timeline-year-wrapper {
  position: relative;
}
.timeline-year-wrapper:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d96363;
  border-radius: 50px;
  position: absolute;
  left: -25px;
  top: 0px;
}
.timeline-year-wrapper h2 {
  position: relative;
  left: -135px;
  top: -20px;
}
.timeline-content-wrapper {
  position: relative;
}
.timeline-content {
  padding: 20px 0;
  margin-left: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  transition: ease all .5s;
}
.sdp-heading{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.timeline-content-wrapper h3 {
  width: 52px;
  position: absolute;
  left: -108px;
  top: 17px;
  font: 27px/1.3 Zoho_Puvi_SemiBold;
}
.timeline-content-wrapper h3:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #d96363;
  border-radius: 100%;
  top: 13px;
  right: -41px;
  background: #fff;
}
.timeline-content h4 {
  font: 22px/1.4 Zoho_Puvi_SemiBold;
  margin-bottom: 10px;
  display: inline-block;
}
.timeline-content .max-length{
    max-width: 85%;
}
/*filtering styles*/
.filter-headings-wrapper {
  border-bottom: 1px solid #dfdfdf;
  margin: 0px 0px 100px 0px;
}
ul.filter-headings {
  display: flex;
  justify-content: flex-end;
  margin: 0px auto 0px auto !important;
  max-width: 1400px;
}
ul.filter-headings li {
  margin: 10px;
}
/*
ul.filter-headings li:last-child {
  margin-right: 0px;
}
*/
ul.filter-headings li span {
  font: 18px/1.4 Zoho_Puvi_medium;
  color: #000;
  cursor: pointer;
}
.fixed-header ul.filter-headings li span{
    color: #fff;
}
ul.filter-headings li span:hover {
  border-bottom: 3px solid #ee4a43;
  padding-bottom: 10px;
  text-decoration: none;
  color: #ee4a43;
}
.fixed-header ul.filter-headings li span:hover{
    color: #fff;
}
.nr-active {
  border-bottom: 3px solid #ee4a43;
  padding-bottom: 10px;
}
span.tag {
  position: relative;
  font: 9px/1.5 Zoho_Puvi_SemiBold;
  top: -2px;
  left: 20px;
  padding: 3px 10px 3px 5px;
  display: inline-block;
/*  margin-bottom: 10px;*/
}
span.tag:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid transparent;
  position: absolute;
  left: -13px;
  top: 0px;
}
span.tag.green {
  background: #dcfaee;
  color: #000;
}
span.tag.green:before {
  border-right: 13px solid #dcfaee;
}
span.tag.yellow {
  background: #dcfaee;
  color: #000;
}
span.tag.yellow:before {
  border-right: 13px solid #dcfaee;
}
span.tag.mildyellow {
  background: #fff59d;
  color: #000;
}
span.ai-tag{
    background: #fff59d;
}
span.tag.ai-tag:before {
  border-right: 13px solid #fff59d;
}
span.tag.mildyellow:before {
  border-right: 13px solid #fff59d;
}
span.tag.orange {
  background: #fff6ed;
  color: #000;
}
span.tag.orange:before {
  border-right: 13px solid #fff6ed;
}
/*filtering styles*/
ul.list-items {
  margin: 20px 0px 20px 50px;
}
.fixed-header {
  display: block;
  position: fixed;
  top: 49px;
  right: 0;
  left: 0;
  background: #222;
  z-index: 99;
  animation: fadein 0.5s ease-in-out;
  margin: 0px !important;
  padding: 0px 30px;
}
@keyframes fadein {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}
ul.list-items > li {
  font-size: 17px;
}
.all, .new, .enhancement, .integrations, .improvements {
  animation: fade-in 0.5s ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.cta {
  border-radius: 2px;
    min-width: 110px;
    text-align: center;
    text-transform: inherit;
    padding: 15px 30px;
}
a.cta:hover{
    background-color: #E9142B;
}
a.cta:first-child{
    margin-right: 10px;
}
.timeline-content-wrapper .timeline-content:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
span.year-space {
  padding-top: 100px;
  display: inline-block;
}
.banner p{
    margin: 25px 0 20px 0px;
}
@media only screen and (max-width:1024px) {
  .banner .col:first-child {
    display: none;
  }
  .banner-bg {
    padding: 75px 0px;
    margin-top: 20px;
  }
  .banner {
    text-align: center;
  }
  .fixed-header {
    top: 90px;
  }
  .timeline:before {
    display: none;
  }
  .timeline-year-wrapper h2 {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .timeline-content-wrapper h3 {
    width: auto;
    position: inherit;
    left: 0px;
    top: 0px;
  }
  .timeline-content {
    position: relative;
    margin-left: 0px;
  }
  .timeline-content h4 {
    margin-top: 10px;
  }
  .timeline-year-wrapper:before {
    display: none;
  }
  .timeline-content-wrapper h3:after {
    display: none;
  }
  span.tag {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px 10px;
  }
  span.tag:before {
    display: none;
  }
    .timeline-content .max-length {
        max-width: 100%;
    }
    .banner h1{
        max-width: 80%;
        margin: 10px auto;
    }
    .banner p{
        max-width: 70%;
        margin: 15px auto;
    }
}
@media only screen and (max-width:414px) {
  .content-bg {
    padding: 75px 0px;
  }
  ul.list-items {
    margin: 20px 0px 20px 20px;
  }
  ul.filter-headings {
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.filter-headings li span {
    font: 16px/1.3 Zoho_Puvi_Regular;
    color: #a1a1a1;
  }
    a.cta{
        margin: 10px;
    }
    .banner p, .banner h1{
        max-width: 100%;
    }
}