/*==== Common css start ====*/

body {
	font-family: 'Avenir LT Std 45 Book';
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #292929;
	overflow-x: hidden;
	background-color: #fff;
}

a {
	transition: all 600ms ease;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	transition: all 600ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0px;
	line-height: 1.3;
	font-family: 'Avenir LT Std 65 Medium';
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	line-height: 1.5;
	font-size: 16px;
}

@media (min-width: 1024px) {

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 24px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}
}

img {
	max-width: 100%;
}

ul li,
ol li {
	line-height: 1.5;
}

strong,
b {
	font-family: 'Avenir LT Std 95 Black';
}

*:focus {
	outline: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
	outline: none !important;
	transition: all 600ms ease;
	box-shadow: none;
	border-radius: 40px;
}

.btn-sm {
	padding: 7px 16px;
	font-size: 13px;
}

.btn-lg {
	padding: 10px 20px;
	font-size: 16px;
}

.btn-default {
	border: 1px solid #D4D4D4;
	background-color: #fff;
}

.btn-default i {
	color: #717171;
}

.btn-default:hover {
	background-color: #0c4da2;
}

.btn-outline-danger {
	background-color: #fff;
}

a.text-dark:hover {
	color: #0C4DA2 !important;
}

a.text-white:hover {
	color: #dddddd !important;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

label {
	font-size: 15px;
}

.form-control {
	background-color: #fff;
	border-color: #E6E6E6;
	height: calc(2em + .75rem + 2px);
	box-shadow: none !important;
	outline: none;
	color: #292929;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.img-pos {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rounded-card {
	border-radius: 40px;
}

.bg-gradient {
	background: linear-gradient(79deg, #0C4DA2 0%, #ED1C24 100%);
}

.bg-red {
	background-color: #ed1c24;
}

.bg-blue {
	background-color: #0C4DA2;
}

.badge {
	line-height: inherit;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

span.error {
	color: #ED1C24;
	position: absolute;
	right: 0;
	bottom: -16px;
	width: 100%;
	text-align: right;
	font-size: 12px;
}

.dropdown button:hover,
.dropdown button:active,
.dropdown button:focus {
	border-color: #fff !important;
}

/*==== spacing style start ====*/

/*==== spacing style end ====*/

@media screen and (max-device-width: 1023px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media (min-width: 1366px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1566px) {
	.container {
		max-width: 1480px;
	}
}

/*==== Common css end ====*/

/*==== slick common css start ====*/

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

.slick-slide {
	position: relative;
}

/*==== slick common css end ====*/

.brand-wrap:before {
	content: '';
	width: 58px;
	height: 30px;
	background-position: center center;
	display: block;
	background-image: url(../../img/brand.png);
	position: absolute;
	right: 20px;
	top: 0;
	background-repeat: no-repeat;
}

.text-white {
	color: #fff;
}

/* footer-css-starts */

footer .footer-skew {
	position: relative;
	background-position: top right !important;
	background-color: #0b0067;
}

.footer-social-icons i {
	font-size: 20px;
}

ul.footer-ul {
	list-style: none;
}

ul.footer-ul li {
	margin: 5px 0;
}

.mess-subs input {
	height: 40px;
}

.mess-subs:before {
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: 900;
	top: 7px;
	left: 10px;
	color: #717171;
	font-size: 20px;
}

.assistance-wrapper {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	word-break: break-all;
}

.assistance-wrapper h5 {
	padding-left: 30px;
}

.assistance-wrapper h5.primary-phone:before {
	content: '';
	background-image: url(../../img/avatar.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
}

.assistance-wrapper h5 i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

@media(min-width:1024px) {
	footer .footer-skew:after {
		content: '';
		height: 42px;
		width: 100%;
		background-color: #fff;
		position: absolute;
		top: -25px;
		left: 0;
		transform: skewY(1deg);
	}

	footer .footer-skew:before {
		content: '';
		background-image: url(../../img/brand.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 43px;
		height: 30px;
		position: absolute;
		top: 25px;
		right: 45px;
		z-index: 1;
	}
}

/* footer-css-ends */

/* top-nav-css-starts */

ul.top-nav-left.top-nav-left.d-flex li {
	list-style: none;
	padding: 3px 5px;
	position: relative;
}

ul.top-nav-left a {
	color: #0c4da2;
	font-size: 15px;
	font-weight: 700;
}

ul.top-nav-left a:hover {
	color: #ed1c24;
}

ul.top-nav-left li.new {
	position: relative;
	padding-right: 38px !important;
}

ul.top-nav-left li.new span {
	font-size: 10px;
	animation-name: bgcolor;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	padding: 0px 5px;
	border-radius: 8px;
	color: #fff;
	border: none !important;
	position: absolute;
	top: 6px;
	right: 5px;
}

@keyframes bgcolor {
	0% {
		background-color: #0c4da2;
	}

	50% {
		background-color: #ed1c24;
	}

	100% {
		background-color: #0c4da2;
	}
}

span.language-toggle {
	margin: 0 15px;
	border-radius: 2px;
	background-color: #2B75CC;
	padding: 3px;
	font-size: 15px;
}

span.language-toggle a {
	color: #F6FAFF;
	padding: 2px;
}

.language-toggle .active {
	border-radius: 2px;
	color: #0A50A3;
	background-color: #fff;
}

.top-right-wrapper {
	position: relative;
}

.top-right-wrapper button {
	position: absolute;
	left: 0;
	background: transparent;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
}

.top-right-wrapper input {
	padding-left: 30px;
	background-color: #2B75CC;
	border: none;
	height: 32px;
	border-radius: 4px;
}

.top-right-wrapper input::placeholder {
	color: #fff;
}

.button-wrap a,
.button-wrap .dropdown button {
	font-size: 12px;
}

.button-wrap .dropdown button:after {
	border: none !important;
}

.dropdown {
	margin: 0 5px;
}

.dropdown-menu.show:before {
	content: '';
	background-image: url(../../img/Union_6.png);
	position: absolute;
	top: -11px;
	right: 90px;
	font-size: 50px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

a.dropdown-item {
	padding: 5px 15px;
}

span.menu-img {
	padding: 3px;
	border-radius: 10px;
	color: #fff;
}

span.menu-img>span {
	z-index: 1;
}

span.menu-img:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgba(12, 77, 162, 0.5);
	top: 0;
	left: 0;
	border-radius: 10px;
}

@media(min-width:1024px) {
	.top-left-wrapper {
		width: calc(100% - 200px);
		padding: 3px 0;
	}

	.top-right-wrapper {
		right: 0;
		position: absolute;
		top: 3px;
	}

	.button-wrap a,
	.button-wrap .dropdown button {
		font-size: 15px;
	}

	span.menu-img {
		padding: 5px 10px;
	}

	ul.single-menu-item.wsmenu-submenu {
		margin-right: 100%;
		top: 0;
		right: 0;
	}

	ul.top-nav-left li:after {
		content: '';
		width: 1px;
		height: 16px;
		position: absolute;
		background-color: #0c4da2;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.first-level>li>span {
		display: none;
	}

	.dropdown-menu.show {
		top: 20px !important;
	}
}

/* product--css--starts */

.product-slide .card .card-body {
	padding: 15px;
	border-radius: 4px;
	padding-right: 40px !important;
}

.product-slide .card .card-body h5 {
	padding-right: 10px;
}

.product-card:before {
	width: 43px;
	height: 25px;
}

.product-slide .card-body p {
	font-size: 13px;
	border-left: 1px solid #fff;
	padding-left: 15px;
}


/* banking-experience-css-starts */

.banking-experience-wrapper {
	border-radius: 6px;
}

.banking-experience-wrapper:hover {
	opacity: 0.8;
	transition: all 600ms ease;
}

.banking-experience-wrapper:after {
	content: '';
	background: transparent linear-gradient(180deg, rgba(10, 80, 163, 0.2) 0%, rgba(213, 53, 55, 0.7) 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 600ms ease;
}

.banking-experience-wrapper:before {
	right: auto;
	left: 15px;
	z-index: 1;
}

.banking-experience-wrapper a {
	left: 0;
	top: 0;
	z-index: 1;
}

.banking-experience-wrapper .position-absolute {
	bottom: 0;
	z-index: 1;
}

/* navgation-css-starts */
.home-img {
	width: 450px;
	margin-left: -15px;
}

.wstheading a {
	color: #434343;
}

li.first-main-nav>a {
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #F2F2F2;
}

li.first-main-nav:last-child>a {
	border-right: none;
}

li.first-main-nav>a span {
	color: #f2f2f2 !important;
	font-size: 12px !important;
}

ul.single-menu-item li a {
	background-color: #f3f3f3 !important;
}

.first-main-nav>.wsmenu-submenu>li {
	border-bottom: solid 1px #D1D1D1;
}

.wsmenu-submenu li:hover a .fa {
	color: #555 !important;
}

.wsmenu-submenu .fa {
	margin-right: 11px;
	font-size: 15px;
	color: #848484 !important;
}

@media(min-width:1024px) {
	.wsshoptabing {
		width: 90%;
		top: 60px;
		left: 5%;
		background-color: #f3f3f3;
		height: auto !important;
	}

	.wstheading a:hover {
		color: #ed1c24;
	}

	.wstmegamenucoll {
		display: flex;
		flex-wrap: wrap;
	}

	.wstmegamenucoll .wstheading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #f3f3f3;
	}

	.wstmegamenucoll .wstheading a {
		width: 50%;
		padding: 12px !important;
	}

	.first-nav-content {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.wstabitem>li>a {
		position: relative;
		padding: 12px !important;
		padding-left: 30px !important;
		background-color: rgb(237 28 36 / 10%);
	}

	.wsmenu-list>li:hover>a {
		color: #292929 !important;
	}

	.wstabitem>li>a img,
	.wstabitem>li>a i {
		position: absolute;
		left: 3px;
		width: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.wstabitem>li>a:hover i,
	.wstabitem>li>a.active i {
		color: #ed1c24;
	}

	li.first-main-nav a:before {
		content: '';
		width: 100%;
		height: 40px;
		position: absolute;
		bottom: -32px;
		left: 0px;
	}

	li.first-main-nav:hover>a:after {
		content: '';
		background-image: url(../../img/Union_6.png);
		position: absolute;
		bottom: -25px;
		left: 30%;
		font-size: 50px;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.no-arrow>a:after {
		content: none !important;
	}

	input#main-search-submit {
		color: #fff !important;
	}

	.wsmain {
		box-shadow: 0px 2px 3px #0000001F;
	}

	.wsmenu-submenu {
		top: 60px;
	}
}

@media(min-width:1280px) {
	.wsshoptabing {
		width: 70%;
		left: 25%;
	}

	.headerfull {
		height: 82px;
	}

	.wsshoptabing {
		top: 82px;
	}

	.wsmenu-submenu {
		top: 82px;
	}

	li.first-main-nav:hover>a:after {
		bottom: -35px;
	}
}

@media (min-width:1500px) {
	.wsshoptabing {
		left: 25%;
		top: 86px;
	}

	.wsmenu-submenu {
		top: 86px;
	}

	li.first-main-nav:hover>a:after {
		bottom: -37px;
	}

	footer .footer-skew:before {
		top: 30px;
	}
}

/* navigation-css-ends */



/* fixed-nav */

.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: menu_sticky 0.7s ease-in-out;
	background-color: #fff;
	z-index: 99;
}

/* loader-css-starts */

.home-loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 9999999999;
}

.home-loader {
	background-color: #fff;
	color: #0C4DA2;
}

.home-loader .mascot {
	width: 330px;
	margin: 0 auto 10px auto;
	border-radius: 6px;
}

.home-loader p span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0C4DA2;
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.inner-loader {
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.loader1 {
	display: inline-block;
	font-size: 0px;
	padding: 0px;
}

.loader1 span {
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	-webkit-animation: loader1 0.8s linear infinite alternate;
	animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: #0c4da2;
}

.loader1 span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: #2B75CC;
}

.loader1 span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: #0C4DA2;
}

.loader1 span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: #2B75CC;
}

.loader1 span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: #0c4da2;
}

@keyframes loader1 {
	from {
		transform: scale(0, 0);
	}

	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes loader1 {
	from {
		-webkit-transform: scale(0, 0);
	}

	to {
		-webkit-transform: scale(1, 1);
	}
}

/* loader-css-ends */

@media(min-width:1024px) {
	.hide-desktop {
		display: none !important;
	}

	.cta-third.mb-4 {
		padding: 0 !important;
		position: relative;
		top: -5px;
		left: 0;
	}
}

@media(max-width:1023px) {
	.hide-mobile {
		display: none !important;
	}

	.hide-desktop a {
		color: #fff !important;
		font-size: 16px !important;
		padding: 0 10px;
	}

	.hide-desktop li {
		padding: 10px 0;
		border-bottom: 1px solid #D1D1D1;
	}

	.home-img.hide-desktop {
		padding: 10px 0;
	}

	.fixed-nav .animated-arrow {
		top: -100px;
	}

	ul.top-nav-left.hide-desktop {
		overflow-x: hidden;
		display: block !important;
	}

	.first-nav {
		display: block !important;
	}

	.top-nav-section {
		background-color: #0c4da2;
	}

	nav.wsmenu>.container-fluid {
		background-color: #074ea2;
	}

	.cta-third {
		padding-top: 10px;
	}

	.single-menu-item {

		background-color: #f3f3f3 !important;
	}

	.mobile-sub .single-menu-item li a {
		background-color: #f3f3f3 !important;
		color: #434343 !important;
		padding: 7px 5px !important;
	}

	ul.wsmenu-submenu>li a i {
		display: none;
	}

	.first-main-nav>.wsmenu-submenu>li>a {
		font-weight: bold;
		color: #434343 !important;
	}

	.first-level span {
		position: absolute;
		top: 5px;
		right: 20px;
	}

	.first-level span i {
		color: rgba(0, 0, 0, 0.25);
		font-size: 22px;
	}


}

@media(max-width:767px) {
	.banner-cta-desc h2 {
		font-size: 18px;
	}

	.banner-cta-desc .btn {
		font-size: 10px;
	}

	.dropdown-menu.show:before {
		content: none;
	}

	.dropdown-menu.show:after {
		content: '';
		background-image: url(../../img/Union_6.png);
		position: absolute;
		bottom: -10px;
		left: 20px;
		font-size: 50px;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(180deg);
	}

}

@media(min-width:768px) and (max-width:1023px) {
	.first-nav-content .button-wrap {
		padding-bottom: 90px;
	}
}

/* datepicker */

.datepicker.dropdown-menu {
	background-color: #e1efff !important;
}

th.datepicker-switch {
	background-color: #0c4da2 !important;
	color: #fff !important;
}

.datepicker table td.active.day,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background-color: #0c4da2 !important;
	color: #fff !important;
}

div#ndp-nepali-box {
	background-color: #e1efff !important;
}

div#ndp-nepali-box td.ndp-current {
	background: #0c4da2 !important;
}

/* pop-up-button */

.popupModal button:focus {
	outline: none;
}

.styled-modal .btn.position-absolute {
	top: -10px;
	right: -10px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.popupModal .modal-body {
	max-height: 600px;
	overflow-y: auto;
	text-align: center;
}

/* recurring-account-css */
.form-apply label {
	font-weight: 700;
}

.form-apply span.form-error {
	color: #ED1C24;
	font-size: 12px;
	margin: 0;
	text-align: right;
	display: block;
}

label.error {
	position: absolute;
	color: #ED1C24;
	bottom: 0;
	left: 15px;
	font-weight: 700;
}

.fixed-amount label.error {
	position: absolute;
	color: #ED1C24;
	bottom: -28px;
	left: 0px;
	font-size: 12px;
}

.npr-wrap-recurring span.text-danger {
	border-radius: 2px;
	background-color: #FFE9EA;
	padding: 3px 6px;
	right: 4px !important;
	top: 4px;
	height: 38px;
	width: 60px !important;
}

.npr-wrap-recurring input {
	padding-right: 70px;
}

/* scroll-top-css-starts */
#scroll-top {
	position: fixed;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: #ed1c24;
	display: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 9;
	transition: .5s;
	box-shadow: 0 0 10px rgb(78 77 77 / 60%);
	-moz-box-shadow: 0 0 10px rgba(151, 146, 146, 0.6);
	-webkit-box-shadow: 0 0 10px rgb(78 77 77 / 60%);
	-o-box-shadow: 0 0 10px rgba(151, 146, 146, 0.6);
}

#scroll-top a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 23px;
}

#scroll-top:hover {
	background-color: #c82333;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

#scroll-top:hover a {
	color: #fff;
}

/* last visited section */

.last-visited {
	bottom: 25px;
	left: 25px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(13 8 8 / 45%);
	box-shadow: 0px 0px 10px 0px rgb(13 8 8 / 45%);
}

.last-visited.remove {
	display: none;
}

.last-visited>div {
	display: block;
	padding: 5px 8px;
	font-size: 10px;
}

.last-visited .v-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.last-visited button.close {
	color: #0c4da2;
	position: absolute;
	top: -15px;
	right: -17px;
	opacity: 1 !important;
	padding: 2px 4px;
	background: #fff;
	border: 1px solid #0c4da2;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 15px;
}

.last-visited button.close:focus {
	outline: none;
}

.last-visited .v-content {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*==== sticky css start ====*/

.sticky-links {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0;
	top: 50%;
	text-align: left;
	z-index: 9;
}

.offset-wrap {
	height: 100%;
	position: relative;
}

.sticky-links .sticky-right {
	width: 215px;
	position: relative;
	right: -2px;
	font-size: 12px;
	background-color: #F3F3F3;
	color: #0c4da2 !important;
	transition: all 400ms ease 0s;
	align-items: center;
}

.sticky-links .sticky-right div {
	width: 30px;
	height: 44px;
}

.sticky-links .sticky-right:not(:last-child) div {
	border-bottom: 1px solid #D9D9D9;
}

.sticky-links .sticky-right:hover {
	right: 160px;
	background-color: #0c4da2;
	color: #fff !important;
}

.sticky-links .sticky-right:hover div {
	border-bottom: 1px solid transparent;
}

.sticky-links .sticky-right .text {
	transition: all 300ms ease 0s;
	text-align: left;
	color: #fff;
}

.sticky-links .sticky-right i {
	font-size: 18px;
}

.sticky-links .sticky-right span {
	display: none;
}

.sticky-links .sticky-right:hover span {
	display: block;
}

.sticky-right a {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.updated-as-of {
	font-size: 11px;
	margin-bottom: 15px;
}

.banking-slider .slick-arrow {
	color: #292929;
	background-color: #fff;
	width: 30px;
	height: 60px;
	z-index: 9;
}

.banking-slider .slick-next {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	right: 15px;
}

.banking-slider .slick-prev {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	left: 16px;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: none;
	-moz-appearance: button;
	appearance: button
}

/* Dispute Claim -- Start*/
.dc-card__wrapper {
	margin-top: 24px;
	margin-bottom: 24px;
}

.dc-card__wrapper .dc-card {
	background-color: #e1efff;
	padding: 20px 24px 12px 24px;
	border-radius: 6px;
}

.dc-card__wrapper .dc-card .dc-card__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.dc-card__wrapper .dc-card .dc-card__item .detail-head {
	color: #212529;
}

.dc-card__wrapper .dc-card .dc-card__item .detail-result {
	color: #0c4da2;
	font-weight: 600;
}
