@media only screen and (max-width: 1200px) {
   
}
@media only screen and (max-width: 991px) {
    .navbar-nav {
        align-items: self-start !important;
    }
    .header .nav-link {
        padding-left: 0px !important;
    }
    .header .nav-link.blue-btn {
        margin-left: 0px !important;
    }
    .header .nav-item {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px){
    .banner .banner-content::after {
        content: none !important;
    }
    .banner .img-banner {
        display: none;
    }
    .fs36 {
        font-size: 26px;
    }
    .cruise-assistance .servis-assist h4 {
        min-height: auto;
    }
    .p60 {
        padding: 40px 0px;
    }
    .med-content .content-wrapper h2 {
        font-size: 26px;
    }
    .med-content .content-wrapper h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .fs38 {
        font-size: 28px;
    }
    .banner .banner-content {
        padding: 20px 30px;
    }
    .inner-banner .titles-inner {
        flex-direction: column;
    }
    .inner-banner {
        padding: 40px 0px;
    }
    .inner-banner .fs30 {
        font-size: 26px;
    }
}