html body {
  font-size: 13px;
  font-family: "Gilroy" !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row > * {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.elementor-button-text,
.elementor-widget-container,
.elementor-button,
span,
a,
button,
p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gilroy" !important;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-ExtraBold.ttf");
  font-weight: 800;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*---------boostrap for pricing page--------*/
ul li {
  font-size: 1.077rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 3rem;
}
.ms-3 {
  margin-left: 0.75rem;
}
.d-flex {
  display: flex;
}
.start-0 {
  left: 0 !important;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.svg-list {
  margin-left: auto;
}
.svg-list svg {
  transform: rotate(-90deg);
}
.justify-content-between {
  justify-content: space-between;
}
.mb-5 {
  margin-bottom: 3rem;
}
ul {
  padding-right: 0 !important;
}
.bg-light {
  background-color: #f8f9fa;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-2 {
  border-width: 2px;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.col-md-12 {
  width: 100%;
}
.bg-light {
  background-color: #f8f9fa;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-2 {
  border-width: 2px;
}
body .text-theme-link {
  text-decoration: underline;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.gap-4 {
  gap: 1.5rem;
}
.rounded-2 {
  border-radius: 0.65rem;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
/*-------------pricing----------*/
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.mt-5 {
  margin-top: 3rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 3rem;
  }
}
.rounded-3 {
  border-radius: 1.5rem;
}
.p-4 {
  padding: 2rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 1.077rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.border {
  border: 1px solid #dee2e6;
}
.rounded-pill {
  border-radius: 50rem;
}
.bg-light {
  background-color: #f8f9fa;
}
.text-muted {
  color: #6c757d;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.shadow {
  box-shadow: 0 0 24px hsla(60, 3%, 61%, 0.19);
}
.h-100 {
  height: 100%;
}
.position-relative {
  position: relative;
}
.end-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.position-absolute {
  position: absolute;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.text-muted {
  color: #6c757d;
}
.text-dark {
  color: #051441;
}
.semi-bold {
  font-weight: 600 !important;
}
label {
  display: inline-block;
  font-size: 14px;
}
.justify-content-center {
  justify-content: center;
}
.mt-auto {
  margin-top: auto;
}
.d-flex {
  display: flex;
}
.align-items-start {
  align-items: start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .d-lg-flex {
    display: flex;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
}
/*-------------------------------end----------------*/
/*------------home page section-2 --------------*/
.feature-sec.elementor-section-boxed
  .elementor-widget.elementor-widget-image-box,
.feature-sec.elementor-section-boxed
  .elementor-widget.elementor-widget-image-box
  .elementor-widget-container {
  height: 100%;
}
/*----------container width css-------*/
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .media-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .br-none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .br-md {
    display: none !important;
  }
}
/* - CONTACT FORM PAGE CSS HERE --*/
.contact-form-heading > .elementor-container {
  max-width: 800px !important;
}
.contact-form-section > .elementor-container {
  max-width: 800px !important;
  background-color: #fff;
  padding: 25px 32px;
  box-shadow: 0 0px 30px rgb(36 50 66 / 11%);
  border-radius: 20px;
}
.contact-form-section .gf_browser_chrome .gform_heading .gform_required_legend {
  display: none;
}
.contact-form-section .gf_browser_chrome .gform_heading {
  display: none;
}
.contact-form-section .gf_browser_chrome .gform-body .gfield {
  padding-top: 15px;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 6px 0 0;
  padding: 25px 0 15px 0 !important;
}
.gform_fields .gfield.gfield--type-captcha .gfield_label,
.contact-form-section .gf_browser_chrome .gform-body .gfield .gform-field-label,
.contact-form-section .gf_browser_chrome .gform-body .gfield .gfield_label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 0px;
  margin-bottom: 4px !important;
  color: #2b3857;
}
.gform_confirmation_message {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .textarea {
  width: 100% !important;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .textarea::placeholder,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .gfield_select::placeholder,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  input::placeholder {
/*   color: #677294 !important; */
	  color:transparent;
	opacity: 0;
}

.contact-form-section .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 10px !important;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .textarea,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .gfield_select,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  input {
  border: 1px solid #cfdae1;
  outline: none;
  border-radius: 4px;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .gfield_select,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .gfield_select
  option {
  color: #677292 !important;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  .gfield_select,
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  input {
  height: 40px;
  border-radius: 10px;
}
.gform_wrapper.gravity-theme .gfield_required {
  font-size: 17.008px !important;
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  input[type="checkbox"]:after {
  left: 8px !important;
  top: 5px !important;
  width: 7px !important;
  height: 11px !important;
  transform: rotate(45deg);
}
.contact-form-section
  .gf_browser_chrome
  .gform-body
  .gfield
  .ginput_container
  input[type="checkbox"] {
  height: 25px !important;
  width: 25px !important;
  border-radius: 3px;
}
.contact-form-section .gf_browser_chrome .gform_footer input[type="submit"] {
  padding: 10px 30px 10px 30px !important;
  display: inline-block !important;
  line-height: 1.5 !important;
  color: #051441 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 9.75px !important;
  min-width: 100px !important;
  min-height: 44px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 9.75px !important;
  background-size: 615px !important;
  background-repeat: no-repeat !important;
  background-position: 0% !important;
  -webkit-transition: background 500ms ease-in-out !important;
  transition: background 500ms ease-in-out !important;
  color: #fff !important;
  transition: 0.5s ease-in-out !important;
  color: #5051f9 !important;
  background-image: -webkit-linear-gradient(
    30deg,
    #5051f9 50%,
    transparent 50%
  ) !important;
  background-image: linear-gradient(30deg, #5051f9 50%, transparent 50%) i !important;
  border: 2px solid #5051f9 !important;
  color: #fff !important;
}
.contact-form-section .gf_browser_chrome .gform_footer input[type="submit"] {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #336cff 0%, #4e9ffd 100%);
  border-radius: 8px 8px 8px 8px;
  padding: 11px 30px 11px 30px;
  outline: none;
}
.contact-form-section
  .gf_browser_chrome
  .gform_footer
  input[type="submit"]:hover {
  color: #5051f9 !important;
  background-position: 100% !important;
  border: 2px solid #5051f9 !important;
}
.contact-form-section
  .gf_browser_chrome
  .gform_footer
  input[type="submit"]:hover {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #245bdb 0%, #3370ff 100%);
}
.contact-form-section {
  position: relative;
  z-index: 9;
}
.contact-form-section::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #5051f9;
}
/*----------end----------*/
/*--------help guide-------*/
.help-guide-single-page header {
  position: fixed;
  top: 0;
  width: 100%;
}
.emplty-documentation {
  position: fixed !important;
  width: 100%;
  top: 189px;
  z-index: 1;
}
.feature-search-sec {
  position: fixed !important;
  width: 100%;
  top: 55px;
  z-index: 222;
}
.dashboard-document li {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.dashboard-document li a {
  padding: 11px 12px;
  font-size: 13px;
  width: 100%;
}
.dashboard-document li a {
  width: 100%;
  border-radius: 5px;
}
.dashboard-document li a:hover {
  background: #f2f2f2;
}
.dashboard-document li.active a path {
  stroke: #ffffff;
}
.dashboard-document li.active a {
  background: #3370ff;
  color: #fff;
}
.dashboard-document li.active a:hover {
  background: #245bdb;
}
.dashboard-document-top {
  top: 70px;
}
.dashboard-document {
  position: fixed;
  width: 275px;
  top: 260px;
  padding-right: 30px !important;
  height: calc(100vh - 256px);
  overflow: auto;
}
.dashboard-document::-webkit-scrollbar {
  width: 3px;
}
.dashboard-document::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dashboard-document::-webkit-scrollbar-thumb {
  background: #888;
}
.overview-content {
  width: calc(100% - 275px);
}
.cooper-footer
  .privacy-policy-sec
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:last-child) {
  border-right: 1px solid #ccc;
}
/*----------end----------*/
/*----------------------pricing----------------*/
.faq-pricing .elementor-accordion-item {
  border: none !important;
  border-bottom: 1px solid #d5d8dc !important;
  padding: 16.25px;
}
.faq-pricing .fa-minus:before {
  transform: rotate(-180deg);
  background-image: url(/wp-content/uploads/2023/05/download.svg);
  filter: invert(1);
  content: "" !important;
  width: 20px;
  display: inline-block;
  height: 20px;
}
.faq-pricing .fa-plus:before {
  background-image: url(/wp-content/uploads/2023/05/download.svg);
  filter: invert(1);
  content: "" !important;
  width: 20px;
  display: inline-block;
  height: 20px;
}
body .faq-pricing .elementor-accordion .elementor-tab-content {
  border-top: none;
}
.pricing h2 {
  line-height: 40px !important;
}
.price-month sup small,
.price-month sub small {
  font-size: 18px;
  font-weight: normal;
}
.price-month sub {
  bottom: 1px;
}
.price-month sub small {
  margin-left: -5px;
  font-weight: 600;
}
.plan-free:after {
  background: #f0926c;
}
.plan-buy:after {
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
}
.plan-buy h5 {
  font-size: 1.231rem;
}
.plan-buy h4 {
  font-size: 1.75rem !important;
}
.flexible-plans {
  min-height: 170px;
}
.overflow-auto-pricing {
  max-width: 1135px;
  margin: 0 auto;
}
.pricing h3 {
  /* font-size: 2.462rem;
  */
}
body .pricing h5 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}
body .plan-buy h2 {
  font-size: 3.231rem;
}
.plan-buy {
  text-align: center;
}
body .pricing_section .pricing .custom-btn {
  min-height: 50px !important;
  min-width: 150px !important;
  margin-top: 10px;
}
body .pricing_section input[type="checkbox"]:focus {
  outline-offset: 0px;
  outline: 0px dotted var(--form--border-color);
}
.pricing_section {
  max-width: 1135px;
  margin: 0 auto;
}
.plan-free:after {
  background: #f0926c;
}
.plan-buy:after {
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  left: 0;
  position: absolute;
}
.pricing_section .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  border: 2px solid #e3e3e3;
}
body .pricing_section input[type="checkbox"]:checked:after {
  right: 6px;
  left: auto;
  background-color: #fff;
}
.body-pricing .pll-parent-menu-item {
  display: none !important;
}
.pricing-btn {
  margin-top: 10px !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  border: 1px solid rgb(51, 112, 255) !important;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(51, 112, 255) !important;
  text-decoration: none;
  background-color: rgba(206, 223, 255, 0) !important;
  cursor: pointer;
}
.pricing-btn:hover {
  color: #3370ff !important;
  background-color: #ffffff00 !important;
}
.pricing-shortcode ul li {
  font-family: "Gilroy";
}
h2.price-month span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.pricing-shortcode p {
  font-size: 14px;
  /* font-size: 1.2rem !important;
  font-weight: 500;
  */
}
body .pricing_section input[type="checkbox"]:after {
  background-color: #bfbfbf;
  left: 6px;
}
.pricing_section .pricing .card-top-shap {
  transform: rotate(180deg) !important;
}
/* .privacy-policy-sec .elementor-nav-menu li a.elementor-item:hover {
  color: #5051f9 !important;
}
*/
.pricing_section .pricing .ms-2 {
  margin-right: 5px;
}
.pricing_section .form-switch .form-check-input:checked {
  background-color: #3470ff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 2px solid #3470ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .pricing_section input[type="checkbox"]:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3470ff;
  border: none;
  top: 3px;
  opacity: 1;
}
.pricing_section .form-switch .form-check-input {
  width: 55px;
  min-height: 31px;
  background-position: 0;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  margin: 0 20px;
  cursor: pointer;
}
.pricing_section .form-check-label {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.pricing-standard {
  width: 100%;
}
.pricing {
  max-width: 340px;
}
/*----------------------------------------*/
.custom_form_css div.asl_w {
  border-radius: 100px;
  box-shadow: 0 2px 24px rgba(28, 76, 186, 0.08);
}
.limit-content .elementor-widget-container {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 11/15/2023 start */
.cust-epic-sec {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 24px rgb(28 76 186 / 8%);
}
.cust-dashboard-outter
  .elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  height: 100% !important;
}
.cust-dashboard-outter .elementor-container.elementor-column-gap-default {
  height: 100%;
}
/* 11/20/2023 Contact Page Start */
.contact-form-section.cust-contact-us::before {
  background: transparent;
}
.contact-form-section.cust-contact-us input.gform_button.button:hover {
  border: 1px solid #3370ff !important;
  color: #fff !important;
  background: #2c5ad6 !important;
}
.contact-form-section.cust-contact-us input.gform_button.button {
  background: #3b6ff9 !important;
  font-family: "Gilroy" !important;
  border: 1px solid #3370ff !important;
  border-radius: 8px 8px 8px 8px !important;
  padding: 7px 19px 7px 19px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  font-style: normal;
  line-height: 1.3em !important;
  letter-spacing: 0px !important;
  min-width: auto !important;
  min-height: auto !important;
}
@media only screen and (max-width: 1024px) {
  .kite-menu-sec {
    margin-left: 0 !important;
  }
  header .elementor-menu-toggle {
    height: 36px;
    width: 36px;
    border: none;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 8%);
    border-radius: 5px !important;
  }
}
/* 11/20/2023 Contact Page End */
.organise-tab .content-title {
  font-size: 2.769rem;
  font-weight: 800;
}
.organise-tab .content-content {
  font-size: 1.231rem;
  line-height: 1.5;
  font-weight: normal;
}
body .organise-tab .elementor-tab-title.elementor-active {
  /* background: #fff;
  */
}
body .organise-tab .elementor-tab-title.elementor-active .icon-fill path {
  fill: #051441;
}
body .organise-tab .elementor-tab-title.elementor-active .icon-stroke path {
  stroke: #051441;
}
body
  .organise-tab.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
.organise-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
body .organise-tab.elementor-widget-tabs .elementor-tab-content {
  padding: 30px 0;
}
body .organise-tab .elementor-tab-title {
  margin-right: 18px;
  background: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 1.231rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c2c2c2 !important;
}

body .organise-tab .elementor-tab-title.elementor-active {
  border-color: #3370ff !important;
}

@media only screen and (max-width: 767px) {
  .organize-work:before {
    width: 100%;
    height: 20%;
  }
  body .organise-tab .elementor-tab-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }
  body .organise-tab.elementor-widget-tabs .elementor-tab-content {
    padding: 0 0 30px;
  }
  .organise-tab .content-title {
    font-size: 2.2rem;
  }
}

/* 11/21/2023 Contact Page Start */

.cust-get-support-btn a.elementor-button {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  background-color: #3b6ff9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3370ff;
  border-radius: 8px 8px 8px 8px;
  padding: 7px 16px 7px 16px;
}
.cust-get-support-btn a.elementor-button:hover {
  background-color: #2c5ad6;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color) !important;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a:hover {
    color: var(--global--color-background) !important;
}
/* 11/21/2023 Contact Page End */
