@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    header .nav_list_li {
        display: none;
    }
}

header {
    /* box-shadow: 0 0 10px #222121a3; */
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

.animateHeader {
    animation: sdb05 1.5s;
    box-shadow: 0 0 10px #222121a3;
}

@keyframes sdb05 {
    0% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0);
    }
}

/* header a:hover{
    color: #04285D !important;
} */
header .nav_top {
    background: #624623;
}

header .nav_social {
    display: flex;
    flex-basis: auto;
    justify-content: end;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
}

header .nav_social a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 0 10px;
}

header nav a.nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

header .nav_list {
    display: flex;
    flex-basis: auto;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
}

header .nav_list a {
    color: #04285D;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

header .nav_list a:hover,
header nav a.nav-link:hover {
    color: #f00;
    /* color:#34ACF2 ; */
   
}

footer {
    background-color: #000;
    color: #fff;
    /* height: 400px; */
}

footer p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
}

footer p.info_p {
    font-size: 13px;
}
footer li{
    list-style: none;
}

footer .quickLinks li {
    width: 50%;
    line-height: 28px;
}

footer ul {
    padding-left: 0;
}

footer ul.quickLinks{
    display: flex;
    flex-wrap: wrap;
}

footer a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}

footer .footer_btn {
    color: #FF0000;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFF4E6;
    border-radius: 0;
    border: 1px solid #ccccccba;
}

footer .footer_bottom a {
    font-size: 13px;
    color: #fff;
}

footer a:hover {
    color:#34ACF2 !important;
}

.bread h1 {
    font-size: 38px;
    font-weight: 400;
    color: #1b1919;
    font-weight: 700;
}

.bread .bred {
    font-size: 12px;
    font-weight: 400;
    color: #1b1919;
}

.bread .bred a {
    color: #1b1919;
    text-decoration: none;
}

@media (max-width: 1200px) {
    header .navbar-collapse {
        overflow-y: auto;
    }

    @media (max-height : 400px) {
        header .navbar-collapse {
            height: 150px;
            overflow-y: auto;
        }
    }

    header .nav_social a {
        font-size: 13px;
    }

    header .nav_social a.nav_social_mail img,
    header .nav_social a.nav_social_tel img {
        width: 12px;
    }

    header .nav_social .nav_social_icon img {
        width: 15px;
    }

    header .nav_list {
        display: none;
    }

    footer .footer_bottom p,
    footer .footer_bottom a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        width: 100%;
    }

    .footer_bottom>div:first-child {
        display: none
    }
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        width: 100%;
    }

    header .nav_social {
        flex-wrap: wrap;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        justify-content: start;
    }

    header .nav_social li.mail_header {
        flex: 0 0 auto;
        width: 100%;
    }

    header .nav_social li.mail_header {
        flex: 0 0 auto;
        width: 100%;
    }

    header .nav_social a {
        padding: 0 5px;
    }
}

/* header,footer{
    display: none;
} */

@media (max-width: 576px){
.sticky-btn {
    position: fixed;
    bottom: 0px;
    transform: none;
    z-index: 999;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    font-family: Oswald, sans-serif;
}
}