body {
    background-color: #609A30;
    color: #ffffff;
    padding-bottom: 0;
}

a {
    color: #ffffff;
}

li a:hover {
    color: lightgray !important;
}

.accordion a {
    color: #609A30;
}

.accordion-header button {
    font-weight: bold;
}

.btn-app {
    background:  #609A30;
    color: white;
}

.btn-app-login {
    background:  white;
    color: #609A30;
}

.app-text {
    font-weight: bolder;
    font-style: italic;
    font-family: Arial, serif;
}

.inmotion {
    font-weight: bolder;
    font-style: italic;
    font-family: Verdana, serif;
}

.app-store-image-border {
    border: 0.25px solid #ffffff;
    border-radius: 4px;
}

.footer {
    background-color: rgb(255, 255, 255, 0.2);
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.expertise-container {

    .expertise-item-container {
        .expertise-item-header {
            border-top: 1px solid white;
            font-size: 1.4em;
            cursor: pointer;
            padding: 20px 0 20px 10px;

            span {
                font-weight: 100;
            }

            .expertise-item-header-icon {
                height: 50px;
            }

            .bi {
                margin-right: 20px;
                font-size: 1.2em;
            }
        }

        .expertise-item-header-selected {
/*            border-top: 1px none white; */
/*            background-color: rgb(255, 255, 255, 0.2); */
            color: white;
        }

        .expertise-item-content {
            font-size: 1.2em;
            color: white;
            display: none;
            background-color: rgb(255, 255, 255, 0.1);
/*            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; */
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 30px;
            padding-right: 30px;
            border-radius: 10px;
            margin-bottom: 20px;

            ul {
                margin-left: 30px;
                padding: 0;
            }
        }
    }
}

.pricing-table-subtitle {
    font-weight: normal;
}

.pricing-table-title {
    font-weight: bold;
}

.pricing-card {
    border: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card.pricing-card-highlighted {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    --webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pricing-card .card-body {
    padding-top: 25px;
    padding-bottom: 40px;
}

.pricing-plan-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 11px;
    font-weight: normal;
}

.pricing-plan-title-link {
    color: #0985B0;
}

.pricing-plan-title-link:hover {
    color: #0985B0;
}

.pricing-plan-cost {
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 29px;
}

.pricing-plan-icon {
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
    color: #ffffff;
}

.pricing-plan-pro .pricing-plan-icon {
    color: #ffffff;
}

.pricing-plan-enterprise .pricing-plan-icon {
    color: #ffffff;
}

.pricing-plan-features {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
    color: #ffffff;
}

.pricing-plan-purchase-btn {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 175px;
    height: 45px;
    border-radius: 22.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    justify-content: center;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
    background-color: #0985B0;
    color: #fff;
}

.pricing-plan-basic .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #076A8D;
}

.pricing-plan-basic .pricing-plan-purchase-btn:active {
    --webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

.pricing-plan-pro .pricing-plan-purchase-btn {
    background-color: #FF8DC6;
    color: #fff;
}

.pricing-plan-pro .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #925076;
}

.pricing-plan-pro .pricing-plan-purchase-btn:active {
    --webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn {
    background-color: #D2E6D6;
    color: #017100;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #9BAA9F;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
    --webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

.contact-form {
    border: white 1px solid;
    background-color: rgba(255, 255, 255, 0.05);
}

.transparent-input {
    background-color:transparent !important;
    border: white 1px solid !important;
}


