:root {
  --color-bg-main: #ff4d00;
  --color-bg-second-main: #17375e;
  --color-bg-light: #FFF5F0;
  --color-white: #fff;
  --color-black: #000;
  --color-black-light: #333333;
  --color-bg-shadow: #ff4d0033;
  --color-bg-black-main: #0d0c17;
  --color-border-color: #e2e2e2;
  --color-text: #333333;
}

.banner-btn {
  position: absolute;
  bottom: -150px;
  left: 25%
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
  -moz-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
  box-shadow: inset 0 0 6px rgb(0 0 0 / .3)
}

::-webkit-scrollbar-thumb {
  background: var(--color-bg-main);
}

:root {
  --primary-color: #26a2dc;
  --primary-dark: #0081b6;
  --primary-light: #53b0e1;
  --primary-bg: #87d1f1;
  --primary-bg-light: #f6fafe;
  --secondary-color: #333333;
  --secondary-dark: #808080;
  --secondary-light: #a0a2a5;
  --secondary-bg: #cacccd;
  --white: #ffffff;
  --section-bg: #f6fafe;
  --shadow: #00000030;
  --shadow-blue: #269dd759;
  --title-new: #0caa41
}

.modal-bar-left {
  position: absolute;
  left: 0;
  height: 100px;
  bottom: 60px
}

.modal-bar-top {
  position: absolute;
  right: 70px;
  height: 100px;
  top: -36px;
  transform: rotate(90deg)
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary-color)
}

.modal-head-bold {
  font-size: 27px
}

.select2-container .select2-selection--single {
  height: 37.6px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37.6px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important
}

.saudi-hero-cta {
  height: 400px
}

a {
  color: var(--primary-color);
  text-decoration: none
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif
}

.btn {
  font-weight: 700;
  text-transform: capitalize
}

.careersectioncard h5 {
  text-transform: capitalize !important
}

.btn:disabled {
  background-color: var(--primary-dark);
  color: var(--white) !important
}

.btn-brand {
  background-color: var(--primary-dark);
  color: var(--white);
  border: 1px solid var(--primary-dark)
}

.btn-brand:hover,
.btn-brand:active,
.btn-brand:focus-visible {
  background-color: var(--color-white);
  color: var(--color-bg-main) !important;
  border: 1px solid var(--color-bg-main) !important;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white)
}

.btn-primary:hover {
  background-color: var(--white);
  color: var(--primary-color)
}

.btn-white {
  background-color: var(--white);
  color: var(--primary-color)
}

.btn-white:hover {
  background-color: var(--primary-color);
  color: var(--white)
}

.text-primary-dark {
  color: var(--primary-dark)
}

.text-primary-light {
  color: var(--primary-color)
}

.b-r-10 {
  border-radius: 10px
}

.text-brand {
  color: var(--primary-color)
}

.modal-backdrop.show {
  opacity: 0.8 !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type="number"] {
  -moz-appearance: textfield
}

.btn i {
  font-size: 20px
}

.bg-primary {
  background-color: var(--primary-color) !important
}

.bg-primary-dark {
  background-color: var(--primary-dark)
}

.bg-dark {
  background-color: var(--secondary-color)
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: var(--white)
}

div#preloader video {
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#industries .boxes img {
  margin: 0
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-bg-main);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.4s
}

.back-to-top i {
  font-size: 18px;
  color: var(--white);
  line-height: 0
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--white)
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

#cookie {
  position: fixed;
  bottom: 15px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%)
}

#cookies-btn {
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 50%;
  height: 21px;
  width: 21px;
  text-align: center;
  border: 2px solid var(--white);
  line-height: 17px
}

#cookies-btn i {
  font-size: 13px
}

.solution-box img {
  height: 80px;
  width: 80px
}

.boxes-business {
  display: flex;
  justify-content: center
}

.scale-up-card {
  padding-bottom: 1vw;
  background-image: url(../images/erp.webp);
  background-size: cover;
  background-position: center center;
  height: 34vw !important;
  border-radius: 15px !important;
  position: relative;
  width: 16.6%;
  transition: all 0.6s ease;
  margin: 0 1vw
}

.btn-brand {
  background-color: var(--color-bg-main);
  color: var(--color-white);
  border: 1px solid var(--color-bg-main);
}

.btn-brand:hover,
.btn-brand:active,
.btn-brand:focus-visible {
  background-color: var(--color-bg-light);
  color: var() !important;
  border: 1px solid var(--primary-dark);
}

.scale-up-card .cont {
  cursor: pointer
}

.scale-up-card::before {
  position: absolute;
  width: 100%;
  background: #020024;
  background-image: linear-gradient(130deg, #0a83c8, #00324f);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .7;
  border-radius: 15px
}

.scale-up-card:hover {
  width: 35%;
  transition: all 0.7s ease;
  background-position: center;
  background-size: cover
}

.scale-up-card h3 {
  position: absolute;
  bottom: 13.4vw;
  transform: rotate(270deg);
  left: -10.7vw;
  font-size: 1.6vw;
  margin: 0;
  width: 26vw;
  color: #fff
}

.scale-up-card .cont {
  width: 90%;
  height: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s ease
}

.scale-up-card .cont a p {
  font-size: 1vw;
  color: #fff !important
}

.scale-up-card:hover>.cont {
  text-align: start;
  height: auto;
  position: absolute;
  bottom: 9px;
  padding: 1.4vw 3vw;
  color: #fff
}

.scale-up-card .arrow {
  display: none
}

.scale-up-card:hover>.arrow {
  display: block
}

.scale-up-card:hover>.cont h4 {
  margin-bottom: 1.6vw;
  font-size: 2.1vw;
  color: #fff !important
}

.scale-up-card:hover>.cont a {
  text-decoration: none;
  color: #fff !important
}

.scale-up-card:hover>.cont a p {
  font-size: 1vw;
  color: #fff !important
}

.scale-up-card:hover h3 {
  display: none
}

.Scale-1 {
  background-image: url(../images/omni-channel.webp)
}

.Scale-2 {
  background-image: url(../images/smart-pos.webp)
}

.Scale-3 {
  background-image: url(../images/smart-retial-software.webp)
}

.Scale-4 {
  background-image: url(../images/accounting.webp)
}

.Scale-5 {
  background-image: url(../images/crm.webp)
}

.brochure-cta {
  margin: 0 0 50px 0
}

.brochure-box {
  padding: 20px;
  background-color: #fff
}

.brochure-box h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold !important
}

.brochure-box h2 span {
  color: var(--primary-dark)
}

.brochure-box p {
  font-size: 20px;
  width: 65%
}

.bg-box {
  border: 10px solid var(--primary-dark);
  width: 450px;
  height: 480px;
  z-index: -1;
  left: 5%;
  top: -88px
}

@media (max-width:765px) {
  #brochureform h4 {
    font-size: 18px;
    padding: 0 5px
  }

  #brochureform .modal-body {
    padding: 0 25px !important
  }

  .bg-box {
    border: 10px solid var(--primary-dark);
    width: 90%;
    height: 540px;
    z-index: -1;
    left: 20px;
    top: -88px
  }

  .brochure-box p {
    font-size: 20px;
    width: 100%
  }

  .brochure-img {
    width: 100%;
    text-align: center
  }

  .brochure-box {
    text-align: center !important
  }

  .brochure-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold !important
  }

  .brochure-img img {
    width: 70%;
    margin-top: -30px;
    background: #fff
  }

  .brochure-cta {
    margin: 0 0 50px 0
  }

  .careersectioncard .dandiya {
    position: absolute;
    height: 60px;
    left: -30px !important
  }

  .boxes-business {
    padding: 0 3px;
    display: flex;
    flex-wrap: wrap
  }

  .scale-up-card {
    width: 100%;
    margin-bottom: 10px
  }

  .scale-up-card:hover {
    width: 100%;
    transition: all 1.1s ease;
    background-position: center;
    background-size: cover
  }

  .scale-up-card h3 {
    transform: rotate(360deg);
    left: 50px;
    font-size: 15px
  }

  .scale-up-card .cont h3 {
    margin-bottom: 1.6vw;
    font-size: 18px
  }

  .scale-up-card .cont a {
    text-decoration: none;
    color: #fff !important
  }

  .scale-up-card:hover>.cont h4 {
    margin-bottom: 1.6vw;
    font-size: 18px;
    color: #fff !important
  }

  .scale-up-card h3 {
    width: 28vw;
    color: #fff
  }
}

.flip-container {
  perspective: 1000px
}

.flip-card {
  height: 250px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  background-color: var(--primary-bg-light);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg)
}

.flip-container:hover .flip-card {
  transform: rotateY(180deg);
  transition: 1s
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(40 58 90 / .9)
}

.headerbar {
  background-color: var(--white);
  padding: 30px 70px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.logo-nav {
  height: 45px
}

.time span {
  background-color: var(--white);
  color: var(--primary-color);
  width: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px
}

.time {
  font-size: 12px;
  line-height: 22px
}

.zzzz {
  font-size: 14px;
  font-weight: 500
}

.zzzz .a1 {
  font-size: 30px;
  font-weight: 600;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 5px;
  margin-top: 5px
}

.navbarContainer {
  box-shadow: 0 0 5px 1px var(--shadow);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px
}

.navbarContainer .dropdown .dropdown-menu-row {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.menuItem>li {
  height: 70px;
  padding: 0 8px;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: static;
  transition: color 0.3s cubic-bezier(.5, 0, .5, 1)
}

.menuItem>li a {
  color: var(--secondary-color);
  font-weight: 600
}

.menuItem li span::after,
.topmenulink::after,
.menuItem .dropdown-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: -2px;
  right: 0;
  background: var(--color-bg-main);
  transition: width 0.2s;
  -webkit-transition: width 0.2s ease
}

.menuItem .dropdown-menu .dropdowncenter li a:hover::after,
.topmenulink:hover::after,
.menuItem li:hover span::after,
.menuItem .dropdown-menu .subMenuGroupList li a:hover::after {
  width: 100%;
  left: 0;
  background: var(--color-bg-main)
}

.dropdown .dropdown-menu {
  position: absolute !important;
  padding: 0 !important;
  top: 70px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: none !important;
  width: 100%;
  max-width: 800px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.menuItem .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 25px
}

.dropdown:hover .dropdown-menu {
  display: block
}

.dropdownSection.dropdownRight a .solutionPlaystore img {
  max-width: 50%;
  height: auto;
  padding-top: 1rem;
  display: flex;
  margin: 0 auto
}

.dropdownLeft::before {
  content: "";
  height: 100%;
  width: 33.33333333%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-dark);
  z-index: -1
}

.subMenudropdownRow .dropdowncenter {
  padding: 2rem 20px
}

.dropdownLeft.subMenudropdown .subMenu {
  max-width: 1340px;
  transform: translate3d(0, 0%, 0);
  overflow: visible;
  padding: 20px 0;
  transition: none
}

.dropdownLeft.subMenudropdown .subMenu .solutionImage {
  max-width: 250px;
  margin-left: 25px
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist {
  max-width: 26.39%;
  margin: 0 0;
  padding: 0 0 0 10px;
  width: 100%
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-macro-name.active {
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: var(--secondary-color)
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist .nav-macro-name a {
  pointer-events: auto;
  display: inline-block;
  width: 100%;
  color: var(--white);
  font-size: 14px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: opacity 200ms ease-out 150ms;
  font-weight: 500
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist .nav-micro-menu {
  display: none;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 25%;
  max-width: 100%;
  top: 0;
  min-width: 620px;
  background: var(--white);
  transition: none;
  padding-top: 15px;
  padding-left: 15px;
  width: 75%
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-micro-menu.active {
  display: flex
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-micro-menu .subMenuGroupList {
  white-space: normal
}

.dropdownLeft.subMenudropdown .subMenu li {
  color: var(--secondary-color);
  width: max-content
}

.dropdownLeft.subMenudropdown .subMenu li i {
  padding-right: 8px;
  font-size: 16px
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-macro-name.active a,
.dropdownLeft.subMenudropdown .subMenu li:hover,
.topmenulink:hover,
.menuItem .dropdown-menu .dropdowncenter li a:hover,
.menuItem>li:hover span,
.nav-micro-menu .subMenuGroupList li a:hover {
  color: var(--color-bg-main)
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active {
  background: #fff0
}

.nav-micro-menu .subMenuGroupList li a {
  font-size: 14px;
  color: var(--secondary-color);
  text-transform: unset
}

.nav-micro-menu .subMenuGroupList .menuHeading {
  color: var(--secondary-color);
  font-size: 14px;
  cursor: default;
  margin: 7px 0;
  display: block
}

.animated-img {
  position: absolute;
  left: 30px;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.sidebar-navigation {
  position: absolute;
  width: 100%;
  left: -100%;
  top: 55px;
  height: calc(100vh - 70px);
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  overflow: auto
}

.sidebar-navigation.active {
  left: 0;
  transition: all 0.2s ease-in-out
}

.sidebar-navigation>ul>li>a {
  text-transform: unset
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0
}

.sidebar-navigation ul li {
  display: block
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 5px;
  text-decoration: none;
  color: var(--secondary-color);
  letter-spacing: .02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.sidebar-navigation ul li a em {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: var(--white);
  color: var(--primary-color);
  border-color: rgb(255 255 255 / .1)
}

.sidebar-navigation ul li ul {
  display: none
}

.sidebar-navigation ul li ul.open {
  display: block
}

.sidebar-navigation ul li ul li a {
  color: var(--secondary-color);
  border-color: rgb(255 255 255 / .1)
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: var(--white)
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: var(--primary-color);
  color: var(--white)
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: var(--white)
}

.subMenuColor1,
.subMenuColor2 {
  background-color: var(--primary-bg-light)
}

.mobile-menu .btn:focus,
.mobile-menu .btn:active {
  outline: none !important;
  border: none
}

a.btn.close .fa-bars::before {
  content: "\f00d"
}

.homebanner {
  padding: 40px 70px 0 70px !important;
  border-radius: 20px
}

.homebanner .carousel-inner .banner-img {
  position: relative;
  display: block
}

.homebanner .carousel-inner .person-img {
  position: absolute;
  bottom: 0;
  right: 50px
}

.homebanner .carousel-inner #person-mobile {
  position: absolute;
  bottom: 50px
}

.homebanner img,
.homebanner .carousel-item,
.homebanner .carousel-inner {
  border-radius: 20px
}

div#carouselExampleDark .carousel-caption {
  width: 45%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  bottom: initial
}

div#carouselExampleDark .carousel-caption h1,
div#carouselExampleDark .carousel-caption h2 {
  font-weight: 700
}

div#carouselExampleDark .carousel-caption h1 span,
div#carouselExampleDark .carousel-caption h2 span {
  font-size: 40px;
  font-weight: 700 !important;
  color: var(--primary-dark);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-family: "Poppins", sans-serif
}

div#carouselExampleDark .carousel-caption h3 {
  font-size: 18px
}

div#carouselExampleDark .carousel-control-next .carousel-control-next-icon,
div#mobileslider .carousel-control-next .carousel-control-next-icon,
div#mobileslider .carousel-control-prev .carousel-control-prev-icon,
div#desktopslider .carousel-control-next .carousel-control-next-icon,
div#desktopslider .carousel-control-prev .carousel-control-prev-icon {
  background-color: var(--primary-dark)
}

div#carouselExampleDark .carousel-control-prev {
  width: 2%;
  left: 5%
}

div#carouselExampleDark .carousel-control-next {
  width: 2%;
  right: 5%
}

.clients-bg {
  background-color: var(--white);
  box-shadow: -4px 0 4px 1px var(--secondary-bg);
  border-radius: 10px
}

.clients h2 {
  color: var(--primary-bg)
}

.clients {
  text-align: center;
  position: relative;
  overflow: visible
}

.clients img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0
}

.clients img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.integration-logos {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 5px 1px var(--shadow);
  position: relative
}

.integration-logos img {
  margin: 0 auto
}

.clients-bg::before {
  position: absolute;
  top: 23px;
  right: -51px;
  width: 117px;
  height: 117px;
  border-radius: .5em;
  transform: rotate(45deg);
  box-shadow: 0 0 7px rgb(0 0 0 / .2);
  background: var(--white);
  content: "";
  z-index: -1
}

section {
  padding: 60px 0
}

.section-bg {
  background-color: var(--section-bg)
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2,
.section-title h1 {
  font-weight: 800 !important;
  color: var(--primary-color);
  font-size: 30px;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: none;
  margin-top: 0;
  text-transform: uppercase
}

.section-title h2 span,
.section-title h1 span {
  font-weight: 800 !important;
  color: var(--white);
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px
}

.section-title h3 {
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  color: var(--secondary-color)
}

.section-title p {
  margin-bottom: 0
}

.section-title h2 #title-new {
  -webkit-text-stroke-color: var(--title-new) !important
}

.solutions-buttons {
  display: none
}

.toggle1 {
  position: absolute;
  left: 70px;
  top: 10px
}

.toggle2 {
  position: absolute;
  right: 90px;
  top: 10px
}

.toggle3 {
  position: absolute;
  left: 45%;
  top: 30%
}

.toggle4 {
  position: absolute;
  right: 94px;
  top: 60%
}

.toggle5 {
  position: absolute;
  left: 32%;
  bottom: 24%
}

.toggle6 {
  position: absolute;
  right: 40px;
  bottom: 0
}

.solutions-img a i {
  padding: 5px;
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  padding: 4.5px 6px;
  background-color: var(--white)
}

.solutions-list a {
  padding: 10px;
  box-shadow: 0 0 5px 1px var(--shadow);
  display: block;
  border-radius: 10px;
  position: relative
}

.solutions-list a:before,
.boxes::before,
.integration-logos::before,
.contact-infos::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: var(--primary-dark);
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear
}

.contact-infos:hover h5,
.contact-infos:hover h6 {
  color: #000
}

.solutions-list a:hover:before,
.boxes:hover:before,
.integration-logos:hover::before,
.contact-infos:hover::before {
  left: 50%;
  bottom: 0;
  background-color: var(--primary-dark);
  height: 2px;
  width: 70%;
  transform: translateX(-50%)
}

img#smartfixed {
  position: absolute
}

.smartimganimation {
  animation: zoom-in-zoom-out 2s infinite
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.05, 1.05)
  }

  100% {
    transform: scale(1, 1)
  }
}

.solutions-list a p {
  color: var(--secondary-color)
}

.modal-close {
  position: absolute;
  right: -7px;
  top: -10px;
  background-color: var(--white);
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  font-size: 10px;
  padding: 7px;
  opacity: 1
}

.modal-dialog .solutions-list p {
  margin-bottom: 0
}

.store-img img {
  width: 100%
}

.cta-box {
  background-color: var(--primary-dark);
  padding: 40px;
  position: relative
}

.cta-box::before {
  position: absolute;
  top: 37px;
  right: -109px;
  width: 238px;
  height: 238px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--primary-dark);
  content: "";
  z-index: -1
}

.cta h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700
}

.cta img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9
}

.industries-menu button {
  position: relative;
  width: 23%;
  font-weight: 700;
  border: 1px solid var(--primary-color) !important;
  border-left: 5px solid var(--primary-color) !important;
  border-radius: 0 5px 5px 0px !important
}

.industries-menu button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0
}

.industries-menu button:hover::before {
  opacity: 1;
  width: 100%;
  z-index: -1
}

.industries-menu button.active {
  color: var(--white) !important;
  background-color: var(--primary-color) !important
}

.industries-menu button:hover {
  color: var(--white) !important
}

.plateform-img {
  border-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.boxes {
  background-color: var(--primary-bg-light);
  padding: 15px 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px var(--shadow);
  position: relative
}

.boxes h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
  color: var(--secondary-color)
}

.boxes img {
  margin: 0 auto;
  height: 80px
}

div#industries-slider .slick-prev {
  position: absolute;
  left: 40px;
  top: 8px;
  z-index: 999
}

div#industries-slider .slick-next {
  position: absolute;
  right: 40px;
  top: 8px;
  z-index: 999
}

div#industries-slider .slick-list {
  padding: 5px
}

.industires-lists {
  padding: 0 15px
}

.bg-shape {
  position: relative;
  padding: 30px 15px;
  background-color: var(--white);
  z-index: 9
}

.bg-shape::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--white)
}

.bg-shape::after {
  position: absolute;
  top: 63px;
  right: -180px;
  width: 363px;
  height: 363px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--white);
  content: "";
  z-index: -1
}

.solutions-lists {
  box-shadow: 0 0 10px var(--secondary-bg)
}

.integration-bg {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 60%;
  z-index: -1
}

#integration-carousel .slick-slide,
#integration-carousel2 .slick-slide {
  padding: 15px 5px
}

.vasy-client {
  border-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow);
  max-height: 390px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none
}

.vasy-client img {
  width: 100% !important
}

.vasy-client::-webkit-scrollbar {
  display: none
}

section#testimonial::before {
  position: absolute;
  content: "";
  left: -50%;
  top: 30px;
  height: calc(100% - 60px);
  width: 70%;
  background-color: var(--primary-dark);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.testimonial-list {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow);
  background-color: var(--white);
  height: 100%
}

.testimonial-list p:last-child {
  margin-bottom: 0
}

.client-details span {
  font-size: 12px
}

.rating {
  transform: scale(.7);
  -webkit-transform: scale(.7);
  -webkit-transform-origin-x: 0;
  display: block;
  position: relative;
  width: 120px;
  height: 20px;
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='%23DDD' stroke-linejoin='round' stroke='%23DDD' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>")
}

.rating:-moz-meter-optimum::-moz-meter-bar {
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>")
}

.rating::-webkit-meter-bar {
  background: #fff0;
  border-radius: 0;
  border: 0;
  height: 20px
}

.rating::-webkit-meter-optimum-value {
  background-color: #fff0;
  height: 100%;
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>")
}

div#testimonial-slider .slick-slide {
  padding: 0 15px;
  height: inherit !important
}

section#testimonial .slick-track {
  display: flex
}

section#testimonial .slick-arrow {
  position: absolute;
  bottom: -35px;
  right: 25px;
  height: 24px;
  width: 24px;
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  font-size: 14px
}

section#testimonial .slick-prev {
  right: 49px;
  border-radius: 5px 0 0 5px
}

section#testimonial .slick-next {
  border-radius: 0 5px 5px 0
}

section#testimonial .slick-disabled {
  opacity: .6
}

div#testimonial-slider .slick-list {
  padding: 5px 0
}

.carousel-container {
  position: relative
}

.carousel-main {
  height: 460px;
  position: relative;
  margin-bottom: .5em;
  font-size: 12px
}

.carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  left: 25%;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 15px 3px rgb(0 0 0 / .1);
  background-color: var(--white)
}

#client-testimonial #carousel-lefts,
#client-testimonial #carousel-rights {
  border-radius: 5px;
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block
}

.video-play-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 15px;
  z-index: 9;
  color: var(--white);
  font-size: 20px;
  text-align: center
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-dark);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primary-dark);
  border-radius: 50%;
  transition: all 200ms
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}

.blog .member {
  position: relative;
  box-shadow: 0 0 5px 1px var(--shadow);
  border-radius: 10px;
  background: var(--white);
  transition: 0.5s;
  height: 100%;
  overflow: hidden
}

.blog .member img {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  width: 100%
}

.blog .member a {
  position: relative;
  display: block
}

.blog .member a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(360deg, rgb(0 0 0 / .9) 10%, rgb(0 0 0 / .5) 25%, rgb(0 0 0 / .2) 50%, #fff0 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.blog .member a:hover::before {
  background: linear-gradient(360deg, rgb(0 131 185 / .9) 25%, #fff0 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.blog .member h4 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--white)
}

.blog .member i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: var(--white);
  font-size: 22px
}

.blog-shadow {
  box-shadow: 0 0 5px 1px var(--shadow)
}

.breadcrumbs {
  padding: 15px 0;
  background: var(--primary-bg);
  min-height: 40px;
  margin-top: 72px
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-dark)
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--primary-dark);
  content: "/"
}

#footer {
  background: var(--primary-dark)
}

.footer-shape {
  padding: 50px 70px 30px 70px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 5px 1px var(--shadow);
  background-color: var(--white)
}

.footer-top {
  padding: 80px 0 0 0
}

.footer-top .footer-links {
  margin-bottom: 30px
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3
}

.footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-dark);
  font-size: 10px;
  line-height: 1;
  margin-right: 5px
}

.footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  padding-left: 15px !important
}

.footer-top .footer-links ul a {
  color: var(--primary-dark);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500
}

.footer-links li a::before {
  position: absolute;
  content: "\f054";
  left: 0;
  top: 8px;
  font: normal normal normal 10px/1 FontAwesome
}

.footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--secondary-color)
}

.footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: var(--white);
  color: var(--secondary-color);
  line-height: 1;
  padding: 6px 0;
  margin-right: 8px;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  border: 1px solid var(--secondary-color)
}

.footer-top .social-links a:hover {
  background: var(--secondary-color);
  color: var(--white);
  text-decoration: none
}

.footer-top .social-links a:hover svg {
  fill: #fff !important
}

.border-right {
  border-right: 1px solid var(--secondary-color)
}

.play-store {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 8px;

  a {
    width: 100%;
    text-align: center
  }

  img {
    width: 124px
  }
}

.certificate img {
  height: 70px
}

.mobile-app {
  margin-top: -100px
}

.mobile-app img {
  max-width: 70%
}

.footer-bottom {
  padding: 15px 70px 15px 70px;
  color: var(--secondary-color);
  background-color: var(--white)
}

.footer-bottom a {
  color: var(--secondary-color)
}

.quick-contact i {
  float: left;
  font-size: 18px;
  line-height: 23px;
  margin-right: 5px
}

.quick-contact i.fa.fa-mobile {
  font-size: 24px
}

.iso-mobile {
  display: none
}

.innerpage-banner {
  padding-top: 120px
}

.about-top {
  position: relative
}

.about-top::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / .94);
  border-radius: 20px
}

.about-top video {
  width: 100% !important;
  border-radius: 20px
}

.about-top .section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%
}

.about-top .section-title h1,
.about-top .section-title h3 {
  color: var(--white)
}

.vision-mission {
  padding-bottom: 80px
}

.cloud-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0
}

.our-values {
  box-shadow: 0 0 5px 1px var(--shadow);
  border-radius: 10px;
  background-color: var(--white)
}

.our-values p {
  font-size: 14px
}

.why-us {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.company-history .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  top: 0;
  left: -400px;
  width: 10000px;
  height: 330px
}

.company-history .slide {
  width: 220px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative
}

.company-history .box-heading {
  background-color: var(--primary-color);
  align-items: center;
  height: 38px;
  width: 80px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px
}

.company-history .inside-box::before {
  position: absolute;
  content: "";
  top: 3px;
  right: 64px;
  width: 32px;
  height: 32px;
  border-radius: .5em;
  transform: rotate(45deg);
  background: var(--primary-color);
  z-index: -1
}

.company-history .slide:nth-child(2n) .timestamp {
  top: 0;
  align-items: start
}

.company-history .slide:nth-child(2n+1) .timestamp {
  bottom: 0;
  align-items: start
}

.company-history .timestamp {
  width: 200%;
  padding: 0 10px;
  display: flex;
  position: absolute;
  right: 0;
  height: 36%;
  border-right: 1px solid var(--secondary-color)
}

.company-history .status {
  border-top: 1px solid var(--secondary-light);
  position: relative
}

.company-history .status span:before {
  position: absolute;
  content: "";
  top: -6px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%
}

.company-history .rocket {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#emp-testimonial .slick-arrow,
.video-slider .slick-arrow,
#festival-sliderss .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: var(--primary-dark);
  color: var(--white);
  height: 24px;
  width: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer
}

#emp-testimonial .slick-prev {
  left: -20px;
  border-radius: 5px
}

#emp-testimonial .slick-next {
  right: -20px;
  border-radius: 5px
}

#emp-testimonial .slick-prev i,
#emp-testimonial .slick-next i,
.video-slider .slick-prev i,
.video-slider .slick-next i,
#festival-sliderss .slick-prev i,
#festival-sliderss .slick-next i {
  font-size: 14px
}

.buddy-circle {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary-color)
}

.buddy-circle img {
  width: 100%;
  height: 100%
}

.buddy-heading {
  position: absolute;
  bottom: 0;
  width: 100%
}

.buddy-heading {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 5px 10px
}

.buddy-heading h4 {
  font-size: 20px
}

.vasyerp {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.vasyerp-name::before {
  position: absolute;
  content: "";
  top: 0;
  background-color: var(--primary-dark);
  height: 100%;
  width: 100%;
  left: -98%
}

.logo-animation video {
  width: 100%
}

#play {
  cursor: pointer;
  transition: 0.3s ease
}

#play i {
  width: 30px;
  text-align: left
}

#play:hover {
  color: var(--secondary-color);
  transition: 0.3s ease
}

.video-wrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-slider .slick-prev {
  left: -30px;
  border-radius: 5px
}

.video-slider .slick-next {
  right: -30px;
  border-radius: 5px
}

.video-slider button.slick-prev.slick-arrow,
.video-slider button.slick-next.slick-arrow {
  top: 43%
}

.video-slider iframe {
  width: 100%
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / .8);
  opacity: 0;
  transition: all ease 500ms;
  width: 100%
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgb(0 0 0 / .75)
}

.festival-sliderss {
  margin-top: -70px
}

.festival-sliderss .slick-slide {
  padding: 10px
}

.festivalsRow .festivalsImageBlock {
  padding-top: 70%;
  position: relative;
  width: 100%
}

.festivalsRow img {
  height: 100%;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.festival-sliderss .carousel-inner {
  border: 3px solid var(--white)
}

.festival-sliderss .slick-prev {
  left: -20px;
  top: 40% !important
}

.festival-sliderss .slick-next {
  right: -20px;
  top: 40% !important
}

.founderimage img {
  border-bottom: 4px solid var(--primary-color)
}

.reward .btn {
  color: var(--secondary-dark);
  font-weight: 500
}

.reward .btn:hover {
  color: var(--white)
}

.emp-testimonials .slide {
  padding: 5px 0
}

.emp-testimonials img {
  border: 4px solid var(--primary-color);
  border-radius: 15px
}

.emp-details h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primary-color)
}

.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 2%
}

.slick-dots li {
  margin: 12px 0;
  display: flex;
  justify-content: center
}

.slick-dots li:first-child {
  margin-top: 0
}

.slick-dots li:last-child {
  margin-bottom: 0
}

.slick-dots button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: var(--secondary-dark);
  text-indent: -9999px;
  outline: 0
}

.slick-dots li.slick-active button {
  background-color: var(--primary-color)
}

.slick-dots li:before {
  content: "";
  position: absolute;
  top: -37px;
  height: calc(100% + 75px);
  width: 4px;
  border-radius: 40%;
  background-color: var(--secondary-bg);
  z-index: -1
}

iframe#kekaiframe {
  height: 400px
}

.form-group {
  margin-bottom: 15px
}

.careersectioncard label {
  font-weight: 600;
  color: var(--secondary-dark);
  margin-bottom: 5px;
  font-size: 13px
}

.foot-card {
  background-image: none !important
}

select#joblevel,
select#salarycomp {
  width: 100%;
  height: 37.6px;
  border-radius: .375rem;
  border: 1px solid #ced4da
}

.careersectioncard {
  background-color: var(--section-bg);
  background-size: cover;
  padding: 30px 15px;
  position: relative;
  box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
  border-radius: 8px
}

.foot-card {
  padding: 20px 15px
}

.emails-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9
}

.emails-icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: block;
  line-height: 49px
}

.emails-icons a i {
  font-size: 21px;
  color: var(--white)
}

.rating-circle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: var(--white)
}

.rating-start {
  height: 210px;
  width: 210px;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
  color: var(--white);
  border: 30px solid var(--white);
  position: relative
}

.rating-new {
  background-color: var(--title-new) !important
}

.rating-new::before {
  border: 5px solid var(--title-new) !important
}

.rating-start::before,
.ratings-img::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -15px;
  bottom: -15px;
  margin: 0 auto;
  border: 5px solid transparent !important;
  border-top-color: var(--primary-color) !important;
  border-right-color: var(--primary-color) !important;
  border-bottom-color: var(--primary-color) !important;
  border-left-color: var(--primary-color) !important;
  transform: rotate(42deg);
  border-radius: 50%;
  transition: all 0.4s linear
}

.circle-para {
  margin-top: 9px !important
}

.rating-new::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -15px;
  bottom: -15px;
  margin: 0 auto;
  border: 5px solid transparent !important;
  border-top-color: var(--title-new) !important;
  border-right-color: var(--title-new) !important;
  border-bottom-color: var(--title-new) !important;
  border-left-color: var(--title-new) !important;
  transform: rotate(42deg);
  border-radius: 50%;
  transition: all 0.4s linear
}

.ratings img {
  height: auto;
  width: 190px
}

.progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(hotpink 75%, pink 0)
}

.ratings-img::before {
  border: 5px solid var(--secondary-color) !important
}

.ratings svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg)
}

.ratings svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--section-bg);
  stroke-width: 10;
  stroke-linecap: round
}

.ratings svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: var(--primary-color)
}

.ratings .number {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%)
}

.ratings .number::before {
  content: "%";
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: var(--white);
  margin-right: -90px
}

.ratings .number h3 {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: var(--white)
}

.ratings-img {
  height: 190px;
  width: 190px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background: url(../images/employee/dharmendra-ahuja.webp) no-repeat center;
  background-size: contain;
  background-color: var(--secondary-color);
  background-position: 13px 13px;
  border: 30px solid var(--white);
  position: relative
}

#open-positions {
  overflow: hidden !important
}

#open-positions .box-main {
  margin-top: 70px
}

#open-positions .box {
  background-color: var(--primary-dark);
  padding: 40px 0 40px 120px;
  position: relative
}

.box::before {
  position: absolute;
  top: 27px;
  right: -100px;
  width: 200px;
  height: 212px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--primary-dark);
  content: "";
  z-index: -1
}

#open-positions .box .section-title {
  text-align: left
}

#open-positions .box .section-title h2,
#open-positions .box .section-title h3 {
  color: var(--white)
}

#open-positions .box .section-title span {
  font-weight: 800 !important;
  color: #fff0;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--white);
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px
}

#open-positions .box .btn {
  padding: 6px 35px
}

#open-positions .job-img {
  text-align: right
}

#open-positions .job-img img {
  width: 80%
}

.circle {
  position: relative;
  width: 100%;
  padding: 15px 0
}

.circle h2 {
  display: block;
  text-align: center;
  color: #fff
}

.circle .chart {
  position: relative;
  width: 64%;
  height: 100%;
  text-align: center;
  margin: auto;
  font-size: 40px;
  line-height: 160px;
  height: 160px;
  color: #fff;
  font-weight: 700
}

.circle canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%
}

.circle .bg {
  position: absolute;
  background-color: var(--title-new);
  height: 135px;
  width: 135px;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.friend .circle .bg,
.ceo .circle .bg {
  position: absolute;
  background-color: var(--primary-color);
  height: 135px;
  width: 135px;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.owner .circle .bg {
  background-color: var(--secondary-color);
  background-size: cover;
  background-repeat: no-repeat
}

.state-map {
  position: absolute;
  left: 80px;
  top: 0;
  height: 100%;
  z-index: -1;
  opacity: .2
}

.banner-text h1 {
  font-size: 30px;
  font-weight: 700
}

.banner-text .d-table-cell {
  vertical-align: middle
}

.banner-text .banner-title {
  font-size: 40px;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  color: var(--white);
  font-family: "Poppins", sans-serif
}

.banner-text .cd-words-wrapper {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  text-align: left
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0
}

.cd-words-wrapper b.is-visible {
  position: relative
}

.no-js .cd-words-wrapper b {
  opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s
}

.banner-text h2 {
  font-size: 18px;
  color: var(--secondary-dark)
}

.mobile-gallery i {
  position: absolute;
  left: 66%;
  top: 66%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: var(--primary-dark);
  z-index: 1;
  color: var(--white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-in-out infinite
}

.state-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 90px;
  height: calc(100% - 180px);
  width: 40%;
  background-color: var(--primary-dark);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1
}

.state-form::after {
  content: "";
  position: absolute;
  right: 0;
  top: 90px;
  height: calc(100% - 180px);
  width: 11%;
  background-color: var(--primary-dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1
}

.state-form .col-lg-7 {
  margin-top: 60px
}

.acceptterms p {
  font-size: 11px;
  padding-left: 15px
}

div#super-slider .slide {
  padding: 10px;
  height: auto
}

div#super-slider .slick-track {
  display: flex
}

div#super-slider .carousel-image {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1);
  background-color: var(--section-bg);
  height: 100%
}

div#super-slider .carousel-image img {
  margin: 0 auto;
  height: 70px
}

div#super-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1
}

div#super-slider .slick-next.slick-arrow {
  right: -5%;
  font-size: 24px
}

div#super-slider .slick-prev.slick-arrow {
  left: -5%;
  font-size: 24px
}

.feature-design {
  border: 3px solid var(--primary-dark);
  border-radius: 30px;
  overflow: hidden
}

#scroll-feature {
  overflow-y: scroll
}

.feature-design .col-lg-9 {
  max-height: 450px;
  overflow-y: scroll;
  padding: 15px
}

.feature-left {
  background-color: var(--primary-dark);
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px
}

.feature-left ul {
  list-style-type: none;
  margin-right: -1px
}

.feature-left ul li {
  padding: 5px 0 5px 15px
}

.feature-left ul li a {
  padding: 15px 0 15px 15px;
  display: block
}

.feature-left ul li a.active {
  background-color: var(--white);
  color: var(--primary-dark) !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.feature-box {
  margin-bottom: 15px
}

.feature-box h5 {
  font-size: 18px
}

.feature-box p {
  font-size: 15px;
  margin-bottom: 0
}

.feature-box img {
  height: 80px;
  margin-bottom: 5px
}

div#features-items .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--primary-dark);
  border-radius: 5px
}

div#features-items .accordion-body {
  padding: 10px
}

div#features-items .accordion-header {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 5px
}

div#features-items .accordion-button {
  padding: 10px
}

div#features-items .accordion-button:after {
  width: 20px;
  height: 20px
}

div#features-items .accordion-button.collapsed::after {
  background: url(../images/bottom-arrow.png);
  background-size: contain
}

div#features-items .accordion-button:not(.collapsed)::after {
  background: url(../images/top-arrow.png);
  background-size: contain
}

.content-section {
  padding: 30px 0 15px 0;
  border-bottom: 2px solid var(--secondary-color)
}

.content-section:last-child {
  border-bottom: none
}

div#business-sliders .slide {
  padding: 10px
}

div#business-sliders .slide img {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1)
}

div.kp#business-sliders .slide img {
  box-shadow: unset
}

.business-sliders .slide:nth-child(even) .post-img img {
  margin-top: 50px !important
}

div#business-sliders2 .slide {
  padding: 10px
}

div#business-sliders2 .slide img {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1)
}

div.kp#business-sliders2 .slide img {
  box-shadow: unset
}

.business-sliders2 .slide:nth-child(even) .post-img img {
  margin-top: 50px !important
}

.section-title h2 i {
  padding: 6px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  font-size: 16px;
  background-color: var(--white);
  color: var(--primary-dark)
}

.input-box {
  position: absolute;
  max-width: 30px;
  height: 32px;
  transition: all 0.5s ease-in-out;
  display: inline-table;
  right: 0;
  top: 10px
}

.input-box.open {
  max-width: 200px;
  right: -20%
}

.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 30px;
  outline: none;
  transition: all 0.5s ease-in-out;
  opacity: 0
}

.input-box.open input {
  padding: 0 10px 0 45px;
  opacity: 1
}

.input-box .search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-text-stroke-width: 0
}

.input-box.open .search {
  border-radius: 6px 0 0 6px
}

.search .search-icon {
  font-size: 30px
}

section#benefits .carousel-feature {
  padding: 15px
}

section#benefits img {
  height: 100px;
  margin-bottom: 15px
}

.benefits h5 {
  color: var(--primary-dark);
  font-weight: 700;
  margin-top: 10px
}

div#benefit-slider .slick-track {
  display: flex
}

div#benefit-slider .slide .carousel-image {
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1);
  border-radius: 10px;
  padding: 15px;
  height: 100%
}

div#benefit-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1
}

div#benefit-slider .slick-next.slick-arrow {
  right: -2%;
  font-size: 24px
}

div#benefit-slider .slick-prev.slick-arrow {
  left: -2%;
  font-size: 24px
}

div#benefit-slider .slide.slick-slide {
  padding: 15px;
  height: inherit !important;
  transform: scale(.85);
  transition: 1s ease-in-out
}

div#benefit-slider .slide.slick-slide.slick-current.slick-active.slick-center .carousel-image {
  background-color: var(--section-bg)
}

div#benefit-slider .slide.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.05);
  transition: 1s ease-in-out
}

div#business-sliders .slick-arrow i {
  border-radius: 5px;
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 23px
}

div#business-sliders2 .slick-arrow i {
  border-radius: 5px;
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 23px
}

div#business-sliders .slick-next.slick-arrow {
  position: absolute;
  left: 51%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer;
  margin-left: 5px
}

div#business-sliders .slick-prev.slick-arrow {
  position: absolute;
  left: 49%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer
}

div#business-sliders2 .slick-next.slick-arrow {
  position: absolute;
  left: 51%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer
}

div#business-sliders2 .slick-prev.slick-arrow {
  position: absolute;
  left: 49%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer
}

.splide {
  padding: 0;
  height: 150px
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px
}

.splide__track {
  height: 100% !important
}

.splide__pagination {
  display: none
}

.splide__arrow {
  display: none
}

.splide__slide img {
  width: 100%;
  height: 90%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / .12)
}

@media (max-width:768px) {
  #scheduleademo h4 {
    font-size: 20px
  }

  .modal-head-bold {
    font-size: 20px
  }

  .banner-mobiletext {
    position: absolute;
    top: 25% !important
  }

  .banner-btn {
    left: 37%
  }

  .india-icon {
    position: absolute;
    top: 3px !important;
    right: 20px
  }

  .accordion-body {
    font-size: 15px !important
  }

  .business-text ul li {
    font-size: 15px !important
  }

  p {
    font-size: 15px !important
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
  }

  .video-play-button i.fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms
  }
}

@media (max-width:600px) {
  .about-vasy {
    margin-top: 15px
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important
  }
}

@media (max-width:480px) {
  .splide {
    height: 120px
  }

  .splide__slide {
    height: 100px
  }
}

@media (max-width:400px) {
  .banner-mobiletext {
    position: absolute;
    top: 23% !important
  }

  .splide {
    height: 120px
  }

  .splide__slide {
    height: 100px
  }

  .splide__slide img {
    width: 100%;
    height: 90%;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgb(0 0 0 / .12)
  }
}

@media (max-height:700px) {
  .process-implementation {
    height: 95vh !important
  }
}

@media (max-width:320px) {
  p {
    font-size: 13px !important
  }

  .splide {
    height: 110px
  }

  .splide__slide {
    height: 100px
  }

  .splide__slide img {
    width: 100%;
    height: 90%;
    padding: 0 5px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgb(0 0 0 / .12)
  }
}

.why-vasy-video img {
  margin: auto
}

.why-vasy-video img,
.solution-video img {
  border-radius: 20px;
  border: 4px solid var(--primary-color)
}

.why-vasy-video .slick-arrow {
  text-align: center
}

.why-vasy-video .slick-arrow:hover {
  cursor: pointer
}

.why-vasy-video .slick-arrow i {
  background-color: var(--primary-dark);
  color: var(--white);
  height: 24px;
  width: 24px;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
  font-weight: 900
}

div#faq-items .accordion-header {
  border-left: 4px solid var(--primary-dark)
}

div#faq-items .accordion-header .accordion-button.collapsed {
  color: #000;
  background-color: var(--section-bg);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

div#faq-items .accordion-header .accordion-button {
  background-color: var(--primary-dark);
  color: var(--white);
  box-shadow: none !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

div#faq-items .accordion-header .accordion-button:after {
  color: var(--white)
}

div#faq-items .accordion-header .accordion-button:focus {
  box-shadow: none
}

div#faq-items .accordion-body {
  background-color: var(--section-bg);
  font-size: 15px
}

div#faq-items .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important
}

div#faq-items .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0px !important
}

.faqs .accordion-button.collapsed::after {
  background: url(../images/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px
}

.faqs .accordion-button:not(.collapsed)::after {
  background: url(../images/minus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px
}

button.close {
  position: absolute;
  right: -13px;
  top: -13px;
  padding: 5px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  opacity: 1;
  z-index: 99;
  border: none;
  line-height: 10px
}

div#desktopslider .carousel-control-next,
div#desktopslider .carousel-control-prev {
  width: 5%
}

div#mobileslider .carousel-control-next,
div#mobileslider .carousel-control-prev {
  width: 5%
}

.offer-code img {
  position: absolute;
  left: -25px;
  top: -35px;
  width: 75%
}

.whatsapp-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999
}

.enquiry-form {
  background-color: var(--white);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.outer-container {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%
}

.inner-container {
  display: table-cell;
  vertical-align: middle
}

iframe#player,
iframe#player2 {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  border: 4px solid var(--primary-color)
}

.mute {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 5px
}

.lang-tab {
  border-bottom: none !important
}

.lang-tab a {
  border: 3px solid var(--primary-color) !important;
  border-bottom: none !important;
  font-size: 14px;
  padding: 5px 10px
}

.lang-tab a.active {
  background-color: var(--primary-color) !important;
  color: var(--white) !important
}

.lang-tab li:first-child a {
  border-top-right-radius: 0px !important
}

.lang-tab li:last-child a {
  border-top-left-radius: 0px !important
}

.contact-banner {
  padding: 0px !important;
  border-radius: 0px !important
}

.contact-banner img,
.contact-banner .carousel-inner,
.contact-banner .carousel-item {
  border-radius: 0
}

.solutions-banner-right {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 45%
}

.challanges-img img {
  border-radius: 20px;
  width: 100%
}

.solution-video {
  margin-top: 0
}

img#challanges-1 {
  width: 115px;
  position: absolute;
  left: -13px;
  top: 5%;
  z-index: -1
}

img#challanges-2 {
  width: 115px;
  position: absolute;
  left: -13px;
  bottom: 5%;
  z-index: -1
}

img#challanges-3 {
  width: 115px;
  position: absolute;
  right: -13px;
  top: 5%;
  z-index: -1
}

img#challanges-4 {
  width: 115px;
  position: absolute;
  right: -13px;
  bottom: 5%;
  z-index: -1
}

img#challanges-5 {
  height: 115px
}

.solutions-features:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  height: calc(100% - 24%);
  width: 52%;
  background-color: var(--primary-dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1
}

.key-capabilities {
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 5px 1px var(--shadow)
}

.key-capabilities::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -5px;
  height: calc(100% + 10px);
  width: 3px;
  background-color: var(--primary-bg-light)
}

.key-capabilities.active::before {
  background-color: var(--primary-light) !important
}

.solution-box {
  border: 1px solid var(--primary-dark);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position: relative
}

.solution-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--primary-dark)
}

.solution-box:hover {
  box-shadow: 0 0 5px 1px var(--shadow)
}

.solution-box:hover::before {
  width: 9px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.solution-points img {
  box-shadow: 0 0 5px 1px var(--shadow)
}

.business-sliders-solutions .post-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: #0083b9;
  background: linear-gradient(360deg, rgb(0 0 0 / .9) 10%, rgb(0 0 0 / .5) 25%, rgb(0 0 0 / .2) 50%, #fff0 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.kp.business-sliders-solutions .post-img::before {
  display: none
}

.kp.business-sliders-solutions .play-Storie-btn {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  margin: -14% auto 0
}

.kp.business-sliders-solutions .play-Storie-btn img {
  max-width: 100% !important;
  height: auto !important
}

.storie-content {
  width: 80%;
  margin: -15% auto 0;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1);
  padding: 10px;
  text-align: center
}

.storie-content h4 {
  font-weight: 800
}

.business-sliders-solutions .post-img p {
  opacity: 1 !important
}

.business-sliders-solutions .post-img:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: #0083b9;
  background: linear-gradient(360deg, rgb(0 131 185 / .9) 25%, #fff0 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.kp.business-sliders-solutions .post-img:hover::before {
  display: none
}

.business-sliders-solutions .post-img .text-start {
  position: absolute;
  left: 10px;
  bottom: 6%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease
}

.contact-banner-right {
  position: absolute;
  right: 0;
  bottom: 10%
}

.contact-banner .carousel-caption {
  left: calc(5% + 70px) !important
}

.contact-banner-right img {
  border: 0;
  border-radius: 0
}

.contact-infos {
  box-shadow: 0 0 5px 1px var(--shadow);
  height: 150px
}

.contact-infos img {
  height: 50px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0
}

.contact-box {
  background-color: rgb(0 131 185 / .85);
  overflow: hidden
}

.contact-box img {
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  border-radius: 10px;
  z-index: -1;
  height: 100%
}

.contact-icon i {
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px
}

.contactbox-position {
  position: absolute;
  z-index: 9;
  left: 13%;
  top: 27px;
  width: 32%;
  overflow: hidden
}

iframe#map-location {
  border: 4px solid var(--primary-color);
  border-radius: 20px;
  width: 100%;
  height: 450px
}

div#contact-client .slick-slide {
  padding: 10px
}

div#contact-client .slide .client-logos {
  box-shadow: 0 0 5px 1px var(--shadow);
  border-radius: 10px
}

div#contact-client .slide .client-logos img {
  padding: 0 10px
}

div#contact-client img {
  margin: 0 auto
}

.newletter-box {
  border-radius: 20px
}

.newletter-box::before {
  content: "";
  position: absolute;
  height: 130px;
  width: 130px;
  right: -50px;
  top: 24px;
  display: block;
  border-radius: 1rem;
  transform: rotate(45deg);
  background-color: var(--primary-dark)
}

input#email {
  border-radius: 0;
  border-bottom: 2px solid var(--white) !important
}

input#email:focus {
  box-shadow: none
}

input#email::placeholder {
  color: rgb(255 255 255 / .7)
}

.iti {
  display: block !important
}

.selected-dial-code {
  font-size: 16px
}

.client-caseshape::before {
  position: absolute;
  content: "";
  left: -1.5%;
  top: 10%;
  height: 80%;
  width: 5%;
  border-radius: 20px;
  background-color: var(--primary-dark);
  z-index: -1
}

.client-caseshape::after {
  position: absolute;
  content: "";
  right: -1.5%;
  top: 10%;
  height: 80%;
  width: 5%;
  border-radius: 20px;
  background-color: var(--primary-dark);
  z-index: -1
}

img#client-banner-3 {
  width: 50%
}

.client-counter .three-digit .number:before {
  content: "+";
  margin-right: -100px
}

.client-counter .three-digit .number {
  left: 47%
}

.client-counter .client-img img {
  padding: 6px 50px;
  border-radius: 5px;
  height: 100px;
  box-shadow: 0 1px 1px 2px lightgray
}

.small-cta::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  height: 55px;
  width: 54px;
  background-color: var(--primary-dark);
  border-radius: 10px;
  transform: rotate(45deg);
  z-index: -1
}

.video-play-buttons {
  position: absolute;
  bottom: 10%;
  left: 47%;
  padding-left: 15px
}

.video-play-buttons i {
  padding: 10px;
  border-radius: 50%;
  width: 36px;
  text-align: center;
  position: absolute;
  left: -20px;
  top: -5px
}

.policy-content p {
  text-align: justify
}

::marker {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700
}

ol ul li {
  padding: 3px 0
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }
}

.review-section2 {
  position: relative
}

.review-section2 .review-head {
  text-align: center
}

.review-section2 .review-head h2 {
  font-size: 27px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  color: #0083b9;
  text-transform: uppercase;
  letter-spacing: 1px
}

.review-section2 .review-head h2 i {
  color: red;
  margin: 0 7px;
  font-size: 40px
}

.review-section2 .review-head h2 span {
  font-size: 40px;
  margin-right: 7px;
  font-weight: 700 !important;
  color: #0083b9;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke-color: #0083b9;
  font-family: "Poppins", sans-serif
}

.review-section2 .review-head p {
  font-weight: 500
}

@media screen and (max-width:500px) {
  .review-section2 .review-head h2 {
    font-size: 18px
  }

  .review-section2 .review-head h2 i {
    font-size: 20px
  }

  .review-section2 .review-head h2 span {
    font-size: 22px
  }

  .review-section2 .review-head p {
    font-size: 12px
  }
}

@media screen and (max-width:420px) {
  .review-section2 .review-head h2 {
    font-size: 17px
  }

  .review-section2 .review-head h2 i {
    font-size: 20px
  }

  .review-section2 .review-head h2 span {
    font-size: 22px
  }

  .review-section2 .review-head p {
    font-size: 12px
  }
}

.review-section2 .review-data {
  width: 90.5%;
  padding-top: 30px;
  margin: auto
}

.review-section2 .review-data .review-cards {
  display: flex
}

.review-section2 .review-data .review-cards .card {
  z-index: 1;
  height: 515px;
  width: auto;
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / .1)
}

.review-section2 .review-data .review-cards .card .head {
  display: flex;
  flex-wrap: wrap
}

.review-section2 .review-data .review-cards .card .head .image {
  background-color: purple;
  padding: 5px 15px;
  border-radius: 100px;
  height: 45px;
  color: #fff
}

.review-section2 .review-data .review-cards .card .head .name {
  margin-left: 30px
}

.review-section2 .review-data .review-cards .card .head .name .rate {
  display: flex;
  justify-content: space-between
}

.review-section2 .review-data .review-cards .card .head .name .rate .ico i {
  color: gold
}

.review-section2 .review-data .review-cards .card .head .name h5 {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 18px
}

.review-section2 .review-data .review-cards .card .head .name p {
  font-size: 15px;
  margin-bottom: 3px
}

.review-section2 .review-data .review-cards .card .data-text {
  margin-top: 10px
}

.review-section2 .review-data .review-cards .card .data-text p {
  font-size: 15px
}

.review-section2 .review-data .icos {
  position: relative;
  z-index: 999;
  text-align: right;
  margin-top: 20px
}

.review-section2 .review-data .icos a {
  padding: 10px;
  background-color: #0083b9;
  color: #fff
}

.review-section2 .slider {
  z-index: 1
}

.review-section2 .box-review {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00539f
}

#desktopgallery .modal-body {
  background-image: none
}

@media screen and (max-width:1024px) {
  .review-section2 .box-review {
    display: none
  }
}

@media screen and (max-width:768px) {
  .state-map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: .2
  }

  .review-section2 .review-data .icos {
    position: relative;
    z-index: 999;
    text-align: center;
    margin: 20px 0;
    display: none
  }

  .review-btn {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 20px !important
  }
}

@media (min-width:1919px) and (max-width:1980px) {
  .state-form::after {
    width: 14% !important
  }

  .business-text .textbox2 {
    position: absolute;
    background-color: var(--section-bg);
    left: -112px;
    top: 0;
    height: 460px;
    width: 820px !important;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  .text-brand {
    margin-top: 10px
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
  }

  .video-play-button i.fa {
    position: absolute;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms
  }
}

@media (min-width:1919px) and (max-width:1925px) {
  .circle canvas {
    top: -12px !important;
    left: 0 !important
  }
}

@media (min-width:1600px) {
  .input-box.open input {
    padding: 0 10px 0 70px;
    opacity: 1
  }

  .input-box.open {
    max-width: 300px;
    right: -20%
  }

  .input-box .search-box {
    position: absolute;
    top: 0;
    left: 26px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-text-stroke-width: 0
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
  }

  .video-play-button i.fa {
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms
  }

  body,
  .h6,
  h6 {
    font-size: 20px
  }

  .h5,
  h5 {
    font-size: 24px
  }

  .container {
    max-width: 1500px
  }

  .time {
    line-height: 30px
  }

  .contact-banner .carousel-caption {
    left: calc(9% + 70px) !important
  }

  .clients-bg::before {
    top: 23px;
    right: -58px;
    width: 132px;
    height: 132px
  }

  .bg-shape::after {
    top: 73px;
    right: -207px;
    width: 405px;
    height: 405px
  }

  .dropdown .dropdown-menu {
    left: 54% !important
  }

  div#industries-slider {
    margin-top: 60px !important
  }

  .cta-box::before {
    top: 41px;
    width: 250px;
    height: 250px;
    right: -119px
  }

  .state-form::after {
    width: 8%
  }

  .newletter-box::before {
    height: 139px;
    width: 139px;
    right: -55px;
    top: 22px
  }

  .company-history .slides {
    height: 390px
  }

  .contact-text p {
    margin-bottom: 0
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: 12px;
    width: 100%;
    width: 100%
  }

  #cookies-btn {
    position: absolute;
    right: -7px;
    top: -9px;
    background-color: var(--primary-dark);
    color: var(--white);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 2px solid var(--white);
    line-height: 17px
  }

  .integration-bg {
    bottom: 250px
  }
}

@media (max-width:1600px) {
  .input-box.open input {
    padding: 0 10px 0 70px;
    opacity: 1
  }

  .input-box.open {
    max-width: 300px;
  }

  .input-box .search-box {
    position: absolute;
    top: 0;
    left: 26px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-text-stroke-width: 0
  }
}

@media (min-width:1280px) and (max-width:1290px) {
  .header-stripe .hline {
    background-image: url(../images/Independence-strip2024.webp) !important;
    background-size: cover !important;
    width: 100%;
    background-color: #fff;
    background-position: center;
    font-size: 13px;
    line-height: 2
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    width: 100%
  }
}

@media (min-width:1366px) and (max-width:1400px) {
  .menuItem>li {
    font-size: 14px;
    padding: 0 6px
  }

  .header-stripe .hline {
    background-image: url(../images/Independence-strip2024.webp) !important;
    background-size: cover !important;
    width: 100%;
    background-color: #fff;
    background-position: center;
    font-size: 13px;
    line-height: 2
  }

  .logo-nav {
    height: 38px
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%
  }

  .clients-bg::before {
    position: absolute;
    top: 20px;
    right: -46px;
    width: 105px;
    height: 105px;
    border-radius: .5em;
    transform: rotate(45deg);
    box-shadow: 0 0 7px rgb(0 0 0 / .2);
    background: var(--white);
    content: "";
    z-index: -1
  }

  .cta-box::before {
    position: absolute;
    top: 36px;
    right: -122px;
    width: 255px;
    height: 289px;
    border-radius: 30px;
    transform: rotate(42deg);
    background: var(--primary-dark);
    content: "";
    z-index: -1
  }

  .footer-top .social-links a {
    margin-right: 0
  }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
  .header-stripe .hline {
    background-image: url(../images/Independence-strip2024.webp) !important;
    background-size: cover !important;
    width: 100%;
    background-color: #fff;
    background-position: center;
    font-size: 13px;
    line-height: 2
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%
  }

  .clients-bg::before {
    top: 20px;
    right: -45px;
    width: 104px;
    height: 104px
  }

  section#about .solutions-list a p {
    font-size: 14px
  }

  .bg-shape::after {
    top: 58px;
    right: -165px;
    width: 333px;
    height: 333px
  }

  .cta img {
    width: 31%;
    left: -2%
  }

  .cta-box::before {
    top: 41px;
    right: -118px;
    width: 255px;
    height: 255px
  }

  .gap-xl-5 {
    gap: 1rem !important
  }

  .menuItem>li {
    font-size: 15px;
    padding: 0 15px
  }

  .footer-top .social-links a {
    margin-right: 0
  }

  .small-cta::before {
    right: -19px;
    top: 8px;
    height: 53px;
    width: 54px
  }

  .review-section2 .data-text p {
    font-size: 13px
  }
}

@media (min-width:1024px) and (max-width:1199px) {
  .solutions-features .solutions-animations img {
    height: auto !important;
    width: 70%;
    margin: auto
  }

  .footer-top .social-links a {
    margin-bottom: 5px
  }

  #open-positions .box {
    background-color: var(--primary-dark);
    padding: 40px 0 40px 56px;
    position: relative
  }

  .client-counter .client-img img {
    height: 100px;
    padding: 6px 40px
  }

  .about-section .shape {
    display: none
  }

  .box::before {
    display: none
  }

  #open-positions .box-main {
    margin-top: 20px
  }

  #open-positions .job-img {
    text-align: center
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .static-text {
    line-height: 2.55 !important;
    margin-bottom: 0 !important
  }

  div#keyfeatures .slide .carousel-image {
    border-radius: 10px;
    height: auto !important;
    width: 90%;
    margin: auto;
    padding: 25px 15px;
    background-color: var(--section-bg)
  }

  .key-hero {
    height: 450px;
    margin-bottom: 20px
  }

  .bg-box {
    border: 10px solid var(--primary-dark);
    width: 100%;
    height: 720px;
    z-index: -1;
    left: 0;
    top: -88px
  }

  .brochure-box p {
    font-size: 20px;
    width: 100%
  }

  .brochure-img {
    text-align: center
  }

  .brochure-box {
    text-align: center
  }
}

@media (max-width:1024px) {
  .business-text .textbox {
    position: absolute;
    background-color: var(--section-bg);
    left: 0;
    top: 0;
    height: 460px;
    width: 0;
    z-index: -1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
  }

  .business-text .textbox2 {
    position: absolute;
    background-color: var(--section-bg);
    left: -112px;
    top: 0;
    height: 460px;
    width: 0;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
  }

  body {
    font-size: 14px
  }

  .about-section .shape {
    display: none
  }

  element.style {
    height: 160px;
    width: 160px
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%
  }

  section {
    padding: 30px 0
  }

  .homebanner {
    padding: 40px 20px 0 20px
  }

  div#carouselExampleDark .carousel-control-prev {
    width: 2%;
    left: 2%
  }

  div#carouselExampleDark .carousel-control-next {
    width: 2%;
    right: 2%
  }

  div#super-slider .slick-prev.slick-arrow {
    left: -3%
  }

  div#super-slider .slick-next.slick-arrow {
    right: -3%
  }

  div#business-sliders .slick-next.slick-arrow {
    right: 47%
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 47%
  }

  div#business-sliders2 .slick-next.slick-arrow {
    right: 47%
  }

  div#business-sliders2 .slick-prev.slick-arrow {
    left: 47%
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1,
  .section-title h2,
  .section-title h1 {
    font-size: 22px
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title,
  .section-title h2 span,
  .section-title h1 span {
    font-size: 28px
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 16px
  }

  .section-title h3 {
    font-size: 16px !important
  }

  .bg-shape::after,
  .bg-shape::before,
  .cta-box::before,
  .state-form::before,
  .state-form::after {
    display: none
  }

  div#industries-slider {
    margin-top: 0px !important
  }

  .boxes h6 {
    min-height: 32px
  }

  .bg-shape {
    border-radius: 10px
  }

  #integration-carousel .slick-slide,
  #integration-carousel2 .slick-slide {
    padding: 10px 0
  }

  .footer-shape,
  .footer-bottom {
    padding: 15px
  }

  .footer-top {
    padding: 80px 0 0 0
  }

  .mobile-app {
    margin-top: -70px
  }

  .carousel-main {
    height: 340px
  }

  .input-box {
    right: 35%;
    top: 0
  }

  .input-box.open {
    right: 18%
  }

  .offer-code img {
    width: 23%;
    left: 20px;
    top: 64px
  }

  .header-stripe .hline {
    font-size: 14px
  }

  .logo-nav {
    height: 40px
  }

  .menuItem>li {
    padding: 0 6px;
    height: 60px;
    font-size: 12px
  }

  .dropdown .dropdown-menu {
    top: 60px !important
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
  }

  .sidebar-navigation {
    top: 63px
  }

  .cta h3 {
    font-size: 18px
  }

  .solutions-lists h4,
  .solutions-list h5 {
    font-size: 16px
  }

  .solutions-list a {
    padding: 5px
  }

  .cta img {
    width: 27%;
    left: 3%
  }

  iframe#player,
  iframe#player2 {
    height: 290px
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0
  }

  .newletter-box::before {
    display: none
  }

  .contact-banner .carousel-caption {
    left: 3% !important
  }

  .contact-infos h5 {
    font-size: 16px;
    margin-bottom: 0
  }

  .blog .member i {
    right: 10px;
    font-size: 16px
  }

  .blog .member h4 {
    font-size: 16px;
    left: 10px
  }

  .small-cta h3 {
    font-size: 24px
  }

  .small-cta::before {
    right: -16px;
    top: 7px;
    height: 49px;
    width: 49px
  }

  .dc h6 {
    font-size: 15px
  }
}

@media (max-width:992px) {
  .dropdown .dropdown-menu {
    top: 60px !important
  }

  img#client-banner-3 {
    width: 100%
  }

  .about-section .shape {
    display: none
  }

  .breadcrumbs {
    margin-top: 68px
  }

  .fs-5 {
    font-size: 18px !important
  }

  .homebanner {
    padding: 40px 15px 0 15px;
    border-radius: 20px
  }

  div#carouselExampleDark .carousel-caption {
    width: 45%
  }

  div#carouselExampleDark .carousel-control-prev {
    width: 2%;
    left: 2%
  }

  div#carouselExampleDark .carousel-control-next {
    width: 2%;
    right: 2%
  }

  div#carouselExampleDark .carousel-control-next-icon,
  div#carouselExampleDark .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1 {
    font-size: 20px
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title {
    font-size: 24px
  }

  div#carouselExampleDark .carousel-caption h3,
  .banner-text h2 {
    font-size: 16px
  }

  .clients-bg::before {
    top: 20px;
    right: -45px;
    width: 103px;
    height: 103px
  }

  .toggle1 {
    left: 13%;
    bottom: 25%;
    top: auto
  }

  .toggle2 {
    left: 45%;
    top: auto;
    bottom: 10%;
    right: auto
  }

  .toggle3 {
    right: 10%;
    top: 41%;
    left: auto
  }

  .toggle4 {
    right: 34%;
    top: 18%
  }

  .toggle6 {
    right: 45%;
    bottom: 43%
  }

  div#industries-slider {
    margin-top: 1rem !important
  }

  .boxes img {
    height: 55px
  }

  .solutions-img img {
    opacity: .3;
    margin: 0 auto
  }

  .solutions-left-img {
    margin-bottom: 15px
  }

  .industires-lists {
    padding: 0 2px
  }

  .bg-shape {
    padding: 15px 0
  }

  .boxes {
    margin-bottom: 0px !important
  }

  div#nav-tabContent {
    text-align: center
  }

  section#testimonial .slick-arrow {
    bottom: -30px
  }

  section#testimonial::before {
    left: -58%
  }

  .carousel-main {
    height: 310px
  }

  .video-overlay iframe {
    width: 80% !important;
    height: 33% !important
  }

  .cta-box {
    padding: 20px
  }

  .footer-top {
    padding-top: 30px
  }

  .footer-shape,
  .footer-bottom,
  .vasy-client,
  .headerbar {
    padding: 15px
  }

  section#about .col-lg-3 {
    display: none !important
  }

  .solutions-buttons {
    display: block
  }

  .quick-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color)
  }

  .iso-mobile {
    display: inline-block
  }

  .business-sliders .slide:nth-child(even) .post-img img {
    margin-top: 0px !important
  }

  .cloud-bg-shape {
    display: none
  }

  .mobile-cloud {
    margin-top: -30px;
    margin-bottom: 20px
  }

  .vision-mission {
    padding-bottom: 0
  }

  .rewardSection img {
    margin-top: 15px
  }

  div#features-items .accordion-body {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden
  }

  .slick-dots li:before {
    display: none
  }

  .emp-testimonials .d-flex {
    display: block !important
  }

  .emp-testimonials .slick-slide img {
    margin: 0 auto;
    margin-bottom: 10px
  }

  .emp-details {
    text-align: center
  }

  .emp-testimonials .slick-dots li {
    margin: 0 5px
  }

  .emp-testimonials .slick-dots {
    position: relative;
    top: auto;
    right: auto;
    display: flex !important;
    flex-direction: row;
    margin: 20px auto 0;
    width: fit-content
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0
  }

  .solution-video {
    margin-top: -25px
  }

  .contact-infos h5 {
    font-size: 18px
  }

  .contactbox-position {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10px
  }

  .contact-banner-right,
  .small-cta::before {
    display: none
  }

  .small-cta h3 {
    font-size: 18px;
    line-height: 38px
  }

  .contact-banner .carousel-caption {
    left: 5% !important
  }

  .contact-top {
    margin-top: 15px
  }

  .whatsapp-icons img {
    height: 40px
  }

  #cookie {
    left: 11%;
    width: 78%;
    transform: translateX(0%)
  }

  .selected-dial-code {
    font-size: 14px
  }

  .dc h6 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .solutions-features:after {
    display: none
  }

  .menuItem {
    display: none !important
  }

  .client-counter .client-img img {
    height: 100px;
    padding: 6px 40px
  }

  .about-section .shape {
    display: none
  }

  .circle canvas {
    position: absolute;
    top: -1px;
    height: 163px !important;
    width: 163px !important;
    left: 27px;
    width: 100%;
    width: 100%
  }

  .navbarContainer {
    padding: 10px 0
  }

  .input-box {
    right: 28%;
    top: 1px
  }

  .input-box.open {
    right: 5%
  }

  div#super-slider h6 {
    font-size: 15px
  }

  div#business-sliders .slick-next.slick-arrow {
    left: 53%;
    transform: translateX(-53%)
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 47%;
    transform: translateX(-47%)
  }

  div#business-sliders2 .slick-next.slick-arrow {
    left: 53%;
    transform: translateX(-53%)
  }

  div#business-sliders2 .slick-prev.slick-arrow {
    left: 47%;
    transform: translateX(-47%)
  }

  #open-positions .box {
    padding: 40px
  }

  #open-positions .box .section-title span {
    font-size: 35px
  }

  .box::before {
    display: none
  }

  #open-positions .job-img {
    text-align: center;
    margin-top: 20px
  }

  #open-positions .job-img img {
    width: 50%
  }

  #client-banner-2 {
    margin-top: 0px !important
  }

  .bor_der {
    border-left: 1px solid #a3a4a8;
    border-right: 1px solid #a3a4a8
  }

  .play-store {
    margin-top: 7px;
    justify-content: center;

    a {
      width: auto
    }
  }
}

@media (min-width:912px) and (max-width:915px) {
  .laptop-over {
    position: absolute !important;
    top: 8.7% !important;
    width: 24.4% !important;
    left: 34.3% !important;
    transform: rotate(0.2deg) !important
  }
}

@media (min-width:768px) and (max-width:910px) {
  .retail-theme {
    .multiple-branch .pos .slide .carousel-image {
      height: 400px
    }
  }

  .solutions-banner .carousel-item .banner {
    height: 400px !important;
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .mobile-pad {
    padding-top: 20px !important
  }

  .benefits .fa-angle-double-right,
  .benefits .fa-angle-double-left {
    font-size: 23px
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 98%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
  }

  .footer-top .social-links a {
    margin-bottom: 5px
  }

  body {
    font-size: 12px
  }

  .about-section .shape {
    display: none
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px
  }

  img#client-banner-3 {
    width: 100%
  }

  .homebanner .carousel-inner .banner-img {
    display: none
  }

  .circle .chart {
    position: relative;
    width: 64%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 40px;
    line-height: 135px;
    height: 135px;
    color: #fff;
    font-weight: 700
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -22px;
    height: 150px !important;
    width: 150px !important
  }

  .circle .bg {
    position: absolute;
    background-color: var(--primary-color);
    height: 120px !important;
    width: 120px !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
  }

  .rating-start {
    height: 180px;
    width: 180px;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    color: var(--white);
    border: 30px solid var(--white);
    position: relative
  }

  .rating-start::before,
  .ratings-img::before {
    content: "";
    position: absolute;
    width: 193px;
    height: 193px
  }

  .ratings-img {
    height: 220px;
    width: 220px
  }

  .rating-new::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px
  }

  .h3,
  h3 {
    font-size: 18px
  }

  .modal-dialog {
    padding: 10px
  }

  .logo-nav {
    height: 36px
  }

  .section-title {
    padding-bottom: 15px
  }

  .section-title h2,
  .section-title h1 {
    font-size: 18px
  }

  .section-title h2 span,
  .section-title h1 span {
    font-size: 22px;
    -webkit-text-stroke-width: 1.1px;
    letter-spacing: .3px
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
  }

  .fs-3 {
    font-size: 20px !important
  }

  .fs-5,
  .h5,
  h5,
  .blog .member h4,
  .blog .member i {
    font-size: 16px !important
  }

  .sidebar-navigation {
    top: 80px
  }

  .feature-box img {
    height: 60px
  }

  .section-title h3,
  div#business-sliders h6,
  div#features-items .accordion-button {
    font-size: 14px !important
  }

  .section-title h3,
  div#business-sliders2 h6,
  div#features-items .accordion-button {
    font-size: 14px !important
  }

  .sidebar-navigation {
    top: 55px
  }

  .mobile-menu a.btn-menu {
    width: 36px
  }

  header#header {
    width: 100vw
  }

  .clients-bg::before {
    top: 9px;
    right: -23px;
    width: 63px;
    height: 63px
  }

  .clients-bg {
    padding: 0 15px !important
  }

  .homebanner img,
  .homebanner .carousel-item,
  .homebanner .carousel-inner,
  .solutions-banner .carousel-item:before {
    border-radius: 0
  }

  div#carouselExampleDark .carousel-caption {
    text-align: center !important;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    bottom: auto
  }

  div#carouselExampleDark .carousel-caption .d-flex {
    display: block !important
  }

  div#carouselExampleDark .carousel-caption {
    width: 90%;
    left: 5%;
    top: 12%;
    padding: 0
  }

  div#carouselExampleDark .carousel-control-next,
  div#carouselExampleDark .carousel-control-prev {
    width: 10%
  }

  div#carouselExampleDark .carousel-control-next-icon,
  div#carouselExampleDark .carousel-control-prev-icon {
    height: 1rem;
    width: 1rem
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1 {
    font-size: 18px;
    margin-bottom: 8px !important
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title {
    font-size: 22px !important;
    -webkit-text-stroke-width: 1.1px;
    display: block;
    letter-spacing: .3px
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 18px;
    margin-bottom: 8px !important
  }

  div#carouselExampleDark .carousel-control-next .carousel-control-next-icon {
    background-color: #fff0
  }

  .homebanner {
    padding: 0px !important
  }

  .solutions-left-img {
    padding-right: 0
  }

  div#industries-slider .slick-list {
    padding: 0
  }

  .boxes {
    margin-bottom: 1.5rem !important
  }

  #integration-carousel .slick-slide,
  #integration-carousel2 .slick-slide {
    padding: 10px
  }

  .integration-bg {
    width: 100%;
    bottom: auto;
    top: 30%
  }

  .careersectioncard {
    padding: 25px 10px
  }

  .foot-card {
    padding: 10px
  }

  .clients img {
    max-width: 75%;
    padding: 0
  }

  .vasy-client {
    max-height: 290px;
    padding: 0
  }

  .solutions-list {
    text-align: left !important
  }

  .bg-shape,
  .vasyerp {
    padding: 15px
  }

  section#testimonial {
    padding-bottom: 65px
  }

  section#testimonial .slick-prev {
    left: calc(48% - 24px)
  }

  section#testimonial .slick-next {
    left: 52%
  }

  .carousel-main {
    height: 170px
  }

  section#cta {
    padding-top: 0;
    margin-bottom: -1px;
    padding-bottom: 0;
    background-color: var(--primary-dark)
  }

  .cta-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 0
  }

  .cta img {
    position: relative;
    right: 0;
    bottom: -20px;
    max-width: inherit
  }

  .cta h3 {
    font-size: 15px
  }

  .footer-top .footer-links {
    margin-bottom: 0
  }

  .footer-top .footer-links ul {
    column-count: 1
  }

  .footer-top .footer-links ul li {
    width: 50%;
    float: left
  }

  .footer-top .footer-links ul li:last-child {
    width: 100%
  }

  .col-lg-3.border-end.border-dark.border-2 {
    border: none !important
  }

  .logo img {
    height: 37px
  }

  .footer-contact {
    display: flex;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 10px
  }

  .social-links {
    margin-top: 4px !important
  }

  .footer-text {
    margin-top: 10px
  }

  .mobile-app {
    margin-top: 0
  }

  .footer-top .social-links a {
    margin-right: 3px
  }

  .play-store,
  .footer-bottom a,
  .quick-contact {
    margin-top: 10px
  }

  .innerpage-banner {
    padding-top: 65px;
    overflow-x: hidden
  }

  .vision-mission {
    padding-bottom: 0
  }

  .vision-img {
    width: 60%
  }

  .company-history .inside-box::before {
    height: 31px;
    width: 31px
  }

  div#emp-testimonial {
    padding: 0 30px
  }

  #emp-testimonial .slick-next {
    right: 5px
  }

  #emp-testimonial .slick-prev {
    left: 5px
  }

  #festival-sliderss .slick-next {
    right: -25px
  }

  #festival-sliderss .slick-prev {
    left: -25px
  }

  #emp-testimonial .slick-arrow {
    display: none !important
  }

  .founderimage img {
    margin: 0 auto;
    display: block
  }

  .workingcontent {
    margin-top: 10px
  }

  .festival-sliderss .slick-slide {
    padding: 0
  }

  .festival-sliderss {
    margin-top: 10px
  }

  .ratings .rating-circle,
  .ratings .percent,
  .ratings .ratings-img {
    transform: scale(.8);
    margin-left: -15px
  }

  .rating-circle h3 {
    left: 54%;
    font-size: 35px
  }

  .ratings .number {
    left: 48%
  }

  .ratings .number h3 {
    font-size: 35px
  }

  .ratings {
    position: relative;
    margin-top: -26px !important
  }

  .ratings p {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)
  }

  .review-section2 {
    overflow: hidden !important
  }

  .ratings img {
    position: absolute;
    bottom: -30px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%)
  }

  .client-counter .ratings img {
    position: relative;
    bottom: 0;
    left: 0%;
    transform: translateX(0%)
  }

  .client-counter .ratings .rating-circle {
    transform: scale(1)
  }

  .dc .ratings p {
    left: 34%;
    transform: translateX(-20%)
  }

  .rewardSection .reward {
    display: block !important;
    margin-bottom: 15px !important
  }

  .rewardSection .reward .btn {
    width: 100%;
    margin-bottom: 15px
  }

  .rewardSection .reward .btn:nth-child(2) {
    margin-bottom: 0px !important
  }

  .video-overlay iframe {
    height: 22% !important
  }

  .video-play-button:before {
    height: 50px;
    width: 50px
  }

  .video-play-button:after {
    height: 30px;
    width: 30px
  }

  .video-play-button i {
    font-size: 14px !important;
    line-height: 21px
  }

  div#features-items .accordion-body {
    max-height: 470px;
    overflow-y: scroll;
    overflow-x: hidden
  }

  div#benefit-slider .slick-prev.slick-arrow,
  div#super-slider .slick-prev.slick-arrow {
    left: -5%
  }

  div#benefit-slider .slick-next.slick-arrow,
  div#super-slider .slick-next.slick-arrow {
    right: -5%
  }

  div#benefit-slider .slide .carousel-image {
    padding: 10px
  }

  section#benefits img {
    height: 60px
  }

  div#business-sliders .slick-next.slick-arrow {
    left: 55%;
    bottom: -25px;
    transform: translateX(-55%)
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 45%;
    bottom: -25px;
    transform: translateX(-45%)
  }

  div#business-sliders .slide:nth-child(even) .post-img img {
    margin-top: 0px !important
  }

  div#business-sliders2 .slick-next.slick-arrow {
    left: 55%;
    bottom: -25px;
    transform: translateX(-55%)
  }

  div#business-sliders2 .slick-prev.slick-arrow {
    left: 45%;
    bottom: -25px;
    transform: translateX(-45%)
  }

  div#business-sliders2 .slide:nth-child(even) .post-img img {
    margin-top: 0px !important
  }

  div#super-slider h6,
  .benefits h5,
  .careersectioncard h5,
  .solutions-lists h4,
  .solutions-listsss h5,
  .buddy-heading h5,
  .why-us h2,
  .founderParaContent h4,
  .emp-details h4 {
    font-size: 15px
  }

  .founderParaContent i {
    margin: 8px 0px !important
  }

  div#scheduleademo h3,
  .vision-mission h5 {
    font-size: 18px
  }

  .form-control {
    padding: .25rem .55rem;
    font-size: 14px
  }

  .feature-box h5,
  div#faq-items .accordion-header .accordion-button,
  div#carouselExampleDark .carousel-caption h3,
  .banner-text h2,
  .about-vasy h6,
  .emp-details h6 {
    font-size: 14px
  }

  .feature-box p,
  div#faq-items .accordion-body,
  .quick-contact a {
    font-size: 13px
  }

  div#benefit-slider .slide.slick-slide,
  .modal-body {
    padding: 10px
  }

  div#benefit-slider .slide .carousel-image p {
    font-size: 13px !important;
    margin-bottom: 0
  }

  div#faq-items .accordion-body,
  div#faq-items .accordion-header .accordion-button {
    padding: 10px
  }

  .offer-code img {
    top: 52px
  }

  iframe#player,
  iframe#player2 {
    height: 195px
  }

  .solutions-banner .carousel-caption {
    top: 10% !important
  }

  .solutions-banner-right {
    display: none
  }

  .solutions-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-bg)
  }

  .solutions-features:after,
  .challanges-arrow {
    display: none
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0%
  }

  iframe#map-location {
    height: 300px
  }

  .contact-banner .carousel-caption h1 span {
    display: inline-block !important
  }

  .contact-banner .carousel-caption {
    left: 5% !important;
    top: 45% !important
  }

  .contact-infos h5 {
    min-height: 39px;
    margin-bottom: 0;
    font-size: 12px
  }

  #cookie {
    left: 3%;
    width: 94%;
    transform: translateX(0%)
  }

  .client-caseshape::before,
  .client-caseshape::after {
    width: 10%
  }

  .small-cta h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    display: block
  }

  #open-positions .box {
    padding: 20px
  }

  #open-positions .box .section-title span {
    font-size: 25px
  }

  .box::before {
    display: none
  }

  #open-positions .job-img {
    text-align: center;
    margin-top: 20px
  }

  .about-section .section-title h6 {
    font-size: 15px
  }
}

@media (min-width:759px) and (max-width:761px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important
  }
}

@media (min-width:615px) and (max-width:720px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important
  }

  .ratings .ratings-img {
    transform: scale(.8);
    margin-left: 0
  }
}

@media (min-width:600px) and (max-width:610px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 3px;
    height: 150px !important;
    width: 150px !important
  }
}

@media (min-width:540px) and (max-width:550px) {
  .about-section .section-title h6 {
    font-size: 15px
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important
  }

  .about-section .shape {
    display: none
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px
  }

  .about-vasy p {
    width: 100%
  }

  .ratings-img {
    transform: scale(.8);
    margin-left: 0px !important
  }

  .mobile-ico-slider {
    margin-top: 150px
  }
}

@media only screen and (min-width:465px) and (max-width:530px) {
  .mobile-ico-slider {
    margin-top: 115px
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -7px;
    height: 150px !important;
    width: 150px !important
  }

  .mobile-col {
    margin-top: 20px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  #client-banner-1,
  #client-banner-2 {
    width: 100%
  }
}

@media only screen and (min-width:448px) and (max-width:460px) {
  .mobile-ico-slider {
    margin-top: 115px
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -10px;
    height: 150px !important;
    width: 150px !important
  }

  .mobile-col {
    margin-top: 20px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  #client-banner-1,
  #client-banner-2 {
    width: 100%
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px
  }
}

@media (max-width:430px) {
  .splide__slide {
    align-items: normal !important
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -15px;
    height: 150px !important;
    width: 150px !important
  }

  .mobile-col {
    margin-top: 20px !important
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .mobile-ico-slider {
    margin-top: 65px
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px
  }
}

@media only screen and (min-width:412px) and (max-width:420px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: -16px;
    height: 150px !important;
    width: 150px !important
  }
}

@media (max-width:400px) {
  .logo-nav {
    height: 35px
  }

  .mobile-ico-slider {
    margin-top: 50px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -20px;
    height: 150px !important;
    width: 150px !important
  }

  div#carouselExampleDark .carousel-caption {
    top: 10%
  }

  div#carouselExampleDark .carousel-caption h1 {
    font-size: 15px
  }

  div#carouselExampleDark .carousel-caption h2 {
    font-size: 18px
  }

  .clients-bg::before {
    height: 54px;
    width: 54px;
    right: -21px
  }

  .logo img {
    height: 34px
  }

  .social-links {
    margin-top: 0px !important;
    margin-left: 10px
  }

  .quick-contact i {
    font-size: 14px;
    line-height: 19px
  }

  .quick-contact i.fa.fa-mobile {
    font-size: 21px
  }

  .quick-contact a {
    font-size: 14px
  }

  iframe#player,
  iframe#player2 {
    height: 145px
  }

  .contact-infos h5 {
    font-size: 12px !important
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 30px
  }
}

@media (max-width:376px) {
  .circle canvas {
    left: -22px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .mobile-ico-slider {
    margin-top: 50px
  }
}

@media (max-width:360px) {
  .mobile-offer-slide {
    height: 180px !important
  }

  .clients-bg::before {
    height: 45px;
    width: 56px;
    right: -21px
  }

  .feature-box h5 {
    font-size: 15px
  }

  .about-section .section-title h6 {
    font-size: 13px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .circle canvas {
    position: absolute;
    top: -5px;
    left: -22px;
    height: 145px !important;
    width: 145px !important
  }

  .benefits h5 {
    font-size: 18px
  }

  .revampNavbar .gap-3 {
    gap: 0px !important
  }

  .clients-bg::before {
    height: 52px;
    width: 52px
  }

  div#scheduleademo h3 {
    font-size: 18px
  }

  .mute {
    display: block
  }

  .ratings .rating-circle,
  .ratings .percent,
  .ratings .ratings-img {
    transform: scale(.7);
    margin-left: -38%;
    margin-top: -36px
  }

  .ratings-img::before {
    content: "";
    position: absolute;
    width: 214px;
    height: 214px
  }

  .ratings-img {
    height: 242px;
    width: 242px
  }

  .rating-circle h3,
  .ratings .number {
    left: 60%
  }

  .ratings {
    position: relative
  }

  .ratings p {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%)
  }

  .ratings img {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%)
  }

  .dc .ratings p {
    left: 30%;
    transform: translateX(-20%)
  }

  .quick-contact p a {
    font-size: 13px
  }

  .client-counter .rating-start {
    width: 160px;
    height: 160px;
    border: 20px solid var(--white)
  }

  .client-counter .rating-circle h3,
  .ratings .number::before {
    font-size: 30px
  }

  .client-counter .rating-circle {
    margin-left: 0%
  }

  .client-counter .three-digit .number:before {
    margin-right: -80px
  }

  .ratings .number::before {
    margin-right: -67px
  }

  .rating-circle h3,
  .ratings .number {
    left: 49%
  }

  .rating-circle h3,
  .ratings .rating-start .number {
    left: 55%
  }

  .mobile-ico-slider {
    margin-top: 50px
  }
}

@media (min-width:321px) and (max-width:350px) {
  .text-brand {
    font-size: 15px !important
  }
}

@media (max-width:320px) {
  .navbarContainer a.btn.btn-brand {
    display: none
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .circle canvas {
    position: absolute;
    top: -5px;
    left: -29px;
    height: 145px !important;
    width: 145px !important
  }

  div#carouselExampleDark .carousel-caption {
    top: 12%
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .section-title h2,
  .section-title h1,
  .cta h3,
  .h4,
  h4 {
    font-size: 14px !important
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .section-title h2 span,
  .section-title h1 span {
    font-size: 18px
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 12px
  }

  .fs-5 {
    font-size: 14px !important
  }

  .btn {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-font-size: 0.675rem;
    --bs-btn-border-radius: 0.15rem
  }

  .clients-bg::before {
    display: none
  }

  .clients-bg {
    box-shadow: 0 0 4px 1px var(--secondary-bg)
  }

  .clients .col-1 {
    display: none
  }

  .clients .col-11 {
    width: 100%
  }

  .boxes h6 {
    font-size: 11px
  }

  .cta .d-flex.gap-5 {
    gap: 2rem !important
  }

  .mobile-ico-slider {
    margin-top: 25px
  }
}

@media (max-width:280px) {

  .time .dd,
  .time .hh,
  .time .mm {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important
  }

  .quick-contact {
    flex-wrap: wrap
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 42%;
    transform: translateX(-45%);
    margin-right: 10px !important
  }

  div#business-sliders2 .slick-prev.slick-arrow {
    left: 42%;
    transform: translateX(-45%);
    margin-right: 10px !important
  }

  .circle .bg {
    position: absolute;
    background-color: var(--primary-color);
    height: 100px !important;
    width: 100px !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
  }

  .mobile-ico-slider {
    margin-top: 0
  }

  .business-sliders .fa-arrow-left {
    margin-right: 10px
  }

  .about-section .shape {
    display: none
  }

  .about-vasy p {
    width: 100%
  }

  .ratings-img {
    width: 211px;
    transform: scale(.7);
    margin-left: -38%;
    margin-top: -36px;
    height: 215px
  }

  .circle canvas {
    position: absolute;
    top: 5px;
    left: -25px;
    height: 125px !important;
    width: 125px !important
  }

  .ratings-img::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 186px;
    height: 186px
  }

  .circle .chart {
    position: relative;
    width: 64%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 30px;
    line-height: 135px;
    height: 135px;
    color: #fff;
    font-weight: 700
  }
}

.independence-box {
  position: relative;
  padding: 24px
}

.image-box {
  z-index: 9999
}

.independence-bgbox {
  position: absolute;
  height: 100%;
  width: 97%;
  background-color: #fff;
  opacity: .5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 20px;
  margin: auto
}

.bottom-img {
  z-index: 9999
}

.header-stripe .hline {
  background-image: url(../images/Independence-strip2024.webp) !important;
  background-size: cover !important;
  width: 100%;
  background-color: #fff;
  height: 35px;
  background-position: center
}

.header-stripe .orange {
  color: #f26722;
  margin-right: 5px
}

.header-stripe .blue {
  color: #0c4f8f;
  margin-right: 5px
}

.header-stripe .green {
  color: #379244
}

.header-stripe span {
  color: #a00032
}

.independence-box .careersectioncard {
  background-color: #fff
}

.contact-top {
  margin-top: -75px
}

.strip-remove .header-stripe {
  display: none
}

.navratri {
  background-image: url(../images/navratri-offer-bg.webp);
  background-size: cover;
  padding: 16px;
  border-radius: 8px
}

.navratri .careersectioncard {
  position: relative
}

.careersectioncard .dandiya {
  position: absolute;
  height: 60px;
  left: -50px
}

.independence-form .big-text {
  font-size: 25px
}

@keyframes beats {
  to {
    transform: scale(1.4)
  }
}

.mobile-offer-slide {
  height: 230px
}

.custom-top {
  margin-top: -70px
}

.time .a {
  border: 1px solid #0c4f8f;
  border-radius: 5px
}

.time .dd,
.time .hh,
.time .mm {
  font-size: 35px
}

.time .foot-time {
  background-color: var(--white);
  color: var(--primary-color);
  width: 55px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  font-size: 16px
}

.time .dd {
  border-radius: 5px;
  background-color: #f26722;
  height: 60px;
  width: 60px;
  line-height: 57px;
  color: #fff;
  font-weight: 700
}

.time .hh {
  border-radius: 5px;
  background-color: #0c4f8f;
  height: 60px;
  width: 60px;
  line-height: 57px;
  color: #fff;
  font-weight: 700
}

.time .mm {
  border-radius: 5px;
  background-color: #379244;
  height: 60px;
  width: 60px;
  line-height: 57px;
  color: #fff;
  font-weight: 700
}

.country-static {
  position: absolute;
  top: 7px;
  z-index: 1;
  left: 50px;
  padding-right: 5px;
  border-right: 2px solid
}

.india-icon {
  position: absolute;
  top: 9px;
  height: 20px;
  width: 25px;
  left: 20px;
  z-index: 1
}

#c_phone1,
#w-phone1,
#erp-c_phone,
#erp-c_phone1 {
  padding-left: 50px
}

#c_phone,
#w-phone {
  padding-left: 50px
}

.diya {
  position: absolute;
  bottom: 65px;
  right: -25px
}

.diya img {
  height: 70px
}

.hanging-diya {
  position: absolute;
  top: -30px;
  left: -20px
}

.hanging-diya img {
  height: 180px
}

.hanging-diya-right {
  position: absolute;
  top: -30px;
  right: -20px
}

.hanging-diya-right img {
  height: 180px;
  transform: scaleX(-1)
}

.diwali-main {
  text-align: center;
  width: 100%
}

.diwali-main img {
  width: 85%
}

.text-strip {
  background: linear-gradient(to right, #fff, #0083b9, #0083b9, #fff);
  padding: 10px 0
}

.text-strip h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px
}

.diwali-laptop {
  margin-left: -10px;
  width: 320px;
  margin-bottom: 10px
}

.right-background {
  position: absolute;
  right: 0;
  bottom: 0
}

.right-background img,
.left-background img {
  height: 200px
}

.left-background {
  position: absolute;
  left: 0;
  top: 0
}

.right-background img {
  opacity: .4
}

.static-text {
  line-height: 1.65;
  margin-bottom: 0
}

.text-container {
  position: relative;
  overflow: hidden;
  height: 50px;
  display: flex
}

.dynamic-text {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: transform 0.5s ease-in-out;
  margin-left: 5px
}

.item {
  display: block;
  height: 50px;
  color: var(--primary-color);
  line-height: 50px
}

@media (max-width:768px) {
  .banner-text h1 {
    font-size: 17px;
    margin-bottom: 8px !important
  }

  .text-container {
    height: 26px
  }

  .text-container .item {
    height: 28px;
    line-height: 28px
  }
}

@media (max-width:365px) {
  .banner-text h1 {
    font-size: 15px;
    margin-bottom: 8px !important
  }

  .text-container .item {
    height: 24px;
    line-height: 24px
  }
}

@media (max-width:320px) {
  .solutions-banner-mobileitem img {
    height: 300px !important
  }

  .banner-text h1 {
    font-size: 14px;
    margin-bottom: 8px !important
  }

  .text-container .item {
    height: 23px;
    line-height: 23px
  }
}

.christmas-hang {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%
}

.christmas-hang img {
  width: 100%
}

.christmas-formimg {
  position: absolute;
  top: 0;
  left: 0
}

.accordion-header {
  border-left: 4px solid var(--primary-dark)
}

.about-section .banner-cards {
  background-image: url(../images/erp/banner-bg.webp);
  background-position: center center;
  height: 435px;
  background-size: cover;
  display: flex;
  margin-top: -80px;
  align-items: center
}

.banner-cards .card-box {
  margin-top: 170px
}

.banner-cards .card-box .banner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / .12);
  background-color: var(--white)
}

.banner-cards .card-box .banner-box h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 0
}

.banner-cards .card-box .col-lg-2:nth-child(odd) {
  margin-top: -50px
}

.banner-cards .card-box .banner-box span {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 24px
}

.erp-solution .erp-solution-text h2 {
  font-weight: 800 !important;
  color: var(--primary-color);
  font-size: 30px;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: none;
  margin-top: 0;
  text-transform: uppercase
}

.erp-solution .erp-solution-text p {
  width: 80%
}

.erp-solution h2 span {
  font-weight: 800 !important;
  color: var(--white);
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px
}

.erp-solution .erp-solution-img img {
  height: 500px
}

.manufacturing-key .key-box {
  padding: 30px;
  position: relative;
  border: 5px solid var(--primary-dark);
  transition: 1s
}

.manufacturing-key .key-box h3 {
  color: var(--primary-dark);
  height: 68px;
  padding-top: 20px;
  margin-bottom: 30px;
  font-weight: 700
}

.key-box .key-img {
  position: absolute;
  top: -40px;
  background-color: var(--section-bg);
  padding: 0 10px;
  transition: 1s
}

.manufacturing-key .key-box:hover .key-img img {
  transform: scale(1.2);
  transition: 1s
}

.manufacturing-key .key-box img {
  transition: 1s;
  height: 70px
}

.manufacturing-key .key-box p {
  margin-bottom: 0
}

.desktop-industries {
  margin-top: 40px
}

#pos-software {
  width: 100%;
  margin: auto
}

.pos .slick-next {
  display: block;
  position: absolute;
  right: -50px;
  font-size: 30px;
  cursor: pointer;
  bottom: 47% !important
}

.pos .slick-prev {
  display: block;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  left: -50px;
  top: 40%
}

.pos .slide .carousel-image {
  width: 80%;
  margin: auto;
  text-align: center
}

.pos .slide .carousel-image .image {
  background-image: linear-gradient(var(--section-bg), white);
  border-radius: 10px;
  width: 100%
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-dark);
  color: var(--white);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.erp-benefits-cards ul li i {
  font-size: 18px;
  color: #34b233
}

.erp-benefits-cards ul {
  padding: 0
}

.erp-benefits-cards ul li {
  list-style-type: none
}

.new-industries .boxes {
  width: 47%
}

.report .report-card {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  height: 120px;
  margin-bottom: 15px;
  padding: 10px;
  justify-content: space-between
}

.report .report-card h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0;
  font-weight: 700;
  width: 88%
}

.report .report-card i {
  font-size: 25px;
  color: var(--white)
}

.report .report-card p {
  display: none;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px
}

.report .report-card:hover {
  transition: 0.5s;
  background-color: var(--white);
  border: 2px solid var(--primary-dark)
}

.report .report-card:hover h5,
.report .report-card:hover i {
  display: none
}

.report .report-card:hover p {
  display: block;
  color: var(--primary-dark)
}

.vasy-gold .section-title span {
  -webkit-text-stroke-color: #bb9e06
}

.vasy-gold .gold-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between
}

.gold-data .data-img {
  padding: 12px;
  width: 20%;
  border: 2px solid #bb9e06;
  border-radius: 100px
}

.gold-data .data-text {
  width: 80%;
  padding-left: 10px
}

.gold-data .data-text h6 {
  color: var(--primary-dark);
  font-size: 18px
}

.gold-data .data-text h6 i {
  color: #bb9e06;
  font-size: 16px
}

.vasy-gold .gold-img img {
  height: 600px
}

.enterprise-retail {
  background-image: url(../images/erp/erp-retailbg.webp);
  background-repeat: no-repeat;
  background-size: 75%;
  height: 250px
}

.retail-text {
  margin-top: -35px
}

.retail-img img {
  height: 313px;
  width: 100%;
  margin-top: -20px
}

.enterprise-retail .section-title h2 span {
  font-weight: 800 !important;
  color: #fff0;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: #fff;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px
}

.pos .slide .carousel-image img {
  width: 70%;
  margin: auto
}

.multiple-branch .pos .slide .carousel-image img {
  width: auto !important;
  margin: 0
}

.solutionImage .animated-img-industries {
  position: absolute;
  left: 45px;
  width: 200px;
  top: 50%
}

@media (min-width:767px) {
  .homebanner {
    padding-top: 80px !important
  }
}

@media (max-width:381px) {
  .quick-contact {
    flex-direction: column
  }
}

.business-segment .business-text .textbox2 {
  right: 0;
  left: auto !important;
  width: 120% !important
}

.careernew {
  .small-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
  }

  .btn-primary {
    padding: 15px 20px;
    text-transform: none
  }

  .career-section-title {
    text-align: center;
    margin-bottom: 60px
  }

  .btn-darkbg {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: var(--white);
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 15px 20px;
    margin-left: 8px
  }

  .btn-lightbg {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    background: var(--white);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 15px 20px
  }

  .popup {
    display: none
  }

  .slick-next {
    &.slick-arrow {
      position: absolute;
      left: 50%;
      bottom: -60px;
      width: auto;
      display: table;
      cursor: pointer;
      margin-left: 25px
    }

    i {
      border-radius: 0;
      background-color: var(--secondary-color);
      color: var(--white);
      font-size: 25px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 23px;
      display: flex;
      justify-content: center;
      align-items: center
    }
  }

  .slick-prev {
    &.slick-arrow {
      position: absolute;
      left: 48%;
      bottom: -60px;
      width: auto;
      display: table;
      cursor: pointer
    }

    i {
      border-radius: 0;
      background-color: var(--secondary-color);
      color: var(--white);
      font-size: 25px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 23px;
      display: flex;
      justify-content: center;
      align-items: center
    }
  }

  .hero-banner-main {
    background-image: url(../images/career/career-hero.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .hero-wrapper {
      text-align: center;
      padding: 120px 0 60px;
      color: #fff;

      p.h6 {
        margin: 20px 0 50px;
        font-weight: 600
      }
    }
  }

  .config-image {
    img {
      width: 100%
    }
  }

  .our-cultural-main {
    background-color: var(--section-bg);

    .cards {
      .card {
        padding: 40px;
        border: none;
        border-radius: 0;
        box-shadow: 0 0 10px -1px var(--shadow);
        margin-bottom: 24px;

        .card-image {
          max-width: 80px;
          max-height: 80px;

          img {
            width: 100%
          }
        }

        .card-text {
          margin-top: 30px;

          h4 {
            margin-bottom: 10px
          }
        }
      }
    }
  }

  .perks-main {
    .perks-sliders {
      .swiper-slide {
        padding: 80px 40px 40px;
        border: 2px solid var(--secondary-color);
        position: relative;
        margin: 60px 20px 0 0;
        transition: all 0.3s;
        width: 40% !important;

        .slide-image {
          position: absolute;
          top: -65px;
          left: 40px;
          border-radius: 50%;
          background: var(--white)
        }

        ul {
          list-style-type: none;

          li {
            position: relative;

            &::after {
              position: absolute;
              content: "";
              width: 22px;
              height: 22px;
              left: -30px;
              top: 5px;
              background-image: url(../images/career/check.svg);
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              transition: all 0.3s
            }
          }
        }

        &:hover {
          background: var(--secondary-color);
          color: var(--white);

          ul {
            li::after {
              filter: brightness(7)
            }
          }
        }
      }

      .swiper-button-prev {
        position: absolute;
        left: 48%;
        transform: translatex(-50%);
        top: 95%;
        height: 40px;
        width: 40px;
        background: var(--secondary-color);
        color: var(--white);
        cursor: pointer;

        &::after {
          content: "\279C";
          transform: rotate(180deg);
          font-size: 25px;
          padding-bottom: 2px
        }
      }

      .swiper-button-next {
        position: absolute;
        left: 51%;
        transform: translatex(-50%);
        height: 40px;
        width: 40px;
        background: var(--secondary-color);
        color: var(--white);
        top: 95%;
        cursor: pointer;
        margin-left: 20px;

        &::after {
          content: "\279C";
          font-size: 25px;
          padding-bottom: 2px
        }
      }
    }

    .swiper-wrapper {
      margin-bottom: 60px
    }
  }

  .opportunities-main {
    .opportuniti-card {
      text-align: center;
      padding: 50px 25px;
      margin-bottom: 20px;
      box-shadow: 0 0 10px -1px var(--shadow);

      h5 {
        margin-bottom: 60px
      }

      p {
        position: relative;

        &.location {
          margin: auto;
          width: max-content;

          &::after {
            content: "";
            position: absolute;
            height: 25px;
            width: 25px;
            left: -25px;
            background-image: url(../images/career/location.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
          }
        }
      }

      .cta {
        margin-top: 30px
      }
    }

    .row {
      .cta {
        margin-top: 60px;
        text-align: center
      }
    }
  }

  .our-people-main {
    .our-people-slider {
      .slide {
        img {
          width: 100%
        }

        position:relative;
        margin:0 10px
      }

      .people-details {
        position: absolute;
        padding: 50px;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(360deg, rgb(0 0 0 / .6) 10%, rgb(0 0 0 / .3) 25%, #fff0 50%, #fff0 100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--white);
        transition: all 0.3s;

        .people-detail {
          opacity: 0;
          transition: all 0.3s
        }

        &:hover {
          background: linear-gradient(rgb(0 0 0 / .7), rgb(0 0 0 / .7));

          .people-detail {
            opacity: 1
          }
        }
      }
    }
  }

  .life-at-vasy-main {
    .life-at-vasy-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;

      .video-wrapper {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
        height: 100%
      }

      .item6 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 5
      }

      .item7 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 7
      }

      img {
        width: 100%
      }
    }
  }
}

@media (max-width:1024px) {
  .careernew {
    .slick-next {
      &.slick-arrow {
        left: 50%
      }
    }

    .slick-prev {
      &.slick-arrow {
        left: 47%
      }
    }
  }
}

@media (max-width:991px) {
  .careernew {
    .career-section-title {
      margin-bottom: 40px
    }

    .btn-darkbg {
      font-size: 18px;
      line-height: 30px;
      padding: 10px 15px
    }

    .btn-lightbg {
      font-size: 18px;
      line-height: 30px;
      padding: 10px 15px
    }

    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / .6);
      justify-content: center;
      align-items: center
    }

    .popup-content {
      background: linear-gradient(rgb(0 0 0 / .7), rgb(0 0 0 / .7));
      padding: 20px;
      width: 350px;
      border-radius: 12px;
      position: relative;
      text-align: center;
      color: var(--white)
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      cursor: pointer;
      border: none;
      background: var(--white)
    }

    .close-btn:hover {
      color: red
    }

    .slick-next {
      &.slick-arrow {
        left: 53%;
        transform: translateX(-53%)
      }
    }

    .slick-prev {
      &.slick-arrow {
        left: 47%;
        transform: translateX(-47%)
      }
    }

    .hero-banner-main {
      .hero-wrapper {
        padding: 80px 0 30px
      }
    }

    .config-image {
      margin: 20px 0 30px
    }

    .config-text {
      h2 {
        text-align: center
      }
    }

    .our-cultural-main {
      padding: 30px 0 80px;

      & .cards {
        .card {
          margin: 0 10px 3px;
          min-height: 450px;

          .card-text {
            margin-top: 20px
          }

          .card-image {
            max-width: 50px;
            max-height: 50px
          }
        }
      }
    }

    .perks-main {
      .perks-sliders {
        .swiper-slide {
          padding: 60px 30px 30px;
          margin: 40px 10px 0 0;

          .slide-image {
            top: -52px;
            left: 30px;
            max-width: 100px;

            img {
              width: 100%
            }
          }

          ul {
            li {
              &::after {
                width: 15px;
                height: 15px;
                left: -25px
              }
            }
          }
        }

        .swiper-button-next {
          left: 52%
        }
      }
    }

    .opportunities-main {
      .opportuniti-card {
        padding: 35px 20px;

        h5 {
          margin-bottom: 40px
        }
      }

      .row {
        .cta {
          margin-top: 40px
        }
      }
    }

    .our-people-main {
      & .our-people-slider {
        & .people-details {
          &:hover {
            background: none;

            .people-detail {
              opacity: 0
            }
          }

          padding:30px
        }

        .slick-next {
          bottom: -50px
        }

        .slick-prev {
          bottom: -50px
        }
      }
    }
  }
}

@media (max-width:767px) {
  .careernew {
    .btn-primary {
      padding: 10px 15px
    }

    .small-text {
      font-size: 12px;
      line-height: 17px
    }

    .career-section-title {
      margin-bottom: 30px
    }

    .btn-lightbg {
      display: block;
      font-size: 12px;
      line-height: 15px
    }

    .btn-darkbg {
      display: block;
      margin: 10px 0 0;
      font-size: 12px;
      line-height: 15px
    }

    .slick-next {
      i {
        height: 25px;
        width: 25px;
        font-size: 18px
      }

      &.slick-arrow {
        left: 51%;
        transform: translateX(-55%)
      }
    }

    .slick-prev {
      i {
        height: 25px;
        width: 25px;
        font-size: 18px
      }

      &.slick-arrow {
        left: 47%;
        transform: translateX(-45%)
      }
    }

    .hero-banner-main {
      .hero-wrapper {
        padding: 60px 0 10px;

        p.h6 {
          margin: 15px 0 30px
        }
      }
    }

    .our-cultural-main {
      & .cards {
        .card {
          padding: 20px;
          min-height: auto
        }
      }
    }

    .perks-main {
      .perks-sliders {
        .swiper-slide {
          padding: 45px 20px 20px;
          margin: 40px 10px 0 0;
          width: 60% !important;

          .slide-image {
            top: -32px;
            left: 20px;
            max-width: 60px;

            img {
              width: 100%
            }
          }

          ul {
            li {
              &::after {
                width: 12px;
                height: 12px;
                left: -20px;
                top: 3px
              }
            }
          }
        }

        .swiper-button-next {
          left: 54%;
          height: 30px;
          width: 30px;

          &::after {
            font-size: 20px
          }
        }

        .swiper-button-prev {
          left: 47%;
          height: 30px;
          width: 30px;

          &::after {
            font-size: 20px
          }
        }
      }
    }

    .opportunities-main {
      .opportuniti-card {
        padding: 30px 20px;
        margin-bottom: 10px;

        h5 {
          margin-bottom: 30px
        }
      }
    }

    .our-people-main {
      & .our-people-slider {
        .people-details {
          padding: 20px 20px 10px
        }

        .slick-next {
          bottom: -40px
        }

        .slick-prev {
          bottom: -40px
        }
      }
    }

    .life-at-vasy-main {
      .life-at-vasy-wrapper {
        gap: 5px;

        .video-wrapper {
          grid-column-start: 1;
          grid-column-end: 4
        }

        .item2 {
          grid-column-start: 1;
          grid-column-end: 2;
          width: 154%
        }

        .item3 {
          grid-column-start: 2;
          grid-column-end: 4;
          width: 73%;
          margin: 0 auto 0 27%;
          height: 100%
        }

        .item6 {
          grid-row-start: 4;
          grid-row-end: 6
        }

        .item7 {
          grid-row-start: 6;
          grid-row-end: 8
        }
      }
    }
  }
}

@media (min-width:520px) and (max-width:767px) {
  .careernew {
    .our-cultural-main {
      & .cards {
        .card {
          min-height: 310px
        }
      }
    }
  }
}

.btn-black {
  background: var(--secondary-color);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 50px;

  &:hover {
    border: 1px solid
  }
}

#scheduleademo {
  .modal-content {
    .modal-body {
      .h6 {
        text-align: left;
        color: var(--primary-dark);
        font-weight: 800
      }

      h4 {
        margin-bottom: 40px;
        position: relative;
        text-align: left;

        &:after {
          content: "";
          position: absolute;
          top: 50px;
          right: 8%;
          background-image: url(../images/scheduleademo-arrow.webp);
          background-size: contain;
          background-position: top;
          background-repeat: no-repeat;
          height: 90px;
          width: 80px
        }
      }
    }

    button.close {
      background-color: var(--primary-dark)
    }
  }
}

.black-theme {
  .section-title {

    h2,
    .h2 {
      color: var(--secondary-color)
    }
  }

  section.dark-bg {

    h2,
    .h2,
    h3,
    .h3 {
      color: var(--white)
    }
  }

  .header-lp {
    .navbarContainer {
      background: var(--white)
    }
  }

  .banner-with-form {
    background-color: var(--secondary-color);

    .banner-wrapper {
      color: var(--white);

      p {
        color: var(--white) !important
      }

      .dynamic-text {
        .item {
          color: var(--white)
        }
      }

      .upper-title {
        .title-animation {
          display: inline-block;
          background: linear-gradient(to left, var(--white) 0%, var(--white) 42.5%, var(--secondary-light) 50%, var(--white) 57.5%, var(--white) 100%);
          background-size: 200% auto;
          background-clip: text;
          -webkit-background-clip: text;
          color: #fff0;
          background-position: 100% center;
          animation: loader 10s ease infinite reverse
        }
      }
    }
  }

  .dark-bg {
    background-color: var(--secondary-color);
    color: var(--white)
  }

  .image-slider-main {
    background-color: var(--secondary-color);
    outline: 1px solid var(--secondary-color);

    .image-slider-title {
      h2 {
        color: var(--white)
      }

      .title-hilight {
        background: var(--primary-dark)
      }
    }

    .bg-image {
      position: absolute;
      background-image: url(../images/landing-page/slider-image-bg-black.webp);
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      top: 30%;
      height: 115%;
      width: 100%;

      @media (min-width:1920px) {
        background-color: var(--secondary-color)
      }
    }

    .images-wrapper {
      .slick-arrow {
        i {
          color: var(--white)
        }
      }
    }
  }

  .client-section-main {
    .splide__slide {
      img {
        box-shadow: none;
        filter: grayscale(1);
        padding: 10px
      }

      &:hover {
        img {
          filter: grayscale(0)
        }
      }
    }
  }

  .accordions {
    .accordion-item {
      .accordion-header {
        background-color: var(--secondary-color) !important;

        .accordion-button:not(.collapsed) {
          background-color: var(--secondary-color) !important
        }
      }
    }
  }

  #faqs.faqs-lp {
    .accordion-button:not(.collapsed) {
      background-color: var(--secondary-color)
    }

    .accordion-header {
      border-left: 4px solid var(--secondary-color)
    }
  }
}

.header-lp {
  .navbarContainer {
    background: var(--white)
  }
}

.blue-theme,
.black-theme {
  .new-form-ui {
    background: var(--secondary-color);
    color: var(--white);
    border-radius: 20px;
    padding: 30px;
    box-shadow: none;

    h5 {
      color: var(--white);
      text-align: left
    }

    .form-control {
      background: var(--secondary-color);
      border-radius: 50px;
      border: 1px solid var(--white);
      padding: 10px 20px;
      color: var(--white);

      &::placeholder {
        color: var(--white)
      }

      &:focus {
        box-shadow: none
      }
    }

    .form-group {
      &:nth-child(3) {
        color: var(--secondary-dark)
      }
    }

    .btn-brand {
      background: var(--white);
      color: var(--secondary-color);
      border-color: var(--secondary-color);
      padding: 13px 10px;
      border-radius: 50px;
      background-image: linear-gradient(90deg, var(--secondary-color), var(--secondary-color));
      background-size: 0% 100%;
      background-repeat: no-repeat;
      transition: all 0.5s;
      font-size: 1rem !important;

      &:hover,
      &:focus {
        background-size: 100% 100%;
        color: var(--white) !important;
        border-color: var(--white)
      }
    }
  }
}

.blue-theme {
  .new-form-ui {
    background: linear-gradient(150deg, var(--primary-dark) 0%, var(--primary-bg) 100%) !important;

    .form-control {
      background: #fff0
    }

    .iti__selected-flag {
      background-color: transparent !important;
      color: var(--white)
    }

    .iti__country-list {
      .iti__country-name {
        color: var(--secondary-color)
      }
    }

    .btn-brand {
      color: var(--primary-color);
      border: none;
      text-transform: none;
      background-image: linear-gradient(150deg, var(--primary-dark) 0%, var(--primary-dark) 100%) !important;

      &:hover,
      &:focus {
        color: var(--white) !important;
        border-color: var(--white)
      }
    }
  }

  .section-title {

    h2,
    .h2 {
      color: var(--secondary-color)
    }
  }

  section.dark-bg {

    h2,
    .h2,
    h3,
    .h3 {
      color: var(--white)
    }
  }

  #footer {
    .footer-text {
      p {
        color: var(--secondary-dark)
      }
    }
  }
}

.dark-bg {
  background-color: var(--secondary-color);
  color: var(--white)
}

.text-gray {
  color: #a1a0a0
}

.banner-with-form {
  padding-top: 110px;
  background-color: var(--primary-bg-light);

  .banner-wrapper {
    .upper-title {
      margin: 60px 0 40px;

      .title-animation {
        display: inline-block;
        background: linear-gradient(to left, var(--primary-dark) 0%, var(--primary-dark) 42.5%, var(--primary-bg) 50%, var(--primary-dark) 57.5%, var(--primary-dark) 100%);
        background-size: 200% auto;
        background-clip: text;
        -webkit-background-clip: text;
        color: #fff0;
        background-position: 100% center;
        animation: loader 10s ease infinite reverse
      }
    }

    h1 {
      margin-bottom: 16px;
      font-weight: 700
    }

    .dynamic-text {
      .item {
        color: var(--secondary-color)
      }
    }
  }

  .demo-form {
    background: var(--white);
    border: 1px solid var(--secondary-dark);
    border-radius: 20px;
    padding: 30px;
    color: var(--secondary-dark);

    h3 {
      font-weight: 800;
      color: var(--secondary-color) !important
    }

    .form-control {
      background: var(--white);
      border-radius: 63px;
      border: 1px solid var(--secondary-light);
      padding: 15px 25px;

      &::placeholder {
        color: var(--secondary-light)
      }

      &:focus {
        box-shadow: none
      }
    }

    .iti__selected-flag {
      color: var(--secondary-light);
      background-color: #fff0
    }

    .iti__flag-container {
      &:hover {
        .iti__selected-flag {
          background-color: #fff0
        }
      }
    }

    #contact-form {
      .acceptterms {
        p {
          font-size: 14px;
          line-height: 19px
        }
      }

      .btn-brand {
        margin-top: 0
      }
    }
  }
}

@keyframes loader {
  0% {
    background-position: 100% center
  }

  50% {
    background-position: 0% center
  }

  100% {
    background-position: 100% center
  }
}

.image-slider-main {
  position: relative;
  background-color: var(--primary-bg-light);

  .image-slider-title {
    .title-hilight {
      background: var(--secondary-color);
      padding: 5px 20px 10px;
      margin: 0 5px;
      border-radius: 100px;
      display: inline;
      color: var(--white)
    }

    h2 {
      font-family: Segoe Print;
      font-weight: 700
    }
  }

  .bg-image {
    position: absolute;
    background-color: var(--primary-bg-light);
    background-image: url(../images/landing-page/slider-image-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    top: 30%;
    height: 110%;
    width: 100%
  }

  .slide {
    padding-top: 15px
  }

  .images-wrapper {
    display: flex;
    align-items: center;

    .carousel-image {
      display: flex;
      justify-content: center;
      position: relative;

      img {
        width: 70%
      }
    }

    .slick-arrow {
      cursor: pointer;

      i {
        font-size: 30px
      }
    }
  }

  .image-slider-title,
  .carousel-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out
  }
}

.features-main {
  #super-slider-new {
    display: flex;

    .slick-track {
      display: flex;
      justify-content: space-between
    }

    .slide {
      border-radius: 20px;
      padding: 40px 20px;
      margin: 5px;
      transition: all 0.5s;

      &:hover {
        box-shadow: 2px 2px 5px 0 var(--shadow)
      }

      .carousel-image {
        img {
          width: 80px
        }

        h6 {
          color: var(--secondary-color) !important
        }
      }
    }
  }
}

.client-section-main {
  .splide__slide {
    img {
      padding: 10px
    }
  }

  #merchants {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / .83) 50%, #fff0 100%);
      width: 5%;
      top: 0;
      left: 11px
    }

    &::before {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255 / .83) 50%, #fff0 100%);
      width: 5%;
      top: 0;
      right: 11px;
      z-index: 1
    }
  }
}

.features-tab-main {
  .section-title {
    margin-bottom: 20px
  }

  .nav-tabs {
    justify-content: center;

    .nav-link {
      color: #333;
      border: none;
      border-bottom: 1px solid #fff0;
      padding: 0 60px 15px;
      font-weight: 600;

      &:hover,
      &:focus,
      &.active {
        border-radius: 0;
        border: none;
        border-bottom: 3px solid #0094d6;
        color: #0094d6
      }
    }
  }

  .tab-content {
    .feature-box {
      box-shadow: 1px 1px 5px 0 var(--shadow);
      border-radius: 20px;
      padding: 20px 20px 30px;
      margin: 0;
      transition: all 0.3s ease-in-out;

      h4 {
        margin: 20px 0 10px
      }

      p {
        color: var(--secondary-dark)
      }
    }

    .hidden {
      display: none
    }
  }

  .accordions {
    .accordion-item {
      border: none !important;

      .accordion-header {
        border: none;

        .accordion-button.collapsed::after {
          background-image: url(../images/accordion-arrow-down.svg) !important;
          filter: brightness(8.5)
        }

        .accordion-button:not(.collapsed) {
          &:after {
            background-image: url(../images/accordion-arrow-down.svg) !important;
            filter: brightness(8.5);
            transform: rotate(180deg)
          }
        }
      }

      .feature-box {
        box-shadow: 1px 1px 5px 0 var(--shadow);
        border-radius: 20px;
        padding: 20px 20px 30px;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out;
        height: 250px;

        h4 {
          margin: 20px 0 10px
        }
      }
    }

    .accordion-body::-webkit-scrollbar {
      display: none
    }
  }
}

.business-sliders-main {
  .section-title {
    h2 {
      i {
        border-color: var(--secondary-color);
        background: #fff0;

        &::before {
          color: var(--secondary-color)
        }
      }
    }
  }

  #business-sliders-lp {
    display: flex;

    .slide {
      padding: 10px;

      .post-img {
        position: relative;

        &:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          border-radius: 10px;
          background: #0083b9;
          background: linear-gradient(360deg, rgb(0 0 0 / .9) 10%, rgb(0 0 0 / .5) 25%, rgb(0 0 0 / .2) 50%, #fff0 100%);
          transition: 0.3s ease;
          -webkit-transition: 0.3s ease
        }

        &:hover {
          &:before {
            background: linear-gradient(360deg, rgb(82 88 90 / 90%) 25%, #fff0 100%)
          }
        }
      }

      img {
        border-radius: 10px;
        height: 100%;
        width: 100%
      }
    }

    .slick-next {
      position: absolute;
      right: -3%;
      top: 50%;
      width: auto;
      display: table;
      cursor: pointer;
      margin-left: 5px;
      transform: translateY(-50%)
    }

    .slick-prev {
      position: absolute;
      left: -3%;
      top: 50%;
      width: auto;
      display: table;
      cursor: pointer;
      transform: translateY(-50%)
    }
  }
}

.brochure-cta-main {
  margin: 60px 0;
  background-color: var(--primary-color);

  .brochure-content {
    position: relative;

    &:after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10%;
      background-image: url(../images/landing-page/pricing-arrow.webp);
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat;
      height: 80px;
      width: 200px
    }
  }

  .brochure-img-wrapper {
    position: relative;
    bottom: 40px;

    img {
      position: absolute;
      width: 85%
    }
  }
}

.benefits-lp {
  #benefit-slider {
    .slide .carousel-image {
      box-shadow: none;

      p {
        margin: 0
      }
    }

    .slide.slick-slide.slick-current.slick-active.slick-center .carousel-image {
      box-shadow: 0 0 10px -3px var(--shadow);
      border-radius: 10px;
      padding: 30px;
      height: 100%;
      background-color: #fff0
    }

    .slide.slick-slide {
      transform: scale(1)
    }
  }
}

.pricing-cta-main {
  background-image: url(../images/landing-page/pricing-cta-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .pricing-cta-title {
    .h1 {
      margin-bottom: 20px
    }

    a {
      margin-bottom: 40px
    }
  }
}

.key-features-main {
  .features-wrapper {
    margin: 10px auto 60px;

    .info {
      position: absolute;
      width: 30%
    }

    .info-1 {
      top: 6%;
      left: 4%;
      text-align: right
    }

    .info-2 {
      top: 58%;
      left: 0%;
      text-align: right
    }

    .info-3 {
      top: 96%;
      left: 51%
    }

    .info-4 {
      top: 46%;
      right: 0%
    }

    .info-5 {
      top: -2%;
      right: 5%
    }
  }

  .image-wrapper {
    .arrow {
      position: absolute;
      top: 5%;
      left: 9%;
      animation: ani 25s linear infinite;
      width: 85%;
      z-index: -1
    }
  }

  #keyfeatures {
    display: flex;
    position: relative;

    .slide {
      .carousel-image {
        width: 80%;
        background: none;
        box-shadow: 1px 1px 5px 0 var(--shadow);
        margin: 5px auto;

        h5 {
          color: var(--secondary-color)
        }
      }
    }

    .slick-prev {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 23px;
      display: grid;
      place-items: center
    }

    .slick-next {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 1;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 23px;
      display: grid;
      place-items: center
    }
  }
}

@keyframes ani {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.black-theme {
  .integration-main {
    ul.nav {
      li {
        a.active {
          background-color: var(--secondary-color)
        }
      }

      .tab-1,
      .tab-2,
      .tab-5,
      .tab-3,
      .tab-4,
      .tab-6 {
        .payment-left {
          &.active {
            filter: brightness(0)
          }
        }
      }
    }

    .tab-content {

      [data-content-id="content1"],
      [data-content-id="content2"],
      [data-content-id="content3"],
      [data-content-id="content4"],
      [data-content-id="content5"],
      [data-content-id="content6"] {
        &.active {
          .payment-right {
            filter: brightness(0)
          }
        }
      }

      .tab-pane-integration {
        &.active {
          .integration-logo-wrapper {
            .integration-logo {
              border-color: var(--secondary-color);
              box-shadow: 0 0 4px 2px var(--shadow)
            }
          }
        }
      }
    }

    .integration-logo-main {
      background: var(--secondary-color)
    }
  }
}

.integration-main {
  .tab-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;

    .tab-pane-integration {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;

      .tab {
        display: flex;
        gap: 20px
      }

      .integration-logo-wrapper {
        .integration-logo {
          width: 120px;
          padding: 10px 20px;
          opacity: .2
        }
      }

      &.active {
        .integration-logo-wrapper {
          .integration-logo {
            border-radius: 10px;
            border: 1px solid;
            opacity: 1;
            border-color: var(--primary-color);
            box-shadow: 0 0 4px 2px var(--shadow-blue)
          }
        }
      }
    }

    [data-content-id="content1"] {
      .payment-right {
        display: none
      }
    }

    [data-content-id="content1"].active {
      .payment-right {
        position: absolute;
        left: -13%;
        top: 40%;
        z-index: -1;
        display: block;

        img {
          width: 100%
        }
      }
    }

    [data-content-id="content3"] {
      .payment-right {
        display: none
      }
    }

    [data-content-id="content3"].active {
      .payment-right {
        position: absolute;
        left: -13%;
        top: 45%;
        max-width: 92px;
        z-index: -1;
        display: block;

        img {
          width: 100%
        }
      }
    }

    [data-content-id="content6"] {
      .payment-right {
        display: none
      }
    }

    [data-content-id="content6"].active {
      .payment-right {
        position: absolute;
        left: -12%;
        top: 50%;
        z-index: -1;
        display: block;

        img {
          width: 100%
        }
      }
    }
  }

  .integration-logo-main {
    text-align: center;
    background: linear-gradient(150deg, var(--primary-dark) 0%, var(--primary-bg) 100%);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    img {
      width: 110px
    }
  }

  ul.nav {
    position: relative;
    width: 100%;
    height: 100%;

    li {
      a {
        color: var(--secondary-light);
        width: 100%;
        text-align: center;
        padding: 20px 40px;
        border-radius: 20px;
        cursor: pointer
      }

      a.active {
        background: var(--primary-color);
        color: var(--white)
      }
    }

    .nav-item {
      position: absolute;
      width: 35%
    }

    .tab-3 {
      top: 0;
      right: 6%;

      .payment-left {
        display: none;

        &.active {
          position: absolute;
          right: -50%;
          top: 43%;
          max-width: 88px;
          z-index: -1;
          display: block;

          img {
            width: 100%
          }
        }
      }
    }

    .tab-4 {
      bottom: 0;
      right: 6%
    }

    .tab-1 {
      top: 15%;
      left: 0;

      .payment-left {
        display: none;

        &.active {
          position: absolute;
          left: 71%;
          top: 105%;
          width: 244%;
          z-index: -1;
          display: block;

          img {
            width: 100%
          }
        }
      }
    }

    .tab-2 {
      bottom: 15%;
      left: 0
    }

    .tab-5 {
      top: 30%;
      right: 6%;

      .payment-left {
        display: none;

        &.active {
          position: absolute;
          right: -48%;
          top: 32%;
          max-width: 90px;
          z-index: -1;
          display: block;

          img {
            width: 100%
          }
        }
      }
    }

    .tab-6 {
      bottom: 30%;
      right: 6%
    }
  }
}

.benefits-lp {
  h5 {
    color: var(--secondary-color)
  }
}

.cta-lp {
  .background-image {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 90%;
    height: 85%;
    background-image: url(../images/ctabg-new.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
  }

  .new-cta-content {
    margin-top: 10%
  }

  .content {
    position: relative;
    z-index: 1
  }

  .new-btn-white {
    border: 2px solid #fff;
    color: #fff;
    background-color: #fff0
  }
}

.why-vasy-main {
  .why-vasy-lp {
    width: 80%;
    margin: 0
  }

  .swiper-cards {
    .swiper-slide {
      img {
        border-radius: 10px;
        border: 5px solid var(--primary-light)
      }

      .swiper-slide-shadow {
        background: none
      }
    }
  }
}

#faqs.faqs-lp {
  .accordion-button:not(.collapsed)::after {
    filter: brightness(30)
  }

  #faq-items .accordion-header .accordion-button.collapsed {
    background: var(--white)
  }

  #faq-items .accordion-body {
    background: var(--white)
  }
}

.black-theme {
  #footer {
    background: var(--secondary-color)
  }
}

div#benefit-slider {
  .slide {
    .carousel-image {
      margin: 5px 0
    }
  }

  .slick-list {
    padding: 8px !important
  }
}

#brochureform {
  .modal-content {

    h4,
    .h3 {
      font-weight: 800
    }

    h4 {
      color: var(--primary-dark)
    }

    .modal-body {
      h4 {
        font-family: Segoe Print;
        margin-bottom: 50px;
        position: relative;
        color: var(--secondary-color);

        &:after {
          content: "";
          position: absolute;
          top: 45px;
          right: 12%;
          background-image: url(../images/brochureform-arrow.webp);
          background-size: contain;
          background-position: top;
          background-repeat: no-repeat;
          height: 80px;
          width: 100px
        }
      }
    }

    button.close {
      background-color: var(--primary-dark)
    }
  }
}

@media (min-width:1920px) {
  .image-slider-main {
    .bg-image {
      background-size: auto !important
    }
  }
}

@media (min-width:1600px) {
  .brochure-cta-main {
    .brochure-content {
      p {
        padding: 20px 0 50px
      }
    }
  }

  .banner-with-form {
    .demo-form {
      width: 80%;
      margin-left: auto
    }
  }
}

@media (max-width:1024px) {
  .text-container .item {
    line-height: 34px
  }
}

@media (min-width:1000px) and (max-width:1399px) {
  .cta-lp {
    .background-image {
      left: 0;
      width: 100%;
      height: 100%
    }
  }
}

@media (min-width:1400px) and (max-width:1599px) {
  .integration-main {
    .tab-content {
      gap: 35px;

      [data-content-id="content1"] {
        .payment-right {
          display: none
        }
      }

      [data-content-id="content1"].active {
        .payment-right {
          position: absolute;
          left: -13%;
          top: 40%;
          z-index: -1;
          display: block;
          width: 23%;

          img {
            width: 100%;
            height: 300px
          }
        }
      }

      [data-content-id="content3"] {
        .payment-right {
          display: none
        }
      }

      [data-content-id="content3"].active {
        .payment-right {
          position: absolute;
          left: -20%;
          top: 40%;
          max-width: 92px;
          z-index: -1;
          display: block;

          img {
            width: 100%
          }
        }
      }

      [data-content-id="content6"] {
        .payment-right {
          display: none
        }
      }

      [data-content-id="content6"].active {
        .payment-right {
          position: absolute;
          left: -12%;
          top: 50%;
          z-index: -1;
          width: 35%;
          display: block;

          img {
            width: 100%;
            height: 480px
          }
        }
      }
    }

    .integration-logo-main {
      text-align: center;
      border-radius: 100px;
      width: 130px;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      img {
        width: 100px
      }
    }

    ul.nav {
      position: relative;
      width: 100%;
      height: 100%;

      li {
        a {
          color: var(--secondary-light);
          width: 100%;
          text-align: center;
          padding: 20px 40px;
          border-radius: 20px
        }

        a.active {
          color: var(--white)
        }
      }

      .nav-item {
        position: absolute;
        width: 35%
      }

      .tab-3 {
        top: 0;
        right: 6%;

        .payment-left {
          display: none;

          &.active {
            position: absolute;
            right: -50%;
            top: 30%;
            max-width: 88px;
            z-index: -1;
            display: block;

            img {
              width: 100%;
              height: 64%
            }
          }
        }
      }

      .tab-4 {
        bottom: 0;
        right: 6%
      }

      .tab-1 {
        top: 15%;
        left: 0;

        .payment-left {
          display: none;

          &.active {
            position: absolute;
            left: 50%;
            top: 115%;
            width: 270%;
            z-index: -1;
            display: block;

            img {
              width: 100%
            }
          }
        }
      }

      .tab-2 {
        bottom: 15%;
        left: 0
      }

      .tab-5 {
        top: 30%;
        right: 6%;

        .payment-left {
          display: none;

          &.active {
            position: absolute;
            right: -55%;
            top: 32%;
            max-width: 90px;
            z-index: -1;
            display: block;

            img {
              width: 100%
            }
          }
        }
      }

      .tab-6 {
        bottom: 30%;
        right: 6%
      }
    }
  }

  .cta-lp {
    .background-image {
      bottom: -2px;
      background-size: contain
    }
  }

  .why-vasy-main {
    .why-vasy-lp {
      width: 87%
    }
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .integration-main {
    .integration-logo-main {
      width: 140px;
      height: 140px
    }

    ul.nav {
      .nav-item {
        width: 50%
      }

      li {
        a.active {
          padding: 20px
        }
      }

      .tab-3 {
        .payment-left {
          &.active {
            right: -37%;

            img {
              height: 450px
            }
          }
        }
      }

      .tab-1 {
        .payment-left {
          &.active {
            left: 60%;
            top: 130%;
            width: 210%
          }
        }
      }

      .tab-5 {
        .payment-left {
          &.active {
            right: -43%
          }
        }
      }
    }

    .tab-content {
      .tab-pane-integration {
        .integration-logo-wrapper {
          .integration-logo {
            width: 100px
          }
        }
      }

      [data-content-id="content3"].active {
        .payment-right {
          left: -44%;
          top: 30%
        }
      }

      [data-content-id="content1"].active {
        .payment-right {
          left: -44%;
          top: 34%;

          img {
            height: 290px
          }
        }
      }

      [data-content-id="content6"].active {
        .payment-right {
          left: -38%;
          width: 55%;

          img {
            height: 450px
          }
        }
      }
    }
  }

  .banner-with-form {
    .banner-wrapper {
      h1 {
        font-size: 37px
      }
    }
  }
}

@media (min-width:1000px) and (max-width:1199px) {
  .header-lp {
    .menuItem>li {
      padding: 0 6px;
      height: 60px;
      font-size: 12px
    }
  }

  .banner-with-form {
    .banner-wrapper {
      h1 {
        font-size: 30px;

        .item {
          line-height: 40px
        }
      }
    }
  }

  .integration-main {
    .integration-logo-main {
      width: 120px;
      height: 120px;

      img {
        width: 100px
      }
    }

    ul.nav {
      .nav-item {
        width: 50%
      }

      li {
        a.active {
          padding: 20px
        }
      }

      .tab-3 {
        .payment-left {
          &.active {
            right: -35%;
            width: 30%;
            top: 33%;

            img {
              height: 430px
            }
          }
        }
      }

      .tab-1 {
        .payment-left {
          &.active {
            top: 105%;
            width: 400px;
            left: 60%
          }
        }
      }

      .tab-5 {
        .payment-left {
          &.active {
            right: -51%;
            top: 20%
          }
        }
      }
    }

    .tab-content {
      .tab-pane-integration {
        .integration-logo-wrapper {
          .integration-logo {
            width: 90px
          }
        }

        .tab {
          gap: 5px
        }
      }

      [data-content-id="content3"].active {
        .payment-right {
          left: -50%;
          top: 20%
        }
      }

      [data-content-id="content1"].active {
        .payment-right {
          left: -44%;
          top: 20%;
          width: 40%;

          img {
            height: 280px
          }
        }
      }

      [data-content-id="content6"].active {
        .payment-right {
          left: -40%;
          width: 50%;
          top: 40%;

          img {
            height: 450px
          }
        }
      }
    }
  }

  .business-sliders-main {
    .input-box {
      right: 30%
    }
  }

  .key-features-main {
    .features-wrapper {
      .info {
        p {
          font-size: 13px !important
        }
      }
    }
  }
}

@media (min-width:1000px) and (max-width:1399px) {
  .cta-lp {
    .background-image {
      background-image: url(../images/ctabgmobile.webp)
    }
  }

  .brochure-cta-main {
    .brochure-content {
      &:after {
        bottom: -20px;
        width: 150px
      }
    }
  }

  .features-tab-main {
    .nav-tabs {
      .nav-link {
        padding: 0 30px 15px
      }
    }
  }
}

@media (max-width:991px) {
  .banner-with-form {
    padding-top: 30px;

    .banner-wrapper {
      margin-bottom: 45px;

      .upper-title {
        margin: 60px 0 10px
      }

      h1 {
        margin-bottom: 25px
      }
    }
  }

  .blue-theme {
    .image-slider-main {
      .image-slider-title {
        .title-hilight {
          color: var(--secondary-color)
        }
      }
    }
  }

  .image-slider-main {
    .image-slider-title {
      padding: 0;

      h2 {
        font-weight: 400 !important
      }

      .title-hilight {
        background: none !important;
        padding: 0;
        margin: 0;
        border-radius: 0;
        font-weight: 700
      }
    }

    .images-wrapper {
      .carousel-image {
        &:after {
          top: 0;
          left: 0;
          height: 100px;
          width: 100px;
          background-size: contain
        }
      }
    }
  }

  .business-sliders-main {
    #business-sliders-lp {
      .post-img .text-start {
        bottom: 10px
      }
    }
  }

  .pricing-cta-main {
    .pricing-cta-title {
      text-align: center;
      margin-bottom: 20px;

      .h1 {
        margin-bottom: 10px
      }

      a {
        margin-bottom: 0
      }
    }
  }

  #super-slider-new .slide.slick-slide.slick-current.slick-active {
    box-shadow: 2px 2px 5px 0 var(--shadow)
  }

  .brochure-cta-main {
    margin: 0 0 30px;

    .brochure-content {
      &:after {
        bottom: 0;
        right: 0;
        height: 80px;
        width: 150px
      }
    }

    .brochure-img-wrapper {
      bottom: -40px;

      img {
        width: 100%
      }
    }
  }

  .integration-main {
    ul.nav {
      justify-content: space-between;

      .nav-item {
        position: unset;

        &.tab-4 {
          top: 15%;
          left: 0;

          .payment-left {
            display: none;

            &.active {
              position: absolute;
              left: 40%;
              top: 85%;
              width: 20%;
              z-index: -1;
              display: block !important;

              img {
                width: 100%
              }
            }
          }
        }

        &.tab-2 {
          top: 15%;
          left: 0;

          .payment-left {
            display: none;

            &.active {
              position: absolute;
              left: 40%;
              top: 50%;
              width: 20%;
              z-index: -1;
              display: block !important;

              img {
                width: 100%
              }
            }
          }
        }

        &.tab-6 {
          top: 15%;
          left: 0;

          .payment-left {
            display: none;

            &.active {
              position: absolute;
              left: 40%;
              top: 16%;
              width: 20%;
              z-index: -1;
              display: block !important;

              img {
                width: 100%
              }
            }
          }
        }
      }

      .payment-arrow {
        display: none !important
      }

      li {
        a {
          padding: 20px 25px
        }
      }
    }

    .integration-logo-main {
      position: unset;
      transform: none;
      margin: 50px auto
    }

    .tab-content {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;

      .payment-right {
        display: none !important
      }

      .tab-pane-integration {
        width: 40%;

        .tab {
          flex-wrap: wrap;
          justify-content: center
        }
      }

      [data-content-id="content4"] {
        .payment-right {
          display: none;
          transform: rotate(180deg)
        }
      }

      [data-content-id="content4"].active {
        .payment-right {
          position: absolute;
          left: -49%;
          top: -75%;
          z-index: -1;
          display: block !important;
          width: 46%;

          img {
            width: 100%
          }
        }
      }

      [data-content-id="content2"] {
        .payment-right {
          display: none;
          transform: rotate(180deg)
        }
      }

      [data-content-id="content2"].active {
        .payment-right {
          position: absolute;
          left: -49%;
          top: -200%;
          z-index: -1;
          display: block !important;
          width: 46%;

          img {
            width: 100%
          }
        }
      }

      [data-content-id="content6"] {
        .payment-right {
          display: none;
          transform: rotate(180deg)
        }
      }

      [data-content-id="content6"].active {
        .payment-right {
          position: absolute;
          left: -49%;
          top: -745%;
          z-index: -1;
          display: block !important;
          width: 46%;

          img {
            width: 100%
          }
        }
      }
    }
  }

  .blue-theme {
    .integration-main {
      ul.nav {

        .tab-2,
        .tab-4,
        .tab-6 {
          .payment-left {
            &.active {
              filter: none
            }
          }
        }
      }

      .tab-content {

        [data-content-id="content4"],
        [data-content-id="content2"],
        [data-content-id="content6"] {
          &.active {
            .payment-right {
              filter: none
            }
          }
        }
      }

      .integration-logo-main {
        background: linear-gradient(150deg, var(--primary-dark) 0%, var(--primary-bg) 100%)
      }
    }
  }

  .cta-lp {
    .background-image {
      background-image: url(../images/ctabgmobile.webp);
      left: 0;
      height: 100%;
      width: 100%
    }

    .new-cta-content {
      margin: 0 0 20px;

      h3 {
        font-size: 20px
      }
    }
  }

  .why-vasy-main {
    .why-vasy-lp {
      width: 80%;
      margin: auto;
      padding-bottom: 20px
    }
  }
}

@media (max-width:767px) {
  .integration-main {
    ul.nav {
      .nav-item {
        .tab-4 {
          .payment-left {
            &.active {
              img {
                width: 100%;
                height: 100px
              }
            }
          }
        }
      }
    }
  }

  .text-container .item {
    line-height: 20px
  }

  .new-cta {
    padding: 10px 25px
  }

  .banner-with-form {
    .banner-wrapper {
      .dynamic-text {
        text-align: left
      }

      h1 {
        font-size: 19px;
        margin-bottom: 8px
      }
    }

    .demo-form {
      padding: 20px;
      width: 100%;

      .form-control {
        padding: 10px 20px
      }
    }
  }

  .benefits-lp {
    #benefit-slider {
      .slick-arrow {
        height: 16px;
        width: 16px;
        font-size: 15px !important
      }
    }
  }

  .cta-lp {
    .new-cta-content {
      margin: 0;
      text-align: center
    }
  }

  .why-vasy-main {
    .why-vasy-lp {
      width: 70%
    }
  }

  .image-slider-main {
    .bg-image {
      top: 40%;
      display: none
    }

    .images-wrapper {
      .slick-arrow {
        i {
          height: 15px;
          width: 15px;
          font-size: 15px;
          margin: 0 10px
        }
      }

      .carousel-image {
        img {
          width: 100%
        }

        &:after {
          height: 30px;
          width: 25px;
          left: -2px
        }
      }
    }
  }

  .features-tab-main {
    & .accordions {
      & .accordion-item {
        .feature-box {
          height: 380px
        }
      }
    }
  }

  .business-sliders-main {
    #business-sliders-lp {
      .slick-arrow {
        i {
          height: 15px;
          width: 15px
        }
      }
    }
  }

  .key-features-main {
    #keyfeatures {
      width: 100%;

      .slick-next {
        height: 35px;
        width: 35px
      }

      .slick-prev {
        height: 35px;
        width: 35px
      }

      i {
        font-size: 15px
      }

      .slide {
        .carousel-image {
          height: 300px
        }
      }
    }
  }

  .brochure-cta-main {
    padding-bottom: 0;

    .brochure-content {
      text-align: center;

      &:after {
        bottom: -50px;
        left: 8%;
        height: 40px;
        width: 50px;
        transform: rotate(120deg)
      }
    }

    .brochure-img-wrapper {
      img {
        position: relative
      }
    }
  }

  .integration-main {
    ul.nav {
      li {
        a {
          padding: 10px 15px;
          border-radius: 5px;
          transition: none
        }
      }

      .nav-item {
        &.tab-6 {
          .payment-left {
            &.active {
              height: 100%;

              img {
                height: 100%
              }
            }
          }
        }
      }
    }

    .integration-logo-main {
      margin: 20px auto;
      width: 80px;
      height: 80px;

      img {
        width: 60px
      }
    }

    .tab-content {
      gap: 10px;

      .tab-pane-integration {
        width: 39%;

        .integration-logo-wrapper {
          width: 48%;

          .integration-logo {
            width: 100%;
            padding: 5px
          }
        }

        .tab {
          gap: 5px
        }

        &.active {
          .integration-logo-wrapper {
            .integration-logo {
              box-shadow: none !important;
              border-radius: 5px
            }
          }
        }
      }

      [data-content-id="content4"].active {
        .payment-right {
          left: -51%;
          top: -60%
        }
      }

      [data-content-id="content2"].active {
        .payment-right {
          top: -160%;
          left: -51%
        }
      }

      [data-content-id="content6"].active {
        .payment-right {
          top: -550%;
          left: -51%
        }
      }
    }
  }

  #brochureform {
    .modal-content {
      .modal-body {
        padding-bottom: 25px !important;

        h4 {
          &:after {
            height: 50px;
            width: 50px;
            right: 18%
          }
        }

        .careersectioncard {
          padding: 10px;
          border-radius: 5px;

          .form-control {
            font-size: 14px;
            border-radius: 25px
          }

          .form-group {
            margin-bottom: 10px
          }
        }
      }
    }
  }

  #scheduleademo {
    .modal-content {
      .modal-body {
        h4 {
          margin-bottom: 30px;

          &:after {
            height: 60px;
            width: 50px
          }
        }

        .careersectioncard {
          border-radius: 5px;
          padding: 10px;

          .form-control {
            border-radius: 25px;
            padding: 5px 10px;
            font-size: 14px
          }

          .btn-brand {
            padding: 10px 10px;
            border-radius: 50px
          }
        }
      }

      button.close {
        background-color: var(--primary-dark)
      }
    }
  }

  .blue-theme {
    .header-lp {
      .navbarContainer {
        box-shadow: none;
        background-color: var(--primary-bg-light)
      }
    }

    .new-form-ui {
      border-radius: 5px;
      padding: 10px
    }
  }

  .blue-theme,
  .black-theme {
    .new-form-ui {
      .btn-brand {
        font-size: 12px !important
      }
    }

    #pricingform,
    #scheduleademo,
    #brochureform {
      .modal-body {
        padding: 10px 10px 15px !important
      }
    }
  }
}

@media (max-width:360px) {
  #brochureform {
    .modal-content {
      .modal-body {
        .careersectioncard {
          .btn-brand {
            font-size: 12px
          }
        }
      }
    }
  }

  .banner-with-form {
    padding-top: 27px;

    .banner-wrapper {
      h1 {
        font-size: 17px
      }
    }

    .demo-form {
      .form-control {
        &::placeholder {
          font-size: 12px
        }
      }
    }
  }

  .features-tab-main {
    .accordions {
      .accordion-item {
        .feature-box {
          height: 300px;

          h5 {
            font-size: 14px !important
          }

          p {
            font-size: 11px !important
          }
        }
      }
    }
  }

  .integration-main {
    ul.nav {
      & li {
        a {
          padding: 6px
        }
      }
    }

    .tab-content {
      .tab-pane-integration {
        .integration-logo-wrapper {
          width: 47%
        }
      }
    }
  }
}

.pricing-link-main {
  padding: 80px 0;
  margin-bottom: 60px;

  .pricing-content {
    h2 {
      margin-bottom: 16px;
      font-weight: 700;
      color: var(--white)
    }
  }

  .pricing-img-wrapper {
    position: relative;
    bottom: 10px;

    img {
      position: absolute
    }
  }
}

@media (min-width:1550px) {
  .pricing-link-main {
    padding: 110px 0
  }
}

@media (max-width:991px) {
  .pricing-link-main {
    .pricing-content {
      text-align: center
    }

    padding:50px 0 0;

    .pricing-img-wrapper {
      bottom: -60px;

      img {
        position: relative
      }
    }
  }
}

@media (max-width:767px) {
  .pricing-link-main {
    padding: 30px 0 0;

    .pricing-img-wrapper {
      bottom: -40px;

      img {
        position: relative
      }
    }
  }

  #pricingform {
    .modal-body {
      padding: 10px !important
    }
  }
}

@media (max-width:360px) {
  div#carouselExampleDark .carousel-caption h1 {
    font-size: 22px !important;
  }

  #pricingform {
    .careersectioncard {

      #sendotp-btn12,
      .numberonly {
        font-size: 12px !important
      }
    }
  }
}

.secondary-cta {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  padding: 16px 32px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  border: solid 1px var(--white);
  color: var(--white);
  border-radius: 32px;
  margin-top: 40px;

  &:hover {
    color: var(--secondary-color);
    background-color: var(--white)
  }
}

@media (max-width:991px) {
  .secondary-cta {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .secondary-cta {
    padding: 13px 24px;
    margin-top: 10px
  }
}

.mini-plan {
  .gradian-bg-white-to-blue {
    background: linear-gradient(var(--white) 0%, var(--primary-bg-light) 100%)
  }

  .banner-with-form {
    background: none
  }

  .banner-wrapper {
    .title-animation {
      font-size: clamp(2rem, 1.575rem + 2.125vw, 4.125rem);
      font-weight: 700
    }

    h1 {
      font-family: Segoe Print
    }

    h4 {
      position: relative;

      span {
        color: var(--primary-color);
        font-style: italic;
        font-weight: 800
      }

      &::after {
        position: absolute;
        content: "";
        height: 70px;
        width: 50px;
        background-image: url(../images/mini-plan/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        right: 40%;
        top: -10px
      }
    }

    .upper-title {
      margin-bottom: 8px
    }

    .cta {
      display: flex;
      gap: 20px;
      margin-top: 40px
    }
  }

  .challenge-main {
    h2 {
      text-align: center
    }

    .challenge-slide {
      display: none;
      position: relative;

      .splide {
        height: auto
      }

      .splide__slide {
        width: 250px !important;
        height: 90px;
        margin: 5px 10px !important;

        p {
          width: 100% !important;
          text-align: left;
          padding: 16px 15px 16px 61px;
          height: 85%;
          margin: 0;

          &::before {
            height: 25px;
            width: 25px
          }
        }
      }

      &::after {
        content: "";
        position: absolute;
        height: 100%;
        background: linear-gradient(90deg, var(--primary-bg-light) 0%, rgb(255 255 255 / .23) 50%, #fff0 100%);
        width: 5%;
        top: 0;
        left: 11px
      }

      &::before {
        content: "";
        position: absolute;
        height: 100%;
        background: linear-gradient(270deg, var(--primary-bg-light) 0%, rgb(255 255 255 / .23) 50%, #fff0 100%);
        width: 5%;
        top: 0;
        right: 11px;
        z-index: 1
      }
    }

    p {
      background: var(--white);
      padding: 16px 32px 16px 81px;
      border-radius: 10px;
      box-shadow: 0 0 5px 0 var(--shadow);
      width: max-content;
      position: absolute;
      font-weight: 700;

      &::before {
        position: absolute;
        content: "";
        height: 33px;
        width: 33px;
        background-image: url(../images/mini-plan/icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: 32px;
        top: 16px
      }
    }

    .challenge-wrapper {
      position: relative;
      margin-top: 100px;

      p {
        &.challenge-1 {
          bottom: 17%;
          left: -32%
        }

        &.challenge-2 {
          top: 20%;
          left: -50%
        }

        &.challenge-3 {
          top: -20%;
          left: -28%
        }

        &.challenge-4 {
          top: -25%;
          left: 30%
        }

        &.challenge-5 {
          top: 0;
          right: -35%
        }

        &.challenge-6 {
          top: 35%;
          right: -45%
        }

        &.challenge-7 {
          bottom: 7%;
          right: -32%
        }
      }
    }
  }

  .features-tab-main {
    .nav-tabs {
      .nav-item {
        .nav-link {
          br {
            display: none
          }
        }
      }
    }
  }
}

@media (min-width:1600px) {
  .mini-plan {
    .challenge-main {
      .challenge-wrapper {
        p {
          &.challenge-7 {
            right: -27%
          }
        }
      }
    }

    .banner-wrapper {
      h4 {
        &::after {
          right: 48%
        }
      }
    }
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .mini-plan {
    .challenge-main {
      .challenge-wrapper {
        p {
          &.challenge-1 {
            left: -37%
          }

          &.challenge-3 {
            left: -32%
          }

          &.challenge-6 {
            top: 30%
          }

          &.challenge-7 {
            right: -38%
          }
        }
      }
    }

    .banner-wrapper {
      h4 {
        &::after {
          right: 35%
        }
      }
    }
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .mini-plan {
    .challenge-main {
      .challenge-wrapper {
        p {
          &.challenge-1 {
            left: -48%;
            bottom: 14%
          }

          &.challenge-2 {
            top: 15%;
            left: -60%
          }

          &.challenge-3 {
            left: -45%;
            top: -30%
          }

          &.challenge-4 {
            top: -40%
          }

          &.challenge-5 {
            right: -55%;
            top: -10%
          }

          &.challenge-6 {
            right: -65%;
            top: 25%
          }

          &.challenge-7 {
            right: -48%
          }
        }
      }
    }

    .banner-wrapper {
      h4 {
        &::after {
          right: 25%;
          top: -60%
        }
      }
    }
  }
}

@media (max-width:991px) {
  .mini-plan {
    .challenge-main {
      .challenge-wrapper {
        margin-top: 20px;

        .challenges {
          display: none
        }
      }

      .challenge-slide {
        display: block
      }
    }

    .banner-with-form {
      .banner-wrapper {
        text-align: center;

        .cta {
          justify-content: center;
          margin-top: 20px
        }

        h4 {
          &::after {
            display: none
          }
        }
      }
    }
  }
}

@media (max-width:767px) {
  .mini-plan {
    .challenge-main {
      h2 {
        display: none
      }

      .challenge-slide {
        .splide__slide {
          height: 65px;
          width: 200px !important;
          margin: 2px 7px !important;

          p {
            font-size: 12px !important;
            padding: 8px 15px 8px 41px;

            &::before {
              left: 11px;
              top: 8px
            }
          }
        }
      }

      .challenge-wrapper {
        margin-top: 10px
      }
    }

    .banner-with-form {
      .banner-wrapper {
        h4 {
          font-size: 16px
        }
      }
    }
  }
}

.clients {
  .client-logos-new {
    border-radius: 10px;
    box-shadow: 0 0 5px 0 var(--shadow);
    max-width: 90%;
    margin: 5px auto;

    img {
      width: 100px;
      max-height: 120px
    }
  }

  h2 {
    &.black-text {
      text-transform: lowercase;

      &::first-letter {
        text-transform: uppercase
      }

      margin-bottom:40px;
      color:var(--secondary-color)
    }
  }
}

.retail-theme {
  div#carouselExampleDark .carousel-caption h1 {
    text-transform: capitalize;
  }

  .onestop-solution {
    .slick-list.draggable {
      @media (max-width: 767px) {
        height: 200px !important;
      }
    }
  }

  .section-title {
    h2 {
      color: var(--secondary-color);
      text-transform: lowercase;

      &::first-letter {
        text-transform: uppercase
      }
    }

    h3 {
      color: var(--secondary-dark)
    }
  }

  .multiple-branch {
    .pos {
      .slide {
        .carousel-image {
          width: 95%;
          padding: 20px;
          border-radius: 20px;

          h5 {
            color: var(--secondary-color);
            text-transform: lowercase !important;

            &::first-letter {
              text-transform: uppercase
            }
          }

          p {
            color: var(--secondary-dark)
          }
        }
      }
    }
  }

  .DivAnimation {
    h6 {
      text-transform: lowercase;

      &::first-letter {
        text-transform: uppercase
      }
    }
  }

  .whypos {
    .carousel-image {
      h5 {
        text-transform: lowercase !important;

        &::first-letter {
          text-transform: uppercase
        }
      }
    }
  }

  .flip-card {
    background-color: var(--white);
    border-radius: 20px
  }

  .box-review {
    background-color: var(--primary-color)
  }

  .flip-card-front,
  .flip-card-back {
    align-items: start
  }

  .boxes {
    h4 {
      color: var(--secondary-color) !important;
      text-align: start !important;
      text-transform: lowercase;

      &::first-letter {
        text-transform: uppercase
      }

      a {
        color: var(--secondary-color) !important
      }
    }

    img {
      margin: 0
    }

    p {
      text-align: start !important;
      color: var(--secondary-dark)
    }
  }

  #vasy-counter .friend .circle .bg,
  #vasy-counter .ceo .circle .bg {
    background-color: var(--white)
  }

  #vasy-counter .circle .chart {
    color: var(--secondary-color)
  }

  #vasy-counter {
    h6 {
      margin-top: 10px
    }
  }

  .whypos .pos .slide .carousel-image {
    width: 95%;

    p {
      color: var(--secondary-dark)
    }
  }

  .accordion-button:not(.collapsed) {
    background-color: var(--secondary-color)
  }

  .accordion-button:not(.collapsed)::after {
    filter: brightness(30)
  }

  .accordion-header {
    border-left: 4px solid var(--secondary-color);
  }

  .faqs .accordion-button.collapsed::after {
    filter: brightness(.1)
  }

  .accordion-item .accordion-header {
    margin: 0
  }

  .accordion-button:focus {
    border-color: #000;
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / .25)
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none
  }
}

@media (min-width:2000px) {
  .business-segment-scroll {
    padding-top: 60px !important;

    .card-wrapper {
      height: auto !important
    }
  }

  .business-segment-new {
    height: auto;

    .card-stack {
      position: static;
      height: auto
    }

    .card-wrapper {
      position: static;
      margin-bottom: 50px;
      transform: none !important
    }
  }
}

/* features page */
.features-page {
  .section-title h2 {
    color: var(--secondary-color)
  }

  ul.new-list {
    margin-top: 30px;

    li {
      list-style: none;
      position: relative;
      color: var(--secondary-dark);

      &::before {
        content: "";
        position: absolute;
        left: -30px;
        top: 30%;
        height: 15px;
        width: 20px;
        background-image: url(../images/yes-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
      }
    }
  }

  .pricing-link-main {
    .secondary-cta {
      border-radius: 5px
    }
  }
}

.feature-banner-main {
  padding-top: 120px;
  background: linear-gradient(to bottom, var(--section-bg), transparent);

  .banner-wrapper {
    .feature-label {
      color: var(--primary-dark);
      background-color: #dff4ff;
      border: solid 1px;
      border-radius: 5px;
      padding: 10px 20px;
      width: max-content;
      margin-bottom: 20px
    }

    h1 {
      font-weight: 700
    }

    .cta {
      margin: 40px auto;
      display: flex;
      gap: 20px;

      .btn {
        padding: 16px 32px;
        border-radius: 10px
      }
    }

    .company-info-wrapper {
      display: flex;
      justify-content: space-between;

      .company-info {
        display: flex;
        gap: 6px
      }
    }
  }

  .banner-image {
    position: relative;

    img {
      position: relative;
      z-index: 2
    }

    &::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 80%;
      background: linear-gradient(to bottom, #dff4ff, transparent 70%);
      border-radius: 50%;
      left: 10%;
      top: 0;
      z-index: 1
    }
  }
}

.page-links-main {
  .page-links {
    .slick-track {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px
    }

    .page-link {
      background-color: var(--section-bg);
      border-radius: 5px;
      width: 100% !important;
      padding: 24px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      border: solid 1px var(--section-bg);

      img {
        margin-bottom: 20px;
        filter: brightness(0)
      }

      &:hover {
        background-color: #dff4ff;
        border-color: var(--primary-dark);

        img {
          filter: none
        }

        h6 {
          color: var(--primary-dark);
          font-weight: 700
        }
      }
    }
  }
}

.next-gen-features-tab-main {
  .tabs-main-wrapper {
    background-color: var(--section-bg);
    padding: 50px 0;
    border-radius: 20px;

    .tabs-wrapper {
      .nav {
        gap: 20px;
        border: 0;
        overflow-x: scroll;

        &::-webkit-scrollbar {
          display: none
        }

        .nav-link {
          color: var(--secondary-dark);
          border: none;
          padding: 16px 20px;
          font-weight: 400;
          border-radius: 10px;
          background-color: var(--white);
          text-wrap-mode: nowrap;

          &:hover,
          &:focus,
          &.active {
            color: var(--white);
            background-color: var(--primary-color)
          }
        }
      }
    }

    .content-wrapper {
      padding-left: 50px;

      h3 {
        font-weight: 700;
        margin-bottom: 16px
      }

      .quote {
        color: var(--primary-color);
        font-style: italic;
        margin-bottom: 16px
      }
    }
  }
}

.config-text-main {
  .config-text-wrapper {
    margin: 25px 0;

    h3 {
      color: var(--primary-color);
      font-weight: 700;
      margin-bottom: 16px;
      text-align: left
    }

    .config-image {
      text-align: center
    }
  }
}

.features-table-main {
  .features-table {
    table {
      thead {
        box-shadow: 0 0 5px 0 var(--shadow);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;

        td {
          padding: 20px;

          &:nth-child(1) {
            background-color: var(--primary-color);
            color: var(--white);
            border-top-left-radius: 20px
          }

          &:nth-child(2) {
            border-right: 1px solid var(--secondary-light)
          }
        }
      }

      tbody {
        background-color: #f6fafe;

        tr {
          td {
            padding: 20px;
            color: var(--secondary-light);
            width: 40%;

            &:nth-child(1) {
              color: var(--secondary-color);
              background-color: var(--white);
              width: 20%;
              position: relative;

              &::after,
              &::before {
                content: " ";
                height: 100%;
                position: absolute;
                top: 0;
                width: 15px
              }

              &::after {
                box-shadow: 12px 0 10px -15px inset var(--shadow);
                right: -15px
              }

              &::before {
                box-shadow: -12px 0 10px -15px inset var(--shadow);
                left: -15px
              }
            }

            &:nth-child(2) {
              border-right: 1px solid var(--secondary-light)
            }
          }
        }
      }
    }
  }
}

.step-process-tab-main {
  .main-wrapper {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: linear-gradient(to bottom, #dff4ff, transparent 70%);
      border-radius: 10px;
      left: 0;
      top: 30px;
      z-index: -1
    }
  }

  .tabs-wrapper {
    .nav {
      gap: 20px;
      border: 0;
      justify-content: center;

      .nav-link {
        color: var(--secondary-dark);
        border: none;
        padding: 16px 32px;
        font-weight: 400;
        border-radius: 10px;
        background-color: var(--white);
        text-wrap-mode: nowrap;
        border: 1px solid var(--secondary-light);

        &:hover,
        &:focus,
        &.active {
          color: var(--white);
          background-color: var(--primary-color);
          border-color: var(--primary-color)
        }
      }
    }
  }

  .step-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;

    .step-box {
      text-align: center;
      padding: 50px 20px;
      width: 100%;

      img {
        width: 60px;
        margin-bottom: 40px
      }

      h5 {
        color: var(--primary-color);
        font-weight: 700
      }
    }
  }
}

.smart-billing-tab-main {
  .tabs-wrapper {
    .nav-tabs {
      border: none
    }

    .nav-item {
      .nav-link {
        position: absolute;
        color: var(--secondary-color);
        border: none;
        font-weight: 500;
        border-radius: 10px;
        background-color: var(--white);
        text-wrap-mode: nowrap;

        &:hover,
        &:focus,
        &.active {
          &::after {
            background-color: var(--primary-color)
          }
        }

        &::after {
          content: "";
          position: absolute;
          height: 100px;
          width: 100px;
          border-radius: 50%;
          border: 4px solid var(--primary-color);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 50px 50px;
          top: -50%;
          margin-left: 20px
        }
      }

      #tab-fast {
        &.nav-link {
          bottom: 15%;
          left: 10%;

          &::after {
            background-image: url(../images/feature/billing/faster-invoicing-1.webp)
          }
        }

        &.nav-link {

          &:hover,
          &:focus,
          &.active {
            &::after {
              background-image: url(../images/feature/billing/faster-invoicing.webp)
            }
          }
        }
      }

      #tab-omni {
        &.nav-link {
          top: 20%;
          left: 12%;

          &::after {
            background-image: url(../images/feature/billing/accurate-record-1.webp)
          }
        }

        &.nav-link {

          &:hover,
          &:focus,
          &.active {
            &::after {
              background-image: url(../images/feature/billing/accurate-record.webp)
            }
          }
        }
      }

      #tab-auto {
        &.nav-link {
          top: 25%;
          right: 13%;

          &::after {
            background-image: url(../images/feature/billing/quicker-checkouts-1.webp);
            left: -55%
          }
        }

        &.nav-link {

          &:hover,
          &:focus,
          &.active {
            &::after {
              background-image: url(../images/feature/billing/quicker-checkouts.webp)
            }
          }
        }
      }

      #tab-report {
        &.nav-link {
          bottom: 15%;
          right: 3%;

          &::after {
            background-image: url(../images/feature/billing/ready-stock-1.webp);
            left: -40%
          }
        }

        &.nav-link {

          &:hover,
          &:focus,
          &.active {
            &::after {
              background-image: url(../images/feature/billing/ready-stock.webp)
            }
          }
        }
      }
    }
  }

  .content-wrapper {
    text-align: center
  }
}

.features-merchants-main {
  #merchants {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / .83) 50%, #fff0 100%);
      width: 5%;
      top: 0;
      left: 11px
    }

    &::before {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255 / .83) 50%, #fff0 100%);
      width: 5%;
      top: 0;
      right: 11px;
      z-index: 1
    }
  }
}

@media (max-width:1599px) {
  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-item {
        #tab-auto {
          &.nav-link {
            &::after {
              left: -65%
            }
          }
        }

        #tab-report {
          &.nav-link {
            &::after {
              left: -48%
            }
          }
        }
      }
    }
  }
}

@media (max-width:1399px) {
  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-item {
        .nav-link {
          &::after {
            height: 80px;
            width: 80px;
            background-size: 40px 40px
          }
        }

        #tab-auto {
          &.nav-link {
            right: 8%;

            &::after {
              left: -55%
            }
          }
        }

        #tab-report {
          &.nav-link {
            right: -1%;

            &::after {
              left: -38%
            }
          }
        }

        #tab-omni {
          &.nav-link {
            left: 8%
          }
        }

        #tab-fast {
          &.nav-link {
            left: 6%
          }
        }
      }
    }
  }
}

@media (max-width:1199px) {
  .retail-theme {
    .multiple-branch .pos .slide .carousel-image {
      height: 300px
    }

    .whypos .pos .slide .carousel-image {
      width: 80%
    }
  }

  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-item {
        .nav-link {
          width: 25%;
          text-wrap-mode: wrap
        }

        #tab-auto {
          &.nav-link {
            right: 3%;

            &::after {
              left: -25%
            }
          }
        }

        #tab-report {
          &.nav-link {
            &::after {
              left: -28%;
              top: -15%
            }
          }
        }

        #tab-omni {
          &.nav-link {
            left: 4%
          }
        }

        #tab-fast {
          &.nav-link {
            left: 0%
          }
        }
      }
    }
  }
}

@media (max-width:991px) {
  .features-page {
    ul.new-list {
      li {
        &::before {
          left: -25px;
          top: 25%;
          height: 10px;
          width: 15px
        }
      }
    }
  }

  .feature-banner-main {
    padding-top: 100px;

    .banner-image {
      text-align: center;

      &::after {
        width: 40%;
        left: 50%;
        transform: translatex(-50%)
      }
    }
  }

  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-item {
        .nav-link {
          width: 25%;
          text-wrap-mode: wrap;

          &::after {
            height: 60px;
            width: 60px;
            background-size: 30px 30px;
            margin-left: 10px;
            top: -30%
          }
        }

        #tab-auto {
          &.nav-link {
            right: 2%;
            top: 20%;

            &::after {
              left: -30%
            }
          }
        }

        #tab-report {
          &.nav-link {
            right: -2%;

            &::after {
              left: -33%
            }
          }
        }

        #tab-omni {
          &.nav-link {
            left: 2%
          }
        }

        #tab-fast {
          &.nav-link {
            left: -2%
          }
        }
      }
    }
  }

  .next-gen-features-tab-main {
    .tabs-main-wrapper {
      border-radius: 0;

      .section-title {
        padding-left: 10px;
        padding-right: 10px
      }

      .content-wrapper {
        padding-left: 30px;

        .col-12 {
          &:first-child {
            padding: 10px 20px 0
          }
        }

        .new-list {
          margin-bottom: 0
        }
      }
    }
  }

  .step-process-tab-main {
    .step-box-wrapper {
      .step-box {
        padding: 20px 10px;

        img {
          margin-bottom: 20px
        }
      }
    }
  }

  .features-table-main {
    .features-table {
      table {
        tr {
          td {
            padding: 10px 15px !important
          }
        }
      }
    }
  }
}

@media (max-width:767px) {
  .features-page {
    ul.new-list {
      margin-top: 10px
    }

    .splide__slide img {
      padding: 0
    }

    .video-overlay iframe {
      height: 75% !important
    }
  }

  .feature-banner-main {
    padding-top: 80px;

    .banner-image {
      &::after {
        width: 50%
      }
    }

    .banner-wrapper {
      .company-info-wrapper {
        flex-wrap: wrap;

        .company-info {
          width: 50%
        }
      }

      .cta {
        gap: 10px;

        .btn {
          padding: 16px 6px;
          width: 100%
        }
      }

      .feature-label {
        padding: 8px 16px;
        margin-bottom: 12px
      }
    }
  }

  .page-links-main {
    .page-links {
      .page-link {
        img {
          margin-bottom: 5px;
          width: 24px
        }
      }
    }
  }

  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-tabs {
        flex-wrap: nowrap
      }

      .nav-item {
        width: 100%;

        .nav-link {
          position: relative;
          width: 100%;
          top: 0px !important;
          padding-top: 70px;

          &::after {
            top: 0px !important;
            transform: translateX(-50%) !important;
            left: 50% !important;
            border: 1px solid var(--primary-color);
            margin: 0
          }
        }
      }
    }
  }

  .next-gen-features-tab-main {
    .tabs-main-wrapper {
      padding: 20px 0;

      .tabs-wrapper {
        .nav {
          gap: 12px;

          .nav-link {
            padding: 6px 12px
          }
        }
      }

      .content-wrapper {
        padding-left: 10px
      }
    }
  }

  .config-text-main {
    .config-text-wrapper {
      margin: 15px 0
    }
  }

  .step-process-tab-main {
    .step-box-wrapper {
      flex-wrap: wrap;

      .step-box {
        padding: 12px 20px;
        display: flex;
        gap: 16px;

        img {
          margin-bottom: 0;
          width: 46px;
          height: 46px
        }

        .content {
          text-align: left
        }
      }
    }

    .tabs-wrapper {
      .nav {
        gap: 10px;

        .nav-link {
          padding: 10px 8px;
          border-radius: 5px
        }
      }
    }
  }

  .features-table-main {
    .features-table {
      overflow: scroll;

      &::-webkit-scrollbar {
        display: none
      }

      table {
        margin: 2px;

        thead {
          border-top-right-radius: 5px;

          td {
            &:nth-child(1) {
              border-top-left-radius: 5px
            }
          }
        }

        tbody {
          tr {
            td {
              text-wrap: nowrap
            }

            &:last-child {
              td {
                &:last-child {
                  border-bottom-right-radius: 5px
                }

                &:nth-child(1) {
                  border-bottom-left-radius: 5px;
                  border-bottom-right-radius: 0
                }
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width:500px) {
  .feature-banner-main {
    .banner-image {
      &::after {
        width: 70%
      }
    }
  }
}

@media (max-width:400px) {
  .feature-banner-main {
    .banner-image {
      &::after {
        width: 80%
      }
    }
  }

  .page-links-main {
    .page-links {
      .page-link {
        width: 120px !important;
        padding: 12px 5px;

        h6 {
          font-size: 12px
        }
      }
    }
  }

  .smart-billing-tab-main {
    .tabs-wrapper {
      .nav-item {
        .nav-link {
          font-size: 12px;
          padding: 50px 5px 5px;

          &::after {
            height: 45px;
            width: 45px;
            background-size: 24px 24px
          }
        }
      }
    }
  }
}

.business-segment-scroll {
  padding-top: 0%;

  .l-cards {
    display: flex;
    flex-direction: column;
    gap: 50px
  }

  .card-wrapper {
    background-color: var(--section-bg);
    border-radius: 12px;
    padding: 40px 30px;
    position: sticky;
    top: 80px;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    @media (max-width:768px) {
      padding: 30px 20px
    }

    img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 10px
    }
  }

  .business-text {
    &.section-title {
      .c-card__tagline {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        color: var(--primary-color);
        margin-bottom: 10px
      }

      h2,
      .c-card__title {
        text-transform: lowercase;

        &::first-letter {
          text-transform: uppercase
        }

        .text-uppercase {
          display: inline
        }

        font-size:28px;
        font-weight:700;
        color:var(--primary-color);
        margin-bottom:15px;

        @media (max-width:768px) {
          font-size: 24px
        }
      }

      p,
      .c-card__excerpt {
        color: var(--secondary-dark);
        font-size: 16px;
        margin-bottom: 15px
      }

      ul {
        padding-left: 0;
        margin-bottom: 0;

        li {
          list-style: none;
          position: relative;
          padding-left: 24px;
          margin-bottom: 10px;
          color: var(--secondary-dark);

          &::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: 700
          }
        }
      }
    }
  }

  .c-card__figure {
    text-align: center;

    img {
      max-width: 100%;
      height: auto;
      max-height: 400px;
    }
  }
}

@media (max-width:1024px) {
  .business-segment-scroll {
    padding-bottom: 90px
  }
}

@media (max-width:991px) and (min-width:767px) {
  .business-segment-scroll {
    .business-text {
      padding-top: 0
    }
  }
}

@media (max-width:767px) {
  .business-segment-scroll {
    h2 {
      font-size: 20px !important;
      margin-bottom: 10px
    }

    .business-text.section-title {
      padding-bottom: 10px;

      ul {
        li {
          margin-bottom: 5px
        }
      }
    }

    .c-card__figure {
      img {
        width: 80%;
        max-height: 200px;
      }
    }

    .l-cards {
      gap: 30px
    }
  }

  .retail-theme {
    div#carouselExampleDark .carousel-caption h1 {
      font-size: 28px;
    }

    .homebanner {
      .container {
        padding: 0
      }
    }
  }
}

@media (max-width:1100px) {
  .retail-theme {
    .multiple-branch .pos .slide .carousel-image {
      width: 80%
    }
  }
}

@media (min-height:1000px) {
  .business-segment-scroll {
    padding-top: 50px;

    .card-wrapper {
      height: auto !important
    }
  }
}

/* Sticky first column for table features page*/
.features-table td:first-child,
.features-table thead td:first-child,
.features-table tbody td:first-child {
  position: sticky !important;
  left: -1px;
  z-index: 5;
}

@media (min-width: 991px) and (max-width: 1399px) {
  .input-box {
    right: -2% !important;
  }
}

/* MSME pop new ui */
#scheduleademo {
  .count {
    h2 {
      font-weight: 800;
      text-align: center;

      span {
        color: var(--primary-color);
      }
    }

    .h6 {
      text-align: center !important;
      font-weight: 400 !important;
    }

    p.popup-note {
      font-size: 16px;
      margin: 0px;
      position: relative;
      top: -20px;
      text-align: center;
    }

    .count-down {
      width: 350px;
      height: 110px;
      margin: auto;
      padding: 0px 20px;
      scale: 0.5;
      position: relative;
      left: -70px;

      .left-text {
        width: fit-content;
        position: absolute;
        right: -70%;
        bottom: -5px;
        font-weight: 700;
      }
    }

    .flipdown.flipdown__theme-dark {

      .rotor-bottom,
      .rotor-leaf-rear,
      .rotor,
      .rotor-top,
      .rotor-leaf-front {
        background-color: var(--secondary-color);
      }
    }

    .flipdown.flipdown__theme-dark .rotor-group-heading:before {
      color: var(--secondary-color);
    }
  }
}

@media (max-width: 550px) {
  #scheduleademo {
    .count {
      p.popup-note {
        top: -30px;
      }

      .count-down {
        scale: 0.8;
        left: -20px;

        .left-text {
          right: -30px;
          bottom: 30px;
        }
      }
    }
  }
}

@media (max-width: 450px) {
  #scheduleademo {
    .count {
      .count-down {
        width: 250px;
        scale: 0.6;
        left: -40px;

        .left-text {
          right: -130px;
        }
      }
    }
  }
}

@media (max-width: 350px) {
  #scheduleademo {
    .count {
      .count-down {
        width: 210px;
        scale: 0.5;
        left: -50px;

        .left-text {
          right: -170px;
        }
      }
    }
  }
}

/* strip css */
/* .strip-image {width: 111%; position: relative; left: -5.5%; img {width: 100%;} @media (max-width: 1599px) {width: 111.4%; left: -5.7%; } @media (max-width: 1399px) {width: 111.7%; left: -5.8%; } @media (max-width: 1199px) {width: 103%; left: -1.3%;}}
.dropdown .dropdown-menu {top: 109px !important; @media (max-width: 1599px) {top: 103px !important;} @media (max-width: 1399px) {top: 100px !important;} @media (max-width: 1199px) {top: 87px !important;} @media (max-width: 1024px) {top: 86px !important;}}
@media (min-width: 992px) {.homebanner {padding-top: 120px !important;} .banner-with-form {padding-top: 130px;}} */
/* content on image   .strip-image{.content-on-image{color: var(--white); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 800; font-size: 16px; width: max-content;}} @media (max-width: 1400px) {.strip-image{.content-on-image{font-size: 14px}}}@media (max-width: 1200px) {.strip-image{.content-on-image{font-size: 12px}}} 
@media (min-width: 992px) {.blue-theme {#scheduleademo{    .modal-lg {--bs-modal-width: 900px;}}}} */
/* mini plan pop up */
/* .mini-plan {#scheduleademo {.popup-wrapper {display: none !important;}.live-changes {display: block !important;}}} */
/* landing page new changes 19-06 */
.banner-with-form {
  .cta {
    margin: 40px auto;
    display: flex;
    gap: 20px;

    .btn {
      padding: 16px 32px;
      border-radius: 10px;

      i {
        margin: 5px 10px 0px 0px;
      }
    }
  }

  .company-info-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

#producttour {
  .h4 {
    font-weight: 100;
  }

  .pricing-cta-image {
    text-align: center;
  }
}

#whatdemo {
  p.note {
    font-size: 14px;
    margin: 40px 0px 0px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  p.note {
    display: none;
  }
}

@media (max-width: 768px) {
  .black-theme .cta {
    .btn-black {
      border: 1px solid;
    }
  }

  .blue-theme,
  .black-theme {
    .video-overlay iframe {
      height: 75% !important
    }
  }

  #whatdemo {
    p.note {
      font-size: 10px !important;
    }
  }

  .modal-body {
    padding: 10px !important;
  }
}

@media (max-width: 500px) {
  .banner-with-form {
    .cta {
      margin: 20px auto;
      gap: 10px;

      .btn {
        padding: 10px 15px;

        i {
          font-size: 15px;
        }
      }
    }
  }
}

@media (max-width: 400px) {
  .banner-with-form {
    .cta {
      gap: 5px;

      .btn {
        padding: 10px;

        i {
          margin-right: 5px;
          font-size: 10px;
        }
      }
    }
  }
}

/* testimonial video height fix */
#why-vasy .slick-list .slide img {
  width: 100%;
}

/* @media (max-width: 600px) { #why-vasy .slick-list { height: 200px !important;}}  */
/* Retail auto scroll height and new bug fix */
.retail-theme {

  .btn.btn-brand,
  .btn.btn-white {
    text-transform: lowercase;

    &::first-letter {
      text-transform: uppercase;
    }
  }
}

@media (max-height:650px) {
  .business-segment-scroll {
    padding: 20px 0px 20px;

    .card-wrapper {
      height: auto !important;
      position: unset;
    }
  }

  .retail-theme {
    .multiple-branch .pos .slide .carousel-image {
      height: 340px;
    }
  }
}

@media (min-width:991px) and (max-width:1130px) {
  .retail-theme {
    .boxes {
      padding: 20px 0px;
    }

    .flip-card {
      height: 300px;
    }
  }
}

@media (max-width: 1350px) and (min-width:1024px) {
  .industry .box-review {
    top: 200px !important
  }
}

@media (max-width: 1399px) and (min-width:1200px) {
  div#carouselExampleDark .carousel-caption h1 {
    font-size: 33px;
  }
}

@media (max-width: 1199px) and (min-width:991px) {
  div#carouselExampleDark .carousel-caption h1 {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .retail-theme {
    .multiple-branch .pos .slide .carousel-image {
      height: 320px;
    }
  }
}

@media (max-width: 1199px) and (min-width: 1000px) {
  .menuItem>li {
    padding: 0 6px;
    height: 60px;
    font-size: 12px
  }
}

/* popup wrapper only for multipale images */
/* .popup-wrapper {position: relative;margin-bottom: 60px;&::before {content: "";position: absolute;top: -38px;left: -30px;background-image: url("../images/popup-offers/popup-top.webp");background-repeat: no-repeat;background-size: contain;width: 115%;height: 30%;}.offer-bottom {position: absolute;left: 0px;bottom: -80px;}}@media (max-width: 991px) {.popup-wrapper {margin-bottom: 10px !important;.popup-bottom-image {display: none;}&::before {width: 114%;top: -50px !important;}}#scheduleademo {.modal-content {&::after {display: none;}}}}@media (max-width: 768px) {.popup-wrapper {margin-top: 30px;&::before {width: 104%;left: -10px;top: -60px !important;}}}@media (max-width: 400px) {.popup-wrapper {&::before {width: 106%;}}}#scheduleademo {.modal-content {.modal-body {z-index: 1;}&::after {content: "";position: absolute;width: 100%;height: 142px;background-image: url("../images/popup-offers/popup-bottom.webp");background-repeat: no-repeat;background-size: contain;bottom: 0px;left: 0px;}}} */
/* popup wrapper only for image landing page */
/* .blue-theme, .black-theme {.popup-wrapper {margin-bottom: 40px;&::before {top: -90px;}.offer-bottom {bottom: -110px;}}}@media (max-width: 1599px) {.blue-theme, .black-theme {.popup-wrapper {&::before {top: -70px;}.offer-bottom {bottom: -100px;}}}} */
/* 8 year image remove from navigation css */
.dropdown .dropdown-menu.without-image {
  max-width: 600px;

  .dropdownLeft::before {
    width: 43.333333%;
  }
}

/* .strip-image .content-on-image {text-shadow: -0.5px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;} */
.gray-text {
  color: var(--secondary-dark) !important;
}

#scheduleademo .d-table {
  margin: 0 auto;
}

#dynamic-slick-wrapper {
  padding: 0px;

  .boxes {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.summary-main {
  .summary-wrapper {
    background-color: var(--primary-bg-light);
    border-radius: 20px;
    padding: 20px;

    .h3 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    p {
      margin: 0px;
    }
  }
}

@media (max-width: 767px) {
  .summary-main {
    .summary-wrapper {
      .h3 {
        margin-bottom: 10px;
      }
    }
  }
}

.mega-menu-new {
  display: flex;
  background: var(--white);
  width: 1550px;
  border-radius: 16px;
  box-shadow: 0 15px 30px var(--shadow);
  min-height: 500px;
  overflow: hidden;
  padding: 32px 24px;
  gap: 24px;

  .sidebar {
    width: 380px;
    border-right: 1px solid var(--secondary-bg);
    background: var(--white);

    .accordion-group {
      &.open {
        color: var(--primary-color);

        .accordion-content {
          max-height: 500px;
          opacity: 1
        }

        img {
          filter: brightness(1)
        }
      }
    }

    .accordion-header {
      padding: 0 16px 12px 0;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: none;

      img {
        filter: brightness(0)
      }

      &:hover {
        color: var(--primary-color);

        img {
          filter: brightness(1)
        }
      }

      p {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 4px
      }

      i {
        font-size: 20px
      }
    }

    .accordion-header i {
      transition: transform 0.3s ease
    }

    .accordion-group.open .accordion-header i {
      transform: rotate(180deg)
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.4s ease, opacity 0.3s ease
    }

    .nav-item {
      padding: 8px 12px;
      cursor: pointer;
      width: max-content;
      border-radius: 8px;
      color: var(--secondary-color);
      font-size: 14px;
      transition: 0.2s;
      margin-bottom: 4px;
      font-weight: 500;
      border: 1px solid var(--white);

      &.active,
      &:hover {
        color: #fff;
        background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary-color) 100%);
        border-color: var(--primary-light)
      }
    }
  }

  .content-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;

    .category-content {
      display: none;
      flex-direction: column;
      height: 100%;
      position: relative;

      &.active {
        display: flex
      }
    }

    p {
      font-size: 12px
    }

    .header-bar {
      background: linear-gradient(90deg, #DDF4FF 0%, #B8E5FA 100%);
      color: var(--primary-color);
      padding: 13px 16px;
      font-weight: 700;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 4px;
      border: solid .5px var(--primary-bg)
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
      padding: 24px 0 30px
    }

    .menu-card {
      border: 1px solid var(--secondary-bg);
      border-radius: 8px;
      padding: 8px 16px;
      background: var(--white);
      transition: all 0.3s ease-in-out;

      p {
        margin: 0;
        margin-top: 8px;
        font-size: 12px;
        color: var(--secondary-dark);
        text-wrap: auto;
        font-weight: 700
      }

      .title {
        display: flex;
        gap: 12px;
        align-items: center;
        color: var(--secondary-color);
        text-wrap: auto
      }

      img {
        filter: brightness(0)
      }

      &:hover {
        background: linear-gradient(90deg, #DDF4FF 0%, #B8E5FA 100%);
        box-shadow: 5px 5px 5px 0 var(--shadow);
        border-color: var(--primary-bg);

        .title {
          color: var(--primary-color)
        }

        img {
          filter: brightness(1)
        }
      }
    }

    .cta-banner {
      margin: auto 0 0;
      border-radius: 8px;
      padding: 20px;
      color: var(--white);
      display: flex;
      align-items: start;
      flex-direction: column;
      position: relative;

      &.hovereffect {
        display: none;
        transition: opacity 0.3s ease;
        position: absolute;
        bottom: -40px;
        width: 100%;
        margin-bottom: 25px;

        &.active {
          display: flex;
          opacity: 1
        }
      }

      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgb(51 51 51) 0%, #A8A8A8 61%, #fff0 75%);
        border-radius: 4px;
        z-index: 1
      }

      img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-radius: 4px
      }
    }

    strong,
    p,
    .btn-demo {
      z-index: 3
    }

    .btn-demo {
      background: var(--primary-color);
      color: var(--white);
      border: none;
      padding: 8px 18px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 700
    }
  }
}

.mega-menu-new-main {
  .dropdown .dropdown-menu.mega-menu-new-wrapper {
    background: none;
    left: 50% !important;
    transform: translateX(-98%) !important
  }

  .dropdown .dropdown-menu.mega-menu-new-wrapper.without-right-side {
    max-width: 1300px;
    transform: translateX(-50%) !important;

    .mega-menu-new {
      width: 100%
    }
  }
}

.without-right-side {
  .mega-menu-new {
    .content-panel {
      .cta-banner {
        &.hovereffect {
          bottom: 0;
          width: 96%
        }

        &::before {
          background: linear-gradient(90deg, rgb(51 51 51) 0%, #A8A8A8 64%, #fff0 75%)
        }
      }
    }
  }
}

.sidebar-navigation ul .selected {
  color: var(--primary-color)
}

.subMenuColor1,
#manufacturing-tab,
#retail-tab {
  background: linear-gradient(90deg, #DDF4FF 0%, #B8E5FA 100%)
}

.subMenuColor2 {
  background: var(--white);
  border-radius: 4px;
  padding: 10px !important;
  margin: 0 10px !important
}

.sidebar-navigation ul li ul li a {
  padding-left: 10px !important
}

.industries .subMenuColor1 {
  background: none
}

a:not([href]):not([class]) {
  color: var(--secondary-color)
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: #fff0
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  color: var(--primary-dark)
}

.industry-tabs {
  width: 100%;

  .tab-buttons {
    display: flex;
    padding: 5px 10px 10px;

    .tab-btn {
      padding: 5px 20px 15px;
      background: none;
      border: none;
      cursor: pointer;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      gap: 15px;
      border-radius: 4px;
      align-items: center;
      width: 100px;

      img {
        filter: brightness(0);
        width: 18px
      }

      &.active {
        color: var(--white);
        background: linear-gradient(90deg, var(--primary-dark) 0%, #00ACCD 100%);

        img {
          filter: grayscale(100%) brightness(1000%)
        }
      }
    }
  }

  .tab-content {
    display: none;
    padding-top: 10px;

    &.active {
      display: block !important
    }
  }
}

@media (max-width:1599px) {
  .mega-menu-new-main {
    .dropdown .dropdown-menu.mega-menu-new-wrapper {
      transform: translateX(-87%) !important
    }

    .dropdown .dropdown-menu.mega-menu-new-wrapper.without-right-side {
      max-width: 1200px
    }
  }

  .mega-menu-new {
    width: 1400px
  }
}

@media (max-width:1399px) {
  .mega-menu-new-main {
    .dropdown .dropdown-menu.mega-menu-new-wrapper {
      transform: translateX(-75%) !important
    }

    .dropdown .dropdown-menu.mega-menu-new-wrapper.without-right-side {
      max-width: 1000px
    }
  }

  .mega-menu-new {
    width: 1200px
  }
}

@media (max-width:1024px) {
  .mega-menu-new-main {
    .dropdown .dropdown-menu.mega-menu-new-wrapper {
      transform: translateX(-62%) !important
    }

    .dropdown .dropdown-menu.mega-menu-new-wrapper.without-right-side {
      max-width: 1000px
    }
  }

  .mega-menu-new {
    width: 1000px
  }
}

#manufacturing {
  .cta-banner.hovereffect {
    position: relative;
    bottom: -30px;
  }
}