#pricing {
    padding: auto;
    background-color: #fff
}

#pricing .card {
    border: 1px solid #cfcece;
    border-radius: 0;
    box-shadow: 0 3px 0 0 rgba(65, 62, 102, .08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative
}

#pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #1bb1dc;
    transition: .5s
}

#pricing .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08)
}

#pricing .card:hover:after {
    width: 100%
}

#pricing .card .card-header {
    background-color: #fff;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center
}

#pricing .card .card-title {
    margin-bottom: 16px;
    color: #535074;
    background-color: #fff;
    display: flex;
margin-left: 10%;
margin-top: 20px;
}

#pricing .card .card-block {
    padding-top: 0;
    text-align: center
}

#pricing .card .list-group-item {
    border: 0;
    padding: 0px;
    color: #413e66;
    font-weight: 500;
display: flex;
margin-left: 12%;

}

#pricing .card h3 {
    font-size: 40px;
    margin-bottom: 0;
    color: #535074
}

#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0
}

#pricing .card h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0
}

#pricing .card .list-group {
    margin-bottom: 15px
}

#pricing .card .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff
}

#pricing .card .btn:hover {
    background: #0a98c0
}

@media (max-width:991px) {
    #pricing {
        padding-bottom: 30px
    }
    #pricing .card {
        margin-bottom: 50px
    }
    #pricing .card h3 {
        font-size: 50px;
      
    }
    #pricing .card .list-group-item {
       
        margin-left: 5%;
        
        }
    
}
/* 2 */
/* ------- */
#pricing .card-member {
    border: 2px solid  #ffd700;
    border-radius: 0;
    box-shadow: 0 3px 0 0 rgba(65, 62, 102, .08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative;

}

#pricing .card-member:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color:  #ffd700;
    transition: .5s
}

#pricing .card-member:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08)
}

#pricing .card-member:hover:after {
    width: 100%
}

#pricing .card-member .card-header {
    background-color: #fff;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center
}

#pricing .card-member .card-title {
    margin-bottom: 16px;
    color: #535074;
    background-color: #fff;
    display: flex;
margin-left: 10%;
margin-top: 20px;
}

#pricing .card-member .card-block {
    padding-top: 0;
    text-align: center
}

#pricing .card-member .list-group-item {
    border: 0;
    padding: 2px;
    color: #413e66;
    font-weight: 500;
display: flex;
margin-left: 12%;

}

#pricing .card-member h3 {
    font-size: 64px;
    margin-bottom: 0;
    color: #535074
}

#pricing .card-member h4 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0
}

#pricing .card-member h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0
}

#pricing .card-member .list-group {
    margin-bottom: 15px
}

#pricing .card-member .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff
}

#pricing .card-member .btn:hover {
    background: #0a98c0
}

@media (max-width:991px) {
    #pricing {
        padding-bottom: 30px
    }
    #pricing .card-member {
        margin-bottom: 50px
    }
    #pricing .card-member h3 {
        font-size: 50px;
      
    }
    #pricing .card-member .list-group-item {
       
    margin-left: 5%;
    
    }
}