.et-menu .menu-item-has-children>a:first-child:after{
	    content: "\43" !important;
}

.header_top_row {
    padding: 10px !important;
}

.header_top_main {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    max-width: 1520px !important;
    margin: auto;
}

.header_top_col1_inner,
.header_top_col1_inner a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.header_top_col1_inner a {
    padding-left: 10px;
}

.header_btn {
    display: flex;
    gap: 10px;
    justify-content: end;
}

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

.site_menu ul>li>a {
    font-size: 16px;
    color: #000;
    padding: 0px 35px;
}

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

.header_main_row {
    padding: 10px !important;
}

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

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

.et-menu li li a {
    width: 250px !important;
}

.nav li li {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.nav li ul {
    width: 290px !important;
}

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

.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    /* mobaile menu */
    .mobile_header {
        position: fixed !important;
        width: 100% !important;
        background: #fff !important;
        top: 0 !important;
        box-shadow: rgb(0 0 0 / 25%) 0px 25px 20px -20px !important;
        border-bottom: 1px solid #264A00 !important;
    }
    .mobile_head_row.pd0 {
        padding: 8px !important;
    }
    .mbl_btn .btn_col {
        width: 50%;
        margin: 0;
    }
    .mbl_btn .site_button {
        width: 100%;
        border-radius: unset !important;
        padding: 0 !important;
        border: 1px solid #fff;
    }
    .mob_col_1 {
        width: 70% !important;
    }
    .mob_col_2 {
        width: 30% !important;
    }
    .mob_head_logo {
        width: 100% !important;
        line-height: 0 !important;
    }
    .mob_head_logo img {
        object-fit: contain;
        object-position: left;
        width: 100% !important;
        height: 55px;
    }
    .fullmenu-wrapper {
        position: relative;
        z-index: 9999;
    }
    ul#menu-mobaile_menu {
        padding: 0 !important;
    }
    .menu-btn {
        background: radial-gradient(58.24% 58.24% at 50% 50%, #2D9AFF 0%, #0159ED 100%);
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: auto;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
    }
    .col_logo_mob {
        width: 200px !important;
    }
    .menu-btn span {
        width: 18px;
        height: 1px;
        background: #fff;
        display: block;
    }
    .menu-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #fff;
        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: -2px;
        bottom: auto;
        right: -2px;
        left: auto;
        background: radial-gradient(58.24% 58.24% at 50% 50%, #2D9AFF 0%, #0159ED 100%);
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 0;
        border: none;
        font-weight: 100;
    }
    .fullmenu-wrapper {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    ul.sub-menu li {
        border: none;
    }
    .fullmenu-wrapper li li::after {
        display: none;
    }
    .fullmenu-wrapper ul.sub-menu {
        box-shadow: none !important;
    }
    .fullmenu-wrapper .main_drop ul li {
        width: 100% !important;
    }
    .fullmenu-wrapper li {
        list-style-type: none;
        position: relative;
        border-bottom: 1px dashed #5A7E23;
        text-align: left;
        display: block;
        line-height: normal !important;
        margin: 0 !important;
        padding: 10px 20px !important;
        opacity: 0;
        transform: translateX(-100%);
        animation: slideIn 0.5s forwards;
    }
    .fullmenu-wrapper li a {
        display: block;
        color: #000 !important;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
        width: 100%;
    }
    @keyframes slideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    ul.sub-menu li a {
        font-size: 14px;
    }
    .fullmenu-wrapper li.menu-item-has-children>a::after {
        content: "\33";
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 20px;
        font-family: ETmodules !important;
        border-radius: 100px;
        color: #000;
        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: 0 !important;
    }
    .fullmenu-wrapper li.open>ul.sub-menu {
        max-height: max-content;
        /* adjust as needed */
    }
    .menu-mobaile_menu-container {
        padding-top: 60px;
    }
    .header_top_row {
        padding: 0;
    }
    .fullmenu-wrapper ul {
        display: block;
        padding: 0 !important;
        height: 78vh;
        overflow: auto;
    }
    .logo_menu {
        text-align: left !important;
        width: 200px;
        padding: 20px;
        margin: auto;
        line-height: 0;
    }
    .menu-main-menu-container {
        padding-top: 0px;
    }
    /* mobaile end */
    .header_top_main_mb a {
        width: 50% !important;
        display: block;
        text-align: center;
        font-size: 15px;
    }
    .header_top_main_mb {
        display: flex;
    }
    .header_top_main_mb a:first-child {
        background: #0159ED;
        color: #fff;
    }
    .header_top_main_mb a:last-child {
        background: #000;
        color: #fff;
    }
    .mobaile_header_row {
        display: flex;
        align-items: center;
    }
    .header_logo_mb img {
        padding: 10px;
        width: 210px !important;
    }
    .mobaile_header {
        position: fixed;
        width: 100%;
        top: 0;
    }
    div#main-content {
        margin-top: 90px;
    }
}

@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) {
    .site_menu ul>li>a {
        font-size: 14px;
        color: #000;
        padding: 0px 15px;
    }
    .header_top_col1_inner,
    .header_top_col1_inner a {
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_menu ul>li>a {
        font-size: 14px;
        color: #000;
        padding: 0px 15px;
    }
    .header_top_col1_inner,
    .header_top_col1_inner a {
        font-size: 14px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_menu ul>li>a {
        padding: 0px 20px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_menu ul>li>a {
        padding: 0px 20px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

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

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

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