.bg-dark {
    background-color: #003014 !important;
}

.main-title {
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.main-sub-title,
.leading-relaxed {
    text-align: left;
    /* text-align: justify;
    word-spacing: break-word;
    text-justify: inter-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto; */
}

.title-box {
    color: #7cc68d;
    border-bottom: 0.25rem solid #7cc68d;
    display: inline-block;
}

.container {
    position: relative;
}

.nav-logo {
    position: absolute;
    top: 50%;
    height: 3rem;
    transform: translateY(-50%);
}

.title-box-white {
    border-bottom: 0.25rem solid #fff;
    display: inline-block;
}

.title-box-green {
    border-bottom: 0.25rem solid rgb(86, 102, 75);
    display: inline-block;
}

.video-box {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.how-it-works {
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.6em;
}

/* #about {
        background-image: url('../static/images/footer.png'), linear-gradient(180deg, rgba(0, 48, 20, 0.81) 0%, rgba(0, 86, 35, 0.52) 100%) !important;
} */

#how-it-works p {
    text-align: left;
}

#how-it-works {
    background-position: center top;
    background-image:
        linear-gradient(180deg, rgba(0, 48, 20, 0.3) 0%, rgba(0, 84, 50, 0.77) 99%),
        url("../static/images/bg.webp") !important;
    background-size: cover;
}

#how-it-works button:hover {
    background-color: rgb(82, 99, 72) !important;
}

footer {
    background-image:
        linear-gradient(178deg, rgba(19, 23, 54, 0) 68%, #131736 100%),
        url("../static/images/footer.png") !important;
    background-color: #003014 !important;
}

.color-sub-text {
    color: #7cc68d !important;
}

.rates-section {
    background-color: #fff;
    min-height: 1965px;
    position: relative;
}

.rates {
    background-color: #ffffff !important;
    width: 900px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -40px;
    z-index: 10;
    box-shadow: 0px 45px 130px -20px rgba(0, 0, 0, 0.25);
    padding-top: 30px;
    padding-bottom: 54px;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: rgb(86, 102, 75) !important;
}

.text-addon {
    color: #7cc68d !important;
    /* color: #018D48 !important; */
    /* color: rgb(86, 102, 75) !important; */
    font-size: 40px;
}

.flex-hrz {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.rates-item {
    padding: 10px 20px;
    border-radius: 4px;
    margin: auto;
    max-width: 1080px;
    width: 80%;
}
.hight-light {
    background-color: rgba(0, 0, 0, 0.03);
}

.rates-title {
    color: #333;
    font-size: 48px;
}

.rates-label {
    width: 48%;
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.rates-value {
    flex: 1;
    color: #333;
}

.rates-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 24px;
}

.rates-card {
    flex: 1 1 260px;
}

.rates-card-title {
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
}

.rates-card-subtitle {
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
    color: #666;
}

.rates-table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family:
        Open Sans,
        Arial,
        sans-serif;
    font-size: 14px;
}

.rates-table-header,
.rates-table-row {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 0.9fr;
    align-items: center;
    border-top: 1px solid #eee;
}

.package .rates-table-header,
.package .rates-table-row {
    display: grid;
    grid-template-columns: 1.25fr 1.1fr 1fr 1fr;
    align-items: center;
    border-top: 1px solid #eee;
}

.package .text-secondary {
    color: #ff4343;
}

.rates-table-header {
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: 600;
    text-transform: uppercase;
}

.rates-table-section {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #777;
    background-color: #fafafa;
}

.rates-table-row:nth-child(even) {
    background-color: #fcfcfc;
}

.rates-table-cell {
    padding: 8px 12px;
    /* border-top: 1px solid #eee; */
    text-align: center;
}

@media (max-width: 768px) {
    .rates {
        width: 100%;
        position: relative;
        top: 0;
    }

    .nav-logo {
        height: 50px;
    }

    .rates-table-header,
    .rates-table-row {
        grid-template-columns: 1.2fr 1.2fr 0.9fr;
    }

    .package .rates-table-header,
    .package .rates-table-row {
        display: grid;
        grid-template-columns: 1.25fr 1.1fr 1fr 1fr;
        align-items: center;
        border-top: 1px solid #eee;
    }

    .how-tips .flex-hrz {
        width: 90% !important;
    }

    .how-tips .flex-hrz .how-tips-icon {
        margin-right: 1.5rem;
    }

    .rates-title {
        font-size: 28px;
    }

    .rates-title-container {
        padding-bottom: 56px !important;
    }

    /* .rates-title-container p {
        text-align: left;
    } */
}

.rates-value .rates-value-hl {
    border-radius: 12px;
    height: 24px;
    padding: 0 12px;
    line-height: 24px;
    background-color: #333;
    color: #80f95e;
    margin: auto;
    width: 50%;
}

.rates-sub {
    border-radius: 12px;
    height: 24px;
    padding: 0 20px;
    line-height: 24px;
    background-color: #333;
    color: #80f95e;
    font-size: 14px;
    font-weight: bold;
}

.rates-tips {
    color: #666;
    padding: 10px 0;
    font-family:
        Open Sans,
        Arial,
        sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}

.how {
}

.how-tips {
    background-color: #fff;
}

.how-tips .flex-hrz {
    align-items: flex-end;
    padding-top: 5.5rem;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    width: 70%;
    text-align: center;
    margin: auto;
    text-align: left;
}

.how-tips-icon {
    width: 54px;
    height: 54px;
    margin-right: 6rem;
    align-self: flex-start;
    margin-left: 1rem;
}

.how-tips li {
    font-family:
        Open Sans,
        Arial,
        sans-serif;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    list-style: disc;
}

.how-guide-container {
    margin: auto;
    width: 90%;
}

.how-guide-title {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif !important;
    color: #7cc68d !important;
}

.how-guide-detail {
    font-size: 14px;
    text-align: left;
}

.how-tips a {
    color: #018d46;
}

.bg-secondary {
    background-color: #018d46 !important;
    color: #fff !important;
}

.fa-map-marker {
    font-size: 18px;
}
/* .mobile-menu {
    background-color: #018d46;
} */

a {
    color: #7cc68d !important;
}
