.header_col1 {
    width: 30% !important;
}

.header_col2 {
    width: 70% !important;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header_logo_con_inner img {
    width: 220px;
    height: 55px;
    object-fit: contain;
    object-position: left;
}

.header_menu {
    display: flex;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.header_menu li {
    padding: 0 20px;
}

.header_row {
    padding: 16px 0 !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header_search_main_con {
    padding-left: 20px;
}

.header_search_main_con_inner {
    line-height: 0;
}

.header_menu li a {
    text-decoration: none;
    color: rgb(171 183 196);
    font-weight: 600;
}

.header_menu li a.active_menu {
    color: rgb(220 248 54/var(--tw-text-opacity, 1))
}

.header_search_main_con_inner svg {
    width: 18px;
    height: 18px;
}

.header_logo_con_inner {
    line-height: 0;
}

.mbl_header_main_con {
    display: none;
}

.mbl_header_menu_con {
    padding: 15px;
    border-top: 1px solid #ffffff1c;
    display: none;
}

.fix_header .header_sec {
    background: rgb(2, 12, 23);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.mobile_menu_active {
    background: rgb(2, 12, 23);
}

@media all and (min-width: 320px) and (max-width: 767px) {


    .mbl_header_main_con {
        display: none;
    }

    .header_menu_main_con {
        display: none;
    }

    .mbl_header_main_con {
        display: block;
    }

    .header_menu li {
        padding: 5px 0;
        text-align: center;
    }

    .header_menu {
        display: block;
    }


    .header_menu li a {
        font-size: 14px;
    }

    .mbl_header_icon_con_inner {
        line-height: 0;
    }

    .header_search_main_con {
        padding: 0 20px;
    }

    .header_logo_con_inner img {
        height: 35px;
    }

    .close_icon {
        display: none;
    }

    .mobile_menu_active .mbl_header_menu_con {
        display: block;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .header_row {
        padding: 10px 0 !important;
    }

    .header_search_main_con {
        padding-left: 10px;
    }

    .header_menu li {
        padding: 0 10px;
    }

    .header_menu li a {
        font-size: 14px;
    }

    .header_logo_con_inner img {
        height: 35px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .header_menu li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_menu li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}