@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	background: #f4f4ec;
	color: #393939;
}
body{
	overflow-x:hidden;
}
/* Typography */
h1{
		color:#2c2c2c;
		font-size:32px;
		font-weight: 400;
		font-family: 'Calistoga', cursive;
}
h2{
		font-size:24px;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
p{
		color:#2c2c2c;
		font-size:18px;
		line-height:30px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover{
		text-decoration: none;
		color: #777;
}
/* Header */
header
{
	position:relative;
}
.fixed-header {
    background: #fff;
display: block;
left: 0;
min-height: 70px;
position: fixed;
right: 0;
top: 0px;
padding: 10px 0 20px 0;
z-index: 10;
-webkit-box-shadow: 0 1px 5px #9d9d9d;
-moz-box-shadow: 0 1px 5px #9d9d9d;
box-shadow: 0 1px 5px #9d9d9d;
}

.fixed-header .navbar{padding-top:40px;}
/* Top Bar */
header {
	background: #fff;
	width: 100%;
}

/* Top Navigation */
.top_navi_bg{
	background: #fff;
}
ul.top_bar_nav {
	padding:0px;
}
ul.top_bar_nav li {
	color: #2c2c2c;
	float: left;
	list-style-type: none;
	padding: 5px 4px;
	line-height: 28px;
	font-size:14px;
}
ul.top_bar_nav li:nth-of-type(1) > .fa{
	color: #302f2f;
}
ul.top_bar_nav li:nth-of-type(2) > a, div.footer_section div + div + div ul li:nth-of-type(1) > a{
	color: #3b5998 ;
}
ul.top_bar_nav li:nth-of-type(3) > a, div.footer_section div + div + div ul li:nth-of-type(2) > a{
	color: #00acee;
}
ul.top_bar_nav li:nth-of-type(4) > a, div.footer_section div + div + div ul li:nth-of-type(3) > a{
	color: #0077b5;
}
ul.top_bar_nav li:nth-of-type(5) > a, div.footer_section div + div + div ul li:nth-of-type(4) > a{
	color: #dd4b39;
}
.footer_imges{
	text-align:right;
	margin-top: 35px;
}
/* Logo And Navigation */

div.log_banner_section{
	padding: 20px 0;
}


div.navigation_container div.navigation_items {
    display: flex;
    align-items: center;
}
nav.navbar-default {
    float: right;
    margin-bottom: 0px;
    background-color: transparent;
	border-color:     transparent;
    width: 100%;
    min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 7.5px -15px;
    display: flex;
    justify-content: space-around;
}
nav.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #2c2c2c;
	font-weight:700;
    background-color: transparent;  
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: transparent;  
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
	background-color: #000;
    outline: 0;
}

/* Quote box */
div.quote_box{
	margin: 50px 0;
}
div.quote_box h2{
	font-size: 32px;
	font-family: 'Calistoga', cursive;
}

div.quote_box p{
	font-size: 22px;
	line-height:30px;
	font-weight: 400;
}
div.quote_box input, div.quote_box select{
	width: 100%;
	margin: 20px 0 0 0;
	height:30px;
	border-radius: 4px;
	border: 1px solid #393939;
	background: #fff;
	color: #393939;
	font-weight: 600;
	font-size: 13px;
	padding: 0px 7px;
	text-transform: uppercase;
}
div.quote_box select{
	
	padding: 0px 3px;
}
.submit_btn{
	width: 100%;
	background: #000;
	padding: 2px 10px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size:22px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.submit_btn:hover{
	opacity: 0.7;
}
div.right_banner img{
	margin: 50px 0 0 0
}


/* Content */

div.insurance_main_content{
	border-radius: 10px;
	background: #fff;
	padding: 50px;
	margin: 50px auto;
}
div.insurance_main_content ul li{
	color: #2c2c2c;
	font-size: 18px;
	line-height: 30px;
}
div.right_main_content{
	background: #f4f4ec;
	border-radius: 5px;
	padding:25px 20px;
}
div.right_main_content h2{
	font-family: 'Calistoga', cursive;
	font-size: 30px;
}
div.right_main_content h3:first-of-type{
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 20px;
}
div.right_main_content h2:first-of-type {
	margin-top: 0px;
}
div.right_main_content ul{
	padding-left: 17px;
}
div.right_main_content ul li a{
	color: #393939;
	font-size: 21px;
	line-height:40px;
}
div.right_main_content ul li a:hover{
	color: #666565;
}
div.page_title_section{
	background: #fff;
}
div.page_title_section h3{
	font-size: 72px;
	line-height: 110px;
	font-family: 'Calistoga', cursive;
	padding:20px 0 70px 0;
}
/* Footer */
div.footer_bg{
	background: #fff;
	padding:60px 0;
}
div.footer_bg h2{
	font-size: 32px;
	line-height: 54px;
	color: #2c2c2c;
	font-family: 'Calistoga', cursive;
	margin-top:0px;
}
div.footer_bg div.copyright{
	margin: 50px auto 0;
}
div.footer_bg div.copyright p{
	text-align: center;
}
div.footer_bg div.copyright p span{
	display: inline-block;
}
div.footer_section ul li {
    font-size: 17px;
    font-weight: 400;
    list-style-type: none;
    text-transform: uppercase;
}
/* Footer Contact Info */
div.agency_contact_info ul{
	margin:0;
	padding:0;
}

div.footer_section div.agency_contact_info li{
	display: flex;
	list-style-type:none;
	padding:0 0 15px;
	text-transform: none;
	align-items: center;
}
div.agency_contact_info li::before {
  content: ""; 
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  width: 1.7em; 
  color: #000;
  font-weight: 600;
}
div.agency_contact_info li:nth-of-type(1)::before {
  content: "\f3c5"; 
}
div.agency_contact_info li:nth-of-type(2)::before {
  content: "\f095"; 
}
div.agency_contact_info li:nth-of-type(3)::before {
  content: "\f075"; 
}
div.agency_contact_info li:nth-of-type(4)::before {
  content: "\f1ac"; 
}
div.agency_contact_info li:nth-of-type(5)::before {
  content: "\f0e0"; 
}

div.footer_section div + div + div ul {
    list-style-type: none;
    display: flex;
    margin: 20px 0 0 0;
	justify-content: flex-end;
}
div.footer_section div + div + div ul li{
	padding:10px;
}
/* Carrier Carousal */
div.ins-nslider::before {
    content: '';
    border-top: 1px solid #b8b8b8;
    width: 100%;
    display: inline-block;
	margin: 30px 0;
}
div.ins-nslider h3 {
    font-size: 32px;
    color: #2c2c2c;
    font-family: 'Calistoga', cursive;
	font-weight: 400;
}
div.ins-nslider h3 span{
	color: #01d8c1;
	font-weight:700;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px 0 50px 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}


.jot_lob_form{
	height: 420px !important;
	border: 0;
	width: 100%;
}

.svg_style{
	position:absolute;top: -35px;left: -40px; z-index:1;
}
.svg_style1{
	position:absolute; right: -100px; z-index:1; bottom: 24%;
}
.svg_style1_inner{
	position:absolute; right: -100px; z-index:1; bottom: -10%;
}
/* Insurance LOB area */


div.insurance_lob_mid {
    height: auto;
    padding: 40px 0px;
    list-style: none;
	display: flex;
justify-content: space-between;
}
div.insurance_lob_content{
	text-align: center;
	flex: 1;
}
div.insurance_lob_content .fas{
	font-size: 80px;
	margin-bottom:20px;
}
div.insurance_lob_content span {
    font-size: 23px;
    line-height:26px;
	color:#2c2c2c;
	font-weight:400;
	display: flex;
	flex-direction: column;

}
div.insurance_lob_content span::before {
    content: "";
    display: table;
    clear: both;
}

div.insurance_lob_content .fa-car{
	color:#8b6f75;
}
div.insurance_lob_content .fa-home{
	color:#d3c7ba;
}
div.insurance_lob_content .fa-calculator{
	color:#75a2a5;
}
div.insurance_lob_content .fa-heart{
	color:#f08a71;
}
div.insurance_lob_content .fa-motorcycle{
	color:#939cbb;
}
div.insurance_lob_content a{ transition: all .2s ease-in-out; }
div.insurance_lob_content a:hover { transform: scale(1.3); }

/* contact you carrier page*/
.carriers_info div.carriers_design_box{
	padding: 15px;
	background: #fff;
	box-shadow: 3px 3px 4px 0 #888282;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 25px;
	border: 1px solid #d7d5d5;
}

.carriers_info div.carriers_design_box h2{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666565;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #000;
	border: 1px solid #000;
    border-radius: 22px;
    padding: 3px 6px;
	color: #fff;
	font-size:11px;
}
.carriers_info div.carriers_design_box a.btn:hover, .carriers_info div.carriers_design_box a.btn:focus{
	opacity: 0.8;
}


/* Iframe and Google Map */
iframe#cpIframe{
	width: 100%;
	border: 0;
	height:1700px;
}
iframe#ccframe{
	width: 100%;
	border: 0;
	height:1600px;
}
iframe.gmap{
	border:none;
	height:240px;
	margin-bottom:20px;
	width:100%;
}
.quick-contact {
    width: 100%;
    height: 360px !important;
    border: 0px;
}
.anchor{
	display:block;
	height:220px;
	margin-top:-220px;
	visibility:hidden;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
div.agency_contact_info a {
    display: inline;
}
.noBreak {
    display: inline-block;
}
.left_top_content a[href^=tel], .contact-details a[href^=tel]{
  color: inherit ;
}
.contact-details a{
	color:#000;
}
.contact-details a:hover{
	color:#666565;
}


.top_bar_nav i:hover, .footer_section i:hover{
	opacity:0.7;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, a:focus {
    outline: none;
}


div.left_top_content img, a.logo-agency img {
    margin-top: 0px;
	max-width: 125px;
}
.nwbnner img{
	display: block;
	margin: 100px auto !important;
}
.agent-info h3{
	margin-top:0px;
	font-weight:700;
}
.cof-img {
	margin:10px auto;
}
.contact-facebook .fab {
	color: #3b5998;
}
.contact-facebook .fab:hover, .contact-facebook .fab:focus {
	opacity: 0.8;
	color: #3b5998;
}

.ind-qt h2{
	font-size:26px!important;
}
.ind-qt p {
	font-size:17px!important;
	line-height:25px!important;
}
.ipad_left_width {
	padding-left:0px;
	padding-right:0px;
}