
.landing-page-ct{
    margin-top: 24px;
}

.landingTitleCt .landingTitle-head{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color:#1F2126;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 8px 0;
}
.landingTitleCt{
    margin-bottom: 24px;
}
.landingTitleCt .landingTitle-head:after{
    content: '';
    height: 5px;
    border-radius: 84px;
    width: 100%;
    background: #056BFD;
    display: inline-block;
}

.cheapest-refresh{
    padding: 8px 16px;
    background: #F6F9FD;
    border-radius: 8px;
    width: auto;
    float: right;
}
.cheapest-refresh .timeago{
    margin-right: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.landingTableCt {
    border:1px solid #EBF1FA;
    border-radius: 6px;
}

.landingTableCt table {
    border-collapse: separate;
    border-spacing: 0 16px;
    margin: -16px 0px 0;
}
.landingTableCt table th{
    background: #F6F9FD  !important;
    border:1px solid #EBF1FA !important;
    border-width: 0 0 1px 0 !important;
    padding: 14px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color:#61656E;
    line-height: 1;
}
.landingTableCt table tr td{
    border: 1px solid #EBF1FA;
    border-width: 1px 0;
    padding: 0px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color:#1F2126;
    vertical-align: middle;
}
.landingTableCt table tr td.imageTd{
   width: 160px;
    text-wrap: nowrap;
}
.landingTableCt table tr td.dateTd{
   width: 180px;
}
.landingTableCt table tr td a{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color:#1F2126 !important;
}
.landingTableCt table tr:not(.filter-row):hover td,.landingTableCt table tr:not(.filter-row):hover td:last-child .lastbtnCt,.landingTableCt table tr:not(.filter-row):hover td:first-child{
    background: #F6F9FD;
    border-color: #CDE1FF;
}
.landingTableCt table tr:not(.filter-row):hover td:last-child{
    background: #fff;
}

.landingTableCt table tr td:first-child{
    border-left: 1px solid #EBF1FA;
    border-radius: 6px 0 0 6px;
    margin-left: 16px;
}

.landingTableCt table tr td:first-child span{
    display: flex;
    align-items: center;
    height: 66px;
}

.landingTableCt table tr td:last-child{
  padding-left: 0px;
    display: table-cell;
    border: 0px;
}


.landingTableCt table tr td:last-child .lastbtnCt{
    border: 1px solid #EBF1FA;
    border-width: 1px 1px 1px 0;
    border-radius: 0px 6px 6px 0px;
    height: 68px;
    padding: 8px;
}


.landingTableCt table tr td:last-child a{
    height: 54px;
}

.filter-row td{
    border: 0px !important;
    padding: 0px !important;
}
.filter-row td:first-child{
   padding-left: 16px !important;
}
.filter-row td:last-child{
   padding-right: 16px !important;
}
.filter-row select{
   width: 95% !important;
}
.filter-row td:last-child div{
  text-align: right;
}



@media (max-width:769px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 3px;
        padding-left: 3px;
    }

    .row{
        margin-left: -3px;
        margin-right: -3px;
    }

    .container{
        padding: 0 3px;
    }

    .landingTitleCt .landingTitle-head{
        font-size: 14px;
    }
    .cheapest-refresh{
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #cheapest-flights .customSelected{
        width: 54px;
    }
    #cheapest-flights select{
        padding: 8px !important;
        width: 53px !important;
        height: 32px;
        font-size: 10px !important;
    }
    .customSelected:after{
        padding: 2px;
        right: 6px;
        top: 12px;
    }
    .landingTableCt table th{
        padding: 12px 8px;
        font-size: 12px;
        text-align: center;
    }
    .landingTableCt table tr td{
        padding: 0 4px;
        font-size: 10px;
    }
    .landingTableCt table tr td a{
        font-size: 10px;
    }
    .landingTableCt table tr td:first-child{
        padding-left: 8px !important;
    }
    .colMobile a{
        display: inline-block !important;
    }
    .colMobile {
       text-wrap: nowrap;
    }
    .landingTableCt table tr td:last-child .lastbtnCt{
        height: auto;
    }
    .landingTableCt table tr td:last-child .lastbtnCt a{

        color:#056BFD !important;
        font-size: 12px;
        font-weight: 600;
        height: auto;
    }
    table#cheapest-flights  tr td.dateTd .customSelected select{
        width: 70px !important;
    }
    table#cheapest-flights  tr td.dateTd .customSelected{
        width:70px !important;
    }
    .landingTableCt table tr td:last-child{
        padding-right: 8px !important;
    }
    .landingTableCt table#cheapest-flights  tr td:last-child .customSelected{
       float: right;
        width: 80px !important;
    }
    .landingTableCt table#cheapest-flights  tr td:last-child .customSelected select{
        width: 80px !important;
    }
    .mobileSelectedContent{
        display: flex;
        gap: 3px;
    }
    .landingTableCt table tr td.imageTd{
       border: 0px !important;
        padding-right: 0px !important;
        max-width: 165px;
        overflow: hidden;
    }
    .landingTableCt table tr td .imageTdCt{
        height: 40px;
        padding:0 8px;
        display: flex;
        align-items: center;
        border: 1px solid #EBF1FA;
        border-radius: 6px 0 0 6px;
        margin-left: 4px;
        border-width: 1px 0px 1px 1px;
    }

}
