.top-header {
	background: #12558C;
	float: left;
	width: 100%;
	text-align: center;
	padding: 7px 0;
}

label.invalid {
	position: relative;
	opacity: 1;
	top: 3px;
	left: auto;
	visibility: visible;
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px;
	font-family: 'Graphik' !important;
	font-size: 15px !important;
	text-align: left;
}

.errSpot {
	float: left;
	width: 100%;
	text-align: left;
}

.no-discount {
	margin-top: 20px;
}

.plain-text {
	text-align: left;
	padding-top: 40px;
	clear: both;
}

.plain-text a {
	color: #2c94c9;
}

.plain-text a:hover {
	color: #666;
}

.plain-text p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.plain-text h2 {
	margin: 20px 0px;
}

.plain-text ol {
	list-style: decimal;
	padding: 10px 10px 10px 20px;
}

.plain-text ul {
	padding: 10px 10px 10px 20px;
}

.plain-text ol li {
	list-style: decimal;
}

.plain-text ul li {
	list-style: disc;
}

.plain-text ol li, .plain-text ul li {
	margin-bottom: 5px;
	font-size: 18px;
}

/* contact form */

.frm-flds {
	float: left;
	width: 100%;
	position: relative;
	margin: 9px 0;
}
.frm-flds.fl {
	float: left;
}
.frm-flds.fr {
	float: right;
}
.frm-flds.half-fld {
	width: 49%;
}
.frm-flds.drop-fld {
	width: 34%;
	margin-right: 1%;
}
.frm-flds.drop-fld.last-fld {
	margin-left: 1%;
	margin-right: 0;
}
.frm-flds.zip-fld {
	width: 30%;
}

.input-flds, .selcet-fld {
	float: left;
	width: 100%;
	outline: none;
	border: 1px solid #d9d9d9;
	height: 50px;
	padding: 10px;
	border-radius: 5px;
	color: #333;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Graphik';
	font-weight: normal;
	letter-spacing: 0.5px;
	-webkit-appearance: none;
}
textarea.input-flds {
	height: 200px;
}
.selcet-fld {
	background: url(../images/select.svg) no-repeat 94% center #fff;
	padding-right: 40px;
}
.frm-flds .fl-is-active .input-flds {
	padding-top: 20px;
}
.frm-flds .fl-is-active .selcet-fld {
	padding-top: 20px;
}
/*.input-flds:focus{
	border:1px solid #f07d78;
	box-shadow:0 0 0 1px #f07d78;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}*/
.cc-fields {
	float: left;
	border: none;
	outline: none;
}
.cc-no-fld {
	width: 50%;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-radius: 0;
}
.exp-fld {
	width: 25%;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.cvv-fld {
	width: 25%;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
.label-checkbox {
	float: left;
	text-align: left;
	cursor: pointer;
	margin-top: 10px;
	color: #000;
	font-weight: 500;
	font-size: 17px;
}
.all-checkbox {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	outline: none;
	position: relative;
	margin: -5px 7px 0 0;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.all-checkbox:checked {
	background: #6d6d6d;
	border: 1px solid #6d6d6d;
}
.all-checkbox:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/tik.svg) no-repeat center center;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
}
.all-checkbox:checked:after {
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.all-sumbit {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.frm-submit {
	float: right;
	background: #0098fa;
	padding: 1.4em 1.7em;
	color: #fff;
	-webkit-appearance: none;
	border: none;
	outline: none;
	font-family: 'Graphik';
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
}
.frm-submit:hover {
	background: #0079c7;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
}
a.back-btn {
	float: left;
	color: #0098fa;
	font-size: 14px;
	margin-top: 25px;
}
a.back-btn svg {
	fill: #0098fa;
}
.packageBtn {
	width: 500px;
	max-width: 500px;
	background: #01bc20;
	position: relative;
	text-align: center;
	height: 70px;
	line-height: 60px;
	border-radius: 40px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
	margin-left: calc(50% - 250px);
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.packageBtn p {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px !important;
}
.btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 24px;
}


#sFormContainer .frm-flds label {
	display: none;
}

.modal-body .ob-red-strobe {
	display: inline-block;
	height: 30px;
	padding: 0 5px;
	position: relative;
	top: 5px;
}


.modal-body p.ob-content {
	font-size: 20px;
	color: #111;
	text-align: center;
	margin: 0 0 30px;
	line-height: 2.5rem;
}

.modal-body .ob-lock {
	display: inline-block;
	height: 26px;
	padding-right: 5px;
	position: relative;
	top: 5px;
}

.modal-body p.ob-heading {}

.modal-body p.ob-heading {
	font-size: 30px;
	color: #c00;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 15px 0 25px;
}

.ob-complete-order {
	font-size: 25px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: -10px;
}

.modal {
	max-width: 600px !important;
}
.modal-body .packageBtn p {
	margin: 0px !important;
}
.modal-body .packageBtn {
	background: #c00;
	margin-top: 0px;
	margin-bottom: 20px;
}

.top-lft-txt {
	float: left;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 3px;
}
.top-rgt {
	float: right;
	text-align: left;
}
.top-rgt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.top-rgt p {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #fff;
	padding-left: 12px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	letter-spacing: 0.5px;
}

.plains .logoBox {
	margin-top: 0px;
}
.plains ul.mainMenu {
	margin-top: 26px;
}
.plains a.header-btn {
	margin: 14px auto 0;
}

.forMob, .forTab {
	display: none;
}

ul.s8-list2 li {
	padding-left: 100px;
}
.s8-list2 li img.rev {
	position: absolute;
	left: 0px;
	width: 80px;
	border-radius: 8px;
}

.brand-sec ul.slick-dots {
	margin-top: 0px;
	margin-bottom: -5px;
}

/*-----------------------
		Blue Strip
------------------------*/
.blue-strip {
	float: left;
	width: 100%;
	background: #026b98;
	padding: 20px 0;
}
ul.blueStrp-list {
	float: left;
	width: 100%;
}
ul.blueStrp-list li {
	float: left;
	text-align: left;
	position: relative;
	padding-left: 70px;
	padding-right: 33px;
	margin-right: 20px;
}
ul.blueStrp-list li:last-child {
	padding-right: 0;
	margin-right: 0;
}
ul.blueStrp-list li:after {
	content: '';
	width: 1px;
	height: 60px;
	right: 0;
	top: 24px;
	transform: translateY(-50%);
	background: #fff;
	position: absolute;
}
ul.blueStrp-list li:last-child:after {
	display: none;
}
ul.blueStrp-list li img {
	position: absolute;
	top: 0;
	left: 0;
}
ul.blueStrp-list li span {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
ul.blueStrp-list li p {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}

.apply-cuppon {
	text-align: center;
}
.apply-cuppon a {
	color: #0991ca;
	border-bottom: 1px dashed #0991ca;
}
.apply-cuppon a:hover {
	color: #333;
	border-bottom: 1px dashed #333;
}
.coup-toggled.hidden {
	display: none;
}

.offer{
	margin:0 0 -2rem 0;
}

.offer img{
	width:70%;
}

@media only screen and (max-width:1021px) {
	.forDesk {
		display: none;
	}
	.forTab {
		display: block;
	}
	.hide-tab {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	
	.offer{
		margin:0 0 -2rem 0;
	}

	.single-prodbox{
		margin-bottom:10px;
	}

	.offer img{
		width:100%;
	}
	
	.forDesk {
		display: none;
	}
	.forMob {
		display: block;
	}
	.hide-mob {
		display: none;
	}
	.frm-flds {
		width: 100% !important;
		float: none !important;
		margin-bottom: 15px !important;
		clear: both;
		overflow: auto;
	}
	.packageBtn p {
		font-size: 25px;
	}
	.packageBtn {
		margin-left: 0px;
		height: 60px;
		line-height: 60px;
		margin-top: 10px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.modal {
		max-width: 100% !important;
	}
	.modal-body p.ob-content {
		line-height: 2rem;
		margin: 0 0 15px;
	}
	.top-rgt {
		float: none;
		width: 100%;
		text-align: center;
	}
	ul.blueStrp-list li {
		margin: 0.5rem auto;
	}
	ul.blueStrp-list li:after {
		background: none;
	}
}