﻿
.blue-band {
    background: transparent !important;
}

.blue-band {
    height: 18px;
    background-color: #001e42;
    overflow: hidden;
}

@media (min-width: 359px) {
    .blue-band {
        position: absolute;
        z-index: 100000000;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 359px) {
    .blue-band:before {
        left: 37px;
    }
}

@media (max-width: 768px) {
    .blue-band:before {
        left: 55px;
    }
}

.blue-band:before {
    border-radius: 100%;
    background: #ffffff;
    display: block;
    content: '';
    height: 68px;
    width: 80px;
    position: relative;
    top: -50px;
    left: 55px;
}

@media (min-width: 991px) and (max-width: 1800px) {
    #menu-btn {
        display: block !important;
    }
}

#menu-btn {
    display: none;
}

@media(min-width:991px) and (max-width: 1800px) {
    .logo-icon {
        left: 41px !important;
        top: 44px !important;
    }
}

@media(min-width:338px) and (max-width: 768px) {
    .logo-icon {
        position: absolute;
        left: 47px !important;
        top: 12px !important;
        width: 60px !important;
        height: 57px !important;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        transition: all .4s ease;
        z-index: 99999999999999999;
    }

    .logo-icon-holder {
        height: 37px !important;
        position: absolute;
        left: 9px !important;
        top: 6px !important;
    }
}

@media (max-width: 768px) {
    #menu-btn {
        display: flex;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        z-index: 1000;
        margin-right: 20px;
    }

    .logo-search-category-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-area {
        margin-left: 30px;
    }
}

.logo-icon {
    position: absolute;
    left: 144px;
    top: 45px;
    background: #fff;
    border-radius: 100%;
    padding: 16px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    transition: all .4s ease;
    z-index: 99999999999999999;
}

.logo-icon-holder {
    height: 75px;
    position: absolute;
    left: 16px;
    top: 13px;
    padding: 0px;
    background: white;
    box-sizing: content-box;
}

.logo1 {
    position: fixed !important;
    margin-left: -336px !important;
}
/*   other*/
.blue-bandd:before {
    border-radius: 100%;
    background: #ffffff;
    display: block;
    content: '';
    height: 83px;
    width: 115px;
    position: relative;
    top: -49px;
    left: 158px;
}

@media (min-width: 359px) {
    .blue-bandd:before {
        left: 158px;
    }

    @media (min-width: 991px) and (max-width: 1800px) {
        .blue-bandd:before {
            left: 50px !important;
        }
    }

    @media (max-width:768px) {
        .blue-bandd {
            display: none !important;
        }

        .header_img {
            display: none !important;
        }
    }

    @media(min-width: 991px) and (max-width: 2000px) {
        .blue-band {
            display: none !important;
        }

        .header_img1 {
            display: none !important;
        }
    }

    @media (min-width: 359px) {
        .blue-bandd {
            position: absolute;
            z-index: 100000000;
            left: 0;
            width: 100%;
        }
    }

    .blue-bandd {
        height: 40px;
        background-color: #001e42;
        overflow: hidden;
    }

    .blue-bandd {
        background: transparent !important;
    }
