@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,100,200,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

.premiumplan .price {
    color: #118888 !important;
}

.businessplan .price {
    color: #5B44Bf !important;
}

.annually_text {
    font-size: 16px;
    font-weight: 500;
}

.annually_text_bold {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.pricing-wrapper.comparison-table.clearfix.style-3 {
    display: flex;
    justify-content: center;
}

.price-box .plan,
.price-box .price,
.pricing-wrapper {
    font-family: roboto;
}

.discount_offer {
    padding: 5px 16px;
    background: #ccc;
    border-radius: 20px;
}

.pricing-feature li i,
.pricing-feature li span,
.ribbon,
.style-3 .pricing-feature li i,
.style-3 .pricing-feature li span {
    float: right;
}

.div#pricing-plans {
    background: #ffffff;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.pricing-wrapper:hover .current {
    top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-wrapper:hover .current .pricing-card {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    box-shadow: none;
}

.pricing-wrapper:hover .current .pricing-footer {
    height: 80px;
}

.pricing-wrapper:hover .current .pricing-footer a {
    bottom: 0;
    position: relative;
}

.pricing-wrapper:hover .current:hover {
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pricing-wrapper:hover .current:hover .pricing-card {
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.current .pricing-footer,
.current:hover .pricing-footer,
.pricing-col:hover>.pricing-card .pricing-footer,
.pricing-wrapper:hover .current:hover .pricing-footer {
    height: 120px;
}

.current .pricing-footer a,
.current:hover .pricing-footer a,
.pricing-col:hover>.pricing-card .pricing-footer a,
.pricing-wrapper:hover .current:hover .pricing-footer a {
    bottom: -12px;
    position: relative;
}

.comparison-table [class*="col-"],
.stripped-table [class*="col-"] {
    padding: 0;
    margin: -1px;
}

.comparison-table .pricing-col,
.stripped-table .pricing-col {
    padding: 20px 0;
    z-index: 0;
}

.comparison-table.current,
.stripped-table.current {
    padding-left: 0;
    padding-right: 0;
}

.comparison-table .ribbon,
.stripped-table .ribbon {
    left: calc(100% - 124px);
}

.pricing-card {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 99;
}

.price-box,
.ribbon {
    border-radius: 100px;
}

.pricing-header {
    /* background: #fff; */
    position: relative;
    height: 200px;
    border-bottom: 1px solid #1976d2;
    margin: -1px -1px 0;
    text-align: center;
}

.pricing-header h5 {
    /* background: #2196f3; */
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    padding: 15px 20px;
}

.pricing-header p {
    margin: 0 auto;
    color: #fff;
    display: inline-block;
}

li.list-none {
    list-style: none;
}

.price-box li {
    list-style: none;
}

.price-box {
    display: block;
    margin: 0px auto;
    position: relative;
    line-height: 88px;
    height: 100px;
    width: 100px;
}

.price-box:before {
    border-radius: 50%;
    /* box-shadow: 0 0 0 5px #fff inset, 0 1px 2px transparent; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.price-box .price {
    color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    letter-spacing: -2px;
}

.price-box .currency {
    font-size: 50%;
    font-weight: 600;
    left: -10px;
    line-height: inherit;
    position: absolute;
    top: -6px;
    letter-spacing: 0;
}

.price-box .plan {
    bottom: -26px;
    font-size: 36%;
    font-weight: 400;
    left: 0;
    letter-spacing: 0 !important;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.pricing-feature {
    position: relative;
    text-align: left;
}

.pricing-feature li {
    list-style: none;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    background: #eee;
}

.pricing-feature li:last-child {
    border-bottom: none;
    background-color: unset !important;
}

.pricing-feature li span {
    font-weight: 400;
    font-size: 14px;
}

.pricing-feature li p {
    margin: 0;
    font-size: 13.5px;
    padding: 0 20px;
    line-height: normal;
}

.pricing-footer {
    border-top: 1px solid #ddd;
    height: 91px;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    text-align: center;
}

.pricing-col,
.ribbon {
    -webkit-transition: 0.2s linear;
}

.pricing-footer a {
    bottom: 0;
    margin: 0 auto;
    position: relative;
}

.ribbon {
    background: #222;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    left: calc(100% - 110px);
    top: 70px;
    width: 35px;
    z-index: 10;
    transition: 0.2s linear;
    cursor: pointer;
}

.comparison-table .pricing-feature li:nth-child(odd),
.matraz_menu,
.style-3 .pricing-feature li:nth-child(odd) {
    /* background: #eee; */
    background: #fff;
}

.ribbon:hover {
    width: 90px;
}

.ribbon:hover span {
    visibility: visible;
    -webkit-transition: 0.2s linear 0.18s;
    transition: 0.2s linear 0.18s;
}

.ribbon span {
    visibility: hidden;
    top: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    float: left;
}

.ribbon i {
    color: #ffc61b;
    font-weight: 800;
    font-size: 14px;
    margin: 11px;
    z-index: 10;
    float: left;
}

.comparison-table [class*="col-"]:first-child {
    margin: 0;
}

.comparison-table [class*="col-"]:first-child:hover {
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.comparison-table [class*="col-"]:first-child:hover .pricing-card {
    margin: 0;
    box-shadow: none;
}

.comparison-table .pricing-feature li {
    background: #fff;
    text-align: center;
}

.comparison-table .pricing-feature li i,
.comparison-table .pricing-feature li span,
.style-2.comparison-table .pricing-feature li p i,
.style-2.comparison-table .pricing-feature li p span,
.style-3.comparison-table .pricing-feature li i,
.style-3.comparison-table .pricing-feature li p,
.style-3.comparison-table .pricing-feature li span {
    float: none;
}

.list-feature {
    z-index: 0;
}

.list-feature .pricing-header {
    /* background: #fff !important; */
    padding: 30px 22px;
    border-bottom-color: #ddd !important;
    text-align: center;
    margin-top: -2px;
}

.pricing-col.current,
.pricing-col:hover {
    padding-top: 0;
    padding-bottom: 0;
}

.list-feature .pricing-header h5 {
    background: #fff !important;
    color: #424242;
    font-weight: 500;
    font-size: 34px;
    padding: 0;
    margin-top: 30px;
}

.list-feature .pricing-header p {
    color: #444;
    margin-top: 5px;
}

.pricing-col {
    transition: 0.2s linear;
    padding-top: 20px;
    padding-bottom: 20px;
}

.current .pricing-card,
.pricing-col:hover>.pricing-card {
    -webkit-transition: 0.2s linear;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-col:hover>.pricing-card {
    top: 0;
    transition: 0.2s linear;
    z-index: 101;
}

.pricing-col.current {
    margin-left: 0;
    margin-right: 0;
}

.current {
    top: 0;
}

.current .pricing-card {
    z-index: 100;
    transition: 0.2s linear;
}

.current:hover {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    top: -20px;
}

.tooltip {
    outline: 0;
    color: inherit;
    position: relative;
    -webkit-font-smoothing: antialiased;
    cursor: help;
    border-bottom: 1px dotted;
    font-weight: 400 !important;
}

.tooltip .tooltip-content {
    border-radius: 4px;
    position: absolute;
    color: #111;
    border: 1px solid #ddd;
    background: #f9f9f9;
    line-height: 1.6;
    font-weight: 400;
    font-size: 12px;
    font-family: Roboto;
    padding: 15px;
    bottom: 36px;
    left: -10px;
    margin: 0 auto;
    z-index: 9999;
    width: 200px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    visibility: hidden;
    opacity: 0;
    display: block;
}

.tooltip .tooltip-content:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

.btn-act.btn-bg:hover,
.btn-act.btn-line:hover,
.style-2 .btn-act.btn-bg:hover,
.style-3 .pricing-footer .btn-act.btn-bg:hover {
    background: #212121;
    border-color: #212121;
}

.tooltip:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn-act {
    font-family: Roboto;
    line-height: normal;
    padding: 9px 26px;
    border: 2px solid;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    will-change: opacity, transform;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-act.rounded {
    border-radius: 50px;
}

.btn-act.boxed {
    border-radius: 0;
}

.btn-act.btn-uppercase {
    text-transform: uppercase;
    font-size: 13px;
}

.btn-act span {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
}

.btn-act i {
    -webkit-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    line-height: inherit;
}

.btn-act:hover {
    border-color: initial;
    background: initial;
}

.btn-act:hover span {
    left: -0.3em;
}

.btn-act:hover i {
    opacity: 1;
    margin-left: 0.25em;
}

.btn-act.btn-line {
    background: #fff;
    border-color: #616161;
    color: #616161;
}

.btn-act.btn-line:hover,
.style-2.comparison-table .pricing-feature li p {
    color: #fff;
}

.btn-act.btn-bg {
    background: #616161;
    border-color: #616161;
    color: #fff;
}

.title-page {
    margin-bottom: 60px;
    color: #484848;
    font-size: 30px;
}

.content {
    padding: 60px 60px 200px;
}

.matraz_menu {
    width: 100%;
    padding: 15px 0;
    z-index: 999;
    display: block;
    float: left;
    border-bottom: 1px solid #dedede;
    margin-bottom: 120px;
}

.matraz_mainmenu {
    float: right;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.matraz_mainmenu li {
    float: left;
    margin: 0 5px 0 auto;
    overflow: hidden;
    padding: 15px 0;
}

.matraz_mainmenu li a {
    border-radius: 2px;
    color: #2c3e50;
    font-family: Helvetica;
    padding: 10px;
    font-weight: 600;
}

.matraz_mainmenu li.active a,
.matraz_mainmenu li:hover a {
    background: #1abc9c;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
}

.matraz_mainmenu li.active:hover a {
    background: #424242;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
}

.matraz_menu .logo {
    margin-left: auto;
    margin-top: 5px;
    width: 150px;
}

.trac_mobtrac_menu {
    text-align: center;
    display: none;
}

.trac_mobtrac_menu li {
    padding: 10px 0;
}

.trac_mobilelink_button {
    display: none;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.logo h1 {
    margin-bottom: 0;
    margin-top: 10px;
}

.style-2 .pricing-card,
.style-2 .pricing-footer {
    border: none;
}

.style-2 .pricing-header {
    margin: 0;
    border: none;
    height: 160px;
}

.style-2 .pricing-feature li {
    background: 0 0;
    border-color: #42a5f5;
}

.style-2 .pricing-feature li p {
    color: #e3f2fd;
}

.style-2 .pricing-feature li p i,
.style-2 .pricing-feature li p span {
    float: right;
    color: #fff;
}

.style-2 .pricing-feature li p .tooltip-content {
    color: #444;
}

.style-2 .pricing-feature li:last-child {
    border-bottom: 1px solid transparent;
}

.style-2 .price-box {
    margin: 20px auto;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: normal;
}

.style-2 .price-box:before {
    display: none;
    position: relative;
}

.style-2 .plan {
    bottom: 12px;
    left: auto;
    margin: 0;
    left: calc(100% + 5px);
    font-weight: 400;
    font-size: 12px;
    width: 50px;
    text-align: left;
}

.style-2 .currency {
    top: auto;
    font-size: 30px;
    left: -20px;
    line-height: inherit;
    position: absolute;
    bottom: 10px;
    letter-spacing: 0;
    font-weight: 300;
}

.style-2 .price,
.style-3 .price {
    font-size: 35px;
    font-weight: 700;
}

.style-2 .ribbon,
.style-3 .ribbon {
    top: 38%;
    right: 0px;
    left: auto;
    border-radius: 0;
}

.style-2 .ribbon:after,
.style-3 .ribbon:after {
    border-right: 10px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.5);
    bottom: -7px;
    content: "";
    position: absolute;
    right: 0;
}

.style-2 .pricing-footer a:before,
.style-2.comparison-table .pricing-feature li:nth-child(odd) {
    background: inherit;
}

.style-2.comparison-table .list-feature .pricing-header {
    margin: 0 0 -1px;
}

.style-2.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    font-size: 34px;
}

.style-2 .btn-act.btn-line {
    background: 0 0;
    border-color: #fff;
    color: #fff;
}

.style-3 .pricing-card {
    border: 1px solid #ddd;
    /* border-radius: 8px; */
}

.style-3 .pricing-header {
    border-bottom: none;
    margin: 0;
    height: 133px;
}

.style-3 .pricing-header h5 {
    /* background: #fff; */
    color: #424242;
    border-bottom: 1px solid #ddd;
}

.style-3 .pricing-feature li,
section.footer {
    /* background: #f5f5f5; */
    background: #f4f3f4;
}

.style-3 .price-box {
    border-radius: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.style-3 .price {
    color: #616161;
    line-height: normal;
}

.style-3 .currency {
    top: 2px;
    font-size: 32px;
    left: -17px;
    font-weight: 700;
}

.style-3 .plan {
    bottom: 6px;
    left: auto;
    margin: 0;
    left: calc(100% + 4px);
    font-weight: 300;
    font-size: 16px;
    width: 90px;
    text-align: left;
    line-height: normal;
}

.style-3 .pricing-feature li:first-child {
    border-top: 1px solid #ddd;
}

.style-3 .person .price {
    color: #1889d5;
    margin-left: 17px;
}

.style-3 .person .price.new-price1D {
    color: #1889d5;
    margin-left: -70px;
}

.style-3 .business .plan,
.style-3 .corp .plan,
.style-3 .person .plan,
.style-3 .unlim .plan {
    color: #8f8f8f;
}

.style-3 .corp .price {
    color: #4caf50;
}

.style-3 .unlim .price {
    color: #118888;
    margin-left: 15px;
}

.style-3 .business .price {
    color: #5b44bf;
    margin-left: 15px;
}


/* .style-3 .pricing-footer {
    background: #fff;
} */

.style-3.comparison-table [class*="col-"]:first-child {
    margin: -1px;
}

.style-3.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    border-bottom: none;
}

.style-3 .pricing-footer .btn-plan {
    max-width: 226px;
    height: 37px;
    color: #fff;
    display: block;
    background: #1889d5;
    border-radius: 100px !important;
    margin-top: 26px;
    padding: 7px;
}

.style-3 .pricing-footer .btn-act.btn-line:hover {
    background: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

.style-3 .pricing-footer .btn-act.btn-bg {
    background-color: #2196f3;
    border-color: #2196f3;
}

section.footer {
    text-align: center;
    font-size: 20px;
}

.every-plan h4 {
    font-size: 30px;
    font-weight: 700;
    color: #222f3d;
}

.mobile-view .text-center.bg-blue {
    text-align: center;
}

.mobile-view .text-center.bg-blue {
    background-color: #fff;
    /* border-top: 5px solid #2a65aa; */
    height: 100%;
    color: #222F3D;
    text-align: center;
    /* padding: 10px; */
    padding: 17px 29px 8px 21px;
}

.expand-default {
    min-height: 55px;
}

.pricing-footer a span {
    font-size: 13px;
}

.Pricing_card {
    padding: 30px 0 20px 0;
}

li p .fa,
.fas {
    font-weight: 500;
}

.pricing-footer .btn-active:hover {
    background-color: #10507e;
}

img.tag_popu {
    height: 65px;
    width: 65px;
    max-width: 100%;
    float: left;
    z-index: 1;
    position: absolute;
    left: 0;
}


/* pmpro style*/

.pmpro_section {
    margin: 0 !important;
}

.pmpro_level_group {
    margin: 0 !important;
}

div#pmpro_level_group-1 .pmpro_card_content {
    padding: 6px !important;
}


/* question */

.icon {
    color: #1889d5 !important;
}

.pricing-feature .mobile-data {
    display: none;
}


/* End */


/* .made-with {
  background: #fd264f;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1em;
  margin: 0;
  padding: 5px 32px;
  position: absolute;
  top: 26px;
  right: 158px;
  transform: translate(10px, 10px);
  text-align: center;
  text-decoration: none;
  transform: rotate(-42deg);
} */


/* media query */

@media (max-width: 1024px) {
    .list-feature .pricing-header h5 {
        font-size: 25px;
    }

    .list-feature .pricing-header {
        padding: 37px 22px;
    }

    .expand-default {
        min-height: 22px;
    }

    .style-3 .pricing-footer .btn-plan {
        max-width: 128px;
    }

    .container-bg {
        padding: 56px 16px;
    }

    .container-bg h4 {
        font-size: 29px;
    }
}

@media (max-width: 850px) {
    .style-3 .pricing-footer .btn-plan {
        max-width: 133px;
    }

    .list-feature .pricing-header h5 {
        font-size: 28px;
        font-weight: 700;
    }

    .list-feature .pricing-header {
        padding: 34px 22px;
    }

    .bg-blue {
        padding: 17px 29px 8px 21px;
    }

    .every-plan-pera {
        padding-top: 12px;
        min-width: auto;
        line-height: 1.5rem;
    }

    .every-plan-pera {
        text-align: left;
    }

    .container-bg {
        padding: 56px;
    }

    .Pricing_card .entry-title p {
        padding: 0px;
    }

    .every-plan {
        padding: 0px;
    }
}

@media (max-width: 460px) {
    .sm-textcenter {
        text-align: center;
    }

    .current_plan_detials {
        display: flex;
        justify-content: space-between;
        margin-right: 10px;
        align-content: center;
        align-items: center;
    }

    .card-body.row.p-3.row_revarse_mobile {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    #tab1 .pricing-feature p.mb-txt-center {
        margin: 0;
        padding: 10px;
    }

    .pricing-card .mobile-view-hide {
        display: none;
    }

    .pricing-feature .mobile-data {
        display: block;
    }

    .pricing-feature li p {
        padding: 0 20px;
    }

    .pricing-feature li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
    }

    .pricing-feature li:last-child {
        display: block;
    }

    .pricing-wrapper.comparison-table.clearfix.style-3 {
        display: block;
    }

    .container-bg {
        background-color: #1889d5;
        padding: 14px 0px;
        text-align: center;
        color: #fff;
    }

    .Pricing_card .entry-title p {
        padding: 0px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .entry-title h4 {
        font-weight: 700;
        font-size: 24px;
    }

    .style-3 .pricing-media {
        height: 52px;
    }

    .list-feature .pricing-header {
        padding: 11px 22px;
    }

    .list-feature .pricing-header h5 {
        font-size: 24px;
        font-weight: 700;
    }

    .style-3 .pricing-footer .btn-plan {
        /* width: 226px; */
        max-width: 230px;
        min-width: 180px;
    }

    .bg-blue {
        padding: 17px 29px 8px 21px;
        text-align: center;
    }

    .every-plan-pera {
        text-align: center;
    }

    .every-plan-pera {
        padding-top: 12px;
        min-width: auto;
        line-height: 1.5rem;
    }

    .comparison-table .pricing-col,
    .stripped-table .pricing-col {
        padding: 8px 0;
        z-index: 0;
    }

    .every-plan h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .every-plan {
        padding: 0;
    }

    .every-plan .row {
        gap: 20px;
    }

    .questions-answers {
        padding: 27px 0;
    }

    .questions-answers h4 {
        font-size: 24px;
    }

    .container-bg h4 {
        font-size: 22px;
        font-weight: 600;
        line-height: 31px;
        padding-bottom: 0 !important;
    }

    .container-bg p {
        padding: 0 11px;
        font-size: 14px;
    }

    .every-plan h4 {
        padding-bottom: 5px !important;
    }

    .every-plan .mobile-view {
        padding: 0 !important;
    }

    .every-plan-pera p {
        padding-bottom: 5px;
        color: #222F3D;
    }

    .accordion-item .accordion-link p.text-bold {
        margin-bottom: 0px;
        font-size: 17px;
        font-weight: 500;
    }

    .current .pricing-card,
    .pricing-col:hover>.pricing-card {
        -webkit-transition: 0.2s linear;
        box-shadow: none;
    }

    .current .pricing-footer a,
    .current:hover .pricing-footer a,
    .pricing-col:hover>.pricing-card .pricing-footer a,
    .pricing-wrapper:hover .current:hover .pricing-footer a {
        bottom: 0;
        position: relative;
    }

    .current .pricing-footer,
    .current:hover .pricing-footer,
    .pricing-col:hover>.pricing-card .pricing-footer,
    .pricing-wrapper:hover .current:hover .pricing-footer {
        height: 80px;
    }

    .tab-toggle {
        width: 100% !important;
    }

    .style-3 .pricing-card {
        border-radius: 8px !important;
    }
}

.switch {
    position: relative;
    display: inline-block !important;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* input:checked+.slider.slider_1:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
} */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tab-toggle {
    border: 1px solid #D8D8D833;
    /* background: #f5f5f5; */
    box-shadow: 0px 0px 10px 0px #00000026;
    width: 65%;
    margin: 0 auto;
}

.tab-toggle_1 {
    border: 1px solid #D8D8D833;
    /* background: #f5f5f5; */
    /* box-shadow: 0px 0px 10px 0px #00000026; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /* justify-content: space-evenly; */
}

.switch.switch_1 {
    position: relative;
    display: inline-block !important;
    width: 50px;
    height: 25px;
    line-height: 0px !important;
}

.slider.slider_1:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
}

.pricing-card.broder-radius-topleft {
    border-radius: 8px 0px 0px 8px;
}

.bg-none {
    background-color: unset !important;
}

.col-md-3.pricing-col.person:last-child .pricing-card:last-child {
    border-radius: 0px 8px 8px 0px;
}


/* .container.conPricingTable.tab.active {
    BORDER: 1px solid #ddd;
    border-radius: 8px;
} */


.card {
    background: #fff;
    border: 1px solid #ddd;
}

.text-center-row {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    /* align-items: center; */
}

li.list-none i.fa.fa-check.available {
    color: #0569bb;
    margin: 0 5px 0px 0px;
}

.fw-16 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.fw-16-bold {
    font-size: 16px;
    font-weight: 600;
}

.text-blue {
    color: #0167AB;
}

#levels-tabs .tab-links a,
#levels-tabs1 .tab-links a {
    padding: 5px 5px;
    display: flex;
}

.fw-600 {
    font-weight: 600;
}