.trusted_box {
    padding: 0;
    list-style-type: none;
}
@media (max-width: 575.99px) {
.common_btn.hero-common-btn {
    padding: 15px 30px !important;
}
}
.grid_item .right hr {
    margin-bottom: 1rem;
}

 
.section_heading h3.text-left i,
.section_heading h3.text-right i,
.section_heading h3.text-center i {
    position: relative;
    font-style: normal;
  }
.section_heading h3.text-left i::after,
.section_heading h3.text-right i::after,
  .section_heading h3.text-center i::after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--colorPrimary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
  }
 
.section_heading h3.text-right i::after {
    right: auto;
    left: -40px;
  }
 
  .section_heading h3.text-left, 
 .section_heading h3.text-right,
  .section_heading h3.text-center {
    width: 100%;
  }
  .section_heading h3.text-right {
    text-align: right;
  }
  
  .section_heading h3.text-center span.text-center {
    display: table;
    margin: auto;
    color: var(--colorPrimary);
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
}
  .section_heading h3.text-left span.text-left {
    display: table;
    margin: auto;
    color: var(--colorPrimary);
    width: max-content;
    position: absolute;
    left: 0;
    right: auto
    }
    .section_heading h3.text-right span.text-right {
      display: table;
      margin: auto;
      color: var(--colorPrimary);
      width: max-content;
      position: absolute;
      left: auto;
      right: 0;
    }
    .testimonial_slider::after {
        position: absolute;
        content: "";
        background: url(../images/quot_icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 67px;
        bottom: 120px;
        right: 90px;
      }
      .brand_logo_area {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .marquee_animi {
        display: flow-root;
        overflow: hidden;
    }
    .home_2_banner_image span::before {
      position: absolute;
      content: "";
      background: url(../images/home2_victor_2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 40px;
      height: 40px;
      bottom: 100px;
      animation: smooth 1s linear infinite alternate;
      left: -124px;
      z-index: -1;
    }
    
    .home_2_banner_image span::after {
      position: absolute;
      content: "";
      background: url(../images/home2_victor_1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100px;
      height: 85px;
      top: 30px;
      animation: serviceAnimi linear 1s infinite alternate;
      right: -18px;
      z-index: -1;
      -webkit-animation: serviceAnimi linear 1s infinite alternate;
    }
    .home_2_banner_slider .slide_item::after {
      position: absolute;
      content: "";
      background: url(../images/home2_banner_bg_shape_1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      animation: serviceAnimi linear 3s infinite alternate;
      -webkit-animation: serviceAnimi linear 3s infinite alternate;
      z-index: -1;
    }
    .home_2 .about_img_box .main_img::after {
      content: "";
      width: 126px;
      height: 83px;
      background: url(../images/home2_about_dots.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 30px;
      top: 50px;
      z-index: -1;
    }
    .section_heading.no-line h3 i::after{
      display: none;
    }
    
.home_2_services::after {
  position: absolute;
  content: "";
  background: url(../images/shape_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  top: -100px;
  right: 40%;
  animation: zoom linear 3s infinite alternate;
  -webkit-animation: zoom linear 3s infinite alternate;
}
.home_2_counter_item:hover .main-counter-icon,
.hover-counter-icon{
  display: none;
}
.home_2_counter_item:hover .hover-counter-icon{
    display: block;
}
.meta-tax-right .single_blog_img a {
  left: unset;
  right: 30px;
}
.footer_2 .home_2_subscribe{
  background: url(../images/home2_subscribBG.png);
}
.no_border_top.footer_body {
  border-top: none;
}
.services_details_text h2.accordion-header {
  margin: 0;
}
.services_details_text .accordion-body > p {
  margin: 0;
}
.single_pricing::after {
  position: absolute;
  content: "";
  background: url(../images/pricing_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.single_shop_text .header p > i.empty-star{
  color: #ddd
}











.faxit-product-images-holder {
  position: relative;
} 
.faxit-product-images-holder::-webkit-scrollbar {
  display: none;
}
 
.faxitslides {
  display: none;
  /* max-width: 1000px; */
  /* width: 100%;
  flex-shrink: 0;
  height: 100%; */
}

.faxitslides img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  margin: auto;
  display: block;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  .faxitfaxitprevContainer,
.faxitfaxitnextContainer {
    display: none;
    visibility: hidden;
  }
}
.faxitfaxitprevContainer, .faxitfaxitnextContainer {
  background-color: rgb(255 56 56);
  position: absolute;
  height: 45px;
  width: 45px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.shop_details_area:hover .faxitfaxitprevContainer, .shop_details_area:hover .faxitfaxitnextContainer{
  opacity: 1;
}

.faxitfaxitprevContainer {
  left: 0;
  border-radius: 0 30px    30px 0;
}

.faxitprev {
  position: absolute;
  top: 0;
  height: 24px;
  width: 32px;
  float: left;
  bottom: 0;
  margin: auto 8px;
  line-height: 0;
}

.faxitprev svg,
.faxitnext svg {
  fill: white;
}

.faxitfaxitnextContainer {
  right: 0;
  border-radius: 30px 0  0 30px;
}

.faxitnext {
  position: relative;
  top: 50%;
  transform: translate(0, -38%);
  height: 34px;
  width: 32px;
  float: right;
}


.faxitcolumn_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* Six faxitcolumns side by side */
.faxitcolumn_wrapper {
  display: inline-flex;
  gap: 15px;
  margin: 15px 0 0;
}

/* Add a transparency effect for thumbnail images */
.faxit-slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}
.faxitcolumn img {
  height: auto;
  max-height: 70px;
  width: auto;
}

.faxitslideactive,
.faxit-slide-thumbnail:hover {
  opacity: 1;
}
a.venobox.play_btn.faxit-widget {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 78px;
}

/* Shop Preloader CSS */
.faxit-shop-preloader {
  position: relative;
  display: block;
  margin: 20px 0 0;
}
.faxit-shop-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
}
.faxit-shop-preloader::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  transform: translate(-50%, -50%);
  border: 5px solid #0e1687;
  border-top: 5px solid #d8d8d8;
  border-radius: 50%;
  width: 60px;
  height: 61px;
  animation: rate_spin 1s linear infinite;
  z-index: 10000;
  margin: auto;
  text-align: center;
}
@keyframes rate_spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}