/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap');

::-webkit-scrollbar {
	width: 6px;
	background-color: #dbdbdb;
}

::-webkit-scrollbar-thumb {
	background-color: #ff3e3f;
	border-radius: 3px;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

a {
	transition: all 0.3s ease-in 0s;
	outline: none !important;
}

a:hover {
	transition: all 0.3s ease-in 0s;
	outline: none !important;
}

.clear {
	clear: both;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: unset !important;
	/* line-height: 27px; */
	line-height: 24px !important;
	font-size: 16px !important;
	color: #2f3c44;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	/* overflow-x: hidden; */
	background-color: #fff !important;
}


header {
    margin-bottom: 0px !important;
}

.container { margin-bottom: 0px !important; }

.btn_style {
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
}

.btn_style a {
	margin-top: 20px;
	background-color: #ff3e3f;
	padding: 10px 15px;
	border-radius: 90px;
	color: #fff;
	/* line-height: unset; */
	;
}

.btn_style a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

section {
	margin-bottom: 60px !important;
    padding: 0px !important;
    box-shadow: none !important;
    background-color: unset !important;
}


/****** HEADER  CSS ******/

#sticky-anchor {
	margin-bottom: 100px;
	display: inline-table;
}


/* .pull_down { margin-top: 90px;
  display: inline-table; } */

.header_style {
	padding: 0px 90px;
	background: #fff;
	transition: all 0.2s ease-in 0s;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
}

.header_style.stick {
	transition: all 0.3s ease-in 0s;
}

.header_style .logo_style {
	width: 264px;
	height: auto;
	padding: 20px 0px;
	transition: all 0.3s linear;
}

.header_style .logo_style img {
	width: 100%;
	height: auto;
	display: block;
}

.header_style.stick .logo_style {
	padding: 10px 0px;
	width: 230px;
	display: block;
	transition: all 0.3s linear;
}

.header_style.stick .logo_style img {
	height: auto;
	display: block;
}


/****** BANNER CSS **********/

.banner_style {
	margin-bottom: 0px !important;
}

.banner_style .banner_caption {
	margin-bottom: 30px !important;
	/* width: 82%; */
	margin: 0px auto;
	width: 860px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_style .banner_caption b { font-weight: bold;
}

/* 
@media(max-width:1024px) {

.banner_style .banner_caption {
 
	width: 100%;
 
}

} */





.banner_style .banner_caption div {
	width: 50%;
}

.banner_style .banner_caption h3 {
	margin-right: 20px;
	font-size: 34px;
	text-align: right;
	font-weight: normal;
}

.banner_style .banner_caption h3 span {
	font-weight: 800;
	color: #ed1c24;
}


/******** CAROUSEL CSS ********/


 
 




.home_carousel .slick-slide {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
}

.home_carousel .slick-slide {
	margin: 10px 15px 20px 15px;
}

.slick-slide {
	margin: 20px;
}

.slick-slide img {
	width: 100%;
}

.home_carousel .slide {
	border-radius: 15px;
	overflow: hidden;
}

.bg_color {
	/* background-color: #eef2f5; */
	/* background-color: #f6f8fa; */
	padding: 40px 0px !important;
	/* background: linear-gradient(330deg, #eef2f5, #eff3f6, #f1f5f7, #f5f7f9, #f8fafb, #fcfcfd, #fefefe, #ffffff); */
	background: linear-gradient(255deg, #f3f6f8, #f4f7f8, #f4f7f9, #f5f8f9, #f6f9fa, #f7f9fa, #f8fafa, #f8fbfb, #f9fbfb, #fafcfc, #fbfcfc, #fcfdfd);
}

.hand_style {
	background: rgb(250,252,252);
	background: linear-gradient(90deg, rgba(250,252,252,1) 0%, rgba(238,242,245,1) 100%);
	padding-top: 40px !important;
}

.hand_style .image_style {
	display: flex;
	align-items: end !important;
	justify-content: flex-start !important;
	width: 120%;
}

.nMp {
	margin: 0PX;
}
 
 


 
/* 
.hand_style img {
    width: 120% !important;
} */


.mobi_show {
	display: none !important;
}

.mobi_hide {
	display: block !important;
}

@media(max-width:1024px) {
	.mobi_show {
		display: block !important;
		padding-bottom: 30px;
	}

	.mobi_hide {
		display: none !important;
	}
}

.no_MP {
	margin: 0px;
	padding: 0px;
}

.home_carousel .caption {
	border-radius: 0px 0px 15px 15px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-right: 20px; */;
}

@media (max-width: 1024px) {
	.home_carousel .caption {
		display: block;
		width: 100%;
		padding-right: inherit;
		padding: 10px 0px;
	}

	
}

.home_carousel .caption p {
	width: 66%;
	float: left;
	margin: 0px;
	margin-right: 4%;
}

.home_carousel .caption a {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #f00;
	border-radius: 5px;
	color: #f00;
	/* line-height: initial; */
	float: right;
	font-size: 16px;
}

.home_carousel .caption a:hover {
	background-color: #f00;
	border: 1px solid #f00;
	color: rgb(255, 255, 255);
}



.home_carousel .slick-custom-arrow {
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	z-index: 100;
	padding: 20px 16px;
	opacity: 0.5;
}

.home_carousel .slick-custom-arrow:hover {
	color: #ff3e3f;
	opacity: 1;
	transition: all 0.2s ease-in 0s;
}

.home_carousel .slick-custom-arrow-left {
	left: -40px;
	top: 50%;
}

.home_carousel .slick-custom-arrow-right {
	right: -40px;
	top: 50%;
}








/******* DATA SECTION *******/

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

.features_style .content_style {
}

.features_style .content_style p {
	margin-bottom: 30px;
}

.features_style .content_style i {
	font-weight: bold;
	color: #f0b148;
	font-style: inherit;
}


/* .features_style .content_style h3 { font-weight: bold; font-size: 30px; color: #f00; margin-bottom: 30px; }
.features_style .content_style h3 span { font-size: 30px; color: rgb(0, 0, 0); font-weight: normal; } */

.heading {
	width: 100%;
}

.heading h3 {
	margin-bottom: 20px;
	font-size: 34px;
	/* color: rgb(0, 0, 0); */
	font-weight: normal;
}

.heading h3 span {
	font-weight: 800;
	color: #ff3e3f;
}

.heading .mobi_br {
	display: unset;
	font-weight: normal;
	color: inherit;
}

.features_style .content_style .features_list {
}

.features_style .content_style ul.features_list {
	margin: 0px;
	padding: 0px;
}

.features_style .content_style .features_list li {
	min-height: 110px;
	border-radius: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	padding: 10px;
	list-style: none;
	background-color: #fff;
	box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	display: flex;
	justify-content: center;
	align-items: center;
}

.features_style .content_style .features_list li:last-child {
	margin-bottom: 0px;
}



/* .features_style .content_style .features_list li .icon_style {
	width: 20%;
	float: left;
	margin-right: 2%;
} */



.features_style .content_style .features_list li .icon_style {
	width: 35%;
	float: left;
	margin-right: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* .features_style .content_style .features_list li .icon_style img {
	height: auto;
	display: block;
} */


.features_style .content_style .features_list li .icon_style img {
    /* width: 100%; */
	height: auto;
    /* display: block; */
	float: left;
	width: 50%;
	margin-right: 10%;
}

.features_style .content_style .features_list li .title_style {
	/* width: 20%; */
	width: 60%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
}

.features_style .content_style .features_list li .text_style {
	width: 60%;
	float: right;
	padding: 0px 0px 0px 10px;
}



.features_style .content_style .features_list li .text_style b { font-weight: bold; }

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

.features_style .image_style img {
	width: inherit;
}

.float_left {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

@media (max-width: 1024px) {
	.float_left {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: 0;
	}
}


/* *****BANNER USP CSS****** */

.banner_usp_style {
	margin-bottom: 40px !important;
}

.banner_usp_style img {
	margin-right: 10px;
}

.banner_usp_style .col-md-3 {
	padding-right: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.banner_usp_style .col-md-3 {
		padding-right: 0%;
		width: 50%;
		margin-bottom: 10px;
	}
}


/* Banner Card Animaiton CSS  */

.container-02 {
	margin-top: 30px;
	/* position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 50%;
	background: #161616; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-02 .glassmorphic-card {
	position: relative;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
	width: 500px;
	height: 300px;
	margin-bottom: 0px !important;
	padding: 40px 30px;
	margin: 28px;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	/* background: rgba(255,255,255,0.1); */
	background-color: rgb(0, 0, 0);
	backdrop-filter: blur(5px);
	overflow: hidden;
	color: #fff;
}

.container-02 .glassmorphic-card:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 10em;
	background: rgba(255, 255, 255, 0.02);
	pointer-events: none;
}


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


/* HOVER */

@keyframes hover {
	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(-6px);
	}
}

@keyframes shadow {
	0% {
		transform: translateY(6px);
		opacity: 0.4;
	}

	50% {
		transform: translateY(3px);
		opacity: 1;
	}

	100% {
		transform: translateY(6px);
		opacity: 0.4;
	}
}

.hover {
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
}

.hover:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	transition-duration: 0.3s;
	transition-property: transform opacity;
}

.hover:hover {
	transform: translateY(-6px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.hover:hover:before {
	opacity: 0.6;
	transform: translateY(6px);
	animation-name: shadow;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}


/* ****** CARDS OPTION ****** */

.cards_option {
	padding-bottom: 70px;
}

.cards_option .banner_caption {
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cards_option .banner_caption div {
	width: 50%;
}

.cards_option .banner_caption h3 {
	margin-right: 20px;
	font-size: 34px;
	text-align: right;
	font-style: normal;
}

.cards_option .banner_caption h3 span {
	font-weight: bold;
	color: #ed1c24;
}

.tab_content_wrp {
	background-color: #ffbb4e;
	margin-top: 30px;
	min-height: 300px;
	width: 100%;
	border-radius: 40px;
	/* display: flex; */
	overflow: hidden;
	/* background-image: url(../images/card_patch.jpg); */
	position: relative;
}

.tab_content_wrp .left_part {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	float: left;
}

.tab_content_wrp .left_part h1 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 50px;
}

.card_bg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

@media (max-width: 1024px) {
	.tab_content_wrp .left_part {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		float: left;
	}

	.tab_content_wrp .img_class {
		background-color: red;
		min-height: 300px;
	}
}


/* NEW */

.img_div {
	width: 49%;
	height: auto;
	float: left;
	position: relative;
}

.img_div img {
	width: 100%;
	height: auto;
	display: block;
}

.img_div h1 {
	height: auto;
	float: left;
	width: auto;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 50px;
}

.content_div {
	width: 49%;
	height: auto;
	float: right;
	padding: 20px 60px 5px 0px;
}


/*  */

.input_section {
}

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

.app_donwload {
	margin-top: 30px;
	float: left;
}

.app_donwload div {
	margin-right: 20px;
	float: left;
}

.app_donwload div:last-child {
	margin-right: 0px;
}

.input_section .input_style {
	width: 350px;
	padding: 20px 0px;
	position: absolute;
	left: -150px;
}

.input_section .input_style input {
	width: 100%;
	background: #fff;
	color: #525865;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
	font-family: inherit;
	font-size: 1em;
	line-height: 1.45;
	outline: none;
	padding: 10px;
	/* padding: 0.6em 1.45em 0.7em; */
	-webkit-transition: 0.18s ease-out;
	-moz-transition: 0.18s ease-out;
	-o-transition: 0.18s ease-out;
	transition: 0.18s ease-out;
}

.input_section .input_style input:hover {
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}

.input_section .input_style input:focus {
	color: #4b515d;
	border: 1px solid #b8b6b6;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
	.input_section .input_style {
		width: 90%;
		position: absolute;
		left: 0px;
		bottom: -90px;
		margin: 0% 5%;
	}

	.input_section .image_style {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}


/*  */

 
.accordian_style {
	margin-bottom: 30px;
}

.faq_style {
	width: 100%;
	margin-bottom: 30px;
	margin: 0px auto;
}

.accordion {
	width: 100%;
	margin-bottom: 15px;
}

.accordion .accordion-li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
	/* box-shadow: 0px 0px 15px #cdcdcd; */
	border: 1px solid #e6ebf0;
	border-radius: 10px;
}

.accordion .accordion-li:last-child {
	margin-bottom: 0px;
}

.accordion .accordion-li .accordion-text {
	display: none;  
    margin-left: 10px;
}

.accordion .accordion-li .accordion-text p
{
  padding: 0 !important;
	margin-left: 50px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #2f3c44;
}
.accordion .accordion-li .accordion-text ul li, .accordion .accordion-li .accordion-text ol li{
  padding-top: 0 !important;
	margin-left: 70px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #2f3c44;
}

.accordion .accordion-li .accordion-text a {
	color: #ff3e3f;
}

.accordion .accordion-li .accordion-text a:hover {
	text-decoration: underline;
}

.accordion a.acc-head {
	color: #2f3c44 !important;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px !important;
	padding: 10px 0px;
	text-decoration: none;
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	line-height: 40px;
	box-sizing: border-box;
	color: #000;
}

.accordion a.acc-head.btn {
	/* color: #b48645 !important; */
	display: contents;
	padding: initial;
	line-height: initial;
	font-weight: bold;
	text-decoration: none;
}

.accordion a.acc-head:hover.btn {
	color: #2f3c44 !important;
	text-decoration: none;
	font-weight: bold;
}

.accordion a.acc-head:hover {
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
}

.accordion .active {
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
}

.accordion a.acc-head:after {
    /* width: 8px; */
    /* height: 8px; */
	position: absolute;
    /* content: " "; */
    /* top: 26px; */
    /* transform: rotate(-45deg); */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	content: '+';
	margin-right: 0.5rem;
	background: #ff3e3f;
	color: #fff;
    /* padding: 5px 7px; */
	border-radius: 90px;
	font-weight: normal;
	width: 30px;
	height: 30px;
	font-size: 25px;
	font-weight: normal !important;
	text-align: center;
	line-height: 28px;
	left: 20px;
    /* content: " "; */
	top: 15px;
}

.accordion p {
	font-size: 16px;
	line-height: 2;
	padding: 10px;
}

.accordion a.active:after {
	/* transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-right: 2px solid rgb(255, 0, 0);
	border-bottom: 2px solid rgb(255, 0, 0); */
	content: '-';
}

.accordion b {
	font-weight: bold;
	/*margin-top: 10px; display: block; background: url(../images/arrow_icon2.png) 0px 0px; background-repeat: no-repeat;  color:#6d6d6d;*/
	;
}

@media (max-width: 1024px) {
	.faq_style {
		width: 100%;
	}

	.accordion a.acc-head {
		line-height: 30px;
		padding-left: 40px !important;
		padding-right: 30px;
		font-size: 14px;
		line-height: 24px;
	}


	.accordion .accordion-li .accordion-text {
 
		margin-left: 40px;
		padding-right: 20px;
 
	}

	.accordion a.acc-head:after {
 

		top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 19px;
	}

	.accordion .accordion-li .accordion-text {
		padding: 0px !important;
		line-height: 17px  !important;
		font-size: 12px  !important;
      margin-left: 0px !important;
	}
  	

	.accordian_style .heading h3 {
		padding: 0% 3%;
	}

	/*  */;
}


/* Fotter css */

.footer_style {
	background-color: #484848;
	padding: 30px 0px;
	color: #fff;
}

.footer_style a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer_style a:hover {
	transition: all 0.1s ease-in 0s;
	color: #ff3e3f;
	text-decoration: none;
}

.footer_style .active {
	color: #ff3e3f;
	text-decoration: none;
}

.shfooter .collapse {
	display: inherit;
}

@media (max-width:1024px) {
	.shfooter ul {
		margin-bottom: 0;
	}

	.shfooter .collapse {
		display: none;
	}

	.shfooter .collapse.show {
		display: block;
	}

	.shfooter .title .fa-angle-up,
	.shfooter .title[aria-expanded=true] .fa-angle-down {
		display: none;
	}

	.shfooter .title[aria-expanded=true] .fa-angle-up {
		display: block;
	}

	.shfooter .navbar-toggler {
		display: inline-block;
		padding: 0;
	}
}

.resize {
	text-align: center;
}

.resize {
	margin-top: 3rem;
	font-size: 1.25rem;
}


/*RESIZESCREEN ANIMATION*/

.fa-angle-double-right {
	animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
	animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
	50% {
		transform: translateX(10px);
		opacity: 0.5;
	}

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

@keyframes leftanime {
	50% {
		transform: translateX(-10px);
		opacity: 0.5;
	}

	100% {
		transform: translateX(-10px);
		opacity: 0;
	}
}

ul.list-unstyled {
	margin: 0px;
	padding: 0px;
}

.list-unstyled li {
	text-align: left;
	margin-bottom: 5px;
}


/* .list-unstyled li a { color: #fff; text-decoration: none; }  
.list-unstyled li a:hover { color: #ff3e3f; text-decoration: none; }   */

.footer_style h5 {
	color: silver;
	font-weight: 500 !important;
	font-size: 15px;
	text-align: left;
}

.footer_bottom, .footer_bottom a, .footer_bottom span {
	font-size: 14px;
	color: silver;
}

.footer_style .play_store div {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer_style .footer_bottom {
	font-size: 14px;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: initial;
}


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

.social {
	float: right;
}

.social [class*="fa fa-"] {
	background-color: #656565;
	border-radius: 50px;
	color: #484848;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	margin: 0 24px 0 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}

.social [class*="fa fa-facebook"]:hover {
	color: #fff;
	background-color: #3b5998;
}

.social [class*="fa fa-instagram"]:hover {
	color: #fff;
	background: linear-gradient(to bottom right, #4c68d7, #8a3ab9, #cd486b, #fbad50);
	/* Standard syntax */
	;
}

.social [class*="fa fa-twitter"]:hover {
	color: #fff;
	background-color: #4099FF;
}

.social [class*="fa fa-youtube-play"]:hover {
	color: #fff;
	background-color: #c4302b;
}

.social [class*="fa fa-flickr"]:hover {
	background: red;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, #0063DC, #FF0084);
	/* Standard syntax */
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
}


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


/* *****Awards css******* */

.awards_style {
    margin-bottom: 0px !important;
	padding: 0px;
	padding: 10px 0px !important;
}

.awards_style .award_div {
	width: 20%;
	float: left;
	text-align: center;
}

.awards_style .award_div img {
	width: 100%;
	height: auto;
}

.awards_style .slick-slide {
}

.awards_style .slick-slider {
	margin-bottom: 0px;
}

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

.dbs_Delights {
}

.dbs_Delights .head_hide {
	display: none;
}

.dbs_Delights .head_show {
	display: block;
}

@media(max-width:1024px) {
	.dbs_Delights .head_hide {
		display: block;
	}

	.dbs_Delights .heading h3 {
		position: relative !important;
	}

	.dbs_Delights .head_show {
		display: none;
	}

	.DBS_Delights .heading h3 {
		padding: 0% 3%;
		font-size: 24px;
		line-height: 30px;
	}
}

.dbs_Delights .heading h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.experienc_super_thin {
}

.mobile_app {
	position: relative;
	min-height: 500px;
	background-image: url(../images/app_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile_app .right_patch {
	float: right;
	width: min-content;
}

.mobile_app .img_style {
	display: none;
}

.mobile_app .left_part {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #f00;
	z-index: 999;
}

@media(max-width:1024px) {
	.mobile_app .img_style {
		display: block;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.mobile_app .img_style img {
		width: 80%;
		margin-bottom: 30px !important;
		height: auto;
		margin: 0px auto;
		display: table;
	}
}

.mobile_app .msg_style {
	font-size: 14px;
	width: 70%;
	height: auto;
	min-height: 70px;
	float: left;
	background: red;
	padding: 7px 10px;
	background: #fff;
	color: #525865;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 0px 1px 8px rgb(0 0 0 / 20%);
}

.box {
	width: 70%;
	height: 200px;
	background: #FFF;
	margin: 40px auto;
}

.box_shadow_div {
	width: 100%;
	min-height: 30px;
	background-color: red;
	float: left;
	position: relative;
}

.box_shadow_div:before, .box_shadow_div:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2 {
	position: relative;
}


/* 
.effect2:before,
.effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
} */



.effect2:before, .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 11px;
	left: 80px;
	width: 100%;
	top: 80%;
	max-width: 400px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 80px;
	left: auto;
}


/*  */

.phone_screen_style {
}

.phone_screen_style .slider {
	width: 100%;
}

.phone_screen_style .slides {
	background: #ccc;
}

.phone_screen_style .slide {
	/* display: flex !important; */
	justify-content: center;
	align-items: center;
	background: rgb(148, 148, 148);
	margin: 0px !important;
	height: 250px;
	outline: 0 !important;
	color: #f00;
}

.phone_screen_style .controls {
	background-color: #f00;
	/* display: flex; */
	width: 100%;
}

.phone_screen_style .captions {
	/* flex: 1; */
	width: auto;
	margin-top: 2px;
	color: #7b7b7b;
}

.phone_screen_style .caption {
	outline: 0 !important;
}


/* .pagination {
  display: flex;
  margin-top: 2px;
}
.pagination__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 2px;
}
.pagination__button:hover {
  color: #fff;
  background: #2aa1c0;
}
.pagination__button.slick-disabled {
  cursor: not-allowed;
  background: #ccc;
  color: #fff;
} */

.intro_video {
	width: 550px;
	margin: 0px auto;
	display: table;
	margin-top: 30px;
}

.intro_video video {
}

.mobile_app_video {
	position: relative;
	width: 100%;
	margin: 0px auto;
	display: table;
	margin-top: 30px;
	margin-bottom: 60px;
}

.mobile_app_video .mobile_video_style {
}
.mobile_app_video .mobile_video_style video {
     width: 100%;
}
.mobile_app_video .desktop_video_style {
}
.mobile_app_video .desktop_video_style video {
     width: 100%;
}
@media(min-width:1025px) {
     .mobile_app_video .mobile_video_style {
         display: none;
    }
}
 @media(max-width:1024px) {
     .mobile_app_video .desktop_video_style {
         display: none;
    }
     .mobile_app_video {
         background-color: #f2f3f9 !important;
         padding-top: 30px !important;
    }
}

.mobile_app_video video {
}

.app_left_patch {
	position: absolute;
	width: 450px;
	top: 20%;
	left: 10%;
	z-index: 9;
}

.app_right_patch {
	position: absolute;
	width: 330px;
	right: 8%;
	top: 20%;
	z-index: 9;
}

.app_right_patch p {
	width: 330px;
	right: 210px;
	top: 20%;
}

@media(max-width:1024px) {
	.app_left_patch {
		position: relative;
		width: 100%;
		top: inherit;
		left: initial;
	}

	.app_right_patch {
		margin-bottom: 30px;
		position: relative;
		width: 100%;
		right: inherit;
		top: inherit;
	}

	.app_right_patch p {
		position: relative;
		text-align: center;
		width: 100%;
		right: inherit;
		top: inherit;
		font-size: 12px;
		line-height: 17px;
	}

	.app_right_patch .btn_style {
		float: initial;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}

	.app_right_patch .app_donwload {
		margin-top: 30px !important;
		float: inherit;
		margin: 0px auto;
		display: table;
	}

	.app_left_patch .heading {
		text-align: center;
	}
}

.border-bg {
	border: 1px solid #dddddd;
	display: inline-block;
	padding: 10px;
}

@media(max-width:1024px) {
	.intro_video {
		width: 100%;
		margin-top: 30px !important;
	}
}

.experience_style {
	margin-bottom: 30px;
}


 



.experience_style img {
	position: absolute;
}

.experience_style .content_style {
	padding: 80px 0px;
}

.image_style {
	position: relative;
}

.image_style .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #ff3e3f;
}

.image_style:hover .overlay {
	opacity: 0.5;
}

.image_style .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}



/*  */



.new_accordion_style {
	margin-top: 100px;
}

.new_accordion_style .demo {
}

.new_accordion_style button {
	width: 100%;
	text-align: left;
}

.new_accordion_style .btn {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	color: #2f3c44 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
	text-decoration: none;
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	padding-left: 20px;
	line-height: 40px;
	box-sizing: border-box;
	color: #000;
	padding-left: 0;
}

.new_accordion_style .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: unset;
}

.new_accordion_style .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	margin-bottom: 10px;
	border: 1px solid #e6ebf0;
	border-radius: 10px;
}

.terms_conditions {
	width: auto;
	background-color: #f6f9fa;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 30px;
	display: inline-table;
	margin: 10px auto;
	display: table;
	font-size: 16px;
}

.terms_conditions a {
	color: #f00;
	text-decoration: none;
}

.terms_conditions a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}


/* Online Footer */

.footer-gray .footer-content {
    max-width: 1024px;
    padding-bottom: 0px;
    z-index: 10;
}


.footer .footer-content .footer-container {
    padding: 0 15px;
}

@media (min-width: 1025px) {  
#countryList.collapse {
    display: block;
}
}

/*  */



/* Footer */ 
/* 

.footer {
    max-width: 1024px;
    margin: 0 auto;
}
 

.footer.footer-gray {
    max-width: 100%;
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    background: #484848;
}
 

.footer.footer-gray .footer-content {
    background: #484848;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.footer-gray .footer-content {
    max-width: 1024px;
    padding-bottom: 0px;
    z-index: 10;
}


.footer .footer-content {
    padding: 24px 32px 24px;
}

.footer.footer-gray h4 { font-size: 14px;
    color: silver;
}

 

.footer ul {
    margin-bottom: 0px;
    margin-top: 16px;
    color: #f33;
    list-style-type: none;
    padding: 0;
}

.footer .footer-content ul li {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
}


.footer.footer-gray ul li a {
    color: #fff;
}

.footer ul li a {
    text-decoration: none;
    color: #909090;
    font-weight: 400;
}

.footer.footer-gray ul li a:hover {
    text-decoration: none;
    color: #ee1818;
}

.footer .country-list li.active>a {
    color: #f33;
    font-weight: 500;
}



@media (min-width: 1025px) { 
#countryList.collapse {
    display: block;
}
}

.collapse:not(.show) {
    display: none;
} */






.tab_bg_color .Tab_slick-custom-arrow {
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	z-index: 100;
	padding: 20px 16px;
	opacity: 0.5;
}

.tab_bg_color .Tab_slick-custom-arrow:hover {
	color: #ff3e3f;
	opacity: 1;
	transition: all 0.2s ease-in 0s;
}

.tab_bg_color .Tab_slick-custom-arrow-left {
	left: -40px;
	top: 50%;
}

.tab_bg_color .Tab_slick-custom-arrow-right {
	right: -40px;
	top: 50%;
}


/* Added for download page */

.download-CC-page .features_style .content_style .features_list li {
    min-height: 100px;
}
.download-CC-page .bg-main-banner {
	background-image:url(../images/download/main-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.mb-20{
	margin-bottom: 20px !important; 
}
.download-CC-page .experience_style.bg-main-banner .content_style {
    padding: 120px 0px;
}

.download-CC-page #sticky-anchor {
    margin-bottom: 80px;
    display: inline-table;
}

.download-CC-page .apply-section.features_style .content_style .features_list li .text_style {
    width: 80%;
    float: right;
	line-height: 20px !important;
    font-size: 14px !important;
    padding: 0;
}

.download-CC-page  .apply-section.features_style .content_style .features_list li .icon_style {
    width: 20%;
	margin-left: 20px;
}


.download-CC-page .apply-section.features_style .content_style .features_list li .icon_style img {
	max-width: 100%; 
	width: 100%; 
    height: auto;
    float: left;
    margin-right: 0%;
}

.download-CC-page .next-section.features_style .content_style .features_list li .text_style {
    width: 70%;
    float: right;
    padding: 0px 0px 0px 10px;
}

.download-CC-page  .next-section.features_style .content_style .features_list li .icon_style {
    width: 30%;
}

.download-CC-page .next-section.features_style .content_style .features_list li .icon_style img {
	max-width: 100%; 
	width: 40%; 
    height: auto;
    float: left;
    margin-right: 10%;
}
.download-CC-page .heading h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.mtop-50{
	margin-top: 50px;
}




.download-CC-page .border-container{
	padding: 30px 30px 50px 30px;
}
.download-CC-page .border-section{
	margin: 10px;
    border: 2px solid #dddddd;
    border-style: dotted;
    border-radius: 10px;
}

span.icon.ico-arrowleft2 {
    color: grey;
  font-size: 25px;
}

span.icon.ico-arrowright2 {
    color: grey;
  font-size: 25px;
}


@media only screen and (max-width: 1024px){
  .desktop-view{
    display: none;
  }
  .stickyCTAbtn{
    position: fixed;
    bottom: 0;
   // left: 50px;
    width: 100%;
    text-align: center;    
    z-index: 999;
  }
}
 
 @media only screen and (min-width: 1025px){
  .mobile-view{
    display: none;
  }
   .stickyCTAbtn{
		position: fixed;
		top: 100px;
		right: 25px;
     z-index: 999;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform-origin: top right;
	}
}

.btn_style-sticky a{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 14px;
  background-color: #ff3e3f;
  padding: 5px 15px;
  color: #fff;
}


	
.download-CC-page  ul.features_list {
    position: relative;
}

@media only screen and (min-width: 1025px){
		.steps-01-direction {
		position: absolute;
		left: -24px;
	}

	.steps-02-direction {
		z-index: 9;
		position: absolute;
		left: -130px;
		top: 30px;
	}
}
@media only screen and (max-width: 1024px){
		.download-CC-page .experience_style.bg-main-banner .content_style .heading{
			position: absolute;
			top: 0;
		}
		.direction-01{
		position: absolute;
		top: 45px;
		background: #ffffff;
		z-index: 9;
		}
		.steps-01-direction {
		position: absolute;
		top: -22px;
		}
		
	.steps-02-direction {	
		z-index: 9;
		position: absolute;
		left: 60px;
		top: -22px;
	}
	.container.first{
		position: relative;
		height: 100px;
	}
}


	


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

  .intro_banner {
    width: 100%;
    text-align: center;
      margin: 0 0 40px 0;
}
  .diwali-banner {
    width: 100%;
}
}
@media only screen and (min-width: 1025px)
{

  .intro_banner{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
    text-align: center;
    margin: 0 0 40px 0;
	background-image: url(https://www.dbs.com/in/credit-cards/assets/images/main-diwali-banner-desktop.png);
    }

    h3.banner-heading {
       padding: 200px 0; 
        font-size: 30px;
    }
  
    .heading h3.banner-heading .mobi_br {
      display: block;
    }
    .diwali-banner {
      width: 100%;
   }
}

.red-color{
  color: #ff3e3f !important;
}

.black-color{
  color: #000000 !important;
}

.bg-grey {
    background: #e1e7eb;
}
                          
/*New Card design */
                          
 /*.slick_tab .slider-single {
    background-color: transparent !important;
}*/

.card-banner {
    border-radius: 10px;
	margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 10px;
    list-style: none;
    background-color: #fff;
    box-shadow: -1px 0px 12px -3px rgb(0 0 0 / 32%);
    -webkit-box-shadow: -1px 0px 12px -3px rgb(0 0 0 / 32%);
    -moz-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: center;
    align-items: center;
	 text-align: center;
}
.card-banner  .title_style {
 text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
	margin-top: 20px;
    margin-bottom: 20px;
}


.card-banner  .text_style {
    text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
}

.card-image{
width : unset !important;
}
  
  .card-banner-section .effect2:before,.card-banner-section  .effect2:after  
  {
    display: none !important
  }
  /* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap');

::-webkit-scrollbar {
	width: 6px;
	background-color: #dbdbdb;
}

::-webkit-scrollbar-thumb {
	background-color: #ff3e3f;
	border-radius: 3px;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

a {
	transition: all 0.3s ease-in 0s;
	outline: none !important;
}

a:hover {
	transition: all 0.3s ease-in 0s;
	outline: none !important;
}

.clear {
	clear: both;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: unset !important;
	/* line-height: 27px; */
	line-height: 24px !important;
	font-size: 16px !important;
	color: #2f3c44;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	/* overflow-x: hidden; */
	background-color: #fff !important;
}


header {
    margin-bottom: 0px !important;
}

.container { margin-bottom: 0px !important; }

.btn_style {
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
}

.btn_style a {
	margin-top: 20px;
	background-color: #ff3e3f;
	padding: 10px 15px;
	border-radius: 90px;
	color: #fff;
	/* line-height: unset; */
	;
}

.btn_style a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

section {
	margin-bottom: 60px !important;
    padding: 0px !important;
    box-shadow: none !important;
    background-color: unset !important;
}


/****** HEADER  CSS ******/

#sticky-anchor {
	margin-bottom: 100px;
	display: inline-table;
}


/* .pull_down { margin-top: 90px;
  display: inline-table; } */

.header_style {
	padding: 0px 90px;
	background: #fff;
	transition: all 0.2s ease-in 0s;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.22);
}

.header_style.stick {
	transition: all 0.3s ease-in 0s;
}

.header_style .logo_style {
	width: 264px;
	height: auto;
	padding: 20px 0px;
	transition: all 0.3s linear;
}

.header_style .logo_style img {
	width: 100%;
	height: auto;
	display: block;
}

.header_style.stick .logo_style {
	padding: 10px 0px;
	width: 230px;
	display: block;
	transition: all 0.3s linear;
}

.header_style.stick .logo_style img {
	height: auto;
	display: block;
}


/****** BANNER CSS **********/

.banner_style {
	margin-bottom: 0px !important;
}

.banner_style .banner_caption {
	margin-bottom: 30px !important;
	/* width: 82%; */
	margin: 0px auto;
	width: 860px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_style .banner_caption b { font-weight: bold;
}

/* 
@media(max-width:1024px) {

.banner_style .banner_caption {
 
	width: 100%;
 
}

} */





.banner_style .banner_caption div {
	width: 50%;
}

.banner_style .banner_caption h3 {
	margin-right: 20px;
	font-size: 34px;
	text-align: right;
	font-weight: normal;
}

.banner_style .banner_caption h3 span {
	font-weight: 800;
	color: #ed1c24;
}


/******** CAROUSEL CSS ********/


 
 




.home_carousel .slick-slide {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.35);
}

.home_carousel .slick-slide {
	margin: 10px 15px 20px 15px;
}

.slick-slide {
	margin: 20px;
}

.slick-slide img {
	width: 100%;
}

.home_carousel .slide {
	border-radius: 15px;
	overflow: hidden;
}

.bg_color {
	/* background-color: #eef2f5; */
	/* background-color: #f6f8fa; */
	padding: 40px 0px !important;
	/* background: linear-gradient(330deg, #eef2f5, #eff3f6, #f1f5f7, #f5f7f9, #f8fafb, #fcfcfd, #fefefe, #ffffff); */
	background: linear-gradient(255deg, #f3f6f8, #f4f7f8, #f4f7f9, #f5f8f9, #f6f9fa, #f7f9fa, #f8fafa, #f8fbfb, #f9fbfb, #fafcfc, #fbfcfc, #fcfdfd);
}

.hand_style {
	background: rgb(250,252,252);
	background: linear-gradient(90deg, rgba(250,252,252,1) 0%, rgba(238,242,245,1) 100%);
	padding-top: 40px !important;
}

.hand_style .image_style {
	display: flex;
	align-items: end !important;
	justify-content: flex-start !important;
	width: 120%;
}

.nMp {
	margin: 0PX;
}
 
 


 
/* 
.hand_style img {
    width: 120% !important;
} */


.mobi_show {
	display: none !important;
}

.mobi_hide {
	display: block !important;
}

@media(max-width:1024px) {
	.mobi_show {
		display: block !important;
		padding-bottom: 30px;
	}

	.mobi_hide {
		display: none !important;
	}
}

.no_MP {
	margin: 0px;
	padding: 0px;
}

.home_carousel .caption {
	border-radius: 0px 0px 15px 15px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-right: 20px; */;
}

@media (max-width: 1024px) {
	.home_carousel .caption {
		display: block;
		width: 100%;
		padding-right: inherit;
		padding: 10px 0px;
	}

	
}

.home_carousel .caption p {
	width: 66%;
	float: left;
	margin: 0px;
	margin-right: 4%;
}

.home_carousel .caption a {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #f00;
	border-radius: 5px;
	color: #f00;
	/* line-height: initial; */
	float: right;
	font-size: 16px;
}

.home_carousel .caption a:hover {
	background-color: #f00;
	border: 1px solid #f00;
	color: rgb(255, 255, 255);
}



.home_carousel .slick-custom-arrow {
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	z-index: 100;
	padding: 20px 16px;
	opacity: 0.5;
}

.home_carousel .slick-custom-arrow:hover {
	color: #ff3e3f;
	opacity: 1;
	transition: all 0.2s ease-in 0s;
}

.home_carousel .slick-custom-arrow-left {
	left: -40px;
	top: 50%;
}

.home_carousel .slick-custom-arrow-right {
	right: -40px;
	top: 50%;
}








/******* DATA SECTION *******/

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

.features_style .content_style {
}

.features_style .content_style p {
	margin-bottom: 30px;
}

.features_style .content_style i {
	font-weight: bold;
	color: #f0b148;
	font-style: inherit;
}


/* .features_style .content_style h3 { font-weight: bold; font-size: 30px; color: #f00; margin-bottom: 30px; }
.features_style .content_style h3 span { font-size: 30px; color: rgb(0, 0, 0); font-weight: normal; } */

.heading {
	width: 100%;
}

.heading h3 {
	margin-bottom: 20px;
	font-size: 34px;
	/* color: rgb(0, 0, 0); */
	font-weight: normal;
}

.heading h3 span {
	font-weight: 800;
	color: #ff3e3f;
}

.heading .mobi_br {
	display: unset;
	font-weight: normal;
	color: inherit;
}

.features_style .content_style .features_list {
}

.features_style .content_style ul.features_list {
	margin: 0px;
	padding: 0px;
}

.features_style .content_style .features_list li {
	min-height: 110px;
	border-radius: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	padding: 10px;
	list-style: none;
	background-color: #fff;
	box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: -1px 0px 12px -3px rgba(0, 0, 0, 0.32);
	display: flex;
	justify-content: center;
	align-items: center;
}

.features_style .content_style .features_list li:last-child {
	margin-bottom: 0px;
}



/* .features_style .content_style .features_list li .icon_style {
	width: 20%;
	float: left;
	margin-right: 2%;
} */



.features_style .content_style .features_list li .icon_style {
	width: 35%;
	float: left;
	margin-right: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* .features_style .content_style .features_list li .icon_style img {
	height: auto;
	display: block;
} */


.features_style .content_style .features_list li .icon_style img {
    /* width: 100%; */
	height: auto;
    /* display: block; */
	float: left;
	width: 50%;
	margin-right: 10%;
}

.features_style .content_style .features_list li .title_style {
	/* width: 20%; */
	width: 60%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
}

.features_style .content_style .features_list li .text_style {
	width: 60%;
	float: right;
	padding: 0px 0px 0px 10px;
}



.features_style .content_style .features_list li .text_style b { font-weight: bold; }

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

.features_style .image_style img {
	width: inherit;
}

.float_left {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

@media (max-width: 1024px) {
	.float_left {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: 0;
	}
}


/* *****BANNER USP CSS****** */

.banner_usp_style {
	margin-bottom: 40px !important;
}

.banner_usp_style img {
	margin-right: 10px;
}

.banner_usp_style .col-md-3 {
	padding-right: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.banner_usp_style .col-md-3 {
		padding-right: 0%;
		width: 50%;
		margin-bottom: 10px;
	}
}


/* Banner Card Animaiton CSS  */

.container-02 {
	margin-top: 30px;
	/* position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 50%;
	background: #161616; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-02 .glassmorphic-card {
	position: relative;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
	width: 500px;
	height: 300px;
	margin-bottom: 0px !important;
	padding: 40px 30px;
	margin: 28px;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	/* background: rgba(255,255,255,0.1); */
	background-color: rgb(0, 0, 0);
	backdrop-filter: blur(5px);
	overflow: hidden;
	color: #fff;
}

.container-02 .glassmorphic-card:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 10em;
	background: rgba(255, 255, 255, 0.02);
	pointer-events: none;
}


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


/* HOVER */

@keyframes hover {
	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(-6px);
	}
}

@keyframes shadow {
	0% {
		transform: translateY(6px);
		opacity: 0.4;
	}

	50% {
		transform: translateY(3px);
		opacity: 1;
	}

	100% {
		transform: translateY(6px);
		opacity: 0.4;
	}
}

.hover {
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
}

.hover:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	transition-duration: 0.3s;
	transition-property: transform opacity;
}

.hover:hover {
	transform: translateY(-6px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.hover:hover:before {
	opacity: 0.6;
	transform: translateY(6px);
	animation-name: shadow;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}


/* ****** CARDS OPTION ****** */

.cards_option {
	padding-bottom: 70px;
}

.cards_option .banner_caption {
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cards_option .banner_caption div {
	width: 50%;
}

.cards_option .banner_caption h3 {
	margin-right: 20px;
	font-size: 34px;
	text-align: right;
	font-style: normal;
}

.cards_option .banner_caption h3 span {
	font-weight: bold;
	color: #ed1c24;
}

.tab_content_wrp {
	background-color: #ffbb4e;
	margin-top: 30px;
	min-height: 300px;
	width: 100%;
	border-radius: 40px;
	/* display: flex; */
	overflow: hidden;
	/* background-image: url(../images/card_patch.jpg); */
	position: relative;
}

.tab_content_wrp .left_part {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	float: left;
}

.tab_content_wrp .left_part h1 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 50px;
}

.card_bg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

@media (max-width: 1024px) {
	.tab_content_wrp .left_part {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		float: left;
	}

	.tab_content_wrp .img_class {
		background-color: red;
		min-height: 300px;
	}
}


/* NEW */

.img_div {
	width: 49%;
	height: auto;
	float: left;
	position: relative;
}

.img_div img {
	width: 100%;
	height: auto;
	display: block;
}

.img_div h1 {
	height: auto;
	float: left;
	width: auto;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 50px;
}

.content_div {
	width: 49%;
	height: auto;
	float: right;
	padding: 20px 60px 5px 0px;
}


/*  */

.input_section {
}

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

.app_donwload {
	margin-top: 30px;
	float: left;
}

.app_donwload div {
	margin-right: 20px;
	float: left;
}

.app_donwload div:last-child {
	margin-right: 0px;
}

.input_section .input_style {
	width: 350px;
	padding: 20px 0px;
	position: absolute;
	left: -150px;
}

.input_section .input_style input {
	width: 100%;
	background: #fff;
	color: #525865;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
	font-family: inherit;
	font-size: 1em;
	line-height: 1.45;
	outline: none;
	padding: 10px;
	/* padding: 0.6em 1.45em 0.7em; */
	-webkit-transition: 0.18s ease-out;
	-moz-transition: 0.18s ease-out;
	-o-transition: 0.18s ease-out;
	transition: 0.18s ease-out;
}

.input_section .input_style input:hover {
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}

.input_section .input_style input:focus {
	color: #4b515d;
	border: 1px solid #b8b6b6;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
	.input_section .input_style {
		width: 90%;
		position: absolute;
		left: 0px;
		bottom: -90px;
		margin: 0% 5%;
	}

	.input_section .image_style {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}


/*  */

 
.accordian_style {
	margin-bottom: 30px;
}

.faq_style {
	width: 100%;
	margin-bottom: 30px;
	margin: 0px auto;
}

.accordion {
	width: 100%;
	margin-bottom: 15px;
}

.accordion .accordion-li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
	/* box-shadow: 0px 0px 15px #cdcdcd; */
	border: 1px solid #e6ebf0;
	border-radius: 10px;
}

.accordion .accordion-li:last-child {
	margin-bottom: 0px;
}

.accordion .accordion-li .accordion-text {
	display: none;
}

.accordion .accordion-li .accordion-text a {
	color: #ff3e3f;
}

.accordion .accordion-li .accordion-text a:hover {
	text-decoration: underline;
}

.accordion a.acc-head {
	color: #2f3c44 !important;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px !important;
	padding: 10px 0px;
	text-decoration: none;
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	line-height: 40px;
	box-sizing: border-box;
	color: #000;
}

.accordion a.acc-head.btn {
	/* color: #b48645 !important; */
	display: contents;
	padding: initial;
	line-height: initial;
	font-weight: bold;
	text-decoration: none;
}

.accordion a.acc-head:hover.btn {
	color: #2f3c44 !important;
	text-decoration: none;
	font-weight: bold;
}

.accordion a.acc-head:hover {
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
}

.accordion .active {
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-decoration: none;
}

.accordion a.acc-head:after {
    /* width: 8px; */
    /* height: 8px; */
	position: absolute;
    /* content: " "; */
    /* top: 26px; */
    /* transform: rotate(-45deg); */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	content: '+';
	margin-right: 0.5rem;
	background: #ff3e3f;
	color: #fff;
    /* padding: 5px 7px; */
	border-radius: 90px;
	font-weight: normal;
	width: 30px;
	height: 30px;
	font-size: 25px;
	font-weight: normal !important;
	text-align: center;
	line-height: 28px;
	left: 20px;
    /* content: " "; */
	top: 15px;
}

.accordion p {
	font-size: 16px;
	line-height: 2;
	padding: 10px;
}

.accordion a.active:after {
	/* transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-right: 2px solid rgb(255, 0, 0);
	border-bottom: 2px solid rgb(255, 0, 0); */
	content: '-';
}

.accordion b {
	font-weight: bold;
	/*margin-top: 10px; display: block; background: url(../images/arrow_icon2.png) 0px 0px; background-repeat: no-repeat;  color:#6d6d6d;*/
	;
}

@media (max-width: 1024px) {
	.faq_style {
		width: 100%;
	}

	.accordion a.acc-head {
		line-height: 30px;
		padding-left: 40px !important;
		padding-right: 30px;
		font-size: 14px;
		line-height: 24px;
	}


	.accordion .accordion-li .accordion-text {
 
		margin-left: 40px;
		padding-right: 20px;
 
	}

	.accordion a.acc-head:after {
		top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 19px;
	}

	.accordion .accordion-li .accordion-text p, .accordion .accordion-li .accordion-text li {
			padding: 0px !important;
		line-height: 17px !important;
		font-size: 12px !important; 
      padding: 0 10px !important;
	}

    .accordion .accordion-li .accordion-text p{
  margin-left: 30px !important;
  }

  .accordion .accordion-li .accordion-text li{
  margin-left: 55px !important;
  }
	.accordian_style .heading h3 {
		padding: 0% 3%;
	}

	/*  */;
}


/* Fotter css */

.footer_style {
	background-color: #484848;
	padding: 30px 0px;
	color: #fff;
}

.footer_style a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer_style a:hover {
	transition: all 0.1s ease-in 0s;
	color: #ff3e3f;
	text-decoration: none;
}

.footer_style .active {
	color: #ff3e3f;
	text-decoration: none;
}

.shfooter .collapse {
	display: inherit;
}

@media (max-width:1024px) {
	.shfooter ul {
		margin-bottom: 0;
	}

	.shfooter .collapse {
		display: none;
	}

	.shfooter .collapse.show {
		display: block;
	}

	.shfooter .title .fa-angle-up,
	.shfooter .title[aria-expanded=true] .fa-angle-down {
		display: none;
	}

	.shfooter .title[aria-expanded=true] .fa-angle-up {
		display: block;
	}

	.shfooter .navbar-toggler {
		display: inline-block;
		padding: 0;
	}
}

.resize {
	text-align: center;
}

.resize {
	margin-top: 3rem;
	font-size: 1.25rem;
}


/*RESIZESCREEN ANIMATION*/

.fa-angle-double-right {
	animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
	animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
	50% {
		transform: translateX(10px);
		opacity: 0.5;
	}

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

@keyframes leftanime {
	50% {
		transform: translateX(-10px);
		opacity: 0.5;
	}

	100% {
		transform: translateX(-10px);
		opacity: 0;
	}
}

ul.list-unstyled {
	margin: 0px;
	padding: 0px;
}

.list-unstyled li {
	text-align: left;
	margin-bottom: 5px;
}


/* .list-unstyled li a { color: #fff; text-decoration: none; }  
.list-unstyled li a:hover { color: #ff3e3f; text-decoration: none; }   */

.footer_style h5 {
	color: silver;
	font-weight: 500 !important;
	font-size: 15px;
	text-align: left;
}

.footer_bottom, .footer_bottom a, .footer_bottom span {
	font-size: 14px;
	color: silver;
}

.footer_style .play_store div {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer_style .footer_bottom {
	font-size: 14px;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: initial;
}


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

.social {
	float: right;
}

.social [class*="fa fa-"] {
	background-color: #656565;
	border-radius: 50px;
	color: #484848;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	margin: 0 24px 0 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}

.social [class*="fa fa-facebook"]:hover {
	color: #fff;
	background-color: #3b5998;
}

.social [class*="fa fa-instagram"]:hover {
	color: #fff;
	background: linear-gradient(to bottom right, #4c68d7, #8a3ab9, #cd486b, #fbad50);
	/* Standard syntax */
	;
}

.social [class*="fa fa-twitter"]:hover {
	color: #fff;
	background-color: #4099FF;
}

.social [class*="fa fa-youtube-play"]:hover {
	color: #fff;
	background-color: #c4302b;
}

.social [class*="fa fa-flickr"]:hover {
	background: red;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, #0063DC, #FF0084);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, #0063DC, #FF0084);
	/* Standard syntax */
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
}


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


/* *****Awards css******* */

.awards_style {
    margin-bottom: 0px !important;
	padding: 0px;
	padding: 10px 0px !important;
}

.awards_style .award_div {
	width: 20%;
	float: left;
	text-align: center;
}

.awards_style .award_div img {
	width: 100%;
	height: auto;
}

.awards_style .slick-slide {
}

.awards_style .slick-slider {
	margin-bottom: 0px;
}

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

.dbs_Delights {
}

.dbs_Delights .head_hide {
	display: none;
}

.dbs_Delights .head_show {
	display: block;
}

@media(max-width:1024px) {
	.dbs_Delights .head_hide {
		display: block;
	}

	.dbs_Delights .heading h3 {
		position: relative !important;
	}

	.dbs_Delights .head_show {
		display: none;
	}

	.DBS_Delights .heading h3 {
		padding: 0% 3%;
		font-size: 24px;
		line-height: 30px;
	}
}

.dbs_Delights .heading h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.experienc_super_thin {
}

.mobile_app {
	position: relative;
	min-height: 500px;
	background-image: url(../images/app_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile_app .right_patch {
	float: right;
	width: min-content;
}

.mobile_app .img_style {
	display: none;
}

.mobile_app .left_part {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #f00;
	z-index: 999;
}

@media(max-width:1024px) {
	.mobile_app .img_style {
		display: block;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.mobile_app .img_style img {
		width: 80%;
		margin-bottom: 30px !important;
		height: auto;
		margin: 0px auto;
		display: table;
	}
}

.mobile_app .msg_style {
	font-size: 14px;
	width: 70%;
	height: auto;
	min-height: 70px;
	float: left;
	background: red;
	padding: 7px 10px;
	background: #fff;
	color: #525865;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 0px 1px 8px rgb(0 0 0 / 20%);
}

.box {
	width: 70%;
	height: 200px;
	background: #FFF;
	margin: 40px auto;
}

.box_shadow_div {
	width: 100%;
	min-height: 30px;
	background-color: red;
	float: left;
	position: relative;
}

.box_shadow_div:before, .box_shadow_div:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2 {
	position: relative;
}


/* 
.effect2:before,
.effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
} */



.effect2:before, .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 11px;
	left: 80px;
	width: 100%;
	top: 80%;
	max-width: 400px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 80px;
	left: auto;
}


/*  */

.phone_screen_style {
}

.phone_screen_style .slider {
	width: 100%;
}

.phone_screen_style .slides {
	background: #ccc;
}

.phone_screen_style .slide {
	/* display: flex !important; */
	justify-content: center;
	align-items: center;
	background: rgb(148, 148, 148);
	margin: 0px !important;
	height: 250px;
	outline: 0 !important;
	color: #f00;
}

.phone_screen_style .controls {
	background-color: #f00;
	/* display: flex; */
	width: 100%;
}

.phone_screen_style .captions {
	/* flex: 1; */
	width: auto;
	margin-top: 2px;
	color: #7b7b7b;
}

.phone_screen_style .caption {
	outline: 0 !important;
}


/* .pagination {
  display: flex;
  margin-top: 2px;
}
.pagination__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 2px;
}
.pagination__button:hover {
  color: #fff;
  background: #2aa1c0;
}
.pagination__button.slick-disabled {
  cursor: not-allowed;
  background: #ccc;
  color: #fff;
} */

.intro_video {
	width: 550px;
	margin: 0px auto;
	display: table;
	margin-top: 30px;
}

.intro_video video {
}

.mobile_app_video {
	position: relative;
	width: 100%;
	margin: 0px auto;
	display: table;
	margin-top: 30px;
	margin-bottom: 60px;
}

.mobile_app_video .mobile_video_style {
}
.mobile_app_video .mobile_video_style video {
     width: 100%;
}
.mobile_app_video .desktop_video_style {
}
.mobile_app_video .desktop_video_style video {
     width: 100%;
}
@media(min-width:1025px) {
     .mobile_app_video .mobile_video_style {
         display: none;
    }
}
 @media(max-width:1024px) {
     .mobile_app_video .desktop_video_style {
         display: none;
    }
     .mobile_app_video {
         background-color: #f2f3f9 !important;
         padding-top: 30px !important;
    }
}

.mobile_app_video video {
}

.app_left_patch {
	position: absolute;
	width: 450px;
	top: 20%;
	left: 10%;
	z-index: 9;
}

.app_right_patch {
	position: absolute;
	width: 330px;
	right: 8%;
	top: 20%;
	z-index: 9;
}

.app_right_patch p {
	width: 330px;
	right: 210px;
	top: 20%;
}

@media(max-width:1024px) {
	.app_left_patch {
		position: relative;
		width: 100%;
		top: inherit;
		left: initial;
	}

	.app_right_patch {
		margin-bottom: 30px;
		position: relative;
		width: 100%;
		right: inherit;
		top: inherit;
	}

	.app_right_patch p {
		position: relative;
		text-align: center;
		width: 100%;
		right: inherit;
		top: inherit;
		font-size: 12px;
		line-height: 17px;
	}

	.app_right_patch .btn_style {
		float: initial;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}

	.app_right_patch .app_donwload {
		margin-top: 30px !important;
		float: inherit;
		margin: 0px auto;
		display: table;
	}

	.app_left_patch .heading {
		text-align: center;
	}
}

.border-bg {
	border: 1px solid #dddddd;
	display: inline-block;
	padding: 10px;
}

@media(max-width:1024px) {
	.intro_video {
		width: 100%;
		margin-top: 30px !important;
	}
}

.experience_style {
	margin-bottom: 30px;
}


 



.experience_style img {
	position: absolute;
}

.experience_style .content_style {
	padding: 80px 0px;
}

.image_style {
	position: relative;
}

.image_style .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #ff3e3f;
}

.image_style:hover .overlay {
	opacity: 0.5;
}

.image_style .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}



/*  */



.new_accordion_style {
	margin-top: 100px;
}

.new_accordion_style .demo {
}

.new_accordion_style button {
	width: 100%;
	text-align: left;
}

.new_accordion_style .btn {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	color: #2f3c44 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
	text-decoration: none;
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	padding-left: 20px;
	line-height: 40px;
	box-sizing: border-box;
	color: #000;
	padding-left: 0;
}

.new_accordion_style .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: unset;
}

.new_accordion_style .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	margin-bottom: 10px;
	border: 1px solid #e6ebf0;
	border-radius: 10px;
}

.terms_conditions {
	width: auto;
	background-color: #f6f9fa;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 30px;
	display: inline-table;
	margin: 10px auto;
	display: table;
	font-size: 16px;
}

.terms_conditions a {
	color: #f00;
	text-decoration: none;
}

.terms_conditions a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}


/* Online Footer */

.footer-gray .footer-content {
    max-width: 1024px;
    padding-bottom: 0px;
    z-index: 10;
}


.footer .footer-content .footer-container {
    padding: 0 15px;
}

@media (min-width: 1025px) {  
#countryList.collapse {
    display: block;
}
}

/*  */



/* Footer */ 
/* 

.footer {
    max-width: 1024px;
    margin: 0 auto;
}
 

.footer.footer-gray {
    max-width: 100%;
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    background: #484848;
}
 

.footer.footer-gray .footer-content {
    background: #484848;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.footer-gray .footer-content {
    max-width: 1024px;
    padding-bottom: 0px;
    z-index: 10;
}


.footer .footer-content {
    padding: 24px 32px 24px;
}

.footer.footer-gray h4 { font-size: 14px;
    color: silver;
}

 

.footer ul {
    margin-bottom: 0px;
    margin-top: 16px;
    color: #f33;
    list-style-type: none;
    padding: 0;
}

.footer .footer-content ul li {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
}


.footer.footer-gray ul li a {
    color: #fff;
}

.footer ul li a {
    text-decoration: none;
    color: #909090;
    font-weight: 400;
}

.footer.footer-gray ul li a:hover {
    text-decoration: none;
    color: #ee1818;
}

.footer .country-list li.active>a {
    color: #f33;
    font-weight: 500;
}



@media (min-width: 1025px) { 
#countryList.collapse {
    display: block;
}
}

.collapse:not(.show) {
    display: none;
} */






.tab_bg_color .Tab_slick-custom-arrow {
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	z-index: 100;
	padding: 20px 16px;
	opacity: 0.5;
}

.tab_bg_color .Tab_slick-custom-arrow:hover {
	color: #ff3e3f;
	opacity: 1;
	transition: all 0.2s ease-in 0s;
}

.tab_bg_color .Tab_slick-custom-arrow-left {
	left: -40px;
	top: 50%;
}

.tab_bg_color .Tab_slick-custom-arrow-right {
	right: -40px;
	top: 50%;
}


/* Added for download page */

.download-CC-page .features_style .content_style .features_list li {
    min-height: 100px;
}
.download-CC-page .bg-main-banner {
	background-image:url(../images/download/main-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.mb-20{
	margin-bottom: 20px !important; 
}
.download-CC-page .experience_style.bg-main-banner .content_style {
    padding: 120px 0px;
}

.download-CC-page #sticky-anchor {
    margin-bottom: 80px;
    display: inline-table;
}

.download-CC-page .apply-section.features_style .content_style .features_list li .text_style {
    width: 80%;
    float: right;
	line-height: 20px !important;
    font-size: 14px !important;
    padding: 0;
}

.download-CC-page  .apply-section.features_style .content_style .features_list li .icon_style {
    width: 20%;
	margin-left: 20px;
}


.download-CC-page .apply-section.features_style .content_style .features_list li .icon_style img {
	max-width: 100%; 
	width: 100%; 
    height: auto;
    float: left;
    margin-right: 0%;
}

.download-CC-page .next-section.features_style .content_style .features_list li .text_style {
    width: 70%;
    float: right;
    padding: 0px 0px 0px 10px;
}

.download-CC-page  .next-section.features_style .content_style .features_list li .icon_style {
    width: 30%;
}

.download-CC-page .next-section.features_style .content_style .features_list li .icon_style img {
	max-width: 100%; 
	width: 40%; 
    height: auto;
    float: left;
    margin-right: 10%;
}
.download-CC-page .heading h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.mtop-50{
	margin-top: 50px;
}




.download-CC-page .border-container{
	padding: 30px 30px 50px 30px;
}
.download-CC-page .border-section{
	margin: 10px;
    border: 2px solid #dddddd;
    border-style: dotted;
    border-radius: 10px;
}

span.icon.ico-arrowleft2 {
    color: grey;
  font-size: 25px;
}

span.icon.ico-arrowright2 {
    color: grey;
  font-size: 25px;
}


@media only screen and (max-width: 1024px){
  .desktop-view{
    display: none;
  }
 
}
 
 @media only screen and (min-width: 1025px){
  .mobile-view{
    display: none;
  }
   .stickyCTAbtn{
		position: fixed;
		top: 100px;
		right: 25px;
     z-index: 999;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform-origin: top right;
	}
}

.btn_style-sticky a{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 14px;
  background-color: #ff3e3f;
  padding: 5px 15px;
  color: #fff;
}


	
.download-CC-page  ul.features_list {
    position: relative;
}

@media only screen and (min-width: 1025px){
		.steps-01-direction {
		position: absolute;
		left: -24px;
	}

	.steps-02-direction {
		z-index: 9;
		position: absolute;
		left: -130px;
		top: 30px;
	}
}
@media only screen and (max-width: 1024px){
		.download-CC-page .experience_style.bg-main-banner .content_style .heading{
			position: absolute;
			top: 0;
		}
		.direction-01{
		position: absolute;
		top: 45px;
		background: #ffffff;
		z-index: 9;
		}
		.steps-01-direction {
		position: absolute;
		top: -22px;
		}
		
	.steps-02-direction {	
		z-index: 9;
		position: absolute;
		left: 60px;
		top: -22px;
	}
	.container.first{
		position: relative;
		height: 100px;
	}
}


	


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

  .intro_banner {
    width: 100%;
    text-align: center;
      margin: 0 0 40px 0;
}
  .diwali-banner {
    width: 100%;
}
}
@media only screen and (min-width: 1025px)
{

  .intro_banner{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
    text-align: center;
    margin: 0 0 40px 0;
	background-image: url(https://www.dbs.com/in/credit-cards/assets/images/main-diwali-banner-desktop.png);
    }

    h3.banner-heading {
       padding: 200px 0; 
        font-size: 30px;
    }
  
    .heading h3.banner-heading .mobi_br {
      display: block;
    }
    .diwali-banner {
      width: 100%;
   }
}

.red-color{
  color: #ff3e3f !important;
}

.black-color{
  color: #000000 !important;
}

.bg-grey {
    background: #e1e7eb;
}
                          
          
@media only screen and (max-width: 1024px){
 
  
  .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}             
            
                                                                       