*,
*: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;
}
.cust-seprator {
    color: #0054c6;
    display: inline-block;
}
/* ----- 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;
}
/*****04/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;
	vertical-align: top;
	font-weight: bold;
	float: right;
	padding-top:32px;
	font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
}
.cust-header-right-cont a span
{
	white-space:pre;
}
.cust-header-right-cont a i
{
	transform: rotate(22deg);
	font-size: 32px;
	margin-right: 5px;
	vertical-align: middle;
}
.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;
}
.field_err{ 
	color:red;
	font-size:12px;
	width:100%;
}
.success {
    color: green;
    font-size: 14px;
    text-align: center;
}
div::after {
    clear: both;
    content: "";
    display: table;
}
.captchli {
    margin: 15px 0;
}
.forminput .captchli .captchahit {
    max-width: 100%;
}
.captchli .captchahit {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-shadow: none;
    max-width: 360px;
    padding: 4px 10px;
    vertical-align: middle;
}
.forminput .captchli .captchahit .robot_checkbox {
    padding-top: 18px;
}
.captchli .captchahit .robot_checkbox {
    float: left;
    padding: 10px 0 0;
}
.captchli .captchahit .captchacheckbox, .captchli .captchahit .captchaloader, .captchli .captchahit .captchachecked {
    font-size: 13px;
    font-weight: 100;
}
.captchli [type="checkbox"]:not(:checked), .captchli [type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}
.captchli [type="checkbox"]:not(:checked) + label::before, .captchli [type="checkbox"]:checked + label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.captchli [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.captchli [type="checkbox"]:not(:checked) + label::after, .captchli [type="checkbox"]:checked + label::after {
    color: #09ad7e !important;
    font-size: 36px;
    left: 3px;
    line-height: 0.8;
    position: absolute;
    top: -4px;
    transition: all 0.2s ease 0s;
}
.captchli [type="checkbox"]:not(:checked) + label, .captchli [type="checkbox"]:checked + label {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none !important;
    color: #000 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    padding-left: 32px;
    padding-top: 0;
    position: relative;
    text-shadow: none;
}
.captchli .robot_checkbox label {
    float: left;
    line-height: 22px;
}
.forminput li label {
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}
.captchaloader, .captchachecked {
    display: none;
}
.captchli .captchahit .captchacheckbox img, .captchli .captchahit .captchaloader img, .captchli .captchahit .captchachecked img {
    margin-right: 8px;
    vertical-align: middle;
}
.captchli .captchahit .noCaptcha_img {
    color: #666 !important;
    float: right;
    font-size: 10px;
    font-weight: 100;
    line-height: 16px;
    text-align: center;
    width: 66px;
}
.captchli .field_err {
	display: block;
    font-size: 12px;
    text-align: center;  
}
@media(max-width:1024px){
	.header-wrapper, .search-wrapper, .footer-wrapper, .section-wrapper {
		width:95%;
	}
	.search-box.inner-search-box ul li{
		width:41%;
	}
	.toggle .logo {
		padding: 15px 4px;
	}
	.without-a {
		width: 72%;
	}	
	.without-a img, .border-active img, .outer-li a img {
		float: left;
		width: 16px;
	}
	.outer-li span {
		float: left;
		width: 82%;
		padding-left:3px;
	}
	.toggle .left-collapse li{
		width:60px;
	}
	.toggle .left-collapse li:hover span{
		left:54px;
	}
	.toggle .left-collapse li .extra ul{
		left:75px;
	}
}


@media(max-width:768px){
	.main-container {
		float: none;
		margin: 0 auto;
		width: 95% !important ;
	}
	.mar-top {
		margin-top: 90px;
	}
	#toggle.white-toggle {
		background: transparent none repeat scroll 0 0;
		border-radius:0;
		cursor:normal;
		padding:0;
	}
	#toggle.white-toggle .fa{
		color:#0075BD;
		background-color:#fff;
		padding: 7px 10px;
		cursor:pointer;
		border-radius:3px;
		font-size: 21px;
		margin-right: 15px;
	}
	#toggle {
		background-color: rgb(0, 117, 189);
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 21px;
		padding: 5px 10px;
	}
	.nav{
		float:left !important;
		background-color: #E6EBF0;
		border-radius: 5px;
		position: absolute;
		top: 70px;
		right:2%;
		z-index: 11;
		margin:0 auto;
		padding:10px;
		display:none;
	}
	.nav li{
		width:100%;
		line-height:40px !important;
	}
	.nav-right-signup{
		margin-top:0;
	}
	.nav-right-signup a{
		padding:6px 12px !important;
	}
	.nav-menu ul li a{
		color: rgb(0,117,189);
		font-size:16px;
	}
	.inner-search-box{
		width:100%;
	}
	.footer .section-footer-end, .footer .footer-end-links, .footer .footer-social{
		float: left;
		margin-bottom: 30px;
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	.footer .footer-social, .footer .footer-end-links{
		margin-bottom:0;
	}
	.section-footer-end img {
		width: 25%;
	}
	.footer-end-logo img {
		width: 50%;
	}
	.footer .footer-icon {
		margin-right: 2%;
	}
	.left-sidebar {
		width: 100%;
	}
	.right-sidebar {
		width: 100%;
	}
	.socialIcons, .getDirections{
		text-align:center;
	}
	.currentCoupons {
		width:100%;
	}
	.outer-container-part {
		margin-top:0;
	}
	.rightSidebar-menu {
		display: none;
	}
	.toggle-Rightmenu{
		background-color: #E6EBF0;
		border-radius: 10px;
		display: none;
		margin-bottom: 15px;
		padding: 15px;
		width: 100%;
		border:1px solid #ccc;
	}
	#right-sidebar-toggle {
		background-color: #0075bd;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 20px;
		margin-bottom: 15px;
		margin-left: 7px;
		padding: 6px 12px;
		width: auto;
		margin-top: 15px;
	}
	.toggle-Rightmenu:after{
		border-bottom: 6px solid #ccc;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		bottom: 77.3%;
		content: "";
		left: 5%;
		position: absolute;
	}
	.toggle-Rightmenu li {
		display: inline-block;
		float: left;
		line-height: 40px;
		width:50%;
	}
	.toggle-Rightmenu li a {
		color: #0075bd;
		font-size: 16px;
		font-weight:bold;
	}
	.deatil-facebook {
		display: none;
	}
	.responsive-logo {
		float: left;
		width: 100%;
		display:block;
		background-color:#0075BD;
	}
	.responsive-logo .logo {
		float: left;
		width:30%;
	}
	.responsive-logo .header {
		color: #fff !important;
		float: right;
		margin-top: 0;
		padding-top: 10px;
		width: 70%;
		border-bottom:0;
		display:block;
	}
	.responsive-logo .log {
		margin-top: 10px;
	}
	.responsive-logo .welcome-outer{
		font-size:16px;
	}
	.responsive-logo .welcome-outer a {
		background-color: #fff;
		border-radius: 2px;
		margin-left: 5px;
		padding: 6px 12px;
		font-size:16px;
		color:#0075BD;
	}
	.responsive-logo .welcome-outer a:hover {
		text-decoration: none;
	}
	.left-sidebar{
		width:100%;
	}
	.left-sidebar .logo{
		display: none;
	}
	.left-sidebar {
		min-height: 100% !important;
	}
	.responsive-menu{
		background-color: white;
		display: block;
		float: right;
		padding: 10px 28px;
		text-align: right;
		width: 100%;
	}
	.responsive-menu #toggle .fa {
		background-color: #0075BD;
		color: #fff;
		cursor: pointer;
		font-size: 21px;
		padding:5px 10px;
		border-radius:3px;
	}
	#showmenu{
		display:none;
	}
	.header {
		display: none;
	}
	.right_widget {
		padding-top: 2px;
	}
	.nav-menu-header
{
	display:block;
}
.custom-sticky-header .white-toggle
{
	position: absolute !important;
	top: 0;
	width: 100%;
	background-color: #1c6fa6 !important;
	right: 0;
	left: 0;
	margin: 0;
	padding:6px 0 !important;
}
.custom-sticky-header .white-toggle a
{
	float: right;
	font-size: 19px;
	color: #fff;
	padding-right:28px;
}
.custom-sticky-header
{
	position:relative;
	padding-bottom: 20px;
}
.custom-sticky-header .white-toggle .fa
{
	float:left;
	background-color:#1c6fa6 !important;
	color:#fff !important;
	font-size:17px !important;
}
.custom-sticky-header .white-toggle a span
{
	margin-top: 3px;
	float: left;
}
.cust-main-header
{
	display:block;
}
.custom-sticky-header .logo-part
{
	width:100%;
	text-align:center;
	padding-right:0;
}
.custom-sticky-header .logo-part img
{
	max-width:80%;
}
.custom-sticky-header .nav-menu
{
	width:100%;
}
.cust-header-right-cont
{
	width:100%;
	text-align:center;
}
.cust-header-right-cont a
{
	float:none;
}
}

@media(max-width: 650px){
	.responsive-logo .logo{
		width:40%;
	}
	.responsive-logo .header{
		width:60%;
	}
	.custom-sticky-header .white-toggle
{
	margin-top:0 !important;
}
.cust-main-header .nav
{
	right:0;
}
}

@media(max-width: 500px){
	.responsive-logo .logo{
		width:100%;
		text-align:center;
	}
	.logo img {
		width: 200px;
	}
	.responsive-logo .header {
		width: 100%;
		padding-top:0;
	}
	.responsive-logo .log {
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	.responsive-logo .welcome-outer{
		width:100%;
	}
	.responsive-menu {
		text-align:center;
	}
	.responsive-menu #toggle{
		width:100%;
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	.formContainer{
		width:100%;
		height:75px;
	}
	.formlabel{
		width:100%;
		margin-top:0;
		margin-bottom:3px;
	}
	.formBox{
		width:100%;
	}
	.footer-end-logo img {
		margin-bottom: 6px;
		width: 17%;
}
}

@media(max-width:320px){
	.logo-part {
		float: left;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	.logo-part img {
		width: 70%;
	}
	.nav-right-signup {
		float: none;
		width: 30%;
	}
	.nav-menu{
		padding-top:0;
		width: 100%;
	}
	#toggle {
		margin-bottom:15px;
		margin-top: 15px;
		text-align: center;
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	.nav {
		right: 21%;
		top: 183px;
	}
	.footer-end-logo img {
		width: 30%;
	}
	.overflow {
		overflow-x: scroll;
	}
	.custom-sticky-header .white-toggle
{
	margin-top:0 !important;
}
.cust-header-right-cont a
{
	font-size:24px;
}
}