@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.ttf");
}
@font-face {
  font-family: "Graphik-normal";
  src: url("../fonts/graphik-normal.ttf");
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.text-grey {
  color: var(--font-grey) !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;
}
.head-list li a {
  color: #000;
  font-family: "graphik";
}
.head-list li {
  padding: 25px 0;
  position: relative;
}
.head-list li:hover a {
  color: var(--green2);
}
.main-header nav.navbar.navbar-expand-lg {
  padding: 0;
}
header.main-header .navbar-brand img {
  max-width: 90% !important;
}
.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-size: 15px;
  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: 50px 0;
}
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;
}
.footer-social-icons a {
  background-color: #000;
  display: block;
  height: 50px;
  width: 50px;
  background: #000;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
}
.footer-social-icons a:hover {
  color: #000;
  background: var(--green2);
}
.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: 600;
  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);
}
.hero_content {
  padding: 140px 0;
}
.hero-banner .secondry-btn {
  font-family: "graphik";
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 600;
  padding: 19px 40px;
  text-transform: uppercase;
  background: var(--green2);
  color: #fff;
}
.hero-banner-hd {
  font-family: "Altform SemiBold";
  color: #fff !important;
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
  width: 91% !important;
  margin-bottom: 25px;
  /* text-transform: capitalize; */
}
.hero-banner .para {
  font-family: "graphik";
  font-size: 18px;
  font-weight: 400;
  line-height: unset;
  max-width: 536px;
}
.secondry-btn,
.primary-btn {
  font-family: "graphik";
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 34px;
  text-transform: uppercase;
  background: #fff;
  color: var(--green2);
  border-radius: 7px;
}
.secondry-btn {
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: capitalize;
  background: var(--green2);
  color: #fff;
}
.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;
}
.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: 20px;
  color: var(--font-grey);
  font-weight: 400;
  line-height: 37px;
}
.sec-3 {
  padding: 30px 0 16px !important;
}
.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: 600;
}
.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.webp");
  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 {
  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: 14px;
  display: flex;
  align-items: center;
}
.card-xxl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #dadada;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  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;
}
.dt-sec-2-left {
  margin: 31px 0 0 -191px;
}
.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.webp");
}
.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;
}
.rest-banner {
  background: url("../images/restaurant/rest-bg.webp");
}
.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/mobile-bg.webp");
}
@media (max-width: 1440px) {
  .hero-banner-hd {
    font-size: 60px;
  }
  .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;
  }
}
@media (max-width: 1380px) {
  .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;
  }
}
@media (max-width: 1200px) {
  .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;
  }
}
@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) {
  .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;
  }
  .head-list li {
    padding: 5px 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;
  }
}
@media (max-width: 575px) {
  .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-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: 25px 0;
  }
  .dt-sec-2,
  .referral,
  .contact-form-sec {
    padding-top: 50px;
  }
  .submit-btn {
    font-size: 15px;
    padding: 15px 39px;
  }
  p br {
    display: none;
  }
  .sec7-row {
    margin: 0;
  }
  .sec-4 h4 {
    font-size: 16px;
  }
  .hero-banner {
    min-height: unset;
    padding: 100px 0 !important;
    background: var(--theme-color);
    padding: 0 20px;
  }
  .rest-sec-2 .col-lg-6:first-child img,
  .sec-2 .col-lg-6:first-child img,
  .sec-5 .col-md-6:first-child img {
    display: none;
  }
  .rest-sec-2 {
    padding: 30px 0;
  }
  .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;
  }
  footer h2 {
    padding-top: 20px;
    font-weight: 600;
  }
}
