/* 992px - 1199px */
@media (min-width: 992px) and (max-width: 1279px) {

    /* STYLE */
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 930px;
    }

    .mobile {
        display: none !important;
    }

    .desktop {
        display: block;
    }

    .blur1,
    .blur2,
    .blur3,
    .blur4,
    .blur5,
    .blur6 {
        display: none;
    }

    .mobile {
        display: none !important;
    }

    .desktop {
        display: block;
    }

    button.btn-header2, button.btn-header{
        display: none; 
    }

    .form-control.search-icon{
        display: none;
    }


    /* STYLE */
    
    /* SESSION CONTENT TOUR 1 */
    .box-info-section-content-tour1{
        padding: 3rem 2rem;
    }
    h1.section-content-tour1 {
        font-size: 3.0rem;
        line-height: 2.5625rem;
    }
    /* SESSION CONTENT TOUR 1 */

    /* SESSION CONTENT TOUR 2 */
    .info-section-content-tour2 {
        display: grid;
    }
    .departure-box, .return-box {
        display: grid;
        width: 100%;
    }
    /* SESSION CONTENT TOUR 2 */

    /* SESSION CONTENT TOUR 3 */
    .box-advertisement-content{
        padding: 2rem 1rem;
    }
    .box-advertisement-malta{
        padding: 3rem 1rem 0 0;
    }
    button.box-btns {
        font-size: 1.75rem;
    }
    h4.section-content-tour3 {
        font-size: 1.2rem;
    }
    .box-note-tour {
        display: grid;
    }
    /* SESSION CONTENT TOUR 3 */

    /* FOOTER */

    /* FOOTER */
}