    /*===== also remove div "highlight-box" from header.php ======================*/
    .highlight-box {
        position: absolute;
        z-index: 5;
        top: 150px;
        right: 0;
        width: 380px;
        height: 50px;
        /* background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%); */
        /* background-image: linear-gradient(89deg,#4d90fe 0%,#ffffff 100%); */
        background-color: #ed3237;
        background-size: auto auto;
        content: "";
        text-align: center;
        animation: highlightbox 5s linear infinite;
    }
    
    @keyframes highlightbox {
        0% {
            background-color: #70eaff ;
        }
    
        50% {
            background-color: #bfe9ff ;
        }
    
        100% {
            background-color: #70eaff ;
        }
    }
    
    .highlight-box h2 {
        /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
        font-weight: 600 !important;
        background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
        /* background-image: linear-gradient(-225deg,#ed3237 0%,#ffffff 29%,#ff1361 67%,#fff800 100%); */
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        text-transform: uppercase;
        line-height: 50px;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 5s linear infinite;
        display: inline-block;
    }
    
    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }
    
    @media only screen and (max-width: 768px) {
        /*  Tablet*/ .highlight-box {
            top: 210px;
            height: 35px;
            width: 300px;
        }
    
        .highlight-box h2 {
            line-height: 35px;
            font-size: 22px;
        }
    }
    
    @media (max-width: 567px) {
        /*  Mobile */ .highlight-box {
            top: 210px;
            height: 35px;
        }
    
        .highlight-box h2 {
            line-height: 35px;
            font-size: 22px;
        }
    }
    
    /*//================= end ============================//*/    /*===== also remove div "highlight-box" from header.php ======================*/
    .highlight-box {
        position: absolute;
        z-index: 5;
        top: 150px;
        right: 0;
        width: 380px;
        height: 50px;
        /* background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%); */
        /* background-image: linear-gradient(89deg,#4d90fe 0%,#ffffff 100%); */
        background-color: #ed3237;
        background-size: auto auto;
        content: "";
        text-align: center;
        animation: highlightbox 5s linear infinite;
    }
    
    @keyframes highlightbox {
        0% {
            background-color: #70eaff ;
        }
    
        50% {
            background-color: #bfe9ff ;
        }
    
        100% {
            background-color: #70eaff ;
        }
    }
    
    .highlight-box h2 {
        /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
        font-weight: 600 !important;
        background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
        /* background-image: linear-gradient(-225deg,#ed3237 0%,#ffffff 29%,#ff1361 67%,#fff800 100%); */
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        text-transform: uppercase;
        line-height: 50px;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 5s linear infinite;
        display: inline-block;
    }
    
    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }
    
    @media only screen and (max-width: 768px) {
        /*  Tablet*/ .highlight-box {
            top: 280px;
            height: 35px;
            width: 300px;
        }
    
        .highlight-box h2 {
            line-height: 35px;
            font-size: 22px;
        }
    }
    
    @media (max-width: 567px) {
        /*  Mobile */ .highlight-box {
            top: 297px;
            height: 35px;
        }
    
        .highlight-box h2 {
            line-height: 35px;
            font-size: 22px;
        }
    }
    
    /*//================= end ============================//*/

    /* ==================Fix Departure menu= link=================== */
    .fix::before {
        position: absolute;
        width: 100%;
        height: 50%;
        content: "";
        background-color: #d83f87;
        top: 25%;
        }
        .header-wrap .sticky.navbar li.fix a {
        color: #fff !important;
        }
      /*//================= end ============================//*/