body .elementor-1104 .elementor-element.elementor-element-26d67273.elementor-sticky--effects div.box_shdow {
    box-shadow: 0px 2px 25px 0px rgba(11.000000000000002, 16.00000000000002, 28, 0.08) !important;
}
.single-post .dialog-type-lightbox {
    background-color: transparent;
}
.single-post .elementor-lightbox .elementor-lightbox-image {
    box-shadow: none;
}
.logo_scroll_auto .elementor-widget-theme-post-featured-image img.attachment-full, .logo_scroll_auto_right .elementor-widget-theme-post-featured-image img.attachment-full {
    width: 100%;
}
.blog_list_pagination nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_list_pagination nav.elementor-pagination .page-numbers {
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #EBEFF3;
}
.blog_list_pagination nav.elementor-pagination .page-numbers.current {
    background-color: #6B42FE;
}
.blog_list_pagination nav.elementor-pagination .page-numbers:hover {
    background-color: #6B42FE;
}
.full_logo_image img.attachment-full.size-full {
    width: auto !important;
    height: auto !important;
}
.cookieClose .elementor-icon {
    cursor: pointer;
}
.cookieClose .elementor-icon svg path {
    fill: #B1B7C3;
}
.cookieClose .elementor-icon:hover svg path {
    fill: #0B101C;
}
.single-post table tr:last-child td {
    border: 1px solid;
}
/* Smooth scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Smooth scrolling animation from right to left */
@keyframes scroll-right {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.logo_scroll_auto .swiper-wrapper {
    animation: scroll 150s linear infinite;
    width: fit-content;
}
.logo_scroll_auto_right .swiper-wrapper {
    animation: scroll-right 150s linear infinite;
    width: fit-content;
}
.custom_span_color ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text span {
    color: #6B42FE;
	font-weight: 600;
}
.span_bold p.elementor-image-box-description span {
    color: #0B101C;
    font-weight: 600;
}
.max_2line h3.elementor-heading-title a:hover {
    text-decoration: underline;
}
.space_between ul.elementor-inline-items {
    margin: 0px !important;
    align-items: center;
    justify-content: space-between;
}
.custom_span_color ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    padding: 0px;
}
.icon_after_heading h3.elementor-image-box-title {display: inline-block;position: relative;}
.icon_after_heading h3.elementor-image-box-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/10/Frame-626173.svg);
    position: absolute;
    width: 31px;
    height: 30px;
    top: 0%;
    transform: translate(15%, 50%);
}
.icon_after_heading.green h3.elementor-image-box-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/10/Frame-626173-1.svg);
    position: absolute;
    width: 31px;
    height: 30px;
    top: 0%;
    transform: translate(15%, 50%);
}
.span_bold p {
    margin: 0px;
}
.span_bold p strong {
    color: #0B101C;
}
.fix_hegith .elementor-icon-wrapper {
    height: 30px;
}
.space_between ul.elementor-inline-items li.elementor-icon-list-item {
    margin: 0px !important;
}
.max_2line h3.elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max_3line .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post_read .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_grid_view_section ul.elementor-inline-items {
    list-style: none;
    margin: 0px;
	justify-content: space-between;
}
.blog_grid_view_section ul.elementor-inline-items li.elementor-icon-list-item span.elementor-icon-list-icon {
    height: 14px;
    top: -1px;
    position: relative;
}
.blog_grid_view_section ul.elementor-inline-items li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    width: 14px;
}
#rank-math-toc {
    background: linear-gradient(45deg, #724BB7 0%, #4098D7 100%);
    background-size: cover;
    padding: 20px;
    color: #ffffff;
	margin-bottom: 3%;
}
#rank-math-toc nav > ul {
    margin-bottom: 0px;
}
#rank-math-toc nav ul li a {
    color: #ffffff;
}
header#stickyheaders.add_bg .mobile_bg {
    background-color: #ffffff;
	box-shadow: rgba(76, 27, 50, 0.16) 0px 4px 16px 0px !important;
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading button {
    margin: 0px !important;
}
.exceptional_head h2 a:hover {
    text-decoration: underline;
}
.page-id-758 header#stickyheaders {
    position: absolute;
}
.category-tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 0px 20px 0px 20px !important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
	display: block !important;
}
.category-tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    height: auto;
    overflow: visible;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer {
    display: none;
	margin-top: 10px;
}
#rank-math-faq .rank-math-list .rank-math-list-item h3.rank-math-question {
    cursor: pointer;
	position: relative;
	padding-right: 20px;
}
#rank-math-faq .rank-math-list .rank-math-list-item h3.rank-math-question:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2024/04/arrow-dow.png');
    right: 0px;
    top: 0;
    transform: translate(0%, 50%);
}
#rank-math-faq .rank-math-list .rank-math-list-item h3.rank-math-question.active:after {
    background-image: url('/wp-content/uploads/2024/04/arrow-up.png');
}
.new_testimonials_slider .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content {
    position: unset;
}
.new_testimonials_slider .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content p {
    margin: 0px;
	text-align: center;
    margin-bottom: 20px;
}
.new_testimonials_slider .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content p img {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.new_testimonials_slider .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-bio {
    border-top: 1px solid #E7EDF6;
    padding: 30px 20px 0px 20px;
}
.new_testimonials_slider .ekit-main-swiper .swiper-navigation-button::after {
    font-size: 29px;
    font-weight: 600;
}
.new_testimonials_slider .ekit-main-swiper .swiper-navigation-button {
    box-shadow: 0px 1.7px 12.75px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
}
.span_color ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text span {
    color: #6B42FE;
    font-weight: 600;
}
.before_after_line h2.elementor-heading-title:before, .before_after_line h2.elementor-heading-title:after {
    content: '';
    display: inline-block;
    border-top: 2px solid #CDD3DB;
    width: 100px;
    margin: -6px 20px;
    transform: translateY(-1rem);
}
.calendly-zendesk a.elementor-button:hover {
    cursor: pointer;
}
.rankmath_schema_faq_section.elementor-widget-shortcode {
    max-width: 960px;
}
.comapre_product_sec_mb table thead {
    opacity: 0;
    display: none;
}
.comapre_product_sec_mb table tr .td-content {
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	display: inline-block;
}
.comapre_product_sec_mb table tr td {
    vertical-align: middle;
    padding: 10px 0px !important;
}
.comapre_product_sec_mb table tr:nth-child(2) td .td-content {
    height: auto;
}
.comapre_product_sec_mb table tr td:nth-child(1) .td-content {
    text-underline-offset: 5px;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    display: inline-block;
}
.comapre_product_sec_mb table tr .eael-datatable-icon {
    text-align: right;
}
.comapre_product_sec_mb table tr td:nth-child(2) .td-content {
    text-align: right;
}
.comapre_product_sec_mb table tr:nth-child(2) td .eael-datatable-icon svg {
    top: 5px;
}
.comapre_product_sec_mb table tr td .eael-datatable-icon svg {
    top: -5px;
    position: relative;
}
.comapre_product_sec_mb table tr td:nth-child(1) .td-content-wrapper {
    display: inline-block;
    width: auto;
}
.new_mobile_tab .e-n-tabs .e-n-tabs-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_mobile_tab .e-n-tabs .e-n-tabs-heading button {
    border-right: 1px solid #CDD3DB;
}
.new_mobile_tab .e-n-tabs .e-n-tabs-heading button:nth-child(3) {
    border: 0 !important;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--Border_03, #E7EDF6);
    padding: 30px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
    display: block;
    position: relative;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header #cmplz-header-1-optout {
    color: #0B101C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
	display: block;
}
#cmplz-manage-consent button.cmplz-manage-consent {
    display: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://auralisstg.wpenginepowered.com/wp-content/uploads/2024/02/X-icon.png);
    width: 30px;
    height: 30px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close:hover {
    background-image: url(https://auralisstg.wpenginepowered.com/wp-content/uploads/2024/06/X-icon-1.png);
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close svg {
    color: #B1B7C3;
    display: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message {
    color: #0B101C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    order: 3;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-accept {
	font-family: "Figtree";
    height: 40px;
    width: auto;
    padding: 8px 15px;
    border-radius: 100px;
	box-shadow: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-accept:hover {
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.30) 0%, rgba(11, 16, 28, 0.30) 100%), #6B42FE;
    background-color: #6B42FE;
    transition: 0.5s ease;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links.cmplz-documents {
    order: 2;
    justify-content: end;
    right: 100px;
    position: relative;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links.cmplz-documents a.cmplz-link.privacy-statement {
    border: 2px solid #CDD3DB;
    border-radius: 100px;
    height: 40px;
    padding: 6px 16px;
    color: #0B101C;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}
.rankmath_schema_faq_section .rank-math-list .rank-math-list-item {
    border: 1px solid #CDD3DB;
    padding: 30px;
}
.rankmath_schema_faq_section .rank-math-list .rank-math-list-item h3.rank-math-question {
    margin: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #0B101C;
}
.rankmath_schema_faq_section .rank-math-list .rank-math-list-item .rank-math-answer p {
    color: #5B657C;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.rankmath_schema_faq_section .rank-math-list .rank-math-list-item .rank-math-answer p:last-child {
    margin-bottom: 0px;
}
.Comapre-product-sec .pro-comp-tab table tr th:not(:first-child), .Comapre-product-sec .pro-comp-tab table tr td:not(:first-child) {
    background-color: #ffffff;
}
.Comapre-product-sec .pro-comp-tab table.eael-data-table {
    border-spacing: 20px 0;
}
.Comapre-product-sec .pro-comp-tab table tr th:not(:first-child) {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
	padding-top: 30px;
}
.Comapre-product-sec .pro-comp-tab table tr .td-content-wrapper {
    border-bottom: 1px solid #E7EDF6;
    margin: 0px 20px;
    padding-bottom: 16px;
}
.Comapre-product-sec .pro-comp-tab table tbody tr:first-child td .td-content-wrapper {
    border: 0;
    padding: 0px;
}
.Comapre-product-sec .pro-comp-tab table tbody tr:last-child td .td-content-wrapper {
    border: 0;
    padding: 0px;
}
.Comapre-product-sec .pro-comp-tab table tbody tr:last-child td {
    padding-bottom: 30px !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}
body.page-id-1687 { 
    background-image: unset !important;
}
.content_spacing ul li {
    margin-bottom: 20px;
}
.right-sec span {
 /* color: red; */
 color: var(--Border_Focus, var(--border-focus, #B1B7C3));
 font-family: Figtree;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 28px;
}
table.accordance_table tr td {
    border: 1px solid var(--Border_01, #CDD3DB);
    padding: 20px !important;
    background: #fff !important;
}
.cost_per_agent_container {
    /*border-radius: 24px;
    border: 1px solid var(--Border_03, #E7EDF6);
    background: var(--White, #FFF);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);*/
}
.cost_per_agent_container {
	display: flex;
/*	padding: 20px 40px 20px 60px;*/
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.cost_per_ticket_col {
    display: flex;
    width: 276px;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 14px;
    background: var(--White, #FFF);
   /* max-width: 386px;
	width:100%; 
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    align-items: center; 	
	background: linear-gradient(310deg, #0F1728 0%, rgba(15, 23, 40, 0.00) 100%), #131C31;
	border-radius: 14px;
	box-sizing: border-box;*/
}
.cost_per_agent_container ul {
    padding: 0;
	margin: 0;
}
.cost_per_agent_container li {
    text-align: left;
    list-style: none;
}
.cost_per_ticket_col ul {
    padding: 0;
} 
.cost_per_agent_container li {

    color: #5B657C;
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.cost_per_agent_container li h4 {
    color: #FFF;
    text-align: center;
    font-family: Figtree !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}

.cost_per_agent_col li, .cost_per_agent_col h4 {
    text-align: left !important;
}
/*.cost_per_agent_col span, .cost_per_ticket_col li {
   text-transform: initial !important;
}*/

.cost_per_agent_col h4 {
    color: #0B101C;
    font-family: Figtree !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.cost_per_agent_col h4,
.cost_per_agent_container li h4 {
    color: #0B101C;
    text-align: center;
    font-family: Figtree !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cost_per_agent_container .cost_per_ticket_col li h4 {
    color: #0B101C;
    text-align: center;
    font-family: Figtree !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.cost_per_agent_col span {
    color: #5B657C;
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cost_per_agent_col {
    text-align: left;
    max-width: 500px;
	width: 100%; 
}
.cost_per_agent_container li.ticket_green h4{
	color:#00C48D; 
    text-align: center;
    font-family: Figtree;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
.cost_per_agent_col .range_slide {
    width: 100%;
}
.cost_per_agent_col .range_slide span {
    position: absolute;
    bottom: -20px;  
}
.cost_per_agent_col .range_slide {
    position: relative;
    margin-bottom: 44px;
    width: 100%;
}
.cost_per_agent_col .range_slide input {width: 100%;border: 0 !important;}
.cost_per_agent_col .range_slide span:first-child {
    left: 0;
    text-align: left;
}
.cost_per_agent_col .range_slide span:last-child {
    right: 0;
    text-align: right;
}
.cost_per_agent_col .range_slide span{
	color: #7D89A3;
	leading-trim: both;
	text-edge: cap;
	font-family: Figtree !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; 
}


.cost_per_ticket_col ul li {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 14px;
    background: var(--Bg_01, #F5F7F9);
}


.cost_per_ticket_col ul {
    display: flex;
    width: 276px;
    /* padding: 20px 0px; */
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    background: var(--White, #FFF);
    margin-bottom: 0;
    margin: 0 0 0 10px;
}

.range_slide input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
}
.cost_per_agent_col li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    align-self: stretch;
}

.elementor-accordion-item {
    border-radius: 14px;
    margin-bottom: 10px;
    border-top: 1px solid #d5d8dc !important;
}
.elementor-accordion-item .elementor-active {
    border-top: 0px !important;
}
.elementor .elementor-element.elementor-element-ef213e4 {
    font-family: "Figtree !important";
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.cost_per_ticket_col h4#cost_per_ticket_other {
    color: #0B101C;
    text-align: center;
    font-family: Figtree;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
/*.left-content-img .elementor-widget-wrap.elementor-element-populated {
    position: absolute;
    top: 50%;
    margin-top: -190.5px;
    right: -160px;
    background: #FFF;
    width: 628px;
    z-index: 1;
}

.left-content-img .elementor-widget-wrap.elementor-element-populated p {
    margin-bottom: 0;
}*/

/*.right-conten-img .elementor-widget-wrap.elementor-element-populated {
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: -160px;
    background: #FFF;
    width: 628px;
    z-index: 1;
}*/

/*.right-conten-img .elementor-widget-wrap.elementor-element-populated p {
    margin-bottom: 0;
}*/

.left-content-img p strong , .right-conten-img p strong {
    color: #0B101C !important;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}



/*tab section*/
/*body {
  color: #666;
  font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}*/
.subscriptions .tabs {
  max-width: 1156px;
}
.subscriptions .tabs-nav li {
  float: left;
  width: 50%;
}
.subscriptions a {
  color: #0B101C;
  display: block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.subscriptions .tabs-stage {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.subscriptions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    border-radius: 14px;
}

.subscriptions ul.tabs-nav {
    display: flex;
    padding: 6px;
    border-radius: 100px;
    background: var(--Bg_01, #F5F7F9);
    align-items: flex-start;
}

.subscriptions li.tab-active {
    display: flex;
    width: 116px;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #6B42FE;
}

.subscriptions li {
   display: flex;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
}
div.sub-tab {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.subscriptions-main {
    display: flex;
    max-width: 560px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    border-radius: 24px;
    border: 1px solid var(--Border_03, #E7EDF6);
    background: var(--White, #FFF);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}

.plan-type p {
    color: #0B101C;
    text-align: center;
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    text-transform: uppercase;
}

.price-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.price {
    color: #0B101C;
    text-align: center;
    font-family: Figtree;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 94px; /* 138.235% */
}


.subscriptions-plan {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.plan-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.plan-list > div {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Border_03, #E7EDF6);
}

.left-sec {
    color: #5B657C;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.right-sec {
    color: #0B101C;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.plan-time {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: var(--Main_black, var(--Main-color-1, #0B101C));
    text-align: center;
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 18px;
}
.main-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

.subscriptions .tab-active a {
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
ul.tabs-nav {
    width: auto;
    max-width: 227px;
}

.tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    border-radius: 14px;
}
.subscriptions-plan-btn {
    margin-top: 40px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Main-Purple, #6B42FE);
}
.subscriptions-plan-btn p {
    display: flex;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Main-Purple, #6B42FE);
}
.subscriptions-plan-btn span {
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

/* For Webkit-based browsers like Chrome */
input.range-slider__range::-webkit-slider-thumb {
  background-color: red !important; /* Change this to your desired color */
}

/* For Firefox and some other browsers */
input.range-slider__range::-moz-range-thumb {
  background-color: red !important; /* Change this to your desired color */
}

/* For IE/Edge browsers */
input.range-slider__range::-ms-thumb {
  background-color: red !important; /* Change this to your desired color */
}


/* For Webkit-based browsers like Chrome */
input[type="range"]::-webkit-slider-thumb {
  background-color: red;
}

/* For Firefox and some other browsers */
input[type="range"]::-moz-range-thumb {
  background-color: red;
}

/* For IE/Edge browsers */
input[type="range"]::-ms-thumb {
  background-color: red;
}


/* For Webkit-based browsers like Chrome */
input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, color-before 0%, color-before 50%, color-after 50%, color-after 100%);
}

input[type="range"]::-webkit-slider-thumb::before {
  background-color: color-before;
}

input[type="range"]::-webkit-slider-thumb::after {
  background-color: color-after;
}

/* For Firefox and some other browsers */
input[type="range"]::-moz-range-track {
  background: linear-gradient(to right, color-before 0%, color-before 50%, color-after 50%, color-after 100%);
}

input[type="range"]::-moz-range-thumb::before {
  background-color: color-before;
}

input[type="range"]::-moz-range-thumb::after {
  background-color: color-after;
}

/* For IE/Edge browsers */
input[type="range"]::-ms-track {
  background: linear-gradient(to right, color-before 0%, color-before 50%, color-after 50%, color-after 100%);
}

input[type="range"]::-ms-thumb::before {
  background-color: color-before;
}

input[type="range"]::-ms-thumb::after {
  background-color: color-after;
}

.elementor .elementor-element.elementor-element-1cc19f86 .elementor-button:hover,
.elementor .elementor-element.elementor-element-1cc19f86 .elementor-button:focus ,  
.subscriptions-plan-btn:hover, .subscriptions-plan-btn:focus , 
.get_stared_ai_support .elementor-widget-container:focus, 
.elementor .elementor-element.elementor-element-11faedc .elementor-button:hover{
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.30) 0%, rgba(11, 16, 28, 0.30) 100%), #6B42FE;
    background-color: #6B42FE;
	transition: 0.5s ease;
}
.hover_color .elementor-button:hover {
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.30) 0%, rgba(11, 16, 28, 0.30) 100%), #6B42FE;
    background-color: #6B42FE;
    transition: 0.5s ease;
}
.gf_label_cstm .gform_footer input#gform_submit_button_3:hover, .gform_footer input#gform_submit_button_2:hover {
    box-shadow: unset;
    color: #FFFFFF;
    background-color: #4F33BA;
}
.subscriptions li.tab-active:hover {
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.30) 0%, rgba(11, 16, 28, 0.30) 100%), #6B42FE;
}
.elementor-element-2e2fec43 a.elementor-button.elementor-size-sm , .subscriptions-plan-btn {
    cursor: pointer;
}
.elementor-menu-toggle {
    background: transparent !important;
}
/*Range style*/
.range-slider__range {
  appearance: none !important;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #F5F7F9; 
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    appearance: none;
    border-radius: 100%;
    background-repeat: no-repeat;
    border:none;
    background-image: url('https://auralis.wpenginepowered.com/wp-content/uploads/2023/10/Ellipse-3367.svg') !important;
    background-size: 28px 28px; /* Optional: Adjust the size of the image */
    width: 24px; /* Optional: Adjust the width of the thumb */
    height: 24px; /* Optional: Adjust the height of the thumb */
    border: none; /* Remove any border */
    cursor: pointer; /* Optional: Change the cursor on hover */
    background-color: transparent !important;
    border-color: transparent !important;
     background-position: -2px -2px !important;
}
header.header-sticky {
    background-color: #ffffff !important;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    
}
.elementor-10 .elementor-element.elementor-element-53644b30{
    transition: 0.4s ease !important;
}
.single_post_content ul, .single_post_content ol {
    display: grid;
    gap: 10px;
}
.single_post_content a {
    color: #6B42FE;
    text-decoration-line: underline;
}
.plan-list div.right-sec {
    width: 60%;
}
.cal-title {
    display: inline-block;
    width: 100%;
}
.custom_tags .elementor-shortcode {
    display: flex;
	flex-wrap: wrap;
    gap: 6px;
}
.custom_tags .elementor-shortcode span {
    background-color: #EBEFF3;
    padding: 5px 12px;
    color: #0B101C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 4px;
}
.cal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: 20px;
}
/* Ensure the Name and Email fields are displayed on the same line */
.comment-form-author,
.comment-form-email {
    display: inline-block; /* Display fields side by side */
    width: 48%; /* Adjust the width to ensure both fit on one line */
    box-sizing: border-box; /* Include padding and border in the element's total width */
    margin-right: 3%; /* Adds some space between the fields */
}
form#commentform input#author, form#commentform input#email, form#commentform textarea#comment {
    padding: 9px 16px;
    border: 2px solid #CDD3DB;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	font-family: "Figtree";
}
form#commentform p.comment-form-cookies-consent {
    opacity: 0;
    display: none;
}
form#commentform textarea#comment {
    height: 110px;
}
/* Remove the margin-right for the last field to prevent overflow */
.comment-form-email {
    margin-right: 0;
}

/* Adjust input fields to take full width of their container */
.comment-form-author input,
.comment-form-email input {
    width: 100%;
}
h4#cost_per_agent__value {
}

.cal-title .cost {
    float: right;
}
.matrics-secton {
    max-width: 960px;
    margin: 0 auto;
}
.elementor .elementor-element h5.elementor-heading-title span {
    padding-right: 10px;
}
.csutom-icon .elementor-icon-wrapper {
    display: flex;
}
.elementor .elementor-element.elementor-element-54af916 .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding-bottom: 20px;
}
.cost_per_ticket_col .month_ticket_green {
    color: var(--Main-green, #00C48D);
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    text-transform: uppercase;
}
.elementor-widget-container span, .elementor-widget-container h4 {
    letter-spacing: 0 !important;
}
h4.elementor-heading-title.elementor-size-default {
    font-family: 'Figtree' !important;
}
.fred-reichheld-section .right-conten-img .elementor-widget-wrap.elementor-element-populated {
    position: absolute;
    top: 50%;
    left: -60px;
    background: #FFF;
    width: 499px;
    z-index: 1;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05) !important;
}
.get_started {
    cursor: pointer;
}
/*.Comapre-product-sec .pro-comp-tab table tr:nth-child(even) {
    background: transparent;
}*/
.Comapre-product-sec .pro-comp-tab table tr, .Comapre-product-sec .pro-comp-tab table th, .Comapre-product-sec .pro-comp-tab table thead {
    background: transparent;
}
.Comapre-product-sec .pro-comp-tab table span.data-table-header-text {
    color: #000;
}
.Comapre-product-sec .pro-comp-tab table tr:nth-child(2) td {
/*  background: rgba(241, 237, 255, 0.50);*/
}
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(2) {
    border-left: 2px solid #6B42FE;
    border-right: 2px solid #6B42FE;
}
 .Comapre-product-sec .pro-comp-tab table tr th:nth-child(2) {
    border-top: 2px solid #6B42FE;
    border-left: 2px solid #6B42FE;
    border-right: 2px solid #6B42FE;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.Comapre-product-sec .pro-comp-tab table tr:last-child td:nth-child(2) {
    border-bottom: 2px solid #6B42FE;
    border-left: 2px solid #6B42FE;
    border-right: 2px solid #6B42FE;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(2), .Comapre-product-sec .pro-comp-tab table tr td:nth-child(3), .Comapre-product-sec .pro-comp-tab table tr td:nth-child(4) {
    width: 280px;
/*    max-width: 280px;*/
}
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(1) {
    width: 304px;
/*    max-width: 280px;*/
}
.Comapre-product-sec .pro-comp-tab table tr td {
    padding: 8px 0px !important;
	vertical-align: middle;
}
/*.Comapre-product-sec .pro-comp-tab table tr td:nth-child(3) .td-content-wrapper, 
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(4) .td-content-wrapper, 
.Comapre-product-sec .pro-comp-tab table tr th:nth-child(4) .data-table-header-text, 
.Comapre-product-sec .pro-comp-tab table tr th:nth-child(3) .data-table-header-text{
    background: #FAFBFC;
    margin: 0 10px;
}*/
.elementor-436 .elementor-element .eael-data-table thead tr th{padding: 0;}
/*.Comapre-product-sec .pro-comp-tab table thead tr .data-table-header-text {
    display: block;
    padding: 30px;
    margin: 0 20px;
}*/
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(1) .td-content-wrapper {
    text-align: left !important;
}
.Comapre-product-sec .pro-comp-tab table tr td.text_bold :nth-child(1) .td-content {
    border: 0;
}
.eael-dt-th-align-left .eael-data-table thead tr th .data-table-header-text {
    border-radius: 14px 14px 0 0;
}
.Comapre-product-sec .pro-comp-tab table tr:nth-child(2) .td-content {
/*    color: #6B42FE;*/
}
.Comapre-product-sec .pro-comp-tab table tr td:nth-child(1) .td-content {
     text-align: left;
	border-bottom: 1px dashed #5B657C;
    display: inline-block;
}
.Comapre-product-sec .pro-comp-tab table tbody tr{
    cursor: pointer;
}
.Comapre-product-sec .pro-comp-tab table tr:nth-child(3) td .td-content-wrapper .td-content {
    height: auto;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item ul.elementskit-submenu-panel li.menu-item a.dropdown-item {
    border-radius: 10px;
}
.Comapre-product-sec .pro-comp-tab table tr .td-content {
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	/*border-bottom: 1px solid #E7EDF6;*/
    z-index: 2;
    position: relative;
	height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Comapre-product-sec .pro-comp-tab table thead tr .data-table-header-text, .Comapre-product-sec .pro-comp-tab table thead tr th {
   color: #0B101C;
    text-align: center;
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
}
/*.Comapre-product-sec .pro-comp-tab table tr td .td-content-wrapper:after {
    width: 85%;
    content: "";
    height: 1px;
    border-top: 1px solid #E7EDF6;
    position: absolute;
    bottom: 0px;
    
}*/
.elementor-436 .elementor-element .eael-data-table tbody tr td:first-child .td-content {
    text-decoration: 1px underline dashed #7a7a7a;
    text-underline-offset: 5px;
}

.elementor-436 .elementor-element .eael-data-table tbody tr:hover td:first-child .td-content {
    text-decoration: 1px underline dashed;
}
.elementor-436 .elementor-element .eael-data-table tbody tr td {
    padding: 0 !important;
    vertical-align:     top;
}
.elementor-436 .elementor-element .eael-data-table tbody .td-content-wrapper{
    position: relative;
    padding: 16px 20px;
}
.elementor-436 .elementor-element .eael-data-table tbody > tr:nth-child(2n) td:before {
    content: "";
}

body .elementor-436 .elementor-element .eael-data-table tbody .td-content-wrapper .eael-datatable-icon svg {
    height: 36PX !important;
    width: 36PX !important;
    fill: #c15959   ;
    margin-top: -5px;
}
.eael-datatable-icon.td-content {
    height: 26px;
}

/*tr:before {
    /* background: #ccc !important; */
    /* background: rgba(241, 237, 255, 0.50) !important; */
    /*content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    margin: 6px 0;
    z-index: 1;
}*/

.Comapre-product-sec .pro-comp-tab table tr, .Comapre-product-sec .pro-comp-tab table tr .td-content{
    position: relative;
}


.Comapre-product-sec tbody tr:hover:before {
    background: rgba(241, 237, 255, 0.50) !important;
    border-radius: 14px;
}
.Comapre-product-sec tbody tr:hover .td-content{
    color: #6B42FE !important;
}
.Comapre-product-sec tbody td.empty_block .td-content-wrapper .td-content {
    height: 26px;
}


.elementor-436 .elementor-element .eael-data-table tbody > tr:last-child td .td-content-wrapper {
    padding-bottom: 35px !important;
    border-radius: 0 0 14px 14px;
}

.elementor-436 .elementor-element .eael-data-table tbody > tr:last-child td .td-content-wrapper:after {
    border: none;
}
.scroll-arrow {
    height: 0px;
}
.scroll-arrow .container {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    height: 100vh;
    color: #333;
}

.slides:before {
    content: '';
    width: 0;
    height: 1325px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin-top: 225px;
    left: 50%;
    border-left: 4px dashed #E7EDF6;
    margin-top: 170
}


.scroll-arrow .slides {
    width: 100%;
    height: 100vh;
    margin-top: 230px;
    margin-top: 174px
}

.scroll-arrow .slide {
    color: #6B42FE;
    background: white;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    position: relative;        
}

.scroll-arrow .slide .scrollto{
    position:absolute;
    width:20px;
/*            height:30px;*/
/*            bottom: -16px;*/
    z-index: 999;
    opacity: 0;
}
.scroll-arrow .slide .scrollto .svg-inline--fa {
    height: unset !important;
}


.scrolled i.fa.fa-angle-down::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 300px;
    margin-top: -190px;
    background: url(/wp-content/uploads/2023/10/downarrow.svg) center center / cover no-repeat;
}
.scroll-arrow .slide::before{
/*            content: '';*/
/*            border-right: 4px dashed #E7EDF6;*/
    width: 0;
    height: 100%;
    margin: 0 auto;
}

.scroll-arrow .scrolled::before{
    border-right: 4px solid #6B42FE;
}
.slide:first-child .scrollto{ opacity: 1;}
.mobile-view-price .swiper-slide-contents {
    width: 100% !important;
    max-width: 100% !important;
    padding: 17px;
    border: 1px solid #E7EDF6;
    border-radius: 14px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.mobile-view-price .elementor-slides .swiper-slide {
    height: 100% !important;
    min-height: 785px;
}
.mobile-view-price .subscriptions-plan-btn {
    padding: 16px;
}
html{scroll-behavior:smooth}
#faq .elementor-accordion-item .elementor-tab-content a {
    color: #6B42FE;
}
.all-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.all-fields p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.all-fields label {
    color: var(--Main-color-1, #0B101C);
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.all-fields input {
    display: flex;
    height: 48px;
    padding: 9px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    border: 2px solid #CDD3DB;
    background: var(--White, #FFF);
    align-self: stretch;
}
.form-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.form-footer input {
    display: flex;
    height: 48px;
    padding: 19px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(264deg, #A057FF 0%, rgba(160, 87, 255, 0.00) 100%), #6B42FE;
    gap: 10px;
    align-self: stretch;
}

.main-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.form-footer p {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.form-footer label {
    color: var(--Grey_3, #8E96A7);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    line-height: 20px; /* 142.857% */
    position: absolute;
    margin-top: 65px;
}

.liarrow_style li::before {
    content: '';
    margin-top: 7px;
    position: absolute;
    right: 5px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-image: url(https://getzuro.com/wp-content/uploads/2023/10/check_mark.svg); */
    background-image: url(/wp-content/themes/genesis-block-theme-child/images/right_arrow.svg);
}
.liarrow_style ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.liarrow_style li::marker {
    content: '';        
}
.licheckmark_style li::before {
    content: '';
    margin-top: 7px;
    position: absolute;
    right: 5px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-image: url(https://getzuro.com/wp-content/uploads/2023/10/check_mark.svg); */
    background-image: url(/wp-content/themes/genesis-block-theme-child/images/checkmark.svg);
}
.licheckmark_style ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.licheckmark_style li::marker {
    content: '';        
}
strong.bold-strong {
    color: #0B101C;
    font-size: 18px;
    line-height: 22px;
}
.ul_bottom_padding ul {
    margin-bottom: 0;
}
.field_custom_css label.gfield_label {
    align-self: stretch;
    color: var(--Main-color-1, #0B101C);
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}

.field_custom_css .ginput_container input {
    display: flex;
    height: 48px;
    padding: 9px 16px !important;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    border: 2px solid #CDD3DB;
    background: var(--White, #FFF);
/*            padding-right: 0px;*/
}
.field_custom_css {
    padding-right: 0px !important;
}

.field_custom_css label.gfield_label {
    align-self: stretch;
    color: #0B101C;
    font-family: Figtree;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.encript-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    color: var(--Grey_3, #8E96A7);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.gform-custom-style .gform_footer.top_label input[type=submit] {
    display: flex;
    height: 48px;
    padding: 19px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: linear-gradient(264deg, #A057FF 0%, rgba(160, 87, 255, 0.00) 100%), #6B42FE;
    margin-right: 0px;
}

.gform-custom-style .gform_footer.top_label {
    display: flex;
    flex-direction: column;
}

.gform-custom-style li, .gform-custom-style_wrapper {
    margin: 0px !important;
}

.gform-custom-style ul#gform_fields_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}
.gform-custom-style .gfield_required_asterisk {
    color: #0b101c;
    margin-left: 0px;
}
.gradient_style1st .elementor-size-default {
    background: var(--Gradient_3, linear-gradient(126deg, #DC9FFF 0.27%, #AE82FF 54.99%, #6AE5FF 100.32%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient_style2nd .elementor-size-default {
    background: var(--Gradient_3, linear-gradient(126deg, #DC9FFF 0.27%, #AE82FF 54.99%, #6AE5FF 100.32%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.elementor-element .what_you_get .elementor-widget-container .elementor-heading-title {
    background: linear-gradient(to right, #39AEF4 0%, #08F1F9 50%, #FFFFFF 100%) !important;
    -webkit-background-clip: text !important;
    color: #6EC1E400 !important;
}

/* Style for the accordion */
.ai-chat-boat-faq .rank-math-answer {
/*    display: none;*/
    color: #5B657C;
    font-family: "Figtree";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.ai-chat-boat-faq .rank-math-question.open {
    color: #6B42FE;
}
.ai-chat-boat-faq .rank-math-question {
    cursor: pointer;
    color: #0B101C;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.ai-chat-boat-faq .rank-math-question:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/04/arrow-dow.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 40%;
}
.ai-chat-boat-faq .rank-math-question.open:after {
    background-image: url('/wp-content/uploads/2024/04/arrow-up.png');
}
/*.rank-math-answer.open + .rank-math-question::after {
    content: "\25B2"; 
    transform: translateY(-50%) rotate(180deg);
}*/

.rank-math-list-item {
    border: 1px solid #d5d8dc;
    border-radius: 14px;
    margin-bottom: 10px;
}

.ai-chat-boat-faq .rank-math-question {
    margin: 0;
    padding: 30px;
}

.ai-chat-boat-faq .rank-math-answer {
    margin: 0;
    padding: 0px 30px 30px 30px;
}

.feature_integration .elementor-icon-wrapper {
    height: 50px;
}

.inner-page-menu .elementor-nav-menu > li {
    margin: 0 20px;
}
    
.inner-page-menu .elementor-nav-menu a{
    padding: 13px 0 !important;
}
.elementor-nav-menu--dropdown a {
    width: 100%;
    display: block;
}

#elementor-popup-modal-285 .elementor-285 .elementor-element.elementor-element-77c3dc6b{
    padding: 25px 25px 40px 25px;
}

#elementor-popup-modal-285 .elementor-element-74cf16bf .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}
#elementor-popup-modal-285 a.elementor-item.elementor-item-anchor {
    color: var(--Main_black, var(--Main-color-1, #0B101C));
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

#elementor-popup-modal-285 a.elementor-item.elementor-item-anchor {
    color: var(--Main_black, var(--Main-color-1, #0B101C));
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
}

#elementor-popup-modal-285 h2.elementor-heading-title.elementor-size-default {
    color: var(--Main_black, var(--Main-color-1, #0B101C));
    text-align: center;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
}
#elementor-popup-modal-285 .elementor-element-2461e5b2 .elementor-element-populated , .elementor-element-704e6fdb .elementor-element-populated {
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
    align-content: flex-start;
    gap: 4px 20px;
    align-self: stretch;
    flex-wrap: wrap;
}
#elementor-popup-modal-285 .elementor-element-74cf16bf .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 0px 0px 0px !important;
}
#elementor-popup-modal-285 .elementor-element-35efa2fd a.elementor-button.elementor-button-link.elementor-size-sm {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
/*    background: var(--Main-Purple, #6B42FE);*/
}
#elementor-popup-modal-285 .elementor-element-7b65fecc .elementor-widget-wrap.elementor-element-populated {
    padding: 60px 0px 0px 0px !important;
}
#elementor-popup-modal-285 #menu-1-1219548f a.elementor-item.elementor-item-anchor {
    padding: 0px 0px 60px 0px !important;
}

#elementor-popup-modal-285 .elementor-element-5a393719 .elementor-widget-wrap.elementor-element-populated {
    color: var(--Main_black, var(--Main-color-1, #0B101C));
    text-align: center;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#elementor-popup-modal-285 .elementor-element.elementor-element-115ee9c5.elementor-widget-mobile__width-initial.elementor-widget-tablet__width-initial.elementor-widget.elementor-widget-heading {
    margin-bottom:0 ;
}

#elementor-popup-modal-285  .elementor-element-440f8fc2 .elementor-widget-wrap.elementor-element-populated {
     padding: 0px; 
}

body .elementor-1104 .elementor-element.elementor-element-2c03b2f5, body .elementor-1104 .elementor-element.elementor-element-26d67273.elementor-sticky--effects .elementor-element.elementor-element-2c03b2f5 {
/*    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05) !important;*/
    background-color: rgb(255, 255, 255);
/*    border-radius: 16px;*/
    box-shadow: rgba(76, 27, 50, 0.16) 0px 4px 16px 0px !important;
    opacity: 1;
/*    padding: 16px 24px;*/
}

body .elementor-1024 section.elementor-element.app_listin_sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body #menu-1-16bf6e4 .menu-item .sub-menu {
    border-radius: 12px !important;
    background: var(--White, #FFF) !important;
    box-shadow: 0px 2px 25px 0px rgba(11, 16, 28, 0.08) !important;
}

body #menu-1-16bf6e4 .menu-item .sub-menu {
    display: flex !important;
    width: 173px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}
body .inner-page-menu .elementor-nav-menu .sub-menu a {
    padding: 0 !important;
    color: #0B101C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
body .inner-page-menu .elementor-nav-menu .sub-menu li {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    align-self: stretch;
    border-left: unset;
}
body .inner-page-menu .elementor-nav-menu .sub-menu a {
    border-left: unset;
}
body .inner-page-menu .elementor-nav-menu .sub-menu li:hover {
    background: #F5F7F9;
    color: #6B42FE;
}
body .inner-page-menu .elementor-nav-menu .sub-menu a:hover {
    color: #6B42FE;
    background-color: transparent !important;
}

.elementor .elementor-element h5.elementor-heading-title span.arrow_point {
    display: flex;
    width: 26px;
    height: 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #6B42FE;
    border-radius: 100px;
    padding-right: 0px;
}
.arrow_point svg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.mark_arrow_h5 h5.elementor-heading-title.elementor-size-default {
    display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}
body .gform_wrapper .gf_label_cstm .gform_fields {
    gap: 20px;
}
form.gf_label_cstm .gform-body input, form.gf_label_cstm .gform-body textarea {
    border-radius: 10px;
    border: 2px solid #CDD3DB;
    background: var(--White, #FFF);
    display: flex;
    height: 48px;
    padding: 9px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.elementor-shortcode form.gf_label_cstm .gform-body .ginput_container_textarea textarea {
    height: 127px;
}
form.gf_label_cstm .gform-body textarea::placeholder, form.gf_label_cstm .gform-body input::placeholder {
    color: var(--border-focus, #B1B7C3);
    leading-trim: both;
    text-edge: cap;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.elementor-shortcode .gf_label_cstm .gform-body label {
    margin-bottom: 10px;
}
.gf_label_cstm input#gform_submit_button_3 {
    display: flex;
    height: 48px;
    padding: 13px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    background: #6B42FE;
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    transition: all .3s;
}
.gf_label_cstm label.gfield_label.gform-field-label {
    color: #0B101C;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.gf_security_label h5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.map_two {
    display: none;
}

.list-of-careers .elementor-widget-text-editor .elementor-widget-container ul {
    margin-bottom: 0px;
}

.gf_contact_form input:focus::-webkit-input-placeholder,  .gf_contact_form textarea:focus::-webkit-input-placeholder {
    color : transparent;
}
.gf_contact_form input:focus::-moz-placeholder, .gf_contact_form textarea:focus::-moz-placeholder {
    color : transparent;
}
.gf_contact_form input:-moz-placeholder, .gf_contact_form textarea:-moz-placeholder {
    color : transparent;
}
.gf_contact_form input:focus::-webkit-input-placeholder, .gf_contact_form textarea:focus::-webkit-input-placeholder {
    opacity : 0;
}
.gf_contact_form input:focus::-moz-placeholder, .gf_contact_form textarea:focus::-moz-placeholder {
    opacity : 0;
}
.gf_contact_form input:-moz-placeholder, .gf_contact_form textarea:-moz-placeholder {
    opacity : 0;
}

/*new figma working css*/
.auralis_story_title {
    background: linear-gradient(126deg, #DC9FFF 0.27%, #AE82FF 54.99%, #6AE5FF 100.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.testimonial_desc .elementor-widget-container p {
    margin-bottom: 1.2em;
}*/
.testimonial_desc .elementor-widget-container p:not(:last-child) {
    margin-bottom: 1.2em;
}
.testimonial_desc strong {
    color: #0B101C;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
/*.testimonial_desc_contener {
    height: 100%;
    max-height: 380px;
}*/
.timeline-section .timeline-strategy .elementor-widget-container {
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.60) 0%, rgba(11, 16, 28, 0.60) 100%), #6B42FE;
}
.timeline-section .timeline-discovery .elementor-widget-container {
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.40) 0%, rgba(11, 16, 28, 0.40) 100%), #6B42FE;
}
.timeline-section .timeline-deploy .elementor-widget-container {
    background: linear-gradient(0deg, rgba(11, 16, 28, 0.20) 0%, rgba(11, 16, 28, 0.20) 100%), #6B42FE;
}
.why_auralis_desc_con ul {
    list-style: none; /* Remove default list markers */
    padding-left: 10px;
}
.why_auralis_desc_con ul li {
    position: relative;
    padding-left: 10px !important; /* Adjust this value based on your image size */
    margin-bottom: 14px !important;
    color: #0B101C !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px; /* 155.556% */
}
.why_auralis_desc_con ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('https://auralisstg.wpenginepowered.com/wp-content/uploads/2024/06/Vector-3.svg');
    background-size: auto;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background-color: #6B42FE;
    border-radius: 100px;
    background-position: center;
}
.trusted_logos .elementor-widget-container img:hover {
    -webkit-filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
    filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
    cursor: pointer;
}
.elementor-element .explainer_video .elementor-custom-embed-image-overlay img {
    object-fit: contain;
}
.funnel_banner span {
    color: #A1FFFA;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    text-decoration-line: underline;
}
.what_you_get ul li a {
    color: #A1FFFA;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.what_you_get li::marker {
    content: '';        
}
.what_you_get ul {
    list-style: unset;
}
.what_you_get li::before {
    content: '';
    margin-top: 7px;
    position: absolute;
    right: 5px;
    width: 102%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(https://auralisstg.wpenginepowered.com/wp-content/uploads/2024/06/Vector-2.svg);
    /* background-image: url(/wp-content/themes/genesis-block-theme-child/images/checkmark.svg); */
}
.what_you_get li:not(:last-child) {
    margin-bottom: 14px;
}
.saving_report span{
    color: #FFD94C;
    font-family: Figtree;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}
.table_of_contents_view .eael-advance-tabs {
    gap: 36px;
    display: grid !important;
    grid-template-columns: 1fr 4.4fr;
    position: relative;
}
.table_of_contents_view .eael-tabs-content {
    box-shadow: 0px 2px 2px 0px rgba(46, 79, 109, 0.10);
    border: 1px solid #E7EDF6;
	background-color: #ffffff;
}
.table_of_contents_view .eael-tabs-nav ul.sticky_table {
    position: fixed;
    top: 50px;
}
.table_of_contents_view .eael-tabs-nav ul {
    background-color: #ffffff;
    box-shadow: 0px 2px 2px 0px rgba(46, 79, 109, 0.10);
    border-radius: 14px;
    padding: 20px !important;
}
.table_of_contents_view .eael-tabs-nav ul li.eael-tab-item-trigger {
    position: unset;
}
.table_of_contents_view .eael-tabs-nav ul li.eael-tab-item-trigger span.eael-tab-title {
    position: unset;
}
.table_of_contents_view .eael-tabs-nav ul li.eael-tab-item-trigger span.eael-tab-title h2 {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #8E96A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0px;
}
.table_of_contents_view .eael-tabs-nav ul li.eael-tab-item-trigger:first-child {
    margin-top: 38px !important;
}
.add_space_between ol {
    display: grid;
    gap: 15px;
}
.single-post article.post {
    margin: 50px 0px;
}
.product_updates_container {
    display: flex;
    flex-wrap: nowrap;
    gap: 36px;
}
.product_updates_container .product_updates_togglebutton {
    display: none;
    background-color: #333;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.product_updates_container .product_updates_sidebar {
    width: 195px;
    position: sticky;
	align-self: flex-start;
}
.product_updates_container .product_updates_mainContent {
    flex: 1;
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px #E7EDF6;
    box-shadow: 0px 2px 2px 0px rgba(46, 79, 109, 0.10);
}
.product_updates_container .product_updates_sidebar .product_updates_title {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 2px 0px rgba(46, 79, 109, 0.10);
}
.product_updates_container .product_updates_sidebar .product_updates_title h3 {
    color: #8E96A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul {
    list-style: none;
    margin: 0;
    display: grid;
    gap: 8px;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul li {
    padding: 12px;
    border-radius: 6px;
	background-color: #ffffff;
	cursor: pointer;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul li.active {
    background-color: #F1EDFF !important;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul li h4 {
    margin: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0B101C;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul li.active h4 {
    color: #6B42FE;
}
.product_updates_container .product_updates_sidebar .product_updates_title ul li:hover {
    background-color: #F5F7F9;
}
.product_updates_container .product_updates_mainContent .product_content_section h3 {
    color: #6B42FE;
    margin: 0px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.product_updates_container .product_updates_mainContent .product_content_section {
    display: none;
    color: #0B101C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.product_updates_container .product_updates_mainContent .product_content_section.active-content {
    display: grid;
	gap: 30px;
}
.product_updates_container .product_updates_mainContent .product_content_section ol, .product_updates_container .product_updates_mainContent .product_content_section ul {
    margin-bottom: 0px;
    display: grid;
    gap: 15px;
}
.product_updates_container .product_updates_mainContent .product_content_section h4 {
    margin: 0px;
    color: #0B101C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
#comments {
    margin: 0px;
    border: 0;
    padding: 0;
}
#comments h3.comment-reply-title.comments-title {
    opacity: 0;
    display: none;
}
#comments ol.comment-list {
    margin: 0px;
}
#comments ol.comment-list li .comment-info cite.comment-cite {
    color: #0B101C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
#comments ol.comment-list li .comment-info a.comment-time {
    color: #5B657C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#comments ol.comment-list li .comment-wrap .comment-content {
    background-color: transparent;
    padding: 0px;
    color: #0B101C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#comments ol.comment-list li .comment-wrap .comment-content::after {
    border: 0;
}
#comments ol.comment-list li .comment-wrap .comment-content p.reply {
    display: flex;
    justify-content: end;
}
#comments ol.comment-list li .comment-wrap .comment-content a.comment-reply-link {
    color: #6B42FE;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
#comments ol.comment-list li {
    margin-bottom: 0px;
}
#comments ol.comment-list li ol.children {
    margin-top: 30px;
    border-left: 3px solid #E7EDF6;
    margin-bottom: 30px;
}
form#commentform p.form-submit {
    text-align: right;
}
form#commentform p.form-submit input#submit {
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 100px;
    font-family: "Figtree";
    padding: 13px 24px;
	background-color: #6B42FE;
}
form#commentform p.form-submit input#submit:hover {
    background-color: #4F33BA;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus, textarea:focus {
    border: 2px solid #0072e5 !important;
}
form.gf_label_cstm .gform-body input:focus, form.gf_label_cstm .gform-body textarea:focus {
    border: 2px solid #0072e5 !important;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item.elementskit-dropdown-has a.ekit-menu-nav-link {
    position: relative;
    gap: 10px;
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0px;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item.elementskit-dropdown-has a.ekit-menu-nav-link i.icon {
    display: none;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item.elementskit-dropdown-has a.ekit-menu-nav-link:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/04/drop_icon.png');
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
}
.my_custom_team .eael-team-item-inner .eael-team-content {
    padding-top: 30px !important;
    display: grid;
}
.my_custom_team .eael-team-item {
    height: 100%;
}
.post_info_align_same ul.elementor-inline-items {
    justify-content: space-between !important;
}
.my_custom_team .eael-team-item-inner .eael-team-content h3.eael-team-member-name {
    margin: 0px;
    order: 1;
}
.my_custom_team .eael-team-item-inner .eael-team-content h4.eael-team-member-position {
    margin: 0px;
    order: 2;
}
.my_custom_team .eael-team-item-inner .eael-team-content p.eael-team-text {
    order: 3;
    padding: 20px 0px 0px 0px;
}
.my_custom_team .eael-team-item-inner .eael-team-content ul.eael-team-member-social-profiles {
    order: 4;
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%, -50%);
}
body.custom-background section.remove_padd_section {
    padding: 0px !important;
}
.full_width_faq {
    width: 100% !important;
}
.custom_bg a.elementor-button {
    background: var(--Main_gradient, linear-gradient(264deg, #A057FF 0%, rgba(160, 87, 255, 0.00) 100%), #6B42FE);
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title span.e-n-tab-title-text {
    display: block;
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0px 0px 24px 24px;
}
.cont_map_tab .e-n-tabs {
    gap: 0;
    border-radius: 24px 24px 0px 0px;
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title {
    border-radius: 0px 0px 24px 0px;
	gap: 0;
    align-items: baseline;
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title:first-child {
    border-radius: 0px 0px 0px 24px;
}
.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title span.e-n-tab-title-text p {
    color: #5B657C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
	margin-top: 10px;
}
.add_betwwen_space ul.elementor-icon-list-items.elementor-inline-items {
    row-gap: 10px;
}
.two_col_li ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.two_col_li ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin: 0px !important;
    padding-bottom: 0px !important;
    border: 0;
}
.two_col_li ul.elementor-icon-list-items li.elementor-icon-list-item:after {
    border: 0 !important;
}
.two_col_li ul.elementor-icon-list-items li.elementor-icon-list-item:first-child, .two_col_li ul.elementor-icon-list-items li.elementor-icon-list-item:nth-child(3) {
    border-right: 1px solid #8E96A7;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item .elementskit-megamenu-panel .elementor-element.elementor-element-0d94e4a.e-grid.e-con-full.e-con.e-parent {
    box-shadow: 0px 2px 25px 0px rgba(11.000000000000002, 16.00000000000002, 28, 0.08) !important;
}
.custom_breadcrumbs_icon nav.rank-math-breadcrumb span.separator {
    position: relative;
    width: 26px;
    text-indent: 28px;
    overflow: hidden;
}
#stickyheaders{
	transition: transform 0.34s ease !important;
}
#stickyheaders.headerup{
	/*transform: translateY(-194px); */ /*adjust this value to the height of your header*/
}
.custom_breadcrumbs_icon nav.rank-math-breadcrumb p a:hover {
    text-decoration: underline;
}
.custom_breadcrumbs_icon nav.rank-math-breadcrumb p {
    display: flex;
	flex-wrap: wrap;
    gap: 4px;
}
.custom_breadcrumbs_icon nav.rank-math-breadcrumb span.separator:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/04/breadcrumbs_icon.png);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
}
.my_custom_tab .e-n-tabs .e-n-tabs-heading {
    background-color: #ffffff;
    padding: 6px;
    border-radius: 100px;
    margin: 0 auto;
}
span.elementor-button-icon {
    width: 32px;
    margin: 0px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
a.elementor-button span.elementor-button-icon.elementor-align-icon-right {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.elementor-button:hover span.elementor-button-icon.elementor-align-icon-right {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}
.elementor-1104 .elementor-element.elementor-element-16bf6e4 div.elementor-menu-toggle i {
    font-size: 0;
    background: url(/wp-content/uploads/2023/10/Layer_1-1.svg);
    font-family: none;
    width: 20px;
    height: 19px;
}
.my_custom_gform .gform_heading p.gform_required_legend {
    opacity: 0;
    display: none;
}
.my_custom_gform .gform_heading h2.gform_title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #0B101C;
		margin-bottom: 10px;
}
.my_custom_gform .gform_heading p.gform_description {
    line-height: 28px;
    color: #5B657C;
    margin-bottom: 30px;
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-row-gap: 20px;
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_body fieldset legend, .my_custom_gform .gform_wrapper.gravity-theme .gform_body label {
    color: #0B101C;
    font-weight: 500;
		border: 0;
		font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_body fieldset legend span.gfield_required, .my_custom_gform .gform_wrapper.gravity-theme .gform_body label span.gfield_required {
    color: #0B101C;
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_body .gfield input {
    height: 48px;
    border: 2px solid #CDD3DB;
    border-radius: 10px;
    padding: 9px 16px;
    font-family: "Figtree";
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_body .gfield textarea {
    border: 2px solid #CDD3DB;
    border-radius: 10px;
    padding: 9px 16px;
    height: 136px;
    font-family: "Figtree";
}
.my_custom_gform .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    padding: 13px 24px;
    display: block;
    width: 100%;
    margin: 0px;
    border-radius: 100px;
    font-size: 18px;
    line-height: 22px;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item ul.elementskit-submenu-panel {
    transition: opacity 0.3s cubic-bezier(.165,.84,.44,1), transform 0.4s cubic-bezier(.1,.76,.37,1.19);
    left: 50% !important;
    transform: translate(-50%, 18px) !important;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item:hover ul.elementskit-submenu-panel {
    transform: translate(-50%, 0px) !important;
    pointer-events: all;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item .elementskit-megamenu-panel .elementor-element.elementor-element-2bea973 {
    box-shadow: 0px 2px 25px 0px rgba(11.000000000000002, 16.00000000000002, 28, 0.08) !important;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item .elementskit-megamenu-panel {
    /*transition: opacity 0.3s cubic-bezier(.165,.84,.44,1), transform 0.4s cubic-bezier(.1,.76,.37,1.19);*/
	transition: all .4s ease;
    left: 50% !important;
    transform: translate(-50%, 18px) !important;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item:hover .elementskit-megamenu-panel {
    transform: translate(-50%, 0px) !important;
    pointer-events: all;
}
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item.elementskit-megamenu-has {
    position: static;
}
/*.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.solution_mega_menu.menu-item.elementskit-megamenu-has .elementskit-megamenu-panel {
    width: 100% !important;
    max-width: 1344px !important;
}*/
.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav {
    position: unset;
}
.main_drop_menu .elementskit-menu-container {
    position: unset !important;
}
.main_drop_menu {
    position: unset;
}
#stickyheaders .elementor-element.inner-page-menu {
    position: unset;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #6B42FE;
}

::selection {
  color: #fff;
  background: #6B42FE;
}
.elementor .elementor-element.elementor-element-23d045a2{
	margin-bottom:0;
}
.elementor .elementor-element.elementor-element-ef213e4 p {
    margin-bottom: 0;
}
.cost_per_agent_col h4, .cost_per_agent_container li h4{margin-bottom:0;}
.elementor .elementor-element.elementor-element-28c9c8d .elementor-widget-container {
    padding-bottom: 30px;
}
.elementor .elementor-element.elementor-element-8c96bbe h2 {
    text-transform: uppercase;
}
.elementor .left-content-img p strong,.elementor .right-conten-img p strong {
    color: #5B657C;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.elementor-element-eddef88 {
    /*margin-bottom: 30px;*/
}
body .elementor .elementor-element.elementor-element-a8fce80 .elementor-heading-title, .elementor .elementor-element.elementor-element-8d083e3 .elementor-heading-title,
.elementor .elementor-element.elementor-element-b4dce2c .elementor-heading-title{
    color: #0B101C;
    font-family: "Figtree";
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    line-height: 42px;
    max-width: 425px;
}
.elementor .elementor-element-ea98921 h5.elementor-heading-title, .elementor .elementor-element-cdb8a09 h5.elementor-heading-title, .elementor .elementor-element-d19ceba h5.elementor-heading-title, .elementor .elementor-element-01c418c h5.elementor-heading-title{
    color: #5B657C;
    font-family: Figtree;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 28px;
}
.elementor .csutom-icon {
    width: var(--container-widget-width, 100px );
    max-width: 100px;
    --container-widget-width: 100px;
    --container-widget-flex-grow: 0;
    /* height: 100px; */
    display: flex;
    width: 100px;
    /* height: 100px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 500px;
    background: #fff;
    padding: 26px 25px;
	margin-bottom: 20px !important;
}
.elementor .elementor-element.elementor-element-80028bd .elementor-heading-title {
    color: #6B42FE;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    font-family: Figtree;
}
.elementor .elementor-element.elementor-element-54af916 {
    width: 80%;
    max-width: 960px;
}
.elementor .elementor-accordion .elementor-tab-content {
    display: none;
    padding: 0 30px 30px 30px;
    border: none !important;
}
.elementor .elementor-accordion .elementor-tab-title{padding: 30px;}
.elementor .elementor-element.elementor-element-07ea172 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 40px 0;
}
a:focus {
    outline: none;
}
.elementor-element-50088f2 .elementor-column.elementor-col-33, .elementor-element-dab815c .elementor-column.elementor-col-33, .elementor-element-cbfd65c .elementor-column.elementor-col-33{
    min-width: 50%;
}
.plan-list div.right-sec {
	text-align: right;
}
body.custom-background {
    background-size: 100% !important;
    background-attachment: initial !important;
    background-position: top center !important;
}
span.white-space-collapse {
    font-size: 18px;
    line-height: 22px;
    padding-right: 10px;
	font-weight: 600;
}
.elementor-element-60bf0a1 .elementor-icon {
    display: block;
}
.elementor-23 .elementor-element .elementor-testimonial-wrapper .elementor-testimonial-image img{
	width: auto !important;
}
.why-auralis .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 0px;
	/*height: 60px;*/
	align-items: flex-end;
	display: flex;
}
.why-auralis .elementor-testimonial-wrapper a,.why-auralis .elementor-testimonial-wrapper span{
	color: #6B42FE;
	font-weight: 700;
}
.why-auralis .elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-bottom: 60px;
}
.elementor-23 .elementor-element.elementor-element-54af916 .elementor-accordion-icon.elementor-accordion-icon-right{
	padding: 5.6px 0;
}
.right-conten-img .elementor-widget-wrap.elementor-element-populated, .left-content-img .elementor-widget-wrap.elementor-element-populated, .elementor .elementor-element.elementor-element-5f9943a > .elementor-element-populated, .elementor .elementor-element.elementor-element-590644a > .elementor-element-populated,
.elementor .elementor-element.elementor-element-bf369a5 > .elementor-element-populated,
.elementor .elementor-element.elementor-element-a686dd5 > .elementor-element-populated{
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05) !important;
}
.elementor-44 .elementor-element.elementor-element-134d46f.elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container, .elementor-44 .elementor-element.elementor-element-134d46f .elementor-nav-menu .elementor-item {
    background: none;
    color: #fff;
	margin-top: 0;
}
.elementor-44 .elementor-element.elementor-element-134d46f .elementor-nav-menu .elementor-item :hover{
	color: #6B42FE;
}
.elementor .elementor-element.elementor-element-688dab4.elementor-element strong,
.elementor .elementor-element.elementor-element-2f42dde.elementor-element strong,
.elementor .elementor-element.elementor-element-bf369a5.elementor-element strong,
.elementor .elementor-element.elementor-element-208d322.elementor-element strong,
.elementor .elementor-element.elementor-element-e027b66.elementor-element strong{
    color: #0B101C;
}
.elementor-element-c265d90 {
    max-width: 1140px;
    margin: 40px auto;
}
@media (max-width: 1024px) and (min-width:768px){
    .elementor-location-footer nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background: none;
        padding: 0;
        margin-top: 0;
    }
    .elementor-location-footer nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li a {
        padding: 7px 0;
        color: #fff;
        margin-top: 0;
    }
    body .elementor-1024 section.elementor-element.app_listin_sec {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .fred-reichheld-section .right-conten-img .elementor-widget-wrap.elementor-element-populated {
        left: 115px;
    }
    .fred-reichheld-section .right-conten-img .elementor-widget-wrap.elementor-element-populated {
         position: relative; 
        top: 0%;
        margin-top: -110px;
        background: #FFF;
        width: 499px;
        z-index: 1;
        height: 220px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05) !important;
    }
}
@media (min-width: 768px) {
	span.narrow {
		display: block;
	}
	.elementor-column.elementor-col-50.subscriptions-main {
		width: 48%;
		margin: 0 1%;
	}
}
@media (max-width: 1250px) {
	.elementor .elementor-element.elementor-element-4dcf3bab, .elementor .elementor-element.elementor-element-5d80fdc0.elementor-element {
		width: 100%;
	}
	.elementor .elementor-element.elementor-element-711d8da7 img{
		height: auto;
	}
	.elementor-10 .elementor-element.elementor-element-a7b98af .elementor-nav-menu--main .elementor-item {
		padding-left: 40px;
		padding-right: 40px;
	}
	.elementor .elementor-element.elementor-element-4dcf3bab .elementor-heading-title {
		color: #0B101C;
		font-family: "Figtree";
		font-size: 33px;
		font-weight: 600;
		line-height: 44px;
		-webkit-text-stroke-color: #000;
		stroke: #000;
	}
	.elementor .elementor-element.elementor-element-5d80fdc0{
		font-size: 18px;
		line-height: 26px;
	}
	body.custom-background {
		background-size: auto;
		background-position: top left;
	}
	.main_drop_menu .elementskit-menu-container ul.elementskit-navbar-nav li.menu-item.elementskit-megamenu-has {
		margin: 0px 12px;
	}
}
@media (min-width: 1100px) {
	.left-content-img .elementor-widget-wrap.elementor-element-populated {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		right: -160px;
		background: #FFF;
		width: 706px;
		z-index: 1;
	}
	.right-conten-img .elementor-widget-wrap.elementor-element-populated {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: -160px;
		background: #FFF;
		width: 706px;
		z-index: 1;
	}
	.right-conten-img.deevrath-test .elementor-widget-wrap.elementor-element-populated {
		max-width: 628px;
	}
	.elementor .elementor-element.elementor-element-5d80fdc0 .elementor-widget-container span {
		display: block;
	}
}
@media (max-width: 1050px) {
	.cost_per_agent_container {
		display: block;
	}
	.cost_per_ticket_col, .cost_per_agent_col {
		margin: 0 auto;
		width: 100%;
		padding-bottom: 0;
	}
	.cost_per_ticket_col ul{
		margin-left: 0;
		width: 100%;
	}
	.elementor-10 .elementor-element.elementor-element-a7b98af .elementor-nav-menu--main .elementor-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1024px) {
	.elementor-1104 .elementor-element.elementor-element-26d67273 .e-con-inner {
		padding: 0;
	}
}
@media (max-width: 768px){
	.subscriptions-main{
		margin: 0px auto 20px;
		max-width: 340px;
	}
	.elementor .csutom-icon{
		padding: 21px 20px;
	}
	.cost_per_agent_col span {
		font-size: 14px;
	}
	.cost_per_agent_col h4, .cost_per_agent_container li h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.plan-list > div {
		display: block;
	}
	.plan-list > div > div {
		width: 100% !important;
		display: block;
		text-align: left !important;
	}
	span.white-space-collapse {
		font-size: 12px;
		line-height: 18px;
		padding-right: 5px;
	}
	.mobile-logo{
		max-width:128px;
	}
	.elementor-element.elementor-element-18d5c148 .elementor-widget-container img {
		width: 128px;
		height: auto;
	}
	.price{
		font-size: 52px;
		line-height: 68px;
	}
	.plan-time{
		font-size: 20px;
		line-height: 24px
	}
	.subscriptions-plan-btn{
		margin-top: 0;
	}
    .funnel_banner span {
        color: #A1FFFA;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        text-decoration-line: underline;
    }
    .saving_report span{
        font-size: 32px;
        font-weight: 600;
        line-height: 36px;
    }
	 body.admin-bar .dialog-type-lightbox {
         position:fixed; 
		 
    }
    body .elementor-1024 section.elementor-element.app_listin_sec {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .Comapre-product-sec .pro-comp-tab tbody tr:nth-child(1), .Comapre-product-sec .pro-comp-tab tbody tr td:nth-child(1) .td-content-wrapper .th-mobile-screen {
        display: none;
    }   
    .Comapre-product-sec .pro-comp-tab tbody tr td:nth-child(2), .Comapre-product-sec .pro-comp-tab table tr:last-child {
        border: none;
    }    
    .fred-reichheld-section .right-conten-img .elementor-widget-wrap.elementor-element-populated {
        position: relative;
        top: auto;
        /* margin-top: -110px; */
        left: auto;
        background: #FFF;
        width: 100%;
        z-index: 1;
        height: auto;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05) !important;
        margin: -30px auto 0 !important;
        max-width: 400px;
        /* display: block; */
        justify-content: center !important;
    }
    .elementor-element-256ec29 .elementor-widget-wrap.elementor-element-populated {
        height: auto;
    }
    .cost_per_agent_container {
        display: block;
    }
    .cost_per_agent_container {
        padding: 20px 20px 20px 20px;
        
    }
    .cost_per_agent_col ul{
        margin: 0px auto;
    }
    body .elementor .elementor-element.elementor-element-a8fce80 .elementor-heading-title, .elementor .elementor-element.elementor-element-8d083e3 .elementor-heading-title, .elementor .elementor-element.elementor-element-b4dce2c .elementor-heading-title {
        color: #0B101C;
        font-family: "Figtree";
        font-size: 26px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 34px !important;
    }
    .elementor .csutom-icon{
         padding: 20px 25px 14px 25px;
    }
    .elementor .elementor-element.elementor-element-56b074e .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
        padding: 10px !important;
    }
    .elementor .elementor-element.elementor-element-54af916 {
        width: 100% !important;
        
    }
    .elementor .elementor-accordion .elementor-tab-title {
        padding: 15px 20px !important;
    }
    .elementor .elementor-accordion .elementor-tab-content {
        padding: 0 20px 15px 20px !important;
    }
    div.sub-tab{
        display: block;
    }
    .subscriptions-main{
        margin-bottom: 20px;
    }
    .elementor-10 .elementor-element.elementor-element-53644b30{
        overflow: inherit !important;
    }
    .elementor-location-footer nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background: none;
        padding: 0;
    	margin-top: 0;
    }

    .elementor-location-footer nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li a {
        padding: 7px 0;
        color: #fff;
        margin-top: 0;
    }
  
    .mobile-price-tabel tabel th.hide-head {
        display: none;
    }
    .mobile-price-tabel thead {
        display: none;
    }
    .mobile-price-tabel table tbody tr {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #E7EDF6;
        margin-left: 15px;
        margin-right: 15px;
    }
    .mobile-price-tabel tbody .td-content-wrapper {
        padding: 10px 0px !important;
    }
    .Comapre-product-sec .mobile-price-tabel tbody tr:hover:before {
        background: transparent !important;
        border-radius: 14px;
    }
    .mobile-price-tabel table tr:nth-child(even) {
        background: #fff;
    }
    body .mobile-price-tabel table tbody > tr:nth-child(2n) td {
         background: #fff !important; 
    }
    .mobile-price-tabel .eael-tabs-nav ul li {            
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }
    .mobile-price-tabel table tbody tr td .td-content {
        color: #0B101C;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .mobile-price-tabel .eael-tabs-nav {
        padding-bottom: 30px;
    }
    .plan-list > div {
        display: flex !important;
    }
    #cmplz-cookiebanner-container .cmplz-cookiebanner {
        left: 16px;
        right: 16px;
        bottom: 90px;
        width: auto;
    }
}
@media (max-width: 767px){
	.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title:first-child {
		border-radius: 24px 0px 0px 0px;
	}
	.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title {
		border-radius: 0px 24px 0px 0;
	}
	.cont_map_tab .e-n-tabs .e-n-tabs-heading button.e-n-tab-title span.e-n-tab-title-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.my_custom_team .eael-team-item-inner .eael-team-content p.eael-team-text {
		padding: 20px 0px;
	}
	.my_custom_team .eael-team-item-inner .eael-team-content ul.eael-team-member-social-profiles {
		position: relative;
		left: unset;
		bottom: unset;
	}
	.Comapre-product-sec .pro-comp-tab table tr:last-child td:nth-child(2) {
		border: 0;
	}
	.rankmath_schema_faq_section .rank-math-list .rank-math-list-item h3.rank-math-question {
		font-size: 20px;
		line-height: 28px;
	}
	.rankmath_schema_faq_section .rank-math-list .rank-math-list-item .rank-math-answer p {
		font-size: 16px;
		line-height: 26px;
	}
	.rankmath_schema_faq_section .rank-math-list .rank-math-list-item {
		padding: 15px 20px;
	}
	.my_custom_tab .e-n-tabs .e-n-tabs-heading {
		display: flex;
		background-color: transparent !important;
		gap: 10px;
		flex-direction: column;
	}
	.my_custom_tab .e-n-tabs .e-n-tabs-content .elementor-element {
		margin-top: 30px;
	}
	.my_custom_tab .e-n-tabs .e-n-tabs-heading button {
		margin: 0px !important;
	}
	.before_after_line h2.elementor-heading-title:before, .before_after_line h2.elementor-heading-title:after {
		width: 60px;
	}
	.new_testimonials_slider .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content p img {
		bottom: 20px;
		left: 50%;
		right: unset;
		transform: translate(-50%, -0px);
	}
	.table_of_contents_view .eael-advance-tabs {
		display: flex !important;
	}
	.table_of_contents_view .eael-tabs-nav ul.sticky_table {
		position: unset;
	}
	.product_updates_container {
		display: grid;
	}
	.product_updates_container .product_updates_sidebar {
		width: 100%;
		position: relative !important;
		top: 0px !important;
	}
	.product_updates_container .product_updates_mainContent {
		margin: 0px !important;
		padding: 20px;
	}
	.product_updates_container .product_updates_mainContent .product_content_section.active-content {
		gap: 20px;
	}
	.comment-form-author, .comment-form-email {
		display: block;
		width: 100%;
		margin-right: 0px;
	}

}