@font-face{font-family:'Ubuntu-M';font-style:normal;src:url("../fonts/Ubuntu-Medium.ttf");}
@font-face{font-family:'Ubuntu-R';font-style:normal;src:url("../fonts/Ubuntu-Regular.ttf");}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 0px;
	background-color: transparent;
}
::-webkit-scrollbar{
	width: 10px;
	background-color: #f9f9f9;
}
::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
*, :after, :before{
	box-sizing: border-box;
}
::selection{
	color: #fff;
	background: #000;
}
body{
	display: block;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
}
body *{
	font-family: 'Ubuntu-R';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.3px;
	color: #555e69;
}
a{
	color: #ea4330;
}
a:hover, a:focus, button:hover, button:focus, input:focus, textarea:focus, select:focus{
	outline: none;
	text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}
option:disabled{
	display: none;
}
.form_validation, .form_validation::placeholder, .select-selected.form_validation{
	color: #ea4330;
}
.no_scroll{
	overflow: hidden !important;
}
.shadow{
	background-color: #fff;
	box-shadow: 0px 0px 18px rgba(1,1,1,0.15);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Ubuntu-M';
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #434a54;
}
.input_div{
	position: relative;
	display: block;
}
.input_div input, .input_div select{
	height: 45px;	
	line-height: 45px;
}
.input_div textarea{
	resize: vertical;
}
.input_div input, .input_div textarea, .input_div select{
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	color: #343434;
	border: 1px solid #333;
	box-shadow: 1px 2px 0 1px rgba(0,0,0,.1);
	background-color: #fff;
}
.input_div.no_border input, .input_div.no_border textarea, .input_div.no_border select, .input_div.no_border .select-selected {
	border: none;
	border-bottom: 2px solid #ccc;
	box-shadow: none;
	text-align: left;
}
.input_div.no_border input:focus, .input_div.no_border textarea:focus, .input_div.no_border select:focus{
	border-color: #333;
}
.input_div.no_border input:disabled, .input_div.no_border textarea:disabled, .input_div.no_border select:disabled{
	border: none;
	background-color: #fafafa;
}
.input_div.no_border input::placeholder, .input_div.no_border textarea::placeholder, .input_div.no_border select::placeholder{
	color: #aaa;
}
.btn{
	position: relative;
	background-color: #ea4330;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	border-radius: 0;
	line-height: 45px;
	text-align: center;
	min-width: 135px;
	padding: 0 25px;
	border: none;
	overflow: hidden;
}
.btn.grey{
	background-color: #ccc;
}
.btn.black{
	background-color: #000;
}
.btn.med{
	line-height: 37.5px;
}
.btn.small{
	line-height: 30px;
}
.btn:before{
	content: '';
	position: absolute;
	width: 250px;
    height: 200px;
    background-color: #FFF;
    top: -80px;
    left: -40px;
    transform: scale(0);
    opacity: .5;
    border-radius: 50%;
    z-index: 10;
}
.btn:hover:before{
	animation:button_ripple 1.5s;
}
@keyframes button_ripple{
	0%{
		transform:scale(0);
	}
	20%{
		transform:scale(1);
		opacity:0.3;
	}
	100%{
		transform:scale(1);
		opacity:0.1;
	}
}
@-webkit-keyframes caller_ripple{
	0%{
		box-shadow:0 4px 10px #13ad1338, 0 0 0 0 #13ad1338, 0 0 0 5px #13ad1338, 0 0 0 10px #13ad1338
	}
	100%{
		box-shadow:0 4px 10px #13ad1338, 0 0 0 5px #13ad1338, 0 0 0 10px #13ad1338, 0 0 0 20px #13ad1308
	}
}
@keyframes caller_ripple{
	0%{
		box-shadow:0 4px 10px #13ad1338, 0 0 0 0 #13ad1338, 0 0 0 5px #13ad1338, 0 0 0 10px #13ad1338
	}
	100%{
		box-shadow:0 4px 10px #13ad1338, 0 0 0 5px #13ad1338, 0 0 0 10px #13ad1338, 0 0 0 20px #13ad1308
	}
}

::placeholder{
	color: #343434;
}
.remove_padding{
	padding: 0 !important;
}
.remove_padding_left{
	padding-left: 0 !important;
}
.remove_padding_right{
	padding-right: 0 !important;
}
.remove_padding_top{
	padding-top: 0 !important;
}
.remove_padding_bottom{
	padding-bottom: 0 !important;
}
.remove_margin{
	margin:0 !important;
}
.remove_margin_left{
	margin-left: 0 !important;
}
.remove_margin_right{
	margin-right: 0 !important;
}
.remove_margin_top{
	margin-top: 0 !important;
}
.remove_margin_bottom{
	margin-bottom: 0 !important;
}

.input_div.checkbox{
	margin: 0;
}
.input_div.checkbox > input[type=checkbox]{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.input_div.checkbox > .checkbox_style{
	display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
}
.input_div.checkbox > span{
	margin-left: 3px;
}
.input_div.checkbox:hover > span, .input_div.checkbox > input[type=checkbox]:checked + .checkbox_style + span{
	color: #000;
}
.input_div.checkbox > input[type=checkbox] + .checkbox_style > i{
	position: relative;
	top: -5px;
	color: #fff;
}
.input_div.checkbox > input[type=checkbox]:checked + .checkbox_style > i{
	color: #ea4330;
}
.input_div.checkbox > input[type=checkbox]:checked + .checkbox_style, .input_div.checkbox > input[type=checkbox]:hover + .checkbox_style{
	border-color: #000;
}

.fixed{
	position: fixed;
    top: 0;
    transition: 0.3s;
}
.main_header.fixed{
    background: #fff;
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);

}
.main_header.fixed .header_menu > ul > li > a, .main_header.fixed .header_menu > ul > li > a > i{
	color: #333
}
.main_header.fixed .header_menu > ul > li > a:hover i{
	color: #ea4330;
}



.price .spinner{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}
.spinner{
	font-size:10px;
	width:90px;
	height:40px;
	margin:0 auto;
	text-align:center
}
.spinner.grey > div, .spinner.grey > span{
	background-color: #ccc;
}
.spinner.red > div, .spinner.red > span{
	background-color: #ea4330;
}
.spinner > div, .spinner > span{
	display:inline-block;
	width:6px;
	height:100%;
	margin:2px;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2{
	-webkit-animation-delay:-1.1s;
	animation-delay:-1.1s
}
.spinner .rect3{
	-webkit-animation-delay:-1s;
	animation-delay:-1s
}
.spinner .rect4{
	-webkit-animation-delay:-.9s;
	animation-delay:-.9s
}
.spinner .rect5{
	-webkit-animation-delay:-.8s;
	animation-delay:-.8s
}
.spinner .rect6{
	-webkit-animation-delay:-.7s;
	animation-delay:-.7s
}
.spinner .rect7{
	-webkit-animation-delay:-.6s;
	animation-delay:-.6s
}
@-webkit-keyframes sk-stretchdelay{
	0%,100%,40%{
		-webkit-transform:scaleY(.4)
	}
	20%{
		-webkit-transform:scaleY(1)
	}
}
@keyframes sk-stretchdelay{
	0%,100%,40%{
		-webkit-transform:scaleY(.4);
		transform:scaleY(.4)
	}
	20%{
		-webkit-transform:scaleY(1);
		transform:scaleY(1)
	}
}




h1{
	font-size: 24px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
h2{
	font-size: 22px;
	margin-bottom: 25px;
}

#page_content{
	position: relative;
	min-height: 35vh;
    padding: 50px 0;
}
.page_banner > .container{
	padding-top: 35px;
	padding-bottom: 35px;
}
#page_content .section{
	margin-bottom: 50px;
	overflow: hidden;
}
#page_content .section:last-child{
	margin-bottom: 0;
}
.section.grey{
	background-color: #fbf9fa;
	padding: 50px 0;
}
.sub_heading{
	position: relative;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: table;
	color: #6e747c;
}
.sub_heading:after{
	content: '';
	height: 2px;
	width: 50px;
	background-color: #ea4330;
	position: absolute;
	top: 12px;
	right: -55px;
}




.custom_select {
	position: relative;
	font-family: Arial;
}
.custom_select select {
	display: none;
}
.select-selected {
	background-color: #fff;
}
.select-selected.disabled{
	color: #aaa;
}
.select-selected:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	color: #000;
	right: 5px;
	top: 0;
	transition: 0.3s;
}
.select-selected.select-arrow-active:after {
	transform: rotate(180deg);
	transition: 0.3s;
}
.select-selected {
	position: relative;
	cursor: pointer;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	color: #343434;
	border: 1px solid #333;
	box-shadow: 1px 2px 0 1px rgba(0, 0, 0, .1);
	line-height: 45px;
	height: 45px;
}
.select-items div{
	cursor: pointer;
	text-align: left;
	background-color: #fff;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	color: #343434;
	border-bottom: 1px solid #fd0;
	line-height: 45px;
	height: 45px;
	white-space: nowrap;
	transition: 0.3s;
}
.select-items div:last-child{
	border-bottom: none;
}
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 250px;	
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	min-width: 100%;
	width: fit-content;
	width: -moz-max-content;
	box-shadow: 1px 1px 5px 1px #00000050;
}
.select-items::-webkit-scrollbar{
	width: 5px;
}
.select-hide {
	display: none;
}
.select-items div:hover {
	background-color: #eee;
	color: #000;
	padding-left: 20px;
	transition: 0.3s;
}
.select-items div.same-as-selected {
	color: #000;
	font-weight: 600;
}
.same-as-selected{
	background-color: #eee;
}



.date input{
	cursor: pointer;
	padding-right: 20px;
}
.date:after{
	content: "\f073";
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	line-height: 45px;
	color: #343434;
	font-size: 12px;
}
footer *{
	color: #fff;
	font-size: 14px;
}
.cab_card.no{display:none!important;}
.main_footer{
	position: relative;
	background-image: url('../imgs/footer_bg.jpeg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.main_footer:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.footer_logo{
	display: inline-block;
	margin-bottom: 25px;
}
.footer_logo img{
	height: 75px;
}
.contact_link:hover{
	color: #fff;
	text-decoration: underline;
}
.bottom_subfooter{
	background-color: #121212;
}
.bottom_subfooter p{
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}
.main_footer h3{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
ul.footer_link{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}
ul.footer_link li{
	position: relative;
	margin-bottom: 5px;
}
ul.footer_link li a{
	position: relative;
	padding-left: 15px;
	display: inline-block;
	transition: 0.3s;
}
ul.footer_link li a:before{
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 7px;
	position: absolute;
	left: 0;
	line-height: 24px;
	color: #ea4330;
	transition: 0.3s;
}
ul.footer_link li a:hover{
	color: #fd0;
	transition: 0.3s;
}
ul.footer_link li a:hover:before{
	content: '\f111';
	transition: 0.3s;
}
ul.footer_flights{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
ul.footer_flights li{
	width: fit-content;
	width: -moz-max-content;
	float: left;
	text-align: center;
	padding: 0 5px;
}
ul.footer_flights li img{
	width: 120px;
}

.pkg_card1{
	position: relative;
	background-color: #fff;
	display: table;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #fbf9fa;
}
.pkg_img1, .pkg_info1{
	position: relative;
	display: block;
	width: 50%;
	float: left;
}
.pkg_img1{
	height: 215px;
	overflow: hidden;
}
.pkg_img1 > a{
	display: table;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: 0.5s;
}
.pkg_img1 > a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
}
.pkg_img1 > a + h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 215px;
}
.pkg_img1 > a:hover + h3, .pkg_img1 > a + h3:hover{
	color: #ea4330;
}
.pkg_points1{
	padding: 15px 60px 15px 15px;
}
.pkg_points1 > p{
	text-align: left;
	padding: 0;
}
.pkg_heading1{
	color: #fd0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	font-family: 'Ubuntu-M';
}
.pkg_duration1{
	font-size: 14px;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 0;
}
.pkg_date1{
	font-size: 14px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 0px #111;
	font-weight: 400;
}
.pkg_txt1{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.pkg_link1{
	text-align: center;
}
ul.pkg_includes1{
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #e9e9e9;
}
ul.pkg_includes1 li{
	color: #555;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
	line-height: 35px;
	padding: 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
ul.pkg_includes1 li:last-child{
	border-bottom: none;
}
ul.pkg_includes1 li i{
	color: #aaa;
}
ul.pkg_includes1 li:first-child{
	font-weight: 600;
}
ul.pkg_includes1 li:first-child:hover{
	background-color: #fff;
}
ul.pkg_includes1 li:hover{
	background-color: #ea4330;
}
ul.pkg_includes1 li:hover i{
	color: #fff;
}
.pkg_card1:hover > .pkg_img1 > a{
	transform: scale(1.1);
	transition: 0.5s;
}
.pkg_card1:hover > .pkg_img1 > a:before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .4) 85%, rgba(0, 0, 0, .5) 90%, rgba(0, 0, 0, .6) 100%);
}
.semiBoldClass{display:block;}

.pkg_card2{
	position: relative;
	background-color: #fff;
	display: table;
	width: 100%;
	margin-top: 15px;
	border: 1px solid #fbf9fa;
}
.pkg_img2 {
    height: 215px;
    overflow: hidden;
}
.pkg_img2 > a{
	display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s;
}
.pkg_img2 > a + h3{
	font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 215px;
}
.pkg_img2 > a:hover + h3, .pkg_img2 > a + h3:hover{
	color: #ea4330;
}
.pkg_img2, .pkg_info2{
    position: relative;
    display: block;
    width: 100%;
}
.pkg_points2{
    padding: 50px 15px 15px 15px;
}
.pkg_points2 > p {
    text-align: center;
    padding: 0;
}
.pkg_heading2 {
    color: #fd0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Ubuntu-M';
}
.pkg_duration2{
	font-size: 14px;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 0;
}
.pkg_date2{
	font-size: 14px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 0px #111;
	font-weight: 400;
}
.pkg_txt2{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.pkg_link2{
	text-align: center;
}
ul.pkg_includes2{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
ul.pkg_includes2 li{
	color: #555;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
	line-height: 35px;
	padding: 0 5px;
	border-right: 1px solid #e9e9e9;
	width: calc((100% - 48.5px)/5);
}
ul.pkg_includes2 li:first-child{
	width: fit-content;
	width: -moz-max-content;
	font-weight: 600;
}
ul.pkg_includes2 li:last-child{
	border-right: none;
}
ul.pkg_includes2 li i{
	color: #aaa;
}
ul.pkg_includes2 li:first-child:hover{
	background-color: #fff;
}
ul.pkg_includes2 li:hover{
	background-color: #ea4330;
}
ul.pkg_includes2 li:hover i{
	color: #fff;
}
.pkg_card2:hover > .pkg_img2 > a{
	transform: scale(1.1);
	transition: 0.5s;
}
.pkg_card2:hover > .pkg_img2 > a:before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .4) 85%, rgba(0, 0, 0, .5) 90%, rgba(0, 0, 0, .6) 100%);
}


.pkg_card3{
	position: relative;
	background-color: #fff;
	display: table;
	width: 100%;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 0;
	margin-bottom: 30px;
}
.pkg_img3{
	width: 30%;
}
.pkg_info3{
	width: 70%;
}
.pkg_img3, .pkg_info3{
	position: relative;
	display: block;
	float: left;
}
.pkg_img3{
	height: 210px;
	overflow: hidden;
}
.pkg_img3 > a{
	display: table;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: 0.5s;
}
.pkg_img3 > a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
}
.pkg_img3 > a + h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 200px;
}
.pkg_img3 > a + h3 + small{
	font-size: 18px;
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 150px;
	top: 50px;
}
.pkg_img3 > a:hover + h3, .pkg_img3 > a + h3:hover{
	color: #ea4330;
}
.pkg_points3{
	padding: 15px 60px 15px 15px;
	width: 70%;
	float: right;
	margin: 23px 0;
}
.pkg_points3 > p{
	text-align: center;
	padding: 0;
}
.pkg_heading3{
	color: #fd0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	font-family: 'Ubuntu-M';
}
.pkg_duration_date3{
	font-size: 14px;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 0;
}
.pkg_txt3{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.pkg_link3{
	text-align: center;
}
ul.pkg_includes3{
	list-style: none;
	padding: 0;
	margin: 15px 0;
	display: table;
	position: relative;
	width: 30%;
	float: left;
	padding-left: 50px;
}
ul.pkg_includes3 li{
	color: #555;
	font-size: 13px;
	letter-spacing: 0;
	text-align: left;
	line-height: 30px;
	padding: 0 15px;
}
ul.pkg_includes3 li:last-child{
	border-bottom: none;
}
ul.pkg_includes3 li i{
	color: #aaa;
	margin-right: 3px;
}
ul.pkg_includes3 li span{
	font-size: 13px;
}
ul.pkg_includes3 li:first-child{
	color: #333;
}
ul.pkg_includes3 li:first-child:hover{
	background-color: #fff;
}
ul.pkg_includes3 li:hover{
	background-color: #ea4330;
}
ul.pkg_includes3 li:hover i, ul.pkg_includes3 li:hover span{
	color: #fff;
}
.pkg_card3:hover > .pkg_img3 > a{
	transform: scale(1.1);
	transition: 0.5s;
}
.pkg_card3:hover > .pkg_img3 > a:before{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .4) 85%, rgba(0, 0, 0, .5) 90%, rgba(0, 0, 0, .6) 100%);
}
.required, .required + .select-selected{
	border-color: red !important;
}
.no_pointer_events{
	pointer-events: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid #fd0 !important;
    background: #fd0 !important;
    color: #000 !important;
}
#ui-datepicker-div{
	padding: 0 !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0 !important;	
}





@media (min-width: 801px){
	.remove_desk_padding{
		padding: 0 !important;
	}
	.remove_desk_padding_left{
		padding-left: 0 !important;
	}
	.remove_desk_padding_right{
		padding-right: 0 !important;
	}
	.remove_desk_padding_top{
		padding-top: 0 !important;
	}
	.remove_desk_padding_bottom{
		padding-bottom: 0 !important;
	}
	.remove_desk_margin{
		margin:0 !important;
	}
	.remove_desk_margin_left{
		margin-left: 0 !important;
	}
	.remove_desk_margin_right{
		margin-right: 0 !important;
	}
	.remove_desk_margin_top{
		margin-top: 0 !important;
	}
	.remove_desk_margin_bottom{
		margin-bottom: 0 !important;
	}
}

@media (max-width: 600px){
	.remove_mob_padding{
		padding: 0 !important;
	}
	.banner_title{
	    margin-top:15px;
	}
	.sticky_bottom {
    padding: 4px 0!important;
}
.sticky_header .booking_btn button{
    margin-top: 10px!important;
}
ul.footer_flights li img {
    width: 95px;
}
.baggage i, .baggage span,.flight_info .name {
    font-size: 11px;
}
.flight_detail .col-sm-12{
    padding:0px 2px;
}
.flight_detail .info_flgt,.flight_detail h2,.flight_detail .indif,.flight_detail .semiBoldClass,.flight_detail #transport h3,.flight_detail .pkg_types_list,.flight_detail .scroll_div,.flight_detail #hotel_cab,.flight_detail #itinerary,.flight_detail #things_to_know,.flight_detail #terms_c_cond{
    padding:0px 15px;
}
.flight_detail #transport{
    padding:0px 2px;
}
.main_header {
    padding: 5px 0px!important;
}
.pkg_types_list ul li a{
    padding:0px 6px!important;
}
.total_duration {
    font-size: 11px;
}
.sticky_header .booking_info .price i.fa-rupee{top:6px!important;}
	.remove_mob_padding_left{
		padding-left: 0 !important;
	}
	.remove_mob_padding_right{
		padding-right: 0 !important;
	}
	.remove_mob_padding_top{
		padding-top: 0 !important;
	}
	.remove_mob_padding_bottom{
		padding-bottom: 0 !important;
	}
	.remove_mob_margin{
		margin:0 !important;
	}
	.remove_mob_margin_left{
		margin-left: 0 !important;
	}
	.remove_mob_margin_right{
		margin-right: 0 !important;
	}
	.remove_mob_margin_top{
		margin-top: 0 !important;
	}
	.remove_mob_margin_bottom{
		margin-bottom: 0 !important;
	}
	.page_banner .search_inputs > div.search_div > ul.inputs_list > li{
	    width:50%!important;
	}
	.page_banner .search_inputs > div.search_div > ul.inputs_list > li:nth-child(1), .search_inputs > div.search_div > ul.inputs_list > li:nth-child(3){
	    margin-right:0px!important;
	}
	.page_banner .search_inputs > div.search_div > ul.inputs_list > li:nth-child(2), .search_inputs > div.search_div > ul.inputs_list > li:nth-child(4){
	    margin-left:0px!important;
	}

	#page_content{
		padding: 30px 0;
	}
	#page_content .section{
		width: 100%;
		margin-bottom: 50px;
	}
	.btn.small{
		line-height: 35px;
	}
	.pkg_img1, .pkg_info1{
		width: 100%;
	}
	.pkg_points1 > p{
		text-align: center;
	}
	.pkg_points1{
		padding: 60px 15px 15px 15px;
	}
	ul.pkg_includes1{
		display: flex;
		right: unset;
		left: 0;
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #e9e9e9;
	}
	ul.pkg_includes1 li{
		width: calc((100% - 48.5px)/5);
		border-bottom: none;
		border-right: 1px solid #e9e9e9;
		line-height: 45px;
	}
	ul.pkg_includes2 li:first-child{
		width: fit-content;
		width: -moz-max-content;
	}
	ul.pkg_includes2 li:last-child{
		border-bottom: none;
	}
	ul.pkg_includes2 li{
		line-height: 45px;
	}
	.pkg_points2{
		padding: 60px 15px 15px 15px;
	}

	.pkg_img3, .pkg_info3{
		width: 100%;
	}
	ul.pkg_includes3{
		display: flex;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #e9e9e9;
		margin: 0;
	}
	ul.pkg_includes3 li{
		text-align: center;
		padding: 0 3px;
		width: calc((100% - 54.8px)/5);
		border-right: 1px solid #e9e9e9;
	}
	ul.pkg_includes3 li i{
		line-height: 45px;
	}
	ul.pkg_includes3 li span{
		display: none;
	}
	ul.pkg_includes3 li:last-child{
		border-right: none;
	}
	ul.pkg_includes3 li:first-child{
		line-height: 45px;
		width: fit-content;
		width: -moz-max-content;
		width: 
	}
	.pkg_points3{
		width: 100%;
		float: unset;
		margin: 0;
		padding: 60px 15px 15px;
	}
	.pkg_duration_date3{
		margin-bottom: 10px;
	}
	.price .spinner{
		text-align: left;
		background-color: #000;
		top: 2px;
	}
}

@media (min-width: 601px) and (max-width: 800px){
	.remove_tab_padding{
		padding: 0 !important;
	}
	.remove_tab_padding_left{
		padding-left: 0 !important;
	}
	.remove_tab_padding_right{
		padding-right: 0 !important;
	}
	.remove_tab_padding_top{
		padding-top: 0 !important;
	}
	.remove_tab_padding_bottom{
		padding-bottom: 0 !important;
	}
	.remove_tab_margin{
		margin:0 !important;
	}
	.remove_tab_margin_left{
		margin-left: 0 !important;
	}
	.remove_tab_margin_right{
		margin-right: 0 !important;
	}
	.remove_tab_margin_top{
		margin-top: 0 !important;
	}
	.remove_tab_margin_bottom{
		margin-bottom: 0 !important;
	}

	.pkg_img3{
		width: 35%;
	}
	.pkg_info3{
		width: 65%;
	}
	ul.pkg_includes3{
		padding-left: 12px;
	}
	.pkg_points3{
		margin: 12px 0;
		padding-right: 15px;
	}
}

@media (max-width: 800px){
	.pkg_card3{
		padding: 0 15px;
		box-shadow: none;
	}
	.pkg_info3{
		border: 1px solid #e9e9e9;
		border-top: none;
	}
}


/*-----------------------*/


.pax_selection:after{
	content: "\f0c0";
	color: #555;
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	line-height: 43px;
	font-size: 12px;
}
.pax_selection input{
	cursor: pointer;
	padding-right: 22px;
}
.pax_card{
	display: none;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 45px;
	border: 1px solid #eee;
	width: 280px;
	z-index: 5;
}
.pax_card > p{
	line-height: 40px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 13px;
	margin: 0;
}
ul.pax_counts{
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 5px 0;
	margin: 0;
}
ul.pax_counts > li{
	display: flex;
	padding: 5px 15px;
}
ul.pax_counts > li > p{
	margin-bottom: 0;
	font-size: 14px;
	float: left;
}
ul.pax_counts > li > p > small{
	font-size: 11px;
	margin-left: 3px;
}
ul.pax_counts > li > p > small > span{
	font-size: 11px;	
}
ul.pax_counts > li > .actions{
	position: absolute;
	right: 15px;
	border: 1px solid #ccc;
    border-radius: 3px;
}
ul.pax_counts > li > .actions > span{
	display: inline-block;
	border-right: 1px solid #ccc;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
ul.pax_counts > li > .actions > span.plus{
	border-right: none;
}
ul.pax_counts + small{
	display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #aaa;
    line-height: 1;
}
.pax_confirm{
	display: inline-block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 10px 15px;
	margin-bottom: -8px;
}
.pax_confirm button{
	width: 70px;
	text-align: center;
	padding: 0;
	border: none;
	border-radius: 3px;
}
.pax_confirm button.cancel{
	background-color: transparent;
	border: none;
	float: left;
}
.pax_confirm button.done{
	background-color: #ea4330;
	color: #fff;
	float: right;
}