.features__tabber {
  padding: 100px 0 48px;
  overflow: hidden;
}
.features__tabber .owl-carousel.off {
  display: block;
}
.features-tabber-wrapper.how_it_works .features-tabber-text {
  text-align: center;
  padding: 0;
}
.features-tabber-container {
  max-width: 1144px;
}
.features__tabber .page-center {
  max-width: 1228px;
}
.features__tabber .features-tabber-container .features-tabber-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.features__tabber .list-block {
  display: block;
  width: 16%;
  max-width: 100% !important;
}
.features__tabber .features-tabber-content-section {
  width: 84%;
}
.features__tabber .features-tabber-content.active {
  display: flex;
  flex-wrap: wrap;
}
.features__tabber .features-tabber-content .features-tabber-text {
  width: 48.7%;
  margin: 0;
  padding: 60px 70px 0px 0px;
  max-width: 100%;
  text-align: left;
}
/*.features__tabber .tabber_btn a{
    padding:10px 29px !important;
  }*/
.features__tabber .features__image {
  width: 51.17%;
  background: #fbebeb;
  border-radius: 32px;
  padding: 30px;
}
.features__tabber .features__image img {
  width: 100%;
}
.features__tabber .features-tabber-content-section h2 {
  font-size: 48px;
  font-family: "Poppins";
  font-weight: 300;
}
.features__tabber .features-tabber-content-section h2 {
  font-size: 48px;
  line-height: 1.1666;
  font-family: "Poppins";
  color: #1b1f1d;
}
.features__tabber .features-tabber-content-section h2 span {
  font-weight: 600;
}
.features-tabber-text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
  color: #666666;
}
.features__tabber ul li:not(:last-child) {
  padding-bottom: 15px;
}
.features__tabber ul.features-tabber-nav li {
  border: 0;
  padding: 0;
  text-align: left;
  color: #d0d0d0;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.features__tabber ul li:before {
  position: absolute;
  content: "";
  background-color: #d0d0d0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.features__tabber ul.features-tabber-nav li.active {
  font-weight: 600;
  color: #49a57f !important;
}
.features__tabber ul.features-tabber-nav li:hover {
  color: #49a57f;
}
.features__tabber ul.features-tabber-nav li:hover:before {
  background-color: #49a57f;
}
.features__tabber ul li.active:before {
  background-color: #49a57f;
}
.tabber_btn a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #49a57f;
  display: flex;
  align-items: center;
  /*line-height: 22px;
     border:2px solid #49A57F;
    padding: 10px 14px;
    border-radius: 7px;*/
}
.tabber_btn a:hover {
  color: #1b1f1d;
  /*background: #49A57F;
    color:#fff;*/
}
/*.tabber_btn a:hover span svg path{
    stroke:#fff;
  }*/
.tabber_btn a span {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.tabber_btn {
  display: block;
  width: max-content;
}
.features__tabber .features-tabber-container {
  max-width: 1284px !important;
}

.features__tabber .features-tabber-content-section {
  padding-top: 0;
  margin-bottom: 0;
}
.features__tabber .list-block {
  padding-top: 60px;
  padding-right: 15px;
}
.features__tabber .page-center {
  padding: 0px !important;
}

/* .features__tabber .features-tabber-content.active .features__image img{
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
  }
  
  @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  */

.features__tabber .features-tabber-content .features__image > img,
.features__tabber .features-tabber-content .small_image img {
  transform: scale(0);
}

.features__tabber.intro .features-tabber-content.active .features__image > img {
  animation: scaling 0.8s ease-in-out;
  -webkit-animation: scaling 0.8s ease-in-out;
  -moz-animation: scaling 0.8s ease-in-out;
  -o-animation: scaling 0.8s ease-in-out;
  -ms-animation: scaling 0.8s ease-in-out;
  animation-fill-mode: forwards !important;
}

@keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-ms-keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.features__tabber.intro .features-tabber-content.active .small_image img {
  transform: scale(0);
  animation: fadeof 0.8s !important;
  -webkit-animation: fadeof 0.8s !important;
  -moz-animation: fadeof 0.8s !important;
  -o-animation: fadeof 0.8s !important;
  -ms-animation: fadeof 0.8s !important;
  animation-fill-mode: forwards !important;
}
@keyframes fadeof {
  0% {
    transform: scale(0);
  }
  45% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes fadeof {
  0% {
    transform: scale(0);
  }
  45% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes fadeof {
  0% {
    transform: scale(0);
  }
  45% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes fadeof {
  0% {
    transform: scale(0);
  }
  45% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-ms-keyframes fadeof {
  0% {
    transform: scale(0);
  }
  55% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.features__tabber .features-tabber-content .features__image {
  display: flex;
}

.features__image.small_image_block {
  padding-right: 16% !important;
}
.features__image {
  position: relative;
}
.features__image.small_image_block .small_image {
  transform: translatey(-50%);
  top: 50%;
  right: 35px;
  width: 47%;
  left: auto;
}
.features__image .small_image {
  position: absolute;
  top: 46%;
  left: 20%;
}

.product-banner-section .banner-inner-wrapper .product-header-content {
  top: 0px !important;
}
.product-banner-section .banner-inner-wrapper {
  align-items: center;
}

/***************** Responsive ***************/

@media (min-width: 992px) and (max-width: 1092px) {
  .features__tabber .features-tabber-content .features-tabber-text {
    padding: 0 40px 0 10px;
  }
}
@media (min-width: 641px) and (max-width: 991.5px) {
  .features__tabber .features-tabber-content-section {
    width: 100%;
  }
  .features__tabber ul.features-tabber-nav,
  .features__tabber .owl-carousel.off {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .features__tabber ul.features-tabber-nav li {
    margin: 0px 15px 15px 0px;
  }
  .features__tabber .list-block {
    width: 100%;
  }
  .features__tabber .list-block {
    padding-top: 0px;
  }
}
@media (max-width: 767.9px) {
  .tabber_btn.mobile {
    display: block;
    width: 100%;
  }
  .tabber_btn.desktop {
    display: none;
  }
  .features__tabber .features-tabber-content-section {
    width: 100%;
  }
  .features__tabber ul.features-tabber-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .features__tabber ul.features-tabber-nav li {
    margin: 0px 15px 15px 0px;
    font-family: "Poppins";
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
  }
  .features__tabber ul.features-tabber-nav li:last-child {
    margin-right: 0px;
  }
  .features__tabber .features-tabber-content .features-tabber-text {
    width: 100%;
    padding: 0 0 24px 0;
    margin-bottom: 0;
    text-align: center;
  }
  .features__tabber .features__image {
    width: 100%;
    border-radius: 18px;
  }
  .features__tabber .list-block {
    width: 100%;
  }
  .features__tabber .features-tabber-content-section h2 {
    margin-top: 24px;
  }
  .features__tabber .features-tabber-content-section h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .features__tabber .features-tabber-content-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .features__tabber ul.features-tabber-nav li.active {
    color: #1b1f1d !important;
  }
  .features__tabber .list-block {
    padding-top: 0px;
  }
  .features-tabber-heading h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 641px) {
  .features__tabber .list-block ul.features-tabber-nav li.tab-link {
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .features__tabber .list-block ul.features-tabber-nav li.tab-link:before {
    display: none;
  }
  .features__tabber .list-block {
    background-color: #f6f6f6;
    border-radius: 50px;
  }
  .features__tabber .owl-carousel .owl-stage-outer {
    padding: 32px 0;
  }

  /******************* slider css ********************/

  .features__tabber .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }

  .features__tabber .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }

  .features__tabber .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }

  .features__tabber .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .features__tabber .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .features__tabber .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  .features__tabber .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }

  .features__tabbe .owl-carousel .owl-item img {
    display: block;
    width: auto;
  }

  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }

  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }

  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }

  .owl-carousel.owl-hidden {
    opacity: 0;
  }

  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }

  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }

  .owl-carousel.owl-rtl {
    direction: rtl;
  }

  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }

  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .owl-carousel .owl-animated-in {
    z-index: 0;
  }

  .owl-carousel .owl-animated-out {
    z-index: 1;
  }

  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .owl-height {
    transition: height 0.5s ease-in-out;
  }

  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .owl-carousel .owl-item .owl-lazy:not([src]),
  .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }

  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }

  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }

  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }

  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }

  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }

  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }

  .features__tabber .features-tabber-container .features-tabber-flex-wrap {
    display: block !important;
  }
  .features__tabber ul.features-tabber-nav button.disabled {
    opacity: 0.1;
  }
  .features__tabber ul.features-tabber-nav button.owl-prev {
    position: absolute;
    left: 34px;
    background: url("https://8840961.fs1.hubspotusercontent-na1.net/hubfs/8840961/left-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 53px;
    width: 53px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .features__tabber ul.features-tabber-nav button span {
    display: none;
  }

  .features__tabber ul.features-tabber-nav button.owl-prev {
    position: absolute;
    left: 20px;
    background: url("https://8840961.fs1.hubspotusercontent-na1.net/hubfs/8840961/left-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
  }
  */ .features__tabber .owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  .features__tabber ul.features-tabber-nav button.owl-next {
    position: absolute;
    right: 20px;
    background: url("https://8840961.fs1.hubspotusercontent-na1.net/hubfs/8840961/right-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
  }

  .features__tabber .owl-carousel .owl-stage-outer {
    position: relative;
    border-radius: 60px;
  }
  .features__tabber .owl-stage-outer:before {
    width: 15%;
    content: "";
    position: absolute;
    height: 100%;
    background: -webkit-linear-gradient(
      left,
      rgba(247, 247, 247, 82%),
      rgba(247, 247, 247, 1)
    );
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 50px 50px 0;
  }
  .features__tabber .owl-stage-outer:after {
    width: 15%;
    content: "";
    position: absolute;
    height: 100%;
    background: -webkit-linear-gradient(
      right,
      rgba(247, 247, 247, 82%),
      rgba(247, 247, 247, 1)
    );
    top: 0;
    left: 0;
    border-radius: 50px 0 0 50px;
  }

  .features__tabber .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
  }
  .features__tabber .list-block {
    padding-right: 0 !important;
  }

  /*   .features__tabber ul.features-tabber-nav li.active {
      color: #D0D0D0 !important;
      font-weight: 500;
  }
  .features__tabber ul.features-tabber-nav .owl-item.center .tab-link {
      color: #1B1F1D !important;
      font-weight: 700;
  } */
}

@media (max-width: 576px) {
  .features__tabber ul.features-tabber-nav button.owl-prev {
    position: absolute;
    left: 24px;
  }
  .features__tabber ul.features-tabber-nav button.owl-next {
    position: absolute;
    right: 24px;
  }
  .features__tabber {
    padding: 45px 0;
  }
  .features__tabber .page-center {
    padding: 0px !important;
  }
  .features__tabber .owl-carousel .owl-stage-outer {
    padding: 24px 0;
  }
  .features__tabber ul.features-tabber-nav li {
    white-space: nowrap !important;
  }
}

@media (max-width: 325px) {
  .features__tabber
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item:last-child {
    position: relative;
    left: 16px;
  }
  .features__tabber
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.center:last-child {
    left: 0px;
  }
  .features__tabber
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.center:last-child:before {
    content: "";
    position: absolute;
    left: -34px;
    background: #f6f6f6;
    height: 100%;
    width: 100%;
  }
  .features__tabber
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item.center:last-child
    li {
    position: relative;
  }
}

@media (max-width: 580px) {
  .features__tabber .features__image {
    padding: 30px !important;
  }
  body .features__image.small_image_block {
    padding-right: 55px !important;
  }
}

@media (min-width: 1280px) {
  .features__tabber .features__image {
    min-height: 481px;
  }
}