.b-main-container {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}
.f-tabs a {
    align-items: center;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 2.2em;
    vertical-align: top;
    font-family: Work Sans;
}
@media screen and (min-width: 1200px) {
    .b-main-container {
        padding: 0;
        width: 1155px;
    }

    .center-wrapper-for-card {
        height: 100%;
        align-items: center;
    }
}
.code-block {
    background: #23241F;
    border-radius: 8px;
}

.code-style {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

pre {
    padding: 5px;
    margin: 5px;
}

.b-string {
    color: #6F962D;
}

.b-number {
    color: #8763C9;
}

.b-boolean {
    color: #9471D6;
}

.b-null {
    color: white;
}

.b-key {
    color: #C12957;
}

.header-b-blue {
    color: #2A65C8;
}

.code-tabs {
    padding: 20px 0 10px;
    width: 100%;
    margin: 0 auto;
    /*background-color: aquamarine;*/
}

.twins-columns, .m-c-padding {
    padding: 80px 10px;
}

@media screen and (min-width: 768px) {
    .code-tabs {
        width: 80%;
        /*background-color: aquamarine;*/
    }

    .tight-row {
        margin: 0 auto;
    }
    .feature-column{
        padding: 0 0 0 90px;
    }

}
.pre-fst {
    max-width: 1152px;
    height: 430px;
    background: #23241F;
    border-radius: 8px;
    overflow: hidden;
}

.pre-fst:hover {
    overflow: auto;
}

.title-on-code {
    position: relative;
    top: 20px;
    left: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.row-gray-paper {
    background-color: #F9FAFE;
    width: 100%;
    padding: 0 0 30px;
}

.row-transparent-paper {
    width: 100%;
}

.under-code-block .button {
    width: 250px;
}

.under-code-block {
    padding-top: 15px;
}

.title-on-code-wrapper {
    margin-top: -20px;
}

.b-card-wrapper {
    padding: 20px 0;
}

.b-card-img {
    max-width: 98%;
}

.b-card-img-second {
    max-width: 70%;
}

.button-lnd {
    width: 250px;
}

.list-checks li::before {
    position: absolute;
    content: " ";
    display: block;
    top: -3px;
    left: 0;
    min-width: 31px;
    min-height: 32px;
    background-color: #F9FAFE;
    padding: 8px;
    background-image: url(/wp-content/themes/base-theme/assets/images/baseline-done-24px.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.list-checks li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 1.4em;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.cmk-b {
    font-size: 2.2em;
    background-color: #F9FAFE;
    padding: 0 0.3em;
    color: #2B65C9;
}

.li-inf {
    color: #18A0FB;
    font-size: 12px;
    cursor: pointer;
}

.c-body {
    min-height: 290px;
}

.under-b {
    width: 4em;
    border-bottom: 2px solid #4578D0;
    margin: 0 auto;
}

.faq-wrapper {
    width: 60%;
    margin: 0 auto;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    padding: 15px 0;
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .faq-wrapper {
        width: 90%;
    }
}
.c-l-header {
    width: 80%;
    flex-grow: 1;
}

.c-r-header {
    width: 2em;
    height: 2em;
    flex-grow: 0;
}

.c-header {
    padding: 12px 0 2px 24px;
    min-height: 3em;
}

.exp-faq {
    cursor: pointer;
}

.img-holder-under-small-title img {
    height: 1.5em !important;
}

.gray-p-b-footer {
    padding: 10px;
    color: #B3B6BF;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.b-main-container a:hover {
    text-decoration: none !important;
}

.menu-item-type-post_type a, .menu-item-has-children a {
    color: #202C45 !important;
}

.menu-item-type-post_type a:hover, .menu-item-type-post_type.active a {
    color: #3273dc !important;
}

.footer-list li a {
    color: white !important;
}

.desktop-menu-wrap {
    border-bottom: 0;
}

.blue-link-list .blue-delimiter {
    background-color: white;
}



.f-tabs li {
    display: block;
}

.f-tabs ul {
    margin: 0 auto;
    align-items: center;
    border-bottom-color: #A6BEE8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    /*flex-grow: 1;*/
    /*flex-shrink: 0;*/
    justify-content: flex-start;
    min-width: 240px;
}

.f-tabs {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    font-size: 1rem;
    /*justify-content: space-between;*/
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 1em;
}

.f-tabs li.is-active a {

    color: #000;
    font-weight: bold;
}

.f-tabs.is-centered ul {
    justify-content: center;
}

.f-tabs li.is-active .under-blb {
    display: block;
    height: 9px;
    border-top-color: #3273dc;
    border-top-width: 4px;
    border-bottom-width: 0px;
    border-top-style: solid;
    border-radius: 3px;
    margin-bottom: -6px;
}

.under-blb {
    display: block;
    height: 9px;
    margin-bottom: -6px;
}

.b-main-container svg {
    width: 100%;
}

.reduced-svg svg {
    width: 90%;
}

.main-page-header {
    font-size: 42px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    color: #000000;
}

.f-sub-header {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}

.b-page-header {
    font-size: 32px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    color: #000;
}

.pricing-header {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .b-card-wrapper .btn-alg, .under-code-block .btn-alg {
        justify-content: center;
    }

    .column-reversed {
        flex-direction: column-reverse !important;
    }

    .main-page-header {
        font-size: 32px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        line-height: 60px;
    }

    .f-sub-header {
        color: #202C45;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }

    .b-page-header {
        font-size: 26px;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        line-height: 60px;
    }

    .twins-columns, .m-c-padding {
        padding: 10px 10px;
    }
    .f-tabs a {
        padding: 0.5em 0.8em;
    }
}
.f-card {
    border: 1px solid #DDE3FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 95, 164, 0.1);
    border-radius: 8px;
    text-align: left !important;
}

.sub-paragraph {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 25px 0 35px;
}

.column-text {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.c-top p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.f-topic-title {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.f-card .content p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.contact-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
    color: #000;
}

.blue-btn, .blue-border-btn {
    font-family: Work Sans;
    font-weight: 600;
}

.main-menu li.menu-item {
    font-family: Work Sans;
}

.link-postman, a.link-postman:hover {
    text-decoration: underline !important;
    color: #3069CA;
}

.list-checks li {
    cursor: pointer;
    color: #000;
}
.feature-columns{
    padding: 20px;
}
.price-row{
    padding: 5px;
}
.reduce-pads{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ds-none{
    display: none !important;
}
