@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,h1 a{
		color:#073d5f;
		font-size:42px;
		font-weight: 700;
}
h1 a{
	font-family: 'Cabin', sans-serif;
}
h2{
		color: #393939;
		font-size:27px;
		font-weight: 600;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
p,ul li{
		color:#393939;
		font-size:18px;
		line-height:30px;
}
a{
		color:#333339;;
		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 #373737;
	font-size: 16px;
	
}
.top_bar_nav li:nth-child(3), .top_bar_nav li:nth-child(4), .top_bar_nav li:nth-child(5), .top_bar_nav li:nth-child(6){
    border-right: none;
}
.top_bar_nav .fas{
	color: #88c340;
}

ul.top_bar_nav li:nth-of-type(4) > a, div.contact-info ul + ul li:nth-of-type(1) > a > i{
	color: #333339;
}
ul.top_bar_nav li:nth-of-type(5) > a, div.contact-info ul + ul li:nth-of-type(2) > a > i{
	color: #00acee;
}
ul.top_bar_nav li:nth-of-type(6) > a, div.contact-info ul + ul li:nth-of-type(3) > a > i{
	color: #0077b5;
}
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{
	color: #333  !important;
}
ul.top_bar_nav li a:hover, ul.top_bar_nav li a.active{
	color: #88c340;
}

ul.top-my-account li a:hover, ul.top-my-account li a.active{
color: #88c340 !important;
	background: transparent;
}
/* Logo And Navigation */

div.logo_area{
	background: #ffffff;
	padding: 30px 0 0;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	margin-top: 20px;
	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:#88c340;
	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: #88c340;
	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: #88c340;
	background-color:transparent;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #88c340;
	text-decoration: none;
	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: #88c340;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #88c340;
	text-decoration: none;
	background-color:  transparent;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}
/* Banner Area */
.main_banner_area {
	background: url(../img/banner-bg-top.png) repeat, -webkit-linear-gradient(left, #2ba0c2 0%, #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, linear-gradient(to right, #2ba0c2 0%,  #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, -webkit-linear-gradient(left, #2ba0c2 0%, #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, -ms-linear-gradient(to right, #2ba0c2 0%, #30b3db 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, #073d5f 0%,#073d5f 50%,#115f91 100%);
	
}
#scrollInner {
	height:650px;
	overflow: hidden;
	background-image: url("../img/overlay-bg.png");
	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%, -50%);
transform: translate(-50%, -50%);
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:1px 1px #88c340;
  
}
.quote-box h4 {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;

   text-shadow:1px 1px #88c340;
}
.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
}
div.main_banner_sections div.banner-content .submit-btn {
  background: #88c340;
  border: 1px solid #88c340;
  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 #3a3539;
}
div.main_banner_sections div.banner-content .submit-btn:hover, div.main_banner_sections div.banner-content .submit-btn:focus {
  opacity: 0.9;
}
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: space-between;
background: #ffffff;
height: 	200px;
margin-top: -40px;
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: 25px;
    line-height:34px;
	color:#333339;
	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(53%) sepia(92%) saturate(450%) hue-rotate(152deg) brightness(65%) contrast(85%);
}




/* Content */
.gray-bg{
	background: #cdcdcd;
}	

.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, #2ba0c2 0%, #30b3db 100%);
    background: linear-gradient(to right, #2ba0c2 0%,  #30b3db 100%);
    background: -webkit-linear-gradient(left, #2ba0c2 0%, #30b3db 100%);
    background: -ms-linear-gradient(to right, #2ba0c2 0%, #30b3db 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, #073d5f 0%,#073d5f 50%,#115f91 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 #88c340;
    width: .5rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}*/
.service-list li a{
	color:#fff;
	font-size:18px;
}
.service-list li a:hover, .service-list li a:focus {
	color:#88c340;
}
.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: #073d5f;
	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, .email-tst 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,
.email-tst a:hover, .email-tst a:focus, .email-tst a.active
{
	color:#88c340;
}
.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, .email-tst a {
	font-size:16px;
	line-height:20px;
}
.contact-info span {
    display: block;
    overflow: visible;
}
.contact-info i {
	color:#88c340;
    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:#88c340;
}

/* Footer Section Ends */

/* Mobile design */
div.phone-view-bg {
	background-image: url(../img/colored-bg.png);
	background-repeat: repeat;
	background-color: #073d5f;
	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, #073d5f 0%,#073d5f 50%,#115f91 100%);
}
.mobile-quote {
	background: url(../img/banner-bg-top.png) repeat, -webkit-linear-gradient(left, #2ba0c2 0%, #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, linear-gradient(to right, #2ba0c2 0%,  #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, -webkit-linear-gradient(left, #2ba0c2 0%, #30b3db 100%);
    background: url(../img/banner-bg-top.png) repeat, -ms-linear-gradient(to right, #2ba0c2 0%, #30b3db 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:#333;
	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: #073d5f;
}
div.phone-view button:hover, div.phone-view a.btn:hover, div.phone-view button:focus, div.phone-view a.btn:focus,div.phone-view button:hover i,div.phone-view a.btn:hover i{
	color: #fff;
	opacity: 0.9;
	background: #88c340;
}

div.phone-view div.address-mobile {
	background:#ffffff;
	color:#91959e;
	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:#88c340;
	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 .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:#91959e;
	font-weight:700;
	font-size: 16px;
}

div.phone-view div ul > * a:hover {
	color:#88c340;
	text-decoration:none
}

div.mobile-quote .fas{
	color: #88c340;
}

/* Breadcrumbs */
.breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
	
}
.breadcrumb li{
	font-size:16px;
}
.breadcrumb li a{
	color: #74a835;
	
}
.breadcrumb li .fas{
	font-size:12px;
	color: #74a835;
}
.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: #073d5f;
	font-weight: 7000;
}
.starter-section-quote p{
	font-size: 32px;
	line-height: 46px;
	margin: 20px 0 10px 0;
}
.below-quote-btn{
	background: #88c340;
border: 1px solid #88c340;
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{
	color: #fff;
	opacity: 0.8;
}
.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 #073d5f;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 25px;
}

.carriers_info div.carriers_design_box h2{
	font-size: 24px;
	font-weight: 600;
	
	color: #073d5f;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #88c340;
	border: 1px solid #88c340;
    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.8;
}

/* Make A payment, File a claims */
.carriers_info h4 {
    color: #073d5f;
}

/*==================================================
 * 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:#88c340;
	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{
	opacity: 0.8;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.scdnlst li{
	display: inline;
	float: left;
}

ul.scdnlst li:nth-of-type(1) > a > i{
	color: #3b5998;
}
ul.scdnlst li:nth-of-type(2) > a > i{
	color: #00acee;
}
ul.scdnlst li:nth-of-type(3) > a > i{
	color: #0077b5;
}

ul.scdnlst li:nth-of-type(4) > a > i{
	color: #dd4b39;;
}

ul.scdnlst li:nth-of-type(1) > a > i:hover, ul.scdnlst li:nth-of-type(2) > a > i:hover, ul.scdnlst li:nth-of-type(3) > a > i:hover,ul.scdnlst li:nth-of-type(4) > a > i:hover{
	opacity: 0.8;
}

.insurance_main_content ul li{
	color: #393939;
font-size: 17px;
line-height: 28px;
}

.footer-content ul li a.noactive.active{
	color:#fff!important;
	
}
.dropdown-menu > li > a.noactive.active {
    color: #333 !important;
}
.body-img {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 200px;
}
.contact-form {
	height: 370px !important;
	width: 100%;
	text-align: center;
	border: none;
}
/*Blog*/
.blog #main{text-align: left;}

.blog .sidebar-section{
	background:#073d5f;
	margin: 18px 0;
}
.blog .sidebar-section h2 {
    color: #fff;
}
.blog .sidebar-section ul li{
	color: #fff;
}
.blog .sidebar-section .widget{
	margin-top:20px;
}

.blog .search-submit{
	border-radius:3px;
	background:#88c340;
	border:none;
	color:#fff;
	padding:3px 10px;
	border:1px solid#88c340;
}

.blog .sidebar-section ul li{
	margin-bottom:0px;
}
/* .blog .sidebar-content h2{ */
	/* margin-bottom:15px; */
	/* font-size: 26px; */
/* } */

.blog .submit{
	padding:3px 10px;
	background:#88c340;
	border:1px solid#88c340;
	color:#fff;
	border-radius:3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	opacity:0.8;
}

.blog .sidebar-section .widget a:visited,.blog .sidebar-section .widget a{
	color: #fff;
}
.blog .sidebar-section .widget a:hover,.blog .sidebar-section .widget a:focus{
	color: #ffae4c;
}
.treatment {
    text-align: center;
}
.container-inside{
	display:flex;
}

.content-text {
	font-size: 16px;	
	text-align:center!important;
}

.quote-scr iframe{
	width:350px!important;
	overflow-y:hidden;
}


.about-contacts h3 {
	font-size: 22px;
	font-style: normal;
}

.about-contacts h4{
	font-size: 17px;
	line-height: 25px;
}

.about-contacts h5{
	font-size: 15px;
	line-height: 20px;
}

.about-contacts a{
	color: #073d5f;	
}

.about-contacts a:hover{
	opacity: 0.8;	
}

.mobile-direction {
	background: #073d5f;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	color: #fff !important;
	text-shadow: 2px 1px 2px #000;
	font-style: italic;
}
.mobile-direction a, .mobile-direction a:hover {
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover {
	opacity: 0.8;
}

.main_banner_area.custom-banner {
    background: none;
    height: auto;
}
.main_banner_area.custom-banner::before{
	background:none;
}
div.main_banner_sections div.banner-content .quote-box.custom-box .submit-btn {
    width: 100%;
}
/*Blog*/
.blog #main{text-align: left;}

.blog .sidebar-section{
	background:#073d5f;
	margin: 18px 0;
}
.blog .content-area a{
	color:#073d5f;
}
.blog .content-area a:hover,.blog .content-area a:focus{
	color: #6b9d2f;
}
.blog .sidebar-section h2 {
    color: #fff;
}
.blog .sidebar-section ul li{
	color: #fff;
}
.blog .sidebar-section .widget{
	margin-top:20px;
}

.blog .search-submit{
	border-radius:3px;
	background:#88c340;
	border:none;
	color:#fff;
	padding:4px 10px;
	border:1px solid #88c340;
}

.blog .sidebar-section ul li{
	margin-bottom:0px;
}

.blog .submit{
	padding:5px 10px;
	background:#88c340;
	border:1px solid #88c340;
	color:#fff;
	border-radius:3px;
}
.blog .submit:hover,.blog .search-submit:hover,.blog .submit:focus,.blog .search-submit:focus{
	opacity:0.8;
}

.blog .sidebar-section .widget a:visited,.blog .sidebar-section .widget a{
	color: #fff;
}
.blog .sidebar-section .widget a:hover,.blog .sidebar-section .widget a:focus{
	color: #88c340;
}
.container-inside{
	display:flex;
}