.pricing-main {
    background-color: #F8FAFB;
    padding-top: 70px;
}
.pricing-main .presentation-headers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    margin: 2rem auto;
}

.pricing-title {
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 79px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #00135B;
}

.pricing-hint {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #8A8DA6;
}

.pricing-kind {
    background: #00DEFF;
    border-radius: 158px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 1rem;
    justify-content: center;
}

.pricing-kind-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 144.5%;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    padding: 1rem;
}

.pricing-kind-item a.active {
    color: #00DEFF;
    background: #FFFFFF;
    border-radius: 46px;
    padding: 6px 15px;
}

.pricing-discount {
    font-style: normal;
    font-weight: 700;
    font-size: 10.6843px;
    line-height: 144.5%;
    color: #343965;
    background: #FFE91D;
    border-radius: 4.79617px;
    padding: .4rem;
    white-space: nowrap;
}

.pricing-period {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: 700;
    font-size: 21.5828px;
    line-height: 144.5%;
    align-items: center;
    margin-left: 2rem;
    gap: 10px;
    justify-content: center;
}

.pricing-period .form-switch .form-check-input,
.pricing-period .form-switch .form-check-input:checked {
    background-color: #00DEFF;
    border-color: #00DEFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}
.pricing-plans .pricing-info-1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}

.pricing-plans .plan {
    display: flex;
    flex-direction: column;
    background: #E4F4FF;
    border-radius: 14px;
    padding: 3rem;
    gap: 1rem;
}

.pricing-plans .plan.active {
    background: #004BF7;
}

.pricing-plans.monthly .plan .plan-price.yearly, .pricing-plans.monthly .feature_table .plan-price.yearly  {
    display: none;
}

.pricing-plans.monthly .plan .plan-price.monthly, .pricing-plans.monthly .feature_table .plan-price.monthly {
    display: block;
}

.pricing-plans.yearly .plan .plan-price.monthly, .pricing-plans.yearly .feature_table .plan-price.monthly {
    display: none;
}

.pricing-plans.yearly .plan .plan-price.yearly, .pricing-plans.yearly .feature_table .plan-price.yearly {
    display: block;
}

.pricing-plans .plan .plan-type {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 144.5%;
    color: #343965;
    display: flex;
    align-items: center;
}

.pricing-plans .plan .plan-type .type-block {
    width: 50px;
    height: 50px;
    background: #004BF7;
    border-radius: 8px;
    display: inline-block;
    margin-right: 1rem;
}

.pricing-plans .plan.active .plan-type .type-block {
    background-color: #0038B9;
}

.pricing-plans .plan.active .plan-type {
    color: #F8FAFB;
}

.pricing-plans .plan .plan-price {
    margin: 0.765rem 0;
    font-weight: 600;
}

.pricing-plans .plan .plan-price .price-value {
    font-style: normal;
    font-weight: 600;
    font-size: 35.5671px;
    line-height: 43px;
    color: #000000;
}

.pricing-plans .plan.active .plan-price .price-value {
    color: #FFFFFF;
}

.pricing-plans .plan .plan-price .price-period {
    font-style: normal;
    font-weight: 400;
    font-size: 19.35px;
    line-height: 23.42px;
    color: #8A8DA6;
}

.pricing-plans .plan .plan-benefit {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #8A8DA6;
    display: flex;
    flex-direction: row;
}

.pricing-plans .plan.active .plan-benefit {
    color: #E6E6EC;
}

.pricing-plans .plan .plan-benefit .benefit-text {
    padding-top: 3px;
}

.pricing-plans .plan .plan-benefit .form-check-input:checked {
    background-color: #01083E;
    border-color: #01083E;
}

.pricing-plans .plan.active .plan-benefit .form-check-input:checked {
    background-color: #E6E6EC;
    border-color: #E6E6EC;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23004BF7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.pricing-plans .plan .plan-benefit .form-check-input:disabled {
    opacity: 1;
}

.pricing-main .custom-jobs {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.pricing-jobs-container {
    gap: 2rem;
    justify-content: center;
}

.pricing-jobs-container .jobs-option {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    padding: 2rem;
    gap: 1rem;
    height: 14rem;
}

.jobs-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #555A7E;
}

.jobs-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 144.5%;
    color: #8A8DA6;
}


/* on-scroll animations */
/* src: https://webdesign.tutsplus.com/tutorials/animate-on-scroll-with-javascript--cms-36671 */
/* author: Jemima Abu */
/* Modified: https://github.com/temitopetoluwalase */
.scroll-element,
.scroll-caption {
    width: 50%;
}

.scroll-element {
    min-height: 300px;
    height: 100%;
    background-color: #eaeaea;
}

.scroll-caption {
    margin: 1rem;
}

.throttle-container {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0.5em 1em;
}

.throttle-container p {
    margin: 0.125em 0;
}

@media screen and (max-width: 650px) {

    .scroll-container,
    .scroll-container:nth-of-type(even) {
        flex-direction: column;
        align-content: inherit;
    }

    .scroll-element {
        height: 100%;
    }

    .scroll-element,
    .scroll-caption {
        width: 100%;
    }
}

/**Styling scrollable elements*/

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

.scrolled.animate-pop-in {
    animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2);
}

/* ----------------------------------------------
   * Generated by Animista on 2021-2-11 23:32:31
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/* Modified By: https://github.com/temitopetoluwalase */

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: translate(-4rem) scale(.8);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.pricing-main .compare-plan {
    margin-top: 3rem;
}
.pricing-main .compare-plan .accordion-header {
    margin: auto;
    width: 17%;
}
.pricing-main .compare-plan .accordion-item {
    background-color: transparent;
    border: 0;
}

.pricing-main .compare-plan .accordion-button {
    font-size: 1.5rem;
    color: #01083E;
    text-align: center;
    background-color: transparent;
}
.pricing-main .compare-plan .accordion-button:focus {
    border-color: #01083E;
    box-shadow: none;
}
.pricing-main .accordion-flush .accordion-collapse {
    margin-top: 3rem;
}
.pricing-main table {
    width: 100%
}
.pricing-main .plans-section-header__category {
    width: 40%;
    text-align: left;
    font-size: 24px !important;
    color: #01083E !important;
    line-height: 34.68px !important;
}
.pricing-main .plans-section-header th {
    padding-top: 22px;
    padding-bottom: 40px;
    font-size: 17.35px;
    line-height: 23.47px;
    font-weight: 700;
    color: #004DFF;
}
.pricing-main .accordion th {
    border-right: 1px solid #e7e7e7;
    font-weight: 600;
}
.pricing-main .plans-section-header__free {
    width: 20%;
    text-align: center;
}
.pricing-main .plans-section-header__standard {
    width: 20%;
    text-align: center;
}
.pricing-main .plans-section-header__premium {
    width: 20%;
    text-align: center;
}
.pricing-main .plans-section-header th:last-of-type {
    border-right: none;
}
.pricing-main .plans-row {
    border-bottom: 1px solid #e7e7e7;
}
.pricing-main .plans-row th, .pricing-main .plans-row td {
    padding: 3rem 0;
    font-size: 18px;
    line-height: 21.78px;
    font-weight: 400;
    color: #01083E;
}
.pricing-main .plans-row__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    position: relative;
}
.pricing-main .accordion th {
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
}
.pricing-main .plans-row__copy {
    margin-right: 12px;
}
.pricing-main .tooltip__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    cursor: pointer;
}
.pricing-main .tooltip__trigger svg {
    stroke: none;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.694,0,.335,1);
    transition: -webkit-transform .3s cubic-bezier(.694,0,.335,1);
    transition: transform .3s cubic-bezier(.694,0,.335,1);
    transition: transform .3s cubic-bezier(.694,0,.335,1),-webkit-transform .3s cubic-bezier(.694,0,.335,1);
}
.pricing-main .plans-row__content-wrapper {
    text-align: center;
}
.pricing-main .plans-row .plans-row__access {
    border-right: 1px solid #e7e7e7;
}
.pricing-main .smart-pricing-section, .custom-jobs .secret-weapon-section {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    background-color: #E8EFFE;
    padding: 2rem;
}
.pricing-main .smart-pricing-wrapper {
    padding: 5rem 0;
}
.pricing-main .smart-pricing-wrapper .content-logo {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.pricing-main .smart-pricing-content .smart-pricing-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.smart-pricing-content .smart-pricing-description .smart-pricing-header {
    font-family: "Product Sans";
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 4.5rem;
    color: #01062C;
    width: 84%;
}
.smart-pricing-content .smart-pricing-description .smart-pricing-sub {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    color: #555A7E;
    width: 86%;
}

.custom-jobs .secret-weapon-section .secret-weapon-description {
    text-align: center;
}
.custom-jobs .secret-weapon-section .secret-weapon-description .secret-weapon-header {
    font-size: 2.813rem;
    font-weight: 700;
    line-height: 54.59px;
    color: #01062C;
    letter-spacing: -0.01px;
}
.smart-pricing-content .smart-pricing-action {
    margin-top: 1rem;
}
.smart-pricing-action .btn {
    line-height: 30px;
    color: #FFFFFF;
    padding: 1rem 2rem;
    font-size: 20px;
    border-radius: 0.375rem;
}

.pricing-main .custom-jobs .job-type {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pricing-main .job-type .job-select-label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20.23px;
    color: #01062C;
}

.pricing-main .custom-jobs .job-type .job-type-action {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.job-type-action .btn-secondary {
    background-color: #E6E6EC;
    border-color: #E6E6EC;
    color: #01083E;
}
.job-type-action .btn-light {
    color: #01083E;
    background-color: #f8f9fa;
    border-color: #001A56;
}

.job-type-action .btn-light:hover {
    color: #000;
    background-color: #e9edf1;
    border-color: #001A56;
}
.pricing-main .table-confirm {
    margin: 2rem 0;
    background-color: #FFFFFF;
}

.table-confirm .jobs-section-header__category {
    width: 25%;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    padding: 3rem 0;
}

.jobs-section-header__category .header-content {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
}

.jobs-section-header__category .header-content span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 26.01px;
    color: #8A8DA6;
}

.pricing-main .pricing-plans .desktop-view {
    display: flex;
    flex-direction: column;
}

.jobs-section-header__category .header-content span.optional-desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.34px;
    color: #8A8DA6;
}
.table-confirm .jobs-section-header__junior, .table-confirm .jobs-section-header__senior, .table-confirm .jobs-section-header__expert {
    width: 25%;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}
.table-confirm .jobs-section-header__junior span, .table-confirm .jobs-section-header__senior span, .table-confirm .jobs-section-header__expert span {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 20.23px !important;
    color: #8A8DA6 !important;
}
.table-confirm .section__view {
    width: 31%;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}
.table-confirm .section__view .dropdown .btn-link {
    text-decoration: none;
}
.table-confirm .section__view ul.dropdown-menu {
    padding: 1rem;
}
.table-confirm .section__view ul li {
    margin: 1.5rem 0;
}
.table-confirm .section__view ul li .dropdown-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: 1rem;
    line-height: 26.01px;
    color: #45464f;
}
.table-confirm .section__view ul li .dropdown-item div {
    font-weight: 600;
}
.table-confirm .section__view ul li .dropdown-item .content-value {
    
    font-size: 1rem;
    line-height: 26.01px;
    color: #45464f;
}
    .table-confirm .section__view ul li .price-container .price-item .currency,
    .table-confirm .section__view ul li .price-container .price-item .price,
    .table-confirm .section__view ul li .price-container .price-item .price-period {
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 26.01px;
        color: #45464f !important;
    }
.table-confirm .section__view span {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.99px;
    color: #004BF7;
}
.pricing-main .container-team {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background-color: #E4F4FF;
}

.header-content .tooltip_container {
    position: relative;
    display: inline-block;
    margin: 2px;
}
.tooltip_container .tooltip-info.hidden {
    display: none;
}
.tooltip_container .tooltip-info.show {
    display: inline-block;
}
.tooltip_container .tooltip-info {
    position: absolute;
    z-index: 1;
    width: 15rem;
    color: #192733;
    background-color: white;
    padding: 12px;
    border: 1px solid #192733;
    border-radius: 10px;
    bottom: 22px;
    left: 35%;
}
.tooltip_container .tooltip-info .tooltip-content {
    display: flex;
    flex-direction: column;
    gap: 0.465rem;
}
.tooltip-info .tooltip-content .tooltip_header {
    font-weight: 600;
    font-size: 1rem;
    line-height: 19.41px;
    color: #343965;
}
.tooltip-info .tooltip-content .tooltip_body {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    color: #233862;
}
.pricing-main .pricing-plans .template-type-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}
.pricing-main .pricing-plans .template-type-container .accordion-type {
    display: none;
}
.pricing-info-1 .template-type-container .accordion-button:not(.collapsed) {
    color: #01083E;
    background-color: #FFFFFF;
}
.pricing-info-1 .template-type-container h2.accordion-header .accordion-button:not(.collapsed) span:after {
    content: 'Show Fewer Features';
}
.pricing-info-1 .template-type-container h2.accordion-header .accordion-button {
    font-size: 1.2rem;
    line-height: 31.25px;
    letter-spacing: -0.001px;
}
.pricing-info-1 .template-type-container h2.accordion-header .accordion-button span:after {
    content: 'Show Features';
}

.pricing-info-1 .template-type-container .accordion-button {
    width: 90%;
}
.pricing-info-1 .template-type-container .accordion-body .content-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
    .pricing-info-1 .template-type-container .accordion-body .content-features .feature-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
        .pricing-info-1 .template-type-container .accordion-body .content-features .feature-info span {
            font-weight: 400;
            font-size: 1rem;
            line-height: 19.36px;
            color: #01083E;
            width: 60%;
        }
.table-confirm .action-hire {
    margin: 1rem auto;
    width: 20%;
}

.table-confirm .action-hire a.btn-primary {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0.7rem;
    border-radius: 6px;
    text-decoration: none;
    margin: 1.5rem auto 0;
    width: 100%;
}

.table-confirm .action-hire .label-job-post {
    color: #FFFFFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

@media (max-width: 518px) {
    .pricing-main .presentation-headers {
        width: 95%;
        margin: auto;
    }

    .pricing-title {
        font-size: 2rem;
        line-height: 38.82px;
    }

    .pricing-hint {
        margin: 0.657rem 0 2rem 0;
        font-size: 1rem;
        line-height: 23.77px;
    }

    .pricing-kind {
        width: 65%;
        padding: 1rem 0;
        margin: auto;
    }

    .pricing-kind-item a.active {
        padding: 10px 17px 10px 17px;
        font-size: 1rem;
        text-align: center;
    }

    .pricing-kind-item a {
        font-size: 1rem;
    }

    .pricing-period {
        font-size: 1rem;
    }

    .pricing-plans .plan {
        padding: 2rem;
    }

        .pricing-plans .plan .plan-type {
            font-size: 21px;
        }

        .pricing-plans .plan .plan-price .price-value {
            font-size: 21.82px;
            line-height: 26.4px;
        }

        .pricing-plans .plan .plan-benefit {
            font-size: 1rem;
        }

    .pricing-main .compare-plan .accordion-header {
        width: 50%;
    }

    .pricing-main .accordion-flush .accordion-collapse {
        margin-top: 1rem;
    }

    .pricing-main .plans-section-header__category {
        font-size: 20px !important;
    }

    .pricing-main .plans-section-header th {
        font-size: 1rem;
        line-height: 18.47px;
        padding-bottom: 10px;
    }

    .pricing-main .plans-row th, .pricing-main .plans-row td {
        padding: 2rem 0;
        font-size: 1rem;
        line-height: 19.78px;
    }

    .pricing-main .plans-row__copy {
        margin: 0px 6px;
    }

    .pricing-main .smart-pricing-content .smart-pricing-description {
        width: 100%;
        padding: 0 2.4rem;
    }

    .smart-pricing-content .smart-pricing-description .smart-pricing-header {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.375rem;
    }

    .smart-pricing-content .smart-pricing-description .smart-pricing-sub {
        font-size: 1.2rem;
        line-height: 1.67rem;
    }

    .smart-pricing-content .smart-pricing-action {
        margin-top: 0.65rem;
    }

    .smart-pricing-action .btn {
        line-height: 25px;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .pricing-main .smart-pricing-wrapper {
        padding: 3rem 0;
    }

    .smart-pricing-content .smart-pricing-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .smart-pricing-logo img {
        height: 200px;
        width: 280px;
    }

    .pricing-main .pricing-plans .template-type-container {
        padding: 2.8rem;
    }

    .pricing-main .pricing-plans .desktop-view {
        display: none;
    }
    .pricing-main .pricing-plans .template-type-container .accordion-type {
        display: block;
    }
    .table-confirm .jobs-section-header__category {
        width: 60%;
    }
    .table-confirm .jobs-section-header__junior, .table-confirm .jobs-section-header__senior, .table-confirm .jobs-section-header__expert {
        display: none;
        width: 20%;
    }
    .table-confirm .section__view span {
        display: inline;
    }
    .jobs-section-header__category .header-content span {
        font-size: 1rem;
    }
    .table-confirm .action-hire {
        display: none;
        margin: 1rem auto;
        width: 50%;
    }
}
