@font-face {
    font-family: 'Mulish_ExtraBold';
    src: url('../fonts/Mulish-ExtraBold.eot');
    src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff'),
        url('../fonts/Mulish-ExtraBold.ttf') format('truetype'),
        url('../fonts/Mulish-ExtraBold.svg#Mulish-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish_Medium';
    src: url('../fonts/Mulish-Medium.eot');
    src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff'),
        url('../fonts/Mulish-Medium.ttf') format('truetype'),
        url('../fonts/Mulish-Medium.svg#Mulish-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish_Bold';
    src: url('../fonts/Mulish-Bold.eot');
    src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff'),
        url('../fonts/Mulish-Bold.ttf') format('truetype'),
        url('../fonts/Mulish-Bold.svg#Mulish-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish_Regular';
    src: url('../fonts/Mulish-Regular.eot');
    src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff'),
        url('../fonts/Mulish-Regular.ttf') format('truetype'),
        url('../fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish_Italic';
    src: url('../fonts/Mulish-Italic.eot');
    src: url('../fonts/Mulish-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Italic.woff2') format('woff2'),
        url('../fonts/Mulish-Italic.woff') format('woff'),
        url('../fonts/Mulish-Italic.ttf') format('truetype'),
        url('../fonts/Mulish-Italic.svg#Mulish-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

*,
html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	color: #63666a;
	font-family: 'Mulish_Regular';
	overflow-x: hidden!important;
	background: url(../img/bg.jpg) no-repeat fixed;
	background-size: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

p {
	letter-spacing: 1px
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 1px
}

.fullimg {
	max-width: 100%
}

.maindivfirst {
	width: 100%;
	float: left
}

header {
	width: 100%;
	padding: 15px 0;
	float: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db620a+0,97291e+100 */
background: rgb(219,98,10); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,98,10,1) 0%, rgba(151,41,30,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(219,98,10,1) 0%,rgba(151,41,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(219,98,10,1) 0%,rgba(151,41,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db620a', endColorstr='#97291e',GradientType=0 ); /* IE6-9 */

margin-bottom:20px;
position:relative;
border-bottom: 2px solid #e7930a;
}

.logodivtop {
	float: left;
	padding-left: 30px
}

.main_div {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto
}

.introhead {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 99
}

.introtxt {
	width: 100%;
	float: left;
	background: url(../img/catbg.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 25px;
	    min-height: 500px;
}

.intropara {
	width: 100%;
	margin: 0 auto;
	padding: 35px 40px
}

.intropara p {
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify
}

.intropara p span {
	color: #ffc956;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif
}

.categoryhead {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 99;
	padding-top: 100px
}

.categorydiv {
	width: 100%;
	float: left;
	background: url(../img/catbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px;
	margin-top: -20px;
	text-align: center;
	margin-bottom: 200px
}

.cat1 {
	width: 20%;
	padding: 15px;
	display: inline-block
}

.catimg {
	width: 100%;
	float: left;
	text-align: center
}

.catimgname {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../img/namebg1.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -44px;
	padding: 15px 8px;
	position: relative;
	z-index: 99
}

.catimgname h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 15px
}

.catimgnamenopadd {
	padding: 5px
}

.catimgname h2 span {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px
}

.catimg img {
	transition: transform .5s
}

.cat1:hover .catimg img {
	transform: scale(1.2);
	transition: .5s
}

.btndiv {
	width: 70%;
	margin: 0 auto
}

.btnleft {
	width: 50%;
	float: left;
	padding: 15px
}

.btnright {
	width: 50%;
	float: left;
	padding: 15px
}

.maindivfirstfixedbg {
	height: 100vh
}

.innerdivleft {
	width: 100%;
	float: right;
	background: linear-gradient(0deg, #ffb525 0%, #c62300 79%);
	box-shadow: 1px 15px 28px -9px #c72401;
	text-align: center;
	border-radius: 25px;
	border: 3px solid #eb7800;
	padding: 15px 8px
}

.innerdivright {
	width: 100%;
	float: left;
	background: linear-gradient(0deg, #ffb525 0%, #c62300 79%);
	box-shadow: 1px 15px 28px -9px #c72401;
	text-align: center;
	border-radius: 25px;
	border: 3px solid #eb7800;
	padding: 15px 8px
}

.innerdivleft h2,
.innerdivright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px
}

.comingdivtxt {
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center
}

.comingdivtxt h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px
}

.main_div {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover
}

.logodiv {
	width: 100%;
	float: left;
	padding: 0px 0 0px;
	text-align: center;
	visibility:hidden !important;
}

.logodiv img {
	max-width: 100%
}

.stackdiv {
    width: 58%;
    max-width: 726px;
    float: left;
    background: url(../img/bg2.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 207px;
    position: relative;
    background-size: 86%;
}
.stack1,
.stack2,
.stack3,
.stack4,
.stack5,
.stack6 {
	width: 100%;
	float: left;
	text-align: center
}

.fullimg {
	max-width: 100%
}
.fulldiv{float:left;width:100%;}

.stack1 {
	position: relative
}

.stack2 {
	margin-top: -71px;
	position: relative
}

.stack3 {
	margin-top: -51px;
	z-index: 99;
	position: relative
}

.stack4 {
	margin-top: -54px;
	z-index: 9;
	position: relative
}

.stack5 {
	margin-top: -66px;
	position: relative
}
.stack6 {
	margin-top: -66px;
	position: relative
}

.btn1 {
	position: absolute;
	margin-top: 86px;
	margin-left: -38px;
	z-index: 99
}

.btn2 {
	position: absolute;
	margin-top: 60px;
	margin-left: -38px;
	z-index: 99
}

.btn3 {
	position: absolute;
	margin-top: 36px;
	margin-left: -38px;
	z-index: 99
}

.btn4 {
	position: absolute;
	margin-top: 40px;
	margin-left: -38px;
	z-index: 99
}

.btn5 {
	position: absolute;
	margin-top: 39px;
	margin-left: -38px;
	z-index: 99
}
.btn6 {
    position: absolute;
    margin-top: 20px;
    margin-left: -38px;
    z-index: 99;
}

.opentab2 {
	width: 100%;
	position: absolute;
	right: -74%;
	z-index: 99;
	padding-top: 0px
}

.opentabclose {
    width: 94%;
    float: left;
    text-align: right;
    padding-top: 10px;
}

.opentabmenu {
	width: 90%;
	float: left;
	background: url(../img/tabbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 45px 15px 60px 15px;
	position: relative;
	    background-position: top;
}

.opentabhead {
	width: 100%;
	float: left;
}

.opentabhead h3 {
	font-family: 'Mulish_ExtraBold';
	text-align: center;
	color: #FFFFFF;
	    font-size: 36px;
		padding:25px 0px 10px 0px;
		position:relative;
}

.opentabhead h3 br {
	display: none
}

.opentabcircle {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tab1 {
	width: 50%;
	float: left;
	margin-bottom: 8px;
	text-align: center
}

.opentabcircle2 {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px
}

.closepop {
	cursor: pointer
}

.cursorpointer {
	cursor: pointer;
	transition: .5s
}

.pop1,
.pop2,
.pop3,
.pop4,
.pop5,
.pop6 {
	display: none
}

.tab1 a h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	background: url(../img/tabbg2.png) no-repeat center;
	background-size: contain;
	font-size: 18px
}

.tab2 a h3 {
	background: url(../img/tabbg3.png) no-repeat center;
	background-size: contain;
	padding: 10px 0
}

.tab1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 6px 0;
	color: #fff;
	background: url(../img/tabbg3.png) no-repeat center;
	background-size: contain;
	font-size: 16px
}

.tab1 h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	color: #fff
}

.Wealthtxt {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 7px 0 3px;
	color: #fff;
	font-size: 16px;
}

.intropara h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 30px 0 15px
}

.intropara ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
	text-align: justify
}

.intropara ul {
	padding: 0 20px;
	margin-bottom: 30px
}

.intropara ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
	background: #a91501;
	background: linear-gradient(90deg, rgba(169, 21, 1, 1) 0%, rgba(224, 154, 16, 1) 100%);
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: .5s
}

.intropara ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
	background: #a91501;
	background: linear-gradient(90deg, rgba(224, 154, 16, 1) 0%, rgba(169, 21, 1, 1) 100%);
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: 5s
}

.intropara ul.btnul li {
	margin-bottom: 20px
}


.intropara ul.btnul li br {
	display: none
}

.optiondiv {
	width: 100%;
	float: left
}

.optiondivinner {
	width: 70%;
	margin: 0 auto
}

.optiondivinnerleft {
	width: 50%;
	float: left
}

.icondiv {
	width: 20%;
	float: left;
	text-align: center
}

.icondivtxt {
	width: 80%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 10px 5px
}

.optiondiv {
	margin-bottom: 15px
}

.bottombtndiv {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px
}

.bottombtndivleft {
	width: 50%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.bottombtndivleft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
	background: #a91501;
	background: linear-gradient(90deg, rgba(169, 21, 1, 1) 0%, rgba(224, 154, 16, 1) 100%);
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: .5s;
	margin-top: 8px;
	display: inline-block
}

.bottombtndivleft a:hover {
	background: #a91501;
	background: linear-gradient(90deg, rgba(224, 154, 16, 1) 0%, rgba(169, 21, 1, 1) 100%);
	transition: 5s
}

#particle {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

#overlay {
	position: relative
}
.cursorpointer:hover {
	margin-left: -10px;
	transition: .5s
}
.ecosystem_div {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.customertxt {
	width: 100%;
	float: left;
	text-align: center
}

.customertxt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffd158;
	text-align: center;
	margin-bottom: 3px
}

.customertxt h4 {
	   
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-align: center;
	font-weight: 700;
	max-width: max-content;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:5px;
	color:#FFFFFF;

}

.stacktxt {
	width: 100%;
	float: left
}

.stacktxtinerdiv {
	width: 90%;
	margin: 0 auto
}

.stckbg h2{
	 background-image: -webkit-linear-gradient(right, #badff3 , #FFFFFF , #badff3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:700;
	    margin-top: 30px;
		margin-bottom:10px;
}

.stckbg span {
	color: #ffd158
}

.botmtxt {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 30px 0
}

.botmtxt span {
	font-weight: 600;
	color: #ffd158
}

.btm_twobtn {
	width: 100%;
	float: left;
	margin-top:30px;
}

.btm_twobtnleft {
	width: 50%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 999
}

.btm_twobtnleft img {
	max-width: 80%;
	margin-top: 5px
}
.btm_twobtnleft img{transition: 0.3s all ease-in-out;}
.btm_twobtnleft img:hover{transform: scale(1.05);}

.ecosystem_divmob {
	width: 100%;
	float: left;
	text-align: center;
	display: none
}

.instantly,
.digitally,
.loanslayerpop,
.Care_for_self,
.Keep_Growing {
	cursor: pointer;
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	text-align: center;
    contain: strict;
}

.overly {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	background: rgb(0 0 0 / 44%);
	opacity: 0.5;
}

.comwidth {
	max-width: 55%;
}
.logodiv img {
    max-width: 26%;
}
.logoposition{width:100%;max-width:1200px;margin:0px auto;}
.topheadingline{width:100%;float:left;}

.topheadingline h1 {
   
	font-size:40px;
	position:relative;
	padding:10px 0px;
	width: max-content;
    margin: 0px auto;
	font-family: 'Mulish_ExtraBold';
	color:#fdeaea;
}
.topheadbanking h1{
	font-size:40px;
	position:relative;
	padding:10px 0px;
	width: max-content;
    margin: 0px auto;
	font-family: 'Mulish_ExtraBold';
	margin-top:20px;
	color:#ffffff;
	}

.topheadingline h2.ecosy {
   
	font-size: 26px;
	font-family: 'Mulish_Medium';
	text-align:center;
	    margin-top: 9px;
		    margin-bottom: 30px;
			color:#fdeaea;
}
.benefits{width:100%;float:left;text-align:center;margin-bottom:30px;}

.topheadingline h1:before{
    width: 100%;
    content: " ";
    background-image: url(../img/line.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
	height:2px;
	background-position:center;
}
.topheadingline h1:after{
    width: 100%;
    content: " ";
    background-image: url(../img/line.jpg);
    position: absolute;
    left: 0px;
    bottom: 0px;
	height:2px;
	background-position:center;
}
.topheadbanking h1:after{width: 100%;
    content: " ";
    background-image: url(../img/line.jpg);
    position: absolute;
    left: 0px;
    bottom: 0px;
	height:2px;
	background-position:center;}
.categories{width:100%;float:left;margin-top:30px;}
.optiondivnew{width:20%;float:left;text-align:center;margin-bottom:15px;height:100%;min-height:145px; padding-bottom:15px; border-bottom:1px solid #edb048;}
.optiondiv_txt h4{color:#FFFFFF;
	font-size: 20px;
	font-family: 'Mulish_Bold';margin-top:5px;}
	.optionrightline{position:relative;}
.optionrightline:after{
	width: 1px;
    content: " ";
    background-image: url(../img/rightline.jpg);
    position: absolute;
    right: 0px;
    top: 0px;
	height:91%;
	background-position:center;
	}
	.optiondivnew  a div img{max-width:30%;}
	.optiondivnew a{width:100%;float:left;display:inline-block;    height: 145px;
    padding-top: 10px;}
	.optiondivnew a img, .optiondivnew a h4{transition:.5s;}
	.optiondivnew a:hover img{transform:scale(1.2)}
	.optiondivnew a:hover h4{transform: translate(0px, 10px);margin-top:5px;}
	
	
.opentabhead h3:after{
	width: 80%;
    content: " ";
	height:3px;
    background-image: url(../img/headbgbottom.png);
    position: absolute;
    left: 10%;
    bottom: 0px;
	background-size:cover;
	}
	
	.iconimagediv{width:30%;float:left;text-align:center;}
	.iconimagediv img{max-width:50%;}
	.linkdivright{width:100%;float:left;text-align:center;}
	.linkdivright a{color:#031b75;font-family: 'Mulish_Bold';font-size:15px;}
.layeroption{position:relative;width:100%;float:left;padding: 25px 30px 100px 30px;}
.layeroptionbtmline:after{
	width: 80%;
    content: " ";
	height:2px;
    background-color:#5a7ab9;
    position: absolute;
    left: 10%;
    bottom: 0px;
	background-size:cover;
	}
.benefitsmob{display:none;}
.topheadbanking{position:absolute;right:-28%;}
.topheadbanking h1{float:left;font-size:32px;}
.logodivtop{padding: 0px 0 0px;}
.linkdivright h2{font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;font-weight:700;color:#FFFFFF;margin-bottom:10px;text-decoration:underline;}
.iconimagediv img{position:relative;box-shadow: 0px 0px 17px 7px #efbf6b;}

.scrolldiv{width:100%;float:left;}


.forminner{float:left;width:100%;}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"], #contact select {
    font-family: Arial;
    font-size: 14px;
}

#contact {
  padding: 50px 40px;
    margin: 20px 0px 0px 0px;
	background: url(../img/popbg.png) no-repeat;
	background-size:100% 100%;;
}

#contact h3 {
        display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
    font-family: Arial;
    color: #FFF;
    text-align: center;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 5px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  text-align:left;
}
span.error-message{font-size:12px !important;}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 3px;
    padding: 5px;
    border-radius: 5px;
}
fieldset button{border-radius: 5px;}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #e77817;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #f78928;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.badge{font-family:Arial;}
.custom-control-label {
    font-family: Arial;
}


.form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Arial;
}

.successpop{
	    width: 80%;
    background: #ffffff;
    padding: 40px 20px;
    position: a;
    position: absolute;
    top: 0px;
    margin-top: 50px;
    left: 10%;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 1px #000;
	display:none;
	z-index:9999;
	}
.sucimg{width:100%;float:left;margin-bottom:30px;text-align:center;}
.popthanks{width:100%;float:left;margin-bottom:30px;text-align:center; font-family: Arial;color:#000000;font-size:22px;}
.popthanks2{width:100%;float:left;margin-bottom:30px;text-align:center; font-family: Arial;color:#000000;font-size:22px;font-weight:700;}
.okbtn{width:100%;float:left;margin-bottom:30px;text-align:center;}

.okbtnclose{width:50px;margin:0px auto;cursor:pointer;text-align:center; font-family: Arial;color:#ffffff;font-size:22px;background:#072489;border-radius:5px;}



.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
      font-family: Arial;
    position: absolute;
    bottom: 15px;
    right: 15px;
	border-radius:3px;
}
.bottombtn{position: absolute;
    bottom: 15px;
    right: 15px;cursor:pointer;}
.bottombtn img{transition:.5s;}
.bottombtn:hover img{transform:scale(1.1,1.2)}

	
.openBtn span{
 color:#a41c2b;
 font-weight:700;
  font-size: 20px;
  
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
}

.overlay-content {
  position: relative;
  top:0;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  line-height: 45px;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
.containerdiv{width:100%;max-width:450px;margin:0px auto;}

.tabeq{width:auto;position:relative;height:60px; width:45%;float:left; background: -moz-radial-gradient(center, ellipse cover, rgba(255,229,167,1) 0%, rgba(225,159,53,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,229,167,1)), color-stop(100%, rgba(225,159,53,1))); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(255,229,167,1) 0%, rgba(225,159,53,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,229,167,1) 0%, rgba(225,159,53,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,229,167,1) 0%, rgba(225,159,53,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(255,229,167,1) 0%, rgba(225,159,53,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5a7', endColorstr='#e19f35',GradientType=1 ); /* ie6-9 */ margin:8px 9px;box-shadow: 0px 6px 16px -4px #000000;    border-radius: 5px;}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
.tooltiptext {
    display: none;
    position: absolute;
    width: 350px;
    background-color: #ffffff;
    color: #000;
    text-align: justify;
    border-radius: 3px;
    padding: 8px;
    z-index: 9999;
    top: 70px;
    left: 0px;
    margin-left: 0;
    opacity: 1;
    transition: opacity 0.3s;
    font-family: 'Mulish_Regular';
    font-size: 14px;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 10%;
    margin-left: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tabeq:hover .tooltiptext{display:block;}




.tooltiptextright {
    display: none;
    position: absolute;
    width: 350px;
    background-color: #ffffff;
    color: #000;
    text-align: justify;
    border-radius: 3px;
    padding: 8px;
    z-index: 9999;
    top: 70px;
    right: 0px;
    margin-left: 0;
    opacity: 1;
    transition: opacity 0.3s;
    font-family: 'Mulish_Regular';
    font-size: 14px;
}
.tooltiptextright::after {
    content: "";
    position: absolute;
    top: -24px;
    right: 10%;
    margin-left: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tabeq:hover .tooltiptextright{display:block;}




.twobtn{width:100%;float:left;}

/*-----card-----*/
.card {
    background-color: transparent;
}
.card .card-header a:not(.collapsed) .rotate-icon {transform: rotate(180deg); -ms-transform: rotate(180deg);}
.card .fa-caret-down {float: right; color: #fff;}
.card{background-color:transparent; border:none;     padding: 10px;}
.card-header{ padding:.5rem 1.5rem;border-radius: 25px !important; box-shadow: 0px 0px 9px 1px #ffffff;}
.card-header a h5{color:#fff; font-family: 'Mulish_Medium'; font-size:26px;text-align:left;}
.card-body{padding:10px 0px 10px 0px;}

.layeroptionicon{width:100%;}
.sliderdiv{width:100%;float:left;}

.slick-initialized .slick-slide {
    padding: 20px;
	opacity: 0.6;
}
.slick-current{transform: scale(1.09);opacity: 1 !important;;}
.slick-prev:before {
    content: '';
}
.slick-next:before {
    content: '';
}

.accordion>.card {
    overflow: visible;
}


.divborderbtm0{border-bottom:0px;}



.backbtn{
    position: absolute;
    right: 15px;
    bottom: -32px;
}
.btnbackto{float:left;}
.btnbackto ul li{display:inline-block;margin:0px 5px;}
.btnbackto ul li a {
    display: inline-block;
    padding: 5px 10px;
    color: #FFFFFF;
    font-family: 'Mulish_Bold';
    font-size: 14px;
    background: #db620a;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #db620a;
    border-top: 0px;
}

.containerdiv {
    padding: 15px 15px;
    margin: 0px auto;
    background: #ffffff;
	border-radius:8px;
	min-height:500px;
	
}
.containerdiv h3{color:#003366; font-family: Arial; font-size:20px;text-align:center;margin-bottom:15px;}
.forminner{padding-top:30px;}



/*--------------------------------------------css shine-----------------------------*/
.shiny {
  border-radius: 15px;
  width: 470px;
  height: 273px;
  padding: 15px;
  overflow:hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -235px;
}

.show-off {
    width: 275px;
    height: 404px;
    position: relative;
    top: -323px;
    left: -550px;
    transform: rotate(30deg);
    background: linear-gradient(90deg, rgba(255,255,255, 0)50%, rgba(255,255,255,0.7)100%);
	-webkit-animation: shine 5s ease-in infinite;
    animation: shine 5s ease-in infinite;
    transition: all 5s ease-in-out;
}



/* Zoom in Keyframes */
@-webkit-keyframes shine {
    0% { transform: rotate(30deg);left: -550px;top: -100px;} 
   50% {  transform: rotate(30deg);left: 550px;top: -100px; opacity:0; } 
   51% {  transform: rotate(30deg);left: -550px;top: -100px; opacity:0;}
   100% {  transform: rotate(30deg);left: -550px;top: -100px; opacity:0;}
}
@keyframes shine {
   0% { transform: rotate(30deg);left: -550px;top: -100px;} 
   50% {  transform: rotate(30deg);left: 550px;top: -100px; } 
   51% {  transform: rotate(30deg);left: -550px;top: -100px; opacity:0;}
   100% {  transform: rotate(30deg);left: -550px;top: -100px; }
} /*End of Zoom in Keyframes */







.containerdiv iframe{height:500px !important;}

.disclaimerdiv{width:100%;float:left;margin-top:10px;}
.disclaimerdiv a{ color: #e8940c;
    font-family: Arial;
    font-size: 14px;display:inline-block; text-decoration:underline;}
.disclaimerdiv a:hover{ text-decoration:none;}


.linkdivright .fontchange a{font-size:12px;}

.linkdivright a.arrowchange{cursor:context-menu}

.topheadbanking img {
    max-width: 100%;
    float: right;
    margin-top: 20px;
}

.layeroption22{padding: 25px 30px 210px 30px;}







