.hdr_sec,
.hdr_mb_sec {
    position: fixed !important; 
    top: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hdr_mb_sec {
    display: none !important;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

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

.et_pb_menu__menu {
    width: 100% !important;
}

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

div#main-content {
    margin-top: 150px;
}

/* offer */

.hdr_ofr_txt {
    text-transform: capitalize;
}

/* -------main header---- */
.hdr_main_row {
    padding: 0 30px !important;
    background-color: #fff !important;
}

.hdr_col1 {
    width: 20% !important;
}

.hdr_col2 {
    width: 60% !important;
}

.hdr_col3 {
    width: 20% !important;
}

/* logo */
.hdr_logo {
    display: flex;
}

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



/* --menu-- */

.hdr_menu ul {
    width: 100% !important;
    justify-content: center !important;
}

.hdr_menu ul {
    margin: 0 !important;
}

.hdr_menu ul>li {
    padding: 40px 40px !important;
    margin: 0 !important;
    transition: 0s !important;
    text-align: center;
}

.hdr_menu ul li a {
    font-size: 16px;
    padding: 0 !important;
    font-weight: 400;
    color: #000 !important;
    opacity: 1 !important;
    transition: 1s;
    text-transform: capitalize;
    width: 100% !important;
    display: flex !important;
    justify-content: left !important;
    line-height: 1.5;
}

.hdr_menu ul li ul {
    border-color: #272030 !important;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
    width: 250px !important;
}

.hdr_menu ul li ul li {
    padding: 7px 10px !important;
    border-bottom: 1px solid #272030;
    width: 100% !important;
    background: #fff !important;
}

.hdr_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
    justify-content: left;
}

.hdr_menu ul li a:hover,
.hdr_menu ul li.current_page_item a {
    color: #272030 !important;
}

.hdr_menu ul li:hover>ul {
    visibility: visible !important;
    transition: 1s !important;
    transform: rotateX(0deg);
}

.et-menu .menu-item-has-children>a:first-child:after {
    right: -15px !important;
    top: 1px !important;
    line-height: 1.3;
}

/* --menu end-- */
/* --button-- */
.hdr_btn_box .site_btn_main_box {
    justify-content: right;
}

.call_btn_txt {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.call_btn_img {
    display: flex;
    padding-right: 15px;
}

.call_btn_img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@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) {
    div#main-content {
        margin-top: 85px;
    }

    .hdr_sec {
        display: none !important;
    }

    .hdr_mb_sec {
        width: 100%;
        top: 0;
        z-index: 9;
        display: block !important;
        background: #fff;
        border-bottom: 1px solid #ddd;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 7px !important;
        border-bottom: 1px solid #dddddd17;
    }

    .hdr_icons {
        display: flex;
        justify-content: right;
        padding-right: 40px;
    }

    .hdr_icon:first-child {
        margin-right: 5px;
    }

    .hdr_mb_logo {
        display: flex;
    }

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

    .hdr_icon {
        display: flex;
        height: 35px;
        width: 32px;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        background: #fff;
    }

    .hdr_mb_svg {
        display: flex;
    }

    .hdr_mb_svg img {
        width: 100%;
        height: 22px;
        object-fit: contain;
        /* filter: brightness(0) invert(1); */
    }

    .hdr_ofr_txt_box {
        padding: 3px 0;
    }

    .hdr_ofr_txt {
        font-size: 13px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    div#main-content {
        margin-top: 95px;
    }

    /* -------main header---- */
    .hdr_ofr_txt_box {
        padding: 5px 0;
    }

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

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 55% !important;
    }

    .hdr_col3 {
        width: 30% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

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

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

    .call_btn_img {
        padding-right: 5px;
    }

    .call_btn_img img {
        width: 16px;
        height: 16px;
    }

    .call_btn_txt {
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    div#main-content {
        margin-top: 95px;
    }

    /* -------main header---- */
    .hdr_ofr_txt_box {
        padding: 5px 0;
    }

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

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 55% !important;
    }

    .hdr_col3 {
        width: 30% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

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

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

    .call_btn_img {
        padding-right: 5px;
    }

    .call_btn_img img {
        width: 16px;
        height: 16px;
    }

    .call_btn_txt {
        font-size: 14px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    div#main-content {
        margin-top: 100px;
    }

    /* -------main header---- */
    .hdr_main_row {
        padding: 0 10px !important;
    }

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 55% !important;
    }

    .hdr_col3 {
        width: 30% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_menu ul>li {
        padding: 20px 22px !important;
    }

    .call_btn_img {
        padding-right: 5px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    div#main-content {
        margin-top: 130px;
    }

    /* -------main header---- */
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 60% !important;
    }

    .hdr_col3 {
        width: 25% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_menu ul>li {
        padding: 30px 30px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    div#main-content {
        margin-top: 130px;
    }

    /* -------main header---- */
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 60% !important;
    }

    .hdr_col3 {
        width: 25% !important;
    }

    .hdr_menu ul>li {
        padding: 30px 30px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}