
.pricing-container {
	width: 100%;
	max-width: 1170px;
	margin: 4em auto;
}

.pricing-container {
    margin: 0;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-list {
	margin: 2em 0 0;
	padding: 0px;
	margin: 0px;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    /* background: blue; */
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
  }
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
	position: relative;
	/* background: beige; */
	padding: 0px;
	margin: 0px;
}

.pricing-wrapper > li {
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}


@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50;
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.pricing-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #1bbc9d;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  /* overflow-x: auto; */
  -webkit-overflow-scrolling: touch;
  height:450px;
}
@media only screen and (max-width: 991px) {
	.pricing-body {
	  /* overflow-x: auto; */
	  -webkit-overflow-scrolling: touch;
	  height:250px;
	}
}
.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    /* overflow-x: visible; */
}

.pricing-features {
	width: 600px;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-features {
    width: auto;
    color: #173d50;
    list-style-type: none;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.pricing-features.right li {
    padding: 0.5em;
}

.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
}

.right-bullet {
	font-size:16px;
	float: left;
	padding-left: 15px;
	padding-top: 8px;
}

.extra_text{
	margin-left: 108px;
	margin-top: -20px;
	display: block;
}

@media only screen and (max-width: 1200px) {
	.right-bullet {
		font-size:13px;
		float: left;
		padding-left: 15px;
		padding-top: 8px;
	}
}
.price-content
{
	background-color:#669700;
	padding:15px;
}
@media only screen and (max-width:650px)
{
	.pricing-features li {
	    float: none;
	    width: auto;
	    padding: 0px;
	}
	.pricing-features {
	    width: auto;
	    margin-left: -40px;
	}
	.right-bullet {
	    font-size: 11px;
	    float: left;
	    padding-left: 15px;
	    padding-top: 8px;
	    width: 80%;
		text-align:left;
		white-space: normal;
	}
	.price-content
	{
		white-space: normal;
		background-color:#669700;
		padding:15px;
		padding-right:0px;
		padding-left:0px;
		
	}
	
	.extra_text{
		font-size: 11px;
		margin-top: -15px;
    	margin-left: 52px;
	}
}