/*
Project Name: lenevo
Author Name: lenevo
Develpoed By: Paresh Kamble
Date: 03-05-2018

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 20px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover {
	text-decoration: none;
	transition: 02s all ease;
	outline: none;
	display: inline-block;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/*fonts*/
@font-face {
	font-family: 'Gotham-Book';
	src: url('custom-fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('custom-fonts/Gotham-Book.woff') format('woff'), url('custom-fonts/Gotham-Book.ttf')  format('truetype'), url('custom-fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url('custom-fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('custom-fonts/Gotham-Black.otf')  format('opentype'), url('custom-fonts/Gotham-Black.woff') format('woff'), url('custom-fonts/Gotham-Black.ttf')  format('truetype'), url('custom-fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*fonts*/

/*common style*/
body {
	background: #fff;
	font-family: 'lato';
	font-size: 16px;
}

.lenevo-container {
	max-width: 650px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	background: #17b3f9;
	padding-bottom: 20px;
}

.banner img {
	width: 100%;
	display: block;
}

.cx-logo {
	position: absolute;
	top: 100px;
	right: 0;
}

.content-wrap {
	background: #fff;
	padding: 40px;
	margin: 0 20px 0px;
	z-index: 2;
	position: relative;
	margin-top: -260px;
	font-family: 'Gotham-Book';
}

.content-wrap h1 {
	font-family: 'Gotham-Black';
	color: #e96baf;
	font-size: 32px;
	line-height: 1;
}

.content-wrap .question-conriner {
	padding-left: 10px;
	margin-top: 10px;
}

.content-wrap .question-conriner p {
	color: #044992;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

.content-wrap .question-conriner h5 {
	color: #044992;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 35px;
	font-weight: 600;
}

.content-wrap .question-conriner .submit-btn {
	background: #e96baf;
	min-width: 180px;
	text-align: center;
	border: 0;
	height: 40px;
	display: inline-block;
	color: #fff;
	font-family: 'Gotham-Black';
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s all ease;
	outline: none;
}

.content-wrap .question-conriner .submit-btn:hover {
	box-shadow: 0px 8px 17px -4px rgba(0, 0, 0, 0.4);
	transition: 0.2s all ease;
}

.content-wrap .question-conriner hr {
	width: 60px;
	margin: 20px auto;
	background: #fff;
	border-color: #d7d7d7;
}

.content-wrap .question-conriner .question-item {
	margin-bottom: 35px;
}

.content-wrap .question-conriner .question-item .q-header {
	display: flex;
	align-items: flex-start;
}

.content-wrap .question-conriner .question-item span {
	color: #044992;
	font-size: 18px;
	margin-right: 10px;
	line-height: 1.2;
	font-weight: 600;
}

.content-wrap .question-conriner .question-item p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.content-wrap .question-conriner .question-item .rate-container {
	padding-left: 35px;
}

.content-wrap .question-conriner .question-item .rate-container h6 {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.content-wrap .question-conriner .question-item .rate-container ul {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.content-wrap .question-conriner .question-item .rate-container ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e6e6e6;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	transition: 0.2s all ease;
	margin: 0 auto 25px;
}

.content-wrap .question-conriner .question-item .rate-container ul li p {
	font-size: 14px;
}

.content-wrap .question-conriner .question-item .rate-container ul li span:hover {
	background: #e96baf;
	transition: 0.2s all ease;
}

.content-wrap .question-conriner .question-item .rate-container ul li span.active {
	background: #e96baf;
}

.content-wrap .question-conriner .question-item .rate-recommended {
	display: flex;
	justify-content: space-between;
}

.content-wrap .question-conriner .question-item .rate-recommended  p {
	font-size: 14px;
	max-width: 22%;
	line-height: 1.6;
}

.content-wrap .question-conriner .question-item .rate-recommended  p:last-child {
	text-align: right;
}

.popup-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.popup-container .overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.popup-container .pop-modal {
	background: #fff;
	padding: 50px 20px;
	margin: 0 auto;
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40%;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: 0.4s all ease;
}

.popup-container .pop-modal.in {
	transform: translateY(-50%) scale(1);
	transition: 0.4s all ease;
}

.popup-container .pop-modal p {
	font-size: 14px;
	max-width: 80%;
	line-height: 1.4;
	margin: 0 auto;
	color: #044992;
	font-size: 16px;
	font-family: 'Gotham-Book';
	font-weight: 600;
}

.popup-container .pop-modal .close-btn {
	background: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #000;
	color: #000;
	font-size: 25px;
	font-weight: 800;
	position: absolute;
	right: -10px;
	top: -13px;
}

@media only screen and (max-width:767px) {
	.lenevo-container {
		padding-bottom: 10px;
	}

	.content-wrap {
		padding: 20px 15px;
		margin: 0 10px 0px;
		margin-top: -135px;
	}

	.content-wrap h1 {
		font-size: 20px;
	}

	.content-wrap .question-conriner p, .content-wrap .question-conriner .question-item span {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
	}

	.content-wrap .question-conriner .question-item .rate-container h6 {
		font-size: 12px;
		font-weight: 400;
	}

	.content-wrap .question-conriner .question-item .rate-container ul {
	}

	.content-wrap .question-conriner .question-item .rate-container ul li {
		margin-bottom: 10px;
		text-align: center;
		padding-right: 30px;
	}

	.content-wrap .question-conriner .question-item .rate-container ul li p {
		margin: 0;
		font-size: 10px;
	}

	.content-wrap .question-conriner .question-item .rate-container ul li span {
		width: 25px;
		height: 25px;
		font-size: 10px;
		margin-bottom: 5px;
	}

	.small-view {
		display: block;
	}

	.small-view .side-wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.content-wrap .question-conriner .question-item .small-view ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.content-wrap .question-conriner .question-item .rate-container .small-view ul li {
		text-align: center;
		padding-right: 0px;
	}

	.content-wrap .question-conriner .question-item .rate-container .small-view ul li span {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}

	.content-wrap .question-conriner .question-item .small-view .rate-recommended p {
		max-width: 40%;
		font-size: 12px;
		line-height: 1.2;
	}

	.content-wrap .question-conriner .question-item span {
		margin-right: 5px;
	}

	.content-wrap .question-conriner {
		padding-left: 0px;
	}

	.content-wrap .question-conriner .submit-btn {
		font-size: 14px;
		min-width: 140px;
		margin-left: 30px;
	}

	.popup-container .pop-modal {
		width: 90%;
	} 

	.popup-container .pop-modal p {
		font-size: 14px;
		max-width: 90%;
		font-weight: 400;
	}

	.content-wrap .question-conriner .question-item .rate-container {
		padding-left: 28px;
	}

	.cx-logo {
		top: 70px;
		width: 20px;
	}

	.content-wrap .question-conriner .question-item {
		margin-bottom: 15px;
	}

}
.pre-book-table ul li {
    color: #ffffff;
    font-size: 12pt;
    margin-bottom: 15px;
    font-family: 'lato';
    list-style: disc;	
}
.pre-book-table h1 {
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    font-size: 16pt;
    line-height: 30px;
    font-family: 'Lato';
}
