﻿body {

}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.pricing_plan {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-bottom-color: #cccccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    text-align: center;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
* {
    box-sizing: border-box;
}
.pricing-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 2px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 2px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 2px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-align: center;
}
.pricing_plan h3 {
    background-color: #fff;
    background-image:url("../img/GPlay.jpg");
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 60px;
}
/*.pricing_plan.special {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: -15px;
}*/
.pricing_plan.special h3 {
    background-color: #7eb0db;
    background-image: url("../img/GPlay.jpg");
    color: black;
}

.pricing_plan .the_price {
    border-bottom-color: #cccccc;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 105px;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 40%;
}
* {
    box-sizing: border-box;
}

section.parallax.call_to_action {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
section.call_to_action {
    text-align: center;
}
section.parallax.call_to_action {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
section.parallax.call_to_action .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
}
section.parallax.call_to_action.skincolored .overlay {
    background-color: rgba(66, 139, 202, 0.6);
}
section.parallax.call_to_action h3 {
    color: #fff;
    position: relative;
}
section.parallax.call_to_action h4 {
    color: #fff;
    position: relative;
}