/*default table css start*/

.styled-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.styled-table thead {
	background-color: #0c4da2;
	color: #ffffff;
	font-size: 16px;
}

.styled-table thead tr th {
	font-weight: 500;
	transition: all 600ms ease;
}

.styled-table > tbody > tr {
	background-color: rgba(245, 247, 248, 0.2);
}

.styled-table > tbody > tr:hover {
	background-color: transparent;
	transition: all 600ms ease;
	color: #0c4da2;
	border-color: #0c4da2;
}

.styled-table > tbody > tr:hover td {
	border-color: #0c4da2;
	color: #0c4da2;
	border-bottom: 2px solid #0c4da2;
	border-top: 2px solid #0c4da2;
	font-weight: 600;
}

.styled-table > tbody > tr > td,
.styled-table > tbody > tr > th,
.styled-table > thead > tr > td,
.styled-table > thead > tr > th {
	padding: 1em;
	line-height: 1.5;
	vertical-align: middle;
}

.styled-table > thead > tr > th {
	color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #e1efff;
}

.table-bg {
	background-color: #ed1c24 !important;
	color: #fff;
}

/*default table css end*/

/*list style css start*/

ul {
	list-style: none;
	margin: 0;
}

section ul li {
	padding-left: 15px;
	position: relative;
}

section ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0px;
	content: "";
}

.breadcrumb > li {
	padding-left: 0;
}

ul.breadcrumb li a {
	color: #0a50a3;
	font-size: 13px;
	font-weight: 500;
}

ul.breadcrumb li:hover a {
	color: #ed1c24;
}

ul.breadcrumb li:before {
	content: none;
}

ul.breadcrumb li:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	padding-left: 5px;
	color: #0a50a3;
}

ul.breadcrumb li:last-child:after {
	content: none;
}

ol {
	counter-reset: my-sec-counter;
	list-style: none;
}

ol li {
	position: relative;
	list-style: none;
	padding-left: 15px;
}

ol li:before {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	color: #434343;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) ". ";
	font-weight: 600;
}

.bg-grey {
	background-color: #f2f2f2;
}

/* inner header style end */

blockquote {
	position: relative;
	max-width: 992px;
	background-color: #fff;
	padding: 0 15px;
	border-left: 5px solid #d53537;
}

blockquote p {
	position: relative;
}

blockquote footer {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
}

.inner-header {
	padding-top: calc(5% + 65px);
	padding-bottom: 5%;
	position: relative;
	background-position-x: center !important;
}

.inner-header .container {
	position: relative;
	z-index: 1;
}

.inner-header::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-header-desc span {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin-bottom: 8px;
	font-weight: 700;
}

.inner-header-desc span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 50px;
	background-color: #ff4545;
}

@media (min-width: 1024px) {
	.inner-header {
		padding-top: calc(5% + 110px);
	}

	.section-bg h1 {
		width: 750px;
	}
}

/* common-css */

.section-bg {
	border-radius: 3px;
}

.section-title span {
	font-size: 15px;
	color: #717171;
}

h3.product-title {
	color: #0c4da2;
	border-color: #0c4da2 !important;
}

.product-card .card-body {
	padding-right: 60px !important;
}

.ease-section {
	border-top: 1px solid #bbb !important;
}

/* tick-ul-li-css */

.tab_mbl li:before {
	display: none;
}

.saving-account ul li:before,
.product-feature ul li:before {
	content: "" !important;
	background-image: url(../../img/success.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 14px;
	height: 14px;
	top: 5px;
	left: 0;
}

.saving-account ul,
.product-feature ul {
	padding: 0 !important;
	margin-bottom: 15px;
}

.saving-account li,
.product-feature li {
	padding-left: 20px;
}

.blue-overlay:after {
	content: "";
	background-color: rgba(12, 77, 162, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 600ms ease;
	z-index: 0;
}

.brand-wrap.blue-brand:before {
	background-image: url(../../img/brand-blue.png);
}

.product-slide.product-wrap:before {
	opacity: 0.7;
}

.product-slide span i {
	position: absolute;
	left: 0;
	top: 8px;
	transform: translateY(-50%);
}

rect.highcharts-button-box {
	fill: #0c4da2;
}

/* pagination-css-starts */

ul.pagination li:before {
	content: none;
}

.white-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.65;
	z-index: 0;
}

/* shares-css */

div#ui-datepicker-div {
	background-color: #e1efff !important;
	z-index: 9999 !important;
}

.ui-datepicker-header {
	background-color: #0c4da2 !important;
	color: #fff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #0c4da2 !important;
	background: #0c4da2 !important;
}

/* select2-csss-starts */

.select2-container {
	width: 100% !important;
	min-width: 130px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 46px !important;
}

.select2-container .select2-selection--single {
	height: 46px !important;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 46px !important;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #0c4da2 !important;
	color: white;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
	border-color: #e6e6e6 !important;
}

ul.select2-selection__rendered li:before {
	content: none !important;
}

span.select2-selection.select2-selection--multiple {
	text-align: left;
	border-color: #e6e6e6 !important;
	min-height: 46px !important;
}

ul.select2-selection__rendered li {
	margin-top: 10px !important;
}

.product-select-wrapper ul.select2-selection__rendered li {
	margin-top: 0px !important;
}

/* share-page */

a.ui-datepicker-next:before {
	content: "\f105";
	position: absolute !important;
	font-family: "Font Awesome 5 Free";
	top: 50% !important;
	transform: translateY(-50%);
	right: 5px !important;
	font-weight: 900 !important;
	color: #fff;
}

a.ui-datepicker-prev:before {
	content: "\f104";
	position: absolute !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900 !important;
	top: 50% !important;
	transform: translateY(-50%);
	left: 5px !important;
	color: #fff;
}

span.ui-icon {
	display: none !important;
}

.ui-state-hover:before {
	color: #0c4da2 !important;
}

/* flip-section-online-services-starts */

.flip-card {
	height: 300px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front img {
	width: 180px;
}

.flip-card-back {
	transform: rotateY(180deg);
}

.flip-card-front .position-relative,
.flip-card-back .position-relative {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

/* flip-section-online-services-ends */

.certificate-section {
	border-radius: 10px;
}

.highcharts-credits {
	display: none;
}

/* voting css */
.fix-apply-btn {
	position: fixed;
	left: 0;
	top: 65px;
	width: 100%;
	z-index: 10;
	background: #fff;
	padding: 10px 0;
	width: 1250px;
	margin: 0 auto;
	right: 0;
}

.fix-apply-btn > div {
	padding: 0;
}

.fixed-amount .fixed-toggle {
	position: absolute !important;
	bottom: 0px !important;
	right: 0px !important;
	height: calc(2em + 0.75rem + 2px) !important;
}

.fixed-amount .inner-form-wrap {
	position: relative;
}

.fixed-amount .fixed-toggle i:not(:last-child) {
	background-color: #ed1c24;
}

.fixed-amount .fixed-toggle i {
	width: 36px;
	line-height: calc(2em + 0.75rem + 2px);
	text-align: center;
	cursor: pointer;
	color: #fff;
}

.fixed-amount .fixed-toggle i:last-child {
	border-radius: 0px 4px 4px 0;
	background-color: #005a9b;
}

/* .form-error {
	color: #ef0000;
	position: absolute;
	left: 0;
	bottom: 1px;
	font-size: 12px;
	width: 100%;
	display: block;
	margin: 0;
	font-weight: 400;
  } */

#modal-document-required-content ul {
	list-style: initial;
	margin: 16px;
}

#modal-document-required-content li {
	padding-left: 5px;
}

.select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
	height: 45.99px !important;
	min-height: 45.99px !important;
}

.modal-document-required-content ul {
	list-style: initial;
	margin: 16px;
}

.modal-document-required-content li {
	padding-left: 5px;
}

.content-holder ul {
	padding: 0 !important;
	margin-bottom: 15px;
}

.content-holder li {
	padding-left: 20px;
}

.content-holder ul li:before {
	content: "" !important;
	background-image: url(../../img/success.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 14px;
	height: 14px;
	top: 5px;
	left: 0;
}
