

.pricing-toggle-btn{
    margin-bottom: 30px;
    padding-top: 100px;
    display: flex;
}
.price-btn1{
    width: auto;
    display: inline;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    border-radius: 10px;
    background-color: #09203e;
    margin-right: 30px;
    padding: 10px 15px;
    color: #ffffff;
}
.price-btn2{
    width: auto;
    display: inline;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    border-radius: 10px;
    background-color: #ffffff;
    margin-right: 30px;
    padding: 10px 15px;
    border: none;
    color: #09203e;
}
.prc2{
    display: none;
}
@media screen and (max-width: 420px){
    .price-btn1, .price-btn2{
        font-size: 3vw;
    }
}


.pricing-table-child1{
    width: 86.67%;
    background-color: #09203e;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 62px 2px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 4px 62px 2px rgba(0,0,0,0.68);
    box-shadow: 0px 4px 62px 2px rgba(0,0,0,0.68);
}

  
 .radius1{
    border-top-left-radius: 20px;
 } 
 .radius2{
    border-top-right-radius: 20px;
 } 
 .radius3{
    border-bottom-left-radius: 20px;
 } 
 .radius4{
    border-bottom-right-radius: 20px;
 } 




  .price-btn1-member{
    width: auto;
    display: inline;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    border-radius: 10px;
    background-color: #09203e;
    margin-right: 30px;
    padding: 10px 15px;
    color: #ffffff;
}
.price-btn2-member{
    width: auto;
    display: inline;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    border-radius: 10px;
    background-color: #ffffff;
    margin-right: 30px;
    padding: 10px 15px;
    border: none;
    color: #09203e;
}
.prc2-member{
    display: none;
}
.member-main{
    padding-top: 0;
}
  
  /* general styling */