#header .secondry_menu  /*
    Theme Name: BWITheme
    Text Domain: BWITheme
    Version: 1.1@media only screen and (max-width:379px)
    Requires PHP: 5.2.4
    Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
    Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
    Author: BWI Teamdiv#header .col-sm-3ul#menu-main-menu>li>a
    Author URI: https://bwiairport.com/
    Theme URI: https://bwiairport.com/
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    All files, unless otherwise stated, are released under the GNU General Public
    License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned
    with others.
    */


/**** 1221 - 1315 patch ****/
		/* @media only screen and (min-width: 1220px) and (max-width: 1315px) {
			.responsive_table.table-responsive {
    			border: 1px solid #ccc;
   				 width: 98%;
		}
		} */

        .bread_chrums:before {
    /* padding-top: 16px; */
    height: calc(100% - 3px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to left, #fff, #fff 5%, rgba(255, 255, 255, 0) 25%);
    content: '';
    pointer-events: none;
}

.typography .responsive_table html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: '';
}

body
            /* -------------------------------------------------------------------------- */
        
            /*  1. Document Setup
            /* -------------------------------------------------------------------------- */
        
        
            html {
    /*font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    /*  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;  */
    /*font-size: 1.8rem;
                letter-spacing: -0.015em;*/
    text-align: left;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url(./assets/fonts/Proxima-Nova.woff2) format('woff2'),
        url(./assets/fonts/Proxima-Nova.woff) format('woff'),
        url(./assets/fonts/Proxima-Nova.ttf) format('truetype');
    font-weight: 300 900 !important;
}

body {
    font-family: 'Proxima-Nova', sans-serif !important;
}

/* @font-face {
                font-family: 'Proxima Nova Font', sans-serif;
                font-weight: 100 900;
                font-style: normal;
                src: url(./assets/fonts/Proxima Nova Font.woff2) format("woff2");
            } */

/* @supports ( font-variation-settings: normal ) {
        
                body {
                    font-family: 'Proxima Nova Font', sans-serif;
                }
            }  */

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

#site-content {
    overflow: hidden;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
    clear: both;
    content: '';
    display: block;
}
.row {
    padding: 0px !important;
}

/* Base Transitions -------------------------- */

a,
path {
    transition: all 0.15s linear;
}

/****change 13-06-2023**/
section.container-fluid.listing_container.custom_tworows {
    position: relative;
    z-index: 2;
}

/***change 12-06-2023**/
.container.flights_con .custom_flight .col-sm-12.col-md-4 {
    display: flex !important;
    justify-content: center !important;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/****** start f1*****/
.resp_tbl_shadow .responsive_table table {
    margin-bottom: 0px;
}

/***** end f1***/

/* Skip Link --------------------------------- */

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto;
}

/* Fonts ------------------------------------- */

/*
            * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
            * This results in a jumping cursor when typing in both the classic editor and
            * block editor. The following font-face override fixes the issue by manually
            * inserting a custom font that includes just a Hoefler Text space replacement
            * for that character instead.
            */
/* @font-face {
                font-family: NonBreakingSpaceOverride;
                src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
            } */

/* ----------------------------------------------
            Inter variable font. Usage:
        
            @supports (font-variation-settings: normal) {
                html { font-family: 'Inter var', sans-serif; }
            }
            ---------------------------------------------- */

/* @font-face {
                font-family: "Inter var";
                font-weight: 100 900; /* stylelint-disable-line font-weight-notation 
                font-style: normal;
                font-display: swap;
                src: url(./assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
            } */

/* @font-face {
                font-family: "Inter var";
                font-weight: 100 900; /* stylelint-disable-line font-weight-notation 
                font-style: italic;
                font-display: swap;
                src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
            } */

/* Accessibility Settings -------------------- */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

/* -------------------------------------------------------------------------- */

/*  2. Element Base
            /* ---------------------------------------------*---------------------------- */

main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    font-weight: 700;
    /*     letter-spacing: -0.0415625em; */
    line-height: 1.15;
    margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.138888889;
}

h2,
.heading-size-2 {
    font-size: 3.2rem;
}

h3,
.heading-size-3 {
    font-size: 2.8rem;
}

h4,
.heading-size-4 {
    font-size: 2.4rem;
}

h5,
.heading-size-5 {
    font-size: 2.1rem;
}

h6,
.heading-size-6 {
    font-size: 1.6rem;
    letter-spacing: 0.03125em;
    text-transform: uppercase;
}

p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 22px;
}

em,
i,
q,
dfn {
    font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
    font-weight: bolder;
}

big {
    font-size: 1.2em;
}

small {
    font-size: 0.75em;
}

b,
strong {
    font-weight: 700;
}

ins {
    text-decoration: underline;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

abbr,
acronym {
    cursor: help;
}

address {
    line-height: 1.5;
    margin: 0 0 2rem 0;
}

hr {
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    border-color: #dcd7ca;
    margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
    background: linear-gradient(
        to left,
        currentColor calc(50% - 16px),
        transparent calc(50% - 16px),
        transparent calc(50% + 16px),
        currentColor calc(50% + 16px)
    );
    background-color: transparent !important;
    border: none;
    height: 0.1rem;
    overflow: visible;
    position: relative;
}
section.container-fluid.listing_container.custom_tworows {
    padding-bottom: 80px;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
    color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
    background: currentColor;
    content: '';
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}

a {
    color: #cd2653;
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
}
/**change 19-06-2023*/
.typography p.animal-relief {
    margin-bottom: 0px;
}

/**change 16-06-2023*/
.responsive_table table.rentel_car_table {
    margin-bottom: 100px;
}
.transit_table a.plan_link {
    color: #111 !important;
}

/**change 15-06-2023*/
h2.alert_title p strong a {
    color: #cd2653;
    font-weight: bold;
}
h2.alert_title p a strong {
    color: #cd2653;
    font-weight: bold;
}
h2.alert_title p a strong:hover {
    color: #fff;
}
.alert_title p a {
    text-decoration-color: #cd2653;
}
.typography article p strong em {
    font-weight: bold;
}
/**change 15-06-2023  end*/
/* Lists ------------------------------------- */

ul,
ol {
    margin: 0 0 3rem 3rem;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li {
    line-height: 1.5;
    margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
    margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
    list-style: none;
    margin: 0;
}

.reset-list-style li {
    margin: 0;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dt + dd {
    margin-top: 0.5rem;
}

dd + dt {
    margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */

blockquote {
    border-color: #cd2653;
    border-style: solid;

    /*rtl:ignore*/
    border-width: 0 0 0 0.2rem;
    color: inherit;
    font-size: 1em;
    margin: 4rem 0;

    /*rtl:ignore*/
    padding: 0.5rem 0 0.5rem 2rem;
}

cite {
    color: #6d6d6d;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

blockquote cite {
    display: block;
    margin: 2rem 0 0 0;
}

blockquote p:last-child {
    margin: 0;
}

/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem;
}

pre {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.5;
    margin: 4rem 0;
    overflow: auto;
    padding: 3rem 2rem;
    text-align: left;
}

pre code {
    background: transparent;
    padding: 0;
}

/* Media ------------------------------------- */

figure {
    display: block;
    margin: 0;
}

iframe {
    display: block;
    max-width: 100%;
}

video {
    display: block;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

figcaption,
.wp-caption-text {
    color: #6d6d6d;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
    color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important;
}

/* GALLERIES */

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: 0.8em;
}

/* Inputs ------------------------------------ */

fieldset {
    border: 0.2rem solid #dcd7ca;
    padding: 2rem;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

label.inline,
input[type='checkbox'] + label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}

input[type='checkbox']:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.75rem;
    width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1;
}

@supports (font-variation-settings: normal) {
    input,
    textarea,
    button,
    .button,
    .faux-button,
    .faux-button.more-link,
    .wp-block-button__link,
    .wp-block-file__button {
        font-family: 'Inter var', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
            sans-serif;
    }
}

input,
textarea {
    border-color: #dcd7ca;
    color: #000;
}

code,
input[type='url'],
input[type='email'],
input[type='tel'] {
    /*rtl:ignore*/
    direction: ltr;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1rem;
    width: 100%;
}

select {
    font-size: 1em;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

input:-ms-input-placeholder {
    line-height: normal;
}

input::-moz-placeholder {
    line-height: revert;
    /* Reset to the value from the user-agent stylesheet. */
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
    text-decoration: underline;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    border-color: currentColor;
}

input[type='search']:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
    border: 0.1rem solid #dcd7ca;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 1.6rem;
    margin: 4rem 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.alignleft > table {
    margin: 0;
}

.alignright > table {
    margin: 0;
}

th,
td {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

caption {
    background: #dcd7ca;
    font-weight: 600;
    padding: 0.5em;
    text-align: center;
}

thead {
    vertical-align: bottom;
    white-space: nowrap;
}

th {
    font-weight: 700;
}

/* -------------------------------------------------------------------------- */

/*  3. Helper Classes
            /* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.screen-height {
    min-height: 100vh;
}

.admin-bar .screen-height {
    min-height: calc(100vh - 32px);
}
.container-fluid.custom_cont.looking_for {
    padding-bottom: 0px;
}

section.container-fluid.listing_container.custom_tworows:nth-child(even) {
    /* change 16-06-2023
                padding-bottom: 0px !important;
                padding-top: 40px !important;*/
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
/* saf change */
/* section.container-fluid.listing_container.custom_tworows:nth-child(odd) {
                padding-bottom: 0px;
                padding-top: 0px;
            } */
/* section.container-fluid.listing_container.custom_tworows:last-of-type {
                padding-bottom: 80px ;
                padding-top: 80px ;
            } */

.menu-item-has-children a span::after {
    height: 2px;
    width: calc(100% - 35px);
    position: absolute;
    top: 100%;
    left: 0;
    background: #da1a32;
    content: '';
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
p.block_right {
    max-width: 50%;
}
.menu-item-has-children :hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.goog-te-gadget-simple span:nth-child(1)::after {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #da1a32;
    content: '';
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
.goog-te-gadget-simple:hover span:nth-child(1):after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(1)::after {
                height: 2px;
                width: 100%;
                position: absolute;
                top: 100%;
                left: 0;
                background: #DA1A32;
                content: "";
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: left center;
                transform-origin: left center;
                transition: -webkit-transform .25s;
                transition: transform .25s;
                transition: transform .25s,-webkit-transform .25s;
            }
            .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:hover span:nth-child(1):after{
                -webkit-transform: scaleX(1);
            transform: scaleX(1);
            } */
.secondry_menu a {
    font-size: 0.8125rem !important;
    font-size: 13px !important;
    color: #414141 !important;
    line-height: 1.15;
    font-weight: 500;
    font-family: 'proxima-nova', sans-serif;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
}
@-moz-document url-prefix() {
    div#header {
        padding: 25px 20px !important;
        padding-bottom: 25px;
        padding-bottom: 16px !important;
    }
}
@media (max-width: 782px) {
    .admin-bar .screen-height {
        min-height: calc(100vh - 46px);
    }
    .container.taxis {
        flex-direction: column-reverse;
    }
    .container .taxis .col-sm-06 {
        width: 100%;
        padding-right: 10px;
    }
    .container.taxis img {
        width: 97% !important;
    }
}

.screen-width {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

/* Sections ---------------------------------- */

section {
    padding: 5rem 0;
    width: 100%;
}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.section-inner.max-percentage {
    width: 100%;
}

.section-inner.thin {
    max-width: 58rem;
}

.section-inner.small {
    max-width: 80rem;
}

.section-inner.medium {
    max-width: 100rem;
}

.section-inner.no-margin {
    margin: 0;
}

/* Toggles ----------------------------------- */

.toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: inherit;
    user-select: none;
}

button.toggle {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    padding: 0;
    text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

/* Typography -------------------------------- */

.font-size-xl {
    font-size: 1.25em;
}

.font-size-xs {
    font-size: 0.8em;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
    color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
    background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
    border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
    fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
    fill: currentColor;
}

/* Opacity ----------------------------------- */

.opacity-0 {
    opacity: 0;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-15 {
    opacity: 0.15;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-35 {
    opacity: 0.35;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-45 {
    opacity: 0.45;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-55 {
    opacity: 0.55;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-65 {
    opacity: 0.65;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-85 {
    opacity: 0.85;
}

.opacity-90 {
    opacity: 0.9;
}

.blend-mode-exclusion {
    mix-blend-mode: exclusion;
}

.blend-mode-hue {
    mix-blend-mode: hue;
}

.blend-mode-saturation {
    mix-blend-mode: saturation;
}

.blend-mode-color {
    mix-blend-mode: color;
}

.blend-mode-luminosity {
    mix-blend-mode: luminosity;
}

/* Image Classes ----------------------------- */

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-attachment-fixed {
    background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
    .bg-attachment-fixed {
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bg-attachment-fixed {
        background-attachment: scroll;
    }
}

.wp-block-image.is-resized {
    margin-left: auto;
    margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
    margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
    align-items: stretch;
    display: flex;
    font-size: inherit;
    margin: 0;
    width: 100%;
}

.search-form .search-field {
    width: 100%;
}

.search-form .search-submit {
    flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
    text-decoration: none;
}

/* Social Icons ------------------------------ */

ul.social-icons {
    display: flex;
    flex-wrap: wrap;
    margin: -0.9rem 0 0 -0.9rem;
    width: calc(100% + 0.9rem);
}

ul.social-icons li {
    margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
    align-items: center;
    background: #cd2653;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    transition: transform 0.15s ease-in-out;
    width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
    transform: scale(1.1);
    text-decoration: none;
}

/* Cover Modals ------------------------------ */

.cover-modal {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
    display: none !important;
}

.cover-modal.show-modal {
    display: block;
    cursor: pointer;
}

.cover-modal.show-modal > * {
    cursor: default;
}

/* -------------------------------------------------------------------------- */

/*  4.  Site Header
            /* -------------------------------------------------------------------------- */

#site-header {
    background: #fff;
    position: relative;
}

.header-inner {
    max-width: 168rem;
    padding: 3.15rem 0;
    z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 4rem;
    text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
    justify-content: flex-start;
    padding-left: 0;
    text-align: left;
}

.site-title,
.site-logo,
.site-description {
    margin: 0;
}

.site-title {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
}

.site-title a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
    text-decoration: underline;
}

.site-description {
    margin-top: 1rem;
    color: #6d6d6d;
    font-size: 1.8rem;
    font-weight: 500;
    display: none;
    letter-spacing: -0.0311em;
    transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
    display: block;
}

.header-titles .site-logo .site-logo {
    margin: 0;
}

.site-logo img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto;
}

body:not(.enable-search-modal) .site-logo img {
    margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
    background: transparent;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.overlay-header .header-inner {
    color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
    color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
    background-color: currentColor;
    opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar.overlay-header #site-header {
        top: 46px;
    }
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
    display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
    display: none;
}

.header-inner .toggle {
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 0 2rem;
}

.header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
}

.header-inner .toggle path {
    fill: currentColor;
}

.toggle-inner {
    display: flex;
    justify-content: center;
    height: 2.3rem;
    position: relative;
}

.toggle-icon {
    display: block;
    overflow: hidden;
}

.toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 0.5rem);
    width: auto;
    white-space: nowrap;
    word-break: break-all;
}

.overlay-header .toggle-text {
    color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
    height: 2.5rem;
    max-width: 2.3rem;
    width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: 0.8rem;
    width: 2.6rem;
}

.nav-toggle .toggle-inner {
    padding-top: 0.8rem;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
    display: none;
}

ul.primary-menu {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.0277em;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
    content: '';
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}

.primary-menu .icon::before {
    height: 0.9rem;
    width: 0.2rem;
}

.primary-menu .icon::after {
    height: 0.2rem;
    width: 0.9rem;
}

.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
}

.primary-menu > li {
    margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li.menu-item-has-children > a {
    padding-right: 2rem;
}

.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
}

.primary-menu a {
    color: inherit;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
    text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
    background: #000;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
}

.primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.primary-menu ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #000;
    right: 1.8rem;
}

.primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
    top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
}

.primary-menu ul ul::after {
    border-bottom-color: transparent;

    /*rtl:ignore*/
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
}

.rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
}

/*
            * Enable nav submenu expansion with tapping on arrows on large-viewport
            * touch interfaces (e.g. tablets or laptops with touch screens).
            * These rules are supported by all browsers (>IE11) and when JS is disabled.
            */
@media (any-pointer: coarse) {
    .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 2rem;
    }

    .primary-menu ul li.menu-item-has-children > a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}

/* -------------------------------------------------------------------------- */

/*  5. Menu Modal
            /* -------------------------------------------------------------------------- */

.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
}

.admin-bar .menu-modal {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .menu-modal {
        top: 46px;
    }
}

.menu-modal.show-modal {
    display: flex;
}

.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
    background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
}

button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
}

.menu-modal .menu-top {
    flex-shrink: 0;
}

/* usm section css for "to from bwi parent secvtion"  */

.botton-section-row_title {
    font-size: 3.75rem;
    line-height: 1.06667;
    color: #da1a32;
    margin: 0 0 6px;
    font-weight: 900;
}
.botton-section-row .row {
    position: relative;
    /*padding: 50px 0px;*/
}
.botton-section-row-body {
    /* background-color: #fff;
                    width: auto;
                    padding: 50 0px;
                    padding-right: 20px; */
    background-color: #fff;
    width: auto !important;
    padding: 50 0px;
    padding-right: 20px !important;
}

.botton-section-row {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.botton-section-row .container::before {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    content: '';
}

.header-section-custom {
    min-height: 578px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 90px;
    z-index: 9;
}
.botton-section-row_caption {
    font-size: 1.875rem !important;
    margin: 0;
}

/* usm section css for "to from bwi parent secvtion end"  */

/* usm inner section PARKING css */
.inner_page_title {
    font-weight: 900;
    font-size: 3.75em;
    line-height: 1.06667;
    color: #da1a32;
    /*change 16-06-2023
                     margin: 84px 0px 5px;*/
    margin: 110px 0px 5px;
    text-transform: capitalize;
}

.inner_page_caption {
    font-size: 1.875em !important;
    line-height: 1.33333;
    font-weight: 300 !important;
    color: #414141;
    margin-bottom: 12px;
}
/* end usm inner section PARKING css */

/* Main Menu --------------------------------- */

.modal-menu {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

.modal-menu li {
    border-color: #dedfdf;
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
    border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: underline;
}

button.sub-menu-toggle {
    border-left: 0.1rem solid #dedfdf;
    flex-shrink: 0;
    margin: 1rem 0;
    padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
    height: 0.9rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
}

button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
}

.modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
}

.modal-menu ul li {
    border-left-width: 1rem;
}

.modal-menu ul li a {
    color: inherit;
    font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
    position: relative;
}

.menu-wrapper .active {
    display: block;
}

.menu-wrapper.is-toggling {
    pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
    transition-property: transform;
}
/* .alert_body {
                top: 40px;
                width: 95% !important;
            } */

/* afaq styling 11-7-23 */

.alert_body {
    width: 100% !important;
}

/* .full_content .posts_con.col-sm-4:nth-child(2) {
                order: 2;
            }
         */
.container-fluid.custom_cont.alert {
    margin-top: 50px;
}
.leaders-template-default .container-fluid.custom_cont.alert {
    margin-top: 17px !important;
}
@media only screen and (max-width: 1494px) {
    .home .container-fluid.custom_cont.alert {
        margin-top: 40px !important;
    }
}
@media only screen and (max-width: 1150px) {
    .text1 {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media only screen and (max-width: 990px) {
    .home .container-fluid.custom_cont.alert {
        margin-top: 20px !important;
    }

    .text1 {
        padding-top: 110px !important;
    }

    .sidebar_menu ul.sub-menu li.first_child.current-menu-item li,
    .sidebar_menu li.first_child.menu-item.current-menu-ancestor ul.sub-menu li.menu-item {
        padding: 8px 30px 8px 15px;
    }

    .sidebar_menu ul.sub-menu li.first_child.active ul.sub-menu,
    .sidebar_menu li.first_child.menu-item.current-menu-ancestor ul.sub-menu li.menu-item {
        margin-left: 20px !important;
    }

    .responsive_table.table-responsive {
        width: 100%;
    }

    .transit_table tr td {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .text1 p {
        line-height: 1.33333 !important;
    }
}

@media only screen and (max-width: 720px) {
    /* .custom_contcls .col-sm-8 {
                    width: 100%;
                    padding-left: 0% !important;
                } */

    .responsive_table.table-responsive {
        width: 100%;
    }

    .responsive_table.table-responsive thead {
        /* display: flex;
                    justify-content: center;
                    align-items: center; */
        display: contents;
    }

    /* .responsive_table.table-responsive thead tr th:last-child {
                    display: none;
                }
        
                .responsive_table.table-responsive thead tr th:nth-child(2) {
                    display: none;
                } */

    /* .responsive_table.table-responsive tbody {
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    justify-content: center;
                    vertical-align: middle;
                    margin: 0 auto;
                    text-align: center;
                } */

    .responsive_table.table-responsive tbody tr {
        display: flex;
        /* flex-direction: row;
                    width: 100%;
                    justify-content: center;
                    vertical-align: middle;
                    margin: 0 auto;
                    text-align: center; */
    }

    .transit_table {
        max-width: 100%;
    }

    .responsive_table.table-responsive .transit_table tr td {
        padding: 20px 15px;
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
    }

    .transit_table a.plan_link {
        padding: 20px 10px !important;
        min-width: 100px;
        margin: 0;
        background-color: #fff;
    }
}

@media only screen and (max-width: 650px) {
    .home .slick-list.draggable {
        height: 64vw !important;
    }

    .alert_body .alert_header .alert_title p {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 500px) {
    body.home.page-template.page-template-fulwidth-template.page-template-fulwidth-template-php.page.page-id-45
        .main_con {
        margin-top: 43px !important;
    }
    .home .alert_body {
        position: absolute;
        z-index: 1;
        margin-top: -34px !important;
    }

    .home .container-fluid.custom_cont.alert {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .home .slick-list.draggable {
        margin-top: 20px !important;
    }

    .text1 {
        padding-top: 70px !important;
    }

    .bannerBgImage {
        min-width: 238px !important;
    }
    .parking_img_home_1 img {
        margin: 0px !important;
    }
    .slick-list p {
        margin-bottom: 10px;
    }
    .slick-list .text1 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .page-child .container-fluid.custom_cont.alert .alert_body {
        width: 100% !important;
        margin: 0 auto;
        margin-bottom: -75px;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 450px) {
    .home .slick-list.draggable {
        height: 66vw !important;
    }
}

@media only screen and (max-width: 400px) {
    .home .slick-list.draggable {
        height: 62vw !important;
    }
    .slick-list p {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .home .slick-list.draggable {
        height: 60vw !important;
    }
    .slick-list .text1 {
        padding-right: 62px;
        padding-left: 62px;
    }
    .slick-list p {
        margin-bottom: 20px;
    }
    .slick-next,
    .slick-prev {
        top: unset;
        bottom: 1px;
    }
    .slick-next:before,
    .slick-prev:before {
        font-family: FontAwesome;
        position: relative;
        left: 11px !important;
    }
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }
    .slick-next,
    .slick-prev {
        top: unset;
        bottom: 0px !important;
    }
}

/* end */

.menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
        transition-duration: 1ms !important;
    }
}

/* Expanded Menu ----------------------------- */

.expanded-menu {
    display: none;
}

.mobile-menu {
    display: block;
}

/* Menu Bottom ------------------------------- */

.menu-bottom {
    flex-shrink: 0;
    padding: 4rem 0;
}

.menu-bottom nav {
    width: 100%;
}

.menu-copyright {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
    text-decoration: underline;
}

.menu-bottom .social-menu {
    justify-content: center;
}

/* -------------------------------------------------------------------------- */

/*  6. Search Modal
            /* -------------------------------------------------------------------------- */

.search-modal {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
}

.admin-bar .search-modal.active {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .search-modal.active {
        top: 46px;
    }
}

.search-modal-inner {
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
    display: flex;
    justify-content: space-between;
    max-width: 168rem;
}

.search-modal.active {
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
    color: inherit;
}

.search-modal.active .search-untoggle {
    animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
    transform: scale(1.15);
}

/* Modal Search Form ------------------------- */

.search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
}

.search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    letter-spacing: -0.0277em;
    height: 8.4rem;
    margin: 0 0 0 -2rem;
    max-width: calc(100% + 2rem);
    padding: 0 0 0 2rem;
    width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
    color: inherit;
}

.search-modal .search-field::-moz-placeholder {
    color: inherit;
    line-height: 4;
}

.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-modal .search-submit:focus {
    right: 0;
}

/* -------------------------------------------------------------------------- */

/*  7a. Template: Cover Template
            /* -------------------------------------------------------------------------- */

.cover-header {
    display: flex;
    overflow: hidden;
}

.cover-header-inner-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.cover-header-inner {
    padding: 10rem 0 5rem 0;
    width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.cover-color-overlay::before {
    background: currentColor;
    content: '';
    display: block;
}

.cover-header .entry-header {
    position: relative;
    width: 100%;
    z-index: 1;
}

.cover-header .entry-header * {
    color: #fff;
}

body.template-cover .entry-header {
    background: transparent;
    padding: 0;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
    color: inherit;
}

.cover-header .entry-header a {
    color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
}

.to-the-content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 4rem;
    text-decoration: none;
}

.to-the-content svg {
    height: 2rem;
    transition: transform 0.15s linear;
    transform: translateY(0);
    width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
    transform: translateY(20%);
}

/* -------------------------------------------------------------------------- */

/*  7c. Template: Full Width
            /* -------------------------------------------------------------------------- */

body.template-full-width
    .entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width
    [class*='__inner-container']
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
    position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*='wp-block'].alignwide [class*='__inner-container'] > .alignleft,
body.template-full-width [class*='wp-block'].alignwide [class*='__inner-container'] > p .alignleft,
body.template-full-width
    [class*='wp-block'].alignwide
    [class*='__inner-container']
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 0;
    position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .alignleft,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > p
    .alignleft,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 2rem;
    position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*='wp-block'].alignwide [class*='__inner-container'] > .alignright,
body.template-full-width [class*='wp-block'].alignwide [class*='__inner-container'] > p .alignright,
body.template-full-width
    [class*='wp-block'].alignwide
    [class*='__inner-container']
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 0;
    position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .alignright,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > p
    .alignright,
body.template-full-width
    [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 2rem;
    position: static;
}

/* -------------------------------------------------------------------------- */

/*  8. Post: Archive
            /* -------------------------------------------------------------------------- */

/* Archive Header ---------------------------- */

.archive-header {
    background-color: #fff;
    padding: 4rem 0;
}

.reduced-spacing .archive-header {
    padding-bottom: 2rem;
}

.archive-title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.026666667em;
    margin: 0;
}

.archive-subtitle p:last-child {
    margin-bottom: 0;
}

/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
    padding: 4rem 0 0;
}

/* Search Results ---------------------------- */

.no-search-results-form {
    padding-top: 5rem;
}

/* -------------------------------------------------------------------------- */

/*  9. Post: Single
            /* -------------------------------------------------------------------------- */

/* Post Header ------------------------------- */

.singular .entry-header {
    background-color: #fff;
    padding: 4rem 0;
}

.entry-categories {
    line-height: 1.25;
    margin-bottom: 2rem;
}

.entry-categories-inner {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
    border-bottom: 0.15rem solid currentColor;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.036666667em;
    margin: 0.5rem 0 0 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
    border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
    margin: 0;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    text-decoration: underline;
}

.intro-text {
    margin-top: 2rem;
}

.singular .intro-text {
    font-size: 2rem;
    letter-spacing: -0.0315em;
    line-height: 1.4;
}

/* POST META */

.post-meta-single-top .post-meta {
    justify-content: center;
}

.post-meta-wrapper {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 58rem;
    width: 100%;
}

.post-meta {
    color: #6d6d6d;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: 500;
    list-style: none;
    margin: -1rem 0 0 -2rem;
}

.post-meta li {
    flex-shrink: 0;
    letter-spacing: -0.016875em;
    margin: 1rem 0 0 2rem;
    max-width: calc(100% - 2rem);
}

.post-meta a {
    color: inherit;
    text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
    text-decoration: underline;
}

.post-meta .meta-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.post-meta .meta-icon {
    flex-shrink: 0;
    margin-right: 1rem;
}

.sticky .post-sticky {
    color: inherit;
}

.post-meta .post-author .meta-icon svg {
    width: 1.6rem;
    height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
    width: 1.8rem;
    height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
    width: 1.8rem;
    height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
    width: 1.7rem;
    height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
    width: 1.8rem;
    height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
    width: 1.5rem;
    height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
    width: 1.8rem;
    height: 1.8rem;
}

.post-meta svg * {
    fill: currentColor;
}

/* Featured Media ---------------------------- */

.featured-media {
    margin-top: 5rem;
    position: relative;
}

.singular .featured-media {
    margin-top: 0;
}

.singular .featured-media-inner {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

.singular .featured-media::before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    top: 0;
}

.featured-media img {
    margin: 0 auto;
}

.featured-media figcaption {
    margin: 1.5rem auto 0 auto;
    text-align: center;
    width: calc(100% - 5rem);
}

.post-inner {
    padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
    padding-top: 0;
}

/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
    border-radius: 0.4rem;
    display: flex;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    margin: 3em auto 0 auto;
    padding: 0;
    width: calc(100% - 4rem);
    max-width: 58rem;
}

.post-nav-links > span.label {
    padding: 1em 0;
}

.post-nav-links > * {
    padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
    margin-top: 3rem;
}

/* Author Bio -------------------------------- */

.author-bio {
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 58rem;
    width: 100%;
}

.hide-avatars .author-bio {
    padding-left: 0;
}

.author-bio .author-title-wrapper {
    align-items: center;
    display: flex;
    margin: 0 0 1rem 0;
}

.author-bio .avatar {
    border-radius: 50%;
    margin-right: 1.5rem;
    height: 5rem;
    width: 5rem;
}

.hide-avatars img.avatar {
    display: none;
}

.author-bio p:last-child {
    margin-bottom: 0;
}

.author-bio .author-title {
    margin: 0;
}

.author-bio .author-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1em;
    text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
    text-decoration: underline;
}

/* Single Pagination ------------------------- */

.pagination-single {
    font-size: 1.8rem;
    margin-top: 5rem;
}

.pagination-single-inner {
    display: flex;
    flex-direction: column;
}

.pagination-single hr:first-child {
    margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
    margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    letter-spacing: -0.0275em;
    text-decoration: none;
    flex: 1;
}

.pagination-single a + a {
    margin-top: 1rem;
}

.pagination-single a .arrow {
    margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
    text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

/*  10. Blocks
            /* -------------------------------------------------------------------------- */

/* Block Colors ------------------------------ */

.has-text-color a {
    color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
    color: #cd2653;
}

:root .has-accent-background-color {
    background-color: #cd2653;
    color: #fff;
}

:root .has-primary-color {
    color: #000;
}

:root .has-primary-background-color {
    background-color: #000;
    color: #f5efe0;
}

:root .has-secondary-color {
    color: #6d6d6d;
}

:root .has-secondary-background-color {
    background-color: #6d6d6d;
    color: #fff;
}

:root .has-subtle-background-color {
    color: #dcd7ca;
}

:root .has-subtle-background-background-color {
    background-color: #dcd7ca;
    color: #000;
}

:root .has-background-color {
    color: #f5efe0;
}

:root .has-background-background-color {
    background-color: #f5efe0;
    color: #000;
}

/* Block Typography Classes ------------------ */

.has-text-align-left {
    /*rtl:ignore*/
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
    color: #cd2653;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
    content: '';
    display: table;
    clear: both;
}

.has-drop-cap:not(:focus)::after {
    padding: 0;
}

/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
    .has-drop-cap:not(:focus)::first-letter,
    .entry-content .wp-block-archives,
    .entry-content .wp-block-categories,
    .entry-content .wp-block-latest-posts,
    .entry-content .wp-block-latest-comments,
    .entry-content .wp-block-cover-image p,
    .entry-content .wp-block-pullquote {
        font-family: 'Inter var', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
            sans-serif;
    }
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
    font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
    font-size: 1em;
}

.entry-content .has-medium-font-size {
    font-size: 1.1em;
    line-height: 1.45;
}

.entry-content .has-large-font-size {
    font-size: 1.25em;
    line-height: 1.4;
}

.entry-content .has-larger-font-size {
    font-size: 1.5em;
    line-height: 1.3;
}

/* Block: Base Margins ----------------------- */

*[class*='_inner-container'] > *:first-child {
    margin-top: 0;
}

*[class*='_inner-container'] > *:last-child {
    margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
        .aligncenter
    ),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */

[class*='__inner-container']
    .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*='__inner-container']
    .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
}

/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
    list-style: none;
    margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
    list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
    margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
    margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
    font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
    color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
    text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
    color: #6d6d6d;
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 0.15em;
}

/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #6d6d6d;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
    width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
    margin: 3rem 0;
}

.wp-block-button.is-style-outline {
    color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: inherit;
}

.is-style-outline .wp-block-button__link {
    padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
}

.wp-block-column {
    margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
    margin-top: 0;
}

.wp-block-column > *:last-child {
    margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 4rem);
    padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    max-width: 100%;
    padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
    font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
    text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
    font-size: 1.5rem;
    padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
    list-style: none;
    margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
    margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
    margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
    margin-bottom: 5rem;
    margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
    padding: 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-group__inner-container {
    margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
    max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
    padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
    max-width: none;
}

.wp-block-media-text__content > *:first-child {
    margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
    padding: 0;
    position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
    background: #fff;
    border-radius: 50%;
    color: #cd2653;
    content: '”';
    display: block;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    height: 4.4rem;
    width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
    border: 0.1rem solid currentColor;
    font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote blockquote p {
    font-family: inherit;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.178571429;
    letter-spacing: -0.041785714em;
    max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote cite {
    color: #6d6d6d;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
    text-align: left;
}

.wp-block-pullquote.alignright {
    text-align: right;
}

.wp-block-pullquote.alignleft::before {
    margin-left: 0;
}

.wp-block-pullquote.alignright::before {
    margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
    padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
    transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
    left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
    left: auto;
    right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
    color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
    margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
    max-width: calc(100vw - 4rem);
    position: relative;
    width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
    background: none;
    color: inherit;
    font-size: 3.2rem;
    font-weight: 700;
    height: auto;
    letter-spacing: 1em;
    padding-left: 1em;
    position: static;
    transform: none;
    width: auto;
}

.wp-block-separator.is-style-dots::after {
    content: none;
}

/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
    width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes table {
    border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
    text-align: inherit;
}

.wp-block-quote[style='text-align:center'] {
    border-width: 0;
    padding: 0;
}

.wp-block-quote[style='text-align:right'] {
    /*rtl:begin:ignore*/
    border-width: 0 0.2rem 0 0;
    padding: 0 2rem 0 0;

    /*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-family: inherit;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.6rem;
    text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
    margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
    text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
    text-decoration: underline;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
}

.wp-block-latest-comments__comment-date {
    margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.7em;
    margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
    border-top: 0.2rem solid #dcd7ca;
    margin-top: 2rem;
    padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
    list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
    margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
    margin-top: 0;
}

/* Block: Post Template ---------------- */

.wp-block-post-template,
.wp-block-post-template > li {
    margin-left: 0;
    margin-right: 0;
}

/* -------------------------------------------------------------------------- */

/*  11. Entry Content
            /* -------------------------------------------------------------------------- */

.entry-content {
    line-height: 1.5;
}

.entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.read-more-button-wrap {
    margin-top: 1em;
    text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
    text-decoration: none;
}

.entry-content p,
.entry-content li {
    line-height: 1.4;
}

.entry-content li img {
    display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin-bottom: 1rem;
}

.entry-content hr {
    margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
    margin-top: 0;
}

/* Font Families ----------------------------- */

.entry-content {
    font-family: NonBreakingSpaceOverride, 'Hoefler Text', Garamond, 'Times New Roman', serif;
    letter-spacing: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-content cite,
    .entry-content figcaption,
    .entry-content table,
    .entry-content address,
    .entry-content .wp-caption-text,
    .entry-content .wp-block-file {
        font-family: 'Inter var', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
            sans-serif;
    }
}

/* Alignment Classes ------------------------- */

.entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: calc(100% - 4rem);
}

[class*='__inner-container']
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
    margin-top: 4rem;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
}

[class*='__inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
}

/* Full */

.alignfull {
    margin-top: 5rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

[class*='__inner-container'] > .alignfull {
    max-width: 100%;
}

/* Wide */

.alignwide {
    max-width: 120rem;
    position: relative;
    width: calc(100% - 4rem);
}

[class*='__inner-container'] > .alignwide {
    width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
    margin-left: auto;
    margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
    max-width: 50%;
}

.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0.3rem 2rem 2rem 2rem;
}

[class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > .alignleft,
[class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > p .alignleft,
[class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 2rem;
}

[class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > .alignright,
[class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > p .alignright,
[class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
    width: calc(100% - 4rem);
}

/* -------------------------------------------------------------------------- */

/*  12. Comments
            /* -------------------------------------------------------------------------- */

/* Comment Headers ----------------------------- */

.comments-wrapper {
    margin-top: 5rem;
}

.comment-reply-title {
    margin: 0 0 4rem 0;
    text-align: center;
}

/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 3.5rem;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header + div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
    margin-bottom: 1.5rem;
    min-height: 5rem;
    padding-left: 5rem;
    position: relative;
}

.hide-avatars .comment-meta {
    min-height: 0;
    padding-left: 0;
}

.comment-meta a {
    color: inherit;
}

.comment-author {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.027777778em;
}

.comment-author a {
    text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
    text-decoration: none;
}

.comment-meta .avatar {
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}

.comment-author .url {
    text-decoration: underline;
}

.comment-metadata {
    color: #6d6d6d;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0.6rem;
}

.comment-metadata a {
    text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    text-decoration: underline;
}

/* COMMENT CONTENT */

.comment-content.entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
}

.comment-content.entry-content .alignleft {
    /*rtl:ignore*/
    margin-left: 0;
}

.comment-content.entry-content .alignright {
    /*rtl:ignore*/
    margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    margin: 1.5rem 0 -1rem -1.5rem;
    text-transform: uppercase;
}

.comment-footer-meta > * {
    margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
    background-color: #cd2653;
    color: #fff;
    display: block;
    padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
}

.comment-footer-meta a {
    text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
    text-decoration: underline;
}

/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}

/* Comments Pagination ---------------------------- */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}

/* Comment Respond ---------------------------- */

.comment-respond::after {
    clear: both;
    content: '';
    display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #6d6d6d;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: -3rem 0 4rem 0;
    text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
    text-decoration: underline;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
    max-width: 58rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond > p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
}

.comment-respond input[type='checkbox'] + label {
    font-size: 1.5rem;
    line-height: 1.25;
}

.comment-respond input[type='text'],
.comment-respond input[type='email'],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
}

.comment-respond #submit {
    display: block;
}

.comment-respond .comments-closed {
    text-align: center;
}

/* Reply Respond ---------------------------- */

.comments .comment-respond {
    padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
    text-align: left;
}

.comment-reply-title small {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

.comment-reply-title small a {
    text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
    text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

/*  13. Site Pagination
            /* -------------------------------------------------------------------------- */

.pagination .nav-links {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    font-weight: 600;
    margin: -1.5rem 0 0 -2.5rem;
    width: calc(100% + 2.5rem);
}

.pagination-separator {
    margin: 5rem 0;
}

.nav-links > * {
    margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
    display: none;
    visibility: hidden;
}

.pagination a {
    text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
    text-decoration: underline;
}

.pagination .dots {
    transform: translateY(-0.3em);
    color: #6d6d6d;
}

.nav-short {
    display: none;
}

/* -------------------------------------------------------------------------- */

/*  14. Error 404
            /* -------------------------------------------------------------------------- */

.error404 #site-content {
    padding-top: 4rem;
}

.error404-content {
    text-align: center;
}

.error404 #site-content .search-form {
    justify-content: center;
    margin-top: 3rem;
}

/* -------------------------------------------------------------------------- */

/*  15. Widgets
            /* -------------------------------------------------------------------------- */

/* Widget Base ------------------------------- */

.widget {
    margin-top: 3rem;
}

.widget:first-child {
    margin-top: 0;
}

.widget-content > div > *:first-child {
    margin-top: 0;
}

.widget-content > div > *:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    margin: 0 0 2rem;
}

.widget li {
    margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
    margin-top: 0;
}

.widget table,
.widget table * {
    border-color: #dedfdf;
}

.widget table caption {
    background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
    color: #6d6d6d;
    display: block;
    font-size: 0.85em;
    font-weight: 500;
    margin-top: 0.2rem;
}

.widget select {
    max-width: 100%;
}

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
    font-family: NonBreakingSpaceOverride, 'Hoefler Text', Garamond, 'Times New Roman', serif;
    letter-spacing: normal;
}

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
    .widget-content cite,
    .widget-content figcaption,
    .widget-content .wp-caption-text {
        font-family: 'Inter var', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
            sans-serif;
    }
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
    color: #6d6d6d;
    margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
    margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
    font-weight: 700;
    text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
    text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
    font-size: 2.4rem;
}

.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
    display: table-cell;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    padding: 2.5% 2.5% 1.75% 2.5%;
    text-align: center;
}

.wp-calendar-table {
    margin-bottom: 0;
}

.wp-calendar-nav {
    display: table;
    width: 100%;
    font-size: 1.8rem;
}

.calendar_wrap tfoot td {
    border-bottom: none;
}

.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
    text-decoration: none;
}

.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
    text-align: left;
}

.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
    text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
    margin: 0 -0.4em -0.8em -0.4em;
    width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
    margin: 0 0 0.8em 0;
    padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
    margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
    font-weight: 700;
}

.widget_recent_comments a {
    text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
    text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
    font-weight: 700;
    text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
    text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type:not(.rss-widget-title) {
    display: none;
}

.widget_rss .rsswidget {
    font-weight: 700;
}

.widget_rss a {
    text-decoration: none;
}

.widget_rss a:focus,
.widget_rss a:hover {
    text-decoration: underline;
}

.widget_rss .rssSummary {
    margin-top: 0.5rem;
}

.widget_rss cite::before {
    content: '— ';
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
    border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
    font-weight: 700;
    margin-right: 0.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
    text-decoration: underline;
}

/* Widget: Text ------------------------------ */

/* -------------------------------------------------------------------------- */

/*  16. Site Footer
            /* -------------------------------------------------------------------------- */

.footer-nav-widgets-wrapper,
#site-footer {
    background-color: #fff;
    border-color: #dedfdf;
    border-style: solid;
    border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
    margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
    border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
    padding: 3rem 0;
}

/* Footer Top -------------------------------- */

.footer-top {
    display: flex;
    border-bottom: 0.1rem solid #dedfdf;
    justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.0277em;
}

.footer-menu li {
    line-height: 1.25;
    margin: 0.25em 0 0 0;
}

.footer-menu a {
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

.footer-menu a:hover,
.footer-menu a:focus {
    text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
    margin: 0;
    width: 100%;
}

.has-footer-menu .footer-social-wrapper {
    flex-shrink: 0;
    margin-left: 1rem;
    width: 50%;
}

ul.footer-social {
    margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
    justify-content: flex-end;
}

ul.footer-social li {
    margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
    background-color: #cd2653;
    height: 3.6rem;
    width: 3.6rem;
}

.footer-social a::before {
    font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
    border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
    margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
    font-size: 1.6rem;
}

#site-footer .section-inner {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

#site-footer a {
    text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
    text-decoration: underline;
}

.footer-copyright a,
.privacy-policy a,
.powered-by-wordpress a {
    color: inherit;
}

.privacy-policy,
.powered-by-wordpress,
.to-the-top {
    color: #6d6d6d;
}

a.to-the-top {
    margin-left: 2.4rem;
    white-space: nowrap;
}

a.to-the-top > * {
    pointer-events: none;
}

.footer-copyright {
    font-weight: 600;
    margin: 0;
}

.powered-by-wordpress {
    display: none;
    margin: 0 0 0 2.4rem;
}

.privacy-policy {
    margin: 1.2rem 0 0;
}

.to-the-top-long {
    display: none;
}

/* -------------------------------------------------------------------------- */

/*  17. Media Queries
            /* -------------------------------------------------------------------------- */

@media (max-width: 479px) {
    /* Blocks -------------------------------- */

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        float: none;
    }

    /* Entry Content ------------------------- */

    /* LISTS */

    ul,
    ol {
        margin: 0 0 3rem 2rem;
    }

    li {
        margin: 0.5rem 0 0 1rem;
    }

    /* Post Footer --------------------------- */

    /* POST NAV LINKS */

    .post-nav-links {
        margin: 3em 0 0 0;
    }
}

@media (min-width: 480px) {
    /* Blocks -------------------------------- */

    /* BLOCK: BASE ALIGNMENT WIDTH */

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright,
    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright,
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright,
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright {
        max-width: 26rem;
    }

    /* BLOCK: TABLE WIDTH */
    .wp-block-table.alignleft,
    .wp-block-table.alignright {
        max-width: 100%;
    }

    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .alignleft,
    .alignright {
        max-width: 26rem;
    }

    /* Post Footer --------------------------- */

    /* POST NAV LINKS */

    .post-nav-links {
        margin: 3em 0 0 0;
    }
}

@media (max-width: 599px) {
    /* Blocks -------------------------------- */

    /* BLOCK: COLUMNS */

    /* While columns are stacked */
    .wp-block-column:last-child {
        margin-bottom: 0;
    }

    .wp-block-columns + .wp-block-columns {
        margin-top: 0.2rem;
    }

    .wp-block-columns.alignwide + .wp-block-columns.alignwide {
        margin-top: -0.8rem;
    }

    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -1.8rem;
    }

    /* Template -------------------------------- */

    /* TEMPLATE: COVER */

    .template-cover .post-inner .post-meta-wrapper,
    .template-cover .post-inner .author-bio {
        width: calc(100% - 4rem);
    }

    /* Post Footer --------------------------- */

    /* POST NAV LINKS */

    .post-nav-links {
        margin: 3em 0 0 0;
    }
}
@media (max-width: 540px) {
    .custom_tworows.container-fluid.listing_container .row .listing_artical .row {
        margin: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 600px) {
    /* Blocks -------------------------------- */

    /* BLOCK: COLUMNS */

    .wp-block-columns.alignwide + .wp-block-columns.alignwide,
    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -4rem;
    }

    /* Post Footer --------------------------- */

    /* POST NAV LINKS */

    .post-nav-links {
        margin: 3em 0 0 0;
    }
    .fs-background-media.fs-background-responsive.fs-background-native {
        left: 0px;
    }
}
@media (max-width: 600px) {
    .page-template .main_con {
        margin-top: 60px !important;
    }
    .fs-background-media.fs-background-responsive.fs-background-native {
        height: 259px !important;
        position: relative;
        top: 75px;
        width: 502px;
        left: 0px !important;
    }
}

@media (min-width: 660px) {
    /* Blocks -------------------------------- */

    /* BLOCK: GALLERY */

    figure.wp-block-gallery.alignleft {
        /*rtl:ignore*/
        margin-left: calc((100vw - 58rem - 8rem) / -2);
    }

    figure.wp-block-gallery.alignright {
        /*rtl:ignore*/
        margin-right: calc((100vw - 58rem - 8rem) / -2);
    }

    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .entry-content > .alignleft {
        /*rtl:ignore*/
        margin-left: 4rem;
    }

    .entry-content > p .alignleft,
    .entry-content > .wp-block-image .alignleft {
        /*rtl:ignore*/
        margin-left: calc((100vw - 58rem - 8rem) / -2);
    }

    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > .alignleft,
    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > p .alignleft,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        margin-left: 0;
    }

    .entry-content > .alignright {
        /*rtl:ignore*/
        margin-right: 4rem;
    }

    .entry-content > p .alignright,
    .entry-content > .wp-block-image .alignright {
        /*rtl:ignore*/
        margin-right: calc((100vw - 58rem - 8rem) / -2);
    }

    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > .alignright,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > p
        .alignright,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        margin-right: 0;
    }

    /* Post Footer --------------------------- */

    /* POST NAV LINKS */

    .post-nav-links {
        margin: 3em auto 0 auto;
    }
}

@media (min-width: 700px) {
    /* Element Base ------------------------- */

    ul,
    ol {
        margin-bottom: 4rem;
    }

    pre {
        padding: 3rem;
    }

    hr {
        margin: 8rem auto;
    }

    table {
        font-size: 1.8rem;
    }

    /* VANILLA GALLERIES */

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }

    /* TITLES */

    h1,
    .heading-size-1,
    h2,
    .heading-size-2,
    h3,
    .heading-size-3 {
        margin: 6rem auto 3rem;
    }

    h4,
    .heading-size-4,
    h5,
    .heading-size-5,
    h6,
    .heading-size-6 {
        margin: 4.5rem auto 2.5rem;
    }

    h1,
    .heading-size-1 {
        font-size: 6.4rem;
    }

    h2,
    .heading-size-2 {
        font-size: 4.8rem;
    }

    h3,
    .heading-size-3 {
        font-size: 4rem;
    }

    h4,
    .heading-size-4 {
        font-size: 3.2rem;
    }

    h5,
    .heading-size-5 {
        font-size: 2.4rem;
    }

    h6,
    .heading-size-6 {
        font-size: 1.8rem;
    }

    /* INPUTS */

    fieldset {
        padding: 3rem;
    }

    legend {
        padding: 0 1.5rem;
    }

    button,
    .button,
    .faux-button,
    .wp-block-button__link,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
        font-size: 1.7rem;
    }

    /* MEDIA */

    figcaption,
    .wp-caption-text {
        margin-top: 1.8rem;
    }

    /* Helper Classes ------------------------- */

    /* SECTIONS */

    section {
        padding: 8rem 0;
    }

    .section-inner {
        width: calc(100% - 8rem);
    }

    /* Site Header --------------------------- */

    .header-inner {
        padding: 3.8rem 0;
    }

    .site-title {
        font-size: 2.4rem;
        font-weight: 700;
    }

    .site-description {
        display: block;
    }

    .site-logo img {
        max-height: 9rem;
        transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
    }

    /* HEADER TOGGLES */

    .toggle-inner .toggle-text {
        font-size: 1.2rem;
    }

    .search-toggle {
        left: 2rem;
    }

    .nav-toggle {
        right: 2rem;
    }

    /* Menu Modal ---------------------------- */

    button.close-nav-toggle {
        font-size: 1.8rem;
        padding: 4rem 0;
    }

    button.close-nav-toggle svg {
        height: 2rem;
        width: 2rem;
    }

    button.close-nav-toggle .toggle-text {
        margin-right: 2.1rem;
    }

    .modal-menu {
        left: auto;
        width: 100%;
    }

    .modal-menu > li > a,
    .modal-menu > li > .ancestor-wrapper > a {
        font-size: 2.4rem;
        padding: 2.5rem 0;
    }

    .modal-menu ul li {
        border-left-color: transparent;
    }

    .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
        padding: 0 3rem;
    }

    .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
        height: 1.1rem;
        width: 1.8rem;
    }

    .menu-bottom {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 4.4rem 0;
    }

    .menu-copyright {
        display: block;
        flex-shrink: 0;
        margin-right: 4rem;
    }

    /* Modal Search Form ------------------------- */

    .search-modal form {
        position: relative;
        width: 100%;
    }

    .search-untoggle svg {
        height: 2.5rem;
        width: 2.5rem;
    }

    .search-modal .search-field {
        border: none;
        font-size: 3.2rem;
        height: 14rem;
    }

    .search-modal .search-field::-moz-placeholder {
        line-height: 4.375;
    }

    /* Sub Page ------------------------------ */

    /* FEATURED MEDIA */

    .featured-media figcaption {
        margin: 2rem auto 0 auto;
        width: calc(100% - 8rem);
    }

    /* Template: Cover Template -------------- */

    .cover-header-inner {
        padding: 18rem 0 8rem 0;
    }

    .to-the-content-wrapper {
        top: calc(100% + 1.8rem);
    }

    .to-the-content {
        height: 6rem;
    }

    .to-the-content svg {
        height: 2.4rem;
        width: 2.12rem;
    }

    /* Template: Full Width ------------------ */

    body.template-full-width
        .entry-content
        > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 8rem);
    }

    body.template-full-width
        .alignfull:not(.has-background)
        > .wp-block-group__inner-container
        > p:not(.has-background-color) {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .alignleft,
    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > p
        .alignleft,
    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        margin-left: 4rem;
    }

    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .alignright,
    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > p
        .alignright,
    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        margin-right: 4rem;
    }

    /* Post: Archive ------------------------- */

    .archive-header {
        padding: 8rem 0;
    }

    .reduced-spacing .archive-header {
        padding-bottom: 3rem;
    }

    .archive-title {
        font-size: 3.2rem;
    }

    body:not(.singular) main > article:first-of-type {
        padding: 8rem 0 0;
    }

    h2.entry-title {
        font-size: 6.4rem;
    }

    /* SEARCH RESULTS */

    .no-search-results-form {
        padding-top: 8rem;
    }

    /* Post: Single -------------------------- */

    /* POST HEADER */

    .singular .entry-header {
        padding: 8rem 0;
    }

    .entry-categories {
        margin-bottom: 3rem;
    }

    .entry-categories-inner {
        margin: -1rem 0 0 -2rem;
    }

    .entry-categories a {
        font-size: 1.5rem;
        margin: 1rem 0 0 2rem;
    }

    .intro-text {
        font-size: 2rem;
        margin-top: 2.5rem;
    }

    .singular .intro-text {
        font-size: 2.6rem;
    }

    .post-meta-wrapper {
        margin-top: 3rem;
    }

    .post-meta {
        font-size: 1.6rem;
        margin: -1.4rem 0 0 -3rem;
    }

    .post-meta li {
        margin: 1.4rem 0 0 3rem;
        max-width: calc(100% - 3rem);
    }

    .featured-media {
        margin-top: 6rem;
    }

    .post-inner {
        padding-top: 8rem;
    }

    /* POST FOOTER */

    .post-meta-wrapper.post-meta-single-bottom {
        margin-top: 4rem;
    }

    /* AUTHOR BIO */

    .author-bio {
        margin-top: 8rem;
        min-height: 8rem;
        padding-left: 10rem;
        position: relative;
    }

    .author-bio .avatar {
        position: absolute;
        left: 0;
        top: 0;
        height: 8rem;
        width: 8rem;
    }

    /* SINGLE PAGINATION */

    .pagination-single {
        font-size: 2.4rem;
        margin-top: 8rem;
    }

    .pagination-single-inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .pagination-single.only-next .pagination-single-inner {
        justify-content: flex-end;
    }

    .pagination-single hr:first-child {
        margin: 0 0 4rem 0;
    }

    .pagination-single hr:last-child {
        margin: 4rem 0 0.8rem 0;
    }

    .pagination-single a + a {
        margin: 0 0 0 4rem;
    }

    .pagination-single a .arrow {
        margin: 0 2rem 0 0;
    }

    .pagination-single .next-post {
        flex-direction: row-reverse;
        text-align: right;
    }

    .pagination-single .next-post .arrow {
        margin: 0 0 0 2rem;
    }

    /* Blocks -------------------------------- */

    /* BLOCK: SHARED MEDIA STYLES */

    .wp-block-embed figcaption,
    .wp-block-image figcaption {
        font-size: 1.6rem;
    }

    /* BLOCK: BASE MARGINS */

    .wp-block-archives:not(.alignwide):not(.alignfull),
    .wp-block-categories:not(.alignwide):not(.alignfull),
    .wp-block-code,
    .wp-block-columns:not(.alignwide):not(.alignfull),
    .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
            .aligncenter
        ),
    .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
            .aligncenter
        ),
    .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
            .aligncenter
        ),
    .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
    .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
            .aligncenter
        ),
    .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
    .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
    .wp-block-media-text:not(.alignwide):not(.alignfull),
    .wp-block-preformatted,
    .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
    .wp-block-quote,
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-verse,
    .wp-block-video:not(.alignwide):not(.alignfull) {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }

    /* BLOCK: COLUMNS */

    .wp-block-columns.alignwide + .wp-block-columns.alignwide,
    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -6rem;
    }

    .entry-content .wp-block-columns h1,
    .entry-content .wp-block-columns h2,
    .entry-content .wp-block-columns h3,
    .entry-content .wp-block-columns h4,
    .entry-content .wp-block-columns h5,
    .entry-content .wp-block-columns h6 {
        margin: 3.5rem 0 2rem;
    }

    /* BLOCK: COVER */

    .wp-block-cover-image .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 8rem);
    }

    .wp-block-cover-image h2,
    .wp-block-cover h2 {
        font-size: 4.8rem;
    }

    /* BLOCK: GALLERY */

    figure.wp-block-gallery.alignnone,
    figure.wp-block-gallery.aligncenter {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }

    figure.wp-block-gallery.alignwide,
    figure.wp-block-gallery.alignfull {
        margin-bottom: 6rem;
        margin-top: 6rem;
    }

    /* BLOCK: GROUP */

    .wp-block-group.has-background {
        padding: 4rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .alignfull:not(.has-background)
        > .wp-block-group__inner-container
        > p:not(.has-background-color) {
        padding-left: 0;
        padding-right: 0;
    }

    /* BLOCK: MEDIA AND TEXT */

    .wp-block-media-text .wp-block-media-text__content {
        padding: 4rem;
    }

    /* BLOCK: PULLQUOTE */

    .wp-block-pullquote blockquote p {
        font-size: 3.2rem;
    }

    .wp-block-pullquote cite {
        margin-top: 2rem;
    }

    .wp-block-pullquote.alignfull:not(.is-style-solid-color) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wp-block-pullquote.alignwide::before,
    .wp-block-pullquote.alignfull::before {
        font-size: 11.272727272rem;
        height: 8rem;
        margin-bottom: 2rem;
        width: 8rem;
    }

    .wp-block-pullquote.alignwide blockquote p,
    .wp-block-pullquote.alignfull blockquote p {
        font-size: 4.8rem;
        line-height: 1.203125;
    }

    .wp-block-pullquote.alignleft p,
    .wp-block-pullquote.alignright p,
    .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
    .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
        font-size: 3.2rem;
        line-height: 1.1875;
    }

    .wp-block-pullquote.is-style-solid-color.alignwide,
    .wp-block-pullquote.is-style-solid-color.alignfull {
        padding: 6rem 4rem 4rem;
    }

    .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
    .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
        font-size: 2.6rem;
    }

    /* BLOCK: QUOTE */

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: 2.8rem;
    }

    /* BLOCK: SEPARATOR */

    hr.wp-block-separator {
        margin: 6rem auto;
    }

    .wp-block-separator.is-style-wide {
        max-width: calc(100vw - 8rem);
    }

    /* Entry Content ------------------------- */

    .entry-content {
        font-size: 2.1rem;
    }

    .entry-content p,
    .entry-content li {
        line-height: 1.476;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3 {
        margin: 6rem auto 3rem;
    }

    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        margin: 4.5rem auto 2.5rem;
    }

    .alignnone,
    .aligncenter {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }

    .alignleft {
        /*rtl:ignore*/
        margin: 0.3rem 2rem 2rem 0;
    }

    .alignright {
        /*rtl:ignore*/
        margin: 0.3rem 0 2rem 2rem;
    }

    .entry-content > .alignwide:not(.wp-block-group.has-background),
    .entry-content > .alignfull:not(.wp-block-group.has-background) {
        margin-bottom: 6rem;
        margin-top: 6rem;
    }

    .entry-content > .alignwide {
        max-width: calc(100vw - 8rem);
        width: calc(100vw - 8rem);
    }

    [class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignfull:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        margin-left: 4rem;
    }

    [class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignfull:not(.has-background) [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignfull:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        margin-right: 4rem;
    }

    .entry-content > .alignwide:first-child,
    .entry-content > .alignfull:first-child {
        margin-bottom: 8rem;
    }

    /* ENTRY MEDIA */

    .alignfull > figcaption,
    .alignfull > .wp-caption-text {
        width: calc(100% - 8rem);
    }

    /* Comments ------------------------------ */

    .comments-wrapper {
        margin-top: 8rem;
    }

    .comment-reply-title {
        margin-bottom: 4.6rem;
    }

    .comment-respond p.comment-notes,
    .comment-respond p.logged-in-as {
        font-size: 1.8rem;
        letter-spacing: -0.025em;
        margin: -2.5rem 0 4.4rem 0;
    }

    .comments .comment,
    .comments .pingback,
    .comments .trackback,
    .comments .review {
        padding-top: 5rem;
    }

    div.comment:first-of-type {
        margin-top: 5rem;
    }

    .comment-meta {
        margin-bottom: 2rem;
        min-height: 6rem;
        padding: 0.3rem 0 0 7.5rem;
    }

    .comment-meta .avatar {
        display: block;
        height: 6rem;
        position: absolute;
        left: 0;
        top: 0;
        width: 6rem;
    }

    .comment-author {
        font-size: 2.4rem;
    }

    .comment-metadata {
        font-size: 1.6rem;
        margin-top: 0.8rem;
    }

    .comment-footer-meta {
        margin-top: 2.5rem;
    }

    .comments-pagination {
        margin-top: 8rem;
    }

    /* PINGBACKS & TRACKBACKS */

    .pingback .comment-body {
        padding: 0;
    }

    /* COMMENT RESPOND */

    .comment-respond p {
        margin-bottom: 2.5rem;
    }

    .comment-form p.logged-in-as {
        margin: -2.5rem 0 4.4rem 0;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        float: left;
        width: calc(50% - 1rem);
    }

    .comment-respond .comment-form-email {
        margin-left: 2rem;
    }

    .comments .comment-respond {
        padding: 5rem 0 0;
    }

    .comment-reply-title small {
        display: inline;
        margin: 0 0 0 0.5rem;
    }

    /* Site Pagination ----------------------- */

    .pagination-separator {
        margin: 8rem 0;
    }

    /* Display the full text for Newer and Older Posts. */

    .nav-short {
        display: inline;
    }

    .pagination .nav-links {
        font-size: 2.4rem;
        font-weight: 700;
        margin: -2.5rem 0 0 -4rem;
        /**change-13-06-2023*/
        margin-top: 5px;
    }

    .nav-links > * {
        margin: 2.5rem 0 0 4rem;
    }

    /* Error 404 ----------------------------- */

    .error404 #site-content {
        padding-top: 8rem;
    }

    /* Widgets ------------------------------- */

    .widget .widget-title {
        margin-bottom: 3rem;
    }

    /* Site Footer --------------------------- */

    .footer-top-visible .footer-nav-widgets-wrapper,
    .footer-top-hidden #site-footer {
        margin-top: 8rem;
    }

    /* FOOTER TOP */

    .footer-top {
        padding: 3.7rem 0;
    }

    .footer-menu {
        font-size: 2.4rem;
        margin: -0.8rem 0 0 -1.6rem;
    }

    .footer-menu li {
        margin: 0.8rem 0 0 1.6rem;
    }

    .has-footer-menu .footer-social-wrapper {
        flex: 1;
        margin-left: 4rem;
        width: auto;
    }

    /* FOOTER WIDGETS */

    .footer-widgets-outer-wrapper {
        padding: 8rem 0;
    }

    .footer-widgets-wrapper {
        display: flex;
        justify-content: space-between;
        margin-left: -4rem;
        width: calc(100% + 4rem);
    }

    .footer-widgets {
        margin-left: 4rem;
        width: 50%;
    }

    .footer-widgets + .footer-widgets {
        margin-top: 0;
    }

    .footer-widgets .widget {
        border-top: none;
        margin-top: 5rem;
        padding-top: 0;
    }

    .footer-widgets .widget:first-child {
        margin-top: 0;
    }

    /* FOOTER BOTTOM */

    #site-footer {
        font-size: 1.8rem;
        padding: 4.3rem 0;
    }

    .footer-credits {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-copyright {
        font-weight: 700;
    }

    .privacy-policy {
        margin: 0 0 0 2.4rem;
    }

    .to-the-top-long {
        display: inline;
    }

    .to-the-top-short {
        display: none;
    }
}

@media (min-width: 782px) {
    /* Blocks -------------------------------- */

    /* BLOCK: COLUMNS */

    .wp-block-column {
        margin-bottom: 0;
    }

    .wp-block-columns.alignwide + .wp-block-columns.alignwide,
    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -2.8rem;
    }
}

@media (min-width: 1000px) {
    /* Document Setup ------------------------ */

    /* Helper Classes ------------------------ */

    /* Site Header --------------------------- */

    #site-header {
        z-index: 2;
    }

    .header-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2.8rem 0;
    }

    .header-titles-wrapper {
        margin-right: 4rem;
        max-width: 50%;
        padding: 0;
        text-align: left;
    }

    .header-titles {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -1rem 0 0 -2.4rem;
    }

    .header-titles .site-title,
    .header-titles .site-logo,
    .header-titles .site-description {
        margin: 1rem 0 0 2.4rem;
    }

    .wp-custom-logo .header-titles {
        align-items: center;
    }

    /* HEADER NAVIGATION */

    .header-navigation-wrapper {
        align-items: center;
        display: flex;
    }

    .primary-menu-wrapper {
        display: block;
        width: 100%;
    }

    /* HEADER TOGGLES */

    .mobile-search-toggle,
    .mobile-nav-toggle {
        display: none !important;
    }

    .primary-menu-wrapper + .header-toggles {
        margin-left: 3rem;
    }

    .header-toggles {
        display: flex;
        flex-shrink: 0;
        margin-right: -3rem;
    }

    .header-inner .toggle {
        height: 4.4rem;
        padding: 0 3rem;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        width: auto;
    }

    .header-inner .toggle-wrapper {
        position: relative;
    }

    .header-inner .toggle-wrapper::before {
        background: #dedfdf;
        content: '';
        display: block;
        height: 2.7rem;
        position: absolute;
        left: 0;
        top: calc(50% - 1.35rem);
        width: 0.1rem;
    }

    .header-inner .toggle-wrapper:first-child::before {
        content: none;
    }

    .header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
        content: '';
    }

    .nav-toggle-wrapper:not(.has-expanded-menu) {
        display: none;
    }

    .toggle-inner {
        position: static;
    }

    .toggle-inner .toggle-text {
        left: 0;
        right: 0;
        text-align: center;
        top: calc(100% - 0.3rem);
        width: auto;
    }

    .header-toggles:only-child .nav-toggle .toggle-inner {
        padding-top: 0;
    }

    .header-toggles:only-child .toggle-inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .header-toggles:only-child .toggle-inner .svg-icon {
        order: 1;
    }

    .header-toggles:only-child .toggle-inner .toggle-text {
        position: static;
        padding-right: 20px;
        font-size: 15px;
        color: inherit;
    }

    /* Menu Modal ---------------------------- */

    .menu-modal {
        opacity: 1;
        justify-content: flex-end;
        padding: 0;
        transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
    }

    .menu-modal.cover-modal {
        background: rgba(0, 0, 0, 0);
    }

    .menu-modal.active {
        background: rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease-out;
    }

    .menu-wrapper.section-inner {
        width: calc(100% - 8rem);
    }

    .menu-modal-inner {
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        padding: 0;
        transform: translateX(20rem);
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        width: 50rem;
    }

    .menu-modal.active .menu-modal-inner {
        opacity: 1;
        transform: translateX(0);
        transition-timing-function: ease-out;
    }

    .mobile-menu {
        display: none;
    }

    .expanded-menu {
        display: block;
    }

    .menu-bottom {
        padding: 6rem 0;
    }

    .menu-bottom .social-menu {
        justify-content: flex-start;
    }

    /* Sub Page ------------------------------ */

    /* FEATURED MEDIA */

    .featured-media figcaption {
        width: 100%;
    }

    /* Template: Full Width ------------------ */

    .template-full-width .wp-block-image .alignleft {
        /*rtl:ignore*/
        margin-right: 2rem;
    }

    .template-full-width .wp-block-image .alignright {
        /*rtl:ignore*/
        margin-left: 2rem;
    }

    /* Post: Archive ------------------------- */

    /* Post: Single -------------------------- */

    .singular .intro-text {
        font-size: 2.8rem;
    }

    /* Blocks -------------------------------- */

    /* BLOCK: COLUMNS */

    .wp-block-columns.alignwide + .wp-block-columns.alignwide,
    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -4.8rem;
    }

    /* BLOCK: GALLERY */

    figure.wp-block-gallery.alignwide,
    figure.wp-block-gallery.alignfull {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }

    /* BLOCK: GROUP */

    .entry-content > .wp-block-group.alignwide.has-background,
    .entry-content > .wp-block-group.alignfull.has-background {
        padding: 8rem 4rem;
        margin-bottom: 0;
        margin-top: 0;
    }

    /* BLOCK: IMAGE */

    .wp-block-image .alignleft {
        /*rtl:ignore*/
        margin-right: 0;
    }

    .wp-block-image .alignright {
        /*rtl:ignore*/
        margin-left: 0;
    }

    .wp-block-image .aligncenter figcaption {
        text-align: center;
    }

    /* BLOCK: SEPARATOR */

    hr.wp-block-separator {
        margin: 8rem auto;
    }

    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .entry-content > .alignleft,
    .entry-content > p .alignleft,
    .entry-content > .wp-block-image .alignleft {
        position: absolute;

        /*rtl:ignore*/
        right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
        max-width: calc((100% - 58rem) / 2 - 6rem);
    }

    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > .alignleft,
    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > p .alignleft,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        position: relative;

        /*rtl:ignore*/
        right: inherit;
        max-width: inherit;
    }

    [class*='wp-block'].alignwide [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignwide [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignwide [class*='__inner-container'] > .wp-block-image .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignleft {
        position: absolute;

        /*rtl:ignore*/
        right: calc((100% - 58rem) / 2 + 58rem + 4rem);
        max-width: calc((100% - 58rem) / 2 - 4rem);
    }

    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignwide.has-background
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        right: calc((100% - 58rem) / 2 + 58rem);
    }

    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignleft {
        /*rtl:ignore*/
        margin-left: 4rem;
    }

    .entry-content > .alignright,
    .entry-content > p .alignright,
    .entry-content > .wp-block-image .alignright,
    [class*='__inner-container'] > .alignright {
        position: absolute;

        /*rtl:ignore*/
        left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
        max-width: calc((100% - 58rem) / 2 - 6rem);
    }

    [class*='wp-block']:not(.alignwide):not(.alignfull) [class*='__inner-container'] > .alignright,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > p
        .alignright,
    [class*='wp-block']:not(.alignwide):not(.alignfull)
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        position: relative;

        /*rtl:ignore*/
        left: inherit;
        max-width: inherit;
    }

    [class*='wp-block'].alignwide [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignwide [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignwide [class*='__inner-container'] > .wp-block-image .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignright {
        position: absolute;

        /*rtl:ignore*/
        left: calc((100% - 58rem) / 2 + 58rem + 4rem);
        max-width: calc((100% - 58rem) / 2 - 4rem);
    }

    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignwide.has-background
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        left: calc((100% - 58rem) / 2 + 58rem + 4rem);
    }

    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignright {
        /*rtl:ignore*/
        margin-right: 4rem;
    }

    .entry-content > .alignwide:not(.wp-block-group.has-background),
    .entry-content > .alignfull:not(.wp-block-group.has-background) {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }

    /* ENTRY MEDIA */

    .alignfull > figcaption,
    .alignfull > .wp-caption-text {
        width: calc(100% - 10rem);
    }

    /* Comments ------------------------------ */

    .comment-meta {
        padding-left: 0;
    }

    .comment-meta .avatar {
        left: -8rem;
    }

    /* Site Pagination ----------------------- */

    .pagination .nav-links {
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }

    .nav-links > * {
        margin: 0 2rem;
    }

    .pagination .next,
    .pagination .prev {
        display: block;
    }

    .pagination .prev {
        margin: 0 auto 0 0;
    }

    .pagination .next {
        text-align: right;
        margin: 0 0 0 auto;
    }

    /* Site Footer --------------------------- */

    /* FOOTER TOP */

    .footer-top {
        align-items: center;
    }

    .footer-menu {
        align-items: baseline;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        font-size: 2.1rem;
        margin: -1.2rem 0 0 -2.4rem;
    }

    .footer-menu li {
        margin: 1.2rem 0 0 2.4rem;
    }

    .powered-by-wordpress {
        display: block;
    }
}

@media (min-width: 1220px) {
    /* Element Base -------------------------- */

    /* TITLES */

    h1,
    .heading-size-1 {
        font-size: 8.4rem;
    }

    /* Helper Classes ------------------------ */

    /* Site Header --------------------------- */

    /* PRIMARY MENU */

    ul.primary-menu {
        margin: -0.8rem 0 0 -2.5rem;
    }

    .primary-menu > li {
        margin: 0.8rem 0 0 2.5rem;
    }

    /* HEADER TOGGLES */

    .primary-menu-wrapper + .header-toggles {
        margin-left: 4rem;
    }

    .header-toggles {
        margin-right: -4rem;
    }

    .header-toggles .toggle {
        padding: 0 4rem;
    }

    /* Menu Modal ---------------------------- */

    /* Search Modal -------------------------- */

    /* Sub Page ------------------------------ */

    /* Template: Cover Template -------------- */

    .cover-header + .post-inner {
        padding-top: 10rem;
    }

    /* Post: Archive ------------------------- */

    /* Post: Single -------------------------- */

    .singular .intro-text {
        font-size: 3.2rem;
        letter-spacing: -0.03125em;
        line-height: 1.375;
    }

    /* Blocks -------------------------------- */

    /* BLOCK: COLUMNS */

    .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: -6rem;
    }

    /* BLOCK: GALLERY */

    figure.wp-block-gallery.alignfull {
        margin-bottom: 10rem;
        margin-top: 10rem;
    }

    /* BLOCK: GROUP */

    .entry-content > .wp-block-group.alignwide.has-background,
    .entry-content > .wp-block-group.alignfull.has-background {
        padding: 8rem 6rem;
        margin-bottom: 0;
        margin-top: 0;
    }

    /* BLOCK: PULLQUOTE */

    .wp-block-pullquote.alignwide blockquote p,
    .wp-block-pullquote.alignfull blockquote p {
        font-size: 6.4rem;
    }

    .wp-block-pullquote.is-style-solid-color.alignwide,
    .wp-block-pullquote.is-style-solid-color.alignfull {
        padding: 9rem 4rem 8rem;
    }

    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .entry-content > .alignfull {
        margin-bottom: 10rem;
        margin-top: 10rem;
    }

    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignwide.has-background
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        right: calc((100% - 58rem) / 2 + 58rem - 2rem);
    }

    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignwide.has-background [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignwide.has-background
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        left: calc((100% - 58rem) / 2 + 58rem + 6rem);
    }

    /* Comments ------------------------------ */

    .comment-reply-title {
        font-size: 5.6rem;
        line-height: 1.2;
        margin-bottom: 6rem;
    }

    .comment-respond p.comment-notes,
    .comment-respond p.logged-in-as {
        margin: -4rem 0 6rem 0;
    }

    .comments .comment-respond .comment-reply-title {
        font-size: 4.8rem;
    }

    .comments .comment-respond p.comment-notes,
    .comments .comment-respond p.logged-in-as {
        margin: -4.5rem 0 4rem 0;
    }

    /* Site Pagination ----------------------- */

    /* Widgets ------------------------------- */

    .widget-content {
        font-size: 2.1rem;
    }

    /* Site Footer --------------------------- */

    .footer-menu {
        font-size: 2.4rem;
        margin: -1.5rem 0 0 -3rem;
    }

    .footer-menu li {
        margin: 1.5rem 0 0 3rem;
    }

    ul.footer-social {
        margin: -1rem 0 0 -1rem;
    }

    ul.footer-social li {
        margin: 1rem 0 0 1rem;
    }

    .footer-social a {
        height: 4.4rem;
        width: 4.4rem;
    }

    .footer-social a::before {
        font-size: 2rem;
    }

    /* FOOTER WIDGETS */

    .footer-widgets-wrapper {
        margin-left: -6rem;
        width: calc(100% + 6rem);
    }

    .footer-widgets {
        margin-left: 6rem;
    }
}
@media (min-width: 2560px) {
    body .main_con {
        padding-top: 60px;
        margin-top: 40px;
    }

    .main_con .container.custom_contcls.third_level_page {
        padding-top: 88px !important;
    }
    .container.flights_con {
        padding-top: 90px;
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }
    div#google_language_translator {
        /* display: block; */
        position: absolute;
        right: 103px;
    }
}
@media (min-width: 1240px) {
    /* Blocks -------------------------------- */

    body.template-full-width .entry-content > .alignleft {
        /*rtl:ignore*/
        margin-left: calc((100vw - 120rem) / 2);
    }

    body.template-full-width .entry-content > .alignright {
        /*rtl:ignore*/
        margin-right: calc((100vw - 120rem) / 2);
    }
    .col-sm-8.leader_content_cell.custom_container {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1218px) {
    .bannerBgImage {
        height: 40px !important;
        max-width: 250px !important;
    }
    .col-sm-8.leader_content_cell.custom_container {
        padding-top: 46px;
    }
    .leaders-template-default .col-sm-8.leader_content_cell.custom_container {
        padding-top: 46px !important;
    }
}

@media screen and (min-width: 2400px) and (max-width: 2560px) {
    div#google_language_translator {
        /* display: block; */
        position: absolute;
        right: 92px;
    }
    #header .secondry_menu {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 245px) !important;
        left: 619px;
    }

    .col-sm-3.menu_desktop {
        align-items: center;
        justify-content: end !important;
        display: flex;
    }
    div#header .col-sm-6 {
        width: 46% !important;
        padding-top: 2px;
        padding-right: 0px;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 29% !important;
    }

    .main_con .container.custom_contcls.third_level_page {
        padding-top: 88px !important;
    }
    .container.flights_con {
        padding-top: 90px;
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2400px) {
    #header .secondry_menu {
        /* display: block !important; */
        padding-left: 0% !important;
        justify-content: flex-start;
        display: flex !important;
        /* justify-content: flex-end; */
        width: calc(100% - 245px) !important;
        left: 619px;
    }
    body .main_con {
        padding-top: 60px;
        margin-top: 40px !important;
    }

    .main_con .container.custom_contcls.third_level_page {
        padding-top: 107px !important;
    }
    .container.flights_con {
        padding-top: 110px;
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }
    .row.responsive.slick-initialized.slick-slider.slick-dotted {
        padding-top: 42px !important;
    }
    .home .container-fluid.custom_cont.alert {
        position: absolute;
        z-index: 1;
        margin-top: 42px !important;
    }
    .home .slick-list.draggable {
        height: 720px !important;
    }
}
@media screen and (min-width: 1900px) and (max-width: 2000px) {
    div#header .col-sm-3.menu_desktop.search {
        width: 25% !important;
        /* padding-left: 25px; */
    }
    /* div#google_language_translator {
                    right: 83px !important;
                } */
    .col-sm-3.menu_desktop {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    div#header .col-sm-6 {
        width: 46% !important;
        padding-top: 2px;
        padding-right: 3px;
    }
}
@media screen and (min-width: 1507px) and (max-width: 1900px) {
    div#header .col-sm-3.menu_desktop.search {
        /* width: 23% !important;*/
    }
}
@media only screen and (min-width: 2400px) {
    .home .slick-list.draggable {
        height: 866px !important;
    }
}

@media only screen and (min-width: 1600px) {
    /*change 16-06-2023*/
    .container.taxis p:nth-child(2) {
        width: 48%;
    }
    .container.taxis p:nth-child(1) {
        width: 52%;
    }
    .header-section-custom {
        background-position: unset;
        min-height: 750px;
    }
    .map_const ul li {
        margin-top: 0px;
    }
    section.container-fluid.listing_container.custom_tworows:nth-child(even) {
        padding-bottom: 80px !important;
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1506px) {
    div#header .col-sm-6 {
        width: 40% !important;
        padding-top: 2px;
        padding-right: 3px;
    }
    #header .secondry_menu {
        display: block !important;
        padding-left: 1% !important;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 22% !important;
        /* usm changes */
        justify-content: right;
        /* usm changes */
    }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
    /* Your styles here */
    div#header .col-sm-3.menu_desktop.search {
        width: 26% !important;
    }
}
/* @media screen and (min-width: 1400px) and (max-width: 1441px){
                #header .secondry_menu {
                    display: block !important;
                    /* padding-left: 11%; */
/* display: flex; */
/* justify-content: flex-end; */
/* width: calc(100% - 118px); */
/* margin-right: 96px !important; */
/* position: absolute; */
/* left: 619px; */
/* }
            }  */
@media screen and (min-width: 1320px) and (max-width: 1440px) {
    div#header .col-sm-6 {
        width: 42% !important;
        padding-top: 2px;
        padding-right: 0px;
        padding: 2px 0px 0px 0px;
    }
    .col-sm-3.logo {
        padding-right: 0px;
    }
    ul#menu-main-menu > li > a,
    .menu_desktop ul#menu-main-menu > li > a:hover {
        padding: 40px 30px;
        padding-left: 19px !important;
    }

    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 100px;
        /* padding-top: 25%; */
        padding-top: 21% !important;
        background-position: center;
        background-size: cover;
        padding-left: 0;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 31% !important;
        padding-left: 32px;
    }
    .col-sm-3.menu_desktop {
        align-items: center;
        /* usm changes */
        justify-content: flex-start !important;
        /*justify-content: right;*/
        /* usm changes */
        display: flex;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1400px) {
    div#header .col-sm-6 {
        width: 41% !important;
        padding-top: 2px;
        padding-right: 0px;
        padding: 2px 0px 0px 0px;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 31.7% !important;
        padding: 0px 5px;
        padding-left: 40px;
    }
    #header .secondry_menu {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 49px);
        /* margin-right: 96px !important; */
        /* position: absolute; */
        left: 619px;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 30%;
        padding: 0px 5px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 1218px) and (max-width: 1360px) {
    #header .secondry_menu {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 0px);
        /* margin-right: 96px !important; */
        /* position: absolute; */
        left: 619px;
    }
    #header .secondry_menu {
        display: block !important;
        padding-left: 1% !important;
        margin-right: 0%;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 26.7% !important;
        padding: 0px 5px;
    }
    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 100px;
        /* padding-top: 25%; */
        padding-top: 20.8% !important;
        background-position: center;
        background-size: cover;
        padding-left: 0;
    }
    .spotlight_row:before {
        height: 100%;
        width: 52%;
        position: absolute;
        top: 67px;
        left: 0;
        background: #fff;
        content: '';
    }
    div#header .col-sm-6 {
        width: 44% !important;
        padding-top: 2px;
        padding-right: 0px;
        padding: 2px 0px 0px 0px;
    }
    div#header .col-sm-3.menu_desktop.search {
        width: 26.7% !important;
        padding: 0px 5px;
    }
}
@media screen and (min-width: 1145px) and (max-width: 1218px) {
    .col-sm-3.menu_desktop {
        align-items: center;
        justify-content: center;
        display: flex;
        /* usm changes */
        width: 36%;
        /* end usm changes */
    }
}
@media screen and (min-width: 1100px) and (max-width: 1145px) {
    .col-sm-3.menu_desktop {
        align-items: center;
        justify-content: flex-start;
        display: flex;
        /* usm changes */
        width: 32%;
        /* usm changes */
        padding-left: 28px;
    }
}
@media screen and (min-width: 1034px) and (max-width: 1100px) {
    #header .secondry_menu {
        display: block !important;
        padding-left: 0%;
        /* usm changes
                    margin-right: 58px;
                    usm changes */
    }
    .col-sm-3.menu_desktop {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .main_con {
        margin-top: 62px !important;
        padding-top: 0px;
    }
}
@media screen and (min-width: 1099px) and (max-width: 1201px) {
    #header .secondry_menu {
        display: block !important;
        padding-left: 0% !important;
        /* usm changes */
        /* margin-right: 93px !important; */
        /* usm changes */
    }
}
@media screen and (min-width: 1044px) and (max-width: 1245px) {
    #header .secondry_menu {
        /* usm changes */
        /*margin-right: 75px !important;*/
        /* usm changes */
    }
}
@media screen and (min-width: 980px) and (max-width: 1044px) {
    .col-sm-3.menu_desktop {
        align-items: center;
        /* usm changes */
        justify-content: right;

        /*justify-content: center;*/
        /* usm changes */
        display: flex;
        width: 23%;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
    #header .secondry_menu {
        display: block !important;
        padding-left: 0%;
        margin-right: 15%;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
    #header .secondry_menu {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 124px);
        /* margin-right: 91px !important; */
        /* position: absolute; */
        left: 619px;
    }
}
@media screen and (min-width: 979px) and (max-width: 1020px) {
    .stats_container .stats_body .stat h3.stat_quantity {
        float: left;
        font-size: 3.4rem !important;
    }
}
@media screen and (min-width: 979px) and (max-width: 1090px) {
    #header .secondry_menu {
        display: block !important;
        padding-left: 0% !important;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1456px) {
}
/*header css saffi*/

/* .col-sm-3.menu_desktop {
                align-items: center;
                justify-content: center !important;
                display: flex;
            } */
ul#menu-main-menu > li > a {
    padding: 40px 34px;
}
/* usm edit */
#header .secondry_menu {
    display: block !important;
    /*padding-left: 5%;*/
    /* padding-left: 8%; */
}
/* end usm edit */

/*header css saffi*/

@media (min-width: 1280px) {
    /* Blocks -------------------------------- */

    /* BLOCK: GALLERY */

    figure.wp-block-gallery.alignleft {
        /*rtl:ignore*/
        margin-left: -31rem;
    }

    figure.wp-block-gallery.alignright {
        /*rtl:ignore*/
        margin-right: -31rem;
    }

    /* BLOCK: SEPARATOR */

    .wp-block-separator.is-style-wide {
        max-width: 120rem;
        width: 120rem;
    }

    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .entry-content > .alignleft,
    .entry-content > p .alignleft,
    .entry-content > .wp-block-image .alignleft {
        /*rtl:ignore*/
        right: calc((100vw - 58rem) / 2 + 58rem + 4rem);

        /*rtl:ignore*/
        margin-left: -31rem;
    }

    .entry-content > .alignright,
    .entry-content > p .alignright,
    .entry-content > .wp-block-image .alignright {
        /*rtl:ignore*/
        left: calc((100vw - 58rem) / 2 + 58rem + 4rem);

        /*rtl:ignore*/
        margin-right: -31rem;
    }

    .entry-content > .alignwide {
        max-width: 120rem;
        width: 120rem;
    }

    [class*='__inner-container'] > .alignwide {
        max-width: 120rem;
        width: 100%;
    }

    .alignleft,
    .alignright,
    .entry-content > .alignleft,
    .entry-content > p .alignleft,
    .entry-content > .wp-block-image .alignleft,
    .entry-content > .alignright,
    .entry-content > p .alignright,
    .entry-content > .wp-block-image .alignright,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignwide:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignleft,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignwide:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignright {
        max-width: 25rem;
    }

    /* Template: Full Width ------------------ */

    body.template-full-width
        .alignfull:not(.has-background)
        > .wp-block-group__inner-container
        > p:not(.has-background-color) {
        padding-left: 0;
        padding-right: 0;
    }

    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .wp-block-image
        .alignleft {
        /*rtl:ignore*/
        margin-left: 0;
    }

    body.template-full-width
        [class*='wp-block'].alignfull
        [class*='__inner-container']
        > .wp-block-image
        .alignright {
        /*rtl:ignore*/
        margin-right: 0;
    }
}

@media (min-width: 1330px) {
    /* Entry Content ------------------------- */

    /* ALIGNMENT CLASSES */

    .alignleft,
    .alignright,
    .entry-content > .alignleft,
    .entry-content > p .alignleft,
    .entry-content > .wp-block-image .alignleft,
    .entry-content > .alignright,
    .entry-content > p .alignright,
    .entry-content > .wp-block-image .alignright,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignwide:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignleft,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignleft,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignwide:not(.has-background) [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignwide:not(.has-background)
        [class*='__inner-container']
        > .wp-block-image
        .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > p .alignright,
    [class*='wp-block'].alignfull [class*='__inner-container'] > .wp-block-image .alignright {
        max-width: 29rem;
    }

    /* Blocks -------------------------------- */

    /* BLOCK: PULLQUOTE */

    .wp-block-pullquote.is-style-solid-color.alignleft::before,
    .wp-block-pullquote.is-style-solid-color.alignright::before {
        top: 0;
    }
}

/*  live site match css 24 may 2022 kp  */

.menu_desktop .first_child > a:hover i {
    color: #da1a32 !important;
}

ul#menu-main-menu > li > a {
    padding: 40px 40px;
}

.menu_desktop .parent > ul.sub-menu {
    transform: translateY(-66px);
    transition: 0.5s ease-in-out;
}

.menu_desktop li.parent:hover ul.sub-menu {
    transform: translateY(0px);
}

.sidebar_menu ul.menu li.parent {
    margin-left: 0px !important;
}

.sidebar_menu ul.sub-menu li.first_child {
    margin-left: 0px !important;
    margin-top: 0px;
}

p.foo_location {
    font-size: 1.125rem !important;
}

div#footer-sidebar2 {
    padding-left: 4%;
}

.parking_item_quantity {
    font-size: 2.81rem !important;
    line-height: 0.75;
    margin-bottom: 10px;
}

.parking_item_available {
    font-size: 1.31rem;
}

#header ul#menu-main-menu ul.sub-menu .first_child > a span {
    position: relative !important;
}

.destination_links_wrapper {
    padding: 30px 20px;
}

#rev_slider_1_1_wrapper .zeus.tparrows {
    margin-top: 60px;
    min-width: 55px !important;
    min-height: 55px !important;
    box-shadow: inset 0px 0px 0px 4px #fff;
    border: none;
    background: #000;
}

#rev_slider_1_1_wrapper .zeus.tparrows:hover {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 0px 1px #fff;
}

#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder {
    background-image: none !important;
}

.hud_item_flights .hud_flight_submit svg {
    vertical-align: sub;
}

.hud_flight_radio_group .fs-checkbox {
    display: flex;
    align-items: center;
}

.hud_flight_radio_group .fs-checkbox p {
    margin-bottom: 0px !important;
}

.hud_flight_radio_group {
    margin-top: 0px;
}

.hud_flight_radio_group label {
    font-size: 0.9375rem !important;
    font-weight: 300 !important;
    margin-left: 8px;
}

.hud_flight_radio_group .fs-checkbox .fs-checkbox-marker {
    position: relative;
    top: -4px;
}

p {
    font-weight: 300 !important;
    line-height: 1.54545;
    font-family: 'proxima-nova', sans-serif;
}

.top_header_image {
    margin-top: 0px;
}

rs-fullwidth-wrap {
    margin-top: -70px !important;
}

iframe,
iframe {
    width: 100% !important;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.typography div p img {
    width: 100% !important;
}

ul#menu-footer-menu li {
    margin: 0px;
}
.job_page .sub_nav_wraper .menu-main-menu-container {
    display: none;
}
.job_page li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5315 {
    display: none;
}
.job_page li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5316 {
    display: none;
}
@keyframes take-off {
    85%,
    100% {
        fill: #fff;
        offset-distance: 100%;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p a:hover {
    background: #da1a32;
    color: #fff;
}

/* .container-fluid.listing_container {
                padding-top: 40px;
                padding-bottom: 0px;
            } */

.third_level_page .col-sm-8 table.transit_table {
    margin-top: 0px;
}
/**change 19-06-2023*/
.third_level_page .col-sm-8 table.animal-ref-tab {
    border: 0.1rem solid #dcd7ca;
}

.fs-dropdown_wrapper {
    /*display: none;*/
}

.hud_security_table {
    margin-bottom: 0px;
}

.hud_security_table tbody td,
.hud_security_table,
.hud_security_table thead th {
    border: none;
}

.hud_security_table_label_A,
.hud_security_table_label_B,
.hud_security_table_label_C,
.hud_security_table_label_DE {
    font-weight: 700;
}

.goog-te-menu-frame {
    width: 1132px !important;
    box-shadow: none !important;
}

.third_level_page .col-sm-8 h5 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.55556;
    color: #000;
    margin: 20px 0px;
}

.third_level_page .col-sm-8 ul {
    margin-left: 0px;
}

.third_level_page .col-sm-8 ul li {
    font-weight: 300 !important;
    line-height: 1.54545;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.375rem;
    color: #414141;
    margin-left: 18px;
}

.third_level_page .col-sm-8 ul li a:hover {
    background: #da1a32;
    color: #fff;
}

.third_level_page .col-sm-8 ul li a {
    border-bottom: 1px solid #da1a32;
    text-decoration: none;
}

.third_level_page .col-sm-8 ul li::marker {
    color: #da1a32;
    background-color: #da1a32;
    font-size: 16px;
}

.select-selected {
    transition: 0.5s ease-in-out;
}
.container.taxis {
    padding: 0px 0px;
}

.transit_table tr td {
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 10px;
    color: #414141 !important;
    font-weight: 300;
}
/*change 19-06-2023*/
.animal-ref-tab tr td {
    border: 0.1rem solid #dcd7ca;
}

.transit_table tr td a {
    border: none !important;

    /**change saffi 15-06-2023 contact*/
    color: #da1a32 !important;
    /*color: #000 !important;*/
    /**change saffi 15-06-2023 contact*/
    /*background: #fff;*/

    /* text-decoration: underline; */
    /* box-shadow: inset 0 0 0 2px #da1a32 !important; */
}
/** change aspire 09-06-2023**/
tbody.statistic_body tr td a {
    color: #da1a32 !important;
}
/** change aspire 09-06-2023**/
.container.third_level_page h4 {
    font-size: 1.75rem;
    line-height: 1.21429;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 900;
    color: #000;
    margin: 30px 0px !important;
}
h3.service_title {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    margin: 0 0 8px;
    line-height: 1.15;
}

p.stat_caption {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    line-height: 1.55556;
    margin: 0;
}

.nav_arrows.prev {
    margin-left: 40px !important;
}

.nav_arrows.next {
    margin-right: 40px !important;
}

.listing_artical {
    padding-top: 70px;
    padding-bottom: 80px;
}

img.listing_image {
    max-width: 280px;
    width: 280px;
}
.sidebar_menu
    li.parent.current-page-ancestor
    ul.sub-menu
    li.first_child.current-page-ancestor
    ul.sub-menu
    li {
    padding: 0px;
}
#menu-footer-menu a,
#menu-footer-menu-1 a {
    display: inline-block;
}
/* #header .secondry_menu{
                display: flex;
                justify-content: flex-end;
                width: calc(100% - 124px);
                /* margin-right: 58px; */
/* position: absolute; */
/* left: 619px;
        
            } */
*/
            /*div#header .col-sm-3{
                width:28%;
            }*/
            div#header .col-sm-3.logo {
    width: 28%;
}
/* usm edit */
div#header .col-sm-3.menu_desktop.search {
    /* width: 32%;*/
}

div#header .col-sm-6 {
    /*width:40%;*/
    width: 46%;
    padding-top: 2px;
    padding-right: 3px;
}
/* end usm  edit */
#header ul#menu-main-menu > li:first-child {
    margin-left: 0px !important;
}
#header .main_menu {
    display: flex;
    justify-content: center;
}
.header_search input#searchsubmit {
    width: 40px;
    height: 40px;
}
.search_content_cell {
    padding-bottom: 100px;
}
.search_form input#s {
    margin-bottom: 10px;
}
.hud_flight_radio_group .fs-checkbox-marker .fs-checkbox-flag:after {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
.hud_flight_radio_group .fs-checkbox-marker .fs-checkbox-flag {
    transition: 0.5s ease-in-out;
}
/* .custom_contcls{
                padding-top:45px;
            } */

.custom_bwi_shuttle_times.js-parking .row {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.custom_bwi_shuttle_times.js-parking {
    padding-top: 83px;
}

.custom_bwi_shuttle_times .plan_callout.media_loaded {
    margin-bottom: 0px;
}
svg.symbol.symbol_arrow_right.symbol_red {
    margin-top: 3px;
}
.alignleft {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.custom_tworows.container-fluid.listing_container .listing_artical {
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.custom_tworows.container-fluid.listing_container .row {
    max-width: 1100px;
    margin: 0 auto;
}
.custom_tworows.container-fluid.listing_container .row .listing_artical {
    /* width:100% !important;*/
    width: 96% !important;
}
.custom_tworows.container-fluid.listing_container .row .listing_artical .row {
    margin: 0px;
}
.sidebar_menu a {
    line-height: 1.15;
}

.typography p img {
    margin-top: 0px;
    margin-bottom: 0px;
}

table.rentel_car_table {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    border-top-style: solid !important;
    border-style: solid !important;
    border-color: gray !important;
    border: none;
    margin-top: 80px;
    margin-bottom: 40px;
}
table.rentel_car_table td {
    border-bottom: 1px solid gray !important;
    border: none;
}
table.rentel_car_table td:nth-child(2) {
    border-left: 1px solid gray !important;
    padding: 10px 20px;
}
table.rentel_car_table td:first-child {
    text-align: center;
}
table.rentel_car_table td:first-child a {
    color: transparent !important;
}
table.rentel_car_table td:first-child a:hover {
    background-color: unset !important;
}
table.rentel_car_table td .so_divider {
    margin: 0px 5px;
}
.container.taxis {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom_cont .row {
    padding: 0px 28px !important;
}
.callouts_wrapper {
    padding-left: 0px;
}
.container.custom_contcls {
    /* margin-bottom: 84px; */
    margin-bottom: 20px;
}
a.plan_link {
    padding: 19px 20px;
}
.container-fluid.custom_cont.looking_for {
    padding-top: 60px;
    padding-bottom: 40px;
}
.select-selected {
    font-weight: 700;
}
.container-fluid.custom_cont .row .typography,
.container-fluid.custom_cont.facts_container.where_park .row .info_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid.custom_cont.facts_container.where_park p.info_caption {
    max-width: 100%;
}
.wysiwyg_block .typography ul li {
    margin-top: 0px !important;
}

.container-fluid.custom_cont.facts_container .row .info_wrapper {
    padding: 0px 100px;
}
.schedule_switch {
    font-size: 1.375rem !important;
    text-transform: capitalize;
}
.schedule_header_select_airline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.third_level_page .col-sm-8 ul li {
    margin-top: 0px;
}
.CPA_img p:first-child {
    margin-right: 0px;
}
.CPA_img {
    padding-bottom: 30px;
    padding-right: 140px;
}
/*.typography .responsive_table .transit_table{*/
/*    margin-top:0px;*/
/*}*/
/*.typography .responsive_table{*/
/*    margin-top:-30px;*/
/*}*/
/*.third_level_page .col-sm-8 table.transit_table{*/
/*    margin-top:-30px;*/
/*}*/

.table_customer_servoces tbody td p,
.table_customer_servoces tbody td ul li span {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
}

.custom_parkingcls .parking_body,
.custom_parkingcls .parking_header {
    padding: 0px;
}
/*.custom_parkingcls .parking_body{
                margin:0px -20px;
            }*/
.custom_parkingcls .parking_body {
    margin-top: 20px;
}
.cvd19_img_1 p {
    text-align: right !important;
}
.cvd19_img_2 p {
    text-align: left !important;
}
.cvd19_img_1 p a:hover,
.cvd19_img_2 p a:hover {
    background-color: transparent !important;
}
.cvd19_img_1 p a img,
.cvd19_img_2 p a img {
    width: auto !important;
}
.cvd19_img_1 p a img {
    margin-left: auto;
}
.cvd19_img_1 p a br,
.cvd19_img_2 p a br {
    display: none;
}
.cvd19_img_1,
.cvd19_img_2 {
    float: left;
    width: 50%;
}
.typography h5 {
    clear: left;
}
a.listing_item_link {
    line-height: 1.15;
}

/* div.main_con div.custom_tworows:nth-child(n+1){
                padding-top:40px;
                padding-bottom:20px;
            }
            div.main_con div.custom_tworows:nth-child(n+2){
                padding-top:0px;
            }
            div.main_con div.custom_tworows:nth-child(n+2) .listing_artical{
                padding-top:10px !important;
            } */
/* div.main_con div.custom_tworows:nth-child(1){
                padding-bottom:80px !important;
            } */
/* div.main_con div.custom_tworows:nth-child(n+1) .listing_artical{
                margin-bottom:0px;
            } */

.custom_blockquote {
    margin-bottom: 40px !important;
    margin-top: 100px !important;
}

.plan_callout.media_loaded {
    padding: 25% 20px 20px;
}
.custom_bwi_shuttle_times .plan_callout_body {
    position: relative !important;
    left: 0;
    bottom: 0;
}
.custom_bwi_shuttle_times .row {
    align-items: flex-start;
}
@media screen and (min-width: 1496px) {
    body .main_con {
        padding-top: 16px !important;
        margin-top: 60px;
    }
    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 100px;
        /* padding-top: 25%; */
        padding-top: 21%;
        background-position: center;
        background-size: cover;
        padding-left: 0;
    }
    .spotlight_row:before {
        height: 100%;
        width: 52.5%;
        position: absolute;
        top: 80px;
        left: 0;
        background: #fff;
        content: '';
    }
    .spotlight_title {
        font-weight: 900;
        font-size: 3.75em;
        /* font-size: 41px; */
        line-height: 1.06667;
        color: #da1a32;
        /* margin: 0 0 6px; */
        /* margin: 77px 5px 5px; */
        margin: 77px 0px 5px;
        text-transform: capitalize;
    }
}

@media screen and (min-width: 1220px) {
    .main_con {
        padding-top: 70px;
        margin-top: 67px;
    }

    h3.stat_quantity {
        font-size: 5.625rem !important;
        line-height: 1.06667;
        font-weight: 900;
    }
}

/*  live site match css S_K */

.flights_con .spotlight_title {
    font-size: 2.625rem;
    margin-bottom: 20px;
    margin-top: 38px;
}

.flight_search_explore .flight_search_explore_list li a {
    font-weight: 400;
    color: #da1a32;
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
}

.flight_search_explore .flight_search_explore_list li a span {
    position: relative;
}

.flight_search_explore .flight_search_explore_list li a span::after {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #da1a32;
    content: '';
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.flight_search_explore .flight_search_explore_list li a:hover span:after {
    transform: scaleX(1);
}

.sidebar_menu li.first_child.menu-item.current-menu-ancestor ul.sub-menu li.menu-item a:hover {
    color: #da1a32 !important;
}

.main_con .container.third_level_page h3 {
    margin: 30px 0px 25px 0px;
}

.main_con .container.third_level_page .col-sm-8 h2 {
    font-size: 2.625rem;
    line-height: 1.19048;
    font-weight: 900;
    color: #da1a32;
    margin: 30px 0px 20px 0px;
}

/*.lot-full .parking_item_quantity,
            .mostly-full .parking_item_quantity{
                color:#717171;
            }
            .lot-full .parking_item_status,
            .mostly-full .parking_item_status{
                box-shadow: inset 0 0 0 1px #d8d8d8;
                color: #111 !important;
                background:transparent;
            }*/
/*.parking_item.js-parking-item.js-parking_class.mostly-full:nth-last-child(2) .parking_item_quantity.js-parking_percent{
                color:#850F1E;
            }
            .parking_item.js-parking-item.js-parking_class.mostly-full:nth-last-child(1) .parking_item_quantity.js-parking_percent{
                color:#4AA818;
            }
            .parking_item.js-parking-item.js-parking_class.mostly-full:nth-last-child(2) .parking_item_status.js-parking_status{
                background:#850F1E;
                color:#fff !important;
            }
            .parking_item.js-parking-item.js-parking_class.mostly-full:nth-last-child(1) .parking_item_status.js-parking_status{
                background:#4AA818;
                color:#fff !important;
            }*/
.main_con .container.custom_contcls.third_level_page {
    padding-top: 0;
}
.main_con .container-fluid.listing_container .row .listing_artical {
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.main_con .container-fluid.listing_container:nth-child(8) {
    padding-bottom: 60px;
}

/* kp css */

/* .main_con .container-fluid.listing_container{
                padding-top: 40px;
                padding-bottom: 0px;
            } */
/* .main_con .container-fluid.listing_container:nth-child(2){
                padding-top:0px;
            } */

/* div.main_con div.custom_tworows:nth-child(n+2){
                padding-top:0px !important;
            } */

.main_con .custom_2column_topicrow:last-child {
    padding-bottom: 80px !important;
}
.stats_container .stat_quantity {
    width: auto;
}
/*.stats_container .stats_body .stat{
                display:block;
            }*/
.stats_container .stats_body .stat h3.stat_quantity {
    float: left;
    font-size: 3.4rem;
}
/*.stats_container .stats_body .stat p.stat_caption{
                margin-top:30px;    
            }*/

/* responsive start  */

@media screen and (min-width: 1220px) {
    body .main_con {
        padding-top: 60px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1220px) {
    .resp_tbl_shadow .responsive_table::after {
        background-color: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)) !important;
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)" !important;
        width: 20px !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        content: '' !important;
    }
    .responsive_table.border_table.resp_tbl_shadow {
        background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent 5%);
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    #header .secondry_menu {
        display: block !important;
        padding-left: 3%;
    }
}
@media only screen and (max-width: 1440px) {
    /**change 15-06-2023*/
    .custom_contcls.third_level_page .col-sm-8 {
        padding: 0px 0px 0px 60px;
    }

    /** change 12-06-2023**/
    .custom_flight div#main_content_scroll {
        display: none;
    }
    ul#menu-main-menu > li > a,
    .menu_desktop ul#menu-main-menu > li > a:hover {
        padding: 40px 27px;
    }

    .placeholder {
        position: relative;
        z-index: 1;
        /* height: 336px !important; */
    }

    .main_con .container.custom_contcls.third_level_page {
        /* usm changes
                    padding-top: 104px !important;
                    usman chages */
    }
}

@media only screen and (max-width: 1370px) {
    .custom_tworows.container-fluid.listing_container .row {
        max-width: 1150px;
    }
}
@media only screen and (max-width: 1367px) {
    ul#menu-main-menu {
        padding-left: 0px;
    }
}
@media screen and (max-width: 1320px) {
    ul#menu-main-menu > li > a,
    .menu_desktop ul#menu-main-menu > li > a:hover {
        padding: 16px 26px;
        /* usm changes */
        /*font-size: 1rem !important;*/
        /* usm changes */
    }
    .menu_desktop .secondry_menu li {
        padding: 0px 7px !important;
    }
    .placeholder {
        position: relative;
        z-index: 1;
        /* height: 329px !important; */
    }
}
@media only screen and (max-width: 1219px) {
    /***change 12-06-2023*/
    select.schedule_airline_switcher_select {
        width: 100%;
    }
    /***end change 12-06-2023*/

    .stats_container .stats_body .stat p.stat_caption {
        margin-top: 0px;
        float: left;
        width: 273px;
    }
    div#header .col-sm-3:first-of-type {
        width: 24%;
    }
    div#header .col-sm-6 {
        width: 40%;
    }
    div#header .col-sm-3 {
        /*usm */
        /* width:38%;*/
        /*end usm */
    }
    ul#menu-main-menu > li > a {
        font-size: 15px !important;
    }
    ul#menu-main-menu > li > a,
    .menu_desktop ul#menu-main-menu > li > a:hover {
        padding: 40px 15px;
    }
    /*sfi change*/
    .row,
    .custom_cont .row,
    .custom_bwi_shuttle_times.js-parking .row {
        max-width: 1040px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .plan_body {
        padding-left: 50px !important;
    }

    .container {
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .custom_contcls .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .custom_contcls .row .typography .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container.title_con {
        max-width: 1040px !important;
        margin: 0 auto;
        /* padding-left:30px !important; */
        padding-top: 15px !important;
        padding-left: 40px !important;
        padding-right: 30px !important;
    }
    .custom_tworows.container-fluid.listing_container .row {
        /*max-width:920px;*/
        max-width: 1015px;
        /*padding-left: 30px;
                position: relative;
                top: -5px;*/
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    div#ttr_footer .row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .parking_item {
        /*width: 50%;*/
        margin-bottom: 60px;
    }

    #header .row {
        max-width: 100% !important;
    }

    .parking_body {
        display: flex;
        flex-wrap: wrap;
    }

    .container-fluid.custom_cont.callouts_container {
        padding: 80px 0px;
    }

    img.listing_image {
        max-width: 200px;
        width: 200px;
    }
    .CPA_img {
        display: contents;
    }
    /* div#header {
                padding: 1.2% 1.3% 1.5% 0.9% !important;
            } */
    .main_con {
        margin-top: 61px;
        padding-top: 0px;
    }

    .home .main_con {
        margin-top: 35px !important;
    }
    .oc_btn {
        display: flex;
        position: absolute;
        right: 2%;
        height: 40px;
        width: 40px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 22%);
        color: transparent;
        cursor: pointer;
        overflow: hidden;
        user-select: none;
        transition: background 0.25s;
        align-items: center;
        justify-content: center;
        z-index: 9;
        top: 27% !important;
    }
    .leader {
        width: 26%;
    }
    .instagram span.social_nav_icon {
        margin-right: 10px !important;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-image: url(/wp-content/uploads/2023/05/instagram.svg);
    }
    .instagram svg {
        display: none;
    }
    span.social_nav_icon {
        margin-right: 0px !important;
        width: 30px;
    }
    .responsive_table.table-responsive {
        border: 1px solid #ccc; /* TEMP FIXING */
        width: 98%;
        /**change 07-07-2023*/
        background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent 5%);
        /**end change 07-07-2023*/
    }
    .responsive_table table.transit_table.statics.table {
        margin-top: 20px;
    }
    /*saf 7/4/2023*/
    .menu_desktop .parent > ul.sub-menu {
        margin-top: 0px !important;
        top: 44px;
    }
    /*saf end 7/4/2023*/
}
@media only screen and (max-width: 1219px) {
    /***saf 12-06-2023*/
    .flights_explore_1 {
        width: 60%;
    }

    .flights_explore_2 {
        width: 40%;
    }
    /****end****/

    .schedule_airline_switcher_select {
        width: 100%;
        padding: 16px 20px;
    }
    .container-fluid.custom_cont.facts_container .row .info_wrapper {
        padding: 0px;
    }
    .menu_cont.container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    a.home_menues {
        width: calc(100% - 6px) !important;
        margin-bottom: 6px;
    }

    .spotlight_row:before {
        height: 100%;
        width: 52% !important;
        position: absolute;
        top: 71px !important;
        left: 0px;
        background: #fff;
        content: '';
    }
    .container-fluid.custom_cont.custom_2column_topicrow.callouts_container:nth-child(odd) {
        padding: 0px 0px;
        padding-bottom: 110px;
    }
    .container-fluid.custom_cont.custom_2column_topicrow.callouts_container:nth-child(even) {
        padding-bottom: 40px;
    }

    /* .destination_wrapper:before {
                    height: 663px;
                } */
}

@media only screen and (max-width: 1216px) {
    .main_con {
        margin-top: 72px !important;
    }
}

@media only screen and (max-width: 1093px) {
    /*.main_con .container-fluid.listing_container .row .listing_artical{
                padding-top:0px;
            }*/
    /*.custom_tworows.container-fluid.listing_container .row {
                padding-left: 20px;
                position: relative;
                top: -6px;
            }*/
    section.container-fluid.listing_container.custom_tworows:nth-child(even) {
        padding-bottom: 56px !important;
    }
    .placeholder {
        position: relative;
        z-index: 1;
        height: 600px !important;
    }
}

@media only screen and (max-width: 991px) {
    .home .main_con {
        margin-top: 50px !important;
    }
}
@media only screen and (max-width: 980px) {
    .home .main_con {
        margin-top: 64px !important;
    }
    .mbl_tbl_rpn {
        width: 864px !important;
        max-width: 864px !important;
    }
}

/***change 15-06-2023**/
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .listing_artical img.listing_image {
        max-width: 100% !important;
        width: 90.4% !important;
    }
}
/**change 12-06-2023*/
@media screen and (min-width: 1081px) and (max-width: 1100px) {
    select.schedule_airline_switcher_select {
        width: 100%;
    }
}
@media screen and (min-width: 1065px) and (max-width: 1081px) {
    select.schedule_airline_switcher_select {
        width: 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1064px) {
    select.schedule_airline_switcher_select {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    /**change 15-06-2023**/
    .botton-section-row_title {
        padding-right: 30px;
        padding-left: 15px;
    }

    /**change 15-06-2023 end**/

    select.schedule_airline_switcher_select {
        width: 100%;
    }

    /***saffi 12-06-2023*/
    .flights_explore_1 {
        width: 54%;
    }
    .flights_explore_2 {
        width: 44%;
    }
    /***end***/
    #header .main_menu {
        justify-content: right;
    }
    .menu_desktop .secondry_menu li {
        padding: 0px 5px !important;
    }
    div#header .col-sm-3:first-of-type {
        width: 23%;
    }
    .secondry_menu li {
        padding: 16px 4px !important;
    }

    div#header .col-sm-6 {
        width: 40%;
    }

    div#header .col-sm-3.menu_desktop {
        /* usm changes */
        /*  width: 37%; */
        width: 25%;
        /* usm changes */
    }

    ul#menu-main-menu > li > a,
    .menu_desktop ul#menu-main-menu > li > a:hover {
        padding: 40px 16px;
    }

    ul#menu-main-menu > li > a {
        font-size: 13px !important;
    }

    h2.callout_title {
        font-size: 1.75rem;
        line-height: 1.21429;
        margin: 0 0 25px;
    }
    .custom_tworows.container-fluid.listing_container .row {
        max-width: 992px;
    }
    .menu_desktop .parent > ul.sub-menu {
        margin-top: 0px !important;
        /* top: 49px !important; */
        top: 43px;
    }
    .stats_container .stats_body .stat p.stat_caption {
        margin-top: 0px;
        float: left;
        width: 358px;
    }
    .stats_container .stats_body .stat h3.stat_quantity {
        float: left;
        font-size: 3.75rem !important;
        font-size: 60px;
    }
    .stats_body .stat {
        width: 549px !important;
        margin-right: 4% !important;
        display: contents;
    }
}
@media only screen and (max-width: 900px) {
    /**chnage 12-06-2023**/
    span.bre_saparator {
        position: relative;
        /* margin: 5px 20px; */
        margin: 0px 21px 0px 30px;
        left: 4;
    }
    /**saffi*/
    .custom_contcls .row {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    /**chnage 12-06-2023**/

    .custom_tworows.container-fluid.listing_container .row {
        max-width: 825px;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-top: 64px !important;
        padding-left: 4% !important;
    }
    .container.title_con {
        padding-left: 100px !important;
    }
    /*.custom_contcls .row {
                        padding-left: 84px !important;
                        padding-right: 100px !important;
                    }*/
}
@media screen and (min-width: 1220px) and (max-width: 1495px) {
    body .main_con {
        padding-top: 60px !important;
        margin-top: 0px !important;
    }
    .container.flights_con {
        padding-top: 107px;
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    div#header .col-sm-6 {
        width: 37%;
        padding-top: 2px;
        padding-right: 0px;
        padding: 2px 0px 0px 0px;
    }
    .row > * {
        flex-shrink: 0;
        /*width: 100%;*/
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

    div#header .col-sm-3.menu_desktop.search {
        width: 30%;
        padding: 0px 5px;

        /* usm changes */
        padding-left: 0px;
        /* end usm changes  */
    }
}
@media only screen and (max-width: 980px) {
    /*change 16-06-2023*/
    table.rentel_car_table tbody a img {
        width: 90%;
    }
    /**change 12-06-2023**/

    select.schedule_airline_switcher_select {
        width: 100%;
    }
    /****start f1****/
    .responsive_table.border_table p:nth-child(1) {
        margin-bottom: 0px;
    }
    /***end f1 ****/

    .spotlight_row .row {
        max-width: 800px;
    }
    .parking_item {
        width: 50%;
    }
    section.container-fluid.listing_container.custom_tworows:first-of-type {
        padding-top: 40px;
    }
    section.container-fluid.listing_container.custom_tworows:last-of-type {
        padding-bottom: 40px;
    }

    .transit_table {
        overflow-x: auto;
        /**change 19-06-2023*/
        /*display: block;
                    width: fit-content;
                    max-width: 100%;*/
        max-width: 100%;
    }
    h2.foo_heading111 {
        padding-top: 30px;
    }

    #header .mobile_menu .main_menu li.parent ul.sub-menu li.first_child > a {
        font-size: 16px;
        padding: 10px 15px 5px 0px !important;
        align-items: center;
        display: inline-flex;
    }
    #header
        .mobile_menu
        .main_menu
        li.parent
        ul.sub-menu
        li.first_child
        > a
        .fa-long-arrow-alt-right {
        bottom: 0px;
        margin-top: 0px;
    }
    #menu-secondry-menu-1 {
        margin-left: 8px;
    }
    .secondry_menu ul li {
        padding: 16px 23px 16px 0px !important;
    }
    #menu-secondry-menu-1 {
        padding: 12px 0px !important;
    }

    .header input#searchsubmit:hover {
        background-color: transparent !important;
    }
    .search_mobile #searchsubmit {
        margin-top: 1% !important;
    }

    div#header .col-sm-3.menu_desktop.search {
        width: 37% !important;
    }
    .slider_bullets {
        display: none;
    }

    img.icon {
        height: 40px;
    }

    .mobile_menu a.icon {
        position: relative;
    }

    .mobile_menu a.icon:before {
        content: '';
        position: absolute;
        left: -12px;
        /*top: 0;*/
        top: -6px;
        width: 1px;
        /*height: 120%;*/
        height: 50px;
        background-color: #d7d7d7;
    }

    div#header .col-sm-1.mobile_menu {
        width: 96px !important;
        /*width: 77px !important;*/
    }

    div#header .row {
        display: flex;
        justify-content: space-between;
    }

    .main_con .container.third_level_page .col-sm-8 img {
        /*float: unset;*/
        max-width: 100%;
    }

    .sidebar_menu li.first_child.menu-item.current-menu-ancestor ul.sub-menu li.menu-item {
        margin-left: 0 !important;
    }

    .sidebar_menu ul.sub-menu li.first_child.current-menu-parent > a,
    .sidebar_menu ul.sub-menu li.first_child > a {
        padding-left: 15px !important;
    }

    .main_con .container.third_level_page .col-sm-8 p {
        /*change 19-06-2023
                    margin-bottom: 15px;*/
        margin-bottom: 0px;
    }
    .main_con .container.third_level_page .col-sm-8 .responsive_table p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .container-fluid.custom_cont.facts_container.where_park .info_item.info_item_grouped {
        width: 40%;
    }
    img.listing_image {
        width: 100%;
        max-width: 100%;
    }
    a.hud_nav_link br {
        display: none;
    }
    a.hud_nav_link {
        padding: 8px 10px;
    }
    .info_body {
        padding-top: 0px !important;
    }
    .info_image + .info_body .info_ribbon {
        width: calc(100% + 50px);
    }
    img.travel_animal_img {
        float: unset;
    }
    .container-fluid.custom_cont.destination_container.card_left .row {
        max-width: 790px;
    }
    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 100px;
        /*  usm changes */
        padding-top: 21.6%;
        /* padding-top: 10.8%;*/
        /*end  usm changes */
        background-position: center;
        background-size: cover;
        padding-left: 0;
    }
    .spotlight_row:before {
        height: 34%;
        width: 59% !important;
        position: absolute;
        top: 259px !important;
        left: 0px;
        background: #fff;
        content: '';
    }
    h1.spotlight_title {
        font-size: 2.625rem;
    }
    p.spotlight_caption {
        font-size: 1.375rem !important;
    }
    /* h1.spotlight_title {
                font-size: 2.625rem;
                margin: 31% 7% 3% 18%;
            } */
    .top_header_image h1.spotlight_title {
        font-size: 2.625rem;
        margin: 36% 0% 3% 0%;
    }
    p.spotlight_caption {
        font-size: 1.375rem !important;
        padding-left: 18%;
        width: 115%;
    }
    .title_con p.spotlight_caption {
        font-size: 1.375rem !important;
        padding-left: 0%;
        width: 100%;
    }
    .leader {
        width: 37%;
    }

    /* mobile language switcher css*/
    div#mobile-lang-switch-wrapper {
        display: flex;
    }
    #mobile-lang-switch-wrapper .secondry_menu {
        padding-left: unset !important;
    }
    #mobile-lang-switch-wrapper div#google_language_translator {
        position: unset !important;
        right: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#mobile-lang-switch-wrapper {
        height: 100px;
    }
    div#\:0\.targetLanguage {
        position: absolute;
        left: 15px;
        margin-top: 50px;
    }
    /* .destination_wrapper:before {
                height: 480px;
            } */

    /* .full_width .custom_cont.alert{
                padding-top: 105px;
        
            } */
    .mobile_menu div#myLinks {
        max-width: 390px;
    }
    .mobile_footer_menu {
        height: auto;
    }
    ul#menu-main-menu-1 {
        padding-left: 1.2rem !important;
    }
    ul.sub-menu {
        padding-left: 15px !important;
    }
    .mobile_footer_menu {
        height: auto;
    }
    ul#menu-footer-menu {
        padding-left: 0px;
    }
    .search_mobile #searchsubmit {
        background-size: 20px 20px;
    }

    .sidebar_menu ul.menu {
        padding: 0px 0;
    }
    .sidebar_menu .active > a {
        color: #da1a32 !important;
        text-decoration: underline !important;
    }
    /*fuzail; 980 start*/
    .bread_chrums {
        /*padding: 12px 0px 12px 0px; THIS WAS CHANGED OUT FOR BREADCRUMB FADE ISSUE*/
        padding: 16px 40px 16px 0px;
        margin-bottom: unset;
    }

    .sidebar_menu a {
        line-height: 1.15;
        font-size: 16px;
    }

    /*fuzail; 980 end*/

    .spotlight_title {
        margin: 15px 0px 5px;
    }

    /**saffi
            /*.custom_contcls .row {
                padding-left: 120px !important;
                padding-right: 120px !important;
            }*/
    /* .custom_contcls .col-sm-8 {
                width: 70%;
                padding: 0px;
                padding-left: 0%;
            } */
    .container h2 {
        font-size: 2.25rem;
    }

    .container.title_con {
        max-width: 1040px !important;
        margin: 0 auto;
        /* padding-left: 30px !important; */
        padding-top: 30px !important;
        padding-left: 118px !important;
        padding-right: 30px !important;
    }

    section.container-fluid.listing_container.custom_tworows {
        padding-bottom: 30px !important;
    }
    .container-fluid.custom_cont.callouts_container:last-of-type {
        padding-bottom: 80px !important;
        padding-top: 50px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .container-fluid.custom_cont.looking_for {
        padding-bottom: 0px;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .botton-section-row-body {
        background-color: #fff;
        width: auto;
        padding: 50 0px;
        padding-right: 20px;
        padding-left: 30px;
    }
    /* saf change */

    .main_con .container.third_level_page .col-sm-8 img.medition_room_img {
        width: 222px;
    }

    .is-layout-flex.wp-container-11.wp-block-columns.flex_columns.footer_row.foo_lo_btn_sec {
        display: block;
    }
    .responsive_table.border_table {
        position: relative;
        border: 1px solid #ccc;
    }
    .page-id-1143 .responsive_table.border_table {
        border: none;
    }
    .map-query-row-section-area .first-section-are {
        width: 63%;
    }
    .map-query-row-section-area .second-section-are {
        width: 35%;
    }
    .map-query-row-section-area {
        padding: 0 80px !important;
    }
    .container-fluid.js-parking.custom_cont.custom_parkingcls.test {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    h2.parking_title {
        font-size: 36px;
        line-height: 1.19048;
        color: #111;
        margin: 0 0 5px;
        font-weight: 900;
    }
    .footer .container h2 {
        font-size: 0.9375rem !important;
    }
}

@media only screen and (max-width: 979px) {
    .flights_explore_1 {
        width: 50%;
    }
    .flights_explore_2 {
        width: 50%;
    }
    #menu-secondry-menu-1 li .sub-menu {
        display: none;
    }

    .destination_wrapper.media_loaded {
        margin: unset !important;
        box-shadow: unset !important;
        /* background-image: none !important; */
        /* background-position: unset !important;
                    background-size: unset !important; */
    }
    .destination_container.card_left .fs-background {
        position: static;
    }

    .third_level_page .col-sm-8 table.transit_table {
        margin-top: 0px;
    }
    h2.destination_title {
        font-size: 2.25rem;
        line-height: 1.22222;
    }
    .destination_details {
        max-width: 335px;
        padding: 20px !important;
    }
    .destination_wrapper.media_loaded {
        padding: 20px;
    }

    .col-sm-4 {
        width: 100%;
    }

    .posts_con .post_image {
        margin-bottom: 0px;
        width: 30%;
    }

    .posts_con .post_full_width {
        width: 70%;
        padding-left: 20px;
    }

    .posts_con {
        display: flex;
        align-items: flex-start;
    }

    h2.facts_title {
        font-size: 2.25rem;
        line-height: 1.22222;
    }

    .posts_con .post_name {
        font-size: 1.375rem;
        line-height: 1.27273;
        font-weight: 300;
    }

    .mySlides .text {
        padding: 8px 100px;
    }

    footer.footer {
        position: static;
    }

    .placeholder {
        display: none;
    }

    #header li {
        margin-left: 0;
        display: blink;
        width: 100%;
    }

    #header li a {
        display: flex;
    }

    #header .sub-menu li a {
        font-weight: 700;
        position: relative;
        color: #da1a32 !important;
        display: inline-block;
        padding: 10px 15px;
    }

    #menu-secondry-menu-1 {
        width: 100%;
        display: flex;
    }

    #menu-secondry-menu-1 li {
        width: auto;
    }

    .foo_mobilemenu .menu {
        display: none;
    }

    h2.listing_item_title {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .typography li,
    p,
    .typography p,
    p.listing_item_caption {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    h2.plan_title {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .plan_body {
        padding-left: 30px !important;
    }

    .plan_callout.media_loaded {
        margin-top: -90px;
    }

    h4.plan_callout_title {
        font-size: 1.375rem;
        line-height: 1.27273;
    }

    .main_con .container.third_level_page .col-sm-8 h2 {
        font-size: 2.25rem;
        line-height: 1.22222;
    }

    .main_con .container.third_level_page h3 {
        font-size: 1.5rem !important;
        line-height: 1.25;
    }
    .typography h3 {
        font-size: 1.5rem !important;
        line-height: 1.25;
    }
    h2.stats_title {
        font-size: 2.25rem;
        line-height: 1.22222;
    }
    .sidebar_menu
        li.parent.current-page-ancestor
        ul.sub-menu
        li.first_child.current-page-ancestor
        ul.sub-menu {
        margin-left: 20px !important;
    }
    /* .destination_wrapper.media_loaded {
                background-image: url(/wp-content/uploads/2022/05/Parking-Shuttle-Website-1200x686-v2.png) !important;
                    background-repeat: no-repeat;
                height: 100%;
                background-size: cover !important;
                box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%) !important;
            } */
    .destination_details {
        margin-right: 15px;
    }
    div#header {
        padding: 20px 6px !important;
    }
    div#header .col-sm-3:first-of-type {
        width: 31%;
        padding-left: 1.8%;
    }

    article.callout {
        width: 50%;
        margin-right: 0%;
        padding: 0 15px;
        float: left;
    }
    .destination_container .fs-background-media.fs-background-responsive.fs-background-native {
        /* height: 100% !important; */
        background-size: cover;
        object-fit: cover;
    }
    .menu-main-menu-container {
        width: 250px;
    }

    h2.callout_title {
        font-size: 2.25rem;
        line-height: 1.21429;
        margin: 0 0 25px;
    }
    p.quote_description {
        font-size: 1.375rem !important;
    }
    .quote_details {
        width: calc(100% - 261px) !important;
        padding-right: 15px !important;
    }
    img.quote_image {
        width: calc(250px);
        margin-top: -92px;
        height: fit-content;
    }
    .container-fluid.custom_cont.quote_container {
        background: #fcf4ed;
        padding: 55px 0px !important;
    }

    ul#menu-main-menu-1 li:nth-child(1) a {
        padding-top: 0px !important;
    }

    .mobile_sidebar_handle_icon {
        left: 50%;
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 10px;
    }
    .container-fluid.custom_cont.services_container {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
        background-position: center;
        background-size: cover;
    }
    select.schedule_airline_switcher_select {
        width: 100%;
    }
    .container.flights_con {
        padding-top: 70px;
        padding-bottom: 27px;
    }

    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 84px;
    }
    .sidebar_menu .active > a {
        color: #da1a32 !important;
        text-decoration: underline !important;
    }
    .parking_item_quantity {
        font-size: 2.625rem !important;
    }
    h4.parking_item_type {
        font-size: 1.375rem;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .listing_artical .col-sm-8 {
        width: 57%;
    }
    .listing_artical .col-sm-4 {
        width: 43%;
    }
    section.container-fluid.listing_container.custom_tworows:first-of-type {
        padding-top: 60px !important;
    }
    section.container-fluid.listing_container.custom_tworows:nth-child(even) {
        padding-bottom: 0px !important;
        padding-top: 70px !important;
    }
    section.container-fluid.listing_container.custom_tworows:last-of-type {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .container h2 {
        font-size: 2.25rem;
    }
    .footer .container h2 {
        font-size: 0.9375rem !important;
    }
    .main_con {
        margin-top: 78px !important;
        padding-top: 0px;
        /* padding-bottom: 70px; */
        /* padding-left: 80px !important;
                padding-right: 80px !important; */
    }
    .container-fluid.custom_cont.destination_container {
        margin: 0px 0px;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .container-fluid.custom_cont.stats_container {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .container-fluid.custom_cont.facts_container {
        padding: 0px 0px;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .stats_container .stats_body .stat h3.stat_quantity {
        float: left;
        font-size: 2.625rem !important;
        font-size: 42px !important;
    }
    .container-fluid.custom_cont.facts_container h2.info_title {
        font-size: 2.25rem;
        line-height: 1.19048;
        font-size: 36px;
        font-weight: 900;
        color: #111;
        margin: 0 0 5px;
    }
    .container-fluid.custom_cont.facts_container .info_items {
        width: 229px;
    }
    /* .looking_for .destination_wrapper.media_loaded {
                background-image: url(/wp-content/uploads/2022/05/Callout-Menu-Hourly-Garage-Wayfinding.png) !important;
                background-size:cover;
            } */
    div#footer-sidebar1 {
        width: 49.3%;
        padding: 10px 0px 0px 20px;
    }
    #footer-sidebar2.col-sm-7 {
        flex: 0 0 auto;
        width: 50.333333%;
    }
}
@media only screen and (max-width: 838px) {
    div#footer-sidebar1 {
        width: 49.3%;
        padding: 10px 0px 0px 20px;
    }
    #footer-sidebar2.col-sm-7 {
        flex: 0 0 auto;
        width: 50.333333%;
    }
    .footer .container h2 {
        font-size: 0.9375rem !important;
    }
}
@media only screen and (max-width: 836px) {
    /*change 19-06-2023*/
    /* .third_level_page .no_sidebar{
            padding-right: 60px;
        }*/
    /* .custom_contcls .col-sm-8.no_sidebar {
            width: 100%;
            padding-right: 80px;
        } */
    /**change 15-06-2023**/
    .botton-section-row .botton-section-row-body {
        padding: 25px 25px;
    }
    /**change 15-06-2023 end**/
    div#header .col-sm-3:first-of-type {
        width: 32% !important;
        padding-left: 1.8% !important;
        padding-right: 0% !important;
    }
    div#header .col-sm-1.mobile_menu {
        width: 94px !important;
        /* width: 77px !important; */
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 4px;
    }
    .mobile_sidebar_handle_icon {
        left: 53%;
    }
    .container-fluid.custom_cont.top_header_image {
        padding-top: 41.8%;
    }
    .spotlight_row {
        position: absolute;
        bottom: 85.6%;
    }
    .top_header_image h1.spotlight_title {
        font-size: 2.625rem;
        margin: 0% 0% 0% 0%;
    }
    .spotlight_row:before {
        height: 60%;
        width: 78% !important;
        top: 58px !important;
    }
    .top_header_image .spotlight_body {
        padding: 97px 76px 44px 0;
    }

    p.spotlight_caption {
        font-size: 1.375rem !important;
        padding-left: 1%;
        width: 115%;
    }

    .custom_contcls .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-top: 50px !important;
        padding-left: 1% !important;
        padding-right: 0% !important;
    }
    .container.title_con {
        padding-left: 15px !important;
    }
    .spotlight_title {
        margin: 19px 0px 5px;
    }
    /* .custom_contcls .col-sm-8 {
                width: 70%;
                padding: 0px;
                padding-left: 2% !important;
            } */
    .container h2 {
        font-size: 2.25rem;
    }
    .custom_contcls .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .listing_artical img.listing_image {
        width: 280px;
        max-width: 100%;
        margin-left: 60px;
    }
    .custom_tworows.container-fluid.listing_container .row {
        max-width: 100%;
    }

    .main_con {
        margin-top: 73px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container.title_con {
        max-width: 1040px !important;
        margin: 0 auto;
        /* padding-left: 30px !important; */
        padding-top: 30px !important;
        padding-left: 40px !important;
        padding-right: 30px !important;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 9px;
    }

    .container-fluid.custom_cont.callouts_container:last-of-type {
        padding-bottom: 80px !important;
        padding-top: 50px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .container-fluid.custom_cont.destination_container {
        margin: 0px 0px;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    .container-fluid.custom_cont.stats_container {
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    .container-fluid.custom_cont.facts_container {
        padding: 0px 0px;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }

    .main_con .container.third_level_page .col-sm-8 .block_right img {
        /* float: unset; */
        max-width: 100%;
        width: 222px;
    }
    .typography h4 {
        font-size: 1.375rem;
        line-height: 1.21429;
        font-weight: 900;
        color: #000;
        margin-bottom: 22px;
        margin-top: unset;
    }
    .container.custom_contcls {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.js-parking.custom_cont.custom_parkingcls.test {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .plan_callout_body {
        padding: 20px;
    }
    .container-fluid.custom_cont.looking_for {
        padding-bottom: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .flights_con .col-md-8 {
        flex: 0 0 auto;
        width: 50%;
    }
    .flights_con .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .container.flights_con {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    li.flight_search_explore_item {
        margin-left: 1.125rem;
    }
    .container-fluid.custom_cont.facts_container.where_park {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .map_const {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*** change aspire***/
    /*.third_level_page .col-sm-8 table.transit_table.statics tr {
                display: inherit;
            }*/
    /*** change aspire***/
}
@media only screen and (max-width: 820px) {
    /*chnage 19-06-2023*/
    /*   .third_level_page .no_sidebar .typography p {
            padding-right: 81px;
            padding-bottom: 10px;
        }*/

    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 2% !important;
        padding-right: 0% !important;
    }
    .sidebar_menu ul.sub-menu li.first_child > a {
        /* display: none; */
        padding: 13px 20px 13px 32px;
        font-weight: 700;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-top: 58px !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .main_con {
        /* margin-top: 50px; */
        padding-top: 0px;
    }
    .container-fluid.custom_cont.looking_for {
        padding-bottom: 0px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .transit_table a.plan_link {
        padding: 12px 10px !important;
        min-width: 115px;
    }
}
@media only screen and (max-width: 800px) {
    .leader {
        width: 44%;
    }

    .main_con .container.custom_contcls.third_level_page {
        padding-top: 58px !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    /* .col-sm-4.sidebar_menu.sidebar_cell {
                    width: 30%;
                } */
}
@media only screen and (max-width: 768px) {
    /*change 19-06-2023*/
    /* .third_level_page .no_sidebar .typography p {
            padding-right: 35px;
            padding-bottom: 10px;
        }*/
    /* .custom_contcls .col-sm-8.no_sidebar {
            width: 100%;
            padding-right: 0px;
        } */
    /***change 13-06-2023*/
    .search_pagination nav.navigation.pagination {
        padding-left: 50px;
    }
    select.schedule_airline_switcher_select {
        width: 100%;
    }
    /* usm changes */
    .container-fluid.custom_cont.top_header_image {
        background-image: url(/wp-content/uploads/2023/05/ToAndFromHeader-v9-1.png) !important;
        height: 400px;
    }

    cite.quote_cite {
        padding-top: 25px;
        padding-left: 0px;
    }
    .quote_details {
        width: 65% !important;
        padding-right: 10px !important;
    }
    img.quote_image {
        width: 31%;
    }
    p.quote_description {
        font-size: 1.375rem !important;
    }
    h2.services_title {
        font-size: 1.75rem;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        position: relative;
        top: -20px;
        left: 10px;
    }
    div#header {
        padding: 20px 1px !important;
        padding-left: 8px !important;
    }
    .fixed-top .col-sm-3.logo img.icon {
        max-width: unset !important;
    }
    main.content_body.full_width {
        margin-top: -85px !important;
    }
    .destination_links_wrapper {
        padding: 14px 26px;
    }
    a.home_menues {
        width: calc(100% - 10px) !important;
        margin-bottom: 10px;
    }
    .hud_item_flights {
        background-color: #da1a32;
        color: #fff;
        height: 385px;
    }
    .hud_item_body {
        max-width: 800px;
    }
    .hud_item.hud_item_3.hud_item_security.js-security {
    }
    .full_content {
        background-color: #fcf4ed;
        padding-top: 50px;
        padding-bottom: 72px;
    }
    footer.footer {
        background: #212121;
        padding: 48px 30px 45px 30px !important;
    }
    .tbl_border {
        position: relative;
        border: 1px solid #ccc;
    }
    .container-fluid.custom_cont.top_header_image {
        height: 320px;
        margin-bottom: 0px;
    }
    .spotlight_row:before {
        top: 41px !important;
        height: 100% !important;
    }
    .spotlight_title {
        font-size: 2em;
    }
    .spotlight_title {
        font-size: 2.625em;
        margin: 20% 0% 1%;
    }
    p.spotlight_caption {
        font-size: 1.125rem !important;
    }
    .top_header_image .spotlight_body {
        /* padding: 15% 0% 13% 0%; */
        padding: 10% 0% 13% 8%;
    }
    /* .all_services_con {
                grid-template: unset;
                display: flex;
                touch-action: pan-y;
                width: 2172px !important;
                transform: translateX(-279px);
            } */
    .single_service {
        width: 342px !important;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 25px;
    }
    .third_level_page .row {
        padding-left: 0px !important;
    }
    .container-fluid.custom_cont.services_container .row {
        padding-left: 30px !important;
    }
    /* .bread_chrums {
                display: none;
            }
            div#main_content_scroll {
                display: none;
            }*/

    /**change 15-06-2023**/
    /* .col-sm-4.sidebar_menu.sidebar_cell {
                display: none;
            }  */

    /**change 12-06-2023*/
    .custom_flight div#main_content_scroll {
        display: none;
    }

    h1.spotlight_title {
        font-size: 2.625rem;
        margin: 28% 4% 2% 0%;
    }
    p.spotlight_caption {
        font-size: 1.375rem !important;
        padding-left: 0%;
        width: 100%;
        padding-top: 8px;
    }
    .spotlight_row:before {
        top: 0px !important;
        height: 140px !important;
    }
    .spotlight_row:before {
        width: 86% !important;
    }
    .spotlight_row {
        position: absolute;
        bottom: 88.4%;
    }

    .custom_cont .row {
        padding: 0px 100px !important;
        padding-left: 29px !important;
    }
    .custom_contcls .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .custom_cont .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* .destination_wrapper:before {
                height: 487px;
            } */
    div#header .col-sm-1.mobile_menu {
        width: 100px !important;
        /* width: 77px !important; */
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 0px;
    }
    .mobile_sidebar_handle_icon {
        left: 49%;
    }
    .container-fluid.js-parking {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    h2.parking_title {
        font-size: 2.25rem;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    h2.parking_title {
        font-size: 2rem;
    }
    /*fuzail 768 start*/
    .sidebar_menu
        li.parent.current-page-ancestor
        ul.sub-menu
        li.first_child.current-page-ancestor
        ul.sub-menu
        li
        a {
        font-size: 16px;
    }
    .sidebar_menu ul.sub-menu li.first_child > a {
        font-size: 16px;
    }
    /*fuzail 768 end*/
    /*last chance*/
    .sub_nav_title span.title {
        font-size: 1rem;
    }
    .container-fluid.custom_cont.top_header_image {
        height: 295px;
        margin-bottom: 80px;
    }
    h1.spotlight_title {
        font-size: 2.625rem;
        margin: 0% 4% 2% 0%;
        font-size: 42px;
    }
    .container-fluid.custom_cont.custom_2column_topicrow.callouts_container:nth-child(odd) {
        padding: 50px 0px;
    }
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 1.6% !important;
        padding-right: 0% !important;
    }

    .container.title_con {
        padding-left: 00px !important;
        padding-top: 0px !important;
    }
    .main_con {
        margin-top: 80px;
        padding-top: 0px;
    }

    /* .custom_contcls .col-sm-8 {
                    width: 70%;
                    padding: 0px;
                    padding-left: 1% !important;
                } */

    .container.title_con {
        padding-bottom: 0px;
    }
    .container.custom_contcls {
        padding-top: 35px;
    }
    .flights_con .spotlight_title {
        font-size: 2.25rem;
        margin-bottom: 20px;
        margin-top: 38px;
        font-size: 36px;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-top: 100px !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .typography h4 {
        font-size: 1.375rem;
        line-height: 1.21429;
        font-weight: 900;
        color: #000;
        margin-bottom: 22px;
        margin-top: unset;
    }
    .container-fluid.custom_cont.stats_container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container.custom_contcls {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-fluid.js-parking.custom_cont.custom_parkingcls.test {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-fluid.custom_cont.looking_for {
        padding-bottom: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    li.flight_search_explore_item {
        margin-left: 0.25rem;
    }
    .map_const {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid.custom_cont.facts_container.where_park {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container.flights_con {
        /**change 12-06-2023
                    padding-top: 40px;*/
        padding-top: 70px;

        padding-bottom: 27px;
    }

    header.alert_header {
        padding: 10px 30px 10px 70px;
    }
}

/* .spotlight_row:before {
                height: 100%;
                width: 63%;
                position: absolute;
                top: 0px;
                left: 0px;
                background: #fff;
                content: "";
            } */
@media only screen and (min-width: 740px) {
    .container.flights_con .col-sm-4.sidebar_menu.sidebar_cell {
        display: none;
    }
}
@media only screen and (max-width: 740px) {
    /****start f1*/
    .map-query-info_title {
        font-size: 1.75rem;
    }
    /**end f1**/
    .custom_cont .row {
        max-width: 640px;
    }
    .map-query-content-section .map-query-info_title {
        font-size: 1.75rem !important;
    }
    .quote_details {
        width: 60% !important;
        padding-right: 0px !important;
    }
    p.quote_description {
        font-size: 1.125rem !important;
    }
    img.quote_image {
        width: 40%;
        padding: 0px 32px;
    }
    cite.quote_cite {
        color: #111;
        display: inline-block;
        font-style: normal;
        padding-top: 25px;

        /*change 16-06-2023
            position: relative;*/
        position: absolute;
        border-top: 0;
        padding-left: 0px;
    }

    section.container-fluid.listing_container.custom_tworows:first-of-type {
        padding-top: 20px;
    }
    section.container-fluid.listing_container.custom_tworows:last-of-type {
        padding-bottom: 20px;
    }

    .all_services_con,
    .container-fluid.custom_cont.services_container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid.custom_cont.facts_container {
        padding-top: 30px;
    }
    .info_body {
        padding-top: 12px !important;
    }
    .custom_parkingcls .parking_body {
        margin: 0px;
    }

    .main_con .container.third_level_page .col-sm-8 h2 {
        font-size: 1.75rem;
        line-height: 1.21429;
    }
    .sidebar_menu ul.sub-menu li.first_child.current-menu-parent > a,
    .sidebar_menu ul.sub-menu li.first_child > a {
        padding-left: 20px !important;
    }

    .custom_bwi_shuttle_times .plan_callout_body {
        padding: 20px;
    }
    .custom_bwi_shuttle_times .plan_callout.media_loaded {
        height: auto !important;
    }

    .custom_bwi_shuttle_times .fs-background {
        height: auto !important;
    }

    .plan_body {
        margin-top: 30px;
    }
    .CPA_img {
        padding-right: 0px;
    }

    h2.stats_title {
        font-size: 1.75rem;
        line-height: 1.21429;
    }

    .slider_link a {
        font-size: 1rem !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
    }

    .slideshow-container .mySlides p {
        font-size: 0.8125rem !important;
        line-height: 1.23077 !important;
        font-weight: 300 !important;
    }

    .mySlides video,
    .mySlides img {
        /* height: 400px;*/
        object-fit: cover;
        padding-top: 41px;
    }

    .nav_arrows.next {
        margin-right: 10px !important;
    }

    .nav_arrows.prev {
        margin-left: 10px !important;
    }

    a.nav_arrows {
        width: 35px !important;
        height: 35px !important;
        box-shadow: inset 0px 0px 0px 2px #fff !important;
        padding: 7px;
    }

    .mySlides .text {
        padding: 8px 45px;
    }

    .posts_con {
        padding: 0px !important;
    }

    #footer-sidebar1,
    #footer-sidebar2 {
        width: 100% !important;
    }

    #footer-sidebar1 {
        order: 1;
        margin-top: 40px;
    }

    article.callout {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .spotlight_title {
        font-family: 'proxima-nova', sans-serif;
        font-weight: 900;
        font-size: 2rem;
        line-height: 1.1875;
        color: #da1a32;
        margin: 0 0 6px;
    }

    h2.parking_title {
        font-family: 'proxima-nova', sans-serif;
        font-weight: 900;
        font-size: 1.75rem;
        line-height: 1.21429;
        color: #111;
        margin: 0 0 5px;
    }

    .parking_item {
        width: 50%;
    }
    .parking_item.js-parking-item.js-parking_class.available {
        /*padding-left: 10px !important;
                padding-right: 10px !important;*/
    }
    .parking_item_quantity {
        font-size: 2rem !important;
        line-height: 1.1875;
    }

    .col-sm-8,
    .col-sm-4,
    .listing_artical .col-sm-8,
    .listing_artical .col-sm-4 {
        width: 100%;
    }

    .row,
    .top_header_image .spotlight_body {
        /* usm changes */
        /* padding: 24px 30px 10px 0; */
        /* end usm changes */
        /* change by the client */
    }

    .container-fluid.custom_cont.top_header_image {
        padding-top: 61%;
    }

    .parking_item {
        padding: 0px;
    }

    .container-fluid.js-parking {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .parking_body {
        padding-bottom: 30px;
    }

    img.listing_image {
        width: 100%;
    }

    .plan_callout.media_loaded,
    .plan_body {
        width: 100% !important;
    }

    .plan_callout.media_loaded {
        height: 400px;
    }

    .plan_callout.media_loaded {
        margin-top: 0px;
    }

    .listing_artical .row {
        margin: 0px;
    }

    .col-sm-8,
    .col-sm-4,
    .col-sm-5,
    .col-sm-3,
    .col-sm-6 {
        padding: 0px !important;
    }

    .listing_artical .col-sm-4 {
        margin-top: 30px;
    }
    .main_con .container-fluid.custom_cont.looking_for .destination_body {
        margin-top: 0 !important;
    }
    .main_con .container-fluid.custom_cont.looking_for {
        padding: 40px 0px !important;
    }
    /*.third_level_page .col-sm-8 table.transit_table.statics tr td{
                width:50%;
            }*/
    .third_level_page .col-sm-8 table.transit_table.statics tr td:nth-child(2) {
        padding-right: 20px !important;
        padding-left: 16px !important;
    }
    .third_level_page .col-sm-8 table.transit_table.statics tr {
        display: flex;
    }
    .third_level_page .col-sm-8 table.transit_table {
        display: block;
    }
    .third_level_page .col-sm-8 table.transit_table thead {
        white-space: unset;
    }
    /* .looking_for .destination_wrapper.media_loaded {
            background-image: url(/wp-content/uploads/2022/05/Callout-Menu-Hourly-Garage-Wayfinding.png) !important;
            background-size:cover;
        } */
    h2.destination_title {
        font-weight: 900;
        font-size: 1.75rem;
        line-height: 1.21429;
        color: #111;
        margin: 0 0 5px;
    }
    .main_con .container-fluid.custom_cont.looking_for .destination_body {
        margin-top: 0px !important;
    }
    .main_con .container.third_level_page .col-sm-8 img {
        /*float:none;*/
        /*width:100%;*/
    }
    .quote_details,
    img.quote_image {
        /* width:100% !important;*/
    }
    img.quote_image {
        /* margin-top:-58px !important;*/
    }
    .destination_details {
        top: 197px;
        position: relative;
        max-width: 95% !important;
        margin-left: 15px;
    }

    .custom_bwi_shuttle_times .plan_callout_body {
        position: relative !important;
        left: 73px;
        bottom: 0;
    }
    .custom_tworows.container-fluid.listing_container .row {
        max-width: 600px;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .container-fluid.custom_cont.destination_container.card_left .row {
        max-width: 565px;
    }
    /* .container-fluid.custom_cont.destination_container.card_left {
            height: 750px;
        } */
    .destination_container.card_left .destination_body {
        position: absolute;
        top: 0px;
    }
    .destination_subcaption {
        position: absolute;
        top: 367px;
    }
    /* .fs-background-container {
            display: none;
        } */

    img.info_image {
        width: 25%;
    }
    .info_image + .info_body {
        width: 75%;
    }
    .info_items {
        margin-top: 75px;
        width: 130%;
    }
    h2.info_title {
        font-size: 1.75rem;
    }
    .destination_wrapper:before {
        background: none;
    }
    .destination_container .fs-background-media.fs-background-responsive.fs-background-native {
        height: 209px !important;
        background-size: cover;
        object-fit: cover;
    }
    .destination_container .fs-background-media.fs-background-responsive.fs-background-native {
        left: 0px;
    }
    .destination_subcaption_text p {
        /* border-color: #414141; */
        color: #414141 !important;
    }
    .container-fluid.custom_cont.stats_container {
        padding-top: 30px;
    }
    .destination_subcaption_text p {
        max-width: 420px;
    }
    .destination_subcaption {
        position: absolute;
        top: 395px;
    }
    .container-fluid.custom_cont.destination_container {
        margin: 0px 0px;
        margin-bottom: 196px;
    }

    .container h2 {
        font-size: 2.25rem;
    }
    h2.parking_title {
        font-size: 2rem;
    }
    .parking_title_label {
        margin-left: 0px;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        position: relative;
        top: 50px;
        left: 50px;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times {
        position: relative;
        top: -95px;
    }
    /*fuzail 740 start*/
    .title_con p.spotlight_caption {
        font-size: 1.125rem !important;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        top: 90px;
        left: 50px;
    }
    .sidebar_menu .active > a {
        color: #414141 !important;
        text-decoration: none !important;
    }

    /*fuzail 740 end*/

    .main_con {
        margin-top: 61px;
        padding-top: 0px;
    }
    h1.spotlight_title {
        font-size: 2rem;
        margin: 0% 4% 2% 0%;
        font-size: 32px;
    }
    .container.custom_contcls {
        padding-top: 0px;
    }
    .main_con .container.third_level_page .col-sm-8 img.medition_room_img {
        width: auto;
    }
    .container-fluid.custom_cont.looking_for {
        margin-bottom: 160px;
    }
    .looking_for .destination_body {
        width: calc(100% - 0px) !important;
        margin: -30px auto 0;
    }
    .looking_for .info_dropdown_wrapper .custom-select {
        width: 100% !important;
    }
    .container-fluid.custom_cont.destination_container.card_left {
        margin-bottom: 220px;
    }
    .flights_con .col-md-8 {
        flex: 0 0 auto;
        /**chnage 12-06-2023
                width: 100%;*/

        width: 45%;
    }
    .flights_con .col-md-4 {
        flex: 0 0 auto;
        /**chnage 12-06-2023
                width: 100%; */
        width: 55%;
        margin-top: 100px;
    }

    /**change 12-06-2023*/
    /* .container.flights_con .custom_flight .col-sm-12.col-md-4{
        justify-content: unset !important;
        }*/
    nav.flight_search_explore {
        padding-top: 0px;
    }
    .parent-div-top-section {
        height: 85vw;
    }
    .header-section-custom {
        height: 100%;
        min-height: auto;
    }
    .botton-section-row_title {
        font-size: 2rem;
    }
    .botton-section-row-body {
        width: auto;
        background: #fff;
        display: inline-block;
        margin: 0px;
    }
    .main_con .row {
        padding: 0px;
        /* chnage fuzail
            padding-left: 15px;
            padding-right: 15px;*/
    }
    .inner_page_title_con .inner_page_title {
        padding-top: 0px;
        margin: 0px 0px 5px;
        font-size: 2rem;
        line-height: 1.19048;
    }
    .inner_page_caption {
        font-size: 1.125rem !important;
    }
}
@media only screen and (max-width: 739px) {
    /*.main_con{*/
    /*    padding-top:100px;*/
    /*}*/

    /*change 12-06-2023*/
    .flights_con .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }
    .flights_con .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 0px;
    }
    /*end change 12-06-2023*/

    .sub_nav_wraper {
        display: none;
    }
    .sub_nav_wraper.show-side-menu {
        display: block;
    }
    .custom_childsidebar {
        width: 100%;
        display: block !important;
        background: #111;
        text-align: left;
        font-weight: 700;
    }
    .custom_childsidebar h2 {
        color: #fff;
        font-size: 16px;
        margin: 0px;
        padding: 16px 20px;
        cursor: pointer;
        font-family: 'proxima-nova', sans-serif;
        padding-right: 60px;
        position: relative;
        font-weight: 700 !important;
    }
    .custom_childsidebar.active h2:before {
        transform: rotate(135deg);
    }
    h2.sub_nav_title.active-button span.close {
        display: inline-block;
    }
    h2.sub_nav_title.active-button span.title {
        display: none;
    }
    .custom_childsidebar h2:before {
        content: '+';
        position: absolute;
        right: 31px;
        top: 14px;
        font-size: 18px;
        color: #fff;
        transition: 0.5s ease-in-out;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }
    .custom_childsidebar h2::after {
        content: '+';
        display: block;
        -webkit-transform: translate(-1px, -1px) scaleX(1) rotate(0);
        transform: translate(-1px, -1px) scaleX(1) rotate(0);
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        position: absolute;
        right: 30px;
        top: 2px;
        font-size: 18px;
        color: #fff;
    }

    .custom_childsidebar h2.active-button:after {
        top: 16px !important;
        right: 30px !important;
    }

    .custom_childsidebar h2.active-button:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 50%;
        right: 24px;
        top: 15px;
        -webkit-transform: translate(-1px, -1px) scaleX(-1) rotate(45deg);
        transform: translate(-1px, -1px) scaleX(-1) rotate(45deg);
    }
    /* .custom_childsidebar h2.active-button::after {
                -webkit-transform: translate(-1px,-1px) scaleX(-1) rotate(45deg);
                transform: translate(-1px,-1px) scaleX(-1) rotate(45deg);
                } */
    .col-sm-4.sidebar_menu.sidebar_cell {
        display: block !important;
        width: 100%;
        position: absolute;
        /* top:20px; */
        /* top:65px;  */
        left: 0;
        /* background: #F2F2F2 !important; */
        padding: 20px 0;
        z-index: 999;
    }
    .sidebar_menu ul.menu {
        border-left: none;
    }
    .bread_chrums {
        display: none;
    }
    div#main_content_scroll {
        display: none;
    }
    /*5/18/2023*/
    .col-sm-4.sidebar_menu.sidebar_cell {
        display: block !important;
        width: 100% !important;
        position: absolute !important;
        top: 20px !important;
        left: 0 !important;
        background: #f2f2f2 !important;
        padding: 0px 0 !important;
        z-index: 999 !important;
    }
    .custom_childsidebar {
        width: 100% !important;
        display: block !important;
        background: #111 !important;
        text-align: left !important;
        font-weight: 700 !important;
    }
    .custom_childsidebar h2 {
        color: #fff !important;
        font-size: 16px !important;
        margin: 0px !important;
        padding: 16px 20px !important;
        cursor: pointer !important;
        font-family: 'proxima-nova', sans-serif !important;
        padding-right: 60px !important;
        position: relative !important;
        font-weight: 700 !important;
    }
    /* .alert_body {
                    top: 75px;
                } */
    .col-sm-4.sidebar_menu.sidebar_cell {
        display: none;
    }
    .custom_cont .row {
        max-width: 560px;
    }
    .container.custom_contcls {
        max-width: 560px !important;
    }
    /***end change 12-06-2023**/
    /* .custom_contcls .col-sm-8 {
            width: 100%;
            padding: 0px;
            padding-left: 0% !important;
        } */
    .container.title_con {
        padding-left: 30px !important;
        padding-top: 105px !important;
    }
    .container.title_con {
        max-width: 560px !important;
    }
    .container.custom_contcls.third_level_page .col-sm-8 {
        display: inline-block;
        width: 100%;
    }
    .press_media_sidebar .menu .menu-item > a {
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 630px) {
    .container-fluid.custom_cont.services_container .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 60px;
    }
}
@media only screen and (max-width: 540px) {
    .container-fluid.custom_cont.services_container .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 25px;
    }
    .fs-background-media.fs-background-responsive.fs-background-native {
        width: 483px;
    }
}
@media only screen and (max-width: 531px) {
    .destination_subcaption {
        padding: 0 10px 30px !important;
        background-color: #ffffff;
        z-index: 20;
        top: 0px;
        /* display: none; */
        position: relative;
    }
    .container-fluid.custom_cont.destination_container.card_left {
        height: 600px;
    }
}
@media only screen and (max-width: 520px) {
    rs-fullwidth-wrap#rev_slider_3_1_forcefullwidth {
        top: -155px;
    }
    rs-arrow.tp-rightarrow.tparrows.custom.noSwipe {
        left: 107% !important;
    }
    rs-arrow.tp-leftarrow.tparrows.custom.noSwipe {
        left: -7% !important;
    }
    .spotlight_row:before {
        top: 6px !important;
        height: 100% !important;
        width: 82% !important;
    }
    .fs-background-media.fs-background-responsive.fs-background-native {
        width: 455px;
    }
}
/*change 27-06-2023*/
@media only screen and (min-width: 500px) {
    .home .container-fluid.custom_cont.alert {
        position: absolute;
        z-index: 1;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px) {
    /**change 07-07-2023**/
    h2.alert_title p {
        font-size: 0.6rem !important;
        font-size: 12px !important;
    }
    /*change 27-06-2023*/
    .home .alert_body {
        width: 100% !important;
    }
    .home .container-fluid.custom_cont.alert {
        /* change 07-07-2023
            margin-top: -60px;*/

        margin-bottom: 147px !important;
        margin-top: 0px !important;
    }
    /*change 16-06-2023*/
    .quote_cite:before {
        width: 270px;
    }
    .container-fluid.custom_cont.quote_container {
        padding: 55px 0px 80px 0px !important;
    }
    .main_con .container.third_level_page .col-sm-8 img.aligncenter {
        margin: 0px auto !important;
        /* width: 100%; */
    }

    /**change 15-06-2023**/

    .botton-section-row_title {
        font-size: 2rem !important;
    }
    /**change 15-06-2023 end**/

    /*change 13-06-2023*/
    header.services_header h2.services_title {
        padding-left: 25px;
    }
    .all_services_con {
        margin-left: 5px;
        width: 380px !important;
    }
    /**change 12-06-2023*/
    .flight_search_explore_label {
        font-size: 0.875rem;
        font-weight: 300;
    }
    .flights_con .col-md-8 {
        flex: 0 0 auto;
        /**chnage 12-06-2023
                width: 100%;*/

        width: 100%;
    }
    .flights_con .col-md-4 {
        margin-top: 0px;
    }
    /*.flight_search_explore .flight_search_explore_list li a{
            padding-right: 15px;
        }*/
    /**end change 12-06-2023*/
    div#header .col-sm-1.mobile_menu {
        /*width: 70px !important;*/
        width: 94px !important;
    }
    img.airport-safety-img {
        padding-left: 16px;
    }
    img.real-faqs-img {
        width: 100%;
    }
    img.mta_bus_services {
        padding-left: 0px;
        width: unset !important;
    }
    .typography div p img {
        width: 100% !important;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    img.alignleft.express_parking {
        max-width: 100%;
    }
    img.alignleft.Daily_Garage {
        max-width: 100%;
    }
    .cvd19_img_1,
    .cvd19_img_2 {
        float: none;
        width: 100% !important;
    }
    .cvd19_img_1 p a img,
    .cvd19_img_2 p a img {
        margin: 0 auto !important;
        margin-left: inherit;
    }

    .row,
    .custom_cont .row,
    .custom_cont .row,
    .custom_bwi_shuttle_times.js-parking .row,
    .custom_tworows.container-fluid.listing_container .row {
        max-width: 100%;
    }
    .container-fluid.js-parking {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        top: -45px;
    }
    .listing_artical,
    .container-fluid.js-parking .row {
        width: 100% !important;
    }

    table.rentel_car_table td a img {
        max-width: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .main_con .container.third_level_page .col-sm-8 img {
        margin: 0px 15px 0px 0px !important;
        display: flex;
        justify-content: center;
    }
    .main_con .container.third_level_page .col-sm-8 img.alignright {
        margin: 0px 0px 0px 10px !important;
    }
    .main_con .container.third_level_page .col-sm-8 img.alignleft {
        margin: 0px 10px 0px 0px;
    }
    .main_con .container.third_level_page {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-bottom: 30px;
    }
    /* .main_con .container-fluid.js-parking.custom_cont{
                    padding:0 !important;
                }
                 */
    p.spotlight_caption {
        font-size: 1.125rem !important;
    }
    /* .custom_contcls .col-sm-8{
                    width:100%;
                    padding-left: 0% !important;
                } */
    .custom_contcls .bread_chrums {
        display: none !important;
    }
    .main_con .custom_contcls .row .col-sm-8 .typography .row {
        flex-direction: column-reverse;
    }
    .container.title_con {
        padding-bottom: 0;
    }
    .typography img.img_full_width {
        margin-top: 10px;
    }
    .container-fluid.listing_container .row .listing_artical {
        padding-top: 10px;
    }
    .container-fluid.listing_container .row .listing_artical .row {
        flex-direction: column-reverse;
    }
    .container-fluid.listing_container .row .listing_artical .row .col-sm-4.con_img {
        margin: 0px 0px 20px 0px;
    }
    .container-fluid.listing_container {
        padding-top: 30px;
    }
    .container-fluid.js-parking.custom_cont.custom_parkingcls .row .parking_header .parking_ribbon {
        padding-top: 40px;
    }
    .plan_body .plan_items .plan_item {
        width: 100%;
    }
    .plan_callout.media_loaded .plan_callout_body {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }
    .main_con .container.third_level_page .col-sm-8 h2 {
        margin-top: 0;
    }
    .main_con .container.third_level_page h3 {
        margin: 20px 0px 20px 0px;
    }
    span.alert_indicator {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #f8e71c;
        padding: 14px 10px;
    }
    .container-fluid.custom_cont.callouts_container {
        padding-top: 10px;
    }
    .container-fluid.custom_cont.callouts_container .callouts_wrapper a.plan_link {
        /*width:54%;*/
        width: 65%;
    }
    footer .wp-block-columns.flex_columns.footer_row.foo_lo_btn_sec {
        margin-bottom: 30px !important;
    }
    div#footer-sidebar2 {
        border-left: unset;
        padding: 0 !important;
    }
    footer
        #footer-sidebar2
        .wp-container-11.wp-block-columns.flex_columns.footer_row
        .foo_lo_btn_sec
        .wp-container-8.wp-block-column {
        margin-bottom: 10px;
    }
    .container.custom_contcls .row .col-sm-8 .typography .typography div h3 {
        margin-top: 10px;
    }
    /*.container.custom_contcls .row .col-sm-8 .typography .typography div p{
                    margin-bottom:60px;
            }*/
    .container-fluid.listing_container .row .listing_artical .row {
        padding-bottom: 40px;
    }
    .main_con .container-fluid.listing_container .row .listing_artical {
        padding-top: 0px;
    }
    h2.cut-text {
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        width: 304px !important;
        height: 1.2em !important;
        white-space: nowrap !important;
    }
    .col-sm-1.mobile_menu {
        padding: 0px 0px 0px 0px !important;
    }
    .destination_details {
        top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100% !important;
    }
    .fs-background-media.fs-background-responsive.fs-background-native {
        height: 332px !important;
        top: 0px !important;
        width: 375px;
    }
    .container.title_con {
        /* usm changes */
        /*  padding: 35px 50px 0px 0px !important; */
        /* usm changes */
    }
    .typography p.block_left {
        max-width: 100%;
        margin-right: 0px;
    }
    .stats_body .stat {
        width: 549px !important;
        margin-right: 0% !important;
        margin-left: 12px;
    }
    .typography img.water-bottle-img {
        width: 100%;
    }
    .container-fluid.custom_cont.destination_container.card_left {
        /*change 16-06-2023
                height: 550px;*/
        height: 650px;
    }
    .custom_cont .row {
        padding: 0px 8px !important;
    }
    .alert .row {
        padding: 0px 0px !important;
    }
    header.alert_header {
        position: relative;
        padding: 20px 35px 13px 62px;
    }
    .alert_close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .destination_container.card_left .destination_body {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    .destination_body {
        width: unset !important;
    }
    .container-fluid.custom_cont.facts_container .row .info_wrapper {
        padding: 0px 0px 0px 0px;
    }
    /* .fs-dropdown_wrapper {
                width: 155%;
            } */
    h2.info_title {
        font-size: 1.65rem;
        line-height: 1.21429;
    }
    .container-fluid.custom_cont.top_header_image {
        padding-top: 70%;
    }
    .container-fluid.custom_cont.top_header_image {
        height: 429px;
        margin-bottom: 0px;
        /* background-size: contain;  */
        background-size: cover;
    }
    h1.spotlight_title {
        font-size: 2rem;
        margin: 3% 4% 2% 0%;
    }
    .spotlight_row:before {
        width: 90% !important;
    }
    .parking_item {
        width: 100%;
    }
    .info_items {
        margin-top: 25px;
        width: 150%;
    }
    a.plan_link {
        padding: 16px 16px !important;
        font-weight: 700;
    }

    .fs-background-media.fs-background-responsive.fs-background-native {
        height: 332px !important;
        top: 0px !important;
        width: 100%;
    }
    .destination_body {
        width: calc(100% - 16px) !important;
        margin: -30px auto 0 !important;
        position: relative;
        z-index: 20;
    }
    /* .destination_subcaption {
                top: 0px;
            } */
    .container-fluid.custom_cont.destination_container {
        margin: 0px 0px;
        margin-bottom: 3%;
    }

    /* .alert_body {
                top: 75px;
            } */
    .container-fluid.custom_cont.alert {
        /**change saffi 12-06-2023*/
        margin-bottom: 20px !important;
    }
    .leaders-template-default .container-fluid.custom_cont.alert {
        margin-bottom: 65px !important;
    }
    .page-parent .container-fluid.custom_cont.alert {
        margin-bottom: 80px !important;
    }
    .page-template-flights.page-child .container-fluid.custom_cont.alert {
        margin-bottom: 0px !important;
    }
    .page-child .container-fluid.custom_cont.alert {
        margin-bottom: 80px !important;
    }
    h2.callout_title {
        font-size: 1.75rem;
        line-height: 1.21429;
        font-size: 28px;
        margin: 0 0 25px;
    }
    .footer_row div.foo_btn_col,
    .foo_helpfull_links,
    .foo_social_icons {
        margin-bottom: 32px !important;
    }
    .custom_childsidebar.active h2:before {
        right: 36px;
        top: 15px;
        font-size: 17px;
    }
    /*fuzail 500 start*/
    .container.title_con h1.spotlight_title {
        margin-top: 100px;
    }
    .col-sm-4.sidebar_menu.sidebar_cell {
        /* top:60px; */
    }

    /*fuzail 500 end*/
    .listing_artical img.listing_image {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .custom_tworows.container-fluid.listing_container .row {
        padding-left: 0px;
        padding-right: 0px;
    }
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 2.4% !important;
        padding-right: 0% !important;
    }
    div#header .col-sm-1.mobile_menu {
        width: 86px !important;
    }
    .main_con {
        margin-top: 61px;
        padding-top: 0px;
    }
    .leaders-template-default .main_con {
        margin-top: 30px !important;
        padding-top: 0px;
    }
    p.spotlight_caption {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    nav.flight_search_explore {
        font-size: 1.5rem !important;
        padding-top: 0px;
    }
    a.flight_search_explore_link {
        font-size: 16px;
    }

    .title_con p.spotlight_caption {
        font-size: 1.125rem !important;
        padding-left: 0%;
        width: 100%;
        font-size: 18px;
    }
    .container.custom_contcls {
        padding-top: 0px;
    }
    .bread_chrums_wrap {
        position: relative;
        display: none;
    }
    .stats_container .stats_body .stat h3.stat_quantity {
        float: left;
        font-size: 2rem !important;
        font-size: 32px !important;
    }
    .container-fluid.custom_cont.facts_container h2.info_title {
        font-size: 1.75rem;
        line-height: 1.19048;
        font-size: 28px;
        font-weight: 900;
        color: #111;
        margin: 0 0 5px;
    }
    .container-fluid.custom_cont.facts_container {
        padding: 0px 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-fluid.custom_cont.stats_container {
        padding-top: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-fluid.custom_cont.destination_container {
        margin: 0px 0px;
        margin-bottom: 40px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .destination_container .fs-background-media.fs-background-responsive.fs-background-native {
        height: 180px !important;
        background-size: cover;
        object-fit: cover;
    }
    .container-fluid.custom_cont.custom_2column_topicrow.callouts_container
        .callouts_wrapper
        article.callout {
        width: 100%;
        margin-right: 0%;
        padding: 12px 15px;
        float: left;
    }

    .container-fluid.custom_cont.facts_container .info_items {
        width: 100%;
    }
    .col-sm-4.sidebar_menu.sidebar_cell {
        display: block !important;
        width: 100% !important;
        position: absolute !important;
        top: 20px !important;
        left: 0 !important;
        /* background: #F2F2F2 !important;  */
        padding: 0px 0 !important;
        z-index: 999 !important;
    }

    section.container-fluid.listing_container.custom_tworows:first-of-type {
        padding-top: 40px !important;
    }
    section.container-fluid.listing_container.custom_tworows:nth-child(even) {
        padding-bottom: 0px !important;
        padding-top: 40px !important;
    }
    section.container-fluid.listing_container.custom_tworows:nth-child(odd) {
        padding-bottom: 114x !important;
        padding-top: 40px !important;
    }

    section.container-fluid.listing_container.custom_tworows {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .container-fluid.custom_cont.custom_2column_topicrow.callouts_container:nth-child(odd) {
        padding: 0px 0px;
    }
    .container-fluid.js-parking.custom_cont.custom_parkingcls.test {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    h2.parking_title {
        font-size: 1.75rem;
    }
    p.quote_description {
        font-size: 1rem !important;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times {
        position: relative;
        top: -60px;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        top: 60px;
        left: -5px;
    }
    p.block_right {
        max-width: 100%;
    }
    .custom_tworows .row {
        padding-right: 0px;
    }
    .custom_tworows.container-fluid.listing_container .row .listing_artical .row {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .looking_for .destination_details {
        top: 210px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100% !important;
    }
    .card_left .destination_details {
        top: 173px;
        position: relative;
        max-width: 100% !important;
        margin-left: 0px;
    }
    .container-fluid.custom_cont.destination_container.card_left {
        margin-bottom: 0px;
    }
    .card_left .destination_subcaption {
        padding: 0 10px 30px !important;
        background-color: #ffffff;
        z-index: 20;
        /*change 16-06-2023
            top: 150px;*/
        top: 285px;
        /* display: none; */
        position: relative;
    }
    .container.flights_con {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .map_const {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid.custom_cont.facts_container.where_park {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .flights_con .spotlight_title {
        font-size: 1.75rem;
        margin-bottom: 20px;
        margin-top: 38px;
        font-size: 28px;
    }
    .main_con .container.custom_contcls.third_level_page {
        padding-top: 19% !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .page-template-nosidebar-template .main_con .container.custom_contcls.third_level_page {
        padding-top: 17% !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .full_width .custom_cont.alert {
        padding-top: 0px;
    }
    .alert_body {
        /*
            change fuzail
            top: 0px;*/
        top: 70px;
        z-index: 1;
    }
    .page-template-nosidebar-template .alert_body {
        top: 30px;
        z-index: 1;
    }
    .page-child .alert_body {
        top: 0px;
    }
    h1.page_title_alternate {
        color: #da1a32;
        margin-top: 20px;
        margin-bottom: 17px;
        font-size: 2rem;
        line-height: 1.06667;
        font-weight: 900;
    }
    .search_content_cell {
        padding-top: 0px;
    }
    .search_content_cell {
        width: 90% !important;
        margin: 0 auto;
    }
    .botton-section-row-body {
        width: 340px !important;
        background: #fff;
        display: inline-block;
        margin: 0px;
    }
    /* .block_right.parking_img img {
            margin: 0px;
        } */
}
@media only screen and (max-width: 470px) {
    .leader {
        width: 50%;
    }
}
@media only screen and (max-width: 426px) {
    /**change 15-06-2023**/
    h2#page_title {
        margin-top: 15px !important;
    }
    p.inner_page_caption {
        font-size: 1.125rem !important;
    }
    .botton-section-row .botton-section-row-body {
        padding: 25px 10px;
    }
    /**change 13-06-2023**/
    .search_pagination nav.navigation.pagination .nav-links {
        margin-top: 5px;
    }
    .search_pagination nav.navigation.pagination {
        padding-left: 20px;
    }
    .custom_blockquote {
        margin-top: 25px !important;
    }
    img.quote_image {
        width: 40%;
        padding: 0px 15px 0px 0px;
    }

    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        position: relative;
        left: -5px !important;
        top: 32px !important;
    }
    .container-fluid.js-parking {
        position: relative;
        top: -45px;
    }
    .main_con .container.third_level_page .col-sm-8 h2 {
        margin-top: 25px;
    }
    /* .typography p img {
                padding: unset !important;
            } */
    div#header .col-sm-1.mobile_menu {
        width: 79px !important;
        left: 0px;
        top: 0px;
    }
    .mobile_menu a.icon:before {
        height: 55px;
    }
    .col-sm-1.mobile_menu {
        padding: 0px 0px 0px 10px !important;
    }
    .mobile_menu a.icon:before {
        left: 0px;
    }
    .mobile_sidebar_handle_icon {
        margin-top: 10px !important;
    }
    .spotlight_row:before {
        top: 50px !important;
        height: 100% !important;
        width: 88% !important;
    }
    h1.spotlight_title {
        font-size: 2rem;
        margin: 13% 0% 2% 0%;
    }
    .container-fluid.custom_cont.facts_container.where_park .info_item.info_item_grouped {
        width: 100% !important;
    }
    .info_items {
        width: 125%;
    }
    .leader {
        width: 55%;
    }
    .custom_parkingcls .row.parking_body_row {
        padding: 0 0px !important;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times .plan_body {
        position: relative;
        left: -25px;
        top: 15px;
    }
    .container-fluid.js-parking.custom_bwi_shuttle_times {
        position: relative;
        top: -50px;
    }

    /*****fuzail 426 start***/
    .top_header_image .spotlight_body {
        padding: 16% 0% 13% 10%;
    }
    .container-fluid.custom_cont.top_header_image {
        height: 375px;
        margin-bottom: 0px;
        background-size: cover;
        background-position: center;
    }
    /***fuzail 426 end****/
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 2.8% !important;
        padding-right: 0% !important;
    }
    .custom_childsidebar h2 {
        padding: 18px 20px !important;
    }
    div#header .col-sm-1.mobile_menu {
        width: 81px !important;
        left: 0px;
        top: 0px;
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 0px;
    }
    .mobile_sidebar_handle_icon {
        left: 50%;
    }
    .flights_con .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 416px) {
    .leader {
        width: 56%;
    }
    .container-fluid.custom_cont.top_header_image {
        background-size: cover !important;
        background-position: center !important;
        /* height: 395px !important; */
        height: 365px !important;
        width: 100% !important;
        background-repeat: no-repeat !important;
    }
    .top_header_image h1.spotlight_title {
        font-size: 2rem;
        margin: 0% 0% 0% 0%;
    }
    .spotlight_row {
        position: absolute;
        bottom: 91%;
    }
    .spotlight_row:before {
        top: 11px !important;
        height: 90% !important;
        width: 93% !important;
    }
    .container-fluid.custom_cont.top_header_image {
        margin-bottom: 0px !important;
    }
    .container h2 {
        font-size: 1.75rem;
    }
    .spotlight_row:before {
        top: 0px !important;
        height: 100% !important;
        width: 93% !important;
    }
    .top_header_image .spotlight_body {
        padding: 24px 30px 20px 0;
    }
    /* .custom_contcls .col-sm-8 {
                    width: 100%;
                    padding: 0px;
                    padding-left: 84px;
                } */
    .typography h2 {
        margin-top: 20px !important;
    }
    .parking_item.js-parking-item.js-parking_class.lot-full {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .custom_contcls .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    h1.spotlight_title {
        font-size: 2rem;
        margin: 21% 0% 2% 0%;
    }
    /* .custom_contcls .col-sm-8 {
                    width: 100%;
                    padding: 0px;
                    padding-left: 0% !important;
                } */
    a.home_menues {
        width: calc(100% - 15px) !important;
        margin-bottom: 17px !important;
    }
    .destination_links_wrapper .menu_cont.container {
        max-width: 340px !important;
        margin: 0 auto;
    }
    .destination_links_wrapper {
        padding: 18px 26px;
        padding-bottom: 0px;
    }
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 3% !important;
        padding-right: 0% !important;
    }
    div#header .col-sm-1.mobile_menu {
        width: 79px !important;
        left: 0px;
        top: 0px;
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 0px;
    }
    .mobile_sidebar_handle_icon {
        left: 50%;
        top: 20px;
    }
    a.flight_search_explore_link {
        font-size: 14px !important;
        font-size: 0.875rem !important;
    }
    header.alert_header {
        position: relative;
        padding: 17px 46px 16px 51px;
    }
}

@media only screen and (max-width: 379px) {
    .menu-footer-menu-container ul#menu-footer-menu {
        display: block important;
        grid-template-columns: 1fr !important;
    }

    /* .main_con .container.third_level_page .col-sm-8 img{
            display: unset;
                width: 100%;
            } */
    img.info_image {
        display: none;
    }
    /* .info_image + .info_body {
                width: 100% !important;
            } */
    .info_body {
        width: 95% !important;
    }
    .info_items {
        width: 100% !important;
    }
    .leader {
        width: 63% !important;
    }
    .alert .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .custom_cont .row {
        padding: 0px 83px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .custom_cont.alert .row {
        padding: 0px 83px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 391px) {
    .container-fluid.custom_cont.callouts_container .callouts_wrapper a.plan_link {
        width: 100%;
    }
    .leader {
        width: 60%;
    }
    .mobile_sidebar_handle_icon {
        /*change 07-07-2023
                    margin-top: 20px !important;*/
        margin-top: 10px !important;
    }
    /* div#header .col-sm-3:first-of-type {
                    width: 33% !important;
                    padding-left: 3% !important;
                    padding-right: 0% !important;
                }  */
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 3% !important;
        padding-right: 0% !important;
    }
    div#header .col-sm-1.mobile_menu {
        width: 80px !important;
        left: 2px;
        top: 0px;
    }
    .mobile_menu a.icon .hum_title {
        padding-left: 0px;
    }
    .mobile_sidebar_handle_icon {
        left: 50%;
    }
    .where_park img.info_image {
        display: none;
    }
    .where_park .info_wrapper .info_body {
        width: 100% !important;
    }
}
@media only screen and (max-width: 376px) {
    /**change 19-06-2023*/
    .all_services_con {
        width: 340px !important;
    }

    /**change 15-06-2023**/

    h2#page_title {
        margin-top: 35px !important;
    }
    .botton-section-row .botton-section-row-body {
        padding: 50px 0px;
    }
    .botton-section-row-body {
        padding-left: calc(var(--bs-gutter-x) * 1) !important;
    }
    /**change 15-06-2023 end**/

    #header .col-sm-3 {
        width: 190px !important;
    }
    /*span.hud_nav_symbol{
                    display:none;
                }*/
    .secondry_menu ul li {
        padding: 16px 10px 16px 0px !important;
    }
    .destination_links_wrapper {
        padding: 18px 26px;
        padding-bottom: 10px;
    }
    a.home_menues {
        width: calc(100% - 6px) !important;
        margin-bottom: 7px !important;
    }
    div#header .col-sm-3:first-of-type {
        width: 33% !important;
        padding-left: 6% !important;
        padding-right: 0% !important;
    }
    .mobile_sidebar_handle_icon {
        margin-top: 20px !important;
    }
}
/* desktop css */
.typography p img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0 10px;
}
.typography p img.alignright {
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0 0px 0px 10px;
}
.typography p img.alignleft {
    margin: 0px 10px 0px 0px;
}
ul.sub-menu {
    padding-left: unset;
}
h2.cut-text {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    /**change saffi 12-06-2023*/
    /*width: 660px !important;**/
    height: 1.2em !important;
    white-space: nowrap !important;
}
p.block_left {
    max-width: 50%;
    /*margin-right: 20px;*/
    margin-right: 35px;
}
section.container-fluid.listing_container.custom_tworows {
    padding-bottom: 80px;
}
ul#menu-footer-menu-1 {
    padding-left: 0rem;
}
.destination_body {
    width: 100%;
    margin: 0px 0 3%;
    position: relative;
    z-index: 20;
}
.info_dropdown_wrapper .custom-select {
    width: 240px !important;
}
table#schedule_table_2 .schedule_header_row th.schedule_header {
    width: auto !important;
}
.VIpgJd-yAWNEb-hvhgNd-k77Iif-i3jM8c {
    display: none;
}
.VIpgJd-yAWNEb-hvhgNd-N7Eqid.ltr {
    display: none;
}
.search_content_cell {
    padding-top: 60px;
}
table.transit_table.underline tr td a {
    text-decoration: underline;
}

/* desktop css end */
/* usm changes media query for To and From BWI header section */
@media only screen and (max-width: 1219px) {
    .main_con .row {
        margin: 0 auto;
    }
    .header-section-custom {
        padding-top: 41%;
        min-height: auto;
    }
    /* media query for inner child PARKING */
    .inner_page_title {
        margin: 62px 0px 5px;
    }
    .inner_page_title_con .container.title_con {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .custom_contcls .sidebar_menu.sidebar_cell {
        padding: 0px;
    }
    /* END media query for inner child PARKING */
}
@media only screen and (max-width: 980px) {
    /**change 19-06-2023*/
    .third_level_page .secondry_menu ul#menu-secondry-menu-2 .menu-item-1708 .sub-menu li a {
        text-decoration: none !important;
    }
    /*saf change*/
    /* .main_con .row {
                 max-width: 800px;
                 padding: 25px 20px 15px 0;
            } */
    /*saf change*/
    .botton-section-row_title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048;
    }
    /* media query for inner child PARKING */
    .inner_page_title {
        margin: 10px 0px 5px;
        font-size: 2.625rem;
        line-height: 1.19048;
    }
    .inner_page_caption {
        font-size: 1.375rem !important;
        line-height: 1.54545 !important;
    }
    .inner_page_title_con .container.title_con {
        padding-bottom: 11px;
    }
    .botton-section-row_caption {
        font-size: 1.375rem !important;
    }
    /* .container.custom_contcls {
            padding-left: 80px !important;
            padding-right: 80px !important;
        } */

    /* media query for inner child PARKING */
    .custom_bwi_shuttle_times h5.plan_item_caption {
        font-size: 16px;
        line-height: 1.54545;
        font-weight: 300;
        color: #414141;
        margin: 0;
    }
    .search_content_cell {
        width: 85% !important;
        margin: 0 auto;
    }
    .search_content_cell {
        padding-top: 15px;
    }
    h1.page_title_alternate {
        color: #da1a32;
        margin-top: 20px;
        margin-bottom: 17px;
        font-size: 2.625rem;
        line-height: 1.06667;
        font-weight: 900;
    }
}
@media only screen and (max-width: 767px) {
    .inner_page_title_con .inner_page_title {
        padding-top: 15px;
    }
    .custom_contcls {
        padding: 0px !important;
    }
}
@media only screen and (max-width: 739px) {
}
@media only screen and (max-width: 580px) {
    .main_con .row {
        max-width: 560px;
    }
    .botton-section-row_caption {
        font-size: 1.125rem !important;
        padding-left: 5%;
    }
}

/* usm changes media query for To and From BWI header section */
/* css for parking avalibility option module pages */
div#header ul#menu-main-menu {
    padding-left: unset;
}
div#header ul#menu-secondry-menu {
    padding-left: unset;
}

/* safari css */

.fs-dropdown-options {
    top: 100% !important;
    bottom: auto !important;
}
/* .sidebar_menu ul.sub-menu li a {
        padding: 11px 15px !important;
    font-weight: normal !important;
} */
.press_media_sidebar .menu .menu-item.menu-item-has-children ul.sub-menu li a {
    padding: 11px 15px;
    font-weight: normal;
}
.press_media_sidebar ul.menu li.current-menu-parent > a {
    color: #da1a32;
}
.press_media_sidebar .menu .menu-item.current-menu-ancestor ul.sub-menu li a {
    padding: 11px 15px;
    font-weight: normal;
}
.press_media_sidebar ul#menu-press-media-sidebar {
    padding: 0px;
}
ul.press_media_sidebar.menu {
    padding: 1px;
}
.press_media_sidebar li.current-menu-item a {
    text-decoration: underline;
}
.press_media_sidebar ul.menu li.menu-item-has-children > a {
    color: #da1a32;
}
.press_media_sidebar ul.sub-menu li:last-child a {
    color: #da1a32 !important;
    text-decoration: underline;
    font-weight: normal !important;
}
.press_media_sidebar li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    margin: 0px;
}
li.parent.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.active {
    display: block;
}
li.parent.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
    display: none;
}