/*
Theme Name: urbanbank

*/


/*
Required WordPress CSS
*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.bypostauthor {}


/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
	font-family: 'Roboto', sans-serif !important;
	--MaroonColor: #1242bf;
	--MaroonDarkColor: #0332ac;
	--OrangeColor: #f26722;
	--HeadingColor: #242424;
	--TextColor: #666666;
	--LightBg: #e7eeff;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: var(--HeadingColor);
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color: var(--TextColor);
	font-size: 16px;
	line-height: 28px;
}

.page-container {
	width: 100%;

}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

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

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/* -webkit-transform: translate(0, -50%); */
	-ms-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 25px;
}

[dir='rtl'] .slick-prev {
	right: 25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*----*/


.service-scroll .slick-dots li,
.news-scroll .slick-dots li {
	width: auto;
	list-style: none !important;
	padding: 0;
}

.service-scroll .slick-dots li button,
.news-scroll .slick-dots li button {
	border: 2px solid var(--MaroonColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.service-scroll .slick-dots li button:before,
.news-scroll .slick-dots li button:before {
	display: none;
	visibility: hidden;
}

.service-scroll .slick-dots li.slick-active button,
.news-scroll .slick-dots li.slick-active button {
	background: var(--MaroonColor);
	width: 15px;
	border-radius: 5px;
}

.service-scroll .slick-dots,
.news-scroll .slick-dots {
	bottom: -30px;
}






.footer-btm {
	width: 100%;
	min-height: 70px;
	background: #d8e0f4;
	padding-top: 24px;
}

.footer-btm .col-lg-6:last-child p {
	text-align: right;
}

.footer-btm .col-lg-6 p a {
	color: var(--TextColor);
	text-decoration: none;
}

.footer-btm .col-lg-6 p a:hover {
	color: var(--MaroonColor);
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.footer-wrapper {
	width: 100%;
	background: var(--LightBg);
	padding: 80px 0px;
}

.footer-wrapper h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	color: var(--HeadingColor);
	font-weight: 700;
}

.footer-wrapper ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-wrapper ul li {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
	line-height: normal;
}

.footer-wrapper ul li:last-child {
	margin-bottom: 0px;
}

.footer-wrapper ul li a {
	color: var(--TextColor);
	text-decoration: none;
	font-size: 15px;
}

.footer-wrapper ul li a:hover {
	color: var(--MaroonColor);
}

.footer-wrapper .socialmedia-links {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-wrapper .socialmedia-links li {
	float: left;
	padding: 0;
	margin: 0px 5px 0px 0px;
	width: auto;
}

.footer-wrapper .socialmedia-links li:last-child {
	margin-right: 0px;
}

.footer-wrapper .socialmedia-links li a {
	width: 35px;
	height: 35px;
	border: 1px solid var(--MaroonColor);
	border-radius: 3px;
	text-align: center;
	float: left;
	color: var(--MaroonColor);
	line-height: 35px;
}

.footer-wrapper .socialmedia-links li a:hover {
	background: var(--MaroonColor);
	color: var(--LightBg);
}

.footer-top-wrap {
	width: 100%;
	min-height: 95px;
	background: var(--MaroonColor);
}

.footer-top-wrap .col-lg-7 span {
	float: right;
	margin-top: 18px;
}

.footer-top-wrap .col-lg-7 p {
	float: left;
	padding: 0;
	margin: 24px 0px 0px 0px;
	color: var(--LightBg);
	line-height: 24px;

}

.footer-top-wrap .col-lg-5 font {
	float: left;
	height: 95px;
	background: #93cef9;
	color: var(--MaroonColor);
	line-height: 95px;
	width: 90px;
	text-align: center;
	font-size: 38px;
}

.footer-top-wrap .col-lg-5 h3 {
	padding: 0;
	margin: 28px 0px 0px 30px;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	float: left;
}

.header-wrapper {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1020;
	background: var(--MaroonColor);
	transition-duration: 0.3s;
}

.header-top-wrapper {
	width: 100%;
	min-height: 36px;
	background: var(--MaroonDarkColor);
	transition-duration: 0.3s;
}

.header-wrapper .header-logo {
	width: 305px;
	height: 71px;
	background: url(../urbanbank/assets/img/kcub-logo.png) no-repeat;
	float: left;
	margin: 10px 0px;
}

.header-wrapper .col-lg-8 {
	padding-top: 28px;
}

.header-top-wrapper h6 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #d5a7b9;
}

.header-top-wrapper h6 a {
	color: #a7b7e2;
	text-decoration: none;
	font-weight: normal;
	line-height: 36px;
}

.header-top-wrapper h6 font {
	margin: 0px 20px;
}

#mega-menu-item-40 a {
	background: #93cef9 !important;
	color: var(--MaroonColor) !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

.banner-wrapper {
	width: 100%;
	margin-top: 0px;
}

.banner-wrapper img {
	width: 100%;
	height: auto;
}

.bannerbtm-wrap {
	width: 100%;
	background: var(--LightBg);
}

.bannerbtm-wrap h5 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: var(--HeadingColor);
}

.bannerbtm-wrap p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
}

.bannerbtm-wrap .row {
	margin: 0px;
}

.bannerbtm-wrap .row .col-lg-3 {
	padding: 0;
	border-right: 1px solid #c7d4f5;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bannerbtm-wrap .row .col-lg-3:first-child {
	border-left: 1px solid #c7d4f5;
}


.bannerbtm-wrap .row .col-lg-3 a {
	text-decoration: none;
}

.bannerbtm-wrap .row .col-lg-3 a:hover h5 {
	color: var(--MaroonColor);
}

.bannerbtm-wrap .row .col-lg-3 font {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.bannerbtm-wrap .row .col-lg-3 font img {
	width: 75px;
	height: 65px;
	object-fit: cover;
}

.banner-btm-scroll {
	width: 100%;
	height: 50px;
	background: var(--MaroonColor);
}

.banner-btm-scroll a {
	padding: 0;
	margin: 0;
	color: #f3e5eb;
	font-weight: normal;
	line-height: 50px;

}
.banner-btm-scroll a:hover {
	text-decoration:none;
	color:#000;
}

.banner-btm-scroll .container {
	position: relative;
	padding-left: 50px;
}

.banner-btm-scroll .container i {
	position: absolute;
	left: 15px;
	top: 13px;
	color: var(--LightBg);
	font-size: 22px;
}

.banner-btm-scroll .container marquee {
	padding: 0;
	margin: 0;

}

.page-title {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 46px;
}

.about-con .col-lg-8 {
	text-align: justify;
	padding-right: 85px;
}

.about-con .col-lg-8 .page-title {
	text-align: left;
}

.about-con .col-lg-8 h5 {
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	color: var(--TextColor);
	font-weight: 500;
}

.about-con .col-lg-8 ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.about-con .col-lg-8 ul li {
	color: var(--TextColor);
	padding: 0px 0px 0px 25px;
	margin: 10px 0px;
	list-style: none;
	position: relative;
}

.about-con .col-lg-8 ul li::before {
	width: 14px;
	height: 12px;
	background: url(../urbanbank/assets/img/tick.png) no-repeat;
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;

}

.readmore-btn {
	border: 2px solid var(--MaroonColor);
	color: var(--MaroonColor);
	font-size: 14px;
	font-weight: 500;
	padding: 6px 36px;
	display: inline-block;
	border-radius: 25px;
	margin-top: 20px;
}

.readmore-btn:hover {
	background: var(--MaroonColor);
	color: var(--LightBg);
	text-decoration: none;
}

.about-con .col-lg-4 span {
	width: 100%;
	height: 443px;
	display: block;
	position: relative;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.about-con .col-lg-4 span img {
	width: 100%;
	height: 443px;
	object-fit: cover;
}

.about-con .col-lg-4 {
	position: relative;
}

.about-con .col-lg-4 button {
	width: 80px;
	height: 80px;
	background: var(--MaroonColor);
	border-radius: 50%;
	outline: none;
	border: none;
	position: absolute;
	left: -23px;
	top: 50%;
	margin-top: -40px;
	z-index: 995;
	color: var(--LightBg);
	font-size: 30px;
	padding: 0px 0px 0px 5px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(18, 66, 191, 0.5);
}

.about-con .col-lg-4 button:hover {
	background: var(--MaroonDarkColor);
	color: #fff;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.about-con {
	margin-top: 90px;
}

.services-wrap {
	width: 100%;
	padding: 120px 0px 90px 0px;
	background: var(--LightBg);
	overflow: hidden;
}

.services-wrap .container {
	padding-left: 0px;
	padding-right: 0px;
}

.services-wrap .service-item {
	width: 100%;
	background: #fff;
	float: left;
	text-align: center;
	border-radius: 10px;
	min-height: 320px;
	padding: 40px 10px 0px 10px;
	border: 1px solid #fff;
	transition-duration: 0.3s;
}

.services-wrap .service-item:hover h5 {
	color: var(--MaroonColor);
}

.services-wrap .service-item:hover {
	border-color: var(--MaroonColor);
}


.services-wrap .service-item:hover {
	text-decoration: none;
}

.services-wrap .service-item:hover p {
	text-decoration: none;
}



.services-wrap .service-item h5 {
	margin-bottom: 10px;
	margin-top: 8px;
}

.services-wrap .service-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
	font-size: 15px;
}

.services-wrap .service-item span {
	width: 80px;
	height: 80px;
	display: inline-block;
	transition-duration: 0.3s !important;
	position: relative;
	top: 0px;

}

.services-wrap .service-item:hover span {
	top: -15px;
}

.services-wrap .service-item:hover span {
	background-position-y: -80px;
}

.services-wrap .col-lg-3:nth-child(2) .service-item span {
	background-position-x: -80px;
}

.services-wrap .col-lg-3:nth-child(3) .service-item span {
	background-position-x: -160px;
}

.services-wrap .col-lg-3:nth-child(4) .service-item span {
	background-position-x: -240px;
}

.oranage-bar {
	width: 100%;

	background: var(--MaroonColor);
	display: block;
	border-radius: 5px;
	margin-top: 90px;
	position: relative;
	z-index: 100;
	margin-bottom: -50px;
}

.oranage-bar .row {
	margin: 0px;
}

.oranage-bar .row .col-lg-4 {
	padding: 0px;
	border-right: 1px solid #5e7fd4;
	min-height: 100px;
	padding-top: 20px;
	position: relative;
}

.oranage-bar .row .col-lg-4:nth-child(1) {
	padding-left: 148px;
}

.oranage-bar .row .col-lg-4:nth-child(1)::before {
	width: 53px;
	height: 47px;
	background: url(../urbanbank/assets/img/99years.jpg);
	content: '';
	position: absolute;
	left: 80px;
	top: 26px;
}

.oranage-bar .row .col-lg-4:nth-child(2) {
	padding-left: 163px;
}

.oranage-bar .row .col-lg-4:nth-child(2)::before {
	width: 49px;
	height: 47px;
	background: url(../urbanbank/assets/img/branches.jpg);
	content: '';
	position: absolute;
	left: 100px;
	top: 26px;
}

.oranage-bar .row .col-lg-4:nth-child(3) {
	padding-left: 120px;
}

.oranage-bar .row .col-lg-4:nth-child(3)::before {
	width: 47px;
	height: 47px;
	background: url(../urbanbank/assets/img/deligated-customers.jpg);
	content: '';
	position: absolute;
	left: 60px;
	top: 26px;
}

.oranage-bar .row .col-lg-4:last-child {
	border-right: none;
}

.oranage-bar .row .col-lg-4 h6 {
	width: 100%;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}

.oranage-bar .row .col-lg-4 h2 {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
}

.threecol-wrap {
	margin-top: 90px;
}

.threecol-wrap .threecol-item .threecol-header {
	width: 100%;
	min-height: 50px;
	background: var(--MaroonColor);
	float: left;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 0px 30px;
}

.threecol-wrap .threecol-item .threecol-header h4 {
	width: 100%;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
}

.threecol-wrap .threecol-item .threecol-header select {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	color: #fff;
	background: none;
	font-size: 18px;
	font-weight: 500;
}

.threecol-wrap .threecol-item .threecol-footer {
	width: 100%;
	background: var(--LightBg);
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 0px;
	float: left;
}

.threecol-wrap .threecol-item .threecol-footer a {
	margin-top: 0px;
}

.threecol-content {
	width: 100%;
	border-left: 1px solid #d4c1c9;
	border-right: 1px solid #d4c1c9;
	float: left;
	min-height: 245px;
	padding: 30px;
}

.threecol-content marquee {
	height: 180px;
}

.threecol-content ul {
	width: 100%;
	padding: 0;
	margin: 0px;
}

.threecol-content ul li {
	list-style: none;
	padding: 0;
	margin: 0px 0px 14px 0px;
	width: 100%;
	line-height: 22px;
	font-size: 15px;
	color: var(--TextColor);
	position: relative;

}

.threecol-wrap .col-lg-4:nth-child(1) .threecol-content ul li {
	padding-left: 20px;
}

.threecol-content ul li:last-child {
	margin-bottom: 0px;
}

.threecol-content ul li a {
	color: var(--TextColor);
	text-decoration: none;
	position: relative;

}

.threecol-content ul li a:hover {
	color: var(--MaroonColor);
}

.threecol-content ul li i {
	color: var(--MaroonColor);
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 16px;
}

.news-wrapper {
	margin-top: 90px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.news-wrapper span {
	width: 100%;
	height: 215px;
	background: var(--MaroonColor);
	border-radius: 8px;
	float: left;
	overflow: hidden;
	position: relative;
}

.news-wrapper span img {
	width: 100%;
	height: 215px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.news-wrapper a:hover img {
	opacity: 0.3;
}

.news-wrapper span font {
	background: var(--MaroonColor);
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 15px;
	z-index: 900;
}

.news-wrapper a {
	text-decoration: none !important;
}

.news-wrapper span i {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -14px;
	margin-left: -14px;
	z-index: 850;
	font-size: 26px;
	opacity: 0;
	transition-duration: 0.3s;
}

.news-wrapper a:hover i {
	opacity: 1;
	top: 50%;
}

.news-wrapper h6 {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	line-height: 24px;
	margin: 14px 0px 0px 0px;
	color: var(--TextColor);
	width: 100%;
	float: left;
}

.nearest-branch {
	width: 100%;
	height: 360px;
	background: var(--MaroonColor);
	margin-top: 90px;
	margin-bottom: 90px;
	border-radius: 8px;
	overflow: hidden;
}

.nearest-branch .col-lg-4 {
	position: relative;
}

.nearest-branch select {
	width: 310px;
	background: none;
	border: 2px solid var(--LightBg);
	height: 45px;
	border-radius: 4px;
	font-size: 15px;
	color: var(--LightBg);
	font-weight: 500;
	padding: 0px 15px;
	margin: 0px 0px -100px 0px;
	outline: none !important;
	position: absolute;
	left: 65px;
	top: 140px;
	z-index: 900;
}

select option {
	color: var(--MaroonDarkColor) !important;
}


.nearest-branch h3 {
	width: 100%;
	padding: 0px;
	margin: 45px 0px 90px 0px;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
}

.nearest-branch h3 b {
	color: var(--LightBg);
}

.nearest-branch ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.nearest-branch ul li {
	list-style: none;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	color: var(--LightBg);
	font-size: 16px;
	line-height: normal;
	position: relative;
}

.nearest-branch ul li i {
	position: absolute;
	left: 0px;
	top: 0px;
}

.nearest-branch ul li:last-child {
	margin-bottom: 0px;
}

.nearest-branch ul li a {
	color: var(--LightBg);
	text-decoration: none;
}

.nearest-branch .col-lg-4 {
	padding-left: 65px;
}



.google-maps {
	position: relative;
	padding-bottom: 360px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 101%;
	background: #fff;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	border: none;
	width: 100% !important;
	height: 100% !important;
}

.myDiv,
.myDivs {
	display: none;
}

.f-nav .header-wrapper {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.f-nav .header-top-wrapper {
	margin-top: -36px;
}

.page-header-wrapper {
	margin-top: 127px;
	background: var(--LightBg);
	padding: 45px 0px;
}

.page-header-wrapper .page-title {
	margin-bottom: 0px;
	font-size: 40px;
}

.innerpage-wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}

.achivements-wrap {
	width: 100%;
	background: var(--LightBg);
	padding: 80px 0px;
	text-align: justify;
}

.achivements-wrap h3 {
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: var(--MaroonColor);
	font-weight: 700;
	font-size: 32px;
}

.achivements-wrap ul {
	width: 100%;
	padding: 0px 0px 0px 24px;
	margin: 0;
}

.achivements-wrap ul li {
	list-style: none;
	padding: 0;
	margin: 15px 0px;
	color: var(--TextColor);
	list-style-image: url(../urbanbank/assets/img/tick.png);
}

.achivements-wrap .col-lg-4 span {
	width: 100%;
	height: 380px;
	float: left;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.achivements-wrap .col-lg-4 span img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.achivements-wrap .col-lg-8 {
	padding-right: 65px;
}

.page-id-9 p {
	text-align: justify;
}

.contact-page .col-lg-8 {
	padding-left: 65px;
}

.contact-page .col-lg-8 h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: 700;
}


.contact-page .col-lg-8 .col-lg-6 input {
	width: 100%;
	height: 40px;
	border: 1px solid #d0c0c7;
	border-radius: 3px;
	padding-left: 15px;
}

.contact-page .col-lg-8 .col-lg-12 textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #d0c0c7;
	border-radius: 3px;
	padding-left: 15px;
}

.contact-page .col-lg-8 .col-lg-6 input:focus,
.contact-page .col-lg-8 .col-lg-12 textarea:focus {
	border-color: var(--MaroonColor);
	outline: none;
}

.contact-page .col-lg-8 .col-lg-4 .submit-btn {
	width: 100%;
	border: 2px solid var(--MaroonColor);
	color: var(--MaroonColor);
	font-size: 15px;
	font-weight: 700;
	padding: 8px 36px;
	display: inline-block;
	border-radius: 25px;
	margin-top: 0px;
	background: #fff;
	text-transform: uppercase;
	transition-duration: 0.3s;
	margin-top: -7px;
}

.contact-page .col-lg-8 .col-lg-4 .submit-btn:hover {
	background: var(--MaroonColor);
	color: var(--LightBg);
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: var(--TextColor);
}

.wpcf7-spinner {
	display: none;
	visibility: hidden;
}

.contact-page .col-lg-8 .col-lg-6,
.contact-page .col-lg-8 .col-lg-12 {
	padding-bottom: 18px;
}

.contact-page .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	font-weight: 700;
	color: var(--MaroonColor);
}

.contact-page .col-lg-4 p a {
	color: var(--TextColor);
	text-decoration: none;
}

.contact-page .col-lg-4 h6 {
	color: var(--HeadingColor);
	padding: 0;
	margin: 10px 0px 5px 0px;
	display: block;
}

.contact-googlemaps {
	position: relative;
	padding-bottom: 360px;
	height: 0;
	overflow: hidden;
	margin: 65px 0px 0px 0px;
	float: left;
	width: 100%;
	background: #fff;
}

.contact-googlemaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	border: none;
	width: 100% !important;
	height: 100% !important;
}

.branch-item {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.branch-item span {
	width: 100%;
	height: 180px;
	float: left;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	overflow: hidden;
	background: var(--LightBg);
}

.branch-item span img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.branch-item span h5 {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 17px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.branch-item .viewmap {
	background: var(--LightBg);
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 8px 0px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: var(--HeadingColor);
	font-weight: 500;
}

.branch-item .viewmap:hover {
	background: var(--MaroonColor);
	color: var(--LightBg);
	text-decoration: none;
}

.branch-item ul {
	padding: 15px 0px;
	margin: 0;
	font-size: 15px;
	width: 100%;
	border-left: 1px solid #d4c1c9;
	border-right: 1px solid #d4c1c9;
	float: left;
	min-height: 195px;
}

.branch-item ul li {
	list-style: none;
	padding: 0px 10px 0px 40px;
	margin: 6px 0px;
	color: var(--TextColor);
	position: relative;
}

.branch-item ul li i {
	color: var(--MaroonColor);
	margin-right: 6px;
	position: absolute;
	left: 16px;
	top: 3px;
}

.branch-item ul li a {
	color: var(--TextColor);
	text-decoration: none;
}

.page-id-21 .innerpage-wrapper {
	margin-top: 65px;
	margin-bottom: 65px;
}

.graph-wrapper {
	width: 100%;
	border: 1px solid #d4c1c9;
	border-radius: 8px;
	margin-bottom: 35px;
	padding: 5px 0px;
	position: relative;
}

.graph-wrapper h6 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: -0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 990;
}

.graph-wrapper:last-child {
	margin-bottom: 35px;
}

.graph-wrapper h4 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--MaroonColor);
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 990;
}

.board-members-wrap h5 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: var(--HeadingColor);
	text-align: center;
	float: left;
}

.board-members-wrap h6 {
	width: 100%;
	padding: 0;
	margin: 4px 0px 0px 0px;
	font-size: 15px;
	color: var(--TextColor);
	text-align: center;
	font-weight: normal;
	font-weight: 500;
	float: left;
}

.board-members-wrap h6 a {
	text-decoration: none;
	color: var(--TextColor);
}

.board-members-wrap span {
	width: 120px;
	height: 120px;
	background: url(../urbanbank/assets/img/members.jpg) no-repeat var(--LightBg);
	background-size: 100%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -50px;
	margin-bottom: 15px;
}

.board-members-wrap span img {
	width: 120px;
	height: 120px;
}

.board-members-wrap h3 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: var(--MaroonColor);
	font-weight: 700;
	font-size: 28px;
	float: inherit;
}

.board-members-wrap .col-lg-2 {
	margin-top: 28px;
}

.directorboard-mt {
	margin-top: 45px !important;
	width: 100%;
	display: block;
	float: left;
}

.branch-modal .contact-googlemaps {
	margin-top: 0px !important;
}

.branch-modal {
	position: relative;
}

.branch-modal .close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 998;
	opacity: 1;
	background: #fff;
	font-size: 14px;
	width: 30px;
	height: 30px;
}

.page-id-13 .innerpage-wrapper h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 14px 0px;
	font-size: 26px;
}

.page-id-13 .innerpage-wrapper h4 {
	width: 100%;
	padding: 0;
	margin: 35px 0px 14px 0px;
	font-size: 20px;
	color: var(--MaroonColor);
	font-weight: 700;
}

.page-id-13 .innerpage-wrapper :-moz-ui-invalid {
	width: 100%;
	padding: 0px 0px 0px 22px;
	margin: 0;
}

.page-id-13 .innerpage-wrapper ul li {
	list-style: none;
	padding: 0;
	margin: 0px 0px 8px 0px;
	color: var(--TextColor);
	list-style-image: url(../urbanbank/assets/img/tick.png);
}

.page-id-13 .innerpage-wrapper ul li:last-child {
	margin-bottom: 0px;
}

.page-id-13 .innerpage-wrapper .col-lg-8,
.page-id-121 .innerpage-wrapper .col-lg-8 {
	padding-right: 45px;
}


.page-id-13 .innerpage-wrapper .col-lg-4 span,
.page-id-121 .innerpage-wrapper .col-lg-4 span {
	width: 100%;
	border-radius: 8px;
	float: left;
	overflow: hidden;
}

.page-id-13 .innerpage-wrapper .col-lg-4 span img,
.page-id-121 .innerpage-wrapper .col-lg-4 span img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.page-id-121 .innerpage-wrapper ul {
	width: 100%;
	padding: 0px 0px 0px 22px;
	margin: 0;
}

.page-id-121 .innerpage-wrapper ul li {
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-weight: 500;
	list-style-image: url(../urbanbank/assets/img/tick.png);
}

.page-id-121 .innerpage-wrapper ul li ul li {
	list-style-image: none;
	font-weight: normal;
	list-style: circle;
}

.postid-133 .innerpage-wrapper h4 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: var(--MaroonColor);
	font-weight: 700;
	font-size: 24px;
}

.postid-133 tr td {
	color: var(--TextColor);
}

.postid-133 tr td strong {
	color: var(--HeadingColor);
}

.vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
	background: rgba(242, 103, 34, 0.8) !important;
}



.download-page ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.download-page ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 0px;
	position: relative;
	width: 33%;
	display: inline-block;
}

.download-page ul li a {
	color: var(--TextColor);
	text-decoration: none;
	font-weight: 500;
}

.download-page ul li a:hover {
	color: var(--MaroonColor);
}

.download-page ul li i {
	position: absolute;
	left: 0px;
	top: 3px;
	color: var(--MaroonColor);
}

.news-wrapper a:hover h6 {
	color: var(--MaroonColor);
}

.news-wrapper-div .col-lg-4 span {
	width: 100%;
	height: auto;
	border-radius: 8px;
	float: left;
	overflow: hidden;
	margin-bottom: 45px;
}

.news-wrapper-div .col-lg-4 span img {
	width: 100%;
	height: auto;
}

.news-wrapper-div .col-lg-8 {
	text-align: justify;
	padding-right: 65px;
}

.news-wrapper-div .col-lg-8 .news-heading {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	text-align: left;
}

.news-wrapper-div .col-lg-4 ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.news-wrapper-div .col-lg-4 ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.news-wrapper-div .col-lg-4 ul li:last-child {
	margin-bottom: 0px;
}

.news-wrapper-div .col-lg-4 ul li a {
	color: var(--TextColor);
	text-decoration: none;
	width: 100%;
	display: block;
}

.news-wrapper-div .col-lg-4 ul li a:hover {
	color: var(--MaroonColor);
}

.news-wrapper-div .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 14px 0px;
	font-size: 24px;
	color: var(--MaroonColor);
	font-weight: 700;
}

.bank-feed img {
	width: 100%;
	height: 180px;
	object-fit: contain;
}

.bank-feed-wrap .col-lg-4 button {
	width: 100%;
	padding: 0;
	margin: 15px 0px;
	border: none;
	outline: none;
	position: relative;
	background: var(--MaroonColor);
}

.bank-feed-wrap .col-lg-4 button img {
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}

.bank-feed-wrap .col-lg-4 button:hover img {
	opacity: 0.2;
}

.bank-feed-wrap .col-lg-4 button i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -13px;
	margin-top: -13px;
	color: #fff;
	font-size: 24px;
	z-index: 900;
	transition-duration: 0.3s;
	opacity: 0;
}

.bank-feed-wrap .col-lg-4 button:hover i {
	top: 50%;
	opacity: 1;
}

.bankfeed-modal img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.intrestrate-items {
	margin: 10px 0px;
}

.intrestrate-items h4 {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: var(--MaroonColor);
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.intrestrate-items ul {
	width: 100%;
	padding: 30px 20px 30px 20px;
	margin: 0px;
	background: var(--LightBg);
	min-height: 240px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.intrestrate-items ul li {
	padding: 0;
	margin: 0px 0px 12px 0px;
	width: 100%;
	color: var(--TextColor);
	line-height: 22px;
	font-size: 16px;
	list-style: none;
}

.intrestrate-items ul li:last-child {
	margin-bottom: 0px;
}

.bank-cards {
	width: 100%;
	height: 300px;
	background: url(../urbanbank/assets/img/cards-bg.jpg) center var(--MaroonColor);
	border-radius: 4px;
	margin-top: 90px;
	padding-left: 50px;
	overflow: hidden;
}

.bank-cards h3 {
	padding: 0;
	margin: 40px 0px 15px 0px;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
}

.bank-cards p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
}

.bank-cards ul {
	width: 100%;
	padding: 0px 0px 0px 25px;
	margin: 20px 0px;
	display: block;
	float: left;
}

.bank-cards ul li {
	padding: 0;
	margin: 0;
	width: 33.33%;
	color: #fff;
	list-style-image: url(../urbanbank/assets/img/orange-tick.png);
	font-weight: 500;
	position: relative;
	float: left;
}

.bank-cards a {
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 36px;
	display: inline-block;
	border-radius: 25px;
	margin-top: 0px;
}

.bank-cards a:hover {
	text-decoration: none;
	background: #fff;
	color: var(--MaroonColor);
}

.bank-cards .col-lg-5 font {
	width: 525px;
	height: 380px;
	position: absolute;
	top: -40px;
	right: 45px;
	background: url(../urbanbank/assets/img/card-mockup.png) no-repeat;
	content: '';
	z-index: 50;
}

.bank-cards .col-lg-5:after {
	width: 200px;
	height: 600px;
	background: #93cef9;
	content: '';
	position: absolute;
	top: -280px;
	right: 0px;
	transform: rotate(-57deg);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.page-id-6 {
	padding-top: 127px;
}

.marquee-yellow {
	background: #fda311;
}

.marquee-yellow p {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.grecaptcha-badge {
	visibility: hidden !important;
	display: none !important;
}


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

@media screen and (max-width: 980px) {
	.header-top-wrapper .col-lg-6:last-child {
		display: none;
		visibility: hidden;
	}

	.header-wrapper .col-lg-8 {
		padding-top: 25px;
	}

	.about-con .col-lg-8 .page-title {
		text-align: center;
	}

	.about-con .col-lg-8 {
		padding-right: 15px;
	}

	.about-con .col-lg-4 button {
		left: 50%;
		margin-left: -40px;
		top: 0px;
		margin-top: -40px;
	}

	.about-con .col-lg-4 {
		margin-top: 80px;
	}

	.oranage-bar .row .col-lg-4:nth-child(1) {
		padding-left: 100px;
	}

	.oranage-bar .row .col-lg-4:nth-child(1)::before {
		left: 30px;
	}

	.oranage-bar .row .col-lg-4:nth-child(2) {
		padding-left: 130px;
	}

	.oranage-bar .row .col-lg-4:nth-child(2)::before {
		left: 60px;
	}

	.oranage-bar .row .col-lg-4:nth-child(3) {
		padding-left: 85px;
	}

	.oranage-bar .row .col-lg-4:nth-child(3)::before {
		left: 25px;
	}

	.banner-wrapper {
		height: auto;
	}

	.nearest-branch .col-lg-4 {
		padding-left: 45px;
	}

	.nearest-branch select {
		left: 45px;
	}

	.footer-top-wrap .col-lg-5 font {
		display: none;
		visibility: hidden;
	}

	.footer-top-wrap .col-lg-5 h3 {
		width: 100%;
		text-align: center;
		margin: 0px;
		font-size: 28px;
	}

	.footer-top-wrap {
		padding: 20px 0px;
	}

	.footer-wrapper .col-lg-2dot4:nth-child(4),
	.footer-wrapper .col-lg-2dot4:nth-child(5) {
		margin-top: 45px;
	}

	.footer-btm .col-lg-6 p {
		width: 100%;
		text-align: center !important;
		margin: 0px;
	}

	.footer-btm {
		padding: 25px 0px;
	}

	.threecol-wrap .col-lg-4:last-child {
		margin-top: 30px;
	}

	.achivements-wrap .col-lg-8 {
		padding-right: 15px;
	}

	.achivements-wrap .col-lg-4 span {
		margin-top: 45px;
		height: auto;
	}

	.achivements-wrap .col-lg-4 span img {
		height: auto;
	}

	.contact-page .col-lg-8 {
		padding-left: 15px;
		margin-top: 25px;
	}

	.news-wrapper-div .col-lg-8 {
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.bank-cards .col-lg-5:after {
		display: none;
		visibility: hidden;
	}

	.bank-cards {
		height: auto !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.bank-cards .col-lg-5 font {
		position: relative;
		top: 0px;
		content: none;
		right: auto;
		left: 50%;
		margin-left: -262px;
		float: left;
		margin-top: 25px;
	}

	.bank-cards ul li {
		text-align: left;
	}

}

@media screen and (max-width: 812px) {
	.bannerbtm-wrap .row .col-lg-3 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.bannerbtm-wrap .row .col-lg-3:nth-child(1),
	.bannerbtm-wrap .row .col-lg-3:nth-child(2) {
		border-bottom: 1px solid #dfc4cf;
	}

	.bannerbtm-wrap .row .col-lg-3:nth-child(3) {
		border-left: 1px solid #dfc4cf;
	}

	.oranage-bar .row .col-lg-4::before {
		display: none;
		visibility: hidden;
	}

	.oranage-bar .row .col-lg-4 {
		padding-left: 0px !important;
		text-align: center;
	}

	.threecol-wrap .col-lg-4:nth-child(2) {
		margin-top: 30px;
	}

	.nearest-branch .col-lg-4 ul {
		margin-bottom: 55px;
	}

	.nearest-branch {
		height: auto;
	}



}

@media screen and (max-width: 480px) {
	.header-wrapper .header-logo {
		width: 250px;
		height: 58px;
		background-size: 100%;
	}



	.banner-wrapper {
		height: auto;
	}

	.bannerbtm-wrap h5 {
		font-size: 16px;
	}

	.bannerbtm-wrap p {
		font-size: 14px;
	}

	.page-title {
		font-size: 38px;
	}

	.about-con {
		margin-top: 60px;
	}

	.oranage-bar .row .col-lg-4 h2 {
		font-size: 24px;
	}

	.oranage-bar .row .col-lg-4 h6 {
		font-size: 13px;
	}

	.nearest-branch select {
		left: 0px;
		width: 80%;
		left: 10%;
	}

	.nearest-branch h3 {
		text-align: center;
	}

	.nearest-branch .col-lg-4 {
		padding-left: 15px;
	}

	.nearest-branch .col-lg-4 ul {
		padding-left: 25px;
	}

	.footer-top-wrap .col-lg-7 p {
		text-align: center;
		margin-top: 0px;
		width: 100%;
	}

	.footer-top-wrap .col-lg-7 span {
		width: 100%;
		text-align: center;
		display: block;
	}

	.footer-top-wrap .col-lg-7 span a {
		display: inline-block;
	}

	.footer-top-wrap {
		padding: 30px 0px;
	}

	.footer-wrapper .col-lg-2dot4:nth-child(3) {
		margin-top: 45px;
	}

	.f-nav .header-wrapper .header-logo {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.header-wrapper .col-lg-8 {
		transition-duration: 0.3s;
		padding-top: 18px;
	}

	.f-nav .header-wrapper .col-lg-8 {
		padding-top: 13px;
	}

	.page-header-wrapper {
		margin-top: 114px;
		padding: 26px 0px;
	}

	.page-header-wrapper .page-title {
		font-size: 28px;
	}

	.innerpage-wrapper {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.achivements-wrap {
		padding: 50px 0px;
	}

	.achivements-wrap h3 {
		text-align: center;
	}


	.branch-item ul {
		min-height: auto;
	}

	.page-id-13 .col-lg-4,
	.page-id-121 .col-lg-4,
	.download-page .col-lg-4 {
		margin-top: 30px;
	}

	.bank-cards .col-lg-5 font {
		width: 360px;
		left: 50%;
		margin-left: -180px;
		background-size: 100%;
		height: 280px;
	}

	.download-page ul li {
		width: 100%;
	}

	.page-id-6 {
		padding-top: 114px;
	}

}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 240px) {}


.interest-rate-img img{
	width:100%;
	height:100%;
		margin-bottom:20px;
}
.DICGC-logo img {
    width: 115px;
    height: 115px;
    object-fit: contain;
}
.dicgc-head {
    font-size: 14px;
    margin-top: 11vh;
}
.DICGC-logo{
    display: flex;
}
.rbi h2{
    font-size: 19px;
    text-align: center;
}
.rbi h2 a:hover{
    color:#000;
    text-decoration:none;
}
.copyright-devop{
     text-align: right;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    background: var(--LightBg);
}












