
.fifth-sidebar{
    position: fixed;
    height: 100vh;
    background-color: #F7F7F7;
    padding-top: 50px;
    z-index: 1000   ;
}


.logo_holoh{
    padding-left: 55px;
    width: 180px;
}
.logo_bouquet{
    padding-left: 55px;
}

.brand_book{
    height: 100vh;
}

.brand{
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.brand-logo{
    width: 84vh;
}

.top-nav {
    margin-top: 33px;
}

.top-nav ul{
    list-style: none;
    padding-left: 55px;
}
.top-nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #8C8C8C;
    font-size: 20px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3px;
    padding-right: 40px;
    padding-bottom: 19px;
    transition: 0.5s;

}
.top-nav ul li a:hover {
    color: #C4C4C4;
    transition: 0.5s;
}

.brand-description{
    font-size: 59px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    color: #3a7294;
}

.brand-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #8ac642!important;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.about-brand{
    text-align: center;
    margin-top: 10px;
}


@media (max-width: 991px) {

    .forms label{
        font-size: 12px;
    }

    .fifth-sidebar{
        height: unset;
        padding: 0;
        background-color: unset;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .logo_holoh{
        width: 100px;
    }
    .logo_bouquet{
        width: 90px;
    }
    .open-nav{
        margin-right: 55px!important;
        padding: 25px 0;
        display: block!important;
    }
    .brand{
        height: 100vh;
        background-size: contain;
        margin-top: 80px;
    }
    .top-nav{
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        margin-top: 0;
    }

    .top-nav ul{
        border-top: 2px solid #8ac642;
        padding: 10px;
        margin: 0 55px;
        background-color: rgba(255,255,255,0.97);
        opacity: 0.8;
    }
    .top-nav ul li a{
        display: block;
        padding: 10px 5%;
        border-bottom: 1px solid rgba(0,0,0,.03);
        color: #666;
        font-weight: 600;
        font-size: 14px;
        text-transform: capitalize;
    }
    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F7F7F7;
    }
    .brand_book{
        position: absolute;
        top: 70px;
    }

}

.modal-backdrop{
    background: rgba(0, 0, 0, 0.9);
}

.mailing-form {
    width: 75%;
    margin: 0 auto;
}

.mailing-form .forms {
    display: flex;
    align-items: center;
    padding: 0 45px;
    margin: 0 0 15px -128px;
}

.mailing-form .forms label {
    width: 122px;
    flex: none;
    margin: 0;
    color: #f0f0f0;
}

.mailing-form .forms label:first-child {
    justify-content: flex-end;
    display: flex;
}

label.last_name_label.label_fg {
    width: auto;
    padding: 0 5px 0 10px;
}

.mailing-form .forms input {
    border: 2px solid #646368;
    border-radius: 8px;
    margin-left: 5px;
    flex: auto;
    width: 100%
}

#collectible-second-modal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.mailing-form .submit_mail {
    color: white;
    font-size: 26px;
    padding: 1px 25px;
    background-color: #15c700;
    border-radius: 5px;
    border: 1px solid #7D7E7E;
    margin: 15px auto;
    text-align: center;
    display: block;
}
.mailing-form .cancel_mail {
    color: white;
    font-size: 26px;
    padding: 1px 25px;
    background-color: #C7332C;
    border-radius: 5px;
    border: 1px solid #7D7E7E;
    margin: 15px auto;
    text-align: center;
    display: block;
}