.nav-link {
  color: #353941;
  font-size: 14px;
  padding: 10px 18px !important;
  font-family: inherit;
}

.dropdown-toggle::after {
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  border: 0px;
  vertical-align: middle;
  margin-left: 13px;
  transition: 1s;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.btn-nav {
  padding: 9px 18px;
  font-size: 14px;
  background: #ff8c43;
  box-shadow: 0px 0px 9px rgba(100,96,96,0.08);
  border-radius: 10px;
}

.bg-primary {
  background: #FF8436 !important;
}

.text-primary-gradient {
  background: -webkit-linear-gradient(#FF8C43, #FFA871);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 50px;
  font-weight: 900;
  font-family: 'Axiforma';
  font-family: 'Gotham';
}

.heading-lines {
  position: absolute;
  /*top: -51px;*/
  /*left: 25px;*/
}

.banner-content {
}

.heading-line {
  position: absolute;
  bottom: -18px;
  right: -2px;
}

.text-xlg {
  font-size: 21px;
}

.btn-primary {
  background: #ff8c43;
  padding: 9px 18px;
  font-size: 16px;
  border-radius: 10px !important;
  border-color: #ff8c43;
  box-shadow: 0px 0px 6px rgba(100,96,96,0.29);
}

.btn-white {
  background: #fff;
  padding: 9px 18px;
  font-size: 16px;
  border-radius: 10px !important;
  border-color: #fff;
  box-shadow: 0px 0px 6px rgba(100,96,96,0.29);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #ff8436;
  border-color: #ff8436;
}

.check-txt {
  display: flex;
  gap: 22px;
  justify-content: center;
}

.video-box {
  position: relative;
}

.play-button {
  position: absolute;
  top: 37%;
  display: block;
  left: 43%;
}

.sec-pad {
  padding: 70px 0px;
}

.text-lg {
  font-size: 18px;
}

.slider-card {
  border-radius: 20px;
  border: 0px;
  box-shadow: 0px 0px 6px #ccc;
}

.card-subtitle {
  font-size: 14px;
  color: #9D9D9D;
}

.card-link {
  background: #F6F6F6;
  border-radius: 9px;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #353941;
}

a {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 10px;
}

.text-sm {
  font-size: 14px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next, .swiper-button-prev {
  color: #353941;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(155,155,155,0.62);
  border-radius: 7px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.top-business {
  background: #FBFBFB;
  /*margin: 0px 10px;*/
  border-radius: 20px;
}

.img-card {
  overflow: hidden;
  border-radius: 20px;
}

.img-card img {
  transition: 0.5s all ease-in-out;
}

.img-card:hover img {
  transform: scale(1.02);
}

.img-txt {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.membership {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.membership-content {
  border-radius: 30px;
  box-shadow: 0px 0px 6px rgba(204,204,204,0.47);
  padding: 40px 50px 0px 50px;
}

.text-primary {
  color: #FF8C43 !important;
}

.number-badge {
  background: rgba(255,140,67,0.11);
  width: 20px;
  height: 20px;
  display: flex;
  text-align: center;
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.btn-white:hover {
  color: #fff;
}

.btn-primary:hover {
  background: #ff8436;
}

.play-thumb {
  position: absolute;
  left: 40%;
  top: 30%;
  width: 70px;
}

.wrapper-member {
  background: linear-gradient(180deg, #353941, transparent);
  padding: 70px 40px;
  border-radius: 30px;
}

.wrapper-business {
  background: linear-gradient(180deg, #FF8C43, transparent);
  padding: 70px 40px;
  border-radius: 30px;
}

.lines-white {
  position: absolute;
  right: -20px;
  top: -32px;
}

.underline {
  margin-top: -10px;
}

.slider-4 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.card-member {
  border-radius: 20px;
  border: 0px;
}

.img-mem {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.text-xsm {
  font-size: 11px;
}

.footer {
  background: #353941;
  padding: 50px 0px 15px 0px;
}

.f-title {
  font-size: 15px;
  font-weight: 600;
}

ul {
}

.f-links li a {
  color: #fff;
  font-size: 14px;
  transition: 1s;
  display: block;
  margin-bottom: 10px;
}

.f-links li a:hover {
  color: #ff8436;
}

.breadcrumb-item a {
  color: rgba(53, 57, 65, 0.5) !important;
  font-size: 14px;
}

.breadcrumb-item span {
  font-size: 14px;
}

.breadcrumb-item.active {
  background: rgba(255, 140, 67, 1);
  padding: 5px 15px 6px 15px;
  border-radius: 50px;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: rgba(53, 57, 65, 0.5);
  /*content: "\f105";*/
  font-family: FontAwesome;
}

.fw-500 {
  font-weight: 500;
}

.hero-sec.cleaning {
  background-size: 100% 99%;
  height: 570px;
  /*background-position: center;*/
}

.nav-tabs {
  border-bottom: 0px;
  gap: 14px;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #ff8c43;
  border-radius: 10px;
  background: #ff8c43;
  color: #fff;
}

.nav-tabs .nav-link.active {
  background: #FF8C43;
  border-color: #FF8C43;
  color: #fff;
  border-radius: 10px;
}

h4 {
  font-size: 25px;
  font-weight: 800;
}

.box-light-orange {
  border: 1px solid rgba(255, 140, 67, 0.5);
  border-radius: 20px;
  background: rgba(255, 140, 67, 0.1);
  padding: 30px;
}

.text-mute.text-sm-13 {
  font-size: 13px;
  font-weight: 400;
}

.text-mute {
  color: #9D9D9D;
}

.link-follow {
  border: 1px solid #FF8C43;
  color: #FF8C43;
  font-size: 10px;
  padding: 5px 7px 3px 7px;
  display: inline-block;
  border-radius: 20px;
}

.box-gray {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  gap: 27px;
  align-items: center;
  background: #FBFBFB;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px !important;
  margin: 20px 0px;
  background: rgb(255,255,255);
}

.accordion-item {
  border: 0px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button::after {
  flex-shrink: 0;
  background-size: 16px;
}

h3 {
  font-size: 30px;
  font-weight: 800;
}

.line {
  width: 100%;
  height: 1px;
  background: rgba(237, 237, 237, 1);
  display: block;
}

.card-trial-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card-trial-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card-trial {
  border: 0px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.card-mtop {
  margin-top: -510px;
}

.accordian-content {
  font-size: 14px;
  color: #353941;
}

.hero-sec.blog {
  height: 650px;
}

.heading-line.articles {
  bottom: 2px;
}

nav.scrolled {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.06);
  padding: 15px 0px !important;
  /*border-radius: 15px;*/
  /*margin: 15px;*/
}

.btn-mini {
  font-size: 14px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 20px;
}

.btn-mini:hover {
  color: #fff;
}

.sec-blog-details {
  padding-top: 80px;
  /*padding-bottom: 55px;*/
}

.filter-links {
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-items li a {
  font-size: 15px;
  color: rgba(53, 57, 65, 1);
  display: block;
  padding: 0px 9px;
  /*font-weight: 500;*/
}

.form-label {
  font-size: 15px;
  white-space: nowrap;
  margin: 0px;
}

.by-filter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.link-filter li a {
  font-size: 14px;
  color: rgba(53, 57, 65, 1);
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}

.card-gap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.arrow-forward {
  position: absolute;
  bottom: 15px;
  display: block;
  right: 15px;
}

.text-sm-13 {
  font-size: 13px;
}

.fs-20 {
  font-size: 20px;
}

.text-gray {
  color: rgba(119, 119, 119, 1);
}

.badge-outline {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 140, 67, 1);
  display: block;
  border-radius: 8px;
  color: rgba(255, 140, 67, 1);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
}

.business-owner-content {
  position: absolute;
  top: 50px;
  left: 25px;
  right: 25px;
}

.heading-lines-business {
  position: absolute;
  top: -16px;
  left: -12px;
}

.btn-white-outline {
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  padding: 9px 15px;
  border-radius: 8px;
}

.latest-blog .card-body {
  min-height: 340px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff8436;
  --bs-btn-border-color: #ff8436;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff8436;
  --bs-btn-hover-border-color: #ff8436;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff8436;
  --bs-btn-active-border-color: #ff8436;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff8436;
  --bs-btn-disabled-border-color: #ff8436;
}

.border-outline-box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.17);
}

.fs-15 {
  font-size: 15px;
}

.list-order li {
  font-size: 18px;
  margin-bottom: 8px;
}

