.baggage-banner-caption p{
    /*border-top:1px white solid;*/
    font-size:24px;
}
.baggage-type-list{
    border:1px solid #d2d2d2;
    height:100%;
    display: flex;
    flex-direction: column;
}
.baggage-type-container{
    
}
.baggage-type-content{
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float:left;
}
.baggage-type-content a{
    float:left;
    padding: 7px 15px;
    border: 1px solid #00509e;
    border-radius: 5px;
    width: fit-content;
    text-decoration: none;
    background:white;
    transition:all ease 0.7s;
}
.baggage-type-content a:hover{
    background:#00509e;
    color:white;
}
.baggage-type-content h3{
    font-size:1.25rem;
    font-weight:600;
    color:#00509e;
}
.special-baggage-wrapper{
    border:1px solid #d2d2d2;
    height:100%;
    margin:0!important;
    display:flex;
}
.tracking-mishandled-wrapper h2{
    color:#00509e;
    font-size:25px;
}
.tracking-mishandled-list{
    border:1px solid #d2d2d2;
    height:100%;
    position:relative;
}
.tracking-mishandled-list div{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.tracking-mishandled-list h3{
    color:#00509e;
    font-size:1.2rem;
}
.tracking-mishandled-list a{
    float:left;
    padding: 7px 15px;
    border: 1px solid #00509e;
    border-radius: 5px;
    width: fit-content;
    text-decoration: none;
    background:white;
    transition:all ease 0.7s;
}
.tracking-mishandled-list a:hover{
     background:#00509e;
    color:white;
}
.tracking-mishandled-list div{
    float:left;
}
.baggage-links{
    list-style:none;
}
.baggage-links i{
    color:#00509e;
    padding:0 10px;
}
.baggage-links a.active{
    text-decoration:none;
}

.additional-baggage h2{
   color:#00509e!important; 
}

.checked-baggage-wrapper table th{
    color:#00509e;
    padding:10px;
    line-height: 20px;
}
table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.checked-baggage-wrapper td{
    padding:10px!important;
}
.checked-baggage-wrapper table{
    width:100%;
}
.checked-baggage-wrapper th, .checked-baggage-wrapper td{
    width:33.33%;
}
.checked-baggage-wrapper th:nth-child(2), .checked-baggage-wrapper th:nth-child(3){
    text-align:center;
}
.checked-baggage-wrapper td:nth-child(2), .checked-baggage-wrapper td:nth-child(3){
    text-align:center;
}
.checked-baggage-wrapper select{
    width:100%;
    border: 1px #ccc solid!important;
    padding: 10px;
}
.checked-baggage-wrapper h3{
    font-size:16px;
}


.sporting-equipment-content{
    display: none;
}
.sporting-equipment-lists li{
    list-style:none;
}
.special-baggage-tabs .nav .nav-item a{
    width:100%;
    float:left;
    border:1px solid #ccc;
    border-radius: 0;
    padding: 12px 15px!important;
    margin-top: -1px;
}
.sporting-equipment-head{
    width:100%;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
    padding-top: 10px;
}
.sporting-equipment-head h4{
    font-size:16px;
    font-weight:600;
}

.sporting-equipment-content{
    padding:15px 0;
}
.sporting-equipment-content p{
    padding-bottom:10px;
}
.sporting-equipment-list{
    border-bottom:1px #ccc solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color:#333;
    background:#F3F4F9;
    
}
.special-baggage-tabs .nav-link{
    font-size:18px!important;
    color:#015498!important;
}
.special-baggage-tabs-content h3{
    color:#015498;
    font-size: 20px;
}
.special-baggage-wrapper figure img{
    border:1px solid #015498;
    height:100%;
    object-fit:cover;
}


@media handheld, only screen and (max-width: 1000px){
    .baggage-banner-caption p{font-size:15px;}
}

@media (min-width: 300px) and (max-width: 767px){
    .special-baggage-tabs .nav{
        flex-wrap: nowrap !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    padding: 5px 0 15px 11px !important;
    }
    .special-baggage-tabs .nav::-webkit-scrollbar {
    display: none;
    }
    .special-baggage-tabs .nav {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    .special-baggage-tabs .nav .nav-item a{
        border-radius:25px;
        padding:8px 15px 10px!important;
    }
    .special-baggage-tabs .nav .nav-item{
        margin-right:10px;
    }
    .special-baggage-wrapper{
        display:flex;
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }
    .special-baggage-wrapper .baggage-type-content{
        height:unset;
        width:100%!important;
    }
    .special-baggage-wrapper figure{
        width:100%!important;
    }
    .special-baggage-wrapper figure img{
        width:100%;
    }
    .tracking-mishandled-wrapper h2{
        font-size:18px;
    }
}