    .desk_header {
        display: block !important;
    }
    
    .mobile_header {
        display: none !important;
    }
    
    .desk_header {
        background: transparent !important;
        top: 0 !important;
        width: 100% !important;
        transition: 0.5s !important;
    }
    
    .ad_site_header_fixed .head_menu {
        border-radius: 0px 0px 200px 200px !important;
    }
    
    .ad_site_header_fixed .et_pb_row_0_tb_header {
        background: #000c;
    }
    
    .ad_site_header_fixed .et_pb_row_1_tb_header {
        box-shadow: rgb(17 17 26 / .1) 0 4px 16px, rgb(17 17 26 / .05) 0 8px 32px !important;
        border-radius: 0px 0px 200px 200px;
    }
    
    .et-l.et-l--header.scrolling-down {
        top: -200px;
        transition: 0.5s !important;
    }
    
    .et-l.et-l--header.scrolling-up {
        top: 0;
        transition: 0.5s !important;
        z-index: 99999;
    }
    
    header.et-l.et-l--header {
        position: fixed;
        width: 100%;
        top: 0;
        transition: 0.5s !important;
        z-index: 99999;
    }
    
    .head_txt span {
        display: block;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        text-transform: capitalize;
        padding-left: 40px;
    }
    
    .head_button span {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
    }
    
    .head_button {
        background: #D21515;
        width: 230px;
        height: 48px;
        border-radius: 60px 60px 0px 60px;
    }
    
    .head_btn {
        justify-content: end;
        padding-right: 40px;
    }
    
    .head_col_left .head_button {
        width: 200px;
        background: transparent;
    }
    
    .desk_header .et_pb_menu .et-menu {
        margin: 0px !important;
    }
    
    .head_menu {
        display: flex !important;
        align-items: center;
        width: 100% !important;
    }
    
    .head_menu .clearfix {
        width: 100% !important;
    }
    
    .head_menu .et_pb_menu__wrap {
        width: 100% !important;
    }
    
    .head_menu .et_pb_menu__menu {
        width: 100% !important;
    }
    
    .head_menu nav.et-menu-nav {
        width: 100% !important;
        height: 80px;
        align-items: center;
    }
    
    .head_menu ul#menu-main-menu {
        justify-content: center;
        width: 100% !important;
        height: 80px;
    }
    
    ul#menu-main-menu>li {
        margin: 0px !important;
        position: relative !important;
        padding: 0px !important;
        height: 80px;
    }
    
    ul#menu-main-menu>li a {
        padding-bottom: 0px;
        color: #222 !important;
        font-size: 16px;
        font-weight: 400 !important;
        line-height: normal !important;
        text-transform: capitalize !important;
        position: relative !important;
        opacity: 1 !important;
        padding: 0px 32px;
    }
    
    .head_menu ul#menu-main-menu li a:hover,
    .head_menu ul#menu-main-menu li.current_page_item a {
        color: #D21515 !important;
        opacity: 1 !important;
    }
    
    .et-menu .menu-item-has-children>a:first-child:after {
        right: 12px;
    }
    
    .head_menu ul.sub-menu {
        padding: 0px !important;
        width: 155px !important;
    }
    
    .head_menu .et_pb_menu__menu>nav>ul>li>ul {
        left: 30px !important;
    }
    
    .head_menu ul.sub-menu li a {
        width: 100% !important;
        font-size: 13px !important;
        padding: 8px !important;
        padding-left: 10px !important;
        border-bottom: 1px solid #D21515;
    }
    
    .head_menu ul.sub-menu li {
        width: 100%;
        padding: 0px !important;
    }
    
    .head_menu li.et_pb_menu__logo-slot {
        height: 140px !important;
        box-shadow: 0px 0px 20px 0px #0000001F;
        background: #fff;
        border-radius: 200px;
        top: -30px;
    }
    
    .head_menu .et_pb_menu__logo {
        justify-content: center;
        align-items: center;
    }
    
    .head_menu li.et_pb_menu__logo-slot img {
        object-fit: contain;
        width: 100%;
        height: 77px !important;
    }
    
    .head_button:hover.head_button span {
        color: #D21515;
    }
    
    .head_button:hover {
        background: #111;
    }
    
    .head_button svg {
        animation: wiggle 2.5s linear infinite;
    }
    
    @media all and (min-width: 320px) and (max-width: 980px) {
        #main-content {
            padding-top: 101px;
        }
        .desk_header {
            display: none !important;
        }
        .mobile_header {
            display: block !important;
        }
        .mobile_header {
            position: fixed !important;
            width: 100% !important;
            background: #fff !important;
            top: 0 !important;
            box-shadow: rgb(17 17 26 / .1) 0 4px 16px, rgb(17 17 26 / .05) 0 8px 32px !important;
            border-bottom: 1px solid #D21515 !important;
        }
        .mobile_head_row.pd0 {
            padding: 10px !important;
        }
        .mbl_btn .btn_col {
            width: 50%;
            margin: 0;
        }
        .mbl_btn .site_button {
            width: 100%;
            padding: 0 !important;
        }
        .mob_col_1 {
            width: 70% !important;
        }
        .mob_col_2 {
            width: 30% !important;
        }
        .mob_head_logo {
            width: 100% !important;
            line-height: 0 !important;
        }
        .mob_head_logo img {
            object-fit: contain;
            object-position: left;
            width: 100% !important;
            height: 45px;
        }
        .fullmenu-wrapper {
            position: relative;
            z-index: 9999;
        }
        ul#menu-mobaile_menu {
            padding: 0 !important;
        }
        .menu-btn {
            background: #D21515;
            border: none;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 5px;
            margin: auto;
            margin-right: 0;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
        }
        .col_logo_mob {
            width: 200px !important;
        }
        .menu-btn span {
            width: 18px;
            height: 1px;
            background: #fff;
            display: block;
        }
        .menu-bg {
            position: fixed;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: #fff;
            border-radius: 50%;
            z-index: 10000;
            transform: scale(0);
            transition: transform 0.5s ease;
        }
        .menu-bg.expand {
            transform: scale(60);
        }
        ul.sub-menu li a {
            font-size: 16px;
        }
        .fullmenu-nav {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 100%;
            background: transparent;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
            z-index: 10002;
        }
        .fullmenu-nav.open {
            opacity: 1;
            pointer-events: auto;
        }
        .menu-close {
            position: absolute;
            top: -2px;
            bottom: auto;
            right: -2px;
            left: auto;
            background: #D21515;
            font-size: 24px;
            color: #fff;
            cursor: pointer;
            width: 35px;
            height: 35px;
            line-height: 0;
            border: none;
            font-weight: 100;
        }
        .fullmenu-wrapper {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }
        ul.sub-menu li {
            border: none;
        }
        .fullmenu-wrapper li li::after {
            display: none;
        }
        .fullmenu-wrapper ul.sub-menu {
            box-shadow: none !important;
        }
        .fullmenu-wrapper .main_drop ul li {
            width: 100% !important;
        }
        .fullmenu-wrapper li {
            list-style-type: none;
            position: relative;
            border-bottom: 1px dashed #D21515;
            text-align: left;
            display: block;
            line-height: normal !important;
            margin: 0 !important;
            padding: 10px 20px !important;
            opacity: 0;
            transform: translateX(-100%);
            animation: slideIn 0.5s forwards;
        }
        .fullmenu-wrapper li a {
            display: block;
            color: #222 !important;
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s ease;
            width: 100%;
        }
        @keyframes slideIn {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        ul.sub-menu li a {
            font-size: 14px;
        }
        .fullmenu-wrapper li.menu-item-has-children>a::after {
            content: "\33";
            font-size: 20px;
            position: absolute;
            top: 9px;
            right: 20px;
            font-family: ETmodules !important;
            border-radius: 100px;
            color: #222;
            line-height: 1;
            left: auto;
        }
        .fullmenu-wrapper ul.sub-menu {
            padding-left: 10px !important;
        }
        .fullmenu-wrapper li.open>a::after {
            content: "\32" !important;
        }
        .fullmenu-wrapper ul.sub-menu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 !important;
        }
        .fullmenu-wrapper li.open>ul.sub-menu {
            max-height: max-content;
        }
        .menu-mobaile_menu-container {
            padding-top: 60px;
        }
        .header_top_row {
            padding: 0;
        }
        .fullmenu-wrapper ul {
            display: block;
            padding: 0 !important;
            height: 78vh;
            overflow: auto;
        }
        .logo_menu {
            text-align: left !important;
            width: 130px;
            padding: 40px 10px 20px 10px;
            margin: auto;
            line-height: 0;
        }
        .menu-main-menu-container {
            padding-top: 0px;
        }
        .menu_copyright {
            position: absolute;
            bottom: 0;
            background: #D21515;
            padding: 10px;
            color: #fff;
            width: 100%;
            left: 0;
            right: 0;
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 980px) {
        #main-content {
            padding-top: 106px;
        }
    }
    
    @media only screen and (min-width: 981px) and (max-width: 1140px) {
        .head_menu ul#menu-main-menu {
            justify-content: space-around;
        }
        .head_txt span {
            font-size: 13px;
            padding-left: 15px;
        }
        .head_btn {
            padding-right: 15px;
        }
        .head_button span {
            font-size: 14px;
        }
        .head_col_left .head_button {
            width: 165px;
        }
        .head_button {
            width: 190px;
            height: 40px;
        }
        .head_menu nav.et-menu-nav {
            height: 55px;
        }
        .head_menu ul#menu-main-menu {
            height: 55px;
        }
        .head_menu ul#menu-main-menu {
            height: 55px;
        }
        ul#menu-main-menu>li {
            height: 55px;
        }
        ul#menu-main-menu>li a {
            font-size: 14px;
            padding: 0px 12px;
        }
        .head_menu .et_pb_menu__menu>nav>ul>li>ul {
            left: 10px !important;
        }
        .et-menu .menu-item-has-children>a:first-child:after {
            right: 0px;
        }
        .head_menu li.et_pb_menu__logo-slot {
            height: 85px !important;
            top: -15px;
            border-radius: 30px;
        }
        .head_menu li.et_pb_menu__logo-slot img {
            height: 45px !important;
        }
        .ad_site_header_fixed .head_menu {
            border-radius: 0px 0px 30px 30px !important;
        }
    }
    
    @media all and (min-width: 1141px) and (max-width: 1440px) {
        .head_menu ul#menu-main-menu {
            justify-content: space-around;
        }
        .head_txt span {
            font-size: 13px;
            padding-left: 20px;
        }
        .head_btn {
            padding-right: 20px;
        }
        .head_button span {
            font-size: 14px;
        }
        .head_col_left .head_button {
            width: 165px;
        }
        .head_button {
            width: 190px;
            height: 40px;
        }
        .head_menu nav.et-menu-nav {
            height: 60px;
        }
        .head_menu ul#menu-main-menu {
            height: 60px;
        }
        .head_menu ul#menu-main-menu {
            height: 60px;
        }
        ul#menu-main-menu>li {
            height: 60px;
        }
        ul#menu-main-menu>li a {
            font-size: 14px;
            padding: 0px 16px;
        }
        .head_menu .et_pb_menu__menu>nav>ul>li>ul {
            left: 14px !important;
        }
        .et-menu .menu-item-has-children>a:first-child:after {
            right: 2px;
        }
        .head_menu li.et_pb_menu__logo-slot {
            height: 100px !important;
            top: -20px;
            border-radius: 40px;
        }
        .head_menu li.et_pb_menu__logo-slot img {
            height: 50px !important;
        }
        .ad_site_header_fixed .head_menu {
            border-radius: 0px 0px 40px 40px !important;
        }
    }
    
    @media all and (min-width: 1441px) and (max-width: 1880px) {
        .head_menu ul#menu-main-menu {
            justify-content: space-around;
        }
        .head_txt span {
            font-size: 13px;
            padding-left: 30px;
        }
        .head_btn {
            padding-right: 30px;
        }
        .head_button span {
            font-size: 14px;
        }
        .head_col_left .head_button {
            width: 165px;
        }
        .head_button {
            width: 190px;
            height: 42px;
        }
        .head_menu nav.et-menu-nav {
            height: 70px;
        }
        .head_menu ul#menu-main-menu {
            height: 70px;
        }
        .head_menu ul#menu-main-menu {
            height: 70px;
        }
        ul#menu-main-menu>li {
            height: 70px;
        }
        ul#menu-main-menu>li a {
            font-size: 14px;
            padding: 0px 24px;
        }
        .head_menu .et_pb_menu__menu>nav>ul>li>ul {
            left: 22px !important;
        }
        .et-menu .menu-item-has-children>a:first-child:after {
            right: 10px;
        }
        .head_menu li.et_pb_menu__logo-slot {
            height: 120px !important;
            top: -25px;
        }
        .head_menu li.et_pb_menu__logo-slot img {
            height: 70px !important;
        }
    }