.inner-from .input-button button{
    color: white;
    text-decoration: none;
    background: none;
    border: none;
}

/********** Snackbaar text start here ********/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -174px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.go-button {
    padding: 9px 29px;
    border: 1px solid #00A0CF;
    border-radius: 4px;
    background-color: #00A0CF;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    min-width: 152px;
    text-align: center;
}
.headline-container h1 {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    margin-top: 40px;
}
.headline-container {
    flex-direction: column !important;
    align-items: flex-start !important;
}
.switch {
    width: 51px;
    height: auto !important; 
    background: #143B63;
    border-radius: 50px;
}
.slider.round {
    height: 15px !important;
    margin: 4px;
}
.monthly-switch h5 {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
}
.slider {
    width: 34% !important;
    height: 4px !important;
       background: transparent !important;
    z-index: 9999;
}
input:checked + .slider {
    left: auto !important;
}
.tab-list-active{
    background: #266DB3 !important;
    color: white !important;
}
.tab-list
{
    border: 1px solid #EAEAED !important;       
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #404040;
    font-family: 'Poppins';
    font-size: 15px !important;
    padding: 20px;
}
.features-list-container .list-check {
    background: #266db3 !important;
}
.features-list-container h5{
    font-family: 'Poppins' !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}
.membership-card
{
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA  !important;
    box-sizing: border-box ;    
    box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27)  !important;
    border-radius: 10px  !important;
}
.membership-card h2{
    color: #266db3 !important;
}
.read-more-btn
 {
    background: #266DB3 !important;
    box-shadow: 0px 4px 41px 1px rgba(0, 91, 118, 0.21) !important;
    border-radius: 19.4715px !important; 
}

.left-content {
    padding-left: 40px;
}
.monthly-switch h5 em {
    font-size: 12px !important;
}

td.status-value h5 {
    background: #f1f1f1;
    margin: 10px 0px;
    padding: 13px 0px;
    text-align: center;
}

td.validate-value h5 {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: green;
}

.activeUserPlan{
    border: 1px solid #266db3 !important;
    background: #266db3 !important;
    color: #fff;
}

.activeUserPlan h2
{
    color: #fff !important;
    
}
.activeUserPlan a {
    max-width: 100%;
    background: #fff !important;
    color: #266DB3;
    display : none;
}
