.headerFixCTA a {
	font-size: 18px;
	background: #013977;
	color: #fff;
	padding: 10px 10px;
	width: 100%;
	display: flex;
	text-align: center;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

.topImg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.headerFixCTA a img {
	width: 27px;
}

.headerFixCTA a h3 {
	animation: blink 1.2s linear infinite;
	margin: 0;
}

.topnumber h3 {
	font-size: 21px;
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}


.headerFixCTA {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}

.findAirlinesDiv {
	text-transform: capitalize;
	color: #fff;
	font-size: 4vw;
	background: #0a4879;
	padding: 10px 22px;
	font-weight: 500;
	margin: 0;
	text-align: center;
	font-size: 16px !important;
}

.reservbccBtn h3 {
	display: flex;
	font-size: 20px !important;
	flex-direction: column;
	color: #fff;
	align-items: center;
	margin-left: 15px;
}

.ctaBtn {
	background: #013977;
	border-radius: 50px;
	border-radius: 50px;
	margin-top: 5px;
	text-align: center;
	width: 70%;
	color: #fff;
	margin: 15px auto;
	font-weight: 700;
	font-size: 20px;
	/*margin-top: 20px;*/
	/*margin-bottom: 15px;*/
}

.custSupporttxt {
	text-align: center;
	padding-bottom: 0;
	margin: 0;
}

.custSupporttxt h3 {
	font-size: 18px !important;
	font-weight: 600;
}

.custSupporttxt p {
	margin: 12px 0;
	font-weight: 700;
	color: #000;
}

.iconPh {
	display: inline-block;
	width: 40px;
	height: 40px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.wave {
	animation: waveIn 1.2s infinite ease-out;
	transform-origin: 50% 50%;
}

.wave-sm {
	animation-delay: .3s;
}

.wave-md {
	animation-delay: .45s;
}

.wave-lg {
	animation-delay: .6s;
}

@keyframes waveIn {
	from {
		opacity: 0;
		transform: scale(.3) translate(-20px, 10px);
	}

	50% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.reservbccBtn {
		padding: 0 0 20px 0;
		display: none;
	}


}

.reservbccBtn {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}


.findAirlinesDiv {}

.reservbccBtn h3 {
	color: #fff !important;
	font-size: 24px !important;
	margin: 5px 0 5px 15px;
}

.custSupporttxt {
	text-align: center;
}

.custSupporttxt p {
	margin: 12px 0;
	font-weight: 700;
	color: #000;
}

.iconPh {
	display: inline-block;
	width: 35px;
	height: 35px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.wave {
	animation: waveIn 1.2s infinite ease-out;
	transform-origin: 50% 50%;
}

.wave-sm {
	animation-delay: .3s;
}

.wave-md {
	animation-delay: .45s;
}

.wave-lg {
	animation-delay: .6s;
}

@keyframes waveIn {
	from {
		opacity: 0;
		transform: scale(.3) translate(-20px, 10px);
	}

	50% {
		transform: translate(0, 0);
		opacity: 1;
	}
}


@media screen and (min-width: 768px) {
	.findAirlinesDiv {
		padding: 0 0 20px 0;
		display: none;
	}
}

.reservbccBtn {
	width: 100%;
}

p.textContentpop {
	color: #000;
	text-align: left;
	padding: 10px 8px;
	background: #fff;
	margin: 0;
	font-size: 14px;
}

.imgSuppot a {
	display: block;
}

.imgSuppot {
	position: relative;
}


.imgSuppot img {
	width: 100%;
}

.reservbccBtn a {
	background: #013977;
	/* border: 2px solid #013977; */
	border-radius: 10px;
	width: 98%;
	margin: 0 auto;
	display: flex;
	color: #fff;
	text-align: center;
	align-items: center;
	padding: 5px 0;
	justify-content: center;
	flex-direction: row;
}

.reservbccBtn h3 span {
	font-weight: 700;
	font-size: 24px;
}

.ctaBtn a {
	color: #fff;
	display: block;
	padding: 12px 10px;
}

.advisorPop {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 50px;
}