header.et-l.et-l--header {
    position: fixed;
    width: 100%;
    z-index: 99;
}


/* .hdr_sec,
.hdr_mb_sec {
    position: fixed;
    top: 0;
    width: 100%;

} */

.hdr_sec,
.hdr_mb_sec {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    transition: .6s !important;
    background: transparent !important;
}

.hdr_sec_fixed {
    top: 0 !important;
    background: #000 !important;
}

body.hdr_sec_fixed .hdr_sec,
body.hdr_sec_fixed .hdr_mb_logo_row {
    background: #000 !important;
}

.hdr_mb_sec {
    display: none !important;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

nav.et-menu-nav {
    width: 100% !important;
    justify-content: center;
}

.et_pb_menu__menu {
    width: 100% !important;
}

.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}


/* --------header--------- */
.hdr_row {
    padding: 0 50px !important;
    border-bottom: 1px solid #FFFFFF33;
}

.hdr_logo {
    display: flex;
}

.hdr_logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: left;
}

.hdr_col_1 {
    width: 20% !important;
}

.hdr_col_2 {
    width: 55% !important;
}

.hdr_col_3 {
    width: 25% !important;
}



.hdr_menu ul {
    margin: 0 !important
}

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

.hdr_menu ul li {
    padding: 0 40px !important;
    margin: 0 !important;
    transition: .5s !important;
}

.hdr_menu ul li a {
    font-size: 16px;
    padding: 0 0 0 0 !important;
    font-weight: 400;
    color: #fff;
    opacity: 1 !important;
    transition: .5s;
    text-transform: capitalize;
    width: 100% !important;
    position: relative;
}

.hdr_menu ul li a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #FE5D1C;
    bottom: -50px;
    left: 0;
    opacity: 0;
}

.hdr_menu ul li.current-menu-item a:before {
    opacity: 1;
}

.hdr_menu ul li a:hover {
    color: #FE5D1C;
}

.hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
    font-family: 'FontAwesome';
    content: "\f0dd";
    top: -3px;
    right: -20px;
}


/* DROPDOWN */

.hdr_menu ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #FE5D1C !important;
    border-radius: 5px 5px 0 0;
    padding: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    transition: .5s;
    transform-origin: top;
    width: 320px !important;
    margin-left: -40px !important;
    margin-top: 50px !important;
}

.hdr_menu ul.sub-menu li {
    width: 100% !important;
    padding: 0 !important;
    border-bottom: 1px solid #fe5d1c6b;
}

.hdr_menu ul.sub-menu>li>a {
    padding: 5px 15px !important;
    width: 100%;
}

.hdr_menu ul.sub-menu>li>a {
    color: #FE5D1C !important;
    width: 100% !important;
}

.hdr_menu ul.sub-menu>li>a:hover {
    color: #000 !important;
    opacity: 1;
    background: transparent !important;
}

/* ---button--- */
.hdr_call_img {
    display: flex;
    height: 62px;
    width: 62px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FE5D1C;
    background: #fff;
    /* background: #FE5D1C; */
    margin-right: 10px;
    border-radius: 100%;
}

.hdr_call_img svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #FE5D1C;
    padding: 12px;
    border-radius: 100%;
    animation: wiggle 2.5s linear infinite;
}


.hdr_call_txt span {
    display: flex;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
}

.cl_sml_txt {
    font-size: 14px;
}

.cl_num_txt {
    font-size: 20px;
}

.header_btn_box .dfa {
    justify-content: end;
}

.header_btn_box .pdr {
    padding-right: 30px;
}



ul.sub-menu li a:before {
    display: none;
}







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

@media all and (min-width: 768px) and (max-width: 980px) {}

@media all and (min-width: 320px) and (max-width: 980px) {
    .hdr_sec {
        display: none !important;
    }

    .hdr_mb_sec,
    .stc_data_sec {
        display: block !important;
    }

    .hdr_mb_logo_row {
        padding: 10px !important;
    }

    .hdr_mbl_btn_box {
        width: 50%;
        text-align: center;
        padding: 5px;
        color: #fff;
    }

    .hdr_mbl_btn_main_box {
        border-bottom: 1px solid #FE5D1C;
    }

    .hdr_call_btn {
        background: #000;

    }

    .hdr_quote_btn {
        background: #FE5D1C;
    }

    .mbl_hdr_logo {
        display: flex;
    }

    .mbl_hdr_logo img {
        width: 100%;
        height: 45px;
        object-fit: contain;
        object-position: left;
    }

    .mbl_hdr_time_row {
        background: #fff;
    }

    .mbl_hdr_time_box {
        padding: 6px;
        background: #eaf5fb;
    }

    .hdr_mbl_btn_box_inr {
        font-size: 15px;
        font-weight: 500;
    }



}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .hdr_row {
        padding: 0 15px !important;
    }

    .hdr_col_1 {
        width: 15% !important;
    }

    .hdr_col_2 {
        width: 50% !important;
    }

    .hdr_col_3 {
        width: 35% !important;
    }

    .hdr_logo img {
        height: 45px;
    }

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

    .hdr_menu ul li {
        padding: 0 12px !important;
    }

    .hdr_menu ul li a:before {
        bottom: -30px;
    }

    .header_btn_box .pdr {
        padding-right: 10px;
    }

    .hdr_menu ul li a {
        font-size: 14px;
    }

    .hdr_call_img {
        height: 45px;
        width: 45px;
    }

    .hdr_call_img svg {
        width: 35px;
        height: 35px;
        padding: 6px;
    }

    .hdr_call_txt span {
        line-height: 1.4;
    }

    .cl_sml_txt {
        font-size: 11px;
    }

    .cl_num_txt {
        font-size: 16px;
    }

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -13px;
        font-size: 12px;
    }

    .hdr_menu ul.sub-menu {
        width: 280px !important;
        margin-left: -70px !important;
        margin-top: 30px !important;
    }
}

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

    .hdr_col_1 {
        width: 15% !important;
    }

    .hdr_col_2 {
        width: 53% !important;
    }

    .hdr_col_3 {
        width: 32% !important;
    }

    .hdr_logo img {
        height: 45px;
    }

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

    .hdr_menu ul li {
        padding: 0 15px !important;
    }

    .hdr_menu ul li a:before {
        bottom: -30px;
    }

    .header_btn_box .pdr {
        padding-right: 10px;
    }

    .hdr_menu ul li a {
        font-size: 14px;
    }

    .hdr_call_img {
        height: 45px;
        width: 45px;
    }

    .hdr_call_img svg {
        width: 35px;
        height: 35px;
        padding: 6px;
    }

    .hdr_call_txt span {
        line-height: 1.4;
    }

    .cl_sml_txt {
        font-size: 11px;
    }

    .cl_num_txt {
        font-size: 16px;
    }

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -13px;
        font-size: 12px;
    }

    .hdr_menu ul.sub-menu {
        width: 280px !important;
        margin-left: -70px !important;
        margin-top: 30px !important;
    }
}


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

    .hdr_col_1 {
        width: 15% !important;
    }

    .hdr_col_2 {
        width: 50% !important;
    }

    .hdr_col_3 {
        width: 35% !important;
    }

    .hdr_logo img {
        height: 50px;
    }

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

    .hdr_menu ul li {
        padding: 0 18px !important;
    }

    .hdr_menu ul li a:before {
        bottom: -30px;
    }

    .header_btn_box .pdr {
        padding-right: 20px;
    }

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

    .hdr_call_img {
        height: 52px;
        width: 52px;
    }

    .hdr_call_img svg {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .hdr_call_txt span {
        line-height: 1.4;
    }

    .cl_sml_txt {
        font-size: 13px;
    }

    .cl_num_txt {
        font-size: 18px;
    }

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -13px;
        font-size: 12px;
    }

    .hdr_menu ul.sub-menu {
        width: 300px !important;
        margin-left: -70px !important;
        margin-top: 30px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_row {
        padding: 0 20px !important;
    }

    .hdr_col_1 {
        width: 15% !important;
    }

    .hdr_col_2 {
        width: 55% !important;
    }

    .hdr_col_3 {
        width: 30% !important;
    }

    .hdr_logo img {
        height: 50px;
    }

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

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

    .hdr_menu ul li a:before {
        bottom: -30px;
    }

    .header_btn_box .pdr {
        padding-right: 20px;
    }

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

    .hdr_call_img {
        height: 52px;
        width: 52px;
    }

    .hdr_call_img svg {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .hdr_call_txt span {
        line-height: 1.4;
    }

    .cl_sml_txt {
        font-size: 13px;
    }

    .cl_num_txt {
        font-size: 18px;
    }

    .hdr_menu ul.sub-menu {
        margin-left: -70px !important;
        margin-top: 30px !important;
    }
}

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

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

    .hdr_col_1 {
        width: 15% !important;
    }

    .hdr_col_2 {
        width: 55% !important;
    }

    .hdr_col_3 {
        width: 30% !important;
    }


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

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

    .hdr_menu ul li a:before {
        bottom: -40px;
    }

    .header_btn_box .pdr {
        padding-right: 20px;
    }

    .hdr_menu ul.sub-menu {
        margin-top: 40px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_row {
        padding: 0 20px !important;
    }

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

    .hdr_menu ul li a:before {
        bottom: -40px;
    }

    .header_btn_box .pdr {
        padding-right: 20px;
    }

    .hdr_menu ul.sub-menu {
        margin-top: 40px !important;
    }
}