* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.form-span,
.form-label {
  color: rgb(146, 146, 146);
}

.form-check-label {
  color: #fff;
}

body {
  background: #182748 !important;
  /* background: linear-gradient(90deg, #162341, #1a2a4d); */
}

.abstract-one svg {
  position: absolute;
  /* opacity: 0.7; */
  left: 150px;
}

.abstract-two svg {
  position: absolute;
  /* opacity: 0.7; */
  right: 150px;
}

.fixed-bg {
  background-image: url("img/mobile\ mockup.jpg");
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-bg .fixed-bg-inner {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.fixed-bg .fixed-bg-inner h3 {
  margin: 0;
}

p,
span {
  letter-spacing: 1px;
  font-weight: 300;
}

a {
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 2px;
  font-weight: 300px !important;
}

.custom-btn {
  background-color: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  padding: 20px;
  border-radius: 50px;
}

.modal-content {
  background: #182748 !important;
}

.modal-title {
  color: #fff;
}

.modal-header {
  border: none !important;
}

.modal-header .btn-close {
  background-color: #fff;
}

.modal-body .form-select {
  background-color: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  padding: 10px;
  margin-bottom: 15px;
  color: rgb(224, 224, 224);
  border: none;
  outline: none;
}

#modalOverlay {
  display: none;
}

#modalOverlay .popup_heading span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
#vosovyapar {
  display: none;
}

/* .gradient-button:hover {
} */
#modalOverlay2 {
  display: none;
}

#modalOverlay2 .popup_heading span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.modalPopup lord-icon {
  width: 70px;
  height: 70px;
}

.modalPopup .cross {
  font-size: 20px;
  position: absolute;
  right: 20px;
}

.modalPopup .contact-form {
  max-width: 450px;
  margin: 0 auto;
}

.form-btn {
  padding: 10px 30px;
  background: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.form-btn:hover {
  box-shadow: inset 4px 4px 8px #0d1526, inset -4px -4px 8px #23396a;
  color: #fff;
}

#btnText {
  margin: 0;
}

.check-box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 0 12px -2px rgb(0 0 0 / 50%);
  position: absolute;
  top: 50%;
  right: -40px;
  opacity: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-box svg {
  width: 30px;
}

.check-box svg path {
  stroke-width: 3;
  stroke: #fff;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
  stroke-linecap: round;
}

.active {
  background: #182748;
  transition: 1s;
}

.active .check-box {
  right: 0;
  opacity: 1;
  transition: 1s;
}

.active p {
  color: #fff;
  margin-right: 125px;
  transition: 1s;
}

.active svg path {
  stroke-dashoffset: 0;
  transition: 1s;
  transition-delay: 1s;
}

.collapse .navbar-nav .nav-item .dropdown-menu {
  background: #111b32 !important;
}

.collapse .navbar-nav .nav-item .dropdown-menu .primary .dropdown-item {
  cursor: pointer;
}

.nav-item .dropdown-menu .primary .dropdown-item .arrow {
  margin-left: 15px;
}

.billPayment_hover ul,
.travel_hover ul {
  padding: 0 !important;
}

.travel .dropdown-item svg {
  margin-left: 15px;
}

.bbps_logo {
  margin-left: 15px;
}

input[type="text"],
input[type="date"],
input[type="email"],
textarea,
select {
  background: #182748 !important;
  box-shadow: inset 5px 5px 7px #111b32, inset -5px -5px 7px #1f335e;
  outline: 0 !important;
  border: none !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
  color: #fff !important;
}

.modalPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #182748;
  box-shadow: 0 0 40px #000;
  width: 40%;
  padding: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 60px 3px rgba(0, 0, 0);
  -moz-box-shadow: 0 2px 60px 3px rgba(0, 0, 0);
  box-shadow: 0 2px 60px 3px rgba(0, 0, 0);
  z-index: 99;
  /* display: none; */
}

.heading h1 {
  color: #fff;
}

.heading p {
  color: rgb(197, 197, 197);
}

/* .modalContent {
    padding: 0 2em
} */

.header {
  background: #182748;
  box-shadow: 0 0 10px #000;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: auto;
  box-sizing: border-box;
  transition: 0.5s;
}

.navbar-brand {
  display: block;
  border-radius: 10px;
  width: 100px;
  margin-left: 20px;
  background: #182748;
  box-shadow: 6px 6px 10px #15223f, -6px -6px 10px #1b2c51;
}

.navbar-brand img {
  background: #eaebf3;
  border-radius: 5px;
  /* display: block */
}

.nav-link {
  color: #ffffff !important;
}

.contact_info {
  width: 100% !important;
}

.navbar .container-fluid .collapse ul li a {
  color: #ffffff !important;
  font-size: 16px;
}

.nav {
  padding: 15px;
  z-index: 10;
  border-bottom: 1px dashed #fff;
}

.navbar-toggler {
  margin-right: 10px;
  background: #182748 !important;
  box-shadow: 3px 3px 5px #0d1527, -3px -3px 5px #233969;
  padding: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40px !important;
  height: 30px !important;
}

.navbar-toggler-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.navbar-toggler-icon img {
  width: 30px;
  height: auto;
  display: block;
}

.bg_img {
  max-width: 1000px;
  margin: 0 auto;
}

.main_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_media {
  display: block;
  border-radius: 9px;
  background: #fff;
  box-shadow: 2px 2px 5px #0d1527, -2px -2px 5px #233969;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  text-align: center;
}

.call,
.mail {
  display: block;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
}

.main_bg {
  width: 100%;
  position: relative;
  padding-top: 110px;
}

.particles-js-canvas-el {
  z-index: -1 !important;
  opacity: 0.3 !important;
  position: absolute;
  top: 0;
  width: 98% !important;
}

.carousel-slider {
  margin-top: 150px !important;
}

.job-profile {
  margin-bottom: 50px;
}

.job-div {
  margin-top: 150px !important;
  width: 100%;
  background: #182748;
  box-shadow: 6px 6px 10px #15223f, -6px -6px 10px #1b2c51;
  padding: 20px;
}

.carousel {
  width: 100%;
  background: #182748;
  box-shadow: 6px 6px 10px #15223f, -6px -6px 10px #1b2c51;
  padding: 20px;
}

.carousel img {
  border-radius: 7px;
}

.carousel-head {
  width: 100% !important;
  padding: 20px;
  border-radius: 15px;
}

.carousel-head img {
  border-radius: 10px;
}

.apply-now {
  margin-bottom: 30px;
}

/* .apply-now-inner{
    background: #182748;
    padding: 45px;
    box-shadow: 6px 6px 10px #15223f, -6px -6px 10px #1b2c51;
    border-radius: 10px;
} */

.apply-now-btn:hover {
  box-shadow: inset 5px 5px 7px #0d1527, inset -5px -5px 7px #35539d;
  color: #fff;
}

#google_translate_element {
  padding: 10px;
}

#google_translate_element .goog-te-combo {
  padding: 7px 10px;
  border: none;
  outline: none;
}

.goog-logo-link {
  display: none;
}

.goog-te-banner-frame {
  display: none;
}

.nav-item a {
  margin-right: 10px;
}

.block {
  color: #fdfdfd;
  margin: 1em auto;
  text-shadow: 0 0 1px #333;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(150px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(150px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
  }

  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-150px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-150px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Styling for the shopping list item */
li.shopping {
  position: relative;
  display: inline-block;
}

/* Styling for the dropdown item link */
li.shopping .dropdown-item {
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

li.shopping .dropdown-item svg {
  margin-left: 5px;
}

/* Styling for the shopping_hover div */
.shopping_hover {
  display: none;
  position: absolute;
  background-color: #6c757d;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 250px;
}

/* Styling for the nested ul */
.shopping_hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Styling for the nested li items */
.shopping_hover ul li {
  padding: 5px;
}

/* Styling for the nested links */
.shopping_hover ul li a {
  text-decoration: none;
  display: block;
  color: #000;
  width: 100%;
  padding: 3px 10px;
}

.shopping_hover ul li a:hover {
  background: #243b6d !important;
}

/* Display the dropdown content on hover */
li.shopping:hover .shopping_hover {
  display: block;
}
.travel_hover {
  background-color: #6c757d;
  position: absolute;
  width: 100%;
  display: none;
  border-radius: 5px;
  padding: 10px;
}

.int_travel_hover {
  background: #111b32;
  position: absolute;
  top: 57%;
  right: -100%;
  width: 100%;
  display: none;
  border-radius: 5px;
}

.billPayment_hover {
  background: #111b32;
  position: absolute;
  top: 5%;
  right: -100%;
  width: 100%;
  display: none;
  border-radius: 5px;
}

.secondary {
  background: #111b32;
  position: absolute;
  top: 0%;
  right: -100%;
  width: 100%;
  display: none;
  border-radius: 5px;
}

.secondary ul li a,
.travel_hover ul li a,
.billPayment_hover ul li a,
.int_travel_hover ul li a {
  text-decoration: none;
  font-size: 16px !important;
  padding: 3px 20px;
  display: block;
}

.main-card {
  display: none !important;
}

.dropdown-item:hover {
  background: #243b6d !important;
}

.secondary ul li a:hover,
.travel_hover ul li a:hover,
.billPayment_hover ul li a:hover,
.int_travel_hover ul li a:hover {
  background: #243b6d;
}

.primary:hover .secondary,
.travel:hover .travel_hover,
.billPayment:hover .billPayment_hover,
.int_travel:hover .int_travel_hover {
  display: block;
}

.inner_text {
  color: #fff;
  padding: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.inner_text h1 {
  font-size: 45px;
}

.inner_text h1 span {
  font-weight: 900;
}

.inner_text P {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 40px;
}

.inner_text P span {
  color: #ff0;
}

::placeholder {
  color: #fff;
  font-size: 14px;
}

.hover .dropdown-menu {
  background: #0f182c;
}

.hover .dropdown-menu .dropdown-item {
  color: #fff;
}

.btnn {
  padding: 17px 60px;
  background: #182748;
  background: linear-gradient(145deg, #162341, #1a2a4d);
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #213462;
  border: none;
  outline: none;
  color: #fff;
  /* border-radius: 10px; */
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 200;
}

.custom_btn {
  padding: 10px;
  font-size: 14px;
  background: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #213462;
  border: none;
  outline: none;
  color: #fff;
  /* border-radius: 7px; */
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.btnng {
  padding: 10px 30px;
  background: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.custom_btn:hover {
  box-shadow: inset 4px 4px 8px #0d1526, inset -4px -4px 8px #23396a;
  color: #fff;
}

.btnn:hover {
  box-shadow: inset 4px 4px 15px #0d1526, inset -4px -4px 15px #23396a;
  color: #fff;
}

.usp {
  margin-top: 100px;
}

.navbar-nav {
  margin: 0 !important;
}

.content {
  border-radius: 10px;
  background: #182748;
  box-shadow: 10px 10px 20px #0e1629, -10px -10px 20px #223867;
  max-width: 500px;
}

.content-img {
  /* border-radius: 10px; */
  background: #182748;
  box-shadow: 10px 10px 20px #0e1629, -10px -10px 20px #223867;
}

.content-img img {
  border-radius: 10px;
}

.content img {
  /* padding: 10px; */
  border-radius: 10px;
}

.content_text {
  color: #fff;
  padding: 25px;
}

.content_text h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.content_text p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 25px;
  font-weight: 200;
  letter-spacing: 1px;
}

.content_text ul li span {
  margin-bottom: 5px;
  font-weight: 200;
  display: block;
}

.about_header .about_text {
  text-align: center;
  color: #fff;
  font-weight: bolder;
}

.about_header .about_text h1 {
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  padding: 10px;
  font-size: 40px;
  border-bottom: 5px solid #fff;
}

.about_header .box {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background: #182748;
  box-shadow: 8px 8px 12px #0f182c, -8px -8px 12px #213664;
  margin-top: 50px;
}

.about_body {
  margin-top: 10px;
}

.about_body .about_inner_headline {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.about_body .about_inner_headline h1 {
  color: #fff;
  font-weight: 700;
}

.about_body .about_inner_paragraph {
  margin: 30px 0;
}

.about_body .about_inner_paragraph h2 {
  color: #fff;
  font-weight: 500;
}

.about_body .about_inner_paragraph p {
  color: #fff;
  line-height: 30px;
}

.thum .thum_img img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 10px;
  border-radius: 14px;
  background: #182748;
  box-shadow: 10px 10px 17px #0d1628, -10px -10px 17px #233868;
}

.new-btn {
  padding: 15px 30px;
  background-color: #01388c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.new-btn:hover {
  background-color: #16284e;
  color: #fff;
}

.accordion-button {
  font-weight: 500;
}

.accordion-body {
  margin-bottom: 20px;
}

.accordion-body h4 {
  font-weight: 700;
  font-family: poppins;
  margin-bottom: 10px;
}

.accordion-body p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 1100px) {
  a {
    letter-spacing: normal;
  }

  .inner_text h1 {
    font-size: 30px !important;
    line-height: 40px;
  }

  .inner_text p {
    font-size: 16px;
    line-height: 30px;
  }

  .navbar-brand {
    width: 80px;
    margin: 0 !important;
  }

  .custom_btn {
    margin: 0;
    font-size: 13px;
  }

  .navbar-nav li a {
    padding-left: 5px !important;
  }

  .inner_text p {
    font-size: 18px;
  }

  .mail svg,
  .call svg {
    width: 20px;
  }

  .mail span,
  .call span {
    font-size: 13px;
  }

  .btnn {
    padding: 15px 30px;
    font-size: 16px;
  }

  .thum .thum_img img {
    margin: 10px auto !important;
    display: block;
  }

  .thum .thum_img img:nth-child(4),
  .thum .thum_img img:nth-child(2) {
    transform: translateY(0);
  }

  .social {
    margin-top: 20px;
  }

  .carousel {
    padding: 30px;
    width: 90%;
  }

  .content_text h3 {
    font-size: 22px;
  }

  .content_text p {
    font-size: 16px !important;
  }

  .content_text ul li span {
    font-size: 14px;
  }

  .shopping h1 {
    font-size: 25px;
  }

  .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }

  .animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }

  .animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }

  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
    }

    60% {
      -webkit-transform: translateX(-10px);
    }

    80% {
      -webkit-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @-moz-keyframes bounceInRight {
    0% {
      opacity: 0;
      -moz-transform: translateX(20px);
    }

    60% {
      -moz-transform: translateX(-10px);
    }

    80% {
      -moz-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }

  @-o-keyframes bounceInRight {
    0% {
      opacity: 0;
      -o-transform: translateX(20px);
    }

    60% {
      -o-transform: translateX(-10px);
    }

    80% {
      -o-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    60% {
      transform: translateX(-10px);
    }

    80% {
      transform: translateX(5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }

  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }

    60% {
      -webkit-transform: translateX(10px);
    }

    80% {
      -webkit-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @-moz-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -moz-transform: translateX(-20px);
    }

    60% {
      -moz-transform: translateX(10px);
    }

    80% {
      -moz-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }

  @-o-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -o-transform: translateX(-20px);
    }

    60% {
      opacity: 1;
      -o-transform: translateX(10px);
    }

    80% {
      -o-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }

  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    60% {
      transform: translateX(10px);
    }

    80% {
      transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .abstract-two svg {
    right: 30px;
  }

  .digitalMarketingServices-inner {
    padding: 10px !important;
  }

  .custom-card-list {
    min-height: 150px !important;
  }

  .digitalMarketingServices-inner span {
    font-size: 16px !important;
  }

  .digitalMarketingServices-inner p {
    font-size: 14px;
    line-height: 24px;
  }

  .digitalMarketingServices-heading {
    margin-top: 130px !important;
  }

  .onlineMarketingServices-card {
    min-height: 550px !important;
  }

  .solution_cards_box .solution_card .so_top_icon {
    width: 50px !important;
    height: 50px !important;
  }

  .solution_card .solu_title span {
    font-size: 16px !important;
  }
}

.thum .thum_text h2 {
  color: #fff;
}

.thum .thum_text p {
  color: #fff;
  line-height: 30px;
}

.inner_text_founder p {
  color: #b1b1b1;
  line-height: 30px;
  /* font-weight: 100; */
  font-style: italic;
}

.inner_text_founder h1 {
  font-weight: 800;
  margin: 20px 0;
}

.bg_founders {
  margin-top: 220px;
}

.founders {
  margin: 100px 0 !important;
}

.mobile_outer {
  border-radius: 10px;
  background: #182748;
  box-shadow: inset 6px 6px 12px #111b32, inset -6px -6px 12px #1f335e;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  top: 0;
  left: 0;
}

.mobile_outer .mobile_inner {
  border-radius: 10px;
  background: #182748;
  box-shadow: 6px 6px 12px #111b32, -6px -6px 12px #1f335e;
  width: 100%;
  text-align: center;
  margin: 20px;
  padding: 50px;
}

.electricity_inner,
.water_inner,
.gas_inner,
.loan_repayment_inner,
.mobile_postpaid_inner,
.broadband_inner,
.landline_inner,
.dth_inner,
.fastage_inner,
.lpg_gas_inner,
.cable_tv_inner,
.housing_society_inner,
.insurance_inner,
.municipaltaxes_inner,
.educationfees_inner,
.hospital_inner,
.municipalservices_inner,
.subscription_inner,
.creditcard_inner {
  text-align: center;
}

.electricity_inner h1,
.water_inner h1,
.gas_inner h1,
.broadband_inner h1,
.loan_repayment_inner h1,
.mobile_postpaid_inner h1,
.landline_inner h1,
.dth_inner h1,
.fastage_inner h1,
.lpg_gas_inner h1,
.cable_tv_inner h1,
.housing_society_inner h1,
.insurance_inner h1,
.municipaltaxes_inner h1,
.educationfees_inner h1,
.hospital_inner h1,
.municipalservices_inner h1,
.subscription_inner h1,
.creditcard_inner h1 {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 15px;
  border-bottom: 5px solid #fff;
}

.electricity .electricity_text p,
.water .water_text p,
.broadband .broadband_text p,
.gas .gas_text p,
.loan_repayment .loan_repayment_text p,
.mobile_postpaid .mobile_postpaid_text p,
.landline .landline_text p,
.dth .dth_text p,
.fastage .fastage_text p,
.lpg_gas .lpg_gas_text p,
.cable_tv .cable_tv_text p,
.housing_society .housing_society_text p,
.insurance .insurance_text p,
.municipaltaxes .municipaltaxes_text p,
.educationfees .educationfees_text p,
.hospital .hospital_text p,
.municipalservices .municipalservices_text p,
.subscription .subscription_text p,
.creditcard .creditcard_text p {
  color: #fff;
}

.prepaid_recharge,
.domesticmoneytransfer,
.onlineshopping,
.pancard,
.hotel,
.onlinemedicine,
.busbooking,
.flightbooking {
  margin-bottom: 150px;
}

.prepaid_recharge_inner,
.domesticmoneytransfer_inner,
.onlineshopping_inner,
.pancard_inner,
.hotel_inner,
.onlinemedicine_inner,
.busbooking_inner,
.flightbooking_inner {
  text-align: center;
}

.prepaid_recharge_inner h1,
.domesticmoneytransfer_inner h1,
.onlineshopping_inner h1,
.pancard_inner h1,
.hotel_inner h1,
.onlinemedicine h1,
.busbooking h1,
.flightbooking h1 {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 15px;
}

.prepaid_recharge .prepaid_recharge_text p,
.domesticmoneytransfer .domesticmoneytransfer_text p,
.onlineshopping .onlineshopping_text p,
.pancard .pancard_text p,
.hotel .hotel_text p,
.onlinemedicine .onlinemedicine_text p,
.busbooking .busbooking_text p,
.flightbooking .flightbooking_text p {
  color: #fff;
}

.pancard-list-details li span {
  color: rgb(232, 232, 232);
}

.mobile_outer .mobile_inner h2 {
  margin-bottom: 50px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.shopping {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping img {
  background: #fff;
  padding: 10px 20px;
  width: 500px;
  border-radius: 20px;
  height: auto;
}

.onlineshopping h1,
h2,
h3,
p {
  color: #fff;
}

.onlineshopping ul li span {
  color: rgb(163, 163, 163);
  display: inline-block;
  margin-bottom: 10px;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

.explode img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.explode .overlay span:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 45%;
  font-size: 200px;
  font-weight: 700;
  font-family: coustard;
  transform: translateX(-50%);
  opacity: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.footer-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .navbar-nav li a {
    font-size: 14px !important;
    margin: 0;
  }

  .inner_text h1 {
    font-size: 45px;
  }

  .main_bg {
    padding-top: 70px;
  }

  .inner_text p {
    margin-top: 20px !important;
  }

  .inner_text .input-group {
    margin-top: 10px !important;
  }

  .content_text {
    padding: 20px;
  }

  .carousel {
    padding: 20px;
  }

  .content_text h1 {
    font-size: 30px;
  }

  .content_text p {
    font-size: 20px;
  }

  .mobile_outer .mobile_inner h1 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .about_body .about_inner_paragraph {
    margin: 20px 0;
  }

  .navbar .container-fluid .collapse ul li a {
    font-size: 13px !important;
  }
}

.explode .overlay span:nth-child(2) {
  position: absolute;
  top: 80%;
  left: 10%;
  font-size: 17px;
  opacity: 0;
}

.explode .overlay span:nth-child(3) {
  position: absolute;
  top: 90%;
  left: 0;
  height: 60px;
  background-color: #000;
}

.explode .overlay:hover {
  opacity: 0.9;
}

.explode .overlay:hover span:nth-child(1) {
  animation: focus 0.4s forwards;
  animation-delay: 0.2s;
}

.explode .overlay:hover span:nth-child(2) {
  animation: focus 0.4s forwards;
  animation-delay: 0.4s;
}

.explode .overlay:hover span:nth-child(3) {
  animation: block 0.3s forwards;
  animation-delay: 0.15s;
}

@keyframes focus {
  0% {
    transform: scale(1.4) translateX(-30%);
    filter: blur(10px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateX(0%);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes block {
  0% {
    width: 0;
    filter: blur(5px);
    opacity: 0;
  }

  100% {
    width: 100%;
    filter: blur(0);
    opacity: 1;
  }
}

.main-card {
  background: #fff;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  position: fixed;
  transition: all 0.5s;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#chatbot_toggle {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  height: 48px;
  width: 48px;
  background: #182748;
  padding: 14px;
  color: #fff;
}

.play-store {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}

.tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgb(255, 255, 255);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 200%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext p {
  margin: 0;
  font-weight: 600;
  color: #16284e;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 100%;
  transform: rotate(90deg);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}

.play-store:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#chatbot_toggle:hover {
  background: #375cad;
}

.line {
  height: 1px;
  background-color: rebeccapurple;
  width: 100%;
  opacity: 0.2;
}

.main-title {
  background-color: #182748;
  font-size: large;
  font-weight: 700;
  display: flex;
  height: 48px;
}

.main-title > div {
  height: 48px;
  width: 48px;
  display: flex;
  margin-left: 8px;
}

.main-title svg {
  height: 24px;
  margin: auto;
}

.main-title > span {
  margin: auto auto auto 8px;
}

.chat-area {
  flex-grow: 1;
  overflow: auto;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.thankyou-page-img {
  margin-top: 150px;
  margin-bottom: 50px;
}

.thankyou-page-img img {
  margin: auto;
  display: block;
}

.input-message {
  padding: 8px 48px 8px 16px;
  flex-grow: 1;
  border: none;
}

.input-message:focus {
  outline: none;
}

.input-div {
  height: 48px;
  display: flex;
}

.input-send {
  background: transparent;
  width: 50px;
  height: 48px;
  right: 0%;
  border: none;
  cursor: pointer;
  background: #182748;
}

.input-send:hover {
  background: #182748;
}

.input-send svg {
  fill: #fff;
  margin: 11px 8px;
}

.chat-message-div {
  display: flex;
}

.chat-message-sent {
  background-color: #fff;
  margin: 8px 16px 8px 64px;
  padding: 8px 16px;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 100ms;
  color: #000;
  border-radius: 8px 8px 2px 8px;
  background-color: lavender;
}

.chat-message-received {
  background-color: #fff;
  margin: 8px 64px 8px 16px;
  padding: 8px 16px;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 100ms;
  color: #000;
  border-radius: 8px 8px 8px 2px;
  background-color: lavender;
}

/* .our_value {
    margin-top: 70px
} */

.our_value_headline {
  text-align: center;
}

.our_value_headline h1 {
  color: #fff;
  padding: 15px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 5px solid #fff;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: rgb(232, 232, 232);
  font-weight: 300;
}

h4 {
  font-family: Rubik, sans-serif;
  margin: 0;
  font-weight: 400;
  padding: 0;
  color: #363940;
}

a {
  color: #5867dd;
}

.no-padding {
  padding: 0 !important;
}

.go_top {
  line-height: 40px;
  cursor: pointer;
  width: 40px;
  background: #5867dd;
  color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -webkit-calc((100% - 1140px)/ 2);
  right: calc((100% - 1140px) / 2);
  z-index: 111;
  bottom: 80px;
  text-align: center;
}

.go_top span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

.footer-section {
  background: #151414;
  position: relative;
  bottom: 0;
  z-index: 1;
  /* clip-path: ellipse(180% 100% at 50% 100%); */
}

.footer-cta {
  /* border-bottom: 1px solid #373636; */
  text-align: center;
  background-color: #202020;
}

.single-cta {
  margin-top: 10px;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 18px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span,
.footer-contact-link {
  color: #ccc;
  font-size: 15px;
  text-decoration: none;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-content .footer-widget .footer-logo a img {
  background-color: #fff;
  border-radius: 5px;
  width: 120px;
}

.footer-content .footer-widget ul li {
  display: block;
  padding: 0;
}

.footer-widget .footer-text a {
  text-decoration: none;
  display: block;
  color: #757575;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
  list-style: none !important;
}

.footer-widget ul li a {
  text-decoration: none;
}

.footer-widget ul li a:hover {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.copyright-area {
  text-align: center;
}

.subscribe-form input[type="text"],
input[type="date"],
input[type="email"] {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }

  .btnn {
    padding: 10px 30px;
  }

  input {
    width: 300px;
  }

  .inner_text {
    padding: 10px;
  }

  .nav-item {
    width: 50%;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer !important;
  }

  .secondary {
    width: 100%;
    display: none;
  }
}

.sendButton {
  padding: 15px 50px;
  background: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 10px;
}

.sendButton:hover {
  box-shadow: inset 4px 4px 8px #0d1526, inset -4px -4px 8px #23396a;
}

.sendButton:active {
  box-shadow: inset 4px 4px 8px #0d1526, inset -4px -4px 8px #23396a;
}

.sendButton .loading {
  display: inline-block;
  margin: -2px 2px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 3px solid #f4f5f0;
  border-top-color: transparent;
  -webkit-animation: spin 800ms infinite linear;
  animation: spin 800ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a {
  text-decoration: none;
}

.floating-wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  transition: bottom 0.2s;
  z-index: 10;
}

.floating-wpp .floating-wpp-button {
  position: relative;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  transition: box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
  width: 65px !important;
  height: 65px !important;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
  position: absolute;
  width: 80%;
  height: auto;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.floating-wpp:hover {
  bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
  box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
  border-radius: 6px;
  background-color: #e5ddd5;
  position: absolute;
  overflow: hidden;
  padding: 0;
  box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
  width: 0;
  height: 0;
  bottom: 0;
  opacity: 0;
  transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
  transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
  padding: 0 12px 12px 12px;
  width: 250px;
  height: auto;
  bottom: 82px;
  opacity: 1;
  position: absolute;
  right: -50%;
  transform: translateX(-12%);
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
  background-color: #fff;
  padding: 8px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
  opacity: 1;
  transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
  text-align: right;
  color: #fff;
  margin: 0 -15px 10px -15px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
  background-color: #fff;
  margin: 10px -15px -15px -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}

.floating-wpp .floating-wpp-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
}

.calculator {
  margin-top: 200px !important;
  padding: 20px !important;
}

.calculator table th,
.calculator table td {
  color: #fff;
  border: none !important;
  padding: 10px;
}

.amazonEasyInner {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #0e1629, -5px -5px 10px #223867;
  border: 15px solid #182748;
  position: relative;
}

.amazonEasyInner h1 {
  color: #15223f;
  font-weight: 700;
}

.amazonEasyInner img {
  width: 500px;
  margin: 20px auto 0;
  display: block;
}

input[type="text"],
input[type="date"],
input[type="email"] {
  background: #182748 !important;
  box-shadow: inset 5px 5px 7px #111b32, inset -5px -5px 7px #1f335e;
  outline: none !important;
  border: none !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
  color: #ffffff !important;
}

input[type="text"]:active,
input[type="date"]:active,
input[type="email"]:active {
  border: none !important;
  background: none !important;
}

::placeholder {
  color: #ffffff !important;
}

.contact {
  margin-left: 50px;
}

.contact h4 {
  margin-top: 20px;
  color: #ffffff;
}

.contact h4 a {
  color: #ffffff;
  text-decoration: none;
}

.contact h4 a:hover {
  color: #6982b8;
}

.boxx {
  height: auto;
  border-radius: 20px;
  background: #182748;
  box-shadow: 8px 8px 12px #0f182c, -8px -8px 12px #213664;
  margin-top: 50px;
}

footer {
  z-index: -1;
}

.owl-carousel-background {
  background-color: #111b32;
  padding: 50px;
}

.owl_content {
  border-radius: 10px;
  /* background: #182748;
    box-shadow: 5px 5px 10px #0e1629, -5px -5px 10px #223867;
    padding-top: 20px; */
}

.owl_content img {
  border-radius: 5px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
  margin: 10px 0;
}

.owl-carousel .owl-nav.disabled button {
  background: #182748 !important;
  width: 40px !important;
  height: 40px;
  opacity: 0.6;
}

.owl-carousel .owl-nav.disabled .owl-prev {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  border-radius: 20px;
}

.owl-carousel .owl-nav.disabled .owl-next {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  border-radius: 20px;
}

.owl-carousel .owl-nav.disabled button:hover {
  opacity: 1;
  background-color: #182748;
}

.owl-carousel .owl-nav.disabled button span {
  color: #fff;
  font-size: 20px;
}

.owl-dots {
  display: none;
}

.custom-card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 160px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 7px 7px 10px #0e1629, -7px -7px 10px #223867;
  margin-bottom: 10px;
  min-height: 230px;
}

.custom-card-list .custom-card-list-overlay {
  background: #16284e;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 7px 7px 10px #0e1629, inset -7px -7px 10px #223867;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.custom-card-list:hover .custom-card-list-overlay {
  opacity: 1;
}

.custom-card-list-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.custom-card-list .custom-card-list-details .card-title {
  font-size: 13px;
  margin-top: 0px !important;
}

.custom-card-list .card-title-two {
  font-size: 20px;
  display: block;
  margin-top: 10px !important;
  font-weight: 500;
  color: #01388c;
  text-align: center;
}

.custom-card-list:hover .custom-card-list-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.advantageVosoStore {
  filter: drop-shadow(5px 15px 25px #222);
}

.section-padding {
  padding: 50px 0;
}

.vosoStoreImg {
  filter: drop-shadow(0px 40px 25px rgb(8, 8, 8));
}

.custom-card-list:hover .custom-card-list-details span {
  color: rgb(187, 187, 187);
}

.custom-card-list svg {
  display: block !important;
  margin: 0 auto;
  fill: #01388c;
}

.custom-card-list:hover svg {
  fill: #fff !important;
}

.custom-card-list a {
  text-decoration: none !important;
}

.custom-card-list .card-title {
  display: block;
  margin: 15px 0 0 !important;
  color: #01388c;
  font-size: 15px;
  text-align: center;
}

.custom-card-list-details span {
  color: #fff;
  font-size: 0.8em;
  display: block;
}

.fadeIn-bottom {
  top: 80%;
}

.mobile_inner h2 {
  color: #fff;
}

@media (max-width: 480px) {
  body {
    overflow-x: hidden !important;
  }

  .main_bg {
    padding-top: 100px;
  }

  .main_bg .inner_text {
    margin-top: 60px;
  }

  .contact a svg {
    display: inline-block;
    width: 15px;
  }

  .about_text {
    padding: 0 !important;
  }

  .contact {
    margin: 7px 0;
  }

  .contact h2 {
    font-size: 40px;
  }

  .mobile_inner {
    padding: 20px !important;
  }

  .contact a {
    font-size: 14px;
  }

  .domesticmoneytransfer .row,
  .electricity .row,
  .water .row,
  .gas .row,
  .broadband .row,
  .loan_repayment .row,
  .mobile_postpaid .row,
  .landline .row,
  .dth .row,
  .fastage .row,
  .lpg_gas .row,
  .cable_tv .row,
  .housing_society .row,
  .insurance .row,
  .municipaltaxes .row,
  .educationfees .row,
  .hospital .row,
  .municipalservices .row,
  .subscription .row,
  .creditcard .row {
    margin-bottom: 20px !important;
  }

  .carousel {
    padding: 10px;
    width: 90%;
  }

  .carousel-indicators {
    display: none !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  /* .about_header {
        margin-top: 150px !important
    } */

  .about_text {
    padding: 40px 10px;
  }

  .about_header .about_text h1 {
    font-size: 40px;
  }

  .about_inner p {
    font-size: 14px;
  }

  .content_text {
    padding: 10px;
    line-height: 10px;
    font-size: 14px;
  }

  .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }

  .animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }

  .animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }

  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
    }

    60% {
      -webkit-transform: translateX(-10px);
    }

    80% {
      -webkit-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @-moz-keyframes bounceInRight {
    0% {
      opacity: 0;
      -moz-transform: translateX(20px);
    }

    60% {
      -moz-transform: translateX(-10px);
    }

    80% {
      -moz-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }

  @-o-keyframes bounceInRight {
    0% {
      opacity: 0;
      -o-transform: translateX(20px);
    }

    60% {
      -o-transform: translateX(-10px);
    }

    80% {
      -o-transform: translateX(5px);
    }

    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    60% {
      transform: translateX(-10px);
    }

    80% {
      transform: translateX(5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }

  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }

    60% {
      -webkit-transform: translateX(10px);
    }

    80% {
      -webkit-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }

  @-moz-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -moz-transform: translateX(-20px);
    }

    60% {
      -moz-transform: translateX(10px);
    }

    80% {
      -moz-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }

  @-o-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -o-transform: translateX(-20px);
    }

    60% {
      opacity: 1;
      -o-transform: translateX(10px);
    }

    80% {
      -o-transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }

  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    60% {
      transform: translateX(10px);
    }

    80% {
      transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    min-width: 350px !important;
  }

  .dropdown-menu .dropdown-item {
    padding: 5px 10px;
  }

  .nav {
    padding: 7px !important;
  }

  .owl_content img {
    border-radius: 0 !important;
  }

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

  .navbar-brand {
    width: 90px;
    margin: 0;
  }

  .navbar-toggler {
    margin-right: 10px;
  }

  .collapsed {
    width: 40px !important;
    height: 30px !important;
    /* border-radius: 24px !important; */
    /* margin: 16px !important */
  }

  .modalPopup {
    width: 400px !important;
    margin: 0 !important;
  }

  .btnn-contact {
    width: 100% !important;
  }

  .call,
  .mail {
    display: flex !important;
  }

  .header .nav .contact .mail span {
    display: inline-block;
    margin-left: 20px;
  }

  .carousel {
    padding: 10px !important;
  }

  .content img {
    padding: 10px !important;
  }

  .main_content .btnn {
    padding: 10px 15px;
  }

  .btnn {
    padding: 15px !important;
    border-radius: 5px !important;
  }

  .owl_content {
    padding: 7px !important;
    border-radius: 0;
  }

  .owl-dots {
    display: none;
  }

  .social .social_media {
    border-radius: 5px;
    width: 24px;
    height: 24px;
  }

  .social .social_media svg {
    width: 24px !important;
    height: 24px !important;
  }

  .explode {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .main-card {
    width: 96%;
    max-width: 400px;
    height: calc(100% - 32px) !important;
    border-radius: 8px !important;
    max-height: 500px;
    margin: 16px !important;
  }

  .accordion-button {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px !important;
    height: 50px !important;
  }

  .job-div {
    padding: 10px;
  }

  .digitalMarketingServices-inner {
    padding: 25px 15px !important;
  }

  .custom-card-list {
    /* margin-bottom: 15px; */
    height: 330px;
  }

  .marketingSpecialists h3 {
    line-height: 40px;
  }

  .fixed-bg .fixed-bg-inner {
    padding: 15px;
  }

  .owl-carousel-background {
    padding: 10px;
  }

  .abstract-one svg {
    display: none;
  }

  .abstract-two svg {
    display: none;
  }

  .content_text ul li span {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .custom-card-list {
    height: 170px !important;
  }
}

.digitalMarketingServices-heading,
.vosox-heading {
  margin-top: 170px;
}

.digitalMarketingServices-inner {
  padding: 50px;
}

.digitalMarketingServices-inner h1,
.vosox-inner h1 {
  color: #fff;
}

.vosox-list li {
  margin-bottom: 15px;
}

.vosox-list li span {
  color: #e8e8e8;
}

.digitalMarketingServices-inner span {
  color: rgb(170, 170, 170);
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.digitalMarketingServices-inner p {
  color: #fff;
  margin: 0;
}

/* .dmtServicesList ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    border: #182748 solid 5px;
} */

/* .dmtServicesList ul li{
    margin-right: 20px;
}

.dmtServicesList ul li a{
    color: #182748;
    text-decoration: none;
    font-weight: 500;
} */

.custom-hover-card .card {
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
}

.custom-hover-card .card .face {
  width: 100%;
  height: 230px;
  transition: 0.5s;
  border-radius: 10px;
  /* padding: 20px; */
  border-radius: 0;
}

.custom-hover-card .card .face.face1 {
  position: relative;
  background: #182748;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
  box-shadow: 7px 7px 10px #0e1629, -7px -7px 10px #223867;
  padding: 10px;
}

.custom-hover-card .card:hover .face.face1 {
  /* background: #F7992E; */
  transform: translateY(0);
}

.custom-hover-card .card .face.face1 .content {
  opacity: 0.4;
  transition: 0.5s;
  box-shadow: none;
}

.custom-hover-card .card:hover .face.face1 .content {
  opacity: 1;
}

.custom-hover-card .card .face.face1 .content img {
  max-width: 100px;
  margin: auto;
  display: block;
}

.custom-hover-card .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.custom-hover-card .card .face.face1 .content svg {
  display: block;
  margin: 0 auto 10px;
}

.custom-hover-card .card .face.face1 .content span {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
}

.custom-hover-card p {
  color: rgb(86, 86, 86);
}

.custom-hover-card .card .face.face2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-100px);
  padding: 10px;
  margin-top: -20px;
}

.custom-hover-card .card .face.face2 .content {
  /* opacity: 0.4; */
  transition: 0.5s;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 10px;
}

.custom-hover-card .card:hover .face.face2 {
  transform: translateY(0);
}

.custom-hover-card .card .face.face2 .content p {
  margin: 0;
  padding: 0;
  line-height: 23px;
  font-size: 14px;
}

.dmtImg {
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

.onlineMarketingServices-card {
  display: block;
  background-color: #f2f8f9;
  border-radius: 10px !important;
  margin: 12px 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  min-height: 500px;
}

.onlineMarketingServices-card-two {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px !important;
  margin: 12px 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  min-height: 170px;
}

.onlineMarketingServices-card .card-heading-text,
.onlineMarketingServices-card-two .card-heading-text {
  color: #182748;
}

.onlineMarketingServices-card .card-header,
.onlineMarketingServices-card-two .card-header {
  border: none;
  background-color: transparent;
}

.onlineMarketingServices-card .card-header svg {
  display: block;
  margin: 2px auto;
}

.onlineMarketingServices-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #deebff;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.onlineMarketingServices-card:hover:before {
  transform: scale(40);
}

.onlineMarketingServices-card:hover p,
.onlineMarketingServices-card-two:hover p {
  transition: all 0.3s ease-out;
  color: #01388c;
}

.onlineMarketingServices-card .card-body p,
.onlineMarketingServices-card-two .card-body p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(86, 86, 86);
}

.onlineMarketingServices-card h3,
.onlineMarketingServices-card-two h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.onlineMarketingServices-card:hover h3,
.onlineMarketingServices-card-two:hover h3 {
  transition: all 0.3s ease-out;
  color: #01388c !important;
}

.marketingSpecialists {
  padding: 40px;
  background: #111b32;
  text-align: center;
}

.marketingSpecialists-btn {
  padding: 15px 60px;
  background: #111b32;
  box-shadow: 5px 5px 8px #0a101e, -5px -5px 8px #182647;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.marketingSpecialists-btn:hover {
  box-shadow: inset 5px 5px 8px #0a101e, inset -5px -5px 8px #182647;
  color: #fff;
}

.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 7px 7px 10px #0e1629, -7px -7px 10px #223867;
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 400px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #111b32;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
  box-shadow: none;
}

.solution_cards_box .solution_card:hover span {
  color: #ffffff;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card .so_top_icon {
  width: 90px;
  height: 90px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box p {
  color: rgb(86, 86, 86);
}

.solution_card .solu_title span {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 14px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.matm,
.aeps {
  margin-top: 200px;
}

.microATMtransactions h1,
.aadharEnabledPaymentsSystem h1 {
  color: #fff;
}

.microATMtransactions p,
.aadharEnabledPaymentsSystem p {
  color: rgb(211, 211, 211);
}

.aadharEnabledPaymentsSystem-list li span {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.microATMtransactions-list li strong,
.aadharEnabledPaymentsSystem-list li strong {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
}

.microATMtransactions-list li span,
.aadharEnabledPaymentsSystem-list li span {
  color: rgb(211, 211, 211);
}

/* Solution for your Business hover */

.StorePartnerForm {
  background-color: #182748;
  box-shadow: 3px 3px 5px #0d1526, -3px -3px 5px #23396a;
  padding: 20px;
  border-radius: 20px;
}

.addressDetails,
.billingAddressDetails {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.card {
  border-radius: 10px;
  background-color: white;
  padding: 48px;
  box-shadow: 7px 7px 10px #0e1629, -7px -7px 10px #223867;
}

.stages-content h3 {
  color: #01388c;
  font-weight: 700;
}

.stages-content p {
  color: #000000;
  font-weight: 600;
}

.y-us-section {
  padding: 82px 0 82px;
}
.y-us-head {
  text-align: center;
  margin: 0 0 91px;
}
.y-us-title h2 {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 32px;
  /* text-transform: uppercase; */
  margin-bottom: 6px;
}
.y-us-title > p {
  color: #000000;
  line-height: 22px;
}
.y-us-title-border {
  background: #ffae11 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
}
.service-3 .service-box .iconset {
  float: left;
  text-align: center;
  width: 25%;
}
.service-3 .service-box .iconset i {
  color: #000;
  font-size: 44px;
}
.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}
service-3 .service-box .y-us-content h4 {
  color: rgb(1, 56, 140);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin: 14px 0 12px;
  text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.icon {
  color: #f4b841;
  padding: 0px;
  font-size: 40px;
  border: 1px solid #fdb801;
  border-radius: 100px;
  color: #fdb801;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

.service-box {
  background-color: white;
  padding: 20px 20px 20px 20px;
  border-radius: 0.25rem;
  max-width: 360px;
  height: 198px;
}
.box-lg {
}

.y-us-content h4 {
  font-weight: 700;
  color: #01388c;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

@keyframes border-glow {
  0% {
    box-shadow: 0 0 0 0 #ff0;
  }

  50% {
    box-shadow: 0 0 0 4px #ff0;
  }

  100% {
    box-shadow: 0 0 0 0 #ff0;
  }
}

.button-glow {
  margin-right: 15px;
  animation: border-glow 1.5s ease-out infinite;
}

@media (max-width: 785px) {
  .button-box {
    margin: 20px auto;
    display: flex;
    justify-content: space-evenly;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #182748 !important;
  outline: none !important;
  border: none !important;
  color: #ffffff !important;
  transition: background-color 5000s;
  -webkit-transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}
.form-check-input:checked {
  background-color: #182748 !important;
}

#cookie-alert {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #182748;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
}

#cookie-alert p {
  font-size: 14px;
  margin: 0;
}

#cookie-alert a {
  color: #007bff;
  text-decoration: none;
}

.btn-container {
  margin-top: 10px;
}

.accept-cookies-btn,
.reject-cookies-btn {
  border: none;
  padding: 10px 20px;
  font-size: 14px;
}

.accept-cookies-btn:focus,
.reject-cookies-btn:focus {
  outline: none;
}

.accept-cookies-btn {
  background-color: #007bff;
  color: #fff;
  margin-right: 10px;
}

.reject-cookies-btn {
  color: #9e9e9e;
}

/* flipkart-associate */
.flipkart-associate header {
  background-color: #2874f0;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.flipkart-associate header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flipkart-associate .introduction {
  padding: 40px 0;
  text-align: center;
}

.flipkart-associate .introduction .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flipkart-associate .introduction .logo {
  width: 200px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.flipkart-associate .introduction .btn {
  background-color: #2874f0;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.flipkart-associate .introduction .btn:hover {
  background-color: #1a5bb8;
}

.flipkart-associate .benefits {
  padding: 40px 0;
  text-align: center;
}

.flipkart-associate .benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.flipkart-associate .benefit-card {
  display: inline-block;
  width: 30%;
  margin: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 10px;
  transition: transform 0.3s;
  border: 1px solid #fff;
  min-width: 300px;
}

.flipkart-associate .benefit-card:hover {
  transform: translateY(-10px);
}

.flipkart-associate .benefit {
  text-align: center;
}

.flipkart-associate .benefit i {
  font-size: 50px;
  color: #2874f0;
  margin-bottom: 20px;
}
