﻿@charset "UTF-8";

body{
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #4c4c4c;
}
a{
transition: all 0.4s;
text-decoration: none !important;
}
img,a,button,input, *{
outline: 0;
}
img{
max-width: 100%;
}
ul{
margin: 0;
padding: 0;
list-style: none;
}
.container {
width: 1200px;
padding: 0;
}

.lightpick_selecteddate_From_Date_Header, .lightpick_selecteddate_To_Date_Header{
display: block;
text-align: center;
font-size: 14px;
padding-bottom: 3px;
color: #e58b00;
}

/* The container */
.checkboxs {
display: block;
position: relative;
padding-left: 19px;
margin-bottom: 7px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
font-weight: 400;
font-size: 11px;
}


/* Hide the browser's default checkbox */
.checkboxs input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
display: inline-block;
border: 1px solid #fff;
border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.checkboxs input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.checkboxs .checkmark:after {
background: #fff;
width: 5px;
height: 5px;
content: '';
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.cleafrix{
clear: both;
}
.off-on-btn .switch {
position: relative;
display: inline-block;
width: 54px;
height: 21px;
margin: 0 10px;
}

.off-on-btn .switch input { 
opacity: 0;
width: 0;
height: 0;
}
.off-on-btn .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
border: 1px solid #4c4c4c;
}
.off-on-btn .slider:before {
position: absolute;
content: "";
height: 17px;
width: 17px;
left: 2px;
bottom: 1px;
background-color: #26cbd1;
-webkit-transition: .4s;
transition: .4s;
}

.off-on-btn input:checked + .slider {
background-color: #fff;
border: 1px solid #4c4c4c;
}

.off-on-btn input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

.off-on-btn input:checked + .slider:before {
-webkit-transform: translateX(31px);
-ms-transform: translateX(31px);
transform: translateX(31px);
}

/* Rounded sliders */
.off-on-btn .slider.round {
border-radius: 34px;
}

.off-on-btn .slider.round:before {
border-radius: 50%;
}

/*Header*/
.header {
background-color: #fff;
padding: 15px 0 15px 0;
}
.header .container-fluid{
display: flex;
padding: 0 35px;
align-items: center;
}
.header .logo{
flex: 1;
}
.header .logo img {
width: 234px;
}
.header .right-header {
display: flex;
align-items: center;
}
.header nav ul{
display: flex;
padding: 0;
margin: 0;
}
.header .number h2 {
font-size: 24px !important;
color: #fff;
font-weight: 900;
letter-spacing: -0.5px;
background-color: #e58b00;
padding: 7px 18px 7px 58px !important;
background-repeat: no-repeat;
background-position: center left 15px;
margin: 0 0 0 15px;
background-image: url(/Content/images/phoneIos.png);
background-size: 35px !important;
border-radius: 4px;
width: auto !important;
}
.header .number h2 a {
color: #fff;
}
.header .number h2 span {
font-weight: 600;
font-size: 12px;
letter-spacing: 3.5px;
display: block;
text-transform: uppercase;
text-align: left;
}
.header nav ul li {
list-style: none;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
position: relative;
}
.pasengerChange{bottom:-64px!important;}
.advanceSearchHolder ul{margin-top:0px}
.advanceSearchHolder li{border:none!important;}
.advanceSearchHolder li input[type="text"]{border:1px solid #c2c2c2!important;height:40px;line-height:40px;padding-left:10px;font-size:12px!important}
.advanceSearchHolder li input[type="text"]::placeholder{font-size:12px!important;}
.advanceSearchHolder li input[type="checkbox"]{font-size:11px;width:13px;height:13px}
#formFlightSearchEngine{position:relative;}
#liAdvanceSearchOption{cursor:pointer;color:#e58b00;width:100%;border:none;}
.advanceSearchHolder{width:100%;float:left; display: none;}
.advanceSearchHolder ul{width:100%;float:left}
.advanceSearchHolder ul + ul{display:none;margin-top:0px}
.advanceSearchHolder ul + ul li:nth-child(2){padding-top:10px;padding-left:20px;}
.advanceSearchHolder ul + ul li:nth-child(2) label{cursor:pointer;}
.advanceSearchHolder ul + ul li span{font-size:11px;float:left;padding-top:3px;padding-left:5px;color:#333;font-weight:normal}
.advanceSearchHolder ul + ul li input{float:left;}
.advanceSearchHolder li{width:50%;float:left;padding-bottom:10px;}
.advanceSearchHolder li input[type="text"]{border:none;border-bottom:1px solid #ccc}
li.airlineList::after{background:none!important;display:none}
.dropdownscrollAirline{height:210px;overflow-y:scroll!important;}
.header nav ul li a {
position: relative;
display: inline-block;
color: #000;
padding: 10px 0;
}
.header nav ul li a:hover{
color: #11538d;
}
.header nav ul li a:before {
content: '|';
color: #fff;
display: inline-block;
padding: 0 11px;
}
.header nav ul li:first-child a:before{
display: none;
}

/*Sub Menu*/
.header nav ul li ul {
position: absolute;
top: 30px;
left: 0;
display: block;
z-index: 10;
padding-top: 0;
height: 0;
opacity: 0;
transition: all 0.4s;
overflow: hidden;
border-radius: 2px;
}
.header nav ul li:hover ul{
height: auto;
opacity: 1;
transition: all 0.4s;
}
.header nav ul li ul li {
width: 200px;
}
.header nav ul li.trvltheme ul{
left: 11px;
}
.header nav ul li ul li a {
background: #e58b00;
border-bottom: 1px solid rgba(236, 236, 236, .4);
width: 100%;
padding: 9px;
color: #fff;
}
.header nav ul li ul li a:hover{
background-color: #11538d;
color: #fff;
} 
.header nav ul li ul li a:before{
display: none;
}

/*banner*/
.banner {
background-image: url(/Content/images/banner-img.jpg);
background-size: 125%;
padding: 90px 0 114px 0;
background-position: center;
}
.searchweight .tabs {
display: none;
padding: 0;
margin: 0;
justify-content: center;
}
.searchweight .tabs li{
list-style: none;
}
.searchweight .tabs li a,
.g-sky{
background: #e58b00;
}
.searchweight .tabs li.active a,
.g-orange{
background: #11538d;
}
.buttou-btm a.g-orange:hover, .g-orange.modifysrchbtn:hover, .innermodify a.closebts-wigt:hover,div#divClassTypeDDL .btsy a#btnClassTypeDone:hover, div#divPassengerDDL .btsy a#btnPassengerDone:hover, .g-orange.btn-primary.selectBtn.auto-US:hover
{
background: #11538d;
}
.buttou-btm.loadmore #dvPageNumber a:hover{
background: #11538d !important;
border-radius:25px;
transition:initial;
}
.airline-list form ul li a:hover,
.confrm-main .info-content button:hover,
.lstba.roomselect button:hover,
.fclty-content .content-tab ul.icons li a:hover,
.roomsdetails .bts-btm a:hover,
.back-section button:hover,
.hotel-listing ul.mn button.bts:hover,
.innermodify a.close-modify:hover,
.modifysrch-box button.g-orange:hover,
a.g-orange.ScrollTop.onscroll:hover,
.searchbox button.submit.g-orange:hover,
.pasenger-popup .btsy a:hover,
.hotelguestdrop .btsmoreroom button:hover,
ul#ulDiscountPre li .aplyforms button:hover,
.travel-details .bottom-details button:hover,
.listing-right .listing-box ul.ttlogo a.g-orange:hover,
.searchweight .tabs li a:hover,
.searchweight .g-orange:hover{
background: #11538d !important;
}
.searchweight .g-orange:hover{
background: #11538d!important;
}
.cgs-message.g-orange{  
background: #11538d; 
}
.searchweight .tabs li {
font-size: 17px;
font-weight: 500;
}
.searchweight .tabs li a {
color: #fff;
display: inline-block;
height: 44px;
line-height: 44px;
padding: 0 30px;
border-radius: 7px;
text-transform: uppercase;
transition: unset;
margin-right: 5px;
min-width: 190px;
text-align: center;
}
.searchweight .tabs li.active {
font-weight: bold;
}
.header nav ul li.signuppop {
display: none;
}
.bannerright.travlbythme {
display: none !important;
}
.searchweight {
width: 100%;
background: #fff;
border-radius: 5px;
padding: 20px;
position: relative;
z-index: 1;
box-shadow: 0 5px 50px 0 #000;
}
.off-on-btn {
display: flex;
align-items: center;
margin-top: 12px;
margin-bottom: 5px;
}
ul.off-on-btn li {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;

}
ul.off-on-btn li a{
color: #4c4c4c;
padding-left: 26px;
position: relative;
margin-right: 24px;
}
ul.off-on-btn li a:hover{
color:#f3840c;
}
ul.off-on-btn li a:after {
content: '';
width: 21px;
border: 1px solid #6f6f6f;
border-radius: 50%;
height: 21px;
position: absolute;
left: 0;
top: -1px;
}
ul.off-on-btn li.active a:before {
content: '';
width: 15px;
border-radius: 50%;
height: 15px;
position: absolute;
left: 3px;
top: 2px;
background: #e58b00;
}

ul.off-on-btn li a{
color: #4c4c4c;
}
/*Search Box*/
.searchbox ul {
display: flex;
align-items: center;
margin-top: 8px
}
.searchbox ul li {
border-bottom: 1px solid #c2c2c2;
width: 100%;
}
.searchbox ul li:nth-of-type(2) {
width: 26%;
text-align: center;
border: 0;
}
/*.modifysrch-box .searchbox#Tp_roundtrip ul:nth-child(8) li:nth-of-type(2){
visibility:visible;
}*/
/*.searchbox#Tp_roundtrip ul:nth-child(8) li:nth-of-type(2){
visibility:hidden;
}*/
/*#Hotels .searchbox.htl ul li:nth-of-type(2){
visibility:hidden;
}*/


.searchbox ul li>span{
color: #999999;
display: block;
font-weight: 400;
}
.searchbox ul li input {
border: 0;
color: #999;
font-size: 20px;
width: 100%;
outline: 0;
font-weight: 400;
height: 43px;
line-height: 43px;
}
.searchbox ul li input{
text-transform: uppercase;
}
.searchbox ul li.m-loca input {
height: 43px;
font-size: 43px;
padding-left: 0;
}

.searchbox ul li:hover span{
color:#000;
font-weight: 400;
}


.searchbox ul li input:focus::placeholder {  
color: transparent;
}
/*.searchbox ul li input::-webkit-input-placeholder {  
color: transparent;
}
.searchbox ul li input:-ms-input-placeholder {  
color: transparent;
}*/



.searchbox ul li:hover ::-webkit-input-placeholder { /* Edge */
color: #6a6a6a;
}

.searchbox ul li:hover :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #6a6a6a;
}

.searchbox ul li:hover ::placeholder {
color: #6a6a6a;
}

.searchbox ul li#divDepartSecton:hover input, .searchbox ul li#divReturnSection:hover input{
color:#000;
}
.searchweight .searchbox ul li:hover input  { 
color: #6a6a6a;
}
.advanceSearchHolder li:hover input{
border:1px solid #000!important;
color:#000!important;
}
.searchweight .searchbox ul li:hover p span{
color: #000;
}
.advanceSearchHolder a.lnkUnaccompaniedMinorPopup:hover{
color: #000!important;
}
.searchweight .searchbox ul li#liAdvanceSearchOption:hover{
text-decoration:underline;
color:#e58b00;
}

.searchbox ul li ::-webkit-input-placeholder { /* Edge */
font-size: 15px;
color: #999;
font-weight: 400;
text-transform: none;
}

.searchbox ul li :-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 15px;
color: #999;
font-weight: 400;
text-transform: none;
}

.searchbox ul li ::placeholder {
font-size: 15px;
color: #999;
font-weight: 400;
text-transform: none;
}

.searchbox ul.flight-type p {
margin: 0;
}
.searchbox ul.flight-type span {
font-size: 14px;
color: #4c4c4c;
font-weight: 300;
}
.searchbox ul.flight-type span#txtClassType_MC,
.searchbox ul.flight-type span#txtClassType {
width: 89%;
position: absolute;
top: 0;
z-index: 1;
}


.searchbox ul.flight-type p img {
vertical-align: top;
margin-right: 8px;
}
.searchbox ul.flight-type p> img {
padding-bottom: 4px;
height: 22px;
}
.searchbox ul.flight-type p span + img {
height: auto;
padding: 0;
}

.searchbox ul.flight-type .passenger-btn + img {
vertical-align: baseline;
margin-left: 6px;
margin-bottom: 1px;
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
}
.searchbox ul.flight-type li:nth-of-type(2) {
font-size: 38px;
font-weight: 100;
color: #4c4c4c;
}
.searchbox ul.flight-type {
margin-top: 11px;
}
.pasenger-popup .pnlInner ul li.active {
color: #fff;
font-weight: bold;
background: #e58b00;
}

/*Multicity*/
.searchbox ul.multibox li:nth-of-type(2) {
width: 38%;
text-align: left;
border-bottom: 1px solid #c2c2c2;
}
.searchbox ul.multibox {
margin-left: -6px;
margin-right: -6px;
}
.searchbox ul.multibox li {
margin: 0 6px;
}
.searchbox ul.multibox {
position: relative;
}
.searchbox ul.multibox li.removebtns {
border: 0;
position: absolute;
right: 0;
top: 0;
}
.searchbox ul.multibox li.removebtns i.fa.fa-times-circle {
color: #000 !important;
}
.searchbox ul.multibox li.removebtns i.fa.fa-times-circle {
color: #000 !important;
margin: 0 !important;
top: auto !important;
bottom: 0px;
}
.searchbox ul.multibox li.removebtns {
border: 0;
position: absolute;
right: 0;
top: 27px;
width: auto;
}
.searchbox ul.flight-type li {
cursor: pointer
}
.searchbox ul li>span.seprtr{
font-size: 32px;
font-weight: 200;
color: #666;
cursor: default;
}
.add_button {
color: #e58b00;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
text-align: right;
padding-top: 10px;
cursor: pointer;
width: 100%;
float: none !important;
display: inline-block;
}


/*End Multicity*/

.client-logo.g-orange {
background: #666;
}

.searchbox button {
width: 40%;
font-size: 20px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
border-radius: 6px;
border: 0;
margin: 25px 0 14px 30%;
padding-top: 3px;
outline: 0;
}
.bannerright h1 {
padding: 0;
text-align: center;
font-weight: bold;
color: #fff;
font-size: 53px;
float: left;
width: 100%;
margin: 120px 0 0 0;
border-top: 0;
padding-top: 11px;
line-height: 70px;
}
.bannerright.travlbythme h1 {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.searchbox ul li.m-loca {
position: relative;
}
.searchbox ul li.m-loca .demo-label {
position: absolute;
right: 0;
bottom: 32px;
font-size: 17px;
color: #999;
}
.searchbox ul.flight-type li {
position: relative;
}
.pasenger-popup {
position: absolute;
right: 0;
top: 74px;
width: 346px;
background: #fff;
box-shadow: 0 10px 20px #666;
border-radius: 20px;
z-index: 1;
padding: 15px 15px 0 15px;
}
.lnkUnaccompaniedMinorPopup:hover{
color:#000!important;
}
#AddSection_2:hover{
color:#f3840c;
}
/*.pasenger-popup .divPassenger:hover .MinusPassenger input, .pasenger-popup .divPassenger:hover .PlusPassenger input{
background:#b91111;
}*/
.advanceSearchHolder li input[type="text"]:hover{
border:1px solid #000;
}
.pasenger-popup .divPassenger {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.pasenger-popup .divPassenger .divPassengerType {
display: flex;
align-items: center;
} 
.pasenger-popup .divPassenger .divPassengerType p {
font-size: 15px;
margin-bottom: 0;
}
.pasenger-popup .divPassenger .divPassengerType span {
font-size: 12px;
padding-left: 5px;
}
.pasenger-popup .divPassenger .Add_Less_Passenger {
display: flex;
align-items: center;
justify-content: space-around;
width: 101px;
}
.pasenger-popup .divPassenger .PlusPassenger input,
.pasenger-popup .divPassenger .MinusPassenger input {
background: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
color: #727483;
font-weight: bold;
font-size: 15px;
line-height: 20px;
border: 0;
padding: 0 2px;
border: 1px solid #727483;
}
.pasenger-popup .divPassenger .PlusPassenger input:hover,
.pasenger-popup .divPassenger .MinusPassenger input:hover {
background: #fff !important;
color: #e58b00 !important;
border: 1px solid #e58b00 !important;
}
.pasenger-popup .divPassenger .PassengerCount input {
width: 30px;
border: 0;
text-align: center;
font-weight: 500;
font-size: 14px;
}
.pasenger-popup .divPassenger {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
padding: 6px 0;
}
.pasenger-popup .btsy {
width: 100%;
text-align: center;
padding-bottom: 20px;
}
.pasenger-popup .btsy a {
padding: 7px 34px;
display: inline-block;
border-radius: 8px;
color: #fff;
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
background: #e58b00;
width: 100%;
}
.searchbox ul.flight-type span#txtClassType + img {
position: relative;
top: 9px;
margin-right: 0;
width: 13px;
float: right;
}
/*Class*/
.pasenger-popup .pnlInner ul {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 10px;
margin: 10px 0 15px 0;
}
.pasenger-popup .pnlInner ul li {
position: relative;
font-size: 15px;
letter-spacing: 0;
border: 0;
padding: 11px 0;
cursor: pointer;
min-height: auto;
width: 48%;
background: #115390;
margin: 0;
}
/*.pasenger-popup .pnlInner ul li:after {
position: absolute;
width: 20px;
height: 20px;
border: 2px solid #1dc7cf;
content: '';
right: 37px;
top: 50%;
transform: translate(50%, -50%);
border-radius: 50%;
}*/
/*.pasenger-popup .pnlInner ul li.active:before {
content: '';
position: absolute;
width: 10px;
height: 10px;
background: #1dc7cf !important;
right: 37px;
top: 50%;
transform: translate(50%, -50%);
border-radius: 50%;
}*/
.pasenger-popup .divClassTypePanel {
padding-bottom: 20px;
}

/*Client Logo*/
.client-logo{
margin-top: -1px;
padding: 10px 10px;
}
.client-logo ul{
display: flex;
align-items: center;
justify-content: center;
}
.client-logo ul li {
width: 22%;
padding: 0 0;
border-right: 1px solid rgba(555,555,555, 0.4);
text-align: center;
}
.client-logo ul li:last-child{
border: 0;
}
.searchbox ul li.m-loca {
position: relative;
}

/*Travel Destination*/
#HotelsHomePageDeals {
position: relative;
z-index: 0;
}
.travel-destination .row>div{
padding: 0 7px;
margin-bottom: 7px;
}
.travel-destination .box{
height: 244px;
overflow: hidden;
border-radius: 0;
}
.travel-destination .box img {
position: relative;
min-width: 100%;
min-height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
/*.travel-destination .col-sm-8 {
width: 63.2%;
}
.travel-destination .col-sm-4 {
width: 36.8%;
}*/
.travel-destination .box {
position: relative;
margin: 2px -9px;
}
.travel-destination .content {
position: absolute;
bottom: 10px;
left: 0;
display: flex;
align-items: center;
width: 100%;
padding: 0 15px 0 20px;
z-index: 1;
}
.travel-destination .content h3{
color: #fff;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
flex: 1;
padding: 0;
margin: 0;
}
.travel-destination .content h3 span{
display: block;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.5px;
text-transform: capitalize;
}
.travel-destination .content h4 {
font-size: 24px;
color: #11538d;
font-weight: 500;
padding: 0;
margin: 0;
display: flex;
align-items: center;
}
.travel-destination .content h4 span {
font-size: 12px;
color: #fff;
font-weight: 300;
margin-right: 5px;
}
.travel-destination .content h4 sup {
font-weight: 200;
top: -4px;
color: #fff;
}
.buttou-btm {
text-align: center;
padding-top: 30px; 
}
.buttou-btm a {
font-size: 18px;
color: #fff;
font-weight: 200;
padding: 9px 45px 10px 20px;
display: inline-block;
position: relative;
border-radius: 5px;
}
.buttou-btm a:after {
content: '';
background-image: url(/Content/images/button-arrow.png);
display: inline-block;
width: 28px;
height: 28px;
position: absolute;
left: 120px;
top: 7px;
}
#FlightOffers .box {
position: relative;
}
.hotel-deals .box{
border: 3px solid #e58b00;
display: block;
border-radius: 20px;
}
.hotel-deals .box img.img{
width: 100%;
border-radius: 15px 15px 0 0;
border-bottom: 3px solid #e58b00;
}
.hotel-deals .content {
padding: 15px;
}
.hotel-deals .content h4{
color: #e58b00;
font-size: 14px;
text-transform: uppercase;
margin: 0;
margin-top: 15px;
}
.hotel-deals .content p{
color: #e58b00;
font-weight: 200;
margin-top: 2px;
margin-bottom: 15px;
}
.hotel-deals .content h3 {
margin: 0;
color: #e58b00;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.hotel-deals .btsa {
display: flex;
align-items: center;
margin-top: 20px;
}
.hotel-deals .btsa h5 {
margin: 0;
padding: 0;
flex: 1;
font-size: 14px;
font-weight: 300;
color: #e58b00;
}
.hotel-deals .btsa h5 span {
color: #e93c19;
font-weight: 600;
font-size: 19px;
}
.hotel-deals .btsa h5 span sup{
font-weight: 300;
}
.hotel-deals .btsa a {
color: #fff;
padding: 8px 21px;
border-radius: 22px;
font-size: 18px;
font-weight: 500;
}
.hotel-deals .hotel-dealss .owl-nav button.owl-next span,
.hotel-deals .hotel-dealss .owl-nav button span{
background-image: url(/Content/images/left-arrow.png);
width: 28px;
height: 28px;
}
.hotel-deals .hotel-dealss .owl-nav button.owl-next span{
background-image: url(/Content/images/right-arrow.png);
}
.hotel-deals .hotel-dealss .owl-nav {
left: -5%;
width: 110%;
}
.txs{
padding: 40px 0;
}
.txs p{
color: #383838;
text-align: center;
font-size: 12px;
margin: 0;
}
/*Review section*/
.review-section {
background-color: #e58b00;
padding: 30px 0 20px 0;
margin-top: 40px;
}
.review-section ul li h5,
.review-section ul li p{
font-size: 11px;
color: #fff;
font-weight: 200;
letter-spacing: 1px;
margin-bottom: 5px;
}
.review-section ul li p strong{
font-weight: 500;
}
.review-section ul li h5{
text-transform: uppercase;
margin-top: 20px;
}
.review-section .tops p {
font-weight: 200;
margin: 0;
}
.review-section .tops + p + p {
min-height: 30px;
}
.review-section .tops {
display: flex;
width: 100%;
margin-bottom: 14px;
}
.review-section .tops img {
width: auto;
margin-right: 15px;
margin-top: 1px;
}
.hotel-dealss .owl-dots, 
.review-section .owl-dots {
display: none;
}
.hotel-dealss .owl-nav, 
.review-section .owl-nav {
position: absolute;
width: 100%;
top: 50%;
transform: translate(0, -50%);
left: -0.5%;
}
.hotel-dealss .owl-nav button span,
.review-section .owl-nav button span{
background-image: url(/Content/images/left-arrow1.png);
background-repeat: no-repeat;
background-position: center;
width: 19px;
height: 19px;
display: inline-block;
font-size: 0;
}
.hotel-dealss .owl-nav button.owl-next,
.review-section .owl-nav button.owl-next{
float: right;
}
.hotel-dealss .owl-nav button.owl-next span,
.review-section .owl-nav button.owl-next span{
background-image: url(/Content/images/right-arrow1.png);
}
.review-section .row {
display: flex;
align-items: center;
}
.review-section .imgs {
position: relative;
}
.review-section .imgs:after {
content: '';
border-right: 1px solid #08bfc5;
height: 68%;
top: 15%;
position: absolute;
right: 0;
}
.review-section ul {
padding-left: 50px;
padding-right: 40px;
width: 105%;
}
#FlightHomePageDeals {
padding: 0 0 50px 0;
}

/*Socila media*/
.social-media{
margin-top: 15px;
}
.social-media a {
display: inline-block;
background: #fff;
width: 30px;
height: 30px;
font-size: 21px;
line-height: 32px;
text-align: center;
border-radius: 50px;
color: #11538d;
}

/*copy Right*/
.hotel-dealss .owl-item img {
width: 100%;
border-radius: 17px 17px 0 0;
height: 180px;
}
.prsng-box{
text-align: center;
}
/*Processing*/
.processing-page {
position: absolute;
height: 100vh;
width: 100%;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: -1;
}
.processing-page .client-logo{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.prsng-box .main-box {
max-width: 944px;
width: 100%;
display: inline-block;
background-color: #fff;
border-radius: 20px;
box-shadow: 0 16px 70px -9px #000;
padding: 15px 0;
min-height: 390px;
}
.prsng-box .main-box h1 {
color: #0dbfc9;
font-size: 30px;
font-weight: 900;
margin: 0;
}
.prsng-box .main-box h1 span{
color: #e93d19;
}
.prsng-box .main-box p {
font-size: 18px;
margin-top: 8px;
}
.pro-animation {
display: flex;
justify-content: center;
}
.pro-animation + .pro-animation {
margin-top: 5px;
}
.pro-animation h2{
color: #e58b00;
font-size: 18px;
font-weight: bold;
margin: 0;
padding-bottom: 5px
}
.prsng-box .pro-animation p {
font-size: 16px;
margin: 0;
font-weight: 500;
line-height: 16px;
color: #4c4c4c;
}
.prsng-box .pro-animation p span {
font-weight: 300;
font-size: 12px;
}
.pro-animation .imgs {
width: 444px;
margin-top: -140px;
padding: 0 29px;
}
.pro-animation .box {
position: relative;
top: 0;
width: 66%;
}
.pro-animation .box.right {
left: 10px;
}
.pasenger-popup .pnlInner ul li:hover {
background-color: #E7EDFD;
text-decoration: none;
}
.pasenger-popup .divClassTypePanel {
padding-left: 0;
}
div#divClassTypeDDL {
right: 0;
left: auto;
bottom: -90px;
width: 250px;
padding: 0;
padding-top: 10px;
height: auto;
}
body .pasenger-popup {
border-radius: 4px;
}


/*Passenger and Class*/

/*Currancy Change*/

.currency-exchange {
position: relative;
}

.currency-exchange a.acc_filter {
display: flex;
align-items: center;
justify-content: space-between;
color: #000;
width: 50px;
}
.right-header .currency-exchange a.acc_filter {
margin-left: 15px;
}
ul#currency-list li img,
.currency-exchange a.acc_filter i img {
display: none;
}
.currency-exchange div#currency-list2, 
.currency-exchange ul#currency-list {
position: absolute;
top: 24px;
right: -4px;
z-index: 1;
background: #fff;
border-radius: 2px;
overflow: hidden;
}
.currency-exchange div#currency-list2 p, .currency-exchange ul#currency-list li {
background: #ccc;
padding: 0;
width: 58px;
text-align: center;
font-weight: bold;
border-bottom: 1px solid #67777c !important;
margin-top: 0 !important;
}
.currency-exchange ul#currency-list li:first-child {
border-bottom: 1px solid #c3c3c3;
}
.currency-exchange div#currency-list2 div span.currency_bg img,
.currency-exchange ul#currency-list li span.currency_bg img {
filter: brightness(2) invert(1);
position: relative;
top: -2px;
width: 10px !important;
margin-left: 3px;
}
.currency-exchange span.currency_bg {
color: #000;
font-size: 12px;
padding-left: 0;
}
li.currency-icon .filter_holidays {
border-bottom: 1px solid #c2c2c2;
width: 100%;
}
.billing-info .currency-exchange a.acc_filter {
color: #000;
width: 82px;
margin-bottom: 6px;
}
.billing-info .currency-exchange a.acc_filter img {
width: 29px;
height: auto;
}
.currency-exchange div#currency-list2 {
left: 0;
top: 29px;
z-index: 1;
}
.currency-exchange div#currency-list2 p {
display: block;
padding: 0;
margin: 0;
font-size: inherit;
position: relative;
}
.currency-exchange div#currency-list2 p a {
display: flex;
align-items: center;
padding: 9px 0;
background: #fff;
width: 98.5%;
height: 30px;
border-bottom: 1px solid #ccc;
color: #000;
}
.billing-info .currency-exchange a#selectCurrency2 i.fa.fa-angle-down {
font-size: 22px;
}
.billing-info .currency-exchange a#selectCurrency2 img {
margin: 0;
}
.currency-exchange div#currency-list2 p a img {
width: 20px;
height: auto;
margin: 0 4px 0 0;
}
.currency-exchange div#currency-list2 p a span.currency_bg img {
width: 11px;
margin-left: 3px;
position: relative;
margin-top: -2px;
margin-right: 0;
filter: brightness(2) invert(1);
}

.travel-details .form-details ul li .msys {
width: 100%;
}
.currency-exchange div#currency-list2 p a span.currency_bg {
position: static;
background: transparent;
width: auto;
height: auto;
}
li.dob-sec{
position: relative;
}
.searchweight span.error-message {
position: static;
color: #f00;font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.searchweight span.error-message#spnDepDateErrMsg, .searchweight span.error-message#spnRetDateErrMsg, .searchweight span.error-message#spnCheckInDateErrMsg,
.searchweight span.error-message#spnCheckOutDateErrMsg
{
bottom: 13px;
position:relative;
}
.cover-bg.signups {
background-color: transparent;
top: 80px;
}
/*Signup Popup*/
.signup-module {
position: absolute;
top: 64px;
right: 200px;
width: 300px;
z-index: 11;
}
.signup-module .signupmain {
border-radius: 30px;
box-shadow: 0 0 4px #ccc;
}
.signupmain h2 {
width: 100%;
text-align: center;
background: #e58b00;
margin: 0;
border-radius: 26px 26px 0 0;
color: #fff;
font-size: 12px;
padding: 18px 0;
font-weight: 300;
}
.signupmain h2 span {
font-size: 19px;
color: #1ac6cf;
padding-right: 2px;
}
.signupmain form {
padding: 27px 23px 10px 23px;
border-radius: 0 0 30px 30px;
background: #fff;
}
.signupmain form label {
color: #e58b00;
font-weight: normal;
margin: 0;
}
.signupmain form input {
border: 0;
box-shadow: none;
border-bottom: 1px solid #4e4e4e;
border-radius: 0;
padding-left: 0;
color: #000;
font-size: 16px;
}
.signupmain form button {
font-size: 18px;
color: #fff;
font-weight: 600;
border-radius: 40px;
border: 0;
outline: 0;
height: 35px;
padding: 0px 38px 0 20px;
position: relative;
margin: 26px auto 0px auto;
display: table;
}
.signupmain form button img {
position: absolute;
bottom: 4px;
right: 3px;
}
.signupmain form .form-control:focus{
box-shadow: none;
border: 0;
outline: 0;
border-bottom: 1px solid #4e4e4e;
}
.cover-bg{
display: none;
position: fixed;
left: 0;
width: 100%;
height: 100%;
top: 0;
background-color: rgba(0,0,0, 0.8);
z-index: 10;
}
.signupmain form span#spanSignUpThanks,
.signupmain form .SignUpAlreadyExist {
margin-top: 10px;
display: inline-block;
text-align: center;
width: 100%;
color: #f00;
}
.signupmain form span#spanSignUpThanks{
color: green;
}

.ui-draggable .ui-dialog-titlebar {
cursor: move;
display: none;
}
.showondeal {
background: #08becb;
color: #fff;
padding: 7px 30px;
font-size: 13px;
border-radius: 0;
margin: -6px -30px 12px -30px;
}
.listing-right .listing-box ul li.list-logo + li{
position: relative;
}
.listing-right .listing-box ul li.list-logo + li> span {
position: absolute;
top: -15px;
left: 10px;
color: #e93d19;
font-weight: bold;
}
.pro-logo .pro-inner b {
margin-left: 10px;
}
.pro-logo .pro-inner img {
height: 20px;
width: auto;
}
.bannerright.travlbythme h1 {
border: 0;
font-size: 26px;
margin-bottom: 5px;
margin-top: 185px;
}
.bannerright.travlbythme p {
text-align: right;
font-weight: 400;
color: #fff;
font-size: 20px;
margin-top: 0;
}
.searchbox.multicitysec ul.flight-type li {
width: 44%;
}
.searchbox.multicitysec ul.flight-type li:nth-of-type(2) {
width: 20%;
}
a.instagram:hover .fa-instagram {
background: #d6249f;
-moz-background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
-webkit-background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
a.facebook:hover .fa.fa-facebook{
color: #3b5998;
}
a.twitter:hover .fa.fa-twitter{
color: #00acee;
}
#spanNewsletterThanks {
position: absolute;
left: 10px;
top: 52px;
background: #e94018;
font-size: 13px;
color: #fff;
padding: 5px 11px 5px 10px;
font-weight: normal;
line-height: 16px;
z-index: 1;
border-radius: 4px;
}
#spanNewsletterThanks i {
font-size: 20px;
margin-right: 5px;
}
#spanNewsletterThanks:after {
content: "";
border: 10px solid transparent;
position: absolute;
top: -17px;
left: 15px;
border-bottom: 10px solid #e94018;
}
#spanNewsletterThanks:before {
content: "\f118";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
top: 50%;
left: 8px;
font-weight: bold;
font-size: 19px;
transform: translate(0, -50%);display:none;
}

/*li.trvltheme ul.submenu {
max-height: 350px;
overflow: hidden;
overflow-y: scroll;
}*/

/* width */
li.trvltheme ul.submenu::-webkit-scrollbar {
width: 5px;
}

/* Track */
li.trvltheme ul.submenu::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
background: #fff; 
}

/* Handle */
li.trvltheme ul.submenu::-webkit-scrollbar-thumb {
background: #e58b00; 
border-radius: 10px;
}

/* Handle on hover */
li.trvltheme ul.submenu::-webkit-scrollbar-thumb:hover {
background: #fff; 
}
.travel-destination .box:after {
border-radius: 0;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
box-shadow: inset 0 -49px 85px rgba(0,0,0,.9);
-webkit-box-shadow: inset 0 -49px 85px rgba(0,0,0,.9);
-moz-box-shadow: inset 0 -49px 85px rgba(0,0,0,.9);
}

/*SiteMap*/
section.sitemapbnr {
background: #e58b00;
}
section.sitemap-content {
padding: 10px 0 20px 0;
}
.sitemapbnr h1 {
color: #fff;
margin: 0;
padding: 10px 0;
font-size: 24px;
}
section.sitemap-content h3 {
background: #e58b00;
display: inline-block;
clear: both;
font-size: 15px;
border-radius: 20px;
padding: 11px 25px;
color: #fff;
margin-bottom: 15px;
}
section.sitemap-content ul {
display: inline-block;
width: 100%;
border-bottom: 1px solid #e58b00;
padding-bottom: 17px;
}
section.sitemap-content ul:last-child{
border-bottom: 0;
}
section.sitemap-content ul li {
float: left;
width: 25%;
}
section.sitemap-content ul li a {
font-size: 14px;
color: #2f2f2f;
display: inline-block;
background-image: url(/Content/images/sitemap-arrow.png);
background-repeat: no-repeat;
padding: 2px 0 2px 19px;
background-position: top 8px left;
}
.searchbox ul.flight-type li span#txtPassengers_MC,
.searchbox ul.flight-type li span#txtPassengers {
width: 84%;
display: inline-block;
}
a.ScrollTop {
position: fixed;
bottom: 40px;
right: 10px;
width: 35px;
height: 35px;
border-radius: 7px;
line-height: 32px;
color: #fff;
text-align: center;
font-size: 26px;
box-shadow: 0 2px 10px #ccc;
opacity: 0;
z-index: 1;
}
a.g-orange.ScrollTop.onscroll{
opacity: 1;
}

.bannerright.travlbythme,
.banner.airline-bnr {
position: relative;
}
.bannerright.travlbythme{
z-index: 1;
}
.banner.airline-bnr:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
}
.banner.airline-bnr .bannerright.travlbythme h1,
.banner.airline-bnr .bannerright.travlbythme p{
text-shadow: 1px 1px 1px #333;
}
.searchbox ul li span.spanCity {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
width: 160px;
}
.searchbox.multicitysec ul li span.spanCity{
width: 130px;
}
.banner.airline-bnr {
background-position: right top;
top: 0;
}
.trustpilot-widget {
padding: 40px 70px;
background: #f1f1f1;
margin-top: 34px;
}
.norsta {
text-align: center;
z-index: 1;
position: relative;
margin-left: -16px;
}
.render-body-section .norsta + .no-result {

text-align: left; width:100%;margin-bottom:40px;margin-top:0px;
}
.norsta img {
width: 180px;
}
.norsta + .no-result .box.right-result a {
margin: 0;
}
td.anisd {
position: relative;
}
td.anisd img.animtims {
position: absolute;
top: 5px;
left: 25px;
width: 159px;
}

.sorry-session.pos {
display: flex;
width: 620px;
padding: 14px 10px 24px 0;
align-items: center;
}
.sorry-session.pos .flays img {
width: 220px;
}
.sesexp img {
width: 140px;
}

/*Error pages*/
.ft_err.sory-page .ft_err_wrp {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0 40px 0;
}
.ft_err.sory-page .ft_err_wrp h2 {
font-size: 35px;
margin-bottom: 6px;
}
.ft_err.sory-page .ft_err_wrp p {
margin: 12px 0 22px 0;
}
.ft_err.sory-page ul li {
margin-bottom: 20px;
position: relative;
padding-left: 53px;
}
.ft_err.sory-page ul li img {
position: absolute;
left: 0;
width: 47px;
top: 50%;
transform: translate(0, -51%);
}
.ft_err.sory-page ul li span {
display: block;
font-size: 15px;
}
.ft_err.sory-page ul li a {
display: block;
color: #4c4c4c;
font-size: 17px;
font-weight: 600;
margin-top: -5px;
}

.ft_err.sory-page ul li a.call-phone-number{
font-size: 30px;
} 
.ft_err.sory-page .yrts {
width: 30%;
}
.ft_err.sory-page .yrts img{
width: 240px;
}
.ft_err.sory-page .ft-home_link {
padding-top: 20px;
width: 100%;
}
.ft_err.sory-page .ft-home_link a {
background: #ee6411;
color: #fff;
border-radius: 60px;
padding: 10px 0;
font-size: 16px;
display: inline-block;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
width: 240px;
}
.ft_err.sory-page .ft-home_link a i.fa.fa-home {
font-size: 25px;
margin-right: 6px;
}
.error {
color: #f00;
}
.form-box .error {
font-size: 12px;
}
.posticketpage {
padding-bottom: 30px;
}


.faqpages h2 {
color: #e58b00;
font-size: 20px;
font-weight: 500;
margin-bottom: 7px;
}

.faqpages .panel-heading {
position: relative;
color: #000;
font-size: 16px;
font-weight: 500;
cursor:pointer;
}
.faqpages .panel-heading a{  
color: #000;
}
.faqpages .panel-heading:before {
content: "\f059";
font: normal normal normal 14px/1 FontAwesome;
color: #e58b00;
margin-right:10px;
font-size: 17px;
}

.BookingError.LnameErrorAdult1{width:100px!important;}
.form-details p{padding-top:5px;}
.hurryup {
width: 98%;
text-align: center;
display: block;
color: #e93c19;
background: #f1f1f1;
padding: 10px 0;
border-radius: 50px;
font-weight: bold;
margin: 10px 0 -15px 1%;
}

.call-phone-number img{filter: invert(1);}
.fost .call-phone-number img{filter: invert(0);}

body .lightpick__day.is-today {
color: inherit;
}
.hstar-1,
.hstar-2,
.hstar-3,
.hstar-4,
.hstar-5 {
background-image: url(/Content/images/plain-star.png);
background-position: left center;
width: 20px;
height: 18px;
background-size: 20px;
}
.hstar-1 {
width: 20px;
}
.hstar-2 {
width: 40px;
}
.hstar-3 {
width: 60px;
}
.hstar-4 {
width: 80px;
}
.hstar-5 {
width: 100px;
}
.hcircle-1,
.hcircle-2,
.hcircle-3,
.hcircle-4,
.hcircle-5 {
background-image: url(/Content/images/circle-htm.png);
background-position: left center;
width: 20px;
height: 15px;
background-size: 18px;
}

.hcircle-1 {
width: 17px;
}
.hcircle-2 {
width: 34px;
}
.hcircle-3 {
width: 54px;
}
.hcircle-4 {
width: 71px;
}
.hcircle-5 {
width: 90px;
}
.PaymentHtlDtl .hotel-review-rating .hcircle-4 {
margin: 0;
}

/*Payment Failed*/
.Booking-Failedse1{
background: #e58b00;
width: 100%;
position: relative;
overflow: hidden;
padding: 40px 0;
}
.Booking-Failedse1:after {
position: absolute;
content: '';
height: 200%;
width: 66%;
top: -50%;
left: 0;
background: #e58b00;
border-radius: 0 38% 100% 0;
}
.Booking-Failedse1 .contant {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
}

.Booking-Failedse1 h1 {
color: #fff;
margin: 0;
font-weight: bold;
text-shadow: 1px 1px 0px #fff;
font-size: 40px;
}
.Booking-Failedse1 p {
color: #fff;
font-size: 20px;
font-weight: 300;
margin-top: 17px;
line-height: 25px;
}
.Booking-Failedse1 a{
color: #fff;
font-size: 25px;
font-weight: 300;
outline: 0;
} 
.Booking-Failedse1 a.bts {
border-radius: 21px;
padding: 4px 24px 6px 24px;
font-size: 23px;
margin-top: 5px;
display: inline-block;
}
.Booking-Failedse1 h2 a {
font-size: 34px;
font-weight: 600;
display: flex;
align-items: center;
}
.Booking-Failedse1 h2.email a {
font-size: 27px;
}
.Booking-Failedse1 h2{
padding: 0;
margin: 0;
}
.Booking-Failedse1 h2 a img{
padding-right: 5px;
}

.Booking-Failedse1 .orsepret{
display: block;
}
.Booking-Failedse1 .orsepret span {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #fff;
width: 40px;
height: 40px;
font-size: 18px;
border-radius: 50%;
color: #fff;
margin-top: 12px;
margin-left: 151px;
}

.Booking-Failedse1 h3{
margin: 15px 0 0 0;
}
.Booking-Failedse1 h3 a {
font-weight: 600;
font-size: 28px;
}
.Booking-Failedse1 .bking-right {
background-image: url(../images/dog-shadow.png);
background-repeat: no-repeat;
background-position: center bottom;
width: 340px;
text-align: center;
background-size: 100%;
padding-bottom: 13px;
}
.Booking-Failedse1.page404 .bking-right {
background-image: url(../images/foutzero-bg.png);
}

.Booking-Failedse1.hotel .bking-right {
background: none
}
.Booking-Failedse1.hotel h2{
margin-top: 25px;
}
.Booking-Failedse1.page404 .orsepret span{
margin-left: 108px;
margin-bottom: 20px;
}
.Booking-Failedse1.page404 {
padding-bottom: 100px;
}
.Booking-Failedse1.page404 h1{
font-size: 60px;
}
/*Price Change popup*/
.h_soldOutPopup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.6);
}
.headerhpop {
background-color: #ccc;
border-radius: 7px 7px 0 0;
text-align: center;
padding: 6px;
}
.headerhpop img {
width: 160px;
padding: 5px;
}
.oopsnewpp.revisedtarif {
width: 100%;
background: #fff;
display: inline-block;
border-radius: 0 0 7px 7px;
padding: 10px 15px;
text-align: center;
}
.oopsnewpp.revisedtarif h2 {
margin: 0;
font-size: 24px;
font-weight: 600;
color: #e58b00;
}
.oopsnewpp.revisedtarif h3 {
font-size: 20px;
margin: 0;
margin-top: 5px;
margin-bottom: 9px;
font-weight: 400;
}
.oopsnewpp.revisedtarif h3 + p {
color: #2f2f2f;
font-weight: 300;
margin: 0;
}
.oopsnewpp.revisedtarif h4 {
color: #e58b00;
margin: 4px 0;
font-size: 18px;
font-weight: 600;
}
.oopsnewpp.revisedtarif .pbtn {
display: block;
width: 100%;
}
.oopsnewpp.revisedtarif .pbtn button {
color: #fff;
border: 00;
padding: 8px 30px;
border-radius: 20px;
font-size: 17px;
font-weight: 600;
display: block;
margin: 0 auto;
margin-top: 11px;
}
.oopsnewpp.revisedtarif .pbtn a {
background: #e8361a;
background: -moz-linear-gradient(left, #e8361a 0%, #f3870b 100%);
background: -webkit-linear-gradient(left, #e8361a 0%,#f3870b 100%);
background: linear-gradient(to right, #e8361a 0%,#f3870b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8361a', endColorstr='#f3870b',GradientType=1 );
color: #fff;
border: 00;
padding: 8px 12px;
border-radius: 20px;
font-size: 17px;
font-weight: 600;
display: block;
margin: 0 auto;
margin-top: 11px;
}
.oopsnewpp.revisedtarif .orsec span {
border: 1px solid #2f2f2f;
color: #2f2f2f;
width: 30px;
display: inline-block;
height: 30px;
border-radius: 50px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.oopsnewpp.revisedtarif .orsec {
display: flex;
align-items: center;
justify-content: center;
padding-top: 11px;
}
.pricechangecontent + p {
margin-top: 8px;
font-size: 15px;
}
.pricechangecontent + p strong {
color: #05c0cc;
}
.oopsnewpp.revisedtarif a.telnbr.num-fob {
font-size: 31px;
font-weight: bold;
color: #e58b00;
}
.oopsnewpp.revisedtarif a.telnbr.num-fob img {
margin-right: 5px;
}
.oopsnewpp.revisedtarif {
width: 590px;
background: rgb(255, 255, 255);
display: inline-block;
border-radius: 0px 0px 7px 7px;
padding: 15px;
text-align: center;
}
.pricechangecontent {
display: flex;
align-items: center;
}
.pricechangecontent .price-left img {
width: 168px;
}

/*New AutoComplete*/
.ui-menu .ui-menu-item {
position: relative;
}
li.airList.ui-menu-item li {
font-size: 14px;
margin-left: 0;
padding: 5px 0 5px 35px;
}
.ui-menu .ui-menu-item:after {
content: "\f072";
position: absolute;
left: 8px;
top: 10px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 20px;
}
.child-auto-list::after {
left: 25px!important;
content: "\f178"!important;
font-size: 15px!important;
}
.ui-menu .ui-menu-item.parent-auto-list li {
padding-left: 4px;
}
.ui-menu .ui-menu-item.airList.child-auto-list {
padding-left: 20px;
padding-top: 3px;
}
.ui-menu .parent-auto-list::after {
top: 17px;
}
#operatingairlines span.checkmark,
#nearbyairports span.checkmark,
#stops span.checkmark {
border-radius: 0;
}
#operatingairlines span.checkmark::after,
#nearbyairports span.checkmark::after,
#stops span.checkmark::after {
border-radius: 0;
height: 7px;
width: 7px;
}
.banner .trustpilot-widget {
padding: 0;
background: #eaeaea;
position: absolute !important;
right: 20px;
top: 290px;
width: 232px;
padding: 9px 5px 7px 5px;
border-radius: 6px;
z-index: 1;
}
.banner .col-sm-6 {
position: static;
width: 100%;
}
.banner .container {
position: relative;
}
.banner.airline-bnr .container {
    z-index: 1;
}
.banner .trustpilot-widget iframe {
height: 45px !important;
}
.topsaftytravl {
text-align: center;
background-color: #fff;
display: none;
position: relative;
}
.topsaftytravl a {
color: #1dc7cf;
font-weight: 500;
}
.topsaftytravl a:hover{
color: #e93f18;
text-decoration: underline !important;  
} 
.topsaftytravl p {
padding: 5px 45px;
font-size: 13px;
margin: 0;
}
.topsaftytravl a.sf-close {
position: absolute;
right: 22px;
top: 5px;
background: #e93f18;
height: 18px;
width: 18px;
color: #fff;
border-radius: 3px;
font-size: 11px;
text-align: center;
padding-top: 1px;
text-decoration: none;
}
.col-sm-12.fare-expire-banner {
margin-bottom: 18px;
}
.tp-deals {
text-align: center;
padding: 4px 15px 0 15px;
}
.tp-deals p {
margin-bottom: 0;
font-size: 10px;
}
body .u-userLauncherColor:not([disabled]) {
background-color: #f06f10 !important;
color: #fff !important;
fill: #fff !important;
}
.searchbox.multicitysec {
display: none;
}

/*Payment Fail*/
.newnbses a.g-orange {
display: inline-block;
width: 286px;
border-radius: 0 24px 24px 0;
box-shadow: 0 2px 3px rgba(51, 51, 51, 0.8);
color: #fff;
font-size: 28px;
font-weight: bold;
padding: 0 5px 0 15px;
height: 50px;
line-height: 52px;
}
.newnbses a.g-orange img {
width: 22px;
margin-right: 4px;
}
td.pe.email .newnbses a {
font-size: 19px;
}
/* payment-fails */
.payment-innes {
background-color: #085269;
background-image: url(/Content/images/payment-fails.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 100% auto;
display: inline-block;
margin: 50px 0;
padding-bottom: 110px !important;
border-radius: 4px;
}
.ui-widget-overlay {
background: #000;
opacity: .7;
}
.header-heading.text-center h2 {
margin: 0;
padding: 20px 0 12px 0;
font-size: 25px;
color: #e58b00;
text-transform: uppercase;
font-weight: bold;
}
.contentWrp {
padding-bottom: 15px;
}

/*404 page Search widget*/
.new404 ul.off-on-btn li a {
font-size: 14px;
font-weight: bold;
}
.new404 .pasenger-popup .divPassenger .divPassengerType p {
margin-bottom: 0;
margin: 0;
color: #4c4c4c;
}
.new404 .pasenger-popup .divPassenger{
padding: 5px 0;
}
.new404 .searchbox ul li.m-loca.fullwidth {
width: 100%;
}
.new404 .searchbox.htl ul.flight-type.hotel {
padding-top: 15px;
padding-bottom: 10px;
}
.new404 .hotelguestdrop {
position: absolute;
width: 100%;
background: #fff;
box-shadow: 0 12px 26px 0 rgba(0,0,0,.6);
border-radius: 11px;
top: 330px;
left: 0;
padding: 0 20px;
display: none;
}
.new404 .searchbox.htl ul li.fullwidth{
width: 100%;
position: relative;
}
.new404 .searchbox.htl ul.hotel li p {
background-image: url(/Content/images/HotelImages/btm-arrow.png);
background-position: right center;
background-repeat: no-repeat;
}
.new404 .searchbox.htl ul.flight-type.hotel {
padding-top: 15px;
padding-bottom: 10px;
}
.new404 .hotelguestdrop {
position: absolute;
width: 100%;
background: #fff;
box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
border-radius: 11px;
top: 330px;
left: 0;
padding: 0 20px;
display: none;
}
.new404 .hotelguestdrop h3 {
border-radius: 30px;
display: inline-block;
color: #fff;
padding: 5px 11px;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 0;
margin-top: 11px;
}
.new404 .hotelguestdrop .box {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #10c2cc;
padding: 5px 0;
}
.new404 .hotelguestdrop .box .bunch {
display: flex;
align-items: center;
}
.new404 .hotelguestdrop .box .bunch span {
background: #10c2cc;
width: 24px;
height: 24px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 18px;
font-weight: 500;
cursor: pointer;
}
.new404 .hotelguestdrop .box .bunch input {
width: 37px;
text-align: center;
font-size: 20px;
border: 0;
}
.new404 .hotelguestdrop .box label {
font-size: 18px;
font-weight: 400;
margin: 0;
}
.new404 .hotelguestdrop .box label small {
font-size: 11px;
}
.new404 .hotelguestdrop .box.age2 {
border: 0;
padding-bottom: 0;
}
.new404 .btsmoreroom {
text-align: right;
padding-top: 10px;
padding-bottom: 20px;
}
.new404 .btsmoreroom a {
color: #10c2cc;
font-weight: 500;
font-size: 14px;
}
.new404 .btsmoreroom a#btnRemoveRoom {
color: red;
}
.new404 .hotelguestdrop .btsmoreroom button {
display: block;
width: auto;
font-size: 24px;
padding: 5px 30px;
margin: 0;
}
.new404 .searchbox.htl ul li input{
padding-left: 0;
}
.new404 .searchbox.htl ul.hotel li p{
cursor: pointer;
}
.new404 .searchbox.htl ul.flight-type.hotel input {
font-size: 18px;
background: transparent;
}
.new404 .pasenger-popup .pnlInner ul li:after {
right: 10px;
}
.new404 .pasenger-popup .pnlInner ul li.active:before {
right: 10px;
}
.new404 .searchbox ul.flight-type.hotel p {
display: flex;
align-items: center;
}
.new404 .trustpilot-widget{
display: none;
}
.new404 .container {
display: flex;
}
.new404 .contant {
display: inline-block;
width: 50%;
text-align: right;
}
.new404 .contant .bkingleft {
text-align: left;
display: inline-block;
width: 80%;
}
.new404 .contant .bking-right {
display: inline-block;
margin-right: 160px;
margin-top: 14px;
}
.Booking-Failedse1.page404 {
padding: 60px 0 30px 0;
overflow: unset;
}
.Booking-Failedse1.page404:after{
display: none;
}
.searchbox.htl ul li input#txtHotelDestination {
overflow: unset !important;
}

.right-header .currency-exchange a.acc_filter:lang(es) i img{
max-width: unset;
margin-right: 5px;
}

img.iexchangeIcon {
transform: rotate(359deg);
transition: 0.2s;
cursor: pointer;
}
img.iexchangeIcon.flip2F {
transform: rotate(178deg);
}

/*Spanish*/
html.translated-ltr a#selectCurrency {
overflow: hidden;
text-overflow: ellipsis;
width: 175px;
white-space: nowrap;
font-size: 12px;
}
html.translated-ltr .saftry-travel ul li p {
font-size: 10px;
}
html.translated-ltr .buttou-btm a {
padding: 9px 67px 10px 39px;
}
html.translated-ltr ul.off-on-btn li {
font-size: 13px;
letter-spacing: 0;
}
html.translated-ltr .all-fairs ul li a.am-flight {
font-size: 11px;
}
html.translated-ltr .listing-right .listing-box ul li:nth-of-type(3) {
width: 28%;
}
html.translated-ltr .showondeal{font-size: 11px;margin: -15px 0 5px 8px;}
html.translated-ltr .pagination-container ul.pagination li a {
font-size: 17px;
padding: 3px 42px 3px 10px;
}
html.translated-ltr .left-sidebar.paymentsec h2.sub-price {
font-size: 14px;
}
html.translated-ltr .left-sidebar.paymentsec h2.sub-price span {
font-size: 15px;
}
html.translated-ltr .listing-sec .left-sidebar h2 {
font-size: 12px;
padding: 7px 11px;
}
html.translated-ltr .aplyform button {
font-size: 8px;
padding: 0px 5px;
}
html.translated-ltr .paymentsec ul li p {
font-size: 11px;
}
html.translated-ltr .left-sidebar.paymentsec h5 {
font-size: 12px;
}
html.translated-ltr .listing-right .check-date h2 {
font-size: 13px;
}
html.translated-ltr .check-date.g-orange,
html.translated-ltr .listing-right .check-date h2 span {
font-size: 12px;
}
html.translated-ltr .travel-details h6.td,
html.translated-ltr .flight-detaibtn h6 {
font-size: 13px;
}
html.translated-ltr .listing-right .flight-detailsc ul li div p {
font-size: 10px;
}
html.translated-ltr .depart-return p {
font-size: 11px;
}
html.translated-ltr .depart-return h4 {
font-size: 12px;
}
html.translated-ltr .listing-right .listing-box ul h4 {
font-size: 11px;
}
html.translated-ltr .listing-right .listing-box ul li {
font-size: 10px;
}
html.translated-ltr .billing-info .currency-exchange a.acc_filter {
width: 182px;
}
.travel-details .form-details ul li label {
font-size: 10px;
}
/*End Spanish*/


/*Pink Friday Banner*/
.banner.pinkfribanner {
background-color: #001f2b;
padding: 60px 0;
background-image: url(/Content/images/pinkbner-bg.png);
background-size: auto;
background-position: bottom right;
background-repeat: no-repeat;
}
.pinkfribanner .bannerright img {
width: 470px;
margin-left: -70px;
margin-top: -21px;
}
.banner.pinkfribanner .trustpilot-widget {
display: none;
}
.pinkfribanner .tooltips {
position: absolute;
top: -28px;
right: 0px;
text-align: right;
}
.pinkfribanner .tooltips p {
color: #fe2296;
font-size: 9px;
margin: 0;
}
.pinkfribanner .tooltips a {
color: #fff;
font-size: 10px;
display: block;
margin-top: 2px;
}
.pinkfribanner .searchweight {
box-shadow: 0 30px 30px 0 rgba(90, 18, 31, 0.6);
}
.pinkfribanner .tooltips .contents {
position: absolute;
width: 200px;
right: -20px;
top: 23px;
background: #fff;
padding: 10px;
padding-bottom: 2px;
border-radius: 6px;
text-align: left;
display: none;
}
.pinkfribanner .tooltips:hover .contents{
display: block;
}
.pinkfribanner .tooltips .contents p {
color: #000;
margin-bottom: 5px;
display: flex;
}
.pinkfribanner .tooltips .contents p span{
padding-right: 5px;
}
.pinkfribanner .tooltips .contents:before {
content: '';
border: 10px solid transparent;
border-bottom: 11px solid #fff;
position: absolute;
top: -18px;
right: 14px;
}

/*New update*/
.intrested-deals {
display: flex;
align-items: center;
position: relative;
padding-top: 35px;
width: 50%;
margin-left: -5%;
position: absolute;
right: 0;
top: 304px;
display: none;
}
.banner.normaldl .trustpilot-widget {
top: 224px;
right: 0;
bottom: auto;
}
.intrested-deals h3 {
position: absolute;
top: 0;
left: 0;
color: #fff;
font-size: 20px;
margin: 0;
font-weight: bold;
letter-spacing: 0.1px;
}
.intrested-deals form {
background: rgba(56, 211, 213, 0.7);
width: 32.33%;
border-radius: 4px;
padding: 16px 10px;
margin-right: 1%;
}
.intrested-deals ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.banner .intrested-deals ul li img{
width: auto;
margin: 0;
}
.banner .intrested-deals ul li p {
color: #fff;
font-size: 16px;
margin: 0;
font-weight: bold;
}
.banner .intrested-deals ul li i.fa {
color: #fff;
font-size: 21px;
font-weight: normal;
}
.banner .intrested-deals h4 {
color: #fff;
font-size: 13px;
margin: 0;
font-weight: normal;
margin-top: 3px;
}

span#spnLongDurationErrMsg {
width: 100%;
text-align: center;
padding-top: 2px;
}

/*End Pink Friday Banner*/
body .ui-menu .ui-menu-item {
border-bottom: 0;
}
.ui-menu .ui-menu-item.parent-auto-list {
border-top: 1px solid #e58b00;
}

.ui-menu .ui-menu-item.parent-auto-list {
border-top: 1px solid #e58b00;
}
.ui-menu .ui-menu-item.parent-auto-list + .parent-auto-list {
border: 0;
}

/*Unaccompanied Minor*/
a.lnkUnaccompaniedMinorPopup {
display: block;
margin-bottom: 10px;
font-family: Arial;
color: #4c4c4c !important;
letter-spacing: 0.3px;
font-size: 14px;
}
div#divUnaccompaniedMinorPopup a{
font-size: 12px;
}
a.lnkUnaccompaniedMinorPopup:hover{
text-decoration: underline !important;
}
.advanceSearchHolder li#liAdvanceSearchOption + li,
.advanceSearchHolder li#liAdvanceSearchOption {
width: auto;
}
.umnr-link{padding-top:5px;}
.umnr-link a{
text-decoration:underline!important;
}
.advanceSearchHolder a.lnkUnaccompaniedMinorPopup {
margin: 0;
margin-left: 94px;
display:none;
}
div#divUnaccompaniedMinorPopup div {
font-family: Arial;
}
#divUnaccompaniedMinorPopup div strong{
color: #333;
}

#divUnaccompaniedMinorPopup {
background: #fff;
color: #333!important;
border: 1px solid #ccc;
text-align: justify;
position: fixed;
top: 10px;
left: 50%;
width: 370px;
padding: 15px;
font-size: 13px;
transform: translate(-50%, 4px);
z-index: 101;
}
#divUnaccompaniedMinorPopup a.linkUnaccompaniedMinorClose {
position: absolute;
right: 5px;
top: -3px;
color: #666;
opacity: .7;
font-size: 17px;
font-weight: 600;
cursor: pointer;
}
div#divUnaccompaniedMinorPopup div> a {
color: #333;
text-decoration: underline !important;
display: inline-block;
font-weight: 900;
}
div#divUnaccompaniedMinorPopup {
display: block !important;
top: -166px;
transition: all .4s;
}

div#divUnaccompaniedMinorPopup.active {
top: 10px;
transition: all .4s;
}

/*Card images*/
#spanCardLogo{
width: 40px;
height: 24px;
background-repeat: no-repeat;
position: absolute;
right: 10px;
top: -4px;
background-position: bottom right
}
.card-logo-mastercard {
background-image: url(/Content/images/master-card.png);
}
.card-logo-visa {
background-image: url(/Content/images/visacard.png);
}
.card-logo-discover {
background-image: url(/Content/images/discover-card.png);
}
.card-logo-amex {
background-image: url(/Content/images/american-expresscard.png);
}
.card-logo-dinersclub {
background-image: url(/Content/images/dinner-clubcard.png);
}
#spanCardLogo.card-logo-unknown {
width: 180px;
background-image: url(/Content/images/allcards.png);
background-size: 170px 22px;
}
.flyNow {
text-align: center;
border-top: 1px solid #f7e4d2;
margin-top: 4px;
border-bottom: 1px solid #f7e4d2;
}
.flyNow img {
max-width: 100%;
}
ul.bgplcy li {
list-style: disc;
margin-left: 32px;
margin: 4px 0 7px 45px;
}
#FlightOffers {
padding: 20px 0 58px 0;
background: rgb(249 249 249 / 70%);
}
.bannerright.travlbythme h1 {
background: #e58b00;
padding: 0 14px;
margin-top: 20px;
}
.searchbox ul li.m-loca input {
height: 28px;
font-size: 16px;
padding: 0;
padding-right: 20px;
font-weight: 500;
}
.searchbox {
display: flex;
}
.searchbox ul li {
border: 1px solid #ccc;
height: 73px;
padding: 1px 10px 0 10px;
}
.searchbox ul {
display: flex;
align-items: center;
margin-top: 8px;
position: relative;
gap: 5px;
}
.searchbox ul li:nth-of-type(2) {
width: auto;
border: 0;
padding: 0;
border: 0;
position: relative;
}
.searchbox ul li:nth-of-type(2) img.iexchangeIcon {
position: absolute;
left: -16px;
top: 50%;
transform: translate(0, -50%);
width: 34px;
max-width: 34px;
background: #fff;
padding: 6px;
}
.swgt .flightSlct ul li {
border: 0;
min-height: unset;
margin: 0;
padding: 0 0 0 12px;
}
.pasenger-popup .pnlInner ul li span {
color: #fff;
text-align: center;
font-size: 13px;
padding: 0;
}
p#txtClassType {
pointer-events: none;
}




@media all and (min-width:992px) and (max-width: 1024px) {
.intrested-deals {
width: 45%;
margin-left: 0;
}
.banner.normaldl .trustpilot-widget {
bottom: 126px;
right: 0;
}
.banner .intrested-deals ul li p {
font-size: 14px;
}
.banner .intrested-deals h4 {
font-size: 12px;
margin-top: 1px;
}
.intrested-deals form{
padding: 8px 10px 13px 10px;
}


.currency-exchange {
margin-right: 10px;
}
body .afrecontent, 
body .all-fairs {
padding-left: 30px;
}
body .all-fairs {
box-shadow: none;
}
.listing-right .listing-box ul.many-fild li {
margin-bottom: 16px;
}
.listing-right.paymentright li.dob-sec span.BookingError {
left: 0;
width: auto;
}
body .hotelguestdrop {
top: 298px;
}  
#HotelsExclusiveDeals .exclusive-slider{
padding: 0 20px;
}
#HotelsExclusiveDeals.exclusive-offers .owl-nav {
left: 3%;
transform: translate(0,-50%);
width: 94%;
}
#HotelsExclusiveDeals.exclusive-offers .item img {
width: 152px;
height: 166px;
}
#HotelsExclusiveDeals.exclusive-offers .contets h2 {
font-size: 14px;
}
.social-media a {
width: 23px;
height: 23px;
font-size: 12px;
line-height: 25px;
}
.bannerright.travlbythme {
padding-left: 24px;
}
.bannerright.travlbythme h1 {
font-size: 31px;
margin-top: 100px;
}
.hotel-dealss .owl-item img {
height: 140px;
}

.banner.pinkfribanner {
background-size: auto 67%;
}
.pinkfribanner .bannerright img {
width: 320px;
margin-left: 22px;
margin-top: 90px;
}

.pinkfribanner .tooltips {
top: 0;
}
.banner.normaldl div#divPassengerDDL {
bottom: -168px;
left: 0;
top: auto;
padding-bottom: 0;
height: auto;
}


}

@media all and (min-width:768px) and (max-width: 991px) {
.banner.normaldl div#divPassengerDDL {
height: auto;
}
.intrested-deals {
width: 100%;
margin-left: 0;
position: relative;
margin-top: 30px;
top: 0;
bottom: auto;
margin-bottom: 15px;
}
.banner.normaldl .trustpilot-widget {
right: 3%;
}
body .banner.normaldl{
background-image: url(/Content/images/ipadhomebnr.jpg);
}
body .banner {
min-height: 494px;
padding-top: 44px;
}


.searchbox ul li.m-loca input {
padding-left: 0;
}
.banner.pinkfribanner {
background-size: auto 70%;
padding: 45px 0 30px 0;
}
.pinkfribanner .bannerright img {
width: 210px;
margin-left: 25px;
margin-top: 135px;
}
.pinkfribanner .tooltips {
top: 0;
}

.Booking-Failedse1 .bking-right {
width: 300px;
margin-left: 5%;
}
.pasenger-popup {
height: 241px;
}
.topsaftytravl a.sf-close {
right: 10px;
top: 8px;
}
.Booking-Failedse1.page404 h1 {
font-size: 41px;
}
.new404 .contant .bkingleft {
width: 94%;
padding-right: 20px;
}
.Booking-Failedse1 h2 a {
font-size: 28px;
}
.new404 .contant .bking-right {
margin-right: 59px;
margin-left: 0;
}
.new404 .Booking-Failedse1 p {
font-size: 15px;
}
.social-media a {
margin-bottom: 5px;
}
.travel-destination .box{
height: 200px;
}
#HotelsExclusiveDeals .container {
width: 700px;
}
#HotelsExclusiveDeals.exclusive-offers .owl-nav {
left: 2%;
width: 96%;
}
#HotelsExclusiveDeals.exclusive-offers .contets h2 {
font-size: 10px;
}
.prsng-box .main-box {
min-height: 394px;
}
.hurryup {
width: 96%;
margin-left: 2%;
}
.advanceSearchHolder a.lnkUnaccompaniedMinorPopup {
margin-left: 12px;
}
.banner .trustpilot-widget {
top: 250px;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.travel-details h6.td {
margin: 0 67% 21px 0;
width: 29%;
}
.cgs-message .container::after{
width: 180px;
}
.lightpick__months {
display: flex;
}
.ui-menu .ui-menu-item{
padding: 5px 10px 5px 26px;
}
li.ui-menu-item.airList li{
padding: 0px 0 0 35px;
}

}

.airList.parent-auto-list {
border-top: 1px solid #ccc;
}
.airList.parent-auto-list + .parent-auto-list {
border-top: 0;
}

/*Code to hide FNPL Temp*/
/*.flyNow,.fnpl,.fnpl-right
{display:none!important;}


.fixme1
{display:none!important;}*/
/*Code to hide FNPL Temp*/


.sfbtn {
justify-content: flex-start;
}

.sfbtn a {
background: #fff;
color: #666;
cursor: pointer;
padding: 8px 20px;
margin-left: 5px;
font-size: 14px;
font-weight: 500;
background: #f5f5f5;
border: 1px solid #ccc;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #fff;
display: flex;
align-items: center;
justify-content: center;
height: 48px;
}

.sfbtn a img {
width: 31px;
margin-right: 5px;
filter: grayscale(1);
}

.sfbtn a.active img {
filter: grayscale(0);
}

.sfbtn a.active {
background: #fff;
color: #005dad;
border-bottom: 1px solid #fff;
}

.swgt {
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.FlightsManager label span {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
line-height: 0;
padding: 5px;
}

.FlightsManager label {
position: relative;
color: #333;
cursor: pointer;
font-size: 14px;
font-weight: 500;
padding: 1px 16px 0 23px;
margin-left: 10px;
margin-top: 13px;
display: inline-block;
cursor: pointer;
}

.FlightsManager input {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}

.FlightsManager label span {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
line-height: 0;
border-radius: 50%;
display: inline-block;
height: 18px;
width: 18px;
position: absolute;
left: 0;
top: 0;
}

.FlightsManager label input:checked+span:after {
content: '';
background: #005dad;
height: 8px;
width: 8px;
display: inline-block;
border-radius: 50%;
position: absolute;
left: 4px;
top: 4px;
}

.FlightsManager {
justify-content: flex-start;
padding: 10px;
padding-bottom: 0;
}

.FlightsManager .directSlct label span {
border-radius: 4px;
font-size: 12px;
line-height: 12px;
margin-left: 22px;
}

.FlightsManager .directSlct label input:checked+span:after {
left: 6px;
top: 2px;
width: 3px;
height: 7px;
border: solid #0c44ac;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: transparent;
border-radius: 0;
}

.directSlct label {
border-left: 1px solid #cbcbcb;
padding-left: 47px;
}

.swgt ul li {
background-color: #fff;
border-radius: 4px;
position: relative;
border: 1px solid #767b8e;
min-height: 66px;
padding-left: 30px;
margin: 0 4px;
}

.swgt ul li:first-child {
margin-left: 0;
}

.swgt ul li:last-child {
margin-right: 0;
}

.swgtIner {
padding: 10px 22px 30px 22px;
}

.swgtIner ul li span {
display: block;
padding: 0 5px 0 0;
font-size: 12px;
color: #494949;
font-weight: 400;
padding-top: 5px;
}

.swgtIner ul li input {
background: transparent;
border: none;
width: 100%;
height: 26px;
padding: 8px 5px 5px 0;
border: none;
border-radius: .4rem;
font-size: 16px;
color: #000;
font-weight: 600;
}

.swgtIner ul li p {
display: block;
padding: 0 5px 0 0;
font-size: 12px;
color: #494949;
min-height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
}

.swgtIner ul li.searchBx {
background-image: url(../images/destination-icon.svg);
background-position: center left 8px;
background-repeat: no-repeat;
}

.swgtIner ul li.datBx {
background-image: url(../images/calendar-icon.svg);
background-position: center left 8px;
background-repeat: no-repeat;
padding-left: 34px;
max-width: 143px;
}

.swgtIner ul li.trvlClBx {
background-image: url(../images/traveler-icon.svg);
background-position: center left 7px;
background-repeat: no-repeat;
min-width: 159px;
}
.swgtIner ul li span.passenger-btn {
font-size: 15px;
color: #000;
font-weight: 600;
white-space: nowrap;
}

.swgt ul li.searcBtn {
padding: 0;
border: 0;
}

.swgt ul li.searcBtn button {
background-color: #115390;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
text-align: center;
border: none;
cursor: pointer;
font-weight: 600;
border-radius: 4px;
min-width: 150px;
height: 67px;
display: flex;
align-items: center;
justify-content: center;
}

.swgt ul li.searcBtn button img {
filter: invert(1);
width: 18px;
margin-right: 4px;
}

.reviewTp {
text-align: right;
margin-top: 20px;
}

.reviewTp img {
height: 33px;
}

li.trvlClBx span img {
position: relative;
top: 0;
height: 12px;
}
.swgtIner ul.dFlex {
display: flex;
align-items: center;
justify-content: space-between;
}
.searchWgt h1 {
font-size: 25px;
color: #fff;
margin-top: 0;
margin-bottom: 24px;
}


@media only screen and (min-width: 992px) and (max-width: 1240px) {
.swgt ul li.searcBtn button {
min-width: 115px;
}
.swgtIner ul li.datBx {
min-width: 134px;
}
.swgtIner ul li.trvlClBx {
min-width: 150px;
}
.swgtIner ul li.searchBx {
min-width: 163px;
}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.swgt ul li.searcBtn button {
min-width: 115px;
}
.swgtIner ul li.datBx {
min-width: 105px;
background-position: center left 4px;
padding-left: 27px;
}
.swgtIner ul li.trvlClBx {
min-width: 130px;
background-position: center left 4px;
padding-left: 27px;
}
.swgtIner ul li.searchBx {
min-width: 140px;
background-position: center left 4px;
padding-left: 25px;
}
.FlightsManager label {
font-size: 14px;
padding: 1px 16px 0 23px;
margin-left: 4px;
}
.swgtIner ul li input {
padding: 8px 5px 5px 0;
font-size: 12px;
}
.swgtIner ul li p,
.swgtIner ul li span {
font-size: 10px;
}
.directSlct label {
padding-left: 47px;
}
.swgt ul li.searcBtn button img {
margin-right: 0;
font-size: 100%;    
}
.swgt ul li.searcBtn button {
min-width: 45px;
font-size: 0;
}
.swgtIner {
padding: 10px 15px 30px 15px;
}



}

@media only screen and (min-width: 200px) and (max-width: 767px) {
.reviewTp img {
height: auto;
width: 100%;
}
.sfbtn a {
padding: 6px 10px;
margin-left: 5px;
font-size: 14px;
height: 40px;
}
.FlightsManager {
flex-wrap: wrap;
}
.directSlct {
display: none;
}
.FlightsManager label {
margin-top: 5px;
}
.swgtIner ul {
flex-wrap: wrap;
}
.swgtIner ul li.searchBx {
width: 100%;
max-width: 100%;
}
.swgt ul li {
margin: 0 0 7px 0;
}
.swgtIner ul li.datBx {
width: 48.5%;
max-width: 48.5%;
}
.swgtIner ul li.trvlClBx {
max-width: 100%;
width: 100%;
}
.swgt ul li.searcBtn {
width: 100%;
}
.swgt ul li.searcBtn button {
min-width: 100%;
height: 55px;
}



}


/*Heading*/
.hdng {
text-align: center;
width: 100%;
padding: 40px 30px;
}

.hdng h2 {
font-size: 36px;
color: #2d3436;
margin-bottom: 25px;
font-weight: 600;
position: relative;
display: inline-block;
padding: 0 10px 12px 10px;
}

.hdng h2:after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background: linear-gradient(to right, #3498db, #2ecc71);
border-radius: 2px;
}

.hdng p {
color: #636e72;
line-height: 1.6;
font-size: 16px;
margin-top: 30px;
padding: 15px;
border-radius: 8px;
position: relative;
}

.hdng p:before {
content: '"';
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
font-size: 50px;
color: #3498db;
opacity: 0.2;
}

.hdng p a {
color: #2980b9;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
border-bottom: 1px dotted rgba(41, 128, 185, 0.3);
padding-bottom: 1px;
}

.hdng p a:hover {
color: #e74c3c;
border-bottom: 1px solid #e74c3c;
}

@media (max-width: 600px) {
.hdng {
padding: 30px 20px;
}

.hdng h2 {
font-size: 28px;
}

.hdng p {
font-size: 14px;
}
}
/*Travel By Theme*/
.traveltheme {
background: rgb(17 83 141 / 4%);
padding-bottom: 24px;
}
.traveltheme .hdng {
padding-bottom: 14px;
}       
.traveltheme .col-sm-3 {
width: 100%;
padding: 0;
}
.traveltheme a {
text-decoration: none;
color: inherit;
display: block;
height: 100%;
width: 23.5%;
}
/* Grid Layout */
.traveltheme .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 14px;
margin-bottom: 40px;
}
/* Card Styling */
.traveltheme .box {
background: #fff;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
height: 100%;
position: relative;
}

.traveltheme .box:hover {
transform: translateY(-8px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.traveltheme a {
text-decoration: none;
color: inherit;
display: block;
height: 100%;
}

.traveltheme img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}

.traveltheme .box:hover img {
transform: scale(1.05);
}

.traveltheme .text {
padding: 20px;
text-align: center;
}

.traveltheme .text h3 {
font-size: 20px;
font-weight: 600;
color: #2c3e50;
margin: 0;
}

/* Icon overlay on image */
.traveltheme .box:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
opacity: 0.7;
transition: opacity 0.3s ease;
z-index: 1;
}

.traveltheme .box:hover:before {
opacity: 0.9;
}

/* Add icons for each category */
.traveltheme .box:after {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 24px;
z-index: 2;
opacity: 0.9;
}

.traveltheme a[href*="student-flights"] .box:after {
content: '\f19d'; /* graduation cap */
}

.traveltheme a[href*="military-flights"] .box:after {
content: '\f6e9'; /* helicopter */
}

.traveltheme a[href*="senior-flights"] .box:after {
content: '\f0f4'; /* coffee (for relaxation) */
}

.traveltheme a[href*="last-minute-flights"] .box:after {
content: '\f017'; /* clock */
}

/* Responsive Design */
@media (max-width: 576px) {
.traveltheme .hdng h2 {
font-size: 28px;
}

.traveltheme .hdng p {
font-size: 16px;
}
}

/*Footer*/
.footer {
background: #2c3e50;
color: #fff;
padding: 60px 0 30px;
}



.footer .row {
display: flex;
flex-wrap: wrap;
gap: 30px;
}

.footer .col-sm-4 {
flex: 1;
min-width: 300px;
}

.footer .col-sm-8 {
flex: 2;
min-width: 300px;
}

.footer .col-sm-8 .row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.footer .col-sm-8 .col-sm-3,
.footer .col-sm-8 .col-sm-4 {
flex: 1;
min-width: 200px;
}

/* Newsletter Section */
.footer .newsletter {
background: rgba(255, 255, 255, 0.05);
padding: 25px;
border-radius: 8px;
}

.footer .newsletter h2 {
font-size: 22px;
margin-bottom: 10px;
color: #fff;
}

.footer .newsletter p {
color: #ecf0f1;
margin-bottom: 20px;
font-size: 15px;
}

.footer .newsletter .form-control {
width: 100%;
padding: 12px 15px;
border: none;
border-radius: 4px;
margin-bottom: 15px;
font-size: 15px;
background: rgba(255, 255, 255, 0.9);
}

.footer .newsletter button {
background: #e67e22;
color: white;
border: none;
padding: 12px 20px;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
width: 100%;
font-size: 16px;
transition: all 0.3s ease;
}

.footer .newsletter button:hover {
background: #d35400;
}

.footer #spanNewsletterThanks {
display: block;
color: #2ecc71;
margin-top: 10px;
font-weight: 500;
}

.footer .spnAlreadyExist {
display: block;
color: #e74c3c;
margin-top: 10px;
}

/* Links Section */
.footer h3 {
font-size: 18px;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}

.footer h3 span {
color: #fff;
font-weight: 600;
}

.footer h3:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background: #e67e22;
}

.footer ul {
list-style: none;
}

.footer ul li {
margin-bottom: 12px;
}

.footer ul li a {
color: #bdc3c7;
text-decoration: none;
transition: all 0.3s ease;
font-size: 14px;
}

.footer ul li a:hover {
color: #e67e22;
padding-left: 5px;
}

/* Contact Section */
.footer p {
color: #bdc3c7;
margin-bottom: 15px;
font-size: 14px;
line-height: 1.6;
}

.footer a {
color: #bdc3c7;
text-decoration: none;
transition: all 0.3s ease;
}

.footer a:hover {
color: #e67e22;
}

/* Bottom Bar */
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 20px;
text-align: center;
color: #95a5a6;
font-size: 14px;
}

/* Responsive Design */
@media (max-width: 992px) {
.footer .col-sm-4,
.footer .col-sm-8 {
    flex: 100%;
}

.footer .col-sm-8 .col-sm-3,
.footer .col-sm-8 .col-sm-4 {
    flex: 1 0 200px;
}
}

@media (max-width: 576px) {
.footer {
    padding: 40px 0 20px;
}

.footer .col-sm-8 .col-sm-3,
.footer .col-sm-8 .col-sm-4 {
    flex: 100%;
}

.footer .newsletter {
    padding: 20px;
}
}
/*Copy Right*/
.copyright {
    background: #fff;
    border-top: 4px solid #2c3e50;
    padding: 30px 0;
    width: 100%;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.copyright .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.copyright p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.copyright p:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.copyright span[itemtype] {
    display: block;
    margin-bottom: 15px;
}

.copyright .cpr {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 15px;
    font-size: 16px;
}

.copyright a {
    color: #2980b9;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.copyright a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.copyright .payment-methods {
    text-align: center;
    margin-top: 25px;
}

.copyright .payment-methods img {
    max-width: 300px;
    height: auto;
    filter: grayscale(30%);
    transition: all 0.3s ease;
}

.copyright .payment-methods img:hover {
    filter: grayscale(0%);
}

.copyright .contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 15px 0;
}

.copyright .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
}

.copyright .contact-item i {
    color: #2980b9;
}

@media (max-width: 768px) {
    .copyright p {
        font-size: 14px;
        text-align: left;
    }
    
    .copyright .contact-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .copyright .payment-methods img {
        max-width: 250px;
    }
}

.hotelmianb .box a.enqBtn {
    background: #e58b00 !important;
}
.hotelmianb .box h5 {
    color: #11538d !important;
}
.hotelmianb .box hr + p {
    min-height: 131px;
}