:root {
	--orange: #e3530f;
	--blue: #053c6d;
	--white: #fff;
	--darkblack: #000000;
	--black: #353535;
	--grey: #666;
	--secondarygrey: #767676;
	--semigrey: silver;
	--lightgrey: #f2f5f9;
	--highlightgrey: #fafafa;
	--semiorange: #ffe0de;
	--lightorange: #fdf1ec;
	--bordergrey: #dcdcdc;
	--borderlightgrey: #ebebeb;
	--shadowbg: #d4d9de;
	--midorange: #F5C1A9;
	--disabled: #C0C0C0;
	--red: #FE3C30;
	--divider: #ebebeb;
}


[data-bs-theme=accessibility] {
  --orange: #C93F04;
  --lightblack: #666666;
   --red: #c92318;
  --green:#1D7A28;
  --bordergrey: #666666;
  --grey: #666666;
}

.btn,
body {
	font-size: 1rem;
}

.cyberUl,
ul {
	list-style: none
}

.cyberUl li,
.mb-16 {
	margin-bottom: 16px
}

.cyberUl li:before,
.disc-listing li:before,
.select-selected:after {
	font-style: normal;
	font-family: bootstrap-icons
}

@font-face {
	font-family: Mulish;
	src: url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap) format()
}

body {
	font-family: Mulish, Helvetica, Arial, "sans-serif";
	font-weight: 400;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
	color: var(--black)
}

.txt-white {
	color: var(--white) !important
}

.txt-grey {
	color: var(--grey)
}


.table,
.txt-black {
	color: var(--black)
}

.txt-blue,
.white-pill-tab .nav-link.active {
	color: var(--blue)
}

.txt-orange {
	color: var(--orange) !important
}

.breadcrumb-item,
.foot_ul li a,
.form-check-label:hover,
.txt-grey,
a {
	color: var(--grey)
}

.txt-secondarygrey {
	color: var(--secondarygrey)
}

.disc-listing.txt-white li:before {
	color: var(--white)
}

.txt-semigrey {
	color: var(--semigrey)
}

.txt-lightgrey {
	color: var(--lightgrey)
}

.txt-red {
	color: var(--red)
}

a {
	text-decoration: none
}

.error-border {
	border-color: var(--red) !important;
}

.accessibility-dd.dropdown .show i,
.breadcrumb-item.active,
a:focus,
a:hover {
	color: var(--orange)
}

.accessibility-dd.dropdown .show i {
	color: var(--orange) !important
}
/* Chrome, Safari, Edge, Opera */input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */input[type=number] {
  -moz-appearance: textfield;
}
.form-check-input:focus {
	border-color: var(--black);
	outline: 0;
	box-shadow: none;
	
}

.form-control:focus,
.form-select:focus {
	box-shadow: none !important;
	border-color: var(--midorange);
	background-color: var(--lightorange);
}

ul {
	padding: 0;
	margin: 0
}

/* .disc-listing li {
	position: relative;
	padding: 0 0 0 20px
}

.disc-listing li:before {
	position: absolute;
	content: "\F287";
	font-size: 5px;
	top: 1px;
	left: 7px;
	text-align: center
} */
.disc-listing {
	padding-left: 20px;
}

.disc-listing li {
	list-style: disc;
	list-style-position: outside;
}

[tabindex]:focus-visible,
button:focus-visible,
select:focus-visible {
	outline: 1px dotted var(--black);
}
.btn:focus-visible {
	box-shadow: none !important;
    outline: 1px dotted var(--black);
}

.slick-dots li button:hover {
	outline: 0px;
}
button:focus,
.slick-dots li button:focus{
	outline: 1px solid var(--black);
}
a:-webkit-any-link:focus-visible,
button:focus-visible,
.slick-dots li button:focus-visible, .btn-close:focus {
	outline: 1px solid var(--black);
	box-shadow:none;
}

.btn-theme:focus-visible {
	outline-offset: 1px;
	outline: 1px dotted var(--black);
	background: var(--orange);
}

.btn.outline:focus-visible {
	outline-offset: 1px;
	outline: 1px dotted var(--black);
}

.btn-theme:active {
	background-color: var(--orange) !important;
	color: var(--white) !important;
	border-color: 1px solid var(--orange) !important;
}

.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 1px dotted var(--black);
}

.nav-item .dropdown-menu,
.select-items {
	box-shadow: 0 4px 12px rgba(53, 53, 53, .16)
}

.mb-24,
.my-24 {
	margin-bottom: 24px
}

.my-24 {
	margin-top: 24px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-32 {
	margin-bottom: 32px
}

.mb-80,
.my-80 {
	margin-bottom: 80px
}

.mw-100 {
	min-width: 100px
}

.mw-180 {
	min-width: 180px
}

.mw-230 {
	min-width: 230px
}

.mw-250 {
	min-width: 250px
}
.mw-280{
	min-width: 280px
}
.mx-150{
	max-width: 150px;
}
.my-80 {
	margin-top: 80px
}

.mb-60 {
	margin-bottom: 60px
}

.py-180 {
	padding-top: 180px;
	padding-bottom: 180px
}

.ps-180 {
	padding-left: 180px
}

.ps-120,
.px-120 {
	padding-left: 120px
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px
}

.pt-80,
.py-80 {
	padding-top: 80px
}

.pb-80,
.py-80 {
	padding-bottom: 80px
}

.ps-80,
.px-80 {
	padding-left: 80px
}

.pe-80,
.px-80 {
	padding-right: 80px
}

.pe-120,
.px-120 {
	padding-right: 120px
}

.p-80 {
	padding: 80px
}

.pt-64,
.py-64 {
	padding-top: 64px
}

.pb-64,
.py-64 {
	padding-bottom: 64px
}

.px-64 {
	padding-left: 64px;
	padding-right: 64px
}

.ps-40,
.px-40 {
	padding-left: 40px
}

.pe-40,
.px-40 {
	padding-right: 40px
}

.py-12 {
	padding-top: 12px;
	padding-bottom: 12px
}

.py-8 {
	padding-top: 8px;
	padding-bottom: 8px
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 2rem
}

.pt-40,
.py-40 {
	padding-top: 40px
}

.pb-40,
.py-40 {
	padding-bottom: 40px
}

.p-40 {
	padding: 40px
}

.pb-32,
.py-32 {
	padding-bottom: 32px
}

.py-32 {
	padding-top: 32px
}

.p-32 {
	padding: 32px
}

.p-24 {
	padding: 24px
}

.px-24 {
	padding-left: 24px;
	padding-right: 24px
}

.py-24 {
	padding-top: 24px;
	padding-bottom: 24px
}

.p-20 {
	padding: 20px
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.px-16 {
	padding-left: 16px;
	padding-right: 16px
}

.py-16 {
	padding-top: 16px;
	padding-bottom: 16px
}

.bg-darkblack {
	background-color: var(--darkblack);
}

.bg-white {
	background-color: var(--white)
}

.bg-orange {
	background-color: var(--orange)
}

.bg-orange-ops-6 {
	background-color: rgb(227, 83, 15, .6)
}

.bg-semiorange,
.cyberUl li span {
	background-color: var(--semiorange)
}

.bg-lightorange {
	background-color: var(--lightorange)
}

.bg-lightgrey {
	background-color: var(--lightgrey)
}

.bg-highlightgrey {
	background-color: var(--highlightgrey) !important
}

.bg-midorange {
	background-color: var(--midorange);
}

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

.rounded-12 {
	border-radius: 12px
}

.cursor {
	cursor: pointer
}

.btn {
	padding: 11px 30px;
	border-radius: 4px;
	font-weight: 600;
}

.fw-200,
.title-32,
.title-56 {
	font-weight: 200
}

.btn-primary {
	background-color: var(--orange) !important;
	border: 1px solid var(--orange) !important;
	overflow: hidden;
	position: relative
}

.btn-primary::before {
	background: rgba(255, 255, 255, .2);
	content: "";
	height: 155px;
	left: -75px;
	opacity: 1;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: 950ms cubic-bezier(.19, 1, .22, 1);
	width: 50px;
	z-index: 2
}

.btn-primary:hover::before {
	left: 120%;
	transition: 950ms cubic-bezier(.19, 1, .22, 1)
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:visited {
	background-color: var(--orange);
	color: var(--white) !important;
}
.btn-primary:focus,
.btn-primary:visited {
	outline: 1px dotted var(--black);
}
.btn.outline {
	background: 0;
	border-width: 1px;
	border-style: solid
}

.btn.outline.orange {
	border-color: var(--orange);
	color: var(--orange)
}

.btn.outline.orange:focus,
.btn.outline.orange:hover {
	background: var(--orange);
	color: var(--white) !important;
	
}
.btn.outline:focus{
	border:1px dotted var(--black)
}
.btn-white,
.btn-white:hover, .btn-white:focus {
	background-color: var(--white) !important;
	border: 1px solid var(--white) !important;
	color: var(--orange)!important;
}

.border-white {
	border-color: var(--white)
}

.border-orange,
.form-check-custom.form-check-input:checked:hover {
	border-color: var(--orange)
}

.border-midorange {
	border-color: var(--midorange) !important;
}

.border-grey {
	border-color: var(--grey)
}

.border-lightgrey {
	border-color: var(--borderlightgrey);
}

.mh-75,
.mn-h-75 {
	min-height: 75px
}

.fs-12 {
	font-size: 12px
}

.fs-14 {
	font-size: 14px
}

.title-56 {
	font-size: 3rem;
	line-height: 70px
}

.title-40,
.title-48 {
	line-height: 50px;
	font-weight: 200
}

.title-48 {
	font-size: 2.5rem
}

.title-40 {
	font-size: 2.25rem
}

.title-32 {
	font-size: 1.75rem
}

.title-24 {
	font-size: 1.25rem;
	line-height: 30px
}

.title-20 {
	font-size: 1.125rem;
	line-height: 30px
}

.title-16 {
	font-size: 1rem !important;
	line-height: 24px
}

.title-14 {
	font-size: .875rem;
	line-height: 150%
}

.foot_ul li,
.title-12 {
	font-size: 0.750rem;
	line-height: 18px
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.show {
	display: block;
}

.hide {
	display: none;
}

.form-control,
.form-select {
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	border: 1px solid var(--bordergrey);
	line-height: 100%;
}

.invalid-feedback {
	color: #ff3a44;
	font-size: 12px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #e3530f;
	background-image: none
}

.form-label {
	margin-bottom: 12px;
	font-size: .875rem;
	color: var(--secondarygrey)
}

textarea.form-control {
	height: 82px
}

.card,
.card-header {
	border-color: var(--bordergrey)
}

.card-footer,
.select-items div:last-child {
	border: 0
}

.custom-select {
	position: relative;
	display: inline-block;
	height: 48px
}

.custom-select select,
.dropdown-toggle::after,
.select-hide,
.slick-autoplay-toggle-button,
.slick-pause-text,
.white-pill-tab .nav-link span {
	display: none
}

.table>:not(caption)>*>* {
	padding: 16px
}

.mxh-350 {
	max-height: 350px
}

.select-selected:after {
	position: absolute;
	content: "\F282";
	top: 24%;
	right: 20px;
	text-align: center;
	color: var(--grey)
}

.nav-link,
.nav-link:focus,
header .navbar {
	color: var(--white)
}

.select-selected.select-arrow-active:after {
	content: "\F286"
}

.select-items {
	height: auto;
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: var(--white);
	border-radius: 0 0 16px 16px
}

.banner-section,
.bm-card,
.life-icici-section,
.scaleimage {
	overflow: hidden
}

.select-selected {
	padding: 10px 45px 10px 16px;
	border: 1px solid var(--bordergrey);
	cursor: pointer;
	user-select: none;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 4px
}

.nav-link,
.nav-link.show,
.nav-link:hover {
	font-weight: 700;
	padding: 14px 10px;
	text-transform: none;
	font-size:14px;
}

.select-items div {
	padding: 10px 16px;
	cursor: pointer;
	user-select: none;
	border-bottom: 1px solid var(--bordergrey)
}

.select-items div:hover {
	background: var(--lightorange)
}

.select-items div:last-child {
	border: 0
}

header {
	background: linear-gradient(0, #be2a2a 5.9%, #ef7f1a 94.28%);
	position: sticky;
	top: 0;
	z-index: 99
}

header .navbar,
header .navbar-brand {
	padding: 0;
	margin: 0;
}

.nav-link.show,
.nav-link:hover {
	color: var(--orange);
	background: var(--white);
	transition: no
}

.nav-item .dropdown-menu {
	text-transform: none;
	padding: 8px 24px 24px;
	border-radius: 0 0 16px 16px;
	border: 0;
	top: 50px;
	max-width: 360px;
	right: 0;
	left: auto;
}

.nav-item .dropdown-menu li a {
	padding: 12px 0;
	border-bottom: 1px solid var(--bordergrey);
	color: var(--blue);
	font-weight: 500;
	font-size: .875rem
}

.accessibility-dd.dropdown-item:hover,
.nav-item .dropdown-menu li a:hover {
	background: 0;
	color: var(--orange)
}

.nav-link .head-login-btn {
	width: 100px;
	border: 1px solid var(--white);
	border-radius: 4px;
	padding: 8px 18px
}

.banner-section {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	text-align: center
}

.banner-section .video-background {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100vh;
	margin: 0;
	z-index: -2
}

.bannerVideo {
	min-width: 100%;
	min-height: 100%
}

.banner-content {
	max-width: 950px;
	width: 100%;
	max-height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-transform: uppercase;
	z-index: 2
}

.banner-title {
	width: auto;
	padding: 8px 24px;
	font-size: 3.125rem;
	font-weight: 400;
	background: rgb(227, 83, 15, .6);
	color: var(--white);
	border-radius: 8px;
	display: inline-block;
	line-height: 68px
}

.banner-content .btn {
	box-shadow: 0 0 8.6px rgba(255, 255, 255, .25)
}

#scrollbutton {
	position: relative;
	bottom: 40px;
	animation: 1.5s infinite jumpInfinite;
}

.arrow.bounce {
	display: none;
}

.arrow,
.downarrow {
	text-align: center;
	margin: 8% 0
}

.arrow a:hover {
	color: var(--white) !important
}

.bounce {
	-moz-animation: 2s infinite bounce;
	-webkit-animation: 2s infinite bounce;
	animation: 2s infinite bounce
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	60% {
		transform: translateY(-15px)
	}
}

.banner-assets {
	padding: 120px 80px;
	background: var(--lightorange);
	height: auto
}

.ourBusinessslider .slick-slide {
	padding: 25px !important
}

.our-bussiness-card {
	width: 260px;
	height: 188px;
	padding: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative
}

.our-bussiness-card:before {
	content: "";
	position: absolute;
	border-radius: 16px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: var(--orange);
	z-index: -1;
	transition: height .5s
}

.our-bussiness-card.scale-up:before {
	height: 238px;
	transform: scale(1);
	border-radius: 16px;
	transition: height .5s
}

.our-bussiness-card .bussiness-card-content {
	position: absolute;
	bottom: 16px;
	left: 16px;
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 36px
}

.our-bussiness-card .icon-100 {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	transition: height 2s
}

.our-bussiness-card.scale-up .icon-100 {
	width: 150px;
	height: 112px
}

.icon-24 {
	width: 24px;
	height: 24px;
	align-items: center;
	display: flex;
	justify-content: center
}

.icon-185,
.icon-100,
.icon-36,
.icon-60,
.icon-80,
.icon-90 {
	align-items: center;
	display: flex
}

.icon-185 {
	width: 185px;
	height: 185px;
	justify-content: center
}

.icon-36 {
	width: 36px;
	height: 36px;
	justify-content: center
}

.icon-100,
.icon-90 {
	justify-content: center
}

.icon-100 {
	width: 100px;
	height: 100px
}

.icon-90 {
	width: 90px;
	height: 90px
}

.icon-80 {
	width: 80px;
	height: 80px;
	justify-content: center
}

.icon-60 {
	width: 60px;
	height: 60px;
	justify-content: center
}

.icon-8 {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	display: inline-block
}

.digital-slider .slick-current.slick-active .digi-slider-content,
.scaleimage {
	display: block
}

.digital-slider {
	min-height: 610px
}

.digital-slider .slick-slider {
	margin: 0 auto
}

.digital-slider .slick-slide,
.digital-slider .slick-slide[aria-hidden=true]:not(.slick-cloned)~.slick-cloned[aria-hidden=true] {
	transform: scale(.4);
	transition: .4s ease-in-out;
}

.digital-slider .slick-center
{
	transform: scale(1);
}

.digital-slider .slick-center,
.ul-circle li:last-child {
	margin: 0
}


.digital-slider .slick-prev {
	left: 36px;
	z-index:20;
	
}

.digital-slider .slick-next {
	right:36px;
}

.digital-slider .slick-next:before, .digital-slider .slick-prev:before{
color: var(--black);
}

.scaleimage.scaleimageZoomIn img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: width 2s, height 2s, transform 2s;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transform-origin: left
}

.scalecontent,
.whatset-content {
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s
}

.scalecontent {
	width: auto;
	max-width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15px;
	padding: 12px 16px;
	z-index: 2;
	border-radius: 12px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: none
}

.life-icici-section {
	max-height: 600px
}

.main-vert-slider {
	max-width: 646px;
	float: right
}

.main-vert-slider .item-img {
	width: 210px !important;
	height: 150px !important;
	border-radius: 8px;
	border: 1px solid var(--bordergrey) !important;
	overflow: hidden;
	margin-bottom: 8px
}

.cyberUl {
	display: block;
	width: 100%
}

.cyberUl li {
	padding-left: 45px;
	position: relative;
	color: var(--grey)
}

.cyberUl li:last-child {
	margin-bottom: 0
}

.cyberUl li:before {
	content: "\F26F";
	position: absolute;
	color: var(--grey);
	top: 6px;
	left: 6px;
	font-size: 20px
}

.cyberUl li:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	border-radius: 32px;
	border: 1px solid var(--borderlightgrey)
}

.cyberUl li span {
	padding: 0 5px;
	border-radius: 2px;
	color: var(--black)
}

.foot_ul li {
	padding-bottom: 10px;
	color: var(--grey)
}

.sub-pages-banner {
	height: 400px;
	position: relative;
	padding: 168px 0 80px;
	background: url("../images/about-us-banner.png") 0 0/cover no-repeat
}

.sub-pages-banner .sub-banner-content {
	width: 100%;
	max-width: 765px;
	height: auto;
	background-color: rgb(227, 83, 15, .6);
	border-radius: 8px;
	padding: 8px 24px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 125%;
	color: var(--white)
}

.about-mid-area {
	background: url("../images/about-us-bg.webp") 0 0/100% repeat;
	position: relative;
	display: inline-block;
	width: 100%
}

.about-mid-area:before {
	content: "";
	width: 496px;
	height: 526px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url("../images/icici-bank-op-logo.svg") no-repeat;
	display: none !important;
}

.border-orange-start {
	border-left: 1px solid rgba(255, 255, 255, .4)
}

.border-orange-end {
	border-right: 1px solid rgba(255, 255, 255, .4)
}

.value-card {
	max-width: 405px;
	padding: 0 60px;
	margin: 0
}

.ourTeam-slider .bm-card {
	height: 300px;
}

.ourTeam-slider .slick-slide,
.whatsets-slider .slick-slide {
	margin: 0 0 0 32px
}

.our-history-area:after,
.whatset-card:before,
.whatset-content {
	bottom: 0;
	margin: auto;
	width: 100%
}

.whatset-card {
	position: relative;
	display: block;
	/* height: 390px; */
}

.whatset-card.fit-height {
	height: 585px;
}

.whatset-card:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(360deg, #e3530f 31.39%, rgba(255, 255, 255, 0) 103.32%);
	opacity: .8
}

.our-history-area:after,
.our-history-area:before {
	content: "";
	max-width: 100%;
	height: 130px;
	position: absolute;
	background: linear-gradient(180deg, #e3530f 0, rgba(227, 83, 15, 0) 100%);
	right: 0;
	z-index: 1
}

.whatset-content {
	position: absolute;
	left: 0;
	padding: 24px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.our-history-scroll,
.our-history-years {
	padding-left: 60px;
	position: relative;
	width: 100%
}

.whatset-card:hover .whatset-content {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}

.whatset-meritocracy.whatset-card {
	height: 196px;

}

.whatset-meritocracy.whatset-card:hover .whatset-content {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.whatset-meritocracy .disc-listing li {
	width: 49%;
	display: inline-block;
}

.whatset-card .whatset-card-txt {
	font-size: 1rem;
	font-weight: 400;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}

.whatset-card:hover .whatset-card-txt {
	display: block;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.our-history-area {
	position: relative;
	display: block;
	width: 100%
}

.our-history-area:before {
	width: 100%;
	top: 0;
	transform: matrix(-1, 0, 0, 1, 0, 0)
}

.our-history-area:after {
	transform: matrix(1, 0, 0, -1, 0, 0)
}

.our-history-years:before,
.ul-circle li:before {
	border-radius: 50%;
	background-color: var(--white);
	display: block;
	content: "";
	position: absolute
}

.our-history-main {
	max-height: 700px;
	width: 100%
}

.our-history-scroll {
	height: 100%
}

.our-history-scroll:before {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--white);
	position: absolute;
	top: 0;
	left: 59px
}

.our-history-years:before {
	width: 12px;
	height: 12px;
	top: 20px;
	left: -6px;
	transition: .1s ease-in
}

.our-history-years:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--orange);
	position: absolute;
	top: 21px;
	left: -5px;
	display: none
}

.our-history-years:hover:before {
	width: 20px;
	height: 20px;
	left: -11px;
	top: 15px
}

.our-history-years:hover:after {
	display: block;
	transition: .1s ease-in
}

.ul-circle {
	width: 100%;
	display: block
}

.ul-circle li {
	width: 100%;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 24px;
	position: relative
}

.ul-circle li:before {
	width: 7px;
	height: 7px;
	top: 10px;
	left: 0
}


.bm-card {
	max-height: 240px;
	width: auto;
	border-radius: 8px;
	border: 1px solid var(--bordergrey);
	background: linear-gradient(180deg, rgba(153, 153, 153, 0.3) 0%, #FFFFFF 100%);
	overflow: hidden;
	padding: 0;
}

.testimonal-card,
.testimonials-item {
	padding: 40px;
	border-radius: 8px
}

.awards-slider .slick-slide {
	margin: 0 0 0 40px;
	max-width: 350px !important
}

.awards-box {
	width: 100%;
	height: 230px;
	display: block;
	background: url("../images/awards-bg.svg") center bottom/contain no-repeat;
	margin: 0 auto 16px
}

.awards-box-txt {
	max-width: 190px;
	display: inline-block;
	color: var(--orange);
	margin: 0 auto 50px;
	font-size: 14px
}

.testimonials-mainsshadow {
	max-width: 1180px;
	margin: 0 auto;
	position: relative
}

.testimonials-mainsshadow:before {
	content: "";
	width: 198px;
	height: 161px;
	display: block;
	background: url("../images/comma-top.svg") 0 0/contain no-repeat;
	position: absolute;
	top: -40px;
	left: 120px
}

.testimonials-mainsshadow:after {
	content: "";
	width: 198px;
	height: 161px;
	display: block;
	background: url("../images/comma-botton.svg") 0 0/contain no-repeat;
	position: absolute;
	bottom: -40px;
	right: 120px;
	z-index: 0
}

.testimonials-item {
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative
}

.testimonials-item .testi-profile {
	width: 215px;
	height: 272px;
	display: block
}

.testimonials-slider .slick-arrow {
	width: 48px;
	height: 48px;
	z-index: 999
}

.testimonials-slider .slick-next:before,
.testimonials-slider .slick-prev:before {
	content: "\F285";
	font-family: bootstrap-icons;
	font-style: 700;
	color: var(--orange);
	font-size: 24px
}

.testimonials-slider .slick-next {
	right: -50px
}

.testimonials-slider .slick-next:before {
	content: "\F285"
}

.testimonials-slider .slick-prev {
	left: -50px
}

.testimonials-slider .slick-prev:before {
	content: "\F284"
}

.custom-scroll {
	overflow-y: auto
}

.custom-scroll::-webkit-scrollbar {
	display: block;
	width: 1px;
	height: 1px
}

.custom-scroll::-webkit-scrollbar-track {
	background: var(--orange);
	opacity: .2
}

.nav-pills .nav-link {
	border: 1px solid var(--bordergrey);
	border-radius: 30px;
	font-size: .875rem;
	color: var(--grey);
	font-weight: 500;
	padding: 5px 10px
}

.form-check-input:checked,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
	border-color: var(--orange);
	background-color: var(--orange)
}

.nav-tabs .nav-link {
	color: var(--grey);
	border-color: var(--bordergrey)
}

.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white)
}

[data-bs-theme=accessibility] .inner-pages-banner{
    background: var(--orange);
}

.inner-pages-banner {
	width: 100%;
	min-height: 360px;
	height: auto;
	margin: 0 auto;
	background-size: cover !important;
	background: url("../images/sub-banner-bg.webp") top center no-repeat;
	position: relative
}

.inner-pages-banner .banner-img {
	position: relative;
	bottom: 0;
	min-height: 360px
}

.inner-pages-banner .banner-img img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.offering-investment-banner {
	background: url("../images/offering-investment-banner.webp") top center no-repeat
}

.offering-wealth-mangement-banner {
	background: url("../images/offerings-wealth-mangement-banner.webp") top center no-repeat
}

.card_box_shadow,
.expInvestmentOpt-slider,
.ourUniquePropSlider {
	position: relative
}

.expInvestmentOpt-slider .slick-slide {
	position: relative;
	text-align: center;
	padding: 0 0 0 16px
}

.expInvestmentOpt-slider .card_box_shadow {
	padding: 40px 8px
}

.horizontal-scroller {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	gap: 32px;
	user-select: none;
	cursor: grabbing
}

.expInvestmentOpt-slider .card_box_shadow::after {
	content: "";
	background: linear-gradient(96.28deg, #e9680b 55.94%, rgba(12, 90, 242, .5) 94.89%);
	position: absolute;
	width: 80%;
	height: 45px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 45px;
	filter: blur(15px)
}

.expInvestmentOpt-slider .expinvestcard {
	width: 270px;
	height: 215px;
	background: var(--white);
	border-radius: 8px;
	text-align: center;
	display: block;
	padding: 32px 16px;
	box-shadow: 0 -4px 32px -2px var(--shadowbg)
}

.icici-3-in-acc {
	max-width: 1280px;
	background: url("../images/icici-3-in-1-acc-bg.png") top center/100% no-repeat;
	padding: 25px 0;
	margin: 0 auto;
	background-color: var(--lightorange) !important
}

.icici-3-in-acc .card_box_shadow::after {
	bottom: -30px
}

.uniquePro-item {
	max-width: 1250px;
	border-radius: 16px;
	background: var(--white);
	border: 1px solid var(--bordergrey);
	margin: 0 auto;
	overflow: hidden
}

.ourUniquePropSlider .slick-dots {
	width: auto;
	height: 150px;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto;
	text-align: center
}

.ourUniquePropSlider .slick-dots li {
	display: block;
	text-align: center;
	width: 20px;
	height: 20px
}

.ourUniquePropSlider .slick-dots li button {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 20px;
	height: 20px
}

.ourUniquePropSlider .slick-dots li button:before {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #d9d9d9;
	color: #d9d9d9;
	opacity: 1;
	text-indent: -99999px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.ourUniquePropSlider .slick-dots li.slick-active button:before {
	background-color: var(--orange);
	width: 12px;
	height: 12px
}

.edgeOfferingsSlider .slick-slide {
	margin: 0 12px
}

.edgeOfferingsSlider .slick-slide .card {
	min-height: 600px;
	position: relative
}

.edgeOfferingsSlider .slick-slide .card-footer {
	position: absolute;
	bottom: 10px;
	background: var(--white);
	border: 0;
	left: 0
}

.pms-banner {
	background: url("../images/pms-banner.webp") top center no-repeat
}

.pmsStrategiesslider .slick-slide {
	margin: 0 16px
}

.pmsStrategiesslider .slick-track {
	margin: 0;
}

.pms-card {
	text-align: left
}

.institutional-business-banner {
	background: url("../images/institutional-business-banner.webp") top center no-repeat
}

.white-pill-tab .nav-link,
.white-pill-tab .nav-link.active {
	background: var(--white);
	padding: 24px;
	color: var(--secondarygrey);
	font-size: 1rem;
	font-weight: 400;
	border: 0;
	border-radius: 16px;
	text-align: left;
	margin: 0 0 16px;
	display: block;
	width: 100%
}

.white-pill-tab .nav-link.active span {
	display: inline;
	font-size: 18px
}

.overflow-overlay {
	overflow: overlay
}

.investor-relations-banner {
	background: url("../images/investor-relations-banner.webp") top center no-repeat;
	min-height: 240px;
}

.investor-rel-card {
	width: 100%;
	height: auto;
	border: 1px solid var(--bordergrey);
	border-radius: 4px;
	position: relative;
	overflow: hidden
}

.investor-rel-card .investor-title {
	position: absolute;
	left: 24px;
	bottom: 24px
}

.investor-accordion .accordion-button {
	padding: 24px 12px
}

.investor-accordion .accordion-button:not(.collapsed) {
	background-color: var(--white);
	border-bottom: var(--bordergrey);
	color: var(--black)
}

.contact-us-banner {
	background: url("../images/contact-us-banner.webp") top center no-repeat
}

.contact-us-form {
	padding: 0 72px;
	position: relative
}

.contact-us-form .customer-care-box {
	width: 100%;
	padding: 32px 36px;
	background: var(--lightorange);
	border-radius: 8px
}

.contact-us-form .contactform_card {
	max-width: 790px;
	height: auto
}

.card_box_shadow::after {
	content: "";
	background: linear-gradient(96.28deg, #e9680b 55.94%, rgba(12, 90, 242, .5) 94.89%);
	position: absolute;
	width: 95%;
	height: 48px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	filter: blur(15px);
	z-index: -1
}

.card_shadow {
	position: relative;
	z-index: 1;
	background-color: var(--white);
	box-shadow: 0 -4px 32px -2px var(--shadowbg)
}

.contact-card {
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 16px rgba(0, 0, 0, .1);
	border-radius: 8px;
	padding: 30px
}

.policies-banner {
	background: url("../images/policies-banner.webp") top center no-repeat;
	height: 180px
}

.disclaimer-section {
	background: radial-gradient(56.15% 251.81% at 50% 50%, #f36623 64.61%, #ba4734 100%);
	padding: 12px 16px;
	color: var(--white);
	font-size: .875rem;
	line-height: 16px;
	text-align: center
}

.bm-card-modal {
	width: 213px;
	border-right: 1px solid #ebebeb
}

.end-24 {
	right: 24px
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon)
}
.form-check .form-check-input:checked[type=checkbox], .form-check  .form-check-input:checked[type=checkbox]:focus{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M8.75 0.75L3.25 6.75L0.75 4.02273' stroke='%23E3530F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-size: 8px;
}
.form-switch-orange .form-check-input[type=checkbox] {
    border-radius: 16px;
    background-size: 16px !important;
}

.form-check-input {
	height: 16px;
	width: 16px;
	border-radius: 0;
	/*border: var(--bs-border-width) solid var(--bs-border-color);*/
	background-color: #919191;
	border: var(--bs-border-width) solid var(--bordergrey);
}

.form-check-input[type=checkbox] {
	border-radius: 2px;
}

.form-check-input:checked {
	background-color: var(--white);
	border-color: var(--orange)
}

.form-check-orange .form-check-input:checked {
	background-color: transparent;
	border-color: var(--orange);
	width: 16px;
	height: 16px
}

.form-check-orange .form-check-input[type=radio] {
	width: 16px;
	height: 16px;
	border-color: var(--grey);
	border-radius: 50%
}

.form-check-orange .form-check-input:checked[type=radio] {
	background-color: var(--white);
	border-color: var(--orange);
	width: 16px;
	height: 16px
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: none;
	position: relative
}

.form-check-input:checked[type=radio]::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--orange);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px
}


.form-switch-orange .form-check-input:checked[type=checkbox],
.form-switch-orange .form-check-input:checked[type=checkbox]:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}



.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=checkbox]:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

.form-switch .form-check-input {
	width: 28px;
	height: 16px;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

.form-switch .form-check-input:checked {
	background-color: var(--orange);
	border: var(--orange)
}


.csr-banner {
	background: url("../images/csr-banner.webp") top center no-repeat
}

.bg-whtie-20p {
	background: rgba(255, 255, 255, .3)
}

.csr-activities-slider .slick-slide,
.impactAssessment-slider .slick-slide {
	margin: 0 8px
}

.csr-activities-slider .slick-slide .csr-ht-div {
	width: 100%;
	height: 220px;
	position: relative
}

.csr-activities-slider .slick-slide .readmorebtn {
	position: absolute;
	bottom: 20px;
	left: 40px
}

.csr-activities-slider .slick-next,
.csr-activities-slider .slick-prev,
.impactAssessment-slider .slick-next,
.impactAssessment-slider .slick-prev {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid var(--orange);
	text-align: center;
	top: -70px;
	right: 0
}

.success-storeies-area:after,
.success-storeies-area:before {
	content: "";
	width: 198px;
	height: 161px;
	display: block;
	position: absolute
}

.csr-activities-slider .slick-prev,
.impactAssessment-slider .slick-prev {
	right: 40px;
	left: inherit !important
}

.csr-activities-slider .slick-next:before,
.impactAssessment-slider .slick-next:before {
	content: "\F285";
	color: var(--orange);
	font-family: bootstrap-icons;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto
}

.csr-activities-slider .slick-prev:before,
.impactAssessment-slider .slick-prev:before {
	content: "\F284";
	color: var(--orange);
	font-family: bootstrap-icons;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto
}

.success-storeies-area {
	width: 100%;
	position: relative
}

.success-storeies-area:before {
	background: url("../images/comma-top.svg") 0 0/contain no-repeat;
	top: -35px;
	left: -40px
}

.success-storeies-area:after {
	background: url("../images/comma-botton.svg") 0 0/contain no-repeat;
	bottom: -45px;
	right: 25px;
	z-index: 0
}

.impact-report-pdf-box {
	background: var(--white);
	box-shadow: 0 0 24px rgba(0, 0, 0, .03);
	border-radius: 8px;
	height: 134px;
	overflow: hidden
}

.social-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url("../images/socialmedia-icon.svg") no-repeat;
	text-indent: -99999px
}

.social-icon.insta-icon {
	background-position: 0 0;
	transition: .3s
}

.social-icon.insta-icon:hover {
	background-position: 0 -45px
}

.social-icon.fb-icon {
	background-position: -58px 0;
	transition: .3s
}

.social-icon.fb-icon:hover {
	background-position: -58px -45px
}

.social-icon.twitter-icon {
	background-position: -116px 0;
	transition: .3s
}

.social-icon.twitter-icon:hover {
	background-position: -116px -45px
}

.social-icon.linked-icon {
	background-position: -174px 0;
	transition: .3s
}

.social-icon.linked-icon:hover {
	background-position: -174px -45px;
	transition: .3s
}

.social-icon.youtube-icon {
	background-position: -234px 0;
	transition: .3s
}

.social-icon.youtube-icon:hover {
	background-position: -234px -45px
}

.social-icon.telgram-icon {
	background-position: -290px 0;
	transition: .3s
}

.social-icon.telgram-icon:hover {
	background-position: -290px -45px
}

.slick-slider {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto
}

.slick-slide {
	height: auto !important;
}

.about-logo-icon {
	max-width: 72px
}

.ourBusinessesValuesslider .slide-wrap {
	margin: 0 15px;
	/* box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1) */
}

.font-sizer .active,
.font-sizer .btn-sm {
	padding: 6px 12px;
	min-width: 40px;
	border-color:var(--bordergrey)!important;
}

.accessibility-dd.dropdown-menu {
	box-shadow: 3px 4px 5px 0 #6e6E6E1F;
	border-top-right-radius: 0 !important
}

.accessibility-dd.dropdown .dd-toggle,
.accessibility-dd.dropdown .dd-toggle i {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	color: var(--white);
	font-size: 24px
}

.accessibility-dd.dropdown .show {
	background: var(--white);
	border-radius: 4px;
}

.accessibility-dd.dropdown .show svg {
	filter: invert(58%) sepia(36%) saturate(1521%) hue-rotate(337deg) brightness(94%) contrast(100%)
}

.accessibility-dd .dropdown-menu {
	margin-top: 10px !important
}

.form-check-custom {
	width: 16px;
	height: 16px;
	accent-color: var(--orange);
	margin: 2px
}

.form-check-custom.form-check-input:checked {
	background-color: var(--orange);
	border-color: var(--orange);
	border: 1px solid var(--orange)
}

.form-check-custom.form-check-input,
.form-check-custom.form-check-input:hover {
	border: 1px solid var(--grey)
}

.form-switch .form-check-input:focus {
	box-shadow: none;
	border-color: var(--bs-border-color);
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-label {
	font-weight: 400;
	font-size: .75rem;
	line-height: 20px;
	letter-spacing: .25px;
	text-align: left;
	color: var(--grey);
	margin-left: 8px
}

.form-switch-orange .form-check-input[type=checkbox] {
	border-radius: 16px
}

.font-sizer .active {
	background: var(--orange);
	border: 1px solid var(--orange);
	color: var(--white)
}

/*Careers Page CSS*/
.blackwhite-gradient:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.blackwhite-gradient:hover:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.careeer-value-box {
	height: 585px;
	overflow: hidden;
}

.recruitment-process-box {
	position: relative;
}

.recruitment-process-box.last-child:before,
.recruitment-process-box.last-child:after {
	display: none;
}

.recruitment-process-box:before {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background-color: var(--bordergrey);
	right: -40px;
	top: 40px;
}

.recruitment-process-box:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--midorange);
	right: -45px;
	top: 38px;
}

.careers-accordion .accordion-button:not(.collapsed),
.careers-accordion .accordion-collapse.show {
	background-color: var(--highlightgrey);
	border: 0 !important;
	color: var(--black);
}

.careers-accordion .accordion-collapse.show {
	color: var(--secondarygrey);
}

.gridcontainer {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	/* grid-auto-rows: 50px; */
	grid-auto-flow: dense;
	grid-gap: 40px;
}

.gridbox-large,
.gridbox-medium,
.gridbox-small {
	display: inline-grid;
	height: 100%;
	width: 100%;
	grid-column: auto / span 1;
}

.gridbox-large {
	grid-row: span 8;
}

.gridbox-medium {
	grid-row: span 7;
}

.gridbox-small {
	grid-row: span 6;
}

.gridcontainer .card-body {
	display: flex;
	overflow: hidden;
}

.gridcontainer img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.gridcontainer .card-header,
.gridcontainer .card-footer {
	background: var(--white) !important;
	border: 0;
}

.icon-32 {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
}

.employee-slider-item {
	display: block;
}

.employee-profile {
	width: 195px;
	height: 195px;
	border-radius: 50%;
	border: 2px dashed var(--midorange);
	position: relative;
	overflow: hidden;
}

.employee-profile span {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	border: 2px solid var(--midorange);
	overflow: hidden;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.employee-slider .slick-arrow {
	width: 48px;
	height: 48px;
	z-index: 999;
	top: 350px;
}

.employee-slider .slick-next:before,
.employee-slider .slick-prev:before {
	content: "\F285";
	font-family: bootstrap-icons;
	font-style: 700;
	color: var(--orange);
	font-size: 16px;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid var(--midorange)
}

.employee-slider .slick-next {
	left: 90px
}

.employee-slider .slick-next:before {
	content: "\F285"
}

.employee-slider .slick-prev {
	left: 50px
}

.employee-slider .slick-prev:before {
	content: "\F284"
}

.socialresp-box {
	height: 250px;
	overflow: hidden;
	border-radius: 4px;
}

.equalheight .column {
	height: 150px;
}

.customYesNoBtn input[type="radio"] {
	display: none;
}

.customYesNoBtn label:hover {
	cursor: pointer;
}

.customYesNoBtn input:checked+label {
	background-color: var(--orange);
	color: var(--white);
	transition: .5s;
	border-radius: 4px;
}

.customYesNoBtn .card {
	height: 48px;
	width: 100px;
	line-height: 48px;
	text-align: center;
	border-radius: 4px;
}

.viewMoreContent,
.viewMoreContent1,
.viewMoreContent2,
.viewMoreContent3,
.socialBoxContent {
	display: none;
}


.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid var(--disabled);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 2px;
}

.form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid var(--orange);
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}

.form-group input:checked+label:before {
	border: 1px solid var(--orange);
}


.viewmorearrow {
	position: relative;
	padding-left: 25px;
}

.viewmorearrow:before {
	content: " \F286";
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	font-family: bootstrap-icons;
	font-style: normal;
	font-size: 16px;
	color: var(--orange);
	left: 0;
	top: 0;
}

.viewmorearrow.collapsed:before {
	content: "\F282";
}

.popupover {
	border: var(--borderlightgrey);

}

.bs-popover-auto {
	z-index: 0 !important;
}

.popover-header {
	font-size: 14px;
	background-color: var(--lightorange);
	border: 0;
}

.popover-body {
	color: var(--secondarygrey)
}

.custom-nav-pills .nav-link {
	width: 100%;
	border-radius: 8px;
	background-color: var(--white);
	border: 1px solid var(--borderlightgrey);
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.custom-nav-pills .nav-link:hover svg,
.custom-nav-pills .nav-link.active svg {
	fill: var(--white)
}

.custom-nav-pills .nav-link:hover svg path,
.custom-nav-pills .nav-link.active svg path {
	fill: var(--orange)
}

.custom-nav-pills .nav-link:hover stop,
.custom-nav-pills .nav-link.active stop {
	stop-color: var(--white)
}

.employee-value-video {
	width: 100%;
	background-color: var(--darkblack);
	position: relative;
	text-align: center;
}

.employee-value-video:before {
	content: "";
	background-color: var(--darkblack);
	opacity: 0.1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.employee-value-video .employee-value-title {
	position: absolute;
	top: 15px;
	left: 15px;
}

.employee-value-video video {
	max-width: 620px;
	width: 100%;
	max-height: 414px;
	height: auto;
	margin: 0 auto;
}

.testimonials-video-slider .slick-slide {
	margin: 0 40px 0 0;
}

.video-testi-thumb {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 8px;
	transition: 0.5s;
	max-height: 220px;
}

.video-container {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 8px;
	transition: 0.5s;
}

.video-container:before,
.video-testi-thumb:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.video-container video {
	max-width: 100%;
	max-height: 100vh;
}

.video-control,
.videoplay-thumb-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: var(--white);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	color: var(--orange);
	margin: auto;
	font-size: 20px;
	text-align: center;
}

.video-container .video-control.videoPauseicon {
	display: none;
}

.video-container:hover .video-control.videoPauseicon {
	display: block;
}

.video-control .pausebtn {
	display: none;
}

.video-control.videoPauseicon .playbtn {
	display: none;
}

.video-control.videoPauseicon .pausebtn {
	display: block;
}

.video-control.videoPlayicon .pausebtn {
	display: none;
}

.videoPlayicon:hover.video-control {
	display: block;
}

.acc-no-icon.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.acc-no-icon:after {
	display: none;
}

.divider-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--divider) !important;
}

.divider-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--divider) !important;
}

.videobox {
	max-width: 620px;
	min-height: 348px;
	height: auto;

}

.tabs-custom .nav-link,
.tabs-custom .nav-link:focus,
.tabs-custom .navbar {
	color: var(--grey);
}

.tabs-custom .nav-link.active,
.tabs-custom .nav-link:focus,
.tabs-custom .navbar {
	color: var(--orange);
}

.tabs-custom .nav-link.active,
.tabs-custom .show>.nav-link {
	font-weight: 700;
	border-bottom: 1px solid var(--orange);
}

.bg-orange-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(227, 83, 15, .8);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.noContent {
	display: none;
}

.pagination .active .page-link {
	background-color: var(--orange);
	border-color: var(--orange);
}
.head-visit-btn{
	padding: 8px 18px;

}
@media(max-width:1365px) {
	.header-logo {
		width: 230px;
		height: auto;
	}
}

@media(max-width:1180px) {

	.whatset-card {
		min-height: inherit;
	}

	.whatset-card.fit-height {
		max-height: 100% !important;
	}
	.devicemenu .offcanvas-body{
    height:75vh;
    overflow-y: auto;
}
.navbar-toggler {
		border: 0;
		padding: 0;
	}

	.navbar-toggler:focus {
		border-color: none;
		box-shadow: none
	}

	.navbar-nav .accordion-button {
		padding: 10px;
		color: var(--grey);
		font-size: 16px;
		font-weight: 600
	}

	.navbar-nav .accordion-button:not(.collapsed) {
		background: 0
	}
.navbar-nav .submenu li {
		padding:10px;
		font-weight: 500
	}

	header .nav-link.dropdown-toggle {
		color: var(--white);
		font-size: 14px;
		font-weight: 600px;
	}

	header .nav-link:hover.dropdown-toggle,
	header .nav-link:focus.dropdown-toggle,
	header .nav-link.show.dropdown-toggle {
		color: var(--orange);
	}

	.nav-link,
	.nav-link:focus,
	.nav-link:hover {
		color: var(--grey);
		text-transform: none;
		font-size: 16px;
		font-weight: 600;
		padding: 10px;
	}

	.nav-pills .nav-link {
		border: 1px solid var(--bordergrey);
		border-radius: 30px;
		font-size: 14px;
		color: var(--grey);
		font-weight: 500;
		padding: 5px 10px
	}
}

@media(max-width:1024px) {
	.px-md-15 {
		padding-left: 25px !important;
		padding-right: 25px !important
	}

	.header-logo {
		width: 235px;
		height: auto
	}

	
	.accordion-button:not(.collapsed)::after {
		color: var(--grey)
	}

	

	.inner-pages-banner .banner-img {
		min-height: inherit
	}

	.inner-pages-banner .banner-img img {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0
	}

	.asset-font-device {
		font-size: 2rem;
		font-weight: 700
	}

	.asset-font-device .title-32 {
		font-size: 1.25rem
	}

	.life-icici-section {
		max-height: 100%;
		overflow-y: hidden
	}

	.life-icici-section .main-vert-slider {
		max-width: 100%;
		max-height: 900px;
		overflow: hidden
	}

	.life-icici-section .slick-slider {
		margin: 0 auto
	}

	.testimonials-slider .slick-prev {
		left: -40px
	}

	.testimonials-slider .slick-next {
		right: -40px
	}

	.expInvestmentOpt-slider .slick-track {
		margin-left: 0
	}

	.icici-3-in-acc {
		background: url("../images/icici-3-in-1-acc-bg-mob.svg") no-repeat;
		padding: 70px 0 30px 50px;
		background-color: var(--lightorange)
	}

	.icici-3-in-acc .ps-180 {
		padding-left: 0
	}

	.white-pill-tab .nav-link,
	.white-pill-tab .nav-link.active {
		background: var(--white);
		padding: 24px;
		color: var(--secondarygrey);
		font-size: 1rem;
		font-weight: 400;
		border: 0;
		border-radius: 16px;
		text-align: left;
		margin: 0 0 16px !important
	}

	.contact-us-form {
		padding: 0 15px
	}

	.contact-us-form .customer-care-box {
		left: 50px
	}

	.navbuttons {
		display: inline-block;
		overflow: auto;
		overflow-y: hidden;
		max-width: 100%;
		margin: 0 0 1em;
		white-space: nowrap
	}

	.navbuttons LI {
		display: inline-block;
		vertical-align: top
	}

	.scaleimage {
		max-width: 465px;
		max-height: 320px;
		overflow: hidden
	}

	.csr-activities-slider .slick-slide {
		width: 330px;
		height: 240px
	}

	.digital-slider .btn {
		padding: 8px 16px
	}

	.gridcontainer {
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	}

	.gridcontainer img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.gridbox-large {
		grid-row: span 6;
	}

	.gridbox-medium {
		grid-row: span 5;
	}

	.gridbox-small {
		grid-row: span 4;
	}

	.whatset-card {
		max-height: 100%;
	}

	.employee-value-video {
		padding-top: 60px;
	}

}

@media(max-width:991px) {

	.pt-80,
	.py-80 {
		padding-top: 40px
	}

	.pb-80,
	.py-80 {
		padding-bottom: 40px
	}

	.title-56 {
		font-size: 1.75rem;
		font-weight: 200;
		line-height: 120%
	}

	.title-48 {
		font-size: 1.5rem;
		font-weight: 200;
		line-height: 100%
	}

	.banner-title,
	.btn {
		font-weight: 600
	}

	.banner-section {
		height: auto;
	}

	.bannerVideo {
		max-height: 450px;
	}

	.asset-font-device .title-32,
	.title-40 {
		font-size: 1.25rem;
		line-height: 30px;
	}

	.title-24 {
		line-height: 145%
	}

	.life-icici-section .px-80,
	.px-80 {
		padding-left: 40px;
		padding-right: 40px
	}

	.ps-80 {
		padding-left: 40px
	}

	.pe-80 {
		padding-right: 40px
	}

	.pb-sm-40 {
		padding-bottom: 24px
	}

	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.py-120 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.bg-transparent {
		background-color: none
	}

	.mw-180 {
		min-width: 140px
	}

	.banner-title {
		font-size: 1.25rem;
		line-height: 24px
	}

	.banner-content {
		padding: 82px 0;
		max-width: 550px
	}

	#scrollbutton {
		position: relative;
		bottom: 40px
	}

	.asset-font-device {
		font-size: 2rem;
		font-weight: 700
	}

	.life-icici-section {
		height: auto;
		max-height: 100%
	}

	.slick-track {
		margin-left: 0
	}

	.our-bussiness-card {
		width: 170px;
		height: 165px;
		text-align: center
	}

	.our-bussiness-card.scale-up:before {
		height: 165px
	}

	.our-bussiness-card .icon-100 {
		width: 70px;
		height: 70px;
		margin: 0 auto;
		position: inherit
	}

	.our-bussiness-card.scale-up .icon-100 {
		width: 70px;
		height: 70px;
		position: inherit;
		top: 0
	}

	.our-bussiness-card .float-end {
		float: none !important
	}

	.our-bussiness-card .bussiness-card-content {
		font-size: 1.25rem;
		text-align: center;
		line-height: normal;
		position: relative;
		left: auto;
		right: auto
	}

	.slick-dots .slick-active {
		width: 40px
	}

	.slick-dots .slick-active button,
	.slick-dots li.active {
		width: 40px;
		background-color: var(--orange)
	}

	.slick-dots li button {
		width: 16px;
		height: 5px;
		padding: 0;
		margin: 0;
		background-color: var(--grey);
		border-radius: 10px
	}
	
	[data-bs-theme=accessibility] .slick-dots li button {
        background-color: var(--grey);
	}
		[data-bs-theme=accessibility] .slick-dots li.slick-active button {
        background-color: var(--orange);
	}

	.our-history-area:before,
	.slick-dots li button:before {
		display: none
	}

	.ourValuesslider .slick-dots li button,
	.social-respons-area .bg-orange {
		background-color: var(--white)
	}

	.social-respons-area .social-respons-content {
		color: var(--grey) !important;
		padding: 0
	}

	.social-respons-area .btn-white {
		background-color: var(--orange) !important;
		color: var(--white)!important
	}

	.social-respons-area .scaleimage {
		border-radius: 8px;
		overflow: hidden;
		position: relative
	}

	.social-respons-area .scaleimage .scalecontent {
		display: block;
		max-width: 100%;
		bottom: 0;
		border-radius: 0;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.social-respons-area .scaleimage.scaleimageZoomIn img {
		position: relative
	}

	.socailResponsslider .slick-dots {
		bottom: 0
	}

	.life-icici-section .item-img {
		margin-bottom: 0
	}

	.sub-pages-banner {
		max-height: 300px;
		background: url("../images/about-us-banner-mob.webp") 0 0/100% no-repeat;
		padding: 200px 0 0
	}

	.sub-pages-banner .sub-banner-content {
		font-size: 1.25rem;
		font-weight: 600;
		display: inline-block;
		width: auto
	}

	.whatsets-slider .slick-slide {
		margin: 0 16px
	}

	.ourTeam-slider .slick-slide {
		margin: 0 8px
	}

	.whatset-card .whatset-card-txt {
		display: block;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.our-history-scroll {
		padding-left: 20px
	}

	.our-history-scroll:before {
		left: 19px
	}

	.our-history-years {
		padding-left: 20px;
		padding-bottom: 0
	}

	.ourValuesslider .border-orange-end {
		border: 0
	}

	.value-card {
		max-width: 405px;
		height: auto;
		padding: 0 15px;
		margin: 0 auto;
		text-align: center
	}

	.value-card .icon-80 {
		margin: 0 auto 40px
	}

	.ourCulture-slider .value-card {
		text-align: start
	}

	.ourValuesslider .slick-active button {
		background-color: var(--midorange);
	}

	.testimonials-slider .slick-list {
		padding-top: 50px
	}

	.testimonials-mainsshadow:before {
		left: 25px;
		top: 0px
	}

	.testimonials-mainsshadow:after {
		right: 5px;
		bottom: -20px
	}

	.testimonal-card {
		padding: 160px 16px 16px
	}

	.testimonials-item .testi-profile {
		background: var(--white);
		box-shadow: 0 0 12.4242px rgba(0, 0, 0, .09);
		border-radius: 3px;
		width: 175px;
		height: auto;
		/* position: absolute;
		top: -170px;
		right: 0 */
	}

	.testimonials-slider .slick-arrow {
		width: 24px;
		height: 24px;
		top: 60%;
		z-index: 0
	}

	.testimonials-slider .slick-prev {
		left: -25px
	}

	.testimonials-slider .slick-next {
		right: -25px
	}

	.icici-3-in-acc {
		padding: 25px 130px
	}

	.ourUniquePropSlider .slick-dots {
		width: 100%;
		height: auto;
		top: 100%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto
	}

	.ourUniquePropSlider .slick-dots li {
		display: inline-block
	}

	.ourUniquePropSlider .slick-dots li button:before {
		border-radius: 50%;
		width: 8px;
		height: 8px;
		background-color: #d9d9d9;
		color: #d9d9d9
	}

	.contact-us-form {
		padding: 0
	}

	.contact-us-form .customer-care-box {
		left: 0;
		top: 20%
	}

	.policies-banner {
		max-height: 200px;
		padding: 100px 0 20px
	}

	.uniquePro-item .icon-60 {
		min-width: 40px !important;
		min-height: 40px !important;
		width: 40px !important;
		height: 40px !important
	}

	.uniquePro-item .icon-60 img {
		width: 24px;
		height: 24px
	}

	.bm-card-modal {
		width: 213px;
		border-right: 0
	}

	.ourBusinessslider .slick-slide {
		padding: 0 16px !important
	}

	.socailResponsslider .slick-slide {
		margin: 0 0 0 16px
	}

	.white-pill-tab .nav-link,
	.white-pill-tab .nav-link.active {
		padding: 16px
	}

	.scaleimage {
		max-width: 100%;
		max-height: 500px;
		overflow: hidden
	}

	.careeer-value-box {
		height: auto;
	}

	.recruitment-process-box::before,
	.recruitment-process-box::after {
		display: none;
	}

	.no-border {
		border: 0 !important;
	}

	/* .gridcontainer {
		display: block;
	} */

	.gridbox-large,
	.gridbox-medium,
	.gridbox-small {
		display: block;
		/* margin: 0 auto 30px; */
	}

	.gridcontainer img {
		width: 100%;
		height: auto;
	}

	.equalheight .column {
		height: auto !important;
	}

	.whatset-card img {
		width: 100% !important;
		height: auto !important;
	}

	.employee-slider .slick-arrow {
		width: 48px;
		height: 48px;
		z-index: 999;
		top: 350px;
	}

	.employeeValue-slider .blackwhite-gradient:before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	}

	.employee-value-video {
		padding-top: 60px;
	}

	.testimonials-video-slider .slick-slide {
		margin: 0 20px 0 0;
	}

	.awards-slider .slick-arrow {
		width: 48px;
		height: 48px;
		z-index: 9
	}

	.awards-slider .slick-slide {
		margin: 0 auto;
		max-width: 100% !important
	}


	.awards-slider .slick-next:before,
	.awards-slider .slick-prev:before {
		content: "\F284";
		font-family: bootstrap-icons;
		font-style: 700;
		color: var(--orange);
		font-size: 24px
	}

	.awards-slider .slick-prev {
		left: -5px;
		z-index: 9;
	}

	.awards-slider .slick-prev {
		right: -5px;
	}

	.awards-slider .slick-next {
		right: 0px
	}

	.awards-slider .slick-next:before {
		content: "\F285"
	}

	.awards-box {
		background-position: center bottom
	}

	.bm-card {
		max-height: 210px;
	}
}

@media(max-width:767px) {
	body {
		line-height: 145% !important;
		font-size: .875rem
	}

	.w-50 {
		width: 100% !important
	}

	.fw-sm-200 {
		font-weight: 200
	}

	.fw-sm-300,
	.title-56 {
		font-weight: 300
	}

	.fw-sm-400 {
		font-weight: 400
	}

	.fw-sm-500 {
		font-weight: 500
	}

	.fw-sm-600 {
		font-weight: 600
	}

	.fw-sm-700 {
		font-weight: 700
	}

	.title-sm-32 {
		font-size: 2rem
	}

	.title-sm-28 {
		font-size: 1.75rem;
		line-height: 150%
	}

	.title-sm-24 {
		font-size: 1.5rem
	}

	.title-sm-20 {
		font-size: 1.25rem
	}

	.title-sm-16 {
		font-size: 1rem;
		line-height: 30px
	}

	.title-sm-14 {
		font-size: .875rem
	}

	.title-sm-12 {
		font-size: .75rem
	}

	.title-sm-10 {
		font-size: .625rem
	}

	.p-32,
	.p-sm-16 {
		padding: 16px
	}

	.px-sm-24,
	.px-sm-32 {
		padding-left: 24px;
		padding-right: 24px
	}

	.p-sm-24 {
		padding: 24px
	}

	.py-sm-24 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-sm-20 {
		padding: 20px
	}

	.px-sm-20 {
		padding-left: 20px;
		padding-right: 20px
	}

	.py-sm-20 {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.p-sm-10 {
		padding: 10px
	}

	.pt-sm-40,
	.py-sm-40 {
		padding-top: 40px
	}

	.px-xm-0,
	.py-xm-0 {
		padding-left: 0;
		padding-right: 0
	}

	.py-sm-40 {
		padding-bottom: 40px
	}

	.pb-sm-24 {
		padding-bottom: 24px
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0
	}

	.mb-sm-32 {
		margin-bottom: 32px
	}

	.mb-sm-24 {
		margin-bottom: 24px
	}

	.mb-sm-12 {
		margin-bottom: 12px
	}

	.mb-sm-8 {
		margin-bottom: 8px
	}

	.mb-xm-0 {
		margin-bottom: 0
	}

	.py-sm-0 {
		padding-top: 0
	}

	.pt-sm-120 {
		padding-top: 120px
	}

	.our-bussiness-card.scale-up {
		transform: scale(1)
	}

	.life-icici-section .item-img {
		width: 180px !important;
		height: 120px !important;
		border-radius: 8px;
		border: 1px solid var(--bordergrey);
		overflow: hidden;
		margin-bottom: 0
	}

	.testimonials-item {
		padding: 30px 20px
	}

	.testimonal-card {
		padding: 16px
	}

	.testimonials-item .testi-profile {
		margin-bottom: 24px;
	}

	.testimonials-slider .slick-prev {
		left: -5px;
		z-index: 9
	}

	.testimonials-slider .slick-next {
		right: -5px
	}

	.bm-card {
		height: 175px;
		max-height: 175px;
		text-align: center;
	}

	/* .bm-card img { */
	/* height: 100%; */
	/* width: auto !important; */
	/* margin: 0 auto; */
	/* } */

	.offering-investment-banner {
		background: url("../images/offering-investment-banner-mob.webp") top center no-repeat;
		height: 400px
	}

	.icici-3-in-acc {
		background: url("../images/icici-3-in-1-acc-bg-mob.svg") no-repeat;
		padding: 30px 0 30px 170px;
		background-color: var(--lightorange)
	}

	.offering-wealth-mangement-banner {
		background: url("../images/offerings-wealth-mangement-banner-mob.webp") top center no-repeat;
		height: 400px
	}

	.ourUniquePropSlider .slick-dots li.slick-active button:before {
		background-color: var(--orange);
		width: 12px;
		height: 12px
	}

	.edgeOfferingsSlider .slick-slide {
		margin: 0 16px
	}

	.awards-slider .slick-arrow {
		width: 48px;
		height: 48px;
		z-index: 999
	}

	.awards-slider .slick-slide {
		margin: 0 auto;
		max-width: 100% !important
	}


	.awards-slider .slick-next:before,
	.awards-slider .slick-prev:before {
		content: "\F284";
		font-family: bootstrap-icons;
		font-style: 700;
		color: var(--orange);
		font-size: 24px
	}

	.awards-slider .slick-prev {
		left: -5px;
		z-index: 9;
	}

	.awards-slider .slick-prev {
		right: -5px;
	}

	.awards-slider .slick-next {
		right: 0px
	}

	.awards-slider .slick-next:before {
		content: "\F285"
	}

	.awards-box {
		background-position: center bottom
	}

	.pms-banner {
		background: url("../images/pms-banner-mob.webp") bottom center no-repeat
	}

	.pms-card {
		text-align: center
	}

	.pms-card .icon-60 {
		margin: 0 auto 16px
	}

	.institutional-business-banner {
		background: url("../images/institutional-business-banner-mob.webp") center bottom no-repeat
	}

	.contact-us-banner {
		background: url("../images/contact-us-banner-mob.webp") center no-repeat
	}

	.contact-us-form .customer-care-box {
		position: initial;
		max-width: inherit;
		margin-bottom: 40px;
		padding: 32px 20px
	}

	.csr-banner,
	.investor-relations-banner {
		height: 200px
	}

	.socailResponsslider .slick-slide {
		margin: 0 auto
	}

	.social-respons-area .scaleimage .scalecontent .title-40 {
		font-size: 1rem;
		font-weight: 600
	}

	.expInvestmentOpt-slider .expinvestcard {
		max-width: 160px;
		max-height: 135px;
		padding: 20px
	}

	.expInvestmentOpt-slider .expinvestcard .icon-90 {
		width: 56px;
		height: 56px;
		margin: 0 auto 16px
	}

	.investor-accordion .accordion-button {
		padding: 16px 0
	}

	.digital-slider {
		min-height: 650px
	}

	.digital-slider .slick-slide {
		transform: none
	}

	.digital-slider .slick-arrow {
		display: none !important
	}

	.ul-circle li:last-child {
		margin: 0 0 20px
	}

	.mx-250 {
		max-width: 250px
	}

	.mw-285 {
		max-width: 285px
	}

	.impact-report-pdf-box {
		height: auto
	}

	.edgeOfferingsSlider .slick-slide .card {
		min-height: 500px
	}

	.ourUniquePropSlider {
		min-height: 530px
	}

	.ourUniquePropSlider .slick-dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer
	}

	.ourUniquePropSlider .slick-dots li button {
		width: 16px;
		height: 5px;
		padding: 0;
		margin: 0;
		background-color: #d9d9d9;
		border-radius: 10px
	}

	.ourUniquePropSlider .slick-dots .slick-active {
		width: 40px
	}

	.ourUniquePropSlider .slick-dots .slick-active button {
		width: 40px;
		background-color: var(--orange)
	}

	.accessibility-dd .dropdown-menu {
		margin-top: 4px !important
	}

	.gridbox-large,
	.gridbox-medium,
	.gridbox-small {
		margin-bottom: 30px;
	}

	.whatset-meritocracy.whatset-card:hover .whatset-content {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	.life-icici-section .px-80,
	.px-80 {
		padding-left: 20px;
		padding-right: 20px
	}

	.pb-64,
	.py-64 {
		padding-bottom: 30px;
	}

	.pt-64,
	.py-64 {
		padding-top: 30px;
	}

	.ourTeam-slider .bm-card {
		height: 300px;
		max-height: 300px;
	}
}

@media(max-width:576px) {

	.about-mid-area:before {
		background: url("../images/icici-bank-op-logo-mob.svg") 0 100px/100% no-repeat;
		max-width: 467px;
		width: 100%
	}


	.employee-slider .slick-next {
		right: -10px;
		left: inherit;
	}

	.employee-slider .slick-prev {
		left: -10px;
	}

	.employee-slider .slick-arrow {
		width: 25px;
		height: 25px;
	}


	.employee-profile {
		width: 115px;
		height: 115px;
	}

	.employee-profile span {
		width: 100px;
		height: 100px;
	}

	.pmsStrategiesslider .slick-slide {
		margin: 0 auto;
	}

	.bm-card-modal {
		width: 100%;
	}

	.header-logo {
		width: 200px;
		height: auto;
	}

	.mw-180 {
		min-width: 180px
	}
	.banner-section{
		height:400px;
	}
}

@media screen and (max-width: 991px) and (orientation: landscape) {
.devicemenu .offcanvas-body{
    height:90vh;
    overflow-y: auto;
}
}

/* Apply only to long-string containers to prevent overlap */
.break-long-words {
  /* Standard breaking */  overflow-wrap: break-word; 
  /* Force break if overflow-wrap isn't enough (for long URLs) */  word-break: break-all; 
}

.form-switch-orange .form-check-input[type=checkbox]:focus{
border:1px solid var(--black);
}


.navbar-toggler:focus{
    outline: 1px solid var(--black);
}

[data-bs-theme=accessibility] .disclaimer-section{
   background: var(--orange);
}

.input-group-text{
    border: var(--bs-border-width) solid var(--bordergrey);
}

.digital-slider .slick-dots .slick-active {
		width: 40px
	}
 
	.digital-slider .slick-dots .slick-active button,
.digital-slider .slick-dots li.active {
		width: 40px;
		background-color: var(--orange)
	}
 
	.digital-slider .slick-dots li button {
		width: 16px;
		height: 5px;
		padding: 0;
		margin: 0;
		background-color: var(--grey);
		border-radius: 10px
	}
		.digital-slider .slick-dots li button:before{
			content:'';
		}
		
		.mh-300{
			min-height:310px;
			}
 
 .icon-cal{
    position: relative;
}
.icon-cal .form-control{
    padding-right: 40px;
}
.icon-cal:after{
    content: "\f1e8";
    width: 18px;
    height:18px;
    display: block;
    position: absolute;
    top:12px;
    right:12px;
    font-family: bootstrap-icons;  
    font-style: normal;
}
.icon-search{
    position: relative;
}
.icon-search .form-control{
    padding-left: 40px;
}
.icon-search:after{
    content: "\F52A";
    width: 18px;
    height:18px;
    display: block;
    position: absolute;
    top:12px;
    left:12px;
    font-family: bootstrap-icons;  
    font-style: normal;
}

.customefileupload{
    width: 150px;
    position: absolute;
    top: 5px;
    right: 0;
	opacity:0;
}