
.hmSearchArea .radio {
	margin: 0 0 10px;
	padding-left: 30px;
}

.hmSearchArea .radio input[type=radio] {
	position: absolute;
	opacity: 0;
}

.hmSearchArea .radio input[type=radio] + .radio-label:before {
	content: "";
	background: #081e63;
	border-radius: 100%;
	border: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	margin-left: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

.hmSearchArea label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #3c4449;
	font-size: 16px;
	cursor: pointer;
}

.hmSearchArea .radio input[type=radio]:checked + .radio-label:before {
	background-color: #41a8f7;
	box-shadow: none;
	
}

.hmSearchArea .radio input[type=radio]:focus + .radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.hmSearchArea .radio input[type=radio]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.hmSearchArea .radio input[type=radio] + .radio-label:empty:before {
	margin-left: 0;
}

.hmtrips {
	padding-right: 20px;
	height: 40px;
}

.hmSearchBox {
	background: #fff;
	border-radius: 50px;
	padding: 8px;
	border: 8px solid #1cade3;
	position: relative;
	height: 77px;
}

.hmcol_1 {
	width: 20%;
	padding-right: 10px;
	height: 50px;
}

.hmSearchBox .form-control {
	display: block;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	line-height: 20px;
	color: #3c4449;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	height: 45px;
}

.hmSearchBox .form-group {
	margin-bottom: 0;
	position: relative;
}

.hmTripArrow {
	width: 29px;
	height: 29px;
	background-color: #41a8f7;
	border-radius: 50%;
	margin-top: 8px;
	text-align: center;
}

.roundtripArrow {
	background-image: url(../images/hmRoundTripArrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 6px;
	cursor: pointer;
}

.oneWayArrow {
	background-image: url(../images/hmOnewayArrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 6px;
	cursor: pointer;
}

.hmCal {
	position: relative;
	width: 95px;
	top: -24px;
	height: 95px;
	box-shadow: 1px 0px 41px -16px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 1px 0px 41px -16px rgb(0 0 0 / 75%);
	-moz-box-shadow: 1px 0px 41px -16px rgba(0,0,0,0.75);
	margin-left: 15px;
	z-index: 1;
}

.hmdepart {
	background: #272a68;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border: 1px solid #272a68;
	border-radius: 5px 5px 0 0;
}

.hmdeprtDate {
	width: 100%;
	margin: 0;
	height: 62px;
	border: 1px solid #272a68;
	padding: 8px 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.hmdeprtDate .dDate {
	width: 50%;
	color: #3c4449;
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
}

.hmdeprtDate .month {
	width: 50%;
	color: #3c4449;
	font-size: 10px;
	text-align: right;
	border-right: 1px solid #ccc;
	padding-right:4px;
}

.hmdeprtDate .month span {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.hmdeprtDate .month p {
	margin-top: 3px;
	margin-bottom: 0;
}

.hmCal_2 {
	position: relative;
	width: 95px;
	top: -24px;
	height: 95px;
	box-shadow: 1px 0px 41px -16px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 1px 0px 41px -16px rgb(0 0 0 / 75%);
	-moz-box-shadow: 1px 0px 41px -16px rgba(0,0,0,0.75);
	z-index: 1;
}

.hmArrow:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 5px;
	background-image: url(../images/downArrow.svg);
	width: 9px;
	height: 9px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.hmArrow {
	position: relative;
}

.hmcol_3 {
	width: 18%;
}

.hmcol_4 {
	width: 15%;
	padding-right: 30px;
}

.hmStops input[type=checkbox] + label {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 0;
	margin-top: 12px;
	font-size: 14px;
}

.hmStops input[type=checkbox] {
	display: none;
}

.hmStops input[type=checkbox] + label:before {
	content: "\123";
	border: 1px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	background: #f4f4f4;
}

.hmStops input[type=checkbox] + label:active:before {
	transform: scale(0);
}

.hmStops input[type=checkbox]:checked + label:before {
	background-color: #41a8f7;
	border-color: #41a8f7;
	color: transparent;
	background-color: #41a8f7;
}

.hmSearchBtn {
	border-radius: 50%;
	width: 63px;
	height: 63px;
	background-color: #41a8f7;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: -1px;
	text-align: center;
}

.hmSearchIcon {
	background-image: url(../images/search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height: 30px;
	display: inline-block;
	transform: scaleX(-1);
}

.hmlocation {
	position: relative;
}

.hmlocation:before {
	content: '';
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url(../images/location.svg);
	width: 12px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.hmaddSlider .carousel-inner .carousel-item img {
	border-radius: 5px;
	height: 200px;
	width: 100%;
}

section.hmaddSlider {
	margin: 100px 0 50px;
	direction: ltr;
}

.hmaddSlider .carousel-indicators {
	bottom: -25px;
}

.hmaddSlider .carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: -999px;
	background-color: #575aa4;
	border-radius: 50%;
}

.hmaddSlider .carousel-indicators .active {
	background-color: #1cade3;
}

.hmaddSlider .carousel-caption {
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: auto;
	z-index: 10;
	color: #272a68;
	text-align: right;
	background: #fff;
	padding: 20px;
	font-size: 35px;
	direction: rtl;
	border-radius: 5px;
}

.hmaddSlider .carousel-caption h5 {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	line-height: 32px;
}

.hmaddSlider .carousel-caption p {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	line-height: 32px;
}
.hmaddSlider .carousel-caption h3{
	line-height:14px;
}
.hmaddSlider .carousel-caption h3 a {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
	color:#41a8f7;
}

.adsliderArowicon {
	background-image: url(../images/hmrightArrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	display: inline-block;
	transform: scaleX(-1);
}

.sliderArrow {
	background-color: #41a8f7;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 12px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	display: none;
}

.hmtrendingDeals .item img {
	border-radius: 5px;
	height: 230px;
}

.hmtrendingDeals .caption {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 10px 15px;
}

.hmtrendingDeals .caption p {
	color: #494e54;
	font-size: 14px;
	margin-bottom: 0px;
}

.hmtrendingDeals .caption h4 {
	color: #494e54;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.hmtrendingDeals .caption h3 {
	color: #1cade3;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}
.hmtrendingDeals .caption h3 span{display: inline-block;}

section.hmtrendingDeals {
	margin-bottom: 30px;
}

.hmsliderDots .owl-carousel .owl-nav button.owl-prev, .hmsliderDots .owl-carousel .owl-nav button.owl-next, .hmsliderDots .owl-carousel button.owl-dot {
	border: none;
	padding: 0 !important;
	background: #575aa4;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-left: 5px;
}

.hmsliderDots button.owl-dot.active {
	background: #1cade3;
}

.hmsliderDots .owl-dots {
	text-align: center;
	margin-top: 10px;
}

.hmtrendingDeals h1 {
	font-size: 26px;
	padding-bottom: 15px;
	position: relative;
}

.hmtrendingDeals p {
	font-size: 14px;
	color: #a2a4ce;
}

.bdrL {
	height: 1px;
	width: 40px;
	background-color: #1cade3;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -10px;
	margin-left: 15px;
}

.bdrR {
	height: 1px;
	width: 40px;
	background-color: #1cade3;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -10px;
	margin-right: 15px;
}

.subimage img {
	width: auto !important;
	height: 330px;
	transform: scaleX(-1);
}

.whybookwith img {
	width: 350px !important;
	height: 350px !important;
}

.hmsubscrbe input.form-control {
	height: 45px;
	width: 330px;
}

.hmsubscrbe {
	width: 100%;
}

.subtext h2 {
	font-size: 26px;
	padding-bottom: 20px;
}

.subtext p {
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.hmsubscrbe {
	margin-top: 20px;
}

.subtext {
	padding-top: 35px;
}

.hmsubBtn {
	padding: 0px 40px;
}

.guarntpriceIcon {
	background-image: url(../images/priceGuaranteed.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	display: inline-block;
}

.secureIcon {
	background-image: url(../images/Secure.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	display: inline-block;
}

.extSearchIcon {
	background-image: url(../images/searchResult.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	display: inline-block;
	transform: scaleX(-1);
}

.custsupportIcon {
	background-image: url(../images/24support.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	display: inline-block;

}

.whyBookIcons {
	margin-left: 15px;
}

.whyBookText h5 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 15px;
}

.whyBookText p {
	font-size: 14px;
	color: #a2a4ce;
}

.dwnldApp li {
	margin-left: 20px;
	margin-top: 25px;
}

.hmnewsletter {
	margin-bottom: 40px;
}

.hmtrendHotlDeals h1 {
	font-size: 26px;
	padding-bottom: 35px;
	position: relative;
}

.hmhtlDealsBox {
	background-color: #fff;
	border-radius: 5px;
	cursor:pointer;
}

.dealImg {
	height: 100px;
	width: 100px;
	overflow: hidden;
	border-radius: 5px;
}

.dealImg img {
	height: 100%;
	width: 100%;
}

.dealsDtls {
	padding-right: 30px;
	padding-top: 15px;
	width: 70%;
	padding-left: 10px;
}

.dealsDtls h5 {
	color: #494e54;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.dealsDtls p {
	color: #494e54;
	font-size: 13px;
	margin-bottom: 8px;
}

.dealsDtls h4 {
	color: #1cade3;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.dlsmar {
	margin-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
}

section.hmtrendHotlDeals {
	padding-bottom: 20px;
}

.cheaptravelDeals ul a {
	font-size: 14px;
	color: #fff;
}

.cheaptravelDeals ul li {
	border-bottom: 1px solid #585b91;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}

.cheaptravelDeals ul li:before {
	background-image: url(../images/hmDealsarrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8px;
	height: 9px;
	display: inline-block;
	content: '';
	transform: scaleX(-1);
}

.cheaptravelDeals ul li span {
	padding-right: 10px;
}

.cheaptravelDeals h1 {
	font-size: 26px;
	padding-bottom: 20px;
	position: relative;
}

.hmcol_3.hmtravelers {
	position: relative;
	height: 50px;
}

.psngerBox {
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	background: #ffffff;
	right: 10px;
	top: 100%;
	padding:8px 15px 15px;
	width: 225px;
	color: #2e3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.psngerBox .close {
	color: #FFF;
	padding: 0;
	margin: 0;
	background-image: url(../images/close.png);
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	opacity: 1;
	font-size: 25px;
	font-weight: normal;
	background-size: contain;
}

.trvelrsList h4 {
	font-size: 16px;
	color: #272a68;
	margin: 0 0 5px 0;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.trvelrsList .traveller_rows {
	padding: 5px 0px;
	border-bottom: solid 1px #e0e0e0;
}

.trvelrsList .travelersLHalf p {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 0 0;
	line-height: 18px;
}

.trvelrsList .travelersLHalf p span {
	font-size: 12px;
	opacity: .8;
	display: block;
}

.trvelrsList .travelersRHalf {
	padding-top: 5px;
}

.plus-minus-button {
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 0;
background-color: #41a8f7;
	margin: 0;
	font-size: 18px;
	line-height: 17px;
	border: none;
}

.trvelrsList .psnrs_travel {
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.passengerBox-cabin {
	margin-top: 10px;
}

.passengerBox-cabin select.cabinSelect {
	width: 100%;
	height: 45px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-right: 10px;
	background-image: url(../images/downArrow.svg);
	box-shadow: none !important;
	outline: 0 !important;
	background-position: 10px;
	background-size: 7px;
	background-repeat: no-repeat;
}


.psngr_applyBox button {
	background-color: #41a8f7;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	border: none;
}

.hmhotlCountry {
	margin-top: 2px;
	border-right: 1px solid #ccc;
	margin-right: 8px;
}

.hmhotlCountry select.cabinSelect {
	width: 100%;
	height: 40px;
	border: none;
	margin-bottom: 0;
	border-radius: 5px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(../images/downArrow.svg);
	box-shadow: none !important;
	outline: 0 !important;
	background-position:0 18px;
	background-size: 9px;
	background-repeat: no-repeat;
	color: #3c4449;
	font-size: 14px;
}

.room-repeat {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	padding-top: 0px;
}

.room-repeat h3 {
	font-size: 16px;
	color: #272a68;
	margin: 0 0 8px 0;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.room-repeat ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room-repeat ul li {
	margin-bottom: 5px;
	width: 48%;
}

.room-repeat p {
	margin-bottom: 5px;
	font-size: 12px;
}

.addRoom, .addRoom:hover, .addRoom:focus {
	color: #272a68 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.removeRoom, .removeRoom:hover, .removeRoom:focus {
	color: #e71578 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.room-repeat .psnrs_travel {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}

.hmcol_6 {
	width: 15%;
}

.moreArrow {
	background-image: url(../images/moreArrow.svg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-right: 5px;
}
.moreArrowUp {
	background-image: url(../images/moreArrow.svg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
	display: inline-block;
	margin-right: 5px;
	transform: rotate(180deg);
}

.fhMore {
	color: #272a68;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 10px;
	cursor: pointer;
   font-family: 'dinprobold', 'DroidKufiBold';
}

.fhMoreOptions .hmhotlCountry {
	border-left: none;
	border-right: none;
}

.needCaloption {
	padding-right: 20px;
}

.hmcol_7 {
	width: 45%;
	padding-right: 10px;
	height: 50px
}

.hmactivitypass {
	margin-top: 2px;
}

.hmactivitybdr {
	border-left: 1px solid #ccc;
	padding-left:10px;
	height: 45px;
}

.hmSearchBox.hmactivitySearch .hmcol_3 {
	width: 14%;
}

.hmactivitypass select.cabinSelect {
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 0;
	border-radius: 5px;
	padding-right: 10px;
	background-image: url(../images/downArrow.svg);
	box-shadow: none !important;
	outline: 0 !important;
	background-position: 95% 18px;
	background-size: 9px;
	background-repeat: no-repeat;
	color: #3c4449;
	font-size: 14px;
}

.hmcol_8 {
	width: 15%;
}

.hmTransTime {
	width: 8%;
}

.hmTransTime span {
	font-size: 14px;
	color: #3c4449;
	padding-right: 5px;
}

select.transfersTime {
	padding: 0 5px;
	border: none;
}

.tmPad {
	padding-right: 15px;
	margin-left: 20px;
}

.hmtravelers {
	position: relative;
	height: 50px;
}

select.transSelect {
	border: none;
	padding-right: 20px;
	padding-top: 12px;
	padding-left: 10px;
	width: 100%;
}

.transLoacBox {
	position: absolute;
	z-index: 100;
	right: -20px;
	top: 38px;
	padding: 0;
	width: 245px;
	color: #2e3738;
	-webkit-border-radius: 5px;
	background: #fff;
	border-radius: 50px;
	padding: 10px;
	border: 8px solid #1cade3;
	position: relative;
	height: 75px;
}

.transLoacBox .hmlocation:before {
	content: '';
	position: absolute;
	top: 13px;
	right: 5px;
	background-image: url(../images/location.svg);
	width: 12px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.nav-tabs.disneylandTab {
	border-bottom: none;
	margin-bottom: 0px;
	height: 40px;
}

.nav-tabs.disneylandTab .nav-item {
	margin-bottom: 0;
}

.nav-tabs.disneylandTab .nav-item.show .nav-link, .nav-tabs.disneylandTab .nav-link.active {
	color: #41a8f7;
	background-color: transparent;
	border-color: transparent;
	border-bottom: 3px solid #41a8f7;
	padding-bottom: 2px;
}

.nav-tabs.disneylandTab .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.disneylandTab .nav-link {
	display: block;
	padding: 0;
	font-size: 16px;
}

.disneylandTab .nav-item a:hover {
	color: #41a8f7;
}

.parkLocation {
	margin-top: 2px;
	margin-right: 0;
	width: 15%;
	border-right: 1px solid #b0b0b0;
	height: 42px;
	padding-left: 5px;
}

.parkLocation select.cabinSelect {
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 0;
	border-radius: 5px;
	padding-right: 5px;
	background-image: url(../images/downArrow.svg);
	box-shadow: none !important;
	outline: 0 !important;
	background-position: 95% 18px;
	background-size: 9px;
	background-repeat: no-repeat;
	color: #3c4449;
	font-size: 14px;
}

.hmmultiCabin {
	margin-top: 2px;
	border-left: none;
	margin-right: 0;
}

.hmmultiCabin select.cabinSelect {
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 0;
	border-radius: 5px;
	padding-right: 5px;
	background-image: url(../images/downArrow.svg);
	box-shadow: none !important;
	outline: 0 !important;
	background-position: 95% 18px;
	background-size: 9px;
	background-repeat: no-repeat;
	color: #3c4449;
	font-size: 14px;
}

.multi_hmcol_1 {
	width: 40%;
	padding-right: 10px;
}

.hmMultiCity .hmSearchBox {
	margin-bottom: 25px;
	width: 70%;
}

.multi_hmcol_2 {
	width: 32%;
	padding-right: 0px;
	height: 50px;
}

.hmSearchBox.multiHalf {
	width: 40%;
}

.hmSearchBox.multiHalf .multi_hmcol_2 {
	width: 50%;
	padding-left: 10px;
}

.hmSearchBox.multiHalf .hmcol_4 {
	width: 32%;
	border-left: 1px solid #ccc;
	padding-right: 15px;
	height: 45px;
}

.mulitTravl {
	position: relative;
}

.hmmultiPlus {
	background-color: #41a8f7;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
	height: 40px;
	margin-top: 18px;
}

.hmmultiMinus {
	background-color: #41a8f7;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
	height: 40px;
	margin-top: 18px;
}

span.hmforgot {
	color: #394049;
	font-size: 14px;
	padding-top: 10px;
	cursor: pointer;
}

.hmLoginbtn {
	background: #1cade3;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
}

.hmcode {
	width: 30%;
}

.hmPhonenbr {
	width: 70%;
}

.hmcode select.form-control {
	height: 45px !important;
	border-left: none;
    border-radius: 0 5px 5px 0;
    direction: ltr;
    text-align: right;
    text-align-last: right;
}

.hmPhonenbr input.form-control {
	border-radius: 5px 0 0 5px;
}

.hasDownArrow::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/downArrow.svg);
	content: "";
	top: 20px;
	left: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.hmSearchBox.fhMoreHalf {
	width:100%;
}

.hmSearchBox.fhMoreHalf .hmcol_4 {
	width:15%;
	padding-right: 20px;
}

.htlNeed {
	width: 25%;
	padding-right: 20px;
}

.transfersTrips [type="radio"]:checked,.transfersTrips [type="radio"]:not(:checked) {
	position: absolute;
	right: -9999px;
}

.transfersTrips [type="radio"]:checked + label,.transfersTrips [type="radio"]:not(:checked) + label {
	position: relative;
	padding-right: 25px;
	cursor: pointer;
	line-height: 17px;
	display: inline-block;
	color: #3c4449;
}

.transfersTrips [type="radio"]:checked + label:before,.transfersTrips [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: none;
	border-radius: 100%;
	background: #081e63;
}

.transfersTrips [type="radio"]:checked + label:after,.transfersTrips [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 16px;
	height: 16px;
	background: #41a8f7;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
	border: none;
	background-color: #41a8f7;
}

.transfersTrips [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.transfersTrips [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.transfersTrips ul li {
	margin-left: 30px;
	margin-bottom: 10px;
}

.transPickUp .form-control {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #3c4449;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	height: 38px;
	padding-right: 20px;
}

.hmTransLocatn2 {
	position: relative;
}

.hmTransLocatn4 {
	position: relative;
}

.fhSearchBoxnew {
	position: relative;
}

.hmcol_5.fhMobpos {
	position: absolute;
	left: 8px;
	top: 8px;
}

.disneylandSearch .hmcol_3 {
	width: 15%;
}

.hmCal.hmbookpacks {
	margin-right: 20px;
}

.disnyBdr {
	height: 44px;
	width: 1px;
	background-color: #b0b0b0;
	margin: 0 0px 0 10px;
}

.disneyPasngBox {
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	background: #ffffff;
	right: 10px;
	top: 100%;
	padding: 15px;
	width: 135px;
	color: #2e3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.disneyPasngBox .room-repeat ul li {
	margin-bottom: 5px;
	width: 100%;
}

.disneyPasngBox .room-repeat .psnrs_travel {
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}

.hmstar {
	background-image: url(../images/hmstar.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 73px;
	height: 111px;
	display: inline-block;
	transform: scaleX(-1);
}

.hmtrendHotlDeals .fivestar {
	background-position: -2px 2px;
	width: 73px;
	height: 20px;
	background-size: cover;
}

.hmtrendHotlDeals .fourstar {
	background-position: -2px -17px;
	width: 73px;
	height: 20px;
	background-size: cover;
}

.hmtrendHotlDeals .threestar {
	background-position: -2px -37px;
	width: 73px;
	height: 20px;
	background-size: cover;
}

.hmtrendHotlDeals .twostar {
	background-position: -2px -56px;
	width: 73px;
	height: 20px;
	background-size: cover;
}

.hmtrendHotlDeals .onestar {
	background-position: -2px -76px;
	width: 73px;
	height: 20px;
	background-size: cover;
}

.hmtrendHotlDeals .zerostar {
	background-position: -2px -95px;
	width: 73px;
	height: 20px;
	background-size: cover;
}
/* Home page Style end */
button {
	border: 0;
}

.button_theme {
	border-radius: 5px;
	background-color: #41a8f7;
	color: #FFF;
	font-size: 14px;
	border: 1px solid #fff;
}

.button_dark {
	border-radius: 5px;
	background-color: #081e63;
	color: #FFF;
	font-size: 14px;
}

.button_light {
	border-radius: 5px;
	background-color: #41a8f7;
	color: #FFF;
	font-size: 14px;
}
/* Sub Head */
.SubHead {
	padding: 20px 0 35px;
	color: #fff;
}
.SubHead form{ margin-bottom:0;}

.editSrchBtn {
	padding: 10px 25px;
	margin-left: 12px;
	font-family: 'dinprobold', 'DroidKufiBold';
	font-size:13px;
}
.title_sec_content h2 {
	font-size:20px;
}
.title_sec_content {
    display: flex;
    flex-wrap: wrap;
}
.title_sec_content p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.title_sec_content p span{
	display: inline-block;
	padding-right: 2px;
}

.editCldrOutr {
	padding-top:10px;
}

.editCldr {
	display: flex;
}
.editCldr_Lft {
	width: 26px;
	height: 26px;
	background: #FFF;
	border: solid #cccccc 1px;
	border-radius: 4px;
}

.editCldr_Lft a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.editCldr_LftIcon {
	background: url(../images/editclndr_lftarrow.svg) center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	transform: rotate(180deg);
}

.editCldr_RhtIcon {
	background: url(../images/editclndr_rhtarrow.svg) center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	transform: rotate(180deg);
}

.editCldrFiled {
	width: 118px;
	font-size: 13px;
}

.editCldr input {
	width: 100%;
	height: 26px;
	border: none;
	text-align: center;
	pointer-events: none;
}

.modifyBox {
	margin-top: 10px;
	padding: 10px 0 0 0;
}

.flight__mody_tabs_wrpr {
	margin-top: 10px;
	margin-bottom: 15px;
}

.flight__mody_tabs li a {
	padding: 6px 25px;
	line-height: 18px;
	transition: all .3s;
	position: relative;
	font-size: 13px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #fff;
}

.flight__mody_tabs li a:hover {
	color: #41a8f7;
}

.flight__mody_tabs li a:before {
	border-radius: 50%;
	background: #fff;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.flight__mody_tabs li a.active:before {
	border-radius: 50%;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: none;
}

.flight__mody_tabs li a.active:after {
	border-radius: 50%;
	background: #41a8f7;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
}

.modify__search_row {
	margin-right: -7px;
	margin-left: -7px;
}

.mody__search_fields_outer {
	max-width: 90%;
	flex: 0 90%;
	padding-right: 7px;
	padding-left: 7px;
}

.mody__search_button_outer {
	width: 10%;
	flex: 0 10%;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 24px;
}

.modify_search .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 20px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 45px;
	margin-bottom: 10px;
}

.modify_search label {
	margin-bottom: 3px;
	font-family: 'dinprobold', 'DroidKufiBold';
	font-size: 13px;
}

.modify_search .airportList {
	padding-left: 30px;
}

.modify_search .totalTravells  {
	padding-left: 25px;
}

.modify_search .preferred_aireline{
	padding-left: 30px;
}

.dateField .fieldWrapCalnder:first-of-type .form-control {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    padding: 0 8px;
	font-size: 13px
}

.dateField .fieldWrapCalnder:last-of-type .form-control {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: 0;
	padding: 0 8px;
	font-size: 13px
}

.smGutter {
	margin-right: -7px;
	margin-left: -7px;
}

.smGutter [class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
}

.modify_btn {
	padding: 12px 25px;
	border: 0;
	cursor: pointer;
}

.modifyLoader {
	margin-top: 12px;
}

.modify_search input[type="checkbox"], .modify_search input[type="radio"] {
	display: none;
}

.modify_search input[type="checkbox"]+label {
	position: relative;
	padding-right: 35px;
	cursor: pointer;
	margin-bottom: 0;
}

.modify_search .non_stop__check input[type="checkbox"], input[type="radio"] {
	display: none;
}

.modify_search .non_stop__check input[type="checkbox"]+label {
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	margin-bottom: 0;
}

.modify_search .non_stop__check input[type="checkbox"]+label::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 2px;
	right: 0;
	line-height: 18px;
}

.modify_search .non_stop__check input[type="checkbox"]:checked+label::before {
	content: '\ ';
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../images/tick.svg) no-repeat center;
	background-size: 70%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid #41a8f7;
}

.InnerpsngerBox {
	margin-top: 0;
	position: absolute;
	z-index: 99;
	background: #ffffff;
	right: 0px;
	top: 100%;
	padding:8px 15px 15px;
	width: 225px;
	color: #2e3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.InnerpsngerBox .close {
	color: #FFF;
	padding: 0;
	margin: 0;
	background-image: url(../images/close.png);
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	opacity: 1;
	font-size: 25px;
	font-weight: normal;
	background-size: contain;
}

.disable {
	opacity: .5;
	pointer-events: none;
}

.clear_btn {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 14px;
	width: 18px;
	height: 18px;
}

.icon-close-2 {
	background: url(../images/close_round.svg) center;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
}

.modifyDownArrow:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 10px;
	background-image: url(../images/downArrow.svg);
	width: 9px;
	height: 9px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
}

.modifyplusBtn {
	font-size: 18px;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	line-height: 17px;
	padding: 10px;
	margin-left: 4px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.modifyplusBtn i {
	font-style: normal;
}

.modify_search .plus_minus__button button {
	min-width: 40px;
	height: 40px;
	width: 40px;
}
/* Sub Head end*/
/* Flight Result Content Area*/
.ContentArea {
	background: #fff;
	padding: 30px 0;
	color: #494e54;
	background-image:url(../images/ftr_innerbg.jpg); 
	background-position: bottom; 
	display: flow-root;
	background-repeat: no-repeat;
	min-height: 500px;
}

.result_Right {
    width: 75%;
}
.result_panel {
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	margin-bottom:35px;
	background: #ffffff; 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Recommended {
	border: solid #1cade3 4px;
	position: relative;
}

span.recomdRslt {
	background: #1cade3;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 13px;
	margin-right: 15px;
	position: absolute;
	right: 40%;
	z-index: 7;
	top: -18px;
	color: #fff;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.result_panel_col_l {
	flex: 0 0 75%;
	max-width: 75%;
	background: #FFFFFF;
	border-radius: 5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-right: 4px solid #41a8f7;
	 min-height: 235px;
}
.result_details {
	padding:0px;
	width: 100%;
}

.result_one_leg {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.result_details .result_one_leg:last-of-type {
	border: 0;
}


.rslt_dtHd {
    background: #f4f4f4;
    margin-bottom:10px;
    color: #081e63;
    font-size: 14px;
    font-family: 'dinprobold', 'DroidKufiBold';
    padding:6px 3px;
    position: relative;
    width: 60%;
    display: flex;
}
.rslt_dtHd:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -30px;
    background-image: url(../images/resultinner_corner.png);
    width: 30px;
    height: 35px;
    transform: scaleX(-1);
}
.rslt_dtHd span{display: flex;padding-left: 2px;}
.airlogo img {
	height: 45px;
}

.airDtls {
	line-height: 15px;
}

.airDtls p {
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'dinprobold', 'DroidKufiRegular';
}

.air__stops {
	position: relative;
	width: 70%;
	padding-top: 0px;
}

.air__stops::before {
    position: absolute;
    content: '';
    background: #081e63;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-size: cover;
    top:20px;
    right: -5px;
    z-index: 2;
    font-size: 18px;
    border-radius: 50%;
}

.air__stops span.last_stop {
	position: absolute;
	left: -5px;
	top:10px;
	z-index: 2;
	width: 29px;
	height: 26px;
	background: #FFF url(../images/flight_dprt_rslt_icon.png) center;
	background-size: cover;
	transform: scaleX(-1);
}

.air__stops .stop-overs {
	display: flex;
	font-size: 12px;
	margin-top: 0px;
	justify-content: center;
	padding-bottom: 30px;
}

.air__stops::after {
	height: 1px;
	width: 100%;
	background:#ccc;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	z-index: 1;
}

.stop-overs .stops {
    text-align: center;
    margin-left: 6px;
    font-size: 12px;
    line-height: 18px;
}

.air__stops .stop-overs .stops::before {
	position: absolute;
	height: 8px;
	background: #1cade3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	z-index: 2;
	bottom:-10px;
	content: "";
	left: 50%;
	transform: translate(-50%, 0);
}

.air__stops .stop-overs .nonstop::before {
	display: none;
}

.td-tooltip {
	position: relative;
}

.tooltiptext {
	visibility: hidden;
	width: 170px;
	border-radius: 4px;
	background-color: #1cade3;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px;
	position: absolute;
	z-index: 2;
	top: 210%;
	right: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	transform: translate(50%, 0);
	line-height: 17px;
}

.td-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.airlineItenry .tooltiptext {
	width: 160px;
}

.tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 50%;
	margin-right: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #1cade3 transparent;
}

.air_time_sector {
	line-height: 22px;
}

.air_time_Time {
	display: block;
	font-size: 17px;
	font-family: 'dinprobold';
	line-height: 18px;
}

.air_time_aircode {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.air_total_duration {
	font-size: 13px;
	padding-right: 20px;
	line-height: 18px;
}

.redeyediv {
    width: auto;
    margin: 0 5px;
    display: none;
}

.RedEyekIcon {
	background: url(../images/redeye.svg) center;
	display: inline-block;
	width: 17px;
	height: 10px;
	background-size: cover;
}

.redeyediv .td-tooltip {
	position: relative;
}

.redeyediv .tooltiptext {
	visibility: hidden;
	width: 130px;
	border-radius: 15px;
	background-color: #3b3b43;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 6px 5px;
	position: absolute;
	z-index: 2;
	top: -40px;
	right: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	transform: translate(50%, 0);
	line-height: 17px;
	font-style: normal;
}

.redeyediv .td-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.redeyediv .airlineItenry .tooltiptext {
	width: 160px;
}

.redeyediv .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: -70%;
	right: 50%;
	margin-right: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #3b3b43 transparent  transparent;
}

.duration_clockIcon {
	background: url(../images/duration-clock.png) center;
	display: inline-block;
	width: 24px;
	height: 23px;
	background-size: cover;
	transform: scaleX(-1);
}

.result_panel_col_R {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 20px;
	background: #f4f4f4;
	color: #000;
	position: absolute;
	left: 0px;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	height: 100%;
	width:25%;
	border-right:1px solid #ccc;
}

.strikedfare {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}

.strikedfare span {
	display: inline-block;
	position: relative;
}

.strike span:first-child {
	padding-left: 2px;
}

.strike::after {
	position: absolute;
	content: '';
	height: 1px;
	background: #000;
	right: 0px;
	top: 50%;
	width: 100%;
}

.resultFare {
	font-size: 17px;
	padding:0;
	font-weight:600;
}
.resultFare span:first-child {
	padding-left: 1px;
}
.resultFare span{
	display:inline-block;	
}

.resultfareDetails .refundable {
	color: #15b100;
	font-size: 12px;
}

.resultfareDetails .non-refundable {
	color: #e52112;
	font-size: 12px;
}

.resltselectbtn {
	padding: 12px 35px;
	text-transform: uppercase;
	margin-top: 10px;
}

a.resltselectbtn {
	font-family: 'dinprobold', 'DroidKufiBold';
}

a.resltselectbtn:hover {
	color: #fff;
}

.flightdetailsbt {
    padding: 9px 20px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 0px 3px;
    text-align: right;
    background-color: #081e63;
    color: #41a8f7;
}

a.flightdetailsbt:hover {
	color: #fff;
}
.result_panel .no-gutters {
    position: relative;
}
.fRslt_viewfare {
	font-size: 12px;
	color: #41a8f7;
	text-transform: uppercase;
	margin-top: 10px;
	display:inline-block;
}

a.fRslt_viewfare:hover {
	color: #41a8f7;
}

.fRslt_viewfare_icondown {
	background: url(../images/editclndr_rhtarrow.svg) center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	transform: rotate(90deg);
	position: relative;
	top: 2px;
	left: -4px;
}
.fRslt_viewfare_Down {
	background: url(../images/wite_arrow.svg) center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	transform: rotate(90deg);
	position: relative;
	top: 2px;
	right: 3px;
}

.result__more_options {
    position: absolute;
    transform: translate(-100%, -50%);
    left: 65%;
    bottom: -34px;
    z-index: 1;
    display: inline-block;
    border-radius: 0;
    background: #081e63;
    padding:0px 15px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
.result__more_options:before{
	position: absolute;
	content:'';
	left:-20px;
	background-image: url(../images/moreLeftcorner.png);
	width: 21px;
	height: 22px;
	display: inline-block;
}
.result__more_options:after{
	position: absolute;
	content:'';
	right:-20px;
	background-image: url(../images/moreRightcorner.png);
	width: 21px;
	height: 22px;
	display: inline-block;
}

a.result__more_options {
	color: #FFF;
	font-size: 11px;
}

.Fl_Dtls_ViewFare {
}

.result_Ad {
	position: relative;
	margin-bottom: 18px;
}

.result_Ad section.hmaddSlider {
	margin: 0;
}

.result_Ad .carousel-indicators {
	display: none;
}

.result_Ad .carousel-caption {
	position: absolute;
	left: auto;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	color: #272a68;
	text-align: right;
	background: #fff;
	padding: 10px 15px;
	font-size: 35px;
}

.result_Ad .carousel-caption h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
}

.result_Ad .carousel-caption p {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
}
.result_Ad .carousel-caption h3 a{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	color:#41a8f7;
}

.result_Ad .sliderArrow {
	background-color: #41a8f7;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 0;
	margin-top: 0;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: auto;
	z-index: 10;
	align-items: center;
	justify-content: center;
	display: none;
}
/*---airline metrix style start here---*/
.airlineMetrix {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0;
	margin-bottom: 20px;
}

.metrix_carrousel {
	width: 100%;
}

.metrixBox {
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.metrixBox::after {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 1px;
	height: 70px;
	margin-top: -35px;
	content: "";
	background: #ccc;
}

.metrixBox img {
	max-width: 115px;
}

.metrixBox p {
	font-size: 13px;
	margin: 0px;
}

.metrixBox p span {
	padding: 0 2px;
	display:inline-block;
}

.selectAir {
    background: rgb(28 173 227 / 14%);
}

.airlineMetrix .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: auto;
    top: 0px;
    width: 30px;
    height: 100%;
    background: #41a8f7;
    border-radius: 0px 5px 5px 0px;
    background-size: contain;
    text-indent: 999px;
    overflow: hidden;
    right: -25px;
}

.airlineMetrix .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: auto;
    top: 0px;
    width: 30px;
    height: 100%;
    background: #41a8f7;
    border-radius: 5px 0px 0px 5px;
    background-size: contain;
    text-indent: 999px;
    overflow: hidden;
    left: -25px;
}

.airlineMertix_nxtIcon {
	background: url(../images/matrix_rhtarrow.svg) no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	background-size: cover;
	margin-right: 10px;
	transform: scaleX(-1);
}

.airlineMertix_prvIcon {
	background: url(../images/matrix_rhtarrow.svg) no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	background-size: cover;
	margin-right: 10px;
}
/*---airline metrix style end here---*/
.flightDetails {
    background: #FFF;
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.paxSumryBox .flightDetails {
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
    border-right: 5px solid #41a8f7;
}
.icon-fldtls {
	background: url(../images/icon_fl_dtls.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
	transform: rotate( -90deg);
}

.active .icon-fldtls {
	background: url(../images/icon_fl_dtls_active.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
	transform: rotate( -90deg);
}

.icon-flfare {
	background: url(../images/icon_fl_fare.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.active .icon-flfare {
	background: url(../images/icon_fl_fare_active.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.icon-flfareRule {
	background: url(../images/icon_fl_farerule.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.active .icon-flfareRule {
	background: url(../images/icon_fl_farerule_active.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.icon-flBagage {
	background: url(../images/icon_fl_baggage.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.active .icon-flBagage {
	background: url(../images/icon_fl_baggage_active.svg) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
}

.flightDetails hr {
	border-top: solid #333 1px;
}

.flightDeailsTabnav ul {
	background: #e7e8eb;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.flightDeailsTabnav li {
	display: inline-block;
}

.flightDeailsTabnav a {
	display: block;
	padding: 12px 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.flightDeailsTabnav a:hover {
	color: #4a494a;
}
#flightDtlsNewModal .modal-body {
    padding: 10px 0;
}
/* Active tab */
.flightDeailsTabnav li.active {
	background: #FFF;
	color: #41a8f7;
	border-right: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	position: relative;
}

.flightDeailsTabnav li.active a {
	color: inherit;
}
.flightDeailsTabnav li.active:first-child {
    border-right: 0;
}

.flightitenaeryDtls h3 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-top:5px;
	color: #41a8f7;
	margin-bottom: 20px;
}

.FlightDtlstabs-content p {
	margin-bottom: 0;
}
.FlightDtlstabs-content p span {
	display:inline-block;
}

.fl_dtls_onwardIcon {
	background: url(../images/fl_dtls_onward_ar.svg) center;
	display: inline-block;
	width: 26px;
	height: 19px;
	background-size: cover;
	margin-left: 8px;
}

.fl_dtls_returnIcon {
	background: url(../images/fl_dtls_return_ar.svg) center;
	display: inline-block;
	width: 26px;
	height: 19px;
	background-size: cover;
	margin-left: 8px;
}

.flightitenaeryDtls ul {
	margin-top: 15px;
}

.flightitenaeryDtls ul li {
	width: 40%;
	text-align: right;
	margin-bottom: 3px;
	display: inline-block;
}

.Flgt_Itinery_aiport_hd {
	margin-top: 15px;
}
/* Tab content */
.FlightDtlstabs-content {
	border-top: #cccccc solid 1px;
	padding: 20px;
	background: #FFF;
	margin-top: -1px;
	overflow: hidden;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.FlightDtlstabs-content IMG {
	margin-left: 10px;
}

.FlightDtlstabs-content table {
	color: #494e54;
}
/* Hide all but first content div */
/*.FlightDtlstabs-content section:not(:first-child) {
    display: none;
}*/
.FareSummary {
	margin-bottom: 12px;
}

.FareSummaryHead {
	background: #081e63;
	color: #fff;
	font-size: 14px;
}

.FareSummary td {
	border: solid #081e63 1px;
	font-size: 14px;
	padding: 10px 15px;
	line-height:20px;
}

.FareSummaryTotal {
	padding: 0 0px;
}

.FareSummaryTotal h4 {
	font-size: 14px;
	font-family: 'dinprobold';
	color: #41a8f7;
	text-align: right;
}

.FareSummaryTotal span {
	padding: 0 2px;
}

.FareSummaryT_lft {
	border-right: solid #081e63 1px;
	border-left: solid #081e63 0px !important;
}

.FareSummaryT_rht {
	border-left: solid #081e63 1px;
	border-right: solid #081e63 0px !important;
}

.FareSummary .tdbdrnone {
	border: 0 !important;
}

.FS_span span {
	padding: 0 3px;
	display:inline-block;
}

.FS_span span:first-child {
	padding: 0;
}

.FareRule .colum1 {
	margin-bottom: 30px;
}

.Rslt_Fare span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 13px;
}

.Rslt_Fare h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-bottom: 15px;
}

.Rslt_Fare h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

.Rslt_Fare ul li {
	padding-bottom: 5px;
	line-height: 18px;
}

.Rslt_Fare ul li>span:first-child, .Rslt_Fare ul li>span:last-child {
	width: 30%;
}

.Rslt_Fare ul li span:last-child {
	text-align: right;
	margin-right: 5px;
}

.Rslt_Fare ul li span {
	display: inline-block;
	font-weight: 400;
	padding: 0;
}

span.fareSpan span {
	padding-right: 3px !important;
}

.Rslt_Fare ul li.bor_tb {
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	padding-top: 8px;
}

.Rslt_Fare ul li.total_fare {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 0;
}

.Rslt_Fare ul li.total_fare span {
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.FareRlCncelFee_Main {
	margin-right: 50px;
}

.FareRlCncelFee_Hd {
	display: block;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 13px;
}

.FareRlCncelFee {
	padding-top: 30px;
	padding-right: 30px;
	border: 1px solid #cccccc;
}

.FareRlCncelFee h4 {
	font-size: 20px;
}

.FareRlCncelFee h4 {
	font-size: 14px;
}

.FareRlCncelFee p {
	font-size: 14px;
	padding: 0px 0;
	margin-bottom: 0px;
}
.FareRlCncelFee p span {
    display: inline-block;
}
.FareRlCncelFeeTable th {
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.FareRlCncelFeeTable td {
	padding: 8px 15px;
	border-bottom: 1px solid #cccccc;
}

.BaggageDtls p {
	margin-bottom: 10px;
}
.BaggageDtls p span {
    display: inline-block;
}
.ViewFares {
    background: #FFF;
    padding: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-right: 4px solid #41a8f7;
}

.ViewFares_panel_col_l {
	flex: 0 0 82%;
	max-width: 82%;
	border-radius: 4px;
}

.ViewFares_panel_col_R {
	flex: 0 0 18%;
	max-width: 18%;
}

.ViewFares h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.ViewFares p {
	padding-top: 8px;
	margin: 0;
}

.SelectFareIcon {
	background: url(../images/select_fareicon.svg) center;
	display: inline-block;
	width: 21px;
	height: 26px;
	background-size: cover;
	margin-left: 8px;
}

.ViewFaresList {
	border-top: solid #ccc 1px;
	padding: 20px 0 10px 0;
	margin-top: 15px;
}

.ViewFaresList h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.ViewFaresList p {
	padding-top: 2px;
	margin: 0;
}

ul.VFDtls_list {
	padding-top: 10px;
}

.VFDtls_list li {
	width:50%;
	display:flex;
	margin-bottom: 10px;
	padding-left: 10px;
}
.VFDtls_list li i{
	margin-left: 5px;
}
.VFDtls_list li span{width:97%}

.VFDtls_list li i img {
	width: 22px;
	height: 22px;
	margin-left: 5px;
	background-size: contain;
}

.ViewFarePrice {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.ViewFarePrice span {
	padding-left: 2px;
	display:inline-block;
}

.ViewFareRefundable {
	color: #20a25a;
	font-size: 13px;
	padding-top: 3px;
}

.ViewFarePriceBtn {
	padding: 6px 25px;
	text-transform: uppercase;
	margin-top: 10px;
}

.ViewFarePriceBtn:hover {
	color: #FFF;
}

.ViewFares_ShowMore {
	position: relative;
	margin-top: 10px;
}

.ViewFares_ShowMore a {
	color: #41a8f7;
	text-decoration: underline;
}

.FilterSort_col_Main {
	position: relative;
	margin: 10px 0 30px;
}

.FilterSort_col_l {
	flex: 0 0 100%;
	max-width: 100%;
	border-radius: 5px;
}

.Filterbtn {
	padding: 12px 30px;
	text-transform: capitalize;
	margin-left: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	box-shadow: 0 0px 0px 0 rgb(226 226 226), 0 0px 6px 2px rgb(226 226 226);
	font-size:13px;	
}

.Filterbtn:hover {
	color: #FFF;
}

.FilterIcon {
	background: url(../images/filter_icon.svg) center;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	margin-left: 8px;
}

.FSort_dropdown {
	position: relative;
}

.FSort_dropdown_menu {
	margin-top: 10px;
	position: absolute;
	z-index: 8;
	background: #41a8f7;
	right: 0px;
	top: 100%;
	padding: 15px;
	width: 225px;
	color: #2e3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.FSort_dropdown_menu::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(65 168 247);
	border-image: none;
	border-style: solid;
	border-width: 8px;
	bottom: 100%;
	content: " ";
	height: 0;
	right: 35%;
	margin-right: -8px;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.FSort ul li {
	margin: 0px 0px;
	padding: 8px 0;
	color: #FFF;
	font-size: 13px;
	border-bottom: solid #61c6eb 1px;
}

.FSort ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.SortUpBtn {
	border: solid #ffffff 1px;
	border-radius: 2px;
	background: #41a8f7;
	width: 20px;
	height: 20px;
	padding: 0;
	opacity: 0.6;
}

.SortUpBtn:hover {
	opacity: 0.9;
}

.SortUpBtn.active {
	opacity: 0.9;
}

.SortDownBtn {
	border: solid #ffffff 1px;
	border-radius: 2px;
	background: #41a8f7;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	padding: 0;
	opacity: 0.6;
}

.SortDownBtn:hover {
	opacity: 0.9;
}

.SortDownBtn.active {
	opacity: 0.9;
}

.SortUp {
	background: url(../images/sort_up.svg) center;
	display: inline-block;
	width: 10px;
	height: 9px;
	background-size: cover;
}

.SortDown {
	background: url(../images/sort_down.svg) center;
	display: inline-block;
	width: 10px;
	height: 9px;
	background-size: cover;
}

.SortUpHead {
	background: url(../images/sort_up.svg) center;
	display: inline-block;
	width: 10px;
	height: 9px;
	background-size: cover;
	margin-right: 5px;
}

.SortDownHead {
	background: url(../images/sort_down.svg) center;
	display: inline-block;
	width: 10px;
	height: 9px;
	background-size: cover;
	margin-right: 5px;
}


.FilterSort_col_R {
	flex: 0 0 100%;
	max-width: 100%;
	border-radius: 4px;
}

.result_Left{
    width: 25%;
    height: calc(100% - 90px);
    z-index: 8;
    padding: 0;
    padding-bottom: 0px;
    padding-left: 30px;
}



.filter__Col.active {
	right: 0px;
}

.dimBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	right: 0px;
	top: 0px;
	z-index: 9;
}

.FilternoScroll {
	overflow: hidden;
}

.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.Filterbox {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

.Filter h2 {
	font-size: 18px;
	margin: 0px;
	color: #081e63;
	padding: 15px 0px;
	margin-bottom: 20px;
}

.Filter2Icon {
	background: url(../images/filter2_icon.svg) center;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	margin-left: 5px;
}

.filterClose{display: none;}

.Filterhead {
	margin-bottom: 16px;
}

.FilterTitle {
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	cursor: pointer;
	justify-content: space-between;
	width: 100%;
}

.FilterClear {
    font-size: 12px;
}

.FilterTitle span {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	transition: 300ms ease all;
	color: #fff;
	text-align: center;
	transform: rotate(90deg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.FilterContent {
	padding-bottom: 25px;
	font-size: 13px;
    font-family: 'dinprobold', 'DroidKufiBold';
	position:relative;
}

.range_ui_block {
	padding-right: 26px;
	background: #e7e8eb;
	height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	background: #41a8f7;
	width:18px;
	height: 18px;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	outline: 0;
	border: none;
}

.ui-slider-handle span {
	display: block;
	height: 2px;
	width: 9px;
	background: #4d646d;
	margin-bottom: 1px;
}

.slider-range .ui-slider-handle:first-of-type {
	margin-right: -13px;
}

.slider-range .ui-slider-handle:last-of-type {
	margin-right: -13px;
}

.slider-range {
	margin-right: -10px;
}

.ui-slider-horizontal .ui-slider-range {
	background: #081e63;
	height: 4px;
}

.filter_box .Filterbox:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.filter_box .filterbox:last-of-type .FilterContent {
	padding-bottom: 0;
}

.FilterTitle.closed span {
	transform: rotate(-90deg);
}

.FilterTabs {
	margin-bottom: 22px;
}

.FilterTabs li {
	display: inline-block;
	margin-left: 20px;
}

.FilterTabs li a.active {
	border-bottom: 1.5px solid #41a8f7;
	color: #41a8f7;
}

.FilterTabs li a {
	color: #494e54;
	padding: 3px 0 6px 0;
	border-bottom: 1.5px solid #fff;
}

.departArrivTimeFiltr p {
	margin-bottom: 10px;
	font-size: 13px;
}

.priceFilterVlaue {
	margin-bottom: 10px;
	 
}

.priceFilterVlaue p {
	margin-bottom: 5px;
	font-size: 14px;
}
.priceFilterVlaue p span{
	padding-right:2px;
	display:inline-block;
}
.departArrivTimeFiltr {
	margin-bottom: 25px;
}


.fareType li {
	margin-bottom: 15px;
}

.fareType ul li:last-child {
	margin: 0;
}

.operatedBy label img {
	width: 75px;
	margin-left: 7px;
}

.operatedBy label {
	display: flex;
	align-items: center;
	font-size: 13px;
}

.operatedBy li {
	margin-bottom: 0px;
}

.operatedBy li:last-child {
	margin-bottom: 0;
}

.filter__Col input[type="checkbox"], input[type="radio"] {
	display: none;
}

.filter__Col input[type="checkbox"]+label {
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	margin-bottom: 0;
	font-size:12px;
}

.filter__Col input[type="checkbox"]+label::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #cccccc;
	border-radius: 2px;
	right: 0;
	line-height: 18px;
}

.filter__Col input[type="checkbox"]:checked+label::before {
	content: '\ ';
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../images/tick.svg) no-repeat center;
	background-size: 70%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid #41a8f7;
}

.filter__Col .icon-rightarrow {
	background: url(../images/editclndr_lftarrow.svg) center;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: cover;
}

.Fl_ChepestList ul li {
	width: 25%;
	color: #FFF;
	border: 1px solid #ccc;
    border-left: none;
}

.Fl_ChepestList ul li a {
	color: #494e54;
	font-size: 15px;
	padding: 11px;
}

.Fl_ChepestList ul li span:last-child {
	padding-right: 3px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

/*.Fl_ChepestList ul li a.active{ background:red;}*/


.Fl_ChepestIcon {
	background: url(../images/fl_cheapest_icon.svg) center;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	margin-left: 8px;
	transform: scaleX(-1);
}

.Fl_FastestIcon {
	background: url(../images/fl_fastest_icon.svg) center;
	display: inline-block;
	width: 22px;
	height: 20px;
	background-size: cover;
	margin-left: 8px;
	transform: rotate(-90deg);
}

.Fl_BestIcon {
	background: url(../images/fl_best_icon.svg) center;
	display: inline-block;
	width: 22px;
	height: 20px;
	background-size: cover;
	margin-left: 8px;
}

.Fl_AllIcon {
	background: url(../images/fl_all_icon.svg) center;
	display: inline-block;
	width: 25px;
	height: 20px;
	background-size: cover;
	margin-left: 4px;
	transform: rotate(-100deg);
}

.Fl_ChepestList ul li:nth-child(1) {
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.Fl_ChepestList ul li:nth-child(2) {
	background: #fff;
}
.Fl_ChepestList ul li:nth-child(3) {
	background: #fff;
}
.Fl_ChepestList ul li:nth-child(4) {
	background: #fff;
	border: 1px solid #1cade3;
    border-radius: 5px 0px 0px 5px;
}
.Fl_ChepestList ul li:nth-child(1) .active {
	border-bottom: 2px solid #41a8f7;
	transition: 0.3s;
	color: #41a8f7;
}
.Fl_ChepestList ul li:nth-child(2) .active {
	border-bottom: 2px solid #41a8f7;
	transition: 0.3s;
	color: #41a8f7;
}
.Fl_ChepestList ul li:nth-child(3) .active {
	border-bottom: 2px solid #41a8f7;
	transition: 0.3s;
	color: #41a8f7;
}

a.button_light.Sortbtn.d-flex.align-items-center.justify-content-center {
    color: #fff;
    border-radius: 0px;
}
.FSort_dropdown_menu.FSort ul li{width: 100%; background: transparent; border:none; border-radius: 0px;}

/* Flight Result Content Area end*/
/* Flight Ticket*/
.Ticket_colum_Mybooking {
	display: inline;
}

.Ticket_colum_Mybooking table {
	border-collapse: separate !important;
	font-family: 'dinproregular', 'DroidKufiRegular';
}

.Ticket_colum {
	width: 100%;
	display: flex;
	position: relative;
}

.Ticket_colum table {
	border-collapse: separate !important;
}

.Ticket_colum_l {
	flex: 0 0 74%;
	max-width: 74%;
}

.Ticket_colum_R {
	flex: 0 0 26%;
	max-width: 26%;
}

.innerBanner {
    width: 100%;
    background: url(../images/banner.jpg);
    background-size: cover;
    position: relative;
}
.innerBanner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(
358deg, rgba(2,0,304,1) 0%, rgb(41 68 37) 0%, rgb(0 0 0) 100%);
    opacity: 0.5;
}

.Ticket_clr_success {
	color: #40a000;
}

ul.TicketPrint_list {
	display: flex;
	margin-right: 10px;
}

.TicketPrint_list li {
	line-height: 14px;
	padding: 0;
	margin-right: 10px;
}

.TicketPrint_list li a {
	font-size: 12px;
	text-align: center;
	display: block;
}

.TicketPrint_list li a span {
	padding: 0;
	display: block;
}

.Ticket_PrintIcon {
	background: url(../images/tkt_print.svg) center;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: cover;
}

.Ticket_MailIcon {
	background: url(../images/tkt_mail.svg) center;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: cover;
}

.Ticket_DownloadIcon {
	background: url(../images/tkt_download.svg) center;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-size: cover;
}

.TicketCrsSellMain {
}

.TicketCrsSellList li {
	width: 100%;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0 0px 0px 0 rgb(226 226 226), 0 0px 6px 2px rgb(226 226 226);
	border: solid #12154a 1px;
}

.TicketCrsSellListPic {
	position: relative;
}

.TicketCrsSellListPic::before {
	position: absolute;
	content: '';
	height: 150px;
	background: url(../images/cross_shadow.png) center;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	right: 0px;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.TicketCrsSellListPic h2 {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #fff;
}

.TicketCrsSellListPic h1 {
	position: absolute;
	top: 50%;
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.TicketCrsSellList img {
/* border-radius:5px;*/
	height: 245px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.TicketCrsSellList .caption {
	background: #fff;
	padding: 10px 15px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.TicketCrsSellList .caption p {
	color: #494e54;
	font-size: 14px;
	margin-bottom: 0px;
}

.TicketCrsSellList .caption h4 {
	color: #494e54;
	font-size: 17px;
}

.TicketCrsSellList .caption h3 {
	color: #41a8f7;
	font-size: 16px;
	font-weight: 900;
}
.TicketCrsSellList .caption h3 span{
	display:inline-block;
}

.TicketCrsSellList .caption h3 span {
	padding-left: 3px;
}

.CrossBkBtn {
	padding: 8px 18px;
	text-transform: capitalize;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.CrossBkBtn:hover {
	color: #FFF;
}

.TicketCrsSellListTrnsPic {
	position: relative;
}

.TicketCrsSellListTrnsPic::before {
	position: absolute;
	content: '';
	height: 150px;
	background: url(../images/cross_shadow.png) center;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	right: 0px;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.TicketCrsSellListTrnsPic img {
	height: 305px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tktCrsTrnsBnMain {
	position: absolute;
	top: 50%;
	line-height: 52px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.TicketCrsSellListTrnsPic h2 {
	font-size: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #fff;
	text-align: center;
	width: 100%;
}

.tktCrsTrnsBn {
}

.mticket_box {
	background: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

.mticket_Content {
	padding: 10px 15px;
}

.mobile_tkt_hd h3 {
	color: #fff;
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
	background: #12154a;
	margin: 0;
	padding: 15px 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-top-right: 15px;
	-moz-border-radius-top-left: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.mticket_box .table-bordered {
	border: none;
}

.mticket_box .table td, mticket_box .table th {
	border: 0;
	background-color: #fff;
	padding: 0;
	padding: 2px 0;
}

.FHTabCont {
	padding-top: 0;
}
/* Flight Ticket end*/
/* New Mobile Ticket */
.Ticket-mobnew_main {
	width: 100%;
}
.Ticket-mobnew_Box {
	width: 100%;
	border-radius: 15px;
	background-color: #081e63;
	padding: 18px;
}
.Ticket-mobnew_Box h2 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 5px;
}
.Ticket-mobnew_Box p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding-top: 5px;
}
.Ticket-mob-Tick {
	background: url(../images/tick_mob.svg) center;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: cover;
}
.Ticket-mobnew_Box .btn-vw {
	background: #fff;
	padding: 5px 20px;
	border-radius: 15px;
	color: #515560;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-top: 10px;
}
ul.Mob_TicketCrsSellList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.Mob_TicketCrsSellList li {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 15px;
}
.mob_TicketCrsSellListPic {
	position: relative;
}
.mob_TicketCrsSellListPic::before {
	position: absolute;
	content: '';
	height: 120px;
	background: url(../images/cross_shadow.png) center bottom;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	left: 0px;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.mob_TicketCrsSellListPic h2 {
	position: absolute;
	left: 14px;
	top: 14px;
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #fff;
}
img.mob_TicketCrsSellList {
	width: 100%;
	height: 140px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.Mob_TicketCrsSellList .caption {
	background: #fff;
	padding: 10px 12px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.Mob_TicketCrsSellList .caption p {
	color: #0f1547;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 14px;
}
.Mob_TicketCrsSellList .caption h3 {
	color: #272868;
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height: 21px;
}
.Mob_TicketCrsSellList .caption h3 span {
	padding-right: 3px;
}
.mob_CrossBkBtn {
	padding: 6px 18px;
	text-transform: capitalize;
	font-family: 'dinprobold', 'DroidKufiBold';
	border-radius: 15px;
	background-color: #19c1ff;
	color: #FFF;
	font-size: 14px;
}
.Mob_HD_confirm {
	font-size: 22px;
	color: #272a68;
	padding: 10px 0;
}
/* New Mobile Ticket */
/* Transaction Detials*/
.payment_details_Box {
	padding-bottom: 0px;
}

.details_allCol {
	padding-bottom: 10px;
}

.details_allCol h3 {
	font-size: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-bottom: 10px;
}

.details_all {
	padding: 5px 12px;
	background: #ffffff;
	margin-left: 5px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
}

.details_all span {
	display: inline-block;
}

.retryBtn {
	padding: 10px 25px;
	display: inline-block;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.retryBtn:hover {
	color: #FFF;
}
/* Transaction Detials End*/
/* No Result*/
.no_result {
	border: 1px solid #ccc;
	background: #FFF;
	min-height: 250px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	margin-bottom: 42px;
	padding: 15px;
}

.no_result h4 {
	font-family: 'dinprobold', 'DroidKufiBold';
	font-size: 18px;
	margin-bottom: 4px;
}

.no_resultBtn {
	padding: 10px 25px;
}

.no_resultBtn:hover {
	color: #FFF;
}

.no_result_flight {
	background: url(../images/no_result_flight.svg) center;
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-bottom: 10px;
	background-size: cover;
	transform: rotate( -180deg);
}
.no_result_hotel {
	background: url(../images/no_result_hotel.svg) center;
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-bottom: 10px;
	background-size: cover;
}
.no_result_transfers {
	background: url(../images/no_result_transfers.svg) center;
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-bottom: 10px;
	background-size: cover;
}
/* No Result End*/

/*Progressive starts*/
.progress {
	border-radius: 5px;
	height: 20px;
}

.progress-bar {
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #1cade3;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	overflow: hidden;
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.filterCol {
	flex: 0 0 26%;
	max-width: 26%;
	padding: 0 15px;
}

.resultCol {
	padding-right: 15px;
	flex: 0 0 74%;
	max-width: 74%;
	padding-left: 15px;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: 468px 0;
	}

	100% {
		background-position: -468px 0;
	}
}

.animated-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to left, #eee 8%, #ddd 18%, #eee 33%);
	background-size: 800px 104px;
	height: 102px;
	position: relative;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 10px;
}

.background-masker {
	background: #fff;
	position: absolute;
}

.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
	top: -10px;
	right: 65px;
	left: 0;
	height: 10px;
}

.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
	top: 0;
	right: 65px;
	height: 18px;
	width: 20px;
}

.background-masker.header-bottom {
	top: 18px;
	height: 12px;
}

.background-masker.subheader-left, .background-masker.subheader-right {
	top: 18px;
	height: 12px;
}

.background-masker.header-right, .background-masker.subheader-right, .place_one, .place_two, .place_three, .place_four, .place_five, .place_six {
	width: auto;
	right: 300px;
	left: 0;
}

.background-masker.subheader-right {
	right: 230px;
}

.background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}

.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
	top: 40px;
	right: 0;
	right: 0;
	height: 6px;
}

.background-masker.content-top {
	height: 20px;
}

.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
	width: auto;
	right: 380px;
	left: 0;
	top: 60px;
	height: 8px;
}

.background-masker.content-second-line {
	top: 68px;
}

.background-masker.content-second-end {
	right: 420px;
	top: 74px;
}

.background-masker.content-third-line {
	top: 82px;
}

.background-masker.content-third-end {
	right: 300px;
	top: 88px;
}

.place_one {
	right: 0;
	top: 40px;
	height: 16px;
}

.place_two {
	right: 148px;
	top: 56px;
	height: 15px;
	width: 1%;
}

.place_three {
	right: 0;
	top: 70px;
	height: 10px;
}

.place_four {
	right: 0;
	top: 100px;
	height: 10px;
}
/*Progressive End*/ 

/* hotel result*/
.HTlRsltIMG img{
	height:150px;
}
.FilterSort_Htl_col_Main {
	position: relative;
	margin: 20px 0;
	margin-top: 0;
}

.HtlRsltAdMain {
	padding-right: 25px;
	padding-top: 15px;
	padding-left: 10px;
}

.hotel-rslt-address h2 {
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.htlRsltStar {
	background-image: url(../images/htlpaxStar.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 91px;
	height: 19px;
	display: inline-block;
	margin: 8px 0;
	transform: scaleX(-1);
}

.htlRsltStar.fivestar {
	background-position: -2px 0px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.htlRsltStar.fourstar {
	background-position: -2px -18px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.htlRsltStar.threestar {
	background-position: -2px -37px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.htlRsltStar.twostar {
	background-position: -2px -56px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.htlRsltStar.onestar {
	background-position: -2px -76px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.htlRsltStar.zerostar {
	background-position: -2px -95px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.resultfareDetails .perrooms {
	color: #ff2e2e;
	font-size: 12px;
}

.hotel-rslt-address p {
	padding: 5px 0 5px 0;
}

.result_description {
	width: 100%;
	word-break: break-word;
}

.hotel_Rslt_dtls a:hover {
	color: #494e54;
}

.hotel_Rslt_Facilities {
	margin-right: 5px;
}

.htlfltrsearchIcon {
	background: url(../images/searchicon.svg) center;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	margin-top: 5px;
	transform: scaleX(-1);
}

.HtlDtlsIcon {
	background: url(../images/htl_rslt_details.png) center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 5px;
	transform: scaleX(-1);
}

.HtlMapIcon {
	background: url(../images/htl_rslt_map.svg) center;
	display: inline-block;
	width:18px;
	height: 18px;
	background-size: cover;
	margin-left: 5px;
}

.HtlDtls_bar_Icon {
	background: url(../images/htldtls_bar_icon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-left: 5px;
}

.HtlDtls_tea_Icon {
	background: url(../images/htldtls_tea_icon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-left: 5px;
}

.HtlDtls_internet_Icon {
	background: url(../images/htldtls_internet_icon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-left: 5px;
}

.HtlDtls_fitness_Icon {
	background: url(../images/htldtls_fitness_icon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-left: 5px;
}

.HtlDtls_steam_Icon {
	background: url(../images/htldtls_steamroom_icon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-left: 5px;
}

.FillterByName .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.FillterByName button {
	width: 43px;
	flex-grow: 1;
	padding: 0 13px;
	background: none;
	position: relative;
	font-size: 16px;
	background-color: #41a8f7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.HtlAmeniti label{
	margin-bottom:0;	
}
.Filterbox .htlfltrsearchIcon{
	margin-top:0;
}
.FilterSort_Htl_col_Main .FilterSort_col_l {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.Mapbtn {
	padding: 12px 23px;
	text-transform: capitalize;
	margin-left: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	box-shadow: 0 0px 0px 0 rgb(226 226 226), 0 0px 6px 2px rgb(226 226 226);
	background-color: #1c2542;
}

.Mapbtn:hover {
	color: #FFF;
}

.RsltMapIcon {
	background: url(../images/rslt_mapicon.svg) center;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-right: 8px;
}

.hotel-map-view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 9;
	margin-right: -100%;
	transition: all .3s;
	background: #fff;
}

.hotel-map-view-header {
	padding: 10px 0;
	background: #081e63;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index:8;
}

.hotel-map-view-header .Filterbtn {
	box-shadow: none;
}

.hotelMap-Open {
	margin-right: 0;
}

a.MapViewClose i {
	line-height: 38px;
	font-size: 24px;
	font-style: normal;
	color: #FFF;
}

.MapView-filter {
	position: fixed;
	width: 315px;
	flex: none;
	margin-right: -350px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all .3s;
	padding: 15px;
	z-index: 1001;
	max-width: 315px;
	-webkit-box-shadow: 0 0 28px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
	box-shadow: 0 0 28px -2px rgba(0,0,0,0.3);
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.MapView-filter.filter__Col.active {
	margin-right: 0;
}

.FilterSlide {
	margin-right: 0;
}

.MapView-filter .filterClose {
	display: block;
}

.Htl_rslt_slide .flexslider .slides img {
	width: 100%;
	max-height: 170px;
	min-height: 170px;
	display: block;
}

.HtlRsltThumb{
	margin-top: 8px;
}
.HtlRsltThumb img{
	max-height: 48px!important;
	min-height: 48px!important;
}

#htlrslt-carousel li img {
	max-height: 48px!important;
	min-height: 48px!important;
}

#htlrslt-carousel2 li img {
	max-height: 48px!important;
	min-height: 48px!important;
}

.Htl_rslt_slide .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	z-index: 8;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	color: #b1b1b1;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	transform: translate(0, -50%);
}

.Htl_rslt_slide .flex-direction-nav a i:before {
	margin: 0;
}

.Htl_rslt_slide .flex-direction-nav .flex-prev {
	left: 8px;
	width: 30px;
	height: 30px;
	transform: scaleX(-1) translate(0, -50%);
}

.Htl_rslt_slide .flex-direction-nav .flex-next {
	right:8px;
	width: 30px;
	height: 30px;
}

.Htl_rslt_slide .flexslider:hover .flex-prev {
	opacity: 1;
	left: 30px;
}

.Htl_rslt_slide .flexslider:hover .flex-next {
	opacity: 1;
	right: 30px;
}

#htlrslt-carousel {
	margin-top: 8px;
}

#htlrslt-carousel2 {
	margin-top: 8px;
}

#htlrslt-carousel ul li {
	cursor: pointer;
}
/* hotel result end*/

/* hotel Details*/
.HotelDetailsPg {
}

.gallery-col {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
	padding: 0 15px;
	position: relative;
}

.map-col {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	padding: 0 15px;
	position: relative;
}

.hotel-dtls-gallery .flexslider .slides img {
	width: 100%;
	max-height: 390px;
	min-height: 390px;
	display: block;
	border-radius: 5px;
}
#hote-dtls-carousel li img {
	max-height: 85px!important;
	min-height: 85px!important;
		border: 1px solid #fff;
    border-radius: 4px;
        box-shadow: 3px 5px 10px -2px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 3px 5px 10px -2px rgb(0 0 0 / 40%);
    -moz-box-shadow: 3px 5px 10px -2px rgb(0 0 0 / 40%);
}
#hote-dtls-carousel .flex-viewport{height:100px;}

.hotel-dtls-gallery .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	color: #b1b1b1;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	transform: translate(0, -50%);
}

.hotel-dtls-gallery .flex-direction-nav a i:before {
	margin: 0;
}

.hotel-dtls-gallery .flex-direction-nav .flex-prev {
	left:8px;
	width: 30px;
	height: 30px;
	transform: scaleX(-1) translate(0, -50%);
}

.hotel-dtls-gallery .flex-direction-nav .flex-next {
	right:8px;
	width: 30px;
	height: 30px;
}

.hotel-dtls-gallery .flexslider:hover .flex-prev {
	opacity: 1;
	left: 30px;
}

.hotel-dtls-gallery .flexslider:hover .flex-next {
	opacity: 1;
	right: 30px;
}

#hote-dtls-carousel {
    margin-top: -40px;
    margin-left: 60px;
    margin-right: 50px;
}


#hote-dtls-carousel ul li {
	cursor: pointer;
}

.hotel-map {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow-x: hidden;
	 border-right: 4px solid #41a8f7;
}

ul.htl_dtlsnavList {
	margin-top: 40px;
	margin-bottom: 25px;
	    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.htl_dtlsnavList li {
	padding-right: 20px;
	padding-left: 20px;
}


.htl_dtlsnavList li a {
	font-size: 17px;
}

.htl_dtlsnavList li a:hover {
	color: #41a8f7;
}
.htl_dtlsnavList li a.active {
    color: #41a8f7;
    border-top: solid 1px #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding: 14px 20px;
    margin-top: 10px;
    position: relative;
}

.htl_dtlsnavList li:first-child {
	padding-right: 0;
}

.htlDtlsBox {
	background-color: #ffffff;
	border-radius: 5px;
	/*border: 1px solid #ccc;*/
	position: relative;
	margin-bottom: 30px;
}

.htldtsRoomRpt {
	width: 100%;
	margin-bottom: 10px;
}

.htlDtlsBoxHead {
	background-color: #fff;
}

.htlDtlsBoxHead h3 {
	font-size: 17px;
	color: #fff;
	padding: 0;
}

.htlDtlsBoxContent {
	padding: 20px;
	color: #494e54;
	border: 1px solid #ccc;
	border-radius: 5px;
	border-top-right-radius:0px;
	border-top-left-radius:5px;
	border-right: 5px solid #41a8f7;
}

.htlDtlsBoxContent p {
	padding-bottom: 10px;
	margin: 0;
}

.htl_dtls_highlight {
	padding-top: 8px;
}

.htl_dtls_highlight h3 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 10px;
}

.htl_dtls_highlight li {
	padding-bottom: 10px;
	margin-right: 0px !important
}

.htl_dtls_highIcon {
    background: url(../images/htl_dtls_high_icon.svg) center;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: cover;
    margin-left: 8px;
    background-position: bottom;
    margin-top: 5px;
}

.RoomDtls_panel {
	border: 1px solid #ccc;
	border-radius:5px;
	position: relative;
	margin-bottom: 15px;
	background: #ffffff; /* Old browsers */
}
.htlPaxSumry .paxHtlDtls {
    width: 60%;
}
.RoomDtls_panel:last-child {
	/*margin-bottom: 0;*/
}

.RoomDtls_panel_col_l {
	flex: 0 0 80%;
	max-width: 80%;
	background: #FFFFFF;
	border-radius: 5px;
}

.RoomDtls_panel_col_R {
	flex: 0 0 20%;
	max-width: 20%;
	padding:10px 20px;
	background: #f4f4f4;
	color: #000;
	position: relative;
	right: -1px;
	border-right:1px solid #ccc;
}

.RoomDtls_panel_roompic {
    width: 150px;
    height: 120px;
    border-radius: 0;

}

.RommDetaillBtn {
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
}
.RommDetaillContinuBtn {
	padding: 8px 30px;
	text-transform: uppercase;
	margin-top: 0px;
    margin-bottom: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.RommDetaillBtn:hover {
	color: #FFF;
}

.RoomDtls_item {
	padding: 0px;
	width: 100%;
}





.hotel-room-details h2 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 0 10px;
	padding-bottom: 12px;
}

.hotel-room-details h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #41a8f7;
	padding-bottom: 15px;
}

.hotel-room-details h4 a {
	font-size: 14px;
	color: #1cade3;
	padding: 0 10px;
	padding-top: 10px;
}

.hotel-room-details p {
	font-size: 14px;
	padding: 0 10px;
	line-height: 18px;
}
/* hotel Details End*/

/* FH Result*/
.fh_vw_all_flgtBtn {
	border-radius: 5px;
	background-color: #081e63;
	color: #FFF;
	padding: 12px 15px;
	font-size: 13px;
}

a.fh_vw_all_flgtBtn {
	color: #fff;
}
.fhcancl a{
   /*color: #41a8f7 !important;*/
}
/* FH ResultEnd*/

/* activity Result*/
.acti_result_col {
}

.acti_outr {
	margin-bottom: 18px;
}

.acti_rslt_top {
	border: solid #081e63 1px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 20px;
}

.acti_rslt_top h2 {
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 20px;
	padding-bottom: 5px;
}

.acti_rslt_top h4 {
	font-size: 12px;
	padding-bottom: 10px;
}

.acti_rslt_top p {
	padding: 0;
	margin: 0;
    height: 110px;
}

.acti_rslt_img {
	width: 100%;
	height: 222px;
	border-radius:5px;
}

.acti_rslt_main_ftr {
	background: #081e63;
	padding: 4px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.acti_rslt_caption h3 {
	font-size: 17px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.acti_rslt_caption h3 span {
	padding-left: 3px;
	display:inline-block;
}

.acti_rslt_caption p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.acti_rslt_btn {
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.acti_rslt_btn:hover {
	color: #fff;
}	
/* activity Result*/

/* activity Details*/
.activity h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 5px;
}

.activity ul {
	padding-bottom: 15px;
}

.activity ul:last-child {
	padding-bottom: 0;
}

.activity ul li {
	padding-bottom: 2px;
}

.activityDtls_cancell {
	padding-top: 10px;
	color: #41a8f7;
}

.activityDtls_cancell a {
	color: #41a8f7;
}

.activity-cat-details {
	padding: 25px;
}

.ActiDtlsBox {
	background-color: #ffffff;
	border-radius: 5px;
	/*border: 1px solid #ccc;*/
	position: relative;
	margin-bottom: 30px;
}
.transfersDtlsBoxnew{
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ActiDtls_panel {
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	margin-bottom: 40px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(right,  #ffffff 0%, #ffffff 82%, #081e63 51%, #081e63 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  #ffffff 0%,#ffffff 82%,#081e63 51%,#081e63 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  #ffffff 0%,#ffffff 82%,#081e63 51%,#081e63 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#081e63',GradientType=1 ); /* IE6-9 */
}

.ActiDtls_panel:last-child {
	margin-bottom: 10px;
}

.ActiDtlsViewBtn {
	padding: 8px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.ActiDtlsViewBtn:hover {
	color: #FFF;
}

.activity-cat-details h2 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 12px;
}

.activity-cat-details h3 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #41a8f7;
	padding-bottom: 10px;
}

.activity-cat-details p {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 18px;
}

.activity-cat-details p span {
	padding: 0 3px;
	display: inline-block;
}

.activity-cat-details .adultIcon {
	background-image: url(../images/adultIcon.svg);
	width: 16px;
	height: 15px;
}

.activity-cat-details .tickIcon {
	margin-left: 6px;
}

.ActivityDetailsPg .htl_dtlsnavList {
	margin-top: 30px;
}

.acvivity-avail-table {
	border-top: 0;
	margin-bottom: 0;
}

.acvivity-avail-table .head {
	background: #f4f4f4;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 10px 20px;
	border-top: #081e63 1px solid;
	border-bottom: #081e63 1px solid;
}

.acvivity-avail-table .table-data {
	padding: 10px 20px;
	border-bottom: #081e63 1px solid;
}

.acvivity-avail-table .table-data:last-of-type {
	border: 0;
}

.act-availSelectBtn {
	padding: 5px 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.act-availSelectBtn:hover {
	color: #fff;
}

.act_dtls_cncl {
	color: #1cade3;
}

.act_dtls_cncl:hover {
	color: #1cade3;
}

.activity_dtls_banner {
	height: 270px;
	padding: 30px;
	margin-bottom: 40px;
	background-image: url(../images/activity_dtls_banner.jpg);
	border-radius: 5px;
	background-position: center;
    background-size: cover;
}

.activity_Bnr_caption {
	background: #FFF;
	padding: 20px 15px;
	width: 300px;
	border-radius:5px;
}

.activity_Bnr_caption ul {
	padding-top: 10px;
}

.activity_Bnr_caption h2 {
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.activity_Bnr_caption h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 5px;
}

.activity_Bnr_caption .tickIcon {
	background-image: url(../images/tick.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-left: 5px;
}
.activity_Bnr_caption p{
	margin:0;
	padding-top:5px;
	color: #1cade3;
	cursor:pointer;
	display: inline-block;
}
.ActDtls .activity_Bnr_caption{
	padding:0;
    width: 100%;
}
.ActDtls .activity_Bnr_caption ul{
	padding-top: 0;
	padding-bottom: 10px;
}
/* activity Details End*/

/* Transfers Result*/
.Trans_result_panel {
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	position: relative;
	margin-bottom: 18px;
}

.Trans_result_panel_col_l {
	flex: 0 0 75%;
	max-width: 75%;
	background: #FFFFFF;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.Trans_result_details {
	padding: 0px;
	width: 100%;
}

.Trans_result_one_leg {
	width: 100%;
	padding: 25px 15px;
}

.Trans_resultOnward {
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: solid #1cade3 1px;
	border-left:0;
}

.Trans_resultReturn {
	border-radius: 0px;
	border: solid #081e63 1px;
	border-right: solid #1cade3 1px;
	border-left: 0;
}

.Trans_result_one_leg h2 {
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	direction: ltr;
    text-align: right;
}

.Trans_result_one_leg p {
	padding-top: 5px;
	margin: 0;
}

.Trans_result_list {
	padding-top: 10px;
}

.Trans_result_list li {
	position: relative;
	padding-right: 15px;
	margin-bottom: 0px;
}

.Trans_result_list li:before {
	position: absolute;
	right: 0;
	content: "";
	border-radius: 50%;
	background: #1cade3;
	width: 8px;
	height: 8px;
	top: 6px;
}

.tranRsltPic {
	padding-left: 15px;
	height: 80px;
}

a.tranRsltVw {
	color: #41a8f7;
	padding-top: 10px;
	display: block;
}

.tranRslt_onwrd {
	width: 100px;
	height: 31px;
	position: absolute;
	right: -15px;
	top: -25px;
	background: #1cade3;
	text-align: center;
	padding: 3px;
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #FFF;
}

.tranRslt_onwrd:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 31px solid #1cade3;
	border-left: 18px solid transparent;
	left: -18px;
	top: 0;
}

.tranRslt_return {
	width: 100px;
	height: 31px;
	position: absolute;
	right: -15px;
	top: -25px;
	background: #081e63;
	text-align: center;
	padding: 3px;
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #FFF;
}

.tranRslt_return:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 31px solid #ccc;
	border-left: 18px solid transparent;
	left: -18px;
	top: 0;
}
.TransfersViwDtails{
	background:#fff;
	padding:20px;
	border:solid #1cade3 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top:none;
	position: relative;
}
.TransfersViwDtails h2{
	font-size:18px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom:10px;
	color: #081e63;
	display:none;
}
.TransfersViwDtails h3{
	font-size:16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom:15px;
}
.Trans_result_panel .result_panel_col_R{ 
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position: relative;
    height: auto;
    outline: none;
}
.TrnsArrowonward::before {
    bottom: 100%;
    content: " ";
    height: 0;
    right: 18%;
    margin-right: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1;
	background: url(../images/transfers_arrow.svg) center;
    display: inline-block;
    width: 25px;
    height: 13px;
    background-size: cover;
}
.TrnsArrowreturn::before {
    bottom: 100%;
    content: " ";
    height: 0;
    left: 40%;
    margin-right: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1;
	background: url(../images/transfers_arrow_return.svg) center;
    display: inline-block;
    width: 25px;
    height: 13px;
    background-size: cover;
}
/* Transfers Result End*/

/* Transfers Details*/
.Tran_dtls_srvcCacln {
	padding-top: 15px;
}

.Tran_dtls_srvcCacln h3 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 2px;
}

.Tran_dtls_srvcCacln p {
	padding-bottom: 10px;
	margin: 0;
}

.Tran_dtls_srvcCacln span {
	padding: 0 1px;
}

.Tran_dtlsOnList {
}

.Tran_dtlsOnList ul {
	margin-bottom: 25px;
}

.Tran_dtlsOnList ul:last-child {
	margin-bottom: 0px;
}

.Tran_dtlsOnList ul li {
	list-style: none;
}

.Tran_dtlsOnList h3 {
	color: #41a8f7;
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.Tran_dtlsfareDetails {
	text-align: center;
	padding: 20px 0;
}

.Tran_dtlsfareDetails .resultFare {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #41a8f7;
}

.Tran_dtlsfareDetails .resultFare span {
	padding: 0 2px;
}

.TranDetaillBtn {
	padding: 8px 20px;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.TranDetaillBtn:hover {
	color: #fff;
}

.Tran_dtlsPassDtls {
}

.TranDtlsSlide {
	position: relative;
}

.TranDtlsSlide section.hmaddSlider {
	margin: 0;
}

.TranDtlsSlide .carousel-inner .carousel-item img {
	height: 315px;
}

.TranDtlsSlide .carousel-indicators {
	display: none;
}

.TranDtlsSlide .carousel-caption {
	position: absolute;
	right: auto;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	color: #272a68;
	text-align: right;
	background: #fff;
	padding: 10px 15px;
	font-size: 35px;
}

.TranDtlsSlide .carousel-caption h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
}

.TranDtlsSlide .carousel-caption p {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
}

.TansDtlsSlider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 93%;
	top: 0px;
	width: 30px;
	height: 100%;
	border-radius: 5px;
	background-size: contain;
	text-indent: 999px;
	overflow: hidden;
}

.TansDtlsSlider .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 95%;
	top: 0px;
	width: 30px;
	height: 100%;
	border-radius: 5px;
	background-size: contain;
	text-indent: 999px;
	overflow: hidden;
}

.trandtls_nxtIcon {
	background: url(../images/trans_dtls_arrow_rht.svg) no-repeat;
	display: block;
	width: 20px;
	height: 40px;
	background-size: contain;
	 transform: scaleX(-1);
}
.TansDtlsSlider {
    direction: ltr;
}
.trandtls_prvIcon {
	background: url(../images/trans_dtls_arrow_lft.svg) no-repeat;
	display: block;
	width: 20px;
	height: 40px;
	background-size: contain;
	  transform: scaleX(-1);
}
.TansDtlsSlider img{
	width:80% !important;
	margin:0 auto;
}
/* Transfers Details End*/

/* Flight Pax Section*/
.innerContentArea {
	background: #fff;
	padding: 30px 0;
	color: #494e54;
	background-image:url(../images/ftr_innerbg.jpg); 
	background-position: bottom; 
	height: 100%;
	display: flow-root;
	background-repeat: no-repeat;
}

.backBtn {
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 0 40px;
	margin-left: 18px;
}

.backArrow {
	background-image: url(../images/hmDealsarrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	width: 8px;
	height: 9px;
	display: inline-block;
	content: '';
	transform: scaleX(1);
	margin-left: 5px;
}

.paxSumryBox {
	position: relative;
	width: 100%;
}

.paxHead {
	background-color: #fff;
	width: 100%;
}
.newsummaryHead {
    background: #41a8f7;
    padding: 10px;
    border-radius:0 5px 0 0;
    position: relative;
}
.newsummaryHead:after{
	content: '';
	position: absolute;
	top: 0px;
	left:-41px;
	background-image: url(../images/paxHeadCorner.png);
	width: 43px;
	height: 50px;
	background-size: contain;
	  transform: scaleX(-1);
}
.paxHead h3 {
	font-size: 17px;
	color: #081e63;
	line-height: 30px;
	padding-right: 15px;
}
.paxHeadPrice {
    padding-top: 10px;
}
.paxHeadPrice h3 span{
	display:inline-block;
	padding-left: 3px;
}
.paxNumber {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	background-color: #41a8f7;
	color: #fff;
}

.paxSumryContent {
	padding: 20px;
	color: #494e54;
	border-radius:5px 0px 5px 5px;
	border: 1px solid #ccc;
	border-right: 5px solid #41a8f7;
	box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    margin-top: -1px;
     background-color: #fff;
}

.paxmb_4 {
	margin-bottom: 35px;
}

.paxCal_icon {
	background-image: url(../images/plusthreecalIcon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 7px;
	width: 20px;
	height: 30px;
	display: inline-block;
}

.plusThreeBtn {
	width: 18%;
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 4px 0;
	cursor: pointer;
}
.plusThreeBtn a{
	display: flex;
}
.plusThreeBtn span {
	display: inline-block;
	line-height: 35px;
	padding-right: 5px;
}

.paxPlusthreeBox p {
	margin-top: 0;
	margin-bottom: 10px;
	color: #494e54;
}

.plusthreeResultBox {
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}

.plthredepartIcon {
	background-image: url(../images/plusthreeIconDepart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	transform: rotate(180deg);
}

.plthreReturnIcon {
	background-image: url(../images/plusthreeIconReturn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	transform: rotate(180deg);
}

.paxPlusthreeBox input[type=checkbox], .paxPlusthreeBox input[type=radio] {
	display: none;
}

.flPlsMnsResult {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #ccc;
    height: 250px;
}
.pluMinusScrol {
    width: 1088px;
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
}
.pluMinusScrol::-webkit-scrollbar {
    -webkit-appearance: none;
}

.pluMinusScrol::-webkit-scrollbar:vertical {
    width:18px;
}

.pluMinusScrol::-webkit-scrollbar:horizontal {
    height: 15px;
}

.pluMinusScrol::-webkit-scrollbar-thumb {
    background-color: #272a68d1;
    border-radius: 10px;
    border: 2px solid #ffffff;
    width:100px;
}

.pluMinusScrol::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.flPlsMnsResult .box01 {
	border-left: 1px solid #ccc;
	position: relative;
	width: 50px;
	height: 100%;
}

.boxBdr {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 12px 20px;
	text-align: center;
	margin-bottom: 8px;
}

.flPlsMnsResult .box02 label p {
	margin-bottom: 0px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}

.flPlsMnsResult .bluebg {
	padding: 15px;
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}

.flPlsMnsResult .bluebg2 {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.flPlsMnsResult .box02 {
	position: relative;
	height: 100%;
	width: 175px;
	padding: 8px 0;
}

.fieldWrap.nonStopcheck {
	position: relative;
}

.flPlsMnsResult .box02:last-child {
	border-right: none;
}

.flPlsMnsResult input[type="radio"]+label::before {
	background-color: #f4f4f4;
	border-color: #ccc;
	content: "";
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 8px;
}

.flPlsMnsResult input[type="radio"]:checked+label::before {
	background: #41a8f7;
	border-color: transparent;
	border: none;
	background-color: #41a8f7;
}

.flPlsMnsResult .box02 img {
	/*border: 1px solid #ccc;*/
	margin: 8px 0;
	padding: 5px;
}
.flPlsMnsResult .box02 h3{
	padding:0;
	margin:0;
	line-height: 10px;
    display: inline;
}
.flPlsMnsResult .box02 span:first-child {
    padding-left: 2px;
}
.flPlsMnsResult .box02 span {
	color: #494e54;
	font-size: 14px;
	display: inline-block;
}

.flPlsMnsResult .box02 label {
	color: #494e54;
	font-size: 14px;
	padding-right:45px;
}

.plsMinsSearch {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.pl_mi_result .qGo-Button {
	padding: 10px 22px;
}

.pl_mi_result .airportCode span.airtime {
	font-family: 'dinprobold', 'DroidKufiBold';
}

#flex-scroll {
    display: contents;
    align-items: center;
    justify-content: center;
    flex-wrap: inherit;
}
.paxLoginIcon {
    background-image: url(../images/login.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.paxLogArrow {
    background-color: #41a8f7;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    cursor: pointer;
    padding: 8px 20px;
    height: 45px;
    color: #fff;
    font-size: 15px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.paxLoginText h6{color:#41a8f7 ;}
.paxregText h6 {
    color: #081e63;
}
.socialLogin a{margin-right: 12px;}
.paxLogArowicon {
	background-image: url(../images/hmrightArrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
	transform: rotate(180deg);
}

.paxLoginText {
	padding: 0 15px;
}

.paxLoginText h6 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.paxLoginText p {
	font-size: 14px;
	margin-bottom: 0px;
}

.paxRegister {
	background-color: #41a8f7;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 0px;
	margin-top: 2px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.paxLoginLock {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 0;
}

.paxTickIcon {
	background-image: url(../images/paxRegTick.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.paxregUser {
	width: 40px;
	height: 40px;
	text-align: center;
	margin-top: 4px;
}
.paxRegUserIcon {
	background-image: url(../images/memberIcon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.paxRegArrow {
    background-color: #081e63;
    border-radius: 5px;
    margin-top: 0px;
    text-align: center;
    cursor: pointer;
    padding: 8px 30px;
    height: 45px;
    color: #fff;
    font-size: 17px;
    margin-right: 50px;
   font-family: 'dinprobold', 'DroidKufiBold';
}

.paxregBenfits li {
	color: #00afa9;
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 8px;
	padding-left: 25px;
}

.paxregBenfits li:last-child {
	padding-left: 0px;
}

.enterDetailsPassport {
	background-color: #e0eef6;
	padding:10px 15px;
	font-size: 14px;
	color: #494e54;
	border-radius: 5px;
}

.enterDetailsPassport .close {
	padding: 0;
	margin: 0;
	background-image: url(../images/close.png);
	position: relative;
	left: 0px;
	top: 4px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	opacity: 1;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: contain;
}

.paxFormDtls {
	padding: 30px 0 10px;
}

.pasngerHead h3 {
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	color: #081e63;
	padding-top:37px;
}
.pasngerHead.d-flex {
    padding-top: 30px;
    margin-right: 14px;
    width: 100px;
}
.htlpasngerHead h3{padding-top:10px;}
select.form-control:not([size]):not([multiple]) {
	height: 45px !important;
}

.paxCalIcon::after {
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../images/calendarIcon.svg);
	content: "";
	top: 12px;
	left: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.freq_flyer_wrp {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px 25px;
	position: relative;
}

.freq_flyer_wrp .title {
	font-size: 16px;
	padding-bottom: 10px;
}

.freq_flyer_wrp .freq_flyer_ele, .freq_flyer_wrp .form-control {
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 45px;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 15px;
}

a.freq_flyer {
	color: #41a8f7;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: inline-block;
}

a.addTraveler {
	border: 1px solid #41a8f7;
	border-radius: 5px;
	color: #494e54;
	padding: 5px 15px;
	margin:5px 0 5px;
}

a.addTraveler:hover {
	background-color: #41a8f7;
	color: #fff;
}
.htlpaxpadL {
    margin-right: 115px;
}
.SavedTravllerDtls {
	color: #494e54;
	font-size: 14px;
}

.SavedTravllerDtls .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	background-color: transparent;
	border: 1px solid #dee2e6;
}

.SavedTravllerDtls .table td, .SavedTravllerDtls .table th {
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
	font-weight: normal;
}

.SavedTravllerDtls .table th {
	font-family: 'dinprobold', 'DroidKufiBold';
	font-weight: normal;
}

.SavedTravllerDtls .theme_btnStyle {
	font-size: 14px;
	border-radius: 5px;
	height: 35px;
	line-height: 30px;
	padding: 8px 20px;
	border: none;
}
#travellerList .theme_btnStyle{
	padding: 0px 20px;
}
#travellerList .theme_innerBtn{
	padding: 0px 20px; 
	height: 35px; 
	line-height: 35px; 
	font-size:14px; 
}
.SavedTravllerDtls .modal-body {
	padding-top: 0px;
}

.SavedTravllerDtls .table-bordered th, .SavedTravllerDtls .table-bordered td {
	border: 1px solid #dee2e6;
}

.paxContinue {
	padding: 0px 45px;
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	height: 50px;
}

span.recomd {
	background: #1cade3;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 14px;
	margin-right: 15px;
}

span.font-14 {
	font-size: 14px;
	padding-right: 15px;
}

.paxinsurPlanBox {
	width: 22%;
	border: 1px solid #ccc;
	padding: 15px;
	margin-left: 20px;
}

.paxinsurPlanBox input[type="radio"]+label::before {
	background-color: #f4f4f4;
	border-color: #ccc;
	content: "";
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 2px;
}

.paxinsurPlanBox input[type="radio"]:checked+label::before {
	background: #41a8f7;
	border-color: transparent;
	border: none;
}

.paxinsurPlanBox input[type=checkbox], .paxinsurPlanBox input[type=radio] {
	display: none;
}

.paxinsurPlanBox label {
	color: #494e54;
	font-size: 15px;
	padding-right: 0px;
	margin-bottom: 2px;
	cursor: pointer;
}

.paxinsCheck {
	position: relative;
	padding-right: 35px;
}

.paxinsurPlanBox h4 {
	color: #494e54;
	font-size: 17px;
	padding-right: 0px;
	margin-bottom: 3px;
	font-family: 'dinprobold', 'DroidKufiBold';
}
.paxinsurPlanBox h4 span{display: inline-block;}
.insBefit {
	color: #1cade3;
	cursor: pointer;
}

.insBenfitsDtls {
	padding-top: 20px;
}

.insBenfitsDtls h4 {
	color: #494e54;
	font-size: 17px;
	margin-bottom: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.insBenfitsDtls p a {
	color: #1cade3;
}

.paxinsRemove {
	padding: 0px 35px;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	height: 50px;
	margin: 20px 0 10px;
}

span.planeNum {
	padding-right: 10px;
}

.seatSeleTabWrp ul li {
	padding: 0;
	margin-top: 10px;
}

.seatSeleTabWrp ul li p {
	font-size: 13px;
	padding-bottom: 5px;
}

.seatSeleTabWrp ul li .tabLi {
	padding: 10px 25px;
	color: #213d49;
	background-color: #e5e5e5;
	font-size: 17px;
}

.seatSeleTabWrp ul li:first-child .tabLi {
	border-radius: 0 5px 5px 0;
}

.seatSeleTabWrp ul li:nth-last-child(2) .tabLi {
	border-radius: 0 ;
}

.seatSeleTabWrp ul li.current .tabLi {
	background-color: #41a8f7;
	color: #fff;
}

.seatSeleTabWrp ul li .tabLi span {
	text-transform: uppercase;
	font-size: 15px;
}

.seatSeleTabWrp ul li .tabLi i {
	margin: 0 7px;
}

.seatSeleTabWrp .tab-content ul {
	padding-left: 15px;
}

.seatSeleTabWrp .tab-content ul li {
	padding-left: 20px;
	padding-bottom: 10px;
	display: flex;
	line-height: 18px;
}

.seatSeleTabWrp .tab-content ul li:last-child {
	padding-left: 0px;
}

.seatSeleTabWrp .tab-content ul li .seatIndica {
	width: 18px;
	height: 18px;
	padding: 1px 4px;
	color: #fff;
	border-radius: 50%;
	margin-left: 3px;
}

.seatSeleTabWrp .tab-content .seatUl {
	padding: 0;
}

.seatSeleTabWrp .tab-content .seatUl li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 27px;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 20px 10px;
	color: #ffffff;
	cursor: pointer;
}

.seatSeleTabWrp .tab-content .seatPlane {
	height: 80px;
	transform: scaleX(-1);
}

.seatSeleTabWrp .tab-content .planeNum {
	font-weight: 500;
	padding-top: 10px;
}

.seatSeleTabWrp .tab-content ul .nBg {
	background: transparent;
	color: #213d49;
}

.seatSeleTabWrp .tab-content ul .occup {
	background: #eaeaea;
}

.seatSeleTabWrp .tab-content ul .free {
	background: #cbe6f1;
}

.seatSeleTabWrp .tab-content ul .assigned {
	background: #1abc04;
}

.seatSeleTabWrp .tab-content ul .seatLi_1 {
	background: #e8d613;
}

.seatSeleTabWrp .tab-content ul .seatLi_2 {
	background: #094dc6;
}

.seatSeleTabWrp .tab-content ul .seatLi_3 {
	background: #213d49;
}

.seatSeleTabWrp .tab-content ul .seatLi_4 {
	background: #4c95b5;
}

.seatSeleTabWrp .tab-content ul .seatLi_5 {
	background: #1de0f1;
}

.seatSeleTabWrp .tab-content ul .seatLi_6 {
	background: #37c3ff;
}

.seatSeleTabWrp .tab-content ul .seatLi_7 {
	position: relative;
	background: #c9ba19;
	overflow: hidden;
}

.seatSeleTabWrp .tab-content ul .seatLi_7:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-left: 1px solid #fff;
	width: 8px;
	height: 18px;
	background: #887d05;
}

.seatSeleTabWrp .tab-content ul .seatLi_8 {
	background: #426978;
}

.seatSeleTabWrp .tab-content ul .seatLi_9 {
	background: #8cc4dc;
}

.seatSeleTabWrp .tab-content ul .seatLi_10 {
	background: #13d1e2;
}

.seatSeleTabWrp .tab-content ul .seatLi_11 {
	background: #1f9ba6;
}

.seatSeleTabWrp .tab-content ul .seatLi_12 {
	background: #86d2f3;
}

.seatPassenUl li.tab-link.align-items-center.current {
	padding-bottom: 0;
}

.seatIndi i {
	position: absolute;
	left: 17px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transform: rotate(-90deg);
}

.seatUiArr {
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translate(0%, -50%);
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 20%);
	padding: 2px 4px;
}

.seatUiArr:before {
	width: 100%;
	line-height: 35px;
}

.icon-rightarrow {
	background-image: url(../images/seat_right-arrow.svg);
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
}

.seatPassenDetwrp {
	padding-top: 30px;
}

.seatPassenDetwrp h4 {
	font-size: 18px;
	color: #081e63;
}

.seatPassenUl .seatPassenLi {
	padding: 20px;
	width: 40%;
	background: #fff;
	border: 1px solid #ccc;
}

.seatPassenUl .seatPassenLi .seatSelected {
	background: #f8e622;
	padding: 5px 10px;
}

.seatPassenUl .seatPassenLi .seatSelected i {
	font-size: 10px;
	padding-left: 9px;
}

.seatPassenLi .clearBtn {
	background: #213d49;
	color: #ffffff;
	font-size: 10px;
	margin-right: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.seatPassenUl b {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
font-family: 'dinprobold', 'DroidKufiBold';
}

.box_wrap {
	background: #fff;
	-webkit-box-shadow: 0 0 28px -2px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 0 28px -2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 28px -2px rgb(0 0 0 / 8%);
	margin-bottom: 25px;
	position: relative;
	padding: 30px 30px 30px;
}

.seatPassenDetwrp ul li.current .tabLi {
    background: #081e63;
    border-radius: 0px;
    padding: 8px 15px 8px 30px;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}

.seatPassenDetwrp .tab-content ul li {
	padding-bottom: 0;
	border-radius: 0px;
}

.paymentSection input[type="radio"]+label::before {
	background-color: #fff;
	border-color: #ccc;
	content: "";
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 10px;
}

.paymentSection input[type="radio"]:checked+label::before {
	background-image: url(../images/breadcrumbTick.svg);
	background-size: contain;
	background-position: center;
	border-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.paymentSection input[type=checkbox], .paymentSection input[type=radio] {
	display: none;
}
.paymentSection label{margin-bottom: 0px;}
.paxSumryContent.paymentSection {
	padding:40px 30px 25px;
}

.paymentSection ul li {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
    display: inline-block;
    margin-left: 10px;
}

.paymentSection ul li.active {
    display: table;
    border: 1px solid #41a8f7;
    margin-bottom: 15px;
    padding: 10px;
}
.paymentSection ul li:last-child{ margin-left: 0px; }
.paySecureBox {
    border-top: 1px solid #ccc;
    padding: 20px 20px 0px;
    color: #494e54;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
}

.seatPlaneOut {
	position: relative;
	box-shadow: none;
}

.seatPlaneOut:before {
	position: absolute;
	content: "";
	background-image: url(../images/seatPlaneT.png);
	background-repeat: no-repeat;
	width: 171px;
	height: 70px;
	top: 0;
	right: 0;
	transform: scaleX(-1);
}

.seatPlaneFrnt {
	height: 205px;
	margin: 0 30px 0 0px;
	transform: scaleX(-1);
}

.seatPlaneOut .table_outSeat {
	position: relative;
	z-index: 1;
	width: 965px;
	margin-right: 25px;
	padding: 20px 70px 10px 0;
	box-shadow: 4px 0px 4px 1px rgb(0 0 0 / 8%);
}

.seatPlaneOut:after {
	position: absolute;
	content: "";
	background-image: url(../images/seatPlaneB.png);
	background-repeat: no-repeat;
	width: 171px;
	height: 70px;
	bottom: -7px;
	right: 0;
	transform: scaleX(-1);
}

.icon-flight_rght_arw {
	background-image: url(../images/pasngerSeatArrow.svg);
	background-size: contain;
	background-position: center;
	width: 21px;
	height: 21px;
	display: inline-block;
	background-repeat: no-repeat;
	  transform: scaleX(-1);
}

.seatPassenUl ul li .tabLi i {
	margin: 0 2px;
}

.seatPassenUl .seatPassenLi span {
	color: #494e54;
	font-size: 14px;
	line-height: 25px;
}

.seatPassenUl .seatPassenLi p {
	margin-bottom: 0;
}

.PayBoxIcon {
	width: 50px;
}

.payBoxContent {
	padding-right: 10px;
	width: 100%;
	padding-left: 20px;
}

.payBoxFooter h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #494e54;
	font-weight: normal;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.payBoxFooter p {
	line-height: 16px;
	font-size: 13px;
	margin: 0;
	color: #494e54;
}

.disneyNote {
	color: #272a68;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 10px;
	cursor: pointer;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.disneyNote span {
	background: #fff;
	border-radius: 30px;
	padding: 5px 10px;
	display: flex;
}

.paxsecureeIcon {
	background-image: url(../images/paysecure.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	display: inline-block;
	transform: scaleX(-1);
}

.icontrust {
	background-image: url(../images/trust.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	display: inline-block;
	transform: scaleX(-1);
}

.iconeasypayment {
	background-image: url(../images/easypayment.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	display: inline-block;
	transform: scaleX(-1);
}

.rulesRestrictions input[type="checkbox"]+label {
	padding-right: 33px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	color: #494e54;
	font-size: 14px;
}

.rulesRestrictions input[type="checkbox"]+label::before {
	border-radius: 5px;
	top: 0;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	right: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

.rulesRestrictions a {
	color: #41a8f7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.rulesRestrictions input[type="checkbox"]:checked+label::before {
	background-color: #41a8f7;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #ccc;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.rulesRestrictions input[type="checkbox"], .rulesRestrictions input[type="radio"] {
	display: none;
}

.fareSummaryBox {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
}

.coupon_wrap {
	padding: 15px;
	padding-bottom:5px;
}
.base_fare_wrp {
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.fareSummaryBox .head_txt {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #081e63;
}

.coupon_wrap .fieldWrap .form-control {
	background: #ffffff;
	border: 1px solid #ccc;
	margin-left: 0;
	flex: 3;
	max-width: 72%;
	height: 45px;
	border-radius: 0px 5px 5px 0px;
}

.ApplyButton {
     background-color: #41a8f7;
	color: #fff;
	font-size: 13px;
	border: 0;
	padding: 5px 18px;
	display: block;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
	border-radius: 5px 0 0 5px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height: 15px;
}

.base_fare_wrp .head_txt {
	color: #081e63;
	display: block;
	font-size: 17px;
	padding: 15px 15px;
	margin-bottom: 0px;
}

.base_fare_wrp ul li>span:first-child, .base_fare_wrp ul li>span:last-child {
	width: 50%;
}

.base_fare_wrp ul li span {
	color: #494e54;
	display: inline-block;
	padding: 0;
	font-size: 13px;
}

.base_fare_wrp ul li span:last-child {
	text-align: right;
	margin-right: 2px;
}

.base_fare_wrp ul li {
	
	padding: 0 15px;
}

.base_fare_wrp ul li.bor_tb {
	padding-top: 2px;
}

.base_fare_wrp ul li.total_fare {
	padding-top: 15px;
	padding-bottom: 15px;
}

.base_fare_wrp ul li.total_fare span {
	font-size: 15px;
	color: #41a8f7;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.eligiblePoints {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	margin-top: 15px;
}

.pointtext {
	font-size: 13px;
	color: #081e63;
	padding-right: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height: 18px;
}

.hmSearchBox .clearBtn {
	background: #272a68;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: block;
	text-align: center;
	font-size: 9px;
	line-height: 15px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 0px;
	cursor: pointer;
}

.paxFlightSummary .paxSumryFltigtIcon {
	background-image: url(../images/flight_depart_icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
	transform: scaleX(-1);
}

.paxFlightSummary .paxSumryDtlHd {
	padding: 0px 0 25px;
	color: #081e63;
	font-family: 'dinprobold', 'DroidKufiBold';
	font-size: 14px;
}

.paxFlightSummary .result_one_leg {
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.paxFlightSummary .airlogo {
	height: 53px;
	/*border: solid #cccccc 1px;*/
}

.paxFlightSummary .airlogo img {
	height: 50px;
}

.paxFlightSummary .airDtls {
	width: 65%;
	padding-right: 15px;
}

.paxFlightSummary .airDtls p {
	margin-bottom: 0;
	padding: 0;
	font-size: 12px;
	color: #494e54;
	line-height: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.paxFlightSummary .air__stops {
	position: relative;
	width: 40%;
	padding-top: 0px;
}

.paxFlightSummary .air__stops::before {
    position: absolute;
    content: '';
    background: #081e63;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-size: cover;
    top: 20px;
    right: -5px;
    z-index: 2;
    font-size: 18px;
    border-radius: 50%;
}

.paxFlightSummary .air__stops span.last_stop {
    position: absolute;
    left: -5px;
    top: 10px;
    z-index: 2;
    width: 29px;
    height: 26px;
    background:url(../images/flight_dprt_rslt_icon.png) center;
    background-size: cover;
    transform: scaleX(-1);
}

.paxFlightSummary .air__stops .stop-overs {
	display: flex;
	font-size: 12px;
	margin-top: 0px;
	justify-content: center;
	padding-bottom: 30px;
}

.paxFlightSummary .air__stops::after {
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    z-index: 1;
}
.newflsumrycenter{
    background: #f4f4f4;
    padding: 10px 15px !important;
}
.paxFlightSummary .stop-overs .stops {
	text-align: center;
	margin-left: 6px;
	font-size: 12px;
	line-height: 18px;
}

.paxFlightSummary .air__stops .stop-overs .stops::before {
	position: absolute;
	height: 8px;
	background: #1cade3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	z-index: 2;
	bottom: -10px;
	content: "";
	left: 50%;
	transform: translate(-50%, 0);
	right: auto;
}

.paxFlightSummary .air__stops .stop-overs .nonstop::before {
	display: none;
}

.paxFlightSummary .td-tooltip {
	position: relative;
}

.paxFlightSummary .tooltiptext {
	visibility: hidden;
	width: 170px;
	border-radius: 4px;
	background-color: #1cade3;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px;
	position: absolute;
	z-index: 2;
	top:210%;
	left: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	transform: translate(-50%, 0);
	line-height: 17px;
	right: auto;
}

.paxFlightSummary .td-tooltip:hover .paxFlightSummary .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.airlineItenry .tooltiptext {
	width: 160px;
}

.paxFlightSummary .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 50%;
	margin-right: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #1cade3 transparent;
}

.paxFlightSummary .air_time_sector {
	line-height: 22px;
	width: 30%;
}

.paxFlightSummary .air_time_sector p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 16px;
	font-size: 14px;
}

.paxFlightSummary .air_total_duration p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}

.refundableColor {
	color: #129107;
}

.paxFlightSummary .air_time_Time {
	display: block;
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.paxFlightSummary .air_time_aircode {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.paxFlightSummary .air_total_duration {
	font-size: 14px;
	padding-right: 25px;
	line-height: 18px;
}

.paxFlightSummary .duration_clockIcon {
	background: url(../images/duration-clock.svg) center;
	display: inline-block;
	width: 29px;
	height: 28px;
	background-size: cover;
}

.paxFlightSummary .result_panel_col_R {
	flex: 0 0 18%;
	max-width: 18%;
	padding: 20px;
	background: #081e63;
	color: #FFF;
	position: relative;
	right: -1px;
}

.paxFlightSummary .strikedfare {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}

.paxFlightSummary .strikedfare::after {
	position: absolute;
	content: '';
	height: 1px;
	background: #FFF;
	width: 105px;
	right: -2px;
	top: 50%;
}

.paxFlightSummary .resultFare {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.paxFlightSummary .resultfareDetails .refundable {
	color: #fffc00;
	font-size: 12px;
}

.paxFlightSummary .resltselectbtn {
	padding: 12px 35px;
	text-transform: uppercase;
	margin-top: 10px;
}

.paxFlightSummary a.resltselectbtn {
	font-family: 'dinprobold', 'DroidKufiBold';
}

.paxFlightSummary a.resltselectbtn:hover {
	color: #fff;
}

.paxFlightSummary .flightdetailsbt {
	padding: 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}

.paxFlightSummary a.flightdetailsbt:hover {
	color: #fff;
}

.paxFlightSummary .fRslt_viewfare {
	font-size: 12px;
	color: #41a8f7;
	text-transform: uppercase;
	margin-top: 10px;
}

.paxFlightSummary a.fRslt_viewfare:hover {
	color: #41a8f7;
}

.paxFlightSummary .fRslt_viewfare_icondown {
	background: url(../images/editclndr_rhtarrow.svg) center;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	transform: rotate(90deg);
	position: relative;
	top: 2px;
	left: 3px;
}

.paxFlightSummary .paxFlDetls {
    position: absolute;
    transform: translate(-100%, -50%);
    left: 55%;
    bottom: -33px;
    z-index: 1;
    display: inline-block;
    border-radius: 0;
    background: #081e63;
    padding: 0px 15px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}
.paxFlightSummary .paxFlDetls:before {
    position: absolute;
    content: '';
    left: -20px;
    background-image: url(../images/moreLeftcorner.png);
    width: 21px;
    height: 22px;
    display: inline-block;
}
.paxFlightSummary .paxFlDetls:after {
    position: absolute;
    content: '';
    right: -20px;
    background-image: url(../images/moreRightcorner.png);
    width: 21px;
    height: 22px;
    display: inline-block;
}

.paxFlightSummary a.result__more_options {
	color: #FFF;
}

.seatSeleTabWrp .tab-content {
	display: none;
	padding: 20px 0px;
	position: relative;
	z-index: 2;
	-webkit-animation: slide-down 1s ease;
	-moz-animation: slide-down 1s ease;
}

.seatSeleTabWrp .tab-content.current {
	display: inherit;
	-webkit-animation: slide-down 1s ease;
	-moz-animation: slide-down 1s ease;
}

/* hotel pax section */
.htlbackBtn {
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 0 40px;
	margin-left: 0;
}



.htlpaxStar {
	background-image: url(../images/htlpaxStar.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 91px;
	height: 116px;
	display: inline-block;
	margin-right:0px;
	transform: scaleX(-1);
}

.paxHtlDtls .fivestar {
	background-position: -2px 0px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.paxHtlDtls .fourstar {
	background-position: -2px -18px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.paxHtlDtls .threestar {
	background-position: -2px -37px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.paxHtlDtls .twostar {
	background-position: -2px -56px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.paxHtlDtls .onestar {
	background-position: -2px -76px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.paxHtlDtls .zerostar {
	background-position: -2px -95px;
	width: 91px;
	height: 19px;
	background-size: cover;
}

.title_sec_content .paxHtlDtls h2 {
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 5px;
}

.htlPaxSumry img {
	width: 152px;
	height: 125px;
	margin-left: 25px;
	border-radius: 5px;
}

.htlPaxSumry .htlpaxStar {
	margin-right: 0;
}

.htlPaxSumry p {
	margin-bottom: 5px;
}

.htlPaxSumry .paxHtlDtls h4 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 10px;
	padding-bottom: 5px;
}

.htlpaxDates h4 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 10px;
	padding-bottom: 8px;
}

.htlpaxDates p {
	margin-bottom: 0;
}

.htlPaxSumryDtls .col_01 {
	width: 40%;
	border-left: 1px solid #ccc;
	padding: 20px;
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.htlPaxSumryDtls .col_02 {
	width: 20%;
	border-left: 1px solid #ccc;
	padding: 12px 20px 12px;
	font-size: 14px;
}

.htlPaxSumryDtls .col_02:last-child {
	border-left: none;
}

.htlPaxSumryDtls {
	color: #494e54;
	border-bottom: 1px solid #ccc;
}

.htlPaxSumryDtls .col_02 p {
	margin-bottom: 0px;
}

.lineH {
	line-height: 38px;
}

.htlpaxcancl {
	color: #1cade3;
	padding: 15px 20px 15px;
	font-size: 14px;
	cursor: pointer;
}

.htlpaxcanclDtls {
	color: #494e54;
	font-size: 14px;
	padding: 0px 20px 20px;
}

.htlRoomCount {
    background-color: #081e63;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 12px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top:0px;
    line-height: 28px;
    text-align: center;
    margin-right: -20px;
    height: 40px;
    min-width: 8%;
}

.htlpaxFormDtls {
	padding: 10px 0 10px;
}

.htlpaxRoomRepeat {
    margin-bottom: 10px;
    margin-top:10px;
}
/* FH Pax section */
.fhTitlehead {
	padding-top: 10px;
}
/* Activity Pax section */
.htlPaxSumry.actvityPaxSymry img {
	width: 115px;
	height: 95px;
	margin-left: 25px;
}

.tickIcon {
	background-image: url(../images/tick.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-left: 5px;
}

.adultIcon {
	background-image: url(../images/adultIcon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 19px;
	display: inline-block;
	margin-left: 5px;
}

.childIcon {
	background-image: url(../images/childIcon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 5px;
}

.actPaxSumryPrice {
	padding-left: 100px;
}

.actvityPaxSymry .htlpaxDates p {
	margin-bottom: 5px;
}

.activityViewDtls {
	padding: 20px;
}

.activityViewDtls h4 {
	font-size: 17px;
	color: #494e54;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 20px;
}

.activityViewDtls .table {
	border: 1px solid #ccc;
	display: table;
}

.activityViewDtls .table .thead-light th {
	color: #494e54;
	background-color: #f4f4f4;
	font-weight: normal;
	border-color: #081e63;
	font-family: 'dinprobold', 'DroidKufiBold';
	font-size: 14px;
}

.activityViewDtls .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
}

.activityViewDtls .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: none;
	color: #494e54;
}

.actCancl {
	color: #1cade3 !important;
	cursor: pointer;
}

td.actviewDtlprice {
	color: #41a8f7 !important;
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
}
/* Transfers Pax section */
.transPaxDtls {
	width: 80%;
}

.transPaxDtls h4 {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-top: 5px;
	padding-bottom: 10px;
}

.transPaxDtls p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}

.transPaxDtls span {
	margin-bottom: 0;
	font-size: 14px;
	padding-top: 10px;
	display: inline-block;
}

.transNote {
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 12px 15px;
	font-size: 14px;
	color: #494e54;
	border-radius: 5px;
}

.transfersViewDtls h4 {
	font-size: 17px;
	color: #494e54;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 15px;
	padding-top: 10px;
}

.transfersViewDtls {
	padding: 20px;
}

.transfersViewDtls p {
	font-size: 14px;
}

.page_404 {
	height: 100vh;
	background: #41a8f7;
}

.page_404 h4 {
	font-size: 125px;
	margin-top: 23px;
	line-height: 95px;
	color: #fff;
	margin-bottom: 10px;
}

.page_404 h5 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 5px;
	font-family: 'dinprobold', 'DroidKufiBold';
}
.page_404 p{
	color: #fff;
}

.font-16 {
	font-size: 16px;
	padding-bottom: 10px;
}

.btnPadd {
	padding: 15px 30px;
	margin-top: 10px;
}

.icon-not-found {
	background-image: url(../images/404.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 150px;
	display: inline-block;
}

.full_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	height: 100%;
	right: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
	color: #fff;
}

.session_out {
	width: 500px;
	background: #fff;
	padding: 35px 35px;
	text-align: center;
	color: #494e54;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.session_out h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.icon-sessionout {
	background-image: url(../images/sessionout.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.page404 {
	text-align: center;
}

.page404 h2 {
	font-size: 25px;
	color: #494e54;
	margin: 10px 0 10px 0;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.page404 h3 {
	font-size: 15px;
	margin-bottom: 10px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height: 25px;
}

.page404 p {
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height: 35px;
}

.border__box {
	border: 1px solid #ccc;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
}

.border__box .head_txt {
	font-size: 17px;
	color: #081e63;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.border__box .bor_t_1 {
	border-top: 1px solid #272a68;
	margin-top: 20px;
}

.payTransFailed .head_txt {
	font-size: 22px;
	color: #41a8f7;
	padding-bottom:10px;
}

.payTransFailed ul li {
	border: 1px solid #272a68;
	border-radius: 5px;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 15px;
	margin-bottom: 15px;
}

.tryagainBtn {
	padding: 10px 35px;
	font-size: 18px;
	line-height: 21px;
}

.manageBook h3 {
	font-size: 17px;
	color: #fff;
	line-height: 25px;
	padding-right: 0;
}

.manageBookBtn {
	padding: 0px 30px;
	text-transform: uppercase;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.mBookPt_30 {
	padding-top: 30px;
}

.mBookPt_30 .loader-sm {
	margin-top: 10px;
}

.manageBook span {
	font-size: 14px;
	padding-right: 5px;
}

.manageOr {
	background-color: #1cade3;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 44px;
	margin: 30px auto 0;
}

.mange_col {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.mange_col2 {
	width: 8%;
}

.mange_col3 {
	width: 30%;
	padding-right: 15px;
	padding-left: 15px;
}

.mange_col4 {
	width: 10%;
}

.paxmb_6 {
	margin-bottom: 65px;
}

select.form-control:not([size]):not([multiple]) {
	height: 45px;
}

.hmprefdAr:before {
	content: '';
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url(../images/preferredAirIcon.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.hmSearchBox.prefrdArBox {
	width: 100%;
	margin-top: 10px;
}

.hmSearchBox.prefrdArBox .form-control {
	padding-right: 30px;
}

.hmmultiPrefrd {
	width: 30%;
	padding-right: 10px;
	border-left: 1px solid #ccc;
	height: 45px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

.hmmultiPrefrd .form-control {
	padding-right: 30px;
}

.hmprefrdCol {
	width: 99%;
}

.hmMoreprfrd {
	position: absolute;
	top: 100%;
	z-index: 99;
	margin-top: 10px;
	right: 0px;
}
/* my bookings*/
.nav-tabs.mybookingTabs {
	border-bottom: none;
}

.mybookingTabs li.nav-item {
	padding-right: 0;
	padding-left: 15px;
}

.mybookingTabs .nav-item.show .nav-link, .mybookingTabs .nav-link.active {
	color: #ffffff;
background-color: #41a8f7;
	border-color: transparent;
	border: none;
}

.mybookingTabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border-radius: 5px;
}

.mybookingTabs .nav-link {
	display: block;
	padding: 12px 40px;
	background-color: #081e63;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
}

.mybookingTabs .nav-link span {
	padding-right: 5px;
}

.mybookTabCont {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 30px;
    border-radius:5px;
    background-color: #fff;
}

h2.myBookHead {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 10px;
}

.mybookingTabs .nav-link {
	position: relative;
}

.mybookingTabs .nav-item.show .nav-link, .mybookingTabs .nav-link.active:before {
	content: '';
	position: absolute;
	top: 100%;
	background-image: url(../images/myBookactArrow.png);
	background-size: contain;
	width: 16px;
	height: 9px;
	right: 45%;
}

.in_side__tab .fade.active {
	opacity: 1;
}

.in_side__tab .nav li a {
	color: #48546780;
	padding-bottom: 15px;
	display: block;
	position: relative;
	padding: 8px 0px 8px 0px;
	border-radius: 5px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.in_side__tab .nav li a.active {
    color: #485467;
    border-bottom: 2px solid #081e63;
    border-radius: 0px;
}

.in_side__tab .nav-tabs {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.in_side__tab .nav-tabs li{padding-left: 30px;}

.myb_item {
    background: #f8f8f8;
    padding: 6px 15px;
    border: 1px solid #ededed;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    font-family: 'dinprobold', 'DroidKufiBold';
}

.myb_items_heading {
	font-size: 12px;
}

.booking_status {
	display: inline-block;
	border: 1px solid;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
	min-width: 165px;
	text-align: center;
	background: #f8f8f8;
}

.booking_status.ticketing_failed {
	color: #ed1c24;
}

.booking_status.waiting {
	color: #f58b19;
}

.booking_status.ticketed {
	color: #00c538;
}

.myb_item .view {
	color: #081e63;
	font-size: 13px;
}

.myb__booking_details {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
	background: #fff;
}

.airOneLeg {
	border-bottom: 1px solid #9a9a9a;
	;
}

.airOneLeg .airOneLegTop {
	padding: 10px 15px;
	border-bottom: 1px dashed #9a9a9a;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.airOneLeg .airlineLogo img {
	margin-left: 10px;
	width: 80px;
}

.airlineItenry .airportCode {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.airlineItenry .airportCode p {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	text-transform: none;
	margin-top: 4px;
	font-family:'DroidKufiRegular';
}

.myb__booking_details .air__stops {
	margin: 0 35px;
	padding-top: 0;
	text-align: center;
}

.myb__booking_details .result-col-1 {
	flex: 0 0 100%;
	max-width: 100%;
}

.myb__booking_details  .airportCode span.airtime {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block;
	font-family:'DroidKufiRegular';
}

.myb__booking_details  .total_dura {
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.myb__booking_details  .flight_class {
	padding: 3px 2px;
	margin-right: 15px;
	line-height: 17px;
	position: relative;
}

.myb__booking_details  .flight_class:before {
	content: "";
	height: 65%;
	width: 1px;
	background: #79818d;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
}

.mybookTabCont .layover_time {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
    background: #89929e;
    border-radius: 50px;
	font-size: 13px;
	padding: 5px 15px;
	top: -12px;
	line-height: 15px;
	border: 1px solid #ccc;
}

.airOneLeg {
	position: relative;
}

.myb__booking_details .airlineItenry {
	padding: 22px 15px;
}

.myb__booking_details .footer {
	padding: 20px 30px;
	border-top: 1px dashed #7c8b88;
}

.myb__booking_details .footer  .sec__button {
	background: #fc5e5e;
}

.myb__booking_details .footer .sec__button {
	width: auto;
}

.myb_no_records {
	font-size: 21px;
	color: #89929e;
	min-height: 200px;
}

.myb_no_records i {
	font-size: 55px;
	line-height: 53px;
}

.my__booking .box_wrap {
	min-height: 400px;
}

.myb__booking_details h4 {
	font-size: 15px;
}

.myb__booking_details .hotel_thumb img {
	width: 100%;
	max-height: 225px;
	object-fit: cover;
	border-radius: 5px;
}


.myb__booking_details .footer .theme_btnStyle {
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height:15px;
	padding: 15px 20px;
}

.myb__booking_details .footer .theme_innerBtn {
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
	line-height:15px;
	padding: 15px 20px;
}
.newfhStatus strong{font-family: 'dinprobold', 'DroidKufiBold';}
.myb__booking_details .air__stops span.last_stop {
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 2;
	width: 29px;
	height: 26px;
	background: #FFF url(../images/dtlsflighticon.png) center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.myb__booking_details .air__stops::after {
	height: 1px;
	width: 100%;
	background: #081e63;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	z-index: 1;
}

.myb__booking_details .air__stops::before {
	position: absolute;
	content: '';
	background: #081e63;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	top: 15px;
	right: 0;
	z-index: 2;
	font-size: 18px;
	border-radius: 50%;
}

.ancServiceDtl input[type="checkbox"]+label {
	padding-right: 33px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	color: #494e54;
	font-size: 17px;
}

.ancServiceDtl input[type="checkbox"]+label::before {
	border-radius: 4px;
	top: 1px;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	right: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

.ancServiceDtl a {
	color: #494e54;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ancServiceDtl input[type="checkbox"]:checked+label::before {
	background-color: #41a8f7;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	top: 1px;
	right: 0;
	border: 1px solid #ccc;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.ancServiceDtl input[type="checkbox"], .ancServiceDtl input[type="radio"] {
	display: none;
}

.ancServiceDtl {
	padding-top: 12px;
}

.amendReqst textarea.form-control {
	height: auto;
}

.amendReqst label {
	font-size: 16px;
}

.myb__booking_details .hotel_thumb {
	width: 320px;
}


.mybHtlAdres h4 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 20px 0 10px;
}

.mybHtlAdres p {
	font-size: 14px;
}
.mybHtlPrice span{display:inline-block;padding-right: 3px;}

.mybHtlDats h4 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 10px 0 10px;
}

.mybHtlGuest h4 {
	font-size: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding: 10px 0 10px;
}

.mybHtlPrice {
	padding-top: 10px;
}
.mybHtlPrice h4 {
    font-size: 15px;
    font-family: 'dinprobold';
    padding: 10px 0 10px;
}
.mybHtlPrice h5 {
    font-size: 14px;
    padding: 0;
}

.mybookTabCont .card-header {
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: rgb(18 21 75);
	border-bottom: 1px solid #ccc;
}

.mybookTabCont .btn-link {
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	vertical-align: text-top;
}

.mybookTabCont .card {
	border: 1px solid #ccc;
}

.mybookTabCont .btn-link:hover {
	text-decoration: none;
}

.mybookTabCont .btn-link.focus, .mybookTabCont .btn-link:focus {
	text-decoration: none;
}

.mybFHaccordion .in_side__tab {
	padding-top: 15px;
}

.mybfhAcordRound {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 34px;
	background-color: #41a8f7;
	color: #fff;
	display: inline-block;
	margin-left: 7px;
}

.mybfhArrow {
	background-image: url(../images/mybfhup-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	display: inline-block;
}

.mybActPrice {
	color: #41a8f7;
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.mybTransDats {
	padding-right: 15px;
}

.mybTransBookings span {
	font-size: 13px;
}

.myprofileSection {
	padding-top: 15px;
}

.myprofileSection .card-header {
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: rgb(18 21 75);
	border-bottom: 1px solid #ccc;
}

.myprofileSection .btn-link {
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	vertical-align: text-top;
}

.myprofileSection .btn-link:hover {
	text-decoration: none;
}

.myprofileSection .card {
	border: 1px solid #ccc;
}

.myPUpdtmt {
	margin-top: 30px;
}

.myPrfileRadios input[type="radio"]+label::before {
	background-color: #081e63;
	content: "";
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.myPrfileRadios input[type="radio"]:checked+label::before {
	background: #41a8f7;
	border-color: transparent;
	border: none;
	background-color: #41a8f7;
}

.myPrfileRadios input[type=checkbox], .myPrfileRadios input[type=radio] {
	display: none;
}

.myPrfileRadios ul li {
	padding-left: 30px;
}

.myPrfileRadios {
	padding-top: 10px;
}

.hmrecentText {
	padding-top: 12px;
	padding-left: 10px;
	color: #272a68;
	font-size: 14px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.hmrecentBox {
	background-color: #fff;
	border-radius: 30px;
	border: 2px solid #1cade3;
	padding: 5px 20px;
	color: #494e54;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
}

.hmrecentBox p {
	font-size: 12px;
	margin-bottom: 0px;
	color: #494e54;
	line-height: 16px;
}

.myRewardsTbl .table .thead-dark th {
	color: #fff;
	background-color: #1cade3;
	border-color: #1cade3;
}

.myRewardsTbl .table td, .myRewardsTbl .table th {
	padding: 15px 20px;
	vertical-align: top;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

.myRewardsTbl ul.pagination.pagination-lg {
    flex-wrap: wrap;
}

.myRewardsTbl .pagination-lg .page-link {
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	border-radius: 5px;
	height: 32px;
	width: 32px;
	text-align: center;
}

.myRewardsTbl .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #41a8f7;
	border-color: transparent;
	border: none;
}

.myRewardsTbl .page-link {
	color: #081e63;
	background-color: #e1e3e4;
	border: 1px solid #989898;
}

.myRewardsTbl .pagination li {
	margin-left: 8px;
	margin-bottom:8px;
}

.myRewardsTbl .page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none;
}

.avalpoints {
	padding-left: 40px;
	padding-bottom: 25px;
	text-align: center;
}

.avalpoints p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #494e54;
}

.avalpoints span {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #081e63;
	font-family: 'dinprobold', 'DroidKufiBold';
}
.cmsContent .nav-item.show .nav-link, .cmsContent .nav-link.active {
    color: #ffffff;
    background-color: #41a8f7;
    border-color: transparent;
    border: none;
    position: relative;
     padding: 10px 40px;
}
.cmsContent .nav-item.show .nav-link, .cmsContent .nav-link.active:before {
    content: '';
    position: absolute;
    top: 100%;
    background-image: url(../images/myBookactArrow.png);
    background-size: contain;
    width: 16px;
    height: 9px;
    left: 45%;
}
.cmsContent .nav-tabs {
    border-bottom: none;
}
.cmsContent .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-radius: 5px;
}
.cmsContent .nav-link {
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    border: none;
    color:#081e63;
}
.cmsContent .tab-content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px;
    margin-top: 25px;
}
.cmsContent h4 {
    color: #081e63;
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.cmsContent h3 {
    color: #081e63;
    font-size: 23px;
    padding-bottom:15px;
}
.cmsContent p {
    color: #494e54;
    font-size:16px;
}
.cmsWhyCont ul li {
    font-size: 20px;
    color: #081e63;
    padding-bottom: 20px;
}
.cmsWhyCont .pr-7{padding-left: 70px;}
.cmsWhyCont .pl-7{padding-right: 70px;}
p.paxbagMeals {
	color: #1cade3;
	font-size: 16px;
}

.cmsright-arrow {
	background-image: url(../images/cms_right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 22px;
	display: inline-block;
	transform: scaleX(-1);
}

.cmsright-arrow {
	background-image: url(../images/cms_right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
}

.cmsWhyCont ul li span {
	display: inline-block;
	line-height: 20px;
}

.cmsWhyCont {
	padding-top: 20px;
}

.cmsWhysupport img {
	width: 75px;
}

.cmsWhysupport p {
	font-size: 20px;
	color: #081e63;
	width: 100%;
	text-align: center;
}

.cmsWhysupport {
	padding-top: 50px;
}

.meetBox {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 25px;
	margin: 15px 0;
}

.meetBox h2 {
	color: #081e63;
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 12px;
}

.meetBox h3 {
	color: #081e63;
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.meetBox p {
	color: #494e54;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.careerPost {
	padding-top: 40px;
}

.careerPost h5 {
	color: #081e63;
	font-size: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 50px;
}

.careerPost h5 span {
	color: #e81578;
	font-size: 18px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.cmsPagesCont {
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 25px;
}

.cmsPagesCont h5 {
	color: #081e63;
	font-size: 17px;
	padding-bottom: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.privacyPlcy li {
	list-style: disc;
	padding-bottom: 15px;
	margin-right: 15px;
}

.faqAccord .btn-link {
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	line-height: initial;
	border-radius: 5px;
	text-transform: uppercase;
}

.faqAccord .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgb(39 42 104);
	border-bottom: none;
	color: #fff;
}

p.priceColor {
	color: #41a8f7;
	font-size: 16px;
	padding-top: 0px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.frequentlyQues .panel-default {
	color: #494e54;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-bottom: 20px;
	border: 1px solid #ccc;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.frequentlyQues .panel-group .title {
	cursor: pointer;
	padding: 15px 20px;
}

.frequentlyQues .panel-heading .title:before {
	background: url(../images/faqUpArrow.svg) no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	line-height: 25px;
	float: left;
	display: inline-block;
	background-position: center;
	background-size: contain;
	margin-top: -4px;
}

.frequentlyQues .panel-body {
	padding: 15px 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	color: #494e54;
	font-weight: normal;
}

.frequentlyQues .panel-heading .title.collapsed {
	color: #494e54;
	font-size: 16px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.frequentlyQues .panel-heading .title.collapsed:before {
	background: url(../images/faqdownArrow.svg) no-repeat;
	width: 40px;
	height: 40px;
	font-size: 25px;
	margin-top: -8px;
	line-height: 25px;
	float: left;
	content: "";
	color: #fff;
	display: inline-block;
	background-position: center;
	background-size: contain;
}

.faqContent h4 {
	color: #081e63;
	font-size: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-bottom: 10px;
	padding-top: 10px;
}

p.faqsuHd {
	font-size: 16px;
}

.frequentlyQues {
	padding-top: 20px;
}

.CntctF.contFormBox { border:none;}
.CntctF.contFormBox h2 {
    background: #41a8f7;
    padding: 15px;
    border-radius: 0px 5px 0 0px;
    position: relative;
    width: 55%;
    font-size: 17px;
    line-height: 20px;
}
.CntctF.contFormBox h2:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -41px;
    background-image: url(../images/paxHeadCorner.png);
    width: 43px;
    height: 50px;
    background-size: contain;
    transform: scaleX(-1);
}
.CntctF .contpad {
    border: 1px solid #ccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 5px solid #41a8f7;
    background-color: #fff;
        margin-top: -1px;
}
.contFormBox {
	border: 1px solid #ccc;
	border-radius: 5px;
	
}

.contFormBox h2 {
	font-size: 20px;
	color: #fff;
	background-color: #081e63;
	padding: 15px 20px;
}

.contpad {
	padding: 20px;
}

.contSub {
	font-size: 17px;
	font-family: 'dinprobold', 'DroidKufiBold';
	margin-top: 10px;
	width: 50%;
}

.contaddBox {
	border: 1px solid #ccc;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	background-color: #fff;
	padding: 20px;
	min-height:200px;
	position: relative;
	border-right: 5px solid #41a8f7;
}

.contOfficeIcon {
	background-image: url(../images/cont_office.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 20px;
	transform: scaleX(-1);
}

.contmailIcon {
	background-image: url(../images/cont_mail.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

.contsupportIcon {
	background-image: url(../images/cont_24-hours.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 75px;
	height: 75px;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 20px;
}

.contiataIcon {
	background-image: url(../images/cont_aita.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width:85px;
	height: 65px;
	display: inline-block;
	position: absolute;
	bottom:10px;
	left: 20px;
}

.contaddBox h3 {
	font-size: 20px;
	color: #081e63;
	padding-bottom: 20px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.contaddBox p {
	font-size: 13px;
	margin-bottom:5px;
}

.pt-12 {
	padding-top: 125px;
}

.b2bApiList {
    padding-right: 0;
    padding-top: 0;
    margin-top: -50px;
}

.b2bApiList label {
	display: inline-block;
	margin-bottom: 0;
	color: #272a68;
	font-size: 14px;
	cursor: pointer;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.b2bApiList input[type=checkbox], .b2bApiList input[type=radio] {
	display: none;
}

.b2bApiList input[type=checkbox] + label:before {
	content: "\123";
	border: 1px solid #41a8f7;
	border-radius: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	background: #ffffff;
}

.b2bApiList input[type=checkbox] + label:active:before {
	transform: scale(0);
}

.b2bApiList input[type=checkbox]:checked + label:before {
	background-color: #41a8f7;
	border-color: #41a8f7;
	color: transparent;
}

.mulCityb2bApiList label {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.mulCityb2bApiList input[type=checkbox], .mulCityb2bApiList input[type=radio] {
	display: none;
}

.mulCityb2bApiList input[type=checkbox] + label:before {
	content: "\123";
	border: 1px solid #41a8f7;
	border-radius: 3px;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	background: #ffffff;
}

.mulCityb2bApiList input[type=checkbox] + label:active:before {
	transform: scale(0);
}

.mulCityb2bApiList input[type=checkbox]:checked + label:before {
	background-color: #41a8f7;
	border-color: #41a8f7;
	color: transparent;
}

.flPlsMnsResult .no_result {
	border: none;
	background: transparent;
	min-height: auto;
	text-align: center;
	border-radius: 5px;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}

.NoResultClass {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.sitemap-navigation {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;

}

.sitemap-navigation ul, .sitemap-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.sitemap-navigation a {
	display: inline-block;
}

.sitemap-navigation .menu-item::before, .sitemap-navigation>.menu-item-has-children>.sub-menu::before {
	content: '';
	display: block;
	position: relative;
	left: 50%;
	margin-left: -5px;
	width: 100%;
	height: 52px;
	background-image: url(../images/siteMapDwnArow.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sitemap-navigation>.menu-item-has-children::before {
	display: none;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: #ccc solid 1px;
	margin-top: 4em;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu::before {
	position: absolute;
	top: -55px;
	margin-top: 0;
	margin-left: -1px;
	left: 50%;
	z-index: 9;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-top: 0px;
	padding-right: 0;
	padding-left: 0;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before, .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:last-child::before {
	left: 190px;
	height: 52px;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before {
	left: auto;
	right: 48%;
	border-left: none;
	height: 52px;
	background-image: url(../images/siteMapDwnArow.png);
	background-repeat: no-repeat;
	background-position: right;
}

.sitemap-wrapper {
	padding: 2rem;
	text-align: center;
}

.sitemap-navigation a {
	background: #fff;
	border-radius: 0;
	color: #081e63;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #ccc;
	width: 157px;
	padding: 8px 10px;
	-webkit-transition: .25s;
	transition: .25s;
	border-radius: 5px;
}

.sitemap-navigation .menu-item-has-children>a {
	background: #41a8f7;
	color: #ffffff;
	width: 157px;
	font-size: 14px;
	border: 1px solid #41a8f7;
	padding: 10px;
}

.sitemap-navigation .menu-item-has-children>a:hover {
	color: #fff !important;
}

li.menu-item.menu-item-has-children a.siteMapHome {
	background-color: #41a8f7;
	color: #ffffff;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	height: 45px;
	line-height: 40px;
	padding: 0 20px;
	border: none;
}

.cust_radio input[type="radio"] + label::before {
	content: "";
	height: 21px;
	width: 21px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	border-radius: 50%;
	border: 1px solid #aeb3bc;
}

.cust_radio input[type=radio]:checked + label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.cust_radio input[type=radio] + label::after {
	content: " ";
	top: 4px;
	right: 5px;
	width: 11px;
	height: 11px;
	background: #41a8f7;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	display: block;
	position: absolute;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.cust_radio input[type="radio"] + label {
	padding-right: 28px;
	position: relative;
}

.dir_payment_det_col {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.dir_payment_det_col .title {
	font-size: 13px;
}

.traveler_repeate h5 {
	font-size: 16px;
	color: #081e63;
	margin-bottom: 15px;
	font-family: 'dinprobold', 'DroidKufiBold';
}

.ottuPay img {
	width: 80px;
}

.ottuPay span {
	color: #fff;
	font-size: 13px;
	font-family: 'dinprobold', 'DroidKufiBold';
	padding-left: 5px;
}

span#plusorminusLoader {
	text-align: center;
}

.mange_col4.mBookPt_30 {
	padding-right: 15px;
}
.hmuserDrop .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: 50%;
	margin-right: -10px;
	border-width: 6px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}

.hmuserDrop .tooltiptext {
	visibility: hidden;
	width: max-content;
	border-radius: 8px;
	background-color: #ffffff;
	color: #272a68;
	font-size: 12px;
	text-align: center;
	padding: 4px 8px;
	position: absolute;
	z-index: 2;
	top: -20px;
	right: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	transform: translate(50%, 0);
	line-height: 17px;
}
.Hdr_profileIcon {
    background-image: url(../images/hd_myproficon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 16px;
    display: inline-block;
	margin-left:2px;
	position:relative;
	top: 2px;
}
i.ageCond {
	font-size: 25px;
	line-height: 15px;
	padding-left: 7px;
	padding-top: 7px;
}

.hmrecentText.multiRecent {
	color: #fff;
}

p.spereqst {
	margin-top: 5px;
	margin-bottom: 1rem;
	font-size: 11px;
	line-height: 16px;
}
.hmMultiCity .hmcol_4 {
    width: 20%;
    padding-right: 30px;
}
p.F_modify {
    padding-top: 5px;
}
.dealsDtls h4 span{display: inline-block;}
.dealsDtls h4 span:first-child{ padding-left:3px;}
/*Support*/
.profile_travelDoc button{margin-top:30px; margin-left: 10px; padding: 0px 20px !important; }
.profile_travelDoc .myPrfileRadios{margin-top:30px;}
.travelDocStyle a.clear_btn{margin-left: 10px;}
.fareValue_ar{display: inline-flex;}
.fareValue_ar span:first-child{margin-left: 3px;}
.cancelBox{display: inline-flex; flex-direction: row-reverse; direction: ltr;}
.cancelBox span:first-child{margin-left: 3px;}
.dtl_cancelNote{margin-bottom: 10px;direction: ltr;}
.lgData{width:auto !important;}
.cancel_summary{direction: ltr !important;}
/*Support ends*/

.map_hotel_details {
    padding-left: 20px;
}
.map_pic {
    width:250px;
    height: 170px;
}
.map_pic img {
    width:250px;
    height: 170px;
}
.hotel_name h3 {
    font-size: 18px;
    padding-bottom: 5px;
}
.hotel_name span {
    font-size: 14px;
}
button.show-more {
    background: #081e63;
    color: #fff;
    border: none;
    padding: 7px 12px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
}

span.per-room {
    font-size: 14px;
}
span.map_rate {
    font-size: 18px;
}
span.map_rate span{
	padding:0 2px;
	display:inline-block;
}
.mapViewDescr p{font-size:12px; padding-top: 5px;}
.map_cont {
    color: #494e54;
    padding-right: 15px;
}

.gallery-col {
    direction: ltr;
}
.htlPaxSubhead nav {
    width: 100%;
}
.gm-style-iw.gm-style-iw-c {
    padding-right: 15px !important;
	padding-left:0;
}
.gm-style {
    font-family: 'DroidKufiRegular','dinproregular' !important;
    text-decoration: none;
}
button.gm-ui-hover-effect {
    left: -5px !important;
    right: auto !important;
}
.htlTransprt span{width:80%;}
span.fareFlip span{
	display:inline-block;	
}
.padT_25 {
    padding-top: 125px;
}
.comnLoginBox{border-radius:5px;padding: 0px;}
.actPaxSumryPrice p span{display: inline-block;}
.actviewDtlprice span{display: inline-block;}
.htlpaxcanclDtls span{display: inline-block;}
.htlpaxcanclDtls span.cancelBox{display: inline-flex;}
.rulesRestrictions {
    margin-bottom: 15px;
    width:80%;
}
.Htl_rslt_slide {
    height: 170px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 20px;
}
.payTransFailed li span{display: inline-block;}


.flex-control-thumbs{
	direction:rtl;
}
.flex-control-thumbs img{
	max-height: 48px!important;
    min-height: 48px!important;
	min-width:50px;
	width:100%;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.flex-control-thumbs li {
    margin-left: 5px !important;
}
.flex-control-thumbs li:nth-child(4) {
    margin-left: 0px !important;
}
.flex-direction-nav a:before{
	font-size:0 !important;
}
.flexslider{
	border:none !important;	
	position:relative;	
	direction: ltr;
}
.flex-next .icon-rightarrow{
	position: relative;
	right: -1px;
}
.ModifyLtr{
	direction:ltr;
}
.hmrecentBox span{display: inline-block;}
.filterClosebtn{
	position: absolute;
    left: 46px;
	top: 15px;
    z-index: 2;
    background: url(../images/close_round.svg) center;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: cover;
	font-size: 0;
	cursor:pointer;
}
a.clearBtn {
    color: #fff !important;
}
.transLoacBox a.clearBtn{top:-5px;}
.mybHtlDats p span{display: inline-block;}
.htlPaxSumryDtls p span{display: inline-block;}
.FareRule ul li span.fareSpan {
    text-align: right;
    width: 50%;
}
.map_details .hotel_Rslt_Facilities {
    margin-right: 0;
    padding-top: 15px;
}
.map_details .htlRsltStar{margin: 0px 0 5px;}
.HtlFare h6 {
    font-size: 18px;
    padding-top: 15px;
	padding-bottom: 5px;
}
.RoomDtlsColorMain{
	padding-top:5px;
}
.RoomDtlsColor{
	color: #41a8f7;
	font-size:14px;
	display: block;
}
.expdiacolor .RoomDtlsColor{
	color: #1cade3;
}
.RoomDtlsColor:hover{
	color: #41a8f7;
}
.Clndr_Rtl{
	direction:rtl;
}
h2.SearchResult{
	font-size: 22px;
	padding-bottom:15px;
	padding-top: 10px;
	    color: #394049;
}
ol.flex-control-thumbs {
    display: none;
}
.tranfers_b2b_api_list{padding-top:60px;}
.search_colMain.b2bApiList.cmnPadApiList {
    padding-right: 10px;
    padding-top: 0px;
}
.HTLSec .refundable-htl{    
	color: #fffc00;
    font-size: 12px;
	width:100%;
}
.HTLSec .Non-refundable-htl{    
	color: #41a8f7;
    font-size: 12px;
	width:100%;
}
.acti_result_col {
    padding: 0 6px;
}
.ActivitySpace .col-lg-4 {
	padding-right: 9px;
	padding-left: 9px;
}
span.fareCurrencyFlip {
    display: inline-block;
}
.myb_item span{font-size:12px;}

.InnerB2b .b2bApiList{
	padding-right:0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.InnerB2b label{
	padding-right:0 !important;
}
.htlpax_exp{
	padding:15px 20px;
}
.htlpax_exp h3{
    font-size: 17px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.htlpax_exp p{
    font-size: 14px;
    margin:0;
}
.htlpax_expRules{
	margin-bottom:5px;
	padding-top:5px;
}
.baseFareList{
	margin-top:0 !important; 
	padding-bottom:10px !important;
}
.baseFareListNote p{
	font-size: 13px;
    line-height: 18px;
}
.cnclFlip span{
	display:inline-block;
    padding-right: 2px;
}
.HtlRslt_Facility_tick {
    background: url(../images/htl_rslt_facilities_tick.svg) center;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: cover;
    margin-left: 5px;
}
.curcyFlip span{
	display:inline-block;
}
.Tranfrs_modify .clear_btn{
	top: 56%;
	left: 8px;
}
.Tranfrs_modify .form-control{
	padding-left:30px;
}
.HtlDtlsRoompic{ 
	height:99px;
}
.HtlDtlsRoompic .flexslider .slides img{
	max-height: 99px;
    min-height: 99px;
}
.HtlDtlsRoompic .flex-direction-nav .flex-next{
	width: 25px;
    height: 25px;
	display:flex;
}
.HtlDtlsRoompic .flex-direction-nav .flex-prev{
	width: 25px;
    height: 25px;
	display:flex;
}
 
.HtlDtlsRoompic .flex-next .icon-rightarrow{
	top: -2px;
}
.HtlDtlsRoompic .flex-prev .icon-rightarrow{
	top: -2px;    
	transform: scaleX(1) translate(0, -8%);
}
.serviceText {
    color: #ff0000;
    padding-top: 28px;
    font-size: 13px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.pd_1{padding-right: 2px;}

.ViewFaHeading ul {
	margin-top: 15px;
	margin-bottom: 5px;
}
.ViewFaHeading ul li {
	width: 20%;
	display: inline-block;
	text-align: center;
}
.ViewFaHeading ul li p {
	margin: 0;
	padding: 0;
}
.ViewFaHeading ul li i img {
	width: 22px;
	height: 22px;
	background-size: contain;
}
.ViewFaresNew{
	color:#18c2ff;
}

.Fare_includ_Icon {
    background: url(../images/fare_tick_icon.svg) center;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
}
.Fare_chargeable_Icon {
    background: url(../images/fare_default_icon.svg) center;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
}
.Fare_penalty_Icon {
    background: url(../images/fare_penalty_icon.svg) center;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
}
.Fare_notpermitted_Icon {
    background: url(../images/fare_close_icon.svg) center;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
}
.kangarooPoint span {
    font-size: 13px;
    padding-right: 5px;
    line-height: 24px;
}
.myrewardhead .htlbackBtn {
    font-family: 'dinprobold';
    padding: 0 25px;
    margin-left: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.myrewardhead .backArrow {
    background-image: url(../images/hmDealsarrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 11px;
    height: 11px;
    display: inline-block;
    content: '';
    transform: scaleX(1);
    margin-left: 5px;
}
.search_colMain.b2bApiList.cmnPadApiList.activityList {
    padding-top: 20px;
    padding-right: 25px;
}
.modifyserach .b2bApiList {
    padding-right: 0;
    padding-top: 10px;
    margin-top: 0px;
}
.modify_search .b2bApiList {
    margin-top: 0;
}
.modifyserach .b2bApiList input[type="checkbox"]+label {
    padding-right: 0;
}
.mybkmt-2{margin-top:5px}

.dealsDtls .tooltiptext {
    visibility: hidden;
    width: 190px;
    border-radius: 4px;
    background-color: #1cade3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 18px;
    white-space: normal;
}
.HtlVouchernewSec{padding:10px 0;margin-left: 23px;}
.HtlVouchernewSecList{}
.HtlVouchernewSecList ul{list-style:none;background:#FFF;border:solid #666 1px;border-radius:15px;padding:0 15px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
.HtlVouchernewSecList ul li{width:100%;display:flex;justify-content:space-between;border-bottom:solid #cccccc 1px;padding-bottom:10px;padding-top:10px;}
.HtlVouchernewSecList ul li span{font-size:14px;font-weight:bold;display: inline-block;}
.HtlVouchernewSecListHd{}
.HtlVouchernewSecListHd ul{list-style:none;background:#12154a;color:white;padding:0 15px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.HtlVouchernewSecListHd ul li{width:100%;display:flex;justify-content:space-between;padding-bottom:10px;padding-top:10px;}
.HtlVouchernewSecListHd ul li span{font-size:15px;font-weight:bold;}
.HtlVouchernewSecListHd ul li span:last-child{color:#41a8f7;display: inline-block;}






/* New pax Insurance */

.paxInscont p{color: #494e54; font-size: 14px;    font-family: 'dinprobold', 'DroidKufiBold';margin-bottom: 5px;}
.paxInscont span{color: #41a8f7; font-size: 14px;    font-family: 'dinprobold', 'DroidKufiBold';}
.paxinsurPlanBox {
    width: 23%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-left: 20px;
    border-radius: 5px;
    height: 130px;
}
.paxinsurPlanBox label span{color: #1cade3; font-size: 14px;}
.paxinsurPlanBox h4 {
    color: #494e54;
    font-size: 17px;
    padding-right: 0px;
    margin-bottom: 3px;
    font-family: 'dinprobold', 'DroidKufiBold';
    padding-top: 4px;
}
.paxinsurPlanBox.active {
    background-color: #eff5f8;
    height: 150px;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.insBenfitsDtls {
    padding-top: 0;
    background-color: #eff5f8;
    border: 1px solid #ccc;
    border-radius:5px 0px 5px 5px;
    padding: 20px;
    margin-top:19px;
    width: 100%;
    margin-bottom:15px;
}

div#insu02 {
    position: absolute;
    top: 0px;
    right: 25%;
}
div#insu03 {
    position: absolute;
    top: 0px;
    right: 50%;
}
div#insu04 {
    position: absolute;
    top: 0px;
    right: 75%;
}
div#insu01Dtls {
    margin-top: 0px;
    position: relative;
}

.inclusiveCover {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.inclusiveCover .head {
    background-color: #081e63;
    color: #fff;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 17px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.inclusiveCover .head span{    font-family: 'dinprobold', 'DroidKufiBold'; font-size: 14px;}
.boxL {
    width: 50%;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.boxR {
    width: 48%;
    padding-left:30px;
}
.inscoverDtls{padding: 15px; direction: ltr;}
.insplus {
    background-image: url(../images/insplus.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    margin-top: 0px;
}
.insname{width: 60%}
.inscoverDtls ul li {padding-bottom: 8px;text-align: left; font-size: 13px; font-weight: 500; color: #494e54}
.insOptinbtn {
    background-color: #081e63;
    font-family: 'dinprobold', 'DroidKufiBold';
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
}

.insoptioncheck input[type="checkbox"]+label {
    padding-right: 33px;
    position: relative;
    transition: all .3s;
    color: #494e54;
    font-size: 14px;
}
.insoptioncheck input[type="checkbox"]+label::before {
    border-radius: 5px;
    top: 0;
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.insoptioncheck input[type="checkbox"]:checked+label::before {
    background-color: #41a8f7;
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.insoptioncheck input[type="checkbox"], .insoptioncheck input[type="radio"] {
    display: none;
}
.insoptionlbox span{padding-top: 0px;}
span.insdtls {
    display: block;
}
span.insdtls span {
    display: inline;
}
.insoptioncheck{padding-top: 10px; padding-right: 15px}
.insfootcomn {
    font-size: 14px;
    color: #41a8f7;
    padding-top: 22px;
}
.insfootcomn span{display:inline-block;}
.insoptioncheck span{display:inline-block;}

.inspassfld {
    width: 29%;
    margin-left: 35px;
}
.insPassengerWidth .inspassfld {
    width: 22%;
    margin-left: 30px;
}
.inspassengerdtls p{font-size: 14px; margin-bottom:20px;}
.inspassengerdtls h3{margin-bottom:15px;   font-family: 'dinprobold', 'DroidKufiBold'; font-size: 17px;}
.condition{color: #ff0000}
.inspassengerdtls {
    margin-top: 10px;
}

.inscoverDtls .tooltiptext {
    visibility: hidden;
    width: 275px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000;
    font-size: 12px;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 2;
    top: 30px;
    left:-98px;
    right: auto;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 17px;
    border:1px solid #ccc;
    box-shadow: 0px 1px 2px 3px #cccccc63;
    direction: ltr;
}
.inscoverDtls  .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30px;
    margin-left: 0;
     background-image: url(../images/toolTop.png);
     width: 23px; height: 12px;
     border:none;
}
.inscoverDtls .tooltiptext h3{font-size: 14px;    font-family: 'dinprobold', 'DroidKufiBold';margin-bottom: 10px;font-style: normal;}
.inscoverDtls .tooltiptext p{font-size: 13px; font-style: italic;margin-bottom: 0px}
div#insu01Dtls:after {
    content: '';
    position: absolute;
    background-color: #eff5f8;
    width: 250px;
    height: 10px;
    top: -2px;
    right: 0px;
    z-index: 9;
}
.contpadR{padding-left:10px !important; padding-bottom: 10px !important}
.contaddBox span{direction: ltr; display: inline-block;}

.hotelDetailsModel a.close {
	position: absolute;
	left: 20px;
	top: 22px;
	background: url(../images/qgo_close.svg) no-repeat;
	width: 20px;
	height: 20px
}
.hotelDetailsModel .nav-tabs a {
	padding: 15px 30px;
	display: block;
	color: #485467
}
.hotelDetailsModel .tab-pane {
	padding: 25px;
	float: left;
	width: 100%
}
.hotelDetailsModel .nav-tabs a.active {
	background: #1cade3;
	color: #fff
}
.hotelDetailsModel .modal-content {
	border-radius: 10px;
	border: 0
}
.hotelDetailsModel .nav-tabs li:first-child a {
	border-top-right-radius: 10px
}
.hotelDetailsModel .close {
    padding: 0;
    margin: 0;
    background-image: url(../images/close_round.svg);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    background-repeat: no-repeat;
}
.paxinsurPlanBox h4 span{    
	color: #494e54;
    font-size: 17px;
    font-family: 'dinprobold', 'DroidKufiBold';
}
.map_pic_result img {
    height: 130px !important;
}
.inclusiveCover .closebtn{
	background-image: url(../images/insclose.png);
	position: absolute;
	width:16px;
	height: 16px;
	top:5px;
	left: 5px;
}
.htldtlslist ul{ margin-right: 15px;}
.htldtlslist ul li { list-style: disc; margin-right: 8px;}
.htlList ul { margin-right: 15px;}
.htlList ul li { list-style: disc; margin-right: 8px;}
span.instextclk span{display: inline-block;}
.boxR ul li span{display:inline !important;}
p.dayNumber {
    direction: ltr;
}
span.insdtls {
    position: relative;
    width: 40%;
}
.Total_Passger_txt{
	color:#081e63;	
	font-size: 14px;
}
.ADrDate{ white-space:nowrap; position:absolute; }
.FlFlex{ display:flex;}
.FlFlex .backBtn {width: 140px;padding: 0 10px;}
.htlCenterLdr{ position: absolute;right: 50%; transform: translate(-50%, 0%);}
span.aproximatecrncy {
    padding: 0 15px 5px;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    color: #41a8f7;
}
.hmBnnerHeight{height: 100vh;}

.hmapihotelRcnt{ margin-top:60px !important;}
.bor_bb {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.newbaselist {
    margin-top: 10px !important;
}
.Expedia-d-none{ display:none;}
.Expedia_paxhd h2{ 
	font-size:17px; 
	color:#081e63;     
	font-family: 'dinprobold'; 
	margin: 8px 0;
}
.Expedia_paxhd h2 span:first-child{ padding:0 2px;}
.htlPaxSumryDtls .col_033{ width: 30%;border-left: 1px solid #ccc; padding:12px 20px 12px; font-size:14px;display:flex; align-items: center;}
.htlPaxSumryDtls .col_033:last-child {border-left: none;}
.RoomDtls_roomDtls span {
    color: #494e54;
    font-size: 14px;
}

/* Ancillary */

.NWAncilaryModel {
	height: 330px;
	overflow-x: hidden;
	position: relative;
	scrollbar-width: thin;
	scrollbar-color: #e3e3e3 transparent;
}
.MyBkng_AncilaryRpt {
	border-bottom: solid #cccccc 1px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.MyBkng_AncilaryRpt .form-group {
	margin-bottom: 0;
}
.MyBkng_AncilaryRpt .form-control {
	height: 35px;
}
.MyBkng_AncilaryS input[type="checkbox"]+label {
	padding-left: 33px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	color: #494e54;
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}
.MyBkng_AncilaryS input[type="checkbox"]+label::before {
	border-radius: 4px;
	top: 1px;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	right: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
.MyBkng_AncilaryS a {
	color: #494e54;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.MyBkng_AncilaryS input[type="checkbox"]:checked+label::before {
	background-color: #41a8f7;
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	top: 1px;
	right: 0;
	border: 1px solid #ccc;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.MyBkng_AncilaryS input[type="checkbox"], .MyBkng_AncilaryS input[type="radio"] {
	display: none;
}

.MyBkng_AncilaryS input[type="checkbox"]:not(:checked) {
 
  border: 1px solid #FF0000;  
}

.MyBkng_AncilaryS {
	padding-top: 0px;
}
.MyBkng_AncJurny label {
	font-size: 14px !important;
}
.MyBkng_AncHd {
	color: #494e54;
	font-size: 16px;
	padding: 10px 0;
	margin: 0;
	font-family: 'dinprobold';
}
/* Ancillary */
.FHmybooking_ref{font-size: 15px; font-family: 'dinprobold', 'DroidKufiBold'; padding-top:10px; margin-bottom: -5px; }
.FHmybooking_ref_htl{font-size: 15px; font-family: 'dinprobold', 'DroidKufiBold'; padding-top:0px; margin-bottom: -5px; }

.paxSumryHtlDtls{
    padding: 20px;
    color: #494e54;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
	margin-bottom:25px;
	background:#FFF;
}
.paxSumryHtlDtls h2{
	font-size: 20px;
    font-family: 'dinprobold';
    padding-bottom: 5px;
}
.paxSumryHtlDtls p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.result_panel .no-gutters {
    position: relative;
}
.boderrdius_R {
    border-bottom-left-radius: 0;
}
.extendinsText a{color:#FFA500}

.Fh_mob-pricehd {
    font-size: 15px;
    color: #081e63;
    font-weight: bold;
    padding-bottom: 5px;
}
.rsltdepartIcon {
    background-image: url(../images/flight_depart_icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
    transform: scaleX(-1);
}
.rsltreturnIcon{
	background-image: url(../images/flight_return_icon.svg);
	width:20px;
	height:20px;
	display: inline-block;
	background-size: contain;
    margin-left: 10px;
    transform: scaleX(-1);
}
.dtlsBdr {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 4px;
}
.dtlsflIcon {
    background-image: url(../images/dtlsflighticon.png);
    width: 29px;
    height: 70px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.dtls01 {
    text-align: right;
    width: 40%;
}
.dtls02 {
    text-align: left;
    width: 40%;
}
.new_flightDtls h4 {
    font-size: 17px;
    padding: 3px 0;
}
.new_flightDtls h4 span{font-size: 17px; color: #41a8f7; font-family: 'dinprobold';display: inline-block;}


.tripBlocks{position:relative;}
.tripBlocks_inner{display:flex; flex-wrap:wrap; width:100%}
.tripLBlock{width:25%; text-align:left; font-size:13px; padding-left:20px;}
.tripLBlock p{margin:0 0 2px 0; color:#494e54; font-size: 14px;}
.tripLBlock h6{margin:0 0 0 0;  color:#494e54; font-family: 'dinprobold'; font-size: 15px;}
.tripRBlock{width:75%; padding-right: 20px; border-right:1px solid #41a8f7; position:relative;}
.tripRBlock h5 {
    background-color: #f4f4f4;
    color: #494e54;
    font-size: 14px;
    margin: 0 0 0 0;
    width: 100%;
    padding: 6px 10px 6px 0px;
    border-radius:4px;
}
.tripRBlock h5 span.codeBld{font-weight:bold;}
.circlePnt{ width: 10px; height: 10px; border-radius:50%; background-color:#41a8f7; position: absolute; top: 12px; right: -6px; }
.circlePnt2{ width: 10px; height: 10px; border-radius:50%; background-color:#41a8f7; position: absolute; top: 15px; right: -6px; }
.tripRBlock p{margin:0 0 0 0; color:#494e54; padding-right:15px; font-size:13px; line-height:18px;}
.font14_size{font-size:14px;}
.font13_size{font-size:13px;}
.fontBld_trip{font-weight:bold;}
.fontClr_trip{color:#5d5d5d}
.airlineSize img{width:85px; margin-left:5px;}
.blkWhiteTop:before{content:""; position:absolute; width:2px; height:12px; background-color:#fff; right:-2px; top:0;}
.blkWhitebottom:before{content:""; position:absolute; width:2px; height:20px; background-color:#fff; right:-2px; bottom:0;}
.tripRBlock_transist {
    width: 75%;
    padding-right: 30px;
    border-right: 2px dotted #95999c;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #fdf0e4;
    margin: 15px 0 20px;
}
.tripRBlock_transist p{margin:0 0 0 0; color:#494e54; font-size: 14px;}
.dotTop {
    width: 10px;
    height: 25px;
    border-right: 2px dotted #95999c;
    position: absolute;
    top: -27px;
    right: -2px;
}
.dotBtm {
    width: 10px;
    height: 25px;
    border-right: 2px dotted #95999c;
    position: absolute;
    bottom: -27px;
    right: -2px;
    z-index: 99;
}
.mdlWdth{max-width:350px !important;}
.airPic {
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    top: 5%;
    right: -12px;
}
.airPic img{width: 20px;transform: scaleX(-1);}
.tripRBlock.blkWhitebottom {
    padding-top: 10px;
}
h4.fontClr_trip.font14_size  span {
    font-size: 14px;
    color: #494e54;
    font-family: 'dinprolight';
}
.summaryTheme button{background-color: #41a8f7; color: #fff; border-radius: 50%; padding: 0 !important; width: 30px; height: 30px; margin: 0px 0 0 0 !important; line-height: 18px; font-size: 26px; opacity: 1; text-align: center;}
.summaryTheme button:hover{text-decoration:none; color:#fff !important;}

.Paxlogin {
    width: 50%;
    border-left: 1px solid #ccc;
    padding: 20px 12px;
}
.Paxlogin:last-child{border-left:none;}
.psngrbdr {
    border-bottom: 1px solid #ede9e9;
    margin-bottom: 20px;
}
.newsummaryHead h3 {
    color: #fff;
    line-height: 30px;
    padding-right: 15px;
    font-size:17px;
}
.new_mobshow{display: none !important;}
.newhtlSort {
    width: 100%;
    border: 1px solid #1cade3;
    border-radius: 5px;
    height: 45px;
    line-height: 43px;
}
.htlNewSortdrop{width:75%;}
a.button_light.Sortbtn{
    padding: 0 40px;
}

.newhtlSort ul li {
    border-left: 1px solid #41a8f7;
    width: 33%;
    text-align: center;
}
.newhtlSort ul li:last-child {border-left:none;padding-left: 0px;}
span.button_light.Sortbtn {
    width: 18%;
    border-radius: 0;
}
.MapViewFilterTrigger {background-color: #41a8f7;}
.gm-style-iw.gm-style-iw-c {
    border-right: 4px solid #41a8f7;
    border-radius: 4px;
}
span.per-room {
    width: 100%;
    display: inline-block;
    padding-top: 2px !important;
}
.desktopHide{display: none !important;}
div#hote-dtls-slider ul li img{border-right:4px solid #41a8f7;}
.htl_dtlsnavList li a.active:before {
    position: absolute;
    content: '';
    bottom: -3px;
    background-color: #fff;
    height: 10px;
    width: 100%;
    left: 0px;
}
a.button_light.Sortbtn.flightSortnew {padding:11px;}
.htlDtlsBoxContent.newhotloverview {
    border: none;
    background-image: url(../images/htloverviewBg_ar.jpg);
    background-size: cover;
    width: 100%;
    min-height: 300px;
    background-position: bottom;
    border-radius:5px;
    padding-right: 42%;

}
.htlDtlsBoxContent.newhotloverview  h3{font-size: 20px; color: #000;padding-bottom:15px;padding-top: 10px;}
.htlDtlsBoxContent.newhotloverview p{line-height: 25px;}
.newhtlDtlshead{background: #081e63; padding:12px 15px;border-radius: 5px 5px 0px 0px;}
.newhtlDtlshead h2{color: #fff; font-size:17px;font-family: 'dinprobold'; padding-right:20px;}
.newhhtlDtlCol_01 {
    border-left: 1px solid #ccc;
    padding: 20px 20px 10px;
    width: 40%;
    min-height:180px;
}
.newhhtlDtlCol_02 {
    border-left: 1px solid #ccc;
    padding: 20px;
    width: 30%;
}
.newhhtlDtlCol_03 {
    padding: 20px;
    width: 30%;
}
.guesticon{
    background-image: url(../images/htldtlsguestIcon.svg);
    width: 34px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 3px;
}
.htlguest{
    padding-right: 20px;
}
.htlguest span{padding-top: 7px;}
.newhhtlDtlCol_03 h4 {
    color: #494e54;
    font-size: 15px;
    font-family: 'dinprobold';
}
.htlDtltick {
    background-image: url(../images/htldtlstick.svg);
    width:22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 3px;
}
.bluecolor span {
    color: #081e63;
    font-size: 14px;
}
.redcolor span {
    color: #e00931;
    font-size: 14px;
}
.greencolor span {
    color: #15b100;
    font-size: 14px;
}
.htlnonRefund {
    background-image: url(../images/htlnonRefund.png);
    width: 16px;
    height: 21px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.htlRefund{
    background-image: url(../images/htlRefund.png);
   width: 16px;
    height: 21px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}
a.readmore {
    color: #fff;
    background-color: #1cade3;
    padding: 5px 10px;
    border-radius: 5px;
}
a.readless{
    color: #fff;
    background-color: #1cade3;
    padding: 5px 10px;
    border-radius: 5px;
}
.newhhtlDtlCol_03 span{display: inline-block;}
.htlpaxgusticon{
    background-image: url(../images/htlpaxguestIcon.svg);
   width:35px;
    height:35px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left:3px;
}
.aboutus img{margin-bottom: 35px;}
.cmsContent{padding-top: 50px;}
.myprofileHead {
    width: 18%;
}
.phone_num .has__down_arrow {
    width: 35%;
    position: relative;
}
.phone_num input {
    width: 65%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.phone_num .has__down_arrow select {
    border-left: 0;
    padding-right: 8px;
    border-radius: 0px 5px 5px 0px;
}
.has__down_arrow .form-control {
    padding-left: 28px;
}
.myproBdr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: 20px;
}
.myprobtn{padding:0 35px;}
.title_sec_content.cmstittleHead {
    text-align: center;
    display: block;
}
.title_sec_content.cmstittleHead  h2{font-size:30px;}
.cmsPagesCont h2{font-size:22px; padding-bottom: 10px;}
.cmsPagesCont h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
.cancelbtn{background-color: #ed1c24; color: #fff;}
.hmflight {
    background-image: url(../images/flight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 26px;
    display: inline-block;
}
.hmhotel {
    background-image: url(../images/hotel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 26px;
    display: inline-block;
}
.hmfh {
    background-image: url(../images/fh.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 49px;
    height: 26px;
    display: inline-block;
}
.fh_vw_all_flgtBtn  span .icon-rightarrow {
    background-image: url(../images/sort_down.svg);
    background-size: contain;
    background-position: left;
    width: 15px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 4px;
}
.newhtlSort.fhnewSort {
    width: 80%;
}
.innerSubHead .title_sec_content {
    display: block;
    flex-wrap: initial;
}
.innerSubHead  .title_sec_content h2 {
    font-size: 28px;
    text-align: center;
}
.roomcomboview .RoomDtls_panel_roompic {
    margin-left: 20px;
}
span.comboguest {
    padding-top: 8px;
}
.roomcomboview {
    border-bottom: 1px solid #ccc;
}
.roomcomboview:last-child {
    border-bottom: none;
}
.PaxContinueButton{padding:0 40px;font-size: 15px; font-family: 'dinprobold', 'DroidKufiBold';}
.result_panel.Recommended .result_panel_col_l{border-right: none;}
.additional_btn.hoteladdtravler {
    background: #fff;
}
div#flightDtlsNewModal .flightDetails {border-right: none;}
.offerbox img{width: 100%; height: 450px;border-radius: 5px;}
.offerbox{position: relative;}
button.offerenquiry {
    position: absolute;
    top: 40%;
    left:45%;
    z-index: 9;
    color: #fff;
    background: #41a8f7;
    border: solid #fff 1px;
    font-family: 'DINProBold';
    font-size: 20px;
    padding: 10px 40px;
}
.specialModal p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.specialBtn {
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 16px;
}
.specialModal .fieldWrap {
    margin-bottom: 15px;
}
.modal-body.specialModal {
    padding-top: 20px;
}
div#offerenqModal .modal-header {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}
.stop-overs.nonstop span{
	text-align: center;
    margin-right: 6px;
    font-size: 12px;
    line-height: 18px;
}
.nav-link.dropdown-toggle.currency_menu::after{    
    margin-right: 0;
    vertical-align: 0;
    border-top: none;
    border-left: none;
    border-bottom: 0;
    border-right: none;
}
.nav-link.dropdown-toggle.currency_menu{padding: 0px}
.childheadclas {
    padding-right: 0px;
}
a#flight_unavailable_cancel {
    color: #fff;
}
.flightDtlsnewpopup .modal-body {
    padding: 0px;
}

.clear_btn i{ display:none;}
.clear_btn {
	font-size: 0;
    background: url(../images/hm_clear.svg) no-repeat;
    width: 32px;
    height: 32px;
    top: 17px;
    position: absolute;
    left: 14px;
    cursor: pointer;	
}
.ui-datepicker-calendar thead {
    border: 1px solid #ccc;
}
.FareRule h2{font-size: 20px;padding-bottom:5px;}
.FareRule p {
    margin-bottom: 10px;
}
.FareRule h1{font-size: 20px;padding-bottom:5px;}
.base_fare_wrp.directpayfare {
    border-top: 0px;
}
.couponPad span{display: inline-block;}


.FHtab .nav-tabs {border-bottom: 1px #cccccc solid;}
.FHtab .nav-link{background: #fff; color:#494e54;     font-family: 'dinpromedium', 'DroidKufiBold';    padding: 12px 28px;}
.FHtab .nav-item.show .nav-link, .FHtab .nav-link.active{background: #fff; border:1px #cccccc solid;color: #41a8f7; border-bottom: 0; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.FHtab .nav-item.show .nav-link, .FHtab .nav-link.active:before{ display:none;}
.FHtab i{ display:none;}
.FHtab li.nav-item{padding-left:0;}
.FHtab .nav-link span{padding:0;}



.filter__Col.Filter.anim.fhfilternew{
	position: fixed;
    right: -313px;
    top: 192px;
    width: 313px;
    height: calc(100% - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    background: #FFF;
    padding: 15px;
    padding-bottom: 0px;
}
.filter__Col.Filter.anim.fhfilternew.active{right: 0px;top: 0px;height: 100%;}
.fhfilternew .filterClose {
    position: absolute;
    top: 26px;
    left: 25px;
    cursor: pointer;
    color: #fff;
    background: #12154b;
    width: 25px;
    height: 25px;
    line-height: 10px;
    border-radius: 50%;
    padding: 7px;
    text-align: center;
    font-size: 14px;
    z-index: 10;
    display: block;
}
.fhnewsort {
    border-radius: 5px !important;
    padding: 12px 10px !important;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0px 0px 0 rgb(226 226 226), 0 0px 6px 2px rgb(226 226 226);
    white-space: nowrap;
    margin-left: 15px;
}
.FH_resultF_Filter .FilterSort_col_Main {
    position: relative;
    margin: 10px 0 10px;
}
.contact-iframe {
	padding: 20px;
    background: #fff;
    border: 1px solid #ccc !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 5px solid #41a8f7 !important;
	border-top-right-radius: 5px;
}

.pax-desktop_hide{ display:none !important;}


.pax-desktop_hide {
	display: none !important;
}
.hotel_dtls_select_outr {
	position: absolute;
	top: -28px;
	left: 0;
	width: 40%;
	display: flex;
}
.hotel_dtls_select_dvd {
	width: 50%;
	margin-right: 10px;
}
.hotel_dtls_select_dvd select {
	width: 100%;
}
.hotel_dtls_select_dvd label {
	margin-bottom: 2px;
}
.hotel_dtls_select_dvd select.form-control:not([size]):not([multiple]) {
	height: 35px;
}
.hotel_dtls_select_dvd .hasDownArrow::after {
	top: 38px;
}
.cancelInfo {
    background: url(../images/info.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}
.result_panel.FHrsltPnl {
    margin-bottom: 0px;
}
.Fl_ChepestCoul.fhallflightnewbtn {
    margin: 5px auto 25px;
    display: flex;
    justify-content: center;
}
a.fh_vw_all_flgtBtn {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	padding: 12px 25px;
	border-radius: 5px;
}
.FHAllFlightBtn .htlNewSortdrop {
    width: 100%;
}