#tracks .types .col {
  position: relative;
}
#tracks .types .col img {
  max-width: 80px;
  height: auto;
}
#tracks .types .col:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    transparent,
    transparent 5px,
    #D8D9DE 5px,
    #D8D9DE 10px
    );  
  transform: translate(50%, -45px);
  z-index: 1;
}
#tracks .types .icon {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#tracks .types .col:last-child:after {
  display: none;
}
@media (max-width: 1199.33px) {
  #tracks .types .col:after {
    transform: translate(50%, -60px);
  }
}
@media (max-width: 991.33px) {
  #tracks .types .col:after {
    transform: translate(50%, -45px);
  }
  #tracks .types .col:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 767.33px) {
  #tracks .types .col:after {
    display: none;
  }
}
#key_features .container {
  max-width: 980px;
}
#key_features .item_wrap {
  width: calc(50% - 30px);
  padding: 0;
  margin: 0 15px 35px;
  box-shadow: 0px 0px 30px #6797FF29;
  border-top: 13px solid;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#key_features .item_wrap:nth-child(1) {
  border-top-color: var(--pe_teal);
}
#key_features .item_wrap:nth-child(1) .key_features_title {
  color: var(--pe_teal);
}
#key_features .item_wrap:nth-child(2) {
  border-top-color: var(--pe_blue);
}
#key_features .item_wrap:nth-child(2) .key_features_title {
  color: var(--pe_blue);
}
#key_features .item_wrap:nth-child(3) {
  border-top-color: var(--pe_mid_blue);
}
#key_features .item_wrap:nth-child(3) .key_features_title {
  color: var(--pe_mid_blue);
}
#key_features .item_wrap:nth-child(4) {
  border-top-color: var(--pe_deep_blue);
}
#key_features .item_wrap:nth-child(4) .key_features_title {
  color: var(--pe_deep_blue);
}
#key_features .item_wrap:nth-child(4),
#key_features .item_wrap:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 767.33px) {
  .key_features_items {
    margin: 0;
  }
  .key_features_items .item_wrap {
    width: calc(100% - 30px) !important;
    margin: 0 auto 25px !important;
  }
}
#three_col_with_img .container {
  max-width: 880px;
}
.plan_wrap {
  background: #fff;
}
.plan_col.p-20 {
  border: 1px solid var(--pe_border_dark);
  border-radius: var(--border_radius_5);
}
.plan_details ul li {
  font-size:14px;
  display: table;
  padding-left: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
.plan_details ul li::before {
  content:'';
  background-image: url(/wp-content/themes/caspio/img/svg/hs_check.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 100%;
  position: relative;
  display: table-cell;
  top: 6px;
  left: -10px;
}
.tooltip {
  display: none;
  left: -99999%;
  border-radius: 3px;
  z-index: 2;
  background: #fff;
  top: -7px;
  left: 50%;
  transform: translate(-50%,-100%);
  border: 1px solid var(--pe_border);
  background: #fff;
  font-size: 12px;
  width: 195px;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
  line-height: 1.5;
  cursor: help;
  padding: 10px 16px;
  text-decoration: none;
  word-wrap: break-word;
}
.other_price_wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 0;
}
.tooltip .other_price {
  font-size: 12px;
  display: inline-block;
}
.tooltip_arrow {
  position: absolute;
  pointer-events: none;
  border-width: 1px;
  border-style: solid;
  border-right-color: rgb(203, 214, 226);
  border-bottom-color: rgb(203, 214, 226);
  border-image: initial;
  clip-path: polygon(100% 100%, 0px 100%, 100% 0px);
  border-top-left-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: inherit;
  transform: rotate(45deg);
  top: calc(100% - 10px);
  left: calc(50% - 10px);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}
.tooltip_icon {
  height: 20px;
  width: 20px;
  border: 1px solid var(--pe_blue);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  text-align: center;
  top: 1px;
}
.tooltip_icon:before {
  content: 'i';
  font-family: 'montserrat';
  font-style: normal;
  color: var(--pe_blue);
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 0;
  text-align: center;
  display: inline-block;
}
.tooltip_icon:hover .tooltip {
  display: block;
  opacity: 1;
}
.sp_plan_tabs {
  margin:0 auto 30px;
}
.sp_plan_tabs li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 33%;
 }
.sp_plan_tabs li a {
  font-size:14px;
  padding: 10px 20px;
  background: rgb(255, 255, 255);
  border: 1px solid var(--pe_border);
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--pe_blue);
}
.sp_plan_tabs li.active a {
  /*font-weight: 700 !important;*/
  border-width: 1px;
  border-color: var(--pe_blue);
  background-color: rgb(0 74 170 / 10%);
  text-align:center;
  font-family: var(--latobold);
}
.sp_plan_tabs li:first-child a {
  border-radius: 3px 0px 0px 3px;
}
.sp_plan_tabs li:last-child a {
  border-radius: 0px 3px 3px 0px;
}
@media (max-width: 430px) {
  .sp_plan_tabs li a {
    padding: 10px 30px;
  }
}
@media (max-width: 380px) {
  .sp_plan_tabs li a {
    padding: 10px 25px;
  }
}
.success_stories .list {
  background: var(--pe_light_blue);
  padding: 3em;
  border-radius: var(--border_radius_10);
  min-height: 100%;
}
.success_stories .section-list {
  margin-top: 8em;
}
p.testi-text {
  font-size: var(--fs-18);
  color: var(--pe_deep_blue);
}
.user-info {
  margin-top: 2.5em;
}
.user-info * {
  margin-bottom: 0;
}
.success_stories .list img {
  width: 125px !important;
  height: auto;
  border-radius: 60em;
  margin: -7.5em 0 2.5em;
  background-color:var(--pe_sky_blue);
}
.success_stories .list.logo {
  position: relative;
  padding-top: 80px;
}
.success_stories .list.logo img {
  margin: 0 !important;
  position: absolute;
  top: 30px;
  left: 30px;
  background: none;
  border-radius: 0;
  width: auto !important;
  min-height: 25px;
  max-height: 40px;
}
.testimonial-btns {
  margin-top: 2em;
}
.testimonial-btns * {
  font-size: 14px;
}
.testimonial-btns .btn {
  padding: 10px 13px;
  border-radius: 2px;
}
.testimonial-btns {
  margin-top: 2em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.testimonial-btns .video-btn {
  color: var(--pe_blue);
  font-weight: var(--fw-bold);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.testimonial-btns .video-btn:hover {
  filter: brightness(0.8);
}
.testimonial-btns .video-btn i {
  border-radius: 60em;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 15px;
  position: relative;
  background: var(--pe_blue);
  align-items: center;
  display: flex;
  justify-content: center;
}
.testimonial-btns .video-btn i:before {
  content: "\f20d";
  font-family:var(--icomoon);
  color:#fff;
  font-size: 13px;
  font-style: normal;
  margin-left: 3px;
}
.testimonial-btns .video-btn i:after {
  content:'';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-color:var(--pe_deep_blue);
  opacity: 0.2;
  z-index: -10;
  border-radius: 60em;
}
.testimonial-btns .video_wrap {
  display: none;
}
.testimonial-btns .wistia_embed div {
  width: auto !important;
}
@media(max-width: 991px) {
  .success_stories .list img {
    margin: -7.5em auto 2.5em !important;
    width: 100px !important;
  }
  .success_stories .list {
    min-height: unset;
  }
}
@media(max-width: 768px) {
  .success_stories .list:not(last-of-type) {
    margin-bottom: 8em;
  }
}
@media (min-width: 576px) {
  .success_stories .list {
    text-align: left;
  }
}