
:root{
	--commonTextFontSize: 1.125rem;
	--commonTextLineHeight: 1.75rem;
	--colorBlack: #000;
	--colorWhite: #fff;
}
.hero-slide p, .hero-slide h1, .hero-slide a, .hero-slide h2 {
	font-family: var(--bs-font-sans-serif);	
}
header {
    overflow: hidden;
  }
  
  .hero-text h2 {
    margin-bottom: 50px;
	font-size: 22px;
  }
    .hero-text h1 {
      font-size: 1.8rem;
      line-height: 1.2;
  }
  .hero-text .hero {
    position: relative;
  }
  
  .hero-text .hero .hero-slide a:hover span {
    color: #033a71;
  }
  
  .hero .hero-slide img {
    /* width: 100%;
    height: 600px; */
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100vh;
  }
  
  .hero .hero-slide .header-content {
    top: 20%;
    margin-left: 17rem;
    /* max-width: 550px; */
    max-width: 800px;
    width: 100%;
    padding: 2rem;
  }
  
  .slide-content {
    padding: 10px 20px 10px 0;
  }
  
  .slide-content .h1 {
    font-size: 62px;
  }
  
  .btn-primary {
    background-color: #5302FE;
    border-radius: 0;
  }
  
  .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
  }
  
  .slick-dots li button::before {
    font-size: 18px;
    color: #fff;
    opacity: 1;
  }
  
  .slick-active button {
    background: #0fb3f5;
  }
  
  /** Text Animation **/
  
  @-webkit-keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
  }
  
  .slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
  }
  
  /* Media Queries */
  
  @media (max-width: 768px) {
    .hero-text .hero .hero-slide a {
      padding-top: 0.8rem;
    }
  
    .hero-text .hero .hero-slide a span {
      font-size: 20px;
      margin-top: 0.5rem;
    }
  
    /* .hero .hero-slide .header-content {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
    } */
  }
  @-webkit-keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
  }
  
  .slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
  }
  .sliderBtn {
    background: transparent;
    background-color: #3557dd;
    border-radius: 22px;
    font-size: 14px;
    min-width: 148px;
    border: transparent;
    padding: 10px 15px;
    margin-top: 50px !important;
    margin-right: 15px;
  }
  .hero .hero-slide .header-content.slider-center{
    top: 20%;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 2rem;
    text-align: center;
}
.sliderPaymodes{
  color: #fff;
  font-size: 18px;
  line-height: 1.75rem;
}
.sliderCommonText {
  font-size: var(--commonTextFontSize);
  line-height: var(--commonTextLineHeight);
}
.sliderCommonText p{
  margin-bottom: 3px;
}
.newBannerHeading{
	font-weight: 500;
	text-transform: uppercase;
}
.colorBlack{
	color: var(--colorBlack);
}
.colorWhite{
	color: var(--colorWhite);
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	/* background-color: #5161ce; */
  /* background-color: #2c1f80; */
  background-color: #06116b;
	padding: 0px;
}
#navbarSupportedContent{
	/* overflow: hidden; */
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    /* padding: 20px 20px; */
    padding: 14px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    font-weight: 600;
    line-height: 1;
    font-family: var(--bs-body-font-family);
    position: relative;
}
#navbarSupportedContent .dropdown-menu  .dropdown-item{
	color: #212529;
}
#navbarSupportedContent .dropdown-menu li{
width: 100%;
}
#navbarSupportedContent>ul>li.active>a{
	color: #fff;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent>ul>li.active>a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    /* background-color: #0ab9f8; */
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    opacity: 1;
    transition: 0.3s;
}
/* #navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
} */
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	/* background-color: #fff; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	/* margin-top: 10px; */
	border-radius: 30px;
	height: 43px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #5161ce; */
    /*background-color: #2c1f80;/*  */
    background-color: #06116b;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}
.signUpBtnMain {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.bgBtnColor {
  background: linear-gradient(to right, #00c6ff, #5165cd);
  color: #fff !important;
}
.bgBtnCommon {
  border-radius: 46px;
  transition: all 0.4s;
  border: transparent;
  color: #fff !important;
  min-width: 120px;
  padding: 9px 20px !important;
  margin-top: 6px;
  margin-right: 10px;
}
@media(min-width: 1280px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	#navbarSupportedContent .dropdown-menu .dropdown-item {
    color: #fff;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

  .owl-carousel.owl-theme h4 {
    height: 10rem;
    background: #009688;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #fff;
    margin: 10px;
    border-radius: 10px;
}
.partnersNewCarousel li {
	list-style: none;
    margin: 10px 5px;
   /*  background: #fff;
    -webkit-box-shadow: -1px 0px 11px -5px rgb(181 181 181);
    -moz-box-shadow:-1px 0px 11px -5px rgb(181 181 181);
    box-shadow: -1px 0px 11px -5px rgb(181 181 181);
    border-radius: 12px; 
    padding: 8px;*/
    height: 65px;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 4px;
}
.owl-carousel.partnersNewCarousel .owl-item img {
   /*  width: 135px; */
    width: 155px;
}
.partnersNewCarousel .owl-nav{
	display:none;
}
.owlBtnNew {
	position: relative;
    top: -127px;
        font-weight: 900;
    color:#bfc1ff;
}
.owlBtnNew .customBtnOwl{
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.owlBtnNew .customNextBtn{
	right: -59px;
    position: absolute;
}
.owlBtnNew .customPreviousBtn{
	position: absolute;
    left: -59px;
}
.owlBtnNew .customNextBtn:hover, .owlBtnNew .customPreviousBtn:hover{
    color: #00047e;
}
/*About us*/
.sbiepayAboutUsNew{
/* 	background-image: url("../images/FixedBg1.jpg"); */
	background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
	
}
/*Channels*/
.sbiepayChannelNew{
		background-image: url("../images/FixedBg1.jpg");
/* 	background-image: url("../images/FixedBgNew2.jpg"); */
	background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}
/*CommonBg*/
.sbiepayCommonBg{
	/* background-image: url("../images/FixedBgCommon.jpg"); */
	background-image: url("../images/FixedBgAboutUs.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
/*Footer*/
.sbiepayFooterBg{
	background-image: url("../images/FixedBgFooter3.jpg");
	background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.faqBg{
	/* background-image: url("../images/FixedBgNew3.jpg"); */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
/*Documents Required*/
.documentsRequiredMain .collapse-btn, .documentsRequiredMain .collapse-btn:hover {
    color: #474a59 !important;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
  /*   border: 1px solid #f2f2f2; */
    padding: 15px 5px;
    border-radius: 10px;
    text-decoration: none;
}
.panel-group {
    color: #474a59;
}
.subPanelGrpNew .collapse-btn{
	border: 0;
}
.mainPanelGrpNew .panel {
    border: 1px solid #7aa3ff !important;
    border-radius: 10px;
    background-color: #ffffff !important;
    margin-bottom: 8px;
    border-left: 5px solid #7aa3ff !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06) !important;
}
.mainPanelGrpNew .panel .panel-heading{
    padding: 0 !important;
}
.mainPanelGrpNew .subPanelGrpNew .panel {
	background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.mainPanelGrpNew .subPanelGrpNew .panel .panel-heading{
    padding: 2px !important;
}

/* FAQ New Design */
.faqMainNew {
  background-image: url("../images/FixedBgNewCommon.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.faqMainNew .nav {
  display: block;
}
.faqMainNew .nav-link{
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  color: #06116b;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  font-size: 15px;
}
.faqMainNew .nav-tabs .nav-item.show .nav-link, .faqMainNew .nav-tabs .nav-link.active {
  /* color: #06116b;
  background-color: #f2f5ff;
  border: 0;
  border-left: 2px solid #06116b; 
   background-color: #06116b;*/
  color: #fff;
  background-color: #6594ff;
  border: 0;
  /* border-left: 4px solid #e59e00;
  border-left: 4px solid #08bcfa; */
 border-left: 4px solid #06116b;
 transition: 0.6s;
}
.faqMainNew .tab-content{
  /* border: 1px solid #f2f2f2;
  padding: 10px; */
  /* border: 1px solid #f2f2f2;
    padding: 5px;
    background: #e7f1ff; */
    border: 1px solid #e7f1ff;
    /* padding: 5px; */
    box-shadow: 0 3px 4px rgba(231, 241, 255, 0.72);
    border-radius: 5px;
    margin-top: 0;
}
.faqMainNew .accordion {
	    padding: 0;
}
.faqMainNew .accordion-item:first-of-type {
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.faqMainNew .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.faqMainNew .accordion-button:not(.collapsed) {
  color: #06116b;
  /* background-color: #e7f1ff;
  box-shadow: none;
  font-weight: 500;
  padding: 0.45rem 1.25rem; 
  background-color: #d9d9d9;
  background-color: #c2d5ff;*/
   background-color: rgba(101, 148, 255, 0.40);
    box-shadow: none;
    /* padding: 8px 10px; */
    font-weight: 500;
    padding: 0.65rem 1.25rem;
}
.faqMainNew .accordion-button {
  padding: 0.45rem 1.25rem;
  font-size: 15px;
  font-weight: 500;
 /*      background-color: rgba(223, 223, 223, 0.35); 
  background-color: rgb(226 229 236);
 background-color: rgb(231 241 255);*/
 background-color: rgba(101, 148, 255, 0.25);
}
.faqMainNew .accordion-item:last-child{
  border-bottom: none;
}
.faqMainNew .accordion-body {
  font-size: 15px;
     border: 1px solid #d9d9d9;
    border-top: 0;
	 color: #000000;
}
.faqMainNew .accordion-body p{
font-size: 15px;
  margin-bottom: 5px;
  color: #000000;
}
.faqMainNew .nav {
  border: 1px solid #f2f5ff;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(231, 241, 255, 0.72);
}
.faqMainNew .accordion-button:focus {
  box-shadow: none;
}
.faqMainNew .nav-link::before {
    position: absolute;
    content: "\f0da";
    top: 8px;
    left: 4px;
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    color: #000066;
}
.sbiepay-contact {
    padding-top: 45px;
}
.title-mn {
    font-size: 27px !important;
    font-weight: 500;
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(to right, #06116b 50%, #3f91f4 120%);
    background-size: 70% 100%;
    padding-top: 50px;
    font-family: var(--bs-body-font-family);
}
.contactUsNew .card{
	border: 0;
    border-radius: 10px;
    border-top: 3px solid #06116b;
    box-shadow: 0 3px 4px rgba(6, 17, 107, 0.37);
}
.contactUsNew .cardCol  .card  .card-header {
    background: #fff;
    color: #06116b;
    border: 0;
    border-radius: 10px;
    line-height: 1.2;
}
.contactUsNew .cardCol  .card  .card-body {
    border: 0;
}

.sbiepay-faq .header .title-mn, .header h4, .sbiepay-tokens .header .title-mn, .sbiepay-mobileapp .header .title-mn {
    padding-top: 50px;
    font-family: var(--bs-body-font-family);
}
.sbiepay-mobileapp .detail-block p {
    color: #000000;
}
.scroll-top-btn {
	background-color: #08bcfa;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../../secure/images/menu-bar.png);
    width: 25px;
}
.aboutMobile {
	width: 100%;
}

.latestModal .modal-size ol, .latestModal .modal-size ul, .latestModal ul {
    padding: 0 20px 20px;
}
.latestModal .modal-header{
	background: #6594ff;
}
.latestModal .modal-title{
	font-weight: 600;
    color: #fff;
    font-family: var(--bs-body-font-family);
}
.latestModal .modal-content{
	padding-bottom: 20px;
}
.bgBtnColor:hover {
    background: linear-gradient(to right, #5165cd, #00c6ff);
}
.mergedLogo{
	width: 150px;
    height: 60px;
}
.links .footer-link li a{
	text-transform:capitalize;
	font-size: 15px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--bs-body-font-family);
}



.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.next-btn {
	right: 5%;
	padding-left: 3px !important;
}
.prev-btn {
	left: 5%;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}
.btn-wrap button {
	border: none;
	padding: 0;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	color: rgba(168, 171, 201,0.52);
    border-radius: 50%;
}
.btn-wrap button.slick-disabled {
	opacity: 0.6;
}
.next-btn, .prev-btn {
    position: absolute;
    display: block;
    padding: 0;
}
.next-btn, .prev-btn {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.accordion .fa {
    margin-right: 0.5rem;
    color: #5b9bff;
}
.cardCol {
    min-width: 116px;
    max-width: 320px;
}
.contactDetailsFlex {
	display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.contactDetailsFlex p:first-child{
	width: 27%;
}
.contactDetailsFlex p:last-child{
	width: 70%;
}
.downloadLinks a{
	 text-decoration: none;
}
.downloadLinks a:hover{
	 text-decoration: underline;
}
/* nav .navbar-collapse ul li.active {
  background-color: crimson;
  transition: 0.3s ease background-color;
}
nav .navbar-collapse ul li.active a {
  color: rgb(255, 255, 255);
} */

@media (min-width: 992px){
 .navbar-nav .dropdown-menu {
    position: absolute;
}
}