.two_col_list_numbered_title_desc_wrap .titles-design1 li {
	 font-family:'latoregular';
	 font-size:16px;
}
.two_col_list_numbered_title_desc_wrap .titles-design1 li a {
	font-size: inherit;
}

.title_bignumsteps .steps_wrap {counter-reset: a;}
.title_bignumsteps .steps_wrap > div:nth-child(even) > .row {flex-direction:row-reverse}
.title_bignumsteps .steps_wrap > div:nth-child(odd) > .row:last-child {margin-left: 8.33%}
.title_bignumsteps .steps_wrap > div:nth-child(even) > .row:last-child {margin-left: 1%;}
.title_bignumsteps .process_box {counter-increment: a;position: relative;}
.title_bignumsteps .process_box p.font-16 a {font-size:inherit;}
.title_bignumsteps .process_box.mb-60:last-child {margin-bottom: 0 !important;}
.title_bignumsteps .process_box > .row:first-child {display: flex;justify-content: center;align-items: center;}
.title_bignumsteps .process_box h4.font-18 {font-size: 18px}
.title_bignumsteps .process_box .content {background-color: #fff;position: relative;padding: 25px 35px 20px;}
.title_bignumsteps .process_box .content:before {position: absolute;content: '';top: 0;width: 2px;height: 100%;background-color: var(--cerulean);left: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.title_bignumsteps .process_box:hover .content:before {width: 5px}
.title_bignumsteps .steps_wrap >div:nth-child(even) .content:before {left: auto;right: 0;}
.title_bignumsteps .process_box .content:after {position: absolute;content: '';border: 14px solid;border-color: transparent;border-left-color: var(--cerulean);top: 50%;margin-top: -14px;left: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.title_bignumsteps .process_box:hover .content:after {left: 5px}
.title_bignumsteps .steps_wrap >div:nth-child(even) .content:after {left: auto;right: 0;border-left-color: transparent;border-right-color: var(--cerulean);}
.title_bignumsteps .steps_wrap >div:nth-child(even):hover .content:after {right: 5px;}
.title_bignumsteps .process_box .number span:after {content: counter(a);}
.title_bignumsteps .process_box > .row:last-child >div>div>div:nth-child(3),
.title_bignumsteps .process_box > .row:last-child >div>div>div:nth-child(4) {margin-top: 30px;}
@media (max-width: 991px) {
	.title_bignumsteps .process_box .content {padding: 35px 35px 20px}
	.title_bignumsteps .process_box .number {text-align: center;}
	.title_bignumsteps .process_box .content:before,
	.title_bignumsteps .steps_wrap >div:nth-child(even) .content:before, 
	.title_bignumsteps .process_box:hover .content:before {width: 100%;height: 2px;top: 0;left: 0;right: 0;}
	.title_bignumsteps .process_box .content:after, 
	.title_bignumsteps .steps_wrap >div:nth-child(even) .content:after {top: 0;left: 50%;border-left-color: transparent;border-right-color: transparent;border-top-color: var(--cerulean);margin-top: 0;transform: translateX(-50%);right: auto;}
	.title_bignumsteps .steps_wrap >div:nth-child(even):hover .content:after {right: auto;}
	.title_bignumsteps .process_box:hover .content:after {left: 50%;top: 0;}
	.title_bignumsteps .steps_wrap > div:nth-child(odd) > .row:last-child {margin-left: -15px;}
	.title_bignumsteps .steps_wrap > div:nth-child(even) > .row:last-child {margin-left: -15px;}
}

.titles-design1 h4:after,
.titles-design1 h3:after {
	border-color:var(--pe_mid_blue);
}

#section-lsbtd .list {
    background: #fff;
    padding: 4em 3em
}
#section-lsbtd h3 {
    color: var(--pe_deep_blue)
}
#section-lsbtd .section-list {
    row-gap: 3.5em
}
#section-lsbtd .list {
    background: #fff;
    padding: 3.5em
}
#section-lsbtd .list p.font-16 a {
	font-size: inherit;
}
.sidebyside {
  max-width: 798px;
  margin: 0 auto;
}
.sidebyside .slick-prev {
  left: -20px;
}
.sidebyside .slick-next {
  right: -20px;
}
.sidebyside .slick-prev,
.sidebyside .slick-next {
  background-color: transparent;
  width: 0;
}
.sidebyside .slick-list {
  overflow: hidden;
  /*max-width: 900px;
  margin: 0 auto;*/
}
.sidebyside img {
  width: 100%;
}
.sidebyside .slick-dots {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.sidebyside .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.sidebyside .slick-dots li button {
  text-indent: -9999px;
  background: transparent;
  border: 1px solid var(--pe_blue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 13px;
  height: 13px;
  cursor: pointer;
  padding: 0;
}
.sidebyside .slick-dots li.slick-active button {
  background: var(--pe_blue);
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: var(--pe_blue)
}
@media (max-width: 1300px) {
  .sidebyside .slick-next,
  .sidebyside .slick-prev {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sidebyside .slick-prev {
    left: 5px;
  }
  .sidebyside .slick-next {
    right: 5px;
  }
}
@media (max-width:575px) {
.feat_img {margin-top:40px;}
}