.plans{
    padding: 20px;
}



.plans-card{
    width: 100%;
    height: auto;
    border-radius: 9px;
    background: #fff;
    border:1px solid #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    cursor: pointer;
}
.plans-card:hover{
    box-shadow: 0 4px 12px #003F3E;
}
.plan01{
    width: 100%;
    padding: 10px;
    text-align: center;
}
.plan01 h4{
    font-family: quantico;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.plan01 h6{
    font-family: quantico;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2db155;
}
.plan02{
    width: 100%;
    padding: 10px;
    text-align: center;
}

.plan02 label{
    font-size: 24px;
    color: #FE0581;
    font-family: quantico;
    font-weight: bold;
}
.plan02 span{
    font-family: quantico;
    font-size: 24px;
    font-weight: bold;
}
.plan02 a{
    width: 100%;
    background: linear-gradient(to left, #2db155, #003F3E);
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.plan02 a:hover{
    transition: 0.4s;
    width: 100%;
    background: linear-gradient(to right, #2db155, #003F3E);
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.plan2 h6{
    font-size: 15px;
}


#boxA, #boxB{
    display: none;
}