.price-card{
    position: relative;
    /* border: 1px solid #06629E; */
    border-radius: 15px;
    padding: 30px 15px;
    font-family: "Poppins", sans-serif;
    transition: all .1s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 20px 0px;
}

.price-card h2{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-card .del-price p{
    font-size: 25px;
    font-weight: 600;
    color: #96B1CD;
}

.price-card .del-price span{
    background: #06629E;
    font-size: 10px;
    border-radius: 10px;
    padding: 2px 7px;
    font-weight: 500;
    color: #FFF;
    margin-left: 1rem;
}

.price-card .right-price p{
    font-size: 1.2rem;
    font-weight: 700;
}

.price-btn{
    position: absolute;
    /* text-align: center; */
    margin:100px 0 20px;
    width: 91%;
    padding: 100px 0 0;
    bottom: 0;
}

.price-card .btn{
    align-items: center;
    font-size: .9rem;
    width: 100%;
    font-weight: 600;
    background: #06629E;
    padding: 10px 0px;
    color: #FFF;
}

.detail-list{
    margin: 0 20px 60px;
}

.detail-list p{
    font-size: 1rem;
    font-weight: 600;
    margin: 25px 0px 5px 0px;
}

.detail-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.detail-list ul li{
    display: flex;
    font-size: .9rem;
    padding: 2px 0px 2px 0px;
    font-weight: 400;
    color: #464646;
    align-items: center;
}

.detail-list ul li i{
    margin-right: 10px;
    font-size: 1.1rem;
    color: #06629E;
}


.price-card {
    flex-grow: 1;
}

.detail-list .p-second{
    font-size: 13px;
    color: #464646;
    margin-top: 0px;
}

.price-card:hover{
    transition: all .2s ease-in-out;
    color: #e9e9e9;
    background: #06629E;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.active{
    background: #06629E !important;
}

.price-card:hover h2,.price-card:hover p,.price-card:hover ul li,.price-card:hover ul li i, .active h2, .active p, .active .p-second, .active ul li,.active ul li i{
    color: #e9e9e9;
}

.price-card:hover .btn , .active .btn{
    color: #06629E;
    background: #e9e9e9;
}

.price-card:hover .del-price span, .active .del-price span{
    color: #e9e9e9;
    background: #000;
}
