*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.memberfees{

    margin-top: 70px;
    margin-bottom: 70px;

}

.feesheading h2{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    
}

.feesheading p{
    
    
    margin: 40px;
}

.feestexts p{
    margin: 40px;
    font-size: 13px;
    
}

.feesplan{
    margin: 40px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}



.feesplan .col-md-2 h3{
    font-family: cursive;
    font-size: 30px;
    font-weight: 400;
    padding: 30px;
    color: rgb(255, 141, 10);
}
.feesplan .col-md-10 p{
    margin-top: 30px;
    text-align: left;
    justify-content: left;
    

}

.explorebtn .col-md-12 button{
    width: 250px;
    
    width: 300px;
    border-radius: 8px;
    background-color: #00B140;
    color: white;
    border: none;
    bottom: 20px;
}

.explorebtn .col-md-12 button:hover{
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
    background-color: black;

}

.explorebtn .col-md-12 button:focus{
    background-color: black;
    color: lightblue;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
     border: none;
}


.explorebtn .col-md-12 button:active{
    background-color: black;
    color: lightblue;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
     border: none;
}
