@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --blue-color: #214;
  --green2: #280;
  --blue2: #214;
  --font-grey: #48494c;
  --theme-color: #040;
}
* {
  font-family: "Altform SemiBold", sans-serif;
}
p {
  font-family: "graphik";
}
html,
body {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Altform SemiBold";
  src: url("../fonts/1.eot");
  src: url("../fonts/2.eot") format("embedded-opentype"),
    url("../fonts/3.woff2") format("woff"),
    url("../fonts/4.woff") format("woff2"),
    url("../fonts/5.ttf") format("truetype");
  /* url("https://db.onlinewebfonts.com/t/285731f0a29ca85e769797736e7d5aa4.svg#Altform Light")format("svg"); */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "graphik";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/graphik-light.ttf");
}
@font-face {
  font-family: "Graphik-normal";
  src: url("../fonts/graphik-regular.ttf");
}
@font-face {
  font-family: "graphik-medium";
  src: url("../fonts/graphik-medium.ttf");
  font-weight: 500;
  font-style: normal;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.w-fit {
  width: fit-content !important;
}
.text-grey {
  color: var(--font-grey) !important;
}
.bg_grey {
  background-color: #00000012 !important;
}
.text-lightblack {
  color: #1e1e1e !important;
}
.font18 {
  font-size: 18px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.swiper-wrapper {
  align-items: stretch !important;
}
.topbar {
  background: var(--green2);
  padding: 9px 0;
}
.btn_green a {
  background-color: var(--green2);
  color: white !important;
  border-radius: 8px;
  color: white !important;
  padding: 15px 17.5px;
  min-height: 24px;
  font-family: "Graphik-normal" !important;
  font-weight: 400 !important;
  text-transform: none !important;
  /* letter-spacing: 0.5px; */
  height: 48px;
  display: block;
}
.head-list {
  gap: 25px;
}
.head-list li a,
.left_menu_header a {
  color: #000;
  font-family: "graphik";
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.left_menu_header a.green-border::after,
.head-list li a.green-border::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: 35px;
  left: 0;
  background-color: #280;
  transition: width 0.5s ease-in-out;
}

.left_menu_header a.green-border:hover::after,
.head-list li a.green-border:hover::after {
  width: 100%;
}

.head-list li {
  padding: 15px 0;
  position: relative;
}
/* .head-list li:hover a,
.left_menu_header a:hover {
  color: var(--green2);
} */
.main-header nav.navbar.navbar-expand-lg {
  padding: 0;
}
header.main-header .navbar-brand img {
  width: 110px !important;
  /* width: 100%; */
}
.navbar-nav a.active {
  color: var(--theme-color) !important;
}
.dropdown-hover-menu {
  display: none;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  top: 100%;
  left: 0;
  z-index: 999;
  pointer-events: all;
  width: 100%;
  min-width: 240px;
  position: absolute;
}
.dropdown-hover-menu .menu-link {
  padding: 14px 20px;
  font-family: "Graphik";
  font-size: 14px;
  color: #999 !important;
  display: block;
  opacity: 0;
  transition: all 0.2s ease !important;
}
.dropdown-hover-menu .menu-link:hover {
  background: var(--green2);
  color: #fff !important;
}
.hover-dropdown:hover .dropdown-hover-menu {
  display: block;
}
.hover-dropdown:hover .dropdown-hover-menu .menu-link {
  opacity: 1;
}
footer {
  background: #fff;
  padding: 10px 0 50px;
}
footer p {
  color: #000;
  font-size: 15px;
}
.footer-logo {
  margin-bottom: 20px;
}
footer h2 {
  padding-top: 60px;
  font-weight: 300;
  color: #000 !important;
  font-size: 22px;
  margin-bottom: 15px;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  padding-bottom: 9px;
}
footer ul li span {
  display: block !important;
  background-color: var(--theme-color);
  padding: 3px 7px;
  font-size: 13px;
  width: 199px;
  font-weight: 700;
  color: #fff;
}
footer ul li a {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Graphik-normal";
}
footer ul li a:hover {
  color: var(--green2);
}
footer ul i {
  margin-right: 10px;
  font-size: 11px;
}
.social_icon_list i {
  width: 27px;
  height: 27px;
  color: var(--green2);
  margin-right: 0;
}
.footer-social-icons a {
  /* background-color: #000; */
  display: block;
  /* height: 50px; */
  /* width: 50px; */
  /* background: #000; */
  font-size: 20px;
  color: var(--font-grey);
  filter: grayscale(1);
  text-align: center;
  /* border-radius: 50%; */
  /* line-height: 46px; */
  transition: all 0.2s ease-in-out;
}
 .footer-social-icons a:hover {
  transform: scale(0.9);
  
} 
.bottombar {
  background: var(--green2);
  padding: 20px 0;
  color: #fff;
}
.bottombar p {
  font-size: 14px;
}
.sec6 {
  background: url("../images/sec6-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 80px;
}
.sec6 h2 {
  color: white;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}
.sec6 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
/* .sec6 a {
  display: table;
  color: white;
  font-size: 40px;
  font-weight: 700;
  margin: 10px auto 0;
} */
.sec6_btns a {
  padding: 14px 30px !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}
.sec6_btns a:first-child:hover {
  color: white !important;
  border-color: white !important;
}
.sec7 {
  padding: 100px 0 0;
}
.sec7-row {
  margin: 40px 0;
}
.sec7-box {
  box-shadow: 0 0 6.4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec7-box p {
  padding-left: 35px;
  font-size: 22px;
  font-weight: 300;
}
.sec7-box .box-number {
  background: var(--green2);
}
.box-number {
  height: 93px;
  width: 64px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-number span {
  transform: rotate(270deg);
}
.about-sec1 {
  padding: 60px 0;
}
.about-sec1 h2 {
  line-height: 45px !important;
}
.linebg {
  background-image: url("../images/linebg.webp");
}
.hero-banner {
  background-image: url("../images/home-banner.webp");
  background-repeat: no-repeat;
  background-size: cover !important;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 120px);
}
.payment-terminals-banner{
  background-image: url("../images/payment-term_bg.webp") !important;
  background-repeat: no-repeat;
  background-size: cover !important;

}
.hero_content {
  padding: 140px 0;
}
.hero-banner .secondry-btn {
  font-family: "Graphik-normal";
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 29px;
  text-transform: capitalize !important;
  background: var(--green2);
  color: #fff;
}
.hero-banner-hd {
  font-family: "Altform SemiBold";
  color: #fff !important;
  font-size: 72px;
  font-weight: 300;
  line-height: 70px;
  width: 93% !important;
  margin-bottom: 25px;
  /* text-transform: capitalize; */
}
.hero-banner .para {
  font-family: "graphik";
  font-size: 16px;
  font-weight: 400;
  line-height: unset;
  max-width: 536px;
}
.secondry-btn,
.primary-btn {
  font-family: "Graphik-normal";
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 29px;
  text-transform: capitalize !important;
  background: #fff;
  color: var(--green2);
  border-radius: 7px;
}
.secondry-btn {
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 29px;
  text-transform: capitalize !important;
  background: var(--green2);
  color: #fff;
}
.hero_content .secondry-btn,
.primary-btn {
}
.para {
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  width: 90% !important;
}
.sec-2 {
  background-image: url("../images/linebg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.inner-hd-md,
section h2 {
  font-size: 43px;
  color: var(--theme-color);
  font-weight: 300;
  padding-bottom: 8px;
  line-height: 50px;
}
.inner-hd-md{
    line-height: 40px;
}
.contact-form-sec {
  padding-top: 70px;
}
.para-2,
.sec7 > p,
.about-sec1 p,
.key-features p,
.key-features p,
.feature-flex p,
.contact-form-sec p,
.sec-2 p {
  font-size: 19px;
  font-weight: 300;
  color: var(--font-grey);
  margin: 0 0 10px;
  width: 100% !important;
  padding-bottom: 28px;
}
ul.hj-sec3 li {
  list-style-type: none !important;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000012 !important;
  padding: 20px 32px 0;
  margin: 0 4px 0 0 !important;
}
.sec-2 h5 {
  font-size: 21px;
  color: #040;
  font-weight: 500;
}
.sec-2 h6 {
  font-size: 14px;
  color: var(--font-grey);
  margin: 0 0 30px;
  width: 100% !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "graphik";
}
.sec-3-cards h3 {
  font-size: 40px;
  color: var(--green2);
  font-weight: 700;
}
.sec-3 h6 {
  font-size: 22px;
  color: var(--font-grey);
  font-weight: 400;
  line-height: 35px;
}
.sec-3 {
  padding: 80px 0;
}
.sec-4 {
  background-color: #f7f7f7;
  padding: 100px 0;
}
.sec-title {
  color: var(--theme-color);
  font-size: 37px;
  font-weight: 300;
  margin-bottom: 9px;
}
.para-2 {
  margin-bottom: 40px;
}
.lg-card-wrap {
  margin-bottom: 40px;
}
.lg-card-wrap h4 {
  font-size: 19px;
  font-weight: 500;
  color: var(--font-grey);
  margin-bottom: 14px;
}
.lg-card-wrap .para-2 {
  font-size: 16px;
  line-height: 24px;
}
.sm-box-wrap {
  background: linear-gradient(270deg, var(--green2) 0%, var(--green2) 100%);
  border-radius: 10px;
  width: 100%;
  max-width: 102px;
  height: 102px;
}
.sm-box-wrap img {
  width: 40px;
  height: 40px;
}
.sec-4 .container-fluid {
  /* padding-left: 183px; */
  max-width: 90%;
}
.lg-card-wrap {
  gap: 23px;
}
.sec-8,
.sec-5 {
  background: url("../images/linebg-2.webp") no-repeat center / cover;
  padding: 80px 0;
}
.sec-8 {
  background: url("../images/linebg.webp") no-repeat center / cover;
}
.sec-8 p,
.sec-5 p {
  font-size: 17px;
  color: var(--font-grey);
  margin: 0 0 10px;
  width: 100% !important;
}
.md-cards {
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000000f !important;
  margin: 0 8px !important;
  padding: 30px 10px;
  height: 100%;
  justify-content: flex-start !important;
}
.md-cards .para-2 {
  font-size: 16px;
  padding-bottom: 20px;
}
.md-cards img {
  margin-bottom: 20px;
}
.md-cards h6 {
  color: var(--green2);
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
}
.mt-40 {
  margin-top: 40px;
}
.sec-9 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}
.submit-btn {
  font-family: "Altform SemiBold";
  font-size: 20px;
  background-color: var(--green2);
  border-radius: 60px;
  padding: 15px 61px;
}
.search-box-wrap {
  background-color: #fff;
  padding: 4px 4px 4px 31px;
  border-radius: 60px;
}
.sec-9 {
  background-color: var(--green2);
  background-image: url("../images/form-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 63px 0;
}
.input-field {
  background-color: transparent;
  border: 0;
}
.input-field:focus-visible {
  outline: none;
}
.sec-4-right {
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 171px;
  width: 100%;
}
section.contact-form-sec {
  padding-top: 70px;
}
.contact-row {
  background: url(../images/bg-map.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.contact-icon-bg {
  background: url(../images/contact-icon-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* filter: grayscale(1); */
}
.contact-box {
  margin-bottom: 58px;
}
.contact-box h4 {
  color: var(--font-grey);
  font-size: 18px;
  font-weight: 500;
}
.contact-box a {
  color: var(--font-grey);
  font-size: 18px;
  font-weight: 300;
}
.contact-input {
  border: 1px solid #dfdfdf;
  min-height: 60px;
  padding: 20px 16px;
  border-radius: 4px;
  color: #000;
}
.contact-input:focus-visible {
  outline-color: var(--blue2);
}
.contact-input::placeholder {
  color: var(--font-grey);
  text-transform: capitalize;
  font-size: 14px;
}
.mb-30 {
  margin-bottom: 30px;
}
.about-banner {
  background-image: url("../images/about-banner.webp");
}
.about-sec1 h2 br {
  display: none;
}
.contact-banner {
  background-image: url("../images/contact-banner.webp");
}
.contact-banner .hero-banner-hd {
  font-size: 52px;
}
.refrel-banner {
  background-image: url("../images/referal-banner.webp");
}
.referral,
.line2bg {
  background: url("../images/linebg-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}
.referral h2,
.sub-iso h2 {
  font-size: 37px;
  color: var(--theme-color);
  font-weight: 300;
  padding-bottom: 8px;
  line-height: 50px;
}
.referral p,
.sub-iso p {
  font-size: 19px;
  font-weight: 300;
  color: var(--font-grey);
  margin: 0 0 10px;
  width: 100% !important;
  padding-bottom: 28px;
}
.referral-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  padding: 40px 50px;
  border-radius: 10px;
  border-bottom: 6px solid var(--green2);
}
.referral-box h4 {
  font-size: 18px;
  color: var(--blue2);
}
.referral-box p {
  font-size: 16px;
}
.sub-iso {
  background: rgba(17, 44, 98, 0.04);
  padding: 50px 0 0;
  margin: 50px 0 0;
}
.sub-box {
  border: 1px solid #d7d7d7;
  padding: 32px 23px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 8px 8px -6px var(--theme-color);
}
.sub-box p {
  font-size: 14px;
  color: #1e1e1e;
}
.feature-banner {
  background: url(../images/feature/feature-bg.webp);
}
.feature-banner h1,
.inner-banner2 h1,
.pos-banner h1 {
  font-size: 46px !important;
  line-height: 55px !important;
  
}
.key-features {
  padding: 90px 0;
}
.key-box {
  padding: 40px 34px;
  border-bottom: 6px solid var(--green2);
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(17, 44, 98, 0.2);
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.key-box h3 {
  color: var(--font-grey);
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  margin-top: 20px;
}
.key-box p {
  color: var(--font-grey);
  font-size: 14px;
  line-height: 21px;
  min-height: 91px;
}
.feature-flex {
  padding: 70px 0 40px;
}
.primary-btn:hover {
  background-color: transparent;
  border: 1px solid white;
  transition: all ease 0.6s;
  color: white;
}
.hero-banner .secondry-btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all ease 0.6s;
}
.submit-btn:hover,
.secondry-btn:hover {
  border: 1px solid var(--green2);
  background-color: transparent;
  color: var(--green2);
  transition: all ease 0.6s;
}
.submit-btn:hover {
  color: var(--green2) !important;
}
.pos-banner {
  background: url("../images/pos/pos_banner.jpg");
  background-size: cover;
}
.boxshadowbg {
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000012 !important;
  padding: 20px 32px 30px;
  margin: 0 4px 0 0;
  max-width: 293px;
  width: 100%;
}
.pos-sec1 {
  padding: 70px 0 30px;
}
.sm-box-wrap span {
  font-size: 34px;
  color: #fff;
  font-weight: 300;
}
.pos-sec2 .sm-box-wrap {
  max-width: 80px;
  height: 80px;
}
.desktop-terminals-banner {
  background-image: url("../images/desktop-terminals-banner.webp");
}
.dt-sec-2 {
  padding: 86px 0 0 0;
}
.mb-66 {
  margin-bottom: 66px;
}
.card-xxl {
  box-shadow: 0 0 6px 0 #22114433;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 30px 40px;
}
.inner-hd-md {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.card-xxl h4{
    
}
.card-xxl h3.inner-hd-md {
    font-size: 19px !important;
}
.card-xxl {
  margin-bottom: 43px;
}
.card-xxl ul img {
  max-width: 15px;
}
.card-xxl ul li span {
  padding-left: 8px;
  color: #48494c;
  font-size: 12px;
}
.card-xxl ul li {
  margin-bottom: 7px;
  display: flex;
  align-items: baseline;
}
.card-xxl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #dadada;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
}
.label-btn {
  border: 1px solid var(--green2);
  padding: 19px 34px;
  border-radius: 60px;
  background-color: transparent;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.font18.label-btn{
    font-size: 18px !important;
}
.dt-sec-2-left {
  margin: 31px 0 0 -191px;
}
.dt-sec-2-left_new {
  max-width: 380px;
  margin: ;
}
.dt-sec-2-right {
  margin: 10px 0 0 -50px;
}
.btn-3.primary-btn {
  background: var(--green2);
  color: white;
  border: 1px solid var(--green2);
}
.btn-3.primary-btn:hover {
  background: transparent;
  color: var(--green2);
}
.wireless-terminal-banner {
  background-image: url("../images/wireless-terminal-banner.webp");
}
.secondry-para {
  font-size: 12px;
  color: #48494c;
  line-height: 18px;
}
.ecom-banner {
  background: url("../images/ecom/ecom_banner.jpg");
}
.inner-banner2 .para {
  font-size: 18px;
}
.ecom-sec2,
.ecom-sec3 {
  padding: 70px 0;
}
.ecom-sec2 .headings-wrap,
.ecom-sec3 .headings-wrap {
  margin-bottom: 80px;
}
.ecom-sec2 .row {
  margin-bottom: 100px;
}
.ecom-sec2 .row:last-child {
  margin-bottom: 0;
}
.ecom-box {
  padding: 20px 0 26px 52px;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  max-width: 570px;
  width: 100%;
  margin-bottom: 20px;
}
.ecom-box p {
  font-size: 18px;
  line-height: 27px;
}
.acc_banner {
  background: url("../images/accessories/acc-banner.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: cover !important;
}
.rest-banner {
  background: url("../images/restaurant/rest-banner.jpg");
}
.ecom-sec1 {
  padding: 70px 0;
}
.rest-end-sec {
  padding-top: 100px;
}
.rest-end-sec .row {
  margin-bottom: 100px;
}
.rest-end-sec .hrimg {
  margin: 30px 0 !important;
  padding: 0 !important;
}
.rest-sec-2 {
  padding: 70px 0;
}
.pay-bg {
  background: url("../images/pay-at-the-table/pay-bg.webp");
}
.pay-bg.inner-banner2 h1,
.mobile-bg h1 {
  font-size: 42px !important;
}
.pay-box {
  box-shadow: 0 0 1px 1px #22114433;
  border-bottom: 4px solid var(--green2);
  border-radius: 20px;
  background: #ffffff;
  padding: 28px 34px;
}
.mobile-bg {
  background: url("../images/mobile/mob_bg.jpg");
}

/* header new start*/
.left_menu_header {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}
.left_menu_header a {
  margin-top: 3px;
}

.navbar-brand {
  max-width: 110px;
  width: 100%;
}
.cart_header {
  width: 25px;
  height: 25px;
}
.head_logo_new {
  max-width: 100px !important;
}
/* header new end */

/* new pages start */
.prod_banner {
  background: url("../images/new/prod1_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner_map {
  position: absolute;
  top: -90px;
  left: 0;
}
.prod_banner h3 {
  font-size: 22px;
  font-weight: 300;
}
.prod_banner h1,
.prod_head {
  font-size: 54px;
  word-break: break-all;
  max-width: 100%;
  width: 100%;
}
.prod_head{
  line-height: 1.2;
}
.prod1_banner {
  padding: 90px 0;
}

.prod_features {
  padding: 100px 0;
}
.prod_features p {
  font-size: 15px;
}
.prod1_img2 {
  width: 90%;
  margin-top: 40px;
}
.feat_list_wrap {
  padding-left: 60px;
}
.feat_item {
  max-width: 478px;
  width: 100%;
  /* min-height: 102px; */
  background: linear-gradient(90deg, #228800 0%, #1e7800 94.15%);
  border-radius: 55px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.feat_item p {
  font-size: 22px;
  color: white;
  margin: 0;
}
.feat_list {
  gap: 30px;
  width: 100%;
}
.feat_icon {
  background: white;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.detail_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
}
.prod1_detail,
.prod1_details {
  background-image: url("../images/new/detail_bg.png");
}
.prod_a35{
    background-image: url("../images/new/prod_a35.jpg");
}
.prod2_detail {
  background-image: url("../images/new/detail_bg2.png");
  background-position: top right;
}
.prod2_detail h2,
.prod2_detail p {
  max-width: 600px;
}
.prod_specs {
  padding-top: 110px;
}
.specs_wrap {
  margin-top: 50px;
}
.prod1_img3 {
  width: 45%;
  margin: 0 auto;
}
.spec_item {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 20px;
  max-width: 360px;
  width: 100%;
  min-height: 111px;
  display: flex;
  gap: 15px;
  align-items: center;
  border: 2px solid white;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.spec_item:hover {
  background: var(--green2);
}
.specs_right .spec_item {
  justify-content: flex-end;
  text-align: end;
  padding: 21px 10px 10px;
}
.specs_left .spec_item {
  justify-content: flex-start;
  text-align: start;
  padding: 21px 10px 10px;
}
.specs_right .spec_item:first-child {
  border-bottom-right-radius: 0px !important;
  transform: translateX(15%);
}
.specs_right .spec_item:last-child {
  border-top-right-radius: 0px !important;
  transform: translateX(15%);
}
.specs_left .spec_item:first-child {
  border-bottom-left-radius: 0px !important;
  transform: translateX(-15%);
}
.specs_left .spec_item:last-child {
  border-top-left-radius: 0px !important;
  transform: translateX(-15%);
}
.specs_right,
.specs_left {
  width: 28%;
  min-height: 600px;
}
.spec_item:hover img {
  filter: brightness(0) invert(1);
}
.spec_item:hover * {
  color: white !important;
}
.spec_item h3 {
  font-size: 20px;
  color: var(--theme-color);
}
.spec_item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.prod2_feat_list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.prod2_box:nth-child(odd) {
  margin-left: auto;
  justify-content: flex-start;
}
.prod2_box {
  max-width: 480px;
  border: 5px solid white;
  border-radius: 100px;
  width: 75%;
  height: 99px;
  background: var(--green2);
  box-shadow: 0px 0px 20px 0px #0000004d;
  display: flex;
  gap: 30px;
  align-items: center;
  height: 100%;
  padding: 17px 0;
  justify-content: flex-end;
}
.p2_img {
  width: 115px !important;
  height: 115px !important;
  margin: -30px -40px -30px 0;
  box-shadow: 0px 5px 20px 0px #00000033;
  border-radius: 70%;
}
.prod2_box:nth-child(odd) .p2_img {
  margin: -30px 0 -30px -40px;
}

/* .p2_img img {
  width: 115px !important;
  height: 115px !important;
  margin: -30px 0 -30px -40px;
  box-shadow: 0px 5px 20px 0px #00000033;
  border-radius: 70%;
} */
.prod2_box p {
  font-size: 26px;
  color: white;
  margin: 0;
}
.prod3_box p {
  font-size: 24px;
}
.prod3_box {
  display: flex;
  align-items: center;
  background: var(--green2);
  padding: 10px;
  border-radius: 100px;
  /* max-width: 380px; */
  width: 58.5%;
  justify-content: flex-end;
  gap: 15px;
}
.prod3_box:nth-child(odd) {
  margin-left: auto;
  justify-content: flex-start;
}
.p3_img {
  background: white;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod3_feat_list {
  gap: 27px;
  position: relative;
  /* padding: 20px 0; */
}
.prod3_curve {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.prod2_banner h1,
.bs_navig h2 {
  word-break: auto-phrase;
  font-size: 52px;
}
.prod2_banner img {
  max-width: 90%;
  margin-left: auto;
}
.qd_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.qd_item p {
  font-size: 20px;
  color: var(--green2);
  font-family: "Altform SemiBold", sans-serif;
  margin: 0;
  width: max-content;
}
.qd_icon {
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: var(--green2);
}
.qd2_specs .spec_item {
  padding: 20px 10px 10px;
  min-height: 91px;
}
.p1_banner h1 {
  word-break: keep-all;
}
.z6_item {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
}
.z6_item p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color);
  font-family: "Altform SemiBold", sans-serif;
}
.z6_icon {
  width: 70px;
  height: 70px;
  background-color: var(--green2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.z6_icon img {
  max-width: 40px;
  width: 55%;
  margin: 0 auto;
}
.z6_icon {
  width: 58px;
  height: 58px;
}
/* new pages end */

/* new big screens start*/
.bs_banner {
  padding: 160px 0 70px;
}
.bs_feature {
  padding: 100px 0;
}
.bs_sec2 {
  background-image: url("../images/new/bs/bs_sec2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  padding: 110px 0;
}
.bs_feat_item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
}
.bs_feat_icon {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 13px 7px;
  background-color: var(--green2);
  display: flex;
  justify-items: center;
  align-items: center;
}
.bs_feat_item img {
  margin: 0 auto;
}
.bs_feat_item p {
  font-size: 16px;
  color: white;
  margin: 0;
}
.bs_feat_row {
  row-gap: 40px;
}
@media (min-width: 1480px) {
  .bs_feature .container,
  .bs_navig .container {
    max-width: 1469px;
    margin: 0 auto;
  }
  .bs_page_inner .container {
    max-width: 1469px;
  }
}
.bs_feature .prod_head {
  line-height: 4.5rem;
  padding-bottom: 4rem;
}
.bs_home {
  background-image: url("../images/new/bs/bs_home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 70px 0 410px; */
  padding: 5rem 0 30rem;
}
.bs_home p {
  max-width: 820px;
  margin: 0 auto;
  color: white;
  padding: 20px 0;
}
.bs_opt {
  min-height: 600px;
  padding-top: 100px;
  margin-top: 100px;
  background-image: url("../images/new/bs/opt_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.bs_opt .row {
  padding: 100px 0 50px;
  gap: 70px;
}
.opt1 {
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(7, 27, 0, 0.1) 0%,
    rgba(34, 136, 0, 0.1) 100%
  );
  box-shadow: -37.98px 37.98px 37.98px 0px #ffffff1a inset;
  backdrop-filter: blur(75.95875549316406px);
}
.bs_navig .container {
  background-image: url("../images/new/bs/navig.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-size: cover;
  padding: 100px 0;
  margin-top: 100px;
}
section.bs_navig .col-xxl-7 {
  padding-left: 80px;
}
.bs_feat_text h3 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  color: white;
  margin-bottom: 0;
  text-transform: capitalize;
}
.bs_business_row {
  background-image: url("../images/new/bs/grey_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 100px 0;
}
.bs_business_feats .bs_feat_item p {
  font-size: 15px;
}
.bs_business_feats {
  margin: 100px 0;
}
.bs_security {
  background-image: url("../images/new/bs/bs_security.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.bs_descr {
  margin-top: 100px;
}
.bs_desc_row {
  background-color: var(--green2);
  padding: 50px 0;
  border-radius: 25px;
}
.desc_list li {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 25px;
}

.desc_list span {
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: var(--green2);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc_list p {
  margin: 0;
  /* text-transform: uppercase; */
  font-size: 18px;
  color: white;
}
.perip_img {
  min-height: 215px;
}
.lh-30 {
  line-height: 28px;
}
.energy_bg {
  background-image: url("../images/new/bs/energy_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* new big screens end */


/* dej_feature start */
.dej_feature svg {
  margin-bottom: 20px;
  max-width: 100px;
}
.dej_feature p {
  font-size: 17px;
}
.dej_detail h2 {
  color: var(--theme-color) !important;
  padding-bottom: 30px;
  /* font-size: 50px; */
}
.dej_detail {
  padding: 50px 0 !important;
}
.dej_detail p {
  max-width: 700px;
  color: black !important;
  font-size: 18px;
  margin: 0 auto 10px;
}
.cls-1 {
  fill: var(--green2);
  stroke-width: 0px;
}
.cls-2 {
  fill: var(--green2);
}

.cls-2 {
  stroke: var(--green2);
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

.dej_logos img {
  width: 100%;
  object-fit: contain;
  max-width: 220px;
}
.dej_specs {
  padding: 80px 0;
}
.dj_spec_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.dj_spec_list_general {
  width: 38%;
}
.dj_spec_img {
  width: 23%;
  order: 0;
}
.dej_spec_list {
  border-bottom: 1px solid var(--green2);
  padding: 7px 0;
}
.dej_spec_list h3 {
  color: var(--green2);
  font-size: 17px;
  margin-bottom: 5px;
}
.prod_head {
  line-height: 1.2;
}
.prod_head span {
  color: var(--green2);
  font-style: italic;
}
.dej_spec_list p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
.dej_uses {
  padding: 100px;
  background-color: #070707;
}
.dej_uses h2{
  text-transform: capitalize;
}
.dej_uses h3 {
  font-size: 35px;
}
section.dej_uses img {
  border-radius: 40px;
}
/* dej_feature end */

/* clover prod start*/
.clover_prod_banner {
  padding: 150px 0;
}
.clover_prod_banner h1{
  font-size: 52px;
}
.clover_price {
  font-size: 22px;
  color: white;
  margin: 15px 0;
}
.clover_flex{
  background-image: url("../images/new/clover/flex_bg.png");
}
.clover_flex_mini{
  background-image: url("../images/new/clover/flex_mini_banner.png");
}
.clover_flex_pock{
  background-image: url("../images/new/clover/flex_pock_banner.png");
}
.clover_feats {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.clover_feat_box {
  text-align: center;
}
.clover_feat_img {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.clover_feat_box h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.clover_feat_box p {
  font-size: 18px;
}
.clover_insights {
  padding: 100px 0;
  background-image: url("../images/new/clover/insight_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clover_insights h3 {
  padding-left: 20px;
  position: relative;
  font-size: 24px;
}
.clover_insights h3::before {
  content: "";
  background-image: url("../images/new/clover/dot.png");
  position: absolute;
  top: 75%;
  transform: translateY(-55%);
  left: 0px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
} 
.clover_options{
  padding: 100px 0;
}

.clover_options p{
  font-size: 19px;
}
.feat_ic_invert{
    filter: invert(1);
}
/* clover prod end */

/* responsive */
@media (max-width: 1440px) {
    
    .dej_uses h3 {
        font-size: 30px;
    }
    
  /* new page start */
  .prod2_detail {
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .prod_banner h1 {
    font-size: 49px;
  }
  .prod_banner p {
    font-size: 14px;
  }
  .prod_banner h3 {
    font-size: 19px;
  }
  .banner_map {
    top: -60px;
    left: 0;
    max-width: 950px;
  }
  .list_dots {
    max-width: 40px;
  }
  .feat_icon {
    max-width: 60px;
  }
  .feat_list {
    gap: 25px;
  }
  .feat_item p {
    font-size: 19px;
  }
  .specs_wrap {
    margin-top: 30px;
  }
  .prod_head {
    font-size: 42px;
  }
  .prod1_img3 {
    max-width: 430px;
  }
  .spec_item h3 {
    font-size: 17px;
  }
  .spec_item p {
    font-size: 12px;
  }
  .specs_right,
  .specs_left {
    width: 27%;
    min-height: 500px;
  }
  .specs_right .spec_item:first-child,
  .specs_right .spec_item:last-child {
    transform: translateX(25%);
  }
  .specs_left .spec_item:first-child,
  .specs_left .spec_item:last-child {
    transform: translateX(-25%);
  }
  .specs_left .spec_item:nth-child(2) {
    transform: translateX(-10%);
  }
  .specs_right .spec_item:nth-child(2) {
    transform: translateX(10%);
  }
  .spec_item img {
    max-width: 45px;
  }
  .spec_item {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    min-height: 85px;
  }
  .prod2_box {
    padding: 17px 0;
  }
  .p2_img {
    width: 95px !important;
    height: 95px !important;
  }
  .prod2_box p {
    font-size: 22px;
  }
  .prod3_box p {
    font-size: 19px;
  }
  .p3_img {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .prod3_box {
    width: 58%;
  }
  .prod3_curve {
    max-width: 133px;
  }
  .bs_navig h2 {
    font-size: 39px;
  }
  .bs_feature .prod_head {
    line-height: 3rem;
  }
  .bs_feat_row {
    row-gap: 20px;
  }
  .bs_feat_icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    padding: 9px;
  }
  .bs_feat_text h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .bs_home {
    padding: 5rem 0 23rem;
  }
  .bs_banner {
    padding: 90px 0;
  }
  .bs_navig .container {
    background-image: url("../images/new/bs/navig2.png");
  }
  .desc_list p {
    font-size: 17px;
  }
  .bs_business_feats {
    margin: 60px 0;
  }
  .bs_business_row {
    padding: 70px 0;
  }
  .bs_opt {
    min-height: unset;
    padding-top: 70px;
    margin-top: 70px;
  }
  .bs_opt .row {
    padding: 60px 0 50px;
  }
  /* new page end */

  header.main-header .container {
    max-width: 1300px;
  }
  .sec-4 .container-fluid {
    /* padding-left: 91px; */
  }
  .sm-box-wrap {
    max-width: 80px;
    height: 80px;
  }
  .sec-4 .para-2 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sec-title {
    font-size: 30px;
  }
  .sec-4 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec-4 .lg-card-wrap p {
    font-size: 14px;
  }
  .sec-8 h2,
  .sec-5 h2,
  .sec7 h2,
  .sec-2 h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .bs_feature {
    padding: 70px 0;
  }
}
@media (max-width: 1380px) {
    .bs_feat_item p {
        font-size: 13px;
    }
    .dej_uses,.dej_specs{
      padding: 60px 0;
    }

  /* new pages start */
  .qd_item p {
    font-size: 16px;
  }
  .qd_icon {
    width: 70px;
    height: 70px;
    padding: 16px;
    min-width: 70px;
  }
  .prod_specs {
    padding-top: 70px;
  }
  .detail_bg,
  .prod_features {
    padding: 70px 0;
  }
  .specs_right,
  .specs_left {
    min-height: 450px;
  }
  /* new pages end */
  header.main-header .container {
    max-width: 1190px;
  }

  .feature-banner h1,
  .inner-banner2 h1,
  .pos-banner h1 {
    font-size: 44px !important;
    line-height: 50px !important;
  }
  .sec-4 .container-fluid {
    /* padding-left: 128px; */
  }
  .pay-bg.inner-banner2 h1,
  .mobile-bg h1 {
    font-size: 38px !important;
  }
  .contact-banner h1 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  .sec-4 .container-fluid {
    /* padding-left: 95px; */
  }
  .font18 {
    font-size: 17px;
  }
  .hero-banner-hd {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
    .dej_logos{
        flex-wrap: wrap;
    }
    .dej_spec_list p {
        font-size: 14px;
    }
    .dej_spec_list h3 {
        font-size: 15px;
    }
  /* new page start */
  .prod3_curve {
    max-width: 110px;
  }
  .prod3_box p {
    font-size: 16px;
  }
  .prod2_detail {
    background-position: 50% 0;
  }
  .specs_right .spec_item:first-child,
  .specs_right .spec_item:last-child {
    transform: translateX(12%);
  }
  .specs_right .spec_item:nth-child(2) {
    transform: translateX(0%);
  }
  .specs_left .spec_item:first-child,
  .specs_left .spec_item:last-child {
    transform: translateX(-12%);
  }
  .sec6 h2 {
    font-size: 32px;
  }
  .prod_banner h1 {
    font-size: 43px;
  }
  .p3_img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .specs_left .spec_item:nth-child(2) {
    transform: translateX(0%);
  }
  .sec-3 {
    padding: 60px 0 30px;
  }
  .banner_map {
    max-width: 740px;
  }
  .qd_icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    padding: 13px;
  }
  .qd_icon img {
    width: 80%;
    margin: 0 auto;
  }
  .z6_icon {
    width: 58px;
    height: 53px;
  }
  .bs_opt {
    min-height: unset;
    padding-top: 50px;
  }
  .bs_opt .row {
    padding: 50px 0;
    gap: 50px;
  }
  section.bs_navig .col-xxl-7 {
    padding-left: 40px;
  }
  .bs_navig .container {
    padding: 60px 0;
    margin-top: 50px;
  }
  .bs_feat_icon {
    padding: 14px;
  }
  .bs_specs .spec_item img {
    max-width: 35px;
  }
  .perip_img {
    min-height: 160px;
  }
  .bs_opt p {
    font-size: 14px;
  }
  /* new page end */
  .hero-banner .col-md-7 {
    padding-left: 85px;
  }
  .dt-sec-2-right {
    margin: 10px 0 0 -60px;
  }
  .hero-banner-hd {
    font-size: 40px;
    line-height: 45px;
  }
  .key-box h3 {
    min-height: 66px;
  }
  .bs_feat_item p {
    font-size: 14px;
    color: white;
    margin: 0;
  }
  .bs_sec2 {
    padding: 60px 0;
  }
  .bs_feature {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .dt-sec-2-left,
  .dt-sec-2-right {
    max-width: 300px;
  }
  .dt-sec-2-left {
    margin: 45px 0 0 -191px;
  }
  .ecom-sec2 .row {
    margin-bottom: 70px;
  }
  .ecom-sec1 {
    padding: 50px 0;
  }
  .rest-end-sec .row {
    margin-bottom: 90px;
  }
  .key-features {
    padding: 60px 0;
  }
  .sm-box-wrap span {
    font-size: 30px;
  }
  .pos-sec1 {
    padding: 50px 0 30px;
  }
  .hero-banner {
    background-position: center;
  }
  .hero-banner .col-md-7 {
    padding-left: 0;
  }
  .sec-9 h2,
  .sec6 h2,
  .sec-8 h2,
  .sec-5 h2,
  .sec7 h2,
  .sec-2 h2 {
    font-size: 30px;
  }
  .sec-9 h2 {
    line-height: 40px;
  }
  .sec-4 .container-fluid {
    /* padding-left: 15px; */
  }
  .sec6 br {
    display: none !important;
  }
  .sec7-box p {
    font-size: 17px;
  }
  .sec7-box {
    padding: 10px 0;
  }
  .dt-sec-2-right {
    margin: 35px 0 0 -60px;
  }
}
@media (max-width: 991px) {
  /* new page start */
  .prod_features .secondry-btn {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
    }
  section.dej_uses img {
        width:100%;
        margin-top: 40px;
    }
  section.dej_uses .col-lg-4:first-child img {
        
        margin-top: 0;
    }
    .dj_spec_wrap {
        flex-direction: column;
        gap: 0px;
    }
    .dj_spec_list_general {
        width: 100%;
        order: 2;
    }
    .dj_spec_img {
        width: 100%;
        order: 0;
        max-width: 250px;
        margin-bottom: 40px;
    }
  .prod1_img3 {
    display: none;
  }
  .spec_item {
    transform: none !important;
    height: 91px;
  }
  .specs_right,
  .specs_left {
    width: 48%;
    margin: 0 auto;
    min-height: unset;
    gap: 30px;
  }
  .prod_banner {
    background-position: 90%;
  }
  .prod2_img2 {
    display: none;
  }
  .prod3_box {
    width: 55%;
  }
  .prod2_detail h2,
  .prod2_detail p {
    max-width: 100%;
  }
  .prod_banner h1,
  .prod_head {
    word-break: keep-all;
  }
  .prod1_img2 {
    display: none;
  }
  .prod2_box p {
    font-size: 18px !important;
  }
  .p1_specs .spec_item {
    min-height: unset !important;
    height: 119px !important;
  }
  .z6_feat_row {
    flex-wrap: wrap;
    row-gap: 30px !important;
    justify-content: center !important;
    column-gap: 20px !important;
  }
  .bs_sec2 {
    background: rgb(39, 48, 91);
    background: linear-gradient(
      79deg,
      rgba(39, 48, 91, 1) 10%,
      rgba(21, 22, 39, 1) 100%
    );
  }
  .bs_navig .container {
    background: rgb(97, 97, 97);
    background: linear-gradient(
      79deg,
      rgba(97, 97, 97, 1) 24%,
      rgba(153, 153, 153, 1) 100%
    );
  }
  .bs_opt .row {
    gap: 0;
  }
  .bs_business_feats .bs_feat_item p {
    font-size: 14px;
  }
  .bs_banner h1 {
    font-size: 45px !important;
  }
  .lh-30 {
    line-height: 23px;
  }
  .bs_opt {
    margin-bottom: 40px;
  }
  /* new page end */
  .main-header nav.navbar {
    padding: 10px 0 !important;
  }
  .left_menu_header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px 0 0;
    gap: 15px;
  }
  .head_cart {
    display: none !important;
  }
  .head-list {
    gap: 15px;
    margin-top: 15px;
  }
  .card-xxl::before {
    content: none;
    display: none;
  }
  .dt-sec-2-left {
    margin: 0 !important;
  }
  .dt-sec-2-right {
    margin: 0 !important;
  }
  .pay-bg.inner-banner2 h1,
  .mobile-bg h1 {
    font-size: 30px !important;
  }
  .font18 {
    font-size: 16px;
  }
  .rest-end-sec .hrimg {
    margin: 30px auto !important;
  }
  .rest-end-sec .row {
    margin-bottom: 70px;
  }
  .rest-end-sec {
    padding-top: 60px;
  }
  .ecom-sec2,
  .ecom-sec3 {
    padding: 40px 0;
  }
  .ecom-sec2 .headings-wrap,
  .ecom-sec3 .headings-wrap {
    margin-bottom: 40px;
  }
  .sm-box-wrap span {
    font-size: 26px;
  }
  .ecom-sec2 .row {
    margin-bottom: 50px;
  }
  .ecom-box {
    padding: 20px 0 26px 32px;
  }
  .feature-banner h1,
  .inner-banner2 h1,
  .pos-banner h1 {
    font-size: 37px !important;
    line-height: 45px !important;
  }
  .feature-banner,
  .pos-banner {
    background-position: -300px 0 !important;
  }
  .key-box h3 {
    min-height: auto;
    font-size: 19px;
  }
  .key-box p {
    font-size: 15px;
  }
  .feature-flex {
    padding: 40px 0;
  }
  .container p:first-child {
    font-size: 15px !important;
  }
  section.contact-form-sec {
    padding-top: 50px;
  }
  .contact-box {
    margin-bottom: 28px;
  }
  .main-header .navbar-toggler {
    width: 60px;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
  }
  .head-list li {
    padding: 0;
    text-transform: uppercase !important;
    display: block;
  }
  .dropdown-hover-menu {
    position: static;
    border: 0 !important;
  }
  .dropdown-hover-menu .menu-link {
    padding: 10px 20px;
    font-size: 14px;
  }
  .topbar a {
    font-size: 14px;
  }
  .sec-2 .right-content br {
    display: none !important;
  }
  section h2 {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .z6_feat_row {
    justify-content: flex-start !important;
  }
    .prod_features p {
        font-size: 15px;
    }
  .feat_list_wrap {
    padding-left: 0 !important;
  }
  .list_dots {
    display: none;
  }
  .prod_banner h1 {
    font-size: 35px;
  }
  .prod_banner h3 {
    font-size: 15px;
  }
  .detail_bg,
  .prod_features {
    padding: 30px 0;
  }
  .sec6_btns a {
    padding: 10px 15px !important;
    font-size: 13px !important;
  }
  .sec6 h3 {
    font-size: 15px;
    line-height: 23px;
  }
  .bs_feat_item p {
    text-align: start;
  }
  section.bs_opt .row {
    row-gap: 50px;
  }
  section.bs_navig {
    margin-bottom: 50px;
  }
  section.bs_navig .col-xxl-7 {
    padding-left: 0px;
  }
  .bs_opt {
    margin-top: 40px;
  }
  .prod_specs {
    padding-top: 40px;
  }
  .bs_navig .container,
  .bs_sec2 {
    padding: 40px 0;
    border-radius: 10px;
  }
  .bs_navig h2 {
    font-size: 24px !important;
  }
  .sec6 h2 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .sec-8 p br {
    display: none;
  }
  .sec-8 p,
  .bs_home p {
    font-size: 14px;
  }
  .bs_home {
    padding: 5rem 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.58),
        rgba(0, 0, 0, 0.62)
      ),
      url("../images/new/bs/bs_home.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
  }
  .bs_business_row {
    
    border-radius: 0;
}
}
@media (max-width: 575px) {
    .card-xxl-img{
        width:90%;
        margin: 0 auto;
    }
  /* new page start */
  .dej_uses, .dej_specs {
    padding: 40px 0;
}
  section.dej_uses{
      margin-bottom:50px;
  }
  .specs_right,
  .specs_left {
    width: 99% !important;
  }
  .specs_right .spec_item {
    flex-direction: row-reverse;
    text-align: start;
    margin-left: 0;
    align-items: center;
    margin-right: auto;
  }
  .specs_wrap {
    flex-direction: column !important;
    gap: 20px !important;
    margin-bottom: 50px;
  }
  .specs_wrap .specs_right .spec_item,
  .specs_wrap .specs_left .spec_item {
    max-width: 100%;
    border-radius: 16px !important;
  }
  .p1_specs .spec_item {
    height: 89px !important;
  }
  .prod2_box {
    gap: 10px;
  }
  .p2_img {
    width: 80px !important;
    height: 80px !important;
  }
  img.prod3_curve {
    display: none;
  }
  .prod3_box {
    width: 100%;
  }
  .prod3_box p {
    font-size: 18px !important;
    text-transform: capitalize;
  }
  /* new page end */
  .sec-3-cards h3 {
    font-size: 30px;
  }
  .sec-3 h6 {
    font-size: 15px;
  }
  .pay-bg.inner-banner2 h1,
  .mobile-bg h1 {
    font-size: 25px !important;
  }
  .pay-box {
    padding: 20px;
  }
  .ecom-box p {
    font-size: 15px;
  }
  .rest-end-sec {
    padding-top: 40px;
  }
  .rest-end-sec .row {
    margin-bottom: 50px;
  }
  .font18 {
    font-size: 14px;
  }
  .ecom-sec1 {
    padding: 25px 0;
  }
  .ecom-box {
    padding: 20px 0 20px 20px;
  }
  .pos-sec1 {
    padding: 0;
  }
  .feature-banner h1,
  .inner-banner2 h1,
  .pos-banner h1 {
    font-size: 27px !important;
    line-height: 40px !important;
  }
  .feature-banner,
  .pos-banner {
    background-position: left !important;
  }
  .key-box {
    text-align: center !important;
    padding: 30px 15px;
  }
  .key-features {
    padding: 40px 0;
  }
  .feature-flex {
    padding-bottom: 0;
  }
  section.contact-form-sec {
    padding-top: 30px;
  }
  .hero-banner {
    padding: 0 20px;
  }
  .hero-banner-hd {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-banner .secondry-btn,
  .hero-banner .primary-btn {
    padding: 14px 17px;
  }
  .hero-banner .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
  .hj-sec3.d-flex {
    flex-wrap: wrap;
  }
  section h2 {
    text-align: center;
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .sec7-box:last-child,
  .lg-card-wrap:last-child {
    margin-bottom: 0;
  }
  .contact-box {
    margin-bottom: 15px;
  }
  .sec-3 {
    padding: 0 0 50px 0;
  }
  .about-sec1,
  .sec7 {
    padding-bottom: 0;
  }
  .sec7,
  .sec-8,
  .sec6,
  .sec-5,
  .sec-4 {
    padding: 50px 0;
  }
  .dt-sec-2,
  .referral,
  .contact-form-sec {
    padding-top: 50px;
  }
  .submit-btn {
    font-size: 15px;
    padding: 15px 39px;
  }
  .sec7-row {
    margin: 0;
  }
  .sec-4 h4 {
    font-size: 16px;
  }
  .hero-banner {
    min-height: unset;
    padding: 100px 0 !important;
    /* background: #000e1c; */
  }
  .hero-banner-hd {
    margin-bottom: 10px;
  }
  .about-sec1 p,
  .hero-banner .para {
    padding-bottom: 0 !important;
  }
  .contact-form-sec .mx-auto.my-4 {
    margin: 0 auto !important;
  }
  .key-box p {
    padding-bottom: 0 !important;
    min-height: unset;
  }
  .error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: red;
  }
}
