*{margin: 0px; padding: 0px; box-sizing: border-box; outline: none;}
body{font-family: "Nunito Sans", sans-serif; font-size: 62.5%;}
strong.bannerheading, h1.flightheadings, h1.bannerheading{font-size: 4.8em; color: #ffffff; text-align: center; font-weight: 700; text-shadow: 1px 1px #000;}
h1.heading{font-size: 3.4em; font-size: clamp(2.2em, 4vw, 3.4em); margin: 30px 0; color: #000000; color: var(--txtblack);font-weight:800;}
h2.heading{font-size: 3em; font-size: clamp(2em, 4vw, 3em); margin: 30px 0; color: #000000; color: var(--txtblack); font-weight:800; text-align: center;}
.commonspace{padding-top:20px;}
div.box-load-more{margin-top: -10px;}
div.box-load-more > a{box-shadow: -1px 1px 10px rgba(0 0 0 / 15%); box-shadow: var(--fltshadow); padding: 8px 18px; display: inline-block; font-size: 1.4em; color: #000000; color: var(--txtblack); text-decoration: none; font-weight: 600;}

.introsection h1{margin-bottom: 20px;}
.msearchstrip{display: none;}
img.toggleimg{transform: rotate(180deg);}

.searchbg{background-color:#F2F3F7; background-color: var(--greybg); margin:0;}
.searchbg .searchsection{position: static;}
.searchbg .searchsection .searchnav{display: none;}
.searchbg .searchsection .searchbase, .searchbg .searchsection .searchcross{background: none;}

/* Bof: Banner */
.bannerparent{position: relative;}
.bannerparent::after{background-image: url(/assets/images/headeroverlay.png); background-repeat: repeat-x; height: 82px; content: '';  position: absolute; top: -30px; left: 0; width: 100%; z-index:0; display: none;}

.banner{width: 100%; display: flex; flex-wrap: wrap;}
.sliderimg{width: 100%; position: relative;}
.sliderimg:after{ content: url("/assets/images/40aniversary/celebrations40.svg"); position: absolute; top:10%; left:0; right:0; margin: 0 auto; width:150px; z-index:4;}
.sliderimg:before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; background:#000000; opacity:0.1;}
.sliderimg img{ width: 100%; height: auto;}
.sliderimg .bannerheading img.sticonimg{width: 45px; height: auto; vertical-align:bottom;}
.sliderimg img[src="assets/images/flights-tab-banner.jpg"]{margin-top: -80px;}
.bannercontent{display: flex; justify-content: center; flex-direction: column; width: 100%; align-items: center; position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); z-index:3; margin-top: 10px;}
.bannercontent .viewofferbtn{ margin-top: 20px; }
.bannercontent .viewofferbtn a{ text-decoration: none; background:#F95539; background:var(--btnred); color: #ffffff; font-size: 1.6em; padding:8px 16px; transition: all .5s; display: flex; align-items: center; text-transform: uppercase;}
.bannercontent .viewofferbtn a img{ width: 7px; margin-left:7px; margin-top: 0;}
.bannercontent p.banneroffers{font-size: 2.5em; color: #ffffff; color: var(--txtwhite); font-weight: 600; margin-top: 15px; display: block;  text-shadow: 1px 1px rgba(0 0 0 / 60%);}
/* Eof: Banner */


/* Custom Radion BTN */
.rdbtn { display: block; position: relative; padding-left: 22px; cursor: pointer;font-size: 14px; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 500; margin-right: 10px;}
.rdbtn input {position: absolute;  opacity: 0; cursor: pointer;}
.rdbtn .checkmark { position: absolute; top: -2px;  left: 0; height: 16px; width: 16px; background-color: #ffffff; border-radius: 50%; border:1px solid #7c7c7c; }
.rdbtn:hover input ~ .checkmark {}
.rdbtn input:checked ~ .checkmark {background-color: #ffffff;}
.rdbtn .checkmark:after {content: ""; position: absolute;}
.rdbtn input:checked ~ .checkmark:after {display: block;  background: #707070;}
.rdbtn .checkmark:after {top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%;}

/* Custom Checkbox */
.checkbtn { display: block; position: relative; padding-left: 30px; cursor: pointer; font-size:1.4em;   -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 500;}
.checkbtn input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkbtn .checkmark {position: absolute; top: -2px; left: 0; height: 20px; width: 20px; border: 1px solid #adadad;}
.checkbtn:hover input ~ .checkmark { background:#cccccc; background:var(--greybg);}
.checkbtn input:checked ~ .checkmark {background-color: transparent;  border: 1px solid #707070;}
.checkbtn .checkmark:after {content: ""; position: absolute; display: none;}
.checkbtn input:checked ~ .checkmark:after { display: block;}
.checkbtn .checkmark:after {left: 6px; top: 2px; width:4px; height: 9px; border:solid #707070;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

div.fltbox .shaidbox > ul > li b.bOnly{top: 12px;}
.fltbox .shaidbox > ul > li label.checkbtn{text-transform: capitalize;}

#topsection{ position: relative; margin: 0 auto; max-width: 1920px;}
#topsection.hideshaidow .headersection::after{display: none;}
.container-fluid{margin: 0 auto; max-width: 1920px;}
.container{max-width: 1800px; margin: 0 auto;}

.navigation{ width: 100%;}
.navigation ul{ display: flex; justify-content: center; list-style: none;}
.navigation ul li{ margin-right:20px;}
.navigation ul li.selected a{color:#F95539;}
.navigation ul li.selected a path{fill: #F95539;}
.navigation ul li.moreicon.selected a path{fill:none; stroke:#F95539;}
.navigation ul li.homeicon svg{ width: 22px;}
.navigation ul li a{ text-decoration: none; color:#000000; color: var(--txtblack); font-size: 1.2em; text-transform: uppercase; font-weight: 500; display: flex; align-items: center; transition: all .5s;}
.navigation ul li a:hover{color:#F95539;}
.navigation ul li a span{ line-height: 22px;}
.navigation ul li a span + svg{width: 12px; margin-left: 5px; fill: #000000;  opacity: 9;}
.navigation ul li svg{ margin-right:5px; transition: all .5s; width: 18px;}
.navigation ul li:hover a path{fill:#F95539;}
.navigation ul li.homeicon:hover a path, .navigation ul li.moreicon:hover a path{fill:none; stroke:#F95539;}

.headersection{background-color: #ffffff; width: 100%; padding:24px 0px 25px; position: relative;}

.headersection .header{position: relative; max-width: 1800px; margin: 0 auto; width: 98%; display: flex; align-items: center; z-index: 9;}
.headersection .header .sitelogo{ position: absolute; left: 0;}
.headersection .header .sitelogo svg{width:300px;}
.headersection .header .callsection{ position: absolute; right: 0; width: 220px; border-left: 1px solid #cccccc; padding-left: 10px; line-height: 20px;}
.headersection .header .callsection > p{font-size:1.2em; font-weight: 600;}
.headersection .header .callsection > a{ text-decoration: none; display: flex; margin-top: 3px; align-items: center;}
.headersection .header .callsection strong{font-size: 2.4em;display: inline-block; font-weight: 800; color:#f95539; color:var(--txtorange);}
.headersection .header .callsection > a > img{margin-right:5px;}
.headersection .header .callsection > span{ vertical-align: middle; font-size: 1.3em; font-weight:800; cursor: pointer;}
.headersection .header .callsection span img{ vertical-align: middle;}
.bankdetails{background-color: #f5f5f5; padding: 10px; position: absolute; top:42px; width:220px; right:0px; border-left: 1px solid #cccccc; display: none; line-height: 20px;}
.bankdetails .headingBx{font-size: 1.4em; font-weight: 800; color:#f95539; color:var(--txtorange); text-transform: uppercase;}
.bankdetails .acdetail{}
.bankdetails .acdetail > p{font-size: 1.4em;}
.bankdetails .acdetail > p > span{font-weight: 700; font-size: .95em;}
.mobileheader, .searchcross{display: none;}

.searchsection{max-width: 1140px; bottom: 0; position: absolute; left: 0; right: 0; margin: auto; z-index:6;}
.searchnav{ max-width: max-content; width: auto; margin: 0; background-color: rgba( 255 255 255 / 90%);}
.searchnav ul{ list-style: none; display: flex; justify-content: flex-start; gap: 12px;}
.searchnav ul li{flex:0 0 auto;}

.searchnav ul li a{ text-decoration: none; height: 42px; display: block; text-decoration: none; color: #000000; color: var(--txtblack);  display: flex; align-items: center; font-size: 1.4em; padding: 10px; font-weight: bold; justify-content: center; white-space: nowrap;}   
.searchnav ul li a svg{width: 28px;  display: block; margin-right: 7px; height:auto;}
.searchnav ul li a svg g{display: contents;}
.searchnav ul li:first-child a svg{width: 20px;}
.searchnav ul li:nth-child(3) a svg{width: 38px;}
.searchnav ul li:nth-child(4) a svg{width: 16px; height: auto;}
.searchnav ul li:nth-child(5) a svg{width: 20px; height: auto;}


.searchnav ul li a img{margin-right: 8px;}
.searchnav ul li a.active{background:#F95539; background:var(--btnred); color: #ffffff;}
.searchnav ul li a.active svg path{fill: #ffffff;}

.searchnav ul li:nth-child(3), .searchnav ul li:nth-child(4), .searchnav ul li:nth-child(6) { display: none;}
.searchnav ul li:last-child, .searchnav ul li:nth-child(5){ display: block;}

.searchbase{background-color: rgba( 255 255 255 / 90%); padding: 15px; display: flex; justify-content: space-between; gap: 10px; padding-bottom: 0;}
.searchbase .fildgroup{display: flex; flex-wrap: wrap; flex-basis: calc(100% - 100px); position: relative; align-items: flex-start;}
.searchbase .fildgroup .fildrow{display: flex; gap: 10px; align-items: center; flex-wrap: wrap; position: relative; width: 100%;}
.searchbase .fildgroup .fildrow .col{flex:1; position: relative; background-color: #ffffff; height: 40px;}
.searchbase .fildgroup .fildrow .col .adtcont{padding: 13px 0px 13px 40px; font-size: 1.4em;transition: all .5s; text-overflow: ellipsis;    overflow: hidden; white-space: nowrap; width: 96%;}
.searchbase .fildgroup .fildrow .col .searchcalc{display: flex; align-items: center; height: 100%; font-size: 1.4em; transition: all .5s; border:1px solid #ffffff;}

.searchbase .fildgroup .fildrow .col .searchcalc:focus-within{border:1px solid #707070;}
span.highfen{padding-right: 12px;}
.searchbase .fildgroup .fildrow .col:nth-child(4){flex:0 0 210px;}

.searchbase .fildgroup .fildrow .col .searchcalc input[type="text"]{ width: 100%;  height: 38px; font-size: .85rem;  border: 1px solid #ffffff;
transition: all .5s; padding: 0; text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}

.searchbase .fildgroup .fildrow .col .searchcalc input#depdateit, .searchbase .fildgroup .fildrow .col .searchcalc input#retdateit{ width: 77px; height: 36px;}
.searchbase .fildgroup .fildrow .col .searchcalc input#serverdate, .searchbase .fildgroup .fildrow .col .searchcalc input#depdateit, .searchbase .fildgroup .fildrow .col .searchcalc input#deptdts{ padding-left: 35px;}
.searchbase .fildgroup .fildrow .col .searchcalc input#depdateit{width: 112px;}

.searchbase .fildgroup .fildrow .col .searchcalc span.hyfen{flex-basis: 22px;}
.searchbase .fildgroup .fildrow .col .searchcalc input[type="text"]:focus{border: 1px solid #ffffff;}
.searchbase .fildgroup .fildrow .col.colarrow{flex: 0 0 20px;cursor: pointer; background: none; vertical-align: middle; height: 100%; align-items: center; display: flex;}
.searchbase .fildgroup .fildrow .col span.searchicon{ position: absolute; top: 12px; left: 10px; pointer-events: none;}
.searchbase .fildgroup .fildrow .col input[type="text"]{ width: 100%; height: 40px; border: none; padding-left: 40px; padding-right: 30px; font-size: 1.4em; border: 1px solid #ffffff; transition: all .5s; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.searchbase .fildgroup .fildrow .col input[type="text"]:focus{border:1px solid #707070;}

.searchbase .btngroup{width: 100px;}
.searchbase .btngroup input[type="submit"]{background:#F95539; background:var(--btnred); padding:0px !important; color: #ffffff; border: none; font-size: 1.3em; text-transform: uppercase; font-weight: 600 !important; height: 40px; width: 100%; cursor: pointer; transition: all .5s; white-space: break-spaces;}
.searchbase .btngroup .refreshbtn{font-size: 1.2em; font-weight: 500; display: flex; align-items: center; margin-top: 10px; cursor: pointer;}
.searchbase .btngroup .refreshbtn img{margin-left: 5px;}
.searchbase .fildgroup .multird{display: flex; margin-top: 14px;}
.searchbase .fildgroup .classgrid{display: flex;}
.searchbase .fildgroup .classgrid .row{display: flex; flex-wrap: nowrap; width:540px; position: relative; margin-left: 10px;}
.searchbase .fildgroup .classgrid .row .col{flex:1; position: relative;}
.searchbase .fildgroup .classgrid .row .col.checkbx{padding-left: 10px; display: flex; align-items: center; margin-left: 0px;}
.searchbase .fildgroup .classgrid .row .col.checkbx:before{left: 0;}
.clearable.x{background: #fff url(/assets/images/input-cross.png) no-repeat; background-position: 96% 50%; transition: none; cursor: pointer; transition: inherit !important;}

/* Passegner box */
.searchbase.flightpass .passenger-grid-bx{background-color: #e7e7e7; width: 320px; padding: 20px; position: absolute; right: 0; top: 40px; display: none; z-index: 9999;}
.searchbase.flightpass .passenger-grid-bx .rowbx{display: flex; flex-wrap: wrap; justify-content: space-between; }
.searchbase.flightpass .passenger-grid-bx .rowbx li{flex:0 0 30%; position: relative;}
.searchbase.flightpass .passenger-grid-bx .rowbx li label{display: block; font-size: 1.4em; font-weight: 600; margin-bottom:5px;}
.searchbase.flightpass .passenger-grid-bx .rowbx li select{ width: 100%; height: 33px; padding: 0 10px; border: none; transition: all .5s; border: 1px solid #ffffff; appearance: none; font-size: 1.4em; background: #ffffff; color: #000000;}
.searchbase.flightpass .passenger-grid-bx .rowbx li span.selectarrow{border: 6px solid transparent; border-top: 10px solid #859EC5; position: absolute;
top: 32px; right: 10px; pointer-events: none;}
.searchbase.flightpass .passenger-grid-bx .botbx{display: flex; justify-content: flex-end; margin-top: 10px; gap: 10px;}
.searchbase.flightpass .passenger-grid-bx .botbx .col-l{}
.searchbase.flightpass .passenger-grid-bx .botbx .col-l input[type="button"]{border:1px solid #F95539; padding:2px 10px; color: #F95539;
font-size: 1.2em; text-transform: uppercase; font-weight: 600; height:30px; width: 100%; cursor: pointer;  transition: all .5s; 
background-color: #ffffff; border-radius: 50px;}
.searchbase.flightpass .passenger-grid-bx .rowbx li select:focus{border: 1px solid #707070;}
/* Passegner box */

/* Auto Suggetion */
ul#ui-id-1, ul#ui-id-2, ul#ui-id-3{width: 300px !important; box-shadow:0px 1px 8px rgba(0 0 0 / 20%); max-height: 210px; overflow: auto; z-index: 7;}
ul#ui-id-1 li, ul#ui-id-2 li, ul#ui-id-3 li{border-bottom:1px solid #d7dce3;}
ul#ui-id-1 li a, ul#ui-id-2 li a, ul#ui-id-3 li a{font-size: 1.4em; background-color: #ffffff; padding: 10px; display: block; font-weight: 500; cursor: pointer;}
ul#ui-id-1 li a > strong, ul#ui-id-2 li a > strong, ul#ui-id-3 li a > strong{color: #f95539 !important; font-weight: 600;}

ul#ui-id-1 li a.ui-state-active, ul#ui-id-2 li a.ui-state-active, ul#ui-id-3 li a.ui-state-active{background-color: #252c32; color: #ffffff;}
ul#ui-id-1::-webkit-scrollbar, ul#ui-id-2::-webkit-scrollbar, ul#ui-id-3::-webkit-scrollbar {width: 5px; background-color: #f5f5f5;}
ul#ui-id-1::-webkit-scrollbar-thumb, ul#ui-id-2::-webkit-scrollbar-thumb, ul#ui-id-3::-webkit-scrollbar-thumb {background-color: #F95539;}
ul#ui-id-1::-webkit-scrollbar-track, ul#ui-id-2::-webkit-scrollbar-track, ul#ui-id-3::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);    background-color: #f5f5f5;}
/* Auto Suggetion */

/* Datepicker */
div#ui-datepicker-div{background: rgb(255 255 255);  padding: 3px; box-shadow: 0px 1px 8px rgba(0 0 0 / 20%); margin: 15px 0px 0 -36px; display: none; z-index: 999 !important;}
.ui-datepicker-header{position: relative; display: flex; flex-direction: column;}
.ui-datepicker-header a{position: absolute;}
.ui-datepicker-header a.ui-datepicker-prev{left: 15px; top: 10px;}
.ui-datepicker-header a.ui-datepicker-next{right: 15px; transform: rotate(180deg); top:10px;}

.ui-datepicker-header a span.ui-icon.ui-icon-circle-triangle-w{background: url('/assets/images/down_arrow_icon.svg') no-repeat; display: block;
height: 34px; width: 34px; background-size: 32px; transform: rotate(90deg); text-indent: -9999px; cursor: pointer;}
.ui-datepicker-header a span.ui-icon.ui-icon-circle-triangle-e{background: url('/assets/images/down_arrow_icon.svg') no-repeat; display: block;
height: 34px; width: 34px; background-size: 32px; transform: rotate(90deg); text-indent: -9999px; cursor: pointer;}
.ui-datepicker-title{display: flex; width: 190px; justify-content: space-between; margin:10px auto; gap: 10px;}
.ui-datepicker-title::after{content: ''; border-bottom: 1px solid #d1d1d1; position: absolute; left: 0; width: 100%; bottom:0px;}
.ui-datepicker-title select{width: 100%; height: 35px; font-size: 13px; border-radius: 0; text-align: center; font-weight:600; color: #000000;}
div#ui-datepicker-div table.ui-datepicker-calendar tr th{padding: 12px; font-size: 13px; font-weight: 700;
color: #000000;}
div#ui-datepicker-div table.ui-datepicker-calendar tr{}
div#ui-datepicker-div table.ui-datepicker-calendar tr td{font-size: 14px; text-align: center; font-weight: 600;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-active{background-color: #ff6e56;
color: #ffffff;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td span, div#ui-datepicker-div table.ui-datepicker-calendar tr td a{padding: 12px; display: block;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td span.ui-state-default{text-decoration: none; color: #bdbdbd;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td a.ui-state-default{text-decoration: none; color: #000000;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-hover{background-color: #e3452a; color: #ffffff;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-hover, div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today{background-color:#1c4a91;} 

div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today span.ui-state-default{color: #ffffff;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight{color: #ffffff;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-state-active a{background:#ff6e56; margin: 1px 0;}
div#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-state-active a.ui-state-default{color:#ffffff;}
div#ui-datepicker-div table.ui-datepicker-calendar thead{border-bottom: 3px solid #ffffff;}

.passenger-grid-bx .rowbx li span.common-alert{position: absolute !important; top: -69px;  width: 180px; background: #252c32; z-index: 99999;  padding: 8px; left: 0; color: #ffffff; line-height: 13px; font-size: 1.2em;}
.passenger-grid-bx .rowbx li span.common-alert::after{content: ''; border: 14px solid transparent; border-top: 12px solid #252c32; position: absolute; bottom: -24px; left:10px; right: 0; width: 0;}
span.validate-message-bx{font-size: 1.2em; font-weight: 600; position: absolute; left: 0;top:47px;background-color: #252c32; z-index: 9; color: #ffffff; padding: 6px;}
span.validate-message-bx::after{content: ''; border: 14px solid transparent; border-bottom: 12px solid #252c32; position: absolute; top: -20px; left:10px; right: 0; width: 0;}
.searchbase .fildgroup .fildrow .col.error input[type="text"] {border: 1px solid #252c32;}
/* Datepicker */

/* window boxes */
/* div#boxes{width: 100%; height: 100%; position: fixed; z-index: 9999;background: rgba(0, 0, 0, .8); display: block; top: 0; left: 0;} */
/* div#boxes .window{ display: none;}
div#dialog #pro-cont-main {max-width: 550px; width: 90%; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%);  position: fixed; background: #F95539; border:2px solid #ffffff; font-size: 1.4em; display: flex; flex-direction: column; gap: 10px;
padding: 20px 0; text-align: center; z-index: 999;}
div#dialog::after{content: ''; width: 100%; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); top: 0;
left: 0;}
div#pro-cont-main p {width: 100%; float: left; color: #fff; font-size: 1.3em; font-weight: 400; text-align: center; line-height: 22px;} */
#vIframeWrapper, #maskI, #mask{display: none;}


div#boxes{position: fixed; left: 0; top: 0; z-index: 9999;}
div#dialog{width: 100%; height: 100%; position: fixed; z-index: 9999; background: rgba(0, 0, 0, .9); display:none; top: 0; left: 0; display: none;}
div#dialog div#pro-cont-main{max-width: 550px; width: 90%; display: block; overflow: hidden; margin: 0 auto;  background: #F95539;
top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; border: #fff 2px solid; font-size: 1.4em; display: flex; flex-direction: column; gap: 10px; padding: 20px 0; text-align: center;}
div#dialog div#pro-cont-main p{font-size: 1.4em; font-weight: 500; color: #ffffff; line-height: 22px;}

div#mask{background: rgba(0, 0, 0, .8);}
/* window boxes */

.col.checkbx .checkbtn { display: block; position: relative; padding-left: 30px; cursor: pointer; font-size:1.4em;   -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 500;}
.col.checkbx .checkbtn input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.col.checkbx .checkbtn .checkmark {position: absolute; top: -3px; left: 0; height: 20px; width: 20px; border: 1px solid #adadad;}
.checkbtn:hover input ~ .checkmark { background:#cccccc; background:var(--greybg);}
.col.checkbx .checkbtn input:checked ~ .checkmark {background-color: transparent;  border: 1px solid #F95539;}
.col.checkbx .checkbtn .checkmark:after {content: ""; position: absolute; display: none;}
.col.checkbx .checkbtn input:checked ~ .checkmark:after { display: block;}
.col.checkbx .checkbtn .checkmark:after {left: 6px; top: 2px; width:4px; height: 9px; border:solid #F95539;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.searchbase .fildgroup .classgrid .row .col::before{height: 25px; width: 1px; background-color: #707070; position:absolute; content: ''; top:8px;}
.searchbase .fildgroup .classgrid .row .col select{background: transparent; border: none; -webkit-appearance: none; -moz-appearance: none;appearance: none; height: 40px; padding-left: 10px; font-size: 1.4em; width: 100%; transition: all .5s; border: 1px solid #ffffff; border: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-right: 35px;}
.searchbase .fildgroup .classgrid .row .col span.selectarrow{border:6px solid transparent; border-top: 10px solid #859EC5; position:absolute; top: 16px; right:10px; pointer-events: none;}
.searchbase .rdbtn { display: block; position: relative; padding-left: 20px; cursor: pointer;font-size: 14px; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 500; margin-right: 10px; line-height: 14px;}
.searchbase .rdbtn input {position: absolute;  opacity: 0; cursor: pointer;}
.searchbase .rdbtn .checkmark { position: absolute; top: -2px;  left: 0; height: 16px; width: 16px; background-color: #c7c7c7; border-radius: 50%; border: none;}
.searchbase .rdbtn:hover input ~ .checkmark {}
.searchbase .rdbtn input:checked ~ .checkmark {background:#F95539; background:var(--btnred);}
.searchbase .rdbtn .checkmark:after {content: ""; position: absolute;}
.searchbase .rdbtn input:checked ~ .checkmark:after {display: block; background-color: #ffffff;}
.searchbase .rdbtn .checkmark:after {top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: white;}


/* Bof: Holiday Search */
.searchsection.holidaysrc{max-width: 1280px;}
.searchbase .fildgroup .fildrow .col.srcngt{flex: 0 0 120px;}
.searchbase .fildgroup .fildrow .col.srcngt span.selectarrow, .searchbase .fildgroup .fildrow .col.anystr span.selectarrow{top:16px;}
.searchbase .fildgroup .fildrow .col.anystr{flex: 0 0 100px;}
.searchbase .fildgroup .fildrow .col.moption{flex: 0 0 60px; text-align: center; font-size: 1.2em; font-weight: 600;}
.searchbase .fildgroup .fildrow .col.moption label{outline: 0px solid #ffffff; display: flex; height: 100%; align-items: center; cursor: pointer; transition: all .5s; justify-content: center;}
.searchbase .fildgroup .fildrow .col.moption > span.checkmark{display: none;}
.searchbase .fildgroup .fildrow .col.moption label:focus{outline: 4px solid red; border: 1px solid red;}
.searchbase .fildgroup .fildrow .col select{width: 100%; height: 40px; border: none; font-size: 1.4em; appearance: none;
border: 1px solid #ffffff; transition: all .5s; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  padding-left:5px; background-color: #ffffff; text-indent: 25px; padding-right: 10px;}
.searchbase .fildgroup .fildrow .col select:focus, .moreoption-grid-bx ul.rowbx li select:focus{border:1px solid #707070;}
.searchsection.holidaysrc .searchbase .btngroup .refreshbtn{margin-bottom: 10px;}
.moreoption-grid-bx{background-color: #e7e7e7;  width: 220px; padding: 20px;  position: absolute;  right: 0; top: 40px; display: none; z-index: 999;}
.moreoption-grid-bx ul.rowbx{ width: 100%;}
.moreoption-grid-bx ul.rowbx li{margin-bottom: 14px; position: relative;}
.moreoption-grid-bx ul.rowbx li label{display: block; font-size: 1.3em; font-weight: 600; margin-bottom: 5px;}
.moreoption-grid-bx ul.rowbx li select{width: 100%; height: 33px; padding: 0 10px; border: none; transition: all .5s; border: 1px solid #ffffff; appearance: none; font-size: 1.4em; background: #ffffff;}
.moreoption-grid-bx span.close-btn{position: absolute; right: 10px; top: 10px; cursor: pointer;}
span.selectarrow{border: 6px solid transparent; border-top: 10px solid #859EC5; position: absolute;
top: 32px; right: 10px; pointer-events: none;}
.checkbtn input:checked ~ .checkmark, .checkbtn .checkmark:after{border-color:#F95539}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col:nth-child(4){flex: 0 0 120px;}
.searchbase .fildgroup .fildrow .col.calc_col{flex:0 0 120px;}
/* holiday passenger */
.holidaypass{background-color: #e7e7e7; position: absolute;  right:180px; top: 40px; overflow: hidden; z-index: 999; display: none;}
.holidaypass .roomslt{position: relative; width: 100%;}
.holidaypass .roomslt .roominput{ width: 90px; position: relative; margin:10px;}
.holidaypass .roomslt .roominput label{display: block; font-size: 1.4em; font-weight: 700; margin-bottom: 5px;}
.holidaypass .roomslt .roominput select{width: 100%; height: 33px; padding: 0 10px; border: none; transition: all .5s; border: 1px solid #ffffff; appearance: none; font-size: 1.4em; border: 1px solid #ffffff; background: #ffffff;}
.holidaypass .roomslt .roominput select:focus, .holidaypass > .row > .col .rowpass .adultpass select:focus, .holidaypass > .row > .col .rowpass .childpass select:focus{border: 1px solid #707070;}
.holidaypass .roomslt .resetrow{position: absolute; right:10px; top: 0;}
.holidaypass .roomslt .resetrow > span.close-btn{position: absolute; right: 0; cursor: pointer;}
.holidaypass .roomslt .resetrow > .reset-bx > a{display: block; font-size: 1.3em; font-weight: 600; color: #f95539; margin-top: 28px;}
.holidaypass > .row{display: table;}
.holidaypass > .row > .col:first-child{border: none;}
.holidaypass > .row > .col{display: table-cell; width: 220px; padding:0 10px 10px 10px; border-left: 1px solid #c9c9c9; position: relative;}
.holidaypass > .row > .col .validate-message-bx{font-size: 1.2em; font-weight: 600; position: absolute; left: 10px; bottom: -25px; background-color: #252c32; z-index: 9;  color: #fff; padding: 6px; width: calc(96% - 4%); text-align: center; top: auto;}
.holidaypass > .row > .col .validate-message-bx::after{display: none;}
.holidaypass > .row > .col .rowpass{display: flex !important; flex-wrap: wrap;}
.holidaypass > .row > .col .rowpass .adultpass{flex:0 0 48%; position: relative; margin-right: 4%;}
.holidaypass > .row > .col .rowpass .adultpass span.selectarrow{top:30px;}
.holidaypass > .row > .col .rowpass .adultpass:last-child, .holidaypass > .row > .col .rowpass .childpass:last-child{margin-right: 0;}
.holidaypass > .row > .col .rowpass .childpass{flex:0 0 30.5%; position: relative; margin-right: 4%; margin-top: 10px;}
.holidaypass > .row > .col .rowpass .adultpass label, .holidaypass > .row > .col .rowpass .childpass label{display: block; font-size: 1.3em; font-weight: 600; margin-bottom: 5px;}
.holidaypass > .row > .col .rowpass .adultpass select, .holidaypass > .row > .col .rowpass .childpass select{width: 100%; height: 33px; padding: 0 10px; border: none; transition: all .5s; border: 1px solid #ffffff; appearance: none; font-size: 1.4em; background: #ffffff;}
.holidaypass > .row > .col > strong{font-size: 1.4em; font-weight: 700;  margin-bottom: 10px; display: block; margin-left: -10px;
width: 110%; background: #cdcdcd; padding: 8px 11px;}
.holidaypass .botbx{padding:14px; display: flex;  gap: 10px; justify-content: right; border-top: 1px solid #c9c9c9;}
.holidaypass .botbx .col-l input.btn-new{border: 1px solid #f95539; padding: 2px 10px; color: #f95539; font-size: 1.2em; text-transform: uppercase; font-weight: 600; height: 30px; width: 100%;  cursor: pointer; transition: all .5s; background-color: #fff; border-radius: 50px;}


/* bof: Intro */
.introsection{max-width: 900px; width: 94%; margin: 0 auto; text-align: center;}
.introsection p{ line-height: 25px; font-size: 1.8em; color: var(--txtsixteen); font-weight: 500; color: #000000; color: var(--txtblack);}
.moreText{display: none;}
.moreText h2{font-size: 2.8em; font-weight: 800; margin: 30px 0 10px 0;}
.introsection a#readMore{font-size: 1.6em; color: #ff0000; margin-top: 10px; display: block;}
.customerview{display:flex;flex-wrap:wrap;align-items:center; justify-content: center; margin: 30px 0; color: #000000; color: var(--txtblack);}
.customerview .summary-sac{flex:0 0 100%;font-size:1.8em;font-weight:600;margin-bottom:5px}
.customerview .rating-label{font-size:2em;margin:0 8px; font-weight: 800;}
.customerview .starrating {}
.customerview .starrating svg{fill:#fec610; width: 20px;}
/* eof: Intro */

/* Bof: Customer Care */
.customersectionbg{background-color: #174285; background-color: var(--bluebg); margin-top: 20px;}
.customersection{display: flex; justify-content: space-around; align-items: center; justify-content: center; max-width: 1200px; margin: auto;}
.customersection .customerimg{flex:0 0 240px;}
.customersection .customerimg img{width: 100%; height: auto; margin-top: -25px; float: left;}
.customersection .customercontent{flex:0 0 calc(100% - 250px); text-align: center;}
.customersection .customercontent p{font-size:4em; color: #ffffff; color: var(--txtwhite); margin-bottom:10px; text-align: center;}
.customersection .customercontent p b{font-weight: 700;}
.customersection .customercontent a.number{font-size: 4em; color: #ffffff; color: var(--txtwhite); font-weight: 800; text-decoration: none;}
.customersection .customercontent a.number > img{display: none;}
/* Eof: Customer Care */

/* Bof: Lowest Flight Price */
.lowflight{width:100%;}
.lowflight .rowgrid{display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; margin: auto;}
.lowflight .rowgrid .gridbx{flex:0 0 31%; box-shadow:0px 1px 8px rgba(0 0 0 / 20%); margin:20px 0px;}
.imgbox{ width: 100%; position: relative;}
.imgbox > img{ width: 100%;}
.contentbox{padding:15px;}
.contentbox .row{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.contentbox .row.f-depart .col{flex:0 0 30%;}
.contentbox .row.f-depart .col:first-child{order: 2;}
.contentbox .row.f-depart .col:first-child p{ text-align: left;}
.contentbox .row.f-depart .col:nth-child(2){order: 1; flex: 0 0 100%; margin-bottom: 20px;}
.contentbox .row.f-depart .col:last-child{order: 3;}
div.contentbox .row.f-depart .col:last-child p{order: 3; text-align:right;}
.contentbox .row.f-depart .col:first-child, .contentbox .row.f-depart .col:last-child{flex:0 0 48%;}
.contentbox .row.f-depart .col > p{ text-align: right; font-size: 1.5em;  color: #000000; color: var(--txtblack); line-height: 20px; font-weight: 500;}
.contentbox .row.f-depart .col:last-child p{ text-align: left;}
.contentbox .row.f-depart .col p span.flightcode{display: inline-block; width: auto;} 
.contentbox .row.f-depart .col span{width: 100%; display: block;}
.contentbox .row.f-depart .col span img{ width: 18px; height: auto; margin-bottom:5px; display: none;}
.contentbox .row.f-depart .col span.iconright{text-align: right;}
.contentbox .row.f-depart .col span.iconleft{text-align: left;}
.contentbox .row.f-depart .col .returnflight{ position: relative; margin: auto; width: 80%;}
.contentbox .row.f-depart .col .returnflight::before, .contentbox .row.f-depart .col .returnflight::after{ width: 20px; height: 20px; position: absolute; top: 10px;}
.contentbox .row.f-depart .col .returnflight::before{content: url(/assets/images/departicon.svg); left: -36px; }
.contentbox .row.f-depart .col .returnflight::after{content: url(/assets/images/arriveicon.svg);  left: auto; right: -36px;}  

.contentbox .row.f-depart .col .returnflight > p{font-size: 1.6em;  color: #000000; color: var(--txtblack); text-align: center; margin-bottom: 10px;}
.contentbox .row.f-depart .col .returnflight span{border-bottom: 1px solid #174285; border: 1px solid var(--borderblue); margin: 3px 0; position: relative;}
.contentbox .row.f-depart .col .returnflight span i{height: 12px; display: block; border: 1px solid #174285;position: absolute; right: 3px; top: -10px; transform: rotate(-45deg);}
.contentbox .row.f-depart .col .returnflight span i.lftarw{right: auto; left: 3px; transform: rotate(-45deg); top: -2px;}

.contentbox .row.f-dategrid .col{flex:0 0 100%;}
.contentbox .row.f-dategrid .col .traveldate{margin-top:20px;}
.contentbox .row.f-dategrid .col .traveldate ul{ list-style: none;}
.contentbox .row.f-dategrid .col .traveldate ul li{font-size:1.4em; font-weight: 500; margin: 8px 0;}
.contentbox .row.f-dategrid .col .traveldate ul li b{font-weight: 600;}
.contentbox .row.f-dategrid .col .traveldate ul li span{ display: inline-block; width: auto;}

.contentbox .row.f-fargrid .col{flex:0 0 48%;}
.contentbox .row.f-fargrid .col .flightfare{font-size:2.2em; color: #F95539; color: var(--txtorange);}
.contentbox .row.f-fargrid .col .flightfare strong{font-weight:700;}
.contentbox .row.f-fargrid .col .airlineimg{ text-align: right;}
.contentbox .row.f-fargrid .col .airlineimg > img{max-width: 141px; width: 100%;}
/* Eof: Lowest Flight Price */

/* Bof: FAQ */
.faqsection{display: block; width: 100%; padding-bottom: 0;}
.faqsection .faqquestion{ width: 100%;}
.faqsection .faqquestion .question{display: flex; flex-direction: column; box-shadow:0px 0px 1px rgba(0 0 0 / 50%); margin-bottom: 10px;}
.faqsection .faqquestion .question > .faqheading{padding:18px 15px; padding-right: 30px; font-size: 1.6em; font-weight: 700; cursor: pointer; position: relative;}
.faqsection .faqquestion .question > .faqheading > span{position: absolute; right: 10px; top: 13px; transition:all .3s ease;}
.faqsection .faqquestion .question > .faqheading > span.togglearrow{transform: rotate(-180deg);}
.faqsection .faqquestion .faqcontent{padding: 16px;  display: none;  border-top: 1px solid #ededed; font-size: 1.6em; line-height: 20px;}
/* Eof: FAQ */


/* Bof: Why choose us */
.whychoose{ background: #EBE8E1; background: var(--whybg); padding: 50px 0; }
.whyc{ max-width:960px; width:96%; margin: 0 auto; text-align: center; font-size: 1.6em; position: relative;}
.whyc h3{ font-size: 2em; text-transform: uppercase; font-weight:800;  color: #000000; color: var(--txtblack); padding-bottom: 20px; text-align: left;}
.whyc h3 img.stimage{align-items: center; vertical-align: sub; width: 40px; height: 40px;}
.whyc p{ line-height: 21px; color: #000000; color: var(--txtblack); padding: 0 200px 0 0; text-align: left; }
.whyc ul.choose-bx{ width:100%; display: flex; margin-top: 30px; justify-content: space-between;}
.whyc ul.choose-bx li{ flex:0 0 16%;}
.whyc ul.choose-bx li div.imgchoose{ display: block; width:100%;}
.whyc ul.choose-bx li span{ display: block; font-size:.9em;  color: #000000; color: var(--txtblack); line-height: 18px; padding-top:10px;}
.whyc .btaawards{ position: absolute; top:-30px; right:0; width:160px;}
/* Eof: Why choose us */

/* Bof: Subscribtion */
.subscribe{ background: #F2F3F7; background: var(--greybg); padding: 50px 0;}
.sbsbx{ width: 100%; max-width:1240px; display: flex; justify-content: space-between; margin: 0 auto;}
.sbsbx .sbsitems{ flex:1 0 30%; border-right:1px solid #ccc; text-align: center; padding: 0 30px; }
.sbsbx .sbsitems:last-child{ flex:0 0 40%; border: none; text-align: left;}
/*Customer Support*/
.sbsbx .sbsitems .custsupport{ width:100%; display: flex; flex-direction: column; font-size:1.6em;}
.sbsbx .sbsitems .custsupport .pno{width: 100%; float: left;}
.sbsbx .sbsitems .custsupport .pno a{font-size: 1.7em; font-weight:800; color: #F95539; color: var(--txtred); text-decoration: none;}
.sbsbx .sbsitems .custsupport .pno a img{vertical-align: bottom; padding-right: 5px; width: 26px; display: none;}
.sbsbx .sbsitems .custsupport .chead{ font-size:1.4em; padding: 10px 0;  color: #000000; color: var(--txtblack); font-weight:700;}
.sbsbx .sbsitems .custsupport span{ font-size:1em; color: #000000; color: var(--txtblack);}

/*Social Media*/
.sbsbx .sbsitems .socialbx{ width: 100%; float: left;}
.sbsbx .sbsitems .socialbx .shead{ font-size: 2.7em; color: #000000; color: var(--txtblack); font-weight: 700; display: block; margin-top: 10px;}
.sbsbx .sbsitems .socialbx ul{ width:100%; display: flex; justify-content: center; margin-top: 15px;}
.sbsbx .sbsitems .socialbx ul li{ flex:0 0 50px;}
.sbsbx .sbsitems .socialbx ul li svg{ width:50px; height: 50px; fill:#000000}
.sbsbx .sbsitems .socialbx ul li:last-child svg{ padding: 5px;}

/*Newsletter Subscription*/
.sbsbx .sbsitems .newsletter-sbs{ width: 100%; float: left;}
.sbsbx .sbsitems .newsletter-sbs .nhead{font-size: 2.7em; color: #000000; color: var(--txtblack); font-weight: 700;}
.sbsbx .sbsitems .newsletter-sbs p{ font-size:1.5em;display: block; color: #000000; color: var(--txtblack); padding: 10px 10px 10px 0; line-height: 18px;}
.sbsbx .sbsitems .newsletter-sbs .newsbx{ width:100%; display: flex; gap:10px;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="text"]{ flex:0 0 70%; height: 48px; border: 1px solid #ccc; padding: 10px; font-size:1.5em;font-family: inherit; color: #000000; color: var(--txtblack); transition: all .5s;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="text"]:focus{border-color: #000000;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="submit"]{ flex:0 0 28%; height: 48px; background: #F95539; background: var(--btnred); font-family: inherit; color: #fff; border: 1px solid #f2f3f7; font-size:1.7em; text-transform: uppercase; font-weight:500; cursor: pointer;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="text"]::placeholder {color: #174285; color: var(--txtblue)opacity: 1;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="text"]::-ms-input-placeholder { color: #000000; color: var(--txtblack);}
/* Eof: Subscribtion */    

/* Bof: Footer */
.bluefooter{ background: #174285; padding: 50px 0; position: relative;}
.bluefooter .stpnglogo{ position: absolute; bottom: 0; left:0; right: 0; margin: 0 auto; text-align: center;}
.bluefooter .stpnglogo img{ width:90%; height: auto;}
.atolbx{ width:100%; max-width: 1280px; margin: 0 auto; font-size:1.6em; text-align: center;}
.atolbx p{ font-size: 1.8em; color: #fff; text-align:center;}
.atolbx ul{ width:100%; display: flex; justify-content: center; gap:20px; margin: 25px 0;}
.atolbx ul li{ flex:0 0 auto;}
.atolbx ul li img{ width:100%; height: 80px;}
.lightblue{ background: #2A5395; background: var(--lightblue); padding: 30px 0;}
.visibx{ width:100%; max-width:960px;  margin: 0 auto;}
.visibx p{font-size: 1.5em;color: #fff; text-align: center; line-height: 21px;}
.visibx p a{ color: #F95539; color: var(--txtred);}
.addlink{background: #496CA2; background: var(--midblue); padding: 20px 0; margin: 20px 0;}
.addlink ul{width:100%; max-width:960px;  margin: 0 auto; display: flex; justify-content: center; }
.addlink ul li{ flex:0 0 auto;border-right:1px solid #fff; }
.addlink ul li a{ color:#fff; text-decoration: none; font-size:1.4em; padding: 0 30px; }
.addlink ul li a:hover{ text-decoration: underline;}
.addlink ul li:last-child{ border:none;}
.flink{width:100%; max-width:960px;  margin: 0 auto; display: flex; justify-content: center;}
.flink .flinkitems{ flex:0 0 25%;}
.flink .flinkitems ul{ display:flex; flex-direction: column; gap: 10px; padding: 20px 0; border-right:1px solid #496ca2;}
.flink .flinkitems ul li{ flex:0 0 100%; padding-left: 50px;}
.flink .flinkitems ul li.insurancelink{display: none;}
.flink .flinkitems ul li a{ color: #fff; text-decoration: none; font-size:1.4em;}
.flink .flinkitems:last-child ul{ border: none;}
.flink .flinkitems ul li a:hover{ text-decoration: underline;}
.fcontent{width:100%; max-width:1280px;  margin: 20px auto; display: flex; flex-direction: column; justify-content: center; text-align: center; font-size: 1.4em;}
.fcontent p{ color: #fff; line-height: 21px;}
.fcontent p a {color:#F95539; color:var(--txtred);}
.fcontent p.cright{ padding-top: 20px;}
/* Eof: Footer */

/* Bof: Feefo */
.feefobx{width:100%; max-width:1280px;  margin: 0 auto; display: flex; justify-content: center; flex-wrap:wrap; position: relative;}
.feefobx .feefotop{width:100%; max-width:960px; margin: 0 auto; text-align: center; display: flex; flex-wrap: wrap;justify-content: center;font-size:1.6em; padding: 40px 0;  }
.feefobx .feefotop .tp{ width:100%; display: flex; align-items: center; gap:10px;justify-content: center;}
.feefobx .feefotop .tp span.avg{ font-weight:600;}
.feefobx .feefotop .tp span.str img{ padding-right: 5px;}
.feefobx .feefotop .tp .strpoint{ font-size:1.3em; font-weight:600;}
.feefobx .feefotop .idr{ font-size:.9em; padding-top: 5px;}
.gtsaward{ position: absolute; top:10px; right: 10px;}
.rvwbx{ width:100%; max-width:960px; display: flex; justify-content: center; gap:30px; padding: 30px 0; border-top:1px solid #ccc; }
.rvwbx .rvwbxitems{ flex:0 0 24%; font-size: 1.3em;}
.rvwbx .rvwbxitems strong{font-weight:800;}
.rvwbx .rvwbxitems p{line-height: 18px;}
.rvwbx .rvwbxitems span.dte{ display: block; padding: 10px 0; color: #333;}
.rvwbx .rvwbxitems .srating{ width:100%; float: left; margin-bottom: 5px;}
.rvwbx .rvwbxitems .srating img{ padding-right: 5px;}
/* Eof: Feefo */

.southalltransparent{ display: flex; justify-content: center; flex-wrap: wrap;align-items: center; padding:30px 0 0 0; position: relative;width: 100%;
    max-width: 1800px;margin: 0 auto;}
.southalltransparent img{max-width: 1300px; width: 90%; height: auto;}
.southalltransparent .tncfooter{position: static;bottom: 10px;left:0; right: 0; margin: auto; font-size: 1.3em; text-align: center; font-weight:600; margin: 20px;}

/* Bof: Newsletter Section */
.container-fluid.offergrid{background-color: #174285;background-color: var(--bluebg);}
.feb-term{ width:100%; display: flex; justify-content: center;}
.feb-term a{ display: block; font-size:2em; padding: 15px 0; color: #fff; text-decoration: none; font-weight:600;}
.feb-term a strong{ margin: 0 15px; border: 1px solid #fff; padding: 5px 15px; transition: all .2s ease;}
.feb-term a strong:hover{ background: #fff; color: #F95539; text-decoration: underline;}
.dropdown-flight-menu-bx, .dropdown-desti-menu-bx{width: 100%; max-width:1920px;background: #f2f2f2;position: absolute;top: 113px;left: 0;z-index: 999; right:0; margin: auto;display: none;}
.dropdown-holiday-types-menu-bx{width: 100%; max-width:760px;background: #f2f2f2;position: absolute;top: 113px;left: 0;z-index: 999; right:0; margin: auto; display: none;}
.dropdown-tours-menu-bx{width: 100%; max-width:760px;background: #f2f2f2;position: absolute;top: 113px;left: 0;z-index: 999; right:0; margin: auto; display: none;}
.dropdown-specialoffers-bx{width: 100%; max-width:300px;background: #f2f2f2;position: absolute;top: 113px;left:400px;;z-index: 999; right:0; margin: auto; display: none;}
.dropdown-moredropdown-menu-bx{width: 100%; max-width:500px;background: #f2f2f2;position: absolute;top: 113px;left: 600px;z-index: 999; right:0; margin: auto; display: none;}
.dropitembx{width: 100%;display: flex;font-size: 1.6em;justify-content: flex-start;gap: 5px;padding: 2%;}
.dropitembx .dropitems{ flex:0 0 12%;}
.dropitembx .dropitems ul{width: 100%;display: flex;flex-direction: column; margin-bottom: 20px;}
.dropitembx .dropitems ul li{ flex:0 0 100%;}
.dropitembx .dropitems ul li a{ color: #000; text-decoration: none; padding: 3px 0; display: block;}
.dropitembx .dropitems ul li a:hover{ text-decoration: underline;}
.dropitembx .dropitems ul li:first-child a{ font-size:1.2em; font-weight:600;}
.dropitembx .dropitems ul.submenu{ display: none;margin-left: 20px;font-size: .9em;list-style: circle; margin-bottom: 10px; padding-right:20px;}
.dropitembx .dropitems ul.submenu li:first-child a{ font-size:1em; font-weight:400;}
div.sublist span.closebtn{position: absolute;top: 10px;right: 20px;font-weight: 800;color: #f95539; font-size:16px; cursor: pointer;}
.dropitembx .dropitems ul li.darrow{ position: relative;}
.dropitembx .dropitems ul li.darrow > a:after{ content: ''; background-image: url(/assets/images/blackdownarrow.svg); background-size: 10px 20px;
    display: inline-block;width: 10px;height: 20px; position: absolute; top:0px; margin-left: 5px;}
/*Holiday Types*/
.dropitembx .dropitems.holidaytypes, .dropitembx .dropitems.tourdrop{ flex:0 0 100%;}
.dropitembx .dropitems.holidaytypes ul, .dropitembx .dropitems.tourdrop ul{ flex-wrap:wrap; flex-direction: row;}
.dropitembx .dropitems.holidaytypes ul li, .dropitembx .dropitems.tourdrop ul li{ flex:0 0 33%}
.dropitembx .dropitems.holidaytypes ul li a, .dropitembx .dropitems.tourdrop ul li a{ padding: 5px 0;}
.dropitembx .dropitems.holidaytypes ul li:first-child a, .dropitembx .dropitems.tourdrop ul li:first-child a{ font-size: 1em; font-weight: normal;}
/*Special Offers*/
.dropitembx .dropitems.specialoffers {flex:0 0 100%; padding: 20px; }
.dropitembx .dropitems.specialoffers ul{ flex-wrap:wrap; flex-direction: row;margin-bottom: 0;}
.dropitembx .dropitems.specialoffers ul li{ flex:0 0 100%}
.dropitembx .dropitems.specialoffers ul li a{ padding: 5px 0;}
.dropitembx .dropitems.specialoffers ul li:first-child a{ font-size: 1em; font-weight: normal;}
/*More Dropdown*/
.dropitembx .dropitems.moredrop {flex:0 0 100%; }
.dropitembx .dropitems.moredrop ul{ flex-wrap:wrap; flex-direction: row;margin-bottom: 0;}
.dropitembx .dropitems.moredrop ul li{ flex:0 0 50%}
.dropitembx .dropitems.moredrop ul li a{ padding: 5px 0;}
.dropitembx .dropitems.moredrop ul li:first-child a{ font-size: 1em; font-weight: normal;}
/*Newsletter Pop Up*/
.overlayer-newsletter {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .7);z-index: 999999; display: none;}
.form-section {width: 100%; max-width:760px;margin: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: auto;background: #fff;border-radius: 9px;}
.form-section a svg{width: 28px; position: absolute; right: 10px; top: 10px;}
.form-section .newsletterbx{ width:100%; display: flex; background: #e7e7e7;}
.form-section .newsletterbx .topimgItem{ flex:0 0 40%;}
.form-section .newsletterbx .topimgItem img{ width:100%; height: 100%;object-fit: cover;}
.form-section .newsletterbx .text{ flex:0 0 60%; padding: 20px; font-size:1.6em;}
.form-section .newsletterbx .text h4{ display: block; font-size: 1.7em;font-weight: 700;}
.form-section .newsletterbx .text h4 + p{display: block;padding: 5px 0;line-height: 21px;}
.form-section .newsletterbx .text .formGridbx{ width:100%; float: left;}
.form-section .newsletterbx .text .formGridbx ul{width: 100%;display: flex;flex-direction: column;flex-wrap: wrap; gap:2px;}
.form-section .newsletterbx .text .formGridbx ul li{ display: flex; flex-wrap:wrap; align-items: center; position: relative; justify-content: space-between; margin: 5px 0;}
.form-section .newsletterbx .text .formGridbx ul li span.common-alert.error{top:auto; bottom: 65px; width: calc(100% - 100px);   background-color: #252c32; left: 100px; padding: 6px; position: absolute !important; box-shadow: 0px 3px 3px rgba(0 0 0 / 10%); color:#ffffff; font-weight: 600; font-size: 13px;}
.form-section .newsletterbx .text .formGridbx ul li span.common-alert.error::after{content: ''; border: 10px solid transparent; border-top: 10px solid #252c32; position: absolute; bottom: -17px; top: auto;}
.form-section .newsletterbx .text .formGridbx ul li label{ flex:0 0 100px;}
.form-section .newsletterbx .text .formGridbx ul li input[type="submit"], .form-section .newsletterbx .text .formGridbx ul li select, .form-section .newsletterbx .text .formGridbx ul li input[type="text"]{ flex:0 0 calc(100% - 100px); height: 48px;border: none; padding: 0 15px; font-size: 16px; transition: all .5s; border: 1px solid #ffffff;}
.form-section .newsletterbx .text .formGridbx ul li input.inp-01{ flex:0 0 calc(100% - 100px); max-width:calc(100% - 100px);}

.form-section .newsletterbx .text .formGridbx ul li select{background: #ffffff; color: #000000; margin-bottom: -8px; flex:0 0 calc(100% - 100px); max-width:calc(100% - 100px);}
.form-section .newsletterbx .text .formGridbx ul li input:focus, .form-section .newsletterbx .text .formGridbx ul li select:focus{border: 1px solid #000000;}
.form-section .newsletterbx .text .formGridbx ul li:last-child{ justify-content: flex-end;}
.form-section .newsletterbx .text .formGridbx ul li:last-child input{background: #F95539;background: var(--btnred); color: #fff; font-size:1.2em; cursor:pointer; }
.form-section  span.closebtn{ right:5px; top:5px; position: absolute;}
.form-section  span.closebtn svg{ width:40px; height: 40px;}
.form-section .newsletterbx .text .formGridbx ul li .common-alert.error{ left:100px; color: #ff0000; font-size: 14px; bottom:-5px;}


.dropdown-desti-menu-bx .callusbx{width: 100%; margin: 10px 0;}
.dropdown-desti-menu-bx .callusbx .rowbx{display: flex; flex-direction: column; width: 265px; margin: 0 auto; text-align: center; gap: 8px;}
.dropdown-desti-menu-bx .callusbx .rowbx span{font-size: 1.6em; text-transform: uppercase; font-weight: 800;}
.dropdown-desti-menu-bx .callusbx .rowbx a{font-size: 2.2em; text-decoration: none;  color: #ffffff; background: #f95539; border-radius: 20px; padding: 8px; font-weight: 800;}
.dropdown-desti-menu-bx .callusbx .rowbx span > a{font-size: 1.6em; font-weight: 600; color: #f95539;}
.dropdown-desti-menu-bx .callusbx .rowbx a > span{font-size: inherit;}

/* Bof:bottomCallIcon */
.fcallsection{left:20px; bottom: 20px; z-index: 999; position: fixed;}
.footercall{width: auto;}
.footercallicon{width: 60px; height: 60px; background-color: #F95539; cursor: pointer;  border-radius: 100px; position: relative; display: flex; align-items: center; justify-content: center;}
.footercallicon::after, .footercallicon::before {position: absolute; content: ""; width: 100%; height: 100%; border: 1px solid transparent;
border-radius: 50%; opacity: 0.7; left: -1px; top: -1px;}
.footercallicon::before {animation: ripple-before 1.5s linear infinite;}	
.footercallicon::after {animation: ripple-after 1.8s linear infinite;}

div.footercall .showmsg{display: none; background: #ffffff; padding: 10px; font-size: 1.4em; max-width: 285px; margin-bottom: 10px;
border: 2px solid #f95539; border-radius: 0px; line-height: 16px; font-weight: 600; position: relative;}
div.footercall .showmsg span#lblMsg3{padding-right: 20px; color: green;}
div.footercall .showmsg i.fa.fa-times > img, div.footercall .showmsg > img{position: absolute; right: 13px; top: 13px; cursor: pointer;}
div.footercall .showmsg i.fa.fa-times::after{content: url('/assets/images/input-cross.png'); position: absolute; right: 10px; top: 10px; cursor: pointer;}

@keyframes ripple-before{
0% {transform: scale(0);}
20% {border-color:#F95539;	transform: scale(1);}
100% {border-color: transparent; transform: scale(1.5);}
}
@keyframes ripple-after{
0% {transform: scale(0);}
40% {border-color:#F95539;	transform: scale(1);}
100% {border-color: transparent; transform: scale(1.5);}
}

.footercall .trin-trin{animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear;}
.footercall .icon-phone{background-image: url('/assets/images/whitephone.svg'); background-repeat: no-repeat; background-size: 30px; height: 30px; width: 30px; display: inline-block;}
.ftrtext{background-color:#252c32;position:absolute;bottom:0px;left:82px;width:190px;color:#fff;font-size:1.3em;padding:13px 18px;line-height:18px;border-radius:10px; display: none;}.ftrtext .crstextbtn{position:absolute;right:10px;cursor:pointer}.ftrtext::before{border:11px solid transparent;border-right:20px solid #252c32;content:'';position:absolute;left:-31px;top:20px}

.footer_pp{width: 283px; background-color: #fff; position: relative; display: none; margin-bottom: 20px;padding: 10px; box-shadow: -1px 1px 4px rgba(0 0 0 / 20%); border:1px solid #d3d3d3;}
.footer_pp .p_h{width:180px;margin:0 auto;padding:15px 0;text-align:center;display:block}
.footer_pp .p_h svg{width: 180px;}.footer_pp .p_h img{width:100%}.footer_pp p{font-size:1.4em;color:#5a5a5a;line-height:18px;border-top:2px solid #fe5617;padding:13px;font-weight:500;border-bottom:1px solid #f0f0f0;margin-bottom:10px}.footer_pp .wp{width:100%;margin:5px;}.footer_pp .wp label{float:left;font-size:1.4em; font-weight: 600; color:#000;width:35px;font-weight:500;line-height:31px}.footer_pp .wp input[type=text]{border:1px solid #dadada;padding:8px 10px;width:85%;height:30px;background-color:#f0f0f0;transition:all .4s;font-size:14px}
.footer_pp .wp input[type=submit]{border:none;background:#ff5819;color:#fff;padding:5px 10px;margin-left:34px;cursor:pointer;transition:all .4s;font-weight:600; border: none;}
.footer_pp .wp input[type=text]:focus{border:1px solid #666}

.footer_pp .wp{position: relative;}
div.footer_pp .wp .common-alert.error{width: calc(100% - 40px); justify-content: flex-start; border-radius: 0; left: 35px; bottom: 42px;    padding: 12px; top: auto; height: auto; padding:6px; font-size: 1.2em; background-color: #252c32; box-shadow: 0px 3px 3px rgba(0 0 0 / 10%); color:#ffffff; font-weight: 600; position: absolute !important;}
div.footer_pp .wp .common-alert.error::after{content: ''; border: 10px solid transparent; border-top: 10px solid #252c32; position: absolute;
    bottom: -17px; top: auto;}
@keyframes trin {
from {transform:rotate3d(0, 0, 1, 0deg);}
20%, 32%, 44%, 56%, 68% {transform: rotate3d(0, 0, 1, 0deg);}
23%, 35%, 47%, 59%, 71% {transform: rotate3d(0,0,1,15deg);}
26%, 38%, 50%, 62%, 74% {transform: rotate3d(0,0,1,0deg);}
29%, 41%, 53%, 65%, 77% {transform: rotate3d(0,0,1,-15deg);}
80% {transform:rotate3d(0, 0, 1, 0deg);}
}
/* Eof:bottomCallIcon */


/* Bof: CallPopUp */
.callpopup {display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;}
.callpopup::after{background-color: rgba(0 0 0 / 50%); width: 100%; height: 100%; content: '';display: block; position: absolute; left: 0;
top: 0;}
.callpopup .popupbx{position: absolute; background-color: #ffffff; width: 500px; height: 240px; z-index: 9; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: space-evenly; flex-direction: column;}
.callpopup .popupbx span.cross{position: absolute; right: 15px; top: 15px; cursor: pointer;}
.callpopup .popupbx > strong{font-size: 2.2em; text-align: center; font-weight: 700; padding: 0 40px; line-height: 25px; flex: 0 0 auto;}
.callgp{flex:0 0 auto; text-align: center;}
.callgp > a{display: block; font-size: 2.6em; font-weight: 800; color: #f95539; text-decoration: none;}
.callgp > span{font-size: 1.6em; color: #333333; margin-top: 3px; display: block; font-weight: 600;}
/* Eof: CallPopUp */

/* Bof: ProcessingBar */
#UpdateProgress1{width: 100%; height: 100%; position: fixed; z-index: 9999; background: rgba(0, 0, 0, .8); display: none; top: 0; left: 0;}
#UpdateProgress1 .prowrap{max-width: 550px; width: 90%;  display: block; overflow: hidden; margin: 0 auto; background: #fff; top: 50%;
left: 50%; transform: translate(-50%, -50%); position: absolute;}
#UpdateProgress1 .prosesscontent{background: #F95539; border: #fff 2px solid; font-size: 1.4em; display: flex; flex-direction: column;
gap: 10px; padding: 20px 0; text-align: center;}
#UpdateProgress1 .prosesscontent p{font-size: 1.4em; font-weight:500; color: #ffffff; line-height: 22px;}
.ploadergrid{position: relative; overflow: hidden; width: 140px; margin: 0 auto;}
.ploadergrid ul{display: flex; flex-wrap: wrap; list-style: none;  gap: 8px; width: 130px; margin: 5px auto;}
.ploadergrid ul li{width: 13px; height: 13px; background-color: #ffffff; flex: 0 0 auto;}
.ploadermasking{background: #f95539; position: absolute; z-index: 999; width: 100%; height: 100%; top: 0; transition: all .5s;
animation-name: example; animation-duration: 1s; /*animation-timing-function: linear; animation-delay: 1s;*/ animation-iteration-count: infinite;
background: rgb(249, 85, 57); background: linear-gradient(-280deg, rgba(249, 85, 57, 0) 0%, rgba(249, 85, 57, 1) 20%);}
@keyframes example {
0%   {left: 0;}
100% {left: 100%;}  
}
/* Eof: ProcessingBar */


/* Call Now PopUp */
.overlayer-bestDeal{width: 100%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed;  top: 0; left: 0; z-index: 999; display: none;}
.bestAirFareDeal-popupbx {width: 100%; max-width: 600px; position: relative; overflow: hidden;top: 50%; left: 0; right: 0; margin: 0 auto;
text-align: center; background: #fff; z-index: 9999; transform: translateY(-50%); padding:40px;}
.bestAirFareDeal-popupbx span.closebtn {position: absolute; right:12px; top:12px; font-size: 25px; color: #414141; font-weight: 800;
cursor: pointer; z-index: 2;}
.bestAirFareDeal-popupbx .fullBox {width: 100%; float: left; margin: 0;  padding: 0;}
.bestAirFareDeal-popupbx .fullBox .header-deals {width: 100%; display: block; background: 0 0; color: #000000; font-size: 2.6em;
line-height: 28px; text-align: center; margin: 0 0 5px; font-weight: 700;}
.bestAirFareDeal-popupbx .fullBox .contentArea { width: 100%;  display: block;  padding: 0 20px;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.airselect {background: #f8f7f5; padding: 10px; margin-top: 10px; font-size: 1.6em; font-weight: 600 ;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.airselect h2{font-size: 1.1rem;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.airselect svg{fill:#fe492c; width: 16px;}
.bestAirFareDeal-popupbx .fullBox .contentArea span.cbclass {padding: 8px 15px; background: #14317d; border-radius:30px; color: #fff;
font-size: 1.4em; font-weight: 600; margin: 10px 0; display: inline-block; line-height: 20px;}
.bestAirFareDeal-popupbx .fullBox .contentArea span.cbclass span{text-transform: capitalize;}
.bestAirFareDeal-popupbx .fullBox .contentArea span.cbclass strong{margin-bottom: 10px;}
.bestAirFareDeal-popupbx .fullBox .contentArea p {margin: 0;  padding: 0; text-align: center; font-size: 1em; color: #454545;        font-weight: 400; line-height: 22px; padding: 0 0 .3em;}
.bestAirFareDeal-popupbx .fullBox .contentArea p span.priceBx {background: 0 0; color: #fe492c; font-size: 1.2em; font-weight: 700;    padding-top:20px; display: block; font-size: 2em; padding: 10px 0 10px 0; background: #f8f7f5; color: #000000; margin: 6px 0;}
.bestAirFareDeal-popupbx .fullBox .contentArea p span.priceBx span {font-size: 1.4em; font-weight: 800;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.callBx a {color: #fe492c; text-decoration: none;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.callBx a span {font-size: 2.2em; font-weight: 800; padding: 5px 0 0; display: block;}
.bestAirFareDeal-popupbx .fullBox .contentArea p:last-child{font-size: 1.4em; font-weight: 600;}
/* Call Now PopUp */

.callusbxnew{width: 100%; margin: 0 auto;  display: flex; flex-direction: column; max-width: 240px; text-align: center;
gap: 6px; margin-bottom: 20px;}
.callusbxnew > span{font-size: 1.6em; text-transform: uppercase; font-weight: 800;}
.callusbxnew a.dropcall{font-size: 2.4em; text-decoration: none;  color: #ffffff; background: #f95539; border-radius: 20px; padding: 8px; font-weight: 800;}
.callusbxnew a.callemail{color: #f95539; font-size: 1.6em; font-weight: 600;}
div.luxury-offers .row{gap:2%;}
div.luxury-offers .row .offersitems{flex:0 0 32%;}

div#pnlnodirflt{background: #ffffff; border: 1px solid #f95539; padding: 10px; display: flex; font-size: 1.4em; font-weight:700;
color: #f95539; margin-bottom: 10px; position: relative;}
div#pnlnodirflt p{padding:0 40px 0 30px;}
div#pnlnodirflt i{font-weight: 800; background: #f2f3f7; width: 30px; position: absolute; top: 0; height: 100%; line-height: 34px;    text-align: center;}
div#pnlnodirflt i.erroricon{left: 0; background: #f95539; color: #ffffff;}
div#pnlnodirflt i.errorcross{position: absolute; right: 0; background: #f2f3f7; width: 30px; height: 100%; top: 0; text-align: center; line-height: 34px; cursor: pointer; }

/* Mozill CSS HACK */
@-moz-document url-prefix() {
        .searchbase .fildgroup .fildrow .col select{text-indent:14px;}
    }
/* Mozill CSS HACK */    


@media only screen and (min-width:1900px){
.fcallsection{left:0; right: 0; margin: auto; width: 1840px;}
}

@media only screen and (min-width:1201px){
   .searchbase.flightpass[style="display: block;"]{display: flex !important;}
}

@media only screen and (min-width:768px) and (max-width:1200px){
div.searchbase .fildgroup .fildrow .col:first-child, .searchbase .fildgroup .fildrow .col:nth-child(3){flex: 0 0 33%;}
div.searchsection.holidaysrc div.searchbase .fildgroup .fildrow .col:first-child, div.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col:nth-child(3){flex: 0 0 38%;}
div.searchbase .fildgroup .fildrow .col:nth-child(4){flex:1;}
div.searchbase .fildgroup .classgrid{flex-direction: row-reverse;}
div.searchbase .fildgroup .classgrid > .row{flex: 0 0 64%; margin-top: -48px; position: static;}
div.searchbase .fildgroup .fildrow .col:last-child{flex:0 0 35%;}
div.searchbase .fildgroup .fildrow .col.colarrow{right: auto; left: 50%; top: 10px; transform: translateX(-50%) !important; margin-left:-16%;}
div.searchsection.holidaysrc div.searchbase .fildgroup .fildrow .col.colarrow{margin-left:-11.5%;}
div.searchbase .fildgroup .classgrid .row .col.checkbx{bottom:-35px;}
div.passenger-grid-bx{top: 140px; right: auto; left: 0;}
div.searchbase .fildgroup .fildrow .col:nth-child(3) input[type='text']{padding-left: 50px;}
div.searchbase .fildgroup .fildrow .col:nth-child(3) span.searchicon{left: 20px;}
div.searchbase .btngroup input[type="submit"]{ width: 120px; margin-left: 15px; margin-bottom: 10px;}
div.searchbase .btngroup input[id="btnSearch"]{margin-top: 10px;}
div.searchbase .btngroup .refreshbtn{width: calc(100% - 100px);}
div.searchbase .btngroup{flex-direction: row; align-items: baseline; margin-top: 10px;}
div.searchsection.holidaysrc div.searchbase .fildgroup .fildrow .col:nth-child(4){flex:auto;}
div.searchbase .fildgroup .fildrow .col.moption label{font-size: 16px;}
{top:125px;}    
div.searchbase .fildgroup .fildrow .col.anystr{flex: 0 0 170px;}
span.highfen{padding-right: 5px;}
div.fildgroup div.moreoption-grid-bx, div.fildgroup  div.passenger-grid-bx{top: 125px;}
div.fildgroup  div.passenger-grid-bx{left: 130px;}
.searchbase.flightpass .passenger-grid-bx{top:150px; left: 0px;}
.searchbase .fildgroup .fildrow .col .searchcalc input#depdateit{width: 108px;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.calc_col{flex:1 0 auto;}
span.validate-message-bx{font-size: 16px;}
ul#ui-id-1, ul#ui-id-2, ul#ui-id-3{width: 340px !important;}


div.searchsection.holidaysrc.chavail div.fildgroup div.moreoption-grid-bx, div.searchsection.holidaysrc.chavail div.fildgroup  div.passenger-grid-bx{top: 185px;}
}


@media only screen and (min-width:768px) and (max-width:900px){
    div.searchbase.flightpass .fildgroup .fildrow .col:first-child, .searchbase.flightpass .fildgroup .fildrow .col:nth-child(3){flex:0 0 32.5%;}
    div.searchbase.flightpass .fildgroup .fildrow .col.colarrow{margin-left: -4px;}
    div.searchbase.flightpass .fildgroup .fildrow .col .searchcalc input#retdateit{width: 90px;}
    div.searchbase.flightpass .fildgroup .fildrow .col.colarrow{left: 32%; margin: 0;  transform: translateX(0%) !important;}
}


@media screen and (max-width:1200px){
.dropdown-flight-menu-bx, .dropdown-desti-menu-bx{ display: none;}
.holidaypass{top: 114px; max-width: 680px; right:auto; left: 100px;}
.searchbase .fildgroup .fildrow .col.srcngt span.selectarrow, .searchbase .fildgroup .fildrow .col.anystr span.selectarrow{top: 20px;}

.searchbase .fildgroup .classgrid .row .col select:focus{border: 1px solid #707070;}
.commonspace{padding:20px 0;}
.navigation, .headersection .header .callsection, .bannerparent::after{ display: none;}
.mobileheader{display: flex; align-items: center; padding: 0 10px;}    
.mobileheader .row{display: flex; width: 85px; align-items: center; position: absolute; right:6px; top: 16px; z-index: 9;}
.mobileheader .row .col{ margin-left: 15px;}
.sbsbx .sbsitems:last-child{flex:inherit;}

.addlink ul li a{padding:0 24px;}
.headersection{padding: 0px; height: 54px; position: relative;}
#topsection.hideshaidow .headersection::after{display: block;}
.headersection::before, .headersection::after{display: block; content: ''; width: 50%; height: 54px; position: absolute; top: 0; z-index: 0;}
.headersection::before{background-color: #1c4a91;  left: 0;}
.headersection::after{background-color: #d25728; right: 0; background-image: none; left: auto;}
.headersection .header::before{content: url(/assets/images/headerbg.jpg); position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding-left:10px; z-index: 9;}
.headersection .header{height: 100%; position: static;} .headersection .header .sitelogo{left: 50%; transform: translateX(-50%); line-height: 0; z-index: 9;}
.headersection .header .sitelogo svg{width: 245px; padding-right: 25px;}
.headersection .header .sitelogo svg path[fill="#1C4A91"]{fill: transparent !important;} 
.bankdetails{z-index: 999; top:54px; border-bottom: 1px solid #f95539;}   



.searchnav{width: 100%; max-width: 100%;}
.passenger-grid-bx{top:195px}
.searchbase .fildgroup .fildrow .col.colarrow{flex: 0 0 6%; justify-content: center; height: 40px;}
.searchbase .fildgroup .fildrow .col{flex: 0 0 48%;}
.searchbase{align-items: center; position: relative;}
.searchbase .fildgroup .fildrow .col .searchcalc span.hyfen{flex-basis:25px;}
.searchbase .fildgroup .fildrow{order:2;}
.searchbase .fildgroup .multird{order:1; margin: 0 0 10px;}
.searchbase .fildgroup .classgrid{order:3; flex: 1;}
.searchbase .fildgroup .classgrid .row{ width: 100%; margin-top: 10px;}    
.searchbase .fildgroup .classgrid .row .col:nth-child(2){margin: 0;}
.searchbase .fildgroup .classgrid .row .col{ margin-right: 10px;}
.searchbase .fildgroup .classgrid .row .col select{background-color: #ffffff;}
.searchbase .fildgroup .classgrid .row .col::before{background: none;} 
.bannercontent .viewofferbtn{margin-bottom: 40px;}

.banner, .searchsection{position: static;}
.searchsection{margin:0; order: 1; max-width: 100%; width: 100%;}
.sliderimg{order:2; position: relative; display: none;}
.searchbase .fildgroup .fildrow .col span.searchicon{top:15px;}
.searchbase .fildgroup .classgrid .row .col span.selectarrow{top:22px;}
.searchnav ul{gap: 0;}
.searchnav ul li{flex:0 0 auto; margin: 0px 10px 0 0; gap: 0;}
.searchnav ul li a{flex-direction: column; font-size: 1.3em; line-height: 14px; height: 70px; padding:8px; text-align: center;}
.searchnav ul li a span{white-space: pre-wrap; display: block;}
.searchnav ul li a svg{margin-bottom:5px;}

.searchbase{flex-direction: column;}
.searchbase .fildgroup .fildrow .col.colarrow{height: 30px; border-radius: 50px;width: 30px; box-shadow: 0px 1px 7px #ccc; background-color: #ffffff; top: 38px; z-index: 9; position: absolute; right: 30px;}
.searchbase .fildgroup .fildrow .col,     .searchbase .fildgroup .classgrid .row .col{flex: 1;}
.searchbase .fildgroup .classgrid .row .col.checkbx{position: absolute; left: 0; bottom: -40px; padding: 0;}
.searchbase .btngroup{display: flex; flex-direction: column; margin-top:0px; width: 100%; margin-bottom: 20px;}
.searchbase .btngroup input[type="submit"]{order:2;}
.searchbase .btngroup .refreshbtn{justify-content: right; margin-bottom: 20px; font-size: 1.4em;}
.searchbase, .searchnav{background-color: #EFECEC;}
.searchcross{text-align: right; width: 20px;  display: block; padding: 0; height:18px; position: absolute;
    right: 20px; z-index: 9;}
    .searchbase .fildgroup{padding-top: 25px;}
.searchbase .fildgroup .classgrid .row .col select{border: 1px solid #ffffff;}
.searchbase .fildgroup .fildrow .col .searchcalc input[type="text"], .searchbase .fildgroup .fildrow .col input[type="text"], .searchbase .fildgroup .classgrid .row .col select, .searchbase .fildgroup .fildrow .col, .searchbase .fildgroup .fildrow .col select{font-size:16px; height: 48px; color: #000000; border-radius: 0px;}
.searchbase .fildgroup .fildrow .col .searchcalc input#deptdts{height: 46px;}
.searchbase .fildgroup .fildrow .col .searchcalc input[id="depdateit"], .searchbase .fildgroup .fildrow .col .searchcalc input[id="txtJourneyDates"]{height: 38px; }
.checkbtn, .searchbase .btngroup .refreshbtn, .searchbase .btngroup input[type="submit"]{font-size:1.6em !important; font-weight: 600 !important;}
.msearchstrip{background: #F95539; background: var(--btnred); color: #ffffff; border: none; font-size: 1.6em;
text-transform: uppercase; font-weight: 700;  height: 40px; line-height: 40px; width: 100%;  cursor: pointer; transition: all .5s; display: none; text-align: center; border-top: 3px solid #ffffff;}
.msearchstrip img{margin-left: 3px;}
.bannerparent::after{display: none;}

.searchsection.holidaysrc .searchbase .fildgroup .moreoption-grid-bx ul.rowbx li{margin-top: 10px;}
.searchsection.holidaysrc div.searchbase .fildgroup .fildrow .col:last-child{flex:0 0 180px;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col .adtcont{font-size: 16px; padding-top: 16px;}
.arrowbtn{display: none;}
div#RestaurantBarId .arrowbtn, div#restbarboxdiv .arrowbtn, div#cityboxdiv .arrowbtn{display: block;}

div.luxury-offers .row{gap: 0;}
div.o-grid .o-grid-items-bx .o-grid-items{margin: 0;}
div.luxury-offers{width: 100%;}
div.luxury-offers.popular-holiday .row, div.luxury-offers .row{overflow: auto !important; flex-wrap: nowrap; gap: 0;}
div.o-grid .o-grid-items-bx .o-grid-items{margin-right: 1.5%; flex: 0 0 290px;}
div.luxury-offers.popular-holiday .row .offersitems, div.luxury-offers .row .offersitems{margin-right: 1.5%; flex: 0 0 340px;}
div.luxury-offers.popular-holiday .row .offersitems{flex:0 0 240px;}
div.luxury-offers .row .offersitems .offersimg .offersinfo strong{font-size: 1.8em;}
span.selectarrow{right: 6px;}
div.searchbase .fildgroup .fildrow .col .searchcalc input#depdateit, div.searchbase .fildgroup .fildrow .col .searchcalc input#retdateit{    font-size: 16px; width: 130px;}
.searchbase .fildgroup .fildrow .col .searchcalc input#depdateit{padding-left: 40px;}
div.searchbase .rdbtn, .col.checkbx .checkbtn{font-size: 1.6em;}
.holidaypass .roomslt .roominput select, .holidaypass > .row > .col .rowpass .adultpass select, .holidaypass > .row > .col .rowpass .childpass select, .searchbase .fildgroup .fildrow .col select, div.moreoption-grid-bx ul.rowbx li select{font-size: 16px; color: #000000; }  
div.form-section, .checkbtn, .searchbase .btngroup .refreshbtn, .searchbase .btngroup input[type="submit"], .form-section .newsletterbx .text .formGridbx ul li input, .form-section .newsletterbx .text .formGridbx ul li select{border-radius: 0;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="text"], .sbsbx .sbsitems .newsletter-sbs .newsbx input[type="submit"]{font-size: 1.6em; border-radius: 0px;}
.rvwbx{flex-wrap: nowrap; overflow: auto; justify-content: flex-start; padding: 20px;}
.rvwbx .rvwbxitems{flex:0 0 280px;}
div.msearchstrip{display: block; background: none; border-bottom: 2px solid #efecec; color: #F95539; font-weight:800;}
div.searchbase{display: none;}
}

@media only screen and (max-width:900px){ 
.whyc h3{ text-align: center;}
.whyc p{ width:calc(100% - 100px); padding: 0;}
.whyc .btaawards{ top:15%; width:100px;}

.customersection .customerimg{display: none;}
.customersectionbg{padding:30px 0px;}
.customersection .customercontent{flex:0 0 100%;}   
.sbsbx .sbsitems{flex: 0 0 50%;}
.sbsbx{flex-wrap: wrap;}
.sbsbx .sbsitems:last-child{ flex: 0 0 100%; margin-top: 30px; border-top: 1px solid #ccc; padding-top: 30px;}
.feefobx{ padding: 20px 0px;}
.feefobx .feefotop, .feefobx .feefotop .tp{ justify-content: left;}
.feefobx .feefotop{width: calc(100% - 145px); margin: 0 0 0 20px;}
.feefobx{ text-align: left; justify-content: left;}
.gtsaward{top:30px;}
.cflightsection > .rows{flex-direction: column;}
.fltsection, .fltdetail{flex:0 0 100%;}   
}

@media screen and (max-width:767px){

.holidaypass{left: auto; right: auto; top: 230px; width: 100%; max-width: 350px;}  
.holidaypass > .row{width: 100%; display: flex; flex-wrap: wrap; max-width: 375px;}
.searchbase .fildgroup .fildrow .col .adtcont{font-size:16px; padding-top: 16px;}
.holidaypass > .row > .col{width: 100%;}

.customersection .customercontent a.number > img, .sbsbx .sbsitems .custsupport .pno a img{display:inline-block;}
.footer_pp .wp input[type=text], .footer_pp .wp input[type=submit]{height: 48px; font-size: 16px; padding: 0 10px;}
.footer_pp .wp label{line-height: 48px; font-weight: 600; font-size: 16px;}
.footer_pp p{font-size: 16px; color: #000000;}
ul#ui-id-1, ul#ui-id-2, ul#ui-id-3{width: 92% !important; z-index: 9;}
ul#ui-id-1 li a, ul#ui-id-2 li a, ul#ui-id-3 li a{background-color: #252c32; color: #ffffff;}
.searchbase .fildgroup .classgrid .row{margin-left: 0px;}
div.passenger-grid-bx{top:248px; left: 0;}
div.holidaypass.passenger-grid-bx{top:248px}
.searchbase .fildgroup .fildrow .col:first-child, .searchbase .fildgroup .fildrow .col:nth-child(3){flex:0 0 100%}
.customersection .customercontent p{font-size:2.6em;}
.customersection .customercontent a.number{font-size:3.2em}
.customersection .customercontent a.number img{width: 23px; vertical-align: middle;}

.contentbox .row.f-depart .col:first-child, .contentbox .row.f-depart .col:last-child, .contentbox .row.f-depart .col:nth-child(2){flex:0 0 30%; order: inherit;}
.contentbox .row.f-depart .col .returnflight{width: 85%;}
.contentbox .row.f-depart .col .returnflight::before, .contentbox .row.f-depart .col .returnflight::after{ display: none;}
.contentbox .row.f-depart .col span img{ display: inline-block;}
.contentbox .row.f-depart .col:first-child p{ text-align: right;}
div.contentbox .row.f-depart .col:last-child p{ text-align: left;}
.contentbox .row.f-dategrid .col{flex:0 0 100%;}
.contentbox .row.f-depart .col .returnflight > p{font-size: 1.3em;}
.whyc h3{font-size:1.8em; line-height: 36px;}
.addlink ul{flex-wrap: wrap;}
.flink{flex-wrap: wrap;}
.flink .flinkitems{flex:0 0 100%;}
.flink .flinkitems ul{text-align: center; border-bottom: 1px solid #496ca2;}
.flink .flinkitems ul li{padding-left:0px;}
.fcontent, .visibx p{ justify-content: flex-start;  padding: 0 30px;}
.atolbx{padding: 0 30px;}
.atolbx p{line-height: 30px; font-size: 1.4em;}
.addlink ul li{padding: 5px 0px;}
.sbsbx .sbsitems:last-child{ text-align: center;}
.addlink ul li a{padding: 0px 12px;}
.atolbx ul{margin:25px 0 10px;}
.atolbx ul li img{ height: 50px; width: auto;}
.sbsbx .sbsitems .custsupport .pno a{font-weight: 800; font-size: 2em;}
.sbsbx .sbsitems .custsupport .pno a img{ vertical-align: top !important;}
.sbsbx .sbsitems .custsupport .chead{font-weight: 800; margin: 0px 0 -2px 0; font-size: 1.4em; text-transform: uppercase;}

.searchbase .fildgroup .classgrid .row .col select:focus{border:1px solid #707070;}   
.searchnav ul li a{font-size: 1.4em;}
.searchbase .fildgroup .classgrid .row .col.checkbx{bottom:-36px;}
.searchbase .fildgroup .fildrow .col:nth-child(4), .searchbase .fildgroup .fildrow .col:nth-child(5){flex: 0 0 100%;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col:nth-child(4){flex: 0 0 calc(100% - 160px);}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col:nth-child(5){flex: 0 0 150px;}
.dl-triggeropen{display: block;}
.searchsection.holidaysrc input#depdateit{text-align: left;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.srcngt, .searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.anystr, .searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.moption{flex:1;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col select, .searchbase .fildgroup .fildrow .col.moption label{font-size: 16px; height: 48px;}

.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.moption label{line-height: 36px;}
.searchsection.holidaysrc .searchbase .fildgroup .fildrow .col.srcngt + .col{flex:0 0 100%;}
.searchsection.holidaysrc .moreoption-grid-bx{top: 285px; z-index:9;}
.form-section{background: #e7e7e7;  height: 100vh;  overflow: auto;}
.form-section .newsletterbx .topimgItem{display: none;}
.form-section .newsletterbx .text{flex:0 0 100%;}
.searchbase .fildgroup .fildrow .col .adtcont{font-size: 16px; padding: 16px 0 16px 40px;}
.searchbase.flightpass .passenger-grid-bx{top: 280px;}
div#ui-datepicker-div{right: auto; margin: 10px auto;}
span.validate-message-bx{font-size: .85em; font-weight: 400; z-index: 99; width: 100%;}
.destiinationpara > ul > li[style="display:block;"]{display: flex !important;}
.form-section .newsletterbx .text{padding-top: 100px;}
div.overlayer-gogoleconsent div.googleconsent .consentbx .heading{font-size: 1.6em; font-weight: 700;}
div.overlayer-gogoleconsent div.googleconsent .consentbx ul.consentbtn li a{padding: 14px 10px;}
.form-section .newsletterbx .text .formGridbx ul li select{flex:0 0 calc(100% - 100px);}
.form-section .newsletterbx .text .formGridbx ul li:last-child input{font-size: 16px;}
.form-section a svg{top: 50px;}
div#dialog div#pro-cont-main p{padding: 0 12px;}
.southalltransparent{padding:15px 0;}
/* newaddcss */
.searchbase .btngroup{position: relative; margin-top: 50px;}
.searchbase .btngroup .refreshbtn{width: 120px; position: absolute; right: 0; bottom: 35px; left: auto;}
.searchbase.flightpass .passenger-grid-bx{ z-index: 999;}
/* newaddcss */
.whyc ul.choose-bx{justify-content: center;}
.faqsection .faqquestion .question > .faqheading{padding:14px 15px;}
ul.tab-wlink{overflow: auto; padding-bottom: 10px;}
}

@media only screen and (max-width:640px){
div.lowflight .rowgrid .gridbx, .sbsbx .sbsitems{flex: 0 0 100%;}
.lowflight .rowgrid .gridbx{margin: 10px 0;}
.sbsbx .sbsitems:nth-child(2){border-top: 1px solid #ccc; margin-top: 30px; padding-top: 30px;}
.sbsbx .sbsitems .newsletter-sbs .nhead{font-size:2.4em;}
.whyc ul.choose-bx{flex-wrap: wrap;}
.whyc ul.choose-bx li{flex: 0 0 33%; margin: 10px 0px;}

.feefobx .feefotop .tp{flex-wrap: wrap;}
.feefobx .feefotop{ padding: 10px 0px;}
.feefobx .feefotop .tp .strpoint{font-weight: 800;}
.imgfeefo img{width: 60px; margin-bottom: 10px;}
.feefobx .feefotop .idr{text-align: left; line-height: 16px; font-size: .8em;}
/* .searchbase .fildgroup .fildrow .col .searchcalc input[id="depdateit"], .searchbase .fildgroup .fildrow .col .searchcalc input[id="txtJourneyDates"]{height: 46px; } */
.bestAirFareDeal-popupbx .fullBox .header-deals{font-size:2em; line-height: 20px;}
.bestAirFareDeal-popupbx{padding: 40px 10px;}
.bestAirFareDeal-popupbx .fullBox .contentArea p.airselect h2{font-size: 1em; line-height: 18px; font-weight: 700;}
.bestAirFareDeal-popupbx .fullBox .contentArea p span.priceBx span{font-size: 1.2em;;}
.bestAirFareDeal-popupbx span.closebtn{top:12px;} 
.searchbase .rdbtn{margin-right: 5px;}
.searchnav ul{overflow: auto;}
div.ui-datepicker-title select{font-size: 14px;}
	.container-fluid.topstrip .toptxt{ font-size: 1.6em!important;}
}
/* Eof: Newsletter Section */

@media only screen and (max-width:360px){
.searchbase .fildgroup .fildrow .col{flex: 0 0 48%;}
.sbsbx .sbsitems .newsletter-sbs .newsbx{flex-direction: column;}
.sbsbx .sbsitems .newsletter-sbs .newsbx input[type="submit"]{padding:10px;}
}


/* Bof:NewImplementHeader */
.container-fluid.topstrip{display: block;}
.container-fluid.topstrip{ width:100%; justify-content: center; text-align: center; background: #174285;}
.container-fluid.topstrip .toptxt{ font-size: 2em; padding: 10px; display: block; color: #fff; font-weight:600; text-transform: uppercase; position: relative;}
.container-fluid.topstrip .toptxt:before{content: url(/holidays/40th-anniversary/images/confetti1.png);position: absolute;top: -37px;left: -130px;}
.container-fluid.topstrip .toptxt a{ color: #fff; background: #f95539; text-decoration: none; padding: 0 15px;}
.container-fluid.topstrip.stripfxd{position: fixed; z-index: 999; top: 53px;}
div.dl-triggeropen{display: none;}
@media only screen and (max-width:1200px){
.headergrp{position: relative; top: 0; width: 100%;}
.headergrp.headfxd{position: fixed; z-index: 999;}
div.dl-triggeropen{ width:50px!important; height: 42px; padding:2px 0 0 7px !important; background: #174285; z-index:999;
top:48px; left: 5px; position: fixed; display: block;}
.mobileheader .row{left:auto; right:10px;}
.headersection .header .sitelogo{padding-right: 32px;}
.headersection .header .sitelogo svg{width:230px; padding-right: 5px;}
.headersection::before, .headersection::after, .headersection .header::before{background: none; content: '';}
div.dl-triggeropen span{ background-color: #d25728;}
.headersection{width: 100%;}
.bannerparent{margin-top:0px;}
.headersection .header{ width:100%; margin: 0px auto;}
.headersection .header .sitelogo{ left:0; right: 0; margin: 0 auto; text-align: center; transform:none; padding: 0 0 0 0;}
.mobileheader{padding:0 5px;}
.mobileheader .row{ width: auto; top:6px; right:5px;}
.mobileheader .row .col{ margin-left: 0;}
.mobileheader .row .col a[aria-label="phone"] {width: 50px;background: #F95539;display: block;text-align: center;padding-top:2px;
height: 42px;line-height: 16px;  text-decoration: none;}
.mobileheader .row .col a[aria-label="phone"] svg{width: 17px; height: 17px; margin-top: 2px;}
.mobileheader .row .col a[aria-label="phone"]  span{color: #fff;font-size: 1.2em; display: block;}
div.dl-triggeropen span{background-color:#fff!important; width: 36px; margin: 4px 0;}
.headersection .header .sitelogo svg{ padding: 0 0 0 0;}
div.dl-triggeropen span.menu{height: auto;background: none !important;color: #fff;font-size: 1.2em; text-align: center;}
.dl-triggeropen.trig span.menu{ display: none;}
div.dl-triggeropen.trig{left:5px; top:48px;}
div.dl-triggeropen.trig span{transform: rotate(-45deg); top:15px;}
div#ui-datepicker-div{z-index: 9999 !important;}
}
/* Eof:NewImplementHeader */

/* bofNewimplement */
 @media only screen and (max-width:1200px){
div.dl-triggeropen{position: relative; margin-top: -48px; top: 0; margin-bottom: 6px;}    
div.dl-triggeropen.trig{top: 46px; margin: 0;}
.headergrp.headfxd +  div.dl-triggeropen{position: fixed; margin-top:0px; top: 46px;}
} 

@media only screen and (max-width:767px){
.headergrp.headfxd + div.dl-triggeropen, div.dl-triggeropen.trig{top: 63px;}
}

@media only screen and (max-width:480px){
    .headergrp.headfxd + div.dl-triggeropen, div.dl-triggeropen.trig{top:78px;}    
    .container-fluid.topstrip .toptxt a {display: block; width: 150px;  margin: 8px auto 0 !important;   padding: 6px 15px !important;}    
}
/* EofNewimplement */

