a {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

select {
	box-shadow: none !important;
}

.text_808080 {
	color: #808080 !important;
}

.text_5FC8C2 {
	color: #0ca2e9 !important;
}

label {
	font-size: 12px;
	color: #808080;
	margin-bottom: 1px;
	padding-bottom: 0;
}


.btn_5FC8C2 {
	background-color: #0ca2e9 !important;
	color: #fff !important;
	font-size: 14px;
	padding: 6px 15px;
	text-transform: capitalize;
	transition: 0.5s;
}

.btn_5FC8C2:hover {
	background-color: #47a7a2 !important;
}

body {
	background-color: #EEF2F4;
	font-family: 'Poppins', sans-serif;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Searching_tab_section_hp {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.Searching_tab_section_hp .Searching_tab_item_hp {
	background-color: #3facaa2c;
	padding: 8px 20px;
	border-radius: 50px;
	display: flex;
	margin-right: 8px;
	align-items: center;
	justify-content: center;
}

.Searching_tab_section_hp .Searching_tab_item_hp label {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.other_page_search_section .main-search>form {
	position: relative;
}

.Search_results_section_hp {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 0;
	background-color: #fff;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box {
	border: 1px solid #0000001c;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: start;
	/* box-shadow: 0 0 10px #0000001f; */
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 0;
	color: #000;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box p {
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	margin-bottom: 0;
	padding-bottom: 0;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_stops_items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-check-input {
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 8px;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_stops_items .form-check-input:checked {
	background-color: #0ca2e9;
	border-color: #0ca2e9;
}

input:focus {
	box-shadow: none !important;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area ul>li:before {
	display: none;
	margin: 0 0;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area ul>li button {
	width: 100%;
	padding: 0px 15px 7px !important;
	color: #808080 !important;
	font-size: 13px !important;
	border-radius: 0 !important;
	text-transform: capitalize !important;
	font-weight: normal;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area ul>li {
	width: 50%;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area ul>li button.active {
	color: #000 !important;
	border-bottom: 3px #0ca2e9 solid;
	background-color: transparent;
}

.Search_results_section_hp .Search_results_filter_section .Search_results_filter_box .Search_results_filter_flight_time_area .tab-content {
	width: 100%;
	float: unset;
}

.Search_results_section_hp .Search_results_items_area_hp {
	border: 1px solid #0ca2e9;
	border-radius: 7px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side {
	border-right: 1px solid #0ca2e9;
	padding: 10px 10px 10px 20px;
	height: 100%;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_tags_Area {
	display: flex;
	align-items: center;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_tags_Area p {
	font-size: 10px;
	background-color: #0ca2e947;
	color: #000;
	padding: 2px 6px;
	margin: 0 3px;
	border-radius: 3px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_tags_Area p.active {
	background-color: #0ca2e9;
	color: #fff;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp>div {
	padding: 10px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp .Search_results_items_pickup_time h4 {
	margin-bottom: 7px;
	padding-bottom: 0;
	white-space: nowrap;
	color: #000;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp .Search_results_items_pickup_time p {
	margin-bottom: 0;
	padding-bottom: 0;
	white-space: nowrap;
	color: #808080;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp .Search_results_items_Direct_hp {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp .Search_results_items_Direct_hp p {
	font-size: 12px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp .Search_results_items_Direct_hp hr {
	height: 2px;
	background: #0ca2e9;
	opacity: 1;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .flight_company_name p {
	white-space: nowrap;
	margin-bottom: 0;
	padding-bottom: 0;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .flight_company_name {
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .flight_company_name img {
	width: 35px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_Right_side {
	padding: 10px 20px 10px 20px;
	text-align: end;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_Right_side .Search_results_items_right_icons_area {
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 10px 0px 10px 10px;
	color: #5cc4f5;
	font-size: 20px;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_Right_side p {
	font-size: 12px;
	color: #808080;
}

.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_Right_side .Search_results_items_flight_price h4 {
	font-size: 22px;
	color: #5cc4f5;
	padding: 0;
}


button,
input {
	box-shadow: none !important;
}

/* .Searching_Bar_main_section_hp {
	position: relative;
}

.Searching_Bar_main_section_hp .Searching_Bar_section_hp {
	background-image: none;
	background: #fff;
	box-shadow: 0 0 10px #00000017;
	border-radius: 10px;
	border: none;
	padding: 15px 15px 0px;
	position: absolute;
	bottom: 0;
}

.Searching_Bar_section_hp h5 {
	font-size: 20px;
	font-weight: 700;
}

.Searching_Bar_section_hp label {
	color: #808080;
	padding-bottom: 3px;
}

.Searching_Bar_section_hp input {
	border-radius: 5px !important;
}

.Searching_Bar_section_hp input#flight {
	border-radius: 50px !important;
}

.Searching_Bar_section_hp .Serach_Submit_btn {
	border-radius: 10px 10px 0 0 !important;
	bottom: 0 !important;
	width: auto;
	text-align: center;
} */

/* New Code HP */
/* Searching_Bar_main_section_hp */


.Searching_Bar_main_section_hp {
	position: relative;
	margin-top: -12%;
	z-index: 999;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area {
	background: #fff;
	box-shadow: 0 0 10px #00000017;
	border-radius: 10px;
	padding: 25px 25px 0px;
	margin: 25px 0;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form input.form-check-input {
	border-radius: 50px;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form input {
	border-radius: 5px;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form h5 span {
	color: #5cc4f5;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form button {
	border-radius: 15px 15px 0 0;
	background-color: #0ca2e9 !important;
	text-transform: capitalize;
	font-size: 14px;
	margin: auto;
	padding: 6px 25px;
	color: #fff;
}

.Searching_Bar_main_section_hp .Searching_Bar_form_area form .ng-select.ng-select-single .ng-select-container {
	height: 37.6px;
}

.Search_results_section_hp .Searching_Bar_form_area .btn {
	width: 100%;
	background-color: #0ca2e9;
	text-transform: capitalize;
	font-size: 14px;

}

/* header_Section_hp */


.header_Section_hp .Top_header_side_menu_hp {
	float: right;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 99999;
	width: 104px;
	min-height: 90px;
	box-shadow: 1px 0 0 rgba(0, 0, 0, .1), -1px 0 0 rgba(0, 0, 0, .1);
	background-color: #0ca2e9 !important;
}

.header_Section_hp .Top_header_side_menu_hp:before {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 52px 0 0;
	border-color: #0ca2e9 transparent transparent transparent;
}

.header_Section_hp .Top_header_side_menu_hp:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 52px 20px 0;
	border-color: transparent #0ca2e9 transparent transparent;
}

.header_Section_hp .Top_header_side_menu_hp nav:before {
	opacity: 0.1;
	-ms-opacity: 0.1;
	z-index: 1;
	content: "";
	position: absolute;
	bottom: -22px;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 53px 0 0;
	border-color: #000 transparent transparent transparent;
}

.header_Section_hp .Top_header_side_menu_hp nav:after {
	opacity: 0.1;
	-ms-opacity: 0.1;
	z-index: 1;
	content: "";
	position: absolute;
	bottom: -22px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 53px 21px 0;
	border-color: transparent #000 transparent transparent;
}

.header_Section_hp .Top_header_side_menu_hp li {
	float: left;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 0 9px 3px;
	letter-spacing: -0.034em;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.header_Section_hp .Top_header_side_menu_hp li:last-of-type {
	border-bottom: none;
}

.header_Section_hp .Top_header_side_menu_hp li a {
	color: #fff;
}

.header_Section_hp .Top_header_side_menu_hp li a:hover {
	color: rgba(0, 0, 0, .5);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header_Section_hp .Top_header_side_menu_hp nav {
	float: left;
	width: 100%;
	position: relative;
	min-height: 90px;
}

.header_Section_hp .Top_header_side_menu_hp ul {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 0;
	float: left;
}

.header_Section_hp .Top_header_side_menu_hp ul:last-of-type li.active {
	border-bottom: none;
}

.header_Section_hp .navbar_side_contact_area_hp {
	margin-right: 110px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp {
	position: relative;
}

.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp input {
	border-radius: 35px;
	padding: 6px 35px 6px 15px;
	font-size: 16px;
	font-weight: 400;
}

.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp input::placeholder {
	font-size: 14px;
}

.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp button {
	position: absolute;
	background: none;
	top: 2px;
	right: 8px;
	color: #0ca2e9 !important;
	padding: 5px !important;
	box-shadow: none;
}


.header_Section_hp .navbar_side_contact_area_hp .contact {
	float: right;
	display: block;
	position: relative;
	margin: 0px 15px 0;
	padding: 0 0 0 40px;
}

.header_Section_hp .navbar_side_contact_area_hp .contact span {
	display: block;
	font-size: 12px;
	color: #808080;
	text-align: start;
}

.header_Section_hp .navbar_side_contact_area_hp .contact span:last-child {
	display: block;
	font-size: 12px;
	color: #000;
	text-align: start;
}

.header_Section_hp .navbar_side_contact_area_hp .contact .number {
	font-weight: 700;
}

.header_Section_hp .navbar_side_contact_area_hp .contact:before {
	font-family: 'Material Icons';
	content: "\e0cd";
	font-size: 22px;
	position: absolute;
	top: 0.5px;
	left: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	float: left;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: #0ca2e9;
}

.header_Section_hp .header_menu_itmes_area_hp {
	background-color: #808080;
}

.header_Section_hp .header_menu_itmes_area_hp .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-weight: 700;
}

.header_Section_hp .header_menu_itmes_area_hp .navbar-toggler.btn {
	border: none;
	color: #fff;
	box-shadow: none;
}

.hero_banner_section_hp img {
	height: 600px;
	object-fit: cover;
}

.footer_section_hp {
	background-color: #252525;
	padding: 50px 0 0;
	color: #fff;
	text-align: start
}

.footer_section_hp .footer_logo_area_hp p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 0;
	word-break: break-word;
}

.footer_section_hp .Footer_Quick_links_area h4 {
	font-weight: bolder;
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.footer_section_hp .Footer_Quick_links_area h4::after {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	margin-top: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.footer_section_hp .Footer_Quick_links_area li {
	margin: 5px 0;
}

.footer_section_hp .Footer_Quick_links_area li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 0px 10px;
	transition: 0.5s;
}

.footer_section_hp .Footer_Quick_links_area li a i {
	color: #0ca2e9;
}

.footer_section_hp .Footer_Quick_links_area li:hover a {
	padding: 0px 10px 0px 15px;
}

.footer_section_hp .Footer_Quick_links_area .Follow_social_media_items_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer_section_hp .Footer_Quick_links_area .Follow_social_media_items_area i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #0ca2e9;
	margin: 5px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_section_hp .Footer_Quick_links_area .input-group {
	border-radius: 500px;
	align-items: stretch;
}

.footer_section_hp .Footer_Quick_links_area .input-group input {
	padding: 5px 15px;
	border-radius: 50px 0 0 50px;
}

.footer_section_hp .Footer_Quick_links_area .input-group button {
	padding: 6px 20px 5px 5px !important;
	border-radius: 0 50px 50px 0;
	background-color: #0ca2e9;
	color: #fff;
}

.footer_section_hp .footer_menu_section_hp {
	background-color: #000;
}

.footer_section_hp .footer_menu_section_hp .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #fff;
}

.footer_section_hp .footer_menu_section_hp .navbar-text {
	color: #fff;
}

/* other_page_top_banner_section */
.other_page_top_banner_section {
	background-image: linear-gradient(#0000007a, #0000007a), url(../images/backgrounds/Slider2.jpg);
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.other_page_top_banner_section .other_page_top_banner_content h2 {
	font-weight: 800;
	color: #fff;
	font-size: 25px;
	padding-bottom: 0;
}

.flight_detail_page_section .flight_detail_top_header_area {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flight_detail_page_section .flight_detail_top_header_area h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0ca2e9;
	margin-bottom: 0;
}

.back_btn_icon_hp {
	width: 35px;
	height: 35px;
	background-color: #0ca2e9;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 !important;
}

.flight_detail_page_section .flight_detail_flight_content_area {
	/* border: 1px solid #0ca2e9; */
	border-radius: 12px;
	padding: 20px 15px;
	background-color: #fff;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_content_item_header {
	margin-bottom: 20px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_content_item_header h4 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_content_item_header p {
	font-size: 14px;
	font-weight: 500;
	color: #808080;
	margin-bottom: 0;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_item {
	display: flex;
	align-items: self-start;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_item i {
	color: #0ca2e9;
	font-size: 18px;
	padding-bottom: 5px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_item p {
	color: #808080;
	font-size: 13px;
	margin-bottom: 5px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_item h4 {
	color: #000;
	font-size: 16px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_name_area {
	display: flex;
	align-items: self-start;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_name_area img {
	height: 30px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_detail_flight_name_area p {
	color: #808080;
	font-size: 14px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_booking_Who_flying_item_area {
	box-shadow: 0 0 8px #0000001c;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #0ca2e97a;
	padding: 15px;
	display: flex;
	align-items: self-start;
	text-align: start;

}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_booking_Who_flying_item_area i {
	font-size: 20px;
	color: #0ca2e9;
	margin-top: 4px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_booking_Who_flying_item_area h6 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 1px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_booking_Who_flying_item_area p {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .Flight_booking_Contact_details_form .form-select {
	width: 100px !important;
	max-width: 100px !important;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_ticket_type_option_item {
	border: 1px solid #0ca2e9;
	border-radius: 10px;
	padding: 10px;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_ticket_type_option_item label {
	font-size: 18px;
	font-weight: 600;
	color: #0ca2e9;
	margin-bottom: 0;
	padding-bottom: 0;
}

.flight_detail_page_section .flight_detail_flight_content_area .flight_detail_flight_content_item_section .flight_ticket_type_option_item p {
	font-size: 13px;
}

.flight_detail_page_section .Flight_booking_submit_btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flight_detail_page_section .Flight_booking_submit_btn_area button {
	padding: 8px 30px 5px !important;
}

#pricebreakdown .pricebreakdown_content_area {
	border: 1px solid #0ca2e9;
	border-radius: 10px;
}

#pricebreakdown .pricebreakdown_content_area>div {
	padding: 10px;
}

#pricebreakdown .pricebreakdown_content_area>div:first-child {
	border-radius: 10px 10px 0 0;
	background-color: #EEF2F4;
}

#pricebreakdown .pricebreakdown_content_area>div p {
	font-size: 16px;
}

.Reservation_page_section .table-responsive {
	border-radius: 10px;
	overflow: hidden;
}

.Reservation_page_section .table-responsive table tbody tr td {
	border-bottom: none !important;
	color: #808080;
}

.Reservation_page_section .table-responsive table tbody tr td i {
	color: #0ca2e9;
}

.Reservation_page_section .table-responsive table tbody tr:last-child td {
	border-bottom: none !important;
}

.Reservation_page_section .table-responsive table thead tr th {
	white-space: nowrap;
	border: none;
}

.Reservation_page_section .table-responsive table thead {
	background-color: #0ca2e9;
	color: #fff;
}

.Reservation_page_section .table-responsive table thead tr th input {
	font-size: 12px;
	padding: 5px 3px;
}

@media (max-width: 1199.98px) {
	.footer_section_hp .footer_menu_section_hp .navbar-collapse .navbar-nav .nav-item .nav-link {
		color: #fff;
		font-size: 12px;
		padding: 5px;
	}

	.footer_section_hp .footer_menu_section_hp .navbar-text {
		color: #fff;
		font-size: 12px;
	}
}

@media (max-width: 991.98px) {
	.hero_banner_section_hp img {
		height: 450px;
		object-fit: cover;
	}

	.footer_section_hp .footer_menu_section_hp .navbar-collapse {
		position: absolute;
		bottom: 50px;
		border-radius: 10px 10px 0 0;
		background-color: #000;
		overflow: hidden;
	}

	.footer_section_hp .footer_menu_section_hp .navbar-collapse ul.navbar-nav li.nav-item {
		background-color: #000;
		padding: 2px 10px;
		margin: 2px 0;
		transition: 0.5s;
	}

	.footer_section_hp .footer_menu_section_hp .navbar-collapse ul.navbar-nav li.nav-item:hover {
		background-color: #808080;
	}
}

@media (max-width: 767.98px) {
	.header_Section_hp .navbar_side_contact_area_hp .contact {
		margin: 8px 10px;
	}

	.Searching_Bar_main_section_hp .Searching_Bar_form_area {
		padding: 20px 15px 0;
	}
}

@media (max-width: 567.98px) {

	.flight_detail_page_section .flight_detail_top_header_area h3 {
		font-size: 18px;
		font-weight: bold;
		color: #0ca2e9;
	}

	.back_btn_icon_hp {
		width: 30px;
		height: 30px;
		background-color: #0ca2e9;
		color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		padding: 0 !important;
		margin-bottom: 5px;
	}

	.footer_section_hp .Footer_Quick_links_area h4 {
		font-size: 18px;
	}

	.hero_banner_section_hp img {
		height: 250px;
	}

	.header_Section_hp .navbar_side_contact_area_hp .contact {
		margin: 8px 10px;
	}

	.header_Section_hp .Top_header_side_menu_hp {
		width: 95px;
	}

	.header_Section_hp .navbar_side_contact_area_hp {
		margin-right: 100px;
	}

	.header_Section_hp .Top_header_side_menu_hp ul {
		padding: 0;
	}

	.header_Section_hp .Top_header_side_menu_hp ul li {
		font-size: 12px;
	}

	.header_Section_hp .navbar-brand img {
		height: auto;
		width: 170px;
		margin-bottom: 5px;
	}

	.header_Section_hp .navbar_side_contact_area_hp form {
		width: 100%;
	}

	.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp input {
		border-radius: 35px;
		padding: 8px 35px 8px 9px;
		font-size: 12px;
		font-weight: 400;
	}

	.header_Section_hp .navbar_side_contact_area_hp .navbar_side_contact_search_Area_hp input::placeholder {
		font-size: 12px;
	}

	.Searching_tab_section_hp .Searching_tab_item_hp label {
		font-size: 12px;
	}

	.Searching_tab_section_hp .Searching_tab_item_hp {
		padding: 8px 10px;
		margin: 0 3px;
		width: 48%;
	}

}





@media screen and (max-width: 1040px) {
	/* .main-nav .wrap {
		max-width: 100%;
	} */

	ul.slimmenu {
		margin-left: 0;
	}

	.menu-collapser {
		padding: 0 2.7%;
	}

	.collapse-button {
		right: 2.7%;
	}

	ul.slimmenu li a {
		padding: 10px 10px 10px 2.7%;
	}
}

/* 19 - Responsiveness */

@media screen and (max-width: 1070px) {
	.header {
		height: auto;
	}

	.logo {
		width: 100%;
	}

	.header .search {
		float: left;
		width: 40%;
		margin: 0;
		padding: 0 0 15px;
	}

	.header .contact {
		width: 50%;
		margin: 0;
	}

	.deals .one-fourth,
	.deals .one-third,
	.deals .one-fifth,
	.deals .one-sixth,
	.destinations .one-fourth,
	.destinations .one-third,
	.destinations .one-fifth,
	.destinations .one-sixth,
	.offers .one-fourth,
	.offers .one-third,
	.offers .one-fifth,
	.offers .one-sixth,
	.boxes .one-fourth {
		width: 50%;
	}

	.slider {
		height: auto;
		float: left;
		width: 100%;
	}

	.main-search .wrap>form {
		position: static;
	}

	.main-search {
		padding-bottom: 20px;
	}

	.main-search .column,
	.main-search .three-fourth {
		width: 100% !important;
		padding: 0 15px;
	}

	.main-search h5 {
		padding: 0 0 15px;
	}

	.main-search .form .column>.row {
		min-height: auto;
		border-left: none;
	}

	.main-search .form h5 {
		border-top: 1px solid #ccc;
		margin: 15px 0 0;
		padding: 15px 0;
		float: left;
		width: 100%;
	}

	.main-search .f-item.one-half,
	.main-search .f-item.one-third {
		padding-right: 10px;
	}

	.main-search .radios .f-item {
		width: 33% !important;
	}

	.main-search .f-item.one-half {
		width: 50% !important;
	}

	.main-search .f-item.one-third {
		width: 33.33% !important;
	}

	.main-search .gradient-button {
		width: auto;
		bottom: 3px;
		min-width: 17%;
	}

	.lb-wrap {
		width: 46%;
		left: 27%;
	}

	section .offers figure,
	section .deals figure,
	section .destinations figure {
		height: auto !important;
	}

	section .deals .full-width {
		height: auto !important;
	}

	section .deals .full-width figure,
	section .deals .full-width .details {
		height: auto !important;
		width: 100% !important;
		max-height: none;
	}

	section .deals .full-width .details {
		padding-left: 25px;
	}

	.inner-nav {
		width: 26.4%;
	}

	.tab-content {
		width: 70.4%;
	}

	.get_inspired li {
		width: 25%;
		height: 140px;
	}

	.sort li {
		padding: 0 40px 0 0;
	}

	.comment .third {
		width: 25%;
	}

	.comment .comment-content {
		width: 75%;
	}

	.depth-1 .third {
		width: 27%;
	}

	.depth-1 .comment-content {
		width: 73%;
	}

	.depth-2 .third {
		width: 30%;
	}

	.depth-2 .comment-content {
		width: 70%;
	}
}

@media screen and (min-width: 861px) and (max-width: 1200px) {

	.small-list h3,
	.small-list p,
	.small-list .stars,
	.small-list .rating,
	.deal-of-the-day h3,
	.deal-of-the-day p,
	.deal-of-the-day .stars,
	.deal-of-the-day .rating {
		float: left;
		width: 100%;
	}
}


@media screen and (max-width: 960px) {
	.room-types li figure {
		width: 50%;
		max-height: none;
	}

	.tab-content .room-types .meta {
		width: 50%;
		min-height: 0;
	}

	.room-types .room-information {
		width: 50%;
		height: auto;
		border-left: none;
	}

	.room-information .gradient-button {
		position: static;
	}

	.footer .full-width nav {
		float: left;
		width: 100%;
		padding: 20px 0 0;
	}

	.footer .full-width nav li:first-child {
		margin: 0;
		padding: 0;
	}

	.get_inspired li {
		width: 33.3333%;
		height: 155px;
	}

	.comment {
		width: 100% !important;
	}

	.comment .third {
		width: 30% !important;
	}

	.comment .comment-content {
		width: 70% !important;
	}

	section.error {
		text-align: center;
	}

	.error-content {
		padding: 60px 0 0;
	}

	.error-content h3,
	.error-content ul {
		text-align: left;
	}

	.three-col li {
		width: 50%;
	}

	.top-right-nav {
		float: left;
	}
}

@media screen and (max-width: 860px) {

	.full-width,
	.three-fourth,
	.one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.boxes .one-fourth {
		width: 100% !important;
	}

	.boxes article>div {
		min-height: auto;
	}

	.lb-wrap {
		width: 80%;
		left: 10%;
		max-width: 80%;
	}

	.score,
	.chart {
		width: 100%;
	}

	.main-search .gradient-button {
		left: 38%;
	}

	.get_inspired li {
		height: 170px;
	}

	.sort-by {
		height: auto;
	}

	.sort {
		margin: 0;
		border-left: none;
	}

	.sort,
	.sort li {
		width: 100%;
	}

	.sort li {
		border-right: none;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}

	.view-type {
		position: absolute;
		right: 10px;
	}

	.ascending {
		top: 11px;
	}

	.descending {
		top: 20px;
	}

}

@media (max-width: 767.98px) {
	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side {
		border-right: none;
		border-bottom: 1px solid #0ca2e9;
		margin: 0 10px;
		padding: 8px;
	}

	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp>div {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp {
		flex-direction: column;
		align-items: self-start;
	}

	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .flight_company_name {
		display: flex;
		flex-direction: row;
		padding: 8px;
	}

	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .flight_company_name img {
		width: 19px;
		margin-right: 5px;
		height: auto;
	}

	.Search_results_section_hp .Search_results_items_area_hp .Search_results_items_left_side .Search_results_items_time_area_hp .Search_results_items_time_Direct_area_hp>div {
		padding: 8px;
	}

	.header .search {
		width: 60%;
	}

	.header .contact {
		width: 100%;
		float: left;
		margin: 0 0 15px;
	}

	.main-search .radios .f-item {
		width: 50% !important;
	}

	.main-search .f-item.one-half,
	.main-search .f-item.one-third {
		width: 100% !important;
	}

	.main-search .gradient-button {
		left: 33%;
	}

	.lb-wrap {
		width: 90%;
		left: 5%;
		max-width: 90%;
	}

	.chart {
		margin-top: 10px;
	}

	.inner-nav,
	.inner-nav li.active,
	.inner-nav li.active:hover,
	.tab-content {
		width: 100%;
	}

	.inner-nav {
		margin-bottom: 20px;
	}

	.inner-nav li.active a:after,
	.inner-nav li.active a:after {
		display: none;
	}

	.room-types li figure,
	.tab-content .room-types .meta,
	.room-types .room-information {
		width: 100%;
	}

	.tab-content .room-types .meta {
		padding: 20px 0 0;
	}

	.room-types .room-information {
		padding: 13px 0 0;
	}

	.get_inspired li {
		width: 50%;
		height: 190px;
	}

	.comment .third {
		width: 40% !important;
	}

	.comment .comment-content {
		width: 60% !important;
	}

	.copy {
		width: 100%;
		text-align: center;
	}

	.footer .full-width nav {
		text-align: center;
		margin: 20px 0 0;
		border-top: 1px solid #ccc;
	}

	.footer .full-width nav li {
		float: none;
		display: inline-block;
		border: none;
		margin: 0;
		padding: 0 15px 15px;
	}
}


@media screen and (max-width: 500px) {
	.logo img {
		max-width: 60%;
	}

	.main-search .gradient-button {
		left: 25%;
	}

	.get_inspired li {
		width: 100%;
		height: 300px;
	}

	.comment .third,
	.comment .comment-content {
		width: 100% !important;
	}

	.comment .comment-content {
		border: none;
		padding: 15px 0 0;
	}
}

@media screen and (max-width: 380px) {
	.get_inspired li {
		height: 220px;
	}
}





.Who_quantity_add_number_area {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #0ca2e9;
}

.Who_quantity_add_number_area button {
	color: #fff !important;
	border: none !important;
	font-size: 20px !important;
	width: 33.33% !important;
	height: auto !important;
	text-align: center !important;
	transition: background-color 0.2s !important;
	padding: 0 !important;
	margin: 0 !important;

}

.Who_quantity_add_number_area button.minus {
	border-radius: 5px 0 0 5px !important;
}

.Who_quantity_add_number_area button.plus {
	border-radius: 0 5px 5px 0 !important;
}

.Who_quantity_add_number_area button {
	background-color: #3498db !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer;
	font-size: 20px !important;
	width: 33.33% !important;
	height: auto !important;
	text-align: center !important;
	transition: background-color 0.2s !important;
	padding: 0 !important
}


.Who_quantity_add_number_area input {
	width: 40% !important;
	text-align: center !important;
	border: none !important;
	padding: 9px 2px 4px !important;
	font-size: 16px !important;
	border-radius: 0px !important;
	outline: none !important;
}

/* Hide the number input spin buttons */
.Who_quantity_add_number_area .input-box::-webkit-inner-spin-button,
.Who_quantity_add_number_area .input-box::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0 !important;
}

.Who_quantity_add_number_area .input-box[type="number"] {
	-moz-appearance: textfield !important;
}



.req:after {
    content: " *";
    color: rgb(233, 79, 79);
}