.tab-right
{
    padding-left: 5vw;
    padding-top: 5vh;
}
.b_h
{
    color: #15A2DA;
    font-family: Helvetica Now Text ;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.crd1
{
    width: 27rem;
    height: 14rem;
    background-color: #fff;
    padding-top: 2rem;
    padding-left: 2rem;
}
.mm
{
    color: #18202C;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.md
{
    color: #18202C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2rem;
}
.mn
{
    width: fit-content;
    height: fit-content;
    background-color: #16A2DA;
    text-decoration: none;
    color: #fff;
    font-size: .7rem ;
    padding: 1rem 1rem;
}
.holder
{
    display: flex;
    width: fit-content;
    height: fit-content;
    flex-wrap: wrap;
    margin-top: 5vh;
}
.crd2
{
    width: 22rem;
    height: 7rem;
    background-color: #fff;
    padding: 2rem 1rem;
}
.crd2:nth-child(2)
{
    margin-left: 3rem;
}
.itms
{
    display: flex;
}
.card
{
    height: 50px;
    width: 50px;
    background-image: url('../images/card.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.det
{
    margin-left: 1rem;
}
.year
{
    color: #000;
    font-family: Helvetica Now Text ;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.exp
{
    line-height: 0;
    color: #888;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.crds
{
    height: 30px;
    width: 40px;
    background-image: url('../images/card2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.method
{
    color: var(--day-greyscale-grey, #C0C0C0);
    text-align: center;
    font-family: Helvetica Now Text ;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.remove
{
    margin-top: 1rem;
}
.card4
{
    width: 48rem;
    height: 12rem;
    background-color: #fff;
    margin-bottom: 13vh;
}
.up
{
    height: fit-content;
    width: 100%;
    display: flex;
}
.logo2
{
    height: 60px;
    width: 60px;
    background-image: url('../images/logo2.png');
    background-size: cover;
    background-position: center;
    margin-top: 3vh;
    margin-left: 3vh;
}
.sub
{
    color: #000;
    font-family: Helvetica Now Text ;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 3vh;
    margin-left: 2rem;
}
.sub span
{
    color: #18202C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.down p
{
    color: #888;
    font-family: Helvetica Now Text ;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 1.8rem;
    margin-top: 1.7rem;
}
.cp
{
    height: fit-content;
    width: fit-content;
    border-radius: 8px;
    background: #F3F3F3;
    text-decoration: none;
    color: #494848;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: .6rem 3.5rem;
    margin-left: 4rem;
    
}
.cp:hover
{
    color: #000;
}
.dots
{
    height: 2.7rem;
    width: 2.5rem;
    background-image: url('../images/dots.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-left: .4rem;
}