*,
*: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;
}

body {
	font-family: 'Lato';
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-size: 15px;
	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: #555555;

}

a {
	display: inline-block;
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
	text-decoration: none;
	outline: 0;
	color: #565656;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	color: #ef7f1b;
}

a:focus,
a:hover {
	outline: none;
	border: none;
	text-decoration: none;
	color: #ef7f1b;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Lato';
	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 {
	list-style: none;
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 24px;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	border: 0;
	border-top: 1px solid #a0a0a0;
	margin: 3% 0;
}

.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;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/*****************************/

.menu-height {
	height: 90px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

header .logo a img {
	width: auto;
}

header .main_header {
	position: relative;
	padding: 0 50px;
	height: 90px;
	background: #fff;
}

.removePosition {
	position: inherit;
}

header .main_header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	-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 .navigation {
	text-align: right;
}

header .navigation>nav>ul>li {
	display: inline-block;
	margin-left: 25px;
	min-height: 90px;
}

header .navigation nav ul li a {
	font-size: 14px;
	line-height: 90px;
	position: relative;
	color: #555555;
}

header .navigation nav ul li a.offers_btn {
	position: relative;
	font-weight: 700;
	color: #ff8d3a;
}

header .navigation nav ul li a.offers_btn:hover {
	color: #222;
}

header .navigation nav ul li a.offers_btn span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #42b67c;
	position: absolute;
	top: 35px;
	right: -5px;
}

header .navigation nav ul li.search_icon {
	position: relative;
}

header .navigation nav ul li.search_icon a img {
	width: 20px;
}

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: #ff8d3a;
	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;
	text-align: left;
	width: 100%;
	left: 0;
	right: 0;
	background: #fafafa;
	top: 100%;
	z-index: 9999;
	padding: 20px 40px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	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; */
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #fafafa;
	text-align: left;
	top: 80%;
	min-width: 180px;
	z-index: 9999;
	padding: 15px;
	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 a {
	font-size: 14px;
	line-height: 30px;
}

header .navigation nav>ul>li>a.m_nav::after {
	content: "";
	position: absolute;
	top: 44px;
	right: -16px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #565656;
	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;
}


#mybottomBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #4d68ff;
	border: 1px solid transparent;
	/* color: white; */
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#mybottomBtn:hover {
	border: 1px solid #4d68ff;
}

.custom-radio .custom-control-label::before {
	border-radius: 10%;
}
.stMap{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 10px;
}

.hr-img{
	height: 270px !important;
	object-fit: cover;
}


@media only screen and (min-width: 767px) {
	header .navigation nav>ul>li:hover>a {
		color: #ff8d3a;
	}

	.navigation nav ul li:hover>.dropdown_nav {
		opacity: 1;
		visibility: visible;
	}

	header .navigation nav>ul>li:hover>a.m_nav::after {
		border-top: 6px solid #ff8d3a;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
}

header .main_header .mobile_nav {
	display: none;
}

/**************************/

.banner {
	position: relative;
	padding: 7% 0 0 0;
	background: #f9f9f9;
}

.banner_content {
	position: absolute;
	max-width: 700px;
	top: 15%;
	left: 6%;
}

.app_download {
	margin-top: 8%;
}

.app_download a {
	margin-right: 20px;
}

.banner_content h1 {
	font-size: 65px;
	font-weight: 800;
	line-height: 64px;
	color: #3e404b;
}

.banner_mobile {
	position: absolute;
	right: 0;
	width: 50%;
}

.banner-2 .banner_mobile {
	width: 250px;
	right: 5%;
	top: 50px;
}

.banner-2 .banner_content {
	top: 100px;
}

.banner-3 .banner_mobile {
	width: 500px;
	right: 5%;
	top: 50px;
}

.banner-3 .banner_content {
	top: 100px;
}

/*************************/

.discover {
	text-align: center;
	padding: 5% 5%;
	color: #2f3659;
}

.discover h6 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.title {
	font-size: 45px;
	font-weight: 700;
	color: #2f3659;
	margin-bottom: 40px;
}

.discover_card {
	position: relative;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 80px 40px 0;
	overflow: hidden;
	z-index: 1;
	min-height: 480px;
}

.discover_card::before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background: #e8c9ad;
	border-radius: 50%;
	top: -130px;
	z-index: -1;
	left: 0;
}

.discover_slider.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

.discover_card h5 {
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0 15px;
}

.discover_card p {
	margin-bottom: 0;
}

.discover_slider.owl-carousel .owl-stage-outer {
	overflow: inherit;
}

/**************************/

.transact {
	text-align: center;
	padding-top: 3%;
}

.max_width {
	max-width: 650px;
	margin: auto;
}

.transaction_icons {
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px;
	padding: 0 30px 30px;
}

.transaction_icons:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.transaction_icons img,
.transaction_icons p {
	display: inline-block;
}

.transaction_icons p {
	font-size: 22px;
	margin-bottom: 0;
	margin-left: 40px;
}

/**************************/

.steps {
	text-align: center;
	padding: 5% 10%;
}

.steps_div {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	margin: 40px 0 0;
	align-items: center;
}

.steps_div span {
	display: block;
	color: #fff;
	background: #4d68ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-right: 30px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.steps_div p {
	width: 80%;
	margin-bottom: 0;
	font-size: 16px;
}

/**************************/

.partners {
	text-align: center;
	padding: 4% 6%;
}

.partners_tab_btn {
	max-width: 260px;
	margin: auto;
}

.partners_tab_btn ul.nav {
	display: block;
}

.partners_tab_btn ul.nav li {
	display: inline-block;
	margin: 0 20px;
}

.partners_tab_btn ul li a {
	font-size: 18px;
	border-bottom: 2px solid transparent;
	padding: 0;
}

.partners_tab_btn ul li a.active {
	font-weight: 700;
	border-bottom: 2px solid #4d68ff;
}

.partners_tab_btn ul li a:hover,
.partners_tab_btn ul li a:focus {
	color: #222;
}

.partners_logo {
	margin: 50px 10px;
}

.partners_logo a {
	display: table-cell;
	width: 1%;
}

.partners_logo a img {
	/* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.15)); */
	/* border: 1px solid #ccc; */
	/* padding: 0; */
	/* border-radius: 30px; */
}

.partners>a {
	font-size: 20px;
	color: #ff8d3a;
}

.nav-link.active {
	color: #ef7f1b;
}

/*************************/

.testimonial {
	padding-top: 2%;
	padding-bottom: 5%;
	background: #e6ecf3;
	position: relative;
}

.testimonial_slider .blue_bg {
	background: #e6ecf3;
	padding: 5% 10%;
}

.testimonial_slider .blue_bg h5 {
	position: relative;
	font-size: 17px;
	line-height: 20px;
}

.testimonial_slider .blue_bg h5::before {
	content: "";
	position: absolute;
	background: url("../images/quote.png") no-repeat;
	width: 40px;
	height: 35px;
	top: -30px;
	left: -50px;
}

.testimonial_slider.owl-carousel .owl-item img {
	border-radius: 50%;
}

.testimonial_slider .blue_bg h6,
.testimonial_slider .blue_bg p,
.testimonial_slider .blue_bg span {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.testimonial_slider .blue_bg h6 {
	font-weight: 700;
	font-size: 14px;
}

.testimonial_slider .blue_bg p {
	font-size: 13px;
}

.testimonial .mobile-app-img {
	position: absolute;
	top: 19%;
	left: 0;
}

.testimonial_slider .owl-dots,
.partners_logo .owl-dots,
#home-banner .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.banner_d_y_know .owl-dots,
#did-you-know-banner .owl-dots {
	text-align: center;
	margin-top: 20px;
}

#home-banner .owl-dots {
	padding-bottom: 20px;
}

#did-you-know-banner .owl-dots {
	padding-bottom: 20px;
}

.testimonial_slider .owl-dots button,
.partners_logo .owl-dots button,
#home-banner .owl-dots button,
.ipo_subscribe .owl-dots button {
	display: inline-block;
	background: #f3c9ab;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 10px;
}

.banner_d_y_know .owl-dots button,
#did-you-know-banner .owl-dots button {
	display: inline-block;
	background: #f3c9ab;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 10px;
}

.testimonial_slider .owl-dots button.active,
.partners_logo .owl-dots button.active,
#home-banner .owl-dots button.active,
.ipo_subscribe .owl-dots button.active {
	width: 50px;
	background: #ff8d3a;
}

.banner_d_y_know .owl-dots button.active,
#did-you-know-banner .owl-dots button.active {
	width: 50px;
	background: #ff8d3a;
}

/******************* Second Page ********************/

.inner_banner {
	padding: 8% 5% 5%;
	background: #f9f9f9;
}

.inner_banner_content h1 {
	font-size: 65px;
	font-weight: 800;
	color: #3e404b;
	line-height: 64px;
}

.inner_banner_content select {
	font-size: 18px;
	width: 85%;
	padding: 20px;
	background: url("../images/down-arrow.svg") no-repeat center right 20px #fff;
	background-size: 4%;
	margin-top: 40px;
	border-radius: 10px;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.inner_banner_content span {
	display: block;
	margin-top: 20px;
}

.search_offer {
	padding: 5%;
}

.search_offer_bar {
	position: relative;
}

.search_offer_bar input,
.search_offer_bar select {
	width: 100%;
	padding: 15px 25px 15px;
	font-size: 18px;
	border: 1px solid #ededf0;
	border-radius: 50px;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

.search_offer_bar select {
	height: 55px !important;
	padding: 10px 25px;
	background: url(../fonts/dropdown-arrow.svg) transparent no-repeat center right 25px;
	cursor: pointer;
	background-size: 25px;
}

.search_offer_bar a {
	position: absolute;
	top: 16px;
	right: 25px;
}

.search_offer_bar a img {
	width: 20px;
}

.popular_brands {
	margin-top: 5%;
}

.inner_title {
	font-size: 36px;
	margin-bottom: 30px;
}
.upiGlob .inner_title {
	font-size: 28px;
	margin-bottom: 30px;
}

.popular_brands ul li {
	display: table-cell;
	width: 1%;
	text-align: center;
}

.popular_brands ul li p {
	color: #999999;
	margin: 20px 0 0;
}

.search_offer>a {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
	color: #ff8d3a;
	text-decoration: underline;
}

.search_offer>a:hover {
	text-decoration: none;
}

.popular_offers {
	padding: 0 5% 5%;
}

.filters ul li {
	position: relative;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	margin: 0 40px 40px 0;
	opacity: 0.6;
}

.filters ul li.active {
	font-weight: 700;
	opacity: 1;
}

.filters ul li.active::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ff8d3a;
	bottom: -10px;
}

.filter_card {
	text-align: center;
	background: #fff;
	padding: 20px 25px;
	border-radius: 20px;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.filter_card span {
	font-weight: 700;
}

.filter_card h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

.filter_card h3 {
	font-size: 20px;
	font-weight: 900;
	margin: 20px 0 50px;
}

.filter_card 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;

}

.filter_card img {
	height: 100px;
	width: auto;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

/**************************/

.inner_title_section {
	background: #eeeeee;
	text-align: center;
	padding: 3% 0;
}

.inner_title_section h2 {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
}

.faqs_section {
	padding: 5%;
}

.faq-search {
	margin: auto;
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}

.faq-search input {
	width: 100%;
	/* border-radius: 30px; */
	font-size: 18px;
	padding: 20px;
	-o-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.faq-search button {
	cursor: pointer;
	padding: 20px 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	background: transparent;
	border-color: transparent;
}

.faq-search button img {
	width: 22px;
	height: auto;
	display: block;
}

.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;
	transition: all .3s;
	position: relative;
	font-size: 18px;
}

.accordion-body {
	padding: 0 20px 20px 20px;
	display: none;
}

.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: #ff8d3a;
	border-radius: 50%;
}

.accordion-item .accordion-header:after {
	content: "";
	width: 15px;
	height: 3px;
	background: #ff8d3a;
	position: absolute;
	top: 30px;
	right: 24px;
}

.accordion-item .accordion-header:before {
	content: "";
	width: 3px;
	height: 16px;
	background: #ff8d3a;
	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;
}

/***************************/

.who_we_are_section {
	padding: 5%;
}

.bg_grey {
	background: #f2f2f2;
	padding: 5%;
}

.who_we_are_logos {
	padding: 5% 5% 0;
}

.who_we_are_logos ul li {
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-bottom: 5%;
}

/**************************/

.ipo_upi,
.padding-5 {
	padding: 5%;
}

.pt0 {
	padding-top: 0;
}

.ipo_upi_tabs {
	margin-bottom: 40px;
}

.ipo_upi_tabs ul li {
	margin-right: 40px;
}

.ipo_upi_tabs ul li a {
	position: relative;
	font-size: 18px;
	padding: 0;
	color: #aaaaaa;
}

.ipo_upi_tabs ul li a.active {
	color: #000000;
}

.ipo_upi_tabs ul li a.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ff8d3a;
	left: 0;
	bottom: -10px;
}

.tab_content_inner ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}

.tab_content_inner ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	background: #ff8d3a;
	border-radius: 50%;
}

.tab_content_inner ul li:last-child {
	margin-bottom: 0;
}

.ipo_subscribe {
	text-align: center;
}

.ipo_subscribe span.steps-btn {
	display: block;
	color: #fff;
	background: #4d68ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	margin: auto;
}

.ipo_subscribe p {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 0;
	padding: 0 5%;
}

.tab_content_inner>a {
	display: block;
	text-align: center;
	max-width: 200px;
	background: #ff8d3a;
	border: 1px solid #ff8d3a;
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
	border-radius: 60px;
	margin: 40px auto 0;
}

.tab_content_inner>a:hover {
	background: #ffffff;
	border: 1px solid #ff8d3a;
	color: #ff8d3a;
}

.inner_ipo_tabs {
	background: #f9f9f9;
	padding: 20px 30px 30px;
	margin-bottom: 20px;
}

.inner_ipo_tabs ul li a {
	font-size: 16px;
}

.inner_ipo_tabs ul li a.active::after {
	bottom: -5px;
}

.our_partners_section,
.padding-section {
	padding: 5%;
}

.bhim_edition_section {
	position: relative;
}

.video_section {
	width: 90%;
	margin: auto;
	/* height: 450px; */
	/* margin: 0 auto 5%; */
	/* overflow: hidden; */
	/* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; */
}

.video_section video {
	width: 100%;
	height: auto;
}

.app_screens {
	text-align: center;
}

.app_screens h5 {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 40px;
}

.app_screens p {
	font-size: 18px;
	margin: 40px 0;
}

.v_center_text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upi_features {
	padding: 5%;
}

.upi_cards {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 40px;
	margin-bottom: 30px;
	min-height: auto;
}

.upi_cards .left-img {
	padding-left: 85px;
}

.upi_cards .left-img img {
	position: absolute;
	left: 0px;
	top: -15px;
    width: 100px;
}

.upi_cards img {
	display: block;
	width: 100px;
	margin: 0 auto 15px;
}

.upi_cards h5 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

.upi_cards h6 {
	font-weight: 900;
	margin-bottom: 15px;
}

.upi_cards ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}

.upi_cards ul li:last-child {
	margin-bottom: 0;
}

.upi_cards ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	background: #ff8d3a;
	border-radius: 50%;
}

.upi_cards .iframe-video {
	margin: 20px 0 0px 0;
}

.how_it_works {
	text-align: center;
	padding: 5%;
	background: #f2f2f2;
}

.video_slider.owl-carousel .owl-nav .owl-prev,
.video_slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
	-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;
}

.video_slider.owl-carousel .owl-nav .owl-prev:hover,
.video_slider.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1;
}

.video_slider.owl-carousel .owl-nav .owl-prev {
	background: url("../images/left-arrow-white.png") no-repeat center center #2c2c2c;
	left: -100px;
}

.video_slider.owl-carousel .owl-nav .owl-next {
	background: url("../images/right-arrow-white.png") no-repeat center center #2c2c2c;
	right: -100px;
}

.video_slider.owl-carousel .owl-nav .owl-prev.disabled,
.video_slider.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

.video_slider .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.video_slider .owl-dots button {
	display: inline-block;
	background: #f3c9ab;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 10px;
}

.video_slider .owl-dots button.active {
	width: 50px;
	background: #ff8d3a;
}

.donation_section {
	padding: 5%;
}

.main_popup.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999999;
}

.qr_section {
	position: fixed;
	min-width: 400px;
	background: #ffffff;
	padding: 2%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: hidden;
	z-index: 99999;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	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;
}

.qr_section span.closePopup {
	position: absolute;
	font-size: 30px;
	color: #999999;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.qr_section span.closePopup:hover {
	color: #000;
}

.qr_section.active {
	opacity: 1;
	visibility: visible;
}

.qr_img {
	text-align: center;
	padding: 30px;
}

.get_in_touch_section {
	padding: 5%;
}

.stickyForm {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.accordion_form {
	padding-top: 10px;
}

.forms_section {
	margin-bottom: 5%;
}

.form_accordion .card {
	margin-bottom: 20px;
	-o-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	border: none;
	background: #fff;
}

.form_accordion .card .card-header {
	background: none;
	border: none;
	position: relative;
}

.form_accordion .card-header:after {
	content: "";
	float: right;
	background: #ef7f1a;
	top: 22px;
	position: absolute;
	right: 15px;
	width: 15px;
	height: 3px;
}

.form_accordion .card-header .collapsed:after {
	content: "";
	float: right;
	background: #ef7f1a;
	top: 16px;
	position: absolute;
	right: 21px;
	width: 3px;
	height: 15px;
}

.form_accordion .card .card-header a {
	display: block;
}

.forms_section .input_container {
	position: relative;
	margin-bottom: 25px;
}

.forms_section .input_container .date-icon {
	position: absolute;
	top: 8px;
	right: 12px;
	cursor: pointer;
}

.forms_section .input_container .date-icon img {
	width: 22px;
}

.forms_section .input_container label {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #aaa;
	font-size: 14px;
	cursor: text;
	margin: 0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out
}

.forms_section .input_container .floatlabel,
.forms_section .select_container select {
	font-size: 14px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	width: 100%;
	padding: 10px 15px;
	resize: none;
}

.forms_section .select_container select {
	background: url("../images/dropdown-arrow.svg") no-repeat center right 15px;
	cursor: pointer;
}

.forms_section .input_container .date-icon {
	position: absolute;
	top: 9px;
	right: 12px;
	cursor: pointer;
}

.forms_section .select_container label {
	cursor: pointer;
}

.forms_section .input_container .floatlabel.filled,
.forms_section .input_container .floatlabel:focus {
	border: 1px solid #e3e3e3
}

.forms_section .input_container .floatlabel.filled+label,
.forms_section .input_container .floatlabel:focus+label {
	font-size: 12px;
	top: -20px;
	left: 0;
	color: #ff8d3a
}

.forms_section .input_container small {
	font-size: 12px;
}

.forms_section .custom-control {
	margin-bottom: 10px;
}

.submit_btn a,
.submit_btn button,
.btn_solid {
	background: #ff8d3a;
	color: #ffffff;
	border: 1px solid transparent;
	padding: 10px 40px;
	border-radius: 50px;
	font-size: 18px;
}

.submit_btn a:hover,
.submit_btn button:hover,
.btn_solid:hover {
	background: transparent;
	color: #ff8d3a;
	border: 1px solid #ff8d3a;
}

.forms_section .upload-div .input_container label {
	top: 0;
	left: 0;
}

.forms_section .upload-div .input_container .custom-file-label {
	padding: 10px 15px;
	height: auto;
	color: #222;
	/* cursor: pointer; */
	/* z-index: 9; */
}

.forms_section .upload-div .input_container .custom-file-label::after {
	padding: 10px 15px;
	height: auto;
	background: #ff8d3a;
	color: #fff;
}

/**************************/

.top_footer {
	background: #2e3749;
	padding: 4%;
}

.footer_links a {
	color: #fff;
	margin-right: 25px;
}

.footer_links a:hover {
	color: #ff8d3a;
}

.footer_social a {
	display: table-cell;
	margin-right: 0;
	width: 1%;
	text-align: center;
	opacity: 0.6;
}

.footer_social a:hover {
	opacity: 1;
}

.bottom_footer {
	background: #232a39;
	padding: 2% 4%;
	color: #fff;
}

.bottom_footer p {
	font-size: 14px;
	margin-bottom: 0;
}

.disclaimer_section {
	padding: 5%;
}

.terms_conditions_section {
	padding: 5%;
}

.tnc_section h3 {
	font-size: 22px;
	margin: 20px 0;
}

.site_map {
	padding: 3% 5%;
}

.site_map a {
	display: block;
	font-size: 18px;
	/* text-align: center;
	background: #ff8d3a;
	border: 1px solid #ff8d3a;
	color: #fff;
	padding: 15px 0;
	border-radius: 60px; */
	margin: 10px;
}

/*****************************/
.error_msg {
	color: red;
	font-size: 13px;
	padding-top: 5px;
	width: 100%;
	display: none;
}

.trnSuccessDiv,
.cashBackSuccessDiv,
.pinSuccessDiv,
.accountSuccessDiv,
.registrationSuccessDiv,
.smsSuccessDiv,
.loginSuccessDiv,
.otherSuccessDiv,
.feedbackSuccessDiv,
.csbSubmitSuccess,
.tcSubmitSuccess {
	display: none;
	color: green;
}

.file_error_msg {
	color: red;
	font-size: 13px;
	padding-top: 5px;
	width: 100%;
}

.searchresults {
	padding: 40px 0;
}

.searchresults a {
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 17px;
}

.searchresults hr {
	margin: 20px 0;
}

.bannertransparent {
	background: transparent;
	padding: 0;
}

.banner_content.page99 {
	top: 35%;
}

.card99 {
	text-align: center;
	background: #fff;
	padding: 40px 40px 0 40px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.card99 h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 5px 35px;
	height: 50px;
}

.donation-banner,
.banner-99 {
	right: 55px;
	bottom: -20px;
}

.donation {
	background: #fff;
	padding: 30px 40px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	min-height: 540px;
}

.donation h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 5px;
}

.donation img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.donation p {
	word-wrap: break-word;
}

.donation p a {
	color: #ef7f1b;
}

.donation h3 a {
	font-size: 16px;
	color: #ef7f1b;
	margin: 0;
}

.onboarding-process {
	padding: 50px 5%;
}

.onboarding-process p {
	font-size: 20px;
}

.onboarding-process video {
	width: 100%;
	height: auto;
}

.video-onboarding-process {
	text-align: center;
	background: #000;

}

.bg-grey {
	background: #efefef;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.footer-social .width33 {
	width: 32.33%;
}

.footer-social .grids-div.shadow .design-content {
	width: 100%;
}

.footer-social .grids-div.shadow .design-content p a {
	color: #fff;
}

.footer-social .width33 {
	width: 32.33%;
	padding-bottom: 40px;
}

.footer-social .grid_content h4 a {
	color: #fff;
}

.facebook {
	background: #3867b9;
}

.instagram {
	background: rgb(253, 126, 20);
	background: linear-gradient(90deg, rgba(253, 126, 20, 1) 0%, rgba(215, 85, 102, 1) 66%);
}

.twitter {
	background: #00b9f2;
}

.grids-div {
	position: relative;
}

.grids-div.shadow .design-content h4,
.grids-div.shadow .design-content h4 a,
.grids-div.shadow .design-content p {
	color: #fff;
}

.grids-div.shadow .design-content h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-social .grids-div .icon {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
}

.paddingAll {
	padding: 25px;
}

.shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.margin_right {
	margin-right: 15px;
}

.social-slider .owl-dots {
	position: absolute;
	left: 0;
	text-align: left;
	bottom: -25px;
}

.social-slider .owl-dots .owl-dot {
	display: inline-block;
	background: #fff;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 10px;
}

.social-slider .owl-dots .owl-dot.active {
	width: 50px;
	background: #fff;
}

.offer-detail-cards {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 15px;
	margin-bottom: 30px;
	min-height: auto;
}

.offer-detail-cards img{
	border: 1px solid #ddd;
}

.offer-detail-cards:last-child {
	margin-bottom: 0;
}

.offer-detail-cards h5 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #ff8d3a;
}

.offer-detail-cards h6 {
	font-weight: 900;
	margin-bottom: 10px;
}

.tab-section {
	margin: 50px 0 30px 0;
}

.content {
	overflow: hidden;
}

.content ol li {
	padding-bottom: 10px;
}
.content ul li{
	position: relative;
    padding-left: 20px;
}
.content ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background: #ff8d3a;
}
.content p {
	margin-bottom: 8px;
}

.did-you-know {
	background: #e6ecf3;
	padding: 40px 0;
}

.color_orange {
	color: #ff8d3a;
}

.inner_subtitle {
	font-size: 24px;
}

.bhim-card {
	text-align: center;
	padding: 10px;
	height: 315px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

/*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: #ff8d3a
}

.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;
}



.benefits {
	/* background: #f1f1f1; */
}

.benefits .inner_title {
	/* color: #fff; */
}

.benefits-item {
	background: #2f3659;
	margin-bottom: 25px;
	padding: 15px;
}

.benefits-item .panel-title a {
	color: #fff;
	font-size: 17px;
}

.benefits-item .panel-title img {
	height: 50px;
	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: 35px;
	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: 42px;
	right: 37px;
}

.benefits-item .panel-title a:after {
	content: none;
}

.tab-content ol li,
.tab-content ul li {
	position: relative;
	padding-left: 25px;
}

.upi-circle .panel-title a.collapsed:before,
.upi-circle .panel-title a:before {
	top: 35px;
}

.upi-circle .panel-title a.collapsed:after {
    top: 28px;
}

/* .tab-content ol li::before,
.tab-content ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background: #ef711d;
} */

/* marquee css */
.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	height: 50px;
	/* margin-top: 50px; */
}

.marquee .marquee-inner {
	display: block;
	position: absolute;
	overflow: hidden;
	-webkit-animation: marquee 20s linear infinite;
	animation: marquee 20s linear infinite;
}

@-webkit-keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}

}

@keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}

}

/* blue box */

.blue_box {
	margin-top: 150px;
	background-color: #1d318a;
	padding: 5%;
	color: white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.blue_box:after {
	width: 0;
	height: 0;
	position: absolute;
	border-top: 65px solid #1d318a;
	border-left: 65px solid transparent;
	content: "";
	left: 65%;
	z-index: -1;
}


/* what we do */


/* *** */

@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {

	body,
	button,
	input,
	optgroup,
	select,
	textarea {
		font-size: 20px;
	}

	a {
		font-size: 20px;
	}

	ul li {
		font-size: 20px;
	}

	p {
		font-size: 20px;
		margin-bottom: 25px;
		line-height: 30px;
	}

	header .navigation nav ul li a {
		font-size: 20px;
	}

	.banner_content {
		max-width: 800px;
		top: 20%;
	}

	.banner_content h1 {
		font-size: 80px;
		line-height: 110px;
	}

	.title {
		font-size: 55px;
	}

	.discover h6 {
		font-size: 25px;
		margin-bottom: 40px;
	}

	.discover_card h5 {
		font-size: 24px;
	}

	.max_width {
		max-width: 750px;
	}

	.transaction_icons p {
		font-size: 26px;
	}

	.steps_div p {
		font-size: 20px;
	}

	.partners_tab_btn ul li a {
		font-size: 20px;
	}

	.testimonial_slider .blue_bg h5 {
		font-size: 24px;
		line-height: 30px;
	}

	.testimonial_slider .blue_bg h6 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.ipo_upi_tabs ul li a {
		font-size: 22px;
	}

	.inner_ipo_tabs ul li a {
		font-size: 20px;
	}

	.inner_banner_content h1 {
		font-size: 75px;
	}

	.inner_title {
		font-size: 50px;
		margin-bottom: 40px;
	}

	.upi_cards {
		margin-bottom: 30px;
		min-height: 760px;
	}

	.upi_cards img {
		width: 180px;
		margin: 0 auto 30px;
	}

	.upi_cards h5 {
		font-size: 26px;
	}

	.upi_cards h6 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.filters ul li {
		font-size: 22px;
	}

	.donation h4 {
		font-size: 22px;
		height: 25px;
	}

	.donation .height-p {
		min-height: 220px;
	}

	.donation h3 a {
		font-size: 19px;
	}
	
	.content ul li{
		line-height: 34px;
	}
	.content ul li::before {
		width: 8px;
		height: 8px;
		top: 13px;
	}
}

@media only screen and (max-width:1024px) {
	header .navigation>nav>ul>li {
		margin-left: 15px;
	}

}

@media only screen and (max-width:991px) {
	p {
		margin-bottom: 15px;
	}

	header .main_header {
		padding: 0 15px;
	}

	header .navigation>nav>ul>li {
		margin-left: 12px;
	}

	header .logo a img {
		width: 200px;
	}


	.banner_mobile {
		width: 50%;
		top: 80px;
	}




	.discover_slider .owl-dots {
		margin-top: 20px;
	}

	.discover_slider .owl-dots button {
		display: inline-block;
		background: #f3c9ab;
		width: 8px;
		height: 8px;
		margin: 0 5px;
		border-radius: 10px;
	}

	.discover_slider .owl-dots button.active {
		width: 50px;
		background: #ff8d3a;
	}


	.top_footer {
		padding: 4% 3%;
	}

	.bottom_footer {
		padding: 2% 3%;
	}

	.footer_links a {
		margin-right: 15px;
	}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
	header .navigation nav ul li a {
		font-size: 13px;
	}
}


@media only screen and (max-width:767px) {
	.hiddenDesktop {
		display: block;
	}
	.stMap{
		display: block;
	}
	.hiddenMobile {
		display: none;
	}

	.menu-height {
		height: 56px;
	}

	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: 110px;
	}

	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: 100%;
		border: 1px solid #ddd;
	}

	header .main_header .mobile_nav .search_container input {
		width: 100%;
		padding: 10px 60px 10px 10px;
	}

	header .main_header .mobile_nav .search_container a {
		background: #ff8d3a;
		color: #fff;
		line-height: normal;
		padding: 12px;
		position: absolute;
		right: 0;
		height: 100%;
	}

	header .navigation nav ul li a.offers_btn span {
		display: none;
	}

	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: #222;
		width: 20px;
		height: 2px;
	}

	header .main_header .mobile_nav .hamburger span:before {
		background: #222;
		width: 25px;
		height: 2px;
	}

	header .main_header .mobile_nav .hamburger span:after {
		background: #222;
		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: #ff8d3a;
		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: #ff8d3a;
		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;
	}

	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 .navigation nav ul li a {
		display: block;
		line-height: normal;
	}

	/***************/

	.banner {
		//padding: 20% 0 0%;
	}

	.banner_content {
		position: relative;
		top: auto;
		left: auto;
		padding: 6%;
	}

	.banner_content h1 {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 20px;
	}

	.banner_content h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.app_download {
		margin-top: 2%;
	}

	.app_download a {
		margin-right: 10px;
	}

	.app_download a img {
		width: auto !important;
		height: 35px;
	}

	.banner_mobile {
		right: 0;
		left: 100px;
		top: 140px;
		width: 75%;
	}

	.discover {
		padding: 15% 5%;
	}

	.title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.discover h6 {
		font-size: 18px;
	}

	.discover_slider.owl-carousel .owl-stage-outer {
		overflow: hidden;
	}

	.discover_card {
		box-shadow: none;
		border: 1px solid #ddd;
		min-height: 400px;
	}

	.discover_card::before {
		width: 400px;
		height: 400px;
		top: -240px;
	}



	/***************/

	.transact {
		padding: 0 5%;
	}

	.transaction_icons {
		margin-bottom: 20px;
		padding: 0 0px 20px;
		display: flex;
		align-items: center;
	}

	.transaction_icons img {
		width: 80px;
	}

	.transaction_icons p {
		font-size: 16px;
		margin-left: 20px;
	}

	/***************/

	.steps {
		padding: 10% 8%;
	}

	.steps_div p {
		font-size: 15px;
	}

	.steps_div span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-right: 20px;
	}

	/***************/

	.partners_logo a {
		display: inline-block;
		width: auto;
		margin-bottom: 40px;
	}

	.partners_logo a:last-child {
		margin-bottom: 0;
	}

	/****************/

	.testimonial {
		padding: 10% 0 0 0;
	}

	.testimonial_slider .blue_bg {
		background: #e6ecf3;
		padding: 20% 10% 10%;
		margin-bottom: 20px;
	}

	.testimonial_slider .blue_bg h5 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	.testimonial_slider .blue_bg h6 {
		margin-top: 30px;
	}

	.testimonial_slider .blue_bg h5::before {
		width: 70px;
		height: 40px;
		top: -40px;
		left: 0px;
		background-size: contain;
	}

	.testimonial_slider .owl-dots {
		margin-top: 0;
	}

	.testimonial .mobile-app-img {
		position: unset;
		margin-top: 20px;
	}

	/******* Second Page ********/

	.onRight {
		order: inherit;
	}

	.inner_banner {
		padding: 20% 5% 10%;
	}

	.inner_banner_content {
		margin-top: 20px;
	}

	.inner_banner_content h1 {
		font-size: 45px;
		line-height: 42px;
	}

	.inner_banner_content select {
		font-size: 16px;
		width: 100%;
		margin-top: 30px;
	}

	.search_offer {
		padding: 10% 5%;
	}

	.popular_brands {
		margin-top: 10%;
	}

	.inner_title {
		font-size: 30px;
	}

	.popular_brands ul li {
		display: inline-block;
		width: 49%;
		text-align: center;
		margin-bottom: 30px;
	}

	.filters ul {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 20px;
	}

	.filters ul li {
		font-size: 18px;
		margin: 0 30px 20px 0;
	}

	/***************/

	.inner_title_section {
		padding: 10% 5%;
	}

	.inner_title_section h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.accordion-header {
		padding: 15px 50px 15px 15px;
		font-size: 15px;
	}

	.who_we_are_logos {
		padding: 10% 10% 0;
	}

	.who_we_are_logos ul li {
		display: inline-block;
		width: 49%;
		margin-bottom: 10%;
	}

	hr {
		margin: 6% 0;
	}

	.ipo_upi_tabs ul {
		flex-wrap: nowrap;
	}

	.ipo_upi_tabs ul li {
		margin-right: 20px;
	}

	.ipo_upi_tabs ul li:last-child {
		margin-right: 0;
	}

	.ipo_upi_tabs ul li a {
		font-size: 16px;
		line-height: 20px;
	}

	.tab_content_inner h3 {
		font-size: 25px;
	}

	.video_section {
		width: 100%;
	}

	.app_screens h5 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.app_screens p {
		font-size: 16px;
		margin: 20px 0 40px;
	}

	.upi_cards {
		padding: 20px 15px;
		margin-bottom: 20px;
		min-height: auto;
	}

	.upi_cards img {
		width: 90px;
	}

	.upi_cards .left-img img {
		left: 15px;
		top: 8px;
	}

	.upi_cards h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.how_it_works {
		padding: 5% 5% 10%;
	}

	.video_slider.owl-carousel .owl-nav .owl-prev,
	.video_slider.owl-carousel .owl-nav .owl-next {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		top: auto;
		bottom: -10px;
	}

	.video_slider.owl-carousel .owl-nav .owl-prev {
		background: url("../images/left-arrow-white.png") no-repeat center center #2c2c2c;
		background-size: 40%;
		left: 0;
	}

	.video_slider.owl-carousel .owl-nav .owl-next {
		background: url("../images/right-arrow-white.png") no-repeat center center #2c2c2c;
		right: 0;
		background-size: 40%;
	}

	.qr_section {
		width: 90%;
		min-width: auto;
		padding: 6%;
	}

	/***************/

	.top_footer {
		padding: 10%;
	}

	.footer_links a {
		display: block;
		color: #fff;
		margin: 20px 0;
		border-bottom: 1px solid #565d6b;
		padding-bottom: 20px;
	}

	.footer_links a:first-child {
		margin-top: 0;
	}

	.footer_links a:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.footer_social {
		margin: 40px 0 10px;
	}

	.bottom_footer {
		padding: 10%;
	}

	.bottom_footer p span {
		display: block;
	}

	.bottom_footer p.text-right {
		text-align: left !important;
		margin-top: 40px;
	}

	.bannertransparent {
		background: #f9f9f9;
	}

	.banner-99 {
		width: 60%;
	}

	.donation-banner {
		width: 80%;
		left: 30px;
		top: 180px;

	}

	.donation {
		padding: 20px 15px;
		min-height: auto;
	}

	.donation .height-p {
		min-height: unset;
	}

	.banner-2 .banner_content {
		top: 0;
	}

	.banner-2 .banner_mobile {
		width: 75px;
		right: 0;
		top: 155px;
		left: 0;
		margin: auto;
	}

	.banner-3 .banner_content {
		top: 0;
	}

	.banner-3 .banner_mobile {
		width: 140px;
		/* right: 0; */
		top: 150px;
		/* left: 0; */
		margin: auto;
	}

	.footer-social .flex {
		display: block;
	}

	.footer-social .width33 {
		width: 100%;
		margin-bottom: 20px;
	}

	.submit_btn a,
	.submit_btn button,
	.btn_solid {
		padding: 9px 10px;
		border-radius: 20px;
		font-size: 14px;
	}

	.offer-detail-cards {
		padding: 20px 0px;
	}

	.offer-detail-cards .logo-img {
		margin-top: 20px;

	}

	.offer-detail-cards:last-child {
		margin-bottom: 30px;
	}

	.onboarding-process video {
		width: 50%;
	}

	section.topline {
		padding-top: 20%;
	}

	.banner_d_y_know .owl-dots,
	#did-you-know-banner .owl-dots {
		text-align: center;
		margin-top: 0px;
	}

	header .navigation nav ul li a {
		color: #222222;
		display: block;
		line-height: normal;
	}

	header .navigation nav>ul>li>a.m_nav::after {
		position: absolute;
		top: 10px;
		right: 6px;
	}

	header .navigation nav ul li>.dropdown_nav {
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		background: #f8f8f8;
		padding: 15px;
		box-shadow: none;
		margin-top: 10px;
	}

	header .navigation nav ul li>.dropdown_nav.active {
		display: block;
	}

	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);
	}
}

/* corporate governance */

.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 p {
    width: 64%;
    margin-bottom: 0;
}

.pdf-item .download {
    width: 20%;
    text-align: right;
}
.pdf-item .download a {
    text-transform: uppercase;
}
.pdf-item a {
    color: #ff8834;
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
	.pdf-item .download {
		width: 30%;
	}
}


/* filter */
.input_container_filter {
	position: relative;
	margin-bottom: 20px;
  }
  
  .input_container_filter label {
	position: absolute;
	top: 10px;
	left: 0;
	color: #999999;
	cursor: text;
	margin: 0;
	font-size: 1.00em;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
  }
  
  .input_container_filter label.frmcheckbox {
	margin-top: 5px;
  }
  
  .input_container_filter label.frmcheckbox.chkboxtwo {
	margin-top: 14px;
  }
  
  .input_container_filter input[type="text"]:disabled {
	padding-left: 5px;
  }
  
  .input_container_filter input[type="file"] {
	font-family: "Montserrat", sans-serif;
	font-size: 0.86em;
  }
  
  .input_container_filter .floatlabel,
  .select_container select {
	font-size: 1.00em;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 0;
	font-weight: 500;
	width: 100%;
	padding: 10px 0;
	resize: none;
  }

  .input_container_filter select.floatlabel {
	position: relative;
	background: url("../images/dropdown-arrow.svg") transparent no-repeat center right;
	cursor: pointer;
	z-index: 1;
  }
  
  .select_container label {
	cursor: pointer;
	z-index: 0;
  }
  
  .select_container.text-big select {
	font-size: 1.14em;
  }
  
  .input_container_filter.text-big .floatlabel.filled+label,
  .input_container_filter.text-big .floatlabel:focus+label {
	font-size: 1.00em;
	top: -15px;
  }
  
  .input_container_filter .date-icon {
	position: absolute;
	top: 9px;
	right: 0;
	cursor: pointer;
  }
  
  .input_container_filter .floatlabel.filled,
  .input_container_filter .floatlabel:focus {
	/* border-bottom: 1px solid #222328; */
	/* -webkit-text-fill-color: #000; */
  }
  
  .input_container_filter select:focus,
  .input_container_filter select:hover {
	border-bottom: 1px solid #222328;
	border-bottom: 1px solid #222328;
  }
  
  .input_container_filter .floatlabel.filled+label,
  .input_container_filter .floatlabel:focus+label {
	font-size: 0.86em;
	top: -10px;
	left: 0;
	color: #27357e;
  }
  
  .input_container_filter label.card-no {
	top: -15px;
  }
  
    .input_container_filter .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
  outline-offset: 0 !important;
}
  
/* table */
.offer_table th,
.offer_table td,
.offer_table tr {
	padding: .75rem;
    vertical-align: top;
    border: 1px solid #121314;

}
.offer_table{
	border: 1px solid #121314;
	margin: 15px 0px;
}


@media only screen and (max-width: 488px) {

	.offer_table th,
	.offer_table td,
	.offer_table tr {
		padding: 0.3125rem;
	}
	.offer_table {
		margin-left: -73px;
	}
}

.career_tab{
    display: flex;
    gap: 6px;
	margin-bottom: 14px;
}

.career_btn_div {
    display: flex;
    justify-content: flex-end;
}


.career_content {
    border-radius: 8px;
	margin: 22px 0;
}

.career_btn{
    color: #ffffff !important;
	font-size: 14px !important;
}

.noresult{
	margin: 30px 0px;
}