@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,800&display=swap');
html, body {
	overflow-x: hidden;
}
body {
	position: relative;
	font-family: 'Poppins', sans-serif;
}
p {
	color: #828282;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a, button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover, button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* Begin: Button Style */

.btnStyle {
	display: inline-block;
	padding: 12px 30px;
	background: #c1272d;
	color: #fff;
	border: 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.btnStyle:hover, .btnStyle:focus {
	background: #000;
	color: #fff;
}
/* END: Button Style */


/* Begin: Title CSS */

.title {
	margin-bottom: 3em;
}
.title h2 {
	font-size: 50px;
	text-transform: uppercase;
	color: #030303;
	font-weight: 700;
	margin: 0;
}
/* END: Title CSS */


/* Begin: Star Rating */

.star {
	list-style: none;
	padding: 0;
	margin: 0;
}
.star li {
	display: inline-block;
}
.star li .fa {
	font-size: 12px;
	color: #ffcb00;
}
.star li span {
	margin-left: 10px;
	font-size: 13px;
	color: #6f6f6f;
}
/* END: Star Rating */


/* Begin: Banner */

.ban {
	padding: 8em 0;
}
.ban h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
}
/* END: Banner */


/* Begin: Pagination Style */

.pagiStyle .pagination {
	justify-content: center;
	margin: 0;
}
.pagiStyle .pagination .page-link {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100px;
	margin: 0 5px;
	background: #ebebeb;
	border: 0;
	color: #737879;
	padding-top: 15px;
}
.pagiStyle .pagination .page-link:hover, .pagiStyle .pagination .page-link:focus, .pagiStyle .pagination .active .page-link, .pagiStyle .pagination .active .page-link:hover, .pagiStyle .pagination .active .page-link:focus {
	background: #63b247;
	color: #fff;
}
/* END: Pagination Style */


/* Begin: Social Media */

.socialIo {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.socialIo li a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ededed;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 100;
	color: #828282;
	padding: 0;
	margin: 0 3px;
}
.socialIo li a:hover, .socialIo li a:focus {
	background: #c1272d;
	border-color: #c1272d;
	color: #fff;
}
/* END: Social Media */


/* Begin: Header CSS */

.middle-row {
	background: #fff;
	padding: 50px 0;
}
.middle-row .col-md-3 {
	position: unset;
}
.middle-row .logo {
	padding: 0;
	margin: 0;

}
.middle-row form {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.middle-row form input {
	background: transparent;
	border: 0;
	height: 44px;
	color: #bcc2c8;
}
.middle-row form input::-webkit-input-placeholder {
	color: #bcc2c8;
}
.middle-row form input:-ms-input-placeholder {
	color: #bcc2c8;
}
.middle-row form input::placeholder {
	color: #bcc2c8;
}
.middle-row form button {
	background: transparent;
	border: 0;
	border-radius: 0 50px 50px 0;
	color: #828282;
	width: 42px;
	height: 42px;
	padding: 3px 0 0 0;
}
.middle-row a {
	color: #2f2f2f;
	font-size: 26px;
	font-weight: 600;
	display: flex;
	margin: 0 auto 10px;
	padding-left: 0;
	position: relative;
	align-items: center;
	justify-content: center;
}
.middle-row a i.fas {
	position: relative;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #c1272d;
	color: #c1272d;
	border-radius: 50%;
	text-align: center;
	padding-top: 0;
	font-size: 18px;
	transform: rotate(90deg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
header {
	background: #c1272d;
}
header .navbar {
	padding: 0;
	width: 100%;
}
header .navbar .navbar-nav li a {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 28px;
	display: block;
	border-right: 1px solid #fff;
}
header .navbar .navbar-nav li .dropdown-menu a {
	padding: 6px 20px;
	font-size: 18px;
}
header .navbar .navbar-nav li a:hover, header .navbar .navbar-nav li a:focus, header .navbar .navbar-nav li.active a, header .navbar .navbar-nav li.active a:hover, header .navbar .navbar-nav li.active a:focus {
	background: #f3f3f300;
}
header .navbar .navbar-nav li:nth-child(6) a {
	border-right: 0;
}
header .navbar .navbar-nav li.memberLogin {
	background: #000;
}
header .navbar .navbar-nav li {
	padding: 16px 0;
	position: relative;
}
header .navbar .navbar-nav li.memberLogin a {
	border-right: 0;
}
.dropdown-menu a {
	border-right: none !important;
}
.dropdown-menu {
	background: #c1272d;
	border: 1px solid #fff;
}
/* END: Header CSS */


/* Begin: Main Slider */

.main-slider {
	height: 55%;
	padding: 4em 0;
	background: url(../../images/banner1.png) top center/cover no-repeat;
}
.navStyle .nav-pills li a {
	background: #f0f2f7;
	color: #000;
	font-size: 18px;
	padding: 12px 5px;
	border-radius: 5px 5px 0 0;
	margin-left: 0px;
	min-width: 240px;
	text-align: center;
}
.reserveParking .navStyle .nav-pills li a {
	margin: 0 40px 0 0;
}
.navStyle .nav-pills li a img {
	margin-right: 6px;
}
.navStyle .nav-pills li a.active, .navStyle .nav-pills li a.active:hover, .navStyle .nav-pills li a.active:focus, .navStyle .nav-pills li:hover a, .navStyle .nav-pills li:focus a {
	background: #fff;
}
.navStyle .tab-content {
	background: #FFF;
	padding: 30px 30px 15px;
	border-radius: 4px;
	box-shadow: 0px 0 13px 1px #b6b4b4;
}
.btncustom:hover {
	background-color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
}
.navStyle .tab-content h4 {
	color: #001827;
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.navStyle .tab-content .form-control {
	height: 57px;
	margin-bottom: 25px;
	border: 0;
	padding-left: 70px !important;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-appearance: none;
	background-color: #f0f2f7;/* -moz-appearance: none;
    appearance: none; */
}
form.row.formStyle input[type="text"] {
	background-color: #f0f2f7 !important;
}
.navStyle .tab-content .form-control.location-mark {
	padding: 10px 50px 10px 70px;
	background: #f0f2f7 url(../../images/icon-marker.png) 6% 12px no-repeat !important;
}
.navStyle .tab-content .form-control.calendar {
	padding: 10px 50px 10px 70px;
	background: #f0f2f7 url(../../images/calendar-io.jpg) 6% 16px no-repeat !important;
}
.navStyle .tab-content .form-control.clock {
	padding: 10px 50px 10px 70px;
	background: #f0f2f7 url(../../images/clock-io.jpg) 6% 16px no-repeat !important;
}
.navStyle .tab-content .form-control[type="date"]::-webkit-inner-spin-button, .navStyle .tab-content .form-control[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.navStyle .tab-content .form-control[type="time"]::-webkit-inner-spin-button, .navStyle .tab-content .form-control[type="time"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.reserveParking {
	background: url(../../images/shade.jpg) -10% 60%/50% fixed no-repeat;
	padding: 8em 0;
}
.reserveParking .navStyle .tab-content {
	background: #f8f8f8;
}
.reserveParking .navStyle .tab-content h4 {
	color: #000;
}
.reserveParking .navStyle .tab-content .form-control {
	border: 1px solid #ebebeb;
}
/* END: Main Slider */


/* Begin: About Us */

.aboutSec {
	background: url(../../images/img1.jpg) top left/50% auto no-repeat;
}
.aboutSec .wrap {
	padding: 4em 20em 4em 30px;
	margin: 0 -15px;
	background: #f5f5f5;
}
.aboutSec h2, .aboutSec h4 {
	font-size: 43px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
}
.aboutSec h4 {
	font-size: 33px;
	margin-bottom: 20px;
}
.aboutSec h2 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ed1c24;
	margin-bottom: 5px;
}
.rewards h2 span {
	font-weight: 700;
}
.aboutInner {
	background: #fff;
	padding: 4em 0 8em;
	position: relative;
}
.aboutInner .container {
	position: relative;
	z-index: 2;
}
/* END: About Us */


/* Begin: Video Section */

.video {
	position: relative;
	padding: 8em 0 18em;
}
.video .shadowRight {
	position: absolute;
	right: -32%;
	top: -3%;
	z-index: -1;
	width: 64%;
}
.video .shadowLeft, .aboutInner .shadowLeft {
	position: absolute;
	left: -7%;
	bottom: -18%;
	z-index: -1;
	width: 70%;
}
.aboutInner>.shadowLeft {
	z-index: 1;
}
.video h2 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1em;
}
.video .videoWrap {
	background: #000;
	border-radius: 20px;
	position: relative;
	box-shadow: 9px 12px 20px #e0e0e0;
}
.video .videoWrap img {
	border-radius: 20px;
	opacity: 0.6;
}
.video .videoWrap a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 120px;
	color: #ff0000;
	line-height: 1;
}
.video .videoWrap a:before {
	content: '';
	background: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
/* END: Video Section */


/* Begin: Book Parking */

.bookParking {
	background: url(../../images/img3.jpg) center left/cover fixed no-repeat;
	padding: 0 0 10em;
	z-index: 4;
	position: relative;
}
.bookParking .bookPArkingWrap {
	background: #404040;
	padding: 30px 25px;
	border-radius: 8px;
}
.bookParking .bookPArkingWrap h3 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.bookParking .bookPArkingWrap p {
	color: #fff;
	margin-bottom: 30px;
}
/* END: Book Parking */

.listStyle li p {
	padding-left: 20px;
	position: relative;
}
.listStyle li p:before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	background: #c1272d;
	border-radius: 100px;
	position: absolute;
	top: 12px;
	left: 0;
}
/* Begin: Contact Us CSS */

.contactSec {
	background: url(../../images/shade.jpg) 0 150% no-repeat;
	padding: 8em 0;
}
.contactSec .content {
	background: #f8f8f8;
	padding: 50px 35px;
	border-radius: 6px;
	margin-bottom: 8em;
}
.contactSec .content h2 {
	color: #000;
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
}
.contactSec .content p {
	margin-bottom: 30px;
}
.contactSec .content p a {
	color: #828282;
}
.contactSec .content p .telephone {
	padding: 0 20px;
	margin: 0 20px;
	border-right: 2px solid #828282;
	border-left: 2px solid #828282;
}
.formStyle .form-control {
	border-color: #ebebeb;
	height: 68px;
	margin-bottom: 24px;
}
.formStyle textarea.form-control {
	height: 150px;
	resize: none;
}
.contactSec .btnStyle {
	font-size: 20px;
	padding: 16px 50px;
}
.contactSec iframe, .aboutInner iframe {
	box-shadow: 8px 13px 20px 0 #efefef;
	filter: grayscale(1);
}
.shuttleServices .shadowLeft {
	bottom: 0;
	width: 62%;
}
.rates>.shadowLeft {
	bottom: 0;
}
/* END: Contact Us CSS */


/* Begin: Price Table */

.priceTable {
	margin: 3em 0;
}
.priceTable li {
	border-bottom: 1px solid #ebebeb;
	padding: 14px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.priceTable li:nth-child(4) {
	display: none;
}

.priceTable li span {
	flex: 0 0 65%;
	font-size: 20px;
	font-weight: 500;
}
.priceTable li span:last-child {
	flex: 0 0 35%;
}
.priceTable li span .fa {
	color: #c1272d;
}
/* END: Price Table */


/* Try Sec */

.readySec {
	background: url(../../images/try-bg.jpg) center/cover no-repeat;
	padding: 5em 0;
	z-index: 6;
	position: relative;
	margin-bottom: 8em;
	text-align: center;
}
.rewards>.shadowLeft {
	bottom: -35%;
}
.readySec h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.readySec p {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.rewards .benefits {
	margin-top: 6em;
}
.rewards .benefits h2 {
	margin-bottom: 1.5em;
}
.rewards .benefits h6 {
	font-size: 20px;
	color: #d01318;
}
.rewards .underline {
	text-decoration: underline !important;
	color: #828282;
	font-size: 20px;
	font-weight: 600;
	margin-top: 1em;
	display: inline-block;
}
.terms-conditions {
	background: url(../../images/shade.jpg) bottom left/50% no-repeat;
	padding: 5em 0;
}
.terms-conditions h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
}
.terms-conditions hr {
	margin: 40px 0;
}
.terms-conditions h3 {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin: 1.5em 0 20px;
}
.numList li {
	list-style-type: devanagari;
	margin-left: 20px;
	color: #828282;
}
.numList li p {
	margin: 0 0 5px;
}
/* Try Sec */


/* Begin: footer */

footer {
	padding: 3em 0 0;
	z-index: 4;
	position: relative;
}
footer h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px;
}
footer p {
	font-size: 16px;
	margin: 0;
	color: #6c6c6c;
}
.footer-links p {
	margin: 0 0 55px 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	padding-top: 10px;
}
.footer-links ul li a {
	font-size: 18px;
	padding: 7px 0;
	color: #828282;
	display: block;
}
.footer-links ul li a:hover, .footer-links ul li a:focus {
	color: #c1272d;
}
.footer-links ul li a strong {
	color: #000;
	font-weight: 500;
}
.video-sec {
	padding-bottom: 180px;
}
.copyright-sec {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	margin-top: 30px;
}
.modal.show {
	background: rgb(0 0 0 / 0.7);
}
.box-fileupload {
	background: #d3e7ff;
	width: 100%;
	margin-bottom: 20px;
	border: 2px dashed #a9e4f1;
	border-radius: 3px;
	text-align: center;
	position: relative;
}
.box-fileupload__lable {
	font-size: 20px;
	margin: 10px 0;
	color: #1471ad;
}
.file-upload-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.modal .terms-conditions p {
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
.modal .terms-conditions h3 {
	font-weight: 700;
	font-size: 30px;
}
/* END: footer */

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {
}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {
}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {
}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {
}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {
}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {
}
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1600px) {
	.aboutSec .wrap {
		padding: 4em 16em 4em 30px;
	}
}
@media only screen and (max-width: 1440px) {
	.middle-row {
		padding: 36px 0;
	}
	.middle-row .logo img {
		width: 280px;
	}
	.main-slider {
		padding: 10em 0;
	}
	.aboutSec .wrap {
		padding: 4em 10em 4em 30px;
	}
	.aboutSec {
		background-size: 100% auto;
		background-position: center right;
	}
	.video {
		position: relative;
		padding: 5em 0 12em;
	}
	.video .videoWrap a {
		font-size: 80px;
	}
	.video .shadowRight {
		right: -28%;
		width: 55%;
	}
	.video .shadowLeft,  .aboutInner .shadowLeft {
		bottom: -5%;
		width: 45%;
	}
}
@media only screen and (max-width: 1366px) {
	.footer-links ul li a,  .navStyle .nav-pills li a,  .navStyle .tab-content .form-control,  p {
		font-size: 16px;
	}
	.priceTable li span,  .contactSec .btnStyle,  header .navbar .navbar-nav li a {
		font-size: 18px;
	}
	.aboutSec .wrap {
		padding: 4em 6em 4em 30px;
	}
	.aboutSec h4 {
		font-size: 28px;
	}
	.aboutSec h2 {
		font-size: 36px;
	}
	.ban h2 {
		font-size: 45px;
	}
	.ban {
		padding: 6em 0;
	}
	.formStyle .form-control {
		height: 60px;
	}
	.contactSec {
		background-size: 50% auto;
		background-position: top left;
	}
}
@media only screen and (max-width: 1199px) {
	.middle-row {
		padding: 20px 0;
	}
	.middle-row .logo img {
		width: 200px;
	}
	.middle-row a {
		font-size: 20px;
	}
	.middle-row a i.fas {
		top: -5px;
	}
	.socialIo li a {
		width: 40px;
		height: 40px;
	}
	.priceTable li span,  header .navbar .navbar-nav li a {
		font-size: 16px;
		padding: 0 26px;
	}
	.main-slider {
		padding: 5em 0;
	}
	.navStyle .nav-pills li a {
		margin-left: 20px;
	}
	.reserveParking .navStyle .nav-pills li a {
		margin: 0 20px 0 0;
	}
	.navStyle .tab-content .form-control {
		height: 50px;
	}
	.aboutSec .wrap {
		padding: 2em;
	}
	.bookParking .bookPArkingWrap h3 {
		font-size: 20px;
	}
	.ban {
		padding: 4em 0;
	}
	.ban h2 {
		font-size: 40px;
	}
	.terms-conditions h2 {
		font-size: 40px;
	}
	.terms-conditions h3 {
		font-size: 30px;
	}
	.footer-links ul li a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.middle-row {
		padding: 10px 0;
	}
	.middle-row .logo img {
		width: 150px;
	}
	.middle-row a {
		padding: 0;
		font-size: 18px;
	}
	.middle-row a i.fas {
		display: none;
	}
	.socialIo li a {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.priceTable li span,  header .navbar .navbar-nav li a {
		font-size: 15px;
		padding: 0 12px;
	}
	.navStyle .nav-pills li a {
		margin-left: 4px;
		min-width: 200px;
	}
	.reserveParking .navStyle .nav-pills li a {
		margin: 0 4px 0 0;
	}
	.aboutSec {
		background-size: cover;
	}
	.aboutSec h4 {
		font-size: 22px;
	}
	footer .socialIo {
		margin-bottom: 3em;
	}
	.aboutInner {
		padding: 0em 0 8em;
	}
	.shuttleServices,  .rewards,  .rates {
		padding-top: 4em;
	}
}
@media only screen and (max-width: 767px) {
	.navStyle .nav-pills {
		flex-flow: column;
	}
	.navStyle .nav-pills li a {
		border-radius: 0;
		border-bottom: 1px solid #848484;
	}
	footer {
		text-align: center;
	}
	.middle-row .logo {
		position: unset;
		margin: 0 auto 10px;
	}
	.middle-row .logo img {
		width: 250px;
	}
	.middle-row a {
		font-size: 24px;
	}
	.middle-row .socialIo {
		margin: 6px 0 15px 0;
	}
	header .navbar {
		justify-content: flex-end;
		padding: 5px 0;
	}
	header .navbar .navbar-toggler {
		color: #fff;
	}
	header .navbar .navbar-nav li {
		padding: 0;
	}
	header .navbar .navbar-nav li a {
		padding: 10px 0;
		border: 0;
		text-align: center;
	}
	.socialIo li a {
		width: 50px;
		height: 50px;
	}
	.main-slider {
		padding: 2em 0;
	}
	.video {
		padding: 5em 0;
	}
	.video h2 {
		margin-bottom: 0.5em;
	}
	.video .videoWrap a {
		font-size: 60px;
	}
	.bookParking {
		padding-bottom: 5em;
	}
	.navStyle .nav-pills {
		flex-flow: column;
	}
	.navStyle .nav-pills li a {
		border-radius: 0;
		border-bottom: 1px solid #848484;
	}
	footer {
		text-align: center;
	}
	.aboutSec h2,  .ban h2 {
		font-size: 30px;
	}
	.priceTable li span,  .priceTable li span:last-child {
		flex: 0 0 50%;
	}
	.contactSec .content p .telephone {
		display: block;
		border-right: 0;
		padding: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 575px) {
	.row-cols-sm-2>*,  row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.aboutSec .wrap {
		padding: 2em 1em;
	}
	.video h2 {
		font-size: 35px;
	}
	.bookParking .bookPArkingWrap h3 {
		font-size: 26px;
	}
	.aboutInner {
		padding: 2em 0;
	}
	.ban {
		padding: 2em 0;
	}
	.aboutSec h2,  .ban h2,  .ban h2,  .rewards .benefits h2 {
		font-size: 22px;
	}
	.footer-links ul li a,  .navStyle .nav-pills li a,  .navStyle .tab-content .form-control,  p {
		font-size: 15px;
	}
	.navStyle .tab-content {
		padding: 20px 15px 0;
	}
	.btnStyle {
		padding: 12px 20px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.rewards .underline {
		margin: 0 0 20px;
		font-size: 16px;
	}
	.rewards .benefits {
		margin-top: 2em;
	}
	.rewards .benefits h2 {
		margin-bottom: 0.5em;
	}
	.rewards .benefits h6 {
		font-size: 16px;
	}
	.readySec {
		padding: 2em 10px;
	}
	.readySec h2 {
		font-size: 30px;
	}
	.readySec p {
		font-size: 16px;
	}
	.priceTable li {
		flex-flow: column;
		align-items: flex-start;
	}
	.priceTable li span,  .priceTable li span:last-child {
		flex: 0 0 100%;
	}
	.priceTable li span {
		font-size: 18px;
	}
	.priceTable li span:last-child {
		font-size: 15px;
	}
	.priceTable {
		margin: 0;
	}
	.contactSec {
		padding: 3em 0;
	}
	.contactSec .content {
		padding: 30px 15px;
		margin-bottom: 3em;
	}
	.formStyle .form-control {
		height: 50px;
		margin-bottom: 15px;
	}
	.contactSec .content h2 {
		font-size: 30px;
	}
	.terms-conditions h2 {
		font-size: 30px;
	}
	.terms-conditions hr {
		margin: 20px 0;
	}
	.terms-conditions h3 {
		font-size: 20px;
		margin: 0.5em 0 10px;
	}
	.terms-conditions {
		padding: 3em 0;
	}
}
.btncustom {
	background-color: #c1272d !important;
	margin-top: 20px;
	color: #FFF !important;
}
.navStyle {
	margin: 0;
}
.navStyle .nav-pills li {
	box-shadow: 3px -5px 8px 0px #b6b4b4;
}
