.header.elementor-sticky--effects {
  background-color: #fff !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header.elementor-sticky--effects .menu-item .elementor-item {
  color: var(--e-global-color-text) !important;
}

.header.elementor-sticky--effects .sub-arrow svg,
.header.elementor-sticky--effects .elementor-menu-toggle svg {
  fill: var(--e-global-color-primary);
}

.header.elementor-sticky--effects .quote_btn {
  display: block;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
  width: 80% !important;
}

.main_menu .elementor-nav-menu {
  padding-bottom: 0;
}

.routs_btn .elementor-button {
  width: 262px !important;
}

.copy_sym {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.faq .e-n-accordion-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  overflow: hidden;
}

.cta_btn a {
  width: 194px;
}

/* Contact Form Start */

.row {
  margin-bottom: 8px;
}

.row p {
  display: flex;
  gap: 0.6rem;
}

.wpcf7-form label {
  font-size: 15px;
  font-family: "poppins";
  font-weight: 500;
  color: #353536;
}

.wpcf7 p label {
  width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
  outline: none;
  border: 1px solid #d3d3d3 !important;
  min-height: 50px;
  margin-top: 10px;
  border-radius: 4px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #d3d3d3;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 600;
}

.wpcf7 textarea {
  resize: none;
  height: 135px;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
}

.wpcf7-response-output {
  position: absolute;
  bottom: -20px;
  width: 52%;
  font-size: 14px;
}

.wpcf7-submit {
  float: right;
  color: #fff !important;
  background-color: var(--e-global-color-accent) !important;
  font-weight: 600 !important;
  font-family: "poppins";
  border-radius: 6px !important;
  width: 165px !important;
}

/* Contact Form End */

.featured_img a {
  width: 100%;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
}

.page-numbers.current {
  background: #8e1616 !important;
}

.page-numbers:not(.dots) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #adadad;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-element ul {
  list-style: inside;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.quote_btn {
  display: none;
}

.search.search-results .banner_row {
	display: none
}

.search.search-no-results .elementor-posts-nothing-found {
	text-align: center
}

@media (max-width: 1024px) {
  .routs_btn {
    display: none;
  }

  .routs_btn.visible {
    display: block;
  }

  .header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 75px !important;
  }

  .wpcf7-not-valid-tip {
		font-size: 0.65rem;
		line-height: 0.75rem
	}

  .row p {
		gap: 0.4rem
	}
	.row {
		margin-bottom: 18px 
	}
}

@media (max-width: 786px) {
  .wpcf7-response-output {
    position: inherit;
    width: 100%;
    text-align: center;
    margin-top: 2.5rem !important;
  }
  .copy_sym {
		text-align: center
	}
}
