.header_section_row {
    padding: 40px 30px !important;
    background: #fff !important;
    border-radius: 30px !important;
    align-items: center;
}

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

.header_section {
    padding: 40px 30px 0px !important;
    position: fixed !important;
    top: 0px !important;
    background: #CCEADA !important;
    width: 100%;
}

.site_header ul li {
    padding: 0 20px !important;
    margin: 0 !important;
}

.hed_col2 {
    width: 70% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et-menu .menu-item-has-children>a:first-child:after {
    top: 7px;
}

.site_header ul.sub-menu li a {
    font-size: 14px;
    padding: 6px 0px;
    border: none;
    line-height: 1.3;
}

.hed_col3 {
    width: 10% !important;
}

.site_header ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border: 2px solid #ED1C24;
    padding: 8px;
    border-radius: 20px;
}

.site_header ul.sub-menu {
    border-top: none !important;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px !important;
}

.site_header ul.sub-menu li {
    width: 50% !important;
    border: 1px solid #ff000042;
}

.nav li ul {
    width: 900px;
}

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

.adg_site_header_fixed {
    background: transparent !important;
    padding: 10px !important;
}

.adg_site_header_fixed .header_section_row {
    padding: 20px !important;
    box-shadow: 0px 0px 5px #000!important;
}


/* header section */

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

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

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

.col_logo_mob {
    width: 200px !important;
}

.menu-btn span {
    width: 24px;
    height: 2px;
    background: #000;
    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: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 3rem;
    color: #000;
    cursor: pointer;
}

.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 solid #dddddd;
    padding-bottom: 10px;
    text-align: left;
    display: block;
    padding-left: 20px;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 0.5s forwards;
}

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

@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: 500px;
    /* adjust as needed */
}

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

.header_top_row {
    padding: 0;
}

.main_header_top a {
    width: 50% !important;
    text-align: center;
}

.main_header_top a:first-child {
    background: #57b1e3;
    color: #fff !important;
}

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

.main_header_top a {
    width: 50% !important;
    text-align: center;
    border-bottom: 0.1px solid #cccccc5e;
}

.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.fullmenu-wrapper ul {
    display: block;
    padding: 0 !important;
    height: 78vh;
    overflow: auto;
}

.logo_menu {
    text-align: left !important;
    width: 250px;
    padding: 30px 10px;
}

.menu-main-menu-container {
    padding-top: 0px;
}

.menu_copyright {
    position: absolute;
    bottom: 0;
    background: #469C23;
    padding: 10px;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .header_mob_section {
        position: fixed !important;
        width: 100% !important;
        top: 0;
        border-bottom: 1px solid #ddd;
    }
    .header_top_row_mob {
        padding: 0 !important;
    }
    .header_top_row_mob a {
        font-size: 16px !important;
        width: 50% !important;
        text-align: center;
    }
    .header_top_row_mob a:nth-child(1) {
        background: #CCEADA !important;
        color: #000 !important;
    }
    .header_top_row_mob a:nth-child(2) {
        background: #ED1C24 !important;
        color: #fff !important;
    }
    .header_top_call {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .center_mob_row {
        display: flex;
        align-items: center;
        padding: 10px !important;
    }
    .header_mob_col1 {
        width: 70% !important;
    }
    .header_mob_col2 {
        width: 30% !important;
    }
    .header_mob_logo img {
        width: 250px !important;
    }
}

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

@media all and (min-width: 768px) and (max-width: 980px) {
    .header_mob_logo img {
        width: 250px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_header ul li {
        padding: 0 1px !important;
    }
    .site_header ul li a {
        font-size: 12px !important;
    }
    .hed_col1 {
        width: 16% !important;
        display: flex;
        align-items: center;
    }
    .hed_col2 {
        width: 70% !important;
    }
    .hed_col3 {
        width: 14% !important;
    }
    .header_section_row {
        padding: 20px 10px !important;
    }
    .site_btn .site_button {
        width: 130px;
        font-size: 14px;
    }
    .header_section {
        padding: 20px 10px 0px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_header ul li {
        padding: 0 3px !important;
    }
    .site_header ul li a {
        font-size: 12px !important;
    }
    .hed_col1 {
        width: 15% !important;
        display: flex;
        align-items: center;
    }
    .hed_col2 {
        width: 70% !important;
    }
    .hed_col3 {
        width: 15% !important;
    }
    .header_section_row {
        padding: 20px 10px !important;
    }
    .site_btn .site_button {
        width: 130px;
        font-size: 14px;
    }
    .header_section {
        padding: 30px 10px 0px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_header ul li {
        padding: 0 3px !important;
    }
    .site_header ul li a {
        font-size: 12px !important;
    }
    .hed_col2 {
        width: 65% !important;
    }
    .header_section_row {
        padding: 20px 10px !important;
    }
    .site_btn .site_button {
        width: 130px;
        font-size: 14px;
    }
    .header_section {
        padding: 30px 10px 0px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_header ul li {
        padding: 0 5px !important;
    }
    .site_header ul li a {
        font-size: 14px !important;
    }
    .header_section_row {
        padding: 20px !important;
    }
    .site_btn .site_button {
        width: 130px;
        font-size: 14px;
    }
    .header_section {
        padding: 30px 20px 0px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_header ul li {
        padding: 0 10px !important;
    }
    .site_header ul li a {
        font-size: 16px !important;
    }
    .header_section_row {
        padding: 20px !important;
    }
    .site_btn .site_button {
        width: 150px;
        font-size: 14px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .site_header ul li {
        padding: 0 10px !important;
    }
}

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