:root{
    --dark-blue:#232B66;
    --bg-blue:#214D84;
    --search-card-bg:#F1F1F1;
    --orange:#F77E09;
    --inner-orange:#F77D0D;
    --btn-grey:#E6EAEF;
    --blue-text:#002859;
    --text-black:#090909;
    --grey-border:#B0BECE;
    --input-border:#79747E;
    --form-label:#1C1B1F;
    --terminal-btn:#FDD7B4;
    --express-sec-bg:#F7F0E9;
    --title-blue:#002C62;
    --info-border:#AEAEB2;
    --note-bg:#FEF2E7;
    --route-info:#335681;
    --know-more:#0A409D;
    --tab-active:#F2F4F7;
    --terminal-info-box-bg:#E6EAEF;
    --terminal-info-text:#101828;
    --link-color:#1563FF;
    --transit-bg:#F2F4F799;
    --transit-text-btn:#001229;
    --video-bg:#D9D9D9;
    --faq-text:#24282F;
    --faq-border:#D3D6DD;
}

/* index page start  */
.main-banner{
    background-color: var(--bg-blue);
}
.text-am{
    font-size: 22px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--white);
}
.banner-dropdown-section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner-dropdown,
.banner-dropdown:focus,
.banner-dropdown:hover,
.banner-dropdown:active{
    min-width: 210px;
    max-width: max-content;
    border-radius: 10px;
    font-size: 22px !important;
    font-weight: bold;
    padding: 9px 40px 9px 20px !important;
    background-color: var(--white);
    color: var(--black);
    margin: 0 !important;
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
}

.searchbox{
    background-color: var(--white) !important;
    border-radius: 20px !important;
    padding: 15px !important ;
}

.searchbox-border{
    border: 1px solid var(--dark-blue) !important;
    height: 52px !important;
}

.searchbox-border input,
.searchbox-border select,
.searchbox-border input:focus,
.searchbox-border input:active,
.searchbox-border select:focus,
.searchbox-border select:active{    
    border-radius: 6px;
    height: 50px !important;
    background-color: var(--white) !important;
    padding-right: 20px !important;    
}

#txtFlightSearch2{
 background-position: 98% !important;
 padding-right: 35px !important;
}
.search-flight-input{
    color: var(--dark-blue);
}

.search-section .search-box .search-box-inner .form-controls::after{
    top:10px !important
}
.main-banner .carousel-control-next:focus, 
.main-banner .carousel-control-next:hover, 
.main-banner .carousel-control-prev:focus, 
.main-banner .carousel-control-prev:hover,
.main-banner .carousel-control-next, 
.main-banner .carousel-control-prev{
    opacity: 1 !important;
}
.main-banner .carousel-control-prev-icon{
    background-image: url(../images/slider-arrow-prev.svg) !important;
}

.main-banner .carousel-control-next-icon{
    background-image: url(../images/slider-arrow-next.svg) !important;
}

.banner-search-sec{
    top:-120px
}

.search-section.banner-search-sec .search-box .search-box-inner select{
    background-image: url(../images/down-arrow.svg) !important;
    padding-right: 35px !important;
}

.search-section.banner-search-sec .search-btn,
.search-section.banner-search-sec .search-btn:hover,
.search-section.banner-search-sec .search-btn:focus,
.search-section.banner-search-sec .search-btn:active,
.search-section.banner-search-sec .search-btn:active:hover{
    width: 60px;   
    background-color: var(--dark-blue) !important;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: none;
    opacity: 1;
    height: 52px;
    border-radius: 8px;
}

.search-section.banner-search-sec .search-box .search-box-inner{
    width: 100%;
   
}
.search-desk-btn{
        display: block;
    }
.search-mob-btn{
    display: none;
}

.card-sec .content-row{
    margin-top: 0 !important;
}
.wait-timer-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -95px;
    padding-bottom: 50px;
    text-align: center;
    flex-direction: row;
    width: 100%;
}
.time-title{
    font-size: 30px;
    color: var(--orange);
    font-weight: 900;
    margin-right: 27px;
}
.gate-time{
    font-size: 25px;
    color: var(--white);
}

.updated-time{
    color: var(--white);
    font-size: 14px;
    margin-left: 12px;
}
.gate-detail{
    padding-inline: 7px;
}
.home-page{
    background-color: var(--bg-blue);
}

.card-sec .inner{
    padding: 30px 22px 38px 22px !important;
}

.card-sec h3{
    margin-bottom: 46px !important;
}



.card-sec .content-item:nth-child(1) .inner,
.card-sec .content-item:nth-child(3) .inner{
    background: transparent linear-gradient(180deg, #F84F31 0%, #FF725B00 100%) 0% 0% no-repeat padding-box !important;
    background-image: url(../images/AirPortGuide.png) !important;
    background-size: cover !important;
    background-position: center !important ;
}
.card-sec .content-item:nth-child(2) .inner{
    background: transparent linear-gradient(180deg, #FF9155 0%, #7A4C2C00 100%) 0% 0% no-repeat padding-box !important;
    background-image: url(../images/ToAirport.png) !important;
    background-size: cover !important;
    background-position: center !important ;
}

.card-sec .content-card{
    margin: 0 !important;
}

.card-sec .content-card-inner{
    padding: 0 !important;
}

.card-sec .content-inner{
    padding: 8px 10px !important;
    word-break: break-word;
}
.card-sec .content-card .content-card-inner:nth-child(1){
    padding-right: 12px !important;
}

.card-sec .content-inner img{
    margin-inline: 6px !important;
}

.highlight-title{
    font-size: 42px;
    position: relative;
    z-index: 9999;
    margin-bottom: 50px;
}
.service-sec{
    padding: 25px 0 58px 0;
}

.service-sec .service-item{
    padding: 0 3px !important;
}

.service-sec .inner{
    position: relative;
}
.bg-img-overlay{
    position: absolute;     
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    background-image: url(/assets/images/highlight-bg.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}

.service-highlight-title{
    margin-bottom: 10px;
}

.service-sec .content{
    padding: 0 15px 34px 15px;
}

.explore-btn,
.explore-btn:hover,
.explore-btn:focus,
.explore-btn:active,
.explore-btn:active:hover{
    font-size: 25px;
    border-radius: 10px;
    opacity: 1;
}
.explore-sec:before{
    display: none;
}
.dwnld-title{
    font-size: 68px !important;
    line-height: 82px !important;
}
.dwnld-subtitle{
    font-size: 28px !important;
    font-weight: 400 !important;
}
.blog-sec{
    padding: 27px 0 70px 0;
}
.blog-title{
    position: relative;
    z-index: 2;
}
.blog-btn{
    width: 130px !important;
    border-radius: 8px !important;
}
.blog-sec h3{
    font-weight: 500 !important;
}
.card-sec{
    padding-bottom: 70px;
}
#arrival{
    display: none;
}
#departure, #arrival,
.searchbar-space{
    width: 100%;
    margin-right: 20px;
}
.search-btn img{
    position: relative;
    top: -3px;
}
#transit{
    display: none;
}

.tab-banner-sec{
    top: -145px !important;
}
#arrivalCard, #transitCard{
    display: none;
}
/* index page end */


/* Metro page start */
.innerBannerSec{
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--white);
}
.innerBannerImg{
    width: 100%;
    height: 385px;
    object-fit: cover;
    background-position: center;
}

.innerBannerTitle{
    font-size: 48px;    
    font-weight: 500;
    margin-bottom: 12px;
}

.innerBannerContentSec{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 42px 15px;
    z-index: 3;
}

.innerBannerOverlay{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #030A0CA6;
}

.innerBannerLine{
    border-top: 1px solid var(--inner-orange) !important; 
    width: 40%;
    margin: 10px 0;
    opacity: 1;
}

.innerBannerSubTitle{
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}

.innerBannerDesc{
    font-size: 18px;
    font-weight: 500;
}
.innerBotImgSec{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
}

.innerImageSec{
    width: 100%;
    height: 400px;
    position: relative;
}
.innerBotSecImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerBotSecOverlay{
    background-color: #030A0C80;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;    
}

.innerBotTitle{
    font-size: 24px;
    color: var(--white);
    font-weight: 500;
}

.checkHereBtn{
    background-color: var(--btn-grey);
    font-size: 14px;
    color: var(--blue-text);
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 12px;
    text-decoration: underline;
}

.findTerminalSec{
    padding: 40px;
    text-align: center;
}

.terminalTitle{
    color: var(--inner-orange);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}

.terminalDesc{
    font-size: 18px;
    color: var(--text-black);
}

.terminalInputSec{
    border: 1px solid var(--grey-border);
    border-radius: 7px;
    padding: 20px 35px;
}
.terminalInputGroup{
    position: relative;
    width: 100%;
}
.terminalInput,
.terminalInput:hover,
.terminalInput:focus,
.terminalInput:active,
.terminalInput:active:hover{
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--input-border);
  border-radius: 4px;
  background-color: transparent;
  margin: 0px auto;
  padding: 6px 50px 4px 14px;
  height: 56px;
  outline: none !important;
  font-size: 16px;
  color: var(--form-label);
  transition: all .2s ease-in-out;
  box-shadow: none !important;
}
.terminalInputLabel {
  position: absolute;
  top: 20px; 
  left: 12px;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  background: var(--white);
  color: var(--form-label);
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
}

.terminalInput:valid + .terminalInputLabel, .terminalInput:focus + .terminalInputLabel { 
  top: -6px;
  color: var(--form-label);
  font-size: 14px;
}

.terminalInputForm{
    display: flex;
    align-items: center;
    gap:20px
}

.terminalSearchBtn,
.terminalSearchBtn:hover,
.terminalSearchBtn:focus,
.terminalSearchBtn:active:hover{
    background-color: var(--blue-text);
    height: 56px;
    border-radius: 4px;
    opacity: 1;
}
    .terminalSearchBtn.mobBtn{
        display: none;
}

.terminalInputIcon{
    position: absolute;
    top: 20px;
    right: 20px;
}

.terminalBtn{
    background-color: var(--terminal-btn);
    border-radius: 8px;
    font-size: 16px;
    color: var(--primary) !important;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: none;
    min-width: 184px;
    padding: 0;
}

.terminalBtn span{
    padding: 14px 50px;
    border-radius: 8px;
}
.terminalBtnSec{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin-top: 20px;    
}
.terminalContent{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-black);
}
.terminalContent{
    margin-top: 20px;
}

.expressSec{
    padding: 42px 100px;
    background-color: var(--express-sec-bg);
    text-align: center;
}

.expressTitle{
    font-size: 36px;
    font-weight: 500;
    color: var(--title-blue);
    margin-bottom: 12px;
}
.expressLine{
    margin: 0 auto 20px auto;
}

.expressContent{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-black);
}

.fontBold{
    font-weight: 600;
}

.terminalInfoSec{
    padding: 42px 200px;
}

.terminalInfoTable .title{
    font-size: 24px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--info-border);

}
.terminalInfoTable .details{
    font-size: 22px;
    color: var(--black);
    font-weight: 500;
    border-bottom: 1px solid var(--info-border);
}
.terminalInfoTable{
    width: 100%;
}
.terminalInfoTable tr:last-child .title,
.terminalInfoTable tr:last-child .details{
    border-bottom: 1px solid transparent;
}

.helpBtn{
    font-size: 22px;
    color: var(--btn-grey);
    background-color: var(--inner-orange);
    border-radius: 10px;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: none;
    padding: 14px 24px;
}
.helpBtnSec{
    text-align: center;
    margin:25px 0 20px 0;
}
.terminalImg{
    width: 100%;
    object-fit: contain;
}
.noteSec{
    background-color: var(--note-bg);
    padding: 10px 100px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
    margin-bottom: 30px;
}
.noteSec p{
    margin-bottom: 0;
}
.metroTrainSec{
    position: relative;
}
.metroTrainImg{
    width: 100%;
    object-fit: cover;
    height: 580px;
    object-position: center;
}
.metroTrainCard{
    background-color: var(--blue-text);
    border-radius: 20px;
    padding: 20px;
    max-width: 935px;
    margin: -160px auto 0 auto;
    position: relative;
    text-align: center;
}
.metroTrainTitle{
    font-size: 48px;
    font-weight: 500;
    color: var(--white);
    max-width: 722px;   
    margin-inline: auto;
}
.metroTrainLine{
    margin-inline: auto;
    margin-bottom: 15px;
}
.metroTrainDesc{
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}
.orangeText{
    color: var(--inner-orange) !important;
}
.routeSec{
    padding: 0 100px;
}
.routeSecGrid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-bottom: 1px solid var(--info-border);
}
.noBorder{
    border-bottom: 1px solid transparent !important;
}
.routeSecGrid p{
    margin-bottom: 0;
}
.routeTitle{
    font-size: 24px;
    font-weight: 700;
    color: var(--route-info);
    margin-bottom: 0;
}
.routeSubTitle{
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
}
.routeDesc{
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}
.routeTitle,
.routeSubTitle,
.routeDesc{
    padding: 3px 0;
}
.knowMoreBtn{
    border-radius: 4px;
    background-color: var(--inner-orange);
    font-size: 18px;
    font-weight: 600;
    color: var(--know-more);
    padding: 8px 12px;
    display: inline-block;
}
.knowMoreSec{
    margin: 50px 0;
    padding: 0 100px;
}
.terminalBtnSec .deskBtn{
    display: block;
}
.terminalBtnSec .mobBtn{
    display: none;
}
.terminalActive{
    background-color: var(--title-blue) !important;
    color: var(--tab-active) !important;
}
.deskTerminal{
    display: flex;
}
.baggageSec{
    padding: 50px 85px;
}

.baggageSecGrid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.baggageContentSec{
    width: 35%;
    padding: 15px 85px 15px 0;
}
.baggageImgSec{
    width: 65%;
}
.baggageImg{
    width: 100%;
    min-height: 344px;
    object-fit: cover;
    border-radius: 10px;
}
.clickHereBtn{
    background-color: var(--title-blue);
    color: var(--tab-active);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    margin-top: 15px;
    display: inline-block !important;
    border-radius: 4px;
}
.baggageTitle{
    color: var(--title-blue);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
}
.baggageDesc{
    font-size: 18px;
    color: var(--title-blue);
    margin-top: 15px;
    font-weight: 500;
}
.innerArrowIcon{
    margin-left: 8px;
    width: 8px;
    height: 14px;
    object-fit: contain;
}
/* ----------Metro page end----------*/

/* ----------------Private car drop off start-------- */
.terminalInfoBoxSec{
    background-color: var(--terminal-info-box-bg);
    padding: 50px 100px;
}
.terminalInfoGrid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    border-bottom: 1px solid var(--info-border);
    align-items: center;
    padding: 10px 15px;
}
.terminalInfoBoxSec .terminalInfoGrid:last-child{
    border-bottom: 1px solid transparent;
}
.terminalInfoTitle{
    font-size: 24px;    
    color: var(--title-blue);
}

.terminalInfoDesc{
    color: var(--terminal-info-text);
    font-size: 18px;   
}
.bookNowSec{
    background-color: var(--terminal-btn);
    text-align: center;
    padding: 12px 20px;
}
.bookNowBtn{
    font-size: 16px;
    font-weight: 500;
    color: var(--link-color);
    display: inline-block;
    text-decoration: underline;
}
.parkflyContentSec{
    padding: 15px 15px 15px 85px;
}
/* -------------Private car drop off end ------------*/

/* -----------Passenger transit guide ----------*/
.transitGuideSec{
    background-color: var(--transit-bg);
    padding: 60px 60px 40px 60px;
}

.transitGuideContent{
    font-size: 18px;
    color: var(--text-black);
    margin-bottom: 30px;
    text-align: center;
}
.transitGudieImg{
    width: 100%;
    object-fit: contain;
}
.transitBtnSec .terminalBtn{
    min-width: auto;
}

.transitGuideBtn{
    background-color: var(--terminal-btn);
    border-radius: 8px;
    font-size: 16px;
    color: var(--transit-text-btn);
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: none;    
    padding: 14px 16px;
}
.transitBtnSec{
    margin-top: 40px;
}
.flightInfoDesc{
    margin-bottom: 40px;
}

.terminalInput[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.usefulTipsTitle{
    color: var(--title-blue);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    padding-inline: 15px;
}
.usefulTipsSec{
    margin: 30px 0 50px 0;
}
.tipIcon{
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.tipsMainContentSec,
.tipsSubContentSec{
    list-style-type: none;
}
.tipsMainContentSec li{
    color: var(--text-black);
    font-size: 18px;
    border-bottom: 1px solid var(--info-border);
    padding-inline: 50px;
}
.transitGuideVideoSec{
    padding: 11px 100px;
    background-color: var(--video-bg);
}
.faqSec{
    padding: 20px 100px;
    background-color: var(--note-bg);
}
.faqTitle{
    font-size: 32px;
    font-weight: 500;
}
.faqDesc{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
/* ------------Passenger transit guide end ------*/

.displayMobile{
    display: none;
}
.displayDesktop{
    display: block;
}
/* -------------------Media queries start ---------------*/

@media screen and (max-width:480.98px) {
    /* Index page */
    .card-sec .content-card .content-card-inner:nth-child(1){
        padding-right: 0 !important;
   }
}
@media screen and (max-width:767.98px) {
    /* Index page start*/
    .card-sec .content-item{
        margin-bottom: 20px !important;
   }
    .card-sec h3{
        margin-bottom: 24px !important;
    }
    .highlight-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .service-sec .inner{
        width: 85%;
        min-height: 310px;
    }    
    .service-image img{
        min-height: 310px;
    }
    .service-highlight-title{
        font-size: 17px !important;
    }
    .service-desc{
        font-size: 18px !important;
        line-height: 20px !important; 
    }
    .service-sec {
        padding: 25px 0 10px 0 !important;
    }
    .explore-title{
        line-height: 55px !important;
    }
    .explore-sub{
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .explore-desc{
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .explore-sec{
        padding: 26px 0 40px 0;
    }
    .explore-btn{
        font-size: 16px;
        padding: 6px 13px !important;
        min-width: 117px !important;
    }
    .dwnld-title{
        font-size: 30px !important;        
    }
    .dwnld-subtitle{
        font-size: 22px !important;
    }
    .dwnldapp-sec .categories{
        font-size: 16px !important;
    }
    .blog-sec h3{
        font-size: 16px !important;
        min-height: auto !important;
    }
    .blog-sec .inner{
        min-height: 325px;
    }
    .card-sec{
        padding-bottom: 40px;
    }
    /* Index page end*/
    /* Metro page */
    .innerBannerTitle{
        font-size: 25px;
    }
    .innerBannerSubTitle{
        font-size: 16px;
    }
    .innerBannerDesc{
        font-size: 12px;
    }
    .innerImageSec{
        height: 250px;
    }
    .terminalInputForm{
        flex-direction: column;
    }
    .terminalSearchBtn.mobBtn{
        display: block;
        width: 100%;
        font-size: 14px;
        height: auto;
    }
    .terminalSearchBtn{
        display: none;
    }
    .terminalInputSec{
        padding: 15px;
    }
    .terminalInput, 
    .terminalInput:hover, 
    .terminalInput:focus, 
    .terminalInput:active, 
    .terminalInput:active:hover,
    .terminalInputLabel{
        font-size: 14px !important;
    }
    
    .terminalTitle{
        font-size: 22px;
    }
    .terminalDesc{
        font-size: 15px;
    }
    .terminalBtn{
        min-width: 72px;        
    }
    .terminalBtn span{
        padding: 8px 12px;
    }
    .terminalBtnSec{
        gap: 20px;
    }
    .terminalContent{
        font-size: 12px;
        margin-bottom: 0;
    }
   .expressTitle{
        font-size: 20px;
   }
   .expressContent,
   .transitGuideContent{
        font-size: 12px;
   } 
   .terminalInfoTable .title{
        font-size: 14px;        
   }
   .terminalInfoTable .details{
        font-size: 12px;
   }
   .helpBtn{
        font-size: 14px;
        padding: 10px 15px;
   }
   .noteSec{
        padding: 10px 24px;
        font-size: 8px;        
   }
   .metroTrainTitle{
        font-size: 18px;
   }
   .metroTrainDesc{
        font-size: 12px;
   }
   .metroTrainCard{
        max-width: 340px;
        margin: -50px auto 0 auto;
        padding: 15px;
   }
   .metroTrainImg{
        height: 206px;
   }
   .routeSecGrid{
        grid-template-columns: 1fr;
    }
   .routeTitle{
        font-size: 16px;
    }
    .routeSubTitle,
    .routeDesc{
        font-size: 14px;
    }
    .routeSubTitle{
        font-weight: 600;
    }
    .knowMoreSec{
        background-color: var(--note-bg);
        margin: 0 0 25px 0;
        border-top: 1px solid var(--info-border);
    }
    .knowMoreDesc{
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
    }
    .knowMoreBtn{
        font-size: 14px;
    }
    /* Metro page end */
    .displayMobNone,
    .deskTerminal{
        display: none;
    }  
    .findTerminalSec{
        padding: 20px 15px;
    }
    .baggageContentSec, .baggageImgSec {
        width: 100%;
    }
    .baggageTitle,
    .usefulTipsTitle{
        font-size: 16px;
    }
    .baggageSecGrid{
        flex-direction: column;
    }
    .displayMobile{
        display: block;
    }
    .displayDesktop{
        display: none !important;
    }
    .parkflyContentSec{
        padding: 15px 20px 15px 0;
    }
    .parkFlySec{
        padding-bottom: 0 !important;
    }
    .baggageImg{
        min-height: 145px;
    }
    .transitGuideSec{
        padding: 30px 15px;
    }
    .transitGuideBtn{        
        min-width: 220px;
    }
    .transitBtnSec{
        flex-direction: column;
    }
    .flightInfoDesc{
        margin-bottom: 16px;
    }
    .usefulTipsTitle{       
        text-align: left;
        margin-bottom: 15px;
    }
    .tipsMainContentSec li{
        font-size: 14px;
        padding: 3px 15px;
    }
    .tipsMainContentSec{
        padding-left: 0;
    }
    .tipsSubContentSec{
        padding-left: 50px;
        border-bottom: 1px solid var(--info-border);
    }
    .tipsSubContentSec li{
        border-bottom: 1px solid transparent;
        list-style-type: disc;
        padding-left: 0;
    }
    .mobTextBold{
        font-weight: 500;
    }
    .tipsMainContentSec > li:nth-last-child(2){
        border-bottom: 1px solid transparent;
    }
    .usefulTipsSec {
        margin: 30px 0;
    }
    .innerBannerLine{
        margin: 5px 0;
    }
    .faqSec{
        padding: 20px 15px;
    }
    .faqTitle{
        font-size: 16px; 
        margin-bottom: 5px; 
        padding-inline: 20px;      
    }
    .faqDesc{
        font-size: 14px;
        padding-inline: 20px;
    }
    .faqSec,
    .faqSec .container{
        padding-inline: 0;
    }
    .faqBorder{
        border-bottom: 1px solid var(--info-border);
        width: 100%;
        margin: 3px 0 10px 0;
    }
    .routeSec{
        padding: 0;
    }
    .routeSecGrid{
        padding: 0 24px;
    }
    .mobNoBorder{
        border-bottom: 1px solid transparent;
    }
    .cabTerminalInfoSec,
    .cabTerminalInfoSec .container,
    .privateCarTerminalInfoBox,
    .privateCarTerminalInfoBox .container,
    .usefulTipsSec .container{
        padding-inline: 0 !important;
    }
    .cabTerminalInfoSec .terminalInfoGrid,
    .privateCarTerminalInfoBox .terminalInfoGrid,
    .usefulTipsTitle,
    .tipsMainContentSec li{
        padding-inline: 20px
    }
    .tipsSubContentSec li{
        padding-left: 0;
    }
    
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .parkflyContentSec{
        padding: 15px 20px 15px 40px;
    }
    .parkFlySec{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }    
    .baggageSec {
        padding-bottom: 40px !important;
    }
    .baggageSpaceRight{
        padding-right: 40px;
    }
    .cabTerminalInfoSec{
        margin-bottom: 40px
    }
    .routeSec{
        padding: 0 24px;
    }
   
}


@media screen and (max-width:991.98px) {
    /* index page start*/
    .banner-dropdown,
    .banner-dropdown:focus,
    .banner-dropdown:hover,
    .banner-dropdown:active,
    .text-am{
        font-size: 17px !important;
    }

    .banner-search-sec{
        top: 0 !important;
        background-color: var(--primary);
    }
    .search-section.banner-search-sec .search-btn{
        width: 100% !important;
    }
    .searchbox-border{
        border: 1px solid transparent !important;
        height: auto !important;
        
    }
    .search-section.banner-search-sec .searchbox{
        background-color: var(--search-card-bg) !important;
        padding: 20px 15px !important;
        border-radius: 20px !important;
        margin-top: -42px;
    }
    #departure, #arrival{
        margin-right: 0;
    }
    .search-section.banner-search-sec .search-box .search-box-inner select,
    .search-section.banner-search-sec .search-box .search-box-inner input,
    .banner-search-sec .flight-suggestions{
        background-color: var(--search-card-bg) !important;
    }
    .search-desk-btn{
        display: none;
    }
    .search-mob-btn{
        display: block;
        font-size: 22px !important;
        font-weight: bold;
    }
    .search-section.banner-search-sec .search-box .search-box-inner .form-controls{
        margin-bottom: 20px;
    }
    .banner-dropdown-section{
        position: relative;
        top: -75px;
    }
    .banner-dropdown, .banner-dropdown:focus, .banner-dropdown:hover, .banner-dropdown:active{
        min-width: 194px !important;
        padding: 14px 40px 14px 10px !important;
    }
    .main-banner{
        background-color: var(--dark-blue) ;
    }
     .wait-timer-sec{
        flex-direction: column;
        margin-top: 40px;
        gap: 10px;
        padding-bottom: 44px;
    }
    .gate-time{
        font-size: 19px;
    }
    .time-title{
        margin-right: 0;
    }
    .updated-time{
        margin-left: 0;
    }
    .home-page{
        background-color: var(--primary);
    }
     .dwnld-title{
        line-height: inherit !important;      
    }
    .tab-icon{
        width: 25px !important;
        margin-right: 5px !important;
    }
    /* Index page end*/

    /* Metro page */
    .terminalInfoSec{
        padding: 30px 24px;
    }
    .expressSec{
        padding: 20px 24px;
    }  
    .baggageSec{
        padding: 0 10px 20px 10px;
    }   
    .innerBotImgSec{        
        grid-template-columns:1fr;        
    }
    /* Metro page end */

    /* Private car drop off start*/
    .terminalInfoBoxSec{
        padding: 16px;
    }
    .terminalInfoTitle{
        font-size: 16px;
    }
    .terminalInfoDesc{
        font-size: 14px;
    }
    .terminalInfoGrid{
        padding: 7px 0;
        gap: 10px;
    }   
    .knowMoreSec{
        padding: 24px;
    }
    /* Private car drop off end */
    .transitGuideBtn{
        font-size: 14px;
    }

}

@media screen and (min-width:768px) {
    .innerBannerContentSec{
        padding-inline: 80px;
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .baggageSec{
        padding: 30px 70px;
    }
    .baggageImg{
        object-fit: cover;
        height: 100%;
    }
}
/* Media queries start */