body {
	background-color: #fff;
}

.ui-timepicker{
	
	text-align:unset !important;
}

.homepageHeaderH1 {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	color: #fff;
	text-shadow: 1px 2px 2px #383838;
	z-index:1;
}

@media ( max-width : 767px) {
	.homepageHeaderH1 {
		padding-top: 60px;
		font-size: 20px !important;
	}
}

@media ( max-width : 575px) {
	.homepageHeaderH1 {
		padding-top: 60px;
		font-size: 16px !important;
		font-weight: normal !important;
	}
}

.regulation-wrapper {
	margin-right:11px;
	margin-left:auto;
	width:320px;
    border-radius: 6px;
    padding: 9px 15px;
    font-size: 12px;
    opacity: 0.60;
	background-color: #0C0C0C;
}

@media(max-width: 991px) {
	.regulation-wrapper {
		left: 18px;
		text-align: center;
		margin:auto;
		height:30px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
}


@media ( max-width : 767px) {
	.hpPresentationRow {
		display: none;
	}
	.car-size-mobile{
		width:70px;
		height:70px;
	}
	.yellow-phone-icon{
		width:25px;
		height:25px;
	}
	.contact-area-mobile a {
		font-size: 14px !important;
	}
}

.hpPresentationArea {
	text-align: center;
	width: 100%;
	border: 1px solid #bdbdbd;
	margin-top: 30px;
	min-height: 240px;
	background: #fff;
	box-shadow: 0px 3px 3px #b3b3b3;
	margin-bottom: 30px;
}

.hpPresentationArea i {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
}

.hpPresentationArea span {
	font-size: 18px;
	display: block;
	padding: 10px;
	font-weight: 200;
	color: #383838;
}

.hpPresentationLinkArea span {
	font-size: 14px;
	line-height: 16px;
}

.hpPresentationAlterLink {
	cursor: pointer;
	color: #007bff !important;
	text-decoration: underline !important;
	padding-left: 3px;
}

.hpPresentationLink {
	border: 1px solid #383838;
	padding: 2px 10px;
	color: #383838;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
}

.hpPresentationLink:hover {
	background: #383838;
	color: #fff !important;
}

.paymentBeginFrom {
	display: inline-block;
	white-space: nowrap;
}

@media ( max-width : 991px) {
	.hpPresentationArea {
		min-height: 246px;
	}
	.hpPresentationArea span {
		font-size: 15px;
	}
	.hpPresentationLinkArea span {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
	.hpPresentationArea {
		min-height: auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.hpPresentationArea span {
		font-size: 20px;
	}
}

.homepagePopularCities a, .homepagePopularAirlines a, .homepageCheapestFlights a {
	color: #000;
}

@media (max-width: 991px) {
	.homepagePopularCities a, .homepagePopularAirlines a, .homepageCheapestFlights a {
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.2px;
	}
	.homepageRowPrice span{
		font-size:13px;
	}
	.homepageCheapestFlights a.btn {
		font-size:14px;
		font-weight: 600;
	}
}

.homepageRowPrice {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #383838;
}
.homepageRowPrice svg{
	font-size: 14px;
	margin:0 5px;
	color:#3E3CD4;
}

@media ( max-width : 991px) {
	.swiper-container .homepageRowPrice {
		display: inline-block;
		clear: both;
		margin-top: 20px;
		text-align: left;
		color: #383838;
	}
}

@media ( max-width : 640px) {
	.swiper-container .homepageRowPrice {
		display: inline-block;
		clear: both;
		margin-top: 0;
		text-align: right;
	}
}

@media ( max-width : 480px) {
	.swiper-container .homepageRowPrice {
		display: block;
		text-align: left;
		padding-top: 20px;
	}
	.cityRoute, .homepageRowDate {
		display: block;
	}
}

.homepageRowPrice label {
	color: #007bff;
	font-weight: bold;
	font-size: 14px;
}

.homepageRowDate {
	text-align: left;
	font-size: 10px;
	color: #383838;
}

.homepageRowImg {
	width: 265px;
	height: auto;
	border-radius: 16px;
}

@media (min-width : 768px){
	.homepageRowImg-right {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 991px){
	.homepageRowImg-right {
		width: 100%;
	}
}
@media (max-width : 820px){
	.qr-mobile{
		margin-left:unset !important;
	}
}

.homepagePopularAirlines img, .homepageCheapestFlights img{
	object-fit: contain;
}

a.rowCampaignInfo, a.cityRoute {
	color: #383838;
}

.btnShowAllFlights {
	text-align: center;
	margin: 24px 0 0 0;
}

.btnShowAllFlights a {
	border-radius: 8px;
	padding: 18px 0px;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
}

.homepageCheapestFlights li {
	margin-bottom: 8px;
	color: #1F2126;
	padding:16px;
}

@media ( max-width : 639px) {
	.homepageRowAllLink {
		margin-top: -35px;
	}
}

@media ( max-width : 390px) {
	.homepageRowAllLink {
		margin-top: -15px;
		margin-bottom: 5px;
	}
}


.rowCampaignInfo {
	display: block;
    color: #383838;
    bottom: 0;
    font-weight: 500;
    margin-top: 16px;
    text-align:left;
    font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

@media ( max-width : 639px) {
	.rowCampaignInfo {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
}

.swiper-container .swiper-wrapper .swiper-slide a:hover,
	.homepageCheapestFlights li a:hover, .homepagePopularCities li a:hover,
	.homepagePopularAirlines li a:hover {
	text-decoration: none;
}

.homepage hr {
	margin: 2px 0;
}

.homepagePopularAirlines {
	padding: 0;
	list-style: none;
}

@media ( max-width : 991px) {
	.homepagePopularAirlines {
		margin-top: 38px;
	}
}

@media ( max-width : 767px) {
	.homepagePopularAirlines {
		margin-top: 0;
	}
}

.homepageRowPrice .popularAirlineSearchButton span {
	color: #61656E;
	margin-left:4px;
}
.popularAirlineSearchButton .bg-buyutec_alt {
	display: inline-block;
}
.popularAirlineSearchButton:hover .bg-buyutec_alt {
	display: none;
}

.homepageInfoCell {
	margin-bottom: 30px;
}

.homepageInfoCell img {
	display: inline-block;
	margin-right: 0;
	position: absolute;
}

.homepageInfoCell .infoCellText {
	margin-left: 50px;
}

.homepageInfoCell .infoCellText div {
	display: inline-block;
	font-weight: 300;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.1;
    color: inherit;
    font-family: inherit;
    margin-top: 0;
}

.homepageInfoCell .infoCellText span {
	display: inline-block;
	line-height: 16px;
}

.homepageInfoHeaderRight, .homepageInfoHeaderLeft {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	
}


.homepageInfoRowLeft, .homepageInfoRowRight {
	margin-bottom: 15px;
	margin-top: 30px;
}

.hpSubscribePhone .row {
	padding: 0 10px;
}

.hpSubscribePhone .row .col-4 {
	padding: 0 5px;
}

#newsletterRegistrationForm {
	margin-bottom: 10px;
}

.homepageSubscribeArea {
	margin: 15px 0;
}

.homepageSubscribeArea span.title {
	font-size: 18px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
}

.hpSubscribeRow label {
	font-size: 12px;
	margin-bottom: 0;
}

.hpSubscribeCampaign {
	display: inline-block !important;
	font-size: 12px;
	padding-top: 2px;
	margin-top: 10px;
	cursor: pointer;
}

@media ( max-width : 1199px){
	.hpSubscribeCampaign {
		margin-top: 15px !important;
	}
}

@media (max-width: 991px) {
	.subscribeSend {
		margin-top: 10px !important;
	}
}

#detailedInformationLink {
	color: #007bff !important;
	text-decoration: underline !important;
	font-size: 12px;
	cursor: pointer;
	padding: 3px;
	background: transparent;
	float: right;
}

#subscriptionDetail {
	font-size: 13px;
	padding: 7px 10px;
	border: 1px dashed #ccc;
	background: #f9f9f9;
}

.hpSocialRow .col-6 a{
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 5px;
}

.homepageSocialArea {
	margin: 15px 0;
	padding-bottom: 10px;
}

.hpSocialRow .col-3 {
	text-align: center;
}

.homepageContactArea .homepageRowHeader {
	text-align: center;
}

.homepageSocialArea .homepageRowHeader {
	margin: 0 0 15px;
	text-align: center;
}

.contactForm {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.contactForm a {
	color: #383838;
	font-size: 24px;
	font-weight: 200;
	border: 1px solid #383838;
	padding: 5px 20px;
}

@media ( max-width: 991px) {
	.contactForm a {
		font-size: 22px;
	}
}

.contactForm a:hover {
	color: #fff;
	background: #383838;
	text-decoration: none;
}

.subscribeSend {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

@media ( max-width: 991px) {
	.subscribeSend {
		margin-bottom: 20px;
		width: 100%;
	}
}

[data-button="on"] {
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #383838;
	padding: 4px 15px;
	background: transparent;
	display: block;
	margin: 0 auto;
}

[data-button="on"]:hover {
	color: #fff;
	background: #383838;
	text-decoration: none;
}

.hpPhone {
	text-align: center;
}

.hpPhone a {
    width: 152px;
    height: 25px;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
}

.hpPhone a:hover {
	text-decoration: none;
}

.hpPhone .work-hours span {
    font-size: 14px;
    display: block;
    padding: 2px 0;
}

.hpPhone .work-hours {
    margin: 10px 0 0;
    padding: 0 12px;
}

.hpInternationalPhone {
	font-size: 28px;
}

@media ( max-width : 1199px) {
	.hpPhone {
		font-size: 38px;
	}
	.hpInternationalPhone {
		font-size: 22px;
	}
}

@media ( max-width : 991px) {
	.hpPhone {
		font-size: 26px;
	}
	.hpInternationalPhone {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.hpPhone {
		margin-bottom: 20px;
		font-size: 42px;
	}
	.hpInternationalPhone {
		font-size: 28px;
	}
}

.contact-number{
  	width: auto;
    height: auto;
    margin: 11px 0 9px;
    padding: 8px 40px 5px 40px;
    border-radius: 6px;
    background-color: #f9f9f9;
}
.contact-number2{
  	width: auto;
    height: auto;
    padding: 5px 29px;
    border-radius: 6px;
    background-color: #f9f9f9;
}
@media ( max-width : 767px) {
	.contact-number {
		font-size: 12px;
	}
	.contact-number2 {
		font-size: 12px;
	}
}

.homepageHelpArea ul, .homepageAnnouncementArea ul {
	padding-left: 20px;
}

.homepageHelpArea ul li a, .homepageAnnouncementArea ul li a {
	color: #383838;
}

.homepageHelpArea ul li a:hover, .homepageAnnouncementArea ul li a:hover
	{
	text-decoration: none;
}

.homepageHelpArea, .homepageAnnouncementArea {
	margin: 15px 0;
}

.homepageHelpArea .homepageRowHeader, .homepageAnnouncementArea .homepageRowHeader
	{
	margin: 0 0 15px;
}

.showAllLink {
	text-align: center;
	margin-top: 35px;
	bottom: 0;
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.hpMobileFormArea .mobileAreaHeader {
	display: inline-block;
    font-size: 26px;
    font-weight: 200;
    color: #383838;
    margin-top: 15px;
    margin-bottom: 1.5rem;
    font-family: inherit;
    line-height: 1.1;
}

.hpMobileImageArea img {
	display: inline-block;
	margin: 10px 35px 10px 10px;
}

@media ( max-width : 1200px) {
	.hpMobileImageArea img {
		width: 100%;
	}
}

@media ( max-width : 767px) {
	.hpMobileImageArea img {
		display: none;
	}
}

.hpMobileFormArea input {
	display: inline-block;
	width: 75%;
	margin-top: 10px;
}

@media ( max-width : 991px) {
	.hpMobileFormArea input {
		width: 68%;
	}
}

@media ( max-width : 767px) {
	.hpMobileFormArea input {
		width: 79%;
	}
}

@media ( max-width : 575px) {
	.hpMobileFormArea input {
		width: 68%;
	}
}

@media ( max-width : 352px) {
	.hpMobileFormArea input {
		width: 64%;
	}
}

.hpMobileFormArea span {
	margin: 5px 0;
	display: inline-block;
}

.mobileSend {
	display: inline-block;
}

.mobileSend a {
	color: #383838;
	font-size: 16px;
	font-weight: 200;
	border: 1px solid #d4d4d4;
	background: #fff;
	padding: 6px 15px 7px;
	top: 1px;
	position: relative;
	border-radius: 3px;
}

.smallNotification {
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.hpMobileQrArea {
	margin: 20px 0;
	text-align: center;
}
.qr-code-car span {
	margin-top: 30px;
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
}

.operation.operation-fail {
	margin-top: -50px;
	margin-bottom: 35px;
}

.cityRoute {
	text-align: left;
	display: block;
	position: absolute;
	font-size: 12px;
	padding-top: 3px;
	color: #383838;
}

.currencyIcon {
	font-size: 11px !important;
	margin-right: 2px;
	margin-left: 2px;
}

.cheapestDestination {
	display: inline-block;
	width: 40%;
}

.cheapestDestination .cityName {
	display: inline-block;
}

.cheapestDestination img {
	margin-right: 5px;
}

.homepageCardsHeader {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 20px;
	font-family: inherit;
    line-height: 1.1;
    color: inherit;
}

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

.infoSignUp a {
	font-size: 18px;
    color: #383838;
    font-weight: 300;
    background: #fec60a;
    padding: 5px 45px;
    border-radius: 5px;
}

.infoSignUp a:hover {
	color: #fec60a;
	background: #383838;
	text-decoration: none;
}

.marketQr {
	margin-top: 5px;
	width: 75px;
}

@media ( max-width : 767px) {
	.marketQr {
		display: none;
	}
	.qrcode-span{
		font-size:11px;
	}
	.apps-mobile{
		width:100px;
	}
	.qr-mobile{
		width:70px;
		height:70px;
		background: #ffffff;
	}
}


/* SWIPER */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	/*   position: relative; */
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
	width: 100%;
	overflow-x: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 55%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled
	{
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
	display: none;
}

.btn-circle-t-prev.swiper-button-disabled, .btn-circle-t-next.swiper-button-disabled
	{
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
	display:none;
	
}

.swiper-button-prev {
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next {
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: block;
}

.swiper-slide a:hover span{
	color: #056BFD;
}

@media ( max-width : 1119px) {
	.swiper-slide .homepageRowImg {
		width: 228px;
		height: 176px;
	}
}

@media ( max-width : 991px) {
	.swiper-slide .homepageRowImg {
		width: 170px;
		height: 131px;
	}
}

@media ( max-width : 767px) {
	.swiper-slide .homepageRowImg {
		width: 100%;
		height: 100%;
	}
}

@media ( max-width : 639px) {
	.swiper-slide .homepageRowImg {
		width: 100%;
		height: 100%;
		max-width: none;
	}
}

.swiper-button-next {
	right: -10px;
	width: 16px;
	background-size: contain;
}

.swiper-button-prev {
	left: -10px;
	width: 16px;
	background-size: contain;
}

@media ( max-width : 575px) {
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

@media ( min-width : 640px) {
	.swiper-pagination {
		display: none;
	}
}

@media ( max-width : 639px) {
	.swiper-pagination {
		position: absolute;
		bottom: 75px;
	}
}

@media ( max-width : 480px) {
	.swiper-pagination {
		position: absolute;
		bottom: 90px;

	}
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	width: 100%;
	z-index: 1;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fec60a;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar
	{
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar
	{
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar
	{
	background: #000
}

/* SWIPER */
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}


/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled
	{
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black
	{
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white
	{
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black
	{
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white
	{
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container {
	width: 100%;
	overflow-x: hidden;
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: block;
}

.hotelBannerSwiper{
	padding: 10px !important;
}

.swiper-container.ubplus a {
	font-size:12px !important;
	color: #000;
}

.swiper-container.ubplus .swiper-slide {
	position: relative;
   
    display: inherit;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    border-left: none;
}

.swiper-container.ubplus .swiper-slide img {
	float: left;
	border-radius: 2px 0 0 2px;
	width: 65px;
}

.swiper-container.ubplus .swiper-slide div, .swiper-container.ubplus .swiper-slide a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 0px;
    line-height: 15px;
    text-decoration: none;
    color: #000;
    width: 145px;
    cursor: pointer;
    
}

@media (max-width: 991px) {
	.swiper-container.ubplus .swiper-slide img {
		margin-left: -10px;
	}
}

@media (max-width: 767px) {
	.swiper-container.ubplus .swiper-slide img {
		margin-left: -35px;
	}
}

@media (max-width: 576px) {
	.swiper-container.ubplus .swiper-slide {
		width: 163px;
		height:50px;
		border-radius: 16px;
    	border: 2px solid #CDE1FF;
    	box-sizing: content-box;
    	margin-right:16px !important;
	}
	.swiper-container.ubplus .swiper-slide img {
		margin-left: 0;
		width: 80px;
	}
	
	.swiper-container.ubplus .swiper-slide .exception {
	    font-size: 11px !important;
	    line-height: 14px;
	}
	.swiper-container.ubplus {
	    margin-top: 0 !important;
	}
	.swiper-container.ubplus .swiper-slide div{
		width:auto;
	}
	.icon-text-wrap{
		align-items: center;
	}
}

.hpTextArea a{
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.2px;
	text-decoration-line: underline;
	color: #056BFD;
	
}

#btn-showExtra {
    margin-left: 3px;
    text-decoration: underline;
}

.homepageCardsArea .listInline li {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100px;
	margin: 15px 4px 10px;
	height: 64px;
    vertical-align: top;
    position: relative
}

.homepageCardsArea .listInline li i  {
	position: absolute;
	top: 10px; left : 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;}

.homepageCardsArea .listInline li span  {
	position: absolute;
	font-weight: bold;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 2px;}

.hpMobileQrArea {
	margin: 20px 0;
	text-align: center;
}

.homepageHelpArea ul {
	padding-left: 20px;
}

.homepageHelpArea ul li a, .homepageAnnouncementArea ul li a {
	color: #383838;
	padding: 6px 0 6px 0;
	display: block;
}

.homepageHelpArea ul li a:hover, .homepageAnnouncementArea ul li a:hover
	{
	text-decoration: none;
}

.homepageHelpArea {
	margin: 15px 0;
}

.homepageHelpArea .homepageRowHeader {
	margin: 0 0 15px;
}

.showAllLink {
	text-align: center;
	margin-top: 35px;
}

.hpMobileImageArea img {
	display: inline-block;
	margin-left:0px;
}

@media ( max-width : 1200px) {
	.hpMobileImageArea img {
		width: 100%;
	}
}

@media ( max-width: 991px) {
	.hpMobileImageArea img {
		display: none;
	}
}

.hpMobileFormArea input {
	display: inline-block;
	width: 75%;
	margin-top: 10px;
}

@media ( max-width : 992px) {
	.hpMobileFormArea input {
		width: 68%;
	}
}

@media ( max-width: 991px) {
	.hpMobileFormArea input {
		width: 79%;
	}
}

@media ( max-width : 576px) {
	.hpMobileFormArea input {
		width: 68%;
	}
}

.hpMobileFormArea span {
	margin: 5px 0 10px;
	display: inline-block;
	font-size: 13px;
}

.hpSocialRow {
    display: flex;
    padding-top: 48px;
    justify-content: center;
}

.hpSocialRow .item {
    width: 75px;
    height: 75px;
}

.hpSocialRow .item.twitter {
    margin: 0 40px;
}

.hpSocialRow .col-4 {
	text-align: center;
	margin-bottom: 42px;
}

.hpSocialRow .col-4 a {
    margin: 0 auto;
}

.hpSocialRow .social-media img{
	width:60px;
	height:60px;
}

.homepageContactArea .homepageRowHeader {
	text-align: center;
	margin: 0 0 15px;
}

.homepageContactArea {
    margin: 15px 0;
    padding-bottom: 10px;
}

.row.homepageMobileArea {
    margin-top: 15px;
}

.content-area-ubfly{
	padding-top: 20px;
	padding-bottom: 10px;
}

.hpTextArea h1,.hpTextArea h2,.hpTextArea h3,.hpTextArea h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.2px;
}
.hpTextArea p {
    font-size: 14px;
    font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.2px;
}

.hpSubscribePhone .row {
	padding: 0 10px;
}

.hpSubscribePhone .row .col-4 {
	padding: 0 5px;
}

.homepageSubscribeArea {
	margin: 15px 0;
}

.hpSubscribeRow label {
	font-size: 12px;
	margin-bottom: 0;
}

.hpSubscribeCampaign {
	display: inline-block !important;
	font-size: 12px;
	width: 100%;
	padding-top: 2px;
	margin-top: 22px;
	padding-left: 0px;
}

.hpSubscribeCampaign a {
	color: #007bff !important;
	text-decoration: underline !important;
}

.homepagePopularAirlines {
	padding: 0;
	list-style: none;
}

.homepagePopularAirlines li {
	padding:0px;
}

.homepageInfoCell {
	margin-bottom: 30px;
}

.homepageInfoCell i {
	display: inline-block;
	margin-right: 0;
	position: absolute;
}

.homepageInfoCell .infoCellText {
	margin-left: 50px;
}

.homepageInfoCell .infoCellText span {
	display: inline-block;
	line-height: 16px;
	font-size: 13px;
    padding-top: 5px;
}

.homepageInfoHeaderRight, .homepageInfoHeaderLeft {
	border-bottom: 1px solid #eaeaea;
}

.homepageInfoRowLeft {
	margin-bottom: 15px;
	margin-top: 30px;
}

.homepageInfoRowRight {
	margin-bottom: 15px;
	margin-top: 30px;
}

.homepageRowDate {
	text-align: left;
	font-size: 10px;
}

@media (max-width: 1199px) {
	.homepageRowImg {
		height: 170px;
	}
}

.homepageCheapestFlights li.flight, .homepagePopularCities li.flight, 
.homepagePopularAirlines li.flight {
	border-radius: 8px;
	border: 1px solid #EBF1FA;
	font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepageCheapestFlights li.flight:hover, .homepagePopularCities li.flight:hover, 
.homepagePopularAirlines li.flight:hover {
	border: 1px solid #82B5FE;
	background: #F6F9FD;
}
.homepageCheapestFlights li.flight img {
	margin-right:16px;
}

.homepageCheapestFlights li.flight .row-list li, .homepagePopularCities li.flight li,
.homepagePopularAirlines li.flight{
	padding:0px;
	margin-bottom:0px;
	font-size:13px;
}

.homepagePopularCities li.flight, .homepagePopularAirlines li.flight{
	margin-bottom:8px;
}
.homepagePopularAirlines li.flight{
	padding:16px;
}
.homepagePopularAirlines li.flight svg{
	color:#61656E;
}

.homepageCheapestFlights li.flight .row-list li.date{
	text-align:right;
}

.homepageCheapestFlights {
	list-style: none;
	padding:0px;
}

.homepageCheapestFlights.left {
	padding-right: 9px;
}

.homepageCheapestFlights.right {
	margin-left: -15px;
	padding-left: 9px;
}

.homepagePopularCities {
	list-style: none;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}

.homepagePopularCities li{
	margin-bottom: 8px;
	padding:16px;
}

.homepageRowPrice {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.homepageRowPrice span {
	color: #3E3CD4;
	font-weight: bold;
	font-size: 14px;
}

.homepage hr {
	margin: 0;
}

.homepageRowHeader {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
	margin-top:56px;
	margin-bottom:24px;
	width: fit-content;
}

.homepageRowHeader .header-bottom{
	margin-top: 4px;
	border: 2.5px solid #056BFD;
	border-radius: 4px;
}

.homepageRowAllLink{
	margin-top: 56px;
    margin-bottom: 24px;
    padding: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #056BFD;
    text-decoration: none;
}

.homepageRowAllLink a:hover{
	text-decoration: none;
}

.homepageRowAllLink svg{
	margin-left:5px;
}

.hpCampaignRowHeader{
	display:flex;
	align-items:flex-end;
	justify-content: space-between;
}


@media (max-width: 991px) {
	.homepageRowHeader {
		text-align: left;
		margin: 32px 0 16px;
		padding: 8px 0;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.2px;
	}
	.hpCampaignRowHeader a:hover{
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.homepageContactArea {
	    margin-bottom: 15px;
	}
}

.modal-title {
	margin-bottom: 0;
    line-height: 1.5;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 1.25rem;
}

.displayFlex {
	display: flex !important;
}

@media (min-width: 768px) {
    #cover-img.parallax-cover-image {
        min-height: 410px;
    }
}

.homepage-banner-index {
	display: inline-block;
    width: 53%;
    margin: 10px 10px 0px 0px;
    float: right;
}

.homepage-banner {
    background: #f4f9fc;
    border: 1px solid #c8dae5;
    border-radius: 3px;
    margin: 10px 0;
    position: relative;
    background-image: url(https://images.ucuzabilet.com/resources/img/banner/kobi-banner-img.jpg);
    background-size: unset;
    background-repeat: no-repeat;
    height: 80px;
}

.homepage-banner h4 {
    color: #2b4f65;
}

.homepage-banner-index a {
    float: right;
    border: 1px solid #96adbb;
    background: #fff;
    cursor: pointer;
    color: #2b4f65;
    border-radius: 3px;
    padding: 2px 15px;
}

.homepage-banner-index #btn-closeBanner {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.homepage-banner-index span {
    margin-bottom: 5px;
    display: inline-block;
}

@media (max-width: 1199px) {
	.homepage-banner {
		background-position-x: -75px;
	}
}

@media (max-width: 991px) {
	.homepage-banner-index {
		width: 60%;
	}
	.homepage-banner {
		background-position-x: -235px;
	}
}

@media (max-width: 767px) {
	.homepage-banner {
		background-image: none;
		height: auto;
    	display: inline-block;
		width: 100%;
	}
	.homepage-banner-index {
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	}
}

@media (max-width: 479px) {
	
}

/* MODAL COUPON */

#modalCouponPromotion .modal-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #383838;
}

.coupon-banner {
    background: url(https://images.ucuzabilet.com/resources/img/banner/hotel-campaign/kampanya-banner-arkaplan.jpg);
    height: 80px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.coupon-banner span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 0px 7px #0000007d;
    margin: 23px 0 0px -100px;
    display: inline-block;
}

.coupon-banner button {
    background: transparent;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 10px;
    position: absolute;
    margin: 25px 0 0 30px;
    cursor: pointer;
}

.coupon-banner #btn-closeCouponBanner {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    z-index: 2;
}

.coupon-modal-infographic {
    position: relative;
    text-align: center;
}

.coupon-modal-infographic .coupon-modal-icon, .coupon-modal-infographic .coupon-modal-arrow {
    display: inline-block;
    padding: 0 10px;
}

.coupon-modal-text {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 25px 11px;
	vertical-align: top;
}

.coupon-modal-text-area {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 25px;
}

.coupon-modal-conditions ul {
    font-size: 13px;
}

h6.coupon-modal-inner-header {
    text-align: center;
    font-size: 18px;
    padding: 5px 0 20px 0;
}

.coupon-modal-conditions h6 {
    margin-left: -15px;
}

.blackfriday-banner-index {
    background: url(/resources/img/banner/black-friday/bf-background.jpg);
    width: 100%;
    display: block;
    height: 80px;
    background-size: cover;
    margin-top: 10px;
	position: relative;
}

.blackfriday-banner-index:hover  {
	text-decoration: none;	
}

#btn-closeBlackFridayBanner {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    z-index: 2;
}

.bf-text-area {
    color: #fff;
    font-size: 20px;
    padding: 17px 80px;
    text-align: right;
    letter-spacing: 0.3px;
}

span.bf-promotion-text {
	background: url(/resources/img/banner/black-friday/bf-element.png);
    background-size: cover;
    color: #383838;
    font-weight: bold;
    width: 286px;
    background-position-x: -100px;
    display: inline-block;
    height: 42px;
    text-align: left;
    font-size: 24px;
    padding: 4px 0px 0px 32px;
    margin-left: 6px;
}

.attention-banner-index {
/* 	width: 99%; */
    border-radius: 4px;
/*     border: solid 1px #fdc60d; */
    background-color: #3D3B3A;
    display: block;
    margin-top: 20px;
    position: relative;
}

.attention-banner-index p, .attention-banner-index a{
	color:#fff !important;
}

.attention-banner-index:hover  {
	text-decoration: none;	
}

.ab-text-area {
    color: black;
    font-size: 14px;
    padding: 8px 25px;
    text-align: center;
    letter-spacing: 0.3px;
    margin-left:-2%;
}

.ab-text-area a {
    background: none;
    border: none;
    padding: 0;
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
@media (max-width: 991px) {
	.ab-text-area-mobil{
		font-size: 14px;
		text-align: center;
	}
	.mobil-image {
		display: none;
	}
	.attention-banner-index {
		margin-bottom: 10px;
	}
}

#btn-closeAttentionBanner {
	margin-top:4px;
    position: absolute;
    right: 12px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 1199px) {
	.coupon-banner {
	    height: 67px;
	    background-size: contain;
	}
	.coupon-banner span {
		margin: 17px 0 0px -95px;
    	font-size: 22px;
	}
	.coupon-banner button {
	    margin: 20px 0 0 25px;
	}
}

@media (max-width: 991px) {
	.bf-text-area {
	    padding: 3px 50px;
	}
	span.bf-promotion-text {
	    width: 331px;
	    display: block;
	    height: 36px;
	    font-size: 22px;
	    padding: 1px 0px 0px 20px;
	    float: right;
	}
	.bf-text-area span {
	    display: block;
	}
	.coupon-banner {
	    background: linear-gradient(90deg, rgba(47,122,159,1) 0%, rgba(4,80,118,1) 100%);;
	    text-align: left;
	}
	.coupon-banner span {
		font-size: 20px;
    	margin: 19px 0 0px 25px;
	}
	.coupon-banner button {
	    right: 30px;
	}
	.coupon-modal-infographic .coupon-modal-icon, .coupon-modal-infographic .coupon-modal-arrow {
	    padding: 0 5px;
	}
	
	.coupon-modal-icon img {
	    width: 80px;
	}
	
	.coupon-modal-arrow img {
	    width: 50px;
	}
	.coupon-modal-text {
	    width: 29%;
	    margin: 25px 8px;
	}
}

@media (max-width: 767px) {
	.coupon-banner span {
		font-size: 20px;
	    margin: 11px 0 0px 15px;
	    width: 72%;
	    line-height: 24px;
	}
	.blackfriday-banner-index {
		background-position-x: center;
	}
	.attention-banner-index {
    	margin-top: 0;
	}
	#searchForm{
		padding-bottom:0 !important;
	}
}

@media (max-width: 575px) {
	.coupon-banner {
		height: 100px;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.coupon-banner span {
	    margin: 10px 0 0px 0px;
    	font-size: 18px;
	}
	.coupon-banner button {
	    position: relative;
	    margin: 5px auto 0;
	    right: auto;
	    display: block;
	}
	.coupon-modal-text {
	    width: 100%;
		margin: 10px 0px;
	}
	.coupon-modal-infographic {
	    margin-bottom: 25px;
	}
}

@media (max-width: 459px) {
	.coupon-modal-icon img {
	    width: 50px;
	}
	.coupon-modal-arrow img {
	    width: 30px;
	}
	.coupon-modal-conditions ul {
	    padding-inline-start: 15px;
	}
	.coupon-modal-text, h6.coupon-modal-inner-header {
		text-align: left;
	}
	.coupon-banner {
	    text-align: left;
	}
	.coupon-banner span {
		width: 55%;
	    margin: 15px 0 0px 15px;
	    font-size: 16px;
	}
	.coupon-banner button {
	    position: absolute;
	    right: 10px;
	    bottom: 20px;
	}
}
/* MODAL COUPON */

/* BANNER ICON */

	.banner-icon {
	    width: 70px;
	    height: 60px;
		object-fit:contain;
		
	}
	
	.fit-icon .banner-icon {
		object-fit:none !important;
	}
	a.banner-icon-container{
		display: block;
	    padding: 25px;
	    border: 1px solid rgba(0,0,0,.125);
	    border-radius: .25rem;
		max-width: 100px;
		height: 95px;
	}
	a.banner-icon-container:hover{
		border-radius: 5px;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11);
		border: solid 1px #fdc60d;
		background-color: #fffdf7;
	}
	
	@media (max-width: 576px) {
		.swiper-slide{
/* 			border-left:1px solid #e8e8e8 !important; */
			display:block !important;
		}
		.swiper-container.ubplus .swiper-slide img {
			margin-left: 5px;
			width: 30px;
			height: 30px;
			margin-top: 5px;
			margin-right: 5px;
		}
		.banner-icon {
			object-fit:contain;
		
		}
		.banner-subtext{
			margin-right: 15%;
		    font-family: Helvetica;
		    font-size: 12px;
		    text-align: center;
		    color: #3e3e3e;
		}
	}
	
	
	/* BANNER ICON HOTEL */

	.banner-icon-hotel {
	    padding-bottom: 5px;
	}
	
	.fit-icon .banner-icon-hotel {
		object-fit: contain;
	}
	a.banner-icon-container-hotel{
		display: flex;
	    padding: 25px;
	    border: 1px solid rgba(0,0,0,.125);
	    border-radius: .25rem;
		height: 95px;
		justify-content: center;
    	align-items: center;
	}
	a.banner-icon-container-hotel:hover{
		border-radius: 5px;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11);
		border: solid 1px #fdc60d;
		background-color: #fffdf7;
	}
	@media (max-width: 767px) {
		.swiper-slide{
/* 			border-left:1px solid #e8e8e8 !important; */
			display:block !important;
		}
		.swiper-container.ubplus .swiper-slide img {
			margin:0px;
			width:58px;
			height:50px;
			
		}
		.banner-icon {
/* 			margin-top: 25%; */
/* 			width: 55px; */
/* 			height: 55px; */
			object-fit:contain;
		
		}
		.banner-subtext-hotel{
			margin-top: 15px !important;
			margin-right: 30%;
		    font-family: Helvetica;
		    font-size: 10px;
		    text-align: center;
		    color: #3e3e3e;
		}
		.checkIn-datepicker-car{
			margin-left:0px !important;
			margin-right:0px !important;
		}
	}
	
/* Hotel Homepage */
	.hotel-banner-head-div{
		border-radius: 8px;
		background: #FFFFFF;
		border: 1px solid #F3F3F3;
	}
	.hotel-banner-content-div{
		padding-top: 10px;
		font-size: 18px; 
		padding-left: 12px;
		font-family: Helvetica;
		font-style: normal;
		font-weight: normal;
		line-height: 23px;
		color: #3D3B3A;
		
	}
	.hotel-banner-img{
		border-radius: 8px;
		width:260px; 
		height:220px;
	}
	.hotel-banner-text{
		position:absolute; 
		top:80%;
		color:#fff;
		left:5%;
		font-size:16px;
	}
	.hotel-border-none{
		border-left: none !important;
	}
	.hotelBannerSwiper .swiper-pagination-bullet-active{
		background: #fdc60d;
	}
	.hotelBannerSwiper .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
		border-radius: unset;
		height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,4px));
	}
	.hotelBannerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
	    
	}
	.homepageRowHeaderHotel{
		font-family: Helvetica;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #3D3B3A;
		margin: 20px -5px;
	}
	.btn-circle-t-next{
		left: 96%;
		position: absolute;
	    top: 40%;
	    outline: none;
	    border: none;
	    color: #1f2126;
	    z-index: 10;
	    border-radius: 50%;
	    width: 32px;
	    height: 32px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	}
	.btn-circle-t-prev{
		left:14px;
		position: absolute;
	    top: 40%;
	    outline: none;
	    border: none;
	    color: #1f2126;
	    z-index: 10;
	    border-radius: 50%;
	    width: 32px;
	    height: 32px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	}
	.popular-holiday-temp-text{
		font-family: Helvetica;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 18px;
	    color: #3D3B3A;
	}
	.popular-car-temp-text{
		cursor: default;
		font-family: Helvetica;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 18px;
	    color: #3D3B3A;
	}
	.popular-car-div{
		background: #FFFFFF;
		box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
		border-radius: 8px;
	}
	.qr-code-car{
		height:200px;
		background: #FFFFFF;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
		border-radius: 20px;
	}
	#btnAppSubscribeCar{
		background: #000000;color: #ffffff;cursor: pointer;font-size: 14px;
	}
	.popular-hotel-title-text{
		font-family: Helvetica;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #3D3B3A;
	}
	.homepageInfoCell .infoCellTextHotel {
		margin-left: 80px;
	}
	    
	@media ( max-width: 991px) {
		.btn-circle-t-prev  {
			display:none;
		}
		.btn-circle-t-next{
			display:none;
		}
		.hotelBannerSwiper{
			padding: 0 !important;
		}
		.popular-holiday-temp-text{
			font-family: Helvetica;
		    font-style: normal;
		    font-weight: bold;
		    font-size: 9px;
		    color: #3D3B3A;
		}
		.popular-car-temp-text{
			font-family: Helvetica;
		    font-style: normal;
		    font-weight: bold;
		    font-size: 11px;
		    color: #3D3B3A;
		}
		.text-centerr{
			text-align:center !important;
		}
		.hotel-banner-text {
			position: absolute;
			top: 72%;
			color: #fff;
			left: 15%;
			font-size: 16px;
		}
		.hotelBannerSwiper .swiper-slide{
			text-align:center;
		}
}

.contact-area{
	text-align:center
}

.contact-area a {
	text-decoration: none;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #292929;
}

.carFromArea{
	background: linear-gradient(187.42deg, #FDC70F -0.06%, rgba(255, 223, 89, 0.925672) 94.3%);
	border-radius: 20px;
}

#btnRetryAppSubscribe {
	background: #000000;
	color: #ffffff;
	cursor: pointer;
}
#btnSubscribe{
	background: #fec60a;
	color: #000000;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #fec60a;
}

.banner-icon-car-size{
	margin-top: 15px; 
	margin-bottom: 7px;
	margin-left: -2px;
}

.searchFormPartner{padding-top:145px !important;}
@media (max-width: 575px){
	#cover-img.parallax-cover-image .searchFormPartner {padding-top: 110px !important;}
}
@media ( max-width : 576px) {
	.swiper-slide .homepageRowImg {
		width: 100%;
	}
	.hpMobileQrArea span {
		margin-top: 15px;
		display: inline-block;
		line-height: 20px;
	}
	.hotel-banner-img{
		width: 271px;
		height: 209px;
		border-radius: 8px;
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 7px;
	}
}
.discount-photo-wrapper.hotel-homepage-banner{
	display: block;
}
.showAllLink a, .showAllLink a:hover{
	color: #085C8C;
}
.plus-icon {
    font-size: 20px;
    font-weight: bold;
    font-size: 28px;
    font-weight: normal;
    color: #fec60a;
}
#landingQuestions .question-header{
    display:block;
    align-items: center;
    background: #fafafa;
    padding: 21px 43px 21px 16px;
    border-bottom: 1px solid #e6e6e6;
    color: #383838;
    font-size: 18px;
}
#landingQuestions .content-area{
    padding:0;
    background: transparent;
    border:none;
}
#landingQuestions .content-area .question {
    background: #ffffff;
    padding: 16px;
    margin-top: 16px;
    position:relative;
    font-weight: 500;
    border-bottom: 1px solid #EBF1FA;
    font-size:14px;
    line-height: normal;
	letter-spacing: 0.2px;
}
#landingQuestions .content-area .question h4 {
	margin: 0;
	font-size: 14px;
    font-weight: 500;
}
#landingQuestions .content-area .question.active {
    border-bottom: unset;
    background:#F6F9FD;
}
#landingQuestions .content-area .question .plus-icon{
    position:absolute;
    top: 3px;
    right:35px;
}
#landingQuestions .content-area .answer{
    padding:10px 16px;
    border-bottom: 2px solid #CDE1FF;
}
#landingQuestions .content-area .answer p{
	margin:0;
}

@media ( max-width : 767px) {
	#tb-password-0, #tb-password-1 {
		font-size: 16px;
	}
}

.carSubscribeCheck{
	line-height:22px;
}

@media ( max-width : 767px) {
	.carSubscribeCheckArea{
		display:block !important;
	}
	.carSubscribeCheckArea #detailedInformationLink{
		float:left;
	}
}

.mobileFlex a:hover{
	text-decoration: none;
}
.icons-wrapper {
	display:flex;
	justify-content: space-between;
}
.icons-wrapper .banner-container{
	padding:24px;
	border-radius: 16px;
	border: 2px solid #CDE1FF;
	text-align:center;
	position:relative;
	width: 100%;
	margin-right:24px
}

.icons-wrapper .banner-container:last-of-type{
	margin-right:0px
}

.icons-wrapper .banner-subtext {
  	font-size: 14px;
  	font-weight: 500;
  	line-height: normal;
  	letter-spacing: 0.2px;
  	text-align: center;
  	color: #1F2126;
  	margin-top: 16px;
  	margin-bottom:0px;
  	max-width:170px;
  	margin-left: auto;
    margin-right: auto;
}
.swiper-container.ubplus{
	margin: 56px 0px 0px;
}

.card-info-wrapper{
	display:flex;
}

.card-info-wrapper .card-info{
	padding:24px 16px;
	padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid #CDE1FF;
    margin-right: 8px;
    text-align: center;
}

.card-info-wrapper .installment-info{
	margin-top:4px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
}
.card-info-wrapper .card-info:last-of-type{
	margin-right:0px;
}

.card-info-wrapper .card-info img{
	width: 84px;
}

.flexible-date{
	margin-left: 275px;	
}
.datepicker-box-blank button{
	padding-left: 0;
}
@media (max-width:991px){
	.iconList .ubplus{
		overflow: hidden;
	}
	.icons-wrapper .banner-container{
		display:flex;
	    padding: 24px 16px;
	    align-items: center;
		flex-direction: column;
		margin-right: 0px;
		width: calc(50% - 3px);
	}
	.icons-wrapper{
		display: flex;
		/* justify-content: space-between; */
		/* flex-direction: row; */
		flex-wrap: wrap;
		gap: 3px;
	}
	.icons-wrapper .banner-subtext{
		margin: 0;
	    margin-left: 8px;
	    font-size: 13px;
	    font-weight: 600;
	    letter-spacing: 0.2px;
	}
	.card-info-wrapper{
		overflow: auto;
	}
	.homepageHeaderH1 {
		display:none;
	}
	#searchForm.searchFormPosition  {
	    padding-top: 0px !important;
	    box-shadow: 0px 3px 8px 0px rgba(18, 5, 41, 0.20);
	    margin-bottom:32px;
	}
	.search-area{
		background:#F6F9FD
	}
	#selCabinType{
		background:#FFF;
	}
	#selCabinType svg{
		font-size:14px;
	}
	.installmentInfoHeader{
		display:none;
	}
	.installmentCountRow{
		margin-top:12px;
	}
	.card-info-wrapper{
		flex-wrap:wrap;
		flex: 1;
    	width: auto;
	}
	.card-info-wrapper .card-info{
		padding:16px 16px;
		margin:0px;
	}
	.card-info-wrapper{
		gap: 8px;
	    display: grid;
	    grid-template-columns: auto auto auto;
	}
	.card-info-wrapper .installment-info{
		font-size:13px;
	}
	.card-info-wrapper .card-info img{
		width:100%;
	}
	.homepageCheapestFlights.right{
		margin-left: 0;
    	padding-left:0;
	}
	.iconList .swiper-container.ubplus .swiper-slide a{
		display:flex;
		align-items:center;
	}

	.footer{
		margin-top:	32px;
	}
	.text-wrapper{
		padding: 0 16px;
		text-align:center;
	}
	#question-content{
		margin-top:-16px;
	}
	.iconList{
		overflow: hidden;
	}
	.iconList .swiper-container.ubplus .swiper-slide div{
		display: flex;
		text-align: left !important;
		align-items: center;
	}
	.iconList .icons-wrapper .banner-subtext{
		text-align: left !important;
	}
	.hpCampaignRowHeader{
		padding-right:16px;
	}
	.homepageRowAllLink{
		margin-top:40px;
	}
}

