.saas-pricing-body-4 .line-divider {
  width: 72px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  background-color: #0d4eb5;
}

.saas-pricing-body-4 .pricingtablecontainer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.saas-pricing-body-4 .pricingtable {
  flex: 1;
  padding: 0 12px;
}

.saas-pricing-body-4 .pricingtable .js-yearlypricing {
  display: none;
}

.saas-pricing-body-4 .pricingtable ul {
  border-radius: 6px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.saas-pricing-body-4 .pricingtable li {
  display: flex;
  padding: 0;
  align-items: center;
  flex: 1 1 0%;
}

.saas-pricing-body-4 .pricingtable li.features-item {
  color: #686c73;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
  text-transform: uppercase;
}

.saas-pricing-body-4 .pricingtable li.features-title {
  margin-bottom: 5px;
  color: #03172c;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.saas-pricing-body-4 .pricingtable li.disable {
  opacity: 0.5;
  text-decoration: line-through;
}

.saas-pricing-body-4 .pricingtable__head {
  border: none !important;
  font-weight: bold;
  font-size: 24px;
}

.saas-pricing-body-4 .pricingtable__highlight {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.saas-pricing-body-4 .pricingtable-text {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  border-bottom: 1px dashed #686c73;
  line-height: 1.5;
  text-align: left;
}

.saas-pricing-body-4 .popular .pricingtable-text {
  border-bottom: 1px dashed #fff;
}

.saas-pricing-body-4 .pricingtable__popular {
  background: #F0C80F;
  border: none !important;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 5px !important;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}

.saas-pricing-body-4 .pricing-tag {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 2.5px 20px !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #222 !important;
}

.saas-pricing-body-4 .pricingtable__btn {
  border: none !important;
  padding-top: 20px !important;
}

.saas-pricing-body-4 .pricingtable__btn a {
  width: 100%;
}

.saas-pricing-body-4 .popular .pricingtable__btn a {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}

.saas-pricing-body-4 .popular .pricingtable__btn a:hover {
  color: #222 !important;
  opacity: 1;
}

.saas-pricing-body-4 .pricingtable .popular {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.saas-pricing-body-4 .slideToggle {
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}

.saas-pricing-body-4 .slideToggle i {
  margin: 0 15px;
}

.saas-pricing-body-4 .form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
}

.saas-pricing-body-4 .form-switch i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  transition: all 0.3s linear;
  background-color: #DFDFDF;
}

.saas-pricing-body-4 .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: #00CE6C;
  border-radius: 15px;
  transform: translate3d(4px, 2.5px, 0);
  transition: all 0.2s ease-in-out;
}

.saas-pricing-body-4 .form-switch input {
  display: none;
}

.saas-pricing-body-4 .form-switch input:checked + i::after {
  transform: translate3d(24px, 2.5px, 0);
  background-color: #fff;
}

.saas-pricing-body-4 .form-switch input + i::after {
  background-color: #fff;
}

.saas-pricing-body-4 .form-switch .beforeinput.text-success {
  font-weight: 700;
}

.saas-pricing-body-4 .form-switch input:checked + i + .text-success {
  font-weight: 700;
}

.saas-pricing-body-4 .btn-features-in-tablet {
  display: none;
  display: inline-block;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top: 1px solid #d0d3d4;
  margin-top: 20px;
  position: relative;
}

.saas-pricing-body-4 .popular .btn-features-in-tablet {
  color: #fff;
}

.saas-pricing-body-4 .btn-features-in-tablet:before {
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  width: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.saas-pricing-body-4 .btn-features-in-tablet[aria-expanded="false"]:before{
  content: "\f078";
}

.saas-pricing-body-4 .btn-features-in-tablet[aria-expanded="true"]:before{
   content: "\f077";
}

.saas-pricing-body-4 .btn-features-in-tablet:focus {
  outline: 0;
}

.saas-pricing-body-4 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.saas-pricing-body-4 .fade.in {
  opacity: 1;
}

.saas-pricing-body-4 .collapse {
  display: none;
}

.saas-pricing-body-4 .collapse.in {
  display: block;
}

.saas-pricing-body-4 tr.collapse.in {
  display: table-row;
}

.saas-pricing-body-4 tbody.collapse.in {
  display: table-row-group;
}

.saas-pricing-body-4 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media(max-width:1139px) {
  
  .saas-pricing-body-4 .pricingtable__btn-desktop {
    display: none !important;
  }
  
  .saas-pricing-body-4 .pricingtable__btn-tablet {
    display: block !important;
    padding-top: 0 !important;
  }
  
  .saas-pricing-body-4 .pricingtable__btn-tablet a {
    width: 100%;
  }
  
  .saas-pricing-body-4 .features-title {
    display: none !important;
  }
  
  .saas-pricing-body-4 .pricingtable-text,
  .saas-pricing-body-4 .popular .pricingtable-text {
    border-bottom: 1px none #686c73;
    margin-bottom: 0;
  }
  
  .saas-pricing-body-4 .pricingtable ul {
    height: auto !important;
  }
  
  .saas-pricing-body-4 .btn-features-in-tablet {
    display: block;
  }

  .saas-pricing-body-4 .pricingtable {
    flex: 0 0 50%;
  }
  
  .saas-pricing-body-4 .pricingtable .popular {
    transform: none;
  }
  
}

@media(max-width:767px) {

  .saas-pricing-body-4 .pricingtable {
    flex: 0 0 100%;
  }

}

@media(min-width:1140px) {
  
  .saas-pricing-body-4 .collapse {
    display: block;
    height: auto !important;
  }
  
  .saas-pricing-body-4 .pricingtable__btn-tablet,
  .saas-pricing-body-4 .btn-features-in-tablet {
    display: none !important;
  }

}