:root{
    --fs-24: 24px;
    --fs-18: 18px;
}
.to-and-from-airport-card{
    background-color: #fff;
    border-radius: 12px;
    padding: 48px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #B0BECE;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    &:hover{
        transform: scale(1.02);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        .to-and-from-airport-card-body h3{
            color: #24282FCC;
        }
    }
}
.to-and-from-airport-card-header{
    flex-grow: 1;
}
.to-and-from-airport-card-body h3{
    font-size: 24px;
    color: #707B90;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight:500;
    flex-grow: 1;
}
.heading-nf{
    color: #000;
    font-size: 36px;
    font-weight:500;
    text-align: center;
    margin-bottom: 30px;
}
.stripe-testbg{
    background-color: #FEF2E7;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: var(--fs-18);
    color: #000;
    text-align: center;
    font-weight: 700;
}
.inter-terminal-img{
    position: relative;
    display: flex;
}
.inter-terminal-img img{
    border-radius: 10px;
    overflow: hidden;
}
.arrow-icon-boxs{
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 10px;
}
.tabl-date-sectionv2{
    background-color: #F1F2F4;
    padding: 40px 0px;
}
.table-container table tr th{
    color: #002C62;
    font-weight: 700;
    font-size: var(--fs-24);
    background: transparent;
    border: none;
    vertical-align: top;
}
.table-container-2 table tr th{
    font-size: var(--fs-24);
    color: #000;
    font-weight: 700;
}
.table-container-2 table tr td{
    color: #000;
    font-weight: 400;
    font-size: var(--fs-18);
    background: transparent;
    border: none;
}
.table-container-2 table tr th{

    border-bottom: 1px solid #AEAEB2;
    
}
.cliekheretextwrap{
    font-size: var(--fs-18);
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cliekheretextwrap a{
    font-size: 14px;
    color: #1563FF;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-container-2 table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #AEAEB2;
}
.table-container table tr td{
    color: #101828;
    font-weight: 400;
    font-size: var(--fs-18);
    background: transparent;
    border: none;
}
.table-container table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #AEAEB2;
}
.table-container table tbody tr td:first-child {
    font-weight: 500;
    width: 18%;
}
.table-container table tbody td {
    padding: 20px 12px;
    vertical-align: middle;
  }
  .strapibggreen{
    background: #E9F3E9;
    color: #258827;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px 8px;
  }
@media (max-width: 767px) {
    .to-and-from-airport-card{
        padding: 17px 4px;
    }
    .to-and-from-airport-card-header img.img-fluid {
        width: 25px;
    }
    .to-and-from-airport-card-body h3 {
        font-size: 12px;
    }
    .heading-nf{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .stripe-testbg{
        font-size: 8px;
    font-weight: 500;
    }
    .arrow-icon-boxs{
        background: transparent;
        padding: 0px;
    }
    .arrow-icon-boxs svg path{
        fill: #fff;
    }
    .table-container table{
        table-layout: fixed;
    }
    .table-container table tr th {
        color: #335681;
        font-weight: 500;
        font-size: 16px;
        vertical-align: text-bottom;
    }
    .table-container table tbody td {
        padding: 15px 5px;
        vertical-align: top;
    }
    .table-container table tbody tr td {
        border-top: 1px solid #AEAEB2;
    }
   
    .table-container table tbody tr td:first-child {
        width: 25%;
    }
    .table-container-2 table{
        display: block;
    }
    .table-container-2 table tr th{
        display: block;
        color: #335681;
        font-size: 16px;
        font-weight: 500;
        
    }
    .table-container-2 table tr td{
        display: block;
    }
    .table-container-2 table tr th:nth-child(2){
        display: none;
    }
    .table-container-2 table tbody tr{
        border-bottom: 1px solid #AEAEB2;
    }
    .table-container-2 table tbody tr td{
        color: #24282F;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 15px;
    }
    .table-container-2 table tr th,.cliekheretextwrap{
        padding: 10px 15px;
    }
    .cliekheretextwrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .table-container-2 table tbody tr td:first-child{
        font-weight: 500;
        font-size: 14px;
        color: #24282F;
        padding-bottom: 0;
    }
    .servicetype-details-sec .container{
        padding: 0px;
    }
    .table-container-2 table tbody tr:not(:last-child) td{
        border-bottom: none;
    }
}