.header_top_row {
    display: flex;
    align-items: center;
}

.header_top_row a {
    width: 50% !important;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header_top_row a:first-child {
    background: #00A2B3;
}

.center_col_one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu ul li a {
    font-size: 1.4em;
    color: #fff;
    padding: 0px 20px;
}

.center_col_two {
    justify-content: center;
    display: flex;
    align-items: center;
}

.header_section_main {
    padding: 10px !important;
    position: fixed;
    width: 100%;
    top: 0;
}

ul.sub-menu li a {
    padding: 5px 0px;
    font-size: 18px;
}

.nav li ul {
    width: 260px !important;
}

.et-menu li li a {
    width: 240px !important;
}

.pd0.mobaile_logo_row {
    padding: 10px !important;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .mobaile_header_section {
        padding: 0px !important;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .mob_logo {
        width: 180px;
    }
}

@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 ul li a {
        padding: 0px 8px;
        font-size: 1.2em;
    }
    .header_logo {
        width: 200px;
    }
    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_menu ul li a {
        padding: 0px 10px;
        font-size: 1.2em;
    }
    .header_logo {
        width: 200px;
    }
    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_menu ul li a {
        padding: 0px 10px;
    }
    .header_logo {
        width: 200px;
    }
    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .header_menu ul li a {
        padding: 0px 10px;
    }
    .header_logo {
        width: 200px;
    }
    .et_pb_menu .et-menu>li {
        padding: 0 !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .header_menu ul li a {
        padding: 0px 10px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}


/* 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 #000 !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: linear-gradient(180deg, #00A2B3 0%, #000 100%);
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: auto;
    margin-right: 0;
    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: linear-gradient(180deg, #00A2B3 0%, #000 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 #00A2B3;
    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;
    background: #000;
    width: 120px;
    padding: 40px 10px 20px 10px;
    margin: auto;
    line-height: 0;
}

.mb_call_all {
    position: absolute;
    top: -43px;
    right: 0;
}

.menu-main-menu-container {
    padding-top: 0px;
}

.menu_copyright {
    position: absolute;
    bottom: 0;
    background: #000;
    padding: 10px;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 14px;
}