@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
/* Default tab style */
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.5em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-car::before {
  font-family:"FontAwesome";
    content: "\f1b9";
}
.icon-holiday::before {
  font-family:"FontAwesome";
    content: "\f2bb";
}
.icon-rent::before {
  font-family:"FontAwesome";
    content: "\f084";
}
.icon-house::before {
  font-family:"FontAwesome";
    content: "\f015";
}
.icon-plan::before {
  font-family:"FontAwesome";
    content: "\f072";
}
.icon-bike::before {
  font-family:"FontAwesome";
    content: "\f21c";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding:0;
	max-width: 100%;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.content-wrap section.content-current{
	padding-top: 30px;
}

.content-wrap section.content-current .pricing-item {
  padding: 60px 40px;
  background: #fff;
  height:97%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}
.content-wrap section.content-current .pricing-item a{
  color:#000000;
  font-weight: 600;
  margin-top:-20px;
}
.content-wrap section.content-current .sectitle {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-primary);
	
}
.content-wrap section.content-current h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  padding:6px;
  width:250px;
  background-color: var(--color-default);
  border-radius: 50px;
  margin:-85px auto 15px auto;
}
.content-wrap section.content-current h3 span {
  font-size: 40px;
  font-style: italic;
  font-weight:900;
}

.content-wrap section.content-current h2 {
  font-weight: 600;
  color: var(--color-default);
}

.content-wrap section.content-current h4 {
  font-size: 36px;
  color: var(--color-default);
  font-weight: 400;
  margin-bottom: 25px;
}


.content-wrap section.content-current h5 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
  padding:10px;
  background-color: var(--color-yellow);
  border-radius: 50px;
}
.content-wrap section.content-current p {
	color: var(--color-primary);
    font-size: 20px;
	text-align: left;
	line-height:35px;
	font-weight:600;
	
}

.content-wrap section.content-current ul {
  padding: 20px 0;
  list-style: none;
  color:var(--color-primary);
  font-size:20px;
  font-weight:600;
  text-align: left;
  line-height: 30px;
}

.content-wrap section.content-current ul li {
  padding: 10px 0;
/* display: flex; */
  align-items: center;
  border-bottom: 1px solid #fe7000;
}
.content-wrap section.content-current ol {
  padding: 15px 0;
  color:#000000;
  font-size:20px;
  font-weight:600;
  text-align: left;
  line-height:30px;
  list-style: none;
}

.content-wrap section.content-current ol li {
  padding: 10px 0;
 /* display: flex; */
  align-items: center;
 border-bottom:none;
}
.content-wrap section.content-current ul i {
  color: darkorange;
  padding-right:10px;
}
.content-wrap section.content-current .buy-btn {
  display: inline-block;
  width:250px;
  padding: 12px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: 0.3s;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.content-wrap section.content-current .buy-btn:hover {
  background: var(--color-default);
  border: 1px solid var(--color-default);
}

.content-wrap section.content-current .featured {
  border-top-color: var(--color-default);
}

.content-wrap section.content-current .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
}

.content-wrap section.content-current .featured .btn-danger {
  color: #fff;
}

@media (max-width: 992px) {
  .content-wrap section.content-current .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .content-wrap section.content-current .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .content-wrap section.content-current .box {
    max-width: 100%;
    margin: 0 auto 30px auto;  
  }
}



/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}