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


.background-table {
  /****************\
      BACKGROUND
  \****************/
  background: linear-gradient(45deg, rgb(230, 47, 47) 0%, hsla(207, 96%, 50%, 0) 70%), linear-gradient(135deg, rgb(255, 0, 0) 10%, hsla(189, 98%, 50%, 0) 80%), linear-gradient(225deg, rgb(139, 0, 0) 10%, hsla(203, 92%, 46%, 0) 80%), linear-gradient(315deg, rgb(78, 3, 0) 100%, hsla(217, 91%, 44%, 0) 70%);
  margin: 0;
  height: 80vh;
  width: 99vw;
  position: absolute;
  z-index: -2;
  /* top: 0px;*/
  margin-left: -1px; 
  
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.price-all-wrapper {
  width: 100%;
  margin: auto;
}

.price-change_wrapper {
  width: 750px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 30px;
  cursor: pointer;
}

.price-change {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 2;
}

.price-change__text {
  width: 50%;
  text-align: center;
  padding: 5px 10px;
  font-size: 1.2vw;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.price-change__text.active {
  color: #ff0000;
}

.price-change__text.inactive {
  color: #fff;
}

.price-change_background {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}

.price-table {
  display: -webkit-box;
  display: flex;
  text-align: center;
  margin-top: 90px;
}

.price-table_plan {
  background-color: #fff;
  padding: 30px 50px;
  border-right: 1px solid rgba(216, 216, 216, 0.5);
  -webkit-box-flex: 1;
          flex-grow: 1;
  /* height: 295px; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  /*   max-width: 110px; */
  width: 25%;
}

.price-table__plan-name p {
  margin: 0;
  font-size: 1.9em;
}

.price-table__plan-name small {
  color: #afafaf;
  display: inline-block;
  border-top: 1px solid rgba(136, 136, 136, 0.5);
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  padding: 3px 0px;
  margin: 5px 0px;
  font-size: 0.85em;
  width: 100%;
}

.price-table__plan-price {
  font-weight: bold;
  font-size: 2.3em;
  margin: 10px 0px;
  color: #03B7FA;
  display: inline-block;
}

.price-table__month {
  color: #03B7FA;  
}

.price-table_plan--active .price-table__month {
  color: #fff;
}

.price-table__small-info {
  color: #000000;
  border-top: 1px solid rgba(255, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 0, 0, 0.5);
  font-size: 0.85em;
  padding: 5px 0px;
  margin: 5px 0px;
  /* text-transform: uppercase; */
}

.price-table__get-button {
  border: 0;
  padding: 10px;
  width: 80%;
  border-radius: 3px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background-color: #bfc2c0;
}

.price-table_plan--active {
  /* height: 320px; */
  position: relative;
  top: -24px;
  padding: 54px 50px 6px;
  background-color: #000000;
  font-weight: bold;
  color: #00c52b;
  border: 0;
}

.price-table_plan--active .price-table__plan-name small,
.price-table_plan--active .price-table__small-info,
.price-table_plan--active .price-table__plan-price {
  color: #fff;
}

.price-table_plan--active > .price-table__get-button {
  background-color: #00c52b;
  color: rgb(255, 255, 255);
}

.price-table_featured-table{
  padding: 0px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  /*   box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
  border: 1px solid rgba(0, 0, 0, .12);
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.price-table_featured-table table {
  width: 100%;
}
.price-table_featured-table table thead tr th{
  padding: 20px 0px;
  text-transform: uppercase;
  text-align: center;
}
.price-table_featured-table table thead tr th:nth-child(1){
  width: 25%;
}
.price-table_featured-table table thead tr th:nth-child(n+2){
  width: 10%;
}
.price-table_featured-table table tbody tr{
  text-align: center;
  font-size: 13px;
  color: #00c52b;
}
.price-table_featured-table table tbody tr:nth-child(odd){
  background: #d6f0fd;
}
.price-table_featured-table table tbody tr td:first-child{
  text-align: left;
  color: #757575;
  padding: 15px;
}
.price-table_featured-table table tbody tr td i{
  font-size: 16px;
}

.fa-question-circle {
  margin-left: 4px;  
  color: #000000;
  cursor: help;
}
.fa-question-circle:hover {  
  color: #00c52b;
  
}

.fa-times {
  color: #ff0000;
  
}
.ui-tooltip {
	padding: 25px;
	position: absolute;
	z-index: 9999;
	max-width: 350px;
  background-color: #0a0a0a;
  border-width: 2px;	
  color: #fff;
  font-size: 15px;
  box-shadow: -7px -7px 0 rgb(190, 190, 190);
  text-transform: none;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
