/* start page static flight */

.section-nav-psf {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.75rem;
    font-size: 14px;
    line-height: 20px;
}

.airports-title-found {
    margin-left: auto;
    color: var(--greyscale-subheading-text, #969696);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.side-page-title {
    font-size: 1rem;
    padding-bottom: 1rem;
    padding-top: 1.125rem;
    color: var(--slate-900, #0F172A);
    line-height: 36px;
}

.ap-name {
    color: #555;
    font-weight: 400;
    line-height: 44.5px; /* 278.125% */
    padding-left: 20px;
}

.line-color-ccc {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #cccccc;
}

.cat_star2 i {
    margin-right: 0px;
    color: #F6AC1A;
    font-size: 18px;
}

.star-mute {
    color:#EFEFEF !important;
}

.txt-frm {
    font-size: 13px;
    margin-right: 6px;
}

.content-fp {
    flex-basis: auto;
    flex-grow: 0;
    width: 66%;
}

.fp-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin-top: 1.25rem;
}

.city-title {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.25rem;
}

.town-name {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

.time-title-zone {
    font-size: 16px;
    line-height: 25.2px;
    margin-top: 8px;
}

.ava-city {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    filter: contrast(0.8);
}

.col-desc-town {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
}

.col-desc-text {
    height: 120px;
    flex: 1 0 0;
}

.desc-text {
    color: var(--greyscale-text-label, #555);
    font-size: 16px;
    line-height: 26px;
}

.title-flight-country {
    font-size: 36px;
    font-weight: 400;
    line-height: 51px;
}

.opt-title {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 83rem;
    margin-left: auto;
    margin-right: auto;
}

.opt-section {
    margin-top: 7.5rem;
    background: #F1F5F9;
}

.header {
    background-color: #ffffff !important;
}

.sidebar {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}

.content-wrapper {
    gap: 2.75rem;
    padding-top: 2rem;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
}


/* end page static flight */

/*custom style to override styling from flight-home.css */

.flight-to-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1320px;
    position: relative;
    max-width: 81rem;
}

.flight-to-info {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #FFF;
    max-width: 1320px;
    height: 85%;
    position: relative;
    max-width: 81rem;
    margin-bottom: -15px;
    margin-top: 15px;
}

.ns-145i5x {
    display: block;
    width: 100%;
    border: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 0rem;
}

.breadcrumb-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1320px;
    position: relative;
    max-width: 81rem;
    margin-top: 20px;
}

.breadcrumb-border-bottom {
    margin-top: 0.75rem;
    border-bottom: 1px solid #cbcbcb;
}

.hotel-upsell .nspriceformat {
    font-weight: normal;
}

.sidebar .static-map-img {
    width: 382px;
}