@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

.b-pad {
    padding-bottom: 50px
}

@font-face {
    font-family: AmericanSans;
    src: url(./americansans.ttf)
}

@font-face {
    font-family: Klarheit;
    src: url(./Klarheit.ttf)
}

@font-face {
    font-family: Whitney;
    src: url(./Whitney.otf)
}

@font-face {
    font-family: Circular;
    src: url(./Circular.otf)
}

header {
    background: #fff;
    box-shadow: 0 0 10px #959595;
}

nav {
    padding: 10px 0
}

.toggle-btn-side {
    display: block
}

.toggle-btn-side i {
    font-size: 20px;
    cursor: pointer
}

.hero-section {
    padding-top: 30px;
}

/* .hero-text {
    width: 70%;
    padding: 50px 0 100px
} */

.airline-content {
    padding-right: 50px
}

.airline-content img {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
    /*margin-top: -120px;*/
    display: block
}

.airline-content p {
    margin-bottom: 20px
}

.airline-content h2 {
    color: #36495a;
    margin-bottom: 20px
}

.airline-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.airline-content ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 18px
}

.airline-content ul li:last-of-type {
    margin-bottom: 0
}

.airline-content h3 {
    color: #36495a;
    font-weight: 700;
    margin-bottom: 20px
}

.col-70 {
    width: 70%
}

.col-30 {
    width: 30%;
    position: sticky;
    top: 30px
}

.share-social {
    margin-bottom: 50px
}

.share-social h3,
.recent-articles h3,
.help-desk h3 {
    color: #36495a;
    font-weight: 700;
    margin-bottom: 15px
}

.share-social ul {
    display: flex;
    margin-bottom: 20px
}

.share-social ul li {
    margin-right: 15px
}

.share-social ul li a {
    font-size: 20px;
    color: #0078d2
}

.share-social a.pdf {
    color: #36495a;
    font-size: 18px;
    font-weight: 600
}

.share-social a.pdf i {
    margin-right: 5px
}

.subscribe {
    padding: 20px;
    background: #ecf4fa;
    border-radius: 20px;
    margin-bottom: 50px
}

.subscribe p {
    color: #36495a;
    margin-bottom: 10px;
    font-weight: 700
}

.subscribe a {
    color: #fff;
    background: #0078d2;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    border-radius: 5px;
    text-align: center
}

.recent-articles p {
    color: #36495a;
    margin-bottom: 15px
}

.recent-articles a {
    color: #0078d2
}

.recent-articles a:hover {
    text-decoration: underline
}

.recent-articles>div {
    margin-bottom: 20px
}

.recent-articles>div:last-of-type {
    margin-bottom: 0
}

.acc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.acc-head h3 {
    margin-bottom: 0 !important
}

.acc-btn i {
    cursor: pointer;
    color: #36495a
}

.acc-panel {
    display: none
}

.side-slide {
    position: absolute;
    background: #fff;
    width: 300px;
    z-index: 9999;
    top: 20px;
    right: -300px;
    display: none
}

.side-slide.active {
    right: 100px;
    transition: all .9s
}

.side-slide ul li {
    list-style: disc;
    margin-bottom: 10px
}

.side-slide ul li a {
    color: #000;
    font-size: 16px
}

.side-slide ul li a:hover {
    color: #0078d2
}

.nav-menu ul.main-nav li a::after {
    display: none
}

.recent-articles ul li {
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .hero-text {
        width: 100%;
        padding: 15px 0
    }

    .hero-text p {
        margin-bottom: 10px
    }

    .airline-content img {
        margin-bottom: 10px;
        margin-top: 0
    }

    .col-70,
    .col-30 {
        width: 100%
    }

    .airline-content {
        padding-right: 0
    }

    .airline-content p {
        margin-bottom: 15px
    }

    .airline-content h2 {
        color: #36495a;
        margin-bottom: 15px
    }

    .airline-content ul li {
        margin-bottom: 5px
    }

    .airline-content ul {
        padding-left: 20px;
        margin-bottom: 15px
    }

    .airline-content h3 {
        color: #36495a;
        font-weight: 700;
        margin-bottom: 15px
    }

    .share-social h3,
    .recent-articles h3 {
        margin-bottom: 10px
    }

    .share-social {
        margin-bottom: 20px
    }

    .subscribe {
        margin-bottom: 10px;
        padding: 10px
    }

    .recent-articles p {
        margin-bottom: 10px
    }

    .recent-articles>div {
        margin-bottom: 10px
    }

    .side-slide {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 9999;
        height: 60vh;
        top: 60px;
        right: 0;
        display: none;
        padding: 20px 30px
    }

    .side-slide.active {
        right: 0;
        transition: all .9s
    }

    .b-pad {
        padding-bottom: 15px
    }
}

.hero-text-united {
    width: 100%;
    padding: 30px 0
}

.hero-text-united h1 {
    color: #000;
    font-family: "Open Sans", sans-serif
}

.united-airline-content img {
    margin-top: 0
}

.united-airline-content h2,
.united-airline-content h3,
.united-airline-content p,
.united-airline-content ul li {
    color: #000;
    font-family: "Open Sans", sans-serif
}

.united-side .subscribe {
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #ccc
}

.united-side .subscribe p {
    color: #000;
    font-family: "Open Sans", sans-serif
}

.united-side * {
    font-family: "Open Sans", sans-serif
}

.united-side .subscribe a {
    background: #0c2340;
    font-family: "Open Sans", sans-serif
}

.airline-content table {
    margin-bottom: 20px;
    border-collapse: collapse;
}

.airline-content table tr td,
.airline-content table tr th {
    padding: 5px;
    font-size: 18px
}

.help-desk ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.help-desk ul li {
    margin-bottom: 10px;
    list-style: disc;
}

@media (max-width: 480px) {
    .hero-text-united {
        padding: 15px 0
    }
}

.hero-text-alaska h1,
.jetblue-airlines .alaska-airline-content h2,
.jetblue-airlines .alaska-airline-content h3,
.jetblue-airlines .alaska-airline-content h5,
.jetblue-airlines .alaska-airline-content ul li,
.jetblue-airlines .alaska-airline-content p,
.jetblue-airlines .alaska-side h3,
.jetblue-airlines .alaska-side p,
.jetblue-airlines.foot-bottom-alaska a {
    color: #01426a !important;
    font-family: Circular !important
}

.alaska-side * {
    font-family: Circular !important
}

.alaska-side .subscribe a,
.foot-bottom-alaska {
    background: #01426a;
    font-family: Circular !important
}

.hero-text-delta h1,
.delta-airline-content h2,
.delta-airline-content h3,
.delta-side h3,
.delta-side p,
.foot-bottom-delta a,
.delta-airline-content ul li,
.delta-airline-content p {
    color: #11172b !important;
    font-family: Whitney !important
}

.delta-side .subscribe a,
.foot-bottom-delta {
    background: #11172b;
    font-family: Whitney !important
}

.delta-side * {
    font-family: Whitney !important
}

.delta-airlines .foot-bottom {
    background: #11172b
}

.jetblue-airlines .hero-text h1,
.jetblue-airlines .hero-text p,
.jetblue-airlines .airline-content h2,
.jetblue-airlines .airline-content h3,
.jetblue-airlines .airline-content h5,
.jetblue-airlines .jetblue-side h3,
.jetblue-airlines .jetblue-side p,
.jetblue-airlines .foot-bottom-jetblue a,
.jetblue-airlines .airline-content ul li,
.jetblue-airlines .airline-content p {
    color: #00205b !important;
    font-family: Klarheit !important
}

.jetblue-airlines .airline-content table tr td,
.jetblue-airlines .airline-content table tr th {
    color: #00205b !important;
    font-family: Klarheit !important
}

.jetblue-airlines .jetblue-side * {
    font-family: Klarheit !important
}

.jetblue-airlines .subscribe a {
    background: #00205b;
    font-family: Klarheit !important
}

.jetblue-airlines .foot-bottom {
    background: #00205b
}

.jetblue-airlines .col-30 * {
    font-family: Klarheit !important
}

.united-airlines .col-30 .subscribe a {
    background: #0c2340
}

.foot-bottom-american {
    background: #0078d2
}

.foot-bottom-united {
    background: #0c2340
}

.foot-bottom-united a {
    color: #0c2340 !important
}

.airline-content-american p,
.airline-content-american ul li,
.foot-bottom-american p {
    font-family: AmericanSans !important
}

.airline-content-american .subscribe a {
    font-family: AmericanSans !important
}

.united-airlines * {
    font-family: "Open Sans", sans-serif
}

.delta-airlines * {
    font-family: Whitney
}

.american-airlines * {
    font-family: AmericanSans
}

.alaska-airlines {
    font-family: Circular !important
}
.title-table {
    padding: 10px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    font-size: 15px;
    background-color: #e9f1f7;
    /* width: 100%; */
    position: sticky;
    top: 110px;
    /* width: 420px; */
}
.title-table .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toc-section {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.title-contend ul {
    list-style-type: none;
    padding-left: 10px;
}

.title-contend ul li {
    margin: 5px 0;
    list-style: disc;
}

.title-contend ul li a {
    text-decoration: none;
    color: #000;	
}
@media (max-width: 480px){
.overflow {
    overflow-x: auto;
}
}
.title-contend {
    transition: max-height 0.6s ease-in-out; /* Smooth transition */
}

.aeromexico-airlines .airline-content table tr td,
.aeromexico-airlines .airline-content table tr th {
    padding: 5px;
    font-size: 18px
}