    @media all and (min-width: 1081px) {
        header{
            padding: 19px 0 18px;
        }
        .mega-menu>.mega-menu-item {
            vertical-align: middle;
            margin-left: 15px;
            text-align: center;
            width: auto;
        }

        .mega-menu-link {
            font-size: 15px;
            line-height: 22px;
            border-bottom: 4px solid transparent;
            padding: 13px 0px 7px;
            font-weight: 400;
            width: auto;
        }

        .mega-menu-item:not(.mega-free-trial,.mega-search-icon)> .mega-menu-link:hover,
        .mega-toggle-on .mega-menu-link {
            font-weight: 700;
            border-bottom: 4px solid #EC1218;
        }

        .mega-indicator {
            display: none;
        }

        .mega-menu .mega-free-trial {
            margin-left: 43px;
        }

    

        .mega-free-trial .mega-menu-link:after {
            position: absolute;
            display: block;
            content: '';
            background: #EC1218;
            width: 0;
            top: 0;
            bottom: 0;
            left: -15px;
            z-index: -1;
            transition: all 0.3s;
            border-radius: 20px;
        }

        .mega-free-trial .mega-menu-link:hover:after {
            width: calc(100% + 30px);
        }

        .mega-menu .mega-sign-in-link {
            margin-left: 10px;
            min-width: 50px;
        }

        .mega-menu .mega-search-icon {
            margin-left: 0;
            min-width: auto;
        }


        .mega-menu-toggle {
            display: none;
            z-index: 1;
            cursor: pointer;
            background: #222;
            border-radius: 2px 2px 2px 2px;
            line-height: 40px;
            height: 40px;
            text-align: left;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            outline: none;
            white-space: nowrap;
        }

        .mega-menu-item>.mega-sub-menu {
            display: block;
            visibility: hidden;
            opacity: 0;
            pointer-events: auto;
            border-radius: 10px 10px 10px 10px;
            background: var(--white);
            border: 0;
            position: absolute;
            width: 896px;
            border-radius: 10px;
            left: 0;
            right: 0;
            top: 46px;
            margin: 0 auto;
            overflow: hidden;
            box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.10);
        }

        .mega-toggle-on>ul.mega-sub-menu {
            visibility: visible;
            opacity: 1;
        }

        .mega-menu-row {
            width: 100%;
        }

        .mega-menu-row .mega-sub-menu {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            text-align: left;
        }

        .mega-menu-columns-7-of-12 {
            width: calc(100% - 376px);
        }

        .mega-menu-columns-5-of-12 {
            width: 376px;
            background: var(--peach);
        }

        .mega-menu-column {
            padding: 35px 40px;
        }

        .w-28 {
            width: 28%;
            padding: 35px 25px 35px 40px;
        }

        .w-30 {
            width: 30%;
            padding: 35px 25px 35px 40px;
        }

        .w-20 {
            width: 20%;
        }

        .w-26 {
            width: 26%;
        }

        .cp-custom-width {
            width: 304px;
        }

        .pl-20 {
            padding-left: 20px;
        }

        .pr-10 {
            padding-right: 10px;
        }

        .custom-width {
            width: 376px;
        }

        

        .mega-sub-menu .menu-item {
            margin: 20px 0 0;
            display: inline-block;
            width: 100%;
        }

        .mega-sub-menu .menu-item:first-child {
            margin-top: 0;
        }

        #mega-menu-cb-header-menu > .mega-menu-item:not(.mega-right-side-menu){
            margin-right: 4px;
        }


        #mega-menu-wrap-cb-header-menu .mega-right-side-menu {
            float: right;
        }
        
        .brand_logo_wrap {
            max-width: 203px;
            margin-right: 10px;
        }

        #mega-menu-wrap-cb-header-menu {
            width: calc(100% - 213px);
        }
    }
    @media all and (min-width: 1240px) {
        header{
            padding: 24px 0 18px;
        }
        .mega-menu-item {
            min-width: 84px;
        }
        .brand_logo_wrap {
            margin-right: 49px;

        }
        #mega-menu-wrap-cb-header-menu {
            width: calc(100% - 253px);
        }

        .mega-menu>.mega-menu-item:not(.mega-sign-in-link, .mega-free-trial) {
            margin-left: 25px;
        }
        
    }