
.mainContainer{
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 100px;
}
#headingdiv{
    display: flex;
    width: 200px;
    height: 40px;
    background-color: white;
    margin: auto;
    border: 1.5px solid black;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
#star{
    font-size: 2.3rem;
    box-sizing: border-box;
    padding-top: 12px;
    margin-right: 5px;
    font-weight: 400;
}

#liner{
    font-size: 1.2rem;
    margin: auto;
    max-width: 700px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 30px;
}

#subscription-setbox{
margin-bottom: 100px;
}
#cards-main-div1, #cards-main-div2{
    height: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

#duration-switch{
    background-color: white;
}
.card{
    width: 100%;
    height: auto;
    background-color: #d6f1ff;
    box-sizing: border-box;
    padding-bottom: 40px;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#card-section1{
    width: 100%;
    height: auto;
}

#card-section2{
    width: 100%;
    height: auto;
}

.card-section1-section1{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
}


.card-section1-section2{
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1rem;
    line-height: 24px;
    padding-top: 10px;
}

#tag{
    width: 240px;
    height: 40px;
    text-align: center;
    border: 1.1px solid black;
    font-size: 1.1rem;
    box-sizing: border-box;
    padding-top: 7px;
    font-weight: 600;
    border-radius: 7px;
    background-color: white;
    margin: auto;
}

#price{
    font-size: 3rem;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
}

#percent{
    font-size: 2rem;
    font-weight: 600;
}

#getstartedbutton{
    width: 200px;
    height: 45px;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    box-sizing: border-box;
    padding-top: 12px;
    margin: auto;
    margin-top: 10px;
}



/*---------------------------------Media Queries---------------------------------*/
@media only screen and (min-width: 530px) {
    .card{
        max-width: 480px;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1181px) {
#liner{
    font-size: 1.5rem;
    margin: auto;
    font-weight: 500;
    max-width: 700px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 40px;
}

    .card{
    width: 29%;
}

#cards-main-div1{
width: 90%;
margin: auto;
margin-top: 40px;
display: flex;
    justify-content: space-around;
}

#cards-main-div2{
 display: block;
 max-width: 800px;
 margin: auto;
}
#cards-main-div2 > .card{
    display: inline-block;
    margin-left: 20px;
    width: 45%;
}

}