a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
html {
	overflow-x:hidden;
}
body {
	font-family: 'Lato', sans-serif;
	overflow-x:hidden;
	background:url(../images/bannerbg.jpg) center top fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pagearea {
	padding:30px 0;
}
.pageinner {
	padding:20px;
	background:#fff;
}
h1 {
	font-size:23px;
	line-height:normal;
	color:#000;
	font-weight:700;
}
h2 {
	font-size:20px;
	line-height:30px;
	color:#1761BF;
	margin:20px 0;
	font-weight:500;
}
h2.boldfont {
	font-family: 'Oswald', sans-serif;
}
p {
	font-size:18px;
	line-height:28px;
	margin:15px 0 0;
}
p.smalltext {
	font-size:16px;
	line-height:24px;
}
p strong {
	font-weight:bold;
}
.banner {
	width:100%;
	margin-top:20px;
}
.banner img {
	width:100%;
	display:block;
	object-fit:cover;
}
.buttonouter {
	margin:20px 0;
}
.btn-default {
	color:#fff;
	display:inline-block;
	border-radius:5px;
	background:#EB660D;
	padding:15px 16px;
	width:100%;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-align:center;
	font-weight:400;
}
.btn-default:hover {
	background:#000;
	color:#fff;
}
.pageinner ul.list {
	margin:20px 0 20px;
	padding:0;
}
.pageinner ul.list li {
	font-size:18px;
	line-height:28px;
	background:url(../images/tick.png) left 4px no-repeat;
	background-size:20px 20px;
	padding-left:28px;
	margin-top:10px;
}
.pageinner ul.list li:first-child {
	margin-top:0;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float:left;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 60%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/b_arrowleft.png) left center no-repeat;
	width:10px;
	height:18px;
	background-size:10px 18px;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:60%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/b_arrowright.png) left center no-repeat;
	width:10px;
	height:18px;
	background-size:10px 18px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:10px;
}
[dir='rtl'] .slick-prev {
	right:10px;
	left: auto;
}
.slick-next {
	right:10px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:10px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:30px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 5px;
	background:#D8D8D8;
	cursor: pointer;
	color: transparent;
	border-radius:100%;
	border: 0;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#1300FF;
}
.reviewslider p {
	font-family: 'Oswald', sans-serif;
}
.authorimage {
	margin:20px auto;
	border-radius:100%;
	width:80px;
	overflow:hidden;
	border-radius:100%;
}
.authorname {
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}
.pricetable {
	margin:20px 0;
}
.pricerow {
	border-bottom:1px solid #ccc;
}
.pricerow:last-child {
	border:none;
}
.pricedetails {
	padding:15px 0;
	font-size:18px;
	line-height:28px;
	font-weight:700;
}
.pricedata {
	padding:15px 0;
	font-size:16px;
	line-height:24px;
}
.pricetable h6 {
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	font-size:19px;
}
.redtext {
	color:#FF0000;
	font-weight:600;
}
.footer {
	padding:30px 0;
	background:#000;
	color:#fff;
	text-align:center;
}
.footer p {
	font-size:14px;
	line-height:22px;
}
.footer p a {
	color:#fff;
}
.reviewbox {
	border:2px solid #1761BF;
	margin:43px 0;
	padding:25px;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
}
.reviewbox h2 {
	margin-top:-43px;
}
.reviewbox h2 span {
	padding:10px 20px;
	background:#fff;
}
 @media only screen and (min-width :360px) {
}
@media only screen and (min-width :480px) {
.btn-default {
font-size:22px;
}
}
@media only screen and (min-width :576px) {
 .footer p {
font-size:16px;
line-height:24px;
}
}
 @media only screen and (min-width :768px) {
 h1 {
font-size:31px;
}
 h2 {
font-size:23px;
line-height:33px;
margin:30px 0;
}
 .container {
max-width:750px
}
.pagearea {
padding:40px 0;
}
.pageinner {
padding:30px 40px;
}
.banner {
margin-top:30px;
}
.buttonouter {
margin:30px 0;
}
.btn-default {
font-size:25px;
width:auto;
padding:20px 65px;
}
.pageinner ul.list {
margin-top:30px;
margin-bottom:30px;
}
}
@media only screen and (min-width :992px) {
 h1 {
font-size:40px;
}
 h2 {
font-size:29px;
line-height:39px;
}
 .container {
max-width:970px
}
.pageinner {
padding:30px 60px;
}
.reviewslider {
width:700px;
margin:0 auto;
}
}
@media only screen and (min-width :1200px) {
 h1 {
font-size:48px;
}
 p, .pageinner ul.list li {
font-size:20px;
line-height:30px;
}
 .container {
max-width:1170px
}
.pagearea {
padding:50px 0;
}
.pageinner {
padding:30px 80px;
}
.pageinner ul.list li {
background:url(../images/tick.png) left 4px no-repeat;
background-size:22px 22px;
padding-left:32px;
}
.reviewbox {
margin:60px 0;
}
.reviewbox h2 {
margin-top:-50px;
}
}