@charset "utf-8";

/* CSS Document */
body {
	background: #c6c9ce;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea {
	font-family: 'Open Sans', sans-serif;
}

a:focus {
	outline: none;
}

h1 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
}

#content-area h2 {
	color: #333;
	font-size: 23px;
	font-weight: 600;
	line-height: 28px;
}

#content-area h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

/*Header Section*/
header {
	position: relative;
	/*background: #edf0f1 url("../img/banner-bgline.png") repeat scroll 0 0;*/
	z-index: 2;
}

.inner-page {
	background: #f8f8f8;
	padding: 20px 0;
}
.inner-page.no-img {
	border-bottom: 1px solid #ccc;
}
.left-image {
	max-width: 100%;
	height: auto;
	display: block;
}

.overlay {
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f5f6, endColorstr=#f4f5f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f5f6, endColorstr=#f4f5f6)";
	padding: 20px 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: #fff\0/;
}

/*Navigation*/
.navbar {
	min-height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar .navbar-collapse {
	position: absolute;
	text-align: center;
	width: 100%;
}

.navbar-default {
	background-color: transparent;
	border: transparent;
}

.navbar-nav>li {
	padding: 2px 6px;
	/*border-right: 1px solid #ccc;*/
	background-image: url(../img/border-right.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

.no-bdr {
	background-image: none !important;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 13px;
	font-size: 11px\0/;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	background: none !important;
	padding: 33px 12px;
}

.navbar-nav>li:hover,
.navbar-nav>li.active,
.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
	background: url(../img/nav-bg.png);
	background-size: 100% 100%;
	color: #0000fe !important;
}

.dropdown-menu>li>a.selected {
	background: rgb(230, 235, 239);
	color: #000 !important;
	font-weight: 400;
}

/*Quote Box*/


.quote-box-form {
	position: relative;
	z-index: 9;
}

.inner-quote-box {
	background-color: #1a1a1a;
	padding: 50px 25px;
	height: 455px;
}

.inner-quote-box .quote-btn {
	float: right;
	margin-top: 20px;
}

.inner-quote-box form input,
.inner-quote-box form textarea,
.inner-quote-box form select,
.inner-quote-box form div {
	width: 100%;
}

.inner-quote-box label {
	margin-top: 20px;
}

.quote-box h2,
.inner-quote-box h2 {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}
.build-h2 {
	font-size:26px!Important;
}
.quote-box h3,
.inner-quote-box h3 {
	color: #ffffff;
	font-size: 24px;
	text-shadow: 2px 2px 4px #000;
}
.peo-btn {
	font-size:16px;
	color:#fff;
	background:#0000fe;
	border-radius:5px;
}
.peo-btn:hover, .peo-btn:focus {
	color:#fff;
	Opacity:0.7;
}
.quote-box p,
.inner-quote-box p {
	color: #d9d6d6;
	font-style: italic;
}

form div {
	display: block;
	/*width: 200px;*/
	float: left;
	color: #fff;
	text-transform: uppercase;
}

form input,
form textarea,
form select {
	width: 190px;
	height: 35px;
	color: #000;
	box-shadow: inset 2px 2px 14px #afafaf;
	position: relative;
}

.quote-btn {
	display: block;
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #0000fe;
	margin-top: 8px;
	border: none;
	box-shadow: 1px 1px 3px #000;
}

.quote-btn:hover, .quote-btn:focus {
	background: #0000e3;
}

/*Insurance Tips*/
.insurance-tips {
	background-image: url(../img/insurance-tip.png);
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	height: 130px;
	width: 250px;
	position: relative;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	float: right;
	margin-right: 20px;
	margin-top: -170px;
}

.insurance-tips h2 {
	font-family: 'Oregano', cursive;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	margin: 2px;
}

.insurance-tips p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}

.insurance-tips a {
	color: #fff;
	text-decoration: none;
}

.middle-content {
	background: #E1E1E2;
	background: -moz-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1E1E2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #E1E1E2 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E2', endColorstr='#ffffff', GradientType=0);
	padding: 25px;
	margin-top: -40px;
	position: relative;
}

.box {
	background: #fff;
	border-top: 4px solid #0000fe;
	-webkit-box-shadow: 2px 11px 16px -9px rgba(0, 0, 0, 1);
	-moz-box-shadow: 2px 11px 16px -9px rgba(0, 0, 0, 1);
	box-shadow: 2px 11px 16px -9px rgba(0, 0, 0, 1);
	padding: 15px;
	border-left: 2px solid #CBCBCB;
	border-right: 2px solid #CBCBCB;
	border-bottom: 2px solid #CBCBCB;
}

.box .fa {
	color: #000;
	font-size: 12px;
}

.mrgn-fx {
	margin-top: -15px;
	margin-top: 0px\9\0;
}

.jotform {
	height: 305px !important;
	border: 0;
	margin-top: 30px;
}

/*Tabs*/
/*.tabs {
	background: #E1E1E2; 
	background: -moz-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1E1E2), color-stop(100%, #ffffff)); 
	background: -webkit-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: -o-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: -ms-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: linear-gradient(to bottom, #E1E1E2 0%, #ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E2', endColorstr='#ffffff', GradientType=0 ); 
	padding: 25px;
	margin-top: -50px;
	position: relative;
}

.small-banner {
	width: 100%;
	height: 150px;
}

.arrow {
	margin-right: 6px;
	margin-top: 6px;
	float: left;
}*/
.box h2 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #a8a8a8;
}

.box p {
	color: #909090;
	font-size: 13px;
}

.box p a {
	color: #0000fe;
	font-size: 14px;
	font-weight: 700;
}

.main-content {
	background: #f2f3f7;
	margin-top: 40px;
	padding: 20px;
	box-shadow: 1px 3px 10px #ccc;
}

.container .inner-content {
	background: #f2f3f7 !important;
	position: relative;
	z-index: 9;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e4e4;
}

.inner-content .col-md-6 {
	padding-top: 20px;
}

.main-content h1,
.inner-content h1 {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 10px;
	margin-top: 20px;
}

.company-banner {
	border: 4px solid #fff;
	width: 100%;
	box-shadow: 2px 2px 2px #ccc;
}

.main-content ul li {
	list-style-type: none;
	line-height: 25px;
}

.main-content ul {
	padding: 0;
	margin: 0;
}

.read-more,
.read-more:hover,
.read-more:focus {
	background: #0000fe;
	border: 1px solid #0000fe;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
}

/*Footer*/
footer {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	padding: 12px 0;
	margin-top: 40px;
}

footer a,
footer p {
	color: #c1c0c0;
}

footer h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

footer ul li img {
	margin-right: 8px;
}

footer ul li a {
	color: #c1c0c0;
	font-size: 13px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

footer ul li a.active,
footer ul li a:hover,
footer a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #0000fe;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.footer-logo {
	padding: 0;
	margin-top: -45px;
	max-width: 200px;
}

.social {
	float: right;
}

.social span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: 5px;
}

.social ul {
	float: right;
	width: 160px;
}

.social ul li img {
	display: inline-block;
	float: left;
	width: 30px;
}

.copyright {
	border-top: 1px solid #565758;
	text-align: center;
	color: #828282;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}

.nobrk {
	display: none;
}

.brk {
	display: block;
}

.carrier {
	margin-bottom: 150px;
	margin-top: 40px;
}

.carrier .col-md-2 {
	height: 80px;
	background: #0000fe;
}

/**/
.arrow_box {
	position: relative;
	background: #D51805;
	border: 2px solid #0000fe;
}

.arrow_box:after,
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #0000fe;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #0000fe;
	border-width: 24px;
	margin-top: -24px;
}

.scroll {
	border: 2px solid #ebebeb;
	border-left: none;
	height: 80px;
	position: relative;
	z-index: 0;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(3%, #f4f4f4), color-stop(37%, #ffffff), color-stop(65%, #ffffff), color-stop(97%, #f4f4f4), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.carrier h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}

.carrier p,
.carrier p a {
	color: #fff;
}

#thumbs-wrapper {
	padding: 8px 0px;
	position: relative;
}

.caroufredsel_wrapper {
	width: 930px !important;
}

.arrow_box .fa {
	font-size: 16px;
}

/* Customer service carrier */
.top-space {
	margin-top: 10px;
}

.contact-list h2 {
	color: #1a1a1a;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #0000fe;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #0000fe;
	color: #fff !important;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #0000e3;
	color: #fff;
}

/*Fixes*/
.text h2 {
	font-size: 24px;
	margin-top: 20%;
	text-align: center;
}

.text h3 {
	text-align: center;
}

iframe {
	height: 400px;
	width: 100%;
	border: 0;
}

#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}

.content-list {
	list-style-type: none;
	padding: 0 10px;
}

footer .fa-caret-right {
	color: #fff;
}

.inner-banner .col-md-7 {
	padding: 0 0;
}

.panel-default>.panel-heading,
.panel {
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}

.panel-title a {
	pointer-events: none;
	cursor: default;
	font-style: normal;
	color: #fff !important;
}

.panel-body p {
	font-size: 13px;
	line-height: 24px;
}

.is-cms div.collapse {
	display: block !important;
	visibility: visible !important;
}

.lob-errormessage {
	font-size: 9px;
}

/* New */
.carousel-caption.quotes-1 {
	position: absolute;
	width: 40%;
	color: #fff;
	text-align: left;
	padding: 0px;
	left: 20px;
	bottom: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #fff;
	background: rgb(0, 0, 254);
	background: rgba(0, 0, 254, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000fe, endColorstr=#0000fe);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000fe, endColorstr=#0000fe)";
}

.carousel-caption h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 10px;
	margin: 0px;
}

/*
.ins-logo {
	display: inline-block;
}*/
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: -22px;
	background: url(../img/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: -22px;
	background: url(../img/button-next.png) no-repeat;
}

.no-brk {
	display: none;
}

/* Fixes */

.inner-banner {
	background: #fff;
}

.down-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,cdd1d4+0,fefefe+100,7db9e8+100 */
	background: rgb(30, 87, 153);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(205, 209, 212, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(125, 185, 232, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(0%, rgba(205, 209, 212, 1)), color-stop(100%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(205, 209, 212, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(125, 185, 232, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(205, 209, 212, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(125, 185, 232, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(205, 209, 212, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(125, 185, 232, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(205, 209, 212, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(125, 185, 232, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecfd1', endColorstr='#eeeeef', GradientType=0);
	/* IE6-9 */
}

.cntnt-list img {
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}

.cntnt-list,
.cntnt-list span {
	display: block;
	overflow: hidden;
}

.content-list img {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

.content-list,
.content-list span {
	display: block;
	overflow: hidden;
}

.footer-list .fa-caret-right {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.footer-list span {
	display: block;
	overflow: hidden;
}

/* middle banner area */
.middle-ban {
	position: relative;
}

.banner {
	position: absolute;
	float: right;
	z-index: 0;
	top: -110px;
	right: 0px;
	width: 100%;
	width: 100%\0/IE9;
}

.quote-box {
	background-color: #1a1a1a;
	background-image: url(../img/mesh.png);
	height: 240px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	opacity: 0.9;
	margin-top: 170px;
	margin-left: 5px;
	padding: 25px 0px 25px 15px;
}

.banner-bg {
	position: relative;
	background: #edf0f1 url("../img/banner-bgline.png") repeat scroll 0 0;
	/*z-index: -2;*/
	height: 700px;
}

#cs-frame {
	height: 1600px;
}

.anc-jmp-fnt {
	margin-bottom: 5px;
}

.anc-jmp-fnt img {
	padding-right: 10px;
	border: none;
}

#cs-frame {
	height: 1600px;
}

.mar-top {
	margin-top: 10px;
}

a.anc-jmp-fnt::hover {
	color: #000 !important;
}

#company-logo a {
	max-width: 250px;
	display: block;
}

.cnt-gmap {
	height: 250px;
	border: 0;
	width: 100%;
}

.cnt-info {
	padding-left: 0px;
	list-style-type: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #29afdd;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */
.social ul li a:hover,
.social ul li a:focus {
	opacity: .8;
}

.quick-form {
	height: 340px !important;
}

.insurance-tips a:hover,
.insurance-tips a:focus {
	opacity: .8;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #0000fe;
	color: #fff;
}

.nobreak {
	display: inline-block;
}

#company-logo a{
	display:block;
	max-width:200px;
}

.cnt-info a{
	color: #0000fe;
}

.cnt-info a:hover, .cnt-info a:focus{
	color: #1212b5;
}

.inner-quote-box h2{
	text-align:center;
}
.foot-social {
}
.foot-social li:first-of-type {
	margin-left: 5px;
}
.foot-social li {
	display: inline-block;
	margin-right: 10px;
}
.foot-social li a {
	font-size: 18px;
}

.slogan-text{
	font-size:26px;
	font-weight:700;
	font-style:italic;
	margin:15px 0 0;
}

.qr-code-block img{
	max-width:300px;
	width:100%;
	margin:10px auto 30px;
	display:block;
}

.foot-cartoon{
	max-width:200px;
	width:100%;
	display:block;
	margin-top: -42px;
}
.com-sidebar {
	background:#0000fe;
	color:#fff;
	padding:20px;
	margin-top:20px;
}
.com-sidebar h3 {
	text-align:center;
	font-weight:700;
	margin-top:0px;
}
.com-sidebar ul li {
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:600;
}

.com-sidebar a {
	color: #b3b3b3;
}

.com-sidebar a:hover, .com-sidebar a:focus {
	color: #abaaaa;
}

.com-sidebar ul {
	padding-left:20px;
}


.tree-table {
	display:flex;
}
.tree-table th {
	background:#000;
	color:#fff;
	padding:20px 10px;
}
.tree-table td {
	color:#333;
	padding:20px 10px;
}
.tree-table td a {
	color:#333;
}
.tree-table tr {
	border:1px solid #333;
}
.c-one {
	width:20%;
}
.c-two {
	width:25%;
}
.c-three {
	width:25%;
}
.c-four {
	width:15%;
}
.c-five {
	width:15%;
}
.sol-btn {
	color:#fff;
	background:#0000fe;
	padding:10px 20px;
	font-size:18px;
	border-radius:5px;
	margin-top:15px;
}
.sol-btn:hover, .sol-btn:focus {
	color:#fff;
	opacity:0.7;
	text-decoration:none;
}

.home-banner-text {
z-index: 1;
opacity: 0.9;
margin-top: 80px;
margin-left: -15px;
background: #606060;
}

.home-banner-text p {
	text-align: center;
	color: #fff;
	padding: 6px 0px;
	margin-top: 10px;
	font-size: 17px;
}


/* Modal Styling */
.modal-content {
    background-color: #f7f7f7; 
    border-radius: 5px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

.modal-header, .modal-footer {
    border: none; 
    background-color: #eee; 
}

.modal-header .close {
    color: #333; 
    opacity: 0.9; 

    position: relative;
    top: -6px; 
    margin-right: -8px; 
}


.modal-header .close:hover, .modal-header .close:focus {
    color: #000; 
    opacity: 1;
}

.modal-body {
    padding: 20px 30px; 
}

.modal-body img.img-responsive {
    display: block;
    margin: 0 auto 20px; 
    max-width: 90%; 
    border-radius: 5px; 
}

.modal-body p {
    font-size: 16px;
    color: #555; 
    line-height: 1.5; 
    margin-bottom: 20px; 
}

.modal-body ol {
    padding-left: 20px; 
}

.modal-body ol li {
    font-size: 16px;
    margin-bottom: 10px; 
}

/* Button Styling */
.btn-primary {
    background-color: #0000fe;
border-color: #0000fe;
color: #fff;
border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #0056b3; 
    border-color: #0056b3;
}
.fa-heart-o{
	font-size:18px;
	color:#0000fe;
	font-weight:700;
}
/* Google Review */
.grw-review-btn,
.grw-view-all-btn {
	background-color: #0000fe !important;
	font-size: 14px;
	line-height: 24px;
}
.grw-review-btn:focus {
	opacity: .9;
	color: #fff;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #0000fe !important;
}
.grw-business-footer p {
	text-align: center !important;
}
.homepage-grw .grw-wrapper {
	max-width: 100% !important;
}
.homepage-grw .grw-review-content p {
	text-align: left !important;
}
.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}
.homepage-grw .grw-slider {
	text-align: left;
}
.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}
.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}
.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}
.grw-business-header {
	border-bottom: 3px solid #0000fe !important;
}
.grw-business-footer {
	margin-top: 30px;
}
.grw-slider-wrapper {
	display: flex;
	margin-top: 30px;
}
.grw-time-since {
	font-size: .6em;
}
.grw-time-since {
	font-size: 8px;
}
#content-area hr {
  border-color: #a8a8a8;
}

.business-list li {
  list-style: none;
}