.hdr_rw {
    width: 100% !important;
    max-width: 1800px !important;
    padding-right: 50px !important;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.hdr_sec {
    padding: 20px 0 !important;
}

.hdr_col2 {
    width: 57.5% !important;
    border-left: 7px solid #E6001D;
    border-right: 7px solid #E6001D;
}

.hdr_col1 {
    width: 16.5% !important;
    padding-right: 80px;
}

.hdr_col3 {
    width: 26% !important;
    padding-left: 105px;
    justify-content: end;
}

.hdr_mnu {
    width: 100% !important;
}

.hdr_mnu .et_pb_menu__menu,
.hdr_mnu .et-menu-nav,
.hdr_mnu ul.et-menu {
    width: 100% !important;
}

.hdr_mnu ul {
    justify-content: space-between !important;
    margin: 0 !important;
}

.hdr_mnu ul li a {
    color: #005087 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
}

.hdr_mnu ul li {
    padding: 28px 40px !important;
    margin: 0 !important;
}

.hdr_lg img {
    width: 100% !important;
    height: 70px;
    object-fit: contain;
    object-position: left;
}

.et_pb_image {
    margin: 0 !important;
    width: 100% !important;
}

.hdr_sec:before,
.hdr_sec:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 5px;
    left: auto;
    right: 0;
    top: -9px;
    bottom: 0;
    margin: auto;
    background: #E6001D;
}

.hdr_sec:after {
    top: 0;
    bottom: -9px;
    background: #005087;
}

.sfm-rollback {
    display: none !important;
}

.mb_hdr_sec {
    display: none;
}

.hdr_mnu .et-menu .menu-item-has-children>a:first-child:after {
    right: -20px !important;
}

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

ul.sub-menu li {
    padding: 10px 20px !important;
}

.nav li a:hover {
    opacity: 1 !important;
    background: none !important;
}

.nav ul li:hover {
    background: #d9e5ed;
}

.nav ul li:hover a {
    color: #E6001D !important;
}

header * {
    transition: 0.6s !important;
}

.hdr_sec_fixed .hdr_sec {
    padding: 10px 0 !important;
    box-shadow: 1px 1px 4px #00000036;
}

.hdr_sec_fixed .hdr_lg img {
    height: 65px;
}

div#main-content,
footer.et-l.et-l--footer {
    position: relative;
    top: 110px;
}

.tab_btn {
    display: none;
}

@media all and (min-width: 320px) and (max-width: 1140px) {

    .hdr_svg_con_inr {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin: 0 5px;
    }

    .hdr_svg_con_inr svg {
        width: 30px;
        height: 30px;
    }

    .hdr_svg_con_inr svg path {
        fill: #005087;
    }

    .hdr_btn_mn_con {
        display: none;
    }

    .tab_btn {
        display: block;
    }

}

@media all and (min-width: 320px) and (max-width: 980px) {
    .sfm-rollback {
        display: block !important;
        height: auto;
    }

    a.sfm-back-parent {
        background: #000 !important;
        color: #fff !important;
        font-size: 20px !important;
    }

    .sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
        display: block !important;
    }

    .hdr_sec {
        display: none;
    }

    .mb_hdr_sec {
        display: block;
        padding: 10px 0 !important;
    }

    body.et-db #et-boc .et_pb_column.mb_col {
        width: 50% !important;
        margin: 0 !important;
    }

    .hdr_lg img {
        height: 45px;
    }

    .mb_hdr_row {
        max-width: 95% !important;
        width: 100% !important;
    }

    .mb_col1 {
        padding-right: 30px;
    }

    .mb_col2 {
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
        align-items: center;
        /* padding-right: 42px; */
    }

    .mb_hdr_row.pd0 {
        padding-right: 42px !important;
    }



    .sfm-navicon-button.sf_label_default,
    .sfm-pos-right #sfm-mob-navbar .sfm-navicon-button {
        right: 10px !important;
        top: 10px !important;
        width: 45px !important;
        height: 45px !important;
        background: #fff !important;
        padding: 0 !important;
    }

    .sfm-toggle-hover .sfm-sidebar-close {
        display: block !important;
    }

    .sfm-scroll .sfm-sidebar-close {
        display: block !important;
        width: 40px;
        height: 40px;
        background: rgba(237, 237, 237, 1);
        right: 10px;
        left: auto;
        position: absolute;
        top: 10px;
    }

    #sfm-sidebar .sfm-menu-level-0 li a:hover span {
        color: #E84256 !important;
    }

    .sfm-scroll .sfm-sidebar-close::before,
    .sfm-scroll .sfm-sidebar-close::after {
        background: #000;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    .sfm-search-form {
        display: none;
    }

    #sfm-sidebar .sfm-menu li:hover>a,
    #sfm-sidebar .sfm-menu li>a:focus,
    .sfm-active-class a span {
        color: #E84256 !important;
    }

    #sfm-sidebar .sfm-menu li:hover>a span {
        right: 0px !important;
    }

    a.sfm-back-parent {
        background: #005087 !important;
    }

    #sfm-sidebar .sfm-menu li a:after {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        background: #fff;
        opacity: 1;
        bottom: 0;
        top: auto;
    }

    .sfm-sm-indicator {
        right: 20px;
    }

    .sfm-logo img {
        width: 100% !important;
        height: 70px;
        object-fit: contain;
        background: #fff;
        padding: 10px;
    }

    #sfm-sidebar .sfm-va-middle {
        vertical-align: top;
    }

    .sfm-sub-swipe #sfm-sidebar .sfm-menu {
        top: 150px;
        position: relative;
    }

    .sfm-logo {
        top: 70px !important;
        padding-bottom: 20px;
    }

    .sfm-menu-level-1 {
        top: 0 !important;
        justify-content: start !important;
    }

    .page #sfm-sidebar .sfm-menu-level-1 li a {
        padding-left: 20px !important;
    }

    #sfm-sidebar .sfm-menu-level-1 li a:after {
        background: #005087;
    }

    .sfm-sidebar-exposed {
        border-radius: 20px 0 0 20px;
    }

    #sfm-sidebar .sfm-menu li:hover .sfm-sm-indicator i {
        border-color: #fff !important;
    }

    body .sfm-mob-nav .sfm-rollback {
        display: block !important;
    }

    html.sfm-mob-nav {
        margin-top: 0 !important;
    }

    #sfm-mob-navbar {
        background-color: transparent !important;
    }

    #sfm-mob-navbar>a {
        display: none !important;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        position: relative;
        top: 60px;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .hdr_svg_con_inr {
        margin: 0 2px;
    }

    .sfm-sub-swipe #sfm-sidebar .sfm-menu {
        top: 70px;
        position: relative;
    }

    .mb_col1 {
        padding-right: 10px;
    }

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

    .mb_hdr_row.pd0 {
        padding-right: 50px !important;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {
    .mb_hdr_row.pd0 {
        padding-right: 45px !important;
    }
}

@media all and (min-width: 586px) and (max-width: 767px) {
    .sfm-sub-swipe #sfm-sidebar .sfm-menu {
        top: 150px;
        position: relative;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .hdr_rw {
        max-width: 960px !important;
        padding-right: 0 !important;
    }

    .hdr_col1 {
        width: 10% !important;
        padding-right: 10px;
    }

    .hdr_mnu ul li a {
        font-size: 15px;
    }

    .hdr_col2 {
        width: 78% !important;
        border-width: 5px;
    }

    .hdr_col3 {
        padding-left: 5px;
        width: 12% !important;
    }


    .hdr_lg img {
        height: 40px;
    }

    .hdr_sec {
        padding: 10px 0 !important;
    }


    .hdr_mnu ul li {
        padding: 15px 9px !important;
    }

    .hdr_btn_con.pdr {
        padding-right: 3px;
    }

    .hdr_sec:before,
    .hdr_sec:after {
       display: none;
    }

    .hdr_sec_fixed .hdr_lg img {
        height: 32px;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        position: relative;
        top: 62px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_rw {
        max-width: 1000px !important;
        padding-right: 0 !important;
    }

    .hdr_col1 {
        width: 10% !important;
        padding-right: 10px;
    }

    .hdr_mnu ul li a {
        font-size: 15px;
    }

    .hdr_col2 {
        width: 78% !important;
        border-width: 5px;
    }

    .hdr_col3 {
        padding-left: 5px;
        width: 12% !important;
    }

    .hdr_lg img {
        height: 45px;
    }

    .hdr_sec {
        padding: 15px 0 !important;
    }



    .hdr_mnu ul li {
        padding: 15px 11px !important;
    }

    .hdr_sec:before,
    .hdr_sec:after {
        display: none;
    }

    .hdr_sec_fixed .hdr_lg img {
        height: 40px;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        top: 75px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_rw {
        max-width: 1120px !important;
        padding-right: 0 !important;
    }

    .hdr_col1 {
        width: 11% !important;
        padding-right: 10px;
    }

    .hdr_col2 {
        width: 60% !important;
        border-width: 5px;
    }

    .hdr_lg img {
        height: 45px;
    }

    .hdr_sec {
        padding: 15px 0 !important;
    }

    .hdr_col3 {
        padding-left: 10px;
        width: 29% !important;
    }

    .hdr_mnu ul li {
        padding: 16px 15px !important;
    }

    .hdr_sec:before,
    .hdr_sec:after {
        width: 160px;
    }

    .hdr_sec_fixed .hdr_lg img {
        height: 40px;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        top: 75px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_rw {
        max-width: 1240px !important;
        padding-right: 15px !important;
    }

    .hdr_col1 {
        width: 11% !important;
        padding-right: 10px;
    }

    .hdr_col2 {
        width: 60% !important;
    }

    .hdr_lg img {
        height: 48px;
    }

    .hdr_col3 {
        padding-left: 15px;
        width: 29% !important;
    }

    .hdr_mnu ul li {
        padding: 25px 20px !important;
    }

    .hdr_sec:before,
    .hdr_sec:after {
        width: 160px;
    }

    .hdr_sec_fixed .hdr_lg img {
        height: 55px;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        top: 106px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_rw {
        max-width: 1400px !important;
        padding-right: 20px !important;
    }

    .hdr_col1 {
        width: 13% !important;
        padding-right: 20px;
    }

    .hdr_col2 {
        width: 59.5% !important;
    }

    .hdr_lg img {
        height: 60px;
    }

    .hdr_col3 {
        padding-left: 25px;
        width: 27.5% !important;
    }

    .hdr_mnu ul li {
        padding: 25px 25px !important;
    }

    .hdr_sec_fixed .hdr_lg img {
        height: 55px;
    }

    div#main-content,
    footer.et-l.et-l--footer {
        top: 104px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_rw {
        max-width: 1650px !important;
        padding-right: 30px !important;
    }

    .hdr_col1 {
        width: 14.5% !important;
        padding-right: 50px;
    }

    .hdr_col2 {
        width: 59.5% !important;
    }

    .hdr_mnu ul li {
        padding: 28px 35px !important;
    }

    .hdr_col3 {
        padding-left: 65px;
    }
}