.upsh-pricing-toggle .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

.upsh-pricing-toggle .flex .col {
  flex: 1;
  padding: 20px 20px;
}

.upsh-pricing-toggle .pricingtablecontainer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.upsh-pricing-toggle .pricingtable {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 20px;
}

.upsh-pricing-toggle .pricingtable .js-yearlypricing {
  display: none;
}

.upsh-pricing-toggle .pricingtable ul {
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.upsh-pricing-toggle .pricingtable li {
  display: flex;
  padding: 0;
  align-items: center;
  flex: 1 1 0%;
}

.upsh-pricing-toggle .pricingtable li.features-item {
  color: #686c73;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #f2f4f6;
}

.upsh-pricing-toggle .pricingtable li.features-item:last-child {
  border-bottom: 1px solid transparent;
}

.upsh-pricing-toggle .pricingtable li.features-item .features-icon {
  width: 25px;
  height: 25px;
  border-radius: 9999px;
  line-height: 25px;
}

.upsh-pricing-toggle .pricingtable li.features-item .features-icon svg {
  fill: #fff; 
}

.upsh-pricing-toggle .pricingtable li.features-title {
  margin-bottom: 5px;
  color: #03172c;
  font-size: 14px;
  text-align: left;
}

.upsh-pricing-toggle .pricingtable li.pricing-info {
  justify-content: center;
}

.upsh-pricing-toggle .pricingtable li.pricing-tag {
  justify-content: flex-end;
}

.upsh-pricing-toggle .pricingtable li.disable {
  opacity: 0.5;
  text-decoration: line-through;
}

.upsh-pricing-toggle .pricingtable__head {
  border: none !important;
}

.upsh-pricing-toggle .pricingtable__highlight {
  margin-bottom: 10px;
  font-weight: 700;
}

.upsh-pricing-toggle .pricingtable-text {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent;
  color: #686c73;
  line-height: 1.4em;
  text-align: left;
}

.upsh-pricing-toggle .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%;
}

.upsh-pricing-toggle .pricing-tag {
  margin-bottom: 10px; 
}

.upsh-pricing-toggle .pricing-tag span {
  display: inline-block;
  background-color: #1c1d29;
  color: #fff;
}

.upsh-pricing-toggle .pricingtable__btn {
  padding-top: 20px !important;
}

.upsh-pricing-toggle .pricingtable__btn a {
  padding: 10px 20px; 
  width: 100%;
}

.upsh-pricing-toggle .pricingtable .popular {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.upsh-pricing-toggle .slideToggle {
  display: flex;
  justify-content: flex-end;
}

.upsh-pricing-toggle .slideToggle i {
  margin: 0 15px;
}

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

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

.upsh-pricing-toggle .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 17px;
  transform: translate3d(4px, 2.5px, 0);
  transition: all 0.2s ease-in-out;
}

.upsh-pricing-toggle .form-switch input {
  display: none;
}

.upsh-pricing-toggle .form-switch input:checked + i::after {
  transform: translate3d(24px, 2.5px, 0);
}

.upsh-pricing-toggle .form-switch input + i::after {
  background-color: #fff;
}

.upsh-pricing-toggle .form-switch .beforeinput.text-success {
  font-weight: 700;
  border-bottom: 3px solid #f3f3f7;
}

.upsh-pricing-toggle .form-switch input:checked + i + .text-success {
  font-weight: 700;
  border-bottom: 3px solid #f3f3f7;
}

.upsh-pricing-toggle .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;
  color: #686d72;
}

.upsh-pricing-toggle .btn-features-in-tablet:before {
  content: ">";
  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;
}

.upsh-pricing-toggle .btn-features-in-tablet[aria-expanded="false"]:before{
  content: ">";
}

.upsh-pricing-toggle .btn-features-in-tablet[aria-expanded="true"]:before{
  content: "<";
}

.upsh-pricing-toggle .btn-features-in-tablet:focus {
  outline: 0;
}

.upsh-pricing-toggle .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.upsh-pricing-toggle .fade.in {
  opacity: 1;
}

.upsh-pricing-toggle .collapse {
  display: none;
}

.upsh-pricing-toggle .collapse.in {
  display: block;
}

.upsh-pricing-toggle tr.collapse.in {
  display: table-row;
}

.upsh-pricing-toggle tbody.collapse.in {
  display: table-row-group;
}

.upsh-pricing-toggle .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) {

  .upsh-pricing-toggle .pricingtable li.pricing-info {
    justify-content: flex-start;
  }
 
  .upsh-pricing-toggle .pricingtable__btn-desktop {
    display: none !important;
  }
  
  .upsh-pricing-toggle .pricingtable__btn-tablet {
    display: block !important;
    padding-top: 0 !important;
  }
  
  .upsh-pricing-toggle .pricingtable__btn-tablet a {
    width: 100%;
  }
  
  .upsh-pricing-toggle .features-title {
    display: none !important;
  }
  
  .upsh-pricing-toggle .pricingtable-text,
  .upsh-pricing-toggle .popular .pricingtable-text {
    border-bottom: 1px none #686c73;
    margin-bottom: 0;
  }
  
  .upsh-pricing-toggle .pricingtable ul {
    height: auto !important;
  }
  
  .upsh-pricing-toggle .btn-features-in-tablet {
    display: block;
  }
  
  .upsh-pricing-toggle .pricingtable {
    flex: 0 0 50%;
  }
  
  .upsh-pricing-toggle .pricingtable .popular {
    transform: none;
  }
  
}

@media(max-width:767px) {
  
  .upsh-pricing-toggle .flex .col {
    flex: 0 0 100%;
  }

  .upsh-pricing-toggle .slideToggle {
    justify-content: center;
  }

  .upsh-pricing-toggle .pricingtable {
     flex: 0 0 100%;
    max-width: 100%;
  }

}

@media(min-width:768px) and (max-width:1139px) {
  
    .upsh-pricing-toggle .pricingtable li.features-item .features-icon {
    width: 20px;
    height: 20px; 
    line-height: 20px;
  }
  
  .upsh-pricing-toggle .pricingtable li.features-item .features-icon svg {
    width: 11px;
    height: 11px;
  }
  
  .upsh-pricing-toggle .btn-features-in-tablet {
    font-size: 14px; 
  }
  
}

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

}