@import url("https://fonts.googleapis.com/css?family=Raleway:500,600");
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

.a-margin-t-30 {
    margin-top: 30px !important;
}

.a-margin-b-0 {
    margin-bottom: 0;
}

.websiteNavAll .navbar-default.pricing-nav .navbar-nav li a, .websiteNavAll .navbar-default.pricing-nav{
   color: #484848 !important; 
   background-color: #fff;
   box-shadow: none !important;
   transition-delay: background-color 0.3s ease;
}

.websiteNavAll .navbar-default.pricing-nav .navbar-nav li a:hover {
    color: #fff !important;
    background-color: #92298e !important;
 }

.websiteNavAll .navbar-default.pricing-nav .navbar-nav li a.activea {
   color: #fff !important;
   background-color: #92298e;
   box-shadow: none !important;
}

.company-logo {
    height: 70px;
}

.content-space {
    padding: 40px 0;
}

.plan-table-controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    margin-bottom: 20px;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .billed {
    color: #a8d3ca;
    font-size: 11px;
    margin-bottom: 0;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid white;
    background: #a8d3ca;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

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

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 88px;
    height: 35px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: white;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 91px;
    background-color: white;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label {
    color: #428a7c;
}

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

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

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

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-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);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

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

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

.monthly-price {
    display: none;
}

.table-colored__border {
    border-collapse: initial;
}

.every-plus {
    font-style: italic;
}

.features-heading {
    background-color: white;
    border: none;
}

@media (max-width: 992px) {
    .more-features {
        display: none;
    }
}

.fa-angle-down {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.fa-angle-down::before {
    margin-left: 5px;
}

.features-section__table .collapse-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 100;
    font-size: 24px;
    background: none;
    color: #428a7c;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: -42%;
    outline: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.features-section__table .collapse-btn:active {
    background: none;
    outline: none;
    box-shadow: none;
}

.collapse-table .table-header tr {
    border: 1px solid #f0f0f0 !important;
    color: #428a7c;
}

.collapse-table .table-body {
    border-bottom: 1px solid #f0f0f0;
}

.collapse-table .table-body td {
    vertical-align: middle;
    font-size: 14px;
}

.collapse-table .table-body__item {
    text-align: center;
    height: 50px;
    width: 16.66667%;
    min-width: 150px;
}

.collapse-table .table-body__feature {
    width: 16.66667%;
    min-width: 150px;
}

.collapse-table .table-body .advance-btn {
    cursor: pointer;
    color: #428a7c;
}

.a-padding-tb-15 {
    padding: 15px auto;
}

.a-padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .a-padding-lr-0 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pricingPage .pricing-block {
    background: #fff;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    height: 830px;
}

.pricing-block {
    background: #fff;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    height: 570px;
}



.pricing-block.pricing-block--home {
    padding-top: 17px
}

.plan-table-controls--home.plan-table-controls {
    margin-bottom: -33px;
}

.pricing-block__head-img {
    margin-bottom: -40px;
    top: -55px;
    position: relative;
}

.pricing-block__price h2 {
    color: #428a7c;
}

.pricing-block__price h2 small {
    color: #bbb;
    font-size: 12px;
    font-weight: 600;
}

.pricing-block__price p {
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: -12px;
}

.pricing-block__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pricing-block__btn .btn-cta {
    margin: 20px auto;
    width: 135px;
    border-radius: 2px;
}

.pricing-block__btn .btn-cta.btn-nonPro {
    position: relative;
    border-color: #f0f0f0;
    color: #428a7c;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-block__btn .btn-cta.btn-nonPro:hover {
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.18), 0 4px 18px 0 rgba(0, 0, 0, 0.15);
    color: #428a7c;
}

.pricing-block__btn .btn-cta.btn-nonPro:visited {
    background: #fff;
}

.pricing-block__btn .btn-cta.btn-pro {
    position: relative;
    /* border: 1px solid white;*/
    background-color: white;
    color: #428a7c;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-block__btn .btn-cta.btn-pro:hover {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.18), 0 4px 18px 0 rgba(0, 0, 0, 0.15);
}

.pricing-block__btn p {
    font-size: 13px;
    color: #bbb;
}

.pricing-block__features {
    padding: 15px 12px;
    font-size: 14px;
}

.pricing-block__features p {
    font-size: 13px;
    color: #bbb;
}

.pricing-block__features-list {
    padding-left: 22px;
}

.pricing-block__foot {
    background-color: #f0f0f0;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 30px;*/
}

.pricing-block__foot a {
    color: #bbb;
}

@media (max-width: 1024px) {
    .pricing-block {
        height: 730px;
    }
}

@media (max-width: 992px) {
    .pricing-block {
        margin-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .pricing-block {
        height: auto;
    }
}

#pricing-pro {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    background-color: #428a7c;
}

#pricing-pro .pricing-block__head-text h4 {
    color: white;
}

#pricing-pro .pricing-block__price h2 {
    color: white;
}

#pricing-pro .pricing-block__price h2 small {
    color: #a8d3ca;
}

#pricing-pro .pricing-block__price p {
    color: #a8d3ca;
}

#pricing-pro .pricing-block__btn p {
    color: #a8d3ca;
}

#pricing-pro .pricing-block__features {
    margin-bottom: 23px;
}

#pricing-pro .pricing-block__features p {
    color: #a8d3ca;
}

#pricing-pro .pricing-block__features li {
    color: white;
}

@media (max-width: 992px) {
    #pricing-pro {
        width: auto;
    }
}

/* .free-plan .pricing-block__features {
    margin-bottom: 46px;
} */

.growth-plan {
    border-left: 0;
}

@media (max-width: 992px) {
    .growth-plan {
        border-left: 1px solid #f0f0f0;
    }
}

.pro-plan {
    border-left: 0;
}

@media (max-width: 992px) {
    .pro-plan {
        border-left: 1px solid #f0f0f0;
    }
}

.boy-icon {
    height: 170px;
    position: absolute;
    top: 110px;
    left: 90px;
}

@media only screen and (max-width: 1200px) {
    .boy-icon {
        height: 130px;
        top: 103px;
        left: 75px;
    }
}

@media only screen and (max-width: 992px) {
    .boy-icon {
        height: 105px;
        top: 70px;
        left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .boy-icon {
        height: 350px;
        top: 229px;
        left: 210px;
    }
}

@media only screen and (max-width: 570px) {
    .boy-icon {
        height: 250px;
        top: 250px;
        left: 170px;
    }
}

@media only screen and (max-width: 480px) {
    .boy-icon {
        height: 240px;
        top: 120px;
        left: 75px;
    }
}

@media only screen and (max-width: 380px) {
    .boy-icon {
        height: 210px;
        top: 110px;
    }
}

@media only screen and (max-width: 380px) {
    .boy-icon {
        height: 165px;
        top: 105px;
    }
}

.enterprise-plan {
    border-left: 0;
}

@media (max-width: 992px) {
    .enterprise-plan {
        border-left: 1px solid #f0f0f0;
    }
}

.enterprise-plan .pricing-block__features {
    margin-bottom: 23px;
}

#bestPlan {
    display: table-cell;
    vertical-align: middle;
    border-left: none;
}

.sticky-container {
    width: 100%;
    background-color: white;
    display: none;
    height: 169px;
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.stick-plans {
    margin-left: 1px;
    margin-right: 1px;
    display: none;
}

.stick-plans__item {
    vertical-align: middle;
    text-align: center;
    width: 16.66667%;
    min-width: 150px;
}

.stick-plans .row-top {
    background-color: #428a7c;
}

.stick-plans .row-top h3,
.stick-plans .row-top h4 {
    color: white;
}

.stick-plans .row-top small {
    color: #a8d3ca;
    font-size: 13px;
}

.stick-plans .btn-sticky {
    position: relative;
    margin: 9px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    background-color: #428a7c;
    border-color: #428a7c;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    border: none;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.stick-plans .btn-sticky:hover {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.18), 0 4px 18px 0 rgba(0, 0, 0, 0.15);
}

.border-table {
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.border-table>thead>tr>th,
.border-table>tbody>tr>th,
.border-table>tfoot>tr>th,
.border-table>thead>tr>td,
.border-table>tbody>tr>td,
.border-table>tfoot>tr>td {
    border: 1px solid #f0f0f0;
}

#features-table .myfeaturesbtn {
    padding-left: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.collapse-table {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.collapse-box {
    margin-left: 15px;
    margin-right: 15px;
}

.my-table-border,
.collapse-box {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    border-bottom: 0;
}

.a-border-b-1 {
    border-bottom: 1px solid #f0f0f0;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #bbb;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.boy-dance {
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(0px, 4px) rotate(0deg);
        transform: translate(0px, 4px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(0px, -8px) rotate(0deg);
        transform: translate(0px, -8px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(0px, -12px) rotate(0deg);
        transform: translate(0px, -12px) rotate(0deg);
    }
    30% {
        -webkit-transform: translate(0px, -16px) rotate(0deg);
        transform: translate(0px, -16px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(0px, -18px) rotate(0deg);
        transform: translate(0px, -18px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(0px, -20px) rotate(0deg);
        transform: translate(0px, -20px) rotate(0deg);
    }
    60% {
        -webkit-transform: translate(0px, -18px) rotate(0deg);
        transform: translate(0px, -18px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(0px, -16px) rotate(0deg);
        transform: translate(0px, -16px) rotate(0deg);
    }
    80% {
        -webkit-transform: translate(0px, -12px) rotate(0deg);
        transform: translate(0px, -12px) rotate(0deg);
    }
    90% {
        -webkit-transform: translate(0px, -8px) rotate(0deg);
        transform: translate(0px, -8px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0px, 4px) rotate(0deg);
        transform: translate(0px, 4px) rotate(0deg);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translate(0px, 4px) rotate(0deg);
        transform: translate(0px, 4px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(0px, -8px) rotate(0deg);
        transform: translate(0px, -8px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(0px, -12px) rotate(0deg);
        transform: translate(0px, -12px) rotate(0deg);
    }
    30% {
        -webkit-transform: translate(0px, -16px) rotate(0deg);
        transform: translate(0px, -16px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(0px, -18px) rotate(0deg);
        transform: translate(0px, -18px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(0px, -20px) rotate(0deg);
        transform: translate(0px, -20px) rotate(0deg);
    }
    60% {
        -webkit-transform: translate(0px, -18px) rotate(0deg);
        transform: translate(0px, -18px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(0px, -16px) rotate(0deg);
        transform: translate(0px, -16px) rotate(0deg);
    }
    80% {
        -webkit-transform: translate(0px, -12px) rotate(0deg);
        transform: translate(0px, -12px) rotate(0deg);
    }
    90% {
        -webkit-transform: translate(0px, -8px) rotate(0deg);
        transform: translate(0px, -8px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0px, 4px) rotate(0deg);
        transform: translate(0px, 4px) rotate(0deg);
    }
}
