.block-mobile {
  display: none;
}

.pricing-table__container {
  margin: 0 auto;
  padding: 4px 0 0;
  max-width: 960px;
  width: 60%;
}
.pricing-table__container *,.pricing-table__container *:before,.pricing-table__container *:after {
  box-sizing: border-box;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.03), 0px 20px 31px 3px rgba(0, 0, 0, 0.03), 0px 8px 20px 7px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .pricing-table {
    flex-direction: row;
  }

  .pricing-table__container {
    width: 100%;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: sentence;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 100px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 20px 20px 0px 20px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 14px;
  margin-top: 20px;
  max-width: 25%;
}

.pricing-header {
  color: #151948;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.72rem;
  padding-top: 20px;
  padding-bottom: 18px;
}

.pricing-header-middle {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.72rem;
  padding-top: 12px;
  padding-bottom: 12px;
}


.pricing-caption-left {
  color: #222;
  font-weight: 400;
  line-height:22px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform:none;
  margin-top: 6px;
  padding-bottom: 12px;
}

.pricing-caption-middle {
  color: #fff;
  font-weight: 400;
  line-height:22px;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform:none;
  margin-top: 6px;
  margin-bottom: 26px;
}

.pricing-caption-right {
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
   line-height:20px;
  font-size: 1em;
  text-transform:none;
  margin-top: 6px;
}

.pricing-caption-mid {
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
  line-height:20px;
  line-height: 10px;
  font-size: .9em;
  text-transform:none;
}

.pricing-amount {
  color: #20407E;
  font-size: 52px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-amount-middle {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  line-height: 22px;
}

.pricing-currency {
  color: #222;
  font-size: 18px;
  font-weight: 400;
}

.pricing-features {
  color: #222;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 8px;
}

.pricing-features-item-left {
  border-top: 1px solid #e1f1ff;
  font-size: 15px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 4px;
  margin: 0px;
}

.pricing-features-item-middle {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 4px;
  margin: 0px;
  color: #fff;
}

.pricing-features-item-right {
  border-top: 1px solid #e1f1ff;
  font-size: 15px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin: 0px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 14px;
  line-height: 20px;
  padding: 18px;
  margin: 0px;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-features-item-left:last-child {
  border-bottom: 0px solid #e1f1ff;
  padding-top: 28px;
}

.pricing-features-item-middle:last-child {
  border-bottom: 0px solid #e1f1ff;
  padding-top: 16 px;
}

.pricing-features-item-right:last-child {
  border-bottom: 0px solid #e1f1ff;
  padding-top: 28px;
}

.pricing-price {
  color: #20407E;
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.pricing-price-under { 
  font-size:16px;
  font-weight:400;
  color: #777;
  padding-bottom: 5px;
}
.pricing-price-subtext {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}
.pricing-price-subtext-table {
  color: #444;
  font-size: 9px;
  font-weight: 600; 
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

@media (min-width: 992px) {
  .pricing-plan--standout {
    transform: scale(1.1);
    background: white;
	  background-image: linear-gradient(135deg, #b41e1e 0%, rgb(25, 58, 180) 75%);
    border-radius: 12px;
    box-shadow: 0px 15px 36px -4px rgba(118,115,115,0.15);
    -webkit-box-shadow: 0px 15px 36px -4px rgba(118,115,115,0.15);
    -moz-box-shadow: 0px 15px 36px -4px rgba(118,115,115,0.15);
    border: 1px solid #e0e0e0;
  }
}

.pricing-comparison-table-toggle {
  font-size: 1.2rem;
  margin-top: 80px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  color: #20407E;
  cursor: pointer;
}

.pricing-features-item > img {
  width: 20px;
  margin-right: 6px;
}

.pricing-features-item-left > img {
  width: 20px;
  margin-right: 6px;
}

.pricing-features-item-left2 > img {
  width: 20px;
  margin-right: 6px;
}

.pricing-features-item-middle > img {
  width: 20px;
  margin-right: 6px;
}

.pricing-features-item-right > img {
  width: 20px;
  margin-right: 6px;
}

.main {
  /*box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);*/
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.price-table {
  width: 98%;
  margin-left: 1%;
  border-collapse: collapse;
  border: 0 none;
}
@media (max-width: 991px) {
  .price-table {
    width: 95%;
    margin-left: 2.5%;
  }
  .pricing-comparison-table-toggle {
    margin-top: 56px;
  }
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.price-table tr td {
  border: 1px solid #eaeaea;
  padding: 12px 40px;
  font-size: 15px;
}
.price-table tr td:first-child {
  border: 1px solid #eaeaea;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.price-table tr:not(:first-child):not(:last-child):hover {
  background-color: #EEEEEE;
}
.price-table .fa-check {
  color: #5336ca;
}
.price-table .fa-times {
  color: #D8D6E3;
}

/* Highlighted column */
/*.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}*/
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
  /* color: #ffffff; */
}
/**/

:root {
  --border-color: #eaeaea;

}

.price-table tr.price-table-head td:not(:nth-child(1)) {
  border-top: 1px solid #eaeaea;
}
.price-table tr.price-table-head td:last-child {
  border-right: 1px solid #eaeaea;
}
.price-table tr:not(.price-table-head) {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.price-table tr:last-child {
  border-bottom: 1px solid #eaeaea;
}

.price-table tr.price-table-features {
  background-color: #eaeaea;
}

.price-table tr.price-table-features td {
  text-align: left;
}

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.table-price {
  font-size: 25px;
  font-weight: 500;
  color: #20407E;
  }
.price-table td.price {
  color: #f43f54;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
}
.price-table td.price a {
  background-color: #5336ca;
  color: #FFFFFF;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}
.price-table td.price-table-popular {
  border-top: 3px solid #5336ca;
  color: #5336ca;
  text-transform: capitalize;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 90px;
  fill: #5336ca;
}

.price-table tbody td {
  color: #333;
}

.main.hide {
  display: none;
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .business-item-info br {
      display: none;
    }

    #features .feature-item br {
      display: none;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .mobile-center {
    text-align: center;
  }
  .block-mobile {
    display: block;
  }
  .block-mobile-default {
    display: none;
  }
  .below-heading-right {
    padding-bottom: 100px;
  }
  .pricing-table__container {
    width: 80%;
  }
  .pricing-features-item {
    font-size: 18px;
  }
  .pricing-header {
    font-size: 2.5rem;
  }
  .pricing-img {
    max-width: 35%;
  }
  .pricing-price {
    font-size: 16px;
  }
  .pricing-price-under {
    font-size: 35px;
  }
  .pricing-price-subtext {
    font-size: 24px;
  }
  .pricing-plan {
    border-bottom: 1px solid #cecece;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.03), 0px 20px 31px 3px rgba(0, 0, 0, 0.03), 0px 8px 20px 7px rgba(0, 0, 0, 0.01);
    border: 1px solid #e0e0e0;
    padding-bottom: 50px;
  }
  .pricing-plan-margin {
    margin-bottom: 50px;
  } 
  .pricing-table {
    box-shadow: none; 
    border: none; 
  }

  #features .feature-item h4 {
    font-size: 16px;
  } 
  #features .feature-item br {
    display: none;
  }
  #features .feature-item .feature-icon {
    margin-right: 20px;
  }
  .price-table tr td {
    padding: 16px;
  }
  .business-item-info br {
    display: none;
  }
}

@media (max-width: 600px) {
  .block-mobile {
    display: block;
  }
  .block-mobile-default {
    display: none;
  }
  .pricing-table__container {
    width: 100%;
    padding: 60px 0 0;
  }
  .pricing-table {
    box-shadow: none; 
    border: none; 
  }
  .pricing-plan {
    border-bottom: 1px solid #cecece;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.03), 0px 20px 31px 3px rgba(0, 0, 0, 0.03), 0px 8px 20px 7px rgba(0, 0, 0, 0.01);
    border: 1px solid #e0e0e0;
    padding-bottom: 30px;
  }
  .pricing-plan-margin {
    margin-bottom: 50px;
  } 
  .business-item-info br, .desc-text br, #features .feature-item br {
    display: none;
  }
  .above-heading-right, .above-heading-left, .pt-80, .pt-75, .above-heading-right-two {
    padding-top: 100px;
  }
  .pt-75 {
    padding-bottom: 0;
  }
  .price-table tr.price-table-head td, .table-price {
    font-size: 12px;
  }
  .price-table tr td {
    padding: 8px 5px;
    font-size: 11px;
  }
  .col-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .price-table img {
    width: 15px !important;
  }
}