@media (max-width:567px) {
    .search-form-box .search-btn {
        margin-left: 0px;
    }

    .flight-section {
        margin-bottom: 0px;
    }
}

.flights-table {
    color: #333333;
    margin-top: 12px;
}

.flights-table .row {
    margin-right: 0px;
    margin-left: 0px;
}

.flights-table div[class^="col"] {
    padding: 0 4px;
    word-break: break-all;
    word-wrap: break-word;
}

.col-notify a:hover .notify-bell {
    fill: #ce132d;
}

.col-notify a:hover svg path {
    fill: #2e1a47;
}

.flights-table .flight-table-head,
.flights-table .flight-table-list {
    font-size: 16px;
    color: #9ca1c2;
    padding: 8px 15px 8px 15px;
}

.flights-table .flight-table-head {
    font-size: 12px;
    color: rgba(59, 59, 59, 0.7);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.flights-table .flight-table-list {
    color: #000000;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    min-height: 55px;
    align-items: center;
}

/*.flights-table .control-typ1-hd{
        margin:0 -20px;
        border-bottom: solid 1px #574468;
        padding:24px 15px 24px 15px;
        font-size:20px;
        font-weight: bold;
        position:relative;
        }
    .flights-table .control-typ1-hd .link-type1{position:absolute; top:50%; right:15px; transform: translateY(-50%);}
    .flights-table .control-typ1-hd svg{
        margin-right:10px;
        }
    */
.flights-table .col-flight-time {
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
}

.flights-table .col-terminal {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}

.flights-table .col-flight-terminal {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}

.flights-table .col-flight-origin {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}

.flights-table .col-flight-no {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
}

.flights-table .col-airline {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.flights-table .col-flight-status {
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    text-align: center;
}

.flights-table .col-notify {
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
    text-align: center;
}

.flights-table .flight-table-head .col-flight-status {
    text-align: center;
}

.air-craft-logo {
    display: inline-block;
    text-align: left;
}

.air-craft-logo img {
    max-height: 40px;
}

.flights-table .plus {
    display: none;
}

@media (min-width:980px) {
    .flights-list-content {
        display: block !important;
    }
}

@media (max-width:1199px) {}

@media (min-width:992px) and (max-width:1199px) {
    .flights-table .badge {
        min-width: 70px;
    }

    .flights-table .col-flight-status {}

    .flights-table .col-notify {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .flights-table .col-airline {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }

    .flights-table .col-flight-time {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .flights-table .col-terminal {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .flights-table .col-flight-terminal {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }
}

@media (max-width:979px) {

    .flights-table .flight-table-head .col-flight-origin {
        display: none;
    }


    .flights-table .col-airline {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        order: 1;
    }

    .flights-table .col-flight-time {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        order: 2;
    }

    .flights-table .col-flight-no {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        order: 3;
    }

    .flights-table .col-flight-status {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
        text-align: center;
        order: 4;
    }

    .flights-table .flight-table-head .col-terminal {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        text-align: center;
        order: 5;
    }

    .flights-table .col-flight-terminal {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        text-align: center;
        order: 5;
    }

    .flights-table .col-notify {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        text-align: center;
        order: 6;
    }

    .flights-table .col-flight-origin {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        order: 7;
    }

    .flights-table .flight-table-head .col-flight-status {
        text-align: center;
    }

}

@media (max-width:767px) {
    .flights-table .flight-table-list {
        font-size: 15px;
    }

    .flights-table .flight-table-head .col-flight-no,
    .flights-table .flight-table-head .col-notify {
        display: none;
    }

    .flights-table .flight-table-head .col-airline {
        margin-left: 0;
    }

    .flights-table .flight-table-head .col-flight-status {
        text-align: left;
    }

    .flights-table .col-airline {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        margin-left: 16%;
        -ms-flex-order: 3;
        order: 3;
    }

    .flights-table .col-flight-time {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        -ms-flex-order: 1;
        order: 1;
    }

    .flights-table .col-flight-status {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
        text-align: left;
        -ms-flex-order: 5;
        order: 5;
    }

    .flights-table .col-flight-no {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        -ms-flex-order: 2;
        order: 2;
    }

    .flights-table .flight-table-head .col-terminal {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        text-align: center;
        order: 6;
        display: none;
    }

    .flights-table .col-flight-terminal {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        -ms-flex-order: 6;
        order: 6;
        display: none;
    }

    .flights-table .col-notify {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
        text-align: center;
        -ms-flex-order: 7;
        order: 7;
    }

    .flights-table .col-flight-origin {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        -ms-flex-order: 3;
        order: 3;
    }

    .flights-table .flight-table-head,
    .flights-table .flight-table-list {
        padding: 8px 0 8px 15px;
    }

    .flights-table div[class^="col"] {
        padding: 4px 4px;
    }
}

@media (max-width:480px) {
    .air-craft-logo img {
        max-height: 30px;
    }
}

@media (max-width:360px) {
    .flights-table .flight-table-list {
        font-size: 13px;
    }
}