.custom_main_header {
    margin: 3rem;
    width: calc(100% - 6rem);
    top: 0;
    background-image: url("../../images/header-bg/header-main-bg.b66776ecb565.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 15px 20px;
    align-items: center;
    z-index: 20;
}

.logo_div {
    margin-bottom: 0;
}
.custom_main_header .nav_part {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    padding-right: 2rem;
    align-items: center;
}

.main_header_container {
    height: auto;
    padding: 0 !important;
    margin-bottom: 5px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (min-width: 769px) {
    .main_header_container {
        margin-bottom: 5px;
    }
}

.nav_part .menu_part {
    flex-grow: 1;
}

.custom_main_header a {
    color: #fff;
    background-color: #2f2f2f;
    padding: 0.5rem 1.5rem;
    margin: 0 5px;
    border-radius: 12px;
} 

.custom_main_header .nav-link {
    border-radius: 0.5rem;
}

.custom_main_header a.active {
    color: #F87A05;
}

.brand-logo-img {
    height: 50px;
    background-color: transparent!important;
}

.no-sticky {
    position: absolute;
    margin-top: 3rem;
}

.sticky {
    position: fixed;
    margin-top: 0;
}

.container {
    max-width:none;
    z-index: 20;
    padding: 0;
}

.menu-icon img {
    height: 40px;
}

.custom_main_header a.menu-icon {
    background-color:transparent;
    padding: 0;
    margin: 0 5px;
    border-radius: 12px;
}

.login-icon {
  background-color: #f5f5f5!important;
  color: #2f2f2f!important;
}

.login-icon img {
  height: 24px;
}

@media (max-width: 768px) {
    .custom_main_header {
        margin: 0;
        width: 100%;
        height: auto;
        padding: 10px 15px;
        border-radius: 0;
        justify-content: space-between;
        position: relative;
    }
    
    .custom_main_header > div:first-child {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .logo_div {
        text-align: center;
    }
    
    .nav_part {
        margin-left: auto;
    }
    
    .menu_part {
        display: none;
    }
}

@media (max-width: 700px) { 
    .no-sticky {
        position: absolute;
        margin-top: 0;
    }

    .top-slick-slider {
        padding-top: 60px;
    }

    .main_header_container {
        height: auto;
        padding: 0;
    }
    
}