/*
	Theme Name: TheLicePlace
	Theme URL: http://theliceplace.com/
	Description: TheLicePlace is a 2-column Widget-ready theme created for WordPress.
	Author: Jeff Sherman
	Author URI: http://topmarketingagency.com/
	Version: 1.0
	Tags: two columns, fixed width, white, black, gray, blue, sidebar widgets
*/
@font-face {
	font-family: 'rubikregular';
	src: url('fonts/rubikregularproregular.eot?') format('eot'),
		url('fonts/rubikregularproregular.woff') format('woff'),
		url('fonts/rubikregularproregular.ttf') format('truetype'),
		url('fonts/rubikregularproregular.svg#webfontKWmDqtHl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'oswaldregular';
	src: url('fonts/oswaldregular.eot?') format('eot'),
		url('fonts/oswaldregular.woff') format('woff'),
		url('fonts/oswaldregular.ttf') format('truetype'),
		url('fonts/oswaldregular.svg#webfontKWmDqtHl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebasneue.eot?') format('eot'),
		url('fonts/bebasneue.woff') format('woff'),
		url('fonts/bebasneue.ttf') format('truetype'),
		url('fonts/bebasneue.svg#webfontKWmDqtHl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: oswaldregular;
	src: url('fonts/antquab.eot?') format('eot'),
		url('fonts/antquab.woff') format('woff'),
		url('fonts/antquab.ttf') format('truetype'),
		url('fonts/antquab.svg#webfontKWmDqtHl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gillsans';
	src: url('fonts/gillsans.eot?') format('eot'),
		url('fonts/gillsans.woff') format('woff'),
		url('fonts/gillsans.ttf') format('truetype'),
		url('fonts/gillsans.svg#webfontKWmDqtHl') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #444;
	font-size: 16px;
	font-family: rubikregular;
	margin: 0px;
	line-height: 25px;
	padding: 0px;
}

body {
	pointer-events: auto !important;
}

body {
	user-select: text !important;
	-moz-user-select: text !important;
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
}

#wrap {
	background: #ffffff;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

.purchase {
	clear: both;
	width: 180px;
	margin: 5px auto;
	text-align: center;
}

.purchasebtn {
	background: url(images/nav_bg.jpg) repeat-x top;
	padding: 10px 0px;
	margin: 5px auto;
	overflow: hidden;
	text-align: center;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.purchasebtn:hover {
	background: #ae4c0b;
	color: #FFFFFF;
	text-decoration: none;
}

.purchase a {
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.purchase a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.shopping-cart-wrapper {
	line-height: 2.2em !important;
	text-align: center !important;
}

.visitshop {
	background: url(images/nav_bg.jpg) repeat-x top !important;
	padding: 10px 10px !important;
	margin: 15px auto !important;
	overflow: hidden !important;
	text-align: center !important;
	border: none !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	width: 180px !important;
	text-align: center !important;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

/************************************************
*	Hyperlinks									*
************************************************/
a,
a:visited {
	color: #0F4F7F;
	text-decoration: none;
}

a:hover {
	color: #0F4F7F;
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

/************************************************
*	Header  									*
************************************************/
#header {
	color: #333333;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-top: 4px solid #7c9660;
}

.searchb {
	width: 212px;
	background: #ececec;
	border: 1px solid #b5b5b5;
	margin-top: 12px;
}

/* div#mainslider > div {
    height: 580px !important;
} */
#header #imageheader {
	width: 380px;
	/*	height: 120px;
*/
	/*	background: url(/wp-content/uploads/2021/08/main-logo-1.png) left top no-repeat;
*/
	margin: 0 0px 10px;
	background-size: contain;
	cursor: pointer;
	/*position: relative;
    top: 74px;*/
}

.main-logo img {
	width: 209px;
	height: auto;
	position: relative;
}

.headercheckout {
	float: right;
	background: url(images/checkout_icon.jpg) no-repeat;
	height: 16px;
	width: 65px;
	padding-left: 36px;
	margin-top: 10px;
	padding-top: 10px
}

.headercheckout a {
	font-size: 15px;
	font-family: 'oswaldregular';
}

#header #imageheader a {
	display: block;
	width: 100%;
}

#header h1,
#header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: oswaldregular;
	font-weight: normal;
	margin: 10px;
	padding: 15px 0px 0px 20px;
	text-decoration: none;
	height: 100px;
}

#header h1 a,
#header h1 a:visited,
#header h4 a,
#header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: oswaldregular;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header h3 {
	color: #A91B33;
	font-size: 16px;
	font-family: oswaldregular;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
}

.headerleft {
	width: 460px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*    bottom: -74px;*/
}

.headerright {
	width: 100%;
	max-width: 600px;
	float: right;
	margin: 0px;
	padding: 28px 0 0px 0px;
	height: 134px;
}

.headermiddle {
	background: url(images/guaranteed.png) no-repeat;
	float: left;
	padding-top: 15px;
	height: 100px;
	padding-left: 135px;
	margin-right: 20px;
}

.title1 {
	width: 230px;
	font-size: 14px;
	color: #5C7017;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	display: none;
}

.pnumber {
	font-size: 18px;
}

.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;

}

/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #03375c;
	height: 50px;
	font-size: 16px;
	font-family: 'rubikregular';
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-top: -74px;
}

#navbarleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0px 0px 0 0;
	border-radius: 0;
	/*	position: relative;
    z-index: 999999;*/
}

#header .spacing {
	display: none;
}

#nav li a,
#nav li a:link,
#nav li a:visited {
	font-family: 'rubikregular';
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	transition: 0.3s;
	line-height: normal;
	text-decoration: none;
	padding: 17px 18px 15px 18px;
}

#nav li a:hover,
#nav li a:active,
#nav li.current_page_item a {
	background: #7c9660;
	color: #FFFFFF;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #7c9660;
	width: 200px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'rubikregular';
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 0;
	overflow: hidden;
}

#nav li li a:hover,
#nav li li a:active {
	background: #a9bf22;
	color: #FFFFFF;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* #nav li li {} */

#nav li ul a {
	width: 140px;
}

/* #nav li ul a:hover,
#nav li ul a:active {} */

#nav li ul ul {
	margin: -32px 0 0 171px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover,
#nav li.sfhover {
	position: static;
}

.icons {
	height: 24px;
	font-size: 11px;
	margin: 5px auto;
	position: relative;
	z-index: 99;
	text-align: center;
}

.hrtag {
	width: 935px;
}

.icon {
	background: none;
	margin-left: 6px;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.phone {
	display: none;
}

#contact {
	margin-right: 15px;
}

.phoneicon {
	float: right;
	font-family: 'rubikregular';
	font-size: 30px;
	font-weight: bold;
	color: #003366;
	padding: 0 0 0 0px;
	margin-top: 20px;
	margin-bottom: 4px;
}

.emailicon {
	display: none;
	float: right;
	font-family: 'rubikregular';
	font-size: 22px;
	background: url(images/email.png) no-repeat center left;
	color: #d2080b;
	padding: 0 0 0 28px;
	font-weight: bold;
}

.emailicon a,
.phoneicon a {
	color: #003366;
}

#content {
	max-width: 1170px;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0;
	line-height: 20px;
	position: relative;
}

#contentleft {
	float: left;
	width: 100%;
	margin: 0px;
	max-width: 855px;
	padding-right: 25px;
}

.postarea p {
	line-height: 24px;
}

.postarea li {
	padding-bottom: 10px;
}

#faddress {
	background: #18191c;
	max-width: 1170px;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}

.addresses {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.addresses li {
	text-align: left;
	list-style-type: none;
	width: 25%;
	flex-flow: wrap;
	color: #fff;
	margin: 15px 0;
}

.address_theliceplace a {
	color: #fff;
	font-size: 15px;
}

.copyright {
	text-align: center;
	color: #e2e3e4;
	margin: 15px 0;
	font-size: 15px;
}

.copyright p {
	color: #fff;
}

.copyright p a {
	color: #fff !important;
	text-decoration: none !important;
}

.copyright p a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.testinews {
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 898px;
	padding: 20px;
	margin: 20px auto 0px;
}

.newsle {
	background: url(images/newsletter_icon.jpg) no-repeat;
	color: #013a5a;
	font-size: 15px;
	padding-left: 32px;
}

.newsletter ul,
.newsletter ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newsletter {
	clear: both;
	width: 100%;
	background: #03375c;
	padding: 20px 0 10px;
}

.newsletter .wpcf7-text {
	width: 235px;
	padding: 5px;
	border: 1px solid #b5b5b5;
}

.testimonialbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.testimonialbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#testimonial-container {
	height: 230px;
	margin-right: 40px;
}

.newsletter .wpcf7-submit {
	background: url(images/submit_small.jpg);
	width: 85px;
	height: 28px;
	border: none;
	float: right;
}

.foottext {
	text-align: center;
	color: #ffffff;
	font-size: 15px;
}

.atitle {
	display: block;
}

.atitle a {
	font-family: 'oswaldregular';
	font-size: 22px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.showrpdiv ul li {
	float: left;
	background: #e1e2e2;
	border: 3px solid #ffffff;
	width: 131px;
	text-align: center;
	height: 225px;
}

.prowidtitle {
	font-family: 'oswaldregular';
	width: 275px;
	color: #4c5b02;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.swtitle {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

.swpic {
	text-align: center;
	padding: 5px 5px 0 5px;
}

.swprice {
	text-align: center;
	padding-bottom: 5px;
}

#content h1 {
	color: #03375c;
	font-size: 30px;
	font-family: 'oswaldregular';
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
	line-height: 42px;
	text-transform: uppercase;
}

#content h1 a,
#content h1 a:visited {
	color: #03375c;
	font-size: 30px;
	font-family: 'oswaldregular';
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 35px;
	text-transform: uppercase;
}

#content h1 a:hover {
	color: #333333;
	text-decoration: none;
}

#content h2 {
	color: #cc540b;
	font-size: 20px;
	font-family: 'oswaldregular';
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
}

#content h3 {
	color: #013a5a;
	font-size: 17px;
	font-family: oswaldregular;
	font-weight: normal;
	margin: 12px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
}

#content h4 {
	font-size: 15px;
	font-family: 'oswaldregular';
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}

#widgetsrow1 {
	margin: 20px 0 0px 0;
	padding-bottom: 20px;
}

.title {
	font-family: 'oswaldregular';
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 3px 0;
	margin: 20px 0 20px 0;
}

#widgetsrow1 .widget1 {
	background: #dee5de;
	border: 1px solid #89ab4e;
	float: left;
	width: 253px;
	height: 300px;
	margin-left: 23px;
	padding: 7px 20px 15px 20px;
}

#widgetsrow1 .widget2 {
	background: #dee5de;
	border: 1px solid #89ab4e;
	float: left;
	width: 253px;
	height: 300px;
	margin-left: 25px;
	padding: 7px 20px 15px 20px;
}

#widgetsrow1 .widget3 {
	background: #dee5de;
	border: 1px solid #89ab4e;
	float: left;
	width: 253px;
	height: 300px;
	margin-left: 25px;
	padding: 7px 20px 15px 20px;
}

#widgetsrow1 .widget1 ul,
#widgetsrow1 .widget2 ul,
#widgetsrow1 .widget3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#widgetsrow1 p {
	line-height: 22px;
}

#widgetsrow1 .widget1 ul li li,
#widgetsrow1 .widget2 ul li li,
#widgetsrow1 .widget3 ul li li {
	list-style: disc;
	line-height: 22px;
	margin: 0 10px;
	padding: 0;
}

#widgetsrow1 .widget1 h4,
#widgetsrow1 .widget2 h4,
#widgetsrow1 .widget3 h4 {
	font-family: 'rubikregular';
	text-transform: uppercase;
	font-size: 18px;
	margin: 2px 0 10px 0;
	padding: 0;
	text-align: center;
}

#sidebar {
	float: right;
	width: 100%;
	margin-right: 0;
	padding: 0px;
	display: inline;
	max-width: 285px;
}

#sidebar .widget {
	background: #fcfcfc;
	float: left;
	width: 100%;
	padding: 20px;
}

#sidebar h4 {
	font-family: 'oswaldregular';
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0px;
}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#sidebar ul li ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#sidebar #text-9 {
	background: #ffffff;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
	border: none;
}

.button {
	float: left;
	border-left: 1px solid #ACACAC;
}

.button1 {
	float: left;
}

#sidebar .wpcf7-text,
#sidebar .wpcf7-textarea,
#sidebar .wpcf7-captchar {
	border: 1px solid #b5b5b5;
	width: 220px;
	margin-bottom: 5px;
	font-family: rubikregular;
	font-size: 12px;
	font-style: italic;
	color: #7f7f7f;
	padding: 5px;
}

#sidebar .wpcf7-textarea {
	height: 50px;
}

#wpcf7-f8-w1-o1 .wpcf7-submit {
	background: url(images/submit_button.jpg);
	width: 115px;
	height: 31px;
	border: none;
	float: right;
}

#footer {
	width: 100%;
	border-top: 1px solid #5f7298;
	margin: 0 auto;
	background-color: #18191c;
}

#footer h4 {
	font-family: 'BebasNeue';
	color: #f96827;
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.footerleft {
	float: left;
	font-size: 85%;
	width: 50%;
	margin: 0 auto 10px;
	padding-top: 15px;
	color: #ffffff;
	text-align: left;
}

.footerright {
	float: right;
	font-size: 85%;
	width: 50%;
	margin: 0 auto 10px;
	padding-top: 15px;
	color: #ffffff;
	text-align: right;
}

.footerright a {
	color: #ffffff;
	text-decoration: underline;
}

#footericons {
	background: url(images/bottombg.jpg);
	height: 93px;
	margin-top: 5px;
	position: relative;
}

#sidebar #text-2,
#sidebar #text-4 {
	width: 278px;
	margin-top: 20px;
	padding: 0;
	background: none;
	border: none;
}

.footicons {
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ficons {
	float: left;
	margin: 18px 5px 0 0;
}

.ficons img,
.ficons1 img {
	width: 107px;
}

.ficons1 {
	float: left;
	margin: 18px 0px 0 0;
}

.comments {
	float: left;
	width: 625px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	display: none;
}

/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/************************************************
*	Search Form									*
************************************************/
#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#searchbox {
	background: #ececec !important;
	width: 178px;
	color: #333333;
	font-size: 12px;
	font-family: rubikregular;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border: none;
}

#s {
	background: #EEEEEE !important;
	width: 160px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

#searchsubmit {
	background: url(images/searchicon.jpg);
	margin: 0;
	padding: 0;
	border: none;
	width: 24px;
	height: 28px;
}

#subscribe {
	background: #FFFFFF url(images/feedburner.png) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}

#subbutton {
	background: #555555;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

#author,
#email,
#url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
}

#submit {
	background: #555555;
	color: #FFFFFF;
	font-size: 11px;
	font-family: rubikregular, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

#comment {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
}

.blog_outer h2 a {
	color: #cc540b !important;
	font-size: 20px;
	font-family: 'oswaldregular';
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: none !important;
}

/************************************************
*	Comments									*
************************************************/
.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#commentform {
	margin: 5px 10px 0px 0px;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.comments h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #1f5a86;
}

#commentform p {
	margin: 5px 0px 5px 0px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}

.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

.children {
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

.even,
.alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

/* .sliderout {
	
height:409px;

} */

.slider1 ul,
.slider1 li {
	list-style: none;
}

.caddress {
	float: left;
	width: 49%;
}

.cform {
	float: right;
	width: 49%;
}

.formheader {
	background: url('images/header_bg.png');
	height: 170px;
	width: 903px;
	margin: 0 auto;
}

.form_header {
	background: url(images/form_header.png) no-repeat top left;
	height: 136px;
	width: 645px;
	margin: 0 auto;
}

.formtitle {
	font-size: 30px;
	color: #ffffff;
	padding-top: 87px;
	padding-left: 20px;
	font-family: 'oswaldregular';
	line-height: 33px;
}

.details {
	width: 35%;
	float: left;
	font-family: rubikregular;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
}

.formrigbt {
	width: 58%;
	float: right;
	border: 1px solid #4B86AF;
	margin-right: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* .formouter {} */

/***************************************************888 */
#form-middle {
	background: url(../images/form-middle.gif) repeat-y;
}

#form-inner {
	background: url(../images/form-bottom.gif) no-repeat bottom;
	position: relative;
	width: 464px;
	padding: 10px 33px 0px 33px;
	color: #636363;
	font-size: 12px;
	font-weight: bold;
}

#forminner {
	background: url(../images/form-bottom.gif) no-repeat bottom;
	position: relative;
	width: 494px;
	padding: 10px;
	color: #636363;
	font-size: 12px;
	font-weight: bold;
}

#required-text {
	position: absolute;
	float: right;
	color: #555555;
	font-size: 10px;
	font-style: italic;
	top: 5px;
	left: 335px;
	white-space: nowrap;
	overflow: hidden;
}

#requiredtext {
	position: absolute;
	float: right;
	color: #555555;
	font-size: 10px;
	font-style: italic;
	top: 5px;
	left: 5px;
	white-space: nowrap;
	overflow: hidden;
}

#form h2 {
	color: #871e26;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 3px;
}

#form input,
select {
	margin: 6px 0 -1px 0;
	display: inline;
}

.formfield {
	float: left;
	margin: 12px 10px 0 0;
	display: inline;
	vertical-align: middle;
}

.formlast {
	margin-right: 0;
}

#first_name {
	width: 105px;
}

#middle_initial {
	width: 40px;
}

#last_name {
	width: 105px;
}

#address1 {
	width: 155px;
}

#address2 {
	width: 52px;
}

#city {
	width: 105px;
}

#zip {
	width: 75px;
}

#areacode,
#phone1,
#confirm_areacode,
#confirm_phone1 {
	width: 40px;
}

#phone2,
#confirm_phone2 {
	width: 52px;
}

#emailid {
	width: 155px;
}

#form #email {
	margin-bottom: 18px;
}

#submit-button {
	display: block;
}

.formrigbt .wpcf7-submit {
	background: #185582;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.red {
	color: #F00;
}

.tabledesign {
	border: 1px solid #89AB4E;
	font-size: 12px;
}

.tabledesign th {
	background: #B7B7B7;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.tabledesign tr {
	background: #DEE5DE;
}

.tabledesign td {
	padding: 5px;
}

.tabledesign td.ti {
	background: #B7B7B7;
	font-weight: bold;
	padding: 5px;
}

.tabledesign tr.odd {
	background: #FFFFFF;
}

.lphone {
	display: none;
	font-size: 18px;
	font-weight: bold;
}

.summary .prodesc {
	display: none;
}

#content12 {
	padding: 20px;
}

#content12 #sidebar {
	border: 1px solid #ff0000;
}

#content12 .images {
	width: 50%;
	border: 1px solid #ff0000;
	float: left;
}

#content12 .summary {
	width: 50%;
	border: 1px solid #ff0000;
	float: right;
}

/* #content12 .quantity {}

#content12 .button {}

#content12 .woocommerce-tabs {} */

#content .related.products h2 {
	text-align: center;
	text-transform: uppercase;
}

#content .woocommerce-tabs h2 {
	text-transform: uppercase;
}

.woocommerce .related.products li.product p {
	display: none;
}

.woocommerce .related.products li.product {
	margin: 15px 0 0;
}

#container {
	width: 65%;
	float: left;
}

#text-11 {
	margin: 0px !important;
	padding: 0px !important;
	width: 275px !important;
}

.brentwood {
	background: #013A5A;
	width: 97%;
	height: 100%;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin-top: -13px;
}

#recaptcha_widget {
	width: 230px !important;
}

#recaptcha_area,
#recaptcha_table,
#recaptcha_table .recaptchatable,
#recaptcha_table .recaptcha_theme_red {
	width: 230px !important;
}

#recaptcha_image {
	width: 200px !important;
}

#recaptcha_image img {
	width: 200px !important;
}

.recaptcha_control {
	width: 200px !important;
}

#recaptcha_table .recaptcha_image_cell {
	width: 210px !important;
}

#mainslider {
	width: 100%;
}

.postarea img {
	max-width: 100%;
	height: auto;
}

.territories {
	width: 100%;
	max-width: 170px;
	display: inline-block;
	vertical-align: top;
}

/* MobMenu */
#mobmenubar {
	display: none;
}

.hide {
	display: none;
}

.reviewus {
	width: 100%;
}

.reviewus a {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.side_natur {
	width: 100%;
}

#franchise {
	max-width: 100%;
	min-height: 5500px;
	border: none;
}

.callnow,
.mcallnow {
	background: #0f4f7f;
	display: none;
	position: absolute;
	z-index: 9999;
	text-align: left;
	font-size: 16px;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -10px;
	padding: 5px;
}

.callnow li,
.mcallnow li {
	list-style-type: none;
}

.callnow li a,
.mcallnow li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.callnow li a:hover,
.mcallnow li a:hover {
	background: #fff;
	display: block;
	text-decoration: none;
	color: #0f4f7f !important;
}

.contactpages {
	display: inline-block;
	float: left;
}

.contactpages span {
	display: block;
	text-align: center;
	color: #03375c;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 16px;
}

.contactpages img {
	max-width: 350px;
	cursor: pointer;
}

.contactpages img:hover {
	opacity: 0.9;
}

.cpages {
	background: #0f4f7f;
	position: absolute;
	z-index: 999;
	text-align: left;
	font-size: 16px;
	list-style: none;
	margin-top: 12px;
	padding: 10px 0;
	width: 250px;
	border-radius: 3px;
}

.cpages li {
	list-style-type: none;
}

.cpages li a, .cpages li span{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	display: block;
}

.cpages li a:hover, .cpages li span:hover {
	background: #fff;
	display: block;
	text-decoration: none;
	color: #0f4f7f;
}
.modal{
	z-index: 99999!important;
}
/*Cart Top*/
.cart_link {
	float: left;
	margin-left: 2.5em;
	margin-top: 2em;
}

.fa.fa-shopping-basket {
	background: #e6eaec;
	padding: 5px;
	border-radius: 100px;
	width: 35px;
	height: 35px;
	font-size: 22px;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;
	transition: 0.2s;
}

.cart_link a {
	text-transform: uppercase;
	color: #03375c;
	font-size: 17px;
	display: block;
}

.cart_link a:hover .fa.fa-shopping-basket {
	background: #03375c;
	color: #fff;
}

/*Chat button */
#bubbles {
	position: fixed;
	right: 19px;
	bottom: 5%;
	z-index: 100;
}

.bubble-wrap {
	width: 161px;
	margin: 20px auto;
}

.bubble-wrap a {
	color: #03375c;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.bubble {
	position: relative;
	padding: 15px;
	text-align: center;
	background: #a9bf22;
	border-radius: 4px;
	font-size: 1em;
	line-height: 1.25em;
}

.bubble a:hover {
	color: #055ad9;
}

.bubble .fa {
	font-size: 18px;
}

.bubble.right::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	border-color: transparent #a9bf22;
	display: block;
	width: 0;
	z-index: 0;
	right: -16px;
	top: 50%;
	margin-top: -16px;
}

.bubble.right::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	/* border-color: transparent #FFFFFF;*/
	border-color: transparent #a9bf22;
	display: block;
	width: 0;
	z-index: 1;
	right: -16px;
	top: 50%;
	margin-top: -16px;
}

/* chat button */

#newsletter {
	width: 100%;
	max-width: 460px;
	padding-top: 40px;
}

.reviews {
	min-width: 320px;
}

.rsummary {
	background: url(images/ratingbg.svg) no-repeat top;
	background-size: 100% 100%;
	padding: 30px;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.rsummary b,
.rsummary b a,
.avrating {
	color: #fff;
}

.avstar {
	width: 80px;
	height: 14px;
	background: url(images/snstar.png) no-repeat top left;
}

.avp {
	background: url(images/snstar.png) no-repeat 0px -14px;
	overflow: hidden;
	height: 14px;
}

.side-menu-wrapper ul,
a.menu-close {
	display: none;
}

ul.pricing_list.brk-fbox li:first-child {
	width: 96%;
}

ul.pricing_list li {
	width: 47%;
	box-shadow: 5px 0px 16px rgba(0, 0, 0, 0.10);
	margin: 11px 10px;
	text-align: center;
	list-style: none;
}

ul.pricing_list {
	flex-wrap: wrap;
	display: flex;
	margin: 0;
	padding: 0;
}

ul.pricing_list li .prices {
	background: #7b9661;
	padding: 10px;
	color: #fff;
	font-size: 34px;
	min-height: 145px;
	display: flex;
	align-items: center;
	font-family: 'oswaldregular';
	justify-content: center;
	border-bottom: 11px solid #003f5e;
}

#content ul.pricing_list h4 {
	font-size: 19px;
	margin-top: 13px;
	color: #003f5e;
}

#content ul.pricing_list h4 {
	font-size: 19px;
	margin-top: 13px;
	color: #003f5e;
	margin-bottom: 43px;
}

a.schdule-btn {
	background: #003f5e;
	color: #fff;
	padding: 9px 15px;
	border-radius: 9px;
	margin-top: 13px;
	margin-bottom: 19px;
	display: block;
	width: 139px;
	margin: 10px auto 21px;
	border: 2px solid #003f5e;
	transition-duration: 1s;
}

a.schdule-btn:hover {
	background: transparent;
	color: #003f5e;
}

#content h3.pricing-title {
	text-align: center;
	font-size: 24px;
	margin-top: 38px;
}

ul.pricing_list li:last-child {
	width: 100%;
	text-align: left;
	padding: 18px;
	line-height: 27px;
}

ul.pricing_list li p {
	padding: 0 21px;

}

#content ul.pricing_list li:last-child h4 {
	margin-bottom: 0;
}

ul.pricing_list li:last-child p {
	padding: 0;
	line-height: 27px;
	margin-top: 0;
}

.container.sitemap-outer ul {
	padding: 0;
	margin: 0 0 0 14px;
}

.sitemap-outer ul li {
	line-height: 30px;
}

#content .container.sitemap-outer h3 {
	font-size: 29px;
	margin: 26px 0 0;
}

@media screen and (max-width: 1164px) {
	#contentleft {
		width: 70%;
	}

	#sidebar {
		max-width: 27%;
		box-sizing: border-box;
	}

	#sidebar ul li {
		box-sizing: border-box;
	}

	div#contentleft iframe,
	#sidebar iframe {
		width: 100%;
	}
}


@media screen and (max-width: 992px) {
	#navbar {
		margin-top: 0px;
	}

	.col-6 {
		width: 50%;
	}

}

@media screen and (max-width: 812px) {

	.postarea img {
		max-width: 100%;
		height: auto;
	}

	#navbar {
		display: none;
	}

	#mobmenubar {
		color: #fff;
		background-color: #fff;
		padding: 10px 0px 10px 0;
		cursor: pointer;
		display: inline-block;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
	}

	#mobmenubar,
	.mobmenu {
		width: 100%;
		max-width: 100%;
	}

	#mobmenubar .opener,
	#mobmenubar .mlogo,
	#mobmenubar .mphone,
	#mobmenubar .mcontact {
		width: 100%;
		max-width: 15%;
		font-size: 25px;
		text-align: center;
		height: 55px;
		display: inline-block;
		vertical-align: top;
		margin: 0px 5px;
	}

	#mobmenubar .opener a,
	#mobmenubar .mlogo a,
	#mobmenubar .mphone a,
	#mobmenubar .mcontact a {
		color: #111;
		line-height: 50px;
	}

	.mobmenu {
		background: #0f4f7f;
		position: fixed;
		z-index: 99999;
		top: 50px;
		left: 0;
	}

	.hide {
		display: none;
	}

	.show {
		display: block;
		margin-top: 16px;
	}

	.mobmenu ul {
		margin: 0;
		padding: 0;
	}

	.mobmenu .plusimageapply {
		list-style-image: url(images/plusa.png);
		cursor: pointer;
	}

	.mobmenu .minusimageapply {
		list-style-image: url(images/selecta.png);
		cursor: pointer;
	}

	.mobmenu .selectedimage {
		list-style-image: url(images/selected.png);
		cursor: pointer;
	}

	.mobmenu li.menu-item-has-children {
		margin-left: 20px;
		margin-bottom: 5px;
		padding-left: 5px;
	}

	.mobmenu a {
		color: #fff;
		display: inline;
		padding: 5px 0px 10px;
	}

	.mobmenu ul li:hover,
	.mobmenu li:active a,
	.mobmenu li:focus a {
		background: #7c9660;
		color: #fff;
		text-decoration: none;
	}

	.mobmenu li,
	.mobmenu li li {
		list-style: none;
		padding: 5px 30px;
		border-top: 1px solid #000;
	}

	.mobmenu li a {
		display: block;
	}

	.mobmenu a.selectedimage {
		padding-bottom: 5px;
	}

	#franchise {
		height: 8600px;
	}

	.contactpages {
		display: none;
	}

	ul.pricing_list li {
		width: 46%;
	}
	.video-slider{
		padding-bottom: 60px!important;
	}
	.slick-next, .slick-prev{
		top:unset!important;
	}

	.slick-arrow{
		bottom:-35px!important;
	}

	.slick-next{
		right: 55px!important;
	}

	.slick-prev{
		left:55px!important;
	}

}

@media screen and (max-width: 800px) {
	.checkout-button {
		display: block;
	}

	.shop_table thead {
		display: none !important;
	}

	.shop_table tbody tr td {
		display: block !important;
	}

	.woocommerce table.cart td.actions .button.alt {
		float: none;
		display: block;
		width: 80%;
		margin-top: 5px;
	}

	#container {
		width: 100%;
		float: none;
	}

	body {
		font-size: 90%;
	}

	#newsletter {
		text-align: center !important;
	}

	#newsletter .contact-btn {
		float: none !important;
	}

	#wrap {
		background: #ffffff;
		width: 100%;
		margin: 0px auto 0px;
		position: relative;
	}

	#header {
		width: 100%;
		height: 85px;
	}

	.postarea iframe {
		width: 100%;
	}

	.lphone {
		margin: 0px auto;
		display: block;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}

	.icons {
		display: block;
		width: 120px;
		margin: 0 auto;
		float: none;
	}

	.searchb {
		display: none;
	}

	.headerleft,
	.headerright {
		margin: 0;
		padding: 0;
		float: none;
	}

	.spacing,
	.cart_link {
		display: none;
	}

	#header h1,
	#header h4 {
		margin: 0;
		padding: 5px 0;
		height: 80px;
	}

	.headerright {
		max-width: 320px;
		float: none;
		margin: 0px auto;
	}

	#navbar {
		background: none;
		width: 93%;
		margin: 0 auto;
	}

	#nav li {
		list-style: none;
		margin: 0px 0 5px 0;
		padding: 0px;
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#nav li a,
	#nav li a:link,
	#nav li a:visited {
		color: #FFFFFF;
		display: block;
		font-size: 16px;
		font-family: 'rubikregular';
		font-weight: normal;
		text-transform: uppercase;
		margin: 0px;
		padding: 9px 15px 8px 15px;
	}

	#nav li a:hover {
		background: #125c8b;
	}

	#nav li.current_page_item a {
		background: #ae4c0b;
	}

	#header #imageheader {
		background-size: contain;
		width: 100%;
		height: 80px;
		background-position: center;
		margin: 0px;

	}

	.icons {
		clear: both;
		margin-bottom: 15px;
	}

	.headercheckout {
		display: none;
	}

	.addresses {
		width: 90%;
		height: auto;
		margin: 0px auto;
	}

	.addresses li {
		min-width: 48%;
		display: inline-block;
	}

	.address11 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address12 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address13 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address14 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address15 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address16 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address17 {
		background: #E6E6E6;
		width: 88%;
		float: none;
		font-size: 12px;
		font-weight: bold;
		margin: 2px auto;
	}

	.address11 a,
	.address12 a,
	.address13 a,
	.address14 a,
	.address15 a,
	.address16 a {
		color: #013a5a;
	}

	.icon {
		float: right;
		margin-left: 6px;
		width: 24px;
		height: 24px;
	}

	#content {
		width: 95%;
		margin: 20px auto 0px;
		padding: 0px;
		line-height: 18px;
	}

	#contentleft {
		float: none;
		width: 93%;
		margin: 0px auto 15px;
		padding: 0px;
		border-bottom: 1px solid #cccccc;
	}

	#content h1 {
		color: #4c5b02;
		font-size: 24px;
		font-family: oswaldregular;
		font-weight: normal;
		margin: 0px 0px 5px 0px;
		padding: 10px 0px 0px 0px;
	}

	#content h1 a,
	#content h1 a:visited {
		color: #cc540b;
		font-size: 22px;
		font-family: 'oswaldregular';
		font-weight: normal;
		margin: 0px 0px 5px 0px;
		padding: 10px 0px 0px 0px;
	}

	#content h1 a:hover {
		color: #333333;
		text-decoration: none;
	}

	#content h2 {
		color: #cc540b;
		font-size: 20px;
		font-family: 'oswaldregular';
		font-weight: normal;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
	}

	#content h3,
	.products h3 {
		color: #013a5a;
		font-size: 17px;
		font-family: rubikregular;
		font-weight: bold;
		margin: 12px 0px 10px 0px;
		padding: 3px 0px 3px 0px;
	}

	#content h4 {
		font-size: 15px;
		font-family: 'oswaldregular';
		font-weight: normal;
		margin: 0px 0px 20px 0px;
		padding: 10px 0px 0px 0px;
	}

	/************************************************
*	Sidebar 		    	        	        * 
************************************************/
	#sidebar {
		float: none;
		width: 93%;
		margin: 0px auto;
		padding: 0px;
	}

	#sidebar .widget {
		background: #f4f4f4;
		float: left;
		width: 88%;
		margin: 0px 0 15px 0;
		padding: 15px;
		border: 3px solid #b4b4b4;
	}

	#sidebar h4 {
		font-family: 'oswaldregular';
		color: #333333;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
		border-bottom: 1px solid #ddd;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0;
	}

	#sidebar p {
		margin: 0px;
		padding: 0px 0px 0px 0px;
	}

	#sidebar .wpcf7-text,
	#sidebar .wpcf7-textarea {
		width: 250px;
		margin-bottom: 18px;
	}

	#sidebar ul {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	#sidebar ul li {
		list-style-type: none;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

	#sidebar ul ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	#sidebar ul li li {
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}

	#sidebar ul li ul li {
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}

	.phone {
		display: block;
		/*background:url(images/phone.png) no-repeat center left;*/
		padding-left: 28px;
		font-size: 18px;
		color: #0F4E81;
		font-weight: bold;
		width: 120px;
		margin: 5px auto 5px;
	}

	.email {
		display: none;
	}

	#footer {
		width: 100%;
		padding: 0px 0 0 0;
		height: auto;
	}

	#footer .widget1 {
		float: none;
		margin: 0 auto 20px;
		color: #ffffff;
		width: 93%;
	}

	#footer .widget2 {
		float: none;
		margin: 0 auto 20px;
		color: #ffffff;
		width: 93%;
	}

	#footer .widget3 {
		float: none;
		margin: 0 auto 20px;
		color: #ffffff;
		width: 93%;
	}

	#footer .widget4 {
		float: none;
		margin: 0 auto 20px;
		color: #ffffff;
		width: 93%;
	}

	#footer .widget1 ul,
	#footer .widget2 ul,
	#footer .widget3 ul,
	#footer .widget4 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#footer .widget1 ul li {
		color: #ffffff;
	}

	/*#footer a{
color:#013A5A;
}*/
	#footer h4 {
		font-family: 'BebasNeue';
		color: #f96827;
		font-size: 18px;
		padding: 0;
		margin: 0;
	}

	.footerleft {
		float: none;
		font-size: 85%;
		width: 93%;
		margin: 0 auto 10px;
		padding-top: 15px;
		color: #ffffff;
		text-align: center;
		border-top: 1px solid #000000;
	}

	.footerright {
		float: none;
		font-size: 85%;
		color: #ffffff;
		width: 93%;
		margin: 0 auto;
		padding: 0px;
		text-align: center;
		border: none;
	}

	#sidebar #text-9 {
		margin: 10px;
		padding: 0;
		text-align: center;
		border: none;
	}

	#widgetsrow1 {
		margin: 20px 0 0px 0;
		padding-bottom: 20px;
	}

	.title {
		font-family: 'oswaldregular';
		color: #333333;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #cccccc;
		padding: 0 0 3px 0;
		margin: 20px 0 20px 0;
	}

	#widgetsrow1 .widget1 {
		background: #dee5de;
		border: 1px solid #89ab4e;
		float: none;
		width: 80%;
		margin: 0 auto 20px;
		padding: 7px 20px 15px 20px;
	}

	#widgetsrow1 .widget2 {
		background: #dee5de;
		border: 1px solid #89ab4e;
		float: none;
		width: 80%;
		margin: 0 auto 20px;
		padding: 7px 20px 15px 20px;
	}

	#widgetsrow1 .widget3 {
		background: #dee5de;
		border: 1px solid #89ab4e;
		float: none;
		width: 80%;
		margin: 0 auto 20px;
		padding: 7px 20px 15px 20px;
	}

	.wimage {
		width: 100%;
		margin: 0 auto;
	}

	#contact {
		display: none;
	}

	#footericons {
		display: none;
	}

	.comments {
		float: left;
		width: 93%;
		margin: 0px 0px 10px 0px;
		padding: 10px;
		border: 1px solid #DDDDDD;
	}

	.caddress {
		float: none;
		width: 100%;
	}

	.cform {
		float: none;
		width: 100%;
	}

	.wpcf7-textarea {
		width: 100%;
	}

	.sliderout {
		height: auto;
	}

	.ls-thumbnail-inner {
		display: none;
	}

	.button {
		float: left;
		/*width:20%;*/
		border-left: 1px solid #ACACAC;
	}

	.button img {
		width: 100%;
	}

	.button1 img {
		width: 100%;
	}

	.button1 {
		float: left;
		width: 24.9%;
	}

	.copyright {
		text-align: center;
		color: #b3b3b3;
		margin: 10px 0 0 0;
		font-size: 13px;
	}

	.copyright a {
		color: #ffffff;
		text-decoration: underline;
	}

	.testinews {
		background: #e5e5e5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width: 80%;
		padding: 20px;
		margin: 20px auto 0px;
	}

	.newsle {
		background: url(images/newsletter_icon.jpg) no-repeat;
		color: #013a5a;
		font-size: 15px;
		padding-left: 32px;
	}

	.newsletter ul,
	.newsletter ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.newsletter .wpcf7-text {
		width: 95%;
		padding: 5px;
		border: 1px solid #b5b5b5;
	}

	.testimonialbox {
		width: 90%;
		background: url(images/quote_open.jpg) top left no-repeat;
		margin: 0 auto;
	}

	.testimonialbox ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#testimonial-container {
		/*background:url(images/quote_close.jpg) bottom right no-repeat;*/
		padding-right: 40px;
		height: auto;
	}

	.newsletter .wpcf7-submit {
		background: url(images/submit_small.jpg);
		width: 85px;
		height: 28px;
		border: none;
		float: right;
	}

	.foottext {
		text-align: center;
		color: #ffffff;
		font-size: 13px;
	}

	.foottext a:link {
		color: #ffffff;
	}

	.atitle {
		font-family: oswaldregular;
		font-size: 15px;
		color: #510707;
	}

	.showrpdiv ul li {
		float: left;
		background: #e1e2e2;
		border: 3px solid #ffffff;
		width: 131px;
		text-align: center;
		height: 225px;
	}

	.prowidtitle {
		font-family: 'oswaldregular';
		width: 275px;
		color: #4c5b02;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.swtitle {
		text-align: center;
		padding: 5px;
		font-size: 12px;
	}

	.swpic {
		text-align: center;
		padding: 5px 5px 0 5px;
	}

	.swprice {
		text-align: center;
		padding-bottom: 5px;
	}

	.hrtag {
		width: 90%;
	}

	#slider {
		display: none;
	}

	ul.products li.product {
		width: 48% !important;
	}

	/*custom mobile menu*/

	.navigation.mobile {
		display: none;
	}

	.side-menu-wrapper {
		/* style menu wrapper */
		background: #002245;
		padding: 40px 0 0 0px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 999999;
		transition: 0.5s;
		/* CSS transition speed */
		width: 250px;
		box-sizing: border-box;
		display: none;
	}

	.side-menu-wrapper ul {
		list-style: none;
		padding: 0;
		margin: 0;
		overflow-y: auto;
		height: 95%;
	}

	.side-menu-wrapper ul li a {
		display: block;
		border-bottom: 1px solid #131313;
		padding: 6px 4px 6px 4px;
		color: #989898;
		transition: 0.3s;
		text-decoration: none;
	}

	.side-menu-wrapper a.menu-close {
		padding: 8px 0 4px 23px;
		color: #fff;
		display: block;
		margin: -30px 0 -10px -5px;
		font-size: 35px;
		text-decoration: none;
	}

	.menu-overlay {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .7);
		overflow-y: auto;
		overflow-x: hidden;
		text-align: center;
		opacity: 0;
		transition: opacity 1s;

	}

	.menu-open {
		border: 1px solid #ccc;
		padding: 9px;
		border-radius: 4px;
	}

	.side-menu-wrapper.active li {
		position: relative;
	}

	.pricing-menu ul.sub-menu li {
		display: inline-block;
		width: 46%;
	}

	.side-menu-wrapper ul,
	a.menu-close {
		display: block;
	}

	ul.sub-menu {
		list-style: none;
		font-size: 14px;
		margin: 0;
		padding: 6px 0;
		background: transparent;
		display: none;
		transition: unset;


	}

	.pricing-menu ul.sub-menu {
		border-bottom: 1px solid #fff;
	}

	ul.sub-menu li a {
		color: #fff;
	}

	ul.sub-menu li {
		border-bottom: none;
		display: block;
		padding: 0;
		color: #fff;
	}

	.side-menu-wrapper ul li a {
		transition: 0.3s;
		text-decoration: none;
		border-bottom: 1px solid hsla(0, 0%, 100%, .15);
		display: block;
		padding: .5em 1em;
		color: #fff;
	}

	.side-menu-wrapper ul li ul a {
		border: none;
	}

	.sub-toggle {
		position: absolute;
		top: 0;
		right: 19px;
		color: #fff;
		font-size: 26px;
	}

	.menu-open {
		border: none;
	}


}

/*iphone portrail 007*/
@media only screen and (min-width : 320px) and (max-width : 349px) {
	.title1 {
		display: none;
	}

	.headermiddle {
		display: none;
	}

	.side_natur {
		width: 50% !important;
	}

	#wpcf7-f114-p960-o1 {
		background-color: #125c8b !important;
	}

	#text-10 {
		text-align: center;
	}

	.textwidget {
		text-align: center;
	}

	#wpcf7-f114-p960-o1 input,
	textarea {
		margin-left: 10px;
		width: 90% !important;
	}

	.capt {
		text-align: center;
		width: 100%;
	}

	.sel-pin {
		text-align: center;
	}
}

/*iphone landscape 007*/
@media only screen and (min-width : 350px) and (max-width : 600px) {
	.title1 {
		display: none;
	}

	.headermiddle {
		display: none;
	}

	.side_natur {
		width: 50% !important;
	}

	#wpcf7-f114-p960-o1 {
		background-color: #125c8b !important;
	}

	#text-10 {
		text-align: center;
	}

	.textwidget {
		text-align: center;
	}

	#wpcf7-f114-p960-o1 input,
	textarea {
		margin-left: 10px;
		width: 90% !important;
	}

	.capt {
		text-align: center;
		width: 100%;
	}

	.sel-pin {
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	.title1 {
		display: none;
	}

	.headermiddle {
		display: none;
	}
}

/*ipad portrait 007*/
@media only screen and (min-width : 720px) and (max-width : 800px) {
	#wpcf7-f114-p960-o1 {
		background-color: #125c8b !important;
	}

	#wpcf7-f114-p960-o1 .wpcf7-textarea {
		width: 90%;
	}

	.title1 {
		display: none;
	}

	.headermiddle {
		display: none;
	}

	#text-2 {
		width: 100% !important;
	}

	.textwidget {
		text-align: center;
	}

	.esp {
		text-align: inherit !important;
	}

	.con-left {
		float: left;
		width: 50%
	}

	.con-right {
		float: left;
		width: 50%
	}

	.con-clear {
		clear: both;
	}

	#text-4 {
		text-align: center;
		width: 100% !important;
	}

	.side-captcha {
		text-align: center;
		width: 100%;
	}

	.side-btn {
		margin: 0 auto;
		text-align: center;
	}

	.wpcf7 {
		text-align: center;
	}

	.esp {
		margin-top: 15px;
		font-weight: bold;
		font-size: 14px;
		text-align: right;
	}

	.side_natur {
		width: 50% !important;
	}

	.capt {
		text-align: center;
		width: 100%;
	}

	.Lice-Place-icon .flex-container {
		display: flex;
		flex-wrap: wrap;
	}

}

@media screen and (max-width:737px) {
	#franchise {
		height: 9350px;
	}

	.Lice-Place .flex-container {
		flex-wrap: wrap;
		display: flex;
	}

	.icon-box {
		width: 49%;
		margin: 5px 2px 0 3px;
		display: inline-block;
	}
}

@media screen and (max-width:667px) {
	#franchise {
		height: 9450px;
	}
}


@media screen and (max-width:480px) {
	.addresses li {
		width: 100%;
		margin: 0px 0 20px;
		display: block;
	}

	#franchise {
		height: 10600px;
	}

	.icon-box {
		width: 100% !important;
		margin: 5px 0 12px 0 !important;
	}
}


/*Update Css Upen*/
#mainslider div {
	float: none;
	width: 100% !important;
}

.sliderout .bx-wrapper {
	max-width: 100% !important;
}

.sliderout .bx-wrapper .bx-viewport {
	left: 0 !important;
}

.woocommerce .quantity .qty {
	border: 1px solid #ccc;
	height: 40px;
}

.cart_item .product-thumbnail img {
	width: 50px;
}

#mobmenubar .mcallnow a {
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	padding: 0 8px;
}

.reviewus a {
	display: inline-block;
	vertical-align: top;
}

/*blog list*/
ul.blog_list li a.btn.blog_read:hover {
	background: #a9bf22;
}

body ul.blog_list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

body ul.blog_list h2 {
	line-height: 30px;
}

ul.blog_list li.thum {
	width: 36%;
	float: left;
	padding-left: 0;
}

ul.blog_list li {
	width: 64%;
	padding-left: 30px;
	float: left;
}

ul.blog_list li.thum img {
	width: 100%;
	object-fit: cover;
}

ul.blog_list li.thum {
	width: 36%;
	float: left;
	padding-left: 0;
	height: 242px;
	overflow: hidden;
}

ul.blog_list .more-link {
	display: none;
}

ul.blog_list li a.btn.blog_read {
	padding: 13px 30px;
	background-color: #e5772a;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.3s;
}

.blog_outer {
	padding: 16px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	/* background: #f3f1f1; */
	transition-duration: 1s;
	border-radius: 8px;
}



/*quick-contact*/
.quick-contact {
	background-color: #f7f8fa;
	width: 100%;
	position: relative;
}

.quick-contact .container {
	max-width: 1200px;
}

.col {
	float: left;
	width: 48%;
	padding-right: 2%;
}

.quick-contact h2,
.quick-contact h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 32px;
	margin-bottom: 20px;
	display: block;
	margin-top: 0;
	line-height: 36px;
}

#content .quick-contact h3 {
	font-size: 22px;
	margin: 0 0 10px;
}

.left-section {
	padding: 6em 0em 6em 5em;
	position: relative;
	width: 52%;
	z-index: 9;
	background-size: cover;
	height: 100%;
	background-image: url(/wp-content/uploads/2020/12/theliceplace-bg2.jpg);
	height: 100%;
}

.left-section .col ul {
	margin-bottom: 25px;
}

.left-section ul,
.left-section .col li {
	display: block;
	margin: 0;
	padding: 0;
}

.left-section a,
.news_update ul li a:hover {
	text-decoration: none;
	color: #e5772a;
}

.right-quick-form {
	padding: 0;
	width: 48%;
	height: 540px;
}

.right-quick-form h2 {
	color: #333;
}

.news_update {
	margin-top: 25px;
}

.news_update ul {
	margin-left: 15px;
}

.news_update ul li {
	color: #e5772a;
	margin-top: 10px;
}

.news_update ul li a {
	color: #fff;
}

.VARY-LOCATION {
	background-color: #03375c;
	padding: 30px 0 20px;
	overflow: hidden;
}

.VARY-LOCATION .container {
	max-width: 700px;
}

.Operation {
	float: left;
}

.Operation h4 {
	font-size: 32px;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.Operation span {
	color: #fff;
	margin: 0;
}

.VARY-LOCATION .contact-btn,
#newsletter .contact-btn {
	float: right;
	padding: 13px 30px;
	background-color: #e5772a;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.3s;
}

.VARY-LOCATION .contact-btn:hover,
#newsletter .contact-btn:hover {
	background-color: #b1d00e;
}

/*review styling start*/
ul.social.review-list a {
	width: 100px;
	height: 100px;
	font-size: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 1s;
	margin: 0;
}

.social li {
	list-style-type: none !important;
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: top;
}

.social li a i {
	color: #fff;

}

ul.social.review-list li:nth-child(2) a {
	background: rgb(220 66 56);
}

ul.social.review-list li:nth-child(1) a {
	background: #3a559f;
}

ul.social.review-list li:nth-child(3) a {
	background: #e9361aaa;
}

ul.social.review-list li a:hover {
	transform: translateY(-10px);
	box-shadow: 1px 14px 12px #ccc;
	text-decoration: none;
	color: #fff;
}

ul.social.review-list li {
	margin: 0 11px 0 0 !important;
}

ul.social.review-list {
	margin: 8px 0 27px;
	padding: 0;
}

ul.social.review-list li a {
	transition-duration: 1s;
}

.right-quick-form img {
	width: 100%;
	height: 100%;
	background-size: cover;
	object-fit: cover;
}

.quick-contact .flex-container {
	align-items: center;
	justify-content: center;
}


/* pricing page  styling start*/
.table-responsive.pricing-table thead tr th:nth-child(1) {
	background: #2b2b2b;
	color: white;
}

.table-responsive.pricing-table thead tr th:nth-child(2) {
	background: #03375c;
	text-align: center;
	color: #fff;
}

.table-responsive.pricing-table thead tr th:nth-child(3) {
	background: #9ece20;
	color: #fff;
}

.table-responsive.pricing-table th {
	color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-responsive.pricing-table td,
.table-responsive.pricing-table th {
	vertical-align: middle;
	padding: 17px;
	border-top: 1px solid #ddd;

	/* border: 1px solid #ccc; */
}

.table-responsive.pricing-table thead tr th {
	padding: 28px 0px !important;
	border: none;
	text-align: center;
	color: #fff;
}

.table-responsive.pricing-table.hidden-xs a.btn {
	float: none;
	padding: 13px 30px;
	background-color: #e5772a;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.3s;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.table-responsive.pricing-table.hidden-xs tbody tr th:nth-child(1) {
	text-align: left;
}

ul.pricing_lists {
	display: none;
}

section.pricing-sec-mobile {
	display: none;
}

ul.pricing_list ul {
	margin: 0;
}

ul.pricing_list ul li {
	background: transparent !important;
	width: 100%;
	text-align: left;
	margin: 0;
	box-shadow: none;
	line-height: 34px;
}

ul.pricing_list ul li:last-child {
	padding: 0;
}

ul.pricing_list ul {
	margin: 9px 0;
	padding: 0;
}

.order_data_column .address {
	max-width: 90%;
}

@media only screen and (max-width: 767px) {

	.order_data_column .address {
		max-width: 100%;
	}

	/*ul.pricing_lists {
	    margin: 0px;
	    padding: 0px;
	    display: block;
	}
	ul.pricing_lisst>li:nth-child(1), .pricing-des:nth-child(1) .btn-warning {
   	 border-top: 9px solid #7dd1e9;
	}
	ul.pricing_lists>li h3 {
	    color: #000;
	    margin-bottom: 0px;
	}
	ul.pricing_lists .head h6 {
	    font-weight: 500;
	    margin: 0;
	    padding: 0;
	    font-size: 14px;
	}
  ul.pricing_lists>li {
	    width: 100%;
	    position: relative;
	    margin: 0;
	    padding: 18px;
	    color: #636d75;
	    background: #f9f9f9;
	    border-radius: 4px;
	    border-top: 9px solid #ccced0;
	    list-style: none;
	    margin-bottom: 32px;
	    box-shadow: 2px 4px 20px rgb(0 0 0 / 10%);
	        box-sizing: border-box;
	}
	.table-responsive.pricing-table{
		display: none;
	}
	ul.package-items {
	    margin: 0px;
	    padding: 0px;
	}
	ul.package-items li {
		line-height: 28px;
		list-style: none;
		color: #656565;
		font-weight: 600;
		background: transparent;
		box-shadow: none;
		width: 100%;
		list-style: disc;
		text-align: left;
	}
	.our_services-mob,.packages-a-item,.package-b-items-mob{
		display: none;
	}
	 ul.pricing_lists>li a.btn {
	    float: none;
	    padding: 13px 30px;
	    background-color: #e5772a;
	    border-radius: 3px;
	    color: #fff;
	    text-transform: uppercase;
	    display: inline-block;
	    transition: 0.3s;
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	}
	.packages-items {
    	display: none;
	}*/
	section.pricing-sec-mobile {
		display: block;
	}

	section.pricing-sec-mobile h3 {
		background: #2b2b2b;
		color: white !important;
		padding: 18px 42px !important;
		text-align: center;

	}

	section.pricing-sec-mobile ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		list-style: none;
	}

	section.pricing-sec-mobile ul li.pric-label {
		width: 50%;
		list-style: none;
		padding: 0;
	}

	section.pricing-sec-mobile ul li.pric-label:nth-child(2) h3 {
		background: #03375c;
		text-align: center;
		color: #fff;
	}

	section.pricing-sec-mobile ul li.pric-label:nth-child(3) h3 {
		background: #2b2b2b;
		text-align: center;
		color: #fff;
	}

	section.pricing-sec-mobile ul li.pric-label:nth-child(4) h3 {
		background: #9ece20;
		text-align: center;
		color: #fff;
	}

	section.pricing-sec-mobile ul li {
		width: 100%;
		line-height: 24px;
		vertical-align: middle;
		padding: 17px;
		border-top: 1px solid #ddd;
		color: #000;
		font-weight: bold;
		padding: 8px;
	}

	.table-responsive.pricing-table.hidden-xs {
		display: none;
	}

	section.pricing-sec-mobile ul li ul li {
		height: 40px;
		overflow: auto;
	}

	section.pricing-sec-mobile a.btn {
		float: none;
		padding: 13px 30px;
		background-color: #e5772a;
		border-radius: 3px;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		transition: 0.3s;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin: 10px 0;
	}

	div#mainslider>div {
		height: auto !important;
	}

	ul.addresses li {
		text-align: center;
		width: 100%;
		display: block;
		padding: 9px;
	}

	.addresses li {
		width: 100% !important;
	}
}

.front-page .home-title{
	text-align: center;
  font-size: 3rem!important;
	
}

/* pricing table styling end*/
body.customize-support {
	overflow-x: hidden;
}

p.plus {
	font-size: 25px;
}

a.appointment_btn {
	color: #fff;
	background-color: #0F4F7F;
	padding: 15px 25px;
	border-radius: 22px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

p.font_price {
	line-height: 40px !important;
	font-size: 24px !important;
}

div#header .container {
	max-width: 1170px;
}