@charset "utf-8";
/* CSS Document */

body{ background:#f4f4f4; color:#394049;}

.Banner{width:100%;padding-bottom:40px;background:url(../images/banner_bg.jpg) repeat; background-size:cover; position:relative;min-height:800px;  z-index: 2;}
.bnr_ftr{background:url(../images/bnr_bg_01.png) repeat-x;width:100%;height:362px;bottom:0;position:absolute;    z-index: -1;}



.topsearched_city .item{ position:relative; cursor: pointer;}
.topsearched_city h1{font-size:22px;color:#4b5463;padding-bottom:25px;position:relative;}
.topsearched_city p{font-size:14px;color:#148cc8;padding-bottom:18px;margin-bottom:0;position:relative;text-align:right;}
.topsearched_city p a{color:#148cc8;}
.topsearched_city .item img{border-radius:20px; height:355px;}
.topsearched_city .caption{padding: 20px 18px;  position: absolute;width: 100%;bottom: 0;background: rgb(16,12,82);
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(253,187,45,0) 100%);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
.topsearched_city .caption p{color:#fff;font-size:14px;margin-bottom:0px;text-align:left;padding-bottom: 0;    display: inline-flex;}
.topsearched_city .caption h4{color:#fff;font-size:12px;}
.topsearched_city .caption h3{color:#fff;font-size:17px; font-weight:600;padding-bottom: 8px;}
.topsearched_city .caption p span:first-child{ background:#ff5a00; padding:2px 10px; font-size:13px; border-radius:15px;margin-right: 6px;}
section.topsearched_city{margin-top:45px;margin-bottom:50px;}
.topsearched_city .owl-dots{ display:block;text-align: center;margin-top: 15px;}
.topsearched_city .owl-theme .owl-dots .owl-dot.active span, .topsearched .owl-theme .owl-dots .owl-dot:hover span {background: #d84e55;}
.topsearched_city .owl-theme .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 5px;background: #c8e0ec;display: block;-webkit-backface-visibility: visible;border-radius: 30px;}




/* Flight Deals Start */



.flight_deals .item{ position:relative;}
.flight_deals h1{font-size:22px;color:#4b5463;padding-bottom:25px;position:relative;}
.flight_deals p{font-size:14px;color:#148cc8;padding-bottom:18px;margin-bottom:0;position:relative;text-align:right;}
.flight_deals p a{color:#148cc8;}


.flight_deals_clm{
	display:flex;
	margin-bottom: 50px;
}

.flight_deals_clm_lft{
	width:55%;
}
.flight_deals_01{
	width:100%;
	height:225px;
	margin-bottom:20px;
	position:relative;
	cursor: pointer;
}

.flight_deals_02{
	width:100%;
	height:345px;
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}


.flight_deals_img:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:rgb(0 0 0 / 30%);
	border-radius:20px;
}


.flight_dls_caption {
    position: absolute;
    left: 45%;
    top: 35%;
    text-align: center;
	cursor: pointer;
}
.flight_dls_caption h2{
	font-size: 26px;
	font-weight:600;
	color:#fff;
}
.flight_dls_caption1{
	position: absolute;
    left: 45%;
    top: 35%;
    text-align: center;
	cursor: pointer;
}
.flight_dls_caption1 h2{
	font-size: 26px;
	font-weight:600;
	color:#fff;
}




.flight_dls_caption h4 {
    font-size:15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
}
.flight_dls_caption .button_theme {
    background: #ff5a00;
    outline: none;
    border: none;
    color: #FFF;
    padding: 2px 15px;
    width: auto;
    font-size: 12px;
    height: 32px;
    border-radius: 30px;
    font-weight: normal;
    margin-top: 8px;
    cursor: pointer;
	opacity: 0;
}
.flight_deals_img:hover .button_theme {
    background: #ff5a00;
    outline: none;
    border: none;
    color: #FFF;
    padding: 2px 15px;
    width: auto;
    font-size: 12px;
    height: 32px;
    border-radius: 30px;
    font-weight: normal;
    margin-top: 8px;
    cursor: pointer;
	opacity: 1;
	transition: 0.5s;
}


.flight_dls_caption2{
    position: absolute;
    left: 10%;
    top: 30%;
    text-align: center;
	cursor: pointer;
}
.flight_dls_caption2 h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    text-align: center;
}


.flight_deals_clm img{
	width:100%;
	height:100%;
	border-radius:20px;
}


.hm_btm_col_01.bdr_btm.col_01_mrgn_lft .clearBtn {
    right: 0;
}

input#preferred_airline {
    padding-right: 20px;
}




.flight_deals_clm_rht{
	width:45%;
}

.flight_dls_grid{
	    height: 100%;
    display: flex;
	
}

.flight_dls_grid_clm{
	width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
	margin-left:15px;
	
	
}

.flight_dls_grid_pic1{
	width:100%;
	background:#CCC;
	height:160px;
	margin-bottom:15px;
	border-radius:20px;
	overflow:hidden;
	    position: relative;
		    display: flex;
    justify-content: center;
}
.flight_dls_grid_pic1:last-child{
	margin-bottom:0;
}

.flight_dls_grid_pic1 img{
	height:100%;
}
 

.flight_dls_grid_pic1.large{
	height:225px !important;
	overflow:hidden;
}
.flight_dls_grid_pic1.large img{
	height:100%;
}





/* Flight Deals End */




/* News Letter */
.NewsLetter{padding:10px 0 10px 0;display: flex; }
.newsLetterBox{background:#fff; border:solid #cccccc 1px; width:100%;border-radius:20px;padding:20px 15px;}
.newsLetterBox1{width:100%; display:flex; }
.newsLetterBox1Img{width:47px;height:46px;margin-right:20px; background:url(../images/newsletterimg.png) no-repeat;}
.newsLetterBox1Txt{width:80%; }
.newsLetterBox1Txt h2{padding:0;margin:0;font-size:20px; color:#4b5463;font-weight: 300;padding-bottom: 2px; }
.newsLetterBox1Txt p{padding:0;margin:0;font-size:14px; color:#4b5463;}
.newsLetterBox2{width:100%;  display:flex;justify-content: flex-end; }
.newsLetterBox2Filed{width:73%;     margin-right: -20px;}
.newsLetterBox2Btn{width:25%; }
.newsLetterFiled{height:48px; border:0; border-radius:4px;background:#FFFFFF;border:solid #cccccc 1px !important;  }
.newsBtn{ width: 100%;background:#ff5a00;border:none; font-size:14px;padding:12px 20px;height:45px; color:#fff; border-radius:25px;font-weight: 600;}
.newsBtn:hover{ background:#ff5a00;}
.newsBtn:focus{border:none; outline:none;}
.newsLetterFiled::placeholder{color:#333333;font-size:18px;}
.newsLetterBox2Filed .form-control{padding:0 15px;}
.newsLetterBox2Filed .form-control:focus{background: #FFFFFF; color:#333333;}
.newsLetterBox2Filed input{ height:45px !important;    border-radius: 25px; border-top-right-radius:0; border-bottom-right-radius:0;}

/* News Letter  ends*/


.pupular_destion_bg{
	width:100%;
	background:url(../images/popular_destination_bg.png) no-repeat top;
	padding-top: 125px;
}

.lady_imge{
	background:url(../images/lady.png) no-repeat top;
	width:553px;
	height:549px;
	position: absolute;
    top: -264px;
	right: -170px;
}

.popular_crsl{
}
.popular_crsl{
}

.pupular_destion_hd{
	text-align:left;
	color:#fff;
	padding-left: 230px;
	padding-right: 350px;
	min-height: 120px;
}

.popular_crsl {
	padding-top:80px;
}

.popular_crsl .item img {
    border-radius: 120px;
    height: 350px;
 
	position:relative;
	
}
.popular_crsl_hd {
    position: absolute;
    bottom: 5px;
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 80px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.popular_crsl_hd  h3{
	font-size:16px;
	color:#fff;
	text-align:center;
}


.pupular_destion_bg .owl-dots{ display:block;text-align: center;margin-top: 15px;}
.pupular_destion_bg .owl-theme .owl-dots .owl-dot.active span, .pupular_destion_bg .owl-theme .owl-dots .owl-dot:hover span {background: #d84e55;}
.pupular_destion_bg .owl-theme .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 5px;background: #c8e0ec;display: block;-webkit-backface-visibility: visible;border-radius: 30px;}





 

/* why kobuq */
.Fclity_Box2_main{width:100%;padding:18px 0 18px 0;}
.Fclity_Box2 ul{display:flex;justify-content:space-between;}
.Fclity_Box2 ul li{width:30%;position:relative;}
.Fclity_Box2{width:100%;min-height:90px;}
.Fclity_Box_clmLft{width:60px;border-right:solid #999 1px;}
.Fclity_Box_clm{margin-left:60px;padding-left:20px;padding-top:10px;padding-bottom:10px;border-left:solid #cccccc 1px;}
.customer_support_icon::before{position:absolute;content:'';background:url(../images/customer_support.svg);background-size:contain;width:30px;height:46px;left:10px;top:10px;position:absolute;top:50%;transform:translate(0%, -50%);}
.customer_secure_icon::before{position:absolute;content:'';background:url(../images/secure.svg);background-size:contain;width:35px;height:46px;left:10px;top:10px;position:absolute;top:50%;transform:translate(0%, -50%);}
.customer_affordable_icon::before{position:absolute;content:'';background:url(../images/affordable.svg);background-size:contain;width:44px;height:40px;left:5px;top:10px;position:absolute;top:50%;transform:translate(0%, -50%);}
.Fclity_Box2 h2{font-size:20px;line-height:18px;color:#444b54;padding-bottom:10px;}
.Fclity_Box2 p{font-size:14px;line-height:18px;color:#444b54;margin:0;}
.Fclity_Box2 h1{font-size:20px;line-height:18px;color:#444b54;text-align:center;padding-bottom:30px;}
/* why kobuq End */

/* App */
.App_Bg{width:100%;min-height:345px;display:inline-block;background:url(../images/app_bg.jpg) no-repeat bottom;display:flex;align-items:center;}
.appScreen{width:518px;height:337px;bottom:-4px;background:url(../images/app_screen.png) repeat;position:relative;}
.app_content{padding-bottom:60px;}
.appbtm {
    padding-top: 90px;
}
.app_content h3{color:#1e1e1e;font-size:22px;font-weight:300;}
.app_content h2{color:#c11026;font-size:30px;padding:3px 0;font-weight:300;}
.app_content p{color:#333333;font-size:14px;}
.app_icon ul{padding-top:20px;}
.app_icon ul li{display:inline-block;padding-right:10px}
/* App End */







.SearchMain{padding-top:165px;}

.search_box_main {
    background: #FFF;
    border-radius: 45px;
    padding: 20px 40px;
    width: 80%;
    margin: 0 auto;
 
}


.flight_tabs li a {
    padding: 6px 22px;
    padding-left: 35px;
    line-height: 18px;
    transition: all .3s;
    position: relative;
    font-size: 14px;
    color: #4b5463;
    display: inline-block;
	cursor:pointer;
}
.flight_tabs li a.active{
	color:#ff5a00;
}


.flight_tabs li a:before {
 	background:#4b5463;
    content: "";
    width: 25px;
    height: 25px;
	border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.flight_tabs li a.active:after {
    background: url(../images/switch_on.png);
    content: "";
    width: 27px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
}
.hm_search_field{
}
.hm_srch_clm1{
	background:#f4f4f4;
	border:solid #cccccc 1px;
 
	border-radius:15px;
	display:flex;
	
}
.hm_destination{
	width:60%;
	display:flex;
	align-items: center;
}


.hm_col_01 {
    width: 50%;
    position: relative;
}

.hm_destination label input {
    border: 0;
   
    
    color: #4b5463;
	    background: transparent;
    width: 100%;
 
    line-height: 18px;
	text-align: center;   
	
	font-size: 14px;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.hm_destination label input::placeholder{
	color: #4b5463;
}
.hm_destination label span.AirpCity {
    border: 0;
    font-size: 28px;
    font-weight:bold;
    color: #4b5463;
	    background: transparent;
    width: 100%;
    height: 30px;
    line-height: 24px;
	text-align: center;
}



.hm_destination label{
	text-align: center;
	margin-bottom:0;
	    padding: 20px 0;
}
.flight_tabs_wrpr {
    margin-bottom: 15px;
}

.hm_swich{
	width:35px;
	height:100%;
	align-items: center;
    display: flex;
}
.hm_swich i{
	background:url(../images/swich_flight.svg) no-repeat;
	    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
}


 


.hm_date{
	width:45%;
	display:flex;
	position:relative;
}

.hm_col_01_clndr {
    width: 50%;
    position: relative;
    border-left: solid #cccccc 1px;
}

.hm_col_01_clndr label span.Frm {
    font-size: 14px;
    color: #4a4a4a;
    font-weight:600;
}
.hm_col_01_clndr .daysformay {
    border: 0;
	border-bottom: solid #4b5463 1px;
    font-size: 18px;
     font-weight:600;
    color: #000000;
    width: fit-content;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
}


.hm_col_01_clndr .daysformay span:first-child {
	padding: 0 0px;
    font-weight: 700;
    color: #4b5463;
    font-size: 24px;
}
.hm_col_01_clndr .daysformay span:last-child {
	padding: 0 4px;
    font-weight: 500;
    color: #4b5463;
    font-size: 14px;
}
.hm_col_01_clndr label span.AirpCity {
    font-size: 14px;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
}

.hm_col_01_clndr label {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 10px 25px;
}


.hm_1_clndr_label_last{
	padding-left:15px;
}
.hm_clander:before{
    content: '';
    position: absolute;
    background: url(../images/calendar.svg);
    width: 17px;
    height: 17px;
    left: -10px;
    top: 45%;
    background-size: contain;
    background-color: #fff;
	
}


.hm_srch_clm2{
	display:flex;
	margin-top:15px;
}

.hm_btm_col_01 {
    width: 25%;
    position: relative;
	
}
.col_01_mrgn_lft{
	margin-left:25px;
}


.hm_btm_psngr_col_01 {
    width: 40%;
    position: relative;
 
}
.hm_btm_psngr_col_01 p {
    margin-bottom: 0;
    height: 40px;
    padding: 10px 0;
 
}
.hm_btm_psngr_col_01 p span {
    padding-right: 3px;
}



.hm_btm_col_01 p {
    margin-bottom: 0;
    height: 40px;
    padding: 10px 0;
  
 
}

.hm_btm_col_01 input {
    width: 100%;
    font-size: 14px;
    color: #373e43;
    border: none;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 0px;
 
}
.bdr_btm{
	border-bottom: solid #4b5463 1px;
}
.hmStops input[type=checkbox] + label {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 0;
	margin-top: 12px;
	font-size: 14px;
}
.hmStops input[type=checkbox] {
	display: none;
}
.hmStops input[type=checkbox] + label:before {
	content: "\123";
	border: 1px solid #4b5463;
	border-radius: 5px;
	display: inline-block;
	width: 22px;
	height: 22px;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 8px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	background: #fff;
}
.hmStops input[type=checkbox] + label:active:before {
	transform: scale(0);
}
.hmStops input[type=checkbox]:checked + label:before {
	background: #ff5a00 url(../images/tick.svg) no-repeat center;
	border-color: #ff5a00;
	color: transparent;
	background-size: 70%;
}

.field_row {
	    width: 100%;
    display: flex;
/*    margin-left: -8px;
    margin-right: -8px;*/
}
.down_arrow:after {
    background: url(../images/down_arrow.png);
    width: 11px;
    height: 5px;
    display: inline-block;
    position: absolute;
    content: '';
    right: 5px;
    top: 22px;
    pointer-events: none;
}



.searchBtn {
     
    background:#ff5a00 !important;
     outline: none;
    border: none;
    color: #FFF;
    padding: 0px 0;
    width: 100%;
    font-size: 14px;
    height: 45px;
    border-radius: 25px;
	font-weight:500;
 
}

.hmsrchIcon {
    content: '';
    background: url(../images/hm_srch.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}


.search_history_common {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    align-items: center;
}
.recent_text {
    font-size: 14px;
    padding-right: 10px;
}
.search_list ul {
    display: flex;
    flex-wrap: wrap;
}
.search_list ul li {
    border: 1px solid #cccccc;
	background:#f4f4f4;
    border-radius: 25px;
    padding: 5px 18px;
    text-align: center;
    margin-right: 5px;
	line-height: 14px;
	margin-bottom: 10px;
}
.search_list ul li p{
	margin-bottom:0;
	font-size: 12px;
}

.psngerBox{margin-top:0px;position:absolute;z-index:3;background:#ffffff;left:0px;top:100%;padding:15px;width:225px;color:#2e3738;border-radius:5px;-webkit-border-radius:15px;/*box-shadow:0 0 5px rgb(0 0 0 / 20%);*/
border:solid #cccccc 1px;}
.psngerBox .close{color:#FFF;padding:0;margin:0;background-image:url(../images/close.svg);position:absolute;right:-10px;top:-10px;border-radius:50%;width:22px;height:22px;opacity:1;font-size:25px;font-weight:normal;background-size:contain;}
.trvelrsList h4{font-size:16px;color: #4b5463;margin:0 0 5px 0;}
.trvelrsList .traveller_rows{padding:5px 0px;border-bottom:solid 1px #e0e0e0;}
.trvelrsList .travelersLHalf p{font-size:14px;text-transform:capitalize;margin:0 0 0 0;line-height:18px;display: contents;}
.trvelrsList .travelersLHalf p span{font-size:12px;opacity:.8;display:block;}
.trvelrsList .travelersRHalf{padding-top:5px;}
.plus-plus-button{width:25px;height:25px;color:#fff;padding:0; margin:0;font-size:0px;line-height:17px;border:none; background:url(../images/plus_icon.svg) no-repeat; }
.plus-minus-button{width:25px;height:25px;color:#fff;padding:0; margin:0;font-size:0px;line-height:17px;border:none; background:url(../images/minus_icon.svg) no-repeat; }
.trvelrsList .psnrs_travel{width:30px;height:25px;text-align:center;line-height:25px;}
.passengerBox-cabin{margin-top:10px;}
.passengerBox-cabin select.cabinSelect{width:100%;height:45px;border:solid 1px #ccc;margin-bottom:10px;border-radius:5px;padding-left:10px;background-image:url(../images/downArrow.svg);box-shadow:none !important;outline:0 !important;background-position:95%;background-size:7px;background-repeat:no-repeat;}
.psngr_applyBox{border-top:1px solid #e0e0e0;padding-top:10px;}
.psngr_applyBox button {
    background: #ff5a00;
    text-align: center;
    color: #FFF;
	font-weight: 500;
	font-size:14px;
    border-radius: 5px;
    border: none;
}
.selectCabn .fieldWrap {
    position: relative;
	padding: 5px 0;
}
.selectCabn select{
	font-size: 14px;
}

.hm_multicity{
}

.hm_multicity .hm_destination label span.AirpCity{
	font-size: 20px;
}
.hm_multicity .hm_destination label{
	    padding: 10px 0;
}
.hm_multicity .hm_col_01_clndr label{
	    padding: 8px 25px;
}
.hm_multicity .hm_col_01_clndr .daysformay span:first-child{
	font-size: 20px;
}
.hm_multicity .hm_col_01_clndr .daysformay{
	height: 25px;
	    line-height: 22px;
}
.hm_multicity .hm_col_01_clndr label span.Frm{
	    font-size: 13px;
}
.FmulticityBtn {
    display: flex;
    align-items: center;
    height: 100%;
}
.FmulticityBtn button {
    min-width: 40px;
    height: 40px;
    width: 40px;
    margin-right: 0px;
    color: #333;
	border: none;
	background: transparent;
}
.hm_multicity .hm_srch_clm1{ 
	margin-bottom:10px;
}

.plusBtn {
    background: url(../images/plusImage2.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}

.minusBtn {
    background: url(../images/minusImage2.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
}




#background-wrap {
    bottom: 0;
	left: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	bottom: 150px;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 45s linear infinite;
	-moz-animation: animateCloud 45s linear infinite;
	animation: animateCloud 45s linear infinite;
	
	-webkit-transform: scale(0.20);
	-moz-transform: scale(0.20);
	transform: scale(0.20);
	top: 30px;
    position: relative;
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	transform: scale(0.35);
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}



















 

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 45%;
	font-weight: 300;
	color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}

}

.grid {
	overflow: hidden;
	margin: 0;
	padding: 3em 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	    border-radius: 120px;
		border:solid #fff 2px;
 
	background: #4a4a4a;
	text-align: center;
	cursor: pointer;
	    box-shadow: 0px 2px 8px rgb(98 98 98 / 25%);
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
 
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
/*	opacity: 0.7;*/
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(0px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height:75%;
	text-align: center;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	text-align:center;
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	    text-align: center;
		font-size:18px;
}

figure.effect-lily p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 0.2;
	 
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

 
 
 
 /*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




.grid figure:hover{    background: #ff5a00;}
.grid figure:hover p{ opacity:0.9;}

 .grid figure:hover p span {
    font-weight: bold;
    font-size: 14px;
}

.fldestinationClick{
    background: url(../images/package_lence.png);
    background-size: contain;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align:center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.fldestinationClick:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.HomeAd{   
 	width: 100%;
	max-height: 223px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 20px;
    border: solid #cccccc 0px;
}
.HomeAd img{ 
	width: 100%;
	height: 223px;
}


@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
}


.hmDeals_onewayArrow {
    background: url(../images/hmDeal_oneway_arrow.svg);
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 5px;
}


.hmDeals_roundArrow{
	background: url(../images/hmDeals_round_arrow.svg);
	background-size: contain;
	width:10px;
	height:13px;
	display: inline-block;
	background-repeat: no-repeat;
    margin: 0 5px;
}

.pupular_destion_bg figure.effect-lily h2 {
    display: flex;
    align-items: center;
}

 

 



