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


.express_ad {
	display: none;
}

/* font-size: 1vw !important; */
/* .tdBank * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100% !important;

	font-synthesis: none;
	font-kerning: none;
	font-variant-ligatures: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricprecision;
	white-space: normal;
} */

.customView {

	--customColor1: #03336E;
	--customColor3: #0A64AE;
	--customColor2: #fdb315;

	--custom-gap-default: 1rem;

	/* --custom-primary-font: Calibri, sans-serif; */
	--custom-primary-font: 'Fira Sans', sans-serif;
	--custom-font-size-base: 1rem;
	--custom-font-size-primary: 1.4rem;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricprecision;
	font-synthesis: none;
	font-kerning: none;
	font-variant-ligatures: none;
	margin: 0 auto;
	color: #111;
	font-family: Calibri, sans-serif;
	line-height: 1.5;
}

.customView h1,
.customView h2,
.customView h3 {
	font-family: var(--custom-primary-font) !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	line-height: auto !important;
	color: #03053B;
}
.customView h1{
	font-size: 36px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.22;
}
.customView h2,
.customView h3 {

	letter-spacing: -1px;
	font-weight: normal;
}

.customView h2 {
	line-height: 1;
	font-size: calc(var(--custom-font-size-base) * 2) !important;
}

.customView h3 {
	font-size: calc(var(--custom-font-size-base) * 2.2);
}

.customView p {
	font-size: 16px;
	margin: 0 !important;
}
.customView a{
	text-decoration: none;
}
.customView .txClrWhite {
	color: #fff;
}

.customView .txClrPrimary {
	color: var(--customColor2);
}

.customView .sectionViewWrapper {}

.customView .sectionViewWrapper .sectionView {
	/* max-width: 1344px; */
	max-width: 1140px;
	margin: 0 auto;
}

.customView .sectionViewWrapper .sectionView .viewSize80 {
	margin: 0 auto;
	width: 80%;
}

.customView .sectionViewWrapper .sectionView .viewSize60 {
	margin: 0 auto;
	width: 60%;
}

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

.customView .pds-sm {
	padding-left: calc(var(--custom-gap-default) * 1);
	padding-right: calc(var(--custom-gap-default) * 1);
}

.customView .pds-md {
	padding-left: calc(var(--custom-gap-default) * 2);
	padding-right: calc(var(--custom-gap-default) * 2);
}

.customView .sm-pd {
	padding-top: calc(var(--custom-gap-default) * 1);
	padding-bottom: calc(var(--custom-gap-default) * 1);
}

.customView .pd-md {
	padding-top: calc(var(--custom-gap-default) * 1.5);
	padding-bottom: calc(var(--custom-gap-default) * 1.5);
}

.customView .pd-xl {
	padding-top: calc(var(--custom-gap-default) * 2.5);
	padding-bottom: calc(var(--custom-gap-default) * 2.5);
}

.customView .pd-xxl {
	padding-top: calc(var(--custom-gap-default) * 3);
	padding-bottom: calc(var(--custom-gap-default) * 3);
}

.customView .safePadding {
	padding-left: calc(var(--custom-gap-default) * 2);
	padding-right: calc(var(--custom-gap-default) * 2);
}

.customView h2,
.customView h3,
.customView p {
	font-family: var(--custom-primary-font);
	/* color: #222 !important; */
	color: #222;
}

.customView .title1 {
	font-size: calc(var(--custom-font-size-base) * 1.8);
}

.customView .title2 {
	font-size: calc(var(--custom-font-size-base) * 1.4);
}

.customView .title3 {
	font-size: calc(var(--custom-font-size-base) * 1.2);
}

.tdBankHeader {
	display: block;
	position: relative;
	width: 100%;
	min-height: calc(90vh * 0.6);
}

.tdBankHeader .backGround {
	display: block;
	position: absolute;
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: 100vmin 100%; */
	height: 100%;
	width: 100%;
	z-index: -1;
}

.tdBankHeader .imgLogo {
	display: inline-block;
	position: absolute;
	width: 250px;
	background-color: #fff;
	padding: 1rem;
	left: 5%;
	top: 5%;
	border-radius: 5px;
}

.tdBankHeader .imgLogo img {
	display: block;
	height: auto;
}

.customView .cusFlexView {
	display: flex;
}

.customView .cusFlexView>* {
	display: flex;
}

.customView .cusFlexView.flexStretch,
.customView .cusFlexView>*.flexStretch {
	align-items: stretch;
}

.customView .cusFlexView.flexFit,
.customView .cusFlexView>*.flexFit {
	flex: 1;
}

.customView .cusFlexView.flexAuto,
.customView .cusFlexView>*.flexAuto {
	flex: auto;
}

.customView .cusFlexView.alignCenter,
.customView .cusFlexView>*.alignCenter {
	align-items: center;
}

.customView .cusFlexView.justifyCenter,
.customView .cusFlexView>*.justifyCenter {
	justify-content: center;
}

.customView .cusFlexView>*.justifyLeft {
	justify-content: flex-start;
}

.customView .cusFlexView>*.justifyRight,
.customView .cusFlexView>*.justifyRightBreakCenter {
	justify-content: flex-end;
}

.customView .cusFlexView.flexCol,
.customView .cusFlexView>*.flexCol {
	flex-direction: column;
}

.customView .cusFlexView.flexRow,
.customView .cusFlexView.flexRowBreak,
.customView .cusFlexView>*.flexRow,
.customView .cusFlexView>*.flexRowBreak {
	flex-direction: row;
}

.customView .cusFlexView.flexGapSmall,
.customView .cusFlexView>*.flexGapSmall,
.customView .cusFlexView.flexGapSmallResponsive,
.customView .cusFlexView>*.flexGapSmallResponsive {
	gap: calc(var(--custom-gap-default) * 1.5);
}

.customView .cusFlexView.flexGapMedium,
.customView .cusFlexView>*.flexGapMedium {
	gap: calc(var(--custom-gap-default) * 3);
}

.clutch_video_viewWrapper {
	display: flex;
	flex-direction: row;
	gap: 2rem;
}

.clutch_video_viewWrapper>* {
	flex: 1;
	min-height: 240px;
}

.customView .cus1 {
	border-right: 1px solid var(--customColor2);
}

.customView .cus2 {
	background-color: var(--customColor2);
	color: #000;
	padding: 10px 30px !important;
	display: inline-block;
}

.customView .btnLink {
	display: inline-block;
	font-size: calc(var(--custom-font-size-base) * .8) !important;
	padding: 10px 30px;
}

.customView .btnLink:hover {
	font-style: oblique;
}

.customView .btnLink.btnLarge {
	font-size: calc(var(--custom-font-size-base) * 1) !important;
}

.customView .btnLink>* {
	font-size: inherit !important;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	text-align: center;
}

.customView .btnLink strong {
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: calc(var(--custom-font-size-base) * 1);
}

.customView .btnLink small {
	font-weight: 800;
	font-size: 90%;
}

.customView .btnLink.noWrap {
	white-space: nowrap;
}

.customView .btnLink.textUnderline,
.customView .btnLink.textUnderline>span {
	text-decoration: underline;
}

.customView .btnLink.justifyCenter>span {
	height: 100%;
	justify-content: center;
}

.customView .btnLink.btnPrimary {
	background-color: var(--customColor2);
	color: #000;
}

.customView .textItalic {
	font-style: italic;
}

.customView .textBold {
	font-weight: 800;
}

.customView .textCenter {
	text-align: center;
}

.customView .linkWithThumbnail {
	display: flex;
	flex-direction: column;
	background-color: var(--customColor3);
	padding: .4rem;
	border-radius: 5px;
}

.customView .linkWithThumbnail .label {
	text-align: center;
	color: #fff;
}

.customView .linkWithThumbnail .label:hover>* {
	font-weight: bold;
}

.customView .linkWithThumbnail .label>* {
	color: inherit;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.customView .fontStyle1 {
	font-family: var(--custom-primary-font);
	font-size: var(--custom-font-size-primary) !important;
	/* list-style: none; */
}

.customView .fontStyle1.extraSpace {
	line-height: calc(2 * var(--custom-font-size-primary));
	text-align: justify;
}

.customView .fontStyle1 a,
.customView .fontStyle1 p,
.customView .fontStyle1 li {
	font-size: inherit !important;
	line-height: 2;
	color: inherit;
}

.customView .fontStyle1 a {
	text-decoration: underline;
	font-weight: bold;
	color: #007bff;
}

.customView .fontStyle1 li {
	padding-left: 2rem;
}

.customView .fontStyle1 strong {
	font-weight: bold;
}

.customView .fontStyle2 {
	font-family: var(--custom-primary-font);
	font-size: calc(var(--custom-font-size-base) * 0.5) !important;
	line-height: 1 !important;
}

.customView .fontStyle2 ul {
	list-style: none;
}

.customView .fontStyle2 li {

	line-height: 1.5;
	/* padding-left: 2rem; */
	font-size: calc(var(--custom-font-size-base) * .9);
	/* text-indent: -1rem; */
	margin-bottom: calc(var(--custom-font-size-base) * 1.1);
	text-indent: -1rem;
	padding-left: 1rem;
}

.customView .fontStyle2 li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--tdColorGreen2);
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	/* width: 1em; */
	/* Also needed for space (tweak if needed) */
	margin-left: 1rem;
	/* Also needed for space (tweak if needed) */
}

.customView .fontStyle2 p {
	display: block;
	line-height: inherit;
	/* font-size: inherit; */
	font-family: var(--custom-primary-font);
	font-size: calc(var(--custom-font-size-base) * 0.9) !important;
}

.customView .fontStyle2 p.extraLineSpace {
	line-height: 1.5 !important;
}

.customView .fontStyle2 p.title1 {
	font-size: calc(var(--custom-font-size-base) * 1.2) !important;
}

.customView .fontStyle2 strong {
	font-weight: bold;
}

.customView .fontStyle2 strong a {
	text-decoration: underline;
	color: #000;
}

.customView .viewWithIcon {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	gap: .5rem;
}

.customView .viewWithIcon img {
	max-height: 100px;
	width: auto;
}

.customView .viewWithIcon p {
	text-align: center;
	font-size: calc(var(--custom-font-size-base)*0.8);
	/* letter-spacing: -1px; */
}

.customView .viewWithIcon p.title strong {
	display: block;
	font-weight: 800;
}

.customView .viewWithIcon p.small {
	font-size: 10px;
}

.customView .img {
	display: inline-block;
}

.customView .imgW {
	height: auto;
}

.customView .imgH {
	width: auto;
}

.customView .img.img1 {
	max-width: 350px;
}

.customView .img.img2 {
	max-width: 400px;
}

.customView .viewWithIcon2 {}

.customView .viewWithIcon2 img {
	max-height: 100px;
	width: auto;
}

.customView .viewWithIcon2 .imageIcon {
	margin-bottom: calc(var(--custom-font-size-base)*2);
}

.customView .viewWithIcon2 p.title {
	font-weight: 800;
}

.customView .viewWithIcon2 p {
	text-align: center;
	font-size: calc(var(--custom-font-size-base)*0.8);
	margin-bottom: var(--custom-font-size-base);
	/* letter-spacing: -1px; */
}

.customView .viewWithIcon2 p:last-child {
	margin-bottom: none;
}

@media (max-width: 769px) {


	.customView .sectionViewWrapper .sectionView {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.customView .sectionViewWrapper .sectionView .viewSize80,
	.customView .sectionViewWrapper .sectionView .viewSize60 {
		width: 100%;
	}

	.customView .cusFlexView.flexRowBreak,
	.customView .cusFlexView>*.flexRowBreak {
		flex-direction: column;
	}

	.customView .cusFlexView.flexGapSmallResponsive,
	.customView .cusFlexView>*.flexGapSmallResponsive {
		gap: 0
	}

	.customView .cusFlexView>*.justifyRightBreakCenter {
		justify-content: center;
	}

	.customView .cus1 {
		border-right: 0;
		border-bottom: 1px solid var(--customColor2);
	}

	.customView .cus1 h3 {
		padding: 1rem !important;
		text-align: center;
		display: block;
		width: 100%;
	}

	.clutch_video_viewWrapper {
		flex-direction: column;
	}
}
.author-post_shortcode{
	padding: 0 !important;
}