.header_section {
    padding: 0px !important;
    background: rgb(241, 247, 255) !important;
}

.site_logo {
    width: 200px;
}

.header_col1 {
    width: 10% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_col2 {
    width: 70% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_col3 {
    width: 20% !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_menu ul li a {
    font-size: 16px;
    color: #000;
}

.header_btn .et_pb_code_inner {
    line-height: 0;
}

.contact-list ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 500;
}

.top-bar a {
    color: #174ea6 !important;
}

.site-header ul li a,
.contact-number li {
    color: #ffffff;

    letter-spacing: 1px;
    font-weight: 500;
}

.top-bar .menu-item a:hover {
    background: transparent !important;
    color: #f78d29 !important;
}

.content_wrap {
    display: flex;
    justify-content: space-between;
}

.et_pb_row.top_row .et_pb_column.et-last-child {
    margin: auto !important;
    margin-right: auto !important;
}

.top_row {
    padding: 10px !important;
}

.site-header ul {
    padding: 0 !important;
}

.site-header ul li {
    display: inline-block;
    padding: 3px;
}

.site-header .fa {
    padding-right: 10px;
}

.header_row {
    padding: 15px 10px !important;
}

.et-menu li li a {
    padding: 6px 0px !important;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    div#main-content {
        margin-top: 70px;
    }



    .mobaile_header_section_main {
        position: fixed !important;
        width: 100% !important;
        top: 0px !important;
    }

    .mob_logo_all {
        width: 150px;
    }

    .mobaile_header_row_main {
        padding: 10px !important;
    }

    .dis_center {
        display: flex;
        align-items: center;
    }

    .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 #074068 !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, #074068 0%, #074068 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, #074068 0%, #074068 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 #074068;
        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: 120px;
        padding: 40px 10px 20px 10px;
        margin: auto;
        line-height: 0;
    }

    .menu-main-menu-container {
        padding-top: 0px;
    }

    .menu_copyright {
        position: absolute;
        bottom: 0;
        background: #074068;
        padding: 10px;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 14px;
    }


}

@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) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@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) {}