/* @import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
  background: #F2F2F2;
  padding: 0;
  maring: 0;
}

#price {
  text-align: center;
}.plan {
    display: inline-grid;
    margin: 10px 0.2%;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 5%;
    width: 100%;
}
.plan1 {
    display: inline-grid;
    margin: 10px 0.2%;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 5%;
    width: 100%;
}

@media (min-width: 768px) {
    .plan {
        display: inline-grid;
        margin: 10px 0.2%;
        font-family: 'Lato', Arial, sans-serif;
        margin-bottom: 5%;
        width: 18%;
    }
    .plan1 {
        display: inline-grid;
        margin: 10px 0.2%;
        font-family: 'Lato', Arial, sans-serif;
        margin-bottom: 5%;
        width: 25%;
    }
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 250px;
    max-width: 100%;
    position: relative;
}

.entry-title {
  background: #53CFE9;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title>h3 {
    background: #20BADA;
    font-size: 16px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 550;
    margin: 0;
    color: #fff;
    min-height: 64px;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #20BADA;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    text-align: left;
    padding-left: 6%;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 16px 5px;
    font-size: 10px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
  background: #75DDD9;
}

.basic .entry-title > h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}
.strikeOff{
    color: #c6bdbd!important;
} */

.strikeOff{
    color: #ebebeb!important;
} 

.demo{ background: #c2c8c9; }
.pricingTable{
    padding-bottom: 90px;
    margin: 0 20px;
    background: #fff;
    border-radius: 20px;
    border-bottom: 5px solid #249699;
    text-align: center;
    z-index: 1;
    position: relative;
}
.pricingTable .pricingTable-header{ position: relative; }
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    border-top: 10px solid #48434a;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px;
}
.pricingTable .pricingTable-header:after{
    border-left: none;
    border-right: 10px solid transparent;
    left: auto;
    right: -10px;
}
.pricingTable .title{
    padding: 25px 5px;
    margin: 0;
    background: #030004;
    background: linear-gradient(to top, #030004, #314047);
    border-radius: 20px 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    min-height: 100px;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    border-left: 10px solid #c2c8c9;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    bottom: -114px;
    left: -30px;
}
.pricingTable .title:after{
    border-left: none;
    border-right: 10px solid #c2c8c9;
    left: auto;
    right: -30px;
}
.pricingTable .price-value{
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    background: #249699;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.pricingTable .price-value:after{
    left: auto;
    right: -20px;
}
.pricingTable .month{
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
    position: relative;
    top: -12px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.pricingTable .pricing-content li{
    padding: 8px 0;
    font-size: 15px;
    font-weight: 550;
    color: #6a6262;
    line-height: 30px;
    border-bottom: 2px dashed #e3e3e3;
    position: relative;
    text-align: left;
    padding-left: 4%;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #249699;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #249699; }
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #249699;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ transform: rotateY(90deg); }
.pricingTable.orange{ border-bottom-color: #249699; }
.pricingTable.orange .price-value,
.pricingTable.orange .pricingTable-signup:before{ background: #249699; }
.pricingTable.orange .price-value:before,
.pricingTable.orange .price-value:after{ background: #cd4410; }
.pricingTable.orange .pricingTable-signup{ border-color: #fb8c00; }
.pricingTable.orange .pricingTable-signup:hover{ color: #fb8c00; }
.pricingTable.pink{ border-bottom-color: #d81a60; }
.pricingTable.pink .price-value,
.pricingTable.pink .pricingTable-signup:before{ background: #d81a60; }
.pricingTable.pink .price-value:before,
.pricingTable.pink .price-value:after{ background: #a91a58; }
.pricingTable.pink .pricingTable-signup{ border-color: #d81a60; }
.pricingTable.pink .pricingTable-signup:hover{ color: #d81a60; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
.col-md-2.col-sm-2.col-xs-12 {
    width: 100%;
    padding: 0px;
    margin-bottom: 5%;
    margin-top: 3%;
}   
.col-sm-6 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .col-md-2.col-sm-2.col-xs-12 {
        width: 46%;
        padding: 0px;
    }
    .col-sm-6 {
        width: 45% !important;
    }
}
@media (min-width: 992px) {
    .col-md-2.col-sm-2.col-xs-12 {
        width: 25%;
        padding: 0px;
    }
    .col-sm-6 {
        width: 33% !important;
    }
}

.col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 5%;
    margin-top: 3%;
}






ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 550;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}