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;
}

.search-banner-wrapper{
	padding-right: 11px;
}

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

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

@media(max-width: 991px) {
	.search-banner-wrapper{
		padding: 0 11px;
	}
}

@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;
	min-height: 240px;
	background: #fff;
	box-shadow: 0px 3px 3px #b3b3b3;
	margin: 32px 0;
}

.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;
}

.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: 12px;
	}
	.homepagePopularCities{
		margin-top: 28px;
	}
}

.homepageRowHeader {
	font-weight: 300;
	font-size: 24px;
	margin:0 0 15px;
	color: #383838;
}

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

@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 span {
	color: #007bff;
	font-weight: bold;
	font-size: 14px;
}

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

.homepageRowImg {
	width: 100%;
	height: 100%;
	max-width: 270px;
}

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

@media (max-width : 768px){
	.homepageRowImg-right {
		width: 100%;
	}
	.landingDepartureList .landingDepartureListLastItem {
		border-bottom: 1px solid #F3F3F3 !important;
	}
	.landingDepartureList .busHomePageItem {
		position: relative;
		padding: 20px 10px !important;
	}}
@media (max-width : 820px){
	.qr-mobile{
		margin-left:unset !important;
	}
}

a.rowCampaignInfo {
	color: #383838;
}

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

.btnShowAllFlights a {
	border-radius: 3px;
	padding: 3px 15px;
	cursor: pointer;
}

.homepageCheapestFlights li {
	margin-bottom: 10px;
	color: #383838;
}

@media ( min-width : 576px) {
	.homepageCheapestFlights li {
		margin-bottom: 10px;
	}
}

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

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

.homepagePopularCities li {
	margin-bottom: 10px;
}

.homepageRowAllLink {
	color: #383838;
	text-decoration: underline;
	display: inline-block;
	float: right;
	padding: 8px 0 8px 8px;
	text-decoration: none;
}

.campainTitles{
	display:flex;
	justify-content: space-between;
    align-items: center;
    padding:0 0 10px;
}



.rowCampaignInfo {
	display: block;
    text-align: left;
    font-size: 12px;
    color: #383838;
    bottom: 0;
    line-height: normal;
    font-weight: 500;
    padding: 5px 2px;
    text-align:left;
}

@media ( max-width : 639px) {
	.rowCampaignInfo {
		font-size: 16px;
		top: 0 !important;
		bottom: auto;
	}
}

.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: 28px;
	}
}

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

.homepagePopularAirlines li {
	margin-bottom: 10px;
}

.popularAirlineSearchButton span {
	display: none;
	color: #383838;
}
.popularAirlineSearchButton .bg-buyutec_alt {
	display: inline-block;
}
.popularAirlineSearchButton:hover .bg-buyutec_alt {
	display: none;
}

.popularAirlineSearchButton:hover span {
	display: block;
}

.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-top: 30px !important;
}

.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: 0 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: 16px 0;
	padding-bottom: 10px;
}

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

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

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

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

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

[data-button="on"] {
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #383838;
	padding:6px 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-size: 19px;
    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: 16px 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;
}

.hpTextArea {
	margin: 0 0 15px;
	line-height: 18px;
}

.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: 0 0 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;
}

@media ( max-width : 767px) {
	.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;
}

/* 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;
}

@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: 170px;
		height: 131px;
	}
}

@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;

	}
}

@media ( max-width : 393px) {
	.hpCampaignRow .swiper-pagination {
	}
}

.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, 0);
	-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;
}

.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-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-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;
}

@media ( min-width : 768px) {
	.swiper-slide .homepageRowImg {
		width: auto;
	}
}



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

.swiper-container.ubplus .swiper-slide {
	position: relative;
    border-radius: 3px;
    border-left: none;
}

.swiper-container.ubplus .swiper-slide .iconImg{
	border: 1px solid #e8e8e8;
	max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border-radius: 4px;
}
.iconList .swiper-wrapper{
	padding-right:5px;
}

.swiper-container.ubplus .swiper-slide div, .swiper-container.ubplus .swiper-slide a {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 8px;
    line-height: 15px;
    text-decoration: none;
    color: #000;
    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: 130px;
	}
	.swiper-container.ubplus .swiper-slide img {
		margin-left: 0;
		max-width: 35px;
	}

	.swiper-container.ubplus .swiper-slide div {
	    font-size: 12px;
	    vertical-align: middle;
	}
	.swiper-container.ubplus .swiper-slide .exception {
	    font-size: 11px !important;
	    line-height: 14px;
	}
	.swiper-container.ubplus {
	    margin-top: 0 !important;
	}
}

.hpTextArea {
	margin: 16px 0 32px;
	line-height: 18px;
	text-align: justify;
}

.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: 16px 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 : 768px) {
	.hpMobileImageArea img {
		display: none;
	}
}

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

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

@media ( max-width : 768px) {
	.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: 16px 0;
    padding-bottom: 10px;
}

.row.homepageMobileArea {
   margin:32px 0;
}

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

.hpTextArea p {
    font-size: 14px;
}

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

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

.homepageSubscribeArea {
	margin: 16px 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: 0;
}

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

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

.homepagePopularAirlines li {
	margin-bottom: 11px;
}

.homepagePopularAirlines li:last-child{
	margin-bottom:0;
}

.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-top: 30px !important;
}

.homepageRowImg {
	width: 100%;
	height: auto;
}

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

.homepageCheapestFlights li {
	margin-bottom: 10px;
}

@media ( min-width : 576px) {
	.homepageCheapestFlights li {
		margin-bottom: 10px;
	}
}

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

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

.homepagePopularCities li {
	margin-bottom: 10px;
}

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

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

.homepage hr {
	margin: 0;
}

.homepageRowHeader {
	font-weight: 300;
	font-size: 20px;
	color: #383838;
	line-height: 1.1;
}

@media (max-width: 991px) {
	.homepageRowHeader {
		font-size: 22px;
		text-align: center;
		margin: 0 0 20px;
		margin-top:10px;
	}
	.homepageSubscribeArea span.title {
    margin-top:10px !important;
	}
}

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

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

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

.homepage-banner-index {
	display: inline-block;
    width: 53%;
    margin: 10px 10px 0 0;
    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: 0;
    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: 0 0 7px #0000007d;
    margin: 23px 0 0 -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: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    z-index: 2;
}

.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;
}



.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;
}

.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 0 0 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: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 991px) {
	.additionalContent-class, .searchBar-additional .additionalContent-Direct {
		padding: 24px 0 0 .25rem;
		margin: 0;
	}
	.additionalContent-Direct{
		padding-top:15px;
	}
	.additionalContent-class {
		text-align: end;
	}
	.searchForm-btn-balancer {
		margin-top: 16px;
	}
	.search-col .form-group {
		margin: 0;
	}
	.datepicker-box table tbody tr td:last-child {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.coupon-banner {
	    height: 67px;
	    background-size: contain;
	}
	.coupon-banner span {
		margin: 17px 0 0 -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 0 0 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 0 25px;
	}
	.coupon-banner button {
	    right: 30px;
	}

	.coupon-modal-icon img {
	    width: 80px;
	}

	.coupon-modal-arrow img {
	    width: 50px;
	}
	.coupon-modal-text {
	    width: 29%;
	    margin: 25px 8px;
	}
	#searchForm {
	    padding-top: 85px;
	}
}

@media (max-width: 767px) {
	.coupon-banner span {
		font-size: 20px;
	    margin: 11px 0 0 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 0 0;
    	font-size: 18px;
	}
	.coupon-banner button {
	    position: relative;
	    margin: 5px auto 0;
	    right: auto;
	    display: block;
	}
	.coupon-modal-text {
	    width: 100%;
		margin: 10px 0;
	}
}

@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 0 15px;
	    font-size: 16px;
	}
	.coupon-banner button {
	    position: absolute;
	    right: 10px;
	    bottom: 20px;
	}
}
/* MODAL COUPON */

/* BANNER ICON */

	.banner-icon {
/* 		margin-top: 25%; */
/* 		width: 55px; */
/* 		height: 55px;
		width: calc(100%);
		height: auto;*/
		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;
	}

	.banner-container:hover  .banner-subtext{
		color: #fec60c !important;
	}
	.banner-subtext {
	  	font-size: 13px;
	  	font-weight: bold;
	  	font-stretch: normal;
	  	font-style: normal;
	  	line-height: normal;
	  	letter-spacing: normal;
	  	text-align: center;
	  	color: #3e3e3e;
	}
	@media (max-width: 576px) {
		.banner-icon {
/* 			margin-top: 25%; */
/* 			width: 55px; */
/* 			height: 55px; */
			object-fit:contain;

		}
		.banner-subtext{
			margin-right: 15%;
		    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;
	}

	.banner-container:hover  .banner-subtext{
		color: #fec60c !important;
	}
	.banner-subtext {
	  	font-size: 13px;
	  	font-weight: bold;
	  	font-stretch: normal;
	  	font-style: normal;
	  	line-height: normal;
	  	letter-spacing: normal;
	  	text-align: center;
	  	color: #3e3e3e;
	  	margin-bottom:0;
	}
	@media (max-width: 767px) {
		.banner-icon {
/* 			margin-top: 25%; */
/* 			width: 55px; */
/* 			height: 55px; */
			object-fit:contain;

		}
		.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-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;
	}
	.custom-swiper .swiper-pagination-bullet-active{
		background: #fdc60d;
	}
	.custom-swiper .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));
	}

	.homepageRowHeaderHotel{
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #3D3B3A;
	}
	.btn-circle-t-next{
		left: 96%;
	}
	.popular-holiday-temp-text{
	    font-style: normal;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 18px;
	    color: #3D3B3A;
	}
	.popular-car-temp-text{
		cursor: default;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 18px;
	    color: #3D3B3A;
	}
	.popular-car-div{
		background: #FFFFFF;
		box-shadow: 0 3px 7px rgba(14, 31, 53, 0.12);
		border-radius: 8px;
	}
	.qr-code-car{
		height:200px;
		background: #FFFFFF;
		box-shadow: 0 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-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #3D3B3A;
	}
	.homepageInfoCell .infoCellTextHotel {
		margin-left: 80px;
	}

	@media ( max-width : 768px) {
		.btn-circle-t-prev  {
			display:none;
		}
		.btn-circle-t-next{
			display:none;
		}
		.hotelBannerSwiper{
			padding: 0 !important;
		}
		.popular-holiday-temp-text{
		    font-style: normal;
		    font-weight: bold;
		    font-size: 9px;
		    color: #3D3B3A;
		}
		.popular-car-temp-text{
		    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-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) {
	.mobile-campaign .swiper-slide .homepageRowImg {
		border-right: 8px;
	}
	.rowCampaignInfo{
		padding-top: 10px ;
	}

	.mobile-campaign .btn-circle-t-next{
		right: 0;
	}
	.mobile-campaign .btn-circle-t-prev{
		left: 0;
	}
	.swiper-slide .homepageRowImg {
		width: 100%;
		min-height: 209px;
	}
	.hpMobileQrArea span {
		margin-top: 15px;
		display: inline-block;
		line-height: 20px;
	}
	.hotel-banner-img{
		width:250px;
		height:200px;
		border-radius: 8px;
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 7px;
		max-width: fit-content;
	}

	.mobile-campaign .campaign-banner-img{
		width:100%;
		height:100%;
	}
}
.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 .question-header-rentacar{
	background-color: transparent;
    border: none;
    padding-left: 0;
}
#landingQuestions .content-area{
    padding:0;
    background: transparent;
    border:none;
}
#landingQuestions .content-area .question {
    background: #FAFAFA;
    padding: 16px;
    margin-top: 5px;
    position:relative;
    font-weight: bold;
	border-radius: 4px;
}
#landingQuestions .content-area .question h4 {
	margin: 0;
	font-size: 14px;
    font-weight: bold;
}
#landingQuestions .content-area .question.active {
    border-bottom: unset;
}
#landingQuestions .content-area .question .plus-icon{
    position:absolute;
    top: 3px;
    right:35px;
}
#landingQuestions .content-area .answer{
    padding:10px 16px;
    background: #FAFAFA;
    border-top: unset;
}
#landingQuestions .content-area .answer p{
	margin:0;
}

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

.iconList{
	padding:32px 0;
}
.homepagePadding{
	padding:16px 0;
}
.countryMatchList{
	padding:22px 0 7px;
}
@media (max-width:991px){
	#landingQuestions .content-area .question{
		padding: 16px 55px 16px 16px;
	}
	.homepagePadding{
	padding:20px 0;
	}
}

@media ( max-width : 767px) {
	#tb-password-0, #tb-password-1 {
		font-size: 16px;
	}
	.iconList{
		padding:0 0 32px;
	}
	.homepagePadding{
	padding:20px 0;
	}
}

@media ( max-width : 576px) {
	.hpCampaignRow .swiper-slide{
		height:100%;
	}
	.homepagePadding{
	padding:20px 0;
	}
}


.busPopularFirms{
	padding-left:25px;
}
.busPopularFirms .slick-arrow{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.busPopularFirms .next-arrow{
	left:auto;
	right:0;
}
.busPopularFirms .busPopularFirmsItem img{
	max-width:90px;
}

.busPopularFirmsDiv .slick-dots li.slick-active button:before {
    background-color: #FEC60A;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


.busPopularFirmsDiv .slick-dots li button:before {
    content: '';
    background-color: #E5E5E5;
    height: 4px;
    border-radius: 4px;
    opacity: 1;
}

.busPopularFirmsDiv .slick-dots li {
    height: 4px;
}

.busPopularFirmsDiv .slick-dots {
    left: 0;
    bottom: -30px;
}

.busPopularFirmsDiv {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 27px;
    margin: 15px 0;
}

.carVendorListDiv .slick-dots li.slick-active button:before {
	background-color: #FEC60A;
}

.carVendorListDiv .slick-dots li button:before {
	content: '';
	background-color: #E5E5E5;
	height: 4px;
	border-radius: 4px;
	opacity: 1;
}

.carVendorListDiv .slick-dots li {
	height: 4px;
}

.carVendorListDiv .slick-dots {
	left: 0;
	bottom: -30px;
}

.carVendorListDiv {
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	padding: 27px;
	margin: 15px 0;
}

.landingDepartureList .landingDepartureListLastItem {
    border-bottom: none !important;
}

.busPopularFirms{
	height: 70px;
}

.busPopularFirms .btn-circle-t-next, .busPopularFirms .btn-circle-t-prev{
	background-color: initial;
	box-shadow: none;
	top: calc(50% - 10px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}

.busPopularFirms .btn-circle-t-next i{
	right: -10px;
	position: absolute;
}

.busPopularFirms .btn-circle-t-prev i{
	left: -10px;
	position: absolute;
}

.busPopularFirms .swiper-horizontal>.swiper-pagination-bullets, .busPopularFirms .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

@media ( max-width : 767px) {
	.busPopularFirms .swiper-pagination-bullets.swiper-pagination-horizontal {
		display: block;
	}
	.busPopularFirms .btn-circle-t-next, .busPopularFirms .btn-circle-t-prev{
		display: none;
	}
}

.carVendorList{
	padding-left:25px;
}
.carVendorList .slick-arrow{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.carVendorList .next-arrow{
	left:auto;
	right:0;
}
.carVendorList .carVendorListItem img{
	max-width:90px;
}

.carVendorList{
	height: 70px;
}

.carVendorList .btn-circle-t-next, .carVendorList .btn-circle-t-prev{
	background-color: initial;
	box-shadow: none;
	top: calc(50% - 10px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}

.carVendorList .btn-circle-t-next i{
	right: -8px;
	position: absolute;
}

.carVendorList .btn-circle-t-prev i{
	left: -8px;
	position: absolute;
}

.carVendorList .swiper-horizontal>.swiper-pagination-bullets, .carVendorList .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

@media ( max-width : 767px) {
	.carVendorList .swiper-pagination {
    display: none;
  }
}