body {
    height: auto !important;
    /* min-height : auto !important; */
    /* background-color : red !important; */
}

#header {
    z-index: 997;
}

.navbar {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 90px;
}

#logo>a>img {
    margin-top: -10px;
    width: 70px;
    height: 80px;
    margin-left: 30px;

}

.nav-right {
    position: absolute;
    margin-top: -1rem;
    width: 8%;
    height: 80px;
    margin-left: 91%;
    background: #C80500;
    border-bottom-left-radius: 100px 85px;
}

.nav-right img {
    position: absolute;
    margin-top: 15px;
    margin-left: 35px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#sidebar {
    width: 28%;
    height: 100%;
    margin-left: 72%;
    background: rgba(200, 6, 0, 0.8);
}

#sidebar .close {
    margin-left: 10px;
    position: absolute;
    color: white;
}

.flag {
    margin-left: 70%;
}

.flag img {
    margin: 0 8px;
    width: 28px;
    height: 17px;
}

#sidebar ul {
    list-style-type: none;
    margin-top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

#sidebar ul>li {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px !important;
    color: #ffffff !important;
    padding: 10px 55px;
    display: block;
}

#sidebar ul>li>a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: #E15B3D !important;
    cursor: pointer;
}

.activeMenu a {
    color: #000 !important;
    opacity: 2;
    /* background : #fff ; */
}

.main {
    position: relative;
}

#footer {
    padding: 0;
    position: absolute;
    width: 100%;
    min-height: 25%;
    background: url("../img/bg/footer_bg.png") no-repeat;
    background-size: cover;
}

.divFooter {
    padding-top: 3%;
}

.divFooter h6 {
    color: #C80500;
    letter-spacing: 2;
    text-transform: Uppercase;
    text-align: center;
}

.divFooter p {
    position: relative;
    color: #000000;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    margin-left: 25%;
    line-height: 28px;
}

.divFooter .footer-link ul {
    list-style: none;

}

.divFooter .footer-link ul a {
    color: #000000;
    transition: 0.3s;
    display: inline-block;
    line-height: 2;
    text-decoration: none;
}

.divFooter .footer-link ul li {
    padding: 5px 25%;
    display: flex;
    text-align: center;
    /* align-items: center; */
    color: #000000;
}

.divFooter .social-link {
    padding-left: 32%;
}

.divFooter .social-link a {
    padding: 0px 8px;
    text-decoration: none;
}

.divFooter .social-link img {
    width: 56px;
    height: 35px;
}

.divFooter .social-button {
    padding-left: 9%;
}

.divFooter .inputBtn {
    padding-left: 25%;
}

.inputBtn span {
    color: #fff;
    background: #C80500;
}

.inputBtn input {
    background: rgba(255, 255, 255, 0.68);
}


@media (max-width: 576px) {
    #footer {
        /* width: 100%;
            height: 90vh; */
        /* background: url("assets/img/bg/footer_bg.png") center no-repeat; */
        background-size: cover;
    }

    #logo>img {
        margin-top: -10px;
        width: 70px;
        height: 80px;
        margin-left: 0px;
    }

    .nav-right {
        position: absolute;
        margin-top: -1.7rem;
        width: 10%;
        height: 60px;
        margin-left: 85%;
        background: #C80500;
        border-bottom-left-radius: 100px 85px;
    }

    .nav-right img {
        position: absolute;
        margin-top: 15px;
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }

    #sidebar {
        width: 100%;
        height: 100%;
        margin-left: 20%;
        background: rgba(200, 6, 0, 0.8);
    }

    #sidebar .close {
        margin-left: 10px;
        position: absolute;
        color: white;
    }

    .flag {
        margin-left: 50%;
    }

    .flag img {
        margin: 0 8px;
        width: 28px;
        height: 17px;
    }

    #sidebar ul {
        list-style-type: none;
        margin-top: 30%;
    }

    #sidebar ul>li {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px !important;
        color: #ffffff !important;
        padding: 10px 55px;
        display: block;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    #footer {
        /* width: 100%;
                height: 80vh; */
        /* background: url("assets/img/bg/footer_bg.png") center no-repeat; */
        background-size: cover;
    }

    #logo>img {
        margin-top: -10px;
        width: 70px;
        height: 80px;
        margin-left: 10px;
    }

    .nav-right {
        position: absolute;
        /* margin-top : -1rem; */
        width: 8%;
        height: 70px;
        margin-left: 90%;
        background: #C80500;
        border-bottom-left-radius: 100px 85px;
    }

    .nav-right img {
        position: absolute;
        margin-top: 15px;
        margin-left: 25px;
        width: 30px;
        height: 30px;
    }

    #sidebar {
        width: 40%;
        height: 100%;
        margin-left: 60%;
        background: rgba(200, 6, 0, 0.8);
    }

    #sidebar .close {
        margin-left: 10px;
        position: absolute;
        color: white;
    }

    .flag {
        margin-left: 70%;
    }

    .flag img {
        margin: 0 8px;
        width: 28px;
        height: 17px;
    }

    #sidebar ul {
        list-style-type: none;
        margin-top: 30%;
    }

    #sidebar ul>li {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px !important;
        color: #ffffff !important;
        padding: 10px 55px;
        display: block;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {

    #logo>img {
        margin-top: -10px;
        width: 70px;
        height: 80px;
        margin-left: 30px;
    }

    .nav-right {
        position: absolute;
        margin-top: -1rem;
        width: 8%;
        height: 80px;
        margin-left: 91%;
        background: #C80500;
        border-bottom-left-radius: 100px 85px;
    }

    .nav-right img {
        position: absolute;
        margin-top: 15px;
        margin-left: 29px;
        width: 40px;
        height: 40px;
    }

    #sidebar {
        width: 30%;
        height: 100%;
        margin-left: 70%;
        background: rgba(200, 6, 0, 0.8);
    }

    #sidebar .close {
        margin-left: 10px;
        position: absolute;
        color: white;
    }

    .flag {
        margin-left: 70%;
    }

    .flag img {
        margin: 0 8px;
        width: 28px;
        height: 17px;
    }

    #sidebar ul {
        list-style-type: none;
        margin-top: 30%;
    }

    #sidebar ul>li {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px !important;
        color: #ffffff !important;
        padding: 10px 55px;
        display: block;
    }
}