.megaheader-block.megaheader-travel .mainmenu-list-item:last-child {
    border-radius: 0;
    border: none !important;
    padding: 15px 10px !important;
    margin-left: 0 !important;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child::before {
    content: none;
}

@media screen and (max-width: 991px) {
    .hero-video-block .content-text {
        width: 100%;
        padding: 0 15px;
    }

    .megaheader-block.megaheader-travel .mainmenu-list-item:last-child {
        padding: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .travel-product-card-block .hero-container {
        min-height: 450px !important;
    }
}