.wrapfullsize {width: 100%;}

.wrapboxcenter {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 16px 0px 20px 0px;
}

.bgcskynavy	{background-color: rgb(215 221 255 / 80%);}
.bgcdeepblue	{background-color: rgb(1 26 194 / 100%);}
.bgclightnavy	{background-color: rgba(244 249 254 / 100%);}

.wraproundwhite {
	background-color: #ffffff;
	padding: 38px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.05);
	transition:.3s;
}

/****** Title & Text ******/

.contactustxt	{
	color: #666666;
	font-size: 15px;
	line-height: 1.5rem;
}

.contactustitle {
	color: #454545;
	font-size: 16px;
	font-weight: 500;
	line-height: 2rem;
}

.pagetitlefull {
	color: #333333;
	font-size: 30px;
	font-weight: 900;	
	text-align: center;
	padding-top: 20px;
}

.pagetitlesubtxt {
	color: #787878;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px
}


/****** Input ******/

.inputfaq {
	width: 98%;
    height: 38px;
	padding-left: 10px;
}

.inputitembox {
    width: 100%;
	/*height: 48px;*/
    text-align: left;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #676767;
}

.inputnormaltitle {
	color: #454545;
	font-size: 15px;
	font-weight: 400;
	padding-left: 3px;
	margin-bottom: 5px;
}

.inputtextbody {
	width: 100%;
	height: 350px;
	/*min-height: 350px;*/
	font-size:15px;
	line-height: 1.5rem;
	background: transparent;
	border: 0px;
	padding:10px;
}

.inputboxappword {
	height: 58px !important;
	padding: 10px !important;
}

/****** Fast Starting ******/



/****** FAQ ******/

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
	border-bottom: 1px solid #e5e5e9;
}

.accordion_item {
	border-top: 1px solid #e5e5e9;
    overflow: hidden;
}

.accordion_title {
	color: #333333;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
    cursor: pointer;
    position: relative;
	padding: 10px 25px 0px 10px;
    outline: 0;
    cursor: pointer;
}

.accordion_title::after {
    content: '';
    background: url(/images/faq_plus.svg) no-repeat center;
    width: 18px;
    height: 18px;
    transition: .4s;
    position: absolute;
    right: 10px;
    top: 15px;
}

.accordion_title.active::after {
    transform: rotateZ(45deg);
}

.accordion_text {
	color: #888888;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	margin-bottom: 10px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}

/****** Parntner SignUp ******/

.warpsignup {
	padding-top: 10px;
	padding-bottom: 80px;
}

.signupleftlogo {
	padding-top: 25px;
	margin-bottom: 50px;
}

.signuppic {
	border-radius: 12px;
    border: 4px solid #5aa2fa;
}

.signuplefttitle {
	color: #454545;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.08rem;
	margin-bottom: 25px;
}

.signupwrap {
	width: 960px;
}

.signupbox {
	width: 100%;
	padding: 20px 32px 32px 32px;
	background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
}

.txtsignuptitle {
	color: #007df2;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}

.txtsignupitem {
	font-size: 15px;
	padding-left: 5px;
	border: 0px;
	background: transparent;
}

.inputboxsignup {
    width: 100%;
    text-align: left;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #676767;
	margin-bottom: 8px;
}

.inputboxsigndos {
	width: 100%;
    height: 36px;
	padding: 0px !important;
	margin: 0 0 8px 0 !important;
}

.inputboxsignup ol, .inputboxsigndos ol {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.inputfieldsignup {
	width: 100%;
	height: 25px;
	font-size: 15px;
	padding-left: 5px;
	border: 0px;
	background: transparent;
}

.imgappword {
	width: 136px;
	height: 48px;
	border-radius: 4px;
	border:1px solid #888888;
}

/****** Parntner Login ******/

.warplogin {
	padding-top: 13vh;
}

.logintop {
	color: #454545;
	font-size: 18px;
	font-weight: 500;
	display: flex;	
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.loginbox {
	width: 500px;
	padding: 32px;
	background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
	margin-bottom: 10px;
}

.txtlogintitle {
	font-size: 15.5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: transparent;
}

.loginbtm {
	color: #898989;
	font-size: 12px;
}

/****** Page Header ******/

header {
	height: 90px;
	min-height: 90px;
	position: sticky;
	top: -30px;
	z-index: 999;
}


#navwrap {	
	width: 100%;
	height: 60px;
}

#navboxitems {
	width: 1000px;
	min-width: 1000px;
	margin-left: auto;
    margin-right: auto;
	height: 60px;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
    background-color: #ffffff;
	border-radius: 12px;
	transition:.3s;
}

nav {
	display: inline-flex;
	padding-top: 3px;
}

nav ol {
	padding: 0px;
	margin: 0px;
}

.navtopblank		{height: 30px;}
.navboxround	{box-shadow: 0 1px 3px rgb(0, 0, 0, 0.05);}
.navboxnopd		{padding-left: 0px !important;padding-right: 0px !important;}

.navwrapfixed {
	background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	z-index: 5;
	transition:.3s;
}

.ulalogosmall {
	height: 26px;
}

.navbaritems {
    color: #337ab7;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
}

.bodytopspacer	{clear: both;height: 25px;}

.navbaritems:hover {
    color: #fb5200 !important;
	text-decoration: none !important;
	font-size: 17px !important;
}

.navbutton {
	color: #ffffff !important;
	font-size: 15px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	background-color: #266af6;
	padding: 8px 15px 7px 15px;
	border-radius: 8px;
}

.txtbtnsignup				{color: #fff;}
.txtbtnsignup:hover	{color: #80ff80;font-size: 16px;}
.txtbtnlogin				{color: #fff;}
.txtbtnlogin:hover		{color: #80ffff;font-size: 16px;}

.navbuttongs:hover {
    color: #ffff00 !important;
	text-decoration: none !important;
	font-size: 15px;
}

/****** Page Footer ******/

footer {
    width: 100%;
    background-color: #ececf3;
    margin-top: 20px;
}

.footerlinem1		{border-bottom: 1px solid #d2d2d2;}
.footerlinem2		{border-bottom: 1px solid #f7f7f7;}
.footerlinesep {
    width: 100%;
    height: 5px;
    background-image: url(/images/footbg.png);
}

.footerwrap {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px 25px 0px;
}

.footermenu ul li {
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.footeritem {
    color: #6d6d6d;
    font-size: 13px;
}

.footeritem:hover {
    color: #0079f2 !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 500;
}

.footertxt {
	color: #707272;
	font-size: 12px;
	line-height: 160%;
	padding-top: 2px;
}

/****** Body ******/

.background-bodyalpha {
	background-image: url(/imgtmp/background-alpha.jpg);
    background-repeat: no-repeat;
	background-position: left top;
    background-size: contain;
    background-attachment: scroll;
	background-color: #f6f7f9;
}

.bodystandalone {
	background: #f9f9f9;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;;
    height: 100%;
    line-height: 150%;
    margin: 0;
}

.warpcontainer {
	align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 50px;
    position: relative;
    width: 100%;
}

.warpcontainer::before {
	width: 100%;
	content: "";
	height: 100vh;
	left: 50%;
	position: fixed;
	transform: translateX(-50%) translateY(50%);
	background: linear-gradient(0deg, rgb(0 59 255 / 38%) 0, rgba(255, 180, 0, 0) 100%);
	z-index: -1;
}