.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;
}
/* contact-details fix*/
.contact-details .info-row .info-coloum p{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    gap: 5px;
    min-height: 1px !important;
    text-wrap: balance;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .contact-details .contact-grid .box {
        min-width: 100%;
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .contact-details .info-row .info-coloum:first-child {
        width: 75%;
    }
}
/*hoi-app*/
.hoi-faq{
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .hoi-faq{
        margin-top: 10px;
    }
}
.facilities-icons .icon-grid .icon-item p{
    align-items: flex-start;
}
/*greet*/
.del-cares-row .section__title{
    background-image: none;
    padding-right: 40px;
    position: relative;
}
.del-cares-row .section__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px; 
    height: 20px;
    background-image: url("../images/caresarrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.del-cares-row .section__title.active::after {
    transform: translateY(-50%) rotate(180deg); /* rotate arrow */
}

/*wifi*/
.wifi-Congratulations .flex-row .content{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0px;
    max-width: 100%;
}
.wifi-Congratulations .flex-row .content .inner{
    max-width: 100%;
    padding: 60px 50px;
}
.wifi-Congratulations .flex-row .content .image-container-congo{
    position: static;
    transform: inherit;
    width: auto;
    margin-left: auto;
    padding: 50px;
}
@media screen and (min-width: 768px) {
    .delivery-service {
        padding: 40px 0 0;
    }
    .service-item:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .wifi-Congratulations .flex-row .content .image-container-congo{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .wifi-Congratulations .flex-row .content .inner{
        padding: 0 20px;
        padding-top: 20px;
        margin-bottom: 0;
    }
}


/*last found*/
.loungepage-content .services-list{
    margin: 0;
    justify-content: center;
}
.waitTime-content .waitTime-content-inner{
    padding: 30px 20px 0;
}
.loungepage-content .services-list .service .inner{
    padding: 10px 15px;
    font-size: 18px;
}
.loungepage-content .services-list .service{
    margin-bottom: 0px;
}
.loungepage-content {
    margin-top: 0;
    margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .loungepage-content .services-list .service{
        flex: 1;
    }
}

/*airport-hotel*/
.facilities-icons .icon-grid .icon-item p{
    margin-top: 20px;
}

/*cookie popup show mobile*/
@media screen and (max-width: 767px) {
.cky-consent-container{
    top: 0 !important;
}
}

.wrap-text{
    text-wrap: balance;
}
.artworkiage-2:not(:last-child){
    margin-bottom: 17px;
}
.inter-terminal-img img{
    object-fit: cover;
   border-radius: 10px;
   height: 408px;
}
.artworkiage-2 > img{
   height: 195px;
   object-fit: cover;
   border-radius: 10px;
}
  
  .artwork-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
  }

  @media screen and (max-width: 767px) {
    .inter-terminal-img img {
        height: 65.5vw;
    }
    .artworkiage-2 > img {
        height: 31.5vw !important;
    }
    .artworkiage-2:not(:last-child) {
        margin-bottom: 10px;
    }
  
  }
  

  /*lang issue*/
  .content-grid-section .content-grid .content-card .content-inner{
    word-break: normal;
    overflow-wrap: break-word;
  }
  .blogs .blog-item .content .action-button .btn{
width: auto !important;
  }
  @media screen and (max-width: 767px) {
    .blogs .blog-item .content .action-button .btn{
        width: auto !important;
          }
  }