/** Start Great Connections */
.great_connection {
    padding: 40px 0 60px 0;
    background: #f5f6f7;
    font-size: 20px;
    line-height: 22px;
}

.great_connection .section_title {
    margin-bottom: 30px;
}

h3 {
    color: #252628;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
}

.great_connection .section_content .nav-tabs {
    background: transparent;
    border: 0;
    display: flex;
    justify-content: center;
}

.great_connection .section_content .nav-tabs .nav-item button {
    border-top: 3px transparent solid;
    border-left: 3px transparent solid;
    border-right: 3px transparent solid;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 16px 24px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .great_connection .section_content .nav-tabs .nav-item button {
        padding: 12px 16px;
    }
}

.great_connection .section_content .nav-tabs .nav-item .active {
    box-shadow: none;
    border-color: #e8e9eb;
    background: #fff;
    color: #36383b;
    z-index: 2;
}

.great_connection .section_content .tab-content {
    box-shadow: none;
    border: 3px #e8e9eb solid;
    border-radius: 16px;
    padding: 30px 40px 30px 40px;
    background: #fff;
}

.great_connection .section_content .tab-pane .tab_title {
    padding-bottom: 20px;
}

.great_connection .section_content .tab-pane .tab_title p {
    margin: 0;
}

/* .great_connection .section_content .tab-pane .tab_form {
  margin-bottom: 40px;
} */

/* .great_connection .section_content .tab-pane .tab_form .form-group {
  margin-bottom: 40px;
} */

.great_connection .section_content .tab-pane .tab_form label {
    position: relative;
    color: #252628;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 22px; */
    font-family: 'ProximaNova_Bold', Arial, sans-serif;
}
.great_connection .section_content .tab-pane .tab_form input:placeholder-shown {
    text-overflow: ellipsis;
}
.great_connection .section_content .tab-pane .tab_form input {
    background: #fff;
    border: 1px solid #d3d4d7;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 20px;
    /* line-height: 24px; */
    height: auto;
    margin-top: 8px;
    margin-bottom: 0px;
    box-shadow: none;
    font-family: 'ProximaNova_Regular', Arial, sans-serif;
    outline: none !important;
}
.great_connection .section_content .tab-pane .tab_form input:focus {
    outline-offset: 1px;
    border: 1px solid #2a5bd7 !important;
}
.great_connection .section_content .tab-pane .tab_form input[disabled] {
    background: #f5f6f7;
    border: 1px solid #d3d4d7;
    border-radius: 8px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.great_connection .section_content .tab-pane .tab_form .info_box {
    background: #ecfdff;
    padding: 16px;
    color: #007c8c;
    font-size: 20px;
    border-radius: 4px;
    margin-bottom: 26px;
}

.great_connection .section_content .tab-pane .tab_form .info_box p {
    font-size: 18px;
    line-height: 22px;
}

.great_connection .section_content .tab-pane .tab_form .btn_primary {
    margin-bottom: 20px;
}

.great_connection .section_content .tab-pane .tab_footer p {
    color: #252628;
    font-size: 24px;
    font-weight: 600;
}

.great_connection .section_content .tab-pane .tab_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    margin-top: 10px;
    line-height: 1.6;
}

.great_connection .section_content .tab-pane .tab_footer ul li {
    padding: 0 10px;
}

.great_connection .section_content .tab-pane .tab_footer ul li img {
    margin-right: 8px;
    vertical-align: text-top;
    max-width: 100%;
    height: auto;
}

.great_connection .section_content .tab-pane .tab_footer svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: #2a5bd7;
}

@media (max-width: 576px) {
    .great_connection .great_container {
        padding: 0;
    }

    .great_connection .great_container .section_content .tab-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 376px) {
    .great_connection
        .great_container
        .section_content
        .nav-tabs
        .nav-item
        button {
        padding: 10px 17px;
    }
}

@media (max-width: 321px) {
    .great_connection
        .great_container
        .section_content
        .nav-tabs
        .nav-item
        button {
        padding: 10px 8px;
    }
}

@media (min-width: 425px) {
    .great_connection .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/** End Great Connections */

/** start Connection Platform */
.connection_platform {
    padding-top: 50px;
    padding-bottom: 80px;
}

.connection_platform .section_title {
    padding-bottom: 45px;
}

.connection_platform .section_title h4,
.connection_platform .section_title h3 {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.connection_platform .section_title h4 {
    color: #56575b;
    font-family: 'ProximaNova_Regular', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.connection_platform .section_content .tab_content {
    border: 1px #000 solid;
    border-radius: 20px;
    padding: 50px 20px;
    padding-bottom: 30px;
}

.connection_platform .section_content .tab_content .tab_header img {
    margin-right: 20px;
}

.connection_platform .section_content .tab_content .tab_header h5 {
    height: 70px;
}

.connection_platform .section_content .tab_content .tab_header h5 + p {
    min-height: 70px;
}

.connection_platform .section_content .tab_content p {
    font-size: 16px;
    line-height: 19px;
    color: #56575b;
}

.connection_platform .section_content .tab_content hr {
    margin: 30px 0;
}

.connection_platform .section_content .tab_content p strong {
    color: #1d1f21;
}

.connection_platform .section_content .tab_content ul {
    margin-bottom: 30px;
}

.connection_platform .section_content .tab_content li {
    font-size: 16px;
    line-height: 22px;
    color: #56575b;
    margin-bottom: 20px;
}

.connection_platform .section_content .tab_content li svg {
    height: 20px;
    width: 20px;
    fill: currentColor;
    color: #2a5bd7;
}

.connection_platform .section_content .tab_content .tab_footer p {
    text-align: center;
}

/** End Connection Platform */

/** start Connection Platform V2*/
.connection_platform_v2 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.connection_platform_v2 .section_title {
    padding-bottom: 45px;
}

.connection_platform_v2 .section_title h4,
.connection_platform_v2 .section_title h3 {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.connection_platform_v2 .section_title h4 {
    color: #56575b;
    font-family: 'ProximaNova_Regular', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.connection_platform_v2 .section_content .tab_content {
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 30px;
    background-color: #fff;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    min-height: 100%;
}

.connection_platform_v2 .section_content .tab_content .tab_header img {
    margin-right: 20px;
}

.connection_platform_v2 .section_content .tab_content .tab_header h5 {
    height: 70px;
}

/* .connection_platform_v2 .section_content .tab_content .tab_header h5 + p {
  min-height: 70px;
} */

.connection_platform_v2 .section_content .tab_content p {
    font-size: 16px;
    line-height: 19px;
    color: #56575b;
    padding: 5px;
}

.connection_platform_v2 .section_content .tab_content hr {
    margin: 30px 0;
}

.connection_platform_v2 .section_content .tab_content p strong {
    color: #1d1f21;
}

/* .connection_platform_v2 .section_content .tab_content ul {
  margin-bottom: 30px;
} */

/* .connection_platform_v2 .section_content .tab_content li {
  font-size: 16px;
  line-height: 22px;
  color: #56575b;
} */
.connection_platform_v2 .section_content .tab_content ul li {
    font-size: 16px;
    list-style: none;
    color: #56575b;
    margin-bottom: 20px;
    background-image: url(../images/check-vector.svg);
    padding-left: 40px;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.connection_platform_v2 .section_content .tab_content li svg {
    height: 20px;
    width: 20px;
    fill: currentColor;
    color: #2a5bd7;
}

.connection_platform_v2 .section_content .tab_content .tab_footer p {
    text-align: center;
}

.connection_platform_v2_btn {
    background: #2a5bd7;
    border-radius: 6px;
    color: #fff;
    transition: background 100ms linear;
    text-decoration: none;
    outline: none !important;
    font-size: 20px;
    line-height: 1.11;
    padding: 18px 30px;
    margin-top: 20px;
}

/** End Connection Platform */

/** Start Records */
.records {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.records .img {
    width: 100%;
}

.records .records_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.records .record_item {
    border-bottom: 1.25px solid #e8e9eb;
    padding-bottom: 0.625rem;
    margin-top: 1.25rem;
}

.records .record_item h5 {
    width: 30%;
    padding-right: 20px;
    text-align: right;
    font-size: 40px;
    line-height: 22px;
    margin-bottom: 0.625rem;
}

.records .record_item p {
    font-size: 20px;
    line-height: 22px;
    width: 70%;
    padding: 0 0.625rem;
    margin-bottom: 0.625rem;
}

/** End Records */

/** Start Testimonial */
.testimonial {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.testimonial .section_content .testimonial_slider .testimonial_item {
    padding: 20px;
    padding-top: 40px;
}

.testimonial .section_content .testimonial_slider .testimonial_item .wrapper {
    box-shadow: none;
    border: 1px #000 solid;
    border-radius: 30px;
    margin-bottom: 2px;
    position: relative;
    background-color: #fff;
    padding: 46px;
    padding-bottom: 31px;
    padding-top: 40px;
}

.testimonial
    .section_content
    .testimonial_slider
    .testimonial_item
    .wrapper
    .testimonial_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.testimonial .section_content .testimonial_slider .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonial .section_content .testimonial_slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100%;
}

.testimonial .section_content .testimonial_slider .owl-nav button {
    position: relative;
    z-index: 1;
}

.testimonial .section_content .testimonial_slider .owl-nav button span {
    font-size: 35px;
    line-height: 35px;
    color: #000;
}

.testimonial
    .section_content
    .testimonial_slider
    .owl-theme
    .owl-nav
    .disabled {
    opacity: 1;
}

.testimonial .section_content .testimonial_slider .owl-nav .owl-prev {
    background-color: #edf2fe;
    border-radius: 6px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 300ms;
    margin-right: 80px;
}
.testimonial .section_content .testimonial_slider .owl-nav .owl-next {
    background-color: #edf2fe;
    border-radius: 6px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 300ms;
    margin-left: 80px;
}

.testimonial
    .section_content
    .testimonial_slider
    .owl-theme
    .owl-dots
    .owl-dot
    span {
    background-color: #cedafa;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px #000 solid;
}

.testimonial
    .section_content
    .testimonial_slider
    .owl-theme
    .owl-dots
    .active
    span {
    background-color: #cedafa;
}

.testimonial
    .section_content
    .testimonial_slider
    .testimonial_item
    .wrapper
    .testimonial_img
    img:last-child {
    position: absolute;
    right: 30px;
    top: -30px;
    width: 80px;
}

.testimonial
    .section_content
    .testimonial_slider
    .testimonial_item
    .wrapper
    .testimonial_content {
    color: #252628;
    font-family: 'ProximaNova ExtraBold', Arial, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 39px;
    margin-bottom: 40px;
}

.testimonial .section_content .testimonial_slider .testimonial_content p {
    color: #252628;
    font-family: 'ProximaNova_ExtraBold', Arial, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 39px;
    margin-bottom: 40px;
}

/** End Testimonial */

/** Start faq */
.faq {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.faq .section_title {
    padding-bottom: 20px;
}

.faq .card {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.faq .card:first-child {
    border-top: none;
}

.card:last-child {
    border-bottom: none;
}

.faq .card .card-header {
    background-color: transparent;
}

.faq .card .card-header:hover {
    background-color: #e6e6e6;
}

.faq .card .card-header button {
    display: flex;
    align-items: center;
    margin-left: 50px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.faq .card .card-header button[aria-expanded='true'] svg {
    transform: rotate(180deg);
    transition: 0.5s;
}

.faq .card .card-header h5 {
    margin-bottom: 0;
    color: #1d1f21;
    margin-left: 30px;
}

.faq .card .card-header svg {
    width: 18px;
    height: 18px;
}

.faq .card .card-body {
    margin-left: 7rem;
}
@media (max-width: 992px) {
    .faq .card .card-body {
        margin-left: 4rem;
    }
}
@media (max-width: 576px) {
    .faq .card .card-body {
        margin-left: 10px;
    }
}

/** End faq */

.sub_banner {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: #0b1736;
}

.sub_banner h3 {
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
    color: #ffff;
}

.sub_banner .button {
    font-size: 20px;
    line-height: 1.11;
    padding: 18px 30px;
}

.fancy_list img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.fancy_list ul li {
    font-size: 20px;
    list-style: none;
    color: #56575b;
    margin-bottom: 20px;
    background-image: url(../images/check-vector.svg);
    padding-left: 40px;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.fancy_list h3 {
    color: #252628;
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
}

.fancy_list p {
    color: #56575b;
    font-size: 20px;
    font-weight: 400;
}

.fancy_list .fancy_list_btn {
    background: #2a5bd7;
    border-radius: 6px;
    color: #fff;
    transition: background 100ms linear;
    text-decoration: none;
    outline: none !important;
    font-size: 20px;
    line-height: 1.11;
    padding: 18px 30px;
}

.fancy_list .fancy_list_btn:hover {
    background-color: #14679e;
    color: #fefefe;
}

@media (max-width: 1024px) {
    .testimonial .section_content .testimonial_slider .owl-nav {
        display: none;
    }
    .testimonial .section_content .testimonial_slider .owl-dots {
        bottom: 30px;
    }
}

@media (max-width: 992px) {
    .faq .card .card-header button {
        margin-left: unset;
    }
}

@media (max-width: 767px) {
    .testimonial .section_content .testimonial_slider .testimonial_content p {
        font-size: 20px;
        line-height: 23px;
    }
    .testimonial .section_content .testimonial_slider .owl-dots {
        bottom: unset;
    }
}

@media (max-width: 576px) {
    .connection_platform_v2 .section_content .tab_content {
        margin-right: 10px;
        margin-left: 10px;
    }

    .great_connection .section_content .tab-pane .tab_footer p {
        font-size: unset;
    }
    .great_connection .section_content .tab-pane .tab_form .btn_primary {
        width: 100%;
    }
}

.pricing-hero h1 {
    color: #252628;
    font-size: 51px;
    font-weight: 800;
    line-height: 56px;
}

.pricing-hero p {
    color: #56575b;
    font-size: 24px;
    font-weight: 400;
}

.plan {
    background-color: #eee;
    padding: 50px 0;
}

.plan > .container > .row > .col {
    padding-right: 5px;
    padding-left: 5px;
}

.plan .plan-names {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    font-family: 'ProximaNova_Bold', Arial, sans-serif;
    color: #56575b;
}

.plan p {
    font-weight: 400;
    font-size: 15px;
    font-family: 'ProximaNova_Bold', Arial, sans-serif;
}

.plan .card {
    border-radius: 10px;
    /* padding: 0 20px; */
    /* min-height: 90%; */
}

.plan .card-full-width {
    padding: 20px;
}

.plan .card .card-title {
    color: #56575b;
    font-family: 'ProximaNova_Bold';
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 15px;
}
.plan .card .card-title small {
    text-transform: none;
    font-size: 11px;
    display: block;
    line-height: 11px;
}

.plan .plan-btn-1 {
    background: #edf2fe;
    color: #2a5bd7;
    padding: 0.6em 1em;
}
.plan .plan-btn-1:hover {
    background: #cedafa;
    color: #2a5bd7;
}
.plan .plan-btn-2 {
    background-color: #2a5bd7;
    color: #fff;
}
.plan .plan-btn-2:hover {
    background: #0236b9;
    color: #fff;
}

.call-out {
    padding: 9px 0;
}

.call-out-content {
    transition: all 300ms;
    /* width: calc(100% + 4px); */
    /* bottom: 99.4%; */
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #0b1736;
    color: #fff;
    padding: 9px 0;
    /* left: -2px; */
    font-family: 'ProximaNova_Bold', Arial, sans-serif;
    font-size: 16px;
}

.call-out-content + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid;
}

.plan-description {
    min-height: 200px;
    line-height: 20px;
    margin-top: 20px;
}

.plan-description ul {
    margin: 0;
    list-style: none;
    margin-top: -10px;
}

.plan-description ul li {
    padding: 7px 0;
    position: relative;
    padding-left: 27px;
    line-height: 20px;
}

.plan-description ul li img {
    /* width: 100%; */
    /* height: auto; */
    position: absolute;
    left: 0;
    top: 8px;
}
@media (max-width: 1200px) {
    .plan .col-lg-3 {
        padding: 0 5px;
    }
}
@media (max-width: 576px) {
    .plan {
        background-color: #eee;
        padding: 0 10px;
    }
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
input + .switch-paddle {
    margin: 0;
}
.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: '';
}
input:checked ~ .switch-paddle {
    background: #1779ba;
}
input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}
.switch.tiny {
    height: 1.5rem;
}
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem;
}
section.comparison-tables {
    padding: 60px 0;
}
section.comparison-tables .block-intro {
    padding-bottom: 30px;
}
section.comparison-tables table {
    table-layout: fixed;
}
section.comparison-tables table,
section.comparison-tables table tbody {
    border: 0;
}
section.comparison-tables table .pricing-row td {
    vertical-align: top;
}
section.comparison-tables table tbody tr:nth-child(even),
section.comparison-tables table tbody tr:nth-child(odd) {
    background-color: #fff;
    border-bottom: 1px rgba(29, 31, 33, 0.05) solid;
}
section.comparison-tables table tbody tr.features {
    background-color: #fff;
    border-bottom: 1px rgba(29, 31, 33, 0.1) solid;
}
section.comparison-tables table tbody tr.features > td {
    padding-top: 25px;
}
section.comparison-tables table tbody > tr:first-child.features > td strong {
    color: #252628;
    font-size: 20px;
}
section.comparison-tables table tbody tr + tr.features td {
    padding-top: 30px;
}
section.comparison-tables table td {
    text-align: center;
}
section.comparison-tables table td.light {
    color: #d8d8d8;
}
section.comparison-tables table tr > td:first-child {
    text-align: left;
}
section.comparison-tables table tr > td.light:first-child {
    color: transparent;
}
section.comparison-tables table tr > td:nth-child(even) {
    background: #f5f6f7;
}
@media all and (min-width: 991px) {
    section.comparison-tables table tr > td {
        width: 160px;
        padding: 8px 5px;
    }
}
section.comparison-tables table tr > td:first-child {
    background: #fff;
    white-space: normal;
    width: auto;
    padding-right: 20px;
}
section.comparison-tables table tr > td:first-child small {
    position: relative;
    font-style: italic;
}
section.comparison-tables table tr > td:first-child small:before {
    content: '';
    display: inline-block;
    height: 22px;
    width: 3px;
    border-radius: 10px;
    background-color: #96a3bd;
    margin-right: 5px;
    vertical-align: top;
}
section.comparison-tables table tr > td .tip {
    white-space: normal;
}
section.comparison-tables table tr > td:first-child u,
section.comparison-tables
    table
    tr
    > td:first-child
    span[style*='text-decoration'] {
    text-decoration: none !important;
    display: inline-block;
    border-bottom: 1px dashed #aaa;
    cursor: help;
}
section.comparison-tables table tr > td .fi-info {
    color: #ccc;
    position: relative;
}
section.comparison-tables table tr > td span.tip {
    background: rgba(245, 246, 247, 0.95);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    max-width: 210px;
    position: absolute;
    opacity: 0;
    transition: all 100ms;
    transform: translate(20px, -40%);
    line-height: normal;
    font-size: 14px;
    z-index: 1;
    pointer-events: none;
}
section.comparison-tables table tr > td img.fi-info:hover + span.tip {
    opacity: 1;
    pointer-events: auto;
}
@media all and (max-width: 768px) {
    section.comparison-tables table tr > td span.tip {
        transform: translate(0, 0);
        transform: translate(0, 30px);
        z-index: 1;
        z-index: 1;
        max-width: none;
        width: 100%;
        left: 0;
    }
}
section.comparison-tables table tbody tr.plan-names {
    border: 0;
}
section.comparison-tables table tr.plan-names td {
    color: #464c50;
    font-family: 'ProximaNova_Bold', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.comparison-tables table tbody tr.pricing-row {
    border: 0;
}
section.comparison-tables table tbody tr.pricing-row > td:first-child {
    color: #828387;
}
section.comparison-tables table tr.pricing-row span {
    color: #56575b;
    font-family: 'ProximaNova_Regular', Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 30px;
    display: inline-block;
}
section.comparison-tables table tr.pricing-row td {
    position: relative;
}
section.comparison-tables table tr.pricing-row span sub {
    font-size: 16px;
}
section.comparison-tables table tr.pricing-row span strong {
    text-transform: none;
    font-size: 11px;
    display: block;
    line-height: 11px;
    font-family: 'ProximaNova Regular';
    font-weight: 400;
    position: absolute;
    left: 0;
    margin-top: 10px;
    padding: 0 20px;
}
section.comparison-tables table tr.pricing-row span + span {
    display: none;
}
section.comparison-tables table.is-year tr.pricing-row span {
    display: none;
}
section.comparison-tables table.is-year tr.pricing-row span + span {
    display: inline-block;
}
section.comparison-tables table tr.pricing-row a {
    display: inline-block;
    padding-top: 10px;
}
section.comparison-tables table > tbody:last-child > tr:last-child a {
    text-decoration: underline;
}
section.pricing-tables .plan-toggle {
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    section.comparison-tables table > tbody:last-child > tr:last-child {
        display: none !important;
    }
}
section.comparison-tables .pricing-row h5 {
    color: #56575b;
    font-size: 13px;
    margin: 0;
    line-height: 19px;
    margin-bottom: 1px;
}
section.comparison-tables .is-year [data-plan='CORE'] .button {
    pointer-events: none;
    background-color: #cdd0d6;
}
.plan-toggle label {
    border-radius: 20px;
    background-color: #2a5bd7;
    width: 3rem;
    height: 1.5rem;
    margin: 0 10px;
    vertical-align: middle;
}
.plan-toggle input:checked ~ .switch-paddle {
    background-color: #2a5bd7;
}
.plan-toggle label:after {
    border-radius: 50%;
}
.plan-toggle p {
    margin-bottom: 10px;
    margin-top: 0;
}
.plan-toggle .switch {
    margin-top: 0;
}
section.comparison-tables table tr.pricing-row .switch,
.plan-toggle .switch {
    color: #1d1f21;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
}
section.comparison-tables table tr.pricing-row .switch b,
.plan-toggle .switch b {
    font-weight: 400;
    font-family: 'ProximaNova Regular', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
}
section.comparison-tables.toggle-style-2
    .plan-toggle
    .switch
    table
    tr.pricing-row
    .switch
    b,
.toggle-style-2 .plan-toggle .switch b {
    font-family: 'ProximaNova Bold', 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    font-weight: 700 !important;
}
section.comparison-tables table tr.pricing-row > td:last-child span {
    font-size: 22px;
    font-family: 'ProximaNova Medium', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
}
section.comparison-tables table span.new {
    font-family: 'ProximaNova Medium', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
    background-color: #60aa69;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    vertical-align: top;
}
@media all and (max-width: 1023px) {
    section.comparison-tables {
        padding: 60px 0 60px 15px;
    }
    .comparison-tables .table tr.plan-names {
        display: none;
    }
    .comparison-tables .table tr td {
        display: block;
        width: 100%;
        position: relative;
        text-align: right !important;
        padding-left: 0;
    }
    .comparison-tables .table tr td:before {
        content: attr(data-plan);
        position: absolute;
        display: block;
        left: 0.5rem;
        top: 0.5rem;
        color: #1d1f21;
    }
    .comparison-tables .table tr.features td {
        display: none;
    }
    .comparison-tables .table tr td:first-child {
        display: block;
        text-align: left !important;
        font-weight: 700;
        cursor: pointer;
    }
    .comparison-tables .table tr.features td:first-child {
        display: block;
        text-align: left !important;
        font-size: 20px;
        position: relative;
    }
    .comparison-tables .table tr.features td:first-child:after {
        color: #000;
        position: absolute;
        top: 50%;
        right: 0.5rem;
        margin-top: -0.5rem;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        transition: all 300ms;
        font-size: 16px;
    }
    .comparison-tables .table tr.features.is-active td:first-child:after {
        transform: rotate(-180deg);
    }
    .comparison-tables .table tr.features ~ tr {
        display: none;
    }
    .comparison-tables .table tr.features.is-active ~ tr {
        display: block;
    }
    section.comparison-tables table tr.pricing-row span strong {
        padding-right: 10px !important;
    }
}
.plan-description br.show-for-large {
    display: block;
}
@media all and (max-width: 1120px) {
    .plan-description br.show-for-large {
        display: none;
    }
}
.comparison-tables .button-primary,
.comparison-tables .button-secondary {
    white-space: nowrap;
    text-decoration: none !important;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.comparison-tables .button-secondary,
.pricing-tables .button-secondary {
    color: #36383b;
    background: #e8e9eb;
}
.comparison-tables tr.end-row td {
    vertical-align: top;
}

@media (max-width: 576px) {
    .comparison-tables .button-primary.btn-plan-custom {
        width: 32%;
    }
}
