body{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4d4d4d;
line-height:normal;
background:#fff;
margin:0px;
padding:0px;
}
img{border:none;}
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;}
p{line-height:20px;}
a{
color:#0f0f7a;
text-decoration:none;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
a:hover{color:#e2420b;}
:focus{outline:none;}
.clr{
clear:both;
float:none;
width:100%;
height:0px;
margin:0px;
padding:0px;
}

#menu{display:none;}
#MenuIcon{display:none !important;}


.Top15{margin-top:15px;}
#wrapper,header,nav{
padding:0px 10px;
width:100%;
max-width:1130px;
margin:0px auto;
position:relative;
box-sizing:border-box;
}
header{padding:20px 10px;}
header .Logo{float:left;width:170px;}
/* header .Logo img{width:100%;} */
header .Contacts{
float:right;
position:relative;
-webkit-transition:all 0s ease;
-moz-transition:all 0s ease;
-ms-transition:all 0s ease;
transition:all 0s ease;
color:#e2420b;
}
header .Contacts:hover{color:#0f0f7a;}
header .Contacts:before{
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
content:"\f095";
font-size:18px;
}
header .Contacts strong{font-size:20px;font-family:Century Gothic, Centaur, Arial;}
header .Contacts span{
position:absolute;
right:0px;
bottom:-15px;
color:#000;
z-index:100;
font-weight:bold;
}
.HederBordr{border-top: solid 2px #ff9c01;}
nav{
width:100%;position:relative;}
#MenuIcon{display:none;}
#menu{
list-style:none;
margin:0px;
padding:0px;
white-space:nowrap;
text-align:left;
position:absolute;
left:250px;
top:-65px;
} 
#menu li{
float:left;
position:relative;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
#menu li a{
line-height:40px;
display:block;
font-weight:bold;
padding:0px 8px;
}




#TopDestn .box{ width:100%; float:left; margin:0 0 0 0; height:auto; margin:0 0 0 0; border-radius:10px; overflow:hidden; transition: 0.5s;}
#TopDestn .box img{ width:100%; float:left; height:auto; transition: 0.5s;}
#TopDestn .box:hover img{transform: scale(1.1);}
#TopDestn .box:hover{box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);}

#TopDestn .box::after {
    opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
	border-radius:10px;
    top: 0;
    background:linear-gradient(to bottom, rgba(255,255,255,0) 55%, rgba(0,0,0,.8) 100%);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#TopDestn .box:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75); 
    background:linear-gradient(to bottom, rgba(255,255,255,0) 20%, rgba(0,0,0,.8) 100%);
}

#TopDestn .box .discription{ bottom:20px; float:left; height:auto; margin:0 0 0 0; padding:0 15px; position:absolute; left:15px; right:15px; z-index:111;}
#TopDestn .box .discription h3{ width:60%; float:left; height:auto; margin:0 0 0 0; font-family: 'Open Sans', sans-serif; font-weight:600; font-size:22px; color:#fff; text-shadow: 2px 2px #000;}
#TopDestn .box .discription h3 span{ width:100%; font-weight:700; font-size:30px; text-transform:uppercase; float:left;}
#TopDestn .box .discription h4{ width:40%; float:right; height:auto; margin:0 0 0 0; font-family: 'Open Sans', sans-serif; font-weight:600; font-size:22px; color:#fff; text-align:right; text-shadow: 2px 2px #000;}
#TopDestn .box .discription h4 span{ font-weight:700; font-size:32px; text-transform:uppercase;}

#TopDestn .col-sm-3{ margin-top:20px;}



.home-fourth{ width:100%; padding:40px 0 40px 0;}
.home-fourth::before{content: ''; position:absolute; width:100%; height:370px; float:right; right:0;	margin:0 0 0 0; background:url(../public/Images/bg.png) no-repeat;
background-position:right 100px top 15px;}

.home-fourth h2{ width:100%; text-align:center; color:#434459; font-size:36px; font-weight:600; margin:0 0 20px 0;}

.home-fourth .box{ width:100%; padding:15px 10px; border-top:1px solid #434459; float:left; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.home-fourth .box:hover{ background:#f2f2f3;}
.home-fourth .box .left{ width:60%; float:left; height:auto; margin:0 0 0 0;}
.home-fourth .box .left em{ width:100%; float:left; font-size:13px; color:#434459; font-weight:400; font-style:italic; margin:0 0 7px 0;}

.home-fourth .box .left h3{ width:30%; float:left; margin:0 0 0 0; font-size:20px; font-weight:600; color:#434459; text-transform:uppercase;}
.home-fourth .box .left h3 span{ font-size:13px; font-weight:300; text-transform:none; display:block;}
.home-fourth .box .left h4{ width:15%; height:19px; background:url(../public/Images/line.png) no-repeat; float:left; background-size:100%; margin: 14px 5% 0 0;}
.home-fourth .box .right{ width:40%; float:right; height:auto; margin:0 0 0 0;}
.home-fourth .box .right h5{ width:auto; float:right; margin:30px 0 0 0; color:#e2420b; font-weight:800; font-size:22px;}
.home-fourth .box .right h5 span{ color:#434459; font-size:15px; font-style:italic; font-weight:400;}


.home-fourth .nav-tabs{ border-bottom:none; margin:0 0 15px 0;}
.home-fourth .nav-tabs > li.active > a{ background:#434459; color:#fff; font-weight:bold;}
.home-fourth .nav-tabs > li > a{ color:#434459; font-weight:bold;}
.home-fourth .nav-tabs > li > a:hover{ background:#434459; color:#fff;}


.FtrDsclmr{ padding:15px 0;}




#menu li a img{margin-top:5px;}
#menu li:hover a,#menu li.active a{color:#e2420b;}

#AirlinesBanner,
#HomeBanner{
width:100%;
background:url(../public/Images/Banners/HomeBanner.jpg) center center no-repeat;
padding:15px 0px;
}
#FlightsBanner{
width:100%;
background:url(../public/Images/Banners/Flight.jpg) center center no-repeat;
padding:100px 0px;
}

#myCarousel{
background:#fad4c7;
padding:10px 10px 24px 10px;
text-align:center;
color:#000000;
}
#myCarousel p{text-align:center;}
ul.Deals{list-style:none;padding-top:0px;}
ul.Deals li{
float:left;
width:25%;
text-align:center;
background:#fff;
padding:35px 0px 0;
}
ul.Deals li span{
display:block;
border-right:1px #eee solid;
border-left:1px #ffffff solid;
}
ul.Deals li:nth-child(1) span{border-left:none;}
ul.Deals li:nth-child(4) span{border-right:none;}
ul.Deals li span img{width:60px;}
ul.Deals li strong{
display:inline-block;
padding-left:5px;
font-size:16px;
padding-top:10px;
width:100%;
}
#TopDestn{
padding:40px 0;
width:100%;
margin:30px 0 0 0;
float:left;
background:#eee;
position:relative;
box-sizing:border-box;
}
#TopDestn .TopDestn{ margin:0; width:100%; float:left; height:auto;}
#TopDestn h1{text-align:center;margin:0;}
#TopDestn h1 span{ font-size:17px; font-weight:normal; width:100%; float:left; margin:5px 0 0 0;}
#TopDestn .FrBx{
width:20%;
float:left;
height:170px;
margin-top:20px;
border-radius:7px;
padding-left:20px;
box-sizing:border-box;
}
#TopDestn .FrBx > a{
position:relative;
overflow:hidden;
height:100%;
display:block;
border-radius:7px;
cursor:pointer;
}
#TopDestn .FrBx img{
width:100%;
height:100%;
position:absolute;
left:0px;
top:0px;
z-index:1;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
#TopDestn .FrBx:hover img{
width:120%;
height:110%;
left:-10%;
top:-5%;
}
#TopDestn .FrBx > a > div{
background:rgba(0,0,0,0.5);
border-top:1px #000000 solid;
box-sizing:border-box;
color:#FFFFFF;
z-index:2;
position:absolute;
left:0px;
bottom:0px;
width:100%;
padding:15px 10px;
}
#TopDestn .FrBx div h5{font-size:16px;font-weight:bold;margin:0px;text-align:center;}
#TopDestn .FrBx div span{display:block;line-height:20px;}
#TopDestn .FrBx div span strong{color:#ffff00;}


.HmCnt h3{color:#e2420b;padding:10px 0px;}
.HmCnt h4{color:#e2420b;padding:10px 0px;}
.HmCnt ol li,.HmCnt ul li{ line-height:20px;padding-bottom:10px;}









#PopupBg{
background:rgba(0, 0, 0, 0.5);
display:none;
height:100%;
width:100%;
position:fixed;
left:0px;
top:0px;
z-index:1001;
}
#Popup{
background:#ffffff url(../public/Images/PopupBg.jpg) right bottom no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:4px #FF0000 solid;
margin:8% 20% auto 20%;
width:60%;
padding:20px;
box-sizing:border-box;
color:#000000;
position:relative;
}
#Popup h1{font-weight:bold;line-height:normal;}
#Popup .Content{width:65%;}
#Popup p{
margin-top:10px;
font-size:16px;
line-height:24px;
text-align:left;
}
#Popup h3{
color:#0f0f7a;
font-weight:bold;
font-size:18px;
}
#Popup h2{
font-size:24px;
font-weight:bold;
color:#FF0000;
padding-top:15px;
}
#Popup a{
display:inline-block;
margin-top:0px;
font-size:36px;
}
#Popup .coupon{
border:3px #666666 dashed;
display:inline-block;
padding:10px;
text-align:center;
margin-top:15px;
}
#Popup .coupon strong{color:#FF0000;font-size:18px;}
#Popup .Close{
background:url(../public/Images/closeBtn.png) center center no-repeat;
height:40px;
width:40px;
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
z-index:2;
}
/*Ends Home Page*/
#Popup.Popup{
margin:0px;
width:1110px;
margin:20px auto;
}

/*--modelcss start--*/
#CallBack_Request{
background:#FFFFFF;
box-shadow:0px 0px 3px 1px #000;
position:fixed;
width:280px;
left:15px;
bottom:15px;
z-index:500;
}
.modal-body .btn{
width:100%;
background:#000000;font-size:20px;
}
.modal-open .modal{top:100px;overflow:visible;overflow-x:visible;overflow-y:visible;}
.modal-header{
background:#000000;
padding:0px;
}
.modal-body p{
color:#797777;
margin:0px 0 18px;
text-align:center;
}
.model-menu{margin:0;padding:0;list-style-type:none;}
.model-menu li{
float:left;
display:block;
width:50%;
padding:10px;
}
.model-menu li a{
color:#fff;
}
ul.tabs li.active{
background:#0e6e92 !important;
}
.call a{
color:#fff !important;
font-size:18px;
}
.input-group .glyphicon{
font-size:26px;
color:#000000;
}
.modal-header .close{
position:absolute;
right:-15px;
top:-18px;
border:2px solid #fff;
height:30px;
width:30px;
line-height:20px;
text-align:center;
background:#000000;
border-radius:50%;
font-size:20px;
font-weight:500;
color:#ffffff;
text-shadow:0 1px 0 #fff;
filter:alpha(opacity=20);
opacity:1.2;
cursor:pointer;
}
.modal-body label{font-size:18px;}
/*--model css close-->*/


#tpAlertOverlayContainer {position: absolute;left: 0; top: 0;background: #000;z-index: 999999;height: 100%;width: 100%; opacity: .75 !important; }
#tpProgressContainer {position: fixed;top: 50%;left: 50%;z-index: 999999;color: #fff;}

#Banner{
background:#000000 url(../public/Images/Banners/Home_New.jpg) center center no-repeat;
padding:180px 0px 120px 0px;
}
#BannerIner{min-height:300px;padding:120px 0px 50px 0px; margin:-1px 0 0 0;}

#Banner h4,
#BannerIner h4{color:#FFFFFF;text-shadow:#000000 4px 4px 4px;margin:-15px 0px 15px 0px;}

#BannerIner h1, #BannerIner h2,
#Banner h1,#Banner h2{color:#FFFFFF;text-shadow:#000000 4px 4px 4px;margin-bottom:25px;}

.carousel-caption{top:150px;left:30px;right:30px;}
.carousel-caption h3{padding:10px 15px;margin:0px 0px 0px 0px;text-shadow:0px 0px 4px #000000;background:rgba(0,0,0,0.4);border-radius:10px 10px 0px 0px;border-bottom:1px #cccccc solid;}
.carousel-caption .DealItem{padding:15px;background:rgba(0,0,0,0.4);float:left;width:33.3333%;}
.carousel-caption .DealItem a{font-weight:bold;display:block;padding-bottom:10px;color:#FFFFFF;font-size:16px;}
.carousel-caption .DealItem a strong{font-size:24px;}
.carousel-caption .DealItem:nth-child(2){border-radius:0px 0px 0px 10px;border-right:1px #cccccc solid;}
.carousel-caption .DealItem:nth-child(4){border-radius:0px 0px 10px 0px;border-left:1px #cccccc solid;}

.carousel-caption .Policy{display:inline-block;background:rgba(0,0,0,0.4);margin-top:9%;padding:5px 10px; border-radius:5px;}
.carousel-indicators{bottom:0px;}

#HomeWidget{z-index:1;}
#HomeWidget .container{position:relative;}
#HomeWidget .SearchWidget{z-index:500;margin-top:-165px;}
#HomeWidget.MulticityActive .SearchWidget{margin-top:0px;}

#Widget{padding:15px;background:#0a438b ;border-radius:10px;}
#Widget h2,#Widget h1{margin:0;padding:0 0 10px 0;line-height:40px;font-size:24px;font-weight:bold;color:#FFFFFF;}
.SearchWidget{font-size:13px;}
.SearchWidget .radio{margin-top:0px;}
.SearchWidget .radio label{text-transform:uppercase;color:#FFFFFF;}
.SearchWidget .radio label input{display:none;}
.SearchWidget .radio label{
display:inline-block;color:#000000;background:#f8f8f8;
border:none;
border-radius:15px;
margin:0px 0px 0px 15px;
padding:3px 15px;
font-weight:bold;
}
.SearchWidget .radio label:nth-child(1){margin-left:0px;}
.SearchWidget .radio label.active{color:#ffffff;background:#ef4045;}

.SearchWidget .Inputs{
float:left;
width:20%;
color:#000000;
position:relative;
}
.SearchWidget .Inputs.Calander{width:12%;}
.SearchWidget .Inputs.Pax{width:12%;}
.SearchWidget .Inputs.Airline{width:10%;}
.SearchWidget .Inputs.Service{width:12%;}

.SearchWidget .Inputs > input,
.SearchWidget .Inputs.Calander input{
background:#ffffff url(/public/Images/Search_Icon.png) left 3px no-repeat;
border:none;
border-right:1px #c5c5c5 solid;
width:100%;
height:50px;
padding:0px 5px 0px 35px;
}
.SearchWidget .Inputs.Airline > input{border-right:0px;background-position:left -200px;}
.SearchWidget .Inputs.Service > select{
border:none;
border-right:1px #c5c5c5 solid;
width:100%;
height:50px;
line-height:46px;
padding:0px 5px 0px 5px;
text-indent:30px;
-moz-appearance:none;
border-right:0px;
background:#ffffff url(/public/Images/Search_Icon.png) left -250px no-repeat;

}
@-moz-document url-prefix(){
.SearchWidget .Inputs.Service > select{text-indent:15px;}
.SearchWidget .Inputs.Service:after{
content:"\f107";
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
position:absolute;
top:20px;
right:10px;
z-index:200;
color:#999999;
}
}
.SearchWidget .flip{display:none;}
.SearchWidget .Inputs.From input{background-position:left -100px;}
.SearchWidget .Inputs.To input{background-position:left -150px;}
.SearchWidget .Inputs.Calander input{background-position:left -50px;}
.SearchWidget .Inputs span.text-danger{
color:#FF0000;
position:absolute;
left:40px;
bottom:3px;
height:20px;
line-height:20px;
z-index:50;
}
#ui-id-3{z-index:10000;} /*For Airline List*/
.SearchWidget .Inputs.Pax input#BindPreferedairlines{
border:1px #CCCCCC solid;
margin-top:10px;
text-align:left;
padding:0px 5px;
}
.SearchWidget .InputBtn{width:12%;float:left;}
.SearchWidget .InputBtn input{
background:#e2420b;
font-family:"Arial Rounded MT Bold", Arial;
font-size:16px;
text-transform:uppercase;
color:#ffffff;
text-align:center;
height:50px;
line-height:50px;
border:none;
width:100%;
}
.SearchWidget .InputBtn input:hover{background:#0f0f7a;}
.traveller-type-drpdwn{
position:relative;
display:none;
}
.traveller-type-drpdwn fieldset{
padding:0px 10px 10px 10px;
background:#ffffff;
color:#4f616d;
z-index:9999;
right:0px;
position:absolute;
top:1px;
width:100%;
}
.traveller-type-drpdwn fieldset input{
text-align:center;
background:#ffffff;
height:39px;
line-height:39px;
width:100%;
padding:0px;
border:none;
border-top:1px #e6e6e6 solid;
border-bottom:1px #e6e6e6 solid;
}
.traveller-type-drpdwn fieldset strong{display:block;padding-top:10px;}
.ui-autocomplete{font-weight:bold;}
.SearchWidget #addmulticity{display:none;}
.MulticityActive{background:#aaaaaa;}
.MulticityActive .SearchWidget{background:none;padding:15px 0px;}
.MulticityActive .SearchWidget .radio{margin-bottom:20px;}
.MulticityActive .SearchWidget .Inputs{width:24%;}
.MulticityActive .SearchWidget .Inputs.Calander{width:19%;}
.SearchWidget label#lbl_flight1{display:none;}
.SearchWidget label#lbl_flight1,
.SearchWidget .multicity_new label{color:#FFFFFF;float:left;height:50px;line-height:50px;background:#333333;padding:0px 20px;}
.SearchWidget .multicity_new{float:left;width:100%;margin-top:20px;}
.SearchWidget .multicity_new .Inputs.Button{width:24%;padding-left:1%;}
.MulticityActive .SearchWidget #addmulticity{display:block;height:20px;float:left;width:100%;}
.MulticityActive .SearchWidget .Inputs.Pax,
.MulticityActive .SearchWidget .Inputs.Service,
.MulticityActive .SearchWidget .InputBtn{width:33%;}
#ui-datepicker-div.ui-widget-content:before{left:15%;}


@media screen and (min-width:571px){
.SearchWidget .multicity_new .Inputs.Button a{float:left;line-height:50px;background:#FFFFFF;padding:0px 15px;}
.SearchWidget .multicity_new .Inputs.Button a:nth-child(2){margin-left:10px;}
}
#AvanceSearch{padding-top:10px;line-height:24px;font-weight:bold;color:#ffffff;}
#AvanceSearch .pls-mns-btns{float:left;}
#AvanceSearch .pls-mns-btns a{color:#ffffff;display:block;font-size:16px;}
#AvanceSearch .pls-mns-btns a:hover{color:#FFDDDD;}
#AvanceSearch #AdvMinusBtn{display:none;}
#AvanceSearch #AdvanceDetails{float:left;padding-left:15px;display:none;}
#AvanceSearch #AdvanceDetails input#BindPreferedairlines{height:24px;line-height:24px;padding:0px 10px;background:none;border:none;border-bottom:1px #ffffff dashed;}
#AvanceSearch #AdvanceDetails label{padding-left:15px;}
#AvanceSearch #AdvanceDetails label:hover{cursor:pointer;}


#HomeWidget #BoxWidget{z-index:500;margin-top:-450px;}
@media screen and (max-width:899px){
#HomeWidget #BoxWidget{margin-top:-450px;}
}
@media screen and (max-width:500px){
#HomeWidget #BoxWidget{margin-top:0px;}
}
/*Starting Box Search Widget*/
#BoxWidget{float:left;width:550px;}
#BoxWidget form.SearchWidget{padding:15px 15px 15px 0px;background:rgba(0,0,0,0.4);border-radius:10px;}
#BoxWidget form.SearchWidget h2{margin-top:0px;padding-left:15px;font-size:24px;font-weight:normal;text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;}
#BoxWidget .SearchWidget .radio{margin:0px;}
#BoxWidget .SearchWidget .radio label{margin-left:15px;}
#BoxWidget .SearchWidget .Inputs > input,
#BoxWidget .SearchWidget .Inputs.Calander input{height:45px;border-radius:4px;}
#BoxWidget .SearchWidget .Inputs.Service > select{height:45px;line-height:41px;border-radius:4px;}
#BoxWidget .SearchWidget .Inputs{width:50%;margin-top:15px;padding-left:15px;}
#BoxWidget .SearchWidget .Inputs.From,#BoxWidget .SearchWidget .Inputs.To{width:100%;}
#BoxWidget .SearchWidget .InputBtn{width:100%;padding-left:15px;margin-top:15px;}

/*Flights Enquiry*/
.EnquiryWidget{background:rgba(0, 0, 0, 0.8);padding:15px 15px 15px 0px;}
.EnquiryWidget .radio label{text-transform:uppercase;color:#FFFFFF;}
.EnquiryWidget .radio label input{display:none;}
.EnquiryWidget .radio label{display:inline-block;color:#ffffff;border:none;border-radius:15px;background:#e2420b;padding:3px 15px;font-weight:bold;margin-left:15px;}
.EnquiryWidget .radio label.active{color:#000000;background:#f8f8f8;}
.EnquiryWidget .Inputs{float:left;width:25%;color:#000000;position:relative;margin-top:15px;padding-left:15px;}
.EnquiryWidget .Inputs.Calander,
.EnquiryWidget .Inputs.Pax,
.EnquiryWidget .Inputs.Service{width:12.5%;}
.EnquiryWidget .Inputs > input,
.EnquiryWidget .Inputs.Calander input{background:#ffffff url(../public/Images/Enquiry_Icons.png) left 3px no-repeat;border:none;border-right:1px #c5c5c5 solid;width:100%;height:50px;padding:0px 5px 0px 35px;}
.EnquiryWidget .Inputs.Airline > input{border-right:0px;background-position:left -200px;}
.EnquiryWidget .Inputs.Service > select{border:none;border-right:1px #c5c5c5 solid;width:100%;height:50px;line-height:46px;padding:0px 5px 0px 5px;text-indent:30px;-moz-appearance:none;border-right:0px;background:#ffffff url(../public/Images/Enquiry_Icons.png) left -250px no-repeat;}
@-moz-document url-prefix(){
.EnquiryWidget .Inputs.Service > select{text-indent:15px;}
.EnquiryWidget .Inputs.Service:after{content:"\f107";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:20px;right:10px;z-index:200;color:#999999;}
}
.EnquiryWidget .flip{display:none;}
.EnquiryWidget .Inputs.From input{background-position:left -100px;}
.EnquiryWidget .Inputs.To input{background-position:left -150px;}
.EnquiryWidget .Inputs.Calander input{background-position:left -50px;}
.EnquiryWidget .Inputs.Contact input{background-position:left -304px;}
.EnquiryWidget .Inputs.Email input{background-position:left -354px;}
.EnquiryWidget .Inputs span.text-danger{color:#FF0000;position:absolute;left:40px;bottom:3px;height:20px;line-height:20px;z-index:50;}
.EnquiryWidget .Inputs.Pax input#BindPreferedairlines{border:1px #CCCCCC solid;margin-top:10px;text-align:left;padding:0px 5px;}
.EnquiryWidget .InputBtn{width:25%;padding-left:15px;margin-top:15px;float:left;}
.EnquiryWidget .InputBtn input{background:#e2420b;font-family:"Arial Rounded MT Bold", Arial;font-size:16px;text-transform:uppercase;color:#ffffff;text-align:center;height:50px;line-height:50px;border:none;width:100%;}
.EnquiryWidget .InputBtn input:hover{background:#000000;}
.EnquiryWidget p{padding:15px 0px 0px 15px;color:#FFFFFF;}






#view-deals .WidgetHeader{background:#e2420b;color:#FFFFFF;padding:10px;font-size:18px;font-weight:bold;line-height:26px;}
#view-deals .WidgetHeader .fa-close{float:right;color:#FFFFFF;border:2px #ffffff solid;border-radius:50%;height:26px;width:26px;text-align:center;line-height:22px;}
#view-deals .WidgetHeader .fa-close:hover{cursor:pointer;}

.PopupWidget{padding:15px;background:rgba(0,0,0,0.6);font-size:13px;}
.PopupWidget .radio{margin:0px;}
.PopupWidget .radio label{text-transform:uppercase;color:#FFFFFF;}
.PopupWidget .radio label input{display:none;}
.PopupWidget .radio label{
display:inline-block;color:#000000;background:#f8f8f8;
border:none;
border-radius:15px;
margin:0px 0px 0px 15px;
padding:3px 15px;
font-weight:bold;
}
.PopupWidget .radio label:nth-child(1){margin-left:0px;}
.PopupWidget .radio label.active{color:#ffffff;background:#000000;}
.PopupWidget .Inputs{
float:left;
width:100%;
color:#000000;
position:relative;
margin-top:10px;
}
.PopupWidget .Inputs.Calander{width:50%;}
.PopupWidget .Inputs > input,
.PopupWidget .Inputs.Calander input{
background:#ffffff url(/public/Images/Search_Icon.png) left 3px no-repeat;
background-size:26px auto;
border:none;
border-right:1px #c5c5c5 solid;
width:100%;
height:34px;
padding:0px 5px 0px 30px;
}
.PopupWidget .Inputs.Airline > input{border-right:0px;background-position:left -200px;}
.PopupWidget .Inputs.Service > select{
border:none;
border-right:1px #c5c5c5 solid;
width:100%;
height:34px;
line-height:28px;
padding:0px 5px 0px 5px;
text-indent:30px;
-moz-appearance:none;
border-right:0px;
background:#ffffff url(/public/Images/Search_Icon.png) left -261px no-repeat;
}
@-moz-document url-prefix(){
.PopupWidget .Inputs.Service > select{text-indent:15px;}
.PopupWidget .Inputs.Service:after{
content:"\f107";
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
position:absolute;
top:20px;
right:10px;
z-index:200;
color:#999999;
}
}
.PopupWidget .flip{display:none;}
.PopupWidget .Inputs.From input{background-position:left -112px;}
.PopupWidget .Inputs.To input{background-position:left -152px;}
.PopupWidget .Inputs.Calander input{background-position:left -37px;}
.PopupWidget .Inputs span.text-danger{
color:#FF0000;
position:absolute;
left:40px;
bottom:3px;
height:20px;
line-height:20px;
z-index:50;
}
#ui-id-3{z-index:10000;} /*For Airline List*/
.PopupWidget .Inputs.Pax input#BindPreferedairlines{
border:1px #CCCCCC solid;
margin-top:10px;
text-align:left;
padding:0px 5px;
}
.PopupWidget .Selects{width:33.333%;float:left;}
.PopupWidget .Selects label{display:block;color:#FFFFFF;margin-top:10px;}
.PopupWidget .Selects select{width:100%;height:34px;line-height:28px;padding:0px 5px;border:none;}

.PopupWidget .InputBtn{margin-top:15px;float:left;width:100%;}
.PopupWidget .InputBtn input{
background:#e2420b;
font-family:"Arial Rounded MT Bold", Arial;
font-size:16px;
text-transform:uppercase;
color:#ffffff;
text-align:center;
height:34px;line-height:28px;
border:none;
width:100%;
}
.PopupWidget .InputBtn input:hover{background:#000000;}



#LeftBoxes{float:left;width:280px;}
#LeftBoxes .FrBx{
width:100%;
position:relative;
height:200px;
margin-bottom:10px;
overflow:hidden;
}
#LeftBoxes .FrBx img{
width:100%;
height:100%;
position:absolute;
left:0px;
top:0px;
z-index:1;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
#LeftBoxes .FrBx:hover img{
width:120%;
height:110%;
left:-10%;
top:-5%;
}
#LeftBoxes .FrBx > div{
background:url(../public/Images/SearchBg.png) left top repeat;
box-sizing:border-box;
color:#FFFFFF;
z-index:2;
position:absolute;
left:0px;
bottom:0px;
width:100%;
padding:5px;
}
#LeftBoxes .FrBx > div h5{font-size:16px;}
#LeftBoxes .FrBx > div span{display:block;line-height:20px;}
#LeftBoxes .FrBx > div span strong{color:#e2420b;}
#RightArea{float:right;width:72%;}
#RightArea h1{
color:#e2420b;
margin-bottom:10px;
padding-bottom:5px;
font-weight:normal;
}
#RightArea h2, #RightArea h3, #RightArea h4, #RightArea h5, #RightArea h6{margin:10px 0px 5px 0px;}
#RightArea ul.Listing li{padding-bottom:10px;line-height:20px;}
#RightArea dl dt{padding-top:10px;}
#RightArea ol li{ line-height:20px;padding-bottom:10px;}
.AirFare{
width:50%;
float:left;
position:relative;
padding:10px 0px 10px 15px;
box-sizing:border-box;
height:91px;
border-bottom:1px #efefef solid;
box-sizing:border-box;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
.AirFare:hover{background:#efefef;}
.AirFare:nth-child(even){margin-left:0px;}
.AirFare .AirIcon{
background:url(../public/Images/AirLogo.jpg) left top no-repeat;
float:left;
width:70px;
height:70px;
margin-right:10px;
border-radius:50%;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.AirFare:hover .AirIcon{border-radius:10px;margin-top:5px;}
.AirFare .Destin{font-size:24px;padding-top:10px;}
.AirFare.NoDate .Destin{padding-top:23px;}
.AirFare.NoDate .TrDate{display:none;}
.AirFare .Fare{
background:url(../public/Images/air.gif) left center no-repeat;
padding-left:34px;
color:#0f0f7a;
font-size:26px;
position:absolute;
right:10px;
top:10px;
line-height:70px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
.AirFare:hover .Fare{line-height:60px;}
.AirFare p.BookNow{
display:inline;
position:absolute;
right:10px;
bottom:5px;
}
.AirFare p.BookNow a:first-child{color:#e2420b;}

.container.Contacts{padding-top:15px;}
.container.Contacts iframe{width:50%;float:left;}
.container.Contacts .Addres{float:right;width:45%;}
.container.Contacts .Addres p{font-size:18px;padding:5px 0px 0px 0px;line-height:24px;}

.container.Fares{padding-top:15px;padding-bottom:15px;}
.container.Fares h1{
font-size:24px;
font-weight:bold;
color:#0078ae;
padding-bottom:10px;
}

h3.dealsH3{
font-size: 20px;
padding: 15px;
margin: 0;
background: #f0f3f5;
color: #142535;
border: 1px solid #c5cfd6;
border-right:2px solid #c5cfd6;
text-align: left;
font-weight: bold;
}
.deals-heading{
border-left:1px solid #c5cfd6;
border-right:2px solid #c5cfd6;
border-bottom:2px solid #e4e9ec;
line-height:16px;
padding:15px;
}
.deals-heading strong{float:left;}
.deals-heading strong:nth-child(1){width:18.5%;}
.deals-heading strong:nth-child(2){width:18.5%;}
.deals-heading strong:nth-child(3){width:39%;}
.deals-heading strong:nth-child(4){width:15%;text-align:left;}

.deals-area{
padding:10px 15px;
border-left:1px solid #c5cfd6;
border-right:2px solid #c5cfd6;
border-bottom:1px solid #e4e9ec;
display:block;
color:#000000;
overflow:hidden;
line-height:34px;
}
.deals-area:hover{background:#efefef;cursor:pointer;color:#000000;}
.deals-area span{float:left;}
.deals-area span:nth-child(1){width:37%;}
.deals-area span:nth-child(2){width:35%;}
.deals-area strong{
text-align:right;
float:left;
width:10%;
font-size:18px;
}
.deals-area span em{font-style:inherit;display:inline-block;width:50%;}
.deals-area span em:nth-child(2){display:none;}
.deals-area.last{border-bottom:2px solid #c5cfd6;}
.deals-area .btn{float:right;}
.Fares p.LastUpdt{text-align:right; padding-top:10px;}

#Enquiry,
#Contact{background:rgba(0,0,0,0.4);color:#FFFFFF;border-radius:5px;width:504px;}
#Enquiry{display:none;}
#Contact{float:right;}
#Contact h2,
#Enquiry h1{padding:10px 0px;margin:0px;border-bottom:1px #ffffff solid;position:relative;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:24px;}
#Contact h2:after,
#Enquiry h1:after{content:"";position:absolute;left:0px;bottom:0px;height:1px;width:100%;background:#ffffff;}
#Contact h4{margin-top:10px;color:#00FF00;}
#Contact,
#Enquiry{padding:0px 15px 15px 15px;}
#Contact ul,
#Enquiry ul{margin:0px 0px 0px -15px;padding:0px;list-style:none;}
#Enquiry ul li{float:left;width:50%;padding-left:15px;}
#Contact ul li{width:100%;padding-left:15px;}
#Contact ul li:nth-child(2n+0){padding-top:10px;}
#Contact ul li span span{background:#FF0000;display:block;padding:0px 10px;margin-bottom:10px;}
#Enquiry ul li:nth-child(1){width:100%;}
#Enquiry ul li:nth-child(7),
#Enquiry ul li:nth-child(8){width:25%;}
#Enquiry ul li:nth-child(12){padding-top:38px;}
#Contact ul li:nth-child(5){width:100%;padding-top:10px;}
#Contact ul li strong,
#Enquiry ul li strong{display:block;line-height:30px;}
#Contact ul li input[type=text],
#Contact ul li select,
#Enquiry ul li input[type=text],
#Enquiry ul li select{border:0;background:#FFFFFF;color:#000000;padding:10px;line-height:13px;height:38px;width:100%;}
#Contact ul li textarea{border:0;background:#FFFFFF;color:#000000;padding:10px;line-height:20px;width:100%;height:80px;}
#Contact ul li input[type=submit],
#Enquiry ul li input[type=submit]{width:100%;background:#000000;color:#ffffff;border:0px;text-align:center;font-size:24px;line-height:40px;height:40px;padding:0px;}
#Contact ul li input[type=submit]:hover,
#Enquiry ul li input[type=submit]:hover{background:#e2420b;}




.SaverPage{position:relative;}
.SaverPage .SaverFare{float:right;width:35%;color:#000000;}
.SaverPage .SaverFare .SaverBox{background:#FFFFFF;padding:10px;text-align:center;}
.SaverPage .SaverFare .SaverBox .Border{border:1px #CCCCCC dashed;padding:10px;}
.SaverPage .SaverFare .SaverTitle{background:#000000;width:100%;color:#FFFFFF;font-size:18px;font-weight:bold;padding:15px 10px;}
.SaverPage .SaverFare p.price{height:60px;}
.SaverPage .SaverFare p.price sup{font-size:16px;}
.SaverPage .SaverFare p.price strong{font-size:72px;height:60px;line-height:60px;}
.SaverPage .SaverFare .SaverBox .Border .Border{margin-bottom:15px;}
.SaverPage .SaverFare p.Call{font-size:18px;font-weight:bold;display:block;}
.SaverPage .SaverFare a.Call{display:block;font-size:24px;font-weight:bold;position:static;margin-bottom:10px;}
.SaverPage .SaverFare p.or,
.SaverPage .SaverFare a.Btn{display:none;}



.all-deals{background:#f4f4f4;margin-top:25px;padding-bottom:15px;}
.all-deals h3{margin-bottom:20px;}
.inter h3,.domes h3,.top-deal h3{color:#ffffff;background:#000000;margin-bottom:0px;font-size:18px;padding:10px 15px;}
.inter{float:left;width:35%;margin-right:30px;margin-bottom:10px;}
.domes{float:left;width:35%;margin-right:20px;margin-bottom:10px;}
.inter a,.domes a{color:#4d4d4d;border:1px solid #d9d9d9;border-bottom:none;overflow:hidden;display:block;padding:0 0 0 10px;cursor:pointer;font-size:13px;background:#ffffff;}
.inter a:last-child,.domes a:last-child{border-bottom:1px solid #d9d9d9;}
.inter a:hover,.domes a:hover{background:#f6f6f6;}
.inter a.last,.domes a.last{border-bottom:1px solid #d9d9d9;}
.inter a span,.domes a span{float:left;width:48%;line-height:12px;padding:15px 0 4px 0}
.inter a em,.domes a em{float:left;width:31%;line-height:35px;padding:3px 0 7px 0;}   
.inter a strong,.domes a strong{float:right;width:20%;text-align:right;font-size:14px;padding:6px 10px 2px 0;line-height:35px;color:#e2420b;}

.top-deal{float:right;width:25%;margin-bottom:10px;}
.top-deals{background:#ffffff;border:1px solid #d9d9d9;border-bottom:none;overflow:hidden;padding:1px 0 1px 10px;cursor:pointer;font-size:14px;}
.top-deals:last-child{border-bottom:1px solid #d9d9d9;}
.top-deals:hover{background:#f6f6f6;}
.top-deals.last{border-bottom:1px solid #d9d9d9;}
.top-deals .loc{float:left;width:45%;line-height:35px;padding:4px 0 4px 0;font-size:13px;} 
.top-deals .loc a{color:#555;}
.top-deals .fare{float:right;width:20%;text-align:right;font-size:14px;padding:2px 10px 2px 0;font-weight:bold;line-height:35px;color:#e2420b;}


#mainErrorCover{color:#FF0000;padding:0px 15px 0px 15px;}

/* .PhonOnlyDel{padding-top:50px;} */
.PhonOnlyDel .box{
float:left;
width:50%;
padding-left:15px;
padding-right:15px;
}
.PhonOnlyDel .box a{
display:block;
background:url(../public/Images/PhoneOnlyUserIcon.png) 10px center no-repeat;
border:1px #e0e0e0 solid;
padding:10px 10px 10px 70px;
}
.PhonOnlyDel .box a:hover{border-color:#b4e3f4;background-color:#f2fbff;}
.PhonOnlyDel .box h4{margin:0px;margin-bottom:5px;color:#000000;}
.PhonOnlyDel .box em{color:#999999;}
.PhonOnlyDel .box p{font-size:18px;padding-top:5px;font-weight:bold;margin-bottom:0px;}
.PhonOnlyDel .box p span{color:#666666;}






#TopDestntn{
background:#000000 url(../public/Images/FooterBg.jpg) left top repeat-x;
border-top:2px #e0e0e0 solid;
border-top:2px #006d86 solid;
color:#FFFFFF;
margin-top:10px;
padding-bottom:10px;
}
#TopDestntn h3{
font-size:18px;
color:#fff;
font-weight:normal;
line-height:36px;
border-bottom:1px #00657c solid;
max-width:1170px;
width:100%;
margin:0px auto;
}
#TopDestntn h3:nth-child(3){display:none;}
#TopDestntn .menu-cheap-flights-container,
#TopDestntn .menu-top-airlines-container,
#TopDestntn .menu-last-minutes-flights-container{
max-width:1170px;
width:100%;
margin:0px auto 20px auto;
border-top:1px #00a9cf solid;
}
#TopDestntn .menu-cheap-flights-container:nth-child(4){display:none;}
#TopDestntn a{
color:#fff;
line-height:20px;
display:block;
}
#TopDestntn a:hover{color:#abd9e4;}
#TopDestntn ul#CheapFlights{
margin:0px;
padding:0px;
list-style:none;
float:left;
width:100%;
}
#TopDestntn ul#CheapFlights ul{
margin:0px;
padding:0px;
list-style:none;
}
#TopDestntn ul#CheapFlights li{float:left;width:25%;}
#TopDestntn ul#CheapFlights li a{color:#feef00;font-weight:bold;}
#TopDestntn ul#CheapFlights li ul li{float:none;width:100%;}
#TopDestntn ul#CheapFlights li ul li a{color:#FFFFFF;font-weight:normal;}
#TopDestntn ul#CheapFlights li ul li a:hover{color:#abd9e4;}
#TopDestntn ul#TopAirlines{
margin:0px;
padding:0px;
list-style:none;
}
#TopDestntn ul#TopAirlines li{float:left;width:19%;}
#TopDestntn ul#LMFlights{
margin:0px;
padding:0px;
list-style:none;
float:left;
width:100%;
}
#TopDestntn ul#LMFlights ul{
margin:0px;
padding:0px;
list-style:none;
}
#TopDestntn ul#LMFlights li{float:left;width:20%;}
#TopDestntn ul#LMFlights li a{color:#feef00;font-weight:bold;}
#TopDestntn ul#LMFlights li ul li{float:none;width:100%;}
#TopDestntn ul#LMFlights li ul li a{color:#FFFFFF;font-weight:normal;}



.home-fifth{width:100%;float:left;height:auto;margin:0 0 0 0;padding:60px 0;background:#f4f4f4;border-top:1px #999 dashed;}
.home-fifth h2{width:100%;float:left;height:auto;margin:0 0 0 0;font-size:25px; font-family:'Montserrat', sans-serif;font-weight:300;color:#003f98;text-transform:uppercase;}
.home-fifth h2 span{font-weight:500;}
.home-fifth p{width:100%;float:left;height:auto;margin:15px 0 20px 0;font-size:15px; font-family:'Montserrat', sans-serif;font-weight:400;color:#4c4c4c;}
.home-fifth .mt-4{margin-top:30px;}
.home-fifth .box{width:100%;float:left;height:auto;margin:0 0 0 0;background:#000;box-shadow:0 0 4px rgba(0,0,0,.1);overflow:hidden;}
.home-fifth .box img{width:100%;opacity:0.8;transform:scale(1);transition:.3s ease-in-out;}
.home-fifth .box:hover img{transform:scale(1.2);}
.home-fifth .box h3{width:100%;float:left;height:auto;margin:0 0 0 -15px;position:absolute;top:20px;color:#fff;font-family:'Montserrat', sans-serif;font-size:18px;text-shadow:0 2px 8px rgba(0,0,0,.8);text-align:center;}
.home-fifth .detail{width:100%;float:left;height:auto;margin:0 0 0 0;background:#fff;padding:10px 10px;position:relative;}
.home-fifth .detail a{width:auto;float:left;margin:0 0 0 0;font-size:11px;color:#ff7e00;border:1px solid #ff7e00;font-family:'Montserrat', sans-serif;text-transform:uppercase;font-weight:500;line-height:35px;padding:0 10px;text-decoration:none;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.home-fifth .detail a:hover{background:#ff7e00;color:#fff;}
.home-fifth .box:hover a{background:#ff7e00;color:#fff;}
.home-fifth .box h4{width:auto;float:right;height:auto;margin:7px 0 0 0;color:#003f98;font-family:'Montserrat', sans-serif;font-size:22px;text-transform:uppercase;font-weight:600;}



footer{
background:#1e579d;
color:#FFFFFF;
font-size:15px;
padding:40px 0;
}
footer .Content{
width:100%;
max-width:1130px;
margin:0px auto;
padding:10px 0px;
}
footer .box{
float:left;
width:50%;
line-height:20px;
box-sizing:border-box;
padding:0px 15px;
}
footer .box p{line-height:24px;}
footer .box:nth-child(1){width:25%;}
footer .box:nth-child(3){width:25%;}
footer .Content h3{
font-size:22px;
line-height:30px;
padding-bottom:10px;
}
footer .box:nth-child(1) a{display:block;line-height:24px;}
footer .box:nth-child(3) span{
font-size:18px;
display:block;
line-height:30px;
color:#fff;
}
footer .box:nth-child(3) span:nth-child(3) a{font-size:15px;}
footer .Content a{color:#fff;}
footer .Content a:hover{color:#fff;text-decoration:underline;}
footer .Content a.fa{font-size:16px;line-height:20px;}
footer .Content .box:nth-child(3) a.fa:before{
display:inline-block;
background:#FFFFFF;	
border-radius:50%;
text-align:center;
margin-right:10px;
padding:5px;
height:30px;
width:30px;
border:1px #fff dashed;
}
footer .Content .box:nth-child(3) a.fa{color:#fff;}
footer .Content .box:nth-child(3) a.fa:hover{color:#fff;}
footer .Content .box:nth-child(1) a{
float:left;
width:50%;
font-size:14px;
}
.footer{background:#111111;color:#FFFFFF;padding-top:15px;}
.footer h3{padding-bottom:10px;}
.footer a{color:#ffff00;}



.more-footer{
background:#f9f9f9;
margin-bottom:20px;
padding-bottom:20px;
padding-top:10px;
border-top:1px dashed #d7d7d7;
}
.more-ft-hd{
color:#333;
font-size:15px;
padding:0 0 0 2px;
}
.btm-tops{
overflow:hidden;
}
.btm-tops ul{margin:0px;padding:0px;}
.btm-tops ul li{
margin:7px 1% 0 0;
padding:0 0 0 10px;
list-style:none;
display:inline;
float:left;
width:11.4%;
}
.btm-tops ul li:before{display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
content:"\f0da";
color:#888;
margin-right:4px;
font-size:10px;
}
.btm-tops ul li a{color:#888;}
.show-more-airline,.show-more-dest,.show-more-inter-dest{display:none;}
.more-btn-footer{
text-align:right;
color:#fff;
cursor:pointer;
}
.more-btn-footer a{
color:#000000;
background:#fbfbfb;
border:1px solid #ddd;
border-radius:2px;
padding:2px 4px;
cursor:pointer;
}

.SocialBox,.SubscribeBox{background:#efefef;border:1px #cccccc solid;padding:10px;margin:20px 0;}
.SocialBox .TrustPilot{float:left;}
.SocialBox .TrustPilot img{width:175px;}
.SocialBox .Social{font-size:36px;float:right;width:50%;}
.SocialBox .Social h3{margin:0px;}
.SocialBox .Social a{color:#777777;}
.SocialBox .Social a:nth-child(2){margin-right:5px;/*color:#3b5998;*/}
/*.SocialBox .Social a:nth-child(3){color:#00acee;}*/

.SubscribeBox h4{margin:0px;}
.SubscribeBox p{font-size:13px;}
.SubscribeBox input{height:34px;line-height:34px;float:left;}
.SubscribeBox input[type=text]{width:70%;padding:0px 10px;border:1px #cccccc solid;border-right:none;}
.SubscribeBox input[type=submit]{width:30%;padding:0px;border:none;background:#e2420b;color:#FFFFFF;}
.SubscribeBox input[type=submit]:hover{background:#000000;}
.SubscribeBox .alert.alert-danger{margin:10px 0px 0px 0px;}



#Advertise h3.modal-title{color:#FFFFFF;padding:10px 15px;}
#Advertise ul{list-style:none;margin:0px;padding:0px;}
#Advertise ul li{width:100%;padding-top:15px;}
#Advertise ul li input{width:100%;padding:8px 10px;font-size:16px;}

.AirlineList h1{}
.AirlineList ul{list-style:none;margin:0px -15px;padding:0px;}
.AirlineList ul li{float:left;width:33.33333%;padding:0px 15px;}
.AirlineList ul li p{border-bottom:1px #efefef solid;}
.AirlineList ul li strong{float:right;}
.content p{
line-height:24px;
text-align:justify;
}
.content h1{
color:#000000;
border-bottom:1px #000000 solid;
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:2em;
font-weight:bold;
padding-bottom:4px;
}
.content ul li,.content ol li{line-height:20px;padding-bottom:10px;text-align:justify;}

.Call{display:none;}
/*Ends Home Page*/



#InnerDeals{padding-top:15px;margin-bottom:15px;}
#InnerDeals p{padding-top:10px;border-top:1px solid #c5cfd6;margin-bottom:0px;font-size:12px;color:#aaaaaa;}
/*Booking Cinformation Page*/

table.BookingDetails{
padding:10px;
border-collapse:collapse;
}
table.BookingDetails tr td,
table.BookingDetails tr th{
border:1px #CCCCCC solid;
text-align:center;
}
.btn{
background:#e2420b;
border:none;
color:#fff;
display:inline-block;
width:auto;
margin-bottom:0;
font-weight:normal;
border-radius:6px;
line-height:27px;
text-align:center;
white-space:nowrap;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
-webkit-transition:all ease 0.3s;
-moz-transition:all ease 0.3s;
transition:all ease 0.3s;
}
.back-to-top{
position:fixed;
bottom:9%;
width:45px;
border-radius:50%;
height:45px !important;
z-index:100;
display:none;
transition:all 0.2s;
left:auto;
right:4px;
line-height:14px;
padding:10px 0 0 0;
font-size:13px;
}
.back-to-top i{
font-size:20px;
font-weight:bold;
}
.back-to-top{
text-align:center;
background:#e2420b;
color:#FFF;
}
.back-to-top:hover, .back-to-top:active{
text-decoration:none;
color:#fff;
background:#000000;
}

h1.ConfirmationHead{background:#000000;color:#FFFFFF;text-align:center;padding:10px 0px;font-size:24px;margin:75px 0px 0px 0px;}
h1.ConfirmationHead span{color:#00ff00;}
.BookingConfirmation{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
margin-top:15px;
}
.BookingConfirmation p.cnf{
background:url(../public/Images/thumbs-up.png) left center no-repeat;
padding:10px 0px 10px 0px;
line-height:20px;
}
.BookingConfirmation .PrintBtn{
float:right;
margin-left:10px;
}
.BookingConfirmation h2{font-size:18px;background:#000000;color:#FFFFFF;padding:10px 15px;margin:10px 0px 0px 0px;}
.BookingConfirmation h3{font-size:16px;color:#000000;}
.BookingConfirmation .Content{
border:1px #CCCCCC solid;
border-top:none;
padding:10px;
line-height:20px;
}
.BookingConfirmation table{width:100%;}

.BookingConfirmation .FareDetails tr td,
.BookingConfirmation .FareDetails tr th{
border:1px #efefef solid;
padding:5px 10px;
}
.BookingConfirmation .FareDetails tr th[colspan]{text-align:right;}
.heading{color:#000000;}
.text-info{color:#000000;}
.list-unstyled{padding-left:20px;}
.list-unstyled li{padding-bottom:10px;}
.main-content{min-height:500px;}
.CustomerInformation dl dt,
.CustomerInformation dl dd{float:left;}
.CustomerInformation dl dt{width:10%;}
.CustomerInformation dl dd{width:23.3333%;}
.BookingConfirmation .flight_summary > table{width:50%;}
.BookingConfirmation .Details h3{background:#efefef;padding:5px 10px 5px 10px;font-size:16px;color:#000000;margin:0px;}
.BookingConfirmation .Details h3 span{float:right;}

.BookingConfirmation .layover{
border-top:3px solid #fbafaf;
position:relative;
height:20px;
}
.BookingConfirmation .layover span{
background:#fbafaf;
font-weight: bold;
color: #000000;
font-size:12px;
border-radius: 20px;
padding:5px 0px;
text-align:center;
top:-16px;
position:absolute;
width:40%;
left:30%;
}
.BookingConfirmation .Content ul li{padding-top:5px;}
/*Vacation Packages Starting*/
#Packages{padding-top:0px;}
#Packages h1{margin-top:0px;color:#000000;text-align:center;}
#Packages ol.tabs{margin:0px 0px 0px 0;padding:0;float:left;list-style:none;height:32px;border-bottom:1px #b1e9ff solid;width:100%;}
#Packages ol.tabs li{float:left;margin:0;padding:0;height:32px;line-height:32px;border-left:none;margin-bottom:-1px;overflow:hidden;position:relative;}
#Packages ol.tabs li a{text-decoration:none;color:#000;display:block;/*font-size:1.2em;*/padding:0 20px;outline:none;background:#b1e9ff;border:1px solid #b1e9ff;}
#Packages ol.tabs li a:hover{background:#eaf9ff;}
#Packages ol.tabs li.active a,#Packages ol.tabs li.active a:hover{background:#eaf9ff;color:#b1e9ff;}
#Packages ol.tabs li:first-child a{border-radius:5px 0px 0px 0px;}
#Packages ol.tabs li:last-child a{border-radius:0px 5px 0px 0px;}

#Packages h3{margin-bottom:0px;margin-top:0px;background:#eaf9ff;color:#000000;border-left:1px #b1e9ff solid;border-right:1px #b1e9ff solid;padding:10px 15px;text-align:center}
#Packages ul,
#Packages table{border:1px #b1e9ff solid;border-top:none;}

#Packages table thead tr{background-color:#999;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2);}
#Packages table thead tr th{white-space:nowrap;}
#Packages table tr td:nth-child(1) a{color:#000000;}
#Packages table tr td:nth-child(3){white-space:nowrap;}
#Packages table tr td:nth-child(4){color:#FF0000;font-weight:bold;}
#Packages table tr td:nth-child(5) a{white-space:nowrap;background:#ff9600;color:#FFFFFF;padding:3px 8px;border-radius:4px;}
#Packages table tr td:nth-child(5) a:hover{background:#009ce7;cursor:pointer;}

#Packages ul{padding-top:20px;}
#Packages ul li{padding:0px 10px;}
#Packages ul li h4{margin-bottom:10px;}
#Packages ul li a.btn{float:right;}
#Packages ul li a.btn:hover{cursor:pointer;}
#Packages ul li hr{margin-top:30px;}


/*New Packages Sarting*/

.inner-top{width:100%; height:auto;margin:0 0 0 0;overflow:hidden;}
.inner-top img{width:100%;}
.inner-top .overlay{position:absolute;background:rgba(0,0,0,0.6);height:100%;width:100%;content:'';left:0;top:0;}
.inner-top .col-sm-12{padding:0;}
.inner-top h1{width:100%;float:left;height:auto;margin:-280px 0 0 0;color:#fff;font-size:40px;font-family:'Montserrat', sans-serif;font-weight:500;}
.inner-top ul{width:100%;float:left;height:auto;margin:0 0 0 0;padding:0;list-style:none;}
.inner-top ul li{width:auto;font-family:'Montserrat', sans-serif;color:#bbb;font-size:13px;font-weight:500;display:inline-block;padding:0 0;}
.inner-top ul li a{color:#fff;color:#ddd;text-decoration:none;}
.inner-top ul li a:after{content:"/";font-size:13px;color:#bbb;margin:0 10px;}
.inner-packages{width:100%;float:left;height:auto;margin:0 0 0 0;padding:30px 0;}
.inner-packages .head{width:100%;float:left;height:auto;margin:0 0 0 0;font-size:27px;font-family:'Montserrat', sans-serif;color:#222;font-weight:600;}
.inner-packages .mt-4{margin-top:1.5rem;}
.inner-packages .box{width:100%;float:left;height:auto;margin:0 0 0 0;background:#e2420b;}
.inner-packages .box img{width:100%;opacity:0.8;transform:scale(1);transition:.6s ease-in-out;}
.inner-packages .box .images{overflow:hidden;}
.inner-packages .box:hover .images img{transform:scale(1.2);}
.inner-packages .box .detail{width:100%;float:left;height:auto;margin:0 0 0 0;padding:15px;background:#fff;border:1px solid #dfe8f5;position:relative;}
.inner-packages .box .detail h2{width:100%;float:left;height:auto;margin:10px 0 0 0;font-size:18px;font-weight:500;color:#000;font-family:'Montserrat', sans-serif;}
.inner-packages .box .detail h2 a{color:#000;text-decoration:none;}
.inner-packages .box .detail h3{width:100%;float:left;height:auto;margin:10px 0 15px 0;font-size:19px;font-weight:500;color:#000000;font-family:'Montserrat', sans-serif;}
.inner-packages .box .detail h3 span{font-size:14px;font-weight:300;}
.inner-packages .box .detail h3 i{font-size:16px;}
.inner-packages .box .detail ul{widows:100%;float:left;height:auto;margin:0 0 0 0;list-style:none;padding:15px 0;border-bottom:1px solid #dfe8f5;border-top:1px solid #dfe8f5;}
.inner-packages .box .detail ul li{width:100%;float:left;height:auto;margin:0 0 7px 0;font-size:12px;font-weight:500;font-family:'Montserrat', sans-serif;color:#666;padding:0 0 0 40px;}
.inner-packages .box .detail ul li:before{content:"\f046";color:#ff7e00;font-family:'FontAwesome';float:left;font-size:13px;position:absolute;left:35px;margin:1px 0 0 0;}
.inner-packages .box .detail .bottom{width:100%;float:left;height:auto;margin:10px 0 0 0;}
.inner-packages .box .detail .bottom .left{width:50%;float:left;height:auto;margin:0 0 0 0;font-family:'Montserrat', sans-serif;font-size:13px;font-weight:500;color:#444;}
.inner-packages .box .detail .bottom .left i{color:#000000;}
.inner-packages .box .detail .bottom .right{width:auto;float:right;margin:0 0 0 0;height:auto;}
.inner-packages .box .detail .bottom .right ul{width:100%;float:left;height:auto;margin:0 0 0 0;list-style:none;padding:0;border:none;}
.inner-packages .box .detail .bottom .right ul li{width:auto;float:left;margin:0 2px;padding:0;display:inline-block;}
.inner-packages .box .detail .bottom .right ul li:before{display:none;}
.inner-packages .box .detail .bottom .right ul li img{width:20px;}
.inner-packages .box .detail .bottom .book{width:auto;float:left;height:auto;margin:15px 0 0 0;line-height:45px;padding:0 20px;border-radius:5px;color:#fff;font-size:13px;text-transform:uppercase;font-weight:500;font-family:'Montserrat', sans-serif;background:#e2420b;text-decoration:none;}
.inner-packages .box .detail .bottom .book:hover{background:#000000;}
.inner-packages .box .badge{position:absolute;z-index:2;left:-9px;top:-16px;text-transform:uppercase;color:#ffffff;font-weight:600;letter-spacing:1px;font-size:13px;padding:0px 10px;line-height:30px;height:30px;z-index:111;border-radius:0px;}
.inner-packages .box .secret{background:#f58220;}
.inner-packages .box .featured{background:#a5ce39;}
.inner-packages .box .featured::before{content:"";overflow:hidden;position:absolute;left:0px;bottom:-8px;border-right:8px solid #75971c;border-bottom:8px solid transparent;}
.inner-packages .box .featured::after{content:"";overflow:hidden;position:absolute;right:-15px;top:0px;border-top:15px solid #a5ce39;border-bottom:15px solid #a5ce39;border-left:15px solid transparent;border-right:15px solid transparent;}
.inner-packages .box .secret::before{content:"";overflow:hidden;position:absolute;left:0px;bottom:-8px;border-right:8px solid #d06a13;border-bottom:8px solid transparent;}
.inner-packages .box .secret::after{content:"";overflow:hidden;position:absolute;right:-15px;top:0px;border-top:15px solid #f58220;border-bottom:15px solid #f58220;border-left:15px solid transparent;border-right:15px solid transparent;}





/* CSS Document */
@media only screen and (max-width:1120px){
#Popup.Popup,
header{width:100%;}
#RightArea{width:70%;}
}
@media only screen and (max-width:1016px){
#RightArea{width:68%;}
#Popup{margin:2% 10% auto 10%;width:80%;}
}
@media only screen and (max-width:999px){#RightArea{width:66%;}}
@media only screen and (max-width:960px){
#RightArea{width:67%;}
ul.Deals li strong{font-size:13px;}
@media only screen and (max-width:890px){
#RightArea{width:65%;}
#TopDestn .FrBx{width:25%;}
footer .box, footer .box:nth-child(1), footer .box:nth-child(3){width:100%;}
.AirFare{width:100%;float:none;}
.Flight a span{height:70px;}
}
@media only screen and (max-width:850px){
header .Contacts{padding-top:5px;}
header .Contacts span, header .Contacts font{
position:inherit;
display:block;
text-align:right;
width:100%;
bottom:0px;
right:0px;
}
#MenuIcon{
position:absolute;
right:10px;
top:10px;
width:30px;
height:30px;
line-height:30px;
cursor:pointer;
background:#0f0f7a;
color:#FFFFFF;
text-align:center;
z-index:199;
display:block;
font-size:20px;
}
#MenuIcon:before{
content:"\f0c9";
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
#MenuIcon.active:before{content:"\f00d";}
#MenuIcon.active, #MenuIcon:hover{background:#e2420b;}
nav{
height:inherit;
margin:0px 10px;
padding:0px;
width:auto;
}
#menu{
display:none;
background:#ffffff;
height:auto;
padding:0px;
position:inherit;
top:inherit;
left:inherit;
}
#menu li{
float:none;
width:100%;
background:none;
padding:0px;
border-top:1px #efefef solid;
}
#menu li a{padding:0px 12px 0px 20px;}

.container.Contacts iframe,
.container.Contacts .Addres{width:100%;float:none;}
a.Call{
display:block;
position:fixed;
z-index:5000;
left:0px;
bottom:0px;
background:#FFFFFF;
line-height:30px;
width:100%;
text-align:center;
font-size:24px;
border-top:1px #CCCCCC solid;
color:#0000FF;
}
a.Call:hover{color:#0f0f7a;}
.Flight,
.Deals,
.HmCnt,
.FtrDsclmr{display:none;}
body{padding-bottom:60px;}
#Popup h1{font-size:24px;}
#Popup p{font-size:13px;}
#Popup h3{font-size:16px;}
#Popup a{font-size:29px;}
}
@media only screen and (min-width:850px){#menu{display:block!important;}}
@media only screen and (max-width:830px){
#RightArea{width:62%;}
#TopDestn .FrBx{width:33%;}
#AirlnPopup{width:94%;margin:10px 3% 0px 3%;}
#AirlnPopup	.Head h1{font-size:24px;}
#AirlnPopup	.Head p{font-size:14px;}
#AirlnPopup .BoxRight{display:none;}
}
@media only screen and (max-width:770px){#RightArea{width:100%;}}
@media only screen and (max-width:700px){
#TopDestn .FrBx{width:50%;}
ul.Deals li{width:50%;}
ul.Deals li:nth-child(2) span{border-right:none;}
ul.Deals li:nth-child(3) span{border-left:none;}
#Popup{margin:2% 5% auto 5%;width:90%;background-image:none;}
#Popup .Content{width:100%;}
}
@media only screen and (max-width:600px){
#AirlnPopup	.Head{padding:30px 20px 1px 10px;}
#AirlnPopup .Content{padding:0px 20px 20px 190px;}
#AirlnPopup .Content p{font-size:13px;}
#AirlnPopup .Content h2{font-size:20px;}
#AirlnPopup .Content .box{padding:10px 10px 10px 40px;}
#AirlnPopup .Content .box .fa{font-size:26px;left:10px;}
#AirlnPopup .Content .box a{font-size:19px;}
#AirlnPopup .Content .box p{font-size:12px;}
#AirlnPopup .Content a.btn{margin:10px 50px 0px 20px;}

.deals-heading{display:none;}
.deals-area span:nth-child(1){width:75%!important;color:#0078ae;}
.deals-area span:nth-child(2){width:176px!important;}
.deals-area span em:nth-child(2),
.deals-area span em{width:inherit;display:inline;}
.deals-area strong{float:inherit;width:25%; display:inline-block;}
}
@media only screen and (max-width:550px){
#wrapper{padding:0px 5px;}
.container.Contacts .contact-details{width:100%;}
.container.Contacts .contact-form{width:100%;border-right:none;}
.Sitemap > li{width:100%;}
.container.Contacts iframe{height:300px;}
.container.Contacts .Addres p{font-size:13px;line-height:20px;}
.container.Fares{padding:10px 5px;}
.deals-area{padding:5px 10px;}
}
@media only screen and (max-width:470px){
#TopDestn .FrBx{width:100%;}
#AirlnPopup .Content{background:#f7f7f5;padding:0px 10px 1px 10px;}
#AirlnPopup .Content .box{margin-top:15px;}
.container.Contacts iframe{height:250px;}
}
@media only screen and (max-width:454px){
#SearchBoxWide{
float:none;
width:100%;
margin-top:0px;
}
#BannerWithSearch{height:auto;}
#BannerWithSearch .Content{position:inherit;}
.pics{ display:none;}
}
@media only screen and (max-width:450px){
#SearchBoxWide .clr.btn{display:block;}
#SearchBoxWide .tab_content .btn{margin-top:6px;}
#RightArea .amazon_scroller_head{margin-top:46px;}
#TopDest .Content .Group{width:33%;}
}
@media only screen and (max-width:445px){
#SearchBoxWide .tab_content .InputCol3.Desti{width:90%;}
}
@media only screen and (max-width:432px){
#FlightsBanner a.SaleSign{width:100%;padding-top:10px;}
#FlightsBanner a.SaleSign h3{font-size:16px;top:10px;}
}
@media only screen and (max-width:420px){
ul.Deals li{width:100%;}
ul.Deals li span{border:none;}
ul.Deals li{border-bottom:1px #c8e1f0 solid;border-top:1px #ffffff solid;}
.container.Contacts iframe{height:200px;}
}
@media only screen and (max-width:380px){
#MenuIcon{right:5px;}
header{padding:4px 5px;}
#MenuIcon.active:after{height:5px;}
nav{margin:0px 5px;}
}







/*Old Responsive Css --- May be removed*/
@media only screen and (min-width:1600px) {
#Banner, #BannerIner{background-size:100% auto!important;}
}
@media only screen and (max-width:1200px){
.EnquiryWidget .Inputs,.EnquiryWidget .InputBtn{width:50%;}
.EnquiryWidget .Inputs.Calander,
.EnquiryWidget .Inputs.Pax,
.EnquiryWidget .Inputs.Service{width:25%;}
}
@media only screen and (max-width:1186px){
.inter{width:34%;}
.domes{width:34%;}
.top-deal{width:26%}
.MulticityActive .SearchWidget .Inputs{width:23%;}
.MulticityActive .SearchWidget .Inputs.Calander{width:17%;}
.SearchWidget .multicity_new .Inputs.Button{width:27%}
.carousel-caption{top:90px;left:15px;right:15px;}
.carousel-caption .DealItem{width:100%;border-bottom:1px #cccccc solid;}
.carousel-caption .DealItem:nth-child(2){border-radius:0px;border-right:none;}
.carousel-caption .DealItem:nth-child(4){border-radius:0px 0px 10px 10px;border:none;}
}

@media screen and (max-width:1000px){
#Banner{padding:100px 0px 15px 0px;background:#56727b!important;}
#BannerIner .SearchWidget{margin-left:-10px;}
.SaverPage .SaverFare{display:none;}
.EnquiryWidget{width:100%;}
#HomeWidget{background:#aaaaaa;}
#HomeWidget .SearchWidget{background:none;padding:15px 0px;margin-top:0px}
.SearchWidget .Inputs.From,
.SearchWidget .Inputs.To{width:30%;}
.SearchWidget .Inputs.Calander{width:20%;}
.SearchWidget .Inputs.Calander input.txtArrival{border-right:0px;}
.SearchWidget .Inputs.Pax,
.SearchWidget .Inputs.Airline,
.SearchWidget .Inputs.Service{width:30%;margin-top:15px;}
.SearchWidget .InputBtn{width:40%;margin-top:15px;}

.SearchWidget label#lbl_flight1,
.SearchWidget .multicity_new label{float:inherit;height:auto;line-height:20px;background:none;padding:0px;width:100%;border-bottom:1px #ffffff dashed;}
.MulticityActive .SearchWidget .Inputs{width:24%;}
.MulticityActive .SearchWidget .Inputs.Calander{width:20%;}
.SearchWidget .multicity_new .Inputs.Button{width:31%}
.carousel-caption .Policy{margin-top:12%;}
#dvDestination{float:inherit;width:auto;}

#BoxWidget{width:100%;}
#BoxWidget.active,.SaverPage .SaverFare p.or{display:block;}
.SaverPage .SaverFare a.Btn{display:block;background:#e2420b;color:#FFFFFF;padding:10px;font-size:36px;}
.SaverPage .SaverFare.deactive{display:none;}
.AirlineList ul li{width:50%;}
}
@media screen and (max-width:960px){
#TopDestntn ul#TopAirlines li,
#TopDestntn ul#CheapFlights li{width:25%;text-indent:5px;}
}

@media screen and (max-width:930px){
#Banner{padding-bottom:10px;}
#CallBack_Request{bottom:70px;}
a.Call{display:block;position:fixed;z-index:5000;left:0px;bottom:0px;background:#FFFFFF;line-height:30px;width:100%;text-align:center;font-size:24px;border-top:1px #CCCCCC solid;font-weight:bold;}
@-webkit-keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
.officenum{-webkit-animation:blink 1s;-webkit-animation-iteration-count:infinite;-moz-animation:blink 1s;-moz-animation-iteration-count:infinite;-o-animation:blink 1s;-o-animation-iteration-count:infinite;display:block;font-weight:normal;color:#000000;}

#Packages ol.tabs{display:none}
#Packages .tab_content{display:block!important;}
#Packages h3{border-top:1px #b1e9ff solid;}
}
@media screen and (max-width:900px){
#header{top:0px;}
#BannerIner{margin-top:0px;padding-top:20px;}
#Banner{padding:15px 0px 15px 0px}
.carousel-caption{top:0px;padding-top:15px;}
.carousel-caption .Policy{margin-top:20%;}
h1.ConfirmationHead{margin-top:7px;}
.inter,.domes,.top-deal{width:100%}
#AvanceSearch .pls-mns-btns{float:inherit;width:100%;}
}
@media screen and (max-width:880px){
.MulticityActive .SearchWidget .Inputs{width:50%}
.MulticityActive .SearchWidget .Inputs.Calander,
.SearchWidget .multicity_new .Inputs.Button{width:50%;margin-top:15px;}
}
@media screen and (max-width:800px){
#dvDestination .Deals{width:50%;}
}
@media screen and (max-width:770px){
.PhonOnlyDel{padding-top:40px;}
.PhonOnlyDel .box{width:100%;float:none;padding-top:10px;}
.PhonOnlyDel .box a{padding-left:60px;}
.more-footer{display:none;}
}
@media screen and (max-width:700px){
.SearchWidget .Inputs.From,
.SearchWidget .Inputs.To{width:50%;}
.SearchWidget .Inputs.To input{border-right:0px;}
.SearchWidget .Inputs.Calander{margin-top:15px;width:50%;}
.SearchWidget .InputBtn{width:40%;}
#TopDestntn ul#CheapFlights li,
#TopDestntn ul#TopAirlines li{width:33%;}
.CustomerInformation dl dt{width:15%;}
.CustomerInformation dl dd{width:35%;}
.AirlineList ul li{width:100%;}
}
@media screen and (max-width:625px){
.BookingConfirmation .flight_summary > table{width:100%;}
.BookingConfirmation .flight_summary > table:nth-child(1){border-bottom:1px #CCCCCC dashed;}
}
@media screen and (max-width:600px){
.deals-heading{display:none;}
.deals-area span:nth-child(1){width:75%!important;color:#0078ae;}
.deals-area span:nth-child(2){width:100%;}
.deals-area span em:nth-child(2),
.deals-area span em{width:inherit;display:inline;}
.deals-area strong{float:inherit;width:25%;display:inline-block;}
.EnquiryWidget .Inputs.Calander,
.EnquiryWidget .Inputs.Pax,
.EnquiryWidget .Inputs.Service{width:50%;}
}
@media screen and (max-width:570px){
.SearchWidget .multicity_new .Inputs.Button a{display:block;background:#FFFFFF;padding:4px 0px 4px 10px;}
.SearchWidget .multicity_new .Inputs.Button a:nth-child(2){margin-top:2px;}
}
@media screen and (max-width:550px){
#TopDestntn ul#CheapFlights li.menu-item-142{height:200px;}
.deals-heading{display:none;}
a.deals-area span{width:75%!important;}
a.deals-area span em:nth-child(2),
a.deals-area span em{width:inherit;display:inline;}
a.deals-area strong{float:inherit;line-height:40px;width:25%;display:inline-block;}
.Contacts .details iframe{width:100%;}
.CustomerInformation dl dt{width:40%;}
.CustomerInformation dl dd{width:60%;}
.BookingConfirmation .Details h3 span{float:inherit;display:block;padding-top:10px;}
#Contact,
#Enquiry{width:100%;}
.SaverPage .SaverFare a.Btn{font-size:22px;padding:6px;}
.EnquiryWidget .InputBtn,
.EnquiryWidget .Inputs{width:100%;}
}
@media screen and (max-width:500px){
#Banner h1,#Banner h2{font-size:18px;}
.SearchWidget .Inputs.From,.SearchWidget .Inputs.To,.SearchWidget .Inputs.Calander{width:100%;margin-top:15px;}
.SearchWidget .Inputs.From input{border-right:0px;}
.SearchWidget .Inputs.Pax,
.SearchWidget .Inputs.Airline,
.SearchWidget .Inputs.Service{width:50%;}
.SearchWidget .InputBtn{width:100%;}
#AvanceSearch #AdvanceDetails label{display:block;padding-left:0px;margin:10px 0px 0px 0px;}
#dvDestination .Deals{width:100%;}
.EnquiryWidget .InputBtn,
.EnquiryWidget .Inputs{width:100%;}
.SocialBox{text-align:center;}
.SocialBox .TrustPilot{float:inherit;width:100%;}
.SocialBox .Social{float:inherit;width:100%;padding-top:20px;}
}
@media screen and (max-width:420px){
.MulticityActive .SearchWidget .Inputs.Pax,
.MulticityActive .SearchWidget .Inputs.Service{width:50%;}
.MulticityActive .SearchWidget .InputBtn{width:100%;}
}
@media screen and (max-width:400px){
#BoxWidget .SearchWidget .radio label:nth-child(2),
#BoxWidget .SearchWidget .radio label:nth-child(3){margin-left:0px;}
.PhonOnlyDel .box p{font-size:16px;}
.BookingConfirmation .layover span{width:60%;left:20%;}
}
@media only screen and (max-width:370px){
.SearchWidget .radio label{margin:5px 0px 0px 2px;}
}
@media only screen and (max-width:340px){
.SearchWidget .radio label{padding:3px 10px;}
#BoxWidget .SearchWidget .radio label{padding:3px 12px;}
}

#RightBox {
position: relative;
float: right;
width: 350px;
background: rgba(0,0,0,0.6);
color: #FFFFFF;
padding: 15px;
border-radius: 6px;
margin-bottom: 10px;
border-top: 5px #FFFF00 solid;
}


#RightBox .newinner {
width: 100%;
padding: 4%;
float: left;
height: auto;
margin: 0 0 0 0;
background: url(/public/Images/plane-new.png) no-repeat;
background-position-x: 0%;
background-position-y: 0%;
background-position: right top 5px;
}

#RightBox .newinner h2 {
width: 100%;
float: left;
margin: 0;
padding: 0;
font-size: 30px;
font-weight: 400;
color: #fff;
font-family: 'Open Sans', sans-serif;
line-height: 30px;
}

#RightBox .newinner h2 span {
width: 100%;
float: left;
height: auto;
margin: 0 0 0 0;
font-size: 22px;
font-weight: 300;
}

#RightBox .newinner .box {
width: 100%;
float: left;
height: auto;
margin: 15px 0 0 0;
padding: 3%;
background: #fff;
color: #000000;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-align: center;
line-height: 22px;
}

#RightBox .newinner .box span {
font-size: 18px;
width: 100%;
float: left;
margin: 0 0 0 0;
}

#RightBox .newinner .call-now {
width: 100%;
float: left;
height: auto;
margin: -5px 0 0 0;
font-size: 28px;
font-weight: 300;
color: #fff;
font-family: 'Open Sans', sans-serif;
line-height: 60px;
}

#RightBox .newinner .call-now span {
background: #f6871e;
float: left;
margin: 0 15px 0 0;
padding: 0 15px;
}

#RightBox .newinner .call1 {
width: 100%;
float: left;
margin: 10px 0 0 0;
color: #fff;
text-align:center;
font-size: 28px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
text-decoration: none;
padding: 0 3%;
}

#RightBox .newinner img {
position: inherit !important;
width: auto !important;
}
#wh-widget-send-button.wh-widget-right {    
top:65% !important;
}

@media screen and (max-width:767px){
#TopDestn .col-sm-3{ width:100%; float:left;}
#TopDestn .box::after{ left:5px; right:5px;}
header .Logo{ width:145px;}
header .Contacts strong{ font-size:15px;}
}

