.hdr_section,
.hdr_mb_section {
    position: fixed;
    top: 0;
    width: 100%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

header.et-l.et-l--header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.mn_hdr_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #2E2E30; */
}

.mn_hdr_section {
    border-bottom: 1px solid #2E2E30;
    position: relative;
}

.mn_hdr_section::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #2E2E30;
}

.hdr_mb_section {
    display: none !important;
}

ul#menu-main-menu {
    width: 100%;
    display: flex;
    /* border-top: 1px solid #2E2E30; */
}

ul#menu-main-menu li {
    flex: auto;
    justify-content: center;
    padding: 16px 0;
    margin: 0;
    /* border-right: 1px solid #2E2E30; */
}

ul#menu-main-menu li:last-child {
    border: none;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

.et_pb_menu__menu {
    width: 100% !important;
}

.et_pb_menu__menu {
    display: flex !important;
    width: 100% !important;
    /* justify-content: center !important; */
}

nav.et-menu-nav {
    justify-content: center;
    width: 100%;
    /* padding-left: 6%; */
}


/* --------------- */

.hdr_info_box_3 .hdr_info_txt_inr.wt.f_16 {
    text-transform: lowercase;
}

.hdr_section {
    border-bottom: 1px solid #2E2E30;
}

.hdr_col_1 {
    width: 100% !important;
}

.hdr_col_2 {
    width: 85% !important;
    border-left: 1px solid #2E2E30;
    /* border-right: 1px solid #2E2E30; */
    padding-left: 0px !important;
}

.hdr_col_3 {
    width: 20% !important;
}

.hdr_col_4 {
    width: 14% !important;
}

.hdr_col {
    padding: 0px 0;
}

.hdr_info_box {
    width: 33.33%;
}

.hdr_info_box_inr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_info_txt_inr {
    padding-left: 10px;
}

.hdr_logo {
    display: flex;
    justify-content: center;
}

.hdr_logo img {
    width: 100%;
    height: 62px;
    object-fit: contain;
}

.hdr_icon svg {
    height: 28px;
    width: 28px;
    display: flex;
}

.hdr_mr_btn_box {
    display: flex;
    justify-content: center;
}

.hdr_info_txt_inr.f_16 {
    line-height: 1.7;
}


/* --------------new header css */

.hdr_social_main_box_inner {
    display: flex;
    align-items: center;
}

.hdr_fst_info_main_box_innr {
    display: flex;
    justify-content: space-between;
}

.hdr_fst_col_main_box_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}

.hdr_scn_info_main_box_innr {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.hdr_scn_info_call_btn_box_inner {
    display: flex;
    align-items: center;
    background: #1D2125;
    padding: 0 20px;
    border-left: 1px solid #2E2E30;
}

.hdr_fst_info_main_box {
    width: 80%;
}

.hdr_scn_info_main_box {
    width: 20%;
}

.hdr_social_txt_box_inner {
    padding-left: 10px;
}

.mn_hdr_row.f_wt {
    max-width: 1300px !important;
}


/* .hdr_social_main_box {
    padding: 0 40px 0 0px;
} */

.hdr_call_desc_box_innr {
    padding-left: 20px;
}

.hdr_scn_info_call_btn_box {
    padding-left: 30px;
}

ul.sub-menu {
    padding: 0 !important;
}

ul#menu-main-menu li ul.sub-menu li {
    text-align: start !important;
    padding: 15px 15px !important;
}
.hdr_social_main_box.hader_address_box {
    display: none;
}
.hdr_fst_info_main_box_innr {
    justify-content: start;
    gap: 100px;
    align-items: center;
}
.login_icon .fa-user{
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-style: normal;
}
.hdr_address_icon_box_inner .fa-phone{
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-style: normal;
}
.hdr_address_icon_box_inner .fa-envelope{
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
}
/* --------------new header css end */

@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_section {
        display: none !important;
    }
    .hdr_mb_section {
        display: block !important;
    }
    .hdr_mb_row.df.pd0 {
        padding: 10px 10px !important;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .hdr_mb_logo {
        display: flex;
        justify-content: left;
    }
    .hdr_mb_logo img {
        width: 100% !important;
        height: 40px;
        object-fit: contain;
    }
    .hdr_mb_mr_svg {
        display: flex;
        justify-content: right;
        padding-right: 50px;
    }
    .hdr_mb_mr_svg_inr {
        height: 42px;
        width: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: #1D2125;
        border: 1px solid #fff;
    }
    .hdr_mb_mr_svg_inr svg {
        height: 30px;
        width: 30px;
    }
    .mn_hdr_section {
        display: none;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .hdr_logo img {
        height: 38px;
    }
    .hdr_col_3 {
        width: 10% !important;
    }
    .hdr_col_4 {
        width: 15% !important;
        padding-right: s 10px;
    }
    .hdr_info_txt_inr.f_16 {
        line-height: 1.4;
        font-size: 14px;
    }
    .hdr_info_box_1 {
        width: 40%;
    }
    .hdr_info_box_2 {
        width: 25%;
    }
    .hdr_info_box_3 {
        width: 35%;
    }
    .hdr_icon svg {
        height: 25px;
        width: 25px;
    }
    /* new header */
    ul#menu-main-menu li ul.sub-menu li {
        padding: 10px 10px !important;
    }
    .hdr_col_2 {
        padding-left: 0px !important;
        width: 91% !important;
    }
    .hdr_social_main_box {
        padding: 0 10px 0 0px;
    }
    .hdr_scn_info_call_btn_box {
        padding-left: 20px;
    }
    /* new header end*/
    .mn_hdr_row.f_wt {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hdr_social_main_box_inner {
        justify-content: center;
    }
    .hdr_social_main_box {
        /* width: 100%; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    .mn_hdr_section::before {
        top: 65px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_logo img {
        height: 38px;
    }
    /* .hdr_col_1 {
        width: 11% !important;
    } */
    .hdr_col_3 {
        width: 12% !important;
    }
    .hdr_col_4 {
        width: 13% !important;
        padding-right: 20px;
    }
    .hdr_info_txt_inr.f_16 {
        line-height: 1.5;
        font-size: 14px;
    }
    .hdr_info_box_1 {
        width: 40%;
    }
    .hdr_info_box_2 {
        width: 25%;
    }
    .hdr_info_box_3 {
        width: 35%;
    }
    .hdr_icon svg {
        height: 25px;
        width: 25px;
    }
    /* new header */
    .hdr_col_2 {
        padding-left: 0px !important;
        width: 87% !important;
    }
    /* .hdr_fst_info_main_box {
        width: 60%;
    }
    .hdr_scn_info_main_box {
        width: 40%;
    } */
    .hdr_fst_col_main_box_inner {
        padding: 10px 0 10px 20px;
    }
    .hdr_social_main_box {
        padding: 0 10px 0 0px;
    }
    .hdr_scn_info_call_btn_box {
        padding-left: 20px;
    }
    .mn_hdr_row.f_wt {
        max-width: 1000px !important;
    }
    .hdr_social_main_box_inner {
        justify-content: center;
    }
    .hdr_social_main_box {
        /* width: 100%; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    .mn_hdr_section::before {
        top: 65px;
    }
    /* new header end*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_logo img {
        height: 40px;
    }
    /* .hdr_col_1 {
        width: 9% !important;
    } */
    .hdr_col_3 {
        width: 12% !important;
    }
    .hdr_col_4 {
        width: 13% !important;
        padding-right: 20px;
    }
    .hdr_info_txt_inr.f_16 {
        line-height: 1.5;
        font-size: 14px;
    }
    /* new header */
    .hdr_col_2 {
        padding-left: 0px !important;
        width: 91% !important;
    }
    .hdr_social_main_box {
        padding: 0 30px 0 0px;
    }
    .mn_hdr_row.f_wt {
        max-width: 1100px !important;
    }
    .hdr_fst_col_main_box {
        padding: 2px 0 !important;
    }
    /* new header end*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_logo img {
        height: 50px;
    }
    /* .hdr_col {
		padding: 12px 0;
	}

	.hdr_col_2 {
		width: 64% !important;
		padding-left: 10px !important;

	} */
    .hdr_col_3 {
        width: 12% !important;
    }
    .hdr_col_4 {
        width: 13% !important;
        padding-right: 20px;
    }
    .hdr_info_txt_inr.f_16 {
        line-height: 1.5;
    }
    /* new header */
    .hdr_col_2 {
        padding-left: 0px !important;
        width: 87% !important;
    }
    .hdr_social_main_box {
        padding: 0 30px 0 0px;
    }
    /* new header end*/
    .mn_hdr_row.f_wt {
        max-width: 1240px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_logo img {
        height: 50px;
    }
    .hdr_col_3 {
        width: 13% !important;
    }
    /* new header */
    .hdr_col_2 {
        padding-left: 0px !important;
    }
    .hdr_social_main_box {
        padding: 0 30px 0 0px;
    }
    /* new header end*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /* new header */
    .hdr_col_2 {
        padding-left: 0px !important;
    }
    /* new header end*/
}