*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 1.29em;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  background-color: transparent;
}

body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #313131;
}

a {
  display: inline-block;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  outline: 0;
  color: #313131;
  /* transition: all 0.2s ease-out; */
  /* -webkit-transition: all 0.2s ease-out; */
  /* -moz-transition: all 0.2s ease-out; */
}

/* a:focus, */

a:hover {
  outline: none;
  border: none;
  text-decoration: none;
  color: #27357e;
}

a:focus {
  outline: 2px dashed #555;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  /* 2 */
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

button:focus,
button:hover {
  outline: none;
  border: none;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #222222;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

ul {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
  font-size: 1.00em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.h1,
h1 {
  font-size: 2.5em
}

.h2,
h2 {
  font-size: 2em
}

.h3,
h3 {
  font-size: 1.75em
}

.h4,
h4 {
  font-size: 1.5em
}

.h5,
h5 {
  font-size: 1.25em
}

.h6,
h6 {
  font-size: 1em
}


p {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 24px;
}

img {
  max-width: 100%;
  height: auto;
}


.educationImg {
  max-width: 100%;
  height: 130px;
  width: 100%;
  object-fit: cover;
}

hr {
  border: 0;
  border-top: 1px solid #a0a0a0;
}

figure {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

.align_center {
  align-items: center;
}

/* .small,
small {
  font-size: 4.64em;
} */

.removePadding {
  padding: 0;
}

.removeMargin {
  margin: 0;
}

.onRight {
  order: 2;
}

.orderRi {
  order: 2;
  text-align: right;
}

.eiffelBtn img {
  width: 200px
}

[data-simplebar] {
  overflow: auto;
}

.hiddenDesktop {
  display: none;
}

.ui-autocomplete {
  z-index: 999;
}

.ui-widget-content {
  background: #f1f1f1;
  border: none;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.bgfff {
  background: #fff !important;
}

.light-grey-bg {
  background: #f7f7f7;
}

.inner-headding {
  font-size: 1.71em;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 3px;
}

.btn_solid:hover,
.btn_solid:focus {
  border: 1px solid #27357e;
  background: transparent;
  color: #27357e;
}

.btn_solid {
  border: 1px solid #27357e;
  background: #27357e;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1.00em;
  margin-right: 20px;
  font-weight: 500;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/*****************************/

.menu-height {
  height: 135px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .logo a img {
  width: 120px;
}

header .logo .flag img {
  width: 75px;
  margin-left: 10px;
}

header .logo a:last-child img {
  width: 58px;
  margin-left: 10px;
}

header .main_header {
  position: relative;
  padding: 0 35px;
  /* height: 100px; */
  background: rgba(0, 0, 0, 0.5);
}

.removePosition {
  position: inherit;
}

header .main_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 100);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

header .main_header.sticky {
  height: 80px;
}

header .main_header.sticky ul li {
  min-height: 80px;
}

header .main_header.sticky ul li a {
  line-height: 80px;
}

header .main_header.sticky ul li.search_icon::before {
  height: 80px;
}

header .navigation {
  text-align: right;
}

header .navigation>nav>ul>li {
  display: inline-block;
  margin-left: 40px;
  min-height: 80px;
}

header .navigation nav ul li a {
  position: relative;
  font-size: 1.00em;
  color: #fff;
  line-height: 80px;
  z-index: 1;
  /* text-transform: uppercase; */
  margin: 0 0 6px;
}

header .navigation nav ul li.search_icon {
  position: relative;
  width: 70px;
  text-align: center;
}

header .navigation nav ul li.search_icon a img {
  width: 20px;
}

header .navigation nav ul li.search_icon::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  background: #27357e;
  z-index: 0;
  top: 0;
  left: 0px;
  /* border-radius: 0 0 25px 25px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .navigation nav ul li.search_icon .search_container {
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  border: 1px solid #ddd;
}

header .navigation nav ul li.search_icon .search_container input {
  width: 100%;
  padding: 10px 60px 10px 10px;
}

header .navigation nav ul li.search_icon .search_container a {
  background: #27357e;
  color: #fff;
  line-height: normal;
  padding: 12px;
  position: absolute;
  right: 0;
  height: 100%;
}

header .navigation nav ul li.search_icon .search_container a:hover {
  background: #222;
}

header .navigation nav ul li .dropdown_nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fafafa;
  text-align: left;
  top: 55px;
  min-width: 220px;
  z-index: 9999;
  /* padding: 15px 0; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* border-radius: 4px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .navigation nav ul li .dropdown_nav li {
  margin: 6px 0;
}

header .navigation nav ul li .dropdown_nav li:last-child {
  /* margin: 0; */
}

header .navigation nav ul li .dropdown_nav li a,
header .main_header.sticky ul li .dropdown_nav li {
  color: #222222;
  line-height: normal;
  min-height: auto;
  font-size: 0.70em;
}

header .navigation nav ul li .dropdown_nav li {
  position: relative;
}

header .navigation nav ul li .dropdown_nav li a {
  position: relative;
  display: block;
}

header .navigation nav ul li .dropdown_nav li a.sub_nav_arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #222;
  position: absolute;
  right: 0;
  top: 5px;
}

header .navigation nav ul li .dropdown_nav li .dropdown_nav {
  top: -5px;
  left: 100%;
}

header .navigation nav ul li .dropdown_nav li .dropdown_nav.thrdLvl {
  top: -7.8rem;
}

header .navigation nav>ul>li>a.m_nav::after {
  content: "";
  position: absolute;
  top: 37px;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

header .navigation nav ul li.active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: 25px;
}

/* disability accessibility header */

header .acc-header {
  text-align: right;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.85);
  font-size: 0.8em;
  color: white;
  display: flex;
  justify-content: flex-end;
}

header .acc-link.ws-5 {
  word-spacing: 5px;
}

header .acc-links {
  display: flex;
  align-items: center;
}

header .acc-links span {
  margin: 0px 10px;
}
 
 .float-text {
    display: none;
 }
  
  .blink-text {
    animation: blink 1s infinite;
    color: red;
    font-weight: bold;
    text-decoration: none;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  
  @media (min-width: 768px) {
	   .float-text {
			display: none;
		}
	  
  }
  
   /* @keyframes blink {
    0%, 100% {
      transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
    25% {
        transform: translateX(5px) rotate(2deg);
        opacity: 1;
      }
    50% {
      transform: translateX(0) rotate(0deg);
      opacity: 0;
    }
    75% {
        transform: translateX(-5px) rotate(-2deg);
        opacity: 0;
    }
  }*/

header .acc-header .acc-links .acc-link a {
  color: white;
}

header .acc-header .acc-links .acc-link a:hover {
  color: #ff8d3a;
}

/* disability accessibility header end*/

.testimonial-slider.owl-carousel .owl-nav button.owl-next,
.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  position: absolute;
  /* top: 30%; */
  bottom: 40px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
  left: 70px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next::before,
.testimonial-slider.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(135deg);
  left: 13px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  right: 13px;
}

.testimonial-item .author-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.social-item.testimonial-item {
  margin: 10px;
  min-height: 515px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.social-item .testimonial-info {
  min-height: 235px;
}

.partner-testimonial {
  background: #f5f3f4;
  padding: 4% 0;
}

/* Covid Support Start */

#ngoQrpopup .close {
  margin: 10px 20px 0 0;
}

#ngoQrpopup .modal-dialog {
  max-width: 350px;
  margin: 10% auto 1.75rem;
}

.add_qr_popup {
  text-align: center;
}

.add_qr_popup img {
  width: 100%;
}

.mancovBan.inner_banner {
  position: relative;
  background: #191c25;
  padding-bottom: 5%;
}

.mancovBan .inner_banner_content {
  left: 10%;
  text-align: left;
  top: 30%;
}

.mancovBan .inner_banner_content h1 {
  font-size: 2.14em;
}

.mancovBan .inner_banner_content h1 span {
  line-height: 120px;
}

.covidBanDesc {
  margin-top: -17%;
  position: relative;
  color: #fff;
}

.covidBanDesc .key_width {
  max-width: 1000px;
  margin: auto;
}

.covidBanDesc .feature_head {
  position: relative;
  color: #f3d9ca;
  border-bottom: 2px solid #979290;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.covidBanDesc .feature_head h6 {
  font-size: 1.29em;
  font-weight: 500;
}

.mancoviFeat {
  padding: 5% 0;
}

.mancoviFeat .inner_title {
  position: relative;
  font-size: 1.57em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

.mancoviFeat .features_card {
  margin-bottom: 10%;
}

.mancoviFeat .inner_title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #808284;
  bottom: 0;
  left: 0;
}

.mancoviFeat .features_card h3 {
  font-size: 1.43em;
  font-weight: 500;
  margin: 0 0 20px;
}

.mancoviFeat .features_card a.view_btn {
  color: #ffffff;
  background: #ef711d;
  border: 1px solid #ef711d;
  padding: 8px 25px;
  border-radius: 40px;
}

.mancoviFeat .features_card img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
}

.mainHealthOffer {
  position: relative;
  padding-top: 80px;
}

#healthSlider .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}

#healthSlider .item-details h5 {
  margin: 0 0 15px;
  font-size: 1.29em;
  line-height: 18px;
}

#healthSlider .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}

#healthSlider .item-details p {
  font-size: 1.00em;
}

#healthSlider .item {
  text-align: center;
  margin-bottom: 80px;
}

.mainHealthOffer .owl-carousel .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.mainHealthOffer .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.mainHealthOffer .mainHealthOffer .owl-carousel {
  position: relative;
}

.mainHealthOffer .owl-carousel .owl-next,
.mainHealthOffer .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 1.43em;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.mainHealthOffer .owl-carousel .owl-prev {
  left: -70px;
}

.mainHealthOffer .owl-carousel .owl-next {
  right: -70px;
}

.hofferDesc {
  text-align: center;
  background: #fff;
  padding: 20px 25px 60px;
  border-radius: 20px;
  box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  height: 400px;
  overflow: auto;
  position: relative;
}



.hofferDesc img {
  height: auto;
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.hofferDesc p {
  font-weight: 700;
}

.hofferDesc a.btn_solid {
  display: block;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 1.07em;
  margin-top: 10px;
  max-width: 80%;
  margin: 20px auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  background: #ff8d3a;
  color: #ffffff;
  border: 1px solid transparent;
}

#healthSlider.owl-carousel .owl-nav button.owl-next,
#healthSlider.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  position: relative;
  margin-right: 20px;
  opacity: 0.8;
}

#healthSlider.owl-carousel .owl-nav button.owl-next::before,
#healthSlider.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#healthSlider.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  right: 13px;
}

#healthSlider.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(135deg);
  left: 13px;
}

#healthSlider .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 45%;
}

.donaTable tr td a span {
  display: inline-block;
  width: 100%;
}

.donaTable tr td a.knowBtn {
  background: #27357e;
  padding: 5px 12px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
}

/* Covid Support End */

/* Dispute Mechanism Form Start */

.compGetForm p.italic {
  font-style: italic;
  font-size: 0.86em;
}

.compGetForm span.error_msg,
.error_msg1 {
  color: #f00;
}



.compGetForm .formUplBtn a {
  border: 1px solid #27357e;
  background: #27357e;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 1.00em;
  margin-right: 20px;
  font-weight: 500;
}

.formRadioBtn input[type="radio"] {
  -webkit-appearance: auto;
}

.formRadioBtn label {
  position: relative !important;
  top: 0 !important;
  color: #313131 !important;
  margin-bottom: 10px !important;
}

.compGetForm .sucessMsg p {
  color: green;
  font-weight: 500;
  padding-left: 20px;
}

/* Dispute Mechanism Form End */

/* UPI Prepaid Voucher Start */

.prepVoucherVideo iframe {
  width: 100%;
  height: 500px;
}

.vouchBnf {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 10px;
  min-height: 560px;
}

.vouchBank {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 10px;
}

.centerBank {
  justify-content: center;
}

.abtUpiPreVo iframe {
  width: 100%;
  height: 200px;
}

.vouchBank ul li {
  float: left;
  width: 25%;
}

.mainErupi.banner_content a img {
  width: auto !important;
  margin-left: 0 !important;
}

.mainErupi.banner_content a {
  background: none;
  padding: 0;
  display: inline-block;
  padding: 0 12px;
}

.mainErupi.banner_content {
  top: 69%;
  left: 17%;
}

.mainErupi.banner_content a:hover img {
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px) !important;
}

.mainErupi.banner_content a.midbor {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 30px;
}

.erupiBenSec .collapse.show {
  height: 490px;
  position: relative;
}

.erupiBotVid {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.erupiBotVid iframe {
  width: 100%;
  height: 200px;
}

/* UPI Prepaid Voucher End */

/* Dubai 2020 Expo Start */

.duExBan .inner_banner_content {
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: left;
}

.duExBan .inner_banner_content h1 {
  margin-bottom: 40px;
  line-height: 80px;
}

.form_accordion .card .card-header a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  right: 0;
  border-top: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.form_accordion .card .card-header a.collapsed:after {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.form_accordion .card .card-header a {
  display: block;
  position: relative;
}

.form_accordion .card {
  border-radius: 0;
}

.form_accordion .card .card-header {
  background-color: #fff;
}

.dubaiExForm {
  padding: 20px;
  border: 1px solid #ccc;
}

.dupageVid {
  height: 100%;
}

.dupageVid iframe {
  height: 500px;
  width: 100%;
  border: none;
}

.formLoader {
  height: 35px;
  width: 35px;
  border: 4px solid #ccc;
  border-right-color: #27357e;
  border-radius: 50%;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

.loader_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #27357e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #27357e transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

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

/* Dubai 2020 Expo End */

/* UPI Safety Shield NPCI Start */

.track_orders_timeline {
  padding: 3% 10%;
}

.track_order_status {
  position: relative;
}

.track_order_status:before {
  width: 5px;
  height: 95%;
  top: 0;
  right: auto;
  left: 0;
  border-radius: 5px;
  content: "";
  position: absolute;
  background: #f26522;
  margin: auto;
  z-index: 1;
}

.order_status {
  position: relative;
  text-align: left;
  padding-bottom: 25px;
  padding-left: 40px;
}

.order_status h3 {
  padding-bottom: 10px;
  font-size: 1.43em;
  font-weight: bold;
  color: #f26522;
}

.order_status span {
  position: absolute;
  margin: 0;
  top: 0;
  left: -8px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 3;
}

.order_status p {
  padding: 0;
  line-height: 22px;
  max-width: 245px;
  color: #424242;
  font-weight: bold;
  font-size: 1.29em;
}

.order_status span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #018945;
  z-index: 3;
  position: absolute;
  margin: 0;
  top: 0;
  left: -8px;
}

.order_status h4::before {
  width: 25px;
  height: 5px;
  position: absolute;
  background: #f26522;
  content: "";
  border-radius: 30px;
  top: 9px;
  left: 9px;
  z-index: 1;
}

.upislKnowBtn {
  top: 60%;
  min-width: 400px;
  left: 38%;
  position: absolute;
}

.upiSfVideo {
  position: relative;
}

#upiManivid {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#upiManivid {
  width: 100%;
}

#upividThumb {
  width: 100%;
  cursor: pointer;
}

.upiSfVideo a {
  background: #f47a21;
  color: #fff;
  padding: 5px;
  width: 120px;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
}

.upiSfTabs .ipo_upi_tabs ul li>a {
  background: #fff;
  border: 1px solid #f47a21;
  color: #f47a21;
  border-radius: 50px;
  width: 120px;
  text-align: center;
}

.upiSfTabs .ipo_upi_tabs ul li>a.active {
  background: #f47a21;
  color: #fff;
}

#upividThumb img {
  width: 100%;
}

.upiSfTabs .ipo_upi_tabs ul li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.radioJingles {
  background-color: white;
  margin-bottom: 15px;
  padding: 10px 20px;
  box-shadow: 0 3px 7px -1px rgb(0 0 0 / 10%);
}

.radioTitle h6 {
  font-weight: 600;
}

.radioAud audio {
  width: 100%;
}



/* UPI Safety Shield NPCI End */

/* Digisaathi Start */

.disathiBan.banner_content {
  top: auto;
  left: 7%;
  bottom: 7%;
}

/* Digisaathi End */

.mainEmpower.banner_content {
  left: 54.5%;
  top: 47%;
}

.mainEmpower.banner_content a {
  max-width: none;
}

.map-v {
  height: 1000px;
  min-width: 310px;
  max-width: 1000px;
  margin: 0 auto;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.bjCamp.banner_content {
  left: 10.5%;
  top: 83%;
}

/* UPI 123PAY Start */

ul#FeatphTabs li {
  margin-right: 5px;
  font-size: 0.93em;
  margin-bottom: 5px;
}

.payFeat123 {
  text-align: center;
  padding: 15px;
}

/* UPI 123PAY End */

/* Register Complaints Start */

span.mandatory {
  color: red;
  font-weight: bold;
}

span.optional {
  color: #00a1e3;
  font-size: 0.64em;
  font-weight: 600;
}

.userComplaints .input_container input[type="radio"] {
  -webkit-appearance: radio;
  position: relative;
  top: 15px;
}

.userComplaints .input_container label {
  font-size: 0.86em;
}

.userComplaints table tr td {
  border: none;
  padding: 5px;
}

.userComplaints ol li {
  list-style: auto !important;
  line-height: 30px;
}

.userComplaints ol li span {
  background: #ddd;
  padding: 5px 10px;
}

.userComplaints label.cardFocus {
  top: -10px;
  left: 0;
  color: #27357e;
}

ul.list-unstyled {
  width: 100%;
  border-bottom: 1px solid #000;
}

ul.list-unstyled li {
  padding: 10px 0 0;
  z-index: 2;
  font-weight: 500;
}

ul.list-unstyled li:not(.init) {
  float: left;
  width: 100%;
  display: none;
  background: #ffffff;
  box-shadow: 0px 4px 4px 1px #ddd;
}

ul.list-unstyled li:not(.init):hover,
ul.list-unstyled li.selected:not(.init) {
  background: #f0f0f0;
}

.userComplaints span.fileUp {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 0.86em;
  color: #000;
  font-weight: 500;
}

.input_container ul.list-unstyled {
  position: relative;
  background: url(/images/npci/dropdown-arrow.svg) transparent no-repeat center right;
  cursor: pointer;
  z-index: 1;
}

.userComplaints a.backFrmBtn {
  background: #999 !important;
  border: 1px solid #999 !important;
}

.userComplaints a.backFrmBtn:hover {
  background: #fff !important;
  border: 1px solid #27357e !important;
}

.lds-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.digiIcon a {
  margin: 5px 5px 0 0;
}

.digiimg {
  width: 40px;
}

.buttondiv.banner_content a {
  max-width: none;
  padding: 8px 20px;
  font-size: 0.86em;
  background: #ef711d;
}

.buttondiv.banner_content {
  left: 25%;
  top: 61%;
}

.hckThonBan.banner_content a {
  max-width: none;
  padding: 8px 20px;
  font-size: 0.86em;
  background: #ef711d;
}

.hckThonBan.banner_content {
  left: 25.5%;
  top: 75%;
}

/* Partners Page Start */

.list.partList {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.boxing-style {
  box-shadow: 1px 0px 9px rgb(0 0 0 / 30%);
  padding: 25px;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 45px;
}

.ptDisc {
  box-shadow: 1px 0px 9px rgb(0 0 0 / 30%);
  padding: 10px;
  background: #e7e7e7;
  border-radius: 4px;
}

.ptHomeMain {
  background: #27357e;
  color: white;
  position: relative;
  max-height: 530px;
  margin-bottom: 80px;
}

.ptHoImg {
  padding: 10% 10% 0;
}

.ptHoInner {
  padding: 5% 15%;
}

.ptHoInner h2 {
  font-size: 2.57em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.ptDisBtn {
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  background: #ff8d3a;
  font-size: 1.00em;
  color: #fff;
}

a.ptDisBtn:hover {
  color: #fff;
}

.ptKeyFt {
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.ptKeyFtSli.ptKeyFtSli.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 45%;
}

.ptKeyFtSli.owl-carousel .owl-nav button.owl-next,
.ptKeyFtSli.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  position: relative;
  margin-right: 20px;
  opacity: 0.8;
}

.ptKeyFtSli.owl-carousel .owl-nav button.owl-next::before,
.ptKeyFtSli.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.ptKeyFtSli.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(135deg);
  left: 13px;
}

.ptKeyFtSli.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  right: 13px;
}

.ptKeyFtSli.owl-carousel .owl-nav button.owl-next.disabled,
.ptKeyFtSli.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

h1.partTitle {
  font-size: 0.14em;
}

/* Partners Page End */

.certLogout {
  text-align: right;
  font-weight: bold;
}

.certLogout span {
  margin-right: 10px;
}

.certLogout a {
  color: #27357e;
}

.certLogout a img {
  width: 26px;
}

.video_upilite_one {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.video_upilite_two {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.video_upilite_three {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.video_upilite_four {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.video_upilite_five {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.video_upilite_six {
  background: url("../../images/npci/upi-lite/video-thumb/upi-lite-video.jpg") center center;
  background-size: 100%;
  height: 186px;
  width: 100%;
}

.add_rupay_video video {
  width: 100%;
  outline: none;
}

#rupayVideoSlider .modal-dialog {
  max-width: 950px;
  margin: 3rem auto;
}

#rupayVideoSlider .close {
  margin: 10px 20px 0 0;
}

.trnScr {
  overflow-x: scroll;
  overflow-y: hidden;
}

.transStatus {
  table-layout: fixed;
}

.transStatus tr td {
  width: 225px;
}

.transStatus tr td:first-child {
  width: 30px;
}

.trnScr::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.trnScr::-webkit-scrollbar-thumb {
  background: gray;
}

.regcompBtn a {
  color: #27357e;
  font-weight: bold;
  font-style: italic;
  font-size: 1.29em;
}

.transStatus .input_container {
  margin-bottom: 0;
}

.btnright {
  font-size: 0.86em;
  width: auto;
  float: right;
  padding: 5px 10px;
  border: 1px solid #27357e;
  background: #27357e;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  right: 0;
  bottom: 5px;
}

.btnright:hover,
.btnright:focus {
  border: 1px solid #27357e;
  color: #27357e;
  background: #ffffff;
}

.btnright img {
  width: 20px;
  margin-right: 8px;
}

/****csr new****/

.csr-left-sidebar h4 {
  background: #bfbfbf;
  color: #0b0b0b;
  padding: 15px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-weight: 500;
  /* text-transform: uppercase; */
  font-size: 1.21em;
}

.csr-left-sidebar ul li {
  border-bottom: 1px solid #acacac;
}

.csr-left-sidebar ul li:last-child {
  border-bottom: none;
}

.img-box p {
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}

.csr-left-sidebar ul li a {
  background: #f7f7f7;
  padding: 12px 15px 12px 30px;
  /* text-transform: uppercase; */
  font-weight: 500;
  display: block;
  position: relative;
}

.csr-left-sidebar ul li a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #313131;
  left: 15px;
  top: 19px;
}

.csr-left-sidebar ul li a:hover,
.csr-left-sidebar ul li a.active {
  background-color: #27357e;
  color: #fff;
}

.csr-open-sidebar ul li a:hover,
.csr-open-sidebar ul li a.active {
  color: #27357e;
  background-color: #fff;
}

.csr-what-we-do-sidebar {
  padding-bottom: 20px;
}

.csr-what-we-do-sidebar h4 {
  color: #27357e;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  font-size: 1.71em;
  text-align: left;
  padding: 0;
}

.csr-what-we-do-sidebar ul {
  background-color: #f9f9f9;
}

.csr-what-we-do-sidebar .csr-accordion .accordion ul li {
  border-bottom: none;
}

.csr-what-we-do-sidebar ul li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.csr-what-we-do-sidebar ul li a {
  border-bottom: none;
  padding: 10px 20px;
  background: transparent;
  text-transform: unset;
}

.csr-what-we-do-sidebar ul li a:after {
  content: none;
}

.csr-what-we-do-sidebar ul li a:hover,
.csr-what-we-do-sidebar ul li a.active {
  padding-left: 15px;
}

.csr-what-we-do-sidebar li.subMenu {
  display: block;
  position: relative;
}

.csr-what-we-do-sidebar ul.inSubmenu {
  margin-top: 0;
  background: #ddd;
  padding: 10px;
}

.csr-what-we-do-sidebar li.subMenu a.subMenuLink.collapsed::after {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.csr-left-sidebar ul li a.subMenuLink:hover:after,
.csr-left-sidebar ul li a.subMenuLink.active:after {
  background: transparent;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.csr-what-we-do-sidebar li.subMenu a.subMenuLink::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  top: 18px;
  left: 95%;
  border-radius: 0;
  border-top: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

div.gray-csr-card {
  background: #f9f9f9;
  padding: 20px;
}

.csr-blue {
  color: #27357e;
}

.csrTable.table-bordered td,
.csrTable.table-bordered th {
  text-align: left;
}

.csrTable tbody tr:nth-child(odd) {
  background-color: #f8faff;
}

/*rayyan csr*/

.csr-accordion .accordion-item .accordion-body ul li::before {
  content: none !important;
}

.csr-accordion .accordion-item .accordion-body ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("/images/npci/nav-arrow.png") no-repeat center center;
  background-size: contain;
  top: 16px;
  right: 10px;
  transition: all 0.3s ease;
}

.csr-accordion .accordion ul.csr-open-sidebar li a:hover {
  color: #27357e;
  background-color: #f9f9f9;
}

.csr-accordion .accordion ul.csr-open-sidebar li.edu-liv a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/images/npci/csr/icons/edu_black.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 3px;
}

.csr-accordion .accordion ul.csr-open-sidebar li.env-sus a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/images/npci/csr/icons/env_black.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 2px;
}

.csr-accordion .accordion ul.csr-open-sidebar li.hum-asst a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/images/npci/csr/icons/humn_black.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: 5px;
}

/*csr icon hover*/

/* .csr-accordion .accordion ul.csr-open-sidebar li.edu-liv a:hover::before {
            content: '';
            width: 30px;
            height: 40px;
            background: url("/images/npci/csr/icons/edu.png");
            background-repeat: no-repeat;
            position: absolute;
            background-size: contain;
            bottom: 3px;
        } */

.csr-accordion .accordion ul.csr-open-sidebar li.edu-liv.active {
  color: #27357e;
}

/* .csr-accordion .accordion ul.csr-open-sidebar li.edu-liv.active a::before { */

/* content: '';
            width: 40px;
            height: 40px;
            background: url("/images/npci/csr/icons/edu.png");
            background-repeat: no-repeat;
            position: absolute;
            background-size: contain;
            bottom: 2px;
        }

        .csr-accordion .accordion ul.csr-open-sidebar li.env-sus a:hover::before {
            content: '';
            width: 40px;
            height: 40px;
            background: url("/images/npci/csr/icons/env.png");
            background-repeat: no-repeat;
            position: absolute;
            background-size: contain;
            bottom: 2px;
        } */

.csr-accordion .accordion ul.csr-open-sidebar li.env-sus.active {
  color: #27357e;
}

/* .csr-accordion .accordion ul.csr-open-sidebar li.env-sus.active a::before {
            content: '';
            width: 40px;
            height: 40px;
            background: url("/images/npci/csr/icons/env.png");
            background-repeat: no-repeat;
            position: absolute;
            bottom: 2px;
            background-size: contain;
        }

        .csr-accordion .accordion ul.csr-open-sidebar li.hum-asst a:hover::before {
            content: '';
            width: 35px;
            height: 35px;
            background: url("/images/npci/csr/icons/humn.png");
            background-repeat: no-repeat;
            position: absolute;
            background-size: contain;
            bottom: 5px;
        } */

.csr-accordion .accordion ul.csr-open-sidebar li.hum-asst.active {
  color: #27357e;
}

/* .csr-accordion .accordion ul.csr-open-sidebar li.hum-asst.active a::before {
            content: '';
            width: 35px;
            height: 35px;
            background: url("/images/npci/csr/icons/humn.png");
            background-repeat: no-repeat;
            position: absolute;
            background-size: contain;
            bottom: 5px;
        } */

.csr-accordion .accordion ul.csr-open-sidebar li a span {
  padding-left: 35px;
}

.img-box p {
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}

.rucredhBan.banner_content {
  top: 70%;
  left: 9%;
}

.rucreiplBan.banner_content {
  top: 82%;
  left: 61%;
}

.upiSfBan.banner_content {
  top: 71%;
  left: 82%;
}

.rucreiplBan.banner_content a {
  padding: 8px 20px;
}

.upiSfBan.banner_content a {
  padding: 8px 20px;
}

.ruscanBan.banner_content {
  top: 80%;
  left: 60%;
}

.gptwLogo {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: -50px;
}

.gptwLogo img {
  width: 80px;
}

/* Fraud Awareness Start*/

.keyPoints.owl-carousel .owl-item img {
  display: block;
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
}

.keyPoImg a {
  background-color: #f1f1f1;
  padding: 20px 5px 10px 5px;
  border: 2px solid transparent;
  line-height: 15px;
  text-align: center;
  border-radius: 15px;
  display: block;
  height: 150px;
}

.keypImgM {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.keyPoImg span {
  font-weight: bold;
  font-size: 0.86em;
}

.keyPoImg a:hover {
  border: 2px solid #27357e;
  color: #27357e;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
}

.keyPoImg a:hover span {
  text-decoration: underline;
}

.yt-active a span {
  text-decoration: underline;
}

.keyPoints .owl-nav .owl-prev::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.keyPoints .owl-nav .owl-next::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.keyPoints .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
}

.keyPoints .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
}

.keyPoints .owl-nav .owl-prev.disabled,
.keyPoints .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: auto;
}

.keyPoints .owl-nav .owl-prev::after,
.keyPoints .owl-nav .owl-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
}

.yt-active a {
  border: 2px solid #27357e;
  color: #27357e;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
}

.keyPoints .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.keyPoints .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 5px;
}

.keyPoints .owl-dots .owl-dot.active {
  background: #27357e;
}

.doDonMain {
  position: relative;
  border: 2px solid #ddd;
  padding: 55px 20px 10px;
  text-align: center;
  height: 100%;
  margin-bottom: 30px;
}

.doDonImg img {
  position: absolute;
  top: -45px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ddd;
  background-color: #fff;
}

.doDonMain .list {
  text-align: left;
}

.mar5rem {
  margin-bottom: 5rem;
}

.onLft {
  order: 2;
}

.borBot {
  border-bottom: 1px solid #ddd;
}

#onScams img.ogImg {
  width: 70%;
  height: 400px;
}

/* Fraud Awareness End*/

/* HomeTabs Start */

.mainhTabs {
  position: relative;
  z-index: 1;
  margin-top: -2.4rem;
}

.hnewTabs {
  border-radius: 10px;
  /* overflow: hidden; */
}

.hinTab {
  display: flex;
  justify-content: center;
}

.hinTab .nav-pills .nav-link.active,
.hinTab .nav-pills .show>.nav-link {
  background-color: #fff;
  color: #27357e;
  font-weight: bold;
}

.hnewTabs .tab-content {
  padding: 20px;
  background: #fff;
  margin: 0;
}

.hnewTabs .card {
  background: #f4f4f4;
  border: none;
}

.hnewTabs .card-header a.collapsed {
  color: #313131;
}

.hnewTabs .card-header a {
  color: #27357e;
}

.hnewTabs .hinTab .nav-pills li a {
  padding: 8px 12px;
  font-size: 0.93em;
  background: #27357e;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: #fff;
}

.hoCons ul {
  text-align: center;
}

.hoCons ul li {
  display: inline-block;
}

.hoCons ul li a {
  position: relative;
  padding: 15px;
  font-weight: bold;
}

.hoCons ul li a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  left: 100%;
  height: 30%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hoCons ul li:last-child a::after {
  content: none;
}

.hmTabSli .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 5px;
}

.hmTabSli .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.hmTabSli .owl-dots .owl-dot.active {
  background: #283680;
}

.hmTabSli.no-js .owl-carousel,
.hmTabSli.owl-carousel.owl-loaded {
  display: flex;
  justify-content: center;
}

.iplPfban.banner_content a {
  background: #232e66;
}

.iplPfban.banner_content {
  top: 77%;
  left: 23%;
}

/* Career 2023 Start */
#careerraw {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
  margin: 0 0 20px;
  padding: 20px 8px;
  line-height: 2rem;
}

.crHtext {
  text-align: center;
}

#CareerPageDiv {
  padding-bottom: 2%;
}

.career-btn {
  text-align: end !important;
}

.career-btn a {
  padding: 5px 30px !important;
  font-size: 14px !important;
}

.inner-container .filters {
  margin-bottom: 30px;
}

.filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 4%;
}

.crgptwLogo {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}

.crgptwLogo img {
  width: 75px;
}

/* Career 2023 End */

/* UPI LITE X Start */

.liteXFt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}

.liteXFt .inltFt {
  text-align: center;
  padding: 10px 15px;
  margin: 60px 0 20px;
  border: 1px solid #aaa;
  border-radius: 10px;
}

.liteXFt .inltFt img {
  margin: -60px 0 8px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid #aaa;
  background: #fff;
}

/* UPI LITE X End */

/*e-KYC Start*/
.coreServ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  position: relative;
  text-align: center;
}

.crServIn {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.servImg {
  margin-bottom: 15px;
}

/*e-KYC  End*/

.oneWrld {
  padding: 120px 0 50px;
}
.oneWdSteps.banner_slider.owl-carousel .owl-nav button.owl-prev{
	left:20px
}
.oneWdSteps.banner_slider.owl-carousel .owl-nav button.owl-next{
	right: 0;
	position: absolute;
}
.oneWdSteps.banner_slider.owl-carousel .owl-nav {
	left: auto;
	bottom: 40%;
	width: 100%;
}
.useOneWd{
	display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
}
.useOneWd .media{
	margin-bottom: 30px;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 10px;
    align-items: center;	
}
.useOneWd .media img{
	width: 60px;
}
.oneWdImg img{
  width: 60%;
}
@media only screen and (max-width: 767px) {
  /* .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  } */
  .oneWdImg img{
    width: 100%;
  }
	.useOneWd{
		display:block;
	}
  .hinTab {
    display: none;
  }

  /*e-KYC Start*/
  .coreServ {
    grid-template-columns: repeat(1, 1fr);
  }

  /*e-KYC End*/

  .hnewTabs .tab-content {
    padding: 0;
    border: 1px solid #e5e5e5;
  }

  .hnewTabs .tab-content>.tab-pane {
    display: block;
  }

  .hnewTabs .fade:not(.show) {
    opacity: 1;
  }

  .tab-content.accordion .card {
    border: none;
    background: transparent;
  }

  .tab-content.accordion .card:nth-child(even) .card-header {
    background: #f4f4f4;
  }

  .tab-content.accordion .card:nth-child(odd) .card-header {
    background: #e5e5e5;
  }

  .tab-content.accordion .card-header {
    border: none;
    padding: 15px;
  }

  .tab-content.accordion .card-header a {
    font-size: 1em;
    display: block;
    padding-right: 30px;
    font-weight: bold;
  }

  .tab-content.accordion .card-header a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: 13px;
    border-top: 3px solid #3e3e3e;
  }

  .tab-content.accordion .card-header a.collapsed:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 17px;
    height: 13px;
    border-right: 3px solid #3e3e3e;
  }

  .mainhTabs {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hmTabSli.no-js .owl-carousel,
  .hmTabSli.owl-carousel.owl-loaded {
    display: block;
  }

  .hoCons {
    padding: 1rem;
  }

  .hoCons ul li a {
    padding: 10px;
  }

  .ruCC .doDonMain {
    min-height: auto;
  }

  .iplPfban.banner_content {
    top: auto;
    left: 60%;
    display: block;
    bottom: 18%;
    width: 40%;
  }

  /* Career Start */
  .filters {
    display: block;
  }

  .inner-container {
    margin: 4%;
  }

  .career-btn {
    text-align: center !important;
  }

  .crgptwLogo img {
    width: 60px;
  }

  .crgptwLogo {
    left: auto;
    right: 0;
  }

  /* Career End */

  /* UPI LITE X Start */
  .liteXFt {
    display: block;
  }

  /* UPI LITE X End */
  .accordion-item .accordion-header:after {
	  top: 25px !important;
  }
  
  .accordion-item .accordion-header:before {
	  top: 18px !important;
  }
  .fixed {
	  top: -25px !important;
  }
}

@media (min-width: 768px) {
  .hnewTabs .card-header {
    display: none;
  }

  .hnewTabs .collapse {
    display: block;
  }

  .hnewTabs .card {
    border: none;
    background: transparent;
  }
}

/* HomeTabs End */

/* UPI For Eiffel Start */
.track_orders_timeline {
  padding: 3% 10%;
}

.forEiffel.track_order_status {
  position: relative;
}

.forEiffel.track_order_status:before {
  width: 2px;
  height: 79%;
  top: 0;
  right: auto;
  left: 0;
  border-radius: 5px;
  content: "";
  position: absolute;
  background: #f26522;
  margin: auto;
  z-index: 1;
}

.upiwdPro.m_nopadding_bottom:before {
  content: "";
  width: 2px;
  height: 15%;
  color: #ddd;
  position: absolute;
  width: 2px;
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  border-radius: 5px;
  content: "";
  position: absolute;
  background: #f26522;
  margin: auto;
  z-index: 1;
}

.upiwdPro {
  position: relative;
  text-align: left;
  padding-bottom: 50px;
  padding-left: 100px;
}

.upiwdPro h3 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #f26522;
}

/* .upiwdPro span {
      position: absolute;
      margin: 0;
      top: 0;
      left: -8px;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      z-index: 3;
      color: #0d8c45;
  } */

.upiwdPro p {
  max-width: 100%;
}

.upiwdPro span {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f26522;
  z-index: 3;
  position: absolute;
  margin: 0;
  top: 0;
  left: -40px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0 0;
  color: #0d8c45;
}

.upiwdPro h4::before {
  width: 25px;
  height: 5px;
  position: absolute;
  background: #f26522;
  content: "";
  border-radius: 30px;
  top: 9px;
  left: 9px;
  z-index: 1;
}

.upiwdPro span.even {
  border-color: #0d8c45;
  color: #f26522;
}

.trackDesc {
  padding: 20px;
  border: 1px solid #888;
  border-radius: 15px;
}

.trackAcc.accordion .accordion-item {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.trackAcc .accordion-header {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 50px 15px 15px;
}

.trackAcc .accordion-item.active .js-accordion-header {
  border-radius: 10px 10px 0 0;
}

.accImgLogo img {
  width: auto;
  height: 35px;
  object-fit: contain;
  position: relative;
}




.accImgLogo img:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.trackAcc .accordion-body {
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

.tourImg img {
  width: 100px;
}

.trackDesc img.upiStep1 {
  width: 50%
}

.trackDesc img.upiStep2 {
  width: 75%
}

.trackDesc img.upiStep5 {
  width: 30%
}

.lineStep2 .accordion-header:before {
  top: 21px !important;
}

.lineStep2 .accordion-header:after {
  top: 28px !important;
}

/* UPI For Eiffel End */

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

  .transStatus td input[type="text"],
  .transStatus td input[type="number"] {
    width: 215px;
  }

  .transStatus .input_container .floatlabel.filled+label,
  .transStatus .input_container .floatlabel:focus+label {
    top: -7px;
  }

  .userComplaints span.fileUp {
    position: absolute;
    top: 45px;
    right: 0;
    font-size: 0.857em;
    color: #000;
    font-weight: 500;
  }

  .orderRi {
    order: 0;
    text-align: left;
  }

  .qrImg {
    text-align: center
  }

  .qrImg img {
    width: 80%;
  }

  .btnright {
    right: auto;
    bottom: auto;
    float: none;
    display: block;
    width: 120px;
    margin-top: 15px;
  }

  .gptwLogo {
    left: 20px;
    bottom: -22px;
  }

  .gptwLogo img {
    width: 80px;
  }

  /* UPI For Eiffel Start */
  .upiwdPro span {
    width: 60px;
    height: 60px;
    left: -28px;
    font-size: 14px;
  }

  .upiwdPro {
    padding-left: 50px;
  }

  .trackDesc img.upiStep1,
  .trackDesc img.upiStep2,
  .trackDesc img.upiStep5 {
    width: 100%;
  }

  .forEiffel.track_order_status:before {
    height: 78%;
  }

  .forEiffelMain h3 {
    font-size: 20px;
  }

  .forEiffelMain.track_orders_timeline {
    padding: 3% 0 3% 10%;
  }

  .upiwdPro.m_nopadding_bottom:before {
    height: 35%;
  }

  .lineStep2 .accordion-header:before {
    top: 19px
  }

  .lineStep2 .accordion-header:after {
    top: 26px
  }

  /* UPI For Eiffel End */
}

/* Register Complaints  End */

/* Whats New Start */

.nBtn {
  border: 1px solid #27357e;
  background: #27357e;
  color: #ffffff;
  padding: 8px 10px;
  display: inline-block;
  text-align: center;
}

.nBtn:hover {
  background: #ffffff;
  color: #27357e;
  border: 1px solid #27357e;
}

.whnewDiv span {
  border: 1px solid #ddd;
  padding: 3px 5px;
  margin-right: 5px;
  background: #e5e5e5;
  color: #000;
}

.whnewDiv {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.whnwMed h6 {
  text-align: center;
}

.whnewDiv:last-child {
  border: none;
  padding-bottom: 0;
}

.whnwMed {
  display: block;
}

/* Whats New End */

@media only screen and (max-width: 767px) {
  .map-v {
    height: 600px;
    min-width: 300px;
    max-width: 100%;
  }
}

/*Membership Start*/

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.overlay.is-on .content {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.overlay .content {
  background: #fff;
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 20%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.07em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .overlay .content {
    width: 90%;
  }
}

/*Membership End*/

@media only screen and (min-width: 767px) {

  header .navigation nav ul li:hover>.dropdown_nav {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .navigation ul.dropdown_nav li a.m_nav.active+ul.dropdown_nav {
    opacity: 1;
    visibility: visible;
  }


  .nav-pills .nav-link:focus {
    outline: 2px dashed #555;
  }

  header .navigation nav>ul>li:hover>a,
  header .navigation nav ul li .dropdown_nav li a:hover {
    color: #27357e;
  }

  /* header .main_header.sticky ul li a.m_nav::after {
        top: 36px;
    } */

  header .navigation nav>ul>li:hover>a.m_nav::after {
    border-top: 6px solid #27357e;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  header .navigation nav ul li .dropdown_nav li a {
    margin: 0 15px;
  }
}

header .main_header .mobile_nav {
  display: none;
}

/**************************/

.spotlight {
  position: relative;
  background: #1e1915;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 9%;
  color: #fff;
  transform: translateY(-50%);
}

.banner_content h1 {
  font-size: 2.86em;
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}

.banner_content h1 span {
  /* display: block; */
  font-weight: 300;
}

.inner_banner_content h1 span img {
  margin-left: 20px;
}

.banner_content a {
  background: #27357e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  max-width: 160px;
  text-align: center;
}

.riplOff.banner_content {
  display: none;
}

.inner_title_section_header {
  background: #f9f9f9;
  text-align: center;
  padding: 2% 2% 2% 2%;
  margin-bottom: 30px;
}

.banner_content a:hover {
  color: #fff;
}

.banner_slider.owl-carousel .banner_content a img {
  width: 15px;
  height: auto;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner_slider.owl-carousel .banner_content a:hover img {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.banner_slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 55%;
}

.npci_banner_slider .owl-dots {
  top: 77%;
}

.inner_spotlight {
  background: #ffffff;
}

.inner_spotlight .banner_slider .banner_content {
  top: 40%;
}

.inner_spotlight .banner_slider .owl-dots {
  top: auto;
  bottom: 30px;
}

.inner_spotlight .banner_slider figure {
  margin-bottom: 0;
}

.banner_slider .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  margin: 0 5px;
  border-radius: 50%;
}

.banner_slider .owl-dots button.active {
  background: #fff;
}

.banner_slider.owl-carousel .owl-nav {
  position: absolute;
  bottom: 25px;
  left: 9%;
}

.banner_slider.owl-carousel .owl-nav button.owl-next,
.banner_slider.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  position: relative;
  margin-right: 20px;
  opacity: 0.8;
}

/* .banner_slider.owl-carousel .owl-nav button.owl-next{
    right: 0;
}

.banner_slider.owl-carousel .owl-nav button.owl-prev{
    left: 0;
} */

.banner_slider.owl-carousel .owl-nav button.owl-next::before,
.banner_slider.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.banner_slider.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(135deg);
  left: 13px;
}

.banner_slider.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  right: 13px;
}

/**************************/

.inner_banner {
  position: relative;
  background: #191c25;
  /* padding-bottom: 5%; */
}

.inner_banner_content {
  position: absolute;
  top: 55%;
  left: 0%;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 90%;
}

.inner_banner_content.top_20 {
  top: 20%;
}

.inner_banner_content.top_30 {
  top: 30%;
}

.inner_banner_content.top_40 {
  top: 40%;
}

.inner_banner_content.top_50 {
  top: 50%;
}

.inner_banner_content h1 {
  font-size: 2.86em;
  line-height: 40px;
  font-weight: 700;
  /* margin-bottom: 40px; */
}

.inner_banner_content h1 span {
  display: block;
  font-size: 7.14em;
}

.inner_banner_content a {
  background: #fff;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 40px;
}

.inner_banner_content a img {
  width: 15px;
  height: auto;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner_banner_content a:hover {
  color: #313131;
}

.inner_banner_content a:hover img {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.forms {
  margin-top: 40px;
  font-weight: 500;
}

.input_container {
  position: relative;
  margin-bottom: 20px;
}

.input_container label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #999999;
  cursor: text;
  margin: 0;
  font-size: 1.00em;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.input_container input[type="text"]:disabled {
  padding-left: 5px;
}

.input_container input[type="file"] {
  font-family: "Montserrat", sans-serif;
  font-size: 0.86em;
}

.input_container label.frmcheckbox {
  margin-top: 5px;
}

.input_container label.frmcheckbox.chkboxtwo {
  margin-top: 14px;
}

.input_container .floatlabel,
.select_container select {
  font-size: 1.00em;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  width: 100%;
  padding: 10px 0;
  resize: none;
}

.input_container select.floatlabel {
  position: relative;
  background: url("/images/npci/dropdown-arrow.svg") transparent no-repeat center right;
  cursor: pointer;
  z-index: 1;
}

.select_container label {
  cursor: pointer;
  z-index: 0;
}

.select_container.text-big select {
  font-size: 1.14em;
}

.input_container.text-big .floatlabel.filled+label,
.input_container.text-big .floatlabel:focus+label {
  font-size: 1.00em;
  top: -15px;
}

.input_container .date-icon {
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}

/* .input_container .floatlabel.filled,
.input_container .floatlabel:focus {
  border-bottom: 1px solid #222328;
} */

.input_container select:focus,
.input_container select:hover {

  border-bottom: 1px solid #222328;
}

.input_container .floatlabel.filled+label,
.input_container .floatlabel:focus+label {
  font-size: 0.86em;
  top: -10px;
  left: 0;
  color: #27357e;
}

.input_container label.card-no {
  top: -15px;
}

.radio_btns {
  margin: 0 0 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.radio_btns .radio_option {
  position: relative;
  width: auto;
  margin-right: 25px;
}

.radio_btns .radio_option:last-child {
  margin-right: 0;
}

.radio_btns .radio_option label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.radio_btns .radio_option input {
  height: 1px;
  width: 1px;
  display: none;
  opacity: 0;
}

.radio_btns .radio_option .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 50%;
  background: none;
}

.radio_btns .radio_option .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #555;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.radio_btns .radio_option .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio_btns .radio_option input:checked+.outside .inside {
  -webkit-animation: radio-select 0.1s linear;
  animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio_btns .radio_option .no-transforms input:checked+.outside .inside {
  width: 10px;
  height: 10px;
}

.checkbox {
  /* margin-bottom: 10px; */
  display: block;
  padding-right: 50px;
  /* margin-top: 15px; */
}

.checkbox .checkbox-group {
  position: relative;
}

.checkbox .checkbox-group input {
  display: none;
  cursor: pointer;
}

.checkbox .checkbox-group label {
  display: inline-block;
  cursor: pointer;
  font-size: 1.00em;
  padding-left: 25px;
}

.checkbox .checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #221f1f;
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: 2px;
  position: absolute;
  left: 0px;
}

.checkbox .checkbox-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #221f1f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.error_msg,
.error_msg1 {
  color: red;
  font-size: 0.86em;
  display: none;
}

.form_btn {
  text-align: center;
}

.form_btn a,
.form_btn button {
  border: 1px solid #27357e;
  background: #27357e;
  color: #ffffff !important;
  padding: 12px 60px;
  font-size: 1.14em;
  margin-right: 20px;
  font-weight: 500;
  cursor: pointer;
}

.form_btn a.cpStas {
  padding: 8px 20px;
}

.form_btn a:hover,
.form_btn button:hover {
  background: #ffffff;
  color: #27357e !important;
}

.thank-you h4 {
  font-size: 1.29em;
  font-weight: 500;
  color: green;
}

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

/**************************/

/**************************/

.accordion {
  margin: 10px 0;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  -o-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  padding: 20px 50px 20px 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 1.07em;
  font-weight: 500;
}

.accordion-body {
  padding: 0 20px 20px 20px;
  display: none;
  background: #fff;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body ol li,
.accordion-body ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.accordion-body ol li::before,
.accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background: #27357e;
  border-radius: 50%;
}

.accordion-item .accordion-header:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #27357e;
  position: absolute;
  top: 30px;
  right: 24px;
}

.accordion-item .accordion-header:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #27357e;
  position: absolute;
  top: 23px;
  right: 30px;
}

.accordion-item.active>.accordion-header:before {
  content: none;
}

.accordion-item.active .js-accordion-header {
  position: relative;
  z-index: 5;
}

/**************************/

/**************************/

.sitemap_section a {
  position: relative;
  font-size: 1.14em;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
}

.sitemap_section a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #27357e;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

/**************************/

/**************************/

.search {
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.search a {
  padding: 30px;
}

.search a:hover,
.search a:hover h2 {
  color: #333333;
}

.search h2 {
  font-size: 1.79em;
  font-weight: 900;
  margin-bottom: 20px;
  color: #27357e;
  transition: all 0.3s ease;
}

.search p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

/**************************/

footer {
  padding: 3% 5%;
  background: #f5f5f5;
}

.top_footer {
  border-bottom: 1px solid #d3d5dc;
  padding-bottom: 3%;
}

.footer_links p,
.footer_links ul li a {
  color: #484848;
}

.footer_links ul li a:hover {
  color: #27357e;
}

.footer_links p {
  padding-right: 10%;
  margin: 20px 0 0;
}

.footer_links h3 {
  /* text-transform: uppercase; */
  font-size: 1.14em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #222328;
}

.footer_links ul li {
  margin-bottom: 15px;
}

.bottom_footer {
  padding-top: 3%;
}

.social_footer h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.social_footer a {
  margin: 0 20px 15px 0;
}

.social_footer a img {
  width: 25px;
}

.social_footer a:hover {
  opacity: 1;
}

.copyright {
  text-align: left;
  color: #757575;
}

.copyright .right {
  text-align: right;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  border-bottom: 1px solid #cccccc;
  outline: 0 !important;
}

.btn-light {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn {
  border: 0;
  padding: 9px 0;
}

.input_container .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
  left: auto !important;
  right: -120px;
}

/*error page*/

.error_section {
  text-align: center;
  padding: 5% 0;
  /* background: #f1f1f1; */
}

.error_section img {
  width: 150px;
  height: auto;
  margin: 10px 0;
}

.error_section h2 {
  font-weight: 900;
  font-size: 5.71em;
  margin-bottom: 15px;
  line-height: 1;
  color: #27357e;
}

.error_section h2 span {
  display: block;
  font-size: 2rem;
  color: #2b2b2b;
}

.error_section p {
  margin-bottom: 15px;
  line-height: 20px;
}

.error_section p a {
  text-decoration: underline;
  font-weight: bold;
}

.hide {
  display: none;
}

.bgf7f7f7 {
  background: #f7f7f7;
}

.section-padding {
  padding: 4% 0;
}

.page-title h2 {
  font-size: 2.57em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #283680;
}

.page-title h2 span {
  text-transform: none;
}

.page-title p {
  line-height: 24px;
  font-size: 1.07em;
}

.page-title .our-piller-heading p {
  font-size: 1.00em;
}

.page-title a {
  text-transform: uppercase;
  font-weight: 700;
  color: #283680;
}

.page-title a img {
  margin-left: 5px;
}

.box-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0 !important;
}

.top-links {
  background: #e8e8e8;
  position: relative;
}

.top-links .container {
  position: relative;
}

.links-btn {
  background: #000;
  border-radius: 0 0 20px 20px;
  margin-bottom: 30px;
  position: relative;
}

.links-btn .popular-links {
  background: #27357e;
  padding: 13px 50px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  right: 0;
  color: #fff;
  top: -48px;
  z-index: 99;
  text-transform: uppercase;
}

.links-btn ul {
  text-align: center;
}

.links-btn ul li {
  display: inline-block;
}

.links-btn ul li a {
  text-transform: initial;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  text-decoration: underline;
  color: #fff;
  font-size: 0.93em;
}

.links-btn ul li a:hover {
  color: #fff;
}

.links-btn ul li a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  left: 100%;
  height: 30%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.links-btn ul li a.content-none:after {
  content: none;
}

.home-banner-link {
  border-radius: 15px;
  position: absolute;
  right: 0;
  z-index: 99;
  bottom: 30px;
}

.home-banner-link ul li {
  border-bottom: 1px solid #ccc;
  background: #fff;
  /* padding: 35px 90px 35px 90px; */
  padding: 10px 90px 20px 90px;
  position: relative;
  text-transform: uppercase;
  /* cursor: pointer; */
  transition: 0.5s;
}

.home-banner-link ul a {
  display: block;
  color: #313131;
}

.home-banner-link ul a li.border-none {
  border-bottom: none;
}

.home-banner-link ul li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: url(/images/npci/faq-next.png) no-repeat center;
  background-size: 100%;
}

.home-banner-link ul li:hover {
  background: #27357e;
}

.home-banner-link ul a:hover {
  color: #fff;
}

.home-banner-link ul li:hover:after {
  height: 30px;
  width: 30px;
  background: url(/images/npci/faq-nex-white.png) no-repeat center;
  background-size: 100%;
}

.home-banner-link ul li.img-fintech {
  background: #fff url(/images/npci/fintech-logo.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-zero {
  background: #fff url(/images/npci/developer.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-one {
  background: #fff url(/images/npci/top-icon01.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-two {
  background: #fff url(/images/npci/top-icon02.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-three {
  background: #fff url(/images/npci/top-icon03.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-one:hover {
  background: #27357e url(/images/npci/top-icon01-white.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-two:hover {
  background: #27357e url(/images/npci/top-icon02-white.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-three:hover {
  background: #27357e url(/images/npci/top-icon03-white.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-zero:hover {
  background: #27357e url(/images/npci/developer-white.png) no-repeat center left 20px;
}

.home-banner-link ul li.img-fintech:hover {
  background: #27357e url(/images/npci/fintech-logo-white.png) no-repeat center left 20px;
}

.statistics-item {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-top: 25px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.statistics-item h3 {
  font-size: 1.14em;
  color: #6d6e73;
  text-transform: capitalize;
  padding: 10px 0;
}

.statistics-item h4 {
  font-size: 2.29em;
  font-weight: 700;
  color: #01b527;
}

.statistics-item img {
  height: 60px;
  width: auto;
}

.statistics-item a {
  display: block;
}

.statistics-item a .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 12px;
  width: auto;
}

.statistics-item span {
  display: block;
}

.statistics-item span .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 12px;
  width: auto;
}

.statistics-item.big {
  padding: 75px 10px;
  margin-bottom: 0;
}

.statistics-item.big h3 {
  font-size: 1.29em;
}

.statistics-item.big h4 {
  font-size: 3.71em;
}

.statistics-item.big img {
  height: 85px;
  width: auto;
}

.statistics-item.big a .arrow {
  height: 13px;
}

.statistics-item.big span .arrow {
  height: 13px;
}

.space {
  height: 20px;
  background: #e8e8e8;
}

.home-faq {
  position: relative;
}

.home-faq .faq-video {
  cursor: pointer;
}

.home-faq .faq-q {
  background: #fff;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
}

.home-faq .faq-q ul li {
  display: block;
  width: 100%;
}

.home-faq .faq-q ul li a {
  border-bottom: 1px solid #ccc;
  padding: 22px 60px 22px 0px;
  position: relative;
  /* text-transform: uppercase; */
  cursor: pointer;
  width: 100%;
  display: block;
}

.home-faq .faq-q ul li a.active_link {
  color: #27357e;
  font-weight: bold;
}

.home-faq .faq-q ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  background: url(/images/npci/faq-next.png) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

/* .home-faq .faq-q ul li a.nav-link{
    padding: 0;
} */

.home-faq .faq-q ul li a.nav-link span {
  right: 35px;
  position: absolute;
  padding: 1px 8px;
  color: #fff;
  background: #27357e;
  font-size: 0.71em;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  text-transform: none;
}

.home-faq .faq-q ul li a.nav-link.active {
  font-weight: 700;
  color: #27357e;
}

.static-link a {
  display: block;
}

.static-link ul li {
  border-bottom: 1px solid #ccc;
  background: #fff;
  /* padding: 25px 70px 25px 20px; */
  position: relative;
  /* text-transform: uppercase; */
  /* cursor: pointer; */
  transition: 0.5s;
  /* min-height: 140px; */
}

/* .static-link ul a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */

.static-link ul li span {
  right: 60px;
  position: absolute;
  padding: 1px 10px;
  color: #fff;
  background: #27357e;
  font-size: 0.71em;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  text-transform: none;
}

.static-link ul li:hover a {
  background: #27357e;
  color: #ffffff;
}

.static-link a {
  display: block;
  padding: 25px 70px 25px 20px;
}

.static-link ul li:hover span {
  background: #ffffff;
  color: #27357e;
}

.static-link ul li.border-none {
  border-bottom: none;
}

.static-link ul li a:after,
.static-link ul li:hover:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background: url(/images/npci/faq-next.png) no-repeat center;
  background-size: 100%;
}

.static-link ul li:hover {
  background: #27357e;
}

.static-link ul a:hover {
  color: #fff;
}

.static-link ul li a:hover:after,
.static-link ul li:hover:after {
  height: 30px;
  width: 30px;
  background: url(/images/npci/faq-nex-white.png) no-repeat center;
  background-size: 100%;
}

.static-link ul a:hover span {
  color: #27357e;
  background: #fff;
}

.bg-dark-grey {
  background: #e8e8e8;
}

.social-feed {
  background: #e0e0e0;
}

.social-slider {
  margin-top: 15px;
}

.social-icon-img {
  position: absolute;
  z-index: 99;
  left: 30px;
  top: 40px;
}

.social-feed .social-item {
  background: #fff;
  border-radius: 10px;
}

.social-feed .social-links {
  display: block;
}

/* .social-feed .social-item .img {
    border-radius: 10px;
} */

.social-feed .social-item p {
  padding: 20px;
}

.social-slider.owl-carousel .owl-nav button.owl-next,
.social-slider.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  position: absolute;
  /* top: 30%; */
  bottom: 30px;
}

.social-slider.owl-carousel .owl-nav button.owl-next {
  left: 70px;
}

.social-slider.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.social-slider.owl-carousel .owl-nav button.owl-next::before,
.social-slider.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.social-slider.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(135deg);
  left: 13px;
}

.social-slider.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  right: 13px;
}

.social-feed .facebook {
  background: #3867b9;
}

.social-feed .twitter {
  background: #00b9f2;
}

.social-feed .linkedin {
  background: #0e76a8;
}

.social-feed .facebook,
.social-feed .twitter,
.social-feed .linkedin {
  padding: 80px 15px 15px 15px;
  border-radius: 0;
  min-height: 600px;
}

.social-feed .facebook p,
.social-feed .facebook p a,
.social-feed .twitter p,
.social-feed .twitter p a,
.social-feed .linkedin p,
.social-feed .linkedin p a {
  color: #fff;
  padding: 0;
}

.position-relative {
  position: relative;
}

.map-faq {
  position: absolute;
  top: 0;
  background: #fff;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border-radius: 10px;
}

.map-faq .accordion .accordion-item {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.map-faq .accordion .accordion-item:last-child {
  border: none;
}

.breadcrumbs {
  background: #ebebeb;
  padding: 20px 0;
}

.breadcrumbs ul li {
  display: inline-block;
  padding: 0 3px;
  font-size: 1.00em;
  color: #575757;
  position: relative;
}

.breadcrumbs ul li a {
  font-size: 1.00em;
  color: #28357e;
}

.video-popup {
  padding: 4%;
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.video-popup.popup-active {
  top: 0;
}

.video-play-div .close-popup {
  position: absolute;
  right: 25px;
  width: 25px;
}

.video-play-div .video-div-section {
  background: #fff;
  max-width: 700px;
  margin: auto;
  height: 450px;
  position: absolute;
  z-index: 99;
  margin-top: 30px;
  left: 0;
  right: 0;
}

.video-play-div .video-div-section iframe,
.video-div-section video {
  height: 100%;
  width: 100%;
  padding: 10px 10px 5px 10px;
}

.view-more {
  right: 40px;
}

.view-more a {
  color: #27357e;
  font-weight: 700;
  font-size: 1.21em;
  padding-top: 20px;
}

.bank-name {
  text-align: center;
  background: #fff;
  padding: 30px 40px;
  margin-top: 10px;
}

.bank-name ul li {
  font-size: 1.14em;
  font-weight: 700;
  color: #0b0b0b;
  text-align: center;
  padding: 0 30px;
  width: 20%;
  float: left;
  vertical-align: center;
  position: relative;
}

.bank-name ul li:after {
  content: "";
  border-left: 1px solid #1a1a1a;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  position: absolute;
  left: 0;
}

.bank-name ul li.content-none:after {
  content: none;
}

.news-room {
  margin-top: 20px;
  position: relative;
}

.news-room ul li {
  color: #000;
  font-weight: 700;
  font-size: 1.14em;
  padding-right: 5%;
  padding-bottom: 25px;
}

.news-room ul li span {
  font-weight: 300;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  color: #666666;
  font-size: 0.93em;
  padding-top: 8px;
  display: block;
}

.news-room ul li span img {
  padding-left: 5px;
}

.news-room .news-room-img {
  border-right: 1px solid #cacaca;
  padding-right: 30px;
  position: relative;
}

.news-room .news-room-img .content {
  left: 20px;
  bottom: 20px;
  position: absolute;
  width: 65%;
}

.news-room .news-room-img .content h3 {
  color: #fff;
  font-size: 1.43em;
  font-weight: 700;
}

.news-room .news-room-img span a {
  color: #fff;
  font-size: 0.93em;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.news-room .news-room-img span a img {
  padding-left: 5px;
}

.get-in-touch-form {
  position: relative;
  background: #27357e;
}

.get-in-touch-form .page-title h2 {
  color: #fff;
}

.get-in-touch-form .page-title h5.heading-in-bluebg {
  color: #fff;
}

.get-in-touch-form .input_container {
  margin-bottom: 40px;
}

.get-in-touch-form .input_container .floatlabel,
.get-in-touch-form .select_container select {
  background: transparent;
  padding: 12px 0;
}

.get-in-touch-form .input_container label {
  color: #fff;
}

.get-in-touch-form .input_container .floatlabel.filled,
.get-in-touch-form .input_container .floatlabel:focus {
  border-bottom: 1px solid #fff;
  color: #fff !important;
}

.get-in-touch-form input:-webkit-autofill,
input:-webkit-autofill:hover,
.get-in-touch-form input:-webkit-autofill:focus .get-in-touch-form input:-webkit-autofill,
.get-in-touch-form textarea:-webkit-autofill,
.get-in-touch-form textarea:-webkit-autofill:hover .get-in-touch-form textarea:-webkit-autofill:focus,
.get-in-touch-form select:-webkit-autofill,
.get-in-touch-form select:-webkit-autofill:hover,
.get-in-touch-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.get-in-touch-form .input_container .floatlabel.filled+label,
.get-in-touch-form .input_container .floatlabel:focus+label {
  color: #fff;
}

.get-in-touch-form .error_msg,
.error_msg1 {
  color: red;
}

.get-in-touch-form .form_btn a,
.get-in-touch-form .form_btn button {
  width: 100%;
  background: #fff;
  color: #27357e;
  margin: 0;
  padding: 10px;
}

.get-in-touch-form .thank-you h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.29em;
}

.get-in-touch-form .select_container select option {
  background: #27357e;
}

.member-bank {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  height: 100px;
  margin-top: 20px;
  position: relative;
}

.member-bank p {
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.media-center-links {
  margin-bottom: 1.5rem;
}

.media-center-links a {
  font-size: 1.29em;
  font-weight: 400;
  display: block;
}

.media-center-links .static-link ul li {
  background: transparent;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 35px 90px 35px 35px;
  font-size: 1.43em;
}

.media-center-links .static-link ul li:after {
  top: 35%;
}

.media-center-links .static-link ul li:hover {
  background: #27357e;
}

.media-center-links .static-link ul li:hover a {
  color: #fff;
}

.media-box {
  position: relative;
  margin-bottom: 25px;
}

.media-box a {
  display: block;
}

.media-box img {
  width: 100%;
  max-height: 300px;
}

.media-box a span {
  /* font-size: 1.143em; */
  color: #fff;
  left: 0px;
  right: 0px;
  padding: 10px 10px;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  bottom: 0;
}

.left-sidebar h4 {
  background: #bfbfbf;
  color: #0b0b0b;
  padding: 15px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-weight: 500;
  /* text-transform: uppercase; */
  font-size: 1.21em;
}

.left-sidebar ul li {
  border-bottom: 1px solid #acacac;
}

.left-sidebar ul li:last-child {
  border-bottom: none;
}

.left-sidebar ul li a {
  background: #f7f7f7;
  padding: 12px 15px 12px 30px;
  /* text-transform: uppercase; */
  font-weight: 500;
  display: block;
  position: relative;
}

.left-sidebar ul li a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #313131;
  left: 15px;
  top: 19px;
}

.left-sidebar ul li a:hover,
.left-sidebar ul li a.active {
  background: #27357e;
  color: #fff;
  padding-left: 30px;
}

.left-sidebar ul li a:hover:after,
.left-sidebar ul li a.active:after {
  background: #fff;
}

.what-we-do-sidebar {
  border-right: 1px solid #ccc;
  padding-bottom: 20px;
}

.what-we-do-sidebar h4 {
  color: #27357e;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  font-size: 1.71em;
  text-align: left;
  padding: 0;
}

.what-we-do-sidebar ul {
  margin-top: 20px;
  padding-right: 15px;
}

.what-we-do-sidebar ul li {
  border-bottom: none;
  padding: 0;
}

.what-we-do-sidebar ul li a {
  border-bottom: none;
  padding: 7px 0;
  background: transparent;
  text-transform: unset;
}

.what-we-do-sidebar ul li a:after {
  content: none;
}

.what-we-do-sidebar ul li a:hover,
.what-we-do-sidebar ul li a.active {
  padding-left: 15px;
}

li.subMenu {
  display: block;
  position: relative;
}

ul.inSubmenu {
  margin-top: 0;
  background: #ddd;
  padding: 10px;
}

li.subMenu a.subMenuLink.collapsed::after {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.left-sidebar ul li a.subMenuLink:hover:after,
.left-sidebar ul li a.subMenuLink.active:after {
  background: transparent;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

li.subMenu a.subMenuLink::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  top: 18px;
  left: 95%;
  border-radius: 0;
  border-top: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.pdf-item {
  background: #fff;
  padding: 15px 15px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.pdf-item .pdf {
  width: 6%;
}

.pdf-item .pdf img {
  height: 35px;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}

.pdf-item span {
  width: 100%;
}

.pdf-item p {
  width: 64%;
  margin-bottom: 0;
}

.pdf-item a {
  color: #ff8834;
  font-weight: 700;
  letter-spacing: 1px;
}

.pdf-item .download {
  width: 20%;
  text-align: right;
}

.pdf-item .download a {
  text-transform: uppercase;
}

.pdf-item .download img {
  height: 25px;
  width: auto;
  display: inline-block;
  padding-left: 5px;
  vertical-align: bottom;
}

.black-form .input_container label {
  color: #000;
}

.black-form .input_container .floatlabel,
.black-form .select_container select {
  border-bottom: 1px solid #000;
}

.nachEcoMain .list-design ul li {
  padding: 0;
  list-style: none;
}

.list-design ul li a {
  position: relative;
  display: block;
  padding: 20px 130px 20px 20px;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 25px;
  -o-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.list-design ul li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #27357e;
  border-right: 3px solid #27357e;
  top: 0;
  right: 22px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}

.list-design ul li a span {
  position: absolute;
  right: 40px;
  color: #27357e;
  font-weight: 600;
}

.list-detail h2 {
  font-size: 1.57em;
  font-weight: 700;
  color: #27357e;
}

.list-detail hr {
  border-color: #c5c5c5;
}

.list-detail b {
  padding-right: 5px;
}

.list-detail a {
  color: #27357e;
  text-decoration: underline;
}

.list-detail p img {
  width: 20px;
  margin-right: 10px;
  vertical-align: baseline;
}

.newsletter-pdf a {
  font-weight: 500;
  display: block;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  /* margin: 15px; */
  background: #fff;
  -o-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.newsletter-pdf a img {
  /* padding-right: 20px;
    width: 70px;
    position: absolute; */
  height: auto;
  width: 60px;
  padding-right: 20px;
}

.newsletter-pdf a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 3px solid #27357e;
  border-right: 3px solid #27357e;
  right: 30px;
  bottom: 50%;
  transform: rotate(45deg);
  margin: auto;
}

.media-coverage a {
  height: 120px;
  padding: 20px 40px 20px 80px;
}

.media-coverage a img {
  padding-right: 20px;
  width: 70px;
  position: absolute;
  left: 30px;
}

.table-responsive {
  background: #fff;
}

.table thead th {
  background: #27357e;
  color: #fff;
  border-bottom: none;
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  padding: 6px;
  font-size: 0.86em;
  vertical-align: middle;
  text-align: center;
}

.table-bordered th {
  font-size: 0.93em;
}

.upi-live-members-table .table thead tr th:nth-child(1) {
  width: 60px;
}

.upi-live-members-table .table-bordered td,
.upi-live-members-table .table-bordered th {
  text-align: center;
}

.gallery-div {
  border: 1px solid #ccc;
  text-align: center;
}

.gallery-div .example-image {
  height: 260px;
  width: auto;
}

.tv-media {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.tv-media p {
  min-height: 130px;
  margin-bottom: 0;
  padding: 15px;
}

.video-content h4 {
  font-size: 1.14em;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.video-content h5 {
  font-weight: 700;
  font-size: 1.07em;
  margin-bottom: 8px;
}

/* .list li{
    padding-bottom: 10px;
} */

.alpha {
  padding-top: 10px;
  padding-left: 25px;
}

.alpha li {
  list-style: lower-alpha;
}

.join-us-iframe iframe {
  height: 2200px;
}

.blog_card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.blog-content {
  padding: 20px 15px;
}

.blog_card .blog-content p {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_card .blog-content h5 {
  font-size: 0.93em;
  padding-bottom: 5px;
}

.blog_card .blog-content h5 span {
  text-transform: uppercase;
}

.blog_card .blog-content a {
  background: #283680;
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
}

.accordion-sitemap {
  padding: 10px 0 0 0;
}

.accordion-sitemap li {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.accordion-sitemap li a {
  display: block;
  padding: 15px;
  font-size: 1.21em;
}

.accordionleveltwo li {
  border-top: 1px solid #fff;
  background: #f1f1f1;
  box-shadow: none;
  margin-bottom: 0;
}

.accordionleveltwo li a {
  padding-left: 30px;
  font-size: 1.07em;
}

.accordionlevelthree li {
  background: #f9f9f9;
  box-shadow: none;
  margin-bottom: 0;
}

.accordionlevelthree li a {
  padding-left: 45px;
  font-size: 1.07em;
}

.sub-nav-new {
  display: none;
}

.sub-nav-new-two {
  display: none;
}

.left-acco,
.left-acco2 {
  position: relative;
  cursor: pointer;
}

.left-acco:after,
.left-acco2:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  z-index: 9;
  top: 23px;
  right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.media-gallery .media-box img {
  height: auto;
}

.media-gallery .media-box a span {
  background: transparent;
  font-size: 3.00em;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  bottom: unset;
}

.nine_nine_slider .owl-dots,
.statistics-home .owl-dots,
.box-slider .owl-dots {
  margin: 20px auto;
  text-align: center;
}

.nine_nine_slider .owl-dots button,
.statistics-home .owl-dots button,
.box-slider .owl-dots button {
  display: inline-block;
  background: #5562a5;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 10px;
  text-align: center;
}

.nine_nine_slider .owl-dot.active,
.statistics-home .owl-dot.active,
.box-slider .owl-dot.active {
  width: 50px;
  background: #27357e;
}

.box-list ul.list li {
  padding: 20px 15px;
  display: inline-block;
  background: #f1f1f1;
  margin-right: 7px;
  margin-bottom: 10px;
  /* -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1); */
}

.box-list ul.list li::before {
  content: none;
}

.card-section .btn_solid {
  padding: 8px 30px;
  margin-bottom: 25px;
}

.card-section img {
  padding: 20px 0;
}

.card-section p {
  font-size: 1.21em;
}

.box-slider .statistics-item h4 {
  font-size: 1.79em;
  margin-bottom: 10px;
}

.box-slider .statistics-item h3 {
  padding: 15px 0;
  font-size: 1.07em;
  height: 65px;
}

.article_slider {
  margin: 30px 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.article_card {
  position: relative;
  padding: 30px;
  min-height: 190px;
}

.boder_right {
  border-right: 1px solid #e5e6ea;
}

.article_card span {
  display: block;
  font-size: 1.00em;
  color: #a8acb9;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article_card h5 {
  font-size: 1.79em;
  font-weight: 700;
  margin-bottom: 15px;
}

.read_more_share {
  position: absolute;
  bottom: 30px;
}

.read_more_share a {
  font-size: 1.00em;
  text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #283680;
}

.articles>a {
  display: block;
  text-align: center;
  font-weight: 500;
  max-width: 150px;
  background: #000213;
  border: 1px solid transparent;
  padding: 15px 0;
  color: #fff;
  margin: auto;
  border-radius: 40px;
}

.articles>a:hover {
  border: 1px solid #000213;
  color: #000213;
  background: transparent;
}

.add-box {
  margin-top: 30px;
}

.getAdd .add-box {
  min-height: 325px;
}

.RequestForFastTagSuccessDiv {
  display: none;
  color: green;
}

.benefits {
  /* background: #f1f1f1; */
}

.benefits .inner_title {
  /* color: #fff; */
}

.benefits-item {
  background: #2f3659;
  margin-bottom: 25px;
  padding: 10px 15px;
}

.benefits-item .panel-title a {
  color: #fff;
  font-size: 1.07rem;
}

.benefits-item .panel-title img {
  height: 40px;
  padding-right: 10px;
}

.benefits-item ul {
  padding: 10px;
  margin: 0;
  margin-top: 20px;
}

.benefits-item ul li {
  color: #fff;
  line-height: 20px;
  padding-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.benefits-item ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

.benefits-item .panel-title a.collapsed:after {
  content: "";
  width: 3px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: 43px;
}

.benefits-item .panel-title a.collapsed:before,
.benefits-item .panel-title a:before {
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 31px;
  right: 37px;
}

.benefits-item .panel-title a:after {
  content: none;
}

.csrTable.table-bordered td,
.csrTable.table-bordered th {
  text-align: left;
}

/*rupay-contactless-live-banks-slider Start*/

.live-memb .accordion-item {
  margin-bottom: 20px;
  -o-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.live-memb .accordion-header {
  padding: 20px 50px 20px 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 1.29em;
  font-weight: 500;
}

.live-memb .accordion-body {
  padding: 0 20px 20px 20px;
  display: none;
}

.live-memb .accordion-body p:last-child {
  margin-bottom: 0;
}

.live-memb .accordion-body ol li,
.live-memb .accordion-body ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.live-memb .accordion-body ol li::before,
.live-memb .accordion-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background: #27357e;
  border-radius: 50%;
}

.live-memb .accordion-item .accordion-header:after {
  content: "";
  width: 15px;
  height: 3px;
  background: #27357e;
  position: absolute;
  top: 30px;
  right: 24px;
}

.live-memb .accordion-item .accordion-header:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #27357e;
  position: absolute;
  top: 23px;
  right: 30px;
}

.live-memb .accordion-item.active>.accordion-header:before {
  content: none;
}

.live-memb .accordion-item.active .js-accordion-header {
  position: relative;
  z-index: 5;
}

.live-memb .tabs_section {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.live-memb {
  background: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
}

.live-memb .view_more_btn {
  text-align: center;
  margin-top: 30px;
}

.live-memb .product-tab {
  background: #ebebeb;
}

.live-memb .product-tab .nav-pills li a {
  font-size: 1.29em;
  font-weight: 700;
  padding: 20px;
  border-radius: 0;
}

.live-memb .product-tab .nav-pills .nav-link.active,
.live-memb .product-tab .nav-pills .show>.nav-link {
  background-color: #27357e;
}

.live-memb .tab-content {
  padding: 20px;
}

@media (min-width: 768px) {
  .live-memb .nav-tabs {
    display: flex;
  }

  .live-memb .card {
    border: none;
    background: transparent;
  }

  .live-memb .card .card-header {
    display: none;
  }

  .live-memb .card .collapse {
    display: block;
  }
}

.live-memb .feature_card h4 {
  font-size: 1.43em;
  margin: 25px 0 15px;
}

.live-memb .feature_card p:last-child {
  margin-bottom: 0;
}

.live-memb .benefits_icons {
  margin-bottom: 30px;
}

.live-memb .benefits_icons img {
  width: 80px;
  margin-bottom: 10px;
}

.live-memb .tab_logos {
  text-align: center;
}

.live-memb .tab_logos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.live-memb .tab_logos ul li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 1% 2%;
}

.live-memb .tab_logos ul li p {
  margin-top: 15px;
}

.live-memb .features_section>a,
.live-memb .grey-btn>a,
.live-memb .tab_logos a {
  color: #222222;
  background: #e7e7e7;
  margin-top: 30px;
}

.live-memb .features_section>a:hover,
.live-memb .grey-btn>a:hover,
.live-memb .tab_logos a:hover {
  color: #ffffff;
  background: #27357e;
}

.issuer-slider {
  display: block;
  position: relative;
}

.issuer-slider .card-issuer {
  position: relative;
  width: 100%;
  /* margin: auto 10px; */
  /*border: 1px solid #dddddd;*/
  padding: 10px;
  border-radius: 10px;
}

.issuer-slider .card-issuer img {
  margin-bottom: 10px;
  border-radius: 10px;
}

.issuer-slider .card-issuer h2 {
  font-size: 1.00em;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.issuer-slider {
  text-align: center;
}

.issuer-slider a {
  display: block;
  background: #f7f7f7;
  padding: 20px 0;
  border-radius: 15px;
}

.issuer-slider a:hover {
  background: #eeeeee;
}

.issuer-slider span {
  display: block;
  /* margin-top: 15px; */
}

.issuer-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.issuer-slider .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
}

.issuer-slider .owl-nav .owl-prev::after,
.issuer-slider .owl-nav .owl-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
}

.issuer-slider .owl-nav .owl-prev::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.issuer-slider .owl-nav .owl-next {
  position: absolute;
  right: -10px;
}

.issuer-slider .owl-nav .owl-next::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.issuer-slider .owl-nav .owl-prev.disabled,
.issuer-slider .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: auto;
}

.issuer-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.issuer-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 5px;
}

.issuer-slider .owl-dots .owl-dot.active {
  background: #27357e;
}

/*rupay-contactless-live-banks-slider End*/

/*NPCI Unites page start*/

.pdf-item-1 {
  background: #fff;
  padding: 15px 15px;
  margin: 15px 0;
  width: 100%;
  position: relative;
  float: left;
  align-items: center;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.pdf-item-1 .cont-text {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.pdf-item-1 .cont-text p {
  font-size: 0.93em;
  text-align: center;
  margin-bottom: 0;
}

.pdf-item-1 a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.pdf-item-1 .download-2 {
  width: 50%;
  position: relative;
}

.pdf-item-1 span {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  font-size: 0.86em;
}

.pdf-item-1 .download-1 {
  width: 100%;
  position: relative;
  float: left;
}

.pdf-item-1 span a {
  text-transform: uppercase;
  background: #27357e;
  padding: 5px 12px;
  border-radius: 0px;
  color: #ffffff;
  width: 90%;
  text-align: center;
}

.pdf-item-1 .download-1 a {
  text-transform: uppercase;
  background: #27357e;
  padding: 5px 12px;
  border-radius: 0px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.pdf-item-1 .modal-header {
  padding: 1rem 1rem 0 1rem;
  border-bottom: none;
}

.pdf-item-1 .modal-header span {
  font-size: 0.11em;
}

.mx-wdth .modal-body {
  margin-bottom: 20px;
}

.mx-wdth .modal-body img {
  width: 100%;
}

/*NPCI Unites page end*/

/*Insights Locationwise Monthly product statistics start*/

.image-map {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.image-map .tooltip-main {
  position: absolute;
  color: #ffffff;
  transition: 0.1s linear;
}

.image-map .tooltip-main:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(223 125 20);
  transform: rotate(42deg);
  position: absolute;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  text-align: center;
}

.image-map .tooltip-main p {
  color: #ffffff;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 0px;
  font-size: 0.71em;
}

.image-map .tooltip-main span {
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: initial;
  font-size: 0.71em;
}

/*Insights Locationwise Monthly product statistics end*/

/*Insights page start*/

.insights-main .accordion-body ol li::before,
.insights-main .accordion-body ul li::before {
  content: none;
}

.image-map {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.ecoSysTabs .ipo_upi_tabs ul li.nav-item {
  width: auto;
  margin-bottom: 15px;
  text-align: center;
}

#value-map,
#volume-map {
  height: 1000px;
  min-width: 310px;
  max-width: 1000px;
  margin: 0 auto;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 0.09em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.map-v {
  height: 1000px;
  min-width: 310px;
  max-width: 1000px;
  margin: 0 auto;
}

.side-vertical-border {
  border-left: 5px solid #d3d5dc;
  height: 100%;
  position: relative;
  left: 50%;
}

.noresult {
  color: #27357e;
  text-align: center;
  display: none;
}

/*Insights page end*/

/*Manipal page start*/

.section-padding-mani {
  background: url(/images/npci/manipal/banner-manipal.jpg) no-repeat center center / cover;
  padding: 4% 0;
}

.logobox {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.section-padding-mani span img {
  width: 350px;
}

.section-padding-mani span {
  display: inline-block;
}

.section-padding-mani .main-sec p {
  text-align: left;
  line-height: 1.75rem;
  font-size: 0.09em;
}

.box-fig {
  padding: 15px;
  background: #ced3da;
  color: #00267a;
  border-radius: 12px;
  position: relative;
  float: left;
  width: 100%;
}

.box-fig span {
  text-align: left;
  line-height: 1.25rem;
  font-size: 0.06em;
  display: block;
  font-weight: 600;
}

.box-fig .list li {
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  float: left;
  width: 50%;
  display: block;
  margin-bottom: 0px;
}

.section-padding-boxes {
  padding: 4% 0;
  background: url(/images/npci/manipal/bg.png) no-repeat center center / cover;
}

.square-box {
  width: 85%;
  padding: 40px;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  background: rgb(255, 255, 255);
  box-shadow: rgb(93 93 93 / 25%) 0 0 10px 0;
  margin: auto;
  min-height: 275px;
  margin-bottom: 30px;
}

.square-box img {
  width: 110px;
}

.section-padding-learner {
  background: url(/images/npci/manipal/bg-2.jpg) no-repeat center center / cover;
  position: relative;
  padding: 4% 0;
  z-index: 1;
}

.sec-title {
  width: 100%;
  position: relative;
}

.sec-title h3 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.border-line {
  position: relative;
  width: 85%;
  background: #ffffff;
  height: 1px;
  justify-content: center;
  top: 27%;
  left: 7%;
  z-index: -1;
}

.main-div {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.icon-div {
  width: 20%;
  text-align: center;
  margin-bottom: 30px;
}

.img-cls {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
}

.img-cls img {
  width: 50px;
}

.main-div p {
  color: #ffffff;
}

/*Manipal page end*/

/* Aadhart OTP Start */

.aadhOtMain .banner_slider.owl-carousel .owl-nav {
  left: auto;
  bottom: 50%;
  width: 100%;
}

.aadhOtMain .banner_slider.owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: absolute;
}

.aadhOtMain .banner_slider.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-next,
.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-prev {
  background: #dbddef;
}

.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-prev.disabled,
.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-next.disabled {
  opacity: 0;
}

.aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-next {
  right: -40px;
  position: absolute;
}

.aadhOtMain .owl-carousel .owl-item img {
  width: 100%;
}

.aadhOtMain .owl-carousel {
  display: block;
}

.aadhTabs.ipo_upi_tabs ul li>a {
  margin-bottom: 0.5rem;
}

/* Aadhart OTP End */

.ecoSysTabs td.htcColor {
  background-color: #00b050;
  font-weight: 600;
}

.ecoSysTabs td.ltcColor {
  background-color: #ffc000;
  font-weight: 600;
}

.ecoSysTabs td.mtcColor {
  background-color: #92d050;
  font-weight: 600;
}

@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {
  .container {
    max-width: 1440px;
  }

  body,
  p,
  a,
  ul li button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 1.143em;
    line-height: 27px;
  }

  header .navigation nav ul li a {
    font-size: 1em;
  }

  .banner_content h1 {
    font-size: 3.571em;
    margin-bottom: 20px;
    line-height: 70px;
  }

  .banner_content h1 span {
    font-size: 3.214em;
    margin-bottom: 5px;
  }

  .banner_content a {
    padding: 20px 40px;
    max-width: 220px;
  }

  .banner_slider .owl-dots {
    top: 65%;
  }

  .banner_slider.owl-carousel .owl-nav {
    bottom: 15%;
  }

  .join-us-iframe iframe {
    height: 2120px;
  }

  /**************/

  .inner_banner_content h1 {
    font-size: 4em;
  }

  .breadcrumbs ul li a,
  .breadcrumbs ul li {
    font-size: 1.1em;
  }

  .radio_btns .radio_option label {
    font-size: 1.286em;
  }

  .input_container label {
    font-size: 1.286em;
  }

  .input_container .floatlabel,
  .select_container select {
    font-size: 1.286em;
  }

  .radio_btns .radio_option .outside {
    top: 6px;
  }

  /**************/

  .footer_links h3 {
    font-size: 1.429em;
    margin-bottom: 25px;
  }

  .footer_links ul li {
    margin-bottom: 20px;
  }

  .social_footer h6 {
    font-size: 1.286em;
  }

  .social_footer a {
    margin-right: 25px;
  }

  .social_footer a img {
    height: 22px;
  }

  .submit_btn a,
  .submit_btn button,
  .btn_solid {
    padding: 10px 40px;
    border-radius: 80px;
    font-size: 1.286em;
  }

  .page-title p {
    font-size: 1.286em;
    line-height: 30px;
  }

  .home-faq .faq-q {
    width: 25%;
    padding: 50px;
  }

  .static-link ul li {
    /*padding: 35px 100px 35px 35px; */
  }

  .accordion-header {
    font-size: 1.429em;
  }

  .view-more a {
    font-size: 1.429em;
  }

  .bank-name ul li {
    font-size: 1.429em;
  }

  .pdf-item {
    padding: 20px 25px;
  }

  .pdf-item a {
    font-size: 1.286em;
  }

  .pdf-item .download img {
    height: 26px;
  }

  .gallery-div .example-image {
    height: 300px;
  }

  .media-coverage a {
    height: 130px;
  }

  .social-feed .facebook,
  .social-feed .twitter,
  .social-feed .linkedin {
    min-height: 660px;
  }

  .social-item.testimonial-item {
    min-height: 570px;
  }

  .social-item .testimonial-info {
    min-height: 285px;
  }

  /* Partners Start */

  .ptHomeMain {
    max-height: 650px;
    margin-bottom: 100px;
  }

  .ptHoInner h2 {
    font-size: 4em;
  }

  /* Partners End */
}

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

  body,
  p,
  ul li,
  ol li {
    font-size: 0.929em;
  }

  header .main_header {
    padding: 0 30px;
  }

  header .navigation>nav>ul>li {
    margin-left: 20px;
  }

  .banner_content {
    top: 50%;
    left: 3%;
  }

  .banner_content h1 {
    font-size: 1.429em;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .banner_content h3 {
    font-size: 1.286em;
  }

  .banner_content .pt-5 {
    padding-top: 0 !important;
  }

  .owl-carousel .owl-item .banner_content img {
    width: 250px;
  }

  .banner_content a {
    padding: 8px 15px;
    font-size: 0.857em;
  }

  .banner_slider.owl-carousel .owl-nav {
    left: 3%;
    bottom: 25px;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-next,
  .banner_slider.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-next::before,
  .banner_slider.owl-carousel .owl-nav button.owl-prev::before {
    width: 8px;
    height: 8px;
    top: 14px;
  }

  .home-banner-link ul li.img-one,
  .home-banner-link ul li.img-two,
  .home-banner-link ul li.img-three,
  .home-banner-link ul li.img-zero,
  .home-banner-link ul li.img-fintech,
  .home-banner-link ul li.img-one:hover,
  .home-banner-link ul li.img-two:hover,
  .home-banner-link ul li.img-three:hover,
  .home-banner-link ul li.img-zero:hover,
  .home-banner-link ul li.img-fintech:hover {
    background-size: 30px;
  }

  .home-banner-link ul li {
    padding: 10px 55px 10px 70px;
    font-size: 0.857em;
  }

  .home-banner-link ul li:after {
    background-size: 80%;
  }

  .links-btn ul li a {
    padding: 10px;
  }

  .page-title h2 {
    font-size: 2.143em;
  }

  .page-title a img {
    width: 15px;
  }

  .statistics-item {
    min-height: 170px;
  }

  .statistics-item.big img {
    height: auto;
  }

  .statistics-item h4 {
    font-size: 2em;
  }

  .statistics-item img {
    height: 56px;
  }

  .home-faq {
    min-height: 360px;
  }

  .home-faq .faq-q {
    padding: 20px;
  }

  .home-faq .faq-q ul li a {
    padding: 25px 60px 25px 0px;
  }

  .home-faq .faq-q ul li a:after,
  .static-link ul li:after {
    width: 25px;
    height: 25px;
    right: 5px;
  }

  .home-faq .faq-video img {
    object-fit: cover;
    height: 360px;
  }

  .static-link ul li {
    padding: 20px 60px 20px 25px;
  }

  .pdf-item .download {
    width: 30%;
  }

  .gallery-div .example-image {
    height: 200px;
  }

  .media-coverage a {
    height: 130px;
  }

  .social-feed .facebook,
  .social-feed .twitter,
  .social-feed .linkedin {
    min-height: 570px;
  }

  .join-us-iframe iframe {
    height: 2420px;
  }

  .inner_banner_content h1 {
    font-size: 2.5em;
  }

  #rupayVideoSlider .modal-dialog {
    max-width: 960px;
    margin: 15rem auto;
  }

  #rupayVideoSlider .add_rupay_video {
    display: inline-block;
    width: 100%;
  }

  .rucredhBan.banner_content {
    top: 60%;
    display: block;
  }

  .rucreiplBan.banner_content {
    top: auto;
    left: 5%;
    display: block;
    bottom: 24%;
  }

  .ruscanBan.banner_content {
    top: auto;
    left: 5%;
    display: block;
    bottom: 24%;
  }


  .rucredhBan.banner_content a {
    padding: 12px 30px;
  }

  .gptwLogo {
    left: 20px;
    bottom: -22px;
  }

  .gptwLogo img {
    width: 80px;
  }

  /* Fraud Awareness Start*/

  .mar5rem {
    margin-bottom: 4rem;
  }

  .doDonMain.firstCh {
    margin-bottom: 70px;
    height: auto;
  }

  /* Fraud Awareness End */
}

@media (min-width: 992px) and (max-width: 1300px) {
  header .logo {
    position: relative;
    top: 0;
  }

  header .logo a img {
    width: 140px;
  }

  header .logo .flag img {
    width: 60px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  /*Manipal page start*/

  .square-box {
    width: 100%;
    padding: 15px;
    min-height: 225px;
  }

  .logobox {
    margin-top: 50px;
  }

  .sec-title {
    text-align: center;
    margin-top: 30px;
  }

  .sec-title h3:after,
  .sec-title h3:before {
    content: none;
  }

  .border-line {
    display: none;
  }

  /*Manipal page end*/
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 780px;
    padding: 0 10px;
  }

  p {
    margin-bottom: 15px;
  }

  header .main_header {
    padding: 0 20px;
  }

  header .logo a img {
    width: 70px;
  }

  header .logo .flag img {
    width: 50px;
    margin-left: 10px;
  }

  header .logo a:last-child img {
    margin-left: 0;
  }

  header .navigation>nav>ul>li {
    margin-left: 8px;
    min-height: 60px;
  }

  header .navigation nav ul li a {
    font-size: 0.857em;
    line-height: 60px;
  }

  header .navigation nav ul li.search_icon {
    width: 60px;
  }

  header .navigation nav ul li.search_icon::before {
    width: 60px;
    height: 60px;
  }

  /* header .navigation nav ul li.search_icon::before {
        width: 40px;
        left: -12px;
    } */

  header .navigation nav ul li.search_icon a img {
    width: 15px;
  }

  header .navigation nav>ul>li>a.m_nav::after {
    top: 29px;
    right: -9px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ffffff;
  }

  /* .banner_content {
        top: 15%;
    } */

  .banner_slider .owl-dots {
    top: 45%;
  }
  
    .npci_banner_slider .owl-dots {
    top: 90%;
  }

  .home-banner-link ul li:after {
    width: 22px;
    height: 22px;
    right: 15;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-next,
  .banner_slider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-next::before,
  .banner_slider.owl-carousel .owl-nav button.owl-prev::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-prev::before {
    right: 10px;
  }

  .banner_slider.owl-carousel .owl-nav button.owl-next::before {
    left: 10px;
  }

  .links-btn {
    padding: 12px 0;
  }

  .links-btn ul li a {
    padding: 10px;
    font-size: 0.857em;
  }

  .home-banner-link ul li {
    padding: 10px 45px 10px 60px;
  }

  .links-btn .popular-links {
    top: -40px;
    padding: 10px 30px;
  }

  .banner_content h1 {
    margin-bottom: 10px;
    font-size: 1.143em;
    line-height: 16px;
  }

  .banner_content h3 {
    font-size: 1.143em;
  }

  .owl-carousel .owl-item .banner_content img {
    width: 220px;
  }

  .banner_content a {
    padding: 12px 10px;
    font-size: 0.786em;
    max-width: 120px;
  }

  .banner_slider.owl-carousel .owl-nav {
    bottom: 5px;
  }

  .home-banner-link ul li.img-one,
  .home-banner-link ul li.img-two,
  .home-banner-link ul li.img-three,
  .home-banner-link ul li.img-zero,
  .home-banner-link ul li.img-fintech,
  .home-banner-link ul li.img-one:hover,
  .home-banner-link ul li.img-two:hover,
  .home-banner-link ul li.img-three:hover,
  .home-banner-link ul li.img-zero:hover,
  .home-banner-link ul li.img-fintech:hover {
    background-size: 20px;
  }

  /* .statistics-item.big h3 {
        font-size: 1.143em;
    } */

  .statistics-item h3 {
    font-size: 1em;
  }

  .statistics-item img {
    height: auto;
  }

  .statistics-item a .arrow {
    bottom: 15px;
  }

  .home-faq .faq-q {
    padding: 15px;
    width: 40%;
  }

  .home-faq .faq-q ul li a {
    padding: 25px 25px 25px 0px;
  }

  .home-faq .faq-q ul li a:after {
    right: 0;
  }

  .page-title h2 {
    font-size: 1.714em;
    margin-bottom: 0;
  }

  .page-title p {
    line-height: 22px;
    font-size: 1em;
    padding: 10px 0 !important;
  }

  .static-link ul li {
    padding: 20px 45px 20px 15px;
  }

  .social-feed .social-item p {
    padding: 15px;
  }

  .social-feed .facebook p,
  .social-feed .facebook p a,
  .social-feed .twitter p,
  .social-feed .twitter p a,
  .social-feed .linkedin p,
  .social-feed .linkedin p a {
    padding: 0;
  }

  .social-feed .facebook,
  .social-feed .twitter,
  .social-feed .linkedin {
    min-height: 660px;
    padding: 80px 15px 90px 15px;
  }

  .social_footer a {
    margin-right: 15px;
  }

  .copyright p {
    font-size: 0.857em;
  }

  footer {
    padding: 3% 2%;
  }

  .accordion-header {
    font-size: 1em;
    padding: 15px 45px 15px 15px;
  }

  .map-faq {
    left: 15px;
  }

  .accordion-body {
    padding: 0 15px 15px 15px;
  }

  .bank-name {
    padding: 20px;
  }

  .bank-name ul li {
    font-size: 1em;
    padding: 0 15px;
  }

  .news-room .news-room-img .content {
    width: 65%;
  }

  .news-room .news-room-img .content h3 {
    font-size: 1.071em;
  }

  .news-room ul li {
    font-size: 1.071em;
    padding-right: 0;
    padding-bottom: 20px;
    line-height: 20px;
  }

  .gallery-div .example-image {
    height: 155px;
  }

  .media-coverage a {
    height: 190px;
  }

  .join-us-iframe iframe {
    height: 4700px;
  }

  .social-item.testimonial-item {
    min-height: 630px;
  }

  .social-item .testimonial-info {
    min-height: 350px;
  }

  /*NPCI Unites page start*/

  .pdf-item-1 span {
    width: 100%;
    margin-bottom: 20px;
  }

  /*NPCI Unites page end*/

  /*Insights page start*/

  .side-vertical-border {
    display: none;
  }

  /*Insights page end*/

  .digiIcon a {
    margin: 0;
  }

  .digiimg {
    width: 32px;
  }

  .buttondiv.banner_content {
    left: 30%;
    top: 50%;
    display: inline-block;
    width: auto;
  }

  .hckThonBan.banner_content {
    left: 23%;
    top: 58%;
    display: inline-block;
    width: auto;
  }

  .getAdd .add-box {
    min-height: auto;
  }

  #rupayVideoSlider .modal-dialog {
    max-width: 720px;
    margin: 15rem auto;
  }

  #rupayVideoSlider .add_rupay_video {
    display: inline-block;
    width: 100%;
  }

  .rucredhBan.banner_content {
    top: 60%;
    display: block;
  }

  .rucreiplBan.banner_content {
    top: auto;
    left: 5%;
    display: block;
    bottom: 24%;
  }

  .ruscanBan.banner_content {
    top: 76%;
    left: 33%;
    display: block;
    bottom: 24%;
  }

  .rucredhBan.banner_content a {
    padding: 12px 30px;
  }

  .gptwLogo {
    left: 20px;
    bottom: -22px;
  }

  .gptwLogo img {
    width: 80px;
  }

  /* Fraud Awareness Start*/

  .mar5rem {
    margin-bottom: 4rem;
  }

  .doDonMain.firstCh {
    margin-bottom: 70px;
    height: auto;
  }

  /* Fraud Awareness End */

  .iplPfban.banner_content {
    top: auto;
    left: 60%;
    display: block;
    bottom: 18%;
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1em;
    line-height: 18px;
  }

  p {
    margin-bottom: 10px;
  }

  .hiddenDesktop {
    display: block;
  }

  .hiddenMobile {
    display: none;
  }

  .order-change {
    order: 1;
  }

  .mobile-padding-0 {
    padding: 0;
  }

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

  .menu-height {
    height: 73px;
  }

  header .main_header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  header .logo {
    display: inline-block;
    margin-left: 10px;
  }

  header .logo a img {
    width: 120px;
  }

  header .logo .flag img {
    width: 58px;
    margin-left: 10px;
  }

  header .logo a:last-child img {
    margin-left: 0;
  }

  header .navigation nav ul li.search_icon {
    display: none;
  }

  header .main_header .mobile_nav {
    display: block;
    text-align: right;
  }

  header .main_header .mobile_nav a.search_icon {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }

  header .main_header .mobile_nav a.search_icon img {
    width: 20px;
  }

  header .main_header .mobile_nav .search_container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 97%;
    border: 1px solid #ddd;
    background: #fff;
  }

  header .main_header .mobile_nav .search_container input {
    width: 100%;
    padding: 10px 60px 10px 10px;
  }

  header .main_header .mobile_nav .search_container a {
    background: #27357e;
    color: #fff;
    line-height: normal;
    padding: 12px;
    position: absolute;
    right: 0;
    height: 100%;
  }

  header .main_header .mobile_nav .hamburger {
    display: inline-block;
  }

  header .main_header .mobile_nav .hamburger span {
    position: relative;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transition: all 0ms 300ms;
    display: block;
  }

  header .main_header .mobile_nav .hamburger span {
    background: #fff;
    width: 20px;
    height: 2px;
  }

  header .main_header .mobile_nav .hamburger span:before {
    background: #fff;
    width: 25px;
    height: 2px;
  }

  header .main_header .mobile_nav .hamburger span:after {
    background: #fff;
    width: 15px;
    height: 2px;
  }

  header .main_header .mobile_nav .hamburger span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  header .main_header .mobile_nav .hamburger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  header .main_header .mobile_nav .hamburger.active span {
    background: rgba(255, 255, 255, 0);
  }

  header .main_header .mobile_nav .hamburger.active span:after {
    background: #27357e;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
  }

  header .main_header .mobile_nav .hamburger.active span:before {
    background: #27357e;
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
  }

  header .navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fafafa;
    padding: 30px;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: left;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  header .navigation.active {
    opacity: 1;
    visibility: visible;
    overflow: scroll;
  }

  header .main_header {
    padding: 15px;
    height: auto;
  }

  header .navigation>nav>ul>li {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    min-height: auto;
  }

  header .main_header.sticky ul li {
    min-height: auto;
  }

  header .main_header.sticky ul li a {
    line-height: normal;
  }

  header .navigation nav ul li a {
    color: #222222;
    display: block;
    line-height: normal;
  }

  header .main_header.sticky {
    height: auto;
    background: #000;
  }

  header .navigation nav ul li>.dropdown_nav {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    background: #f1f1f1;
    padding: 1px 15px;
    box-shadow: none;
    margin-top: 10px;
  }

  header .navigation nav ul li>.dropdown_nav.active {
    display: block;
    top: 0;
  }

  header .navigation nav ul li .dropdown_nav li .dropdown_nav {
    top: 0;
    left: 0;
  }

  header .navigation nav ul li .dropdown_nav li a,
  header .main_header.sticky ul li .dropdown_nav li {
    font-size: 0.857em;
  }

  header .navigation nav>ul>li>a.m_nav::after {
    top: 6px;
    right: 0;
    border-top: 6px solid #27357e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .navigation nav>ul>li>a.m_nav.rotateArrow::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  header .navigation nav ul li .dropdown_nav li a.sub_nav_arrow::after {
    position: absolute;
    border-top: 5px solid #999999;
    border-bottom: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 0;
    top: 7px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .navigation nav ul li .dropdown_nav li a.sub_nav_arrow.rotateArrow::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  /***************/

  .banner_slider.owl-carousel .owl-item img {
    /* height: 450px; */
    /* object-fit: cover; */
  }

  .banner_content {
    width: 100%;
    text-align: left;
    /* top: 20%; */
    left: 0;
    padding: 0 4%;
    top: unset;
    bottom: 30px;
    display: none;
  }

  .riplOff.banner_content {
    width: 100%;
    left: 25%;
    padding: 0 4%;
    top: auto;
    bottom: 12%;
    display: block;
  }

  .riplOff.banner_content a {
    max-width: 50%;
    background: #fff;
    color: #27357e;
    font-weight: bold;
  }

  .banner_content h1 {
    font-size: 1.714em;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .banner_content h1 span {
    font-size: 1.714em;
    line-height: 30px;
  }

  .inner_banner_content h1 span img {
    display: block;
    margin: 10px auto 0;
  }

  .banner_slider.owl-carousel .owl-nav {
    bottom: 25px;
    left: 40%;
  }

  .links-btn .popular-links {
    top: -39px;
    padding: 8px 18px;
    font-size: 0.857em;
  }

  .home-banner-link ul li {
    font-size: 0.929em;
    padding: 20px 50px 20px 60px;
  }

  .home-banner-link ul li.img-one,
  .home-banner-link ul li.img-two,
  .home-banner-link ul li.img-three,
  .home-banner-link ul li.img-zero,
  .home-banner-link ul li.img-fintech,
  .home-banner-link ul li.img-one:hover,
  .home-banner-link ul li.img-two:hover,
  .home-banner-link ul li.img-three:hover .home-banner-link ul li.img-fintech:hover {
    background-size: 30px;
  }

  .home-banner-link {
    position: unset;
    padding-bottom: 35px;
  }

  .statistics-item.big {
    padding: 20px;
    margin-top: 15px;
  }

  .statistics-item {
    margin-top: 15px;
  }

  .home-faq .faq-q {
    position: unset;
    padding: 20px 0;
    width: 100%;
  }

  .home-faq .faq-video img {
    object-fit: initial;
    height: auto;
  }

  /*******************/

  .inner_banner {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .inner_banner figure {
    margin-bottom: 0;
  }

  .inner_banner_content {
    width: 100%;
    text-align: center;
    padding: 0 4%;
  }

  .inner_banner_content.m_top_fixed {
    top: 120px;
  }

  .inner_banner_content.m_top_5 {
    top: 5%;
  }

  .inner_banner_content.m_top_10 {
    top: 10%;
  }

  .inner_banner_content.m_top_15 {
    top: 15%;
  }

  .inner_banner_content.m_top_20 {
    top: 20%;
  }

  .inner_banner_content.m_top_30 {
    top: 30%;
  }

  .inner_banner_content.m_top_40 {
    top: 40%;
  }

  .inner_banner_content h1 {
    font-size: 1.714em;
    line-height: 28px;
  }

  .inner_banner_content h1 span {
    font-size: 2.143em;
  }

  .breadcrumbs ul li,
  .breadcrumbs ul li a {
    font-size: 0.857em;
  }

  /*******************/

  footer {
    padding: 20px 15px;
  }

  .footer_links p {
    padding-right: 0;
    margin: 15px 0 40px;
  }

  .footer_links h3 {
    position: relative;
    font-size: 1.143em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .footer_links h3::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #27357e;
    border-right: 2px solid #27357e;
    top: 4px;
    right: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  .footer_links h3.rotateArrow::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .footer_links ul {
    /* display: none;
        margin-top: 15px; */
  }

  .top_footer {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .copyright {
    margin-top: 30px;
  }

  .copyright p {
    font-size: 0.929em;
  }

  .bottom_footer {
    padding-top: 5%;
  }

  .submit_btn a,
  .submit_btn button,
  .btn_solid {
    font-size: 1em;
  }

  .breadcrumbs {
    padding: 10px 0;
  }

  .copyright .right {
    text-align: left;
  }

  .page-title {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .page-title h2 {
    font-size: 1.429em;
  }

  .page-title p {
    padding: 10px 0 !important;
  }

  .box-center {
    position: unset;
    transform: unset;
  }

  .static-link-border-botom {
    border-bottom: 1px solid #ccc !important;
  }

  .statistics-item img {
    height: 50px;
  }

  .static-link ul li {
    padding: 25px 50px 25px 15px;
  }

  .home-faq .faq-q ul li a:after,
  .static-link ul li:after {
    width: 25px;
    height: 25px;
    right: 0;
  }

  .map-faq {
    position: unset;
    transform: unset;
    background: #f1f1f1;
    border-radius: 0;
  }

  .faq-q .page-title {
    margin-bottom: 0;
  }

  .home-faq .faq-q ul li a {
    padding: 25px 40px 25px 0px;
  }

  .home-faq .faq-q ul li a.nav-link span {
    right: 25px;
  }

  .static-link ul li span {
    right: 35px;
  }

  .video-play-div .video-div-section iframe,
  .video-div-section video {
    height: 100%;
  }

  .video-play-div .video-div-section {
    max-width: 90%;
    height: 250px;
  }

  .video-play-div .close-popup {
    width: 15px;
    right: 10px;
  }

  .view-more {
    text-align: center;
    margin: 20px 0;
  }

  .view-more a {
    color: #fff;
    font-weight: 500;
    font-size: 1.071em;
    padding-top: 0;
    background: #27357e;
    padding: 10px 30px;
  }

  .bank-name {
    padding: 0 15px;
    margin: 0 0 20px 0;
  }

  .bank-name ul li {
    width: 50%;
    padding: 20px;
    border-bottom: 1px solid #000;
  }

  .bank-name ul li:after {
    content: none;
  }

  .bank-name ul li:last-child {
    border-bottom: none;
    margin-left: 25%;
  }

  .news-room .news-room-img .content {
    width: 55%;
    left: 10px;
    bottom: 10px;
  }

  .news-room .news-room-img .content h3 {
    font-size: 1em;
  }

  .news-room .news-room-img {
    padding-right: 0;
    border: none;
    margin-bottom: 20px;
  }

  .news-room .news-room-img span a {
    right: 10px;
    bottom: 10px;
    font-size: 0.857em;
  }

  .media-center .pl-2,
  .media-center .prl-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .media-box a span {
    position: absolute;
    /* font-size: 1.071em; */
    /* transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); */
  }

  .media-center-links .static-link ul li {
    padding: 35px 90px 35px 20px;
  }

  .media-center-links a {
    font-size: 1.143em;
  }

  .left-sidebar {
    margin-bottom: 20px;
  }

  .left-sidebar h4 {
    color: #fff;
    background: #bfbfbf;
    border-radius: 0;
    padding: 15px;
    text-align: left;
    font-size: 1.071em;
    font-weight: 500;
    position: relative;
  }

  .left-sidebar h4:before {
    content: "";
    width: 17px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 23px;
  }

  .left-sidebar h4:after {
    content: "";
    width: 2px;
    height: 17px;
    background: #fff;
    position: absolute;
    right: 22px;
    top: 16px;
  }

  .left-sidebar h4.toggle-line:after {
    content: none;
  }

  .left-sidebar ul {
    display: none;
    transition: 0.5s;
  }

  .left-sidebar ul.inSubmenu.collapse.show {
    sssdisplay: block;
  }

  .left-sidebar ul li a {
    padding: 15px 15px 15px 30px;
  }

  .left-sidebar ul li a:after {
    width: 5px;
    height: 5px;
    left: 15px;
    top: 24px;
  }

  .what-we-do-sidebar {
    border: none;
  }

  .what-we-do-sidebar h4 {
    color: #fff;
    font-size: 1.214em;
  }

  .what-we-do-sidebar ul {
    padding-right: 0;
    margin-top: 0;
  }

  .what-we-do-sidebar ul li {
    border-bottom: 1px solid #acacac;
  }

  .what-we-do-sidebar ul li a {
    padding: 15px;
    background: #f1f1f1;
  }

  .pdf-item {
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 0;
    width: 100%;
  }

  .pdf-item .pdf {
    width: 10%;
    float: left;
  }

  .pdf-item .pdf img {
    height: 25px;
  }

  .pdf-item p {
    width: 90%;
    padding: 0 0 20px 10px;
    float: left;
  }

  .pdf-item .download {
    width: 100%;
  }

  .pdf-item .download img {
    height: 20px;
    padding-left: 10px;
  }

  .list-design ul li a {
    padding: 10px;
  }

  .list-design ul li a span {
    position: unset;
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
  }

  .list-design ul li a::after {
    width: 8px;
    height: 8px;
    top: unset;
    right: 15px;
    bottom: 20px;
  }

  .left-sidebar ul li a:hover,
  .left-sidebar ul li a.active {
    /* background: #fff; */
    /* color: #27357e; */
    /* padding-left: 15px; */
  }

  .list-detail h2 {
    font-size: 1.286em;
  }

  .inner-headding {
    font-size: 1.429em;
    margin-bottom: 20px;
  }

  .newsletter-pdf a {
    padding: 15px 25px 15px 10px;
    font-size: 0.929em;
  }

  .newsletter-pdf a img {
    padding-right: 3px;
    width: 40px;
  }

  .newsletter-pdf a::after {
    width: 10px;
    height: 10px;
  }

  .media-coverage a {
    height: auto;
    padding: 15px 30px 15px 60px;
  }

  .media-coverage a img {
    left: 25px;
    width: 45px;
  }

  .tv-media {
    margin-bottom: 20px;
  }

  .tv-media p {
    min-height: unset;
  }

  .gallery-div .example-image {
    height: 300px;
  }

  .blog_card {
    margin-bottom: 15px;
  }

  .social-feed .facebook p,
  .social-feed .facebook p a,
  .social-feed .twitter p,
  .social-feed .twitter p a,
  .social-feed .linkedin p,
  .social-feed .linkedin p a {
    padding: 0;
  }

  .social-feed .facebook,
  .social-feed .twitter,
  .social-feed .linkedin {
    min-height: 600px;
    padding: 80px 15px 70px 15px;
  }

  .social-slider.owl-carousel .owl-nav button.owl-next,
  .social-slider.owl-carousel .owl-nav button.owl-prev {
    bottom: 20px;
  }

  .form_btn a,
  .form_btn button {
    border: 1px solid #27357e;
    background: #27357e;
    color: #ffffff;
    padding: 8px 35px;
    font-size: 1em;
    margin-right: 10px;
    font-weight: 500;
  }

  .atm-locator .checkbox {
    height: 40px;
  }

  .box-slider {
    margin-bottom: 80px;
  }

  .box-slider.owl-carousel .owl-nav button.owl-next,
  .box-slider.owl-carousel .owl-nav button.owl-prev,
  .statistics-home.owl-carousel .owl-nav button.owl-next,
  .statistics-home.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    position: absolute;
    /* top: 30%; */
    bottom: -60px;
  }

  .box-slider.owl-carousel .owl-nav button.owl-next,
  .statistics-home.owl-carousel .owl-nav button.owl-next {
    left: 55px;
  }

  .box-slider.owl-carousel .owl-nav button.owl-prev,
  .statistics-home.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }

  .box-slider.owl-carousel .owl-nav button.owl-next::before,
  .box-slider.owl-carousel .owl-nav button.owl-prev::before,
  .statistics-home.owl-carousel .owl-nav button.owl-next::before,
  .statistics-home.owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }

  .box-slider.owl-carousel .owl-nav button.owl-next::before,
  .statistics-home.owl-carousel .owl-nav button.owl-next::before {
    transform: rotate(135deg);
    left: 13px;
  }

  .box-slider.owl-carousel .owl-nav button.owl-prev::before,
  .statistics-home.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(-45deg);
    right: 13px;
  }

  .statistics-home {
    padding-bottom: 60px;
  }

  .statistics-home.owl-carousel .owl-nav button.owl-next,
  .statistics-home.owl-carousel .owl-nav button.owl-prev {
    bottom: 0;
  }

  .statistics-home.owl-carousel .owl-nav button.owl-next {
    left: 65px;
  }

  .statistics-home.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }

  .article_slider .owl-dots {
    text-align: center;
    padding-bottom: 20px;
  }

  .article_slider .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #283680;
    margin: 0 5px;
    border-radius: 10px;
  }

  .article_slider .owl-dots button.active {
    background: #283680;
    width: 50px;
  }

  .add-box {
    margin-top: 20px;
  }

  .social-item.testimonial-item {
    min-height: 660px;
  }

  /* Covid Support Start */

  .covidBanDesc {
    margin-top: 0;
    padding: 10%;
  }

  .mancoviFeat .features_card {
    text-align: center;
  }

  .mancoviFeat .features_card h3 {
    margin: 20px 0 20px;
  }

  .mancoviFeat .features_card a.view_btn {
    margin-top: 10px;
  }

  #ngoQrpopup .modal-dialog {
    margin: 40% auto 1.75rem;
  }

  .hofferDesc {
    padding: 20px 25px 25px;
    height: auto;
  }

  #healthSlider.owl-carousel .owl-nav button.owl-next::before,
  #healthSlider.owl-carousel .owl-nav button.owl-prev::before {
    width: 15px;
    height: 15px;
  }

  #healthSlider.owl-carousel .owl-nav button.owl-next,
  #healthSlider.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
  }

  #healthSlider .owl-nav {
    left: 35%;
  }

  .hofferDesc a.btn_solid {
    padding: 12px 25px;
  }

  /* Covid Support End */

  /* UPI Prepaid Voucher Start */

  .prepVoucherVideo iframe {
    height: auto;
  }

  .vouchBnf {
    padding: 15px 15px 5px;
    min-height: auto;
  }

  .prepvSlider.owl-carousel .owl-dots.disabled,
  .prepvSlider.owl-carousel .owl-nav.disabled {
    display: none;
  }

  .vouchBank {
    padding: 15px 15px 5px;
  }

  .centerBank {
    justify-content: normal;
  }

  .abtUpiPreVo iframe {
    height: auto;
  }

  .vouchBank ul li {
    float: none;
    width: 100%;
  }

  .mainErupi.banner_content {
    top: 76%;
    left: 25%;
    display: block;
  }

  .mainErupi.banner_content a {
    padding: 0 5px;
  }

  .mainErupi.banner_content a img {
    width: 15px !important;
  }

  .mainErupi.banner_content a.midbor {
    height: 20px;
  }

  .erupiBenSec .panel-body {
    min-height: auto;
  }

  .erupiBenSec .collapse.show {
    height: auto;
    position: relative;
  }

  .erupiBotVid {
    position: relative;
  }

  .erupiBotVid iframe {
    height: auto;
  }

  /* UPI Prepaid Voucher End */

  /* Dubai 2020 Expo Start */

  .duExBan .inner_banner_content {
    left: 0;
  }

  .duExBan .inner_banner_content h1 {
    margin-bottom: 0;
    line-height: 28px;
  }

  .dupageVid iframe {
    height: 250px;
  }

  /* Dubai 2020 Expo End */

  /* UPI Safety Shield NPCI Start */

  .radioTitle h6 {
    margin-bottom: 15px;
  }

  /* UPI Safety Shield NPCI End */

  /*rupay-contactless-live-members-banks-slider-start*/

  .live-memb .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }

  .live-memb .product-tab {
    display: none;
  }

  .live-memb .tab-content {
    padding: 0;
  }

  .live-memb .card {
    border: none;
    background: transparent;
  }

  .live-memb .card:nth-child(even) .card-header {
    background: #f4f4f4;
  }

  .live-memb .card:nth-child(odd) .card-header {
    background: #efefef;
  }

  .live-memb .card-header {
    border: none;
    padding: 25px;
  }

  .live-memb .card-header a {
    font-size: 1.286em;
    font-weight: 700;
    display: block;
    padding-right: 30px;
  }

  .live-memb .card-header a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 32px;
    width: 15px;
    border-top: 3px solid #3e3e3e;
  }

  .live-memb .card-header a.collapsed:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 26px;
    height: 15px;
    border-right: 3px solid #3e3e3e;
  }

  .live-memb .tab_logos ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .live-memb .tab_logos ul li {
    overflow: hidden;
    max-width: 75%;
    flex: 0 0 auto;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .live-memb .features_section>a {
    margin-top: 0;
  }

  .live-memb .tab_logos a {
    margin-top: 20px;
  }

  /*rupay-contactless-live-members-banks-slider-end*/

  /*NPCI Unites page start*/

  .pdf-item-1 img {
    width: 100%;
  }

  /*NPCI Unites page end*/

  /*Insights page start*/

  .map-v {
    height: 600px;
    min-width: 300px;
    max-width: 100%;
  }

  #value-map,
  #volume-map {
    height: 600px;
    min-width: 300px;
    max-width: 100%;
  }

  /*Insights page end*/

  /*manipal page start*/

  .box-fig .list li {
    padding-left: 15px;
    width: 45%;
    margin-left: 10px;
    font-size: 0.786em;
    margin-bottom: 0px;
  }

  ul.list li::before {
    top: 7px;
  }

  .logobox img {
    width: 150px !important;
    text-align: center;
  }

  .section-padding-mani .logomanipal:after {
    height: 35px;
  }

  .main-sec h4,
  .main-sec h5,
  .main-sec h6 {
    font-size: 1.143em;
    text-align: center;
    text-shadow: 1px 1px black;
  }

  .section-padding-mani .main-sec p {
    text-align: center;
    font-size: 1em;
  }

  .box-fig span {
    line-height: 1.25rem;
    font-size: 0.857em;
    text-align: center;
    display: block;
    font-weight: 600;
  }

  .square-box {
    width: 100%;
    padding: 10px;
  }

  .sec-title {
    text-align: center;
    margin-top: 30px;
  }

  .sec-title h3:after,
  .sec-title h3:before {
    content: none;
  }

  .border-line {
    display: none;
  }

  .main-div {
    display: block;
  }

  .icon-div {
    width: 100%;
  }

  /*manipal page end*/

  /* UPI 123PAY Start */

  .payFeat123 {
    border: 1px dashed #ddd;
    margin-bottom: 20px;
  }

  .payFeat123 {
    text-align: center;
    padding: 15px;
  }

  /* UPI 123PAY End 
		
	/* Digisaathi Start */

  .disathiBan.banner_content {
    diplay: none;
  }

  /* Digisaathi End */

  /* Aadhart OTP Start */

  .aadhTabs.ipo_upi_tabs ul li>a {
    margin-bottom: 0.5rem;
  }

  /* Aadhart OTP End */

  .digiIcon a {
    margin: 0;
  }

  .digiimg {
    width: 32px;
  }

  .buttondiv.banner_content {
    left: 30%;
    top: 50%;
    display: inline-block;
    width: auto;
  }

  .hckThonBan.banner_content {
    left: 23%;
    top: 58%;
    display: inline-block;
    width: auto;
  }

  /* Partners Page Start */

  .ptHoInner {
    padding: 25% 5% 0;
  }

  .ptHoImg {
    padding: 5%;
  }

  .ptKeyFtSli.ptKeyFtSli.owl-carousel .owl-nav {
    left: 35%;
  }

  .ptHomeMain {
    padding: 15px;
    max-height: 700px;
    margin-bottom: 100px;
  }

  .ptHoInner h2 {
    font-size: 2.429em;
  }

  /* Partners Page End */

  .certLogout a img {
    width: 20px;
  }

  .getAdd .add-box {
    min-height: auto;
  }

  #rupayVideoSlider .modal-dialog {
    margin: 15rem 15px;
  }

  .aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav {
    bottom: -35px;
  }

  .aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-prev {
    left: 35%;
  }

  .aadhOtMain.ruCred .banner_slider.owl-carousel .owl-nav button.owl-next {
    right: 35%;
  }

  .rucredhBan.banner_content {
    top: 60%;
    display: block;
  }

  .rucreiplBan.banner_content {
    top: auto;
    left: 2%;
    display: block;
    bottom: 45%;
  }

  .upiSfBan.banner_content {
    top: auto;
    left: 30%;
    display: block;
    bottom: 10%;
  }

  .rucreiplBan.bottomCenterPos.banner_content {
    top: auto;
    left: 30%;
    display: block;
    bottom: 7%;
  }

  .ruscanBan .banner_content {
    top: auto;
    left: 2%;
    display: block;
    bottom: 45%;
  }

  .rucredhBan.banner_content a {
    padding: 12px 30px;
  }

  /* Fraud Awareness Start*/

  .mar5rem {
    margin-bottom: 4rem;
  }

  .doDonMain.firstCh {
    margin-bottom: 70px;
    height: auto;
  }

  /* Fraud Awareness End */

  /* Whats New Start */

  .whnwMed img {
    width: 150px;
    margin-bottom: 20px;
  }

  .whnwMed {
    text-align: center;
  }

  .whnewDiv {
    text-align: center;
  }

  /* Whats New End */
}

@media screen and (max-width: 414px) {
  /* UPI Prepaid Voucher Start */

  .mainErupi.banner_content {
    top: auto;
    bottom: 0;
    height: 113px;
  }

  /* UPI Prepaid Voucher End */

  .digiIcon a {
    margin: 0;
  }

  .digiimg {
    width: 32px;
  }
}

/* Portrait and Landscape */

@media screen and (device-width: 320px) and (device-height: 568px) {
  .mainErupi.banner_content {
    top: 75%;
  }
}

@media only screen and (min-width: 576px) {
  /*NPCI Unites page start*/

  .mx-wdth {
    max-width: 800px;
  }

  /*NPCI Unites page end*/
}

 /*NPCI CSR Profile Page start*/
    .csr-margin {
      margin-bottom: 119px;
    }
  
    @media only screen and (max-width: 766px) {
  
  
      .csr-margin {
        margin-bottom: unset;
      }
  
      /*NPCI CSR Profile Page end*/
    }
	
	/* new upi complaint */
.amount_container{
  display: flex;
      gap: 20px;
}
.paisa{
  position: relative;
}

#corover-cb-widget {
	top: 80% !important;
}

#corover-close-btn{
	top: 78% !important;
}
#corover-drag-btn{
	display: none !important;
}

