html {
  scroll-padding-top: 90px;
}
@media (min-width: 1400px) {
  .main_title {
    font-size: 58px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }
  .sec_title {
    color: #122437;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
  }
  .cta-pb {
    padding-bottom: 240px !important;
  }
  .cta-nmt {
    margin-top: -130px;
  }
}

@media (min-width: 600px) and (max-width: 1399px) {
  .main_title {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
  }
  .sec_title {
    color: #122437;
    font-size: 43px;
    font-weight: 700;
    line-height: 42px;
  }
  .cta-pb {
    padding-bottom: 240px !important;
  }
  .cta-nmt {
    margin-top: -130px;
  }
}
@media (max-width: 599px) {
  .main_title {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
  }
  .sec_title {
    color: #122437;
    font-size: 33px;
    font-weight: 700;
    line-height: 42px;
  }
  .cta-pb {
    padding-bottom: 180px !important;
  }
  .cta-nmt {
    margin-top: -130px;
  }
  p {
    font-size: 15px;
  }
}

.pt_100 {
  padding-top: 100px;
}
.vms-hero-bg {
  background-image: url(./img/datapattern.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-position: top -140px left 355px;
}
.fleet-bg {
  background: url(./img/fleet-owners.webp) top 35% left 0% / auto 128% no-repeat #e3e3e3;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.bg_solid_one {
  background-color: #fff9ec;
}
.bg_solid_two {
  background-color: #f3fff5;
}
.bg_solid_three {
  background-color: #f7fdf1;
}
.bg_solid_four {
  background-color: #f9fbf8;
}
.bg_white_smoke {
  background-color: #f2f4f3 !important;
}
.bg-gradient-1 {
  background: linear-gradient(358.41deg, #ffffff 0.34%, #caefd1 34.44%, #ffffff 83.41%);
}
.bg_green1 {
  background: #208e4e;
}
.overlay-1 {
  background-color: #ffffffba;
}
.overlay-2 {
  background-color: #000000a1;
}
.bg_bdtask {
  background-color: #32a000;
}

.text_green {
  color: #188753 !important;
}

.btn-pd {
  padding: 12px 24px;
}

.header_area {
  background: #fff;
}
.fs-18 {
  font-size: 18px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.banner_pad {
  padding: 180px 0;
}

.navbar_fixed {
  z-index: 999;
}

.tabs_pro .nav-pills .nav-link {
  padding: 14px 16px;
  width: 100%;
}

.tabs_pro .nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #37a000;
}

.shadow_before::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgb(0 0 0 / 75%);
  background: linear-gradient(-45deg, rgb(0 0 0 / 85%), rgb(2 76 0 / 65%), rgb(97 0 0 / 75%), rgb(35 52 213 / 85%));
  background-size: 400% 400%;
  animation: gradientShadow 10s ease infinite;
}

.textAnim {
  position: relative;
  animation: anima 4s ease infinite;
  transition-duration: 0.4s;
  color: #fff;
}

@keyframes anima {
  33% {
    color: #ffc107;
  }

  66% {
    color: #3aff1b;
  }
}

@keyframes gradientShadow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bgChangeOnHover::before {
  background: #f5afaf;
}

.demo_abs_part .demo_abs {
  transition: all linear 0.4s;
  transform: translateY(20px);
  opacity: 0;
}

.demo_view_inner .img_part:hover .demo_abs {
  transform: translateY(0);
  opacity: 1;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs:last-child {
  transition-delay: 0.2s;
}

.desktop_ver .demo_btn.download {
  background-color: #bf3129;
}

.desktop_ver .demo_btn.buy {
  background-color: #4652e4;
}

.desktop_ver .demo_btn.doc {
  background-color: #13a778;
}

.rotateAnim {
  transition-duration: 0.4s;
  animation: rotateAnim 30s infinite;
}

.text_gradient {
  background: -webkit-linear-gradient(#ff6d6d, #970000);
  background: -webkit-linear-gradient(#ff0000, #560000);
  -webkit-background-clip: text;
  text-shadow: -1px 3px 7px rgb(0 0 0 / 4%);
  -webkit-text-fill-color: transparent;
}

.btn_live_gr {
  color: #fff;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(top, #7de27c 0%, #059302 100%);
  background-image: linear-gradient(to bottom, #7de27c 0%, #049201 100%);
  background-size: 300px;
  min-width: 170px;
  font-weight: 600;
  font-size: 15px;
  line-height: 45px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.btn_live_gr:focus,
.btn_live_gr:hover {
  background-image: -webkit-linear-gradient(top, #049201 0%, #7de27c 100%);
  background-image: linear-gradient(to bottom, #049201 0%, #7de27c 100%);
  color: #fff;
}

.btn_buy_gr {
  color: #fff;
  border-radius: 6px;
  background-image: -moz-linear-gradient(to bottom, #65efed 0%, #0d9da1 100%);
  background-image: -webkit-linear-gradient(to bottom, #65efed 0%, #0d9da1 100%);
  background-image: linear-gradient(to bottom, #65efed 0%, #0d9da1 100%);
  background-size: 300px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
}

.btn_buy_gr:focus,
.btn_buy_gr:hover {
  color: #fff;
  background-image: -moz-linear-gradient(top, #0d9da1 0%, #65efed 100%);
  background-image: -webkit-linear-gradient(top, #0d9da1 0%, #65efed 100%);
  background-image: linear-gradient(to bottom, #0d9da1 0%, #65efed 100%);
}

.height_fit {
  height: 345px;
  object-fit: cover;
}

.rotate_img:hover .rotateOnHover {
  transform: scale(1.3) rotate(5deg);
}

@keyframes rotateAnim {
  50% {
    transform: rotate(180deg);
  }
}

.sec_title p,
.title_addons p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}

/*========= Production cycle CSS
==================================*/

.ent_wrap {
  min-width: 70px;
  width: 70px;
  line-height: 60px;
  border: 5px solid rgb(0 82 18 / 50%);
}

.ent_wrap:hover {
  transform: scale(1.3);
}

.production_bg {
  background: url("../custom-soft/img/custom-software-development-production-cycle.webp");
}

.production_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgb(0 0 0 / 75%);
}

.shape_dotTop {
  width: 995px;
  top: 115px;
  left: 225px;
  right: 0;
  height: 336px;
  border-top: 2px dashed #fff;
  border-right: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}

.shape_dotlast {
  top: 15px;
  border: 2px dashed #fff;
  width: 2px;
  height: 170px;
  left: 58px;
}

.last_item {
  transform: translateX(120px);
}

.arrow-pointer {
  width: 0;
  bottom: 26px;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}

.arrow-pointer-reverse {
  width: 0;
  top: 26px;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.arrow-pointer-down {
  width: 0;
  bottom: -52px;
  right: 24px;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.arrow-pointer-up {
  width: 0;
  bottom: -25px;
  height: 0;
  left: 50px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  transform: translateY(30px);
}

@media (max-width: 1399px) {
  .shape_dotTop {
    width: calc(100% - 318px);
    border-radius: 15px;
  }

  .last_item {
    transform: translateX(85px);
  }
}

@media (max-width: 1063px) {
  .shape_dotTop {
    width: calc(100% - 314px);
    top: 134px;
  }
}
@media (max-width: 1036px) {
  .shape_dotTop {
    width: calc(100% - 258px);
    left: 170px;
  }
  .last_item {
    transform: translateX(70px);
  }
}

/*========= Swiper slider CSS
==================================*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.mySwiper {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9;
  height: 100%;
}

.mySwiper .swiper-slide {
  height: 100%;
  background: rgb(0 0 0 / 75%);
  border: 0.013rem solid rgb(255 255 255 / 15%);
}

.info_wrapper {
  transform: translateY(115px);
  min-height: 358px;
}

.info_wrapper .hover_text {
  opacity: 0;
}

.mySwiper .swiper-slide:hover .info_wrapper {
  transform: translateY(0);
}

.mySwiper .swiper-slide:hover .info_wrapper .hover_text {
  opacity: 1;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active,
.mySwiper .swiper-slide:focus,
.mySwiper .swiper-slide:hover {
  background: rgb(3 38 0 / 70%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========= Testimonial CSS
==================================*/

.client_comment {
  line-height: 40px;
}

.testimonial_part .new-test .owl-nav {
  display: none;
}

.testi_comment {
  min-height: 120px;
}

.new-test .owl-dots {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

.new-test .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
  margin: 0 3px;
  border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active {
  background-color: #00c156;
}

.testimonial_part .quotation-icon {
  opacity: 0.05;
}

.testi_nav .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  right: -40px;
  display: flex;
  justify-content: space-between;
}

/*========= FAQ CSS
==================================*/

.faq .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 0px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

@media (max-width: 1199px) {
  .testi_nav .owl-nav {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .banner_pad {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .py_140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs_pro .nav-pills .nav-link {
    padding: 10px;
    width: calc(50% - 8px);
    margin-right: 8px;
  }

  .badge_all .addon {
    right: 0;
  }
}

@media (max-width: 575px) {
}
@media (max-width: 520px) {
  .banner_pad {
    padding: 50px 0;
  }
}

.newsletter-area {
  margin-bottom: -90px;
}
.nz-index {
  z-index: 2;
  position: relative;
}
.anewsletter--bg {
  padding: 40px 70px;
  background: #2b8900e3;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.anewsletter--bg .news__shape1 {
  left: 100px;
  top: -60px;
  animation: float-bob-y infinite 3s linear;
}
.anewsletter--bg .news__shape2 {
  right: 108px;
  bottom: -60px;
  animation: float-bob-y infinite 3s linear;
}
.anewsletter--bg .news__shape {
  position: absolute;
  z-index: 1;
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.btn_cta_gr {
  color: #1d1d1d;
  border-radius: 6px;
  background-image: -moz-linear-gradient(top, #fff8da 0%, #e8e95b 100%);
  background-image: -webkit-linear-gradient(top, #fff8da 0%, #e8e95b 100%);
  background-image: linear-gradient(to bottom, #ffe575 0%, #fdff05 100%);
  background-size: 300px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
}
.feature2 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 17%);
  box-shadow: 0px 0px 4px rgb(0 0 0 / 17%);
  transition-duration: 0.3s;
  border-radius: 12px;
}
.feature2 .feature2__content {
  text-align: center;
  padding: 35px 25px;
  position: relative;
  transition-duration: 0.3s;
  background: #fff;
  border-radius: 12px;
}
.feature2:hover {
  transform: translateY(-10px);
}

.box_two {
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(192, 192, 192, 0.25);
}
.box2_title {
  font-size: 25px;
  line-height: 30px;
}
.preto_item {
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgb(12 0 46 / 10%);
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px;
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.preto_item:hover {
  transform: scale(1.03);
}
.features_pills .link_tabs {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
  background-color: #fff;
}

.features_pills .link_tabs:focus,
.features_pills .link_tabs:hover {
  color: rgb(0 0 0);
  background: #74ff702b;
}

.features_pills .link_tabs.active {
  background-image: linear-gradient(to bottom, #7de27c 0%, #049201 100%);
  color: #ffffff;
}

.featuresList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 600px) {
  .features_scrollbar {
    max-height: 500px;
    overflow-y: scroll;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .features_scrollbar {
    max-height: 475px;
    overflow-y: scroll;
  }
}
@media (max-width: 599px) {
  .features_scrollbar {
    max-height: 280px;
    overflow-y: scroll;
  }
}
.features_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #7de27c;
}
.h-480px {
  height: 480px;
}
.license .contact-details {
  box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
  background-color: #fff;
  padding: 30px;
}
.fleet-list li {
  padding: 15px;
  list-style: none;
  background-color: #00000075;
  border-left: 5px solid #7b7b7b;
  cursor: pointer;
  color: #ffffff;
  margin: 13px 0;
  transition-duration: 0.3s;
}
.fleet-list li:hover {
  transform: translateY(-8px);
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .bg_grad {
  height: 100%;
}
.shape-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.shape-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.rounded-20 {
  border-radius: 20px;
}
.shadow_2 {
  box-shadow: 0px 0px 22px 0px #0000001a !important;
}
.hover1 {
  transition: all 0.3s linear;
}

.hover1:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
}
.hover2 {
  transform: translateY(0);
  transition: all 0.3s linear;
}

.hover2:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.25rem 1.25rem rgb(197 197 197) !important;
  transition: all 0.3s linear;
}
.hover3 {
  transition: all 0.3s linear;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
}
.hover3 img {
  transition: all 0.35s ease-in-out;
}

.hover3:hover img {
  transform: scale(1.05);
}
.hover3:hover {
  box-shadow: rgb(0 0 0 / 16%) 1px 1px 10px 0px;
  transition: all 0.3s linear;
}
.hover4 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.hover4:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.25rem 1.25rem rgba(52, 63, 82, 0.1);
}
a.hover {
  position: relative;
}

a.hover::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

a.hover::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

a.hover:hover::before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.h-17 {
  height: 12rem !important;
}
.rounded-4 {
  border-radius: 0.8rem !important;
}
.star-icon {
  height: 30px;
}
.custom-shadow {
  box-shadow: 0 0 4px rgb(0 0 0 / 18%) !important;
}
.contact-details {
  padding: 30px;
}
.z-six {
  z-index: 6;
}
.vms-faq-bg {
  background: linear-gradient(8.24deg, #ffffff 11.2%, #e7fdeb 114.64%);
}
.accordion-item {
  border-radius: 20px;
  background: #ffffff;
}
.accordion-item .accordion-button {
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  text-align: start;
  padding: 20px 75px 20px 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.accordion-item:first-of-type button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accordion-button::after {
  margin-left: auto;
  background-color: #44c642;
  padding: 20px 20px;
  content: "";
  right: 25px;
  position: absolute;
  background-image: url(./img/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./img/faq-not.png) !important;
  transform: rotate(1deg);
  background-size: 0.7rem;
}
.faq .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 15px 40px;
}
.text-justify {
  text-align: justify;
}

.btn-success {
  color: #fff;
  background-color: #2f9b43;
  border-color: #2f9b43;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.btn-success:hover {
  background-color: #2bce70;
  border-color: #2bce70;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.btn-soft-success {
  color: #2f9b43;
  background-color: #caefd1;
  border-color: #caefd1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.btn-soft-success:hover {
  color: #2f9b43;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.btn-outline-success {
  color: #2f9b43;
  border-color: #2f9b43;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.btn-outline-success:hover {
  background-color: #2f9b43;
  border-color: #2f9b43;
  color: #fff;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}
.number-stock .col-md-6 {
  position: relative;
}
@media (min-width: 1400px) {
  .number-stock .col-md-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #209f17 0%, #59ff7524 100%);
  }
  .number-stock .col-md-6:first-child::before {
    width: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .number-stock .col-md-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #209f17 0%, #59ff7524 100%);
  }
  .number-stock .col-md-6:first-child::before {
    width: 0px;
  }
  .number-stock .col-md-6:last-child::before {
    width: 0px;
  }
}
.rounded-bottom-5 {
  border-bottom-left-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.overlay1 {
  background: rgb(0 0 0 / 68%);
}

.growing-bg {
  background-image: url(./img/smm7a2gkttysnf0zs9xq.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
