﻿body {
    /*background: #F9F9F9;*/
}

.w-col-3 {
    width: 30%;
}
.w-col  {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
   margin: 15px;
   margin-bottom: 55px;
}
ul.pricing {
    list-style: none;
    border: 1px solid #2caab3;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
    width: 340px;
    height: 400px;
    background-color: white;
}
ul.pricing li.plan-header  {
   background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
    height: 145px;
}

.pricing.featured li.plan-header {
   
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
ul.pricing li {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 2.2;
    text-align:left;
}
.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}
.text1 {
    display: block;
    padding: 10px;
    font-size: 15px!important;
    line-height: 2.2!important;
}
.plan-name {
       margin-top: 10px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 1;
    padding-left: 25px;
}
.img1 {
    width: 84px !important;
    height: 70px !important;
    padding-left:10px;
    margin-top: 15px !important;
    float:none !important;
    margin-bottom:0px !important;
    margin-right:0!important;
}
   

