@charset "utf-8";
/* CSS Document */

body,
html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;

}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', sans-serif;
}

h1 {
	color: #2c2c2c;
	font-size: 42px;
	font-weight: 700;
}

h1 a {
	font-family: 'Cabin', sans-serif;
}

h2 {
	color: #2c2c2c;
	font-size: 27px;
	font-weight: 600;
}

h3 {
	color: #2c2c2c;
	font-size: 22px;
}

h4 {
	color: #2c2c2c;
	font-size: 19px;
}
#main-conted h2, #main-conted h3, #main-conted h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#main-conted ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-conted ul li {
    margin-bottom: 10px
}
#main-conted ul li::marker {
    color: #397338;
}
p, #main-conted ul li {
	color: #393939;
	font-size: 18px;
	line-height: 30px;
}

a {
	color: #2c2c2c;
	display: inline-block;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #777;
	outline: none;
}

/* Header */
header {
	position: relative;
}

/* Top Bar */
.top_bar {
	float: right;
	margin-top: 10px;
}

/* Top Navigation */
.top_bar_nav {
	padding: 0;
	margin: 0;
}

.top_bar_nav li {
	float: left;
	list-style-type: none;
	padding: 3px 6px;
	border-right: 1px solid #ccc;
	font-size:16px;

}

.top_bar_nav li:nth-child(5),
.top_bar_nav li:nth-child(6),
.top_bar_nav li:nth-child(7),
.top_bar_nav li:nth-child(8),
.top_bar_nav li:nth-child(11) {
	border-right: none;
}

.top_bar_nav .fas,
.top_bar_nav .fa-comments {
	color: #397338;
}

ul.top_bar_nav li:nth-of-type(8)>a {
	color: #0077b5;
}

ul.top_bar_nav li:nth-of-type(9)>a {
	color: #dd4b39;
}

ul.top_bar_nav li:nth-of-type(6)>a {
	color: #3b5998;
}

ul.top_bar_nav li:nth-of-type(7)>a {
	color: #3b5998;
}
div.contact-info ul+ul li:nth-of-type(2)>a>i, div.contact-info ul+ul li:nth-of-type(1)>a>i, div.contact-info ul+ul li:nth-of-type(3)>a>i, div.contact-info ul+ul li:nth-of-type(4)>a>i {
    color: #fff;
}
#cont-info2 a:hover, #cont-info2 a:focus{
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #b5ce50;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.top-my-account li {
	border-right: none;
}

ul.top-my-account li a {
	color: #333 !important;
}

ul.top_bar_nav li a:hover, ul.top_bar_nav li a:focus,
ul.top_bar_nav li a.active {
	color: #333;
    opacity: .8;
}

ul.top-my-account li a:hover, ul.top-my-account li a:focus,
ul.top-my-account li a.active {
	color: #333 !important;
	background: transparent;
    opacity:1;
}

/* Logo And Navigation */

div.logo_area {
	background: #ffffff;
	padding: 0px 0 20px;
}
#agency-logo {
    width: 100%;
    max-width: 150px;
    padding-top: 10px;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	margin-top: 80px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}

ul.navbar-nav {
	float: none;
	margin: 7.5px -25px;
	display: flex;
	justify-content: space-around;
}

nav.navbar-default .navbar-nav>li>a {
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}

nav.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

nav.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover>.active,
.navbar-default .navbar-nav>.active>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

nav.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

.dropdown-menu>li>a.active,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0px;
	padding: 3px 0px 5px;
}

/* Banner Area */
.main_banner_area {
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, #3953a4 0%, #80bde4 100%);
	background: url(../img/banner-bg.png) repeat, linear-gradient(to right, #3953a4 0%, #80bde4 100%);
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, #3953a4 0%, #80bde4 100%);
	background: url(../img/banner-bg.png) repeat, -ms-linear-gradient(to right, #3953a4 0%, #80bde4 100%);
	height: 650px;
}
.main_banner_area.index {
    height: 550px;
    overflow:hidden;
}
.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  object-position: top;
  transform: none !important;
  top: inherit !important;
}
.main_banner_area:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	z-index: 2;
    background: rgba(30,66,129,.6); 
	background: linear-gradient(45deg, rgba(12,27,54,.8) 10%, rgba(12,27,54,.4) 100%);
    pointer-events:none;
}

#scrollInner {
	height: 650px;
	overflow: hidden;
	background-image: url("../img/overlay-bg.png");
	background-image: url("../img/overlay-bg.gif");
	background-position: 50% 50%;
	background-repeat: repeat;
}

div.main_banner_area img {
	width: 100%;

}

/* carousel-indicators */
.quote-box {
	color: white;
	text-shadow: 1px 1px 1px black;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	text-align: center;
	z-index: 1;
}


div.main_banner_sections {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

div.main_banner_sections div.carousel-inner.main>.item>* {
	width: 100%;

}

div.main_banner_sections ol>* {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}

div.main_banner_sections ol>*.active {
	background-color: #39e3d1;
	border-color: #39e3d1;
	height: 12px;
	margin: 0;
	width: 12px
}

div.main_banner_sections div.banner-content {
	position: absolute;
	z-index: 100;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
div.main_banner_sections div.banner-content.index {
    width: 100%;
    top: 0%;
    left: 0;
    transform: none;
    height: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div.main_banner_sections div.banner-content.index .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
div.main_banner_sections div.banner-content.index .quote-box {
    position: relative;
    transform:none;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
div.main_banner_sections div.banner-content.index .quote-box h2 {
    margin-top: 0px;
}
div.main_banner_sections div.banner-content.index .quote-box h4 {
    padding-bottom: 0px;
    margin-bottom: 15px;
    }
.message button {
    background: transparent;
    border:none;
}
.message button:hover, .message button:focus {
    background: transparent;
    border:none;
    opacity: .8;
    outline:0;
}
.message button img {
    width: auto;
    height: 100px;
}
.quote-box h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-shadow: none
}

.quote-box h4 {
	color: #fff;
	display: inline-block;
	font-size: 21px;
	line-height: 32px;
	padding-bottom: 25px;
	font-weight: 400;
	text-shadow: none
}

.banner-content {
	margin-top: 50px;
	display: table;
}
.banner-content.index {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}
.quote-box-inside h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	text-shadow: none
}

.quote-box-inside h4 {
	color: #fff;
	display: inline-block;
	font-size: 21px;
	line-height: 32px;
	padding-bottom: 25px;
	font-weight: 400;
	text-shadow: none;
	width: 100%;
}

div.main_banner_sections div.banner-content .submit-btn {
	background: #397338;
    background: linear-gradient(180deg, #6d933d, #397338);
	border: none;
	color: #fff;
    text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	padding: 5px 50px;
	text-transform: uppercase;
	margin: 5px 0;
	border-radius: 5px;
	font-weight: 600;
	width: 60%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	text-align: center;
}

div.main_banner_sections div.banner-content .submit-btn:hover,
div.main_banner_sections div.banner-content .submit-btn:focus {
	background: #6d933d;
    background: linear-gradient(0deg, #6d933d, #397338);
}

div.main_banner_sections select {
	width: 60%;
	height: 40px;
	margin-bottom: 20px;
	color: #393939;
	padding-left: 10px;
}

.quote-box-inside input {
	width: 60%;
	height: 40px;
	margin-bottom: 20px;
	color: #393939;
	padding-left: 10px;
}

.zipcode-form select::-ms-expand {
	display: none;
}

.banner-icon {
	display: table-cell;
	margin: 70px auto 0;
	height: 252px;
	width: 300px;
	z-index: 9;
	padding-left: 0px;
	background: url(../img/banner-icon-bg-2.png);

	margin: auto;
	/*position: absolute;
top: 0;*/
	right: 0;
	bottom: 0;
	left: 0;

	text-align: center;

}

.banner-icon .fas {
	color: #22c2c;
	font-size: 100px;
	/*background: #fff;
	padding: 28px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;*/
	margin-top: 55px;
	margin-left: -40px;

}

/* Important section */
.banner-icon img {
	margin-top: 55px;
	margin-left: -40px;
	/* using this filter we can change the desired color of the icon


This is the formula of changing color
filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia() | url() | initial | inherit;

Example:
filter: invert(59%) sepia(60%) saturate(1286%) hue-rotate(19deg) brightness(106%) contrast(101%);
*/

}

.banner-icon img.carrier-icon {
	margin-top: 48px;
	margin-left: -50px;
}

.banner-icon img.client-icon {
	margin-left: -55px;
}

#wrapper {
	display: table
}

#main {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

/* Insurance LOB area */


div.insurance_mid_lob {
	height: auto;
	padding: 20px 0px;
	list-style: none;
	display: flex;
	justify-content: center;
    text-align:center;
	background: #ffffff;
	position: relative;
	z-index: 9;
	border-radius: 20px;
    margin: 40px 0 0;
    flex-wrap: wrap;
}
.insurance_lob_content {
    flex-basis: 33.33%;
    padding: 20px;
    margin: 0px 0;
    text-align:center;
}
.insurance_lob_content img {
    width: 200px;
    height: 200px;
    object-fit:cover;
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    border-width: 5px;
    border-style:solid;
    border-color: #85a73e;
}
.insurance_lob_content a {
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
div.insurance_mid {
	height: auto;
	padding: 20px 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	height: 170px;
	margin-top: -120px;
	position: relative;
	z-index: 9;
	border-radius: 20px;
}

div.insurance_lob_content span {
	font-size: 25px;
	line-height: 34px;
	color: #2c2c2c;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}



div.insurance_lob_content a {
	transition: all .2s ease-in-out;
}

/*div.insurance_lob_content a:hover { transform: scale(1.3); }*/
div.insurance_lob_content a:hover, div.insurance_lob_content a:focus {
	opacity: .8;
}


/* Content */
.gray-bg {
	background: #dfdfdf;
}

.content_sections {
	padding: 60px 0 160px;
}

.inside-pages .content_sections {
	padding: 30px 0 160px;
}

/* Carrier Carousel Section 
.carrier-section.insurance_mid{
	display: block;
	padding: 0px;
}*/
.carriers_bg {
	position: relative;
}

.carrier-section.insurance_mid {
	display: block;
	padding: 0px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -100px;
}

.carrier {
	padding: 0 10px;
}

.carrier h2 {
	font-size: 40px;
	font-weight: 500;
	margin-top: 50px;
	color: #8eacbb;
	margin-bottom: 30px;
}

.nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 9999px;
}

.nbs-flexisel-inner {
	float: left;
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
}

.nbs-flexisel-item {
	cursor: default;
	float: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.nbs-flexisel-item img {
	cursor: default;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0;
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	cursor: default;
	height: 22px;
	position: absolute;
	width: 22px;
	z-index: 100;
}

/* Service Section */
.service-section {
	/*background-image: linear-gradient(to bottom, rgba(41,36,41,1), rgba(78,72,77,1)), url(../img/site-bg.png);
	background-blend-mode: luminosity;
	background-image: url(../img/colored-bg-mobile.png);
	
  background-repeat: repeat-x;
	height:auto;
	padding:20px 0px 60px;
	*/
	height: auto;
	padding: 40px 0;
	position: relative;
	/*background-image: linear-gradient(to right, rgb(47, 38, 46), rgb(51, 46, 52), rgb(62, 58, 61)), url(../img/site-bg.png);*/
	/*background-image: linear-gradient(to right, rgba(25, 47, 106, 0.8), rgba(33, 73, 143, 0.8), rgba(30, 89, 167, 0.8)), url(../img/noise-pattern.png);*/

	/*background:url("../img/pattern.png");*/
	/*background-blend-mode: hard-light;*/
	background: -webkit-linear-gradient(left, #1e4282 0%, #3953a4 100%);
	background: linear-gradient(to right, #1e4282 0%, #3953a4 100%);
	background: -webkit-linear-gradient(left, #1e4282 0%, #3953a4 100%);
	background: -ms-linear-gradient(to right, #1e4282 0%, #3953a4 100%);

}

.footer-section {
	z-index: 5;
	position: relative;
}

.service-section:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	z-index: 1;
	background: url(../img/banner-bg.png) top left repeat;
}

.service-section:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	z-index: 2;
	opacity: 0.9;
	background: linear-gradient(to bottom, #1e4282 0%, #1e4282 50%, #3953a4 100%);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.lob_content_options::after {
		background-color: rgba(30, 89, 169, 0.6);
		background-blend-mode: unset;

	}
}

.service-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	justify-content: space-around;
	margin-top: 40px;
	padding-bottom: 40px;
	z-index: 5;
	position: relative;
}

.service-sec {
	margin-top: 40px;
}

.service-heading {
	text-align: center;
	color: #fff;
	padding: 20px 0px 20px;
}

.service-heading h3 {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
}

.service-section .fa-hands-helping,
.service-section .fa-map-signs,
.service-section .fa-award {
	font-size: 50px;
	color: #fff;
	text-align: center;
}

.service-content {
	padding: 0 35px;
	color: #fff;
}

.service-list {
	list-style-type: none;
	color: #fff;
	line-height: 20px;
	padding-left: 0px;
}

.service-list li {
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.service-list li::before,
.service-list li::after {
	display: inline-block;
	content: "";
	border-top: .4rem solid #b5ce50;
	width: .5rem;
	margin: 0 1rem;
	transform: translateY(-0.5rem);
}

.service-list li a {
	color: #fff;
	font-size: 15px;
}

.service-list li a:hover,
.service-list li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #b5ce50;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.service-list li i {
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	margin-right: 10px;
	line-height: 20px;
}

.service-content h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.client-name {
	float: right;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-align: right;
}

.client-name strong {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

/* Service Section Ends*/

/* Blog Section */
.blog-section {
	padding: 60px 0;
}

.blog-section h3 {
	font-size: 48px;
	font-weight: 700;
}

.rssfeedsclass {
	display: flex;
}

.blog-desk {
	background: #fff;
	padding: 35px 25px;
	margin: 10px;
	border-radius: 24px;
}

.blog-desk p+p+p {
	display: none;
}

.titlefield {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	display: block;
}

.datefield {
	font-size: 12px;
	line-height: 20px;

}

.blog-desk p {
	font-size: 14px;
	line-height: 20px;
}

.blog-section p.blog-links {
	float: right;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
	margin: 10px 20px 0 0;
}

/*Footer Section*/
.footer-section {
	background: ;
}

.footer-content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 45px;
}

.footer-content ul {
	list-style-type: none;
	padding: 0;
}

.footer-content ul li {
	margin-bottom: 15px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 20px;

}

.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #b5ce50;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.foot-blog p,
.foot-blog a {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.foot-blog br {
	display: none;
}

.gmap {
	border: none;
	height: 130px;
	margin-bottom: 20px;
	width: 100%;
}

.contact-info ul li {
	font-size: 16px;
	color: #fff;
	display: flex;
	text-align: left;
}

.contact-info ul li a {
	font-size: 16px;
	line-height: 20px;
}

.contact-info span {
	display: block;
	overflow: visible;
}

.contact-info i {
	color: #b5ce50;
	float: left;
	font-size: 1.2em !important;
	margin-right: 10px;
	margin-top: 3px;
	width: 18px;
}

div.contact-info ul+ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	float: left;
}

div.contact-info ul+ul li:nth-of-type(n)::before {
	content: none;
}

/* Copyright Section */
.copyright {
	padding: 50px 0 20px;
	text-align: center;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 18px;
	display: inline-block;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #b5ce50;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

/* Footer Section Ends */

/* Mobile design */
div.phone-view-bg {
	background-image: url(../img/colored-bg.png);
	background-repeat: repeat;
	background-color: #01d8c1;
	position: relative;
}

.mobile-quote:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	z-index: 2;
	opacity: 0.8;
	background: linear-gradient(to bottom, #1e4282 0%, #1e4282 50%, #3953a4 100%);
}

.mobile-quote {
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(top, #1e4282 0%, #3953a4 100%);
	background: url(../img/banner-bg.png) repeat, linear-gradient(to bottom, #1e4282 0%, #3953a4 100%);
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(top, #1e4282 0%, #3953a4 100%);
	background: url(../img/banner-bg.png) repeat, -ms-linear-gradient(to bottom, #1e4282 0%, #3953a4 100%);
	padding: 10px 0 0 0;

}

div.phone-view {
	margin: 20px auto;
	z-index: 10;
	position: relative;
	padding: 0 15px 0 15px;
}

div.phone-view button,
div.phone-view a.btn,
div.phone-view ul {
	color: #2c2c2c;
	padding: 10px 18px;
	font-size: 18px;
	border-radius: 10px;
	border: 0;
	margin-bottom: 10px;
	text-align: center;
	background: #ffffff;
	width: 100%;
	display: inline-block;
}

div.phone-view ul:first-of-type {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
}

div.phone-view ul li a {
	color: #fff;
}

div.phone-view ul li a:hover,
div.phone-view ul li a:focus {
	color: #4a7cbb;
}

div.phone-view button:hover,
div.phone-view a.btn:hover,
div.phone-view button:focus,
div.phone-view a.btn:focus {
	color: #2c2c2c;
	opacity: 0.9;
}

div.phone-view div.address-mobile {
	background: #ffffff;
	color: #2c2c2c;
	padding: 5px 0 20px;
	text-align: center;
	border-radius: 10px;
}

div.phone-view div h5 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding-top: 20px;
}

div.phone-view div p {
	margin: 0 0 10px 0;
}

div.phone-view div a.btn {
	background: #397338;
    background: linear-gradient(180deg, #6d933d, #397338);
    border: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	padding: 4px 20px;
	font-size: 16px;
	border-radius: 5px;
	width: inherit;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
div.phone-view div a.btn:hover, div.phone-view div a.btn:focus {
    color: #fff;
}
div.phone-view div a.btn .fa-map-marker {
	color: #fff;
}

div.phone-view ul:last-child {
	display: inherit;
}

div.phone-view div ul>* {
	padding: 8px 0 0;
	list-style-type: none;
}

div.phone-view div ul>* a {
	color: #2c2c2c;
	font-weight: 700;
	font-size: 16px;
}

div.phone-view div ul>* a:hover {
	color: #255999;
	text-decoration: none
}

div.mobile-quote .fas {
	color: #255999;
}

/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	padding: 20px 0 10px;
	margin: 0;

}

.breadcrumb li {
	font-size: 16px;
}

.breadcrumb li a {
	color: #255999;

}

.breadcrumb li .fas {
	font-size: 12px;
	color: #255999;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #777;
}

.breadcrumb>li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

/* Below quote Section */

.starter-section-quote {
	text-align: center;
	padding: 50px 0 70px 0;
}

.starter-section-quote h3 {
	font-size: 44px;
	color: #2c2c2c;
	font-weight: 7000;
}

.starter-section-quote p {
	font-size: 32px;
	line-height: 46px;
	margin: 20px 0 10px 0;
}

.below-quote-btn {
	background: #397338;
    background: linear-gradient(180deg, #6d933d, #397338);
    border: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	padding: 5px 50px;
	text-transform: uppercase;
	margin: 20px 0;
	border-radius: 5px;
	font-weight: 600;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.below-quote-btn:hover,
.below-quote-btn:focus {
	background: #6d933d;
    background: linear-gradient(0deg, #6d933d, #397338);
	color: #fff;
}

.quote-box-jot {
	padding: 20px 150px;
}

.jot-form {
	width: 100%;
	border: 0;
	/* height: 300px !important; */
}

.g-map {
	width: 100%;
	height: 250px;
	border: none;
}

iframe#ccframe {
	width: 100%;
	border: 0;
	height: 1600px;
}

iframe#cpIframe {
	width: 100%;
	border: 0;
	height: 1800px;
}

#email-form iframe {
	width: 100%;
	border: 0;
	height: 900px !important;
}


/* contact you carrier page*/
.carriers_info div.carriers_design_box {
	padding: 15px;
	background: #fff;
	box-shadow: 0 -1px 2px 0 #888282;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 25px;
}

.carriers_info div.carriers_design_box h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2c2c2c;
	text-align: center;
}

.carriers_info div.carriers_design_box p {
	font-size: 15px;
	line-height: 30px;
}

.carriers_info div.carriers_design_box a.btn {
	background: #1e4282;
    background: linear-gradient(0deg, #1e4282, #3953a4);
	border-radius: 22px;
	padding: 3px 8px;
	color: #fff;
	font-size: 14px;
}

.carriers_info div.carriers_design_box a.btn:hover,
.carriers_info div.carriers_design_box a.btn:focus {
	opacity: 0.9;
}

/* Make A payment, File a claims */
.carriers_info h4 {
	color: #2c2c2c;
}

/*==================================================
 * Shadow effect
 * ===============================================*/
div.carriers_design_box {
	position: relative;
}

div.carriers_design_box:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

div.carriers_design_box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}


/* Insurance Quotes */
.insurance_quotes_btn {
	margin-top: 40px;
}

div.insurance_quotes_btn button {
	color: #fff;
	padding: 10px 18px;
	font-size: 18px;
	border: 0;
	margin-bottom: 10px;
	text-align: left;
	background: #1e4282;
    background: linear-gradient(0deg, #1e4282, #3953a4);
	width: 100%;
	display: flex;
	text-transform: uppercase;
	margin: 10px 0;
	border-radius: 5px;
	font-weight: 600;
	box-shadow: 0px 4px 3px #bfbfbf;
}

div.insurance_quotes_btn button img {
	margin: 5px 20px 5px 0px;
}

div.insurance_quotes_btn i {
	max-width: 30px;
	margin-left: 5px;
    color: #b5ce50;
}

div.insurance_quotes_btn button span {
	display: flex;
	align-items: center;
	margin-left: 20px;
	line-height: 35px;
}

div.insurance_quotes_btn button:hover,
div.insurance_quotes_btn button:focus {
	background: #3953a4;
    background: linear-gradient(180deg, #1e4282, #3953a4);
}

.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: #4a7cbb;
	/* 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 */
.footer-loc-nm {
	font-weight: 700;
	font-size: 20px !important;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

footer hr {
	border-top: 1px solid #b5ce50;
}

.mobile-locnm {
	font-weight: 700;
}

.hungry-title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 20px;
}

.hungry-image {
	text-align: center;
	margin-bottom: 30px;
}

.hungry-image img {
	max-width: 180px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(44, 44, 44, 0.10);
}

.hungry-org {
	margin-bottom: 32px;
}

.hungry-org h3 {
	font-size: 22px;
	color: #2c2c2c;
	margin-bottom: 8px;
	font-weight: 600;
}

.hungry-org a {
	color: #255999;
	text-decoration: underline;
}

.hungry-org p {
	font-size: 16px;
	color: #393939;
	line-height: 1.7;
	margin-bottom: 10px;
}

.hungry-org ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.hungry-org li {
	font-size: 15px;
	color: #393939;
	margin-bottom: 6px;
}

.hungry-org em {
	display: block;
	font-size: 15px;
	color: #777;
	margin-top: 8px;
	font-style: italic;
}

.carver-about-content {
	position: relative;
}

/* Right-aligned floating images for text wrap */
.aboutus-person-img {
	float: right;
	width: 350px;
	margin-left: 28px;
	margin-bottom: 28px;
}

.aboutus-award-img {
	float: right;
	width: 300px;
	border-radius: 12px;
	margin-left: 22px;
	margin-bottom: 22px;
	margin-top: 5px;
}

/* Clear floats before the centered image at the bottom */
.choose-us-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	/* spacing between images and play button */
	margin-top: 28px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

/* Container holding the two "Why Choose Us" images side by side */
.choose-us-images {
	display: flex;
	gap: 8px;
	/* spacing between the two "Why Choose Us" images */
}

/* Style for each image to keep size consistent */
.choose-us-img {
	max-width: 150px;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

/* Style for the play button image */
.choose-us-play-link {
	display: inline-block;
	cursor: pointer;
}

.choose-us-play-icon {
	width: 100px;
	/* adjust size based on your design */
	height: auto;
	display: block;
	/* Optional: add some drop-shadow for better contrast */
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

/* Links styling */
.carver-about-content a {
	color: #255999;
	text-decoration: underline;
}

.navbar-default .navbar-nav .dropdown-menu li a.active, .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #85a73e;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}

.sitelock-logo a {
	color: #7ebce4;
}

.all-vid-btn {
	background: #1e4282;
    background: linear-gradient(0deg, #1e4282, #3953a4);
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 13px;
}

.all-vid-btn:hover,
.all-vid-btn:focus {
	color: #fff !important;
	opacity: .8;
}

.nobreak{
	display:inline-block;
}
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #1e4282 !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #85a73e !important;
}

.grw-business-header {
	border-bottom: 3px solid #85a73e !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}

.grw-theme-dark div.grw-review-content > p{
	inline-size: 247px;
}
.footer-contact, .contact-body {
    background: #fff;
    color: #2c2c2c;
    padding: 10px!important;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    margin: 10px 0 30px;
}
.footer-contact .contact-info ul li, .footer-contact .contact-info ul li a {
    color: #2c2c2c;
}
.footer-contact .contact-info ul li a:hover, .footer-contact .contact-info ul li a:focus {
    text-decoration-color: #85a73e;
}
.footer-contact .contact-info ul li .fas {
    color: #397338;
}
.footer-contact iframe {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.white-bg {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

#bs-example-navbar-collapse-1 .dropdown-menu > li > a {

  padding: 3px 13px;

}


.dropdown-menu {

  min-width: 188px;
  
}
.blue-bg {
    background: #1f4282;
    padding: 40px 40px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}
.blue-bg p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.blue-bg p span {
    color: #adc84c;
}
.blue-bg img {
    width: auto;
    height: 100%;
    max-height: 150px;
    position: relative;
    top: -100px;
    padding: 0 20px;
}
.zoom {
    scale: 1.2;
}
#vidModal .modal-header {
    display: flex;
    align-items:center;
    justify-content: flex-end;
    padding: 10px 15px;
}
#vidModal .modal-dialog {
    display: flex;
    align-items:center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0px;
}
#vidModal .modal-header button {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items:center;
    justify-content:center;
    color: #fff;
    background: #1f4282;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    opacity: 1;
    transition: all .2s;
}
#vidModal .modal-header button:hover, #vidModal .modal-header button:focus {
    scale: .9;
    opacity: .8;
}
#vidModal .modal-body {
    padding: 15px;
    display: flex;
    align-items:center;
    justify-content: center;
}
#vidModal .modal-body iframe {
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    width: 560px;
    aspect-ratio: 16 / 9;
    overlfow:hidden;
    border:none;
}

.quote-box-inside {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.promo-offer {
  background: #f9f9f9;
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  border: 2px solid #1f4282;
  border-radius: 8px;
  max-width: 900px;
}

.promo-offer h3 {
  color: #1f4282;
  font-weight: bold;
  margin-bottom: 10px;
}

.promo-offer h4 {
  color: #333;
  margin-bottom: 10px;
}

.promo-offer p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.faq { max-width: 900px; margin: 0 auto; }
.faq details { border: 1px solid #ddd; border-radius: 6px; background: #fff; margin: 10px 0; overflow: hidden; }
.faq summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "›"; margin-left: auto; font-size: 20px; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(90deg); }
.faq .answer { padding: 0 18px 16px; line-height: 1.6; color: #444; border-top: 1px solid #eee; }
.faq .answer p {
  margin: 12px 0;
  font-size: 18px;
}
.freq-head {
  text-align: center;
  font-weight: bold;

}

.sub-faqs{
	  color: #1e4280;
}


/*Blog*/

.blog #main{text-align: left;}

.blog .widget{
	margin-top:20px;
}
.blog .widget ul li{
	font-size: 18px !important;
}
.blog .widget ul li a:hover,.blog .widget ul li a:focus, .wp-block-latest-comments__comment-meta a:hover{
	color:#397338;
}
.blog .wp-block-search__input, .blog .search-field{
	padding: 4px 10px;
	border-radius: 3px;
}

.blog .search-submit{
	padding:4px 8px;
	background-color:#6d933d;
	border:1px solid #6d933d;
	color:#fff;
	font-size:14px;
	border-radius: 3px;
}

.blog .submit{
	background-color:#6d933d;
	color:#fff;
	border:none;
	font-size:14px;
	padding:4px 10px;
	border-radius: 3px;
}
.blog .wp-block-search__button {
    background: #6d933d;
	color: #fff;
	border:none;
	padding:3px 8px;
	border-radius: 3px;
	
}
.blog .search-submit:hover,.blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus,.blog .submit:hover,.blog .submit:focus{
    background: #397338;
}
.blog .entry-title{
	font-size: 30px;
}
.blog .wp-block-search__label {
 color:#2c2c2c;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#2c2c2c;
	font-size: 18px;
	line-height: 24px!important;

	text-transform: none;
	display:inline!important;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#2c2c2c;
	font-size:18px;
}
.blog .wp-block-group__inner-container ul, .blog ol.wp-block-latest-comments{
  list-style-type: disc!important;
  padding-left: 30px!important;
  margin-top: 10px;
}

.blog .wp-block-latest-comments__comment::marker {
	color: #397338;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}
.is-cms .gmap{
	cursor: none;
	pointer-events: none;
}

.is-cms .main_banner_area::before {
	z-index: -2;
}

.is-cms div.main_banner_sections div.banner-content.index {
  width: 50%;
  top: 10%;
  left: 25%;
}