body { background: #F3FBFD; }

img { border: 0; max-width: 100%; }

.container {
  height: 597px;
  position: relative;
  display: flex;
}

.timeline-con {
  overflow: hidden;
  flex: 1;
  scroll-behavior: smooth;
}

.header-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 180px;
}

.header-title {
  font-family: 'Widescreen';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  color: #5FB7CF;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #5FB7CF;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 216px;
  height: 93px;
  background: #5FB7CF;
  border-radius: 8px;
  color: #F3FBFD;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  align-items: center;
  letter-spacing: 0.05em;
}
.offer-banner-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 556px;
  min-height: 139px !important;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 35px;
  left: 50%;
  text-align: center;
  background: #5FB7CF;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 35px;
  margin-left: -8px;
  border: 3px solid #5FB7CF;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99999;
}


/** timeline content **/
.tl-heading {
  padding: 20px 20px 10px 20px;
}

.tl-heading h1 {
  margin: 0;
  color: #5FB7CF;
}

.tl-body {
  padding: 10px 20px 20px 20px;
}

.tl-body .msg {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  margin-left: -18px;
}

.tl-body b {
  font-size: 22px;
  margin-right: 20px;
  text-align: center;
  margin-top: 0;
  line-height: 22px;
  font-weight: 400;
}

.tl-body > p + p {
  margin-top: 5px;
}

.tl-heading h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  color: #5FB7CF;
  padding-bottom: 20px;
}

.tl-body p, .tl-body ul {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

#scrollTop {
  position: absolute;
  bottom: 40px;
  right: -30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  color: #5FB7CF;
  cursor: pointer;
}

#scrollDown {
  position: absolute;
  bottom: 20px;
  right: -30px;
  z-index: 99;
  font-size: 18px;
  color: #5FB7CF;
  cursor: pointer;
}

#scrollDown:hover, #scrollTop:hover {
  color: #5fb7cf77;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  .header-title {
    font-size: 26px;
  }

  #scrollTop {
    right: 15px;
  }
  #scrollDown {
    right: 15px;
  }

  ul.timeline li .timeline-panel {
    width: 100%;
  }

  ul.timeline li .tl-circ {
    display: none;
  }

  ul.timeline > li > .timeline-panel:before {
    display: none;
  }

  ul.timeline > li > .timeline-panel:after {
    display: none;
  }
}