/*
Theme Name:   Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  Hello Elementor Child Theme
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:     hello-elementor
Version:      1.0.0
*/

/* Add your custom styles below */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.transition-all {
	transition: all 0.3s;
}
.w-full {
	width: 100%;
}
.h-full {
	height: 100%;
}
.grid {
  display: grid;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-items-auto {
  justify-items: auto;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.rounded-full {
  border-radius: 50%;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.gap-0 {
  gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-px {
  gap: 1px;
}
.gap-x-px {
  column-gap: 1px;
}
.gap-y-px {
  row-gap: 1px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-x-0\.5 {
  column-gap: 0.125rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-x-1\.5 {
  column-gap: 0.375rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-x-2\.5 {
  column-gap: 0.625rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-x-3\.5 {
  column-gap: 0.875rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-6 {
  gap: 1.75rem;
}
.gap-x-6 {
  column-gap: 1.75rem;
}
.gap-y-6 {
  row-gap: 1.75rem;
}
.gap-7 {
  gap: 2rem;
}
.gap-x-7 {
  column-gap: 2rem;
}
.gap-y-7 {
  row-gap: 2rem;
}
.gap-8 {
  gap: 2.25rem;
}
.gap-x-8 {
  column-gap: 2.25rem;
}
.gap-y-8 {
  row-gap: 2.25rem;
}
.gap-9 {
  gap: 2.5rem;
}
.gap-x-9 {
  column-gap: 2.5rem;
}
.gap-y-9 {
  row-gap: 2.5rem;
}
/* coloumn width */
.col-md-1 {
  width: calc(1 / 12 * 100%);
}
.col-md-2 {
  width: calc(2 / 12 * 100%);
}
.col-md-3 {
  width: calc(3 / 12 * 100%);
}
.col-md-4 {
  width: calc(4 / 12 * 100%);
}
.col-md-5 {
  width: calc(5 / 12 * 100%);
}
.col-md-6 {
  width: calc(6 / 12 * 100%);
}
.col-md-7 {
  width: calc(7 / 12 * 100%);
}
.col-md-8 {
  width: calc(8 / 12 * 100%);
}
.col-md-9 {
  width: calc(9 / 12 * 100%);
}
.col-md-10 {
  width: calc(10 / 12 * 100%);
}
.col-md-11 {
  width: calc(11 / 12 * 100%);
}
.col-md-12 {
  width: calc(12 / 12 * 100%);
}
.border-0 {
  border-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-1 {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-solid {
	border-style: solid;
}
.border-slate-200 {
	border-color: rgb(226 232 240);
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	ine-height: 1.75rem;
}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}


/* html loader placeholder */
.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    /* border: 1px solid #e6e6e6; */
    /* border-radius: 2px; */
}
.ph-item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    pointer-events: none;
    content: " ";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
}
[class*=ph-col] {
    direction: ltr;
}
.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.ph-row .big, .ph-row.big div {
    height: 20px;
}
.ph-row div {
    height: 10px;
    margin-top: 7.5px;
    background-color: #ced4da;
}
.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

@keyframes ph-animation {
	0% {
		transform: translate3d(-30%, 0, 0);
	}
	100% {
		transform: translate3d(30%, 0, 0);
	}
}

.ph-item-currency {
	width: 400px;
}



/* Custom css */
.currency-container {
	width:  100%;
	padding: 5px 9px;
	background-color: #ECECEC;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.currency-container a, .currency-container a:hover {
	display: block;
    font-size: 22px;
	line-height: 32px;
    font-weight: 500;
	color: var(--e-global-color-secondary);
	text-align: center;
    transition: all .3s;
	padding: 3px 20px;
	border-radius: 10px 10px 10px 10px;
}
.currency-container a:hover, .currency-container a._selected {
	color: #FFFFFF;
    background-color: var(--e-global-color-primary);
}
@media(max-width: 480px) { 
	.currency-container a {
		font-size: 16px;
		line-height: 26px;
		padding: 3px 14px;
	}
}

/* price box */

.pricebody-text {
	color: var(--e-global-color-text);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var(--e-global-typography-139a8c8-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 10px;
}
/* .price_upgrade_list li:nth-child(2) { order: 1; }
.price_upgrade_list  li:nth-child(3) { order: 2; }
.price_upgrade_list li:nth-child(1) { order: 3; } */

.price_upgrade_list, .price-tablePlaceholder {
	grid-template-columns: repeat(4, 1fr);
}
@media(min-width: 641px) and (max-width:991px){ 
	.price_upgrade_list, .price-tablePlaceholder {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 640px) { 
	.price_upgrade_list, .price-tablePlaceholder {
		grid-template-columns: repeat(1, 1fr);
	}
}

.appointusonline_ComparePriceFeatures{
	
}

.priceList {
	--border-transition: 0.3s;
	padding: 25px;
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #E2E2E2;

}
.priceSub-btn {
	padding: 8px 0px;
	border-radius: 25px;
	max-width:150px;
	border: 1px solid var( --e-global-color-primary );
	color: var(--e-global-color-primary);
	background-color: #F8F9FF;
	font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
	text-align: center;
}
.priceList:hover {
	border-color:  var( --e-global-color-primary )
}
.priceList:hover .priceSub-btn:not(.active), .priceSub-btn:not(.active):hover {
	background-color: var( --e-global-color-primary );
    color: #fff;
}
.priceSub-btn.active { 
    background-color: var(--e-global-color-primary);
    color: #fff;
}
.priceList:hover .priceSub-btn.active, .priceSub-btn.active:hover {
	color: var(--e-global-color-primary);
	background-color: #F8F9FF;
}
.bestValue-plan  {
	background-image: linear-gradient(to right, #39cde3, #28c6ee, #31bef6, #4db4fa, #6da9fa);
    top: -1px;
    left: auto;
    right: 40px;
    height: 23px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    max-width: 150px;
    padding: 0 14px;
    border-radius: 0px 0px 8px 8px;
}

.priceList .pricePlan-title {
	font-weight: 700;
    font-size: 28px;
	margin-bottom: -5px;
	color: var(--e-global-color-primary)
}
.priceDuration-for {
	font-size: 12px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-139a8c8-line-height);
    color: var(--e-global-color-text);
}
.primary-font {
	font-size: var(--e-global-typography-139a8c8-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-139a8c8-line-height);
    color: var(--e-global-color-text);
}
.plan-teams li {
	position: relative;	
	padding-left: 22px;
}
.plan-teams li._Include:after, .plan-teams li._Include:before {
	background-color: #387d22;
    transform-origin: 0% 50%;
    content: "";
    height: 1.5px;
    position: absolute;
    border-radius: 5px;	
	top: 21px;
	left: 0;
}
.plan-teams li._Include:after {
    width: 7px;
	left: 1px;
    transform: rotate(-135deg);
}
.plan-teams li._Include:before {
    width: 16px;
    transform: rotate(-47deg);
}

.plan-teams li.not_Include:after, .plan-teams li.not_Include:before {
	background-color: #eb3323;
    transform-origin: 50% 50%;
    content: "";
	width: 16px;
    height: 1.5px;
    position: absolute;
    border-radius: 5px;	
	top: 15px;
	left: -5px;
}
.plan-teams li.not_Include:after {
	transform: rotate(-45deg);
}
.plan-teams li.not_Include:before {
    transform: rotate(45deg);
}


/* elementor popup */
.requestApp_popup, .contactUs_popup, .requestDemo_popup {
	overflow: auto;
}
.requestApp_popup .dialog-message, .contactUs_popup .dialog-message, .requestDemo_popup .dialog-message {
	max-height: 100%;
}