.page{width:100%; overflow:hidden; min-height:500px; position: relative;}
.fixed-width {height:auto; margin:0 auto; padding:0; width:1180px; position:relative;}
/* .fixed-fluid{width: 1280px; height: auto; margin: 0px auto; padding: 0; position: relative;} */
.inner-banner{position:relative; padding-top:30px; padding-bottom: 0px; background-position: center center !important; background-repeat: no-repeat; background-size: cover;}
.inner-banner::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.3);}
.bredcrumb-container{position:relative; padding: 100px 0px; text-align: center;}
.bredcrumb-container .bredcrumb{list-style: none; display: inline-block; font-size: 16px; color: var(--color-white); position: relative; padding-top: var(--spacing-m);}
.bredcrumb-container .bredcrumb:after{content: ''; width: 50px; height: 2px; background: var(--color-primary); position: absolute; left: 50%;     top: 0; margin-left: -25px; z-index: 11;}
.bredcrumb-container .bredcrumb li{float: left; position: relative; z-index: 11; line-height: 1; padding: 0 10px;}
.bredcrumb-container .bredcrumb li:after{content: '/'; position: absolute; bottom: 0; left: -3px; z-index: 1; color: #ccc;}
.bredcrumb-container .bredcrumb li:first-child:after{display: none;}
.bredcrumb-container .bredcrumb li a{color: var(--color-white)}
.bredcrumb-container .bredcrumb li a:hover{color: var(--color-white); text-decoration: underline;}
.page-wrapper{width: 100%; position: relative; padding:30px 0px; margin: 0px; display: inline-block; vertical-align: top; min-height: 500px;}
.page-body-content{width: 100%; margin: 0px; padding: 0px; display: inline-block; vertical-align: top;}
.page-body-content > section{background-color: var(--color-white); border-radius: var(--border-radius-default); margin-bottom: var(--spacing-xl); box-shadow: 0 0px 5px 0px rgba(0,0,0,0.15);}
.page-body-content > section .section-heading{background-color: #f9efe7; padding: var(--spacing-m) var(--spacing-ml); font-size: 20px; color: var(--color-primary); border-radius:8px 8px 0 0; font-weight: var(--font-semibold); line-height: 1.5}
.page-body-content > section .section-heading span{color: var(--color-blacker);}
.page-body-content > section .section-content{padding: var(--spacing-l) var(--spacing-ml);}
.page-body-content > section .section-content .sub-heading{font-size: 18px; color: var(--color-black); padding: var(--spacing-sm) 0 var(--spacing-s) 0; width: 100%; display: inline-block; font-weight: var(--font-semibold);}
.page-body-content > section .section-content .sub-heading:first-child{padding-top: 0px;}
.page-body-content > section .section-content .sub-heading i{color: var(--color-primary);}
.page-body-content > section .section-content p{font-size: 13px; color: var(--color-black); margin-bottom: var(--spacing-sm); line-height: 22px}
.page-body-content > section .section-content p:last-child{margin-bottom: 0px;}
.page-body-content > section .section-content ul{list-style: none; margin-bottom: var(--spacing-sm); padding-left: var(--spacing-s)}
.page-body-content > section .section-content ul li{font-size:13px; padding: 3px var(--spacing-none); color: var(--color-black)}
.page-body-content > section .section-content ul li:before{content:"\f111"; font-family:FontAwesome; color: var(--color-black-secondary); font-size:5px; padding-right: var(--spacing-s); vertical-align: middle;}
.page-body-content > section .section-content b, .page-body-content > section .section-content strong{font-weight: 600;}
.page-body-content > section .section-content a{color:var(--color-secondary); border-bottom: dashed 1px var(--color-grey);}
.page-body-content > section .section-content a:hover{color:var(--color-secondary); border-bottom: none;}
.page-body-content > section .section-content .sub-heading2{font-size: 15px; color: var(--color-blacker); padding-bottom: var(--spacing-xxs); width: 100%; display: inline-block; font-weight: var(--font-semibold);}
.focused-section{width: auto; padding: var(--spacing-s) var(--spacing-none); margin-bottom: 10px; font-size: 16px; color: var(--color-blacker); font-style: italic}
.focused-section a{color:var(--color-primary) !important; border-bottom: dashed 1px var(--color-primary) !important; font-weight: 500}
.focused-section a:hover{color:inherit; border-bottom: none !important;}
.page-body-content > section:last-child{margin-bottom: 0px;}
.innerDeal-box-container{width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; padding-bottom: var(--spacing-m)}
.innerDeal-box-container li{flex: 0 0 32%; list-style: none; margin-right: 2%; margin-bottom: 20px;}
.innerDeal-box-container li:nth-child(3n){margin-right: 0;}
.innerDeal-box-container li .deals-content{width:100%; background-color: var(--color-primary); border-radius: var(--border-radius-standard); display: flex; flex-wrap: wrap; justify-content: space-between; padding-right: var(--spacing-ml); position: relative}
.innerDeal-box-container li .deals-content .img-area{height:180px; margin-right: 20px;}
.innerDeal-box-container li .deals-content .img-area img{width: auto; max-width: 100%;}
.innerDeal-box-container li .deals-content:after{content: ''; background: url("../images/deals_icon_bg.png") no-repeat center right; width: 53px; height: 62px; position: absolute; right:15px; top:30%;}

.innerDeal-box-container li .deals-content .content-area{width: calc(100% - 212px); display: flex; padding: 20px 0px; flex-direction: column; justify-content: space-between;}
.innerDeal-box-container li .deals-content .content-area .headings{font-size: 20px; color: var(--color-white); font-weight: 500; align-items: flex-start; line-height: 1.35;}
.innerDeal-box-container li .deals-content .content-area .find_btn{width:auto; background-color: var(--color-white); border: solid 1px var(--color-white); padding: 5px 0px; align-items: flex-end; font-size: 14px; color: var(--color-primary); font-weight: 500; border-radius: var(--border-radius-medium); text-align: center;}
.innerDeal-box-container li .deals-content .content-area .find_btn i{padding-left: var(--spacing-xs); vertical-align: middle;}
.innerDeal-box-container li .deals-content .content-area .find_btn:hover{background-color: transparent; color: var(--color-white);}

.deal-box-container{width: 100%; display: flex; flex-wrap: nowrap; padding-bottom: var(--spacing-m)}
.deal-box-container li{flex: 0 0 32%; list-style: none; margin-right: 2%; margin-bottom: 20px; background-color: var(--color-white); box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06); border-radius: var(--border-radius-large); padding: var(--spacing-m);}
.deal-box-container li:nth-child(3n){margin-right: 0;}
.deal-box-container li .image-wrapper{position: relative; z-index: 1; overflow: hidden; display: flex; border-radius: var(--border-radius-large);}
.deal-box-container li .image-wrapper img{object-fit: cover; width: 100%; transform: scale(1); transition: all 0.4s ease-in-out;}
.deal-box-container li .image-wrapper img:hover{transform: scale(1.1);}
.deal-box-container li .content-wrapper{width:100%; padding-top: var(--spacing-m);}
.deal-box-container li .content-wrapper .heading{font-size: 20px; color: var(--color-secondary); font-weight: 500; padding-bottom: var(--spacing-xs);}
.deal-box-container li .content-wrapper p{font-size: 13px; color: var(--color-black-secondary); line-height: 22px; padding-bottom: var(--spacing-xs);}
.deal-box-container li .view_btn{width:auto; background-color: var(--color-primary); border: solid 1px var(--color-white); padding: 5px 10px; align-items: flex-end; font-size: 14px; color: var(--color-white); font-weight: 500; border-radius: var(--border-radius-medium); text-align: center; margin-top: 10px; display: inline-block;}
.deal-box-container li .view_btn:hover{background-color: transparent; color: var(--color-primary); border: solid 1px var(--color-primary);}

.img-left{width: auto; float:left; margin: 2px 20px 10px 0;}
.page-wrapper img{width: auto; max-width: 100%; border-radius: var(--border-radius-standard)}
.img-right{width: auto; float:right; margin: 2px 0px 10px 20px;}

.airline-list_container{width: 100%; position: relative; margin: 30px 0px;}
.airline-list_container .airline-list{list-style: none;}
.airline-list_container .airline-list li{position: relative; overflow: hidden; border-radius: var(--border-radius-large); width: 32%; float: left; margin-right: 2%; margin-bottom: 2%;}
.airline-list_container .airline-list li:nth-child(3n){margin-right: 0;}
.airline-list_container .airline-list li a{position: absolute; width: 100%; height: 100%; top:0; bottom: 0; left:0; right:0; z-index: 2}
.airline-list_container .airline-list li img{width: 100%; max-width: 100%; height: auto; transition: all ease 0.3s; border-radius:0px;}
.airline-list_container .airline-list li:hover img{-webkit-transform: scale(1.05) rotate(1.1deg); -moz-transform: scale(1.05) rotate(1.1deg); transform: scale(1.05) rotate(1.1deg); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;  z-index: 1}
.airline-list_container .airline-list li .airline-clickable_btn{position: absolute; z-index: 2; right: 20px; top: 20px; opacity: 0; visibility: hidden; transform: rotate(90deg); transform-origin: 100% 100%; transition: all 0.5s;}
.airline-list_container .airline-list li:hover .airline-clickable_btn{visibility: visible; opacity: 1; transform: rotate(0deg); transform-origin: 100% 100%;}
.airline-list_container .airline-list li .airline-clickable_btn .click_btn{height: 72px; width: 72px; padding: 0; display: flex; align-items: center; justify-content: center; border-radius: 36px 0 36px 36px;  overflow: hidden; color: var(--color-white); background-color: var(--color-primary);}
.airline-list_container .airline-list li .airline-clickable_btn .click_btn i{position: relative; z-index: 2; font-size: 24px;}
.airline-list_container .airline-list li .airline-clickable_btn .click_btn a{position: relative; right: auto; left: auto; top: auto; bottom: auto; width: auto; height: auto;}
.airline-list_container .airline-list li .airline-clickable_btn .click_btn a i{color: var(--color-white)}
.airline-list_container .airline-list li .airline-content{position: relative; left: 0; bottom: 0; width: 100%; padding:15px; background-color: var(--color-white); top:-10px; z-index: 1; border-radius: 0 0 var(--border-radius-standard) var(--border-radius-standard);}
.airline-list_container .airline-list li .airline-content .content_title{color: var(--color-black); font-size: 18px; font-weight: 500; margin: 0 0 var(--spacing-ss); padding: 0px; display: inline-block;}
.airline-list_container .airline-list li .airline-content .air_logo{width:auto;}
.airline-list_container .airline-list li .airline-content .air_logo img{max-height: 18px; width: auto;} 
.airline-list_container .airline-list li:hover .airline-content .air_logo img{max-height: 18px; width: auto;height: auto; max-width: none; -webkit-transform: scale(1) rotate(0); -moz-transform:  scale(1) rotate(0); transform: scale(1) rotate(0);}

.inner-faq-container{width: 100%; position: relative; background-color: #f1f1f1; display: inline-block; padding: 40px 0px; margin: 0px; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd;}
.inner-faq-container .heading{font-size: 20px; color: var(--color-black); text-align: center; padding-bottom: var(--spacing-sm)}
.inner-faq-container .heading span{display: block; font-size: 16px; color: var(--color-primary); font-weight: normal;}
.inner-faq-container .faq-content{width: 100%; position: relative;}

.inner-faq-container .faq-content .accordion{margin: 0px; padding: 0px;}
.inner-faq-container .faq-content .accordion-button:not(.collapsed),.inner-faq-container .faq-content .accordion-button:focus {outline: none;  border-color: transparent; box-shadow: none; background-color: transparent;}
.inner-faq-container .faq-content .accordion-flush .accordion-item{border: dashed 1px #ccc !important; border-radius: var(--border-radius-default) !important; margin-bottom: var(--spacing-sm)}
.inner-faq-container .faq-content .accordion-flush .accordion-item .accordion-button{border-radius: 4px 4px 0 0; font-size: 16px; color: var(--color-primary); font-weight: 500; background-color: transparent;}
.inner-faq-container .faq-content .accordion-flush .accordion-item .accordion-button.collapsed{color: var(--color-black)}
.inner-faq-container .faq-content .accordion-body{padding-top: 0;font-size: 13px; color: var(--color-black); line-height: 20px;}
.inner-faq-container .faq-content .accordion-body p{font-size: 13px; color: var(--color-black); line-height: 20px;}

.inner-tabs-area{width: 100%; margin: 0px; padding: 0px; position: relative;}
.inner-tabs-area .custom-tabs {background-color: var(--color-white);border-radius: var(--border-radius-default); overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.inner-tabs-area .custom-tabs .nav-link {color: #495057;border: none;padding: 15px 25px;transition: all 0.3s ease;}
.inner-tabs-area .custom-tabs .nav-link.active {color: #fff;background-color: var(--color-secondary);box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);}
.inner-tabs-area .custom-tabs .tab-content {padding: var(--spacing-ml); display: inline-block; width: 100%; vertical-align: top;}
.inner-tabs-area .fade-in {animation: fadeIn 0.5s ease-in-out;}
@keyframes fadeIn {from {opacity: 0; transform: translateY(20px);}to {opacity: 1; transform: translateY(0);}}
.inner-tabs-area .custom-tabs .tab-content .lists{list-style: none;}
.inner-tabs-area .custom-tabs .tab-content .lists li {width:25%; font-size:13px; color: var(--color-black-secondary); padding: var(--spacing-xs) var(--spacing-none); float:left;}
.inner-tabs-area .custom-tabs .tab-content .lists li:before{content:'\f00c'; font-family:FontAwesome; color:var(--color-secondary); font-size:16px; padding-right:8px; margin:0px;}

.continents-page-box{width: 100%; position: relative; display: flex; flex-wrap: nowrap;}
.continents-page-box li{flex: 0 0 32%; list-style: none; margin-right: 2%; margin-bottom: 20px; position: relative;}
.continents-page-box li:nth-child(3n){margin-right: 0;}
.continents-page-box .image-thumb{overflow: hidden; position: relative; transition: all 0.4s ease-in-out;}
.continents-page-box .image-thumb img{width:100%; object-fit: cover; transform: scale(1); transition: all 0.4s ease-in-out; border-radius: 0px; vertical-align: middle;}
.img_overlay{display: flex; width: 100%; height: 100%; background: rgba(29, 35, 31, 0.4); position: absolute; top: 0; left: 0; justify-content: center; align-items: center; opacity: 0; transform: translateY(-20%); z-index: 1; transition: opacity 500ms ease, transform 500ms ease;}

.continents-page-box .text-content{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center;}
.continents-page-box .text-content:after{content: ""; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 120px; transition: all 0.4s ease-in-out; z-index: -1; -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 112.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,112.000000) scale(0.100000,-0.100000)"> <path d="M1767 1073 c-15 -14 -5 -40 30 -78 25 -27 38 -51 40 -73 1 -19 7 -40 14 -48 9 -11 9 -17 -1 -29 -10 -13 -18 -10 -54 21 -35 30 -46 35 -76 30 -28 -4 -38 -1 -48 14 -10 17 -10 21 3 26 13 5 12 10 -7 29 -26 25 -65 38 -70 23 -2 -6 -14 -11 -26 -12 -13 0 -27 -7 -31 -15 -5 -8 -16 -11 -24 -8 -9 3 -17 -2 -20 -14 -6 -22 -37 -26 -37 -4 0 18 -5 19 -30 3 -15 -9 -24 -9 -42 0 -23 12 -77 11 -130 -3 -20 -5 -29 -2 -37 13 -6 12 -24 21 -44 24 -33 3 -34 2 -33 -26 0 -16 -4 -31 -10 -33 -16 -6 -64 36 -64 57 0 9 -6 23 -14 29 -19 16 -48 -1 -135 -81 -16 -16 -36 -28 -43 -28 -8 0 -18 -4 -23 -9 -6 -5 -31 -11 -56 -13 -32 -3 -66 -17 -112 -46 -37 -23 -69 -42 -71 -42 -3 0 -26 -20 -50 -45 -50 -49 -66 -55 -66 -25 0 11 5 20 10 20 6 0 10 9 10 19 0 11 -4 23 -10 26 -5 3 -10 -1 -10 -10 0 -17 -37 -35 -57 -28 -8 3 -13 -3 -13 -16 0 -22 -34 -46 -55 -37 -7 2 -16 -1 -19 -9 -2 -7 -24 -18 -48 -24 -38 -9 -39 -10 -7 -7 20 2 42 1 49 -4 20 -13 3 -40 -25 -40 -14 0 -25 -4 -25 -9 0 -12 64 6 68 19 2 6 12 10 23 10 10 0 19 7 19 15 0 18 45 49 60 40 19 -12 10 -33 -18 -43 -20 -7 -31 -20 -38 -42 -7 -25 -18 -35 -47 -45 -44 -15 -69 -34 -61 -46 3 -5 0 -8 -7 -7 -7 2 -19 -10 -27 -26 -12 -23 -12 -32 -1 -52 11 -21 10 -27 -5 -42 -16 -16 -18 -16 -27 0 -14 26 -42 12 -28 -14 12 -22 5 -32 -28 -43 -18 -5 -22 -3 -17 9 3 9 1 16 -5 16 -6 0 -11 -4 -11 -10 0 -5 -5 -10 -11 -10 -7 0 -10 12 -7 30 6 37 -4 39 -22 3 -8 -16 -23 -41 -35 -58 -11 -16 -18 -32 -15 -35 3 -3 -10 -12 -27 -20 l-33 -15 0 -112 0 -113 1500 0 1500 0 0 46 c0 41 -4 51 -36 78 -29 25 -37 40 -40 71 -1 22 2 45 8 53 6 7 9 13 7 15 -41 23 -79 38 -87 33 -16 -10 -62 12 -62 29 0 8 8 15 18 15 13 0 17 8 15 32 -1 18 -2 41 -2 51 -1 9 -6 17 -12 17 -6 0 -8 -8 -4 -19 9 -28 -28 -37 -71 -16 -27 13 -34 22 -34 45 0 16 -4 32 -10 35 -5 3 -10 -3 -10 -14 0 -15 -4 -19 -17 -14 -10 4 -21 11 -25 17 -4 6 -15 6 -32 -2 -24 -11 -30 -8 -73 34 l-47 46 57 -7 c40 -5 57 -4 57 4 0 6 -6 11 -14 11 -8 0 -23 11 -34 25 -21 27 -48 33 -54 13 -3 -8 -23 -1 -59 21 -68 42 -66 40 -49 51 11 7 12 14 2 34 -9 21 -9 27 6 35 13 8 14 12 5 22 -16 16 -39 5 -55 -28 -18 -37 -32 -35 -36 5 -3 29 0 33 27 38 25 5 31 11 31 33 0 15 5 32 12 39 9 9 7 12 -10 12 -12 0 -22 -6 -22 -14 0 -8 -10 -16 -22 -18 -15 -2 -22 -9 -22 -21 2 -23 -23 -22 -31 2 -4 12 -12 17 -24 14 -11 -3 -24 3 -32 15 -16 22 -103 44 -139 35 -21 -6 -22 -4 -16 20 6 26 5 27 -38 27 -34 0 -48 5 -56 19 -12 24 -66 52 -86 44 -7 -3 -14 -1 -14 5 0 5 -9 12 -20 15 -11 3 -23 13 -27 23 -8 21 -35 54 -44 54 -3 0 -9 -3 -12 -7z m-723 -98 c3 -9 -1 -18 -10 -22 -19 -7 -28 2 -21 22 8 19 23 19 31 0z m859 -55 c14 -11 32 -20 40 -20 18 0 29 -24 21 -45 -5 -13 -9 -13 -22 -3 -8 7 -25 11 -37 10 -15 -2 -28 5 -39 22 -33 52 -11 74 37 36z m-1018 -75 c0 -16 -6 -30 -12 -32 -9 -3 -13 7 -13 32 0 25 4 35 13 33 6 -3 12 -17 12 -33z m1284 1 c8 -10 9 -16 1 -21 -13 -8 -30 3 -30 21 0 18 14 18 29 0z m101 -92 c0 -22 -2 -25 -15 -14 -12 10 -13 16 -4 26 16 20 19 18 19 -12z m173 -151 c40 -31 46 -43 20 -43 -22 0 -83 42 -83 58 0 20 24 14 63 -15z m-2116 -150 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M771 1007 c7 -15 16 -27 20 -27 4 0 10 -11 13 -24 3 -14 15 -27 25 -31 26 -8 71 4 68 18 -1 6 8 16 21 22 38 17 18 30 -51 31 -51 1 -72 5 -88 20 -21 19 -21 19 -8 -9z m94 -37 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z"/> <path d="M360 843 c0 -11 35 -42 68 -61 18 -10 22 -10 22 1 0 6 -10 18 -22 26 -13 8 -33 21 -45 29 -13 8 -23 10 -23 5z"/> <path d="M2410 810 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/> <path d="M2530 700 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/> <path d="M2455 650 c-3 -5 1 -10 10 -10 9 0 13 5 10 10 -3 6 -8 10 -10 10 -2 0 -7 -4 -10 -10z"/> <path d="M2631 641 c-8 -6 -9 -11 -3 -15 6 -3 14 -1 17 5 9 14 2 20 -14 10z"/> <path d="M2720 541 c0 -17 29 -33 51 -26 11 4 17 10 13 15 -14 12 -64 21 -64 11z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 112.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,112.000000) scale(0.100000,-0.100000)"> <path d="M1767 1073 c-15 -14 -5 -40 30 -78 25 -27 38 -51 40 -73 1 -19 7 -40 14 -48 9 -11 9 -17 -1 -29 -10 -13 -18 -10 -54 21 -35 30 -46 35 -76 30 -28 -4 -38 -1 -48 14 -10 17 -10 21 3 26 13 5 12 10 -7 29 -26 25 -65 38 -70 23 -2 -6 -14 -11 -26 -12 -13 0 -27 -7 -31 -15 -5 -8 -16 -11 -24 -8 -9 3 -17 -2 -20 -14 -6 -22 -37 -26 -37 -4 0 18 -5 19 -30 3 -15 -9 -24 -9 -42 0 -23 12 -77 11 -130 -3 -20 -5 -29 -2 -37 13 -6 12 -24 21 -44 24 -33 3 -34 2 -33 -26 0 -16 -4 -31 -10 -33 -16 -6 -64 36 -64 57 0 9 -6 23 -14 29 -19 16 -48 -1 -135 -81 -16 -16 -36 -28 -43 -28 -8 0 -18 -4 -23 -9 -6 -5 -31 -11 -56 -13 -32 -3 -66 -17 -112 -46 -37 -23 -69 -42 -71 -42 -3 0 -26 -20 -50 -45 -50 -49 -66 -55 -66 -25 0 11 5 20 10 20 6 0 10 9 10 19 0 11 -4 23 -10 26 -5 3 -10 -1 -10 -10 0 -17 -37 -35 -57 -28 -8 3 -13 -3 -13 -16 0 -22 -34 -46 -55 -37 -7 2 -16 -1 -19 -9 -2 -7 -24 -18 -48 -24 -38 -9 -39 -10 -7 -7 20 2 42 1 49 -4 20 -13 3 -40 -25 -40 -14 0 -25 -4 -25 -9 0 -12 64 6 68 19 2 6 12 10 23 10 10 0 19 7 19 15 0 18 45 49 60 40 19 -12 10 -33 -18 -43 -20 -7 -31 -20 -38 -42 -7 -25 -18 -35 -47 -45 -44 -15 -69 -34 -61 -46 3 -5 0 -8 -7 -7 -7 2 -19 -10 -27 -26 -12 -23 -12 -32 -1 -52 11 -21 10 -27 -5 -42 -16 -16 -18 -16 -27 0 -14 26 -42 12 -28 -14 12 -22 5 -32 -28 -43 -18 -5 -22 -3 -17 9 3 9 1 16 -5 16 -6 0 -11 -4 -11 -10 0 -5 -5 -10 -11 -10 -7 0 -10 12 -7 30 6 37 -4 39 -22 3 -8 -16 -23 -41 -35 -58 -11 -16 -18 -32 -15 -35 3 -3 -10 -12 -27 -20 l-33 -15 0 -112 0 -113 1500 0 1500 0 0 46 c0 41 -4 51 -36 78 -29 25 -37 40 -40 71 -1 22 2 45 8 53 6 7 9 13 7 15 -41 23 -79 38 -87 33 -16 -10 -62 12 -62 29 0 8 8 15 18 15 13 0 17 8 15 32 -1 18 -2 41 -2 51 -1 9 -6 17 -12 17 -6 0 -8 -8 -4 -19 9 -28 -28 -37 -71 -16 -27 13 -34 22 -34 45 0 16 -4 32 -10 35 -5 3 -10 -3 -10 -14 0 -15 -4 -19 -17 -14 -10 4 -21 11 -25 17 -4 6 -15 6 -32 -2 -24 -11 -30 -8 -73 34 l-47 46 57 -7 c40 -5 57 -4 57 4 0 6 -6 11 -14 11 -8 0 -23 11 -34 25 -21 27 -48 33 -54 13 -3 -8 -23 -1 -59 21 -68 42 -66 40 -49 51 11 7 12 14 2 34 -9 21 -9 27 6 35 13 8 14 12 5 22 -16 16 -39 5 -55 -28 -18 -37 -32 -35 -36 5 -3 29 0 33 27 38 25 5 31 11 31 33 0 15 5 32 12 39 9 9 7 12 -10 12 -12 0 -22 -6 -22 -14 0 -8 -10 -16 -22 -18 -15 -2 -22 -9 -22 -21 2 -23 -23 -22 -31 2 -4 12 -12 17 -24 14 -11 -3 -24 3 -32 15 -16 22 -103 44 -139 35 -21 -6 -22 -4 -16 20 6 26 5 27 -38 27 -34 0 -48 5 -56 19 -12 24 -66 52 -86 44 -7 -3 -14 -1 -14 5 0 5 -9 12 -20 15 -11 3 -23 13 -27 23 -8 21 -35 54 -44 54 -3 0 -9 -3 -12 -7z m-723 -98 c3 -9 -1 -18 -10 -22 -19 -7 -28 2 -21 22 8 19 23 19 31 0z m859 -55 c14 -11 32 -20 40 -20 18 0 29 -24 21 -45 -5 -13 -9 -13 -22 -3 -8 7 -25 11 -37 10 -15 -2 -28 5 -39 22 -33 52 -11 74 37 36z m-1018 -75 c0 -16 -6 -30 -12 -32 -9 -3 -13 7 -13 32 0 25 4 35 13 33 6 -3 12 -17 12 -33z m1284 1 c8 -10 9 -16 1 -21 -13 -8 -30 3 -30 21 0 18 14 18 29 0z m101 -92 c0 -22 -2 -25 -15 -14 -12 10 -13 16 -4 26 16 20 19 18 19 -12z m173 -151 c40 -31 46 -43 20 -43 -22 0 -83 42 -83 58 0 20 24 14 63 -15z m-2116 -150 c-4 -3 -10 -3 -14 0 -3 4 0 7 7 7 7 0 10 -3 7 -7z"/> <path d="M771 1007 c7 -15 16 -27 20 -27 4 0 10 -11 13 -24 3 -14 15 -27 25 -31 26 -8 71 4 68 18 -1 6 8 16 21 22 38 17 18 30 -51 31 -51 1 -72 5 -88 20 -21 19 -21 19 -8 -9z m94 -37 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z"/> <path d="M360 843 c0 -11 35 -42 68 -61 18 -10 22 -10 22 1 0 6 -10 18 -22 26 -13 8 -33 21 -45 29 -13 8 -23 10 -23 5z"/> <path d="M2410 810 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/> <path d="M2530 700 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/> <path d="M2455 650 c-3 -5 1 -10 10 -10 9 0 13 5 10 10 -3 6 -8 10 -10 10 -2 0 -7 -4 -10 -10z"/> <path d="M2631 641 c-8 -6 -9 -11 -3 -15 6 -3 14 -1 17 5 9 14 2 20 -14 10z"/> <path d="M2720 541 c0 -17 29 -33 51 -26 11 4 17 10 13 15 -14 12 -64 21 -64 11z"/> </g> </svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: top center; mask-position: top center; -webkit-mask-size: auto; mask-size: auto; background-color: var(--color-secondary); opacity: 0.9;}
.continents-page-box .text-content .text-title{font-size: 20px; color: var(--color-white); margin-bottom: 30px; position: relative;}
.continents-page-box .text-content .text-title a{color: inherit;}
.continents-page-box li:before{content: ""; width: 100%; height: 100%; background-color: transparent; border: 1px solid var(--color-white); position: absolute; left: 0; bottom: 0; transform: scale(0.9); z-index: 1; transition: all 0.4s ease-in-out;}
.continents-page-box li:hover .img_overlay {opacity: 1; transform: translateY(0);}
.continents-page-box li:hover img {transform: scale(1.1);}
.continents-page-box li:hover::before {transform: scale(1);}

.cabin-container{width: 100%; display: flex; flex-wrap: wrap; padding-top: var(--spacing-m); margin-bottom: 0px !important;}
.cabin-container li{flex: 0 0 49%; list-style: none; margin-right: 2%; margin-bottom: 30px; background-color: var(--color-white); box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06); border-radius: var(--border-radius-large); padding: var(--spacing-m) !important;}
.cabin-container li:nth-child(2n){margin-right: 0;}
.cabin-container li .image-wrapper{position: relative; z-index: 1; overflow: hidden; display: flex; border-radius: var(--border-radius-large);}
.cabin-container li .image-wrapper img{object-fit: cover; width: 100%; transform: scale(1); transition: all 0.4s ease-in-out;}
.cabin-container li .image-wrapper img:hover{transform: scale(1.1);}
.cabin-container li .content-wrapper{width:100%; padding-top: var(--spacing-m); text-align: center;}
.cabin-container li .content-wrapper .heading{font-size: 20px; color: var(--color-secondary); font-weight: 500; padding-bottom: var(--spacing-xs);}
.cabin-container li .content-wrapper p{font-size: 13px; color: var(--color-black-secondary); line-height: 22px; margin-bottom: 0;}
.cabin-container li .view_btn{width:auto; background-color: var(--color-primary); border: solid 1px var(--color-white); padding: 6px 16px; align-items: flex-end; font-size: 14px; color: var(--color-white); font-weight: 500; border-radius: var(--border-radius-medium); text-align: center; margin-top: 10px; display: inline-block;}
.cabin-container li .view_btn:hover{background-color: transparent; color: var(--color-primary); border: solid 1px var(--color-primary);}
.cabin-container li:before{display: none;}


.common-img-box{width: 100%; display: flex; flex-wrap: wrap; padding-top: var(--spacing-m); margin-bottom: 0px !important;}
.common-img-box li{flex: 0 0 32%; list-style: none; margin-right: 2%; margin-bottom: 30px;}
.common-img-box li:nth-child(3n){margin-right: 0;}
.common-img-box li .img-wrapper{position: relative; overflow: hidden; border-radius: var(--border-radius-default)}
.common-img-box li .img-wrapper img{object-fit: cover; width: 100%; border-radius: var(--border-radius-default); transform: scale(1); transition: all 0.4s ease-in-out; position: relative; vertical-align: middle;}
/*.common-img-box li .img-wrapper img:before{content: ''; z-index: 10; width: 100%; height: 100%; display: block; position: absolute; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);}*/
.common-img-box li .img-wrapper img:hover{transform: scale(1.1);}
.img-overlay{display: flex; width: 100%; height: 100%; background: rgba(29, 35, 31, 0.4); position: absolute; top: 0; left: 0; justify-content: center; align-items: center; opacity: 0; transform: translateY(-20%); z-index: 1; transition: opacity 500ms ease, transform 500ms ease;}
.common-img-box li .text-content{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center;}
.common-img-box li .text-content .text-title{font-size: 16px; color: var(--color-white); margin-bottom: 20px; position: relative; background-color: var(--color-primary); padding: 4px 10px; border-radius: var(--border-radius-default);}
.common-img-box li:before{display: none;}
.common-img-box li:hover .img-overlay{opacity: 1; transform: translateY(0);}
.common-img-box li .img-wrapper img:hover {transform: scale(1.1);}

/* Search engine */
.se-wrapper{position: relative; padding-bottom: 30px;}
.se-tabs-container{position: relative; text-align: center;}
.se-tabs-container .se-tabs{display: inline-block; width: auto; margin-bottom: var(--spacing-l); padding: var(--spacing-xxs); border-radius: 42px; background: rgba(0, 0,0,0.5);}
.se-tabs-container .se-tabs .tab_btn{padding: 0px var(--spacing-ml); height: 38px; border-radius:38px; color: #fff; font-size: 14px; font-weight: 400; border: none; background-color: transparent;}
.se-tabs-container .se-tabs .tab_btn.active{color: var(--color-darker); background-color: var(--color-white)}
.search-engine-wrapper{width:100%; background: var(--color-white); border-radius: var(--border-radius-large); box-shadow: 0 0 8px 0 rgba(0,0,0,.15); padding: var(--spacing-m); display: flex; flex-wrap: wrap; vertical-align: top; margin: 0 auto;}
.search-engine-wrapper .leg-container{width:100%; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; border-bottom: solid 3px var(--color-white);}
.search-engine-wrapper .leg-container .input-wrapper{display: flex; width: 100%; flex-wrap: nowrap; position: relative; align-items: center; background-color: var(--color-background-grey-100);}
.search-engine-wrapper .leg-container .input-wrapper:first-child{border-radius: var(--border-radius-standard) 0 0 var(--border-radius-standard);}
.search-engine-wrapper .leg-container .input-wrapper:nth-child(2n){border-radius: 0 var(--border-radius-standard) var(--border-radius-standard) 0;}
.search-engine-wrapper .leg-container .input-wrapper .input-section{width: 100%; position: relative;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content{width: 100%; height: 56px; padding: var(--spacing-none) var(--spacing-sm); font-size: 12px; cursor: pointer; display: flex; flex-direction: column; justify-content: center;}
.search-engine-wrapper .leg-container .input-wrapper .input-section:last-of-type .input-content{border-left: solid 3px var(--color-white); border-right: solid 3px var(--color-white);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row{display: flex; align-items: center;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row i{font-size: 28px; color: #ccc; padding-right: var(--spacing-s);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row svg{fill: var(--color-grey-400); margin-right: var(--spacing-s);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_col-container{width:100%; display: none; align-items: center;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_placeholder{display: flex; align-items: center; font-size: 13px; color: var(--color-black-secondary);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_col {flex: 1 1;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_col .inp_value{position: relative; height: 20px;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_col .inp_value span{position: absolute; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; font-size: 14px; font-weight: 500; color: var(--color-black);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_col .inp_country{font-size: 12px; color: var(--color-black-secondary);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .input-content .input_row .inp_badge{color: var(--color-primary); background-color: var(--color-primary-bg-100); padding: var(--spacing-xxs) var(--spacing-xs); border-radius: var(--border-radius-small); font-size: 12px; text-transform: uppercase;}
.search-engine-wrapper .leg-container .input-wrapper .date-wrapper .input-section .input-content .input_row .inp_placeholder{display: flex; align-items: center; font-size: 13px; color: var(--color-black-secondary); line-height: 14px;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.date-wrapper .input-content .input_row .inp_col .inp_value{height:auto;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.date-wrapper .input-content .input_row .inp_col .inp_value span{position: relative;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.date-wrapper .input-content .input_row .inp_col .inp_value input{background-color: transparent; width: 100%; height: auto; padding: 0px; font-weight: 500; font-size: 14px; cursor: pointer; border:none; overflow: hidden !important; text-overflow: ellipsis; white-space: nowrap;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.cabin-wrapper .input-content .input_row .inp_badge{background-color: transparent; padding: 0;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.cabin-wrapper .input-content .input_row .inp_badge i{vertical-align: bottom; font-size: 24px; padding: 0; color: var(--color-black-secondary);}
.search-engine-wrapper .leg-container .input-wrapper .input-section.cabin-wrapper .input-content .input_row .inp_badge svg{fill: var(--color-black-secondary); margin-right: 0;}
.search-engine-wrapper .leg-container .input-wrapper .input-section.cabin-wrapper {border-right: 0; padding-left: 0;}
.search-engine-wrapper .leg-container .search-wrapper .search_btn {background-color: var(--color-primary); text-align: center; border: solid 1px var(--color-primary); cursor: pointer; font-size: 18px; color: var(--color-white); border-radius: 56px; height: 56px; min-width: 56px;}
.search-engine-wrapper .leg-container .search-wrapper .search_btn:hover {background-color: var(--color-white); color: var(--color-primary)}
.search-engine-wrapper .leg-container .search-wrapper .search_btn i {font-size: 24px; vertical-align: text-top;}
.search-engine-wrapper .leg-container .search-wrapper .search_btn span{display: none}
.search-engine-wrapper .leg-container .search-wrapper .search_btn svg{fill: var(--color-white)}
.search-engine-wrapper .leg-container .search-wrapper .search_btn:hover  svg{fill: var(--color-primary)}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown {position: absolute; top: 0; left: 0px; width: 100%; max-width: 500px; max-height: 250px; overflow-y: auto; padding: 0 var(--spacing-sm) var(--spacing-sm) var(--spacing-sm); z-index: 2; color: var(--color-black-secondary); background-color:  var(--color-white); border-radius: var(--border-radius); box-shadow: 0 8px 24px rgba(145, 149, 158, .2); display: none; min-width: 320px;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .drpodown_title {font-size: 12px; display: flex; align-items: center; height: var(--spacing-xxl);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .drpodown_title i{font-size: 16px; color: var(-color-grey-light); margin-left: auto; cursor: pointer;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown input{width: 100%; height: 48px; padding: 0 10px; font-size: 1rem; border: 1px solid #e1e8ee; background-color: #fff; border-radius: var(--border-radius-medium); -webkit-appearance: none; color: var(--color-black);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result{margin: var(--spacing-sm) -12px var(--spacing-none);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result ul{font-family:'Rubik', sans-serif; position: relative; margin: 0px; padding: 0px; box-shadow: none !important; border: none; top:0px !important; left:auto !important; width: 100% !important; max-height: inherit; overflow: auto;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li{display: flex; align-items: center; padding: var(--spacing-s) var(--spacing-sm); margin: 0px; border-bottom: solid 1px var(--color-background-light); cursor: pointer; width: auto;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li .port-text{flex: 1 1; font-size: 14px; color: var(--color-black); line-height: 1.35; margin: 0px !important;  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li .port-text .airport_country{font-size: 10px; color: var(--color-black-light);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li .port_code{border: 1px solid var(--color-background-light); padding:2px 6px; margin-left: auto; font-size: 12px; text-transform: uppercase; color: var(--color-black-secondary); line-height: 16px;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li .ui-menu .ui-state-focus, .search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li .ui-menu .ui-state-active{margin: 0px !important;}
.flag {width: 45px; height: 30px; display: block; position: relative; margin:0 10px 0 0 !important;}
.medium {width: 45px; height: 30px;}
.flag:after {top: 0; left: 0; width: 90px; height: 54px; position: absolute; transform: scale(.5); transform-origin: top left; background-repeat: no-repeat; background-image: url("/img/flag_spirit.jpg") ; background-position: 0 0; content: "";}
.medium:after {transform: scale(0.48);}

.cabin-dropdown-section{width:100%; background:#fff; opacity:0; visibility:hidden; position:absolute; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); transform:translateY(10%); top:65px; left:0; right:auto; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; transition: all 0.35s ease-out; padding: 15px; border-radius: 4px; cursor: default;}
.cabin-dropdown-section.opened{visibility:visible; opacity:1; -webkit-transform:translateY(0); -moz-transform:translateY(0); transform:translateY(0); z-index:1160;}
.cabin-dropdown-section .travellers-area {width:100%; margin:0px; padding:0px; overflow:hidden;}
.cabin-dropdown-section .travellers-area li {width:100%; display: flex; flex-wrap: nowrap; margin-bottom: var(--spacing-sm); align-items: center; justify-content: space-between;}
.cabin-dropdown-section .travellers-area li:last-child {margin-right:0;}
.cabin-dropdown-section .travellers-area label {font-size:15px; color: var(--color-black); display: flex; font-weight: 500; line-height: 24px;}
.cabin-dropdown-section .travellers-area label span {font-size:11px; color: var(--color-black-secondary); padding-left: var(--spacing-xs); font-weight: 400;}
.cabin-dropdown-section .travellers-area .numbers-row{display: flex; min-width:85px;}
.cabin-dropdown-section .travellers-area input {background:#fff; font-family:'Rubik', sans-serif; color:#333; padding: var(--spacing-none); float:left; text-align:center; width:30px; border-top:solid 1px #b6b6b6; border-bottom:solid 1px #b6b6b6; border-left:none; border-right:none; height:30px; font-size: 14px; line-height:30px;}
.cabin-dropdown-section .travellers-area .button {background: var(--color-background-light); padding:0px; float:left; text-align:center; width:30px; border:solid 1px #b6b6b6; cursor:pointer; height:30px; font-size:12px; border-radius:2px 0px 0px 2px; -webkit-user-select: none; user-select: none;}
.cabin-dropdown-section .travellers-area .button i {font-size:20px; line-height:28px; color: var(--color-black); font-weight:400;}
.cabin-dropdown-section .travellers-area .inc {border-radius:0px 2px 2px 0px; border-right:solid 1px #b6b6b6;}
.cabin-dropdown-section .travellers-area .numbers-row{min-width:85px; float:right;}
.cabin-dropdown-section .child-age-container{width: 100%; padding: 0px; margin: var(--spacing-none); vertical-align: top; display: none;}
.cabin-dropdown-section .child-age-container li{width:50%; float:left; margin: 0px; padding-right: 10px;}
.cabin-dropdown-section .child-age-container li label{font-size: 10px; padding-top: var(--spacing-xs);}
.cabin-dropdown-section .child-age-container li:nth-child(even){padding-right: 0px; padding-left: 10px;}
.cabin-dropdown-section .child-age-container select{font-size: 12px;}
.cabin-dropdown-section .cabin-area{width: 100%; padding: 0px; margin: var(--spacing-sm) var(--spacing-none) var(--spacing-ml); display: inline-block; vertical-align: top;}
.cabin-dropdown-section .cabin-area .heading{font-size:15px; color: var(--color-black); display: flex; font-weight: 500; padding-bottom: var(--spacing-xxs)}
.cabin-dropdown-section .cabin-area select{font-size: 14px;}
.cabin-dropdown-section .done_btn-container{width:100%; margin: 0px; padding: 0px; display: inline-block; vertical-align: top;}
.cabin-dropdown-section .done_btn-container .done_btn{width:100%; background-color: var(--color-white); border:solid 1px  var(--color-primary); border-radius: var(--border-radius-large); font-size: 16px; color: var(--color-primary); padding: var(--spacing-xs) var(--spacing-l);}
.cabin-dropdown-section .done_btn-container .done_btn:hover{background-color: var(--color-primary); color: var(--color-white)}
.non-stop{width: 100%; padding-top: var(--spacing-m)}
.non-stop .checkbox label {color: var(--color-white)}
.non-stop .checkbox label::before{border-color: var(--color-white)}
.non-stop .checkbox :checked ~ label::before {padding-top: 0; border: solid 2px var(--color-white); background-color: transparent;}
#alert_dialog{z-index: 1260;}
.alert-box{margin:150px auto; -webkit-box-shadow:5px 5px 0 2px rgba(0,0,0,.3); box-shadow:5px 5px 0 2px rgba(0,0,0,.3);}
.alert-box .message-text{font-size:15px; color: var(--color-black); font-weight:500;}
.alert-box .message-text:before{content:'\f00e'; font-family: 'Material Symbols Outlined'; color: var(--color-red); font-size:36px; padding-right: var(--spacing-xxs); vertical-align:middle;}
.alert-box .alert-close_btn{position:absolute; right:-2px; top:5px; border: none; cursor: pointer; background: none;}
.alert-box .alert-close_btn i{font-size: 24px; color: var(--color-black);}
.alert-box .modal-header{border-bottom: none;}
.alert-box .alert-close_btn i:hover{color: var(--color-black-light);}
.daterangepicker.openscenter:before, .daterangepicker.openscenter:after{display: none;}
.daterangepicker .drp-calendar.left .calendar-table{padding-right: 30px;}
.daterangepicker .drp-calendar{max-width: 375px;}
.daterangepicker td.active, .daterangepicker td.active:hover{background-color: var(--color-secondary) !important;}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li:hover{background-color: var(--color-primary-100);}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li:hover .port_code{border: 1px solid var(--color-white); color: var(--color-white); background-color: var(--color-primary)}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li.active{background-color: var(--color-secondary)}
.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li.active .port-text, .search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li.active .port-text .airport_country, .search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown .dropdown-result li.active .port_code {color: var(--color-white)}

.calendar-header{width: 100%; position: relative; text-align: left; padding: 10px 12px 20px 12px;}
.flatpickr-calendar{border-radius:12px !important;}
.flatpickr-months{position: relative;}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{top:-8px !important;}
.journey-dropdown{width: auto; position: relative;}
.journey-dropdown .dropdown_btn{width: auto; align-items: center; border: none; border-radius: var(--border-radius-default); cursor: pointer; display: inline-flex; height: 32px; padding: 0 15px; background-color: #fff; box-shadow: inset 0 0 0 1px #c1c7cf; color:var(--color-black);}
.journey-dropdown .dropdown_btn .inner-text{font-size: 13px;}
.journey-dropdown .dropdown_btn i{font-size: 20px; vertical-align: text-top; margin-left: var(--spacing-xs); margin-right: -8px}
.journey-dropdown .dropdown_btn:hover{box-shadow: inset 0 0 0 1px var(--color-darker)}
.journey_drop-box{width: auto; background: var(--color-white); box-shadow: 0 4px 14px 0 #25201f40; border-radius: var(--border-radius-default); opacity: 0; position: absolute; transition: all 0.35s ease-out; height: auto;}
.journey_drop-box{width:auto; min-width: 250px; background:#fff; opacity:0; visibility:hidden; position:absolute; -webkit-transform: translateY(10%); -moz-transform: translateY(10%); transform:translateY(10%); top:35px; left:0; right:auto; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; transition: all 0.35s ease-out; padding: 15px; border-radius: 4px; cursor: default;}
.journey_drop-box.opened{visibility:visible; opacity:1; -webkit-transform:translateY(0); -moz-transform:translateY(0); transform:translateY(0); z-index:1160;}
.journey_drop-box ul{list-style: none;}
.journey_drop-box ul li{display: flex; align-items: center; gap:10px; color: var(--color-black); padding: 6px 12px;}
.journey_drop-box ul li i{font-size: 16px;}
.journey_drop-box ul li span{font-size: 13px;}
.journey_drop-box ul li + li {margin-top: 6px;}
.journey_drop-box ul li:hover{background-color: var(--color-background-light-grey); cursor: pointer;}
.dayContainer{padding: 0 10px !important;}
.calendar-footer{width: 100%; margin-top: 10px; border-top: dashed 1px #ccc; padding: 8px 12px; display: flex; justify-content: space-between; align-items: center;}
.calendar-footer .text-type{font-size: 13px;}
.calendar-footer .apply-btn{background-color: var(--color-primary); color: var(--color-white); padding: 4px 10px; font-size: 15px;} 
.calendar-footer .apply-btn:hover{background-color: #da5b12;} 
.numInputWrapper:hover{background: none !important;}
.numInputWrapper span.arrowUp{display: none;}
.numInputWrapper span.arrowDown{display: none;}
.calendar-header .pop_calendar-date{display: none; flex-wrap: nowrap; gap: 4px; width: 100%; margin-top: var(--spacing-sm);}
.calendar-header .pop_calendar-date .print_date{width: 50%; text-align: center; border:solid 2px var(--color-primary-100); background-color: var(--color-primary-100); color: var(--color-blacker); font-size: 13px; padding: var(--spacing-ss) 0px; line-height:1.5; position: relative;}
.calendar-header .pop_calendar-date .print_date.focused{border-color: #ff9d64;}
.calendar-header .pop_calendar-date .print_date:first-child{border-radius: var(--spacing-xs) 0 0 var(--spacing-xs);}
.calendar-header .pop_calendar-date .print_date:last-child{border-radius: 0 var(--spacing-xs) var(--spacing-xs) 0;}
.calendar-header .pop_calendar-date .print_date i{font-size: 18px; position: absolute; right:5px; top:12px; color: var(--color-black);}
.calendar-header .pop_calendar-date .print_date.oneway{width: 100%; border-radius: var(--spacing-xs)!important;}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{width: 28px; height: 28px; background-color: var(--color-background-light-grey); padding: 0px; border-radius:50%; top: 4px !important}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month{width: 28px; height: 28px; background-color: var(--color-background-light-grey); padding: 0px; border-radius:50%; top: 4px !important}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:14px;}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right: 14px;}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg{width:12px !important; height: 12px !important;} 
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path{fill: var(--color-white)}
.flatpickr-weekdays{margin: var(--spacing-xss) 0px;}
.rangeMode .flatpickr-day{font-weight: 500;}
.flatpickr-current-month{padding-top: 4px;}


@media screen and (max-width:767px) {	
	.calendar-header .pop_calendar-date{display: flex;}
}

/* footer */
.footer-container{width:100%; margin: 0px; padding: 0px; display: inline-block; vertical-align: top; position: relative; border-top: solid 1px var(--color-background-blue-light); background: var(--color-white)}
.footer-top-wrapper{width: 100%; padding: 40px 0px; display: flex;  flex-wrap: wrap;}
.footer-top-wrapper .footer-section{width:20%; margin-right: 2%; color: var(--color-black-secondary); padding-right: 10px;}
.footer-top-wrapper .footer-section .footer-logo{margin-bottom: var(--spacing-xs);}
.footer-top-wrapper .footer-section .footer-logo img{width: auto; max-width: 100%; max-height: 38px;}
.footer-top-wrapper .footer-section p{font-size: 13px; line-height: 24px; padding-bottom: var(--spacing-s);}
.footer-top-wrapper .footer-section:first-child{width:36%;}
.footer-top-wrapper .footer-section:last-child{margin-right: 0; width: 18%;}
.footer-top-wrapper .footer-section .heading{font-size: 18px; padding-bottom: var(--spacing-s); color: var(--color-black); font-weight: var(--font-medium);}
.footer-top-wrapper .footer-section .conatct-section{width:100%; list-style:none;}
.footer-top-wrapper .footer-section .conatct-section li{width:100%; padding-bottom: var(--spacing-xs);}
.footer-top-wrapper .footer-section .conatct-section li i{font-size:14px; float:left; color: var(--color-black-light); min-width:20px; padding-top:4px;}
.footer-top-wrapper .footer-section .conatct-section li .content{display:table !important;}
.footer-top-wrapper .footer-section .conatct-section li .content p{font-size:13px; color: var(--color-black-secondary); line-height:20px; text-align:left; padding-bottom: var(--spacing-none);}
.footer-top-wrapper .footer-section .conatct-section li .content p a{color:var(--color-black-secondary); text-decoration:none;}
.footer-top-wrapper .footer-section .social-links{display: flex; flex-wrap: wrap; align-items: center; margin-top: var(--spacing-m)}
.footer-top-wrapper .footer-section .social-links li{margin-right: var(--spacing-s)}
.footer-top-wrapper .footer-section .social-links li a{background-color: transparent; width: 36px; height: 36px; text-align: center; border: solid 1px var(--color-black-secondary); border-radius: 50%; color: var(--color-black-secondary); display: inline-block; line-height: 38px;}
.footer-top-wrapper .footer-section .social-links li a:hover{background-color: var(--color-black); color: var(--color-white)}
.footer-top-wrapper .footer-section .social-links li a i{font-size: 18px; line-height: 36px;}
.footer-top-wrapper .footer-section .heading2{padding-top: 28px;}
.footer-top-wrapper .footer-section .footer-nav{list-style: none;}
.footer-top-wrapper .footer-section .footer-nav li{font-size:12px; padding: 3px var(--spacing-none);}
.footer-top-wrapper .footer-section .footer-nav li:before{content:"\f192"; font-family:FontAwesome; font-size:6px; color: var(--border-black-light); padding-right: var(--spacing-s); vertical-align: middle;}
.footer-top-wrapper .footer-section .footer-nav li a{color: var(--color-black); text-decoration:none;}
.footer-top-wrapper .footer-section .footer-nav li a:hover{color: var(--color-secondary); text-decoration:none;}
.footer-top-wrapper .footer-section .footer-nav li:first-child{padding-top:0px;}
.footer-top-wrapper .footer-section .footer-nav2{list-style: none;}
.footer-top-wrapper .footer-section .footer-nav2 li{font-size:12px; padding: var(--spacing-xs) var(--spacing-none);}
.footer-top-wrapper .footer-section .footer-nav2 li a{color: var(--color-black-secondary); text-decoration:none;}
.footer-top-wrapper .footer-section .footer-nav2 li a:hover{color: var(--color-secondary); text-decoration:none;}
.footer-top-wrapper .footer-section .footer-nav2 li img{max-height: 18px; padding-right: var(--spacing-xs); vertical-align: middle;}
.footer-top-wrapper .footer-section .footer-nav2 li:first-child{padding-top:0px;}
.footer-mid-wrapper{width: 100%; padding: 20px 0px; display: flex; text-align: center; flex-wrap: nowrap; justify-content: center; border-top: solid 1px var(--color-background-blue-light); border-bottom: solid 1px var(--color-background-blue-light);}
.footer-mid-wrapper p{font-size: 14px; color: var(--color-black); line-height: 24px; padding-bottom: var(--spacing-m);}
.footer-mid-wrapper p strong{font-weight: 500;}
.footer-mid-wrapper img{max-height: 80px;}
.footer-bottom-wrapper{width: 100%; padding: 15px 0px; display: flex; text-align: center; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-bottom-wrapper .pay-icon{max-height: 36px;}
.footer-bottom-wrapper .pay-icon img{max-width: 100%;}
.footer-bottom-wrapper .copyright{font-size: 13px; color: var(--color-black-light);}
.footer-text-wrapper{width: 100%; padding: 20px 0px; display: flex; text-align: center; flex-wrap: nowrap; justify-content: center; border-top: dashed 1px #ddd; border-bottom: dashed 1px #ddd; background-color: #f9f9f9;}
.footer-text-wrapper p{font-size: 14px; color: var(--color-black); line-height: 24px; padding-bottom: var(--spacing-m); text-align: left;}
.footer-text-wrapper p strong{font-weight: 500;}


@media screen and (max-width:1200px) {	
  	.home-banner-container{min-height: inherit;} 
	.fixed-width{width:96%;} 	
}
@media screen and (max-width:1200px) {
	.cabin-dropdown-section .travellers-area label{flex-direction: column;}
}
@media screen and (max-width:1200px) {
	.cabin-dropdown-section .travellers-area label{flex-direction: column;}
}
@media (min-width: 1025px) {
	.search-engine-wrapper .leg-container .input-wrapper{flex: 4 1;}
	.search-engine-wrapper .leg-container .search-wrapper{flex: 0 1; padding-left: var(--spacing-xss)}
}
@media screen and (max-width:1024px) {
	.inner-banner{padding-top: 30px;}
	.heading-container{padding: 0px;}
	.se-wrapper{margin-top: 10px;;}
	.search-engine-wrapper .leg-container{flex-wrap: wrap;}
	.search-engine-wrapper .leg-container .input-wrapper{flex-wrap: wrap; border-radius: 0px;}
	.search-engine-wrapper .leg-container .input-wrapper:first-child{border-radius: var(--border-radius-standard) var(--border-radius-standard) 0 0;}
	.search-engine-wrapper .leg-container .input-wrapper .input-section:last-of-type .input-content{border-top:solid 3px var(--color-white); border-bottom: solid 3px var(--color-white); border-left:none; border-right: none;}
	.search-engine-wrapper .leg-container .input-wrapper:nth-child(2n){border-radius: 0 0 var(--border-radius-standard) var(--border-radius-standard);}
	.search-engine-wrapper .leg-container .input-wrapper .date-wrapper{width: 50%;}
	.search-engine-wrapper .leg-container .input-wrapper .cabin-wrapper{width: 50%;}
	.search-engine-wrapper .leg-container .input-wrapper .cabin-wrapper:last-of-type .input-content{border: none; border-left: solid 3px var(--color-white);}
	.search-engine-wrapper .leg-container .search-wrapper{width: 100%;}
	.search-engine-wrapper .leg-container .search-wrapper .search_btn{width: 100%; margin-top: var(--spacing-m)}
	.search-engine-wrapper .leg-container .search-wrapper .search_btn span{display: inline-block;}  
	.search-engine-wrapper{margin-bottom: 30px;}
    .footer-top-wrapper .footer-section:first-child{width: 100%; margin:0 0 20px; padding: 0px;}
	.footer-top-wrapper .footer-section{width: 32%;}
	.flatpickr-calendar{left:31px !important;}
	.se-wrapper{padding-bottom: 10px;}
	.bredcrumb-container{padding: 40px 0px;}	
	.cabin-dropdown-section .travellers-area label{flex-direction: inherit;}
}
@media screen and (max-width:767px) {
  .search-engine-wrapper .leg-container .input-wrapper .date-wrapper{width: 100%;}
	.search-engine-wrapper .leg-container .input-wrapper .cabin-wrapper{width:100%;}
	.search-engine-wrapper .leg-container .input-wrapper .cabin-wrapper:last-of-type .input-content{border: none; border-top: solid 3px var(--color-white);}
	.non-stop{padding-bottom: var(--spacing-m)}
	.search-engine-wrapper .leg-container .input-wrapper .input-section .inp_dropdown{position: fixed; z-index: 9999; max-height: none; height: 100%;}
    .footer-mid-wrapper img{max-height: 50px;}
	.footer-bottom-wrapper{display: block;}
	.footer-bottom-wrapper .copyright{padding-top: var(--spacing-sm);}
	.airline-list_container .airline-list li{width:49%}
	.airline-list_container .airline-list li:nth-child(3n){margin-right: 2%;}
	.airline-list_container .airline-list li:nth-child(2n){margin-right: 0;}
	.bredcrumb-container .heading-title{font-size: 20px;}
	.page-body-content > section .section-heading{font-size: 18px;}
}
@media screen and (max-width:479px) {
	.footer-top-wrapper .footer-section:last-child{width: 100%; margin:20px 0px 0px; padding: 0px;}
	.footer-top-wrapper .footer-section{width: 48%;}
	.footer-mid-wrapper p{font-size: 13px;}
	.alert-box .modal-header{padding: 12px 6px;}
	.alert-box .message-text{font-size: 14px;}
	.alert-box .message-text:before{font-size: 28px; padding-right: var(--spacing-none);}
	.alert-box .alert-close_btn i{font-size: 22px;}
	.airline-list_container .airline-list li{margin-right: 0; width:100%}
	.airline-list_container .airline-list li:nth-child(3n){margin-right: 0;}
	.bredcrumb-container .bredcrumb{font-size: 14px;}
	.bredcrumb-container .heading-title{font-size: 16px;}	
	.footer-text-wrapper p{font-size: 13px;}
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
	.flatpickr-calendar {position: fixed !important; color: inherit; background-color: #fff; width: 100% !important; height: 100% !important; padding: 0 !important; margin: 0 !important; top: 0 !important; left:0 !important; z-index: 99999999 !important; display: none; font-size: 15px; line-height: 1em;}
  	.flatpickr-innerContainer{justify-content: center;}
}
/*added extra country city 2025-08-07*/ 

.page-body-content .inner-heading{color: var(--color-blacker); padding-bottom: var(--spacing-sm); font-size: 22px; font-weight: var(--font-semibold);}
.selling-tabs{border-bottom: none; margin-top: 10px; margin-bottom: 20px; width:100%; flex-wrap: nowrap; overflow-x: auto; padding: 5px 0px;}
.selling-tabs li{margin-right: var(--spacing-m);}
.selling-tabs li:last-child{margin-right: 0px;}
.selling-tabs li a{background-color: var(--color-white); display: flex; font-size: 15px; padding: var(--spacing-ss) var(--spacing-ml); border-radius: var(--spacing-xxl); color: var(--color-black-secondary); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.selling-tabs li a.active{background-color: var(--color-primary); color: var(--color-white)}
.selling-tabs li:hover a {color: var(--color-blacker)}
.selling-tabs li a.active:hover {color: var(--color-white)}
.selling-list{width:100%; margin: 0px; padding: 0px;}
.selling-list li{width: 49%; margin-right: 1%; float: left; border-radius: var(--spacing-xs); border: dashed 1px #aaa; padding: var(--spacing-xs); margin-bottom: 20px;}
.selling-list li:nth-child(2n){margin-right: 0px; margin-left: 1%}
.selling-list li .inner-content{background-color: var(--color-white); border-radius: var(--spacing-xs); display: flex; flex-wrap: nowrap; gap:5px; justify-content: space-between; align-items: center;}
.selling-list li .inner-content .air-logo{position: relative; min-width: 40px; margin-left: 6px; padding-right: 5px; display: flex; align-items: center;}
.selling-list li .inner-content .air-logo img{max-height: 36px;}
.selling-list li .inner-content .itinerary-content{display: flex; flex-wrap: nowrap; line-height: 1.25; width: 100%; justify-content: space-between; align-items: center;} 
.selling-list li .inner-content .itinerary-content .journey-start{width: 25%; float:left;}
.selling-list li .inner-content .itinerary-content .journey-start .time{font-size: 14px; color: var(--color-black-secondary);}
.selling-list li .inner-content .itinerary-content .journey-start .iata{font-size: 16px; color: var(--color-darker); text-transform: uppercase;  font-weight: 500;}
.selling-list li .inner-content .itinerary-content .divider-area{width:50%; text-align: center; position: relative; float: left;}
.selling-list li .inner-content .itinerary-content .divider-area .divider{width: 100%; height: 1px; background-color: var(--color-grey-400); position: absolute; top:12px;}
.selling-list li .inner-content .itinerary-content .divider-area .divider:before{content: ''; width: 7px; height: 7px; border: solid 1px var(--color-grey-400); position: absolute; top: -3px; border-radius: 50%; left: -6px;}
.selling-list li .inner-content .itinerary-content .divider-area .divider:after{content: ''; width: 7px; height: 7px; border: solid 1px var(--color-grey-400); position: absolute; top: -3px; border-radius: 50%; right: -6px;}
.selling-list li .inner-content .itinerary-content .divider-area .rtrip{font-size: 11px; color: var(--color-black); padding: 4px 6px; border: solid 1px #e5e5e5; border-radius: var(--spacing-xs); text-transform: uppercase; display: inline-block; position: relative; background-color: var(--color-white); line-height: 1;}
.selling-list li .inner-content .itinerary-content .journey-end{width: 25%; float:right; text-align: right;}
.selling-list li .inner-content .itinerary-content .journey-end .time{font-size: 14px; color: var(--color-black-secondary);}
.selling-list li .inner-content .itinerary-content .journey-end .iata{font-size: 16px; color: var(--color-darker); text-transform: uppercase;  font-weight: 500;}
.selling-list li .inner-content .price-section{background-color: var(--color-grey-100); padding: 0px 12px; display: flex; align-items: center; min-width: 120px; justify-content: flex-end; box-shadow: -3px 0 5px 0px rgba(0, 0, 0, 0.1); font-size: 18px; color: var(--color-primary); min-height: 52px; margin-left: 20px; border-radius: 0 4px 4px 0; font-weight: var(--font-semibold)}

.country-wrap-container{width: 100%; margin: 30px 0px 0px; padding: 0px; display: inline-block;}
.continents-tabs{position: relative; padding: 0 20px;}
.continents-tabs ul{border-bottom: none; position: relative; display: flex; margin: 0 auto; flex-flow: row wrap; justify-content: flex-start;}
.continents-tabs ul li{position: relative; z-index: 1; display: flex; margin: 0px; text-align: center;}
.continents-tabs ul li a{position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2.5; font-size: 16px; color: var(--color-blacker); padding: 0 22px 0 12px;}
.continents-tabs ul li a:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; outline: 1px solid transparent; border-radius: 8px 8px 0 0; background: #ddd; /*box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);*/ content: ''; transform: perspective(5px) rotateX(0.93deg) translateZ(-1px); transform-origin: 0 0; backface-visibility: visible;}
.continents-tabs ul li a.active{color: var(--color-primary)}
.continents-tabs ul li a.active:after{background: var(--color-white);}
.country-tab-content{width: 100%; padding:30px 15px 0px; background: var(--color-white); border-radius: var(--border-radius-default); position: relative; top: -2px; display: inline-block; z-index: 10;}
.country-tab-content .country-list{width: 100%; list-style: none;}
.country-tab-content .country-list li{width: 23%; float: left; margin-right: 2.66%; border: dashed 1px #acaeaf; border-radius: var(--spacing-xss); margin-bottom: 30px;}
.country-tab-content .country-list li .img-section{padding: var(--spacing-sm); position: relative; border-radius: var(--border-radius-medium);}
.country-tab-content .country-list li .img-section img{width:auto; max-width: 100%}
.country-tab-content .country-list li .content-section{width:100%; padding: 0px 15px 15px; display: inline-block;}
.country-tab-content .country-list li .content-section .heading{font-size: 18px; color: var(--color-blacker); padding-bottom: var(--spacing-xs); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.country-tab-content .country-list li .content-section p{font-size: 12px; color: var(--color-black); grid-area: text; line-height:20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; height: 42px; overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.country-tab-content .country-list li .btn-section{width:100%; display: inline-block; display: flex; justify-content: space-between; align-items: center;}
.country-tab-content .country-list li .btn-section .economy-section{width: 50%; padding: 6px 0 6px 15px}
.country-tab-content .country-list li .btn-section .economy-section .btn_text{font-size: 14px; color: var(--color-black-secondary); line-height: 1.25;}
.country-tab-content .country-list li .btn-section .economy-section .btn_text strong{font-size: 18px; color: var(--color-primary); font-weight: 500; display: block;}
.country-tab-content .country-list li .btn-section .economy-section .btn_text a{color: inherit;}
.country-tab-content .country-list li .btn-section .business-section{width: 50%; padding: 6px 15px 6px 0px; position: relative}
.country-tab-content .country-list li .btn-section .business-section:after{position: absolute; top: 0; right: 0; bottom: -1px; left: 0; outline: 1px solid transparent; border-radius: 6px 0 6px 0; background: var(--color-primary); content: '';  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px); transform-origin: right 0; backface-visibility: visible; }
.country-tab-content .country-list li .btn-section .business-section .btn_text{font-size: 14px; color: var(--color-white); line-height: 1.25; text-align: right;}
.country-tab-content .country-list li .btn-section .business-section .btn_text strong{font-size: 18px; color: var(--color-white); font-weight: 500; display: block;}
.country-tab-content .country-list li .btn-section .business-section .btn_text a{color: inherit; position: relative; z-index: 1;}
.country-tab-content .country-list li:nth-child(4n){margin-right: 0;}


@media screen and (max-width:1300px) {
	.fixed-width{width:94%;}
}
@media screen and (max-width:1024px) {
	.country-tab-content .country-list li{width: 32%; margin-right: 2%;}
	.country-tab-content .country-list li:nth-child(3n){margin-right: 0;}
	.country-tab-content .country-list li:nth-child(4n){margin-right: 2%;}
	.continents-tabs ul{flex-wrap: nowrap; width: 100%; overflow-x: auto;}
}
@media screen and (max-width:950px) {
	.selling-list li{width: 100%; margin-right: 0px;}
	.selling-list li:nth-child(2n){margin-left: 0px;}
}
@media screen and (max-width:767px) {
	.country-tab-content .country-list li{width: 48%; margin-right: 4%;}
	.country-tab-content .country-list li:nth-child(2n){margin-right: 0;}
	.country-tab-content .country-list li:nth-child(3n){margin-right: 4%;}
	.country-tab-content .country-list li:nth-child(4n){margin-right: 0;}
	.selling-list li .inner-content .price-section{font-size: 16px;}
	.selling-list li .inner-content .air-logo{min-width: 28px;}
	.selling-list li .inner-content .air-logo img{max-height: 24px;}
	.selling-list li .inner-content .itinerary-content .journey-start{width: 30%;}
	.selling-list li .inner-content .itinerary-content .journey-end{width: 30%;}
	.selling-list li .inner-content .itinerary-content .divider-area{width: 40%;}
	.selling-list li .inner-content .itinerary-content .journey-start .time{font-size: 12px;}
	.selling-list li .inner-content .itinerary-content .journey-end .time{font-size: 12px;}
}
@media screen and (max-width:479px) {
	.selling-list li .inner-content .air-logo{margin-left: 5px;}
	.selling-list li .inner-content .itinerary-content .journey-start .time{font-size: 11px;}
	.selling-list li .inner-content .itinerary-content .journey-end .time{font-size: 11px;}	
	.selling-list li .inner-content .itinerary-content .divider-area .rtrip{font-size: 9px; padding: 3px 5px;}
	.selling-list li .inner-content .price-section{font-size: 14px; padding: 0 6px 0 0; margin-left: 4px; min-width: 80px;}	
	.selling-list li .inner-content .air-logo{min-width: 24px; padding-right: 0;}
	.selling-list li .inner-content .air-logo img{max-height: 20px;}
	.country-tab-content .country-list li{width: 100%; margin-right: 0;}
	.country-tab-content .country-list li:nth-child(2n){margin-right: 0;}
	.country-tab-content .country-list li:nth-child(3n){margin-right: 0;}
	.country-tab-content .country-list li:nth-child(4n){margin-right: 0;}
}
.intro-section{width:100%; background-color: var(--color-white); position: relative; padding:20px 0px 40px; margin: 0px; display: inline-block; vertical-align: top;}
.intro-section .title{font-size: 20px; color: var(--color-black); display: inline-block; font-weight: 500; padding-bottom: var(--spacing-s)}
.intro-section p{font-size: 13px; color: var(--color-black-secondary); margin-bottom: var(--spacing-sm); line-height: 24px;}
.intro-section p:last-child{margin-bottom: 0px;}
.intro-section .img-wrapper{width: auto; position: relative; float:right; min-width: 350px; max-height: 350px; margin: 0 0 40px 40px;}
.intro-section .img-wrapper img{width: auto; max-width: 100%; border-radius: var(--border-radius-default); z-index: 2; position: relative;}
.intro-section .img-wrapper:before{content: ''; background-color: #70b6ed; position: absolute; width: 100%; height: 100%; z-index: 1; top:20px; left: -20px; border-radius: var(--border-radius-default);}

.paralax-wrapper{width: 100%; background-attachment: fixed; height: 550px; background-position: 100% center; background-size: cover; background-repeat: no-repeat;}


.popular-wrapper{width: 100%; position: relative; padding:50px 0px; margin: 0px; display: inline-block; vertical-align: top;}
.popular-wrapper .title-heading{font-size: 20px; color: var(--color-blacker); text-align: center; margin-bottom: var(--spacing-m); font-weight: 500;}
.popular-wrapper .popular-content{width: 100%; margin: 0px; padding: 0px; list-style: none;}
.popular-wrapper .popular-content li{width: 100%; margin: 0px; padding: 0px; position: relative; z-index: 0;}
.popular-wrapper .popular-content li .image-wrapper{position: relative}
.popular-wrapper .popular-content li .image-wrapper img{width: 100%; max-width: 100%; border-radius: var(--border-radius-default); position: relative; z-index: -1}
.popular-wrapper .popular-content li .image-wrapper:after {background-color: rgba(0, 0, 0, 0.3); left: 0; top: 0; position: absolute; width: 100%; height: 100%; content: "";  border-radius: var(--border-radius-default);}
.popular-wrapper .popular-content li .content-area{position: absolute; overflow: hidden; width: 100%; height: 100%; top:0; left:0; display: flex; justify-content: space-between; flex-direction: column;}
.popular-wrapper .popular-content li .content-area .overlay-bg{position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(5, 16, 54, 0.4); border-radius: inherit; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0;  border-radius: var(--border-radius-default);}
.popular-wrapper .popular-content li .content-area .top-area{transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0;}
.popular-wrapper .popular-content li .content-area .content{transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transform: translateY(100px); padding: 15px; position: relative; bottom: 20px}
.popular-wrapper .popular-content li .content-area .content .heading{font-size: 22px; color: var(--color-white); font-weight: 500; padding-bottom: var(--var-xs); position: absolute; bottom: 100px;}
.popular-wrapper .popular-content li .content-area .content p{font-size: 13px; color: var(--color-white); line-height: 20px; opacity: 0;}
.popular-wrapper .popular-content li:hover .content-area .overlay-bg{opacity: 1;}
.popular-wrapper .popular-content li:hover .content-area .content{transform: translateY(0px);}
.popular-wrapper .popular-content li:hover .content-area .content p{opacity: 1}
.popular-wrapper .popular-content li:hover .content-area .content .heading{position: relative; bottom: auto;}
#place-slider .owl-dots {padding:0px; margin-top:20px !important; text-align: center;}
#place-slider .owl-dots .owl-dot span{border:solid 1px var(--color-primary); background:#fff; opacity:1; margin:5px 4px; width:9px; height:9px; cursor:pointer;}
#place-slider .owl-dots .owl-dot.active span, .car-slider-section .owl-dots .owl-dot:hover span{background: var(--color-primary); width: 13px; height: 13px}
.gallery-wrapper{width: 100%; background-color: var(--color-white); position: relative; padding:50px 0px; margin: 0px; display: inline-block; vertical-align: top;}
.gallery-wrapper .title-heading{font-size: 22px; color: var(--color-blacker); text-align: center; margin-bottom: var(--spacing-m); font-weight: 500;}
.gallery-container {display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); grid-auto-rows: auto; grid-auto-flow: dense; overflow: hidden;}
.gallery-container .horizontal {grid-column: span 2;}
.gallery-container .vertical {grid-row: span 2;}
.gallery-container .big {grid-column: span 2; grid-row: span 2;}
.gallery-container img{width: 100%; height: 100%; display: block; object-fit: cover; object-position: center;}
.gallery-container > div{text-align: center; padding: 1rem 0; overflow: hidden; padding: 0; display: flex; align-items: stretch; justify-content: center;}
.offer-wrapper{width: 100%; position: relative; padding:20px 0px 0px; margin: 0px; display: inline-block; vertical-align: top;}
.offer-wrapper .title-heading{font-size: 22px; color: var(--color-blacker); text-align: left; margin-bottom: var(--spacing-m); font-weight: 500;}
.airport_list-wrapper{width: 100%; background-color: var(--color-background-light-grey); position: relative; padding:30px 0px; margin: 0px; display: inline-block; vertical-align: top;}
.airport_list-wrapper .title-heading{font-size: 22px; color: var(--color-blacker); text-align: center; margin-bottom: var(--spacing-l); font-weight: 500;}
.airport_list-wrapper .lists{list-style: none; width: 100%; display: inline-block; padding-bottom: 5px}
.airport_list-wrapper .lists li {width:20%; font-size:14px; color: var(--color-blacker); padding: var(--spacing-xs) var(--spacing-none); float:left;}
.airport_list-wrapper .lists li:before{content:'\f00c'; font-family:FontAwesome; color:var(--color-black-secondary); font-size:16px; padding-right:6px; margin:0px; vertical-align: middle;}
.airport_list-wrapper .lists li a{color: inherit;}
.airport_list-wrapper .lists li a:hover{text-decoration: underline;}

@media screen and (max-width:1024px) {
	.intro-section .content-area{width: 100%}
	.intro-section .content-area .contents{max-height: none;}
	.intro-section .image-area{display: none;}
	.paralax-wrapper{height: 400px;}
	.airport_list-wrapper .lists li{width: 25%;}
}
@media screen and (max-width:767px) {
	.gallery-container {grid-template-columns: repeat(2, minmax(20%, 1fr));}
	.airport_list-wrapper .lists li{width: 33.33%;}
}
@media screen and (max-width:479px) {
	.airport_list-wrapper .lists li{width: 50%;}
	.parallax-wrapper .parallax-content .heading{font-size: 60px;}
	.parallax-wrapper .parallax-content p{font-size: 20px;}
}

.bredcrumb-wrapper{width: 100%; background: #EDEDED; background: linear-gradient(180deg,rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%); position: relative; z-index: 1;}
.bredcrumb-wrapper .bredcrumb{list-style: none; display: inline-block; font-size: 15px; color: var(--color-secondary); position: relative; padding: var(--spacing-m) 0;}
.bredcrumb-wrapper .bredcrumb li{float: left; position: relative; z-index: 11; line-height: 1; padding: 0 14px;}
.bredcrumb-wrapper .bredcrumb li:after{content: '\f105'; font-family: 'FontAwesome'; position: absolute; bottom: 0; left: -4px; z-index: 1; color: var(--color-black); font-size: 15px;}
.bredcrumb-wrapper .bredcrumb li:first-child:after{display: none;}
.bredcrumb-wrapper .bredcrumb li a{color: var(--color-black); text-decoration: underline;}
.bredcrumb-wrapper .bredcrumb li a:hover{color: var(--color-black); text-decoration: none;}
.bredcrumb-wrapper .bredcrumb li:first-child{padding-left: 0px;}
.top-content-wrapper{width: 100%; background-color: var(--color-white); position: relative; padding:20px 0px; margin: 0px; display: inline-block; vertical-align: top;}
.top-content-wrapper .top-text{width: 100%; margin: 0px; padding: 0px 0 12px;}
.top-content-wrapper .top-text .heading{font-size: 22px; color: var(--color-blacker); font-weight: var(--font-semibold); padding-bottom: var(--spacing-s)}
.top-content-wrapper .top-text p{font-size: 15px; color: var(--color-black); padding-bottom: var(--spacing-m); line-height: 1.5}
.top-content-wrapper .content-wrapper{width: 100%; display: flex; flex-wrap: nowrap; gap:70px; margin-bottom: 40px;}
.top-content-wrapper .content-wrapper .img-wrapper{width: auto; position: relative; display: flex; min-width: 350px; max-height: 350px;}
.top-content-wrapper .content-wrapper .img-wrapper img{width: auto; max-width: 100%; border-radius: var(--border-radius-default); z-index: 2;}
.top-content-wrapper .content-wrapper .img-wrapper:before{content: ''; background-color: #70b6ed; position: absolute; width: 100%; height: 100%; z-index: 1; top:20px; right: -20px; border-radius: var(--border-radius-default);}
.top-content-wrapper .content-wrapper .text-wrapper{width: auto; position: relative;}
.top-content-wrapper .content-wrapper .text-wrapper .heading{font-size: 22px; color: var(--color-blacker); font-weight: var(--font-semibold); padding-bottom: var(--spacing-s)}
.top-content-wrapper .content-wrapper .text-wrapper p{font-size: 15px; color: var(--color-black); padding-bottom: var(--spacing-m); line-height: 1.5}
.top-content-wrapper .content-wrapper .text-wrapper .sub-heading{font-size: 20px; color: var(--color-black); padding-bottom:  var(--spacing-s); font-weight: var(--font-semibold)}
.top-content-wrapper .content-wrapper .text-wrapper .sub-heading i {color: var(--black-secondary); padding-right: var(--spacing-xs);}
.rotate-45{transform: rotate(-45deg)}
.top-content-wrapper .offer-wrapper{padding-bottom: 0px; padding-top: 10px;}
.top-content-wrapper .offer-wrapper .title-heading{font-size: 22px; text-align: left; margin-bottom: var(--spacing-m)}
.top-content-wrapper .content-wrapper .text-wrapper ul{list-style: none; padding-left: var(--spacing-s); padding-bottom: var(--spacing-m)}
.top-content-wrapper .content-wrapper .text-wrapper ul li{font-size:16px; color: var(--color-black); padding: var(--spacing-xs) var(--spacing-none);}
.top-content-wrapper .content-wrapper .text-wrapper ul li:before{content:'\f00c'; font-family:FontAwesome; color:var(--color-black-secondary); font-size:16px; padding-right:var(--spacing-s); margin:0px; vertical-align: middle;}
.top-content-wrapper .content-wrapper .text-wrapper ul li b, .top-content-wrapper .content-wrapper .text-wrapper ul li strong{font-weight: 500;}
.parallax-wrapper{width: 100%; background-attachment: fixed; height: 550px; background-position: center center; background-size: cover; background-repeat: no-repeat; z-index: 1; position: relative; text-align: center;}
.parallax-wrapper:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.4); z-index: -1;}
.parallax-wrapper.india{background-image: url("/img/InnerPage/country/parallax-image/india.jpg");}
.parallax-wrapper.thailand{background-image: url("/img/InnerPage/country/parallax-image/thailand.jpg");}
.parallax-wrapper.singapore{background-image: url("/img/InnerPage/country/parallax-image/singapore.jpg");}
.parallax-wrapper.srilanka{background-image: url("/img/InnerPage/country/parallax-image/srilanka.jpg");}
.parallax-wrapper.japan{background-image: url("/img/InnerPage/country/parallax-image/japan.jpg");}
.parallax-wrapper.vietnam{background-image: url("/img/InnerPage/country/parallax-image/vietnam.jpg");}
.parallax-wrapper.maldives{background-image: url("/img/InnerPage/country/parallax-image/maldives.jpg");}
.parallax-wrapper.indonesia{background-image: url("/img/InnerPage/country/parallax-image/indonesia.jpg");}
.parallax-wrapper.nigeria{background-image: url("/img/InnerPage/country/parallax-image/nigeria.jpg");}
.parallax-wrapper.egypt{background-image: url("/img/InnerPage/country/parallax-image/egypt.jpg");}
.parallax-wrapper.south-africa{background-image: url("/img/InnerPage/country/parallax-image/south-africa.jpg");}
.parallax-wrapper.uganda{background-image: url("/img/InnerPage/country/parallax-image/uganda.jpg");}
.parallax-wrapper.ghana{background-image: url("/img/InnerPage/country/parallax-image/ghana.jpg");}
.parallax-wrapper.kenya{background-image: url("/img/InnerPage/country/parallax-image/kenya.jpg");}
.parallax-wrapper.senegal{background-image: url("/img/InnerPage/country/parallax-image/senegal.jpg");}
.parallax-wrapper.tanzania{background-image: url("/img/InnerPage/country/parallax-image/tanzania.jpg");}
.parallax-wrapper.canada{background-image: url("/img/InnerPage/country/parallax-image/canada.jpg");}
.parallax-wrapper.united-states{background-image: url("/img/InnerPage/country/parallax-image/united-states.jpg");}
.parallax-wrapper.new-zealand{background-image: url("/img/InnerPage/country/parallax-image/new-zealand.jpg");}
.parallax-wrapper.australia{background-image: url("/img/InnerPage/country/parallax-image/australia.jpg");}
.parallax-wrapper.malaysia{background-image: url("/img/InnerPage/country/parallax-image/malaysia.jpg");}
.parallax-wrapper.china{background-image: url("/img/InnerPage/country/parallax-image/china.jpg");}
.parallax-wrapper.philippines{background-image: url("/img/InnerPage/country/parallax-image/philippines.jpg");}
.parallax-wrapper.taiwan{background-image: url("/img/InnerPage/country/parallax-image/taiwan.jpg");}
.parallax-wrapper.hong-kong{background-image: url("/img/InnerPage/country/parallax-image/hong-kong.jpg");}
.parallax-wrapper.pakistan{background-image: url("/img/InnerPage/country/parallax-image/pakistan.jpg");}
.parallax-wrapper.afghanistan{background-image: url("/img/InnerPage/country/parallax-image/afghanistan.jpg");}
.parallax-wrapper.united-arab-emirates{background-image: url("/img/InnerPage/country/parallax-image/united-arab-emirates.jpg");}
.parallax-wrapper.turkey{background-image: url("/img/InnerPage/country/parallax-image/turkey.jpg");}
.parallax-wrapper.bahrain{background-image: url("/img/InnerPage/country/parallax-image/bahrain.jpg");}
.parallax-wrapper.oman{background-image: url("/img/InnerPage/country/parallax-image/oman.jpg");}
.parallax-wrapper.qatar{background-image: url("/img/InnerPage/country/parallax-image/qatar.jpg");}
.parallax-wrapper.saudi-arabia{background-image: url("/img/InnerPage/country/parallax-image/saudi-arabia.jpg");}
.parallax-wrapper.kuwait{background-image: url("/img/InnerPage/country/parallax-image/kuwait.jpg");}
.parallax-wrapper.israel{background-image: url("/img/InnerPage/country/parallax-image/israel.jpg");}
.parallax-wrapper.jordan{background-image: url("/img/InnerPage/country/parallax-image/jordan.jpg");}
.parallax-wrapper.lebanon{background-image: url("/img/InnerPage/country/parallax-image/lebanon.jpg");}
.parallax-wrapper.mauritius{background-image: url("/img/InnerPage/country/parallax-image/mauritius.jpg");}
.parallax-wrapper.ethiopia{background-image: url("/img/InnerPage/country/parallax-image/ethiopia.jpg");}
.parallax-wrapper.algeria{background-image: url("/img/InnerPage/country/parallax-image/algeria.jpg");}
.parallax-wrapper.angola{background-image: url("/img/InnerPage/country/parallax-image/angola.jpg");}
.parallax-wrapper.gambia{background-image: url("/img/InnerPage/country/parallax-image/gambia.jpg");}
.parallax-wrapper.democratic-republic-of-the-congo{background-image: url("/img/InnerPage/country/parallax-image/democratic-republic-of-the-congo.jpg");}
.parallax-wrapper.netherlands{background-image: url("/img/InnerPage/country/parallax-image/netherlands.jpg");}
.parallax-wrapper.spain{background-image: url("/img/InnerPage/country/parallax-image/spain.jpg");}
.parallax-wrapper.belgium{background-image: url("/img/InnerPage/country/parallax-image/belgium.jpg");}
.parallax-wrapper.denmark{background-image: url("/img/InnerPage/country/parallax-image/denmark.jpg");}
.parallax-wrapper.ireland{background-image: url("/img/InnerPage/country/parallax-image/ireland.jpg");}
.parallax-wrapper.france{background-image: url("/img/InnerPage/country/parallax-image/france.jpg");}
.parallax-wrapper.germany{background-image: url("/img/InnerPage/country/parallax-image/germany.jpg");}
.parallax-wrapper.hungary{background-image: url("/img/InnerPage/country/parallax-image/hungary.jpg");}
.parallax-wrapper.poland{background-image: url("/img/InnerPage/country/parallax-image/poland.jpg");}
.parallax-wrapper.romania{background-image: url("/img/InnerPage/country/parallax-image/romania.jpg");}
.parallax-wrapper.italy{background-image: url("/img/InnerPage/country/parallax-image/italy.jpg");}
.parallax-wrapper.russia{background-image: url("/img/InnerPage/country/parallax-image/russia.jpg");}
.parallax-wrapper.sweden{background-image: url("/img/InnerPage/country/parallax-image/sweden.jpg");}
.parallax-wrapper.switzerland{background-image: url("/img/InnerPage/country/parallax-image/switzerland.jpg");}
.parallax-wrapper.austria{background-image: url("/img/InnerPage/country/parallax-image/austria.jpg");}
.parallax-wrapper.mexico{background-image: url("/img/InnerPage/country/parallax-image/mexico.jpg");}
.parallax-wrapper.venezuela{background-image: url("/img/InnerPage/country/parallax-image/venezuela.jpg");}
.parallax-wrapper.chile{background-image: url("/img/InnerPage/country/parallax-image/chile.jpg");}
.parallax-wrapper.ecuador{background-image: url("/img/InnerPage/country/parallax-image/ecuador.jpg");}
.parallax-wrapper.uruguay{background-image: url("/img/InnerPage/country/parallax-image/uruguay.jpg");}
.parallax-wrapper.colombia{background-image: url("/img/InnerPage/country/parallax-image/colombia.jpg");}
.parallax-wrapper.peru{background-image: url("/img/InnerPage/country/parallax-image/peru.jpg");}
.parallax-wrapper.argentina{background-image: url("/img/InnerPage/country/parallax-image/argentina.jpg");}
.parallax-wrapper.brazil{background-image: url("/img/InnerPage/country/parallax-image/brazil.jpg");}
.parallax-wrapper.fiji{background-image: url("/img/InnerPage/country/parallax-image/fiji.jpg");}
.parallax-wrapper.cook-islands{background-image: url("/img/InnerPage/country/parallax-image/cook-islands.jpg");}
.parallax-wrapper.iraq{background-image: url("/img/InnerPage/country/parallax-image/iraq.jpg");}
.parallax-wrapper.trinidad-and-tobago{background-image: url("/img/InnerPage/country/parallax-image/trinidad-and-tobago.jpg");}
.parallax-wrapper.bahamas{background-image: url("/img/InnerPage/country/parallax-image/bahamas.jpg");}
.parallax-wrapper.jamaica{background-image: url("/img/InnerPage/country/parallax-image/jamaica.jpg");}
.parallax-wrapper.antigua{background-image: url("/img/InnerPage/country/parallax-image/antigua.jpg");}
.parallax-wrapper.barbados{background-image: url("/img/InnerPage/country/parallax-image/barbados.jpg");}
.parallax-wrapper.british-virgin-islands{background-image: url("/img/InnerPage/country/parallax-image/british-virgin-islands.jpg");}
.parallax-wrapper.belize{background-image: url("/img/InnerPage/country/parallax-image/belize.jpg");}
.parallax-wrapper.puerto-rico{background-image: url("/img/InnerPage/country/parallax-image/puerto-rico.jpg");}
.parallax-wrapper.cuba{background-image: url("/img/InnerPage/country/parallax-image/cuba.jpg");}
.parallax-wrapper.saint-lucia{background-image: url("/img/InnerPage/country/parallax-image/saint-lucia.jpg");}
.parallax-wrapper.us-virgin-islands{background-image: url("/img/InnerPage/country/parallax-image/us-virgin-islands.jpg");}
.parallax-wrapper.bermuda{background-image: url("/img/InnerPage/country/parallax-image/bermuda.jpg");}
.parallax-wrapper.dominican-republic{background-image: url("/img/InnerPage/country/parallax-image/dominican-republic.jpg");}


/* city list */
.parallax-wrapper.dubai{background-image: url("/img/InnerPage/city/dubai/paralax_img.jpg");}

.parallax-wrapper .parallax-content{position: absolute; top:20%; transform: translateY(60%); text-align: center; z-index: 2; width: 100%;}
.parallax-wrapper .parallax-content .heading{font-size: 100px; color: var(--color-white); font-weight: 500; line-height: 1;}
.parallax-wrapper .parallax-content p{font-family: "Edu NSW ACT Cursive", cursive; font-size: 30px; color: var(--color-white); font-weight: 500;}

.landmark-wrapper{width: 100%; position: relative; top:-30px; margin: 0px; padding: 0px; z-index: 5;}
.landmark-wrapper .bg-area{width: 100%; padding: 20px 30px; min-height: 200px; background: url("/img/InnerPage/landmark-bg.jpg") no-repeat left top; border-radius: 10px;}
.landmark-wrapper .bg-area:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 99, 178, 0.8); z-index: 1; border-radius: 10px;}
.landmark-wrapper .bg-area .content-section{width: 100%; margin: 0px; padding: 0px; position: relative; z-index: 1}
.landmark-wrapper .bg-area .content-section .heading{font-size: 24px; color: var(--color-white); font-weight: 500; padding-bottom: var(--color-white); text-align: center;}
.landmark-wrapper .bg-area .content-section .slider-area{width: 100%; margin: 0px; padding: 0px;}
.landmark-wrapper .bg-area .content-section .slider-area.owl-carousel .owl-item{display: flex;}
.landmark-wrapper .bg-area .content-section .slider-area li{width:100%; background-color: var(--color-white); border-radius: var(--border-radius-default); position: relative; text-align: center;}
.landmark-wrapper .bg-area .content-section .slider-area li .icon{width: 48px; height: 48px; background-color: var(--color-white); border-radius: 50%; box-shadow: 0 0 5px 0px rgba(0,0,0,0.2); position: absolute; top: -24px; left: calc(50% - 24px); text-align: center;}
.landmark-wrapper .bg-area .content-section .slider-area li .icon i{font-size: 32px; color: var(--color-primary); line-height: 48px;}
.landmark-wrapper .bg-area .content-section .slider-area li .texts{text-align: center; line-height: 2; padding-top: 36px; padding-bottom: 12px;}
.landmark-wrapper .bg-area .content-section .slider-area li .texts h2{font-size: 18px; color: var(--color-secondary); font-weight: 500;}
.landmark-wrapper .bg-area .content-section .slider-area li .texts p{font-size: 14px; color: var(--color-blacker)}
.landmark-wrapper .bg-area .content-section .slider-area .owl-stage-outer{padding-top: 24px;}
#landmark-slider.owl-carousel .owl-stage{display: flex;}
#landmark-slider.owl-theme .owl-nav{position:absolute;margin-top:0;top:48%;width:100%}
#landmark-slider.owl-theme .owl-nav [class*="owl-"]{background:#eee; color:var(--color-grey); display:inline-block; font-size:16px; text-align:center; opacity:1; z-index:1; cursor:pointer; width: 30px; height: 30px; text-align: center; box-shadow: 0 0 5px 0px rgba(0,0,0,0.2); line-height: 22px;}
#landmark-slider.owl-carousel .owl-nav .owl-next{position:absolute; right:-50px; border-radius:50%; border-right:none}
#landmark-slider.owl-carousel .owl-nav .owl-prev{left:-50px; position:absolute; border-radius:50%; border-left:none}
.features-wrapper{width: 100%; position: relative; padding:20px 0px 50px; margin: 0px; display: inline-block; vertical-align: top;}
.features-wrapper .features-content-container{width: 100%; display: flex; flex-wrap: nowrap; gap:40px; justify-content: space-between;}
.features-wrapper .features-content-container .features-content{background-color: var(--color-white); border-radius: var(--border-radius-default); padding: 0px; width:50%; border: solid 1px #eee;}
.features-wrapper .features-content-container .features-content .section{width: 100%; padding: var(--spacing-mm) var(--spacing-ml); border-bottom: solid 5px #eee;}
.features-wrapper .features-content-container .features-content .section .heading{font-size: 20px; color: var(--color-blacker); padding-bottom: var(--spacing-ss); display: flex; align-items: center;}
.features-wrapper .features-content-container .features-content .section .heading i{font-size: 20px; color: var(--color-primary); padding-right: var(--spacing-s); vertical-align: text-top;}
.features-wrapper .features-content-container .features-content .section .heading i.f-24{font-size: 24px;}
.features-wrapper .features-content-container .features-content .section .lists{list-style: none; width: 100%; display: inline-block; padding-left: var(--spacing-ml)}
.features-wrapper .features-content-container .features-content .section li {width:100%; font-size:13px; color: var(--color-black); padding: var(--spacing-xs) var(--spacing-none);}
/*.features-wrapper .features-content-container .features-content .section li:before{content:'\f148'; font-family:FontAwesome; color:var(--color-black-secondary); font-size:16px; padding-right:6px; margin:0px; vertical-align: middle;}*/
.features-wrapper .features-content-container .features-content .section li i{color:var(--color-black-secondary); font-size:14px; padding:10px 2px 0 0; margin:0px; vertical-align: middle; transform: rotate(-270deg)}
.features-wrapper .features-content-container .features-content .section:last-child{border-bottom: none}
.features-wrapper .features-content-container .features-content .section li b{font-weight: 500;}
.features-wrapper .country-tab-content{margin-top: 50px; top:0}
.features-wrapper.business{padding-top: 40px;}
.features-wrapper .features-content-container .features-content .section p{font-size: 14px; color: var(--color-black); padding: var(--spacing-s) 0; line-height: 1.5}
.features-wrapper.business .features-content-container .features-content .section .heading{font-size: 20px;}

.table-border th, td { border: 1px solid #ccc; padding: 8px; text-align: left; font-size: 13px;}
.table-border th{font-weight: 500;}
@media screen and (max-width:950px) {
	.top-content-wrapper .content-wrapper{flex-wrap: wrap;}
}
@media screen and (max-width:767px) {
	.features-wrapper .features-content-container{flex-wrap: wrap;}
	.features-wrapper .features-content-container .features-content{width: 100%;}
	.parallax-wrapper .parallax-content .heading{font-size: 60px;}
	.parallax-wrapper .parallax-content p{font-size: 20px;}
}

.contact-details-list{list-style: none; margin: 0px; padding: 0px;}
.contact-details-list li{display: flex; position: relative; margin-bottom: var(--spacing-ml)}
.contact-details-list .icon{width: 48px; height: 48px; text-align: center; font-size: 24px; color: var(--color-white); background-color: var(--color-secondary); line-height: 48px;}
.contact-details-list .details-content{width: calc(100% - 48px); padding-left: var(--spacing-ml); line-height: 1.35;}
.contact-details-list .details-content h3{font-size: 17px; color: var(--color-blacker); font-weight: 500; padding-bottom: var(--spacing-xs)}
.contact-details-list .details-content p{font-size: 13px; color: var(--color-black);}
.contact-details-list .details-content p{font-size: 13px; color: var(--color-black);}
.contact-details-list li::before{display: none;}
.contact-details-list li:last-child{margin-bottom: 0px;}

.heading-container{position:relative; padding: 80px 0px 110px; text-align: center;}
.heading-container .heading-title{font-size: 30px; color: var(--color-white); font-weight: 500;}
.heading-container p{font-size: 18px; color: var(--color-white); font-weight: normal; margin-bottom: var(--spacing-ss)}
.heading-container .enquire_btn{background: rgba(0,0,0,0.5); border: solid 2px var(--color-white); font-size: 15px; color: var(--color-white); cursor: pointer; padding: 5px 10px; border-radius: var(--border-radius-medium);}
.heading-container .enquire_btn:hover{background: var(--color-darker)}
.why-container{width: 100%; margin: 0px; padding: 0px;}
.why-container .heading{font-size: 20px; color: var(--color-black); font-weight: var(--font-semibold); padding-bottom: var(--spacing-s)}
.why-container .list{list-style: none; margin: 0px; padding: 0px; display: flex; flex-wrap: wrap;}
.why-container .list li{width: 49%; border: solid 1px #eee; border-radius: var(--border-radius-medium); padding: var(--spacing-mm) var(--spacing-sm); display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 20px; margin-right: 1%; float: left;}
.why-container .list li:nth-child(2n){margin-right: 0; margin-left: 1%}
.why-container .list li i{font-size: 42px; color: var(--color-black-light); padding-right: var(--spacing-s)}
.why-container .list li .contents{margin: 0px; padding: 0px;}
.why-container .list li .contents .head-text{font-size: 16px; color: var(--color-blacker); font-weight: var(--font-semibold); padding-bottom: var(--spacing-xxs);}
.why-container .list li .contents p{font-size: 14px; color: var(--color-black); line-height: 20px;}
.group-form-container{width: 100%; margin: 0px; padding: 50px 0px; background: url("/img/form-bg.jpg") no-repeat top center; background-size: cover; z-index: 1; position: relative;}
.group-form-container::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.7); z-index: -1;}
.group-form-container .heading{font-size: 30px; color: var(--color-white); font-weight: 500; margin-bottom: var(--spacing-s); text-align: center;}
.group-form-container .form-content{background-color: var(--color-white); max-width: 1000px; margin: 0 auto; border-radius: var(--border-radius-default); padding: var(--spacing-sm) var(--spacing-m)}
.group-form-container .form-content .form-heading{font-size: 16px; color: var(--color-black); font-weight: 500; padding-bottom: var(--spacing-s)}
.group-input-container {display: grid; grid-gap: 0 20px;}
.group-input-container .inp-box{position: relative; margin-bottom: 20px;}
.group-input-container .inp-box input{width: 100%; color: var(--color-black); padding: 10px 12px; border: solid 1px var(--color-grey-400); font-size: 13px; border-radius: var(--border-radius-medium)}
.group-input-container .inp-box select{width: 100%; color: var(--color-black); padding: 10px 12px; border: solid 1px var(--color-grey-400); font-size: 13px; border-radius: var(--border-radius-medium)}
.group-input-container .inp-box.select-wrapper:after{top:4px;}
.group-form-container .form-content textarea{width: 100%; color: var(--color-black); padding: 10px 12px; border: solid 1px var(--color-grey-400); font-size: 13px; border-radius: var(--border-radius-medium);  margin-bottom: 20px;}
.group-form-container .form-content .submit_btn-container{width: 100%; text-align: center;}
.group-form-container .form-content .submit_btn-container .submit_btn{background-color: var(--color-primary); padding: var(--spacing-ss) var(--spacing-ml); text-align: center; display: inline-block; vertical-align: top; margin-bottom: var(--spacing-sm); font-size: 16px; font-weight:500; color: var(--color-white); cursor: pointer; border:none; border-radius: var(--border-radius-medium)}
.features-wrapper.group-travel{padding-top: 40px;}
.features-wrapper.group-travel .features-content-container .features-content .section .heading i{vertical-align: middle;}
.features-wrapper.group-travel .features-content-container .features-content .section p{padding-top: 0px;}
.features-wrapper.group-travel .features-content-container .features-content .section .btn-section{display: flex; flex-wrap: wrap; gap:20px; margin-top: 20px;}
.features-wrapper.group-travel .features-content-container .features-content .section .btn-section .gt_btn{background-color: var(--color-secondary); border: none; font-size: 15px; font-weight: 500; border-radius: var(--border-radius-medium);}
.features-wrapper.group-travel .features-content-container .features-content .section .btn-section .gt_btn a{padding: 8px 15px; color: var(--color-white); display: inline-block;}
.features-wrapper.group-travel .features-content-container .features-content .section .btn-section .gt_btn.enquire{background-color: var(--color-darker)}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{padding: 0px !important;}

.contact_page-container{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_page-container .form-section{width: 50%; position: relative;}
.contact_page-container .heading-section{display: flex; flex-direction: column; margin-bottom: var(--spacing-sm)}
.contact_page-container .heading-section .head-text{font-size: 16px; color: var(--color-black); font-weight: var(--font-semibold); text-transform: uppercase;}
.contact_page-container .heading-section p{font-size: 12px; color: var(--color-black);}
.contact_page-container .form-section .form_container{display: flex; flex-direction: column;}
.contact_page-container .form-section .form_container input{width: 100%; color: var(--color-black); padding: 10px 12px; border: solid 1px var(--color-grey-400); font-size: 13px; border-radius: var(--border-radius-medium); margin-bottom: var(--spacing-ml)}
.contact_page-container .form-section .form_container textarea{width: 100%; color: var(--color-black); padding: 10px 12px; border: solid 1px var(--color-grey-400); font-size: 13px; border-radius: var(--border-radius-medium); margin-bottom: var(--spacing-ml)}
.contact_page-container .form-section .form_container .submit_btn{background-color: var(--color-primary); padding: var(--spacing-ss) var(--spacing-ml); text-align: center; display: inline-block; vertical-align: top; margin-bottom: var(--spacing-sm); font-size: 16px; font-weight:500; color: var(--color-white); cursor: pointer; border:none; border-radius: var(--border-radius-medium); max-width: 140px;}

.contact_page-container .address-section{width: 50%; position: relative; padding-left: 40px;}
.contact_page-container .address-section .details-list{list-style: none; margin: 0px; padding: 0px;}
.contact_page-container .address-section .details-list li{display: flex; position: relative; margin-bottom: var(--spacing-ml)}
.contact_page-container .address-section .details-list .icon{width: 48px; height: 48px; text-align: center; font-size: 24px; color: var(--color-white); background-color: var(--color-secondary); line-height: 48px;}
.contact_page-container .address-section .details-list .details-content{width: calc(100% - 48px); padding-left: var(--spacing-ml); line-height: 1.35;}
.contact_page-container .address-section .details-list .details-content h3{font-size: 15px; color: var(--color-blacker); font-weight: 500; padding-bottom: var(--spacing-xs)}
.contact_page-container .address-section .details-list .details-content p{font-size: 13px; color: var(--color-black);}
.inp-error{background-color: var(--color-background-light-red); border-color: var(--color-red) !important; color: var(--color-red) !important;}

@media screen and (max-width:1024px) {
	.why-container .list li{width: 100%; margin-right: 0px; float: none;}
	.why-container .list li:nth-child(2n){margin-left: 0px;}
	.contact_page-container .form-section{width: 100%;}
	.contact_page-container .address-section{width: 100%; padding-left: 0px; padding-top: 20px;}
	.heading-container{padding: 40px 0px 60px;}
}
@media (min-width: 768px) {
    .group-input-container {grid-template-columns: 1fr 1fr;}	
}
@media screen and (max-width:1024px) {
	.features-wrapper.group-travel .features-content-container .features-content .section .btn-section{gap:10px; justify-content: center;}
}
.trust-pilot-section{width: 100%; background-color: #f9f4f0; position: relative; min-height: 300px; padding: 50px 0px}
.trust-pilot-section:before{background-image: url("/img/star.svg"); background-position: 50%;  background-repeat: no-repeat; background-size: contain; content: ""; display: block; height: 100%; left: calc(-50vw - -50%); position: absolute; top: 0; transform: translateX(-50%); width: 200%; z-index: 1;}
.trustpilot-wrapper-container{width: 100%; position: relative; z-index: 2;}
.trustpilot-reviews-summary{align-items: flex-end; justify-content: space-around; line-height: 1; padding: 0px 50px; margin: 0px; display: flex; flex-direction: row; flex-wrap: wrap}
.trustpilot-reviews-summary .logo-main{height: 36px;}
.trustpilot-reviews-summary .logo-stars{width:160px; height: 30px;}
.trustpilot-reviews-summary .summary-rating{display: flex; justify-content: space-around; font-size: 30px; font-weight: 500; color: var(--color-darker); margin: 0px;}
.trustpilot-reviews-summary .summary-rating .seprator{padding: 0px 20px; line-height: 28px}
.trustpilot-slider{width: 100%; position: relative; margin-top: 60px; padding: 0 50px;}
.trustpilot-slider .star-rating{width:100%; margin-bottom: 6px; display: flex;}
.trustpilot-slider .star-rating img{width: auto; max-width: 100%; height: 18px; padding-right: 5px;}
.trustpilot-slider .star-rating .verified{font-size: 14px;}
.trustpilot-slider .star-rating .verified:before{content: '\f058'; font-family: 'Fontawesome'; color: var(--color-black-light); padding-right: 3px;}
.trustpilot-slider .trust-title{font-size: 20px; color: var(--color-black); font-weight: 500; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; line-height: 1.25; margin: 16px 0px 10px;}
.trustpilot-slider .trust-text{font-size: 14px; color: var(--color-black-secondary); grid-area: text; letter-spacing: .2px; line-height:1.5; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; height: 66px; overflow: hidden; text-overflow: ellipsis; white-space: normal; margin-bottom: 12px;}
.trustpilot-slider .cust-details{width: 100%; position: relative; font-size: 14px; line-height: 1.25}
.trustpilot-slider .cust-details .name{ font-weight: 500; padding-right: 10px; font-size: 15px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.trustpilot-bottom{width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: center; margin-top: 50px} 
.trustpilot-bottom .footer-text{font-size: 16px; color: var(--color-black); padding-right: 5px;}
.trustpilot-bottom .footer-text b{font-weight: 500; color: var(--color-darker)}
.trustpilot-bottom .footer-logo{width: auto; vertical-align: middle;}
.trustpilot-bottom .footer-logo img{height: 22px;}
#trust-slider.owl-theme .owl-nav [class*='owl-']{color: var(--color-black-secondary)}
#trust-slider.owl-theme .owl-nav{position:absolute; margin-top:0; top:45%; width:100%;}
#trust-slider.owl-theme .owl-nav [class*="owl-"]{background:none; font-size:24px;}
#trust-slider.owl-carousel .owl-nav .owl-next{position:absolute; right:55px;}
#trust-slider.owl-carousel .owl-nav .owl-prev{position:absolute; left:-45px;}

@media screen and (max-width:767px) {
	.trustpilot-reviews-summary .summary-rating{width: 100%; justify-content: center; margin-top: 30px;}
	.trustpilot-slider{margin-top: 40px;}
	.heading-container{padding:0px; padding-bottom: 30px;}
	.cabin-dropdown-section{position: fixed; top:0; height: 100%;}
	.heading-container .heading-title{font-size: 24px;}
}
@media screen and (max-width:479px) {
	.trustpilot-reviews-summary{padding: 0 20px;}
	.trustpilot-reviews-summary .summary-rating{font-size: 26px;}
	.trustpilot-reviews-summary .logo-main{height: 30px;}
	.trustpilot-reviews-summary .logo-stars{height: 24px;}
	.trustpilot-bottom .footer-text{text-align: center;}
	.trustpilot-bottom .footer-logo{display: block; margin-top: 6px;}
	.heading-container .heading-title{font-size: 20px;}
}


















