.white-border-block {
    background-color: #fff;
    border: 1px solid #e5e8fb
}


.table {
    width: 100%
}

.icon-text-block {
    padding: 16px;
    margin-bottom: 24px
}

.icon-text-block img {
    margin-bottom: 16px
}

.icon-text-block h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.5px
}

@media (max-width: 767px) {
    .icon-text-block h3 {
        font-size: 22px;
        line-height: 30px
    }
}

.icon-text-block p {
    color: #344759;
    max-width: 345px
}

@media (max-width: 767px) {
    .icon-text-block p {
        max-width: 100%
    }
}

.link-with-icon {
    color: #256af2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-with-icon svg {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 6px
}

.link-with-icon:hover {
    color: #07192b
}

.link-with-icon:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.img-text-block {
    margin: 16px 0
}

.img-text-block img {
    margin-bottom: 24px;
    width: 100%
}

.img-text-block img.rounded {
    border-radius: 16px
}

.img-text-block h3 {
    margin: 6px 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.5px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out
}

@media (max-width: 767px) {
    .img-text-block h3 {
        font-size: 22px;
        line-height: 30px
    }
}

.img-text-block h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px
}

.img-text-block.hover-heading:hover h3 {
    color: #256af2
}

.bottom-link-abs {
    margin: 15px 0
}

.bottom-link-abs .img-text-block {
    margin: 0;
    position: relative;
    padding-bottom: 30px;
    height: 100%
}

.bottom-link-abs .img-text-block > a {
    position: absolute;
    bottom: 0
}

.tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 25px;
    background-color: #e9f0fe;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 10px 0
}

.overflow-hidden {
    overflow: hidden
}

.bold {
    font-weight: 800
}

.radius-16 {
    border-radius: 16px
}

.tooltip-main svg path {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out
}

.tooltip-main:hover svg path {
    stroke: #256af2
}

.tooltip-content {
    position: absolute;
    background-color: #07192b;
    color: #fff;
    min-width: 130px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    -webkit-transform: translateY(calc(-100% - 10px)) translateX(calc(-50% + 10px));
    transform: translateY(calc(-100% - 10px)) translateX(calc(-50% + 10px));
    margin: 0 auto;
    max-width: 300px;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out
}

.tooltip-content:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #07192b;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltip-content.show {
    opacity: 1;
    pointer-events: all
}

@media (max-width: 767px) {
    .tooltip-content {
        max-width: 200px;
        font-size: 12px
    }
}

.custom-checkbox {
    margin-bottom: 16px
}

.custom-checkbox.disabled {
    opacity: 0.6;
    pointer-events: none
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    z-index: -1
}

.custom-checkbox label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #344759;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block
}


.pricing-hero {
    padding: 150px 0 300px;
    background:#F1F6FF;
    position: relative
}

.pricing-hero:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../inner-hero-bg.html);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
    z-index: 0
}

.pricing-hero .container {
    position: relative;
    z-index: 4
}

.pricing-hero h2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0E64FF;
    margin-bottom: 16px;
}

.pricing-hero h1 {
    font-family: 'Oakes Grotesk';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1F2937;
    margin-bottom: 16px;
}

.pricing-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: rgba(31, 41, 55, 0.9);
}


@media (max-width: 767px) {
    .pricing-hero {
        padding-top: 120px
    }

    .pricing-hero p {
        font-size: 16px
    }
}

.pricing-amount-main {
    margin: -290px 0 80px;
    z-index: 4;
    position: relative
}

.pricing-amount-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    padding: 8px;
    border-radius: 50px;
    justify-self: center;
    margin-bottom: 60px
}

.pricing-amount-tabs button {
    padding: 10px 16px;
    background-color: #fff;
    border: none;
    border-radius: 30px
}

.pricing-amount-tabs .active {
    background-color: #256af2;
    color: #fff
}

@media (max-width: 767px) {
    .pricing-amount-tabs button {
        font-size: 13px
    }
}

.pricing-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    border-radius: 20px
}

.pricing-detail-block .single-pricing-detail {
    width: 25%;
    text-align: center;
    padding: 40px 40px 100px;
    border-right: 1px solid #e5e8fb
}

.pricing-detail-block .single-pricing-detail .choice-badge {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    position: absolute;
    top: -20px;
    padding: 8px;
    background-color: #f3ca40;
    border-radius: 30px;
    min-width: 130px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media (max-width: 767px) {
    .pricing-detail-block .single-pricing-detail .choice-badge {
        left: auto;
        top: 20px;
        right: 20px;
        padding: 6px;
        min-width: 110px
    }
}

.pricing-detail-block .single-pricing-detail:last-child {
    border: none
}

@media (max-width: 990px) {
    .pricing-detail-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pricing-detail-block .single-pricing-detail {
        width: 50%
    }

    .pricing-detail-block .single-pricing-detail:nth-child(1), .pricing-detail-block .single-pricing-detail:nth-child(2) {
        border-bottom: 1px solid #e5e8fb
    }
}

@media (max-width: 767px) {
    .pricing-detail-block {
        border: none;
        margin: 0
    }

    .pricing-detail-block .single-pricing-detail {
        width: 100%;
        text-align: left;
        padding: 24px;
        border: 1px solid #e5e8fb;
        background-color: #fff;
        border-radius: 16px;
        margin-bottom: 30px
    }

    .pricing-detail-block .single-pricing-detail:last-child {
        border: 1px solid #e5e8fb
    }
}

.single-pricing-detail {
    position: relative
}

.single-pricing-detail.enterprise p {
    margin: 60px 0 40px
}

.single-pricing-detail h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.single-pricing-detail .price {
    font-size: 56px;
    line-height: 64px;
    display: none;
    margin-bottom: 40px;
    font-weight: 600;
}

.single-pricing-detail .price.active {
    display: block
}

.single-pricing-detail p {
    color: #616f7d;
    margin-bottom: 32px
}

.single-pricing-detail .button-wrapper {
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    text-align: center;
    bottom: 30px
}

@media (max-width: 767px) {
    .single-pricing-detail h5 {
        margin-bottom: 8px
    }

    .single-pricing-detail .price {
        font-size: 48px;
        margin-bottom: 16px
    }

    .single-pricing-detail .button-wrapper {
        position: static;
        text-align: left
    }
}

.free-plan-choose {
    padding: 55px 95px;
    background-color: #f8faff;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 43px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.free-plan-choose p {
    margin: 0;
    max-width: 350px;
    text-align: left
}

.free-plan-choose .price {
    margin: 0;
    display: block
}

.free-plan-choose .price span {
    font-size: 18px;
    font-weight: 400
}

.free-plan-choose h5 {
    margin: 0
}

@media (max-width: 990px) {
    .free-plan-choose {
        padding: 24px
    }

    .free-plan-choose .price {
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .free-plan-choose {
        display: block
    }

    .free-plan-choose p {
        margin-bottom: 30px
    }
}

.table {
    width: 100%
}

.pricing-table {
    margin: 60px 0 0;
}

.pricing-table .table {
    text-align: center;
    table-layout: fixed
}

.pricing-table .table .pricing-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}

.pricing-table .table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 24px;
    border-top: 1px solid #e5e8fb
}

.pricing-table .table td .price-head h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.pricing-table .table td .price-head .button {
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .pricing-table .table td .price-head .button {
        width: 100%
    }
}

.pricing-table .table td .price-feature-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    max-width: 220px
}

.pricing-table .table td .price-feature-name span {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px
}

.pricing-table .table td .price-feature-name span .tooltip-main {
    margin-left: 5px
}

.pricing-table .table td.col-span-4 {
    -webkit-column-span: 4;
    column-span: 4;
    background-color: #f8faff
}

@media (max-width: 767px) {
    .pricing-table .table td.col-span-4 {
        -webkit-column-span: 1;
        column-span: 1
    }
}

.pricing-table .table td.visible-mobile-td {
    display: none
}

@media (max-width: 767px) {
    .pricing-table .table td.visible-mobile-td {
        display: table-cell
    }
}

.pricing-table .table .full-data-row {
    background-color: #f8faff
}

.pricing-table .table .full-data-row h3 {
    text-align: left;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px
}

@media (max-width: 990px) {
    .pricing-table {
        overflow: auto
    }

    .pricing-table .table {
        table-layout: auto
    }
}

@media (max-width: 767px) {
    .pricing-table .table td {
        padding: 20px;
        font-size: 14px
    }

    .pricing-table .tab-pane {
        display: none
    }

    .pricing-table .tab-pane.active {
        display: table-cell;
        -webkit-animation: fadein 0.4s ease-out 1 forwards;
        animation: fadein 0.4s ease-out 1 forwards
    }
}

.mobile-tab-triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    overflow: auto;
    padding: 20px 0 10px;
    margin: 0
}

.mobile-tab-triggers li {
    margin-right: 15px
}

.mobile-tab-triggers li button {
    padding: 8px 23px;
    font-size: 14px;
    border-radius: 30px;
    border: none;
    background-color: #f8faff;
    color: #07192b;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out
}

.mobile-tab-triggers li button.active {
    background-color: #256af2;
    color: #fff
}

.custom-sub-wrapper {
    margin-bottom: 60px;
}

.custom-sub-main {
    padding: 0 70px;
    -webkit-box-shadow: 0px 20px 40px rgba(42, 111, 243, 0.06);
    box-shadow: 0px 20px 40px rgba(42, 111, 243, 0.06);
    border-radius: 40px;
    background-image: url(../dots-bg-2.html);
    background-size: cover;
    background-position: center
}

.custom-sub-main .custom-sub-desc {
    padding: 72px 0
}

.custom-sub-main .custom-sub-desc p {
    opacity: 0.8;
    margin-bottom: 32px
}

.custom-sub-main .custom-sub-form {
    padding: 25px 40px;
    height: calc(100% + 70px);
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-sub-main h3 {
    margin-bottom: 32px
}

@media (max-width: 990px) {
    .custom-sub-main {
        padding: 0 30px
    }

    .custom-sub-main .custom-sub-form {
        padding: 40px 25px
    }
}

@media (max-width: 767px) {
    .custom-sub-main {
        border-radius: 30px;
        padding: 0;
        overflow: hidden
    }

    .custom-sub-main .custom-sub-desc {
        padding: 34px 30px
    }

    .custom-sub-main .custom-sub-form {
        padding: 40px 25px;
        height: auto;
        border-radius: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.pricing-table .table td .price-feature-name {
    max-width: unset;
    width: 400px;
}
.blue-check-list {
    list-style-type: none;
}
.blue-check-list li {
    margin-bottom: 16px;
    background-image: url('../svg/blue-circle.svg');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 25px;
}

.header-main.clearHeader{ background: #F1F6FF}
.header-main.clearHeader.whiteHeader{ background: #fff}
.single-pricing-detail .button.chevron,.button.chevron.check{border-radius: 5px;
-webkit-box-shadow: 0px 10px 40px rgb(37 106 242 / 20%);box-shadow: 0px 10px 40px rgb(37 106 242 / 20%);
   font-weight: 600;
}

.single-pricing-detail .price small {
    font-size: 24px;
}

.price.tab-pane.yearly sub {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 400;
}

.single-pricing-detail h4 sub {
    height: 30px;
    display: block;
}

/* Accordion styles */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs {
overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 8px 16px rgba(14, 100, 255, 0.04);
  border-radius: 18px;
  margin-bottom: 24px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding:32px 24px;
  background: #fff;
  cursor: pointer;
  color:#1F2937;
  font-size: 16px;
  line-height: 19.2px;
  font-weight:600;
  align-items: center;
  /* Icon */
}
.tab-label:hover {
  background: #fff;
}
.tab input + .tab-label::after {
  content:"";
  width: 24px;
  height: 24px;
  text-align: center;
  transition: all 0.35s;
  background: url(../svg/add.svg) 0 0 no-repeat;

}
.tab-content {
  /*max-height: 0;*/
  padding: 0 24px;
  color: #2c3e50;
  background: white;
  /*transition: max-height 0.2s ease-out;*/
    display: none;
}
.tab-content p{ text-align:left; margin-bottom:20px; font-size:14px; line-height:19.6px;
color:#344759 }

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #fff;
}

.tab input:checked + .tab-label {
  background: #fff;
  color:#000;
  /*padding-bottom:16px;*/
}
/*.tab input:checked + .tab-label::after {
   background: url(images/minus.svg) 0 0 no-repeat;
}*/

.tab-label.active::after {
   background: url(../svg/minus.svg) 0 0 no-repeat !important;
}


.tab input:checked ~ .tab-content {
  display: block;
  padding:0 24px 12px;
}


.fqin h2 {
    font-size: 34px;
    line-height: 34px;
    color: #1F2937;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.fqin p {
    font-size: 18px;
    line-height: 25.2px;
    color: #344759;
    margin-bottom: 80px;
}
.pricing-table .table td .price-head h3 span {
    display: block;
    font-weight: 100;
    color: #616f7d;
    font-size: 16px;
}
.cp p{font-size: 18px;line-height: 25.2px;color: #344759; margin-bottom: 20px}


@media (max-width: 767.98px) {
.fqin h2 {font-size: 28px;line-height: 38px;}
.fqin p {margin-bottom: 30px; font-size: 16px;}
.pricing-hero {padding-top: 120px}
.pricing-hero p {font-size: 16px}
.pricing-hero h1 {font-size: 40px; line-height: 50px}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.pricing-hero {padding-top: 150px}
.pricing-hero p {font-size: 16px}
.pricing-hero h1 {font-size: 40px; line-height: 50px}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
.pricing-hero {padding-top: 150px}
.pricing-hero p {font-size: 16px}
.pricing-hero h1 {font-size: 40px; line-height: 50px}
}

.pricing-amount-main ul.nav-tabs.pricing-amount-tabs.white-border-block > li:first-child {
    display: none;
}

ul.nav-tabs.pricing-amount-tabs.white-border-block li:nth-child(4) {
    display: none;
}

.tab:last-child{ margin-bottom: 0}

/* WordPress Pricing CSS  */
.page-template-wordpress-pricing-page-php .pricing-amount-main{ margin-top:-250px}
.page-template-wordpress-pricing-page-php .pricing-detail-block{ max-width:700px; margin:0 auto 40px;}
.page-template-wordpress-pricing-page-php .pricing-detail-block .single-pricing-detail{ width:100%}
.page-template-wordpress-pricing-page-php .pricing-table .table td{ width:25%}

ul.priceList{ list-style: none; margin-bottom: 30px}
ul.priceList li{text-align: left; background:url("../svg/check-3.svg") 0 4px no-repeat;
    padding-left: 20px;background-size: 15px; margin-bottom: 10px;}
ul.priceList li br{ display:none}
.page-template-wordpress-pricing-page-php .button-wrapper{ position: relative; margin-bottom: 40px;
bottom:unset}
.page-template-wordpress-pricing-page-php .single-pricing-detail h3{font-size: 16px;font-weight: 600;text-align: left;margin-bottom: 15px;line-height: 120%;}
.page-template-wordpress-pricing-page-php .pricing-amount-main{ margin-bottom: 40px;}

@media (max-width: 767.98px) {
.page-template-wordpress-pricing-page-php .pricing-detail-block .single-pricing-detail {
 width: 100%;}
 .page-template-wordpress-pricing-page-php .pricing-table .table td{ width:auto}
 .free-plan-choose.flex.single-pricing-detail{ flex-direction: column; gap:30px}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-template-wordpress-pricing-page-php .pricing-detail-block .single-pricing-detail {
        width: 50%;}
}