@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
	
}

body{
	overflow-x: hidden;
	display: block;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	font-family: 'Cabin', sans-serif;
}
h1{
		color:#000;
		font-size:44px;
		font-weight: 700;
}
h1 a{
	font-family: 'Cabin', sans-serif;
    color: #000;
}
h1 a:hover, h1 a:focus {
    color: #2c2c2c;
}
h2{
		color: #000;
		font-size:27px;
		font-weight: 600;
}
h3{
		color: #000;
		font-size:22px;
}
h4{		
		color: #000;
		font-size:19px;
}
p, ul li, .insurance_main_content 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 10px;
	border-right: 1px solid #ccc;
    color: #000;	
	font-size: 16px;
}
.top_bar_nav li:nth-child(4), .top_bar_nav li:nth-child(5), .top_bar_nav li:nth-child(8) {
    border-right: none;
}
.top_bar_nav .fas{
	color: #c1282d;
}

ul.top_bar_nav li:nth-of-type(4) > a, div.contact-info ul + ul li:nth-of-type(1) > a > i{
	color: #3b5998;
}

ul.top_bar_nav li:nth-of-type(5) > a i, div.contact-info ul + ul li:nth-of-type(2) > a > i{
	color: #3b5998;
}
footer ul.top_bar_nav li:nth-of-type(4) > a, div.contact-info ul + ul li:nth-of-type(1) > a > i, footer ul.top_bar_nav li:nth-of-type(5) > a i, div.contact-info ul + ul li:nth-of-type(2) > a > i{
	color: #fff !important;
}
footer ul.top_bar_nav li:nth-of-type(4) > a, div.contact-info ul + ul li:nth-of-type(1) > a > i:hover, footer ul.top_bar_nav li:nth-of-type(5) > a i, div.contact-info ul + ul li:nth-of-type(2) > a > i:hover{
	opacity:0.8;
}
ul.top_bar_nav li:nth-of-type(6) > a, div.contact-info ul + ul li:nth-of-type(3) > a > i{
	color: #dc01a5 !important;
}
ul.top_bar_nav li:nth-of-type(7) > a, div.contact-info ul + ul li:nth-of-type(4) > a> i{
	color: #dd4b39;
}
.top-my-account li{
	border-right: none;
}
ul.top-my-account li a, .top_bar_nav a{
	color: #000!important;
}
ul.top_bar_nav li a:hover, ul.top_bar_nav li a:focus, ul.top_bar_nav li a.active{
	color: #000;
    opacity: .8;
}

ul.top-my-account li a:hover, ul.top-my-account li a:focus, ul.top-my-account li a.active{
color: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background: transparent;
    opacity: 1;
}
/* Logo And Navigation */

div.logo_area{
	background: #ffffff;
	padding: 20px 0;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	margin-top: 60px;
	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:#000;
   font-size: 18px;
   font-weight:400;
   padding: 0;
   text-shadow: none;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    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: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    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: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
.dropdown-menu > li {
    margin: 5px 0;
}
.dropdown-menu > li > a {
    color: #000;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:  transparent;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 5px 0px;
}
/* Banner Area */
.main_banner_area {
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, -ms-linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
	height: 650px;
	
}
.main_banner_area:before {
	position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: 2;
    opacity: 0.8;
    background: linear-gradient(to bottom, #000000 0%,#000000 50%,#222222 100%);
	
}
#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%);
}

.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;
}
.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: #c1282d;
  border: 1px solid #c1282d;
  color: #fff;
  font-size: 18px;
  padding: 1px 50px;
  text-transform: uppercase;
  margin: 5px 0;
  border-radius: 5px;
  font-weight:600;
  width: 60%;
  box-shadow: 0px 4px 3px rgba(0,0,0,0.6);
  text-align: center;
}
div.main_banner_sections div.banner-content .submit-btn:hover, div.main_banner_sections div.banner-content .submit-btn:focus {
  background: #a82328;
}
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;
display: flex;
align-items:center;
justify-content: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: -10%;
margin-left: -15%;
/* 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%);
*/

}
#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: space-between;
background: #ffffff;
height: 	200px;
margin-top: -100px;
position: relative;
z-index: 9;
border-radius: 20px;
}
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{
	text-align: center;
	flex: 1;
}
div.insurance_lob_content span {
    font-size: 22px;
    line-height:34px;
	color:#2c2c2c;
	font-weight:600;
	display: flex;
	flex-direction: column;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}
.insurance_lob_content img{
	display: block;
	margin: 0 auto;
}
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 {
  filter: invert(13%) sepia(54%) saturate(7450%) hue-rotate(346deg) brightness(105%) contrast(115%);
}




/* Content */
.gray-bg{
	background: #dfdfdf;
}	

.content_sections{
	padding: 60px 0 160px;
}
.inside-pages .content_sections{
	padding: 30px 0 160px;
}
.content_sections h2, .content_sections h3, .content_sections h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.content_sections ul {
    margin: 20px 0;
    padding-left: 20px;
}
.content_sections ul li {
    margin-bottom: 10px;
}
.content_sections ul li strong {
    color: #000;
}
.content_sections ul li::marker {
    color: #c1282d;
}
/* 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%;
	height: 90px;
}
.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, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: -ms-linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 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.8;
	background: linear-gradient(to bottom, #000000 0%,#000000 50%,#1a1a1a 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:18px;
	text-align: center;
}
.service-list li::before,
.service-list li::after {
    display: inline-block;
    content: "";
    border-top: .4rem solid #c1282d;
    width: .5rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}
.service-list li a{
	color:#fff;
	font-size:16px;
}
.service-list li a:hover, .service-list li a:focus {
	color:#fff;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    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: #c1282d;
	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:transparent;
}
.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: #c1282d;
    text-decoration-thickness: 3px;
    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;
    max-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:#c1282d;
    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: #c1282d;
    text-decoration-thickness: 3px;
    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, #000000 0%,#000000 50%,#222222 100%);
}
.mobile-quote {
	background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 100%);
    background: url(../img/banner-bg.png) repeat, -ms-linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(220,220,220,1) 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: #c1282d;
}
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:#c1282d;
	padding:4px 20px;
	font-size:16px;
	border-radius:5px;
	color:#fff;
	width: inherit;
	box-shadow: 0px 4px 3px #bfbfbf;
}
div.phone-view div a.btn:hover, div.phone-view div a.btn:focus {
    background:#a82328;
    color: #fff;
    opacity: 1;
}
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, div.phone-view div ul > * a:focus {
	color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #c1282d;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

div.mobile-quote .fas{
	color: #c1282d;
}

/* Breadcrumbs */
.content_sections .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
	
}
.content_sections .breadcrumb li{
	font-size:16px;
    margin-bottom: 0px;
}
.content_sections .breadcrumb li a{
	color: #c1282d;
	
}
.content_sections .breadcrumb li .fas{
	font-size:12px;
	color: #c1282d;
}
.content_sections .breadcrumb li a:hover, .content_sections .breadcrumb li a:focus{
	color: #777;
}
.content_sections .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: #c1282d;
border: 1px solid #c1282d;
color: #fff;
font-size: 18px;
padding: 1px 50px;
text-transform: uppercase;
margin: 20px 0;
border-radius: 5px;
font-weight: 600;
box-shadow: 0px 4px 3px #bfbfbf;
}
.below-quote-btn:hover, .below-quote-btn:focus{
	background: #a82328;
	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: 1px 4px 5px #2c2c2c;
	font-size: 13px;
	line-height: 30px;
	margin: 0 0 25px;
	
}

.carriers_info div.carriers_design_box h2{
	font-size: 22px;
	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: #e00218;
	border: 1px solid #e00218;
    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{
	background: #c70216;
}

.carriers_design_box img{
	margin:0 auto;
	display:block;
}
.carriers_info div.center-bx{
	text-align: center;
}

/* 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:#c1282d;
	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 button span{
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height:35px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus{
	background: #a82328;
}
.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: #c1282d; /* 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 */ 

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}
.insurance_main_content ul li{
	color: #393939;
  font-size: 18px;
  line-height: 30px;
}

/*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:#d33238;
}
.blog .wp-block-search__input, .blog .search-field{
	padding: 4px 10px;
	border-radius: 3px;
}

.blog .search-submit{
	padding:4px 8px;
	background-color:#c1262b;
	border:1px solid #c1262b;
	color:#fff;
	font-size:14px;
	border-radius: 3px;
}

.blog .submit{
	background-color:#c1262b;
	color:#fff;
	border:none;
	font-size:14px;
	padding:4px 10px;
	border-radius: 3px;
}
.blog .wp-block-search__button {
    background: #c1262b;
	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: #d33238;
}
.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;
	font-family: 'Cabin', sans-serif;
	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: #c1282d;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}