* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0px;
}
/* header start */
header {
    background-color: #ba0a0a;
    padding: 10px 0px;
}

.footer_logo {
    text-align: right;
}

    .footer_logo img {
        height: 40px;
    }

/* top-header */


.nav_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_tabs {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.list_menuss {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

ul.login_tab {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.logo-img {
    height: 85px;
    padding: 0px;
    /* filter:brightness(0) invert(1); */
}

.nav_links {
    list-style: none;
    text-decoration: none;
    color: #e9e9e9;
    text-transform: uppercase;
}

ul.nav_tabslink {
    display: flex;
    gap: 25px;
}

    ul.nav_tabslink a {
        color: #ffffff;
        font-size: 14px;
    }

.svg_flight {
    rotate: 20deg;
}

.svg_icons {
    height: 20px;
    width: 20px;
}

a.login_item {
    text-decoration: none;
    padding: 9px 22px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: .5s all;
    color: #000;
    background: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
}

.login_item:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    opacity: 1;
}



.list_menuss li.active .nav_links, .nav_links:hover {
    color: var(--primary-color);
}


/* side-bar-menu */


.offHeader {
    padding: 5px 15px 0px 5px;
    border-bottom: 1px solid #ddd;
}

.tab_sider_items {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}


.list_menuss .svg_icons {
    display: none;
}

.side_bar_menu .nav_links {
    color: #000 !important;
}
/* header End */
.login_tab .dropdown-menu.manbox{
    padding: 10px;
}
@media(max-width:768px) {
    .logo-img {
        height: 50px !important;
    }

    a.login_item {
        border: none !important;
        font-size: 14px;
    }

    .lgslidebox .item {
        min-height: initial;
    }
}



/* footer  */

.footer {
    padding: 40px 0px 20px 0px;
    background: #ba0a0a;
    color: #ffffff;
}

.footer-links ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
    margin: 15px 15px;
}

.footer-logo-img img {
    height: 90px;
}

.getUpdate {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_content {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.useful-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_nav {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    transition: .5s all;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    /* margin-bottom: 5px; */
}

    .footer_nav span {
        line-height: 0px;
    }

.copyright {
    border-bottom: 1px solid #000;
    padding-bottom: 15px !important;
}

.footer_nav:hover {
    color: #0070fc;
    letter-spacing: 1.5px;
}

.MobileHeader {
    margin-top: 6px;
}

.social_links {
    display: flex;
    align-items: center;
    /* justify-content: end; */
    gap: 20px;
}

.quicklink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.quickItems {
    padding: 5px 10px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.footerBox {
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}


.socialUrl {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f7;
    border-radius: 50%;
}

    .socialUrl a {
        line-height: 0px;
    }

.footer-copyright {
    margin-top: 50px;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    background: #ff6800;
    color: #ffff;
}

li.sidebarquickItems {
    padding: 10px 15px;
    border-radius: 20px 0px 0px 20px;
    background: #fff;
    margin-top: 5px;
    transition: .5s;
    cursor: pointer;
}

    li.sidebarquickItems:hover {
        background: #eeecff;
    }

    li.sidebarquickItems.active {
        background: #eeecff;
    }

        li.sidebarquickItems.active a {
            color: #0070fc;
            letter-spacing: 1.5px;
        }

.sideNavLinks {
    justify-content: start;
}

#mobilelink {
    max-width: 280px;
}

.ofcanscaabtnss svg {
    color: #fff;
    height: 30px;
    width: 30px;
}

@media(max-width:769px){
    .nav_tabs{
        gap:5px;
    }
    .login_tab .btn-secondary img {
        height: 20px !important;
    }
    .login_tab .btn-secondary{
        font-size:9px !important;
    }
    ul.login_tab{gap:5px;}
   header .login_tab .btn-secondary {
        background: #ca1414;
        color: #ffffff;
        border-radius: 5px;
       padding:7px 8px;
        border: none;
    }
   header span.blinker {
        position: absolute;
        font-size: 6px;
        right: -3px;
        top: -13px;
    }
    .footer-links ul li a{display:block;margin:15px 0px;}
    .apploadsection .ipho img {
        max-width: 170px;
    }
}