.cprie-wrap {
    position: relative;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;   
}
    
.cprie-wrap > div {
    position: relative;
    z-index: 9;
}

.cprie-header {
    text-align: center;
    padding-bottom: 20px;
}
   
.cprie-btn { 
    margin-top: 30px;
    text-align: center;
}
 



.cprie-otr input {
    background-color: #f9fafb;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
}

.cprie-rgt {
    text-align: center;
}


.addons-list {
    margin: 0 20px 1rem;
    padding: 0px;
}

.addons-list li {list-style: disc;}

h2.pricing-demo {
  color: #454B54;
  text-align: center;
}
 
.row.annual-buttons {
	width: 100%;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.row.free-title {
	margin-top:15px;
	margin-bottom:70px;
}
.pricing-table {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	text-align: center; 
}
.pricing-col {
	flex: 1;
	margin: 5px;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 25px;
}
.hrl-selector {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}
.top-cur-title{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #182B40;
}
.hrl-currency {
	display: block;
	position: relative;
	padding-left: 10px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	line-height: 42pxfont-weight:500;
	curser:pointer;
}
.hrl-currency input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 0px;
	display:none;
}
.hrl-currency:hover input~.checkmark {
	background-color: #ccc;
}
.hrl-currency input:checked~.checkmark {
	background-color: #22b573;
}
.hrl-currency:has(input:checked) {
	color:#E52C73;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.hrl-currency input:checked~.checkmark:after {
	display: block;
}
.hrl-currency .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.pricing-col {
	color: #666;
	border: 1px solid #CED3D9;
	border-radius: 4px;
}
.free .pricing-plan {
	border-top: 12px solid #FFF;
	color: #454B54;
}
.pricing-plan {
	padding-bottom:0!important;
}
.essentials .pricing-plan {
	border-top: 12px solid #A7CE3A;
	color:#A7CE3A;
}
.essentials .price-header {
	color:#A7CE3A;
}
.price-labels {
	margin-bottom: 15px;
}
.price-subheadline {
	margin-top:25px;
	margin-bottom:10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #182B40;
}
.professional .pricing-plan {
	border-top: 12px solid #22B473;
	color:#22B473;
}
.professional .price-header {
	color:#22B473;
}
.premium .pricing-plan {
	border-top: 12px solid #1E97AF;
	color: #1E97AF;
}
.premium .price-header {
	color: #1E97AF;
}
.pricing-col div {
	padding: 30px 20px;
}
.pricing-plan { 
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}
.pricing-price {
	padding-top: 0!important;
	min-height: 170px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
.price-header {
	display: flex; 
	font-weight: 400;
	font-size: 44px;
	line-height: 52px;
	align-self: self-start;
	padding:0!important;
}
.pheader-inner {
	margin-left: 10px;
	padding:0!important;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #182B40;
}
.price-subheader { 
	font-weight: 600;
	font-size: 16px;
	line-height: 80px;
	color: #182B40;
}
.pricing-button {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff!important;
	background: #22B573;
	padding: 10px 0;
	text-decoration: none;
	border: 1px solid #22B573;
	;
	text-align:center;
	width: 151px;
	margin-top: 10px;
	margin-bottom:20px;
	border-radius:4px;
}
.pricing-button:hover{
	opacity: 0.6;
}
.pricing-price .misc {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #182B40;
}
.pricing-btn-container {
	flex: 1 0 auto;
	align-items: flex-end;
	display: flex;
	justify-content: center;
}
.pricing-table ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0 1.25em;
}
.pricing-col ul li {
	display: flex;
}
.pricing-table ul li:before {
	content: "\2611";
	margin-right: 1em;
	color: #29ABE2;
}
.pricing-list-header {
	text-align: left;
	padding: 0 1.25em 5px;
	font-weight: 700;
	font-size: 1.2em;
}
h2.nonpro-heading{
	margin: 100px 0 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
h2.nonpro-heading a {
	color: #22B473!important;
	text-decoration: underline;
}
@media (max-width:992px) {
	.pricing-plan {
		background-position: 8% 50%!important;
	}
	input[type=number], label select, label.sessions.visible {
		width:100%!important;
	}
}
@media (min-width:769px) and (max-width:1200px) {
	.pricing-table {
		white-space:normal;
	}
	.pricing-col {
		flex: 48%;
	}
}
@media (min-width:1200px) {
	.pricing-table {
		white-space:normal;
	}
	.pricing-col {
		flex: 24%;
	}
}
.row {
	margin-left: -5px;
	margin-right: -5px;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.group {
	box-shadow: 0 5px 20px -5px #999;
}
.currency-select {
	background: #fff;
	box-shadow: 0 5px 20px -5px #999;
	margin: 60px 0 0 0!important;
	max-width: 200px;
	padding: 6px 6px;
	text-align: center;
}
@media (min-width:992px) {
	.currency-select {
		display: block!important;
		margin: 0!important;
		position: absolute;
		left: 15px;
		top: -6px;
	}
}
#calculator-container.fixed {
	left: 102%;
	max-height: 840px;
	overflow: auto;
	position: fixed;
	top: 120px;
	transition: left .4s ease-out;
	width: 100%;
	z-index: 10001;
}
 
.pricing-container a {
	font-weight: 700;
}
 
@media (min-width:768px) {
	.pricing-container#pricing-addons-section {
		padding-bottom: 30px;
	}
}
@media (min-width:960px) {
	.pricing-container#pricing-addons-section {
		padding-bottom: 70px;
	}
}
.pricing-container#pricing-addons-section {
	padding-bottom: 0;
	padding-top: 0;
}
@media (min-width:960px) {
	.pricing-container#pricing-addons-section {
		padding-top: 20px;
	}
}
.pricing-container#pricing-addons-section p {
	font-size: 19px;
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.pricing-container#pricing-addons-section p {
		font-size: 16px;
	}
}
.pricing-container #calculator-root .App {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App {
		justify-content: space-around;
	}
}
@media (min-width:960px) {
	.pricing-container #calculator-root .App {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
.pricing-container #calculator-root .App .row {
	margin: 0;
}
.pricing-container #calculator-root .App .col1 {
	flex: 0 0 100%;
	position: relative;
}


.pricing-container #calculator-root .App .col1 { 
  background: #F9FAFB;
  border: 1px solid rgba(173, 173, 173, 0.25);
  border-radius: 24px;
  padding: 30px;
}

@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 {
		margin-bottom: 36px;
	}
}
.empl-numb .custom-arrows {
	left:84px;
	height:20px;
}
.empl-numb .custom-arrows.input-plus {
	top: 29px;
}
.empl-numb .custom-arrows.input-minus {
	bottom:0;
}
.main-addons .custom-arrows {
	right: 15px;
}
.main-addons .custom-arrows.input-plus {
	top: 20px;
}
.main-addons .custom-arrows.input-minus {
	bottom: 19px;
}


@media (min-width:960px) {
	.pricing-container #calculator-root .App .col1 {
		flex: 0 0 65%;
		margin-bottom: 0; 
    margin-right: 20px;
	}
}


.pricing-container #calculator-root .App .col1 .form-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0 30px 0;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-cols {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col {
	flex: 0 0 100%;
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col:first-of-type {
	margin-bottom: 12px;
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    font-family: Inter, sans-serif;
    width: 100%;
    color: #45535E;
    position: relative;
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col label select {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
  border: 1px solid #D0D0D0;
  background-color: #F9FAFB;
	display: block;
	height: 50px;
	width: 100%;
	background: #F9FAFB url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4zICg1NzU0NCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IklucHV0L0Ryb3Bkb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDU5LjAwMDAwMCwgLTE4LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IkFycm93IiBwb2ludHM9IjQ2MCAxOSA0NjUgMjQgNDcwIDE5Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 96% center/15px;
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col label input[type=number],
.pricing-container #calculator-root .App .col1 .form-group.deployment label input[type=number] {
	font-size: 16px;
	font-weight: 400;
  background-color: #F9FAFB;
	margin-top: 10px;
	display: block;
	outline: 0;
	padding: 15px 10px;
  border: 1px solid #D0D0D0;
	height: 50px;
	width: 100%;
	-moz-appearance: textfield;
}
.pricing-container #calculator-root .App .col1 .form-group.deployment label input[type=number] {
	width: 100%;
}
.pricing-container #calculator-root .App .col1 .form-group.deployment label.sessions {
	display: none;
	width: auto;
	padding: 15px 15px 12px 18px!important;
}
.pricing-container #calculator-root .App .col1 .form-group label input[type=number] {
	margin: 0 0 0 10px!important;
	width: 100%;
	height: 50px;
}
.pricing-container #calculator-root .App .col1 .form-group label input[type=checkbox], .pricing-container #calculator-root .App .col1 .form-group label .helpbutton {
	margin-right: 10px !important;
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.pricing-container #calculator-root .App .col1 .form-cols .form-col label select::-ms-expand {
	display: none;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-cols .form-col {
		flex: 0 0 32%;
	}
	.pricing-container #calculator-root .App .col1 .form-cols .form-col:first-of-type {
		margin-bottom: 0;
	}
	.pricing-container #calculator-root .App .col1 .form-cols .form-col label {
		padding-right: 15px;
	}
	.pricing-container #calculator-root .App .col1 .form-cols .form-col:last-of-type label {
		padding: 0px;
	}
}
.pricing-container #calculator-root .App .col1 .form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
	justify-content: space-between;
	gap:15px;
}
.App .col1 .main-addons .form-group {
	border: 1px solid #CED3D9;
	border-radius: 4px;
	align-items: center;
}
.App .col1 .main-addons .form-group label {
	width:auto!important;
	background:none!important;
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 24px!important;
	color: #182B40;
	display:flex!important;
	align-items: center;
}
.App .col1 .main-addons .form-group input {
	float:left!important;
	margin-bottom: 0!important;
	height: 16px;
	width: 16px;
	line-height: 24px!important;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-group {
		flex-wrap: nowrap;
	}
}
.pricing-container #calculator-root .App .col1 .form-group label {
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 12px;
	padding: 22px 25px 22px 25px;
	position: relative;
	width: 100%;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-group label {
		font-size: 12px;
		margin-bottom: 0;
		margin-right: 0;
		padding: 18px 15px 18px 18px;
	}
}
.pricing-container #calculator-root .App .col1 .form-group label input {
	float: left;
	margin: 4px 12px 0 0!important;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-group label input {
		display: block;
		float: none;
		margin: 0 auto 0 auto!important;
	}
}
.pricing-container #calculator-root .App .col1 .form-group label.disabled {
	opacity: .4;
}
.pricing-container #calculator-root .App .col1 .form-group label {
	background: #f9fafb;
	border-radius: 10px;
}
.pricing-container #calculator-root .App .col1 .form-group.addons label,.pricing-container #calculator-root .App .col1 .form-group.signature label {
	width: 100%;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-group.addons label,.pricing-container #calculator-root .App .col1 .form-group.signature label {
		margin-bottom: 0;
		width: calc(30% - 10px);
	}
}
.pricing-container #calculator-root .App .col1 .form-group.addons label input,.pricing-container #calculator-root .App .col1 .form-group.signature label input {
	display: block;
	margin-bottom: 10px;
}
.pricing-container #calculator-root .App .col1 .form-group.addons label p,.pricing-container #calculator-root .App .col1 .form-group.signature label p {
	bottom: -20px;
	font-size: 14px;
	font-weight: 400;
	left: 22px;
	position: absolute;
	white-space: nowrap;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col1 .form-group.addons label p,.pricing-container #calculator-root .App .col1 .form-group.signature label p {
		bottom: -52px;
		left: 0;
	}
}
@media (min-width:960px) {
	.pricing-container #calculator-root .App .col1 .form-group.addons label p,.pricing-container #calculator-root .App .col1 .form-group.signature label p {
		bottom: -24px;
	}
}
.pricing-container #calculator-root .App .col1 .input-headline {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    color: #182B40;
    font-family: Poppins, sans-serif;
}
#calculator-root .input-subheadline { 
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #182B40;
	margin: 0 0 30px;
}
 
.pricing-container #calculator-root .App .col2 { 
    flex: 0 0 100%;     
    position: relative;
    background: #F9FAFB;
    border: 1px solid rgba(173, 173, 173, 0.25);
    border-radius: 24px;
    padding: 50px 30px;
}


@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 {
		flex: 0 0 60%;
		max-width: 456px;
	}
}
@media (min-width:960px) {
	.pricing-container #calculator-root .App .col2 {
		flex: 0 0 35%;
		max-width: unset; 
	}
}
.pricing-container #calculator-root .App .col2 select {
	border: none;
	font-size: 16px;
	height: auto;
	line-height: 26.4px;
	padding: 0 20px 0 0;
	position: absolute;
	top: 30px;
	right: 22px;
	width: auto;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4zICg1NzU0NCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IklucHV0L0Ryb3Bkb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDU5LjAwMDAwMCwgLTE4LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IkFycm93IiBwb2ludHM9IjQ2MCAxOSA0NjUgMjQgNDcwIDE5Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 96% center;
}
.pricing-container #calculator-root .App .col2 select::-ms-expand {
	display: none;
}
@media (min-width:960px) {
	.pricing-container #calculator-root .App .col2 select {
		background-position: 98% center;
		top: 40px;
		right: 20px;
	}
}
.pricing-container #calculator-root .App .col2 h3 {
	display: inline;
}
.pricing-container #calculator-root .App .col2 .form-group {
	float: right;
}
.pricing-container #calculator-root .App .col2 .pricingtable {
	min-height: 180px;
	margin: 0;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 .pricingtable {
		min-height: 210px;
	}
}
.pricing-container #calculator-root .App .col2 .pricingtable {
	font-size: 14px;
	line-height: 2em;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 .pricingtable {
		font-size: 16px;
		line-height: 2.2em;
	}
}
.pricing-container #calculator-root .App .col2 .pricingtable {
	line-height: 1em;
}
.pricing-container #calculator-root .App .col2 .final-price-section {
	flex-direction: column;
	display: flex;
	min-height: 90px;
	padding: 0;
}
.pricing-container #calculator-root .App .col2 .final-price-section div {
	position: relative;
    padding-top: 5px;
}
.pricing-container #calculator-root .App .col2 .final-price-section div.fixed-cost {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #182B40;
}

 
.pricing-container #calculator-root .App .col2 .billed-yearly { 
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #182B40;
	width: 100%;
}
.pricing-container #calculator-root .App .col2 .final-price-section div .final-price { 
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 52px;
}
.pricing-container #calculator-root .App .col2 .final-price-section div .final-price .fraction-digits {
	font-size: 20px;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 .final-price-section div .final-price .fraction-digits {
		font-size: 24px;
	}
}
.pricing-container #calculator-root .App .col2 .on-demand-section {
	padding: 15px 0 25px 0;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 .on-demand-section {
		min-height: 72px;
	}
}
.pricing-container #calculator-root .App .col2 .on-demand-section .row {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}
.pricing-container #calculator-root .App .col2 .on-demand-section .row .bold-label {
	font-size: 16px;
	font-weight: 700;
}
.pricing-container #calculator-root .App .col2 .on-demand-section .row>div {
	line-height: 1.4;
}
.pricing-container #calculator-root .App .col2 .on-demand-section .row>div:first-of-type {
	flex: 0 0 63%;
}
.pricing-container #calculator-root .App .col2 .on-demand-section .row>div:last-of-type {
	flex: 0 0 37%;
	text-align: right;
}
.pricing-container #calculator-root .App .col2 .on-demand-section button, .helpbutton {
	border: none;
	font-weight: 700;
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 0 0 3px;
	padding: 0;
	background: #ddd;
	border-radius: 50%!important;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.pricing-container button .helpbutton__msg {
	background: #C4C4C4;
	bottom: 25px;
	display: none;
	left: -95px;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 200px; 
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #454B54;
	border-radius:4px;
}
.pricing-container button .helpbutton__msg:after {
	background-color:#C4C4C4;
	background-color: #C4C4C4;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 95px;
	bottom: -8px;
	transform: rotate(45deg);
}
.pricing-container button:hover .helpbutton__msg {
	display: block;
}
.final-price .helpbutton {
	float: right;
	height: 24px;
	width: 24px;
}
.final-price .helpbutton__msg {
	bottom: 135px!important;
	left: -92px!important;
}
.pricing-container #calculator-root .App .col2 .action-section {
	text-align: center;
    padding-top: 30px;
}
.pricing-container #calculator-root .App .col2 .action-section .row {
	align-items: center;
	display: flex;
	flex-direction:column;
}
@media (min-width:768px) {
	.pricing-container #calculator-root .App .col2 .action-section .row {
		flex-wrap: nowrap;
	}
}
.pricing-container #calculator-root .App .col2 .action-section .row a,
.pricing-container #calculator-root .App .col2 .action-section .row button {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px; 
}
.pricing-container #calculator-root .App .col2 .action-section .row a.btn {
	color:#fff;
	margin-bottom:20px;
}
.pricing-container #calculator-root .App .col2 .action-section .row .contact-sales-btn { 
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #454B54;
	background: #fff;
	border: 0;
}
#trial_form.disabled input,#trial_form.disabled select {
	color: #a2a2a2;
}
input[type=submit]:disabled {
	background-color: #e4e4e4!important;
	color: #949494;
}
input[type=submit]:disabled:hover {
	cursor: auto;
}
input[type=checkbox] {
	margin-top: 10px!important;
}
::-webkit-input-placeholder {
	color: #888!important;
	font-weight: 400!important;
}
:-moz-placeholder {
	color: #888!important;
	font-weight: 400!important;
}
::-moz-placeholder {
	color: #888!important;
	font-weight: 400!important;
}
:-ms-input-placeholder {
	color: #888!important;
	font-weight: 400!important;
}
input:focus:-moz-placeholder {
	transition: opacity .3s .1s ease;
	opacity: 0;
}
input:focus::-moz-placeholder {
	transition: opacity .3s .1s ease;
	opacity: 0;
}
input:focus:-ms-input-placeholder {
	transition: opacity .3s .1s ease;
	opacity: 0;
}
.contact {
	position: absolute;
	right: 0;
}
.checkbox label:after,.radio label:after {
	content: '';
	display: table;
	clear: both;
}
.checkbox label input[type=checkbox],.radio label input[type=radio] {
	display: none;
}
.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,.radio label input[type=radio]:checked+.cr>.cr-icon {
	transform: scale(1) rotateZ(0);
	opacity: 1;
}
.checkbox label input[type=checkbox]:disabled+.cr,.radio label input[type=radio]:disabled+.cr {
	opacity: .5;
}
@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes AnimationName {
	0% {
		background-position: 53% 0;
	}
	50% {
		background-position: 48% 100%;
	}
	100% {
		background-position: 53% 0;
	}
}
@-moz-keyframes AnimationName {
	0% {
		background-position: 53% 0;
	}
	50% {
		background-position: 48% 100%;
	}
	100% {
		background-position: 53% 0;
	}
}
@-o-keyframes AnimationName {
	0% {
		background-position: 53% 0;
	}
	50% {
		background-position: 48% 100%;
	}
	100% {
		background-position: 53% 0;
	}
}
@keyframes AnimationName {
	0% {
		background-position: 53% 0;
	}
	50% {
		background-position: 48% 100%;
	}
	100% {
		background-position: 53% 0;
	}
}
@keyframes flipTop {
	0% {
		transform: rotateX(0);
		z-index: 2;
	}
	0%,99% {
		opacity: .99;
	}
	100% {
		transform: rotateX(-90deg);
		opacity: 0;
	}
}
@keyframes flipBottom {
	0%,50% {
		z-index: -1;
		transform: rotateX(90deg);
		opacity: 0;
	}
	51% {
		opacity: .99;
	}
	100% {
		opacity: .99;
		transform: rotateX(0);
		z-index: 5;
	}
}
@keyframes rotate-1-2 {
	from {
		stroke-dashoffset: 1570.795;
	}
	to {
		stroke-dashoffset: 1178.09625;
	}
}
@keyframes rotate-1-3 {
	from {
		stroke-dashoffset: 1570.795;
	}
	to {
		stroke-dashoffset: 785.3975;
	}
}
@keyframes rotate-1-4 {
	from {
		stroke-dashoffset: 1570.795;
	}
	to {
		stroke-dashoffset: 392.69875;
	}
}
@keyframes rotate-2-1 {
	from {
		stroke-dashoffset: 1178.09625;
	}
	to {
		stroke-dashoffset: 1570.795;
	}
}
@keyframes rotate-2-3 {
	from {
		stroke-dashoffset: 1178.09625;
	}
	to {
		stroke-dashoffset: 785.3975;
	}
}
@keyframes rotate-2-4 {
	from {
		stroke-dashoffset: 1178.09625;
	}
	to {
		stroke-dashoffset: 392.69875;
	}
}
@keyframes rotate-3-1 {
	from {
		stroke-dashoffset: 785.3975;
	}
	to {
		stroke-dashoffset: 1570.795;
	}
}
@keyframes rotate-3-2 {
	from {
		stroke-dashoffset: 785.3975;
	}
	to {
		stroke-dashoffset: 1178.09625;
	}
}
@keyframes rotate-3-4 {
	from {
		stroke-dashoffset: 785.3975;
	}
	to {
		stroke-dashoffset: 392.69875;
	}
}
@keyframes rotate-4-1 {
	from {
		stroke-dashoffset: 392.69875;
	}
	to {
		stroke-dashoffset: 1570.795;
	}
}
@keyframes rotate-4-2 {
	from {
		stroke-dashoffset: 392.69875;
	}
	to {
		stroke-dashoffset: 1178.09625;
	}
}
@keyframes rotate-4-3 {
	from {
		stroke-dashoffset: 392.69875;
	}
	to {
		stroke-dashoffset: 785.3975;
	}
}
@keyframes mymove {
	0% {
		top: 0;
		left: 0;
		background: #73daf5;
	}
	25% {
		top: -15px;
		left: -15px;
		height: 90px;
		width: 90px;
		background: #73daf5;
	}
	50% {
		top: 0;
		left: 0;
		height: 60px;
		width: 60px;
		background: #73daf5;
	}
	75% {
		top: -15px;
		left: -15px;
		height: 90px;
		width: 90px;
		background: #73daf5;
	}
	100% {
		top: 0;
		left: 0;
		height: 60px;
		width: 60px;
		background: #73daf5;
	}
}
.pricing-container p {
	color: #182B40;
}
pricing-container a:hover>i:before {
	text-decoration: none!important;
}
@-webkit-keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-webkit-keyframes help-bubble-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .75;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .75;
	}
	100% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@keyframes help-bubble-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .75;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .75;
	}
	100% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@-webkit-keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-webkit-keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@keyframes ld {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
.pricing-container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px;
	outline: 0;
}
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 185px;
	padding: 2px 0;
	background-color: #e92672;
	color: #fff;
	text-align: center;
	left: 30px;
	top: 17px;
	transform: rotate(45deg);
}
.pricingtable {
	display: table;
	width: 100%;
}
.pricing-row {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px;
	background: #F8F8F8;
	border-radius: 4px;
}
.pricing-row.addons {
	margin-bottom: 30px;
}
.pricingtable-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pricing-cell.title { 
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #454B54;
	width: 80%;
}
.pricing-cell.package-name, .pricing-cell.package-price {
	width: 80%; 
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.pricing-cell.price {
	width: 20%;
	text-align: right; 
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #454B54;
}
.billed-yearly {
	padding-bottom: 10px;
}
.billed-yearly span {
	float: right;
}
.hidden {
	display: none;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
#priceModal {
	position: fixed;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.4);
}
.modal-pricing {
	margin-top: 150px;
	box-shadow: 0 .15em .35em 0 rgb(0 0 0 / 14%);
	background-color: #fff;
	border-radius: 0;
	padding: 30px 30px 50px;
}
.modal-pricing .close {
	color: #aaa;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 28px;
	font-weight: 700;
}
#priceModalInner .form-col {
	width:100%;
}
.pricing-container #calculator-root .App .col2 .action-section .row .contact-sales-btn:disabled {
	color: #CED3D9!important;
	cursor:auto;
}
.modal-pricing input {
	border: 2px solid #23b574;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	display: block;
	outline: 0;
	padding: 0 10px;
	height: 41px;
	width: 100%;
	line-height: normal;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.modal-pricing .submit-btn {
	padding: 10px 10px 10px 10px!important;
	background-color: #e92672!important;
	color: #fff!important;
	text-decoration: none;
	border: none;
	width: 50%;
	margin: 30px auto 0 auto;
}
.hrl-price a {
	text-decoration: underline;
	color: #666;
	padding-top: 10px;
}
.visible {
	display: block!important;
}
.bold-label.help-btn {
	display:block;
	margin-top:4px;
}
.helpbutton {
	background: #fff;
	color: #182B40;
	margin:0;
	border: 1px solid #182B40;
}
.pricing-container #calculator-root .App .col1 .form-group label.tablets {
	width:auto;
	display: none;
}
.tb-brkdwn {
	margin-top:10px;
	display:none;
}
.pricing-disclaimer {
	font-weight:bold;
	font-style: italic;
	font-size: 14px;
	padding: 0 15px;
}

.select-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-box img {
    margin-right: 12px;
}

.add-options-container{
	margin-top:30px;
}
.add-options-body {
	display: flex;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 0 20px;
	min-height: 125px;
	align-items: center;
	justify-content: center;
}
.add-options-body h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #22B473;
	width: 40%;
	text-align: center;
	margin: 0;
}
.calc-prices-selector .form-group {
	justify-content: space-between!important;
	margin-top:15px;
}
.calc-prices-selector .form-group label {
	width: 33%!important;
	background:#F9FAFB!important;
	border: 1px solid #182B40; 
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 24px!important;
}
.calc-prices-selector .form-group label span {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.calc-prices-selector .form-group input {
	display:none!important;
}
.calc-prices-selector label:has(input:checked) {
	color:#fff;
}
.calc-prices-selector label:has(input#small:checked) {
	background: #182B40 !important;
	border: 1px solid #182B40;
}
.calc-prices-selector label:has(input#remote:checked) {
    border: 1px solid #182B40;
    background: #182B40 !important;
}
.calc-prices-selector label:has(input#enterprise:checked) {
	border: 1px solid #182B40;
	background: #182B40 !important;
}

.select-box img {
    margin-right: 12px;
}

.calc-prices-selector label:has(input:checked) .select-box img { 
    filter: brightness(0) invert(1);
}







@media (max-width:769px) {
	.row.free-title {
		margin:0;
	}
	.pricing-table {
		white-space:nowrap;
	}
	.pricing-col {
		flex: 1;
	}
	.pricing-col .misc {
		display: block;
		white-space: normal;
	}
	.pricing-col li, h2.two-free {
		font-size:15px!important;
	}
	h2.nonpro-heading{
		margin: 50px 0 0;
	}
	.text-block.pb-0 {
		padding-bottom: 30px;
	}
	.add-options-container {
		flex-direction: column;
		gap: 20px;
	}
	.add-options-container .add-options {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.pricing-container #calculator-root .App .col1 .form-group {
		flex-direction: column;
	}
	.pricing-container #calculator-root .App .col1 .form-cols {
		gap: 15px;
	}
	.pricing-container #calculator-root .App .col1 .form-group label {
		width: 100%!important;
	}
	.empl-numb .custom-arrows {
		right: 0;
		left:auto;
	}
	.main-addons .custom-arrows.input-minus {
		bottom: 29px;
	}
	.main-addons .custom-arrows {
		right: 25px;
	}
	.main-addons .custom-arrows.input-plus {
		top: 29px;
	}
} 


 

.acdn-otr {
    border-bottom: 1px solid rgba(69, 83, 94, 0.1);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.acdn-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.acdn-item.active .acdn-content {
  display: block;
}

.acrdn-minus {
  display: none;
}

.acdn-item.active .acrdn-minus {
  display: inline;
}

.acdn-item.active .acrdn-plus {
  display: none;
}

/* Optional styling */
.acdn--headline {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}






/******** Mobile Styling *********/

@media (max-width: 1080px) {

 
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
    
   
  
}

@media (max-width: 479px) {

  
}