header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.hdr_sec_fixed .hdr_sec.et_pb_section,
.hdr_sec_fixed .mbl_hdr_sec.et_pb_section {
    background: #222 !important;
}

.hdr_sec {
    padding: 25px 0 !important;
    transition: 0.6s !important;
}

.hdr_col1 {
    width: 10% !important;
}

.hdr_col2 {
    width: 90% !important;
    padding-left: 20px;
}

.hdr_menu .et_pb_menu__menu,
.hdr_menu .et-menu-nav,
.hdr_menu .et-menu-nav ul.et-menu.nav {
    width: 100%;
}

.hdr_menu ul.et-menu.nav {
    justify-content: end;
    margin: 0 !important;
	align-items: center;
}

.hdr_menu ul.et-menu.nav>li {
    margin: 0;
    padding: 0 34px;
}

.hdr_menu ul.et-menu.nav>li>a {
    padding: 0 !important;
    font-size: 15px;
    color: #fff;
    opacity: 1 !important;
}

.hdr_menu ul.et-menu.nav>li>a:hover {
    color: #89BBC4;
}

.hdr_menu ul.et-menu.nav>li:first-child {
    padding-left: 0 !important;
}

.hdr_menu ul.et-menu.nav>li:last-child {
    padding-right: 0 !important;
}

.hdr_menu ul.et-menu.nav>li.menu-item-has-children>a:first-child:after {
    position: relative;
    padding-left: 5px;
    content: "C" !important;
    top: 1px !important;
    font-size: 12px;
}

.hdr_logo_img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: left;
}

.mbl_hdr_sec {
    display: none;
}

.hdr_menu ul.et-menu>li>ul.sub-menu {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    padding-bottom: 0 !important;
    width: 200px;
}

.hdr_menu ul.et-menu>li>ul.sub-menu>li {
    padding: 0 !important;
    width: 100% !important;
}

.hdr_menu ul.et-menu>li>ul.sub-menu>li>a {
    padding: 15px 20px !important;
    background: #fff !important;
    width: 100% !important;
    font-size: 15px;
    color: #000;
    opacity: 1;
    border-bottom: 1px solid #000;
    line-height: 1;
}

.hdr_menu ul.et-menu>li>ul.sub-menu>li>a:hover {
    background: #222 !important;
    color: #fff;
}


.hdr_menu ul.et-menu.nav>li.brchr_menu>a {
    background: #89bbc4;
    padding: 10px !important;
    display: block;
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}
@media all and (min-width: 320px) and (max-width: 980px) {
    .hdr_sec {
        display: none;
    }

    .mbl_hdr_sec {
        display: block;
        padding: 10px 0 !important;
    }

    .hdr_logo_img img {
        height: 45px;
    }

    .mbl_hdr_col1 {
        width: 15% !important;
    }

    .mbl_hdr_row {
        display: flex;
        align-items: center;
    }


}

@media all and (min-width: 320px) and (max-width: 767px) {
    .mbl_hdr_col1 {
        width: 40% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .hdr_sec {
        padding: 15px 0 !important;
    }

    .hdr_col1 {
        width: 12% !important;
    }

    .hdr_col2 {
        width: 88% !important;
    }

    .hdr_logo_img img {
        height: 45px;
    }

    .hdr_menu ul.et-menu.nav>li {
        padding: 0 15px;
    }

    .hdr_menu ul.et-menu.nav>li>a {
        font-size: 14px;
    }

    .hdr_menu ul.et-menu>li>ul.sub-menu>li>a {
        padding: 10px 20px !important;
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_sec {
        padding: 15px 0 !important;
    }

    .hdr_col1 {
        width: 12% !important;
    }

    .hdr_col2 {
        width: 88% !important;
    }

    .hdr_logo_img img {
        height: 45px;
    }

    .hdr_menu ul.et-menu.nav>li {
        padding: 0 15px;
    }

    .hdr_menu ul.et-menu.nav>li>a {
        font-size: 14px;
    }

    .hdr_menu ul.et-menu>li>ul.sub-menu>li>a {
        padding: 12px 20px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_sec {
        padding: 15px 0 !important;
    }

    .hdr_logo_img img {
        height: 50px;
    }

    .hdr_menu ul.et-menu.nav>li {
        padding: 0 20px;
    }

    .hdr_menu ul.et-menu.nav>li>a {
        font-size: 14px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_sec {
        padding: 20px 0 !important;
    }

    .hdr_logo_img img {
        height: 55px;
    }

    .hdr_menu ul.et-menu.nav>li {
        padding: 0 28px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_sec {
        padding: 20px 0 !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}