header {
	padding: 10px 0;
}
.header-left span {
	padding-left: 10px;
}
.footer-text {
	padding-top: 0;
}
.header .logo {height: auto;padding: 0 20px;width: 270px;}
.logo {
	width: auto;
}
.ftr-logo {
	width: auto;
}
.ship-btn-txt {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(13, 52, 96, 1);
}
.text-small {
	font-size: 10px;
	margin: 0px;
}
.total-unit {
	font-size: 22px !important;
}
.special-hd {
	font-size: 27px;
	margin-bottom: 0 !important;
	line-height: 1.3;
}

/* for google map */
/* Set a fixed height for the map container */
.discountStrip {
	background: #c40c14;
	text-transform:capitalize;
}
#gmapArea {
	height: 200px;
	width: 100%;
	display: none;
}
.gpay-card-info-container {
	width: 100% !important;
}
h3.nw-txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin-top: 15px;
}
.mr10-btm {
	margin-bottom: 10px;
}
p.np-txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}
.pad-0-rt {
	padding-right: 0;
}
.secure-icon {
	width: 19%;
	margin-right: 8px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 22px;
	margin-top: 15px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 6px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked+.slider {
	background-color: #2196F3;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.panel {
	display: block;
	background-color: transparent;
	overflow: hidden;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix {
	clear: both;
}
.col-md-9 {
	width: 75%;
	float: left;
	padding-left: 15px;
}
.col-md-3 {
	width: 25%;
	float: left;
}
.pull-left {
	float: left !important;
}
.col-md-12 {
	width: 100%;
	padding: 0 15px;
}


@media (max-width: 767px) and (min-width: 375px) {
	form .form-wrapper .form-cc .btn-submit,
	form .form-wrapper .form-cc .btn-submit-paypal {
		font-size: 20px !important;
	}
}

@media(max-width:767px) {
	body .package-wrapper .package-container .package-content .package-info .pi-price-each {
		font-size: 22px
	}
}

@media (max-width:375px) {
	body .package-wrapper .package-container .package-header .package-title .package-main-title {
		font-size: 11px;
	}
}

@media only screen and (max-width: 360px) {
	.text-small {
		font-size: 8px;
		margin: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.banner-left-right {
		width: 100%;
	}

	.slider:before {
		left: 11px;
	}

	.switch {
		width: 58px;
	}
}