 @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
 @import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.pricingplans {
     align-items: center;
     font-family: 'Montserrat', sans-serif;
     color: #000000;
     text-align: center;
     font-size: 16px;
     width: 100%;
     max-width: 1000px;
}

 .pricingplans .plan {
     border-radius: 10px;
     margin: 0;
     width: 31%;
     margin: 1%;
     position: relative;
     float: left;
     min-height: 50vh;
     background-color: #232f3d;
}

 .pricingplans * {
     color: #fff;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .pricingplans header {
     position: relative;
}
 .pricingplans .plan-title {
     border-radius: 5px;
     position: relative;
     top: 0;
     font-weight: 800;
     padding: 5px 15px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     margin: 0;
     display: inline-block;
     background-color: #2d2d2d;
     box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
     color: #FFCE4B;
     text-transform: uppercase;
}
 .pricingplans .plan-cost {
     padding: 0px 10px 20px;
}
 .pricingplans .plan-price {
     font-family: 'Montserrat', Arial, sans-serif;
     font-weight: 800;
     font-size: 2.4em;
     color: #FFCE4B;
}
 .pricingplans .plan-type {
     opacity: 1;
}
 .pricingplans .plan-features {
     padding: 0;
     margin: 0;
     text-align: center;
     list-style: outside none none;
     font-size: 0.8em;
}
 .pricingplans .plan-features li {
          background: rgba(0, 0, 0, 0.08);
     padding: 10px 5%;
}

 .pricingplans .plan-features i {
     margin-right: 8px;
     opacity: 0.4;
}
 .pricingplans .plan-select {
     left: 50%;
     transform: translateX(-50%);
     position: absolute;
     bottom: 10px;

}
 .pricingplans .plan-select a {
     border: 2px solid #222f4d;
     background: linear-gradient(to left, #ffffff 50%, #FFCE4B 50%) right;
     color: #222f4d;
     border-radius: 5px;
     align-self: flex-end;
     background-size: 200%;
     text-decoration: none;
     padding: 0.5em 1em;
     font-weight: 800;
     display: inline-block;
     transition: .3s ease-out;
}
 .pricingplans .plan-select a:hover {
     
     background-position: left !important;
    
}
 @media only screen and (max-width: 767px) {
     .pricingplans .plan {
         width: 50%;
         margin-left: 25%;
         margin-right: 25%;
         margin-bottom: 20px;
    }
     .pricingplans .plan-title, .pricingplans .plan-select a {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     .pricingplans .plan-cost, .pricingplans .featured .plan-cost {
         padding: 20px 10px 20px;
    }
     .pricingplans .plan-select, .pricingplans .featured .plan-select {
         padding: 10px 10px 10px;
    }
}
 @media only screen and (max-width: 440px) {
     .pricingplans .plan {
         width: 100%;
    }
}
