
/* Tablet */
@media (max-width: 1024px) {
    body, 
    body * {
        font-family: "Poppins", sans-serif !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    body, 
    body * {
        font-family: "Poppins", sans-serif !important;
    }
}


/* menu cutom css*/
i.elementskit-submenu-indicator.icon.icon-right-arrow1 {
    margin-top: 3px !important;
}

ul#menu-header_menu li a {
  text-decoration: none;
}

ul#menu-header_menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #6EC9FE;
  text-underline-offset: 12px !important; /* optional spacing below text */
	 text-decoration-thickness: 2px;
}

ul#menu-header_menu li a {
    transition: transform 0.3s ease, color 0.3s ease;
    color: inherit; /* inherit the text color */
    text-decoration: none; /* optional: remove underline */
z-index:9999;
}
.menu-listitem li a:hover{
	border-bottom:0px !important;
}
.by-industry ul.elementskit-dropdown.elementskit-submenu-panel {
		 left:100%;
			top:-16px !important;
}

.by-role ul.elementskit-dropdown.elementskit-submenu-panel {
		 left:100%;
			top:-54px !important;
}

.by-size ul.elementskit-dropdown.elementskit-submenu-panel {
		 left:100%;
			top:-92px !important;
}

ul.elementor-icon-list-items li {
    list-style: none !important;
}

/* =========================================================
   HERO TEXT – "All-In-One HR Software" (Workit blue, NO glow)
   ========================================================= */
.hero-text h2 span.gradient-text {
    color: #38b6ff;
    -webkit-text-fill-color: #38b6ff; /* Safari */
    text-shadow: none; /* remove glow */
}
/* Ensure no inherited glow on the H2 or its children */
.hero-text h2,
.hero-text h2 * {
    text-shadow: none !important;
    filter: none !important;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */
.hero-image .elementor-widget-container img {
    width: 110% !important;
    max-width: 110% !important;
}

/* .ekit-wid-con .elementskit-profile-image-card>img {
    width: 0% !important;
} */


/* =========================================================
   PRICING CARD BG
   ========================================================= */
.pricing-bg {
    background: linear-gradient(40deg,#8695e8 0,#4b5ca5 100%) no-repeat padding-box !important;
    border: 1px solid #edeaff;
}


/* =========================================================
   BY INDUSTRY HOVER REVEAL
   ========================================================= */
/* Initially hide the content */
.byindustry_content {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
    position: absolute; /* or relative/fixed based on your layout */
    z-index: 999;
}

/* Show content on hover of the trigger */
.byindustry:hover + .byindustry_content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* =========================================================
   MEGA MENU CSS
   ========================================================= */
.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
    left: 100%;
    top: -16px;
    background-color: #F5F4F0 !important;
    border-radius: 0 0 20px 20px !important;
    box-shadow: none !important;
}

/* ---- submenu panel container ---- */
.elementor-1433 .elementor-element.elementor-element-ee183db .elementskit-navbar-nav .elementskit-submenu-panel {
    height: auto !important;
    padding-bottom: 20px !important;
    box-shadow: none !important;
}

/* ---- submenu links – Inter ---- */
.elementor-1433 .elementor-element.elementor-element-ee183db .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    font-family: "poppins", Sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    color: #58524F;
}

@media (max-width: 1024px) {
    .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        margin-left: auto;
        border: none;
    }
}


/* =========================================================
   FOOTER ICON LIST HOVERS — SITE-WIDE
   ========================================================= */
.elementor-location-footer .elementor-icon-list-text:hover {
    color: #38312F;
    transition: color 0.3s;
    text-decoration: underline;
}


/*=========================================================
Form css   ========================================================= */
button.frm_button_submit {
    width: 100% !important;
    background-color: #45B7FB !important;
    border-color: #45B7FB !important;
}
.frm_submit.frm_flex {
    text-align: center !important;
}
button.frm_button_submit:hover {
    background-color: #63C2F9 !important;
}

.elementor-kit-6 a {
    font-size: 12px !important;
	    font-family: 'Poppins', sans-serif !important;
}

.frm_forms.with_validation [data-frm-verify] input::placeholder,
.frm_forms.with_validation [data-frm-verify] textarea::placeholder,
.frm_form_fields input[type="text"]::placeholder,
.frm_form_fields input[type="email"]::placeholder,
.frm_form_fields input[type="url"]::placeholder,
.frm_form_fields input[type="tel"]::placeholder,
.frm_form_fields input[type="number"]::placeholder,
.frm_form_fields textarea::placeholder {
    font-size: 12px !important; /* Adjust this value as needed */
}

.pum-theme-2187 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close {
    border-radius: 0px 11px 0px 0px !important;
}
div#popmake-2192 {
    border-radius: 11px !important;
}

.specsize .frm_form_field {
    margin-bottom: 8px !important;
}

/* Stop the purple state on any menu jump link */
header a[href*="#"],
header a[href*="#"]:visited,
header a[href*="#"]:focus,
header a[href*="#"]:active {
  color: inherit !important;
}

/* === Formidable: make typography uniform === */

/* Base form text */
.elementor-kit-6 .frm_forms { font-family: poppins; font-size: 16px; line-height: 1.6; }

/* 1) Labels — pick ONE weight (change 600 to 500 or 400 if you prefer) */
.elementor-kit-6 .frm_forms label,
.elementor-kit-6 .frm_forms .frm_primary_label,
.elementor-kit-6 .frm_forms .frm_opt_container label {
  font-weight: 600;
}

/* Cancel any theme-injected bold inside labels */
.elementor-kit-6 .frm_forms label b,
.elementor-kit-6 .frm_forms label strong {
  font-weight: inherit;
}

/* 2) Inputs/selects/textarea text — keep normal weight */
.elementor-kit-6 .frm_forms input[type="text"],
.elementor-kit-6 .frm_forms input[type="email"],
.elementor-kit-6 .frm_forms input[type="url"],
.elementor-kit-6 .frm_forms input[type="tel"],
.elementor-kit-6 .frm_forms input[type="number"],
.elementor-kit-6 .frm_forms select,
.elementor-kit-6 .frm_forms textarea {
  font-weight: 400;
  font-size: 12px;
}


.elementor-kit-6 .frm_forms label, .elementor-kit-6 .frm_forms .frm_primary_label, .elementor-kit-6 .frm_forms .frm_opt_container label {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 21px !important;
}
.frm_forms,
.frm_forms input,
.frm_forms select,
.frm_forms textarea {
    font-family: 'Poppins', sans-serif !important;
}

/* ===== Header / Mega Menu: remove bullets & left indents site-wide ===== */
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) ul,
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) ol,
.elementor-location-header .elementor-widget-icon-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
}

.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) li {
  list-style: none !important;
  padding-left: 0 !important;
}

/* Kill default markers AND theme pseudo-bullets */
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) li::marker { content: "" !important; }
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) li::before { content: none !important; display: none !important; }

/* Make sure icon lists in the menu don’t indent */
.elementor-location-header .elementor-icon-list-items { padding-left: 0 !important; margin: 0 !important; }

/* ===== Header / Mega Menu: remove bullets & left indents site-wide ===== */
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) ul,
.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) ol,
.elementor-location-header .elementor-widget-icon-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
}

.elementor-location-header :is(.elementskit-navbar-nav, .elementskit-dropdown,
.elementskit-submenu-panel, .elementskit-megamenu-panel) li {
  list-style: none !important;
  padding-left: 0 !important;
}
.table td:first-child {
    width: 380px;
    border-right: 1px solid #ddd7;
    border-left: 1px solid #ddd7;
    padding: 8px 15px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.table td:nth-child(2) {
    width: 265px;
    text-align: center;
    border-right: 1px solid #ddd7;
    background-color: #38b6ff0f;
    border-bottom: 1px solid #ddd7;
}
.table td:nth-child(3) {
    width: 283px;
    text-align: center;
    border-right: 1px solid #ddd7;
    border-bottom: 1px solid #ddd7;
}
.table td.text-bold.py-3 {
    color: #fff;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: inherit;
}
.table button.btn.btn-table-blue {
    background-color: #38b6ff;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px !important;
    font-size: 14px;
	    border: none;
}
.table .plan-description{
	font-size:16px;
	padding-bottom:10px;
	display:inline-block;
}
.table tr:last-child {
    border-bottom: 1px solid #ddd7;
}
table td, table th {
    border: 0px solid hsla(0,0%,50%,.502);
   
    padding: 8px;
}
.table td {
    font-size: 16px;
    border-top: 1px solid #ddd7 !important;
}
.table tr:hover td {
    background-color: transparent !important;
}
.table tr:hover {
    background-color: #70777a12;
}
@media(max-width:767px){
	.text-list ul li.list-heading {
    background: #38b6ff;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}
	.text-list ul li.list-heading {
    min-height: auto;
    font-size: 14px;
}
	.text-list ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    padding: 0px 15px !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
	.show-ticks.list--price {
    display: block;
    transform: translateX(0);
    opacity: 1;
    width: auto;
}
	.text-list ul li.list-heading.blank-blue {
    background: #fff !important;
}
.text-list ul li {
    min-height: 120px !important;
}
	.page-id-5859 .container {
    max-width: 100%;
  }
  h2{
   	    font-family: 'Poppins', sans-serif !important;
  }
  .page-width-container, :root .page-id-6104 .wraper_footer_main .container {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper {
    margin-bottom: -10px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper svg {
    width: 100%;
  }
  .waves_section_html .vc_column-inner {
    padding: 0;
  }
  body .pricing-col .price-col .holder > .pricing .period {
    color: #38b6ff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
  }
  .page-id-6104 .header_main {
    width: 100%;
    max-width: 1140px;
  }
  .wraper_header.style-one .wraper_header_main {
    border: 0px !important;
  }
  .page-width-containe .vc_column-inner {
    padding: 0px;
  }
  .banner-main {
    background: #E8F1FF;
    padding-top: 60px;
  }
  .wraper_header_main .container {
    background: #e8f1ff;
    border: 0px;
  }
  .page-id-6104 .container {
    max-width: 100%;
  }
  .banner-main .banner_heading {
    font-size: 50px;
    line-height: 65px;
  }
  .banner-main .banner_heading strong {
    font-weight: 700;
    color: #38b6ff;
  }
  .banner_heading {
    	    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 73px;
    color: #111111;
    margin-bottom: 40px;
  }
  .price-banner .page-width-container {
    display: flex;
    align-items: center;
  }
  h2.custom-main-heading {
    	    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 52px;
    color: #111111;
  }
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0px;
  }
  .wraper_footer_main {
    padding: 80px 0 0;
  }
  .price-grid .price-col .holder > .pricing .period {
    font-size: 16px !important;
    color: #000 !important;
    line-height: normal !important;
  }
  .price-grid .price-col .holder {
    padding: 30px 10px !important;
    border-radius: 10px !important;
  }
  .price-col .holder > .pricing .price strong {
    vertical-align: middle;
    margin-top: 0px !important;
    margin-right: 0px !important;
    font-weight: 700!important;
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .price-grid .price-col .pricing .price {
    color: #38b6ff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
  }
  .price-grid .vc_col-sm-3:last-child .price-col .pricing .price {
    font-size: 26px !important;
  }
  .price-grid .price-col .title {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .banner-video-sec img {
    max-width: 380px;
  }
  .price-grid {
    margin-bottom: 80px;
  }
  .table-grid{
    margin-top: 20px;
  }
  .table td:first-child {
      width: 380px;
      border-right: 1px solid #ddd7;
      border-left: 1px solid #ddd7;
      padding: 8px 15px !important;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
  .table td:nth-child(2) {
    width: 265px;
    text-align: center;
    border-right: 1px solid #ddd7;
    background-color: #38b6ff0f;
    border-bottom: 1px solid #ddd7;
  }
  .table td:nth-child(3) {
    width: 283px;
    text-align: center;
    border-right: 1px solid #ddd7;
    border-bottom: 1px solid #ddd7;
  }
  .table td:nth-child(4) {
    text-align: center;
    border-right: 1px solid #ddd7;
    background-color: #38b6ff0f;
    width: 259px;
  }
  .table td {
    font-size: 16px;
    border-top: 1px solid #ddd7 !important;
  }
  .table tr:last-child {
    border-bottom: 1px solid #ddd7;
  }
  .table tr:last-child td {
    padding: 20px 15px !important;
    vertical-align: middle;
  }
  .price-grid .price-col .more .btn {
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    background: #38B6FF;
    border: 1px solid #38B6FF!important ;
    border-radius: 78px !important;
    padding: 14px 25px !important;
    transition: .5s ease-in-out !important;
    text-transform: capitalize !important;
  }
  .price-grid .page-width-container {
    display: flex;
  }
  .table td.text-bold.py-3 {
    color: #fff;
  }
  .table button.btn.btn-table-blue {
    background-color: #38b6ff;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px !important;
    font-size: 14px;
  }
  .table .plan-description {
    font-size: 16px;
  }
  .price-chart {
    margin-bottom: 80px;
  }
  .holder {
    border: 1px solid #ddd7;
  }
  .price-grid .page-width-container .wpb_column:first-child {
    width: 36%;
  }
  /*.price-grid {*/
  /*    position: sticky;*/
  /*    z-index: 2;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*}*/
  .table tr:hover {
    background-color: #70777a12;
  }
  .table tr {
    transition: 0.5s all ease-out;
    cursor: pointer;
  }
  .table tr:hover td {
    background-color: transparent !important;
  }
  .price-grid .wpb_column {
    margin-top: -50px;
  }
  .table tr:last-child td:first-child {
    color: #111;
  }
  .banner-main .banner-video-sec .wpb_wrapper {
    transform: none!important;
    text-align: center;
  }
  /*mob table css start*/
  .mob-table{
  display: none;   
  }
  .text-list {
    display: flex;
  }
  
  .text-list ul {
    padding: 0;
    margin: 0;
  }
  
  .text-list ul li {
      list-style: none;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      vertical-align: middle;
      padding: 0px 15px !important;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
  }
  
  .list--price li {
    border-right: 1px solid #ddd;
  }
  
  .text-list ul li.list-heading {
    background: #38b6ff;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
  }
  
  /*.text-list ul li:not(:last-child) {*/
  /*  margin-bottom: 15px;*/
  /*}*/
  .panel-main {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .price-box {
    padding: 25px 20px;
    box-shadow: 0px 1px 4px 3px rgb(0 0 0 / 20%);
    border-radius: 13px;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
  }
  
  .price-main {
    padding-left: 15px;
    min-width: 190px;
    position: sticky;
    z-index: 2;
    top: 15px;
    left: 0;
    height: 100%;
  }
  
  .price-box h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .pricing-col .price-col .list {
    font-size: 16px !important;
    color: #000 !important;
    line-height: normal !important;
     margin-top: -5px;
  }
  
  .price-box h2 {
    font-size: 38px;
    color: #38b6ff;
    margin: 0 0 10px;
  }
  
  .price-box p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  
  .price-box .btn {
    background: #38B6FF;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #38B6ff;
    transition: 0.6s all ease-in-out;
  }
  .price-box .btn:hover{
     background: transparent;
      color: #38B6FF
  }   
  .price-box .btn a{
    transition: 0.6s all ease-in-out;
  }
  .price-box .btn:hover a {
      background-color: transparent;
  }
  .list--price li img {
    max-width: 24px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .show-ticks.list--price {
    display: block;
    transform: translateX(0);
    opacity: 1;
    width: auto;
  }
  .list--price {
    transform: translateX(-100px);
    opacity: 0;
    width: 0;
    transition: all .7s;
  }
  ul.list-type li {
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.4;
  }
  .price-box.active-box {
    box-shadow: 0px 3px 6px 2px rgb(97 96 96 / 20%);
  }
  
  .price-box.active-box .btn, .price-box.active-box:hover .btn {
    background: #38B6FF;
    color: #fff;
  }
  .price-box.active-box {
    box-shadow: 0px 3px 6px 2px rgb(97 96 96 / 20%);
    background-color: #e9e9e9c7;
  }
  /*mob table css end */
  @media(max-width:1900px){
    .banner-main .wpb_raw_html .wpb_wrapper svg {
    width: inherit;
  }
  }
  @media(max-width:1440px){
    .banner-main .banner_heading {
    font-size: 40px;
  }
  
  .banner-video-sec img {
    max-width: 320px;
  }
  
  .price-grid .wpb_column {
    margin-top: -70px;
  }
  }
  @media (max-width:1199px){
    .pricing-col .price-col .list {
    margin-bottom: 15px!important;
  }
  .banner-main .banner_heading {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-main .vc_column_container>.vc_column-inner {
    padding: 0 15px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper svg {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 30px;
  }
  #waves_section_html .vc_column-inner {
    padding: 0;
  }
  .price-grid .vc_col-sm-3:last-child .price-col .pricing .price {
    font-size: 19px !important;
    line-height: normal;
   }
  .price-grid .price-col .pricing .price {
    font-size: 40px !important;
    line-height: 45px !important;
     margin-bottom: 10px !important;
  }
  .price-col .holder > .pricing .price strong {
    font-size: 30px !important;
    line-height: 45px !important;
  }
  .price-grid .price-col .holder {
    padding: 20px 10px !important;
  }
  .price-grid .price-col .more .btn {
    padding: 13px 25px !important;
  }
  .price-col .list {
    margin-bottom: 0px !important;
  }
  .price-col .holder .heading {
    margin-bottom: 10px !important;
  }
  .price-grid .wpb_column {
    margin-top: 0px;
  }
  .table td:nth-child(4) {
    width: 240px;
  }
  .banner-main {
    padding-top: 30px;
  }
  }
  @media(max-width:991px){
  
    .mob-table{
  display: block;   
  }
  .price-grid{
    display: none;
  }
  .price-grid .price-col .holder > .pricing .period {
    max-width: 180px;
    display: block !important;
    margin: 0 auto !important;
  }
  .price-grid {
    margin-bottom: 80px;
    max-width: 100% !important;
    margin: 0 auto 80px;
  }
  
  .inner-scrolled {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    overflow-x: auto;
    padding: 35px;
    float: none;
  }
  .inner-scrolled > .vc_column-inner {
    overflow-x: auto;
  }
  .inner-scrolled > .vc_column-inner > .wpb_wrapper {
    width: 1160px;
    overflow-x: auto;
  }
  .price-grid .price-col .holder {
    padding: 20px 0px !important;
  }
  .table td {
    font-size: 15px;
    border-top: 1px solid #ddd7 !important;
  }
  .banner-main .vc_col-sm-6 {
    width: 100% !important;
    text-align: center;
  }
  .banner-main .page-width-container {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .banner-main {
    padding-top: 0px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper svg {
    height: 160px;
    bottom: 42px;
  }
  .panel-main {
    padding-bottom: 60px;
  }
  body .white-wave {
      margin-bottom: 50px !important;
  }
  }
  
  @media(max-width:767px){
    .header_main .brand-logo{
        text-align:left;
    }
    .banner-main .banner_heading {
    font-size: 28px;
    line-height: 40px;
  }
  
  .page-id-6104 .header_main {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .banner-video-sec {
    display: none;
  }
  .price-main {
    min-width: 180px;
    text-align: center;
  }
  ul.list-type li {
    font-size: 13px;
  } 
  .price-box {
    padding: 15px 10px;
    box-shadow:0px 1px 4px 2px rgb(201 201 201 / 20%);
    margin-bottom: 15px;
  }
  .price-box h3 {
    font-size: 16px;
  }
  .price-box p {
    font-size: 13px;
    line-height: 1.4;
  }
  .price-box .btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .price-box h2 {
    font-size: 20px;
  }
  .text-list ul li {
    min-height: 120px !important;
  }
  .text-list ul li span {
      font-size: 10px;
      background: #605F5E;
      color: #fff;
      padding: 5px 7px;
      border-radius: 3px;
      font-weight: 700;
      margin: 0px;
      letter-spacing:.3px;
  }
  .panel-main {
    max-width: 100%;
     padding-bottom: 40px;
  }
  .text-list ul li.list-heading {
    min-height: auto;
    font-size: 14px;
  }
  .price-main {
    min-width: inherit;
    text-align: center;
    width: 180px;
  }
  }
  
  @media(max-width: 550px){
    .footer_align_left-lg {
    font-size: 14px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper {
    height: 90px;
  }
  .panel-main {
    max-width: 350px;
    margin: 0 auto;
  }
  .price-main {
    min-width: inherit;
    text-align: center;
    width: 150px;
  }
  .text-list {
    width:100%;
  }
  .price-box h3 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .price-box h2 {
    font-size: 18px;
    line-height: 1.4;
        margin-bottom: 5px;
  }
  .price-box p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .price-box .btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .banner-main .wpb_raw_html .wpb_wrapper svg {
    bottom: 52px;
  }
  .footer_align_left-lg {
    font-size: 14px;
  }
  
  .footer_main_item {
    margin-bottom: 20px;
  }
  
  .footer_main_item .widget {
    margin-bottom: 10px;
  }
  
  .footer_main_item li {
    margin-bottom: 5px!important;
  }
  }
  @media (max-width:992px){
          .text-list ul li.list-heading.blank-blue {
      background: #fff !important;
  }
  }
  @media(max-width:767px){
  
  .paid-deal.list--price .list-heading.blank-blue {
      min-height: 80px !important;
  }
  .text-list ul .img-size {
      min-height: 79px !important;
  }
  }
  
  
  
  /*Enterprise Column Hidden Here*/
  #enterprise-titlecolumn {
      display: none;
  }
  #pricing-table-wrapper tr td:nth-child(4) {
      display: none;
  }
  
  #professional-pricing-col {
      margin-left: -100px;
  }
  #free-pricing-col {
    margin-left: -120px;
  }
  
  @media only screen and (min-width:1140px) and (max-width:1600px){
    #pricing-row-wrapper {
      margin-top: 80px;
    }
  }
}
div#hbspt-form-ecc6ab60-d099-40c3-a5ac-9644e317fa3a {
    display: none !important;
}
.hs-form,
.hs-form-8fb7b166-43d0-4d95-8d9a-0d96fff04f94_ddc07709-e2b7-492a-afb3-96f60ddb05af {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Constrain Elementor popup close button & prevent theme rules inflating it */
.elementor-popup-modal .dialog-close-button{
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  top: 16px !important;
  right: 16px !important;
}

.elementor-popup-modal .dialog-close-button svg,
.elementor-popup-modal .dialog-close-button i{
  width: 1em !important;
  height: 1em !important;
  max-width: none !important;
}

.elementor-popup-modal .dialog-widget-content{
  max-width: 560px;           /* optional, keep your popup tidy */
  margin: 0 auto;
  border-radius: 12px;
}





.elementor-4389 .elementor-element.elementor-element-e83e9f5 .elementor-button {
    background-color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 16px! important; 
}





.elementor-4389 .elementor-element.elementor-element-45a4503 .elementor-button {
    background-color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 12px ! important;
    font-weight: 500! important;
    line-height: 15px;
}

.elementor-4389 .elementor-element.elementor-element-45a4503 .elementor-button .elementor-button-content-wrapper {
    gap: 5px! important;
}
