/*=====================
FAQ AREA CSS
*/
.free-price-note-sup {
	font-size: 14px;
}
#sticky-headers .free-price-note-sup {

	color: #fff;
}
#comparsion-table h1 {
letter-spacing: -0.7px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
	margin-bottom: 15px;
}
.ai-toolkit-title h2{
	letter-spacing: -0.7px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
}
.anchor-feature{
    position: relative;
    top: -100px;
}
.faq_area {
    position: relative;
   /*= z-index: 4;*/
}

button.btn.btn-link {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: #282d47;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    height: auto;
	white-space: break-spaces;
	     -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  user-select: text;
}
@media only screen and (max-width: 600px) {
	button.btn.btn-link {
		font-size: 12px;
   	}
}
button.btn.btn-link:hover {
    background: #fff;
    color: #565968;
}
button.btn.btn-link:before {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 4px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    transition: all .3s;
}
button.btn:focus {
	    background: #fff !important;
}
button.btn.btn-link[aria-expanded="true"]:before {
    transform: rotate(180deg);
    transition: all .3s;
}

.card-header {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.card-body {
    padding-left: 0px !important;
    color: #565968;
    font-size: 14px;
    padding-bottom: 20px;
}
.collapse { display: inherit; }
.collapse .card-body {
    font-size: 0px;
    padding-bottom: 0;
}

.collapse.in .card-body {
    font-size: 14px;
    padding-bottom: 20px;
}
.card {
    border: none;
    box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
    padding:0px 20px 0px 20px;
    margin-bottom: 20px;
        background-color: #fff;
}

.bg-4 {
	background: #fafafa !important;
}

.bg-2 {
	background: #fff;
}

.bg-3 {
	background: #d3edf745;
}

.subscribe-btn, .subscribe-btn:visited, .subscribe-btn:active, .eva-btn,
	.eva-btn:visited, .eva-btn:active {
	font-weight: 700;
	background-color: #4cd0e5;
	border-radius: .2rem;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 10px rgba(76, 208, 229,.3);
}

.subscribe-btn:hover, .eva-btn:hover {
	background-color: #41bcd0;
	color: #fff;
	text-decoration: none;
}
.end-subscribe-button-row {
	height: 80px !important;
}
#comparsion-table .table-sub-features-title {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #929191;
	
}
.combo .plans-table-1 {
	border-radius: 10px;
	box-shadow: 0 10px 40px -20px rgba(0, 0, 0, .05);
	width: 79.9%;
	margin-left: auto;
	margin-right: auto;
}

@media ( min-width: 992px) {
	.combo .plans-table-1, .responsive-table-columns .responsive-table-feature-text {
		width: 100%;
	}
}
@media ( min-width: 993px) {
	.responsive-table td, .responsive-table th {
	    display: table-cell !important;
	}	
	.responsive-table ul {
	    display: none !important;
	}
}
/* titles */
.pricing-titles {
    margin-bottom: 10px;
}
.comp-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.comp-row.valign-center {
    align-items: center;
}
.comp-row.space-between {
    justify-content: space-between;
}
.title-bold-20 {
    color: #475066;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.comp-title {
   /*  margin-bottom: 15px; */
}
.comp-hr {
    height: 2px;
}
/* responsive-table-columns */
.combo table.responsive-table-columns {
	width: 100%;
	margin-bottom:30px;
}
table.responsive-table-columns .item {
	display: block;
}
table.responsive-table-columns .responsive-table-columns-feature {
	height: 44px;
	display: block;
}
table.responsive-table-columns .responsive-table-columns-feature h2, .responsive-table-columns-feature td {
	position: absolute;
}
table .responsive-table-columns-feature .pricing-feature-set-name.tabular {
    margin-top: 0;
}
table.responsive-table-columns .responsive-table-columns-col.vp-form, .form-table-col .item {
	display: block;
	height: 180px;
}
table.responsive-table-columns .responsive-table-columns-col.vp-collage {
	display: block;
}
table.responsive-table-columns .responsive-table-columns-col.collage-table-col, .collage-table-col .item {
    height: 275px;
}
table.responsive-table-columns .responsive-table-columns-col.brainstorming-vp, .brainstorming-table-col .item {
	display: block;
	height: 470px;
}
table.responsive-table-columns .responsive-table-cross-item {
	position: absolute;
	display: inline-table;
    width: max-content;
	z-index: 1;
}
table.responsive-table-columns .product-title {
	font-size: 16px;
}
@media (max-width:710px) {
	.responsive-table-columns .responsive-table-columns-col {
		display: inline-block;
		width: 49% !important;
		vertical-align: top;
		height: auto !important;
	}
}
@media (min-width: 710px) and (max-width: 992px) {
	.responsive-table-columns .responsive-table-columns-col {
		display: inline-block;
		width: 33% !important;
		height: 100% !important;
		vertical-align: top;
	}	
}
@media (min-width: 768px) and (max-width: 992px) {
	.combo .container, #comparsion-table .container {
		width: 750px;
	}
}
@media only screen and (max-width:992px) {
	.combo table.plans-table-1 .hidden-sm, .combo .pricing-titles.hidden-sm {
	    display: none!important;
	}	
	.combo .plans-table-1 .col-md-2 {
		width: 100%;
	}
	.combo table.plans-table-1 .hidden-md.product-title, .combo table.plans-table-1 .hidden-md.list-unstyled {
		display: block !important;
	}
	.combo .plans-table-1 {
		width: 100% !important;
		box-shadow: none;
	}
	.bg-3, .combo .plans-table-1.responsive-table-advance .item {
		background: none;
	}
	.combo table.plans-table-1.responsive-table-advance .responsive-item-features {
		background: #d3edf745;
	}
	.combo table.responsive-table-columns .item.combo-pricing, .responsive-table-columns tbody,
	table.responsive-table-columns .item.team-combo {
		background: #fafafa !important;
	}
	#free-table .responsive-table-columns-col.responsive-table-tr {
		margin-right: -4px;
		width: 33.5%;
	}
	table.responsive-table-columns .responsive-table-columns-col.responsive-table-two-block {
		display: inline-block;
		width: 49.7%;
	}
	table.responsive-table-columns .responsive-table-columns-col #product-features-category {
		display: grid;
	}
	.combo table.responsive-table-columns.plans-table-1 .item .item-body.fixed-height-xlg,
	.combo table.responsive-table-columns.plans-table-1 .item .item-body.fixed-height {
		padding-bottom: 0;
		height: auto !important;
	}
	table.responsive-table-columns .responsive-table-cross-item {
		position: relative;
		display: inline-block;
		width: auto;
	}
	.combo table.responsive-table-columns.plans-table-1 .item .item-body.fixed-height-sm,
	table.responsive-table-columns .responsive-table-columns-col ul {
		display: block;
		margin-bottom: 0;
		height: auto !important;
	}
	.combo table.responsive-table-columns .responsive-table-columns-col .feature-description-middle p {
		font-size: 14px;
		color: #293745;
		text-align: left;
		list-style: none;
		margin-bottom: 15px;
		line-height: 19px;
		background: url(/images/pricing/checkmark.png);
		background-repeat: no-repeat;
		padding-left: 25px;
		background-size: 17px;
		background-position: 1px 1px;
		font-weight: 400;
		margin-top: 0;
	}
	.combo .plans-table-1 .item .item-head .price .comment,
	.combo .plans-table-1 .responsive-table-columns-col .item,
	table.responsive-table-columns#advance-table .responsive-table-columns-col.brainstorming-vp,
	.combo .plans-table-1 .item .item-body.fixed-height-lg,
	.combo .plans-table-1 .item .item-body.fixed-height-xs {
		height: auto !important;
	}
	.combo .plans-table-1 .item .item-status {
		top: 0px;
		height: 40px;
	}
	 .combo .plans-table-1#combo-table .item.features {
		padding-top: 40px !important;
	}
	table.responsive-table-columns .responsive-table-columns-col.responsive-table-two-block {
		width: auto;
	}
}
@media ( max-width : 1199px) {
	/* .combo .plans-table-1 .item .item-head {
		height: 453px;
	} */
	.infoart-table-col .item {
		height: 445px !important;
	}
	.diagrams-table-col .item {
		height: 270px !important;
	}
	table.responsive-table-columns .responsive-table-columns-col.brainstorming-vp, .brainstorming-table-col .item {
		height: 590px !important;
	}
	.charts-table-col .item, .form-table-col .item {
		height: 180px !important;
	}
	.combo .plans-table-1 .item .item-head .price .comment {
		height: 78px;
	}
	.extraInfo .first {
		text-indent: unset !important;
	}
}
@media only screen and (max-width: 600px) {
	.responsive-table-columns .responsive-table-columns-col,
	table.responsive-table-columns .responsive-table-columns-col.responsive-table-two-block,
	#responsive-table-columns-4 .responsive-table-columns-col.responsive-table-tr {
		display: block;
		width: 100% !important;
	}
	
}
@media only screen and (max-width: 766px) {
	.section-padding-no-bottom {
		padding-left: 15px;
		padding-right: 15px;
	}
}


.pricing-modal-link {
	text-decoration: underline;
    cursor: pointer;
}


.combo-features {
	padding-top: 20px;
}

.combo .plans-table-1 .item {
	background: #fff;
	padding: 0 0 25px;
}

.combo .plans-table-1 .item.features {
	padding: 0 0 0px;
}

.combo .plans-table-1 .item .item-status.current{
	background:#1C2541;
}

@media (max-width:992px){
	.combo .plans-table-1 .item .item-status.current{
		display:block;
	}
	
	.exItem .subscribe-button-row{
		display:none;
	}
	
	.exItem .emptySpace{
		display:none;
	}
}

.combo .plans-table-1 .item .item-status.evaluating{
	background:#16c172;
}

.combo .plans-table-1 .item .item-status {
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	background: #FFC61C;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 7px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.combo .plans-table-1 .item.hot {
	position: relative;
	box-shadow: 0 -30px 30px rgba(0, 0, 0, .05);
	z-index: 2;
}

.combo .plans-table-1 .item .item-head {
	padding: 20px;
}

.combo .plans-table-1 .item .item-head h3.name {
	font-size: 18px;
	font-weight: 700;
	color: black;
}

.combo .plans-table-1 .item .item-head p.sub {
	font-size: 14px;
	color: darkgary;
}

.combo .plans-table-1 .item .item-head .price .currency {
	font-size: 18px;
	font-weight: 600;
	color: darkgary;
	margin-top: -5px;
}

.combo .plans-table-1 .item .item-head .price .count {
	font-size: 36px;
	font-weight: 700;
	line-height: 26px;
	color: #314152;
}

.combo .plans-table-1 .item .item-head .price .comment {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #737373;
	font-weight: 500;
}

.combo .plans-table-1 .item .item-body {
	padding: 15px;
}
.combo .plans-table-1 .item .item-body.fixed-height-xlg {
	height: 325px;
}
.combo .plans-table-1 .item .item-body.fixed-height-lg {
	height: 270px;
}

.combo .plans-table-1 .item .item-body.fixed-height {
	height: 235px;
}

.combo .plans-table-1 .item .item-body.fixed-height-sm {
	height: 160px;
}

.combo .plans-table-1 .item .item-body.fixed-height-xs {
	height: 130px;
}

.combo .plans-table-1 .item .item-body li {
	font-weight: 500;
	color: darkgary;
}

.combo .plans-table-1 .item .item-body li:not(:last-child) {
	margin-bottom: 7px;
}

.combo .plans-table-1 .item .item-footer {
	min-height: 26px;
}

.row-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pricing-feature-set-name {
    font-size: 14px;
    background: #cfece2;
    text-align: center;
    padding: 10px;
        font-weight: 700;
}
.pricing-feature-set-name.tabular {
    margin-top: -21px;
}


#product-features-category li {
font-size: 13px;
    color: #293745;
    text-align: left;
    list-style: none;
    margin-bottom: 15px;
    line-height: 19px;
    background: url(/images/pricing/checkmark.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 12px;
    background-position: 0px 4px;
}

.feature-heading-box {
	display: flex;
}

.feature-description-middle {
	vertical-align: middle;
	display: table-cell;
}

.feature-description-middle p {
	font-weight: 600;
	margin-top: 25px;
}

.edition-features-plus {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
	letter-spacing: -0.3px;
	color: #314152;
	text-align: left;
}

#affix2.affix {
	position: fixed;
	top: 80px;
	z-index: 1;
}

#affix2 .item-head {
	background: #388082 !important;
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	opacity: 0.5;
	display: none;
}

#affix2.affix-top .sticky-heading {
	display: none;
}

.sticky-heading {
	background: #fff;
	width: 170%;
}

.sticky-heading-box {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.item-head.combo-pricing {
	background: rgba(207, 235, 224, .6);
}

.item-body.combo-pricing {
	background: rgba(207, 235, 224, .6);
}

.item.combo-pricing {
	background: rgba(207, 235, 224, .6) !important;
}
/* .item-head.team-combo {
	background: rgb(242, 226, 186, .4) !important;
} */
.item.team-combo {
	background: #FAF3E3 !important;
}
.package-name {
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	    line-height: 26px;
}

.pricing-package-img {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 160px;
}
.price-count {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #314152 !important;
    margin-top: 9px;
    margin-bottom: 10px;
	
}
.price-comment {
	    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 11px;
    color: #737373;
    font-weight: 500;
	line-height: 18px;
	white-space: nowrap;
}
.category-table-title {
	letter-spacing: -1px;
    font-weight: 600;
    font-size: 19px;
}
.category-table-title-wrapper {
	height: 200px;
}
.sub-feature-title {
	font-size: 16px;
}

.main-pricing-box {
padding: 20px;
}

.category-image-icon {
	left: -4px;
    position: relative;
}
	

.category-menu-icons {
	margin-right: 10px;
	width:32px;
}
.category-menu-frame {
	    display: table;

    margin-left: auto;
    margin-right: auto;
}

.editions table {
    line-height: 1.3;
    padding-top: 0px;
    padding-bottom: 0px;
}
.responsive-table {
	
	margin-top: 20px;
}
.subscribe-button-row {

height: 45px;
}


.pricing_circle {
	      font-size: 1.1rem;
	      line-height: 1.2rem;
}

.pricing_circle:before {
  content: ' \25CF';
  

}
.partly-supported {
	color: #FFB800;
	  font-size: 1.2rem;

}
.button {
    background-color: #52bfa2;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 0.8em;
    padding: 0.4375rem 1.1875rem;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.27s ease 0s;
}
.button:visited, .button:link {
color: #ffffff;

}

.button:hover {
    background-color: #ffffff;
    border: 2px solid #52bfa2;
    color: #52bfa2;
    font-size: 0.8em;
    padding: 0.4375rem 1.1875rem;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.27s ease 0s;
}
.button-invert {
    background-color: #fff;
    border: 2px solid #52bfa2;
    color: #52bfa2;
    font-size: 0.8em;
    padding: 0.4375rem 1.1875rem;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.27s ease 0s;
}
.button-invert:visited, .button-invert:link {
color: #52bfa2;

}

.button-invert:hover {
    background-color: #52bfa2;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.8em;
    padding: 0.4375rem 1.1875rem;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.27s ease 0s;
}
tr.collapse.in {
  display:table-row;
}
.first a {

color: #51506C;
}



.badge-free {
	background-color: #85B592;
	font-size: 10px;
padding: 1.4px 7px;
    line-height: 11px;
}
.plan {
font-weight: 700;
    line-height: 1;
   
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 5px;
    white-space: nowrap;
    padding-top: 20px;
font-size: 2.35714286em;
}

.plan.co {
	color: #FC9B73;
}
.plan.ad {
color: #5E707E;
}
.plan.st {
color: #8DBCB9;
}
.plan.ex {
color: #84B593;
}

.ad p,
.st p,
.ex p
{
color: #999;
}

@media (max-width: 991px) {
	.pricing-tables td.co,
	.pricing-tables td.dx,
	.pricing-tables td.ba,
	.pricing-tables td.ad,
	.pricing-tables td.st,
	.pricing-tables td.corp,
	.pricing-tables td.ea-corp,
	.pricing-tables td.ex {

    width: 40% !important;
}
	.responsive-table table {
    table-layout: unset !important;
}
}

.feature-comparison table tbody td.featurecategory {
	padding-left: 10px;
    text-align: left;
    background-color: #767676 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.combo {
	padding-left: 10px;
    text-align: center;
    background-color: #FC9B73 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.basic {
	padding-left: 10px;
    text-align: center;
    background-color: #D56AA0 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.advance {
	padding-left: 10px;
    text-align: center;
    background-color: #5E707E !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.starter {
	padding-left: 10px;
    text-align: center;
    background-color: #8DBCB9 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.free {
	padding-left: 10px;
    text-align: center;
    background-color: #84B593 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.feature-comparison table tbody td.featurecategory.tabular-basic {
	padding-left: 10px;
    text-align: center;
    background-color: #F79D84!important;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;

}
.tbody-section::before {
  height: 60px;
  display: table-row;
  content: '';
}

.plan {
font-weight: 700;
    line-height: 1;
   
    padding-left: .4rem;
    padding-right: .4rem;
    padding-bottom: 5px;
    white-space: nowrap;
    padding-top: 20px;
font-size: 2.35714286em;
}
.plan.ba {
color: #D56AA0;
}
.plan.tabular-ba {
color: #F79D84;
}
.plan.ad {
color: #5E707E;
}
.plan.st {
color: #8DBCB9;
}
.plan.ex {
color: #84B593;
}

.ad p,
.st p,
.ex p,
.ba p
{
color: #999;
}


.pricing .hero-title {
    margin: 5vh auto 6vh !important;
}
.pricing .hero-title .trial {
    color: #51b371;
}
.pricing .hero-title p {
    margin-top: 0;
}
.pricing .hero-title h2 {
    max-width: 490px;
    max-width: 30.625rem;
}

@media (min-width: 62em) {
    .pricing .hero-title h2 {
    max-width: 900px;
    max-width: 56.25rem;
}
}


.pricing section.pricing p {
    color: #7f8c8d;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 24px;
    line-height: 1.5rem;
}
.pricing section.pricing .btn {
    background-color: #51b371;
    border-radius: 3px;
    color: #fff;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 4;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 8px 10px;
    padding: 0.5rem 0.625rem;
}
.pricing section.pricing .btn:hover {
    background-color: #40915a;
}


.pricing .pricing-tables {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d5dadf;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 rgba(234, 234, 234, 0.48) 1px 2px #CCC;
    -moz-box-shadow: 0 3px 0 rgba(234, 234, 234, 0.48) 1px 2px #CCC;
    box-shadow: 0 3px 0 rgba(234, 234, 234, 0.48) 1px 2px #CCC;
}
.pricing .pricing-tables .heading {
    display: none;
}
@media (min-width: 62em) {
    .pricing .pricing-tables .heading {
    display: table-header-group;
}
}.pricing .pricing-tables .heading .first {
    border-bottom: 1px solid transparent;
    width: 470px;
}
.pricing .pricing-tables .heading th {
    color: #99a0a5;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
}
.pricing .pricing-tables tr:last-child td {
    border-bottom: 1px transparent solid;
}
/* .pricing-tables tr:nth-child(even) {
    background: rgb(243, 250, 253, 0.4);
} */
.evenRow{
	background: #D7E7EA;
}
.pricing-tables .collapse-table-1 tr {
	background: none;
}
.pricing .pricing-tables td.first {
    border-left: 1px transparent solid;
}
.pricing .pricing-tables td.first a {
    color: #51506C;
    display: block;
    margin-top: 4px;
        font-weight: 400;
}

.pricing .pricing-tables td.first a:hover {
    color: #38804f;
}
@media (min-width: 48em) {
    .pricing .pricing-tables td.first {
    width: 320px;
        padding: .8rem;
}

}
@media (min-width: 62em) {
    .pricing .pricing-tables td.first {
    width: 400px;
}
}.pricing .pricing-tables td, .pricing .pricing-tables th {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #d5dadf;
    border-left: 1px solid #d5dadf;
}
@media (min-width: 62em) {
    .pricing .pricing-tables td, .pricing .pricing-tables th {
    padding: 30px;
}
}.pricing .pricing-tables td:last-child, .pricing .pricing-tables th:last-child {
    border-right: 1px solid transparent;
}
@media (max-width: 991px) {
	.pricing .pricing-tables td {
          width: 13.4375rem!important;

}
	.choose .pricing-tables th, .choose .pricing-tables td.pe, .pricing-tables td.se, .pricing-tables td.me, .pricing-tables td.ee, .pricing-tables td.ce {
	    padding-left: 15px;
    padding-right: 15px;
	width: 35% !important;
	}
}
.pricing .pricing-tables td {
       width: 13.7%;
    text-align: center;
    vertical-align: middle;
}
.pricing .pricing-tables td.first {
    background-color: #fafbfc;
    text-align: left;
}
.pricing .pricing-tables td.first h4 {
    color: #3c4042;
    font-size: 16px;
    font-weight: 600;
}

.pricing .pricing-tables .plan {
    color: #3c4042;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pricing .pricing-tables .notice {
    color: #99a0a5;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 6px;
}

.pricing-hr {
	width: 70%;
	border-top: 1px solid #dddddd;
}

.feature-item-tr .expand{
	background-color: #FFF !important;
}

.feature-item-tr.lastRow td,.feature-item-tr.lastRow .plan-special {
	border-bottom: 1px solid #dbdbdb;
}

.responsive-table ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 0;
    z-index: 4;
    padding: 0;
    border-radius: 3px;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
.responsive-table ul li {
    list-style-type: none;
    flex: 1;
    border: 1px #d5dadf solid;
    border-right: 0;
    text-align: center;
    padding: 7px 3px 7px 3px;
    font-weight: 500;
    font-size: 14px;
    width: 100%
    }
.responsive-table ul li:hover, .responsive-table ul li:active {
    cursor: pointer;
}
.responsive-table ul li:last-child {
    border-right: 1px #d5dadf solid;
}
.responsive-table li.active {
    background-color: #f6f6f6;
    background-image: linear-gradient(to top,  rgba(240, 241, 241, 0.19) 0%,  rgba(244, 244, 244, 0.19) 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff;
}
.responsive-table table {
    width: 100%;
    table-layout: fixed;
}
.responsive-table th {
    display: none;
}
.responsive-table td, .responsive-table th {
    height: 40px;
   
}
.responsive-table td, .responsive-table th {
    padding: 10px;
    empty-cells: show;
}
.responsive-table td, .responsive-table th {
    text-align: center;
}
.responsive-table td.first {
    text-align: left;
    font-size: 1.2em;
color: #51506C;
 padding: 0.6rem 0.6rem 0.6rem 1rem !important;
}
.responsive-table td+td, .responsive-table th+th {
    display: none;
}
.responsive-table td.default {
    display: table-cell;
    position: relative;
    cursor: text;
    
}
.responsive-table .current_edition {
    display: block;
    position: absolute;
    width: 102%;
       background-color: #08BDBD;
    color: #fff;
    top: -46px;
    left: -2px;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
}
@media (min-width: 62em) {
.responsive-table td.default1 {
    display: table-cell;
    position: relative;
    cursor: text;
}
}

.responsive-table .best-value {
    display: block;
    position: absolute;
    width: 102%;
    background-color: #FFC61C;
    color: #fff;
    top: -46px;
    left: -2px;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
}
.responsive-table .current-edition {
      display: block;
    position: relative;
    width: 70%;
    background-color: #08BDBD;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.free-pricing-space {
    font-size: .9em;
    line-height: 1;
    color: #999;
    font-weight: 500;
    padding-bottom: 4px;
}
.responsive-table .hide {
    border: 0;
    background: none;
}
@media (min-width: 62em) {
    .responsive-table td.default {
    position: relative;

}

.responsive-table td.default+td {

}
.responsive-table .best-value {
    display: block;
}
.responsive-table td.last {
}
.responsive-table td, .responsive-table th {
    /* display: table-cell !important; */
}
.responsive-table td+td, .responsive-table th+th {
    width: auto;
}

}.choose .screenshot {
    text-align: left !important;
}
.choose .screenshot p {
    margin: 0 !important;
}
.choose .pricing-tables th, .choose .pricing-tables td {
    padding: 0.6rem;

   
}
.choose .pricing-tables th, .choose .pricing-tables td.ee {
    background-color: #EDC204 !important;
    text-align: center;

}
.pricing .pricing-tables .plan.ee {
	    color: #fff !important;
	
}
.choose .pricing-tables th, .choose .pricing-tables td.pe {
    background-color: #781DD3 !important;
    text-align: center;

}
.pricing .pricing-tables .plan.pe {
	    color: #fff !important;
	
}
.choose .pricing-tables th, .choose .pricing-tables td.se {
    background-color: #009AD8 !important;
    text-align: center;

}
.pricing .pricing-tables .plan.se {
	    color: #fff !important;
	
}
.choose .pricing-tables th, .choose .pricing-tables td.me {
    background-color: #DA741C !important;
    text-align: center;

}
.pricing .pricing-tables .plan.me {
	    color: #fff !important;
	
}
.choose .pricing-tables th, .choose .pricing-tables td.ce {
    background-color: #9aad17 !important;
    text-align: center;

}
.pricing .pricing-tables .plan.ce {
	    color: #fff !important;
	
}

.pricing .pricing-tables td.first {
    width: 360px;
    padding: .6rem;
   
            color: #51506C;
}



.choose .pricing-tables td h4 {
    font-size: 16px;
}
@media (min-width: 62em) {
    .choose .pricing-tables td.first {

    padding: .6rem .6rem .6rem 1rem;

    width: 45%;
        font-weight: 600;
        vertical-align: bottom;
}

}.choose .pricing-tables .notice {
    font-size: 13px;
    font-size: 0.8125rem;
}
.choose .enterprise {
    min-width: 185px;
}
.choose .enterprise .monthly-price, .choose .enterprise .annual-price {
    font-size: 36px;
    font-size: 2.25rem;
}
.choose .screenshot {
    vertical-align: top !important;
}
.choose .screenshot p {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 32em) {
    .choose .screenshot p {
    max-width: 150px;
    max-width: 9.375rem;
}

}.pricing.features-list .plan {
    margin-bottom: 12px !important;
}
.pricing.features-list .switch {
    margin: 30px auto 20px;
}
.pricing.features-list td.first h4 {
    font-size: 15px !important;
}
@media (min-width: 62em) {
    .pricing.features-list td, .pricing.features-list th {
    padding: 20px 30px !important;
}

}

/* Service Block */
.feature-tabs {
  display: table;
    list-style: none;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
}
.feature-tabs li {
    margin-bottom: 30px;
    padding: 15px 20px;
    width: 210px;
    background-color: #fbfbfb;
    border-radius: 20px;
    margin: 7px;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
}
.feature-tabs li:second-child{
    display: block;
    text-align: center;
}
@media (max-width: 400px) {
.feature-tabs li {
    margin-bottom: 30px;
    padding: 20px 10px;

    background-color: #fbfbfb;
    border-radius: 20px;
    margin: 7px;

}
	
}


@media screen and (max-width: 1199px) and (min-width: 400px) {
.feature-tabs li {
    margin-bottom: 30px;
    padding: 15px 14px;
width:170px;
    background-color: #fbfbfb;
    border-radius: 20px;
    margin: 7px;

}
	.feature-tabs li a .subtitle {
    text-transform: capitalize;
    color: #3b368c;
    font-size: 14px !important;
    font-weight: 600;
}
}
.feature-tabs li:hover {
	    background-color: #F3FAFD;
    border-radius: 20px;
}
.feature-tabs li a {
    text-align: center;
    display: block;
}
.feature-tabs li a .thumb {
    width: 120px;
    height: 120px;
    line-height: 64px;
/*     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -ms-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    background: -moz-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    background: -webkit-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232,58,153,.5); */
    font-size: 36px;
/*     color: #fff; */
    margin: 0 auto 0px;
}
/* .feature-tabs li:nth-of-type(5n+2) a .thumb {
    background: -ms-linear-gradient(0deg,#63eef7 0,#3ad1e5 100%);
    background: -moz-linear-gradient(0deg,#63eef7 0,#3ad1e5 100%);
    background: -webkit-linear-gradient(0deg,#63eef7 0,#3ad1e5 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(58,209,229,.5);
}
.feature-tabs li:nth-of-type(5n+3) a .thumb {
    background: -ms-linear-gradient(0deg,#95b4ff 0,#7397ff 100%);
    background: -moz-linear-gradient(0deg,#95b4ff 0,#7397ff 100%);
    background: -webkit-linear-gradient(0deg,#95b4ff 0,#7397ff 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(115,151,255,.5);
}
.feature-tabs li:nth-of-type(5n+4) a .thumb {
    background: -ms-linear-gradient(0deg,#f6d365 0,#fda085 100%);
    background: -moz-linear-gradient(0deg,#f6d365 0,#fda085 100%);
    background: -webkit-linear-gradient(0deg,#f6d365 0,#fda085 100%);
    box-shadow: 2.419px 9.703px 18.24px 0.76px rgba(253,160,133,.5);
}

.feature-tabs li:nth-of-type(5n+5) a .thumb {
    background: -ms-linear-gradient(0deg,#9df3a7 0,#57d464 100%);
    background: -moz-linear-gradient(0deg,#9df3a7 0,#57d464 100%);
    background: -webkit-linear-gradient(0deg,#9df3a7 0,#57d464 100%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(87,212,100,.5);
} */
.feature-tabs li a .subtitle {
    text-transform: capitalize;
    color: #3b368c;
    font-size: 16px;
    font-weight: 600;
}
.ai-tools-credit-keys-title {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ai-tools-credit-info-backup {
    padding: 40px;
    background-color: #f0f8ff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 40px;
}
.ai-tools-credit-info {
    padding: 30px;
    background-color: #f0f8ff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.ai-tools-note {
	display: inline-block;
	margin-top: 10px;
}
.ai-tools-credit-info p{
	font-size: 15px;
}
.ai-tools-credit-keys-desc {
	margin-top: 10px;
}
ul.ai-tools-credit-keys {
	    display: inline-block !important;
	    	            margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ai-tools-credit-keys li {
	border: 0 !important;
	    text-align: left !important;
	    list-style-type: disc !important;
	        margin-left: 20px;
	     cursor: default !important;
	         padding: 3px 3px 3px 3px !important;
}
.pricing-tables.annual .sticky-headers {
  	visibility: hidden;
  	z-index: 1;
}
.pricing-tables.annual .sticky-headers .package-name{
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .sticky-headers .price-count{
	font-size: 24px;
	margin-top: 5px;
    margin-bottom: 0px;
}
.tbody-section.ai-tools-tb::before {
	    height: 0px;
}
.pricing-tables.annual .sticky-headers td {
	background-color: #7795A6 !important;
	position: sticky;
  	top: 70px;
  	z-index: 1;
  	border: none !important;
}

.pricing-tables td.ad, .pricing-tables td.st, .pricing-tables td.ex .pricing-tables td.corp{
	background-color: #7795A6 !important;
}

.category-table-title-wrapper-hidden {
	display: none;
}

/* Graphic Design Header */
/* .pricing-tables.annual .graphic-headers.sticky-header td{
	background-color: #ff7ba5 !important;
	color: #fff !important;

} */
.pricing-tables.annual .graphic-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;

		
}
.pricing-tables.annual .graphic-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .graphic-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .graphic-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .graphic-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .graphic-headers.sticky-header .package-name{
	color: #fff;
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .graphic-headers.sticky-header .price-count{
	color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .graphic-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	   /*  padding-top: 5px; */
}
/* Diagram Header */
/* .pricing-tables.annual .diagram-headers.sticky-header td{
	background-color: #63BCE5 !important;
	color: #fff !important;
} */
.pricing-tables.annual .diagram-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .diagram-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .diagram-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .diagram-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .diagram-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .diagram-headers.sticky-header .package-name{
		color: #fff;
	font-size: 16px;
/* 	padding-top: 5px; */
}
.pricing-tables.annual .diagram-headers.sticky-header .price-count{
	color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .diagram-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}
/* PowerPoint Viewer Header */
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header .package-name{
		color: #fff;
	font-size: 16px;
/* 	padding-top: 5px; */
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header .price-count{
	color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .powerpoint-web-viewer-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}
/* Form Header */
/* .pricing-tables.annual .form-headers.sticky-header td{
	background-color: #FAB162 !important;
	color: #fff !important;
} */
.pricing-tables.annual .form-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .form-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .form-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .form-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .form-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .form-headers.sticky-header .package-name{
		color: #fff;
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .form-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .form-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}

/* Brainstorming Header */
/* .pricing-tables.annual .brainstorming-headers.sticky-header td{
	background: #7397ff !important;
	color: #fff !important;
} */
.pricing-tables.annual .brainstorming-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .brainstorming-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .brainstorming-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .brainstorming-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .brainstorming-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .brainstorming-headers.sticky-header .package-name{
		color: #fff;
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .brainstorming-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .brainstorming-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}
/* Chart Header */
/* .pricing-tables.annual .charts-headers.sticky-header td{
	background-color: #e8b968 !important;
	color: #fff !important;
} */
.pricing-tables.annual .charts-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .charts-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .charts-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .charts-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .charts-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .charts-headers.sticky-header .package-name{
		color: #fff;
	font-size: 16px;
/* 	padding-top: 5px; */
}
.pricing-tables.annual .charts-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .charts-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}
/* Tabular Header */
/* .pricing-tables.annual .tabular-headers.sticky-header td{
	background-color: #8DB58E !important;
	color: #fff !important;
} */
.pricing-tables.annual .tabular-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .tabular-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .tabular-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .tabular-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .tabular-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .tabular-headers.sticky-header .package-name{
			color: #fff;
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .tabular-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .tabular-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}
.infoart-table-col .item {
	height: 390px;
}
.diagrams-table-col .item {
	height: 210px;
}

/* Collage Header */
/* .pricing-tables.annual .collage-headers.sticky-header td {
		background-color: #6C999D !important;
	color: #fff !important;
} */
.pricing-tables.annual .collage-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .collage-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .collage-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .collage-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .collage-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .collage-headers.sticky-header .package-name{
			color: #fff;
	font-size: 16px;
	/* padding-top: 5px; */
}
.pricing-tables.annual .collage-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .collage-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}

/* Photo Book Header */
/* .pricing-tables.annual .photoBook-headers.sticky-header td {
	background-color: #6C999D !important;
	color: #fff !important;
} */
.pricing-tables.annual .photoBook-headers.sticky-header .category-menu-icons{
    width: 7%;
}
.pricing-tables.annual .office-headers.sticky-header td.ad,
.pricing-tables.annual .photoBook-headers.sticky-header td.ad,
.pricing-tables.annual .flipbook-headers.sticky-header td.ad,
.pricing-tables.annual .pdf-headers.sticky-header td.ad,
.pricing-tables.annual .document-management-headers.sticky-header td.ad,
.pricing-tables.annual .collaboration-headers.sticky-header td.ad,
.pricing-tables.annual .share-and-publishing-headers.sticky-header td.ad,
.pricing-tables.annual .appsheaders.sticky-header td.ad,
.pricing-tables.annual .admin-and-security-headers.sticky-header td.ad  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .office-headers.sticky-header td.st,
.pricing-tables.annual .photoBook-headers.sticky-header td.st,
.pricing-tables.annual .flipbook-headers.sticky-header td.st,
.pricing-tables.annual .pdf-headers.sticky-header td.st,
.pricing-tables.annual .document-management-headers.sticky-header td.st,
.pricing-tables.annual .collaboration-headers.sticky-header td.st,
.pricing-tables.annual .share-and-publishing-headers.sticky-header td.st,
.pricing-tables.annual .apps-headers.sticky-header td.st,
.pricing-tables.annual .admin-and-security-headers.sticky-header td.st  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .office-headers.sticky-header td.ex,
.pricing-tables.annual .photoBook-headers.sticky-header td.ex,
.pricing-tables.annual .flipbook-headers.sticky-header td.ex,
.pricing-tables.annual .pdf-headers.sticky-header td.ex,
.pricing-tables.annual .document-management-headers.sticky-header td.ex,
.pricing-tables.annual .collaboration-headers.sticky-header td.ex,
.pricing-tables.annual .share-and-publishing-headers.sticky-header td.ex,
.pricing-tables.annual .share-and-publishing-headers.sticky-header td.ex,
.pricing-tables.annual .apps-headers.sticky-header td.ex,
.pricing-tables.annual .admin-and-security-headers.sticky-header td.ex  {
	background: #7795A6 !important;
	color: #fff !important;
}
.pricing-tables.annual .office-headers.sticky-header .category-table-title,
.pricing-tables.annual .photoBook-headers.sticky-header .category-table-title,
.pricing-tables.annual .flipbook-headers.sticky-header .category-table-title,
.pricing-tables.annual .pdf-headers.sticky-header .category-table-title,
.pricing-tables.annual .document-management-headers.sticky-header .category-table-title,
.pricing-tables.annual .collaboration-headers.sticky-header .category-table-title,
.pricing-tables.annual .share-and-publishing-headers.sticky-header .category-table-title,
.pricing-tables.annual .admin-and-security-headers.sticky-header .category-table-title,
.pricing-tables.annual .apps-headers.sticky-header .category-table-title,
.pricing-tables.annual .chatbot-headers.sticky-header .category-table-title,
.pricing-tables.annual .agilien-headers.sticky-header .category-table-title,
.pricing-tables.annual .canvas-headers.sticky-header .category-table-title,
.pricing-tables.annual .animation-headers.sticky-header .category-table-title{
	color: #fff;
}
.pricing-tables.annual .office-headers.sticky-header .package-name,
.pricing-tables.annual .photoBook-headers.sticky-header .package-name,
.pricing-tables.annual .flipbook-headers.sticky-header .package-name,
.pricing-tables.annual .pdf-headers.sticky-header .package-name,
.pricing-tables.annual .document-management-headers.sticky-header .package-name,
.pricing-tables.annual .collaboration-headers.sticky-header .package-name,
.pricing-tables.annual .share-and-publishing-headers.sticky-header .package-name,
.pricing-tables.annual .admin-and-security-headers.sticky-header .package-name,
.pricing-tables.annual .apps-headers.sticky-header .package-name,
.pricing-tables.annual .chatbot-headers.sticky-header .package-name,
.pricing-tables.annual .agilien-headers.sticky-header .package-name,
.pricing-tables.annual .canvas-headers.sticky-header .package-name,
.pricing-tables.annual .animation-headers.sticky-header .package-name{
			color: #fff;
	font-size: 16px;
/* 	padding-top: 5px; */
}
.pricing-tables.annual .office-headers.sticky-header .price-count,
.pricing-tables.annual .photoBook-headers.sticky-header .price-count,
.pricing-tables.annual .flipbook-headers.sticky-header .price-count,
.pricing-tables.annual .pdf-headers.sticky-header .price-count,
.pricing-tables.annual .document-management-headers.sticky-header .price-count,
.pricing-tables.annual .collaboration-headers.sticky-header .price-count,
.pricing-tables.annual .share-and-publishing-headers.sticky-header .price-count,
.pricing-tables.annual .admin-and-security-headers.sticky-header .price-count,
.pricing-tables.annual .animation-headers.sticky-header .price-count{
		color: #fff !important;
	font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.pricing-tables.annual .office-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .photoBook-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .flipbook-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .pdf-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .document-management-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .collaboration-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .share-and-publishing-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .admin-and-security-headers.sticky-header .sub-feature-title,
.pricing-tables.annual .animation-headers.sticky-header .sub-feature-title{
	color: #fff;
	font-size: 14px;
	    padding-top: 5px;
}

/*-------------- Pricing Page2 ----------------  */
.comp-title{
	display:block;
	border: 1px solid transparent;
	border-radius: 20px;
	font-weight: bold;
	text-align: center;
	font-size:20px;
	padding: 10px;
	width:100%;
}

.comp-title.active{
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 15px #ccc;
}

.comp-title:hover{
	background-color: #d3d7cf;
}

.pricing-titles{
	display:block;
	border: 1px solid lightgrey;
	border-radius:25px;
	width:30%;
	margin:auto;
}

.comp-row{
	display: table;
	width:100%;
}

.comp-col{
	padding:5px;
	display: table-cell;
	width:50%;
	margin:auto;
}

.comp-hr{
	background-color: #C8CEE3; 
	height: 1px;
	margin-top:20px;
}

.plans-table-1 #teams-table{
	width:50%;
	margin:auto;
	height:100%;
}

.plans-table-1 table{
	height:100%;
}

.plans-table-1 tr{
	height:0;
}

.plans-table-1 td{
	width:260px;
	position: relative;
	height:100%;
}

@media (max-width:992px){
	.plans-table-1 td{
		display:block;
		width:100%;
	}
	
	.combo .plans-table-1 .item .item-head{
		height:100%;
	}
	
	.combo .plans-table-1 .item .item-status{
		position:relative;
	}
	
	.table-gap{
		height:50px;
		background:#FFF;
	}
}

.plans-table-1 .item-head{
	height:100%;
}

.plans-table-1 .item {
	height:100%;
}

.top-features ul{
	/* padding-left:20px; */
	list-style:none;
	text-align:left;
	/* list-style: indise url(/images/pricing/checkmark.png); */
}

.top-features ul li{
	margin-bottom:15px;
	padding-left:25px;
	line-height:20px;
	background:url(/images/pricing/checkmark.png) no-repeat;
}

.category-table-title-wrapper{
	height:35px;
}

.tbody-section .edition-price{
	font-size: 14px;
}

.align-text-icon {
	display:block;
	text-align:left;
}

.align-text-icon .fa{
	cursor:pointer;
}

.sub-features-separator{
	margin-top:5px;
	padding-top:5px;
	margin-bottom:0px;
	border-top:2px solid rgb(241, 241, 241);
}
.sub-features-list {
	width: 100%;
}
.sub-feature-col{
	-webkit-column-count: 2;/* Chrome, Safari, Opera */
  -moz-column-count: 2;/* Firefox */
  column-count: 2;
  font-weight: 400;
      margin-bottom: 8px;
}

@media (max-width:640px){
	.sub-feature-col{
		-webkit-column-count: 1;/* Chrome, Safari, Opera */
		-moz-column-count: 1;/* Firefox */
		column-count: 1;
	}
}

.sub-feature-flipbook-converter-col{
	-webkit-column-count: 4;/* Chrome, Safari, Opera */
  -moz-column-count: 4;/* Firefox */
  column-count: 4;
  font-weight: 400;
      margin-bottom: 8px;
}
.columnItem-flipbook-converter{
	display:block;
	height:25px;
}
.category-table-title-wrapper {
	width:100%;
}

@media (max-width:992px){
	#edition-price-dx{
		display:table-cell;
	}
	
	.package-name1{
		margin:auto;
	}
	
	.feature-col td.active{
		display:table-cell;
	}
}

.package-name1{
	font-size: 21px;
	font-weight: 700;
	color: #314152;
	line-height: 26px;
	width:100px;
	margin:auto;
}

.stand-out-tab{
	visibility:visible;
}

.stand-out-popular{
	background-color:#FFC61C;
}

.combo .plans-table-1 .item .item-status.required-tag{
	background-color: #16c172;
}

.sub-features-text{
	font-weight:500;
}

.expandAllBtn{
	display:block;
	position:fixed;
	bottom:2rem;
	right:6rem;
	cursor:pointer;
	background:#FFFFFF;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius:5px;
	padding: 5px 10px;
}

/* @media (max-width:618px){
	.category-table-title-wrapper{
		width: 200px;
	}
} */
.limited-note {
	color: #A9B2AC;
}
.columnItemText {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 31px;
    height: 100%;
    display: list-item;
    float: left;
    clear: both;
    list-style-position:inside;
}

.columnItem{
	display:block;
	width:210px;
	height:25px;
}

.fullList{
	cursor:pointer;
}

.fullList:hover{
	color:#57BEA2;
}

.overlay-list-container{
	width:72%;
	height:100%;
	margin:auto;
	padding:10px;
}

.pricing-templates-full-list{
	display:block;
	width:100%;
	height:50%;
	overflow:auto;
	background:white;
	position:relative;
	top:20%;
	padding:0px 10px 10px;
	box-shadow: 2px 2px 10px #999;
	border-radius:3px;
}

.overlay-large .pricing-templates-full-list{
	height:80%;
	top:5%;
}

.pricing-templates-full-list .sub-features-list{
	width:100%;
}

.pricing-overlay{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1032;
	box-shadow:0 3px 5px rgb(0 0 0 / 50%);
}

.pricing-overlay .pricing-overlay-button{
	position: relative;
    display: inline-block;
    top: 20%;
    float: right;
}

.pricing-overlay .overlay-large .pricing-overlay-button{
	top:5%;
}


.pricing-overlay .close-overlay-button{
	z-index:1;
}

.pricing-overlay .pricing-overlay-heading{
	line-height:26px;
	margin-bottom:40px;
	margin-top:0px;
}

.pricing-overlay .overlay-large .ribbon5{
	line-height:26px;
}

.pricing-templates-full-list .sub-feature-col{
	column-count:auto;
}

.pricing-templates-full-list .vp-online-diagram-col{
	column-width:280px;
}

.pricing-templates-full-list .graphic-design-col{
	column-width:200px;
}

.pricing-templates-full-list .columnItem{
	width:300px;
}

.responsive-table td.first{
	position:relative;
}

/*-------------- floating button ----------------  */
.floating-menu-toggle {
  box-shadow: 0 1px 6px rgba(0,0,0,.1), 0 2px 32px rgba(0,0,0,.2);
  transition: box-shadow .1s ease-in-out;
  position: fixed;
  bottom: 75px;
  right: 29px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e2a941;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
/*   background-image: url(//static.hsappstatic.net/conversations-internal-components/static-1.3175/img/visitor-widget/launcher-close-icon.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  z-index: 11;
}
.floating-menu-toggle:before {
   font-family: "Font Awesome 5 Free";
   content: "\f14d";
   display: inline-block;
font-size: 14px;
   vertical-align: middle;
   font-weight: 900;
   color: #fff;
}
.floating-menu-module .floating-menu-toggle img {
  opacity: 1;
  transition: opacity .25s ease;
}
.floating-menu-module.active .floating-menu-toggle img {
  opacity: 0;
}
.floating-menu {
  position: fixed;
  bottom: 75px;
  right: 15px;
  width: 380px;
  border-radius: 8px;
  transition: bottom .25s ease, opacity .25s ease;
  opacity: 0;
  z-index: -99999;
}
.floating-menu-module.active .floating-menu {
  z-index: 999999;
  opacity: 1;
  bottom: 90px;
}
.floating {
  position:fixed;
  right:0px;
  top:100px;
  cursor:pointer;
}

.float-button {
position: fixed;
    width: 45px;
    height: 45px;
    bottom: 23px;
    right: 85px;
    background-color: #E9B44C;
    color: #FFF !important;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}
.float-button:hover {
color: #fff;
}

.float {
margin-top: 12px;
    font-size: 21px;
    margin-left: 5px;
}
.float:hover {
color: #fff !important;
}
.float:focus {
color: #fff !important;
}
.ul-floaten {
    position: fixed;
    right: 75px;
    padding-bottom: 40px;
    bottom: 30px;
    z-index: 100;
}
.li-floaten{
	list-style:none;
	margin-bottom:7px;
}
.a-floaten-first {
	background-color:#3F4768;
	color:#FFF;
	border-radius:4px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
padding: 0px 10px 0px 10px;
	display:block;
}
.a-floaten-first:hover {
color: #fff;
}
.float-sub {
font-size: 12px;
    margin-top: 6px;
    font-weight: 600;
}
#floating-menu-category ul:hover{
	visibility:visible!important;
	opacity:1!important;
}
a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {top:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

.pricing-tables td.plan-special {
background: #e5faf3;
border: 0px;

}

.ribbon5 {
    display: block;
    width: calc(100% + 18px);
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #EDBA19;
    position: relative;
    top: -34px;
    margin-bottom: -20px;
    font-size:12px;
    font-weight: 700;
}

.ribbon5.requiredTag{
	background:#16c172;
}

.ribbon5.currentTag{
	background:#1C2541;
}

.pricing-overlay .ribbon5{
	top:0px;
}

.pricing-overlay .edition-tab td{
	line-height:26px;
}

.price-feature-name{
	display:inline-block;
	    line-height: 27px;
}

.pricing-tables.annual .pricing-overlay .sticky-headers td{
	top:43px;
}

.overlay-sticky-headers{
	visibility:hidden;
	z-index:1;
	position:absolute;
	top:39px;
	background:#7795A6 !important;
}

.overlay-sticky-headers td{
	border-right:none !important;
	border-left:none !important;
}

.overlay-sticky-headers td .package-name,.overlay-sticky-headers td .package-name a{
	color:#fff;
}

@media (max-width:488px){
	.category-table-title{
		font-size:18px;	
	}
	
	.category-menu-icons{
		width:24px;
	}
}

@media (max-width:453px){
	.category-table-title{
		font-size:17px;	
	}
}

@media (max-width:431px){
	.category-menu-icons{
		display:none;
	}
}
/*-------------- pricing tabs ----------------  */
.price-table-tabs {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.price-table-tabs.collapsed {
	display: none;
}
.price-table-tabs.expanded { 
	display: inline;
}

.price-table-tabs .price-table-tab {
	display: inline-flex;
	justify-content: center;
	align-items: center;
box-shadow: 0 1px 10px rgb(167 182 194 / 30%);
	border-radius: 10px;
	min-width: 125px;
	padding: 13px 13px;
	margin: 6px;
	cursor: pointer;
	transition: all .2s ease;
	    opacity: 0.6;
	    vertical-align: top;
	    background-color: #fff;
	    min-height: 105px;
}
.price-table-tabs .price-table-tab:hover {
color: #333;
    font-weight: 500;
        opacity: 1;
	transition: all .2s ease;
	        background-color: #eaf8ff;
                border: 3px solid #3cceff;
}
.price-table-tabs .price-table-tab.active {
color: #333;
    font-weight: 700;
        opacity: 1;
            background-color: #eaf8ff;
                border: 3px solid #3cceff;
}
.price-tabs-wrapper {
	display: grid;
    justify-items: center;
    align-items: center;
        max-width: 110px;
    line-height: 22px;
    text-align: center;
}
.price-tabs-wrapper img {
	width: 32px;
	    margin-bottom: 5px;
	height: 32px;
}
.credit-icon {
	color: #eb7c0f;
}