body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: Poppins;
}
@media (min-width: 1400px) {
  .main_title {
    font-size: 51px !important;
    font-weight: 700 !important;
    line-height: 66px !important;
    color: #122437;
  }
}

@media (max-width: 1399px) {
  .main_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    color: #122437;
  }
}
@media (max-width: 500px) {
  .banner .main_title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .box_title {
    color: #122437;
    text-align: center;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 38px !important;
  }
  .sec_title {
    color: #122437;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px !important;
  }
  .py_100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .banner_wrapper .addon {
    width: 282px !important;
    padding: 9px !important;
    bottom: 12px !important;
    right: -110px !important;
    font-size: 13px !important;
  }
}

.main_title h1 {
  font-size: 48px;
  color: #35a000;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.lh_34 {
  line-height: 34px;
}

.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .py_140 {
    padding-top: 80px !important;
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .py_140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.max_wd420 {
  max-width: 420px;
}

.max_wd500 {
  max-width: 500px;
}

.max_wd570 {
  max-width: 570px;
}

.max_wd635 {
  max-width: 635px;
}

.text-black {
  color: #000;
}

.text_kellyGreen {
  color: #35a000;
}

.text_Eclipse {
  color: #404040;
}

.text_Zambezi {
  color: #5e5e5e;
}

.text_tangaroa {
  color: #122437;
}

.bg_aliceBlue {
  background: #f3f5f7;
}

.bg_half {
  background: #f3f5f7;
  height: 50%;
}

.sec_title {
  color: #122437;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.box_title {
  color: #122437;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
}

.box2_title {
  font-size: 25px;
  line-height: 30px;
}

.box3_title {
  font-size: 20px;
  line-height: 30px;
}

.sub_text {
  font-size: 16px;
  line-height: 30px;
}

.sub_text2 {
  font-size: 16px;
  line-height: 26px;
}

.box_one {
  border-radius: 42px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(203, 203, 203, 0.25);
}

.box_two {
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(192, 192, 192, 0.25);
}

.box_three {
  border-radius: 26px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(221, 221, 221, 0.35);
}

.btn_bottomInner {
  border-radius: 10px;
  background: #000;
  transform: translateX(-50%) translateY(27px);
}

.btn_order {
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  border: 1px solid #ddd;
}

.btn_getTouch {
  border-radius: 5px;
  background: #169001;
}
.btn_getTouch:focus,
.btn_getTouch:hover {
  background-color: #0a0a0a;
}
.btn_viewDemo {
  border-radius: 5px;
  border: 1px solid #818589;
}
.btn_viewDemo:focus,
.btn_viewDemo:hover {
  border: 1px solid #169001;
  background-color: #169001;
  color: #fff;
}

.badge_rotated {
  background: #122437;
  padding: 5px 25px;
  width: 200px;
  top: 16px;
  left: -70px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Imperative features tabs CSS ==========
==================================*/
.features_pills .link_tabs {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
}

.features_pills .link_tabs:focus,
.features_pills .link_tabs:hover {
  color: #35a000;
  background: #e8ffdc;
}

.features_pills .link_tabs.active {
  background: #35a000;
  color: #fff;
}

.featuresList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 20px;
  line-height: 30px;
}

/* Addons CSS ==========
==================================*/
.addons_area {
  padding: 110px 0px;
}

.addons_area .title_addons {
  margin-bottom: 60px;
}

.sec_title p,
.title_addons p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}

.addons_desktop {
  background-color: #c9e4e4;
}

.addons_desktop .purchase_btn_two {
  border: 2px solid #329696;
  background: #329696;
}

.addons_printer {
  background-color: #bfe1fd;
}

.addons_printer .purchase_btn_two {
  border: 2px solid #70afe3;
  background: #70afe3;
}

.addons_printer .purchase_btn_two:hover {
  border: 2px solid #6cbcff;
  background: #6cbcff;
  color: #ffffff;
}

.addons_androidPos {
  background-color: #ffc89a;
}

.addons_androidPos .purchase_btn_two {
  border: 2px solid #c5824b;
  background: #c5824b;
}

.addons_qr {
  background: #cac9f7;
}

.addons_qr .purchase_btn_two {
  border: 2px solid #5c5abf;
  background: #5c5abf;
}

.addons_app {
  background: #efd6b2;
}

.addons_app .purchase_btn_two {
  border: 2px solid #b97d27;
  background: #b97d27;
}

.addons_loyalty {
  background: #f1b7b4;
}

.addons_loyalty .purchase_btn_two {
  border: 2px solid #bf3129;
  background: #bf3129;
}

.addons_razorpay {
  background: #afe6f3;
}

.addons_razorpay .purchase_btn_two {
  border: 2px solid #0a8cab;
  background: #0a8cab;
}

.addons_shift {
  background: #9ce8d0;
}

.addons_shift .purchase_btn_two {
  border: 2px solid #13a778;
  background: #13a778;
}

.purchase_btn_two {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  width: 100%;
  text-decoration: none;
}

.addons_printer .purchase_btn_two:hover,
.addons_printer .purchase_btn_two:focus,
.addons_androidPos .purchase_btn_two:hover,
.addons_androidPos .purchase_btn_two:focus,
.addons_loyalty .purchase_btn_two:hover,
.addons_loyalty .purchase_btn_two:focus,
.addons_shift .purchase_btn_two:hover,
.addons_shift .purchase_btn_two:focus,
.addons_razorpay .purchase_btn_two:hover,
.addons_razorpay .purchase_btn_two:focus,
.addons_qr .purchase_btn_two:hover,
.addons_qr .purchase_btn_two:focus,
.addons_desktop .purchase_btn_two:hover,
.addons_desktop .purchase_btn_two:focus,
.addons_app .purchase_btn_two:hover,
.addons_app .purchase_btn_two:focus {
  border: 2px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}

.addons_block h5 {
  line-height: 28px;
  color: #000000;
}

.addons_block p {
  font-size: 14px;
  line-height: 28px;
  color: #8b8b99;
}

.addons_block .price_icon {
  margin-top: 24px;
}

.addons_block .rate {
  font-size: 37px;
  font-weight: 600;
  padding-bottom: 0;
  transition: all 0.3s linear;
  margin-top: 10px;
}

.addons_block .rate span {
  font-size: 20px;
  vertical-align: top;
  line-height: 1.5;
}

.addons_block ul {
  padding: 15px 0px;
}

.addons_block ul li {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #464646;
  font-weight: 500;
}

.addons_block ul li span {
  text-align: left;
  width: 80%;
}

.addons_block .addons_text {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
  color: #464646;
  font-weight: 500;
  padding: 15px 0;
}

/*----------- Apps Features ------------*/

.apps_feature_inner {
  box-shadow: 0 0 10px rgb(70 82 228 / 15%);
  padding: 25px 35px;
}

.banner_wrapper .addon,
.apps_feature_inner .addon {
  background: #122437;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.apps_feature_inner .addon {
  top: 16px;
  left: -70px;
  padding: 5px 25px;
  width: 200px;
}

.banner_wrapper .addon {
  width: 300px;
  padding: 20px;
  bottom: 44px;
  right: -80px;
  font-size: 20px;
}

.addon-price {
  right: -70px;
  top: 16px;
  padding: 5px 25px;
  width: 200px;
  background: #35a000;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 17px;
  font-weight: 600;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
}

.apps_feature_inner ul {
  font-size: 16px;
  text-align: left;
}

.apps_feature_inner.last ul {
  margin-bottom: 15px;
}

.apps_feature_inner ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

.apps_feature_inner ul li i {
  margin-right: 10px;
}

.apps_feature_inner .demo_btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  background: #35a000;
}

.apps_feature_inner .details_btn {
  background: transparent;
  font-size: 16px;
  border: 1px solid #525252;
  line-height: 34px;
}

.apps_feature_inner .details_btn:hover,
.apps_feature_inner .details_btn:focus {
  background: #303030;
  color: #fff;
}

.apps_feature_inner .demo_btn:hover,
.apps_feature_inner .demo_btn:focus {
  background: #1a1a1a;
}

/* Customer Css ============
================================== */

.customer_box {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  min-height: 150px;
  padding: 20px;
}

@media (min-width: 992px) {
  .customer_box:nth-of-type(6),
  .customer_box:nth-of-type(12) {
    border-right: 0;
  }
  .customer_box:nth-of-type(7),
  .customer_box:nth-of-type(8),
  .customer_box:nth-of-type(9),
  .customer_box:nth-of-type(10),
  .customer_box:nth-of-type(11),
  .customer_box:nth-of-type(12) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .customer_box:nth-of-type(3),
  .customer_box:nth-of-type(6),
  .customer_box:nth-of-type(9),
  .customer_box:nth-of-type(12) {
    border-right: 0;
  }

  .customer_box:nth-of-type(10),
  .customer_box:nth-of-type(11),
  .customer_box:nth-of-type(12) {
    border-bottom: 0;
  }
}

/*========= Testimonial CSS
==================================*/

.review_text {
  min-height: 120px;
}

.owl-carousel.testimonial-carousel .owl-nav .owl-next,
.owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}

@media (min-width: 660px) {
  .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
@media (max-width: 599px) {
  .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    left: 6px;
    font-size: 14px;
  }
  .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    right: 6px;
    font-size: 14px;
  }
}
/*========= FAQ CSS
==================================*/

.faq .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.faq .accordion-button {
  padding: 22px 28px;
  font-size: 17px;
  font-weight: 500;
}

.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);
}

.faq .accordion-item {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .features_scrollbar {
    max-height: 544px;
    overflow-y: scroll;
  }
}
@media (max-width: 599px) {
  .features_scrollbar {
    max-height: 300px;
    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-color: #35a000;
}
.license .contact-details {
  padding: 30px;
}

@media (min-width: 1400px) {
  .addons-height {
    height: 470px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .addons-height {
    height: 508px;
  }
}
@media (min-width: 1200px) {
  .btn-position {
    position: absolute;
    bottom: 25px;
    width: 85%;
  }
}
@media (max-width: 1200px) {
  .btn-position {
    position: relative;
    width: 100%;
  }
}
p .btn-success {
  color: #fff;
  background-color: #35a000;
  border-color: #35a000;
}
.addons-text {
  font-size: 32px;
  line-height: 45px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .mt_300 {
    margin-top: -250px;
  }
}
@media (max-width: 599px) {
  .mt_300 {
    margin-top: -153px;
  }
}
@media (min-width: 992px) {
  .mt_300 {
    margin-top: -300px;
  }
}
@media (min-width: 992px) {
  .pt_100 {
    padding-top: 100px;
  }
}
.faq-bg {
  background: linear-gradient(180deg, rgb(243 245 247) 40%, rgba(255, 255, 255, 1) 65%);
}
.hover1 {
  transition: all 0.3s linear;
  transform: translateY(0);
}

.hover1:hover {
  box-shadow: rgb(27 54 62 / 18%) 0px 6px 14px 0px;
  transition: all 0.3s linear;
  transform: translateY(-0.3rem);
}

.hover2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.hover2:hover {
  transform: translateY(-0.4rem);
}
.hover3 {
  transition: all 0.3s linear;
}

.hover3:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
  background-color: white;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .bg_aliceBlue {
  height: 100%;
}
