/* Common Styles */
div.titleontopcruise {
    position: absolute;
    width: 100%;
    padding: 13px 0;
    background: #3c5c9ad6;
    z-index: 10;
}
.container-fluid.pt-4 {
    margin-top: -30px;
}

/* Media Queries */
@media screen and (min-width: 1601px) {
    header {
        margin-top: -4px;
    }
    div.titleontopcruise {
        margin-top: -19%;
    }
    .container-fluid.pt-4 {
        margin-top: -37px!important;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    header {
        margin-top: -83px;
    }
    div.titleontopcruise {
        margin-top: -9%!important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
    header {
        margin-top: -91px;
    }
    div.titleontopcruise {
        margin-top: -19%;
        z-index: 9;
    }
    .container-fluid.pt-4 {
        margin-top: -66px!important;
    }
}

@media (max-width: 799px) {
    header {
        margin-top: -61px;
    }
    div.titleontopcruise {
        margin-top: -20%;
        z-index: 9;
    }
    .container-fluid.pt-4 {
        margin-top: -61px!important;
    }
}

@media screen and (min-width: 1201px) {
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-lg-6.col-12.mb-7 h1 {
        top: 182px;
        height: 74px;
        left: 0px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-lg-6.col-12.mb-7 h1 {
        top: 230px!important;
    }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1 {
        top: 166px;
        padding: 6px!important;
        line-height: 20px;
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1 {
        top: 109px;
        padding: 6px!important;
        line-height: 20px;
        font-size: 21px;
        height: 54px;
    }
}

@media screen and (max-width: 576px) and (min-width: 480px) {
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1 {
        top: 206px;
        padding: 6px!important;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) and (min-width: 388px) {
    .container {
        max-width: 420px;
    }
    .banner-3.col-xl-4.col-lg-4.col-sm-12.col-12.mb-7 h1,
    .banner-3.col-xl-4.col-sm-6.col-12.mb-7 h1 {
        top: 200px;
        padding: 6px!important;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 2500px) {
    header {
        margin-top: -280px!important;
    }
    .container-fluid.pt-4 {
        margin-top: -284px!important;
    }
}