@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
  background: #ffffff;
  font-family: 'Liberation Sans';
  box-sizing: content-box;
  width: 100%;
  overflow-x: hidden !important;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  p {
    font-size: 16px;
  }

  h1 {
    font-size: 3em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 12px;
  }

  h1 {
    font-size: 18px;
  }
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  /* font-size: 16px; */
  font-weight: normal;
  line-height: 24px;
}

* {
  --font-size: calc(var(--width) / 10 + var(--height) / 20) !important;
}


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #65267b;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: #bfbdbd;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutus {
  position: relative;
  padding: 80px 15px 0 15px !important;

}

#team,
#menu,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}



/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: #65267b;
  border-radius: 0;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}



/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}



/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.navbar-header img {
  width: 230px;
  height: 85px;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.custom-navbar .navbar-brand span {
  color: #65267b;
}

.top-nav-collapse {
  /* background: #ffffff; */
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 0px;
}

.navbar-header {
  height: 90px;
  line-height: 90px;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: #292929;
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
}

.custom-navbar .nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #65267b !important;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: #65267b;
}

.custom-navbar .navbar-toggle {
  border: none;
  /* padding-top: 10px; */
  height: 90px;
  line-height: 90px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: white;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #212121;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #d3ffb2;
  }

  .top-nav-collapse .nav li a {
    color: #fff;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}



/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 30px;
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #000000;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20,20,20,0.2) !important;
  height: 100%;
  color: #fff;
  /* cursor: e-resize; */
  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/home.png);
  background-size: 100%;
  height: 805px;
}

@media (min-width: 500px) and (max-width: 992px) {
  /* .slider .item-first {
      background-image: url(../images/Mobile_view1.png);
      background-size: 100%;
      height: 805px;
    } */
}

.caption p {
  color: white;
}

#about_us {
  /* background-image:  url(../images/aboutus.png); */
  background-color: #202020;
  overflow: hidden;

}

.aboutus {
  color: white;
}

.about_branding {
  background-image: url(../images/about_branding.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

.about_branding .about_para {
  margin: 50px;
  background-color: #3b3b3b;
  padding: 25px;
  height: auto;
  box-shadow: 6px 10px 6px -2px rgb(0 0 0 / 20%);
  border-radius: 25px;

}

.about_para p {
  color: white !important;
}

.about_para img {
  left: -57px;
  position: absolute;
  top: -61px;
}

.customer_journey {
  background-image: url(../images/customer_journey.png);
  background-size: cover;
  background-position: center;
  height: 1000px;
  width: 100%;
  background-repeat: no-repeat;

}

.customer_box {
  border-radius: 25px;
  background-color: #202020;
  height: auto;
  /* margin: 20px; */
  color: white;
  text-align: center;
  padding: 20px;
}

/* .customer_img
{
  margin:24px;
} */

.slider .item-second {
  background-image: url(../images/slider-image2.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
  background: #292929;
}

.slider .item-second .section-btn:hover {
  background: #ffffff;
}

.slider .item-third .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: #65267b;
  border-color: transparent;
  color: #ffffff;
}



/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
  padding-bottom: 0;
}

.about-info {
  padding: 0 6em 5em 0;
  margin-top: 20%;
}

.about-info .section-title {
  padding-bottom: 20px;
}

.about-image {
  position: absolute;
}


/*---------------------------------------
    FEATURES             
  -----------------------------------------*/
.carousel-item {
  padding: 6vw 0;
  background-size: cover;
  background-position: center;
  height: 780px !important;
}

.slider_img1 {
  background-image: url(../images/slider1.png);
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider_img1 p {
  color: white !important;
  font-weight: bold;

}

.slider_img2 {
  background-image: url(../images/slider2.png);
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider_img2 p {
  color: white !important;
  font-weight: bold;

}

.slider_logo img {
  width: 70px !important;
  height: 70px;
  margin-bottom: 55px;
  margin-left: 0px;
}

.slider_img3 {
  background-image: url(../images/slider3.png);
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider_img3 .slider_circle {
  border-radius: 50%;
  background: #65267b;
  color: white;
  padding: 32px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.slider_img3 .slider_content {
  padding: 0 20px;
  color: white !important;
}

.slider_img4 {
  background-image: url(../images/slider4.png);
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider_img5 {
  background-image: url(../images/slider7.png);
  height: 100%;
  background-position: center;
  background-size: cover;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.payment_para p {
  color: white !important;
  border-radius: 15px;
  background-color: #3b3b3b;
  padding: 15px;
}

.slider_img6 {
  background-image: url(../images/slider6.png);
  height: 100%;
  background-position: center;
  background-size: cover;
  color: white !important;
  text-align: center !important;
}

.slider_img7 {
  background-image: url(../images/slider7.png);
  height: 100%;
  background-position: center;
  background-size: cover;
  color: white !important;
  text-align: center !important;
}

.slider_img6 p {
  color: white;
}

.deals .col-md-3 {
  text-align: center;
  color: white;
}

.deals_box div {
  background-color: #3b3b3b;
  padding: 20px;
  border-radius: 15px;

}

.deals {
  display: flex;
  justify-content: space-around;
}

.slider_img8 {
  background-image: url(../images/slider8.png);
  height: 100%;
  background-position: center;
  background-size: cover;
  color: white !important;
  text-align: center !important;
}

.slider_img8 p {
  color: white !important;
  font-weight: bold;

}

.slider_img9 {
  background-image: url(../images/slider9.png);
  height: 100%;
  background-position: center;
  background-size: cover;
  color: white !important;
  text-align: center !important;
}

.slider_img9 p {
  color: white !important;
  font-weight: bold;

}

dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* Low Transactio */
.low_transaction {
  background-image: url(../images/slider7.png);
  height: 100%;
  background-position: center;
  /* background-size: cover; */
  color: white !important;

}

.effectiveMarketing {
  background-image: url(../images/effectiveMarketing.png);
  height: 100%;
  background-position: center;
  /* background-size: cover; */
  color: white !important;
}

.effective_box {
  background-color: #202020;
  padding: 15px 20px;
  height: 250px;
  box-shadow: 5px 10px #322f2f;
  width: 270px;
  margin: 10px;
  border-radius: 25px;
}

.effective_box img {
  width: 65px !important;
  height: 60px;
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
  background: #f9f9f9;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .social-icon li a {
  background: #292929;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #d9d9d9;
  font-size: 20px;
  margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item h4 {
  color: #ffffff;
}

.team-info p {
  color: #bfbdbd;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}



/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu {
  padding-bottom: 0;
}

#menu .container {
  width: 100%;
}

#menu .col-md-4 {
  margin: 0;
  padding: 0;
}

.menu-thumb img {
  width: 100%;
  transition: 0.5s;
}

.menu-thumb:hover img {
  transform: scale(1.15);
}

#menu .menu-thumb {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 102%;
}

.menu-thumb .menu-info {
  position: absolute;
  top: 60%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding: 25px 30px;
  transition: 0.5s 0.2s;
}

.menu-info .menu-item {
  float: left;
}

.menu-info .menu-price {
  float: right;
}

.menu-info .menu-price span {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
  transition: 0.5s 0.2s;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.menu-thumb .menu-info h3 {
  margin-top: 0;
}

.menu-thumb .menu-info p {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
  transform: translateY(0px);
  opacity: 1;
}

.menu-thumb:hover .menu-info {
  background: rgba(0, 0, 0, 0.8);
}



/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
  background: url('../images/testimonial-bg.jpg') center center no-repeat;
  background-size: cover;
}

#testimonial .owl-dots {
  position: relative;
  top: 0;
  right: 0;
  justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 20px 5px;
}

#testimonial h2 {
  color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
  display: inline;
}

#testimonial p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 35px;
}

.tst-author {
  margin-top: 20px;
}

.tst-author h4,
.tst-author span {
  color: #b2b2b2;
}

.tst-author span {
  margin-left: 5px;
}



/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact .section-title {
  padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  background: #65267b;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
}

#contact button#cf-submit:hover {
  background: #292929;
  color: #ffffff;
}



/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 120px 0;
  padding-bottom: 80px;
  background-color: rgb(33, 33, 33);

}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
  color: white;
  text-align: center;
}

footer a,
footer p {
  color: white;
  text-align: center !important;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
  text-align: center;
  color: white;
}

.footer-open-hour {
  background: #65267b;
  background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  background: rgba(29, 29, 29, 0.85);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: white;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  cursor: pointer !important;
  color: #ffffff;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}


@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }

  .about-image {
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 992px) {
  /* .slider .item-first {
    background-image: url(../images/Mobile992.png);
    background-size: 100%;
    height: 805px;
  } */
}



@media (min-width: 768px) and (max-width: 836px) {
  .slider .item-first {
    background-image: url(../images/991.png);
    background-size: 100%;
    height: 962px;
  }

  .col-sm-8 {
    width: 51.667%;
  }
}

@media (min-width: 525px) and (max-width: 767px) {

  .col-sm-8 {
    width: 68.667%;
  }
}

@media (min-width: 432px) and (max-width: 524px) {
  .slider .item-first {
    background-image: url(../images/525.png);
    background-size: 100%;
    height: 900px;
  }

  .col-sm-8 {
    width: 63.667%;
  }
}

@media (min-width: 402px) and (max-width: 431px) {


  .col-sm-8 {
    width: 60.667%;
  }
}

@media (min-width: 339px) and (max-width: 401px) {


  .col-sm-8 {
    width: 60.667%;
  }
}

@media (max-width: 338px) {


  .col-sm-8 {
    width: 60.667%;
  }
}

@media only screen and (max-width: 992px) {

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: white !important;
  }

  .smoothScroll {
    text-align: right !important;
  }
}

@media only screen and (max-width: 992px) {
  section {
    /* padding: 60px 0; */
  }

  p {
    text-align: left !important;

  }

  /* h1, h2, h3, h4, h5, h6
{
  text-align: left !important;
} */


  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: inherit;
  }

  .about-info {
    padding: 0;
  }

  .team-info {
    margin-bottom: 50px;
  }

  #menu .menu-thumb {
    width: 103%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media only screen and (max-width: 992px) {
  .navbar-nav-first {
    padding-top: 18px;
    padding-top: 18px;
    width: 208px;
    display: grid;
    margin-left: 0px !important;
    float: right;
    background: #212121f0;
    margin-left: 0px !important;
    padding-left: 18px;
    margin-right: -15px;
    text-align: left;
  }

  .navbar-collapse {
    margin-top: 90px;
  }

  .navbar-nav>li {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #212121;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .slider .caption {
    padding: 0;
  }

  .menu-thumb .menu-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}


@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .menu-thumb .menu-info {
    top: 60%;
  }
}


/* #menu-button {
    margin: 20px;
  }
   */


@media (min-width: 550px) and (max-width: 821px) {

  /* .aboutus {
    background-image: url(../images/about_mobile.png);
    background-position: center;
    height: 850px !important;
  } */

  .col-md-4.col-sm-5.col-xs-5.column.first {
    border-right: 2px solid #65267b;
  }

  .col-md-4.col-sm-5.col-xs-5.column.third {
    border-left: 2px solid #65267b;
    padding-left: 37px !important;
  }

}


@media (max-width: 549px) {
  /* .aboutus {
    background-image: url(../images/aboutRes.png);
  } */

  .aboutus {
    /* height: 956px !important; */
    background-position: center !important;
  }

  .col-md-4.col-sm-5.col-xs-5.column.first {
    border-right: 2px solid #65267b;
  }

  .col-md-4.col-sm-5.col-xs-5.column.third {
    border-left: 2px solid #65267b;
  }
}



.customer_res {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-height: 0;
  padding: 0 150px;
}

.customer_box {
  border-radius: 25px;
  background-color: #202020;
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  height: 220px;
}

.customer_img img {
  max-width: 100px;
  margin-bottom: 20px;
}


.customer_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.customer_journey {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 200px 15px;
}

@media (max-width: 912px) {
  .customer_res {
    grid-template-columns: repeat(2, 1fr);
  }

  .customer_res {

    padding: 0 15px;
  }
}

.customer_box p {
  color: white;
}



.desktop-view {
  display: grid;
  justify-content: center;
}

@media (min-width:993px) and (max-width:1285px) {
  .about_last_para {
    padding-left: 80px;
  }
}

@media (min-width:937px) and (max-width:992px) {
  .about_last_para {
    padding-left: 389px !important;
  }
}

@media (min-width:800px) and (max-width:936px) {
  .about_last_para {
    padding-left: 356px;
  }
}

@media (max-width: 359px) {
  .slider .item-first {
    background-image: url(../images/280x935.png);
    height: 100% !important;
    padding-top: 100px;

  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;

  }

  .caption p {
    font-size: 12px !important;
  }

  .navbar-header img {
    width: auto !important;
  }
}

@media (min-width: 360px) and (max-width:374px) {
  .slider .item-first {
    background-image: url(../images/360.png);
    height: 100% !important;
    padding-top: 100px;

  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;

  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 375px) and (max-width:390px) {
  .slider .item-first {
    background-image: url(../images/375.png);
    height: 100% !important;
    padding-top: 100px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;

  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 391px) and (max-width:414px) {
  .slider .item-first {
    background-image: url(../images/412.png);
    height: 100% !important;
    padding-top: 100px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;

  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 415px) and (max-width:540px) {
  .slider .item-first {
    background-image: url(../images/412.png);
    height: 100% !important;
    padding-top: 100px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;

  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 704px) and (max-width:767px) {
  .slider .item-first {
    background-image: url(../images/768.png);
    height: 100% !important;
    padding-top: 100px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 14px !important;
  }
}

@media (min-width: 662px) and (max-width:703px) {
  .slider .item-first {
    background-image: url(../images/768.png);
    height: 100% !important;
    padding-top: 100px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 655px) and (max-width:661px) {
  .slider .item-first {
    background-image: url(../images/768.png);
    height: 100% !important;
    padding-top: 87px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 14px !important;
  }
}

@media (min-width: 541px) and (max-width:654px) {
  .slider .item-first {
    background-image: url(../images/644.png);
    height: 100% !important;
    padding-top: 87px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width:811px) {
  .slider .item-first {
    background-image: url(../images/769.png);
    height: 100% !important;
    padding-top: 87px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 22px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 14px !important;
  }
}

@media (min-width: 913px) and (max-width:991px) {
  .slider .item-first {
    background-image: url(../images/913.png);
    height: 100% !important;
    padding-top: 52px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 22px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width:1404px) {
  .slider .item-first {
    background-image: url(../images/992.png);
   
    padding-top: 52px;
    background-position: center;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 30px !important;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 50.667% !important;
  }

  .caption p {
    font-size: 18px !important;
  }
}

@media (min-width: 821px) and (max-width:867px) {
  .slider .item-first {
    background-image: url(../images/769.png);
    height: 100% !important;
    padding-top: 52px;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 22px;
    text-align: left;
    line-height: inherit;
  }

  .item-first .col-sm-8 {
    width: 62.667% !important;
  }

  .caption p {
    font-size: 14px !important;
  }
}

@media (min-width: 812px) and (max-width:820px) {
  .slider .item-first {
    background-image: url(../images/820.png);
    height: 100% !important;
    padding-top: 100px;
  }

  .item-first .col-sm-8 {
    width: 64.667% !important;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 28px;
    text-align: left;
    line-height: inherit;
  }

  .caption p {
    font-size: 18px !important;
  }
}

@media (min-width: 821px) and (max-width:912px) {
  .slider .item-first {
    background-image: url(../images/912.png);
    height: 100% !important;
    padding-top: 100px;
  }

  .item-first .col-sm-8 {
    width: 78.667% !important;
  }

  #home h1 {
    padding-bottom: 0px;
    font-size: 28px;
    text-align: left;
    line-height: inherit;
  }

  .caption p {
    font-size: 18px !important;
  }
}

.about_logo {
  height: 55px;
}

@media (min-width: 361px) and (max-width:389px) {
  #about_us {
    background-image: url(../images/about375.png);

    height: 110vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 390px) and (max-width:413px) {
  #about_us {
    background-image: url(../images/about375.png);

    height: 105vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 360px) and (max-width:360px) {
  #about_us {
    background-image: url(../images/about375.png);

    height: 105vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 414px) and (max-width:414px) {
  #about_us {
    background-image: url(../images/about375.png);

    height: 100vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 448px) and (max-width:540px) {
  #about_us {
    background-image: url(../images/about540.png);

    height: 115vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 415px) and (max-width:447px) {
  #about_us {
    background-image: url(../images/about448.png);

    height: 115vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 683px) and (max-width:765px) {
  #about_us {
    background-image: url(../images/about768.png);

    height: 115vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 766px) and (max-width:768px) {
  #about_us {
    background-image: url(../images/about768.png);

    height: 94vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 636px) and (max-width:682px) {
  #about_us {
    background-image: url(../images/about683.png);

    height: 130vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 600px) and (max-width:637px) {
  #about_us {
    background-image: url(../images/about683.png);

    height: 122vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 568px) and (max-width:599px) {
  #about_us {
    background-image: url(../images/about683.png);

    height: 122vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 541px) and (max-width:567px) {
  #about_us {
    background-image: url(../images/about683.png);

    height: 110vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 769px) and (max-width:819px) {
  #about_us {
    background-image: url(../images/about820.png);

    height: 135vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 820px) and (max-width:821px) {
  #about_us {
    background-image: url(../images/about820.png);

    height: 88vh;

    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) and (max-width: 992px) {
  .about_last_para {
    padding-left: 334px !important;
  }
}

@media (max-width: 991px) {
  .about_last_para {
    display: none;
  }
}

@media (max-width: 768px) {
  .about_branding {
    background-image: url(../images/branding.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about_box {
    display: grid !important;
  }
}

.customer_box p {
  text-align: center !important;
}

@media (min-width: 1152px) and (max-width: 1300px) {
  .customer_box {
    height: 250px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1151px) {
  .customer_box {
    height: 280px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1099px) {
  .customer_box {
    height: 335px !important;
  }
}

@media (min-width: 913px) and (max-width: 999px) {
  .customer_box {
    height: 380px !important;
  }
}

@media (min-width: 820px) and (max-width: 912px) {
  .customer_box {
    height: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 819px) {
  .customer_box {
    height: 165px !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .customer_box {
    height: 205px !important;
  }
}

@media (min-width: 390px) and (max-width: 539px) {
  .customer_box {
    height: 290px !important;
  }
}

@media (min-width: 360px) and (max-width: 389px) {
  .customer_box {
    height: 325px !important;
  }
}

@media (max-width: 359px) {
  .customer_box {
    height: 335px !important;
  }
}


@media (max-width: 322px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search280.png);
    height: 935px !important;
    width: 100% !important;
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 950px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split280.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 975px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system280.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 975px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple280.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    /* background-size: auto !important; */
    width: 100% !important;
    height: 975px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn280.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 975px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi280.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 975px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock280.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 975px !important;
  }
}

@media  (min-width: 361px) and (max-width: 375px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }
}
@media  (min-width: 323px) and (max-width: 360px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search360.png);
    width: 100% !important;
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split360.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system360.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple360.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn360.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi360.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock360.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 802px !important;
  }
}
@media  (min-width: 376px) and (max-width: 429px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search393.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split393.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system393.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple393.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn393.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi393.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock393.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }
}
@media  (min-width: 430px) and (max-width: 620px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search540.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split540.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system540.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple540.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn540.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi540.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock540.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }
}
@media  (min-width: 621px) and (max-width: 800px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search768.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split768.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system768.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple768.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn768.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi768.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock768.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
}
@media  (min-width: 601px) and (max-width: 830px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search820.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split820.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system820.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple820.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn820.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi820.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock820.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 570px !important;
  }
}
@media  (min-width: 831px) and (max-width: 1000px) {
  .slider1 {
    display: none;
  }

  .slider_img1 {
    background-image: url(../images/search920.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img1 {

    background-repeat: no-repeat !important;
  
    width: 100% !important;
    height: 585px !important;
  }

  .slider2 {
    display: none;
  }

  .slider_img2 {
    background-image: url(../images/split920.png);
  }

  .slider_img2 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider3 {
    display: none;
  }

  .slider_img3 {
    background-image: url(../images/system920.png);
  }

  .slider_img3 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider4 {
    display: none;
  }

  .slider_img4 {
    background-image: url(../images/purple920.png);
  }

  .slider_img4 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }

  .slider5 {
    display: none;
  }

  .slider_img5 {
    background-image: url(../images/earn920.png);
  }

  .slider_img5 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
  .slider6 {
    display: none;
  }

  .slider_img6 {
    background-image: url(../images/upi920.png);
  }

  .slider_img6 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
  .slider7 {
    display: none;
  }

  .slider_img7 {
    background-image: url(../images/unlock920.png);
  }

  .slider_img7 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 585px !important;
  }
}
@media  (min-width: 1001px) and (max-width: 1280px) {
  .slider_img1 {
    background-image: url(../images/slider1_img.png)
  }
  .slider_img2 {
    background-image: url(../images/slider1_img2.png)
  }
  
  .slider_logo img {
    width: 60px !important;
  }
  .payment_para
  {
    width:46% !important;
  }
  .slider7 h1
  {
    text-align: center !important;;
  }
 
  .slider_img3 .slider_content {
    padding: 30px 20px;
    color: white !important;
}
.purple_points
{
  padding-top:12%;
}
#forCustomer
{
  height:700px;
}
.slider7
{
  padding-top:7%;
}
}
.slider7 h1
{
  text-align: center !important;;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  color: white;
}


@media  (min-width: 361px) and (max-width: 375px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal375.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash375.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low375.png);
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend375.png);
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 750px !important;
  }

  
}

@media  (min-width: 391px) and (max-width: 440px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal414.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash414.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low414.png);
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend414.png);
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  
}
@media  (min-width: 376px) and (max-width: 390px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal390.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash390.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low390.png);
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend390.png);
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 694px !important;
  }

  
}
@media  (min-width: 323px) and (max-width: 360px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal360.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 768px !important;
    background-position: inherit !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash360.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 768px !important;
    background-position: inherit !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low360.png);
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 768px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend360.png);
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 768px !important;
  }

  
}
@media  (min-width: 441px) and (max-width: 540px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal540.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
    background-position: inherit !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash540.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
    background-position: inherit !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low540.png);
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend540.png);
    
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: contain;
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 720px !important;
  }

  
}
.arrow1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  color: white;
}
@media (max-width: 322px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal280.png);
    height: 935px !important;
    width: 100% !important;
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 935px !important;
    background-position: inherit !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash280.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 935px !important;
    background-position: inherit !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low280.png);
    background-size: contain;
    width: 100% !important;
    height: 935px !important;
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 935px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend280.png);
    width: 100% !important;
    height: 935px !important;
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height: 935px !important;
  }

  
}
@media  (min-width: 541px) and (max-width: 820px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal768.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    /* background-size: auto !important; */
    width: 100% !important;
    height:600px !important;
    background-position: inherit !important;
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash768.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    /* background-size: auto !important; */
    width: 100% !important;
    height:600px !important;
    background-position: inherit !important;
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low768.png);
    height: 600px !important;
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height:600px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend768.png);
  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height:600px !important;
  }

  
}
@media  (min-width: 821px) and (max-width: 1000px) {
  .slider8 {
    display: none !important;
  }

  .slider_img8 {
    background-image: url(../images/loyal912.png);
  }

  #forCustomer {
    background-color: #212121;
  }

  .slider_img8 {

    background-repeat: no-repeat !important;
    /* background-size: auto !important; */
    width: 100% !important;
    height:600px !important;
    /* background-position: inherit !important; */
  }

  .slider9 {
    display: none !important;
  }

  .slider_img9 {
    background-image: url(../images/dash912.png);
  }

  .slider_img9 {

    background-repeat: no-repeat !important;
    /* background-size: auto !important; */
    width: 100% !important;
    height:600px !important;
    /* background-position: inherit !important; */
  }

  .slider10 {
    display: none !important;
  }

  .low_transaction {
    background-image: url(../images/low912.png);
    height: 600px !important;
  }

  .slider_img10 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height:600px !important;
  }

  .slider11 {
    display: none !important;
  }

  .effectiveMarketing {
    background-image: url(../images/spend912.png);

    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: inherit;

  }

  .slider_img11 {

    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 100% !important;
    height:600px !important;
  }

  
}
@media  (min-width: 1001px) and (max-width: 1280px) {
  .slider_img8 {
    background-image: url(../images/slider2_img.png)
  }
  .slider_img9 {
    background-image: url(../images/slider2_img2.png)
  }
  
  .slider_logo img {
    width: 60px !important;
  }
  .payment_para
  {
    width:46% !important;
  }
  .slider8 h1
  {
    text-align: center !important;;
  }

  .slider_img3 .slider_content {
    padding: 30px 20px;
    color: white !important;
}
.purple_points
{
  padding-top:12%;
}
#forCustomer
{
  height:700px;
}
.slider7
{
  padding-top:7%;
}
.effectiveMarketing {
  background-image: url(../images/slider2_img3.png);
}
}

@media (max-width:1000px) {

  .sliderShow1{
    background: #212121 !important;
  }
}

