*,
*:before, *:after{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0 auto;
}
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,400italic,500,600,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,400italic,500,600,700,700italic,900);
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100%;
}
body{
	background: #fff none repeat scroll 0 0;
    color: #333333;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    margin: 0;
    padding: 0;
}
input[type="text"], input[type="email"], input[type="number"], input[type="phone"], input[type="mobile"], input[type="password"], input[type="url"], select, textarea {
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    color: #111;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px;
    transition: all 0.1s ease 0s;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
body,html{
	height:100%;
}

/* ----- COMMON SECTION ------*/
.blackOverlay{
	float:left;
	width:100%;
	background:#000;
	left: 0;
    opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 1;
	display:none;
}
.blackOverlayContent{
	width:600px;
	height:auto;
	position:absolute;
	top:17%;
	left:50%;
	margin-left:-300px;
	padding-bottom:15px;
	z-index:101;
	display:none;
	/*background:#FFF;*/
}
.closeLink {
	float: right;
	width: auto;
	color: #FFF !important;
	text-align: right;
	margin-right: 0px;
	margin-top:-17px;
	font-weight:bold;
}
.closeLink a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	margin-right:60px;
}
.blackOverlayContent .mainContent .regheadingdiv .blueheading{
	margin:0px !important;
}
.mainContent .blueheading{
	margin:0px !important;
}
.blackOverlayContent .mainContent .whitegap{
	background:#FFF !important;
	width:95% !important;
}
.blackOverlayContent .mainContent .whitegap ul.listing li.field input{
	width:165px !important;
}
.flo-wid{
	float:left;
	width:100%;
}
.body-height{
	min-height:100%;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.btn-white {
    background-color: #fff !important;
    color: #0075bd !important;
    font-size: 22px;
}
.btn-warning {
    background-color: #F0AD4E;
    border-color: #F0AD4E;
    color: #000;
	margin: 20px 0;
}
.btn-primary {
    background-color: #0075bd;
    border-color: #0075bd;
    color: #ffffff;
	text-transform: uppercase;
}
.error {
    color: red !important;
} 
.loginErrorDiv {
	background: red none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.field_err{
	color: red;
    font-size: 12px;
	width:auto;
	float:left;
}
.success {
    color: green;
    font-size: 14px;
    text-align: center;
}
.wrapper{
	margin:0 auto;
	width:100%;
	max-width:1000px;
}
.xtra-small-wrapper {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.border-bottom{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.redtext {
    color: #ff0000;
    font-weight: bold;
    padding-right: 3px;
}
.center{
	text-align:center;
}
.space-bottom{
	margin-bottom:15px;
}
.message {
    color: green;
    float: left;
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
.success {
    color: green;
    font-size: 14px;
    text-align: center;
}
/* ------ HEADER-SECTION ------ */
.reseller-head{
	background-color:#0075BD;
}
.sticky_header {
    background: #0075bd none repeat scroll 0 0;
    position: inherit;
    z-index: 1000;
}
.header-wrapper{
	margin:0 auto;
	max-width:1245px;
	width:100%;
}
.logo-part{
	float: left;
    line-height: 60px;
    padding-top: 20px;
    width: 25%;
}
#toggle{
	display:none;
}
.nav-menu{
	float: left;
    padding-top: 30px;
    width: 75%;
}
.nav-menu ul{
	float:right;
	width:auto;
}
.nav-menu ul li{
	display:inline-block;
	float:left;
	line-height:60px
}
.nav-menu ul li a {
	color:#fff;
	padding:0 10px;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav-right-signup {
	float: right;
    text-align: center;
	margin-top: 12px;
}
.nav-right-signup a{
	font-size:16px;
}

/* ----- LOGIN FORM SECTION ------*/

.outer-container-part {
    border-radius: 5px;
    margin: 70px 0;
    padding: 10px;
}
.blueheading {
    color: #264B82;
    font-weight: bold;
    padding: 10px 0;
}
.box {
    border: 1px solid #c5c5c5;
	padding:15px 0;
	box-shadow: 0 0 5px #0075BD;
}
.login-wrapper {
    float: left;
    margin: 0 10%;
    width: 80%;
}
.loginform {
    margin: 20px 0;
}
.loginform li.formtext {
    color: #333333;
    display: block;
    font-weight: bold;
    height: auto;
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0;
}
.loginform li .forminput {
    height: auto;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.loginform li .forminput input {
    height: 40px;
    margin-bottom: 0;
    width: 100%;
}
.loginform li .loginBtn input {
    width: 30%;
}
.forminput  a {
    color: #0054c6;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 2px;
}
.no-margin{
	margin:0;
}
/* ----- FOOTER SECTION ------*/
.footer {
    background: #0075bd none repeat scroll 0 0;
    padding: 10px 0px;
}
.footer-end-logo img{
    width: 8%;
}
.footer .footer-end-links{
	color: #fff;
    font-size: 14px;
}
.footer-end-logo, .footer-end-links{
	text-align:center;
}
/*****05/06/2018******/
.custom-sticky-header
{
	background-color:#fff;
}
.custom-sticky-header .logo-part
{
	width:35%;
	padding-top:0;
	padding-right:2em;
	line-height: 58px;
}
.custom-sticky-header .nav-menu
{
	width:65%;
	padding-top:0;
}
.custom-sticky-header .logo-part img
{
	height:auto;
}
.cust-top-links
{
	width:100%;
	float:left;
	padding-bottom:20px;
}
.cust-top-links ul
{
	display: inline-block;
	float: right;
}
.cust-top-links ul li
{
	display: inline-block;
	position:relative;
}
.cust-top-links ul li:first-child:before
{
	border-left:none;
}
.cust-top-links ul li::before 
{
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	border-left: 2px solid #1C6FA6;
	top: 6px;
	left: -3px;
}
.cust-top-links ul li a
{
	font-size: 15px;
	padding: 0 10px;
	color: #1C6FA6;
}
.cust-header-right-cont
{
	float: right;
	width: 65%;
}
.cust-header-right-cont a
{
	color: #1C6FA6;
	font-size: 30px;
	line-height: 24px;
	padding-top:32px;
	vertical-align: top;
	font-weight: bold;
	float: right;
	font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
}
.cust-header-right-cont a i
{
	transform: rotate(22deg);
	font-size: 32px;
	margin-right: 5px;
	vertical-align: middle;
}
.cust-header-right-cont a span
{
	white-space:pre;
}
.cust-main-header
{
	width: 100%;
	align-items: center;
}
.nav-menu-header
{
	float: left;
	width: 100%;
	background: #1C6FA6;
}
.nav-menu-header .header-wrapper
{
	padding-top:0;
}
.nav-menu-header ul
{
	display:block;
}
.nav-menu-header ul li
{
	display:inline-block;
}
.nav-menu-header ul li a
{
	background: #639E52;
	color: #fff;
	display: block;
	padding: 16px 30px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bolder;
}
.header-wrapper
{
	padding-top:15px;
}
.custom-sticky-header a:hover
{
	text-decoration:none;
}
footer
{
	background-color:#1c6fa6 !important;
}
.cust-header-wrapper
{
	max-width:1200px;
}