@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

*{padding:0;margin:0;}
body{font-family:"Open Sans", sans-serif;font-size:14px;color:#333333;line-height:24px;}
ul,ol{list-style:none;padding:0;margin:0;}
a{color:#db7d03;}
a:hover{text-decoration:none;color:#b56600;}
:focus{outline:0;}
img{max-width:100%;}

h2,h3,h4,h5,h6{font-family:"Oswald";font-weight:500;}
.ui-widget-content{z-index:1200;}
.modal-backdrop{z-index:1101;}
.modal{z-index:1102;}
.clr{clear:both;width:100%;margin:0;padding:0;float:none;}
.btn-own{background:#db7d03;color:#ffffff;}
.btn-own:hover{background:#b56600;color:#ffffff;}
.SecTopPad50{padding-top:50px;}

@-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;}
}
.Titles{color:#333333;font-weight:300;font-family:"Oswald";}

header{background:#ffffff;padding:10px 0px;font-family:"Oswald";}
header.active{position:fixed;left:0;right:0;top:0;z-index:1100;border-bottom:1px #eeeeee solid;}
header .container{display:flex;align-items:center;justify-content:space-between;position:relative;}
header .container:before,header .container:after{display:none;}
header a{color:#333333;}
header a.Logo{float:left;width:240px;}
header a.Logo img{width:100%;}

header .MenuIcon{display:none;}
header .MainMenu{font-size:16px;font-weight:600;}
header .MainMenu li{float:left;}
header .MainMenu li a{display:block;padding:0px 15px;}
header .MainMenu li a:hover{color:#db7d03;}

header a.MainTfn{background:#0089c6;color:#ffffff;display:block;padding:6px;border-radius:5px;}
header a.MainTfn img{float:left;}
header a.MainTfn:hover{background:#db7d03;color:#ffffff;}
header a.MainTfn strong{font-size:23px;line-height:39px;display:inline-block;padding-left:5px;}

@media screen and (max-width:991px){
header nav{position:absolute;left:15px;right:15px;bottom:-10px;}
header .MenuIcon{display:block;font-size:24px;color:#db7d03;padding:14px 16px;border-radius:50%;background:#ffffff;background:-moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%);background:-webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%);background:linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );}
header .MenuIcon:before{content:"\f0c9";}
header .MenuIcon.active:before{content:"\f00d";}
header .MainMenu{display:none;position:absolute;top:0;right:0;left:0;background:#0089c6;z-index:50;border-right:1px #ffffff solid;}
header .MainMenu li{border-left:1px #ffffff solid;border-bottom:1px #ffffff solid;width:25%;background:#0089c6;}
header .MainMenu li a{color:#ffffff;padding:10px 0px;display:block;text-align:center;padding-left:15px;}
}
@media screen and (max-width:767px){
header a.Logo{width:180px;}
header .MainMenu li{width:100%;border-left:0;}
header .MainMenu li a{text-align:left;}
header a.MainTfn{padding:2px;border-radius:8px;box-shadow:0px 0px 6px 0px #0000009c;}
header a.MainTfn strong{display:none;}
header .MenuIcon{padding:10px 12px;font-size:20px;}
}



#myCarousel .item > img{height:554px;max-width:inherit;}
#myCarousel .Content{position:absolute;left:0;top:0px;right:0;font-family:"Oswald";}
#myCarousel .Content img{max-width:100%;margin-top:50px;float:right;}
#myCarousel .Content .HeadTxt{font-size:66px;line-height:66px;padding:80px 0px 10px 0px;font-weight:300;}
#myCarousel .Content p{color:#777777;font-size:20px;}
#myCarousel .carousel-indicators li{box-shadow:0px 0px 5px #000000;width:18px;height:18px;}
#myCarousel .carousel-indicators li.active{background-color:#cccccc;}
#myCarousel .carousel-indicators li:nth-child(2){margin:0px 5px;}
@media screen and (max-width:1199px){
#myCarousel .Content .HeadTxt{font-size:60px;}
}
@media screen and (max-width:991px){
#myCarousel .Content .HeadTxt{font-size:48px;line-height:50px;}
}
@media screen and (max-width:767px){
#myCarousel .Content .HeadTxt{padding-top:10px;}
#myCarousel .Content img{width:70%;margin-top:0;}
}
@media screen and (max-width:550px){
#myCarousel .Content .HeadTxt{font-size:32px;line-height:30px;}
}

/* =========== Starting Search Widget ============ */
.SearchArea{position:relative;font-family:"Oswald";}
.SearchArea .SearchWidget{position:absolute;left:15px;right:15px;bottom:90px;z-index:2;}
.SearchWidget .radio{margin:0px 0px 17px -15px;}
.SearchWidget .radio label{padding:5px 8px;font-weight:bold;background:#ffffff;color:#333333;border-radius:5px;margin-left:15px;}
.SearchWidget .radio label.active{background:#0089c6;color:#ffffff;position:relative;}
.SearchWidget .radio label.active:after{content:"";display:block;position:absolute;left:calc(50% - 10px);top:100%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #0089c6;}
.SearchWidget .radio label input{display:none;}
.SearchWidget .WidgetBox{background:#ffffff;border-radius:5px 5px 0px 0px;border-bottom:5px #0089c6 solid;padding:8px;}
.SearchWidget .Inputs{float:left;width:calc(25% - 32px);position:relative;padding:8px 8px;}
.SearchWidget .Inputs label{display:none;}
.SearchWidget .Icon{position:absolute;left:20px;top:20px;z-index:5;pointer-events:none;}
.SearchWidget .IconDown{position:absolute;right:20px;top:22px;z-index:5;pointer-events:none;font-size:20px;color:#000000;}
.SearchWidget .Inputs > input{background:#eeeeee;border:0;width:100%;height:48px;line-height:48px;padding:0px 10px 0px 35px;color:#000000;border-radius:5px;}
.SearchWidget .Inputs > input::placeholder{color:#666666;}
.SearchWidget .Inputs.Calander{width:12.5%;}
.SearchWidget .WidgetBox.OnewayActive .Inputs.Calander{width:25%;}
.SearchWidget .Inputs.Pax{width:12.5%;}
.SearchWidget .Inputs.Pax input.txtTraveler:hover{cursor:pointer;}
.SearchWidget .Service{width:12.5%;}
.SearchWidget .Service select{display:none;}
.SearchWidget .select-selected{background:#eeeeee;border:0;width:100%;height:48px;line-height:48px;padding:0px 10px 0px 35px;color:#000000;border-radius:5px;}
.SearchWidget .select-items div,
.SearchWidget .select-selected{cursor:pointer;user-select:none;}
.SearchWidget .select-items{position:absolute;top:calc(100% + 1px);z-index:100;background:#ffffff;margin:0px;left:0;z-index:99;white-space:nowrap;}
.SearchWidget .select-items div{display:block;padding:15px 30px 15px 50px;position:relative;font-weight:400;font-family:Arial;font-size:14px;}
.SearchWidget .select-items div:after{content:"";height:20px;width:20px;border-radius:10px;border:1px #959dde solid;background:#ffffff;position:absolute;left:20px;top:13px;z-index:1}
.SearchWidget .select-items div.active:before{content:"";position:absolute;left:26px;top:19px;height:8px;width:8px;border-radius:4px;background:#0089c6;z-index:2;}
.SearchWidget .select-items div:hover{background:#dce3ef;}
.SearchWidget .select-hide{display:none;}
.SearchWidget .select-items div:hover,
.SearchWidget .same-as-selected{background-color:rgba(0, 0, 0, 0.1);}
.SearchWidget .InputBtn{width:64px;float:left;padding:8px;}
.SearchWidget .InputBtn button{background:#db7d03;color:#ffffff;height:48px;line-height:48px;width:48px;text-align:center;font-size:24px;border:0;border-radius:5px;}
.SearchWidget .InputBtn button:hover{background:#b56600;}

@media screen and (max-width:1199px){
.SearchWidget .Inputs{width:calc(21% - 32px);}
.SearchWidget .Inputs.Calander{width:14%;}
.SearchWidget .WidgetBox.OnewayActive .Inputs.Calander{width:28%;}
.SearchWidget .Inputs.Pax,
.SearchWidget .Service{width:15%;}
}
@media screen and (max-width:991px){
.SearchWidget{bottom:30px;}
.SearchWidget .Inputs{width:50%;}
.SearchWidget .Inputs.Calander,
.SearchWidget .Inputs.Pax,
.SearchWidget .Service{width:25%;}
.SearchWidget .WidgetBox.OnewayActive .Inputs.Calander{width:50%;}
.SearchWidget .InputBtn{width:100%;text-align:center;}
}
@media screen and (max-width:550px){
.SearchWidget{bottom:0px;}
.SearchWidget .Inputs.Calander,
.SearchWidget .Inputs.Pax,
.SearchWidget .Service{width:50%;}
.SearchWidget .WidgetBox.OnewayActive .Inputs.Calander{width:100%;}
}
.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:34px;line-height:34px;width:100%;padding:0px;border:none;border-top:1px #e6e6e6 solid;border-bottom:1px #e6e6e6 solid;}
.traveller-type-drpdwn fieldset strong{display:block;padding:10px 0px 3px 0px;}
.traveller-type-drpdwn #close{margin:15px auto 0px auto;display:block;background:#db7d03;color:#ffffff;}
#mainErrorCover{color:#ff0000;}
#ui-id-3{z-index:10000;}
.multicity_new,
.SearchWidget #lbl_flight1,
.SearchWidget #addmulticity{display:none;}
/* =========== Ends Flights Search Widget ============= */


.OurAdvantage h2{margin-bottom:40px;}
.OurAdvantage ul{display:flex;flex-wrap:wrap;}
.OurAdvantage ul li{width:50%;padding:0px 15px;}
.OurAdvantage ul li i{float:left;width:33px;height:30px;background:url(../Images/OurAdvantageIcons.png) left center no-repeat;margin-right:5px;}
.OurAdvantage ul li:nth-child(2) i{background-position:-39px center;}
.OurAdvantage ul li:nth-child(3) i{background-position:-82px center;}
.OurAdvantage ul li:nth-child(4) i{background-position:right center;}
.OurAdvantage ul li h4{line-height:30px;margin:0;}
.OurAdvantage ul li p{padding-top:10px;}
@media screen and (max-width:450px){
.OurAdvantage ul li{width:100%;}
}

.TopDstn{background:#ebebeb;padding:30px 0px;margin-top:30px;}
#TopDstn{width:auto;margin-top:35px;}
#TopDstn .owl-controls{position:absolute;top:calc(50% - 45px);left:0;width:100%;}
#TopDstn.owl-theme .owl-controls .owl-buttons{position:relative;}
#TopDstn.owl-theme .owl-controls .owl-buttons div{position:absolute;top:0;background:#ffffff;color:#333333;font-size:30px;border:1px solid #a7a7a7;width:40px;height:40px;opacity:1;margin:0;}
#TopDstn.owl-theme .owl-controls .owl-buttons div:hover{background:#0089c6;color:#ffffff;}
#TopDstn.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
#TopDstn.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
#TopDstn .col-item{padding:0px 15px;}
#TopDstn a{color:#333333;}
#TopDstn .photo img{border-radius:5px;width:100%;}
#TopDstn .Content{padding-top:30px;display:flex;}
#TopDstn .Content i{font-size:34px;}
#TopDstn .Content div{padding-left:15px;}
#TopDstn .Content strong{font-size:20px;display:block;}
#TopDstn .Content span{font-size:16px;}

.AboutSec h4{color:#0089c6;}
.AboutSec h2{margin-bottom:20px;}

.BkngDls{background:#ebebeb;padding:30px 0px;margin-top:30px;}
.BkngDl{background:#ffffff;width:calc(50% - 30px);box-shadow:0px 0px 5px #0000005a;padding:10px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;float:left;margin:15px;}
.BkngDl .Icon{background:url(../Images/FlightDepartureAndAriwalIcon.png) left center no-repeat;width:26px;height:18px;}
.BkngDl .Icon.Ariwl{background-position:right center;width:24px;}
.BkngDl .Airport{font-size:19px;font-weight:bold;}
.BkngDl .Trip{background:url(../Images/FlightTripDevider.png) right center no-repeat;padding-right:15px;}
.BkngDl .Trip span{display:block;font-size:9px;line-height:12px;}
.BkngDl .Price{font-weight:bold;color:#0089c6;font-size:26px;}
.BkngDl a{background:#db7d03;color:#ffffff;display:block;padding:11px 8px;font-size:13px;border-radius:10px;}
.BkngDl a:hover{background:#b56600;cursor:pointer;}
@media screen and (max-width:991px){
.BkngDl{width:calc(100% - 30px);}
}
@media screen and (max-width:500px){
.BkngDl .Price{width:calc(100% - 77px);margin-top:25px;}
.BkngDl a{margin-top:25px;}
}
.Reviews{padding-top:30px;}
.Reviews > h4{color:#555555;font-weight:400;margin:25px 0px 30px 0px;}
.Reviews .item{padding:0px 15px}
.Review{background:#ebebeb;padding:15px;border-radius:5px;}
.Review h4{font-weight:600;margin-top:0;color:#000000;}
.Review .Clint{border-top:1px #d6d6d6 solid;padding-top:15px;}
.Review .Clint .Img{width:44px;height:44px;border-radius:50%;overflow:hidden;float:left;}
.Review .Clint .Txt{padding-left:5px;float:left;font-size:16px;}
.Review .Clint .Txt strong{display:block;color:#000000;}
.Review .Clint .Marks{font-size:12px;background:#0089c6;color:#ffffff;border-radius:5px;float:right;line-height:18px;padding:0px 6px;margin-top:14px;}

.Subscrib{background:#ebebeb;padding:30px 0px;margin-top:30px;}
.Subscrib h3{font-weight:bold;text-align:center;font-size:26px;color:#000000;}
.Subscrib h4{color:#000000;font-weight:500;margin:25px 0px 30px 0px;text-align:center;}
.Subscrib form{width:100%;max-width:600px;position:relative;margin:0px auto;}
.Subscrib form img{position:absolute;z-index:2;left:25px;top:21px;pointer-events:none;}
.Subscrib form input{height:60px;width:100%;line-height:60px;border-radius:30px;background:#ffffff;border:2px #cccccc solid;padding:0px 100px 0px 65px;}
.Subscrib form button{position:absolute;right:10px;top:10px;background:#db7d03;color:#ffffff;height:40px;line-height:40px;text-align:center;font-size:16px;border:0;border-radius:20px;padding:0px 15px;}
.Subscrib form button:hover{background:#0089c6;}

footer{background:#0089c6;color:#ffffff;padding-bottom:50px;border-bottom:1px #006e9f solid;}
footer .FtrBox{}
footer h4{font-weight:bold;font-size:16px;margin:60px 0px 20px 0px;}
footer h4 a{color:#ffffff;}
footer h4 a:hover{text-decoration:underline;color:#e0f1f9;}
footer ul li a{display:block;background:url(../Images/FooterBulet.png) left center no-repeat;color:#ffffff;line-height:30px;padding-left:20px;}
footer ul li a:hover{color:#c8e6f4;}
footer .Info{display:flex;}
footer .Info i{background:#109fdf;width:58px;height:58px;border-radius:50%;display:flex;justify-content:center;align-items:center;}
footer .Info i:before{background:url(../Images/FooterInfoIcons.png) center top;display:inline-block;content:"";width:26px;height:26px;}
footer .Txt{padding-left:10px;width:calc(100% - 58px);}
footer .Txt strong,
footer .Txt a{display:block;font-weight:600;color:#ffffff;}
footer .Txt a:hover{color:#c8e6f4;}
footer .Info.Email{padding:25px 0px;}
footer .Info.Email i:before{background-position:center center;}
footer .Info.Reach i:before{background-position:center bottom;}


.FooterBotom{background:#0089c6;color:#ffffff;padding:20px 0px;border-top:1px #29a7ef solid;}
.FooterBotom ul{float:right;display:flex;}
.FooterBotom ul li{padding-left:10px;}
.FooterBotom ul li a:hover{opacity:0.8}

@media screen and (max-width:767px){
.FooterBotom{text-align:center;}
.FooterBotom ul{width:100%;padding-top:15px;justify-content:center;}
.FooterBotom ul li{padding:0px 5px;}
}

#view-deals{width:300px;position:absolute;z-index:50;display:none;}
#view-deals .WidgetHeader{background:#db7d03;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:#0089c6;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:#0089c6;}
.PopupWidget .Inputs{float:left;width:100%;color:#0089c6;position:relative;margin-top:10px;}
.PopupWidget .Inputs.Calander{width:50%;}
.PopupWidget .Inputs > input,
.PopupWidget .Inputs.Calander input{background:#ffffff url(/Images/Search_Icon.png) 5px 3px no-repeat;background-size:20px 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(/Images/Search_Icon.png) 5px -207px no-repeat;background-size:20px auto;}
@-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:5px -76px;}
.PopupWidget .Inputs.To input{background-position:5px -118px;}
.PopupWidget .Inputs.Calander input{background-position:5px -36px;}
.PopupWidget .Inputs span.text-danger{color:#db7d03;position:absolute;left:40px;bottom:3px;height:20px;line-height:20px;z-index:50;}
#ui-id-3{z-index:10000;}
.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:#db7d03;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:#0089c6;}


.back-to-top{position:fixed;bottom:15px;width:45px;border-radius:50%;height:45px !important;z-index:100;display:none;transition:all 0.2s;left:15px;line-height:14px;padding:10px 0 0 0;font-size:13px;text-align:center;background:#db7d03;color:#FFF;}
.back-to-top i{font-size:20px;font-weight:bold;}
.back-to-top:hover, .back-to-top:active{text-decoration:none;color:#fff;background:#0089c6;}

.CookiesAlert{display:none;background:rgba(6,6,6,.8);position:fixed;color:#FFFFFF;left:0px;bottom:0px;padding:10px 15px;font-weight:bold;border-radius:0px 4px 0px 0px;}
.CookiesAlert a{text-decoration:underline;}
.CookiesAlert button{background:#db7d03;border:none;padding:6px 10px;border-radius:4px;}
@media screen and (max-width:930px){
.CookiesAlert{left:15px;right:15px;border-radius:4px 4px 0px 0px;}	
}
@media screen and (max-width:767px){
.CookiesAlert{display:none!important;}
}

#ui-datepicker-div.ui-widget-content{background:none!important;}
#ui-datepicker-div.ui-widget-content:before{border-bottom:10px solid #ffffff;}
#ui-datepicker-div .ui-widget-header{overflow:hidden;background:#ffffff;}
.ui-datepicker table thead{background:#0089c6;}
.ui-datepicker table thead th{color:#ffffff;}
.ui-datepicker .ui-datepicker-prev{position:absolute;left:4px;top:4px;width:40px;height:40px;background:#0089c6 url(../../images/cal-prev.png) center center no-repeat;}
.ui-datepicker .ui-datepicker-next{position:absolute;right:4px;top:4px;width:40px;height:40px;background:#0089c6 url(../../images/cal-next.png) center center no-repeat;}
.ui-datepicker .ui-datepicker-prev-hover{background:#0089c6a3 url(../../images/cal-prev.png) center center no-repeat !important;}
.ui-datepicker .ui-datepicker-next-hover{background:#0089c6a3 url(../../images/cal-next.png) center center no-repeat !important;}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled{background:#0089c6a3 url(../../images/cal-prev.png) center center no-repeat !important;}
.ui-datepicker .ui-datepicker-next.ui-state-disabled{background:#0089c6a3 url(../../images/cal-next.png) center center no-repeat !important;}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled span{cursor:text;}


.PagBanr{background:url(../Images/InerBnr.jpg) center center no-repeat;background-size:cover;padding:50px 0px}
.PagBanr h1{font-family:"Oswald";margin:0px 0px 15px 0px;}
.PagBanr h1 span{font-weight:300;}
.PageContent{padding:30px 15px 15px 15px;}
.PageContent ul{margin-bottom:15px;}
.PageContent ul li{padding:5px 0px;}


.Hilight{margin:15px 0px;}

#Hilight{width:auto;margin-top:35px;}
#Hilight .owl-controls{position:absolute;top:calc(50% - 45px);left:0;width:100%;}
#Hilight.owl-theme .owl-controls .owl-buttons{position:relative;}
#Hilight.owl-theme .owl-controls .owl-buttons div{position:absolute;top:0;background:#ffffff;color:#333333;font-size:30px;border:1px solid #a7a7a7;width:40px;height:40px;opacity:1;margin:0;}
#Hilight.owl-theme .owl-controls .owl-buttons div:hover{background:#0089c6;color:#ffffff;}
#Hilight.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
#Hilight.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
#Hilight .col-item{padding:0px 15px;}

.Hilight img{border-radius:6px 6px 0px 0px;}
.Hilight .Content{border:1px #cccccc solid;border-radius:0px 0px 6px 6px;padding:0px 15px 15px 15px;}
.Hilight .Content .Line{border-bottom:1px #cccccc dashed;margin-bottom:15px;}
.Hilight .Content .btn{background:#db7d03;color:#ffffff;float:right;}
.Hilight .Content .btn:hover{background:#b56600;}


.Hilight .carousel-control{background:#ffffff!important;color:#000000;width:30px;height:30px;border-radius:50%;top:calc(50% - 15px);display:inline-block;font:normal normal normal 18px / 1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:30px;}
@media only screen and (min-width:768px){
.Hilight .carousel-control{display:none;}
.Hilight .carousel:hover .carousel-control{display:block;}
}
.Hilight .carousel-control.left{left:10px;}
.Hilight .carousel-control.right{right:10px;}
.Hilight .carousel-control.left:before{content:"\f104";}
.Hilight .carousel-control.right:before{content:"\f105";}




#EnquireModal .modal-dialog{height:100%;width:100%;display:flex;justify-content:center;align-items:center;}
#EnquireModal .modal-dialog .modal-content{width:600px;}
#EnquireModal .modal-header{text-align:center;}
#EnquireModal .modal-header button.close{position:absolute;right:-10px;top:-10px;background:#000000;color:#ffffff;height:32px;width:32px;border-radius:50%;opacity:1;}
#EnquireModal .modal-header h2{margin:0;color:#0089c6;padding:5px 0px;}
#EnquireModal .modal-header h4{margin:0;}

.EnquiryWidget{margin:-8px;}
.EnquiryWidget .radio{display:none;}
.EnquiryWidget .Inputs{float:left;width:50%;position:relative;padding:8px;}
.EnquiryWidget .Inputs label{display:none;}
.EnquiryWidget .Icon{position:absolute;left:20px;top:20px;z-index:5;pointer-events:none;}
.EnquiryWidget .IconDown{position:absolute;right:20px;top:22px;z-index:5;pointer-events:none;font-size:20px;color:#000000;}
.EnquiryWidget .Inputs > input{background:#eeeeee;border:0;width:100%;height:48px;line-height:48px;padding:0px 10px 0px 35px;color:#000000;border-radius:5px;}
.EnquiryWidget .Inputs > input::placeholder{color:#666666;}
.EnquiryWidget .Inputs.Calander{}
.EnquiryWidget .WidgetBox.OnewayActive .Inputs.Calander{}
.EnquiryWidget .Inputs.Pax{}
.EnquiryWidget .Inputs.Pax input.txtTraveler:hover{cursor:pointer;}
.EnquiryWidget .Service{display:none;}
.EnquiryWidget .select-selected{background:#eeeeee;border:0;width:100%;height:48px;line-height:48px;padding:0px 10px 0px 35px;color:#000000;border-radius:5px;}
.EnquiryWidget .select-items div,
.EnquiryWidget .select-selected{cursor:pointer;user-select:none;}
.EnquiryWidget .select-items{position:absolute;top:calc(100% + 1px);z-index:100;background:#ffffff;margin:0px;left:0;z-index:99;white-space:nowrap;}
.EnquiryWidget .select-items div{display:block;padding:15px 30px 15px 50px;position:relative;font-weight:400;font-family:Arial;font-size:14px;}
.EnquiryWidget .select-items div:after{content:"";height:20px;width:20px;border-radius:10px;border:1px #959dde solid;background:#ffffff;position:absolute;left:20px;top:13px;z-index:1}
.EnquiryWidget .select-items div.active:before{content:"";position:absolute;left:26px;top:19px;height:8px;width:8px;border-radius:4px;background:#0089c6;z-index:2;}
.EnquiryWidget .select-items div:hover{background:#dce3ef;}
.EnquiryWidget .select-hide{display:none;}
.EnquiryWidget .select-items div:hover,
.EnquiryWidget .same-as-selected{background-color:rgba(0, 0, 0, 0.1);}
.EnquiryWidget .InputBtn{width:100%;padding:8px;float:left;}
.EnquiryWidget .InputBtn input{background:#db7d03;color:#ffffff;height:48px;line-height:48px;text-align:center;font-size:20px;border:0;border-radius:5px;width:100%;font-weight:700;}
.EnquiryWidget .InputBtn input:hover{background:#b56600;}






.CntcInput,.CntcTxt,.CntcButn{padding-top:10px;}
.CntcInput label,.CntcTxt label{display:block;margin:0;}
.CntcInput span,.CntcTxt span{color:#ff0000;}
.CntcInput input{width:100%;height:32px;padding:0px 15px;border:1px solid #999;border-radius:6px;}
.CntcInput input:focus{border:1px solid #0089c6;}
.CntcTxt textarea{width:100%;padding:5px 15px;border:1px solid #999;height:70px;border-radius:6px;}
.CntcTxt textarea:focus{border:1px solid #0089c6;}
.CntcButn input{width:100%;border:0;background:#DB7D03;color:#ffffff;height:40px;font-size:20px;font-weight:500;border-radius:20px;font-family:"Oswald";}
.CntcButn input:hover{background:#0089c6;}
.ContcSuces{margin-top:30px;border:1px #0caf0c solid;color:#0caf0c;text-align:center;padding:15px;}


.SiteMap{border:1px #c4dee7 solid;padding:10px 15px;background:#f4f8f9;margin:15px 0px;}
.SiteMap h3{margin:0;color:#0089c6;}
.SiteMap ul{list-style:none;margin:0px -15px;padding:15px 0px 0px 0px;display:flex;flex-wrap:wrap;}
.SiteMap ul li{padding:5px 15px;width:33.333%;}
.SiteMap ul li a{color:#000000;position:relative;padding-left:10px;display:block;}
.SiteMap ul li a:hover{color:#666;}
.SiteMap ul li a:before{position:absolute;left:0;top:3px;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:"\f105";}
@media only screen and (max-width:1199px){
.SiteMap ul li{width:50%;}
}
@media only screen and (max-width:767px){
.SiteMap ul li{width:100%;}
}

.FltToCa{background:#ebebeb;padding:30px 0px;}
.FltToCa ul{display:flex;flex-wrap:wrap;margin:0px -15px;padding:15px 0px;}
.FltToCa ul li{width:25%;padding:5px 15px;}
.FltToCa ul li a{display:block;line-height:30px;}
.FltToCa ul li a:hover{}
.FltToCa ul li a:before{display:inline-block;padding-right:10px;
font:normal normal normal 14px / 1 FontAwesome;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;content:"\f0da";
}
@media only screen and (max-width:1199px){
.FltToCa ul li{width:33.3333%;}
}
@media only screen and (max-width:991px){
.FltToCa ul li{width:50%;}
}
@media only screen and (max-width:767px){
.FltToCa ul li{width:100%;}
}



.FlightAdvantage h2{margin-bottom:40px;}
.FlightAdvantage ul{display:flex;flex-wrap:wrap;}
.FlightAdvantage ul li{width:25%;padding:0px 15px;}
.FlightAdvantage ul li i{float:left;width:33px;height:30px;background:url(../Images/OurAdvantageIcons.png) left center no-repeat;margin-right:5px;}
.FlightAdvantage ul li:nth-child(2) i{background-position:-39px center;}
.FlightAdvantage ul li:nth-child(3) i{background-position:-82px center;}
.FlightAdvantage ul li:nth-child(4) i{background-position:right center;}
.FlightAdvantage ul li h4{line-height:30px;margin:0;}
.FlightAdvantage ul li p{padding-top:10px;}
@media screen and (max-width:991px){
.FlightAdvantage ul li{width:50%;}
}
@media screen and (max-width:550px){
.FlightAdvantage ul li{width:100%;}
}


.FlightContent{margin-top:30px;padding:30px 0px 40px 0px;background:#e9e9e9;}
.FlightContent ul{margin-bottom:15px;}
.FlightContent ul li{padding:5px 0px;}

.FlitDls{padding:30px 0px;margin-top:30px;}
.FlitDl{background:#ffffff;width:calc(50% - 30px);box-shadow:0px 0px 5px #0000005a;padding:10px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;float:left;margin:15px;}
.FlitDl .Arln{padding-right:15px;}
.FlitDl .Icon{background:url(../Images/FlightDepartureAndAriwalIcon.png) left center no-repeat;width:26px;height:18px;}
.FlitDl .Icon.Ariwl{background-position:right center;width:24px;}
.FlitDl .Airport{font-size:19px;font-weight:bold;}
.FlitDl .Price{font-weight:bold;color:#0089c6;font-size:26px;}
.FlitDl a{background:#db7d03;color:#ffffff;display:block;padding:11px 8px;font-size:13px;border-radius:10px;}
.FlitDl a:hover{background:#b56600;cursor:pointer;}
@media screen and (max-width:991px){
.FlitDl{width:calc(100% - 30px);}
}
@media screen and (max-width:500px){
.FlitDl .Price{width:calc(100% - 77px);margin-top:25px;}
.FlitDl a{margin-top:25px;}
}




#FltToCaBox{width:auto;margin-top:35px;}
#FltToCaBox .owl-controls{position:absolute;top:calc(50% - 45px);left:0;width:100%;}
#FltToCaBox.owl-theme .owl-controls .owl-buttons{position:relative;}
#FltToCaBox.owl-theme .owl-controls .owl-buttons div{position:absolute;top:0;background:#ffffff;color:#333333;font-size:30px;border:1px solid #a7a7a7;width:40px;height:40px;opacity:1;margin:0;}
#FltToCaBox.owl-theme .owl-controls .owl-buttons div:hover{background:#0089c6;color:#ffffff;}
#FltToCaBox.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
#FltToCaBox.owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
#FltToCaBox .col-item{padding:0px 15px;}
.FltToCaBox{margin:15px 0px;display:block;color:#000000;}
.FltToCaBox img{border-radius:6px 6px 0px 0px;}
.FltToCaBox .Content{border:1px #cccccc solid;border-radius:0px 0px 6px 6px;padding:0px 15px 15px 15px;}
.FltToCaBox:hover .Content{border:1px #db7d03 solid;color:#333333;}





.Blog{padding-top:30px;}
.Blogs{border:1px #dedede solid;padding:15px;margin:15px 0px;}
.Blogs h3{margin-top:0;margin-bottom:15px;background:#333;color:#fff;padding:10px 15px;}
.Blogs .BlogMorBtn{float:right;padding:6px 10px 6px 15px;color:#ffffff;border-radius:18px;background:#DB7D03;background:linear-gradient(180deg,rgba(219, 125, 3, 1) 0%, rgba(219, 125, 3, 1) 50%, rgba(196, 111, 0, 1) 51%, rgba(196, 111, 0, 1) 100%);margin-top:5px;}
.Blogs img{margin-bottom:15px;width:100%;}
.Blogs .BlogMorBtn:hover{background: linear-gradient(0deg,rgba(219, 125, 3, 1) 0%, rgba(219, 125, 3, 1) 50%, rgba(196, 111, 0, 1) 51%, rgba(196, 111, 0, 1) 100%);cursor:pointer;}
.Blogs .BlogMorBtn i{margin-left:10px;border:1px #ffffff solid;width:18px;height:18px;line-height:16px;border-radius:60%;text-align:center;}

.BlogBanr{background:url(../Images/InerBnr.jpg) center center no-repeat;background-size:cover;padding:150px 0px}
.BlogBanr h1{font-family:"Oswald";margin:0px 0px 15px 0px;text-shadow:0px 0px 5px #000000;}
.BlogBanr h1 span{font-weight:300;}



.Faq{background:#e9e9e9;padding:15px 0px 40px 0px;}
.Faq .card{padding-top:30px;}
.Faq .card-header{font-family:"Oswald";font-weight:500;font-size:20px;background:#0089c6;}
.Faq .card-header a{display:block;text-decoration:none;padding:15px;color:#ffffff;}

.Faq .card-header a:before{float:right;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:"\f106";
}
.Faq .card-header a.collapsed:before{content: "\f107";}
.Faq .card-body{padding:15px;background:#ffffff;}