.switch-section {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

@media screen and (max-width: 767px) {
  .switch-section .switch-label {
    font-size: 13px;
    display: block;
  }
  .switch-section .switch-label span {
    display: block;
  }
}

.switch-section .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0px 10px;
}

.switch-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5c72ba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-section .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-section input:checked + .slider {
  background-color: #5c72ba;
}

.switch-section input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}

.switch-section input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}

.switch-section .slider.round {
  border-radius: 34px;
}

.switch-section .slider.round:before {
  border-radius: 50%;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.table-header .package {
  min-height: 100% !important;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ebebeb;
  border-bottom: solid 1px transparent;
}

.table-header .package:first-of-type {
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
}

.table-header .package:first-of-type:first-child {
  background: none !important;
}

.table-header .package .best-value {
  height: 26px !important;
  margin-top: -26px;
  color: #ffffff;
  background: #e2007c;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.table-header .package .best-value.visible {
  opacity: 1;
}

.table-header .package .header-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-top: 0;
}

.table-header .package .header-subtitle {
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  padding: 5px;
  font-weight: 600;
  height: auto;
}

.table-header .package .header-description {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  padding: 0px 20px;
}

.table-header .package .header-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 20px;
  text-align: center;
}

.table-header .package .header-buttons {
  padding-top: 10px;
  width: 100% !important;
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  text-align: center;
}

.table-header .package .header-buttons .header-button {
  width: 100%;
  margin: 0px 5px 15px 5px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 10px;
  text-transform: none !important;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}

.table-header .package .header-buttons .header-button.first-button {
  border: solid 1px #5c72ba;
  background: #ffffff;
  color: #5c72ba;
}

.table-header .package .header-buttons .header-button.first-button:hover {
  background: #5c72ba;
  color: #ffffff;
}

.table-header .package .header-buttons .header-button.second-button {
  border: solid 1px #5c72ba;
  background: #5c72ba;
  color: #ffffff;
}

.table-header .package .header-buttons .header-button.second-button:hover {
  background: #ffffff;
  color: #5c72ba;
}

.table-header .package .header-price {
  padding-bottom: 5px !important;
  margin-bottom: 0px;
}

.table-header .package .header-price .crossed-price {
  text-decoration: line-through;
  color: #bababa;
  font-weight: normal;
}

.table-header .package .hint {
  font-size: 11px;
  margin: 0;
}

.table-header .package .under-price-text {
  line-height: 1em;
  margin: 0 auto;
  padding: 0px;
}

table.wl-pricing-table {
  min-width: 100%;
  overflow-y: visible;
}

table.wl-pricing-table thead tr td {
  height: 100% !important;
  vertical-align: top;
  position: relative;
  padding: 0;
}

table.wl-pricing-table thead tr td .header-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  margin: 0;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

table.wl-pricing-table tr {
  background: #ffffff;
}

table.wl-pricing-table tr:nth-child(odd) {
  background: #f5f5f5;
}

table.wl-pricing-table tr td {
  border: solid 1px #ebebeb;
  font-family: "Roboto" Arial, Helvetica, sans-serif;
  width: 25%;
  color: #3e3e3e;
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
}

table.wl-pricing-table tr td:first-child {
  text-align: left;
}

table.wl-pricing-table tr td.empty-field {
  background: #ffffff;
}

table.wl-pricing-table tr td.colspan-field {
  text-align: center;
}

table.wl-pricing-table tr td b {
  color: #142869;
}

table.wl-pricing-table tr td b.style-2 {
  color: #e2007c !important;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px !important;
}

table.wl-pricing-table tr td i {
  color: #5c72ba !important;
}

table.wl-pricing-table tr td i.fa-times {
  color: #e2007c !important;
}

table.wl-pricing-table tr.hidden-feature {
  display: none;
}

.show-features-button,
.hide-features-button {
  margin: 10px auto;
  border-radius: 4px;
  border: solid 1px #5c72ba;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  text-transform: none !important;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
  color: #5c72ba;
  font-size: 15px;
  max-width: 200px !important;
  width: auto;
  font-weight: 600;
}

.show-features-button:hover,
.hide-features-button:hover {
  background: #5c72ba;
  color: #ffffff;
}

.hide-features-button {
  display: none;
}

.table-buttons {
  text-align: center;
}

.mobile-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .mobile-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.mobile-packages .mobile-package {
  position: relative;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ebebeb;
  margin: 20px 0px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mobile-packages .mobile-package {
    width: auto;
    margin: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.mobile-packages .mobile-package .best-value {
  background: #e2007c;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
}

.mobile-packages .mobile-package .best-value.visible {
  opacity: 1;
}

.mobile-packages .mobile-package .package-title {
  margin-top: 20px;
  line-height: 1em;
  margin-bottom: 0px;
  font-weight: 600;
  padding: 0 15px;
}

.mobile-packages .mobile-package .package-subtitle {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0 15px;
}

.mobile-packages .mobile-package .package-description {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.mobile-packages .mobile-package .package-pricing .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.mobile-packages .mobile-package .package-pricing .price .crossed-price {
  text-decoration: line-through;
  color: #bababa;
  font-weight: normal;
}

.mobile-packages .mobile-package .package-pricing .price-hint {
  font-size: 12px;
}

.mobile-packages .mobile-package .package-buttons {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.mobile-packages .mobile-package .package-buttons .package-button {
  width: 50%;
  padding: 10px 15px;
  margin: 0px 5px;
  color: #5c72ba;
  border: solid 1px #5c72ba;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 600;
}

.mobile-packages .mobile-package .package-buttons .package-button:hover {
  background: #5c72ba;
  color: #ffffff;
}

.mobile-packages .mobile-package .package-buttons .package-button.second-button {
  background: #5c72ba;
  color: #ffffff;
}

.mobile-packages .mobile-package .package-buttons .package-button.second-button:hover {
  background: #ffffff;
  color: #5c72ba;
}

.mobile-packages .mobile-package .show-features,
.mobile-packages .mobile-package .hide-features {
  color: #e2007c;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
}

.mobile-packages .mobile-package .hide-features {
  display: none;
}

.mobile-packages .mobile-package .features-list-table {
  display: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mobile-packages .mobile-package .features-list-table tr td {
  text-align: left;
  padding: 10px 5px;
  font-size: 12px;
}

.mobile-packages .mobile-package .features-list-table tr td:first-child {
  font-weight: 600;
}

.mobile-packages .mobile-package .features-list-table tr td:last-child {
  width: 60% !important;
  text-align: center;
}

.mobile-packages .mobile-package .features-list-table tr td b {
  color: #142869;
}

.mobile-packages .mobile-package .features-list-table tr td b.style-2 {
  color: #e2007c !important;
}

.mobile-packages .mobile-package .features-list-table tr td i {
  color: #5c72ba;
}

.mobile-packages .mobile-package .features-list-table tr td i.fa-times {
  color: #ff0000;
}

@media all and (max-width: 1023px) {
  .desktop {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */