.flight-suggestions
{
    position: absolute;
    top: 55px;
    left: 210px;
    width: 100%;
    height: auto !important;
    max-height: 250px;
    z-index: 11;
    background: #fff;
    overflow-y: auto;
    width: 100%;
    padding: 5px;
    overflow-x: hidden;
}

.btn-light-red {
    border-color: transparent;
    background: rgba(236, 34, 39, 0.3);
    color: var(--venetian-red);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.btn-orange {
    border-color: var(--orange);
    background: var(--orange);
    color: var(--black);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#divloadmore .btn-orange{
    width: auto;
    max-width: 100%;
    padding: 10px;
    font-size: var(--fs-18);
    font-weight: 600;
    background-color: var(--yellow);
    color: var(--primary) !important;
    padding: 10px 15px !important;
}
.overline {
    padding-right: 7px;
}
.para-loadmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.overline {
    text-decoration: line-through;
    color: rgba(19, 19, 19, 0.5);
}

@media only screen and (max-width: 1199px) {
    .flight-info-table.table td {
        word-break: break-word;
    }

    .flight-info-table.table tbody tr td:last-child span {
        width: 75px;
        font-size: 13px;
    }

    .properties-sec {
        padding: 20px 0 0px;
    }

    .lf-parent .if-parent-container {
        transform: translateX(95px);
    }

    .lf-slider .if-slier-child {
        width: 280px;
    }

    .lf-slider .slick-next {
        right: 190px;
    }

    .lf-slider .slick-prev {
        right: 245px;
    }
}


@media only screen and (max-width: 1399px) {
    .flight-info-table.table th, .flight-info-table.table td:last-of-type span.btn-sm {
        width: auto;
    }

    .slect-all-terminal .btn-control {
        width: 28%;
    }
}

@media only screen and (max-width: 1199px) {
    .slect-all-terminal .btn-control {
        width: 32%;
    }
}

@media only screen and (max-width: 991px) {
    .flight-info-table.table th, .flight-info-table.table td:last-of-type span.btn-sm {
        width: auto;
    }
}

/*25-4-25*/
.flight-info-table.table {
    text-align: center;
}
.flight-info-table.table th {
    background-color: var(--blue);
    color: #ffffff;
    border: none;
}
    .flight-info-table.table th:first-of-type, .flight-info-table.table th:last-of-type, .flight-info-table.table td:first-of-type, .flight-info-table.table td:last-of-type {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .flight-info-table.table td {
        border: none;
    }

        .flight-info-table.table td figure {
            margin: 0px auto;
            max-width: inherit !important;
        }

    .flight-info-table.table tbody tr:nth-child(odd) > td {
        background: #fff !important;
    }

.table tr.nothing {
    text-align: initial;
}

.flight-info-table.table tbody tr td:last-child span {
    border-radius: 0px;
}

    .flight-info-table.table tbody tr td:last-child span.btn-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .flight-info-table.table tbody tr td:last-child span.btn-orange:hover {
        border-color: var(--orange);
        background: var(--orange);
        color: var(--black);
    }

    .flight-info-table.table tbody tr td:last-child span.btn-light-red:hover {
        border-color: transparent;
        background: rgba(236, 34, 39, 0.3);
        color: var(--venetian-red);
    }
/* .flight-suggestions .items
{
    font-size: 16px;
    border-bottom: 1px solid #002C61;
} */
.flight-suggestions::-webkit-scrollbar {
  width: 5px;
}
.flight-suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.flight-suggestions::-webkit-scrollbar-thumb {
  background: #002C61;
}
.flight-suggestions::-webkit-scrollbar-thumb:hover {
  background: #002C61;
}
.flight-list tbody tr td figure img
{
    width: 100px;
}
.flight-list tbody tr td button
{
    font-size: 14px;
}
.flight-list tbody tr td button{
    align-items: center !important;
}
.flight-list tbody tr td[data-label=Time] button{
    height: auto !important;
}
@media screen and (max-width: 1399px)
{
    .flight-suggestions
    {
        left: 175px;
    }
}
@media screen and (max-width: 1199px) {
    .flight-suggestions {
        left: 185px;
    }
}
@media only screen and (max-width: 1025px) and (min-width: 992px)
{
    .flight-suggestions {
        left: 150px;
    }
}
@media only screen and (max-width: 991px)
{
    .flight-suggestions {
        left: 100px;
    }   
}
@media only screen and (max-width: 767px) {
    /* .flight-suggestions {
        left: 0px;
        top: 120px;
        border: 1px solid #002C61;
    } */
    .search-section .search-box .search-box-inner .form-controls::after
    {
        content: '';
    }
    .search-section .search-box .search-box-inner .form-controls
    {
        overflow: visible;
    }
    .search-section .search-box .search-box-inner .form-controls input, .search-section .search-box .search-box-inner .form-controls select
    {
        border-radius: 8px;
    }
    .flight-list tbody tr td figure img {
        width: 60px;
    }
    .flight-list thead
    {
        display: none;
    }
    .flight-list tbody tr td button {
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px;
        padding: 10px;
    }
    .flight-info-table.table td figure {
        margin: 0 !important;
        margin-bottom: 0 !important;

    }
}
.flight-list tbody td {
    padding: 12px;
    border: 1px solid #ccc !important;
    position: relative;
}
.flight-list tbody tr td  {
    align-items: center;
}