.padding_zero.mr_header_top_main_sec {
    padding: 0 !important;
    height: 40px;
    display: flex;
}

.header_top_box {
    display: flex;
    align-items: center;
    width: 45%;
    justify-content: space-between;
    position: relative;
}

.header_top_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    bottom: 0;
    width: 2px;
    height: 24px;
    background: #D9D9D9;
}

.mr_header_top_main_sec {
    background-color: #E72B33;
    position: relative;
}

.header_email_box a,
.header_add_box a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: none;
}

.header_email_box,
.header_add_box {
    display: flex;
    align-items: center;
}

.header_email_box svg,
.header_add_box svg {
    margin-right: 10px;
}

.mr_header_top_main_sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 55%;
    background: linear-gradient(90deg, #FFF0F0 100%, rgba(231, 231, 231, 0.00) 99.27%);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.header_add_box {
    padding-right: 110px;
}

.padding_zero.mr_header_main_sec {
    padding: 0 !important;
    background-color: #fff !important;
}

.mr_header_main_block_left .et_pb_image_wrap img {
    width: 237px;
    height: 75px;
}

.mr_header_main_sec .mr_header_main_row {
    display: flex;
    align-items: center;
}

ul#menu-header_menu>li>a {
    padding: 0px !important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

ul#menu-header_menu>li.menu-item-has-children>a {
    padding: 0 20px 0 0 !important;
}

ul#menu-header_menu>li {
    padding: 38px 32px !important;
    margin: 0px !important;
    position: relative;
}

.mr_header_main_col_left {
    width: 17% !important;
    margin: 0 !important;
}

.mr_header_main_col_center {
    width: 56% !important;
    margin: 0 !important;
}

.mr_header_main_col_right {
    width: 27% !important;
    margin: 0 !important;
}

.mr_header_main_block_center .et_pb_menu__wrap {
    justify-content: center;
}

.ep_header_menu_Section #menu-header_menu>.current-menu-item>a {
    color: #E72B33 !important;
}

.mr_header_main_sec {
    position: relative;
}

.mr_header_main_sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 20%;
    background: #1DAFC6;
}

.mr_header_main_col_right {
    position: relative;
}

.mr_header_main_col_right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #1DAFC6;
    z-index: -1;
}

.mr_header_right_call_icon {
    width: 65px;
    height: 65px;
    background: #e72b33;
    display: flex;
    border-radius: 50%;
}

.mr_header_right_call_icon svg {
    margin: auto;
    width: 33.242px;
    height: 37px;
	animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.mr_header_right_call_icon_box {
    display: flex;
    align-items: center;
}

.mr_header_right_call_num_box a {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding-left: 12px;
}

.mr_header_right_call_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.mr_header_right_quote_btn_box {
    height: 50px;
}

.mr_header_main_sec.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.hy_header_mobile_main_sec.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.et-db #et-boc .et-l .mr_header_main_sec .et_pb_menu .nav li ul.sub-menu {
    width: 320px;
    border-color: #E72B33 !important;
    background: rgba(255, 255, 255, 0.87) !important;
}

.mr_header_main_sec .nav li .sub-menu li {
    width: 100%;
    padding: 0 !important;
}

ul#menu-header_menu li a:hover {
    opacity: 1 !important;
    color: #E72B33 !important;
    background-color: unset !important;
}

.mr_header_main_sec .nav li li a {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 26px;
    color: #000 !important;
    text-transform: capitalize;
    width: 100% !important;
    transition: 0.5s ease !important;
    cursor: pointer;
	padding: 10px !important;
}
.mr_header_main_block_center  .menu-item-has-children ul {
    display: flex;
    flex-wrap: wrap;
    width: 600px !important;
	margin-left: -200px;
	padding:0 !important;
}

.mr_header_main_block_center .menu-item-has-children ul li {
    WIDTH: 50% !important;
	border:1px solid red;
	border-top:none;

}










@media all and (min-width: 320px) and (max-width: 980px) {
    .mob_header_btn .mob_svg svg {
        height: 26px;
        width: 26px;
        fill: #20b1c8;
    }
    .hy_header_main_col_left {
        width: 50% !important;
    }
    .hy_header_main_col_right {
        width: 50% !important;
    }
    .hy_header_main_block_left .et_pb_image_wrap img {
        width: 150px;
        height: 50px;
    }
    .mob_header_btn {
        display: flex;
        align-items: center;
        justify-content: right;
        padding-right: 59px;
        gap: 8px;
    }
    .hy_header_mobile_main_sec .hy_header_main_row {
        display: flex;
        align-items: center;
    }
    .mob_header_quote a,
    .mob_header_call a {
        display: flex;
        align-items: center;
        height: 40px;
        width: 40px;
        justify-content: center;
        border: 1px solid #e72c33;
    }
    .padding_zero.hy_header_main_sec {
        padding: 10px 0 !important;
    }
    .hy_header_main_col_left {
        margin: 0 !important;
    }
    .sfm-label-metro .sfm-navicon,
    #sfm-mob-navbar .sfm-navicon,
    .sfm-label-metro .sfm-navicon:after,
    #sfm-mob-navbar .sfm-navicon:after,
    .sfm-label-metro .sfm-navicon:before,
    #sfm-mob-navbar .sfm-navicon:before {
        background-color: #20b1c8 !important;
    }
}

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

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

@media all and (min-width: 768px) and (max-width: 980px) {
    .hy_header_main_block_left .et_pb_image_wrap img {
        height: 60px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
    .mr_header_main_block_left .et_pb_image_wrap img {
        width: 175px;
        height: 55px;
    }
    ul#menu-header_menu>li>a {
        font-size: 15px;
    }
    ul#menu-header_menu>li {
        padding: 28px 10px !important;
    }
    .mr_header_main_col_left {
        width: 17% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_center {
        width: 51% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_right {
        width: 32% !important;
        margin: 0 !important;
    }
    .mr_header_right_call_num_box a {
        font-size: 16px;
        padding-left: 8px;
    }
    .mr_header_right_call_icon {
        width: 50px;
        height: 50px;
    }
    .mr_header_right_call_icon svg {
        width: 25.242px;
        height: 30px;
    }
    .header_add_box {
        padding-right: 25px;
    }
    .header_top_box::after {
        left: 55%;
    }
    .header_email_box a,
    .header_add_box a {
        font-size: 15px;
    }
    .mr_header_right_call_main_box {
        height: 70px;
    }
    .mr_header_top_main_sec::after {
        width: 50%;
    }
    .header_top_box {
        width: 50%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
    .mr_header_main_block_left .et_pb_image_wrap img {
        width: 175px;
        height: 55px;
    }
    ul#menu-header_menu>li>a {
        font-size: 15px;
    }
    ul#menu-header_menu>li {
        padding: 28px 10px !important;
    }
    .mr_header_main_col_left {
        width: 17% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_center {
        width: 51% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_right {
        width: 32% !important;
        margin: 0 !important;
    }
    .mr_header_right_call_num_box a {
        font-size: 17px;
    }
    .mr_header_right_call_icon {
        width: 50px;
        height: 50px;
    }
    .mr_header_right_call_icon svg {
        width: 25.242px;
        height: 30px;
    }
    .header_add_box {
        padding-right: 50px;
    }
    .header_top_box::after {
        left: 52%;
    }
    .header_email_box a,
    .header_add_box a {
        font-size: 15px;
    }
    .mr_header_right_call_main_box {
        height: 70px;
    }
    .mr_header_top_main_sec::after {
        width: 50%;
    }
    .header_top_box {
        width: 50%;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
    .mr_header_main_block_left .et_pb_image_wrap img {
        width: 175px;
        height: 55px;
    }
    ul#menu-header_menu>li>a {
        font-size: 16px;
    }
    ul#menu-header_menu>li {
        padding: 38px 15px !important;
    }
    .mr_header_main_col_left {
        width: 17% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_center {
        width: 51% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_right {
        width: 32% !important;
        margin: 0 !important;
    }
    .mr_header_right_call_num_box a {
        font-size: 19px;
    }
    .mr_header_right_call_icon {
        width: 60px;
        height: 60px;
    }
    .mr_header_right_call_icon svg {
        width: 30.242px;
        height: 34px;
    }
    .header_add_box {
        padding-right: 50px;
    }
    .header_top_box::after {
        left: 52%;
    }
    .header_email_box a,
    .header_add_box a {
        font-size: 15px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
    .mr_header_main_block_left .et_pb_image_wrap img {
        width: 195px;
        height: 60px;
    }
    ul#menu-header_menu>li>a {
        font-size: 16px;
    }
    ul#menu-header_menu>li {
        padding: 38px 22px !important;
    }
    .mr_header_main_col_left {
        width: 17% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_center {
        width: 53% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_right {
        width: 30% !important;
        margin: 0 !important;
    }
    .mr_header_right_call_num_box a {
        font-size: 20px;
    }
    .mr_header_right_call_icon {
        width: 60px;
        height: 60px;
    }
    .mr_header_right_call_icon svg {
        width: 30.242px;
        height: 34px;
    }
    .header_add_box {
        padding-right: 50px;
    }
    .header_top_box::after {
        left: 52%;
    }
    .header_email_box a,
    .header_add_box a {
        font-size: 15px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
    .mr_header_main_block_left .et_pb_image_wrap img {
        width: 207px;
        height: 65px;
    }
    ul#menu-header_menu>li>a {
        font-size: 17px;
    }
    ul#menu-header_menu>li {
        padding: 38px 26px !important;
    }
    .mr_header_main_col_left {
        width: 17% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_center {
        width: 54% !important;
        margin: 0 !important;
    }
    .mr_header_main_col_right {
        width: 29% !important;
        margin: 0 !important;
    }
    .mr_header_right_call_num_box a {
        font-size: 20px;
    }
    .mr_header_right_call_icon {
        width: 60px;
        height: 60px;
    }
    .mr_header_right_call_icon svg {
        width: 30.242px;
        height: 34px;
    }
    .header_add_box {
        padding-right: 80px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .site_width.mr_header_top_main_row,
    .site_width.mr_header_main_row {
        width: 96% !important;
        max-width: 96% !important;
    }
}