*,
*: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: 18px;
    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;
}

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: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

p {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 24px;
}

img {
    max-width: 100%;
    height: auto;
}

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: 65%;
}

.removePadding {
    padding: 0;
}

.removeMargin {
    margin: 0;
}

.onRight {
    order: 2;
}

[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: 24px;
    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: 14px;
    margin-right: 20px;
    font-weight: 500;
}
.box-shadow{
    -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);
}
/*****************************/

.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: 25px;
}

header .main_header {
    position: relative;
    padding: 0 50px;
    height: 100px;
}

.removePosition {
    position: inherit;
}

header .main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -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);
    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: 15px;
    color: #fff;
    line-height: 80px;
    z-index: 1;
    /* text-transform: uppercase; */
}

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, .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:12px 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: 13px;
}

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: -15px;
    left: 100%;
}

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;
}

.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: 30px;
}
.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: 18px;
    font-weight: 500;
}
.mancoviFeat{
    padding: 5% 0;
}
.mancoviFeat .inner_title{
    position: relative;
    font-size: 22px;
    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: 20px;
    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: 18px;
    line-height: 18px;
  }
  #healthSlider .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
  }
  #healthSlider .item-details p {
    font-size: 14px;
  }
  #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: 20px;
    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 h5{
  
  }
  .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: 15px;
      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: 12px;
}
.compGetForm span.error_msg{
    color: #f00;
}
.compGetForm .formUplBtn{

}
.compGetForm .formUplBtn a{
    border: 1px solid #27357e;
    background: #27357e;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
    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 */

.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%;
}

@media only screen and (max-width: 767px){
    .map-v {
        height: 600px;
        min-width: 300px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    header .navigation nav ul li:hover>.dropdown_nav {
        opacity: 1;
        visibility: visible;
    }

    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: 40px;
    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;
}

.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%;
}

.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: 40px;
    line-height: 40px;
    font-weight: 700;
    /* margin-bottom: 40px; */
}

.inner_banner_content h1 span {
    display: block;
    font-size: 100px;
}

.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: 14px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out
}

.input_container input[type="text"]:disabled {
    padding-left: 5px;
}
.input_container input[type="file"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.input_container label.frmcheckbox {
    margin-top: 5px;
}
.input_container label.frmcheckbox.chkboxtwo {
    margin-top: 14px;
}

.input_container .floatlabel,
.select_container select {
    font-size: 14px;
    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: 16px;
}
.input_container.text-big .floatlabel.filled+label, 
.input_container.text-big .floatlabel:focus+label{
    font-size: 14px;
    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 .floatlabel.filled+label,
.input_container .floatlabel:focus+label {
    font-size: 12px;
    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: 14px;
	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 {
    color: red;
    font-size: 12px;
    display: none;
}


.form_btn {
    text-align: center;
}

.form_btn a,
.form_btn button {
    border: 1px solid #27357e;
    background: #27357e;
    color: #ffffff;
    padding: 12px 60px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
}

.form_btn a:hover,
.form_btn button:hover {
    background: #ffffff;
    color: #27357e;
}
.thank-you h4{
    font-size: 18px;
    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: 15px;
    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: 16px;
    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: 25px;
    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: 16px;
    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-right: 20px;
}

.social_footer a img {
    height: 16px;
}

.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: 80px;
    margin-bottom: 15px;
    line-height: 1;
    color: #27357e
}

.error_section h2 span {
    display: block;
    font-size: 20px;
    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: 36px;
    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: 15px;
}
.page-title .our-piller-heading p {
    font-size: 14px;
}

.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: uppercase;
    padding: 30px 20px;
    text-align: center;
    position: relative;
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
}
.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, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.statistics-item h3 {
    font-size: 16px;
    color: #6d6e73;
    text-transform: capitalize;
    padding: 10px 0;
}

.statistics-item h4 {
    font-size: 32px;
    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.big {
    padding: 75px 10px;
    margin-bottom: 0;
}

.statistics-item.big h3 {
    font-size: 18px;
}

.statistics-item.big h4 {
    font-size: 52px;
}

.statistics-item.big img {
    height: 85px;
    width: auto;
}

.statistics-item.big a .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: 10px;
    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: 10px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    text-transform: none;
}
.static-link ul li.border-none {
    border-bottom: none;
}

.static-link ul li: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: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:14px;color:#575757; position: relative;}
.breadcrumbs ul li a{font-size:14px;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: 17px;
    padding-top: 20px;
}

.bank-name{
    text-align: center;
    background: #fff;
    padding: 30px 40px;
    margin-top: 10px;
}
.bank-name ul li{
    font-size: 16px;
    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: 16px;
    padding-right: 5%;
    padding-bottom: 25px;
}
.news-room ul li span{
    font-weight:300;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    color: #666666;
    font-size: 13px;
    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: 20px;
    font-weight: 700;
    
}
.news-room .news-room-img span a {
    color: #fff;
    font-size: 13px;
    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: #fff;
    -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{
    color: #fff;
}
.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: 18px;
}
.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: 18px;
    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: 20px;
}
.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: 16px; */
    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: 17px;
}
.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: 24px;
    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;
}


.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 .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: 22px;
    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: 12px;
    vertical-align: middle;
    text-align: center;
}
.table-bordered th{
    font-size: 13px;
}
.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, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
}
.tv-media p{
    min-height: 130px;
    margin-bottom: 0;
    padding: 15px;
}

.video-content h4 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.video-content h5 {
    font-weight: 700;
    font-size: 15px;
    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, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(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: 13px;
    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, .1);-moz-box-shadow:0 1px 8px rgba(0, 0, 0, .1);box-shadow:0 1px 8px rgba(0, 0, 0, .1);}
.accordion-sitemap li a{display:block;padding:15px; font-size: 17px;}
.accordionleveltwo li{border-top:1px solid #fff;background:#f1f1f1;box-shadow:none;margin-bottom:0;}
.accordionleveltwo li a{padding-left:30px;font-size: 15px;}
.accordionlevelthree li{background:#f9f9f9;box-shadow:none;margin-bottom:0;}
.accordionlevelthree li a{padding-left:45px;font-size: 15px;}
.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: 42px;
    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: 17px;
}
.box-slider .statistics-item h4{
    font-size: 25px;
    margin-bottom: 10px;
}
.box-slider .statistics-item h3{
    padding: 15px 0;
    font-size: 15px;
    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: 14px;
	color: #a8acb9;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.article_card h5{
	font-size: 25px;
    font-weight:700;
    margin-bottom: 15px;
}

.read_more_share{
	position: absolute;
	bottom: 30px;
}

.read_more_share a{
	font-size: 14px;
	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;
}
.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: 15px;
}
.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: 18px;
        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: 18px;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: 20px;
        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: 14px;
    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*/

@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: 18px;
        line-height: 27px;
    }
    header .navigation nav ul li a {
        font-size: 20px;
    }
    .banner_content h1 {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .banner_content h1 span {
        font-size: 45px;
        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: 70px;
    }
    .breadcrumbs ul li a, .breadcrumbs ul li {
        font-size: 16px;
    }
    .radio_btns .radio_option label {
        font-size: 18px;
    }

    .input_container label {
        font-size: 18px;
    }

    .input_container .floatlabel,
    .select_container select {
        font-size: 18px;
    }

    .radio_btns .radio_option .outside {
        top: 6px;
    }

    /**************/


    .footer_links h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .footer_links ul li {
        margin-bottom: 20px;
    }

    .social_footer h6 {
        font-size: 18px;
    }

    .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: 18px;

	}
	
	.page-title p {
        font-size: 18px;
        line-height: 30px;
    }
    .home-faq .faq-q{
        width: 25%;
        padding: 50px;
    }
    .static-link ul li{
        padding: 35px 100px 35px 35px;
    }

    .accordion-header{
        font-size: 20px;
    }

    .view-more a {
        font-size: 20px;
    }
    .bank-name ul li {
        font-size: 20px;
    }

    .pdf-item {
        padding: 20px 25px;
    }
    .pdf-item a{
        font-size: 18px;
    }
    .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;
    }

}

@media only screen and (max-width:1024px) {
    body, p, ul li, ol li{
        font-size: 13px;
    }
    
    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: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner_content h3{
        font-size: 18px;
    }
    .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: 12px;
    }
    .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: 12px;
    }
    .home-banner-link ul li:after {
        background-size: 80%;
    }
    .links-btn ul li a{
        padding: 10px;
    }
    .page-title h2 {
        font-size: 30px;
    }
    .page-title a img{
        width: 15px;
    }
    .statistics-item {
        min-height: 170px;
    }
    .statistics-item.big img{
        height: auto;
    }
    .statistics-item h4 {
        font-size: 28px;
    }
    .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: 35px;
    }
}

@media (min-width: 992px) and (max-width:1300px) {
    header .logo {
        position: relative;
        top: -50px;
    }
    header .logo a img {
        width: 110px;
    }

    header .logo .flag img {
        width: 60px;
        margin-left: 15px;
    }
}


@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: 15px;
    }

    header .navigation>nav>ul>li {
        margin-left: 8px;
        min-height: 60px;
    }

    header .navigation nav ul li a {
        font-size: 12px;
        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%;
    }
    
    .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: 12px;
    }
    .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: 16px;
        line-height: 16px;
    }
    .banner_content h3{
        font-size: 16px;
    }
    .owl-carousel .owl-item .banner_content img{
        width: 220px;
    }
    .banner_content a{
        padding: 5px 10px;
        font-size: 11px;
    }
    .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: 16px;
    } */
    .statistics-item h3 {
        font-size: 14px;
    }
    .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: 24px;
        margin-bottom: 0;
    }
    .page-title p {
        line-height: 22px;
        font-size: 14px;
        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: 12px;
    }
    footer {
        padding: 3% 2%;
    }

    .accordion-header{
        font-size: 14px;
        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: 14px;
        padding: 0 15px;
    }

    .news-room .news-room-img .content{
        width: 65%;
    }
    .news-room .news-room-img .content h3 {
        font-size: 15px;
    }
    .news-room ul li {
        font-size: 15px;
        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;
    }
    
}

@media only screen and (max-width:767px) {
    body{
        font-size: 14px;
        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: 75px;
    }
    header .logo .flag img {
        width: 50px;
        margin-left: 15px;
    }

    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: 12px;
    }
    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;
    }

    .banner_content h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner_content h1 span {
        font-size: 24px;
        line-height: 30px;
    }

    .inner_banner_content h1 span img {
        display: block;
        margin: 10px auto 0;
    }
    .banner_slider.owl-carousel .owl-nav {
        bottom: 25px;
        left: 8%;
    }
    .links-btn .popular-links{
        top: -39px;
        padding: 8px 18px;
        font-size: 12px;
    }

    .home-banner-link ul li{
        font-size: 13px;
        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: 24px;
        line-height: 28px;
    }

    .inner_banner_content h1 span {
        font-size: 30px;
    }

    .breadcrumbs ul li, .breadcrumbs ul li a{
        font-size: 12px;
    }
    /*******************/

    footer {
        padding: 20px 15px;
    }

    .footer_links p {
        padding-right: 0;
        margin: 15px 0 40px;
    }

    .footer_links h3 {
        position: relative;
        font-size: 16px;
        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: 13px;
    }
    .bottom_footer {
        padding-top: 5%;
    }
    .submit_btn a,
    .submit_btn button,
    .btn_solid {
        font-size: 14px;
    }

    
    .breadcrumbs {
        padding: 10px 0;
    }
	.copyright .right {
    	text-align: left;
	}
    .page-title{
        margin: 0;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .page-title h2 {
        font-size: 20px;
    }
    .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: 15px;
        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: 14px;
    }
    .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: 12px;
    }

    .media-center .pl-2,  .media-center .prl-2{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .media-box a span{
        position: absolute;
        /* font-size: 15px; */
        /* 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: 16px;
    }

    .left-sidebar{
        margin-bottom: 20px;
    }
    .left-sidebar h4{
        color: #fff;
        background: #bfbfbf;
        border-radius: 0;
        padding: 15px;
        text-align: left;
        font-size: 15px;
        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 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: 17px;
    }
    .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:block;padding:10px 15px;margin:15px 0;}
    .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: 18px;
    }

    .inner-headding {
    font-size: 20px;
        margin-bottom: 20px;
    }

    .newsletter-pdf a{
        padding: 15px 25px 15px 10px;
        font-size: 13px;
    }
    .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: 14px;
        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 */

/*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: 18px;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*/
}

@media screen and (max-width: 414px){
    /* UPI Prepaid Voucher Start */
    .mainErupi.banner_content {
        top: auto;
        bottom: 0;
        height: 113px;
    }
    
    /* UPI Prepaid Voucher End */ 
}

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 568px){
    .mainErupi.banner_content {
        top: 75%;
    }
}

/*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:13px;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: 12px;}
.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: 1.5rem;}
.mx-wdth .modal-body {margin-bottom: 20px;}
.mx-wdth .modal-body img{width: 100%;}
@media only screen and (min-width: 576px){
	.mx-wdth {
	    max-width: 800px;
	}
}
@media only screen and (max-width:767px) {
	.pdf-item-1 img {
	    width: 100%;
	}
}
@media only screen and (max-width:991px) {
    .pdf-item-1 span{width:100%;margin-bottom: 20px;}
}
/*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: 10px;}
.image-map .tooltip-main span{color: #ffffff;font-weight: 700;display: block;line-height:initial;font-size: 10px;}

/*Insights Locationwise Monthly product statistics end*/

