.header_section {
    padding: 0 !important;
}

header.et-l.et-l--header.hide_header.ad_site_header_fixed.scrolling-up {
    display: none;
}

ul#menu-main_menu .current-menu-item a {
    color: #024387 !important;
}

header.et-l.et-l--header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.et-l.et-l--header.scrolling-down {
    top: 0px;
}

.site_logo img {
    width: 200px;
}

.header_top_row {
    padding: 10px 30px !important;
    padding-right: 0 !important;
}

.header_main_cta_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_main_cta_text span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

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

.header_main_cta_text a:hover {
    color: #ed1b24;
}

.header_main_cta_text a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.header_main_cta_text {
    padding-left: 10px;
}

.header_cta_icon_box {
    border: 1px solid #ED1B24;
    padding: 10px;
    width: 270px;
    margin-right: 0px !important;
    margin: auto;
}

.header_top_menu ul li a {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500;
}

.header_top_menu ul>li {
    padding: 0px 40px !important;
    border-right: 1px solid #ccc;
}

ul.sub-menu li {
    padding: 0 !important;
    border: none !important;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
}


/* ul.sub-menu li:hover {
    background: #024387 !important;
} */

ul.sub-menu li:hover a {
    color: #fff !important;
    opacity: 1 !important;
}

ul.sub-menu {
    padding: 0 !important;
}

.header_top_menu ul li:last-child,
.header_menu_all ul li:last-child {
    border-right: none;
}

.header_main_row {
    padding: 0px !important;
}

.col_center_menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_menu_all ul li a {
    font-size: 18px !important;
    font-weight: 500;
    color: #fff !important;
}

.header_menu_all ul li {
    border-right: 1px solid #ccc;
    padding: 20px 50px !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0 !important;
}

.header_main_row {
    z-index: 2 !important;
}

.header_menu_all ul li a {
    padding-bottom: 0 !important;
}


/* mpbaile header */

.fullmenu-wrapper {
    position: relative;
    z-index: 9999;
}

ul#menu-mobaile_menu {
    padding: 0 !important;
}

.menu-btn {
    z-index: 0 !important;
    position: fixed;
    top: 46px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-main_menu-container {
    padding-top: 80px;
}

ul#menu-mobaile_menu ul.sub-menu li {
    border-bottom: none !important;
}

.menu-btn span {
    width: 30px;
    height: 3px;
    background: #000;
    display: block;
}

.menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 50%;
    z-index: 10000;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.menu-bg.expand {
    transform: scale(60);
}

ul.sub-menu li a {
    font-size: 16px;
}

.fullmenu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 10002;
}

.fullmenu-nav.open {
    opacity: 1;
    pointer-events: auto;
}

.menu-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.fullmenu-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.sub-menu li {
    border: none;
}

.fullmenu-wrapper li {
    margin: 10px 0 0px;
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #dddddd47;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 20px;
}

.fullmenu-wrapper li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    display: block;
}

.fullmenu-wrapper ul.sub-menu li a {
    font-size: 15px;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
}

ul#menu-main_menu-1 {
    padding: 0 !important;
}

.fullmenu-wrapper li.menu-item-has-children>a::after {
    content: "\33";
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: ETmodules !important;
    /* background: #ffffff82; */
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    left: auto;
}

.fullmenu-wrapper ul.sub-menu {
    padding-left: 10px !important;
}

.fullmenu-wrapper li.open>a::after {
    content: "\32" !important;
}

.fullmenu-wrapper ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 0;
}

.fullmenu-wrapper li.open>ul.sub-menu {
    max-height: 500px;
    /* adjust as needed */
}

.menu-mobaile_menu-container {
    padding-top: 60px;
}

.menu-btn span:nth-child(2) {
    width: 23px;
}


/* end */

.header_menu_all ul li ul.sub-menu li ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 550px !important;
    top: -3px;
    background: #eef6ff !important;
    border-top: 3px solid #024387 !important;
    left: 240px !important;
}

.header_menu_all ul li ul.sub-menu li ul.sub-menu li {
    width: 50%;
    background: #eef6ff !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header_menu_all ul li ul.sub-menu li ul.sub-menu li a {
    width: fit-content;
    font-size: 16px !important;
    color: #000 !important;
}

.header_menu_all ul li ul.sub-menu li {
    padding: 10px 10px !important;
    background: #024387;
    width: 100%;
}

.header_menu_all ul li ul li a {
    width: 100%;
    padding: 0 !important;
}

.header_menu_all ul li ul.sub-menu li ul.sub-menu li:last-child {
    border: none !important;
}

.header_menu_all ul li ul.sub-menu li ul.sub-menu li:nth-child(2n+1) {
    border-right: 1px solid #ddd !important;
}

.header_section ul.sub-menu {
    border-top: 3px solid #fff !important;
}

.header_menu_all ul li a {
    text-transform: capitalize;
}

.header_menu_all ul .menu-item-3999 ul.sub-menu li ul.sub-menu {
    display: block;
    width: 230px !important;
}

.header_menu_all ul .menu-item-3999 ul.sub-menu li ul.sub-menu li {
    width: 100%;
}

.header_menu_all .et-menu li li.menu-item-has-children>a:first-child:after {
    right: 6px;
    top: 0px;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .mob_header_row,
    .mob_header {
        padding: 0 !important;
    }
    .mob_site_logo {
        width: 150px !important;
        padding: 10px !important;
    }
    .mob_header {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0px 0px 5px #ccc;
    }
    .header_top_mob_row {
        display: flex;
        align-items: center;
        padding: 0px !important;
    }
    .cta_box a {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 15px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

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

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .header_menu_all ul li {
        padding: 15px 26px !important;
    }
    .site_logo img {
        width: 180px;
    }
    .header_top_menu ul>li {
        padding: 0px 30px !important;
    }
    .header_cta_icon_box {
        width: auto;
    }
    .header_main_cta_text a {
        font-size: 16px;
    }
    .header_menu_all ul li a,
    .header_top_menu ul li a {
        font-size: 14px !important;
    }
    ul.sub-menu {
        width: 200px !important;
    }
    .header_menu_all ul li ul.sub-menu li ul.sub-menu {
        left: 200px !important;
        width: 480px !important;
    }
    .header_menu_all ul li ul.sub-menu li {
        padding: 5px 5px !important;
    }
    .header_menu_all ul li ul.sub-menu li ul.sub-menu li a {
        font-size: 15px !important;
    }
    .header_menu_all ul .menu-item-1947 ul.sub-menu li ul.sub-menu {
        width: 200px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_menu_all ul li {
        padding: 15px 26px !important;
    }
    .site_logo img {
        width: 180px;
    }
    .header_top_menu ul>li {
        padding: 0px 30px !important;
    }
    .header_cta_icon_box {
        width: auto;
    }
    .header_main_cta_text a {
        font-size: 17px;
    }
    .header_menu_all ul li a,
    .header_top_menu ul li a {
        font-size: 15px !important;
    }
    ul.sub-menu {
        width: 200px !important;
    }
    .header_menu_all ul li ul.sub-menu li ul.sub-menu {
        left: 200px !important;
        width: 480px !important;
    }
    .header_menu_all ul li ul.sub-menu li {
        padding: 5px 5px !important;
    }
    .header_menu_all ul li ul.sub-menu li ul.sub-menu li a {
        font-size: 15px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_menu_all ul li {
        padding: 20px 26px !important;
    }
    .site_logo img {
        width: 180px;
    }
    .header_top_menu ul>li {
        padding: 0px 30px !important;
    }
    .header_cta_icon_box {
        width: auto;
    }
    .header_main_cta_text a {
        font-size: 20px;
    }
    .header_menu_all ul li a {
        font-size: 16px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .header_menu_all ul li {
        padding: 18px 22px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .header_menu_all ul li {
        padding: 20px 24px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .header_menu_all ul li {
        padding: 20px 38px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 3000px) {}