.pricing-main-container{
  background: #f8f9fd;
}

.pricing-container {
  line-height: 1;
	color: #2d3d4f;
	max-width: 775px;
  margin: 110px auto 240px auto;
  }
.pricing-container ol, .pricing-container ul {
	list-style: none;
}
.pricing-container blockquote, .pricing-container q {
	quotes: none;
}
.pricing-container blockquote:before, .pricing-container blockquote:after,
.pricing-container q:before, .pricing-container q:after {
	content: '';
	content: none;
}
.pricing-container table {
	border-collapse: collapse;
	border-spacing: 0;
}
.pricing-container *,
.pricing-container *::after,
.pricing-container *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-container  * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pricing-container a {
	text-decoration: none;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 5px;
  border-radius: 50em;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 5px;
	border-radius: 50em;
  border: 2px solid #2d3e50;
  margin: 5px;
  background: darkgray;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 38px;
	cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.pricing-switcher .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	width: 100px;
	background: #FF8A15;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(140px);
	-moz-transform: translateX(140px);
	-ms-transform: translateX(140px);
	-o-transform: translateX(140px);
	transform: translateX(100px);
}

.no-js .pricing-switcher {
	display: none;
}

.pricing-list {
	margin: 2em 0 0;
}

.pricing-list-b2b {
  display: flex;
  justify-content: center;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .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;
}

.touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  outline: 1px solid transparent;
  height: 600px;
}

.charity-price {
  line-height: 1.4;
  height: unset !important;
  display: flex;
  align-items: baseline;
  width: 82% !important;
  padding: 4px 9px;
  margin: auto;
}

.charity-price span{
 white-space: pre-wrap;
 margin: 0 !important;
}

.charity-price-1 {
  display: list-item !important;
  height: unset;
}

.charity-price-1 a {
  padding-left: 20px;
  text-decoration: underline;
  color: #2d3d4f;
}

.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));
}

.pricing-wrapper > li.is-ended::after {
	display: none;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
	z-index: 3 !important;
}

@media screen and (max-width: 768px) {
  .empty-line {
    display: none;
  }
  .pricing-footer {
    position: unset !important;
    padding-bottom: 24px !important;
    margin-top: 40px !important;
  }
  .pricing-wrapper > li {
    height: unset;
  }
  .charity-price-section .pricing-footer {
    margin-top: 100px !important;
  }
  .charity-price-section .pricing-features {
    width: 70% !important;
    margin: auto;
  }
  .pricing-list-b2b {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .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;
  }
}

.no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2,
.price-home-page  {
	padding: 0.9em 8px 0.6em;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 4px;
	text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  padding-top: 0px;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
    padding-top: 1em;
}

.exclusive .pricing-header {
  color: #1bbc9d;
  background-color: transparent;
}

.pricing-container .currency{
	font-size: 3rem;
	font-weight: 300;
}

.pricing-container .duration, 
.pricing-container .duration-without-before  {
	font-weight: 700;
	font-size: 14px;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration, 
.exclusive .duration-without-before {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.pricing-container .value {
    font-size: 32px;
    font-weight: 300;
}

.pricing-container .currency,
.pricing-container .duration, 
.pricing-container .duration-without-before {
    color: #1bbc9d;
}

.exclusive .currency,
.exclusive .duration, 
.exclusive .duration-without-before {
    color: #2d3e50;
}

.pricing-container .currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
	width: 600px;
  margin-left: 12px !important;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pricing-features em {
	display: block;
  margin-bottom: 5px;
  margin-right: 12px;
	font-weight: 600;
}

.pricing-features {
    width: fit-content;
    margin: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 9px;
    height: 32px;
}

.exclusive .pricing-features li {
  margin: 0 3px;
}

.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%;
}
.grey-footer-btn button {
  background: gray !important;
}
.pricing-footer {
    height: auto;
    text-align: center;
    margin-top: 535px;
}
.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.pricing-container .select {
  padding: 8px 12px;
  font-size: 16px;
	white-space: nowrap;
  position: static;
  display: inline-block;
  height: auto;
  color: #1bbc9d;
  border-radius: 8px;
  border: 2px solid #1bbc9d;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
}

.pay-input.select{
    color: #1bbc9d!important;
    border: 2px solid #1bbc9d!important;
    background: none!important;
}
.pay-input-total-text{
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.pricing-wrapper .mini-loader{
    display: none;
}
.no-touch .select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.no-touch .exclusive .select:hover {
  background-color: #FF8A15;
}
.secondary-theme .exclusive .select {
  background-color: #FF8A15;
}
.no-touch .secondary-theme .exclusive .select:hover {
  background-color: #112e3c;
}
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}
.twenty-twenty-text h2{
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.twenty-twenty-text .twenty-one{
  margin-bottom: 5px;
}

.pricing-container .empty-line{
  height: 32px;
  width: 100%;
}
@media screen and (max-width:767px){
  .pricing-container {
    width: 60%;
  }
}

@media screen and (max-width:480px){
  .pricing-container {
    width: 85%;
  }

  .pricing-switcher .fieldset{
    transform: scale(0.7);
    width: 215px;
    margin-left: -15px;
  }

}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
