@keyframes slide-in {
	0% {
		transform: translateZ(-800px) rotateY(90deg);
		opacity: 0;
	}

	to {
		transform: translateZ(0) rotateY(0);
		opacity: 1;
	}
}

/* AEM page hack */
.page-heading-section+.content-wrapper {
	margin: 0;
	width: 100%;
	border: none;
}

.page-heading-section.container,
.page-content-bottom.section-wrapper,
.home-disclaimer.section-wrapper {
	display: none;
}

.template-basic .section-wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.template-basic .section-content {
	padding: 0px;
}

.template-basic .section-content .row {
	margin-left: 0px;
	margin-right: 0px;
}

main#pageMain {
	padding-bottom: 0px;
}

.container.home-disclaimer.section-wrapper {
	margin: 0;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
	background: #A2A2A4;
}

::-webkit-scrollbar-thumb:hover {
	background: #6C6C6E;
}

/* AEM Page hack END */
#accafe h1,
#accafe h2,
#accafe h3,
#accafe h4,
#accafe p {
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: 0px;
	color: #000;
}

#accafe a {
	color: #005078;
	font-weight: 600;
}

#accafe label[for=status_by_number_flight]+i.ac-icon {
	font-family: "Open Sans";
	font-size: 20px;
	top: 50%;
}

@media only screen and (max-width: 767px) {
	#accafe label[for=status_by_number_flight]+i.ac-icon {
		top: 63%;
		margin-left: -2px;
	}
}

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

	#accafe [data-ng-show="tabService.isSet(1)"] #returnDateButtonFN .glyph-holder span.default,
	#accafe [data-ng-show="tabService.isSet(1)"] #returnDateButtonFN .glyph-holder span.value {
		padding-bottom: 0;
	}
}

#accafe i.ac-icon {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 767px) {
	#accafe i.ac-icon {
		margin-left: -5px;
	}
}

#accafe i.ac-icon.ic-departure {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-departure.svg");
}

#accafe i.ac-icon.ic-arrival {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-arrival.svg");
}

#accafe i.ac-icon.ic-switch {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-switch.svg");
}

#accafe i.ac-icon.ic-calendar {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-calendar.svg");
}

#accafe .hero-image {
	width: 100%;
	max-width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px) {
	#accafe .hero-image {
		background-image: url("/content/dam/aircanada/portal/images/ife/lg-hero-accafe.png");
		height: 500px;
		box-shadow: 18px -104px 30px -68px white inset;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#accafe .hero-image {
		background-image: url("/content/dam/aircanada/portal/images/ife/md-hero-accafe.png");
		height: 300px;
		box-shadow: 18px -104px 30px -68px white inset;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .hero-image {
		background-image: url("/content/dam/aircanada/portal/images/ife/sm-hero-accafe.png");
		height: 250px;
		box-shadow: 18px -104px 30px -68px white inset;
	}
}

#accafe .hero-image+.header-section {
	position: relative;
	background-color: #fff;
	max-width: 1200px;
	width: 100%;
	padding: 2px;
	margin: -265px auto 0;
	border-top-right-radius: 12.44px;
	border-top-left-radius: 12.44px;
}

@media only screen and (max-width: 1200px) {
	#accafe .hero-image+.header-section {
		width: calc(100% - 60px);
	}
}

@media only screen and (max-width: 1024px) {
	#accafe .hero-image+.header-section {
		margin-top: -70px;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .hero-image+.header-section {
		padding: 5px 15px;
		margin-top: -90px;
	}
}

#accafe .hero-image+.header-section h1 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 44px;
	margin: 40px auto;
	padding: 0 20px;
}

#accafe .tab-container {
	position: relative;
	background: #fff;
}

#accafe .tab-container .nav.nav-tabs {
	padding: 0;
	border-bottom: 2px solid #c8c8c8;
	background: #fff;
	margin: 0 auto;
	display: flex;
	max-width: 1200px;
	width: 100%;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	#accafe .tab-container .nav.nav-tabs {
		width: calc(100% - 60px);
	}
}

#accafe .tab-container .nav.nav-tabs li {
	flex: 33.33%;
	flex-grow: 0;
}

#accafe .tab-container .nav.nav-tabs li a {
	padding: 20px 20px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: transparent;
	text-align: center;
	border: none;
	margin: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 4px transparent;
	text-decoration: none;
}

#accafe .tab-container .nav.nav-tabs li a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	margin-bottom: 25px;
}

#accafe .tab-container .nav.nav-tabs li a#navTab-overview::before {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-plane.svg");
}

#accafe .tab-container .nav.nav-tabs li a#navTab-wifi::before {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-wifi.svg");
}

#accafe .tab-container .nav.nav-tabs li a#navTab-entertainment::before {
	background-image: url("/content/dam/aircanada/portal/images/ife/ic-entertainment.svg");
}

#accafe .tab-container .nav.nav-tabs li.active,
#accafe .tab-container .nav.nav-tabs li:active,
#accafe .tab-container .nav.nav-tabs li:hover,
#accafe .tab-container .nav.nav-tabs li:focus {
	border-bottom: solid 4px #005078;
	background: transparent;
}

#accafe .tab-container .nav.nav-tabs li.active a,
#accafe .tab-container .nav.nav-tabs li:active a,
#accafe .tab-container .nav.nav-tabs li:hover a,
#accafe .tab-container .nav.nav-tabs li:focus a {
	color: #005078;
	font-weight: bold;
	text-decoration: none;
}

#accafe .tab-container .nav.nav-tabs li.active a::before,
#accafe .tab-container .nav.nav-tabs li:active a::before,
#accafe .tab-container .nav.nav-tabs li:hover a::before,
#accafe .tab-container .nav.nav-tabs li:focus a::before {
	filter: invert(15%) sepia(89%) saturate(2486%) hue-rotate(182deg) brightness(97%) contrast(101%);
}

#accafe .tab-container .nav.nav-tabs li::after {
	display: none;
}

#accafe .tab-container .tab-content p.subtitle {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	line-height: 34px;
	margin: 80px auto;
	color: #6C6C6E;
}

#accafe .tab-container .tab-content p.subtitle strong {
	color: #000;
	font-weight: 700;
}

#accafe .tab-container .tab-content p.subtitle+.subtitle-light {
	margin-top: -60px;
	text-align: left;
	margin-bottom: 80px;
}

#accafe .tab-container .tab-content p.subtitle-light {
	color: #6C6C6E;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
}

#accafe .tab-container .tab-content h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	margin: 0 auto 40px;
}

#accafe .tab-container .tab-content .tab-pane {
	display: none;
}

#accafe .tab-container .tab-content .tab-pane.active {
	display: block;
}

#accafe .tab-container .tab-content .tab-pane .content-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
	#accafe .tab-container .tab-content .tab-pane .content-container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane .content-container {
		padding: 0 20px;
	}
}

#accafe .tab-container .tab-content .tab-pane .tile-container {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}

#accafe .tab-container .tab-content .tab-pane .tile-container img {
	width: 100%;
	height: 100%;
	max-width: 465px;
	max-height: 380px;
	-o-object-fit: contain;
	object-fit: contain;
	flex: 1;
	border-radius: 12px;
	align-self: center;
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container img {
		max-width: 300px;
		align-self: baseline;
	}
}

#accafe .tab-container .tab-content .tab-pane .tile-container div {
	padding: 20px;
	flex: 1;
	max-width: 50%;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div p {
	font-size: 18px;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div p {
		font-size: 14px;
	}
}

#accafe .tab-container .tab-content .tab-pane .tile-container div h2 {
	margin-bottom: 20px;
	text-align: left;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div h2 span.grey-text {
	color: #A2A2A4;
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div h2 {
		font-size: 20px;
	}
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul {
	padding: 0px;
	list-style: none;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul li {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	line-height: 24px;
	display: flex;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul li span.marker {
	border-radius: 50%;
	background-color: #F1F7FA;
	color: #005078;
	font-weight: bold;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 40px;
	height: 40px;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul li:nth-of-type(2) span:last-child {
	align-self: center;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul li:not(:last-child) {
	margin-bottom: 30px;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div ul li::marker {
	display: none;
}

#accafe .tab-container .tab-content .tab-pane .tile-container div .btn-primary {
	background: #005078;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 15px;
	min-width: 150px;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
	display: block;
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div .btn-primary {
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
	}
}

#accafe .tab-container .tab-content .tab-pane .tile-container div .btn-secondary {
	background: #fff;
	color: #005078;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 15px;
	min-width: 150px;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div .btn-secondary {
		width: 100%;
		max-width: 400px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container div {
		max-width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left {
		flex-direction: column;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left img {
		max-width: 100%;
		max-height: 100%;
		margin: 0 0 10px;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right {
		flex-direction: column-reverse;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right img {
		max-width: 100%;
		max-height: 100%;
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane .tile-container {
		padding: 50px 0 25px;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right {
		text-align: center;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left img,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right img {
		max-width: 100%;
		margin: 0 auto 10px;
	}

	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left div h2,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left div p,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-left div a,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right div h2,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right div p,
	#accafe .tab-container .tab-content .tab-pane .tile-container.img-right div a {
		text-align: center;
	}
}

#accafe .tab-container .tab-content .tab-pane .black-bg {
	background: #1B1D1C;
}

#accafe .tab-container .tab-content .tab-pane .black-bg h2,
#accafe .tab-container .tab-content .tab-pane .black-bg p,
#accafe .tab-container .tab-content .tab-pane .black-bg a {
	color: #fff !important;
}

#accafe .tab-container .tab-content .tab-pane .grey-bg {
	background: #F4F4F4;
}

#accafe .tab-container .tab-content .tab-pane .red-bg {
	background: #C42F27;
}

#accafe .tab-container .tab-content .tab-pane .lightblue-bg {
	background: #F1F7FA;
	padding: 40px 20px 20px;
	text-align: center;
}

#accafe .tab-container .tab-content .tab-pane .tnc-container {
	position: relative;
	margin-top: -30px;
	margin-bottom: 30px;
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-container {
	box-shadow: 0px 6px 19px -7px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	cursor: pointer;
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-container h3.tc-panel {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.18px;
	text-align: left;
	line-height: 28px;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-container h3.tc-panel::after {
	content: "";
	display: flex;
	background: url("/content/dam/aircanada/portal/images/ife/prev-arrow.svg") no-repeat center center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-container h3.tc-panel.active::after {
	transform: rotate(90deg);
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-content {
	padding: 15px 30px;
	background: #fff;
	border-top: 2px solid #f5f5f5;
	box-shadow: 0px 6px 19px -7px rgba(0, 0, 0, 0.15);
	display: none;
}

#accafe .tab-container .tab-content .tab-pane .tnc-container .tc-panel-content.active {
	display: block;
}

#accafe .tab-container .tab-content .tab-pane#entertainment .fleet-container .tile {
	padding: 0 !important;
	border-radius: 12.444px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#accafe .tab-container .tab-content .tab-pane#entertainment .fleet-container .tile img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#accafe .tab-container .tab-content .tab-pane#entertainment .grey-bg .content-container h2,
#accafe .tab-container .tab-content .tab-pane#entertainment .grey-bg .content-container p {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	#accafe .tab-container .tab-content .tab-pane#overview .benefits-container#accafe-benefits {
		overflow: hidden;
		justify-content: center;
	}
}

#accafe .tab-container .tab-content .tab-pane#overview .benefits-container::before,
#accafe .tab-container .tab-content .tab-pane#overview .benefits-container::after,
#accafe .tab-container .tab-content .tab-pane#overview .benefits-container a.swipe-btn,
#accafe .tab-container .tab-content .tab-pane#overview .benefits-container a.swipe-btn-left {
	display: none !important;
}

@media only screen and (min-width: 768px) {

	#accafe .tab-container .tab-content .tab-pane#overview #overview-bonVoyage .tile-container.img-right,
	#accafe .tab-container .tab-content .tab-pane#overview #overview-awards .tile-container.img-left {
		flex-direction: row;
	}

	#accafe .tab-container .tab-content .tab-pane#overview #overview-bonVoyage .tile-container.img-right img,
	#accafe .tab-container .tab-content .tab-pane#overview #overview-awards .tile-container.img-left img {
		max-width: 300px;
	}
}

#accafe .grey-bg {
	padding: 80px 0;
}

#accafe .benefits-container{
	position: relative;
}

#accafe .benefits-container .benefits {
	display: flex;
	align-items: center;
	overflow-x: auto;
	width: 100%;
	position: relative;
}

#accafe .benefits-container .benefits::-webkit-scrollbar {
	display: none;
}

#accafe .benefits-container .benefits .tile {
	width: calc(33.33% - 20px);
	flex-grow: 0;
	flex: none;
	border-radius: 14px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	margin: 5px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

	#accafe .benefits-container .benefits .tile{
		width: calc(42% - 20px);
	}
}

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

	#accafe .benefits-container .benefits .tile {
		width: calc(75% - 20px);
	}
}

#accafe .benefits-container .benefits .tile:nth-of-type(even){
	margin: 5px 25px;
}

#accafe .benefits-container .benefits .tile img {
	height: 160px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

#accafe .benefits-container .benefits .tile .copy {
	padding: 15px 20px 30px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e6e6e6;
}

#accafe .benefits-container .benefits .tile .copy p {
	font-size: 16px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

#accafe .benefits-container .benefits .tile .copy p img {
	height: 40px;
	width: 40px;
	margin-right: 10px;
	-o-object-fit: contain;
	object-fit: contain;
}

#accafe .benefits-container .benefits .tile .copy a {
	font-weight: bold;
	padding: 30px 0 0;
	border-top: 1px solid #e6e6e6;
	margin-top: auto;
	text-decoration: none;
}

#accafe .benefits-container .benefits .tile .copy a:hover {
	text-decoration: underline;
}

#accafe .benefits-container .benefits .tile .copy a::after {
	content: " ";
	display: inline-block;
	background: url("/content/dam/aircanada/portal/images/ife/prev-arrow.svg") no-repeat center center;
	background-size: 12px 12px;
	width: 20px;
	height: 9px;
	transform: rotate(-180deg);
}

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

	#accafe .benefits-container .benefits {
		overflow-x: auto !important;
	}
}

#accafe .benefits-container.hideFade-right::after {
	display: none;
}

#accafe .benefits-container.hideFade-left::before {
	display: none;
}

#accafe .benefits-container.hideFade-left .swipe-btn-left {
	display: none;
}

#accafe .benefits-container::before {
	position: absolute;
	height: 100%;
	width: 100px;
	display: block;
	content: "";
	background-image: linear-gradient(-90deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.641604) 14%, rgb(244, 244, 244) 29%, rgb(244, 244, 244) 100%);
	left: -50px;
	top: 0;
	z-index: 1;
}

#accafe .benefits-container::after {
	position: absolute;
	height: 100%;
	width: 100px;
	display: block;
	content: "";
	background-image: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.641604) 14%, rgb(244, 244, 244) 29%, rgb(244, 244, 244) 100%);
	right: -50px;
	top: 0;
	z-index: 1;
}

#accafe .benefits-container a.swipe-btn {
	position: absolute;
	top: calc(50% - 45px);
	right: 0;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	display: block;
	z-index: 5;
	background: #fff url("/content/dam/aircanada/portal/images/ife/prev-arrow.svg") no-repeat center center;
	background-size: 15px 15px;
	transform: rotate(180deg);
	cursor: pointer;
}

#accafe .benefits-container a.swipe-btn.swipe-btn-left {
	left: -20px;
	transform: rotate(0deg) !important;
}

@media only screen and (max-width: 1024px) {
	#accafe .benefits-container::after,
	#accafe .benefits-container::before,
	#accafe .benefits-container a.swipe-btn,
	#accafe .benefits-container a.swipe-btn-left {
		display: none;
	}
}

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

	#accafe .grey-bg:not(#entertainment-latestShows) .content-container {
		padding-right: 0 !important;
	}

	#accafe .grey-bg:not(#entertainment-latestShows) .content-container h2,
	#accafe .grey-bg:not(#entertainment-latestShows) .content-container .subtitle-light {
		padding-right: 20px;
	}
}

#accafe .tab-container .tab-content .tab-pane#overview .no-bg .tile-container p,
#accafe .tab-container .tab-content .tab-pane#entertainment .no-bg .tile-container p {
	color: #6C6C6E;
}

@media only screen and (min-width: 768px) {

	#accafe .tab-container .tab-content .tab-pane#wifi .black-bg .tile-container.img-left,
	#accafe .tab-container .tab-content .tab-pane#wifi #wifi-connect .tile-container.img-right {
		flex-direction: row;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .black-bg .tile-container.img-left img,
	#accafe .tab-container .tab-content .tab-pane#wifi #wifi-connect .tile-container.img-right img {
		max-width: 300px;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .no-bg:not(.tile):nth-of-type(2) {
	padding-bottom: 4em;
}

#accafe .tab-container .tab-content .tab-pane#wifi .no-bg.noBottomPadding .tile-container {
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .no-bg.noBottomPadding .tile-container {
		flex-direction: column;
		padding-top: 20px;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .no-bg.noBottomPadding .tile-container h2 {
		text-align: left;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .no-bg.noBottomPadding .tile-container img {
		margin-bottom: 0;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container {
	border-radius: 14px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: relative;
	margin-bottom: -4em;
	padding: 20px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container h2 {
	text-align: left;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container p:last-child {
	margin-bottom: 0;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet {
	box-shadow: none;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet {
	box-shadow: none;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .tabs-container .form-container-standard .form-control {
	border: none;
	border-bottom: 1px solid #C8C8C8;
	margin: 0;
	padding-left: 40px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .btn-primary {
	padding: 0 20px;
	border-radius: 0;
	max-width: 125px;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .btn-primary {
		width: 100%;
		max-width: 400px;
		margin: 10px auto;
	}
}

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

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(1),
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(2) {
		width: 100%;
		flex: none;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(1) .flex-item:nth-child(1),
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(1) .flex-item:nth-child(3),
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(2) .flex-item:nth-child(1),
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(2) .flex-item:nth-child(3) {
		width: 80%;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(1) .flex-item[data-dev-keyvent-id=departureDate],
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:nth-child(2) .flex-item[data-dev-keyvent-id=departureDate] {
		padding-top: 10px;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container:last-child {
		padding: 10px 0;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .glyph-input-wrapper .default,
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .glyph-input-wrapper .value {
		top: 50%;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container,
#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix {
	display: flex;
	align-items: self-end;
}

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

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container,
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix {
		align-items: start;
		flex-wrap: wrap;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container i.ic-switch,
#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix i.ic-switch {
	margin: 0 20px;
	flex: none;
}

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

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container i.ic-switch,
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix i.ic-switch {
		margin: 35px 0 0 15px;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .flex-item,
#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix .flex-item {
	flex: 1;
	padding: 0;
	margin: 0 10px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .flex-item:last-child,
#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix .flex-item:last-child {
	padding-right: 0;
}

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

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .flex-item,
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix .flex-item {
		width: 100%;
		flex: none;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_route .row.secondary-section-container .flex-item:last-child,
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid #status_by_number .supplementary-wrapper.clearfix .flex-item:last-child {
		margin: 20px 0 0;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .bookingMagnetRadio {
	border-radius: 20px;
	padding: 10px !important;
	background-color: rgb(249, 249, 249);
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .bookingMagnetRadio:last-child {
	margin-left: 10px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .formTableRow {
	display: flex;
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .formTableRow {
		flex-direction: column;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .formTableRow .bookingMagnetRadio input[type=radio]+label>.form-label-text {
		height: -moz-fit-content;
		height: fit-content;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container section.tabs.tabs-magnet .flight-status-section.big-to-small.container-fluid .bookTripType .formTableRow .bookingMagnetRadio:last-child {
		margin: 15px 0 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .wifi-container .tabs.tabs-magnet>.tabs-container>.tab-content {
		padding: 0 0 10px 0;
	}
}

#accafe .tab-container .tab-content .tab-pane#wifi .extraTop {
	padding: 8em 0 40px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .extraTop+.no-bg .tile-container img {
	max-width: 360px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container {
	display: flex;
	padding: 80px 0;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile {
	flex: 33.33%;
	flex-grow: 0;
	padding: 30px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid rgb(234, 234, 232);
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile:nth-last-of-type(2) {
	margin: 0 30px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile h3 {
	margin: 30px 0 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	line-height: 26px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile p {
	color: #6C6C6E;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile.dirtygrey img {
	background: #6C6C6E;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile.gold img {
	background: #B79A7E;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile.green img {
	background: #26c58d;
}

#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile img {
	width: 80px;
	height: 80px;
	padding: 17px 14px;
	border-radius: 12.444444px;
}

@media only screen and (max-width: 1024px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .support-container {
		flex-direction: column;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile {
		display: flex;
		align-items: center;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile img {
		margin-right: 30px;
	}

	#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile:nth-last-of-type(2) {
		margin: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	#accafe .tab-container .tab-content .tab-pane#wifi .support-container .tile {
		flex-direction: column;
		align-items: flex-start;
	}
}

.modal {
	display: none;
}

.modal.active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 120;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.modal.rouge .full-w .hero-image {
	background-color: #F4F4F4;
}

.modal.rouge .full-w .hero-image img {
	height: 125px;
}

.modal.jazz .full-w .hero-image {
	background-color: #C42F27;
}

.modal.jazz .full-w .hero-image img {
	height: 90px;
}

.modal div.modal-footer {
	padding: 20px;
	border-top: 1px solid #A2A2A4;
	margin-top: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	z-index: 12;
	overflow: hidden;
}

.modal div.modal-footer .btn-primary {
	margin: 0 0 0 auto;
	border-radius: 0;
	background: #005078;
	color: #fff;
	padding: 15px 40px;
	height: 50px;
	min-width: 130px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	float: right;
	text-align: center;
	text-decoration: none;
}

.modal .full-w {
	background: #fff;
	height: calc(100vh - 91px - 20px);
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-top: 20px;
	overflow-y: auto;
	animation: slide-in 1s ease-in-out;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

@media only screen and (max-width: 450px) {
	.modal .full-w {
		height: calc(100vh - 90px - 20px);
	}
}

.modal .full-w .hero-image {
	background-color: #000;
	height: 390px;
	display: flex;
	position: relative;
}

.modal .full-w .hero-image img {
	width: 100%;
	height: 50px;
	align-self: center;
}

@media only screen and (max-width: 767px) {
	.modal .full-w .hero-image {
		height: 150px;
		width: 100%;
		justify-content: center;
	}

	.modal .full-w .hero-image img {
		width: 65%;
	}
}

.modal .full-w .modal-body {
	background: #fff;
}

.modal .full-w .modal-body .header-section {
	border-radius: 12px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	margin: -100px auto 20px;
	width: 80%;
	height: 100%;
	position: relative;
	overflow-y: auto;
}

@media only screen and (max-width: 767px) {
	.modal .full-w .modal-body .header-section {
		width: 100%;
		margin: 0 auto;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.modal .full-w .modal-body .header-section h1 {
	padding: 30px;
	font-weight: 600;
}

.modal .full-w a.closeModal {
	background: #fff url("/content/dam/aircanada/portal/images/ife/ic-close.svg") no-repeat center center;
	background-size: 10px 10px;
	margin: 20px;
	min-width: 40px;
	max-height: 40px;
	width: 40px;
	height: 40%;
	border-radius: 50%;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
	color: #005078;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 2;
	right: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	position: fixed;
}

@media only screen and (max-width: 767px) {
	.modal .full-w a.closeModal {
		margin: 10px;
	}
}

.modal .full-w a.closeModal.btn-primary {
	margin: 0 0 0 auto;
	border-radius: 0;
	background: #005078;
	color: #fff;
	padding: 15px 40px;
	height: 50px;
	min-width: 130px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

.modal .full-w .tab-container {
	padding: 0 60px 40px;
}

@media only screen and (max-width: 767px) {
	.modal .full-w .tab-container {
		padding: 0 20px 20px;
	}
}

.modal .full-w .tab-container .nav-tabs {
	display: flex;
	justify-content: center;
	border-bottom: none;
	scroll-padding-top: 15em;
}

.modal .full-w .tab-container .nav-tabs li {
	margin: 0 10px;
}

.modal .full-w .tab-container .nav-tabs li a {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-decoration: none;
}

.modal .full-w .tab-container .nav-tabs li.active a,
.modal .full-w .tab-container .nav-tabs li:active a,
.modal .full-w .tab-container .nav-tabs li:focus a,
.modal .full-w .tab-container .nav-tabs li:hover a {
	color: #005078;
	font-weight: 700;
	background-color: #F1F7FA;
	box-shadow: none;
	border: none;
}

.modal .full-w .tab-container .nav-tabs li.active::after,
.modal .full-w .tab-container .nav-tabs li:active::after,
.modal .full-w .tab-container .nav-tabs li:focus::after,
.modal .full-w .tab-container .nav-tabs li:hover::after {
	display: none;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi {
	border-radius: 12px;
	border: 1px solid rgb(239, 239, 239);
	background-color: rgb(249, 249, 249);
	padding: 30px;
	display: flex;
	align-items: center;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 {
	flex: 1;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6:nth-of-type(1) {
	width: 40%;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6:nth-of-type(2) {
	width: 60%;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 {
	width: 100%;
	margin: 0;
	text-align: left;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 img.illustration,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 img.illustration {
	max-width: 300px;
	width: 100%;
	height: 135px;
	-o-object-fit: contain;
	object-fit: contain;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height: 28px;
	margin-bottom: 30px;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row {
	display: flex;
	width: 100%;
	align-items: center;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.wifi-icon,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.wifi-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff url(/content/dam/aircanada/portal/images/ife/ic-wifi.svg) no-repeat center center;
	background-size: 14px 14px;
	border: 1px solid rgb(200, 200, 200);
	flex: none;
	margin: 0 10px 0 0;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.wifi-icon img,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.wifi-icon img {
	display: none;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.plane-wifi,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.plane-wifi {
	width: 100%;
	position: relative;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.plane-wifi .progress.skill-bar,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.plane-wifi .progress.skill-bar {
	border-radius: 10px;
	background-color: #e9e8e8;
	width: 100%;
	height: 7px;
	margin: 0;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.plane-wifi .progress.skill-bar .progress-bar,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.plane-wifi .progress.skill-bar .progress-bar {
	float: left;
	width: 0;
	font-size: 7px;
	line-height: 7px;
	text-align: center;
	background: linear-gradient(90deg, rgb(206, 40, 73) 0%, rgb(147, 3, 31) 100%);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 span.plane-manufacturer+.row span.plane-wifi i.val,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 span.plane-manufacturer+.row span.plane-wifi i.val {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: -22px;
	margin: 0;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details {
	display: flex;
	text-align: left;
}

.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details span.plane-details-right,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details span.plane-details-left,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details span.plane-details-right,
.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details span.plane-details-left {
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
}

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

	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details,
	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details {
		flex-direction: column;
	}

	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details span.plane-details-right,
	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details span.plane-details-right {
		padding: 15px 10px 0;
	}

	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col1 .row.plane-details span.plane-details-left,
	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6 .col2 .row.plane-details span.plane-details-left {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi {
		flex-direction: column;
	}

	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6:nth-of-type(1),
	.modal .full-w .tab-container .tab-content .row.accordion-title-wifi .col-md-6:nth-of-type(2) {
		width: 100%;
	}
}

