
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --free: #00568e;
  --silver: #f73859;
  --gold: #00AEEF;
  --platinum: #47a447;
  --nonprofit: #00568e;
}


button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}


.plan:nth-child(1),
.plan:nth-child(6) {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



.plan {
  max-width: 1280px;
  margin: 0 auto;
}


/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table-wrapper {
  background: var(--white);
}

table {
  position: relative;
  text-align: center;
  width: 100%;
}

table free {
  background: var(--white);
  transition: box-shadow 0.2s;
}

table tr {
  display: flex;
  
}


table th,
table td {
  width: 25%;
  min-width: 150px;
}
.selectPlan{
  text-align: center;
}
#price thead.fixed {position:fixed;top:0;}

table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 20px;  
  background: var(--white);
}

table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
  color: #e73f2f;
}

table th:nth-child(1) svg {
  width: 50px;
  height: 22px;
}

table th .price-heading {
  padding: 0.4rem;
  color: var(--white); 
}

table th .type {
  padding: 15px;
  height: 45px;
  color: #031b4e;
}

table th .info {
  position: relative;
  padding: 1.5rem 0;
  height: 120px;
  border-left: 1px solid var(--lightgray);
}

table th .amount {
  font-size: 1.5rem;
}

table th .amount span {
  display: block;
  transform: translateY(-8px);
}

table th:nth-child(2) .amount {
  color: #031b4e;
}

table th:nth-child(3) .amount {
  color: #031b4e;
}

table th:nth-child(4) .amount {
  color: #031b4e;
}
table th:nth-child(5) .amount {
  color: #031b4e;
}
table th:nth-child(6) .amount {
  color: #031b4e;
}
table th .billing-msg,
table th .amount span {
  font-weight: normal;
  font-size: 1.25rem;
  display: inline-block;
  margin: 10px;
  margin-bottom: 0px;
  position: relative;
  user-select: none;
}
.old-price{
  bottom: -6px;
}
table th .amount span::after, table th .amount span::before {
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
	cursor: default;
}

table th button {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 10px;
  transition: all 0.2s;
}

table th:nth-child(2) button {
  color: #e73f2f;
  border: 1px solid #e73f2f;
}

table th:nth-child(2) button:hover {
  background: #e73f2f;
}

table th:nth-child(3) button {
  color: #e73f2f;
  border: 1px solid #e73f2f;
}

table th:nth-child(3) button:hover {
  background: #e73f2f;
}

table th:nth-child(4) button {
  color: #e73f2f;
  border: 1px solid #e73f2f;
}

table th:nth-child(4) button:hover {
  background: #e73f2f;
}
table, th, td {
  border-bottom: 1px solid #c7c7c779;
}
table th:nth-child(5) button {
  color: #e73f2f;
  border: 1px solid #e73f2f;
}

table th:nth-child(5) button:hover {
  background: #e73f2f;
}

table th:nth-child(6) button {
  color: #e73f2f;
  border: 1px solid #e73f2f;
}

table th:nth-child(6) button:hover {
  background: #e73f2f;
}

table th button:hover {
  color: var(--white);
}
 
table td {
  padding: 7px;
}

table td:not(:first-child) {
  border-left: 1px solid var(--lightgray); 
}

table td:first-child {
  font-size: 13px;
  text-align: left;
}

table svg {
  width: 18px;
  height: 18px;
}

table svg.not-included {
  fill: var(--gray);
}




/* BODY CLASSES & MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sticky-table thead tr,
.sticky2-table thead tr {
  z-index: 1;
}

@media screen and (min-width: 780px) {
  .plan:nth-child(1),
  .plan:nth-child(6) {
    padding: 0;
  }
  
  .plan:nth-child(1) {
    height: 20vh;
  }
  
  .plan:nth-child(6) {
    height: 20vh;
  }
  
  table th:nth-child(1) {
    padding: 0 0px;
  }
  
  table td {
    padding: 7px;
  }
  
  .sticky-table table thead {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }

  .sticky-table table thead {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  }

  .sticky2-table table thead {
    position: absolute;
    left: 0;
  }
}

/*---------------------------------------------------*/

/* price icon
----------------------------------------------------*/
.check{
	content: "\f00c";   
    color: #3EC1D5;
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  font-size: 0.85rem;
  padding: 10px;
  text-align: right;
  color: var(--black);
}

.page-footer span {
  color: #e31b23;
}
 
.page-footer{
  width: auto; /*if you want a fixed width, set it here, else set to auto*/
  min-width: 0/*100%*/; /*if you want a % width, set it here, else set to 0*/
  height: 188px/*100%*/; /*set table height here; can be fixed value or %*/
  min-height: 0/*104px*/; /*if using % height, make this large enough to fit scrollbar arrows + caption + thead*/
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 20px 0 20px 0; /*need enough padding to make room for caption*/
  text-align: left;
}
.scrollingtable * {box-sizing: border-box;}
.scrollingtable > div {
  position: relative;
  border-top: 1px solid black;
  height: 100%;
  padding-top: 20px; /*this determines column header height*/
}
.scrollingtable > div:before {
  top: 0;
  background: cornflowerblue; /*header row background color*/
}
.scrollingtable > div:before,
.scrollingtable > div > div:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}
.scrollingtable > div > div {
  min-height: 0/*43px*/; /*if using % height, make this large enough to fit scrollbar arrows*/
  max-height: 100%;
  overflow: scroll/*auto*/; /*set to auto if using fixed or % width; else scroll*/
  overflow-x: hidden;
  border: 1px solid black; /*border around table body*/
}
.scrollingtable > div > div:after {background: white;} /*match page background color*/
.scrollingtable > div > div > table {
  width: 100%;
  border-spacing: 0;
  margin-top: -20px; /*inverse of column header height*/
  /*margin-right: 17px;*/ /*uncomment if using % width*/
}
.scrollingtable > div > div > table > caption {
  position: absolute;
  top: -20px; /*inverse of caption height*/
  margin-top: -1px; /*inverse of border-width*/
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.scrollingtable > div > div > table >  tr >  {padding: 0;}
.scrollingtable > div > div > table > thead {
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
}
.scrollingtable > div > div > table > thead > tr > * > div {
  display: inline-block;
  padding: 0 6px 0 6px; /*header cell padding*/
}
.scrollingtable > div > div > table > thead > tr > :first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px; /*match column header height*/
  border-left: 1px solid black; /*leftmost header border*/
}
.scrollingtable > div > div > table > thead > tr > * > div[label]:before,
.scrollingtable > div > div > table > thead > tr > * > div > div:first-child,
.scrollingtable > div > div > table > thead > tr > * + :before {
  position: absolute;
  top: 0;
  white-space: pre-wrap;
  color: white; /*header row font color*/
}
.scrollingtable > div > div > table > thead > tr > * > div[label]:before,
.scrollingtable > div > div > table > thead > tr > * > div[label]:after {content: attr(label);}
.scrollingtable > div > div > table > thead > tr > * + :before {
  content: "";
  display: block;
  min-height: 20px; /*match column header height*/
  padding-top: 1px;
  border-left: 1px solid black; /*borders between header cells*/
}
.scrollingtable .scrollbarhead {float: right;}
.scrollingtable .scrollbarhead:before {
  position: absolute;
  width: 100px;
  top: -1px; /*inverse border-width*/
  background: white; /*match page background color*/
}
.scrollingtable > div > div > table > tbody > tr:after {
  content: "";
  display: table-cell;
  position: relative;
  padding: 0;
  border-top: 1px solid black;
  top: -1px; /*inverse of border width*/
}
.scrollingtable > div > div > table > tbody {vertical-align: top;}
.scrollingtable > div > div > table > tbody > tr {background: white;}
.scrollingtable > div > div > table > tbody > tr > * {
  border-bottom: 1px solid black;
  padding: 0 6px 0 6px;
  height: 20px; /*match column header height*/
}
.scrollingtable > div > div > table > tbody:last-of-type > tr:last-child > * {border-bottom: none;}
.scrollingtable > div > div > table > tbody > tr:nth-child(even) {background: gainsboro;} /*alternate row color*/
.scrollingtable > div > div > table > tbody > tr >   {border-left: 1px solid black;} 


table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}

th.bg_top_select::before{
    position: absolute;
    content: '';
    top: -5px;
    /*width: 16.67%;*/
	width: 25%;
    height: 10px;
    background:#e73f2f;
} 
th.bg_top_silver::before{
  position: absolute;
  content: '';
  top: -5px;
  left: 25%;
  width: 25%;
  height: 10px;
  background: #0b72f8;

}
th.bg_top_platinum::before{
  position: absolute;
    content: '';
    top: -5px;
	left: 75%;
    width: 25%;
    height: 10px;
    background: #47a447;
} 
th.bg_top_gold::before{
    position: absolute;
    content: '';
    top: -5px;
	left: 50%;
    width: 25%;
    height: 10px;
    background: #F80;
} 

/*th.bg_top_free::before{
  position: absolute;
  content: '';
  top: -5px;
  left: 16.67%;
  width: 16.67%;
  height: 10px;
  background: #0b72f8;

}
th.bg_top_nonprofit::before{
  position: absolute;
    content: '';
    top: -5px;
    width: 16.67%;
    left: 33.33%;
    height: 10px;
    background: #0b72f8;
} 
th.bg_top_silver::before{
    position: absolute;
    content: '';
    top: -5px;
    width: 16.67%;
    left: 66.67%;
    height: 10px;
    background: #47a447;
} 
th.bg_top_platinum::before{
  position: absolute;
    content: '';
    top: -5px;
    width: 16.67%;
    left: 83.33%;
    height: 10px;
    background: #47a447;
} 
th.bg_top_gold::before{
  position: absolute;
    content: '';
    top: -5px;
    width: 16.67%;
    left: 50%;
    height: 10px;
    background: #47a447;
  }*/

table th{
  text-align: center;
}

th:nth-child(odd){ background: #E9EFF3 !important; }
th:nth-child(even){ background-color:#ffffff; }


td:nth-child(odd){ background: #E9EFF3 !important; }
td:nth-child(even){ background-color:#ffffff; }

td.row-head:nth-child(1){ background: #191C20 !important; }

.row-head
{
	color:#ffffff;
	width: 100%;
	background: #191c20;
}
span.checked{
  background: url(../img/upload/icons-bullet-blue.svg) no-repeat;
  width: 18px;
  height: 19px;
  position: absolute;
  margin-left: -9px;
}
table th .billing-msg{
  width: 35px;
  height:20px;
  margin: 0 auto;
}
table th .billing-msg img{
 width:100%;
 height: 100%;
}


table th:nth-child(1),
table td:nth-child(1) {
  border-left: 4px solid #e73f2f;
}

table th:nth-child(2),
table td:nth-child(2)  {
  border-left: 4px solid #0b72f8;
}
table th:nth-child(4),
table td:nth-child(4)  {
  border-left: 4px solid #47a447;
}

table th:nth-child(3),
table td:nth-child(3) {
  border-left: 4px solid #F80;
}
table td:nth-child(2) {
  border-right: 1px solid #ffffff;
}

td.row-head:nth-child(1){ background: #191C20 !important;
  border-left: 1px solid #47a447 !important; }

.checkmark {
  width: 18px;
  height: 19px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  margin: 0 auto;
  stroke: #fff;
  box-shadow: inset 0px 0px 0px #e63627;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #e63627;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #e63627;
  }
}

.price-hint {
  text-align: left;
  margin-top: 10px;
}

/* Cross */
.amount del {
  color: #e73f2f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  user-select: none;
}
.amount del::before {
  content: " ";
  display: block;
  width:30px;
  height: 30px;
  position: absolute;
  bottom: -3px;
  left: -3px;
  background-image: url(../img/cross.png);
  }

/*  .amount del:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 3px solid rgba(231, 63, 47, 0.9);
  height: 4px;
  position: absolute;
  bottom: 8px;
  left: -5px;
  transform: rotate(40deg);
}*/

.amount .space {
  margin: 0;
  margin-bottom: 28px;
}

.ribbonS {
	width: 140px;
    height: 140px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
  }
  .ribbonS::before,
  .ribbonS::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
    border: 5px solid #2e532e;
  }
  .ribbonS span {
	position: absolute;
	display: block;
    width: 140px;
    padding: 11px 0;
	background-color: #419641;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
	top: -10px;
    margin-left: -11px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 5px;
    right: 37px;
  }
  .ribbon-top-left::after {
	bottom: 30px;
	left: 1px;
  }
  .ribbon-top-left span {
	right: 31px;
	font-size: 14px;
	top: 30px;
	transform: rotate(-45deg);
  }
  #second, #third, #msgSubmit{
    display: none;
  }
  #first{
    display: block;
  }