/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}




/* Normal desktop :992px. (Laptop 14") */
@media (max-width: 992px){
    .ltn__header-4 .ltn__header-options, .ltn__header-5 .ltn__header-options {
        /* margin-left: 0; */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: end !important;
    }

    .ltn__language-menu h5{
            text-align: left !important;
    }

    .ltn__header-5 .top-bar-right, .ltn__header-4 .top-bar-right{
        margin-top: 0 !important;
    }

    .special-link {
        position: absolute !important;
        right: auto !important;;
        left: 0 !important;
        bottom: 325px !important;
    }


    .booking-search-bar{
            display: block !important;
    }

    .ltn__img-slide-item-4 img, .ltn__img-slide-item-3 img, .ltn__img-slide-item-2 img {
        height: 308px !important;
    }

    .ltn__img-slide-item-4 > a, .ltn__img-slide-item-3 > a, .ltn__img-slide-item-2 > a {
     height: 308px !important;
    }


.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {

    direction: ltr
}



.ltn__header-middle-area > .container-fluid > .row > .col,
.ltn__header-middle-area > .container > .row > .col {

    direction: ltr;}

    .ltn__header-5 .ltn__header-options {

    top: 11px;
    right: 0;
}

}




/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}

