.under-menu .insta:after{
    content: url(https://nido.style/wp-content/themes/twentytwentyone-child/img/share/instagram-blk.svg);
    position: absolute;
    top: -1px;
    transform: scale(1.2);
}

header.entry-header{
    display: none;
}
a{
    text-decoration: none;
}
.qus{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #3e3e3e;
    position: absolute;
    top: 40%;
    margin: 0px!important;
}

.qus-btn {
    margin: 40px 0 0 0;
}
button.no-btn {
    width: 300px;
    background-color: #fff!important;
    color: #12636B!important;
    border: 1px solid #12636B;
    margin-bottom: 15px;
}
button.no-btn:hover {
    background-color: #e4e4e4!important;
}
button.yes-btn {
    width: 300px;
    background-color: #12636B!important;
    color: #fff!important;
    border: none!important;
    border: 1px solid #12636B!important;
    margin-bottom: 15px;
}
button.yes-btn:hover {
    background-color: #093f44!important;
    color: #fff!important;
    border: none!important;
    border: 1px solid #093f44!important;
}

main#main {
    background: #fff;
    height: 100vh;
    padding: 60px 0 0 0;
}


#menu-btn-check ~ .menu-btn span, #menu-btn-check ~ .menu-btn span::before, #menu-btn-check ~ .menu-btn span::after {
    background-color: #000000;
}

.menu-btn {
    cursor: pointer;
    position: fixed;
    top: 69px;
    right: 51px;
    display: flex;
    height: 60px;
    width: 51px;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

@media(min-width:751px) {
    button.yes-btn {
        width: 200px;
    }
    
    button.no-btn {
        width: 200px;
    }
    
    button.yes-btn {
        margin: 0 10px;
    }
    
    button.no-btn {
        margin: 0 10px;
    }
}
@media(max-width:750px) {
    .qus{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #3e3e3e;
        position: absolute;
        top: 40%;
        margin: 0px!important;
    }
    div#content {
        padding: 0;
    }
    button.no-btn {
        width: 90%;
    } 
    button.yes-btn {
        width: 90%;
    }
    .qus {
        font-size: 18px;
    }
    .menu-btn {
        cursor: pointer;
        position: fixed;
        top: 48px;
        right: 9px;
        display: flex;
        height: 60px;
        width: 51px;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }
}