/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body .container {
    max-width: 1320px;
    padding: 0 20px;
}
html, body {
	overflow-x: hidden;
    overscroll-behavior: none;
}
.badges {
    display: flex;
    gap: 10px;
    margin-top: 20px;
	width: 100%;
}
#ajax-content-wrap {
	overflow-x: hidden;
    overscroll-behavior: none;
}
body p {
    color: #666666;
}
body .text-diff-color {
    color: #7727CD !important;
}
body a {
    color: #5916E9;
}
body {
	font-size: 16px;
	line-height: 24px;
}
body .cl-white {
	color: #fff;
}
body .cl-gray-1 {
	color: #fff;
}
body .cl-gray-2 {
	color: #666666;
}
body .font-medium {
	font-weight: 500;
}
body .font-bold {
    font-weight: 700 !important;
}
body .font-regular {
	font-weight: 400 !important;
}
body .font-40 {
	font-size: 40px; 
	line-height: 60px;
}
body .font-32 {
	font-size: 32px; 
	line-height: 47px;
}
body .font-28 {
	font-size: 28px; 
	line-height: 39px;
}
body .font-24 {
    font-size: 24px;
    line-height: 37px;
}
body .font-20 {
    font-size: 20px;
    line-height: 30px;
}
body .font-18 {
    font-size: 18px; 
    line-height: 26px;
}
body .font-16 {
	font-size: 16px; 
	line-height: 24px;
}
body .mt-32 {
	margin-top: 32px;
}
body .mt-24 {
    margin-top: 24px;
}
body .mt-16 {
    margin-top: 16px;
}
body .no-mb {
    margin-bottom: 0 !important;
}
body .mb-50 {
    margin-bottom: 50px;
}
body .row .col .mb-50 {
    margin-bottom: 50px;
}
body .mb-32 {
	margin-bottom: 32px;
}
body .mb-24 {
	margin-bottom: 24px;
}

body .mb-16 {
	margin-bottom: 16px;
}
body #header-outer.small-nav #logo, body #header-outer.small-nav .logo-clone, body #header-outer.small-nav .logo-spacing {
    margin-top: 3px;
    margin-bottom: 3px;
    
}
body #header-outer.small-nav #logo img {
    height: 70px;
}

/*body #header-outer.small-nav #top nav > ul > li > a {
    font-size: 14px;
    line-height: 14px;
}
body #header-outer.small-nav .nectar-header-text-content a {
    font-size: 14px;
    line-height: 21px;
    padding: 6px 15px;
}
body #header-outer.dark-slide #logo img {
    height: 60px;
}
body #header-outer.dark-slide #top nav > ul > li > a {
    font-size: 14px;
    line-height: 14px;
}
body #header-outer.dark-slide .nectar-header-text-content a {
    font-size: 14px;
    line-height: 21px;
    padding: 6px 15px;
}*/
body[data-bg-header=true] #header-outer[data-permanent-transparent="1"].transparent.small-nav {
    background-color: #fff !important;
}
/*body[data-bg-header=true] #header-outer[data-permanent-transparent="1"].transparent.dark-slide {
    background-color: #000 !important;
}*/
body #header-outer.transparent.dark-slide > #top nav > ul > li > a:hover,body #header-outer[data-lhe="default"] #top nav > ul > li > a:focus,body #header-outer[data-lhe="default"] #top nav > ul > li > a:hover {
	color: #BD5DFB !important;
}
body #header-outer.transparent[data-lhe="default"].dark-slide #top nav > ul > li > a:hover,body #header-outer.transparent[data-lhe="default"].dark-slide #top nav > ul > li > a:focus {
	color: #BD5DFB !important;
}
body #header-outer .nectar-header-text-content {
	padding: 0;
}
#header-outer #top nav > ul > li > a {
    color: #222539;
}
#header-outer #top nav > ul > li.current-menu-item > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
	color: #222539 !important;
    font-weight: bold;
}
#header-outer:not(.transparent) #logo {
    margin-top: 8px;
    margin-bottom: 8px;
}
body #header-outer:not(.transparent) .nectar-header-text-content a {
    background-color: transparent;
    color: #1A2276;
    border: 1px solid #1A2276;
}
body #header-outer .logo-spacing {
    margin: 0;
}
#header-outer.small-nav .logo-spacing {
    margin: 0 !important;
}
body #header-outer .nectar-header-text-content a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color: #fff;
    background-color: #1A2276;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.5s;
}
body #header-outer .nectar-header-text-content a:hover {
    transform: translateY(-5px);
    transition: all 0.5s;
    opacity: 0.87;
}
body .bg-gradient-overlay.wpb_row > .row-bg-wrap .row-bg::before {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #C5CAFD 0%, #EEEFFE 100%);
	z-index: -1;
}
a.nectar-button.regular-button.btn-default {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 6px !important;
    margin-bottom: 0;
    box-shadow: none;
    transition: all 0.5s;
}
a.nectar-button.regular-button.btn-default:hover {
    transform: translateY(-5px);
    transition: all 0.5s;
}
a.nectar-button.regular-button.btn-default.btn-transparent {
    background: transparent !important;
    border: 2px solid #FFFFFF;
}
a.nectar-button.regular-button.btn-default.btn-transparent-blue  {
    background: transparent !important;
    border: 2px solid #1A2276;
}

.hero-section img.img-with-animation {
    margin-left: -40px;
    max-width: 738px;
}
.hero-section a.nectar-button.regular-button.btn-default {
	margin-right: 16px;
}
.latest-blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
}
.blog-item > a {
    overflow: hidden;
    display: block;
    line-height: 0;
    border-radius: 8px;
}
.blog-item:hover img {
    transform: scale(1.03);
    transition: all 0.5s;
}
.latest-blog-posts .blog-post img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    margin-bottom: 0 !important;
    height: 225px;
    object-fit: cover;
}
.latest-blog-posts .blog-post h3 {
    margin-bottom: 0;
    min-height: 96px;
}
.latest-blog-posts .blog-post h3 a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-blog-posts .blog-post .post-date {
    color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
    padding-bottom: 0;
}
body #footer-outer {
    background: linear-gradient(360deg, #D3AAFF 0%, #ECDBFF 100%);
}
#footer-outer .widget#media_image-2 img {
    height: 70px !important;
    width: auto;
}
#footer-outer .row {
    padding: 65px 0 55px;
}
#footer-outer .col {
    width: 20%;
    margin-right: 0;
}
#footer-outer .col:nth-child(2) {
    display: flex;
    width: 60%;
    padding-left: 8%;
    padding-top: 29px;
    padding-bottom: 29px;
}
#footer-outer #footer-widgets .widget h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
#footer-outer #footer-widgets .col ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 2.5px !important;
}
#footer-outer #footer-widgets .col ul li a:hover {
    color: #BD5DFB !important;
}
#footer-outer .col:nth-child(2) .widget {
    padding-right: 45px;
}
#footer-outer .widget#media_image-2 {
    margin-bottom: 15px;
}
#footer-outer .widget {
    margin-bottom: 0;
}
body.original #footer-outer #footer-widgets .col ul li {
    border-bottom: none !important;
}
p.copyright-t {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    font-weight: 500;
    color: #000;;
    margin-top: 110px;
}
.info-footer {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.phone-email {
    margin-top: 17px;
}

.phone-email a {
    display: block;
}
.hero-about-section.bg-gradient-overlay.wpb_row .row-bg::before {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0C3775 0%, #1667DB 100%);
	z-index: -1;
}
.latest-blog-posts.latest-blog-pagination {
    margin-top: 0;
    gap: 32px 95px;
}
.latest-blog-posts.latest-blog-pagination .blog-post h3 a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
	margin: 24px 0 16px 0;
}
.latest-blog-posts.latest-blog-pagination .blog-post h3 {
    min-height: 40px;
}
.latest-blog-posts.latest-blog-pagination .blog-post .post-date {
    font-size: 12px;
    color: #000;
}
.blog-pagination .page-numbers li {
    list-style: none;
}
.blog-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0;
}
.blog-pagination .page-numbers li .page-numbers.current {
    background: #1A2276;
    border: none;
    color: #fff;
}
.blog-pagination .page-numbers li .next.page-numbers {
    border: none;
    font-size: 0;
    position: relative;
}
.blog-pagination .page-numbers li .prev.page-numbers {
    border: none;
    font-size: 0;
    position: relative;
}
.blog-pagination .page-numbers li .next.page-numbers::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    background-image: url(./images/next-ic.png);
    width: 13px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.blog-pagination .page-numbers li .prev.page-numbers::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(./images/next-ic.png);
    width: 13px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: translate(-50% , -50%) rotate(180deg);
}
.blog-pagination .page-numbers li .page-numbers {
    width: 38px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A2276;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #1A2276;
    border-radius: 8px;
}
.all-blog-tags {
    padding: 11px 16px;
    background: #EFF5F5;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}
.all-blog-tags a {
    text-decoration: underline;
    color: #000;
}
.row .vision-mision .col .iwithtext .iwt-icon img:not([srcset]) {
    margin-bottom: 0;
    width: 55px;
}
.vision-mision .iwithtext .iwt-text {
    padding-left: 0px;
    color: #666666;
}
.vision-mision .iwithtext .iwt-text strong {
    color: #222539;
    font-size: 18px;
    display: block;
}
.vision-mision .iwithtext .iwt-icon {
    width: 77px;
    height: 77px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #3500A8;
}

.why-practopal .box .vc_column-inner {
    padding: 40px 32px;
    border-radius: 8px;
}
.why-practopal .box .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay {
    border-radius: 8px;
}
.why-practopal .box .vc_column-inner img {
    width: auto !important;
    min-height: 57px;
}
.why-practopal .box .vc_column-inner .iwithtext .iwt-icon {
    position: relative;
    display: none;
}
.why-practopal .box .vc_column-inner .iwithtext .iwt-text strong {
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #1A2276;
}
.why-practopal .box .vc_column-inner .iwithtext .iwt-text  br {
    display: none;
}
.why-practopal .box .iwithtext .iwt-text {
    padding-left: 0;
}
.why-practopal .box .iwithtext .iwt-text {
    font-size: 16px;
    line-height: 24px;
}
.about-bottom-section {
    background: linear-gradient(135deg, #3500a8 65%, #8c3af2 100%);
}
.about-bottom-section {
    background: linear-gradient(135deg, #3500a8 65%, #8c3af2 100%);
    padding-left: 85px;
    padding-right: 75px;
    border-radius: 24px;
}
.hero-faq .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}
.hero-faq p a {
    color: #2C497F;
    font-weight: 700;
}
.text-with-dot {
    position: relative;
    padding-left: 48px;
}
.text-with-dot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #1CB5E0 0%, #C288FF 100%);
    border-radius: 100%;
}
.row .three-easy-steps .col .iwithtext .iwt-icon img {
    width: 108px;
    margin-bottom: 0;
}
.three-easy-steps .iwithtext .iwt-text {
    padding-left: 132px;
}
.three-easy-steps .iwithtext .iwt-icon {
    top: 50%;
    transform: translateY(-50%);
}
.three-easy-steps .box-text-step h4 {
    margin-bottom: 0 !important;
    color: #1A2276;
}
.box-text-step div {
    color: #666666 !important;
}
.three-easy-steps .box-text-step h3 {
    margin-bottom: 16px !important;
    color: #1A2276;
}
.box-text-achieve h3 {
    color: #1A2276;
    font-weight: bold !important;
}
.outcomes-achieve .iwithtext {
    display: flex;
    align-items: center;
}
.outcomes-achieve .iwithtext .iwt-icon {
    position: relative;
    width: 120px;
}
.box-text-achieve .des {
    color: #666666;
}
.row .outcomes-achieve .col .iwithtext .iwt-icon img:not([srcset]) {
    width: auto;
    margin-bottom: 0;
}
.outcomes-achieve .iwithtext .iwt-text {
    padding-left: 20px;
    width: calc(100% - 120px);
}

.solution-section-bottom .wpb_row .row-bg {
    background: #9328D8;
    opacity: 0.35;
    border-radius: 24px;
}
.row-solution-bottom {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 24px;
}
.row-solution-bottom a.nectar-button.regular-button.btn-default {
    margin-right: 16px;
}
.contact-infor-footer .social-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    max-width: 176px;
    margin-left: auto !important;
}
.contact-infor-footer .social-footer a {
    font-size: 0;
    line-height: 0;
}
.contact-infor-footer .social-footer a img {
    margin-bottom: 0 !important;
}
.hero-section p a {
    font-weight: bold;
    color: #fff;
}
.hero-product img.img-with-animation {
    max-width: 671px;
    margin-left: 40px;
}
.hero-product p a {
    color: #0C3775;
    font-weight: bold;
}
.detailed-features .box .vc_column-inner {
    padding: 32px 24px;
    border-radius: 8px;
}
.detailed-features .box .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay {
    border-radius: 8px;
}
.detailed-features .box ul {
    min-height: 252px;
}
.detailed-features .box ul li {
    font-size: 16px;
    line-height: 42px;
	font-weight: 600;
}
.detailed-features .box a.nectar-button.regular-button.btn-default {
    width: 100%;
    margin-top: 32px;
    text-align: center;
}
.product-text-icon .row_col_wrap_12.col.span_12 br {
    display: none;
}
.product-text-icon .iwithtext .iwt-icon {
    position: relative;
}
.product-text-icon .iwithtext .iwt-icon img {
    width: auto !important;
    margin-bottom: 0;
}
.product-text-icon .iwithtext .iwt-text {
    padding-left: 0;
}
.row .product-text-icon .box-product-text h3 {
    margin: 16px 0;
}
.product-text-icon .box-product-text > div {
    font-weight: 500;
}

.product-section-bottom .wpb_row .row-bg {
    background: #05285A;
    opacity: 0.45;
    border-radius: 24px;
}
.row-product-bottom {
    padding-left: 85px;
    padding-right: 70px;
    border-radius: 24px;
}
.product-section-bottom a.nectar-button.regular-button.btn-default {
    margin-right: 16px;
}

.table-product-compare {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.table-product-compare .flex-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 890px;
}

.table-product-compare .flex-table-header .flex-table-cell {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 40px 40px 0 0;
    border: none;
    flex: 1;
}
.flex-table-row.flex-table-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-product-compare .flex-table-header .flex-table-cell:nth-child(1), .table-product-compare .flex-table-header .flex-table-cell:nth-child(2) {
    background: #1A2276;
    color: #fff;
}
.table-product-compare .flex-table-header .flex-table-cell:nth-child(3) {
    background: #666666;
    color: #fff;
}
.table-product-compare .flex-table-header .flex-table-cell:nth-child(2),
.table-product-compare .table-content .flex-table-cell:nth-child(2) {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.table-product-compare .flex-table-header .flex-table-cell:nth-child(2), .table-product-compare .flex-table-header .flex-table-cell:nth-child(3) {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.table-product-compare .table-content .flex-table-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.table-product-compare .flex-table-row:last-child {
    border-bottom: none;
}
.table-product-compare .table-content .flex-table-cell {
    flex: 1;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    border-bottom: 4px solid #FFFFFF;
    border-top: 4px solid #fff;
    background: #EAEEF1;
    display: flex;
    align-items: center;
}
.table-product-compare .table-content .flex-table-cell p {
    color: #000;
    width: 100%;
}
.table-product-compare .table-content .flex-table-cell:first-child {
    font-weight: 700;
}

.table-product-compare .table-content .flex-table-cell:nth-child(2), .table-product-compare .table-content .flex-table-cell:nth-child(3) {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.table-product-compare .flex-table-cell:last-child {
    border-right: none;
}
.check {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
    background-image: url(./images/ic-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.non-check {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    background-image: url(./images/ic-non-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    align-items: flex-start;
    margin-bottom: 40px !important;
}
.faq-item {
    width: calc(50% - 10px);
    background: #EFF5F5;
    border-radius: 8px;
    position: relative;
}
.row .col .faq-item .heading-faq {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding: 24px 75px 24px 24px;
    border-radius: 8px;
    cursor: pointer;
}
.row .col .faq-item.active .heading-faq {
    font-weight: 500;
}
.faq-item span.toggle-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    transition: all 0.5s;
}

.faq-item span.toggle-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 3px;
    background: #000000;
    transition: all 0.5s;
}
.faq-item span.toggle-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 19px;
    background: #000000;
    transition: all 0.5s;
}
.faq-item.active span.toggle-icon::after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.faqs-categories {
    display: flex;
    align-items: center;
}
.faqs-categories p {
    padding-bottom: 0; 
    color: #3500A8;
    line-height: 24px;
    padding-right: 32px;
}
.list-topics {
    display: flex;
    align-items: center;
    gap: 24px;
}
.list-topics a {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}
.faq-content {
    padding: 0px 75px 24px 24px;
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.action-faq {
    text-align: right;
    margin-bottom: 0 !important;
}
.action-faq a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
}
.action-faq .view-all-faq {
    background: #1A2276;
}
.action-faq .faq-chat {
    background: #BD5DFB;
    display: none;
}
.title-single-detail {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #000;
}
.single .post-area, .single .post-area p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.single .post-area h2 {
    font-size: 20px;
}
.single .post-area p {
    padding-bottom: 20px;
}
body .container .related-blog-posts.row:last-child {
    padding: 85px 0 105px;
}
.related-blog-posts .latest-blog-posts {
    position: relative;
    z-index: 1;
}
.related-blog-posts .latest-blog-posts .blog-post h3 a {
    font-size: 16px;
    line-height: 24px;
}
.related-blog-posts .latest-blog-posts .blog-post h3 {
    min-height: auto;
}
.related-blog-posts .latest-blog-posts .blog-post .post-date {
    font-size: 14px;
    line-height: 24px;
}
.single-post .container-wrap.no-sidebar {
    padding-bottom: 0;
}
.related-blog-posts .row-bg {
    z-index: -1;
    background: #E3E0FB;
}
.related-blog-posts h3.related-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}
.single .container-wrap.no-sidebar {
    background: #fff;
}
.single .post .content-inner {
    padding-bottom: 0;
}
.business-plans-wrapper .plan-item {
    margin-bottom: 16px;
    padding: 24px 145px 24px 27px;
    border-radius: 16px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.title-plant {
    display: flex;
    grid-gap: 8px;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
}
.title-plant span.version {
    font-weight: 600;
    font-style: italic;
}
.plan-item:nth-child(1) .title-plant span.version {
    font-weight: 500;
}
.coming-soon {
    color: #253D61;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.plan-item .description p {
    padding-bottom: 0;
}
.plan-item .description ul {
    margin: 16px 0;
}
.plan-item .description ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    padding-left: 34px;
    background-image: url(./images/check-future.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #666666;
}
.business-plans-wrapper .plan-item .excerpt {
    color: #666666;
}
.plan-item span.toggle-arrow {
    position: absolute;
    right: 27px;
    top: 24px;
}
.toggle-arrow i {
    font-size: 40px;
    color: #7727CD;
}
span.toggle-arrow.active i::before {
    content: "\e609";
}
.plan-item .tool-tip {
    color: #5916E9;
}
.row .faq-pricing .col .faq-item .heading-faq {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 37px 16px 10px;
}
.faq-pricing #faq-list {
    margin-bottom: 0 !important;
}
.faq-pricing .faq-item span.toggle-icon {
    right: 10px;
    width: 16px;
    height: 16px;
}
.faq-pricing .faq-item span.toggle-icon::before {
    width: 16px;
}
.faq-pricing .faq-item span.toggle-icon::after {
    height: 16px;
}
.faq-pricing a.nectar-button.regular-button.btn-default {
    margin-right: 16px;
}
.faq-pricing .faq-content {
    padding: 0px 37px 16px 10px;
}

.pricing-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.pricing-card:first-child {
    border: 1px solid rgb(62 121 190 / 50%);
}
.pricing-card:last-child {
    border: 1px solid rgb(62 121 190 / 50%);
}
.pricing-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.infor-card, .feature-card, .action-card {
    padding-left: 56px;
    padding-right: 56px;
}
.feature-card {
    padding-top: 25px;
}
.infor-card {
    position: relative;
    overflow: hidden;
    background-color: #E3E0FB;
    border-radius: 16px 16px 0 0;
    height: 367px;
    padding-top: 48px;
    padding-bottom: 90px;
}
.pricing-card:last-child .infor-card {
    background-color: #8838DD;
}
.pricing-card:last-child .heading-card .title-card,
.pricing-card:last-child .price-card,
.pricing-card:last-child .price-card span,
.pricing-card:last-child .description-card,
 .pricing-card:last-child .description-card p {
    color: #fff !important;
}
.infor-card::before {
    content: "";
    position: absolute;
    bottom: calc(-200% + 55px);
    left: -50%;
    width: 200%;
    height: 200%;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
}
.pricing-card .logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.heading-card .title-card {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 600;
}
.heading-card .title-card span {
    font-weight: 500;
    font-style: italic;
}
.pricing-card .logo img {
    margin-bottom: 0;
}
.price-card span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
}

.price-card {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #222539;
}
.description-card {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 7px;
}
.feature-card ul {
    margin: 0;
    min-height: 350px;
}
.feature-card ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    list-style: none;
    padding-left: 34px;
    background-image: url(./images/check-future.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: left center;
}
.action-card {
    padding-top: 8px;
    padding-bottom: 38px;
}
.action-card a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px !important;
    margin-bottom: 0;
    box-shadow: none;
    transition: all 0.5s;
    text-align: center;
    background: #1A2276;
    width: 100%;
    display: inline-block;
    transition: all 0.5s;
}
.action-card a:hover {
    transform: translateY(-5px);
    transition: all 0.5s;
    opacity: 0.87;
}
.hide_desktop {
    display: none !important;
}
.list-gallery-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-gallery-logos .item-gallery img {
    margin-bottom: 0;
}
#btn-return-top {
    margin-right: 0;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    display: none;
}
#btn-return-top.active {
    display: inline-block;
}
#header-outer #top nav > ul > li.item-hide {
    display: none !important;
}
.list-gallery-logos .slick-track {
    display: flex;
    align-items: center;
}
.list-gallery-logos .item-gallery.slick-slide {
    padding: 0 18px;
}
.hero-grants img.img-with-animation {
    max-width: 668px;
    margin-left: 40px;
}
.grants-three-box .iwithtext .iwt-text {
    padding-left: 0;
}
.grants-three-box .iwithtext .iwt-icon {
    position: relative;
}
.row .grants-three-box .col .iwithtext .iwt-icon img:not([srcset]) {
    width: auto;
}
.row .col .box-grants-icon h3 {
    margin-bottom: 16px;
}
.box-grants-icon ul {
    margin-bottom: 0;
}

.row-grants-bottom {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 24px;
}
.hero-blog a.nectar-button.regular-button.btn-default {
    margin-right: 0;
}
@media all and (min-width: 1441px) {
    .hero-product img.img-with-animation {
        max-width: 100%;
        margin-left: 0;
    }
}
@media all and (max-width: 1280px) {
    .hero-product img.img-with-animation {
        margin-left: 0px;
    }
}
@media all and (max-width: 1200px) {
	body br {
		display: none;
	}
    .hero-product img.img-with-animation {
        max-width: 100%;
    }
}
@media all and (max-width: 1000px) {
    .pricing-card {
        flex: auto;
    }
    .feature-card ul {
        min-height: auto;
    }
    .detailed-features .box ul li {
        line-height: 24px;
        padding: 8px 0;
    }
    .center-image-ipad .vc_col-sm-6.wpb_column {
        width: 50%;
    }
}
@media all and (max-width: 999px) {
    #footer-outer .row {
        padding: 32px 0;
    }
    body #footer-widgets .container .col {
        width: 35%;
    }
    .contact-infor-footer .social-footer {
        justify-content: center;
    }
    p.copyright-t {
        text-align: center;
        margin-top: 20px;
    }
    body  #footer-outer .col:nth-child(3) {
        width: 100%;
        text-align: center;
    }
    body  #footer-outer .col:nth-child(2) {
        width: 60%;
    }
    #footer-widgets .container .col.span_6, #footer-widgets .container .col.span_4 {
        padding: 0;
    }
    body #header-outer .nectar-header-text-content a {
        font-size: 14px;
        line-height: 21px;
    }
    body #header-outer .slide-out-widget-area-toggle .lines:after {
        width: 17px;
        height: 2px;
        background: #8271FF !important;
        border-radius: 50px;
    }
    body #header-outer .slide-out-widget-area-toggle .lines:before {
        width: 17px;
        height: 2px;
        background: #BD5DFB !important;
        border-radius: 50px;
    }
    body .slide-out-widget-area-toggle .lines-button:after {
        width: 10px;
        height: 2px;
        background-color: #23C9B8 !important;
        border-radius: 50px;
    }
    body #header-outer:not(.transparent) #logo {
        margin-top: 0;
    }
    #slide-out-widget-area-bg.fullscreen-alt .bg-inner {
        background-color: #000;
    }
    #header-outer[data-mobile-fixed="1"] #top #logo, body[data-slide-out-widget-area=true] #top #logo {
        position: relative;
    }
    .nectar-header-text-content.mobile-only {
        display: none !important;
    }
    body #slide-out-widget-area .off-canvas-menu-container {
        padding: 0 52px;
    }
    body #slide-out-widget-area.fullscreen .inner-wrap>.inner,body #slide-out-widget-area.fullscreen-alt .inner-wrap>.inner {
        margin: 0 auto;
    }
    body #slide-out-widget-area .menuwrapper li a {
        font-size: 16px !important;
        color: #fff !important;
        line-height: 24px !important;
        font-weight: 500 !important;
        font-family: 'Poppins' !important;
    }
    body #slide-out-widget-area .menuwrapper li {
        text-align: left;
        line-height: 0 !important;
        margin-bottom: 16px !important;
    }
}
@media all and (max-width: 767px) {
	.check {
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
		background-size: contain;
	}
	.non-check {
		width: 25px;
		height: 25px;
		margin-bottom: 5px;
		background-size: contain;
	}
    body .font-16 {
        font-size: 14px;
    }
    .hero-about-section .wpb_wrapper h1.vc_custom_heading.font-48 {
        font-size: 28px !important;
        line-height: 44px !important;
    }
    body .hero-about-section  .font-20 {
        font-size: 14px;
        line-height: 21px;
    }
    .detailed-features .font-16 {
        font-size: 14px;
    }
    .center-image-ipad .vc_col-sm-6.wpb_column {
        width: 100%;
    }
    .list-gallery-logos .item-gallery.slick-slide {
        padding: 0 10px;
    }
    .info-footer {
        gap: 10px;
    }
    .product-text-icon .iwithtext .iwt-icon img {
        width: 40px !important;
    }
    .product-text-icon .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
        text-align: left !important;
    }
    .product-text-icon .vc_row-fluid[data-column-margin="60px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child), 
    .product-text-icon .inner_row[data-column-margin="60px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
        margin-bottom: 40px;
    }
    .product-text-icon .iwithtext .iwt-icon {
        line-height: 0;
    }
    .row .product-text-icon .box-product-text h3 {
        margin: 16px 0;
        font-size: 16px;
        line-height: 24px;
    }
    
    .hide_desktop {
        display: block !important;
    }
    .hide_mobile {
        display: none !important;
    }
     body {
        font-size: 14px;
        line-height: 21px;
    }
	body .mt-32 {
		margin-top: 24px;
	}
	.bx-container {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.hero-product img.img-with-animation {
	    display: none;
	}
	.hero-product.wpb_row .row-bg {
        background-size: auto;
        background-position: right bottom !important;
        background-repeat: no-repeat;
    }
	.detailed-features .box {
	    margin-bottom: 16px;
	}
	.detailed-features .box .vc_column-inner {
	    padding: 24px;
	}
    .hero-product .nectar-responsive-text {
        padding-right: 80px;
    }
    .detailed-features .box a.nectar-button.regular-button.btn-default {
        margin-top: 12px;
    }
    .detailed-features .box ul {
        min-height: auto;
    }
    a.nectar-button.regular-button.btn-default {
        font-size: 14px;
        line-height: 21px;
    }
    .detailed-features .box ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .hero-solutions .nectar-split-heading {
        margin-bottom: 16px;
    }
    .hero-solutions .wpb_column:not([class*=vc_col-xs]) {
        margin-bottom: 0;
    }
    .hero-solutions .nectar-responsive-text {
        margin-bottom: 0;
    }
    .hero-solutions .hide_desktop .vc_col-sm-6.wpb_column {
        width: 50%;
    }
    .hero-solutions a.nectar-button.regular-button.btn-default {
        margin-right: 0;
    }
    .hero-solutions .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        margin-right: -20px;
        margin-top: -15px;
    }
    .wpb_wrapper h1.vc_custom_heading.font-40 {
        font-size: 32px !important;
        line-height: 44px !important;
    }
    .wpb_wrapper h2.vc_custom_heading.font-24 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    body .mb-32 {
        margin-bottom: 16px;
    }
    .why-practopal-businesses .wpb_wrapper h3.vc_custom_heading.font-20 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .three-easy-steps .iwithtext .iwt-text {
        padding-left: 124px;
    }
    .three-easy-steps .vc_col-sm-4.wpb_column {
        margin-bottom: 55px;
    }
    .outcomes-achieve .vc_col-sm-4.wpb_column {
        width: 33.33%;
        margin-bottom: 0;
    }
    .outcomes-achieve .iwithtext {
        flex-wrap: wrap;
    }
    .outcomes-achieve .iwithtext .iwt-icon {
        width: 112px;
    }
    .outcomes-achieve .iwithtext .iwt-text {
        padding-left: 0;
        width: 100%;
    }
    .outcomes-achieve .box-text-achieve .des {
        font-size: 10px;
        line-height: 15px;
        color: #3500A8;
    }
    .outcomes-achieve .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .row .outcomes-achieve .box-text-achieve h3 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 20px;
    }
    .detailed-features .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .row-solution-bottom .wpb_wrapper h2.vc_custom_heading.font-20 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    body .row-solution-bottom .font-20 {
        font-size: 16px;
        line-height: 24px;
    }
    .row-solution-bottom a.nectar-button.regular-button.btn-default {
        margin-right: 0;
    }
    .row-solution-bottom .vc_col-sm-6.wpb_column {
        margin-bottom: 16px;
    }
    body .row-solution-bottom {
        background-image: url(./images/bg-bottom-solution-mb.png) !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .hero-faq a.nectar-button.regular-button.btn-default {
        margin-bottom: 0;
    }
    .faq-item {
        width: 100%;
    }
    #faq-list {
        gap: 8px;
        margin-bottom: 32px !important;
    }
    .row .col .faq-item .heading-faq {
        font-size: 14px;
        line-height: 21px;
        padding: 16px 58px 16px 24px;
    }
    .faq-content {
        padding: 0px 58px 24px 24px;
        font-size: 14px;
        line-height: 21px;
    }
    .action-faq {
        text-align: left;
        padding-right: 100px;
    }
    .action-faq a {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
    }
    .all-blog-tags {
        font-size: 14px;
        line-height: 21px;
    }
    .popular-tags h2.vc_custom_heading.vc_do_custom_heading.font-20 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .latest-blog-posts.latest-blog-pagination {
        gap: 8px;
    }
    .single .container-wrap.no-sidebar {
        padding-top: 18px;
    }
    .title-single-detail {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .single-post .post-content>.post-featured-img>img {
        margin-bottom: 30px;
    }
    .single .post-area, .single .post-area p {
        font-size: 14px;
        line-height: 21px;
        color: #000;
    }
    body .container .related-blog-posts.row:last-child {
        padding: 45px 0 70px;
    }
    .vision-mision .iwithtext .iwt-icon {
        width: 60px;
        height: 60px;
        display: flex;
    }
    .vision-mision .iwithtext .iwt-text {
        padding-left: 78px;
    }
    .vision-mision .iwithtext .iwt-text strong {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .why-practopal .box .vc_column-inner {
        padding: 32px;
    }
    .why-practopal .box .vc_column-inner img {
        width: 48px !important;
        min-height: auto;
    }
    .why-practopal .box .vc_column-inner .iwithtext .iwt-text strong {
        font-size: 14px;
        line-height: 21px;
    }
    .why-practopal .box {
        margin-bottom: 16px;
    }
    .about-section-map .wpb_wrapper h2.vc_custom_heading.font-28 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    body .row .about-section-map .col .mb-50 {
        margin-bottom: 40px;
    }
    .about-bottom-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-bottom-section a.nectar-button.regular-button.btn-default {
        margin-right: 0;
        margin-bottom: 0;
    }
    .about-bottom-section .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .latest-blog-posts {
        display: block;
        margin-top: 32px;
    }
    body .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 8px;
        border-radius: 100%;
    }
    body .slick-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        padding: 0px;
        border: 1px solid #8271FF;
        border-radius: 100%;
    }
    body .slick-dots li.slick-active button {
        background: #8271FF;
    }
    .latest-blog-posts .blog-post h3 {
        margin-bottom: 8px;
        min-height: auto;
    }
    .row-bottom-blog-home .row_col_wrap_12_inner.col.span_12.center {
        text-align: right;
    }
    .row-bottom-blog-home .row_col_wrap_12_inner.col.span_12 a.nectar-button.regular-button.btn-default {
        margin-right: 0;
        margin-bottom: 0;
    }

    .pricing-wrapper {
        position: relative;
        overflow: visible;
    }

    .pricing-card {
        width: 100%;
        flex: auto;
    }

    .pricing-card:first-child {
        position: relative;
        z-index: 1;
    }
    .pricing-card:last-child {
        position: relative;
        transition: transform 0.5s ease;
        z-index: 2;
        margin-top: -80px;
    }
    .infor-card {
        height: auto;
        padding-top: 16px;
        padding-bottom: 60px;
    }
    .infor-card, .feature-card, .action-card {
        padding-left: 32px;
        padding-right: 32px;
    }
    .price-card span {
        font-size: 14px;
        line-height: 21px;
    }
    .price-card {
        font-size: 24px;
        line-height: 36px;
    }
    .row .pricing-card .logo img {
        width: 56px;
    }
    .heading-card .title-card {
        font-size: 20px;
        line-height: 30px;
    }
    .heading-card .title-card span {
        font-weight: 600;
    }
    .pricing-card:last-child .heading-card .title-card span {
        font-weight: 700;
    }
    .description-card {
        font-size: 14px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pricing-card:first-child .infor-card {
        cursor: pointer;
    }
    .pricing-card:first-child .feature-card,
    .pricing-card:first-child .action-card {
        display: none;
    }
    .pricing-card:first-child .feature-card,
    .pricing-card:first-child .action-card {
        overflow: hidden;
    }
    .pricing-card.active .feature-card, .pricing-card.active .action-card {
        display: block;
    }
    .feature-card ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .infor-card::before {
        bottom: calc(-200% + 32px);
    }
    .feature-card ul {
        margin: 0;
        min-height: auto;
    }
    .feature-card ul li span.font-16.font-regular {
        font-size: 12px;
    }
    .plan-suits .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .business-plans-wrapper .plan-item {
        padding: 24px 68px 24px 13px;
    }
    .title-plant {
        grid-gap: 5px;
        font-size: 20px !important;
        line-height: 32px !important;
    }
    .coming-soon {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    .plan-item:nth-child(1) .title-plant span.version {
        font-weight: 600;
    }
    .title-plant span.version {
        font-weight: 700;
    }
    .plan-item .description ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .faq-pricing .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .plan-body h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .pricing-section-bottom .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
   .pricing-section-bottom .wpb_column.force-desktop-text-align-right, .pricing-section-bottom  .wpb_column.force-desktop-text-align-right .col {
        text-align: left !important;
    }
    .pricing-section-bottom .row-solution-bottom a.nectar-button.regular-button.btn-default {
        margin-right: 8px;
    }
    body .pricing-section-bottom  .row-solution-bottom {
        background-image: url(./images/bg-bottom-pricing-mb.png) !important;
    }
    .table-product-compare {
        overflow-x: scroll;
        scrollbar-color: #8271FF #8271FF;
        padding-bottom: 60px;
        overflow-y: hidden;
        scrollbar-width: 8px; 
    }
    .table-product-compare::-webkit-scrollbar {
        height: 16px; 
    }
    .table-product-compare::-webkit-scrollbar-track {
        background: #8271FF; 
        border-radius: 56px;
    }
    .table-product-compare::-webkit-scrollbar-thumb {
        background-color: #8271FF;
        border-radius: 56px;
        border: 8px solid #8271FF;
    }
    .table-compare .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .table-product-compare .flex-table-header .flex-table-cell {
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
    }
	.table-product-compare .table-content .flex-table-cell {
        padding: 5px 10px;
    }
    .table-product-compare .table-content .flex-table-cell:nth-child(2), .table-product-compare .table-content .flex-table-cell:nth-child(3) {
        padding-left: 32px;
        padding-right: 32px;
    }
    .table-product-compare .flex-table-header .flex-table-cell:nth-child(2), .table-product-compare .flex-table-header .flex-table-cell:nth-child(3) {
        padding-left: 32px;
        padding-right: 32px;
    }
    .row-product-bottom {
        padding-left: 24px;
        padding-right: 24px;
    }
    .row-product-bottom .wpb_wrapper h2.vc_custom_heading.font-32 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .row-product-bottom .wpb_column.force-desktop-text-align-right, .row-product-bottom .wpb_column.force-desktop-text-align-right .col {
        text-align: left !important;
    }
    body .row-product-bottom {
        background-image: url(./images/bg-bottom-product-mb.png) !important;
        background-position: right bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
}