.bd-header{
    max-width: 1200px;
    margin: 20px auto;
}
#logo_href{
    color: #00d1b2;
    font-size: 3em;
    font-weight: 600;
    font-family: math;
}
.li_href{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.mem_a{
    margin-right: auto;
    flex-basis: 100%;
    margin-bottom: 5px;
}
.li_href .button{
    margin-left: 10px;
}
.button.is-primary, .button.is-danger, .button.is-info{
    color: white;
}
.notification{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.notification_inner{
    margin-right: 20px;
}
h1,h2{
    text-align: center;
}
#our_key{
    cursor: pointer;
    font-weight: 600;
}
#sear_wrap{
    display: flex;
}
#sear_btn{
    margin-left: 10px;
}
.flex{
    display: flex;
}
#modal-wait-img{
    background-image: url(/img/wait.gif);
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: 5;
}
.date_new{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #00d1b2;
    padding: 5px;
    border-top-right-radius: var(--bulma-card-radius);
    color: white;
}
#ul_list{
    margin: 0px;
}
.lk_icon{
    width: 25px;
}
.li_href .lk_button_text{
    margin-left: 10px;
}
#wrap_news_home{
    max-width: 320px;
}
footer{
    margin: 10px;
    max-width: 1200px;
}
#wrap_home_plans{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.home_plan{
    width: 30%;
    margin: 1%;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(15, 15, 15, 0.4);
    padding: 2%;
}
.home_plan:hover {
	transform: scale(1.03);
}
.home_plan h3{
    text-align: center;
}
.plan_price{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
#show_more_btn{
    margin: auto;
    display: flex;
}


@media screen and (max-width: 1200px) {
    .lk_button_text{
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .navbar-end{
        display: none;
    }
    #main_menu{
        display: flex;
        flex-direction: column;
        width: max-content;
        float: right;
        position: absolute;
        right: 20px;
        background: white;
    }
    #main_menu > .button{
        background: white;
        color: var(--bulma-link);
        border-bottom: 1px solid var(--bulma-link);
    }
}
@media screen and (max-width: 640px) {
    #home_section{
        flex-direction: column;
        padding-top: 0px;
    }
    #wrap_news_home {
        max-width: 90%;
        margin: auto;
        margin-top: 20px;
    }
}
