@charset "utf-8";
/* CSS Document */

body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
}

h1{
	color: #2c2c2c;
	text-align: left;
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 60px;
    font-style: italic;
	line-height: 30px;
	margin-bottom: 30px;
}

h2 {
    color: #393939;
	font-size: 24px;
	text-align: left;
	font-weight: 800;
	line-height: 30px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

p, .main-content ul li{
	color: #393939;
	font-size: 20px;
	text-align: left;
	line-height: 36px;
	margin-bottom: 20px;
}

a, a:hover, a:focus{
	text-decoration: none;
	color: #333;
	outline: none;
}

hr {
    border-top: 1px solid #b8b8b8;
}

/* Header */

header {
	position: relative;
}

/* Top Bar */

.top-bar {
	background: #7dc242;
	width: 100%;
	height: 50px;
}

.top-info {
	float: right;
	margin-top: 2px;
}

.top-info h4 {
	display: inline-block;
	margin-right: 20px;
	font-size: 22px;
}

.phone > .fa-mobile-alt {
    color: #ed217c;
    font-size: 19px;
    padding-right: 10px;
}

.social-links {
	float: right;
	padding: 10px;
}

.social-links li {
	display: inline-block;
	 font-size: 18px;
}

.social-links .fab {
	margin: 0 5px;
}

.fab.fa-facebook-f {
	color:#3b5998 !important;
}

.fab.fa-twitter {
	color: #00aced;
}

.fab.fa-linkedin-in {
	color: #007bb6;
}

.fab.fa-google{
	color: #dd4b39;
}

.social-links i:hover, .social-down-links i:hover{
	opacity: 0.6;
}

/* Logo And Navigation */

.white-bg {
	background: #fff;
	padding: 35px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: left;
}

.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	align-content: center;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}
.navbar-nav .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.nav.navbar-nav {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	float: none;
	margin: 0px;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin: 0;
	min-height: 0;
	width: 100%;
}

.navbar-default .navbar-nav > li {
	 list-style: none;
    flex-grow: 1;
    text-align: center;
}

.navbar-default .navbar-nav > li a {
	color: #4f4e4e;
	width: 100%;
    margin: 0px;
	font-size: 19px;
	padding: 0;
	font-weight:500;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    background: #f2f4f6;
    border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav .dropdown-menu li a {
	text-align: left;
	padding: 5px 10px;
	color: #4f4e4e;
}

.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active, .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a.active {
    color: #637989;
}
.navbar-default .navbar-nav .dropdown-menu li a.active, .navbar-default .navbar-nav > li a.active {
	font-weight:700;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4f4e4e;
	font-size: 17px;
}

.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    width: 35px;
    float: right;
    z-index: 100;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    margin-left: 25px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
    color: #4f4e4e;
	background-color: #fff;
}

.mid-section {
	position: relative;
}

.mid-section::after {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	/*background: -webkit-linear-gradient(to left, rgb(255, 255, 255, 1)30%, rgb(255, 255, 255, 1)30%, rgba(255, 255, 255, 0)50%, rgb(255, 255, 255, 0)100% );
	background: linear-gradient(to left, rgb(255, 255, 255, 1)30%, rgb(255, 255, 255, 1)30%, rgba(255, 255, 255, 0)50%, rgb(255, 255, 255, 0)100% );*/
}

.quote {
	position:absolute;
	background: #edf4e0;
	bottom: -50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	right: 20%;
	z-index: 1;
	width: 436px;
	border-radius:12px;
}

.quote-box {
	padding:60px 40px 60px 45px;
}

.jot .quote-box {
    padding: 30px 30px;
}

.quote-box h2 {
    font-size: 34px;
    color: #525252;
    text-align: left;
    font-weight: 400;
	margin-top:0;
	margin-bottom:20px;
}

.quote-box p {
    color: #525252;
    font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom:30px;
}

.jot {
	bottom: -35px;
}

#Type {
	-moz-appearance:none;
	-webkit-appearance: none;
}


.quote select {
  margin-top: 30px;
}

.quote input, .quote select {
    color: #4e4e4e;
	border-radius: 5px;
	border: 1px solid #4e4e4e;
	background: #fff;
    width: 100%;
    padding: 3px 3px;
    font-size: 14px;
	text-transform:uppercase;
}
.quote input{
	padding: 3px 6px !important;
}
.quote .btn, .quote .btn:focus, .quote .btn:hover {
    background: #637989;
	margin-top:30px;
    color: #fff !important;
    width: 100%;
	padding: 0px 0px;
    border-radius: 8px;
    font-size: 22px;
    text-transform: uppercase;
}

.quote .btn:hover {
	background: #708695;
}

/* Insurance Boxes */

.lob-section {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: end;
	padding: 130px 0 40px 0;
	border-top:solid 8px #637989;
	border-bottom:solid 8px #637989;
}

.lob-section-inside {
	padding: 0;
	background: #d9d9d9;
	display: flex;
	align-items: center;
	padding: 100px 0 40px 0;
}

.ins-boxes, .ins-lob {
    display: flex;
	justify-content: space-between;
}

.box {
	text-align: center;
	margin: 0 auto;
}

.box i, .box-lob i {
	color: #7dc242;
    font-size: 96px;
}

/*.box a:hover .fas, .box a:hover .fad, .box a:hover h3 {
	color:#637989;
}*/

.ins-boxes h3 {
	color: #585858;
	margin-top: 45px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	text-transform:	capitalize;
	line-height: 30px;
	font-size: 22px;
	font-weight:600;
}

.ins-lob h3 {
	font-size: 72px;
	text-transform: uppercase;
	color: #2c2c2c;
	display: inline-block;
	margin-top: 0;
	margin-left: 30px;
	font-weight: 700;
	font-style: italic;
}

.policies{
	margin:25px 0;
}

/* Carrier logo carasoul */

.carrier h2 {
	color: #2c2c2c;
    font-size: 32px;
    font-weight: 700;
	font-style: italic;
	margin-top: 40px;
}

.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}

.nbs-flexisel-inner {
	float:left;
	margin:0 0 50px;
	overflow:hidden;
	width:100%;
}

.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}

.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;
}

/* Carriers*/

.contact-list h2 {
    color: #2c2c2c;
    padding-bottom: 20px;
    font-size: 24px;
}

.contact-list p {
    font-size: 20px;
	margin-bottom: 10px;
}

.contact-list-bdr {
    border-bottom: 1.5px dotted #ed217c;
}

.btn-xs {
    background: #ed217c;
	color: #fff !important;
	margin-top: 3px;
}

.btn-xs:hover, .btn-xs:focus {
    background: #fb4093;
}

.contact-details a:hover {
	color: #fb4093;
}

.contact-details  a[href^=tel]{
  color: inherit;
}

/* Customer Service/Compare Quotes Iframe */

#cs-frame {
    height: 1600px;
    width: 100%;
    border: none;
}

#cpIframe {
	height:1700px;
	width:100%;
	border:0;
}

.gmap {
    width: 100%;
    height: 350px;
}

.jot-form {
    height: 363px !important;
	border: none;
	width:85%;
	margin:0 auto;
	display: table;
}

.jot h2{
	text-align: center;
}

.quick-contact {
    width: 100%;
    height: 360px !important;
    border: 0px;
}

/* Insurance Savings*/

.insurance-box{
	background-image: -webkit-linear-gradient(#fff 0%, #fff 80%, #d9d9d9 80%, #d9d9d9 100%);
	background-image: linear-gradient(#fff 0%, #fff 80%, #d9d9d9 80%, #d9d9d9 100%);
}

.insurance-savings .fa-angle-double-right {
    color: #ed217c;
    margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.insurance-savings {
	color: #2c2c2c;
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 30px;
}

.insurance-savings h2 {
	font-size: 32px;
	font-weight: 700;
    width: 100%;
	color: #f68a1e;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 67px;
}

.insurance-savings ul {
	list-style-type: none;
	font-size: 24px;
	line-height: 44px;
	padding-left: 67px;
}

.insurance-savings span {
    display: flex;
}

/* Footer*/

.footer-bg {
	background: #637989;
}

.footer-content h2 {
	color: #2c2c2c;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-style: italic;
	margin-top: 50px;
}

.footer-content ul {
	list-style-type:none;
	padding-left: 0;
}

.links ul {
	padding-left: 0;
	padding-right: 0;
}

.footer-content ul li a {
	color: #3f3f3f;
	font-size: 19px;
	line-height: 30px;
}

.footer-nav .fa-angle-double-right {
	color: #ed217c;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
	font-size: 14px;
}

.contact-info ul li a {
	font-size:19px;
	line-height:30px;
}

.contact-info ul li {
	display: flex;
	font-size: 18px;
	color: #2c2c2c;
	 margin: 10px 0;
}

.contact-info i {
	color: #ed217c;
	float: left;
	font-size: 19px !important;
	margin-right: 10px;
	margin-top: 5px;
	width: 20px;
}

.contact-info span, .footer-nav span{
    display: flex;
}

.social-down-links ul li {
    font-size: 16px;
    color: #2c2c2c;
    padding: 0 0 10px;
}

.social-down-links li {
	padding:0 !important;
	float: left;
}

footer .agency-logo {
    margin-top: 47px;
}

.copy-right-ul {
	list-style-type:none;
	padding:0;	
	text-align:center;
}

.copy-right-ul li {
	display:inline-block;
}

.copy-right-ul li a, .copy-right-ul li {
	color: #2c2c2c;
	font-size: 19px;
}

.copy-right-ul li a:hover, .copy-right-ul li a:focus, .footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
	color: #ed217c;
}

.copyright {
	padding:50px 0 20px;
}



.quote-btn .btn{
	width:250px;
}
.quote-btn .btn:hover{
	width:250px;
}
.quote-btn{
	text-align:center;
}
.top-phone-no{
	color:#000;
	font-weight:700;
}
.indx h1{
	color:#637989;
	font-style:normal;
	font-weight:400;
	text-align:center;
}
.common-box {
	background: #fff !important;
}
.common-i-box {
	border:solid 3px #7dc242;
	border-radius:12px;
	background: #fff;
	padding-bottom: 30px;
	
}
.bg-box{
	background: #7dc242;
}
.index-hr hr{
	border-top:1px solid #7dc242;
	margin-top:40px;
}
.i-box-4 {
	height: auto;
	width: auto;
	padding: 25px;
}
.whole-box .col-md-4 {
	float: left;
	width: 27%;
	margin: 0 36px;
}
.copy-right-ul li, .copy-right-ul li a{
	color:#fff;
	font-weight: 400;
}
.copy-right-ul li a:hover{
	color:#7dc242;
}
.source-desrc{
	margin-top:0px;
	margin-bottom:10px;
	
	
}
.source-desrc p{
	margin-bottom:0;
	font-size:14px;
	line-height:25px;
	color: #fff;
	text-align: center;
}
.common-i-box p{
	text-align:center;
	line-height: 24px;
}
.sym-num{
	font-weight:700;
	font-size:60px;
	color:#637989;
	margin:27px 0 !important;
}
.midle-para{
	color:#fff;
	font-size:35px;
	font-weight:700;
}
.last-box{
	color:#637989;
	font-size:30px;
	font-weight:700;
}
.common-i-box p{
	margin-bottom:10px;
	margin-top: 10px;
}
.review-block {
	text-align: center;
}
.review-content {
    height: 240px;
    border: 2px solid #e9eaea;
    color: #7e7e7e;
    line-height: 25px;
    text-align: left !important;
    border-radius: 5px;
	padding:25px;
}
.review-section h2{
	color:#637989;
	text-align:center;
	margin:30px 0;
}
.checked{
	color:#fbcd32;
}
.agency-name{
	float:left;
	font-size:16px;
}
.review-quote{
	width:100%;
}
.review-block p{
	margin-bottom:0;
}
.review-content p{
	font-size:15px;
}
.title-quote{
	text-align:right;
}
.choose-section{
	margin-bottom:20px;
}
.fas::after, .fad::after{
	color:#637989 !important;
	opacity:inherit !important;
}
.fa-file-invoice::after{
	color:#7dc242 !important;
}
.inner-quotes {
    position: absolute;
    top: 67px;
    right: 8%;
    z-index: 1;
    width: 50%;
}
.inner-quotes .col-md-6:first-of-type {
	width: 40%;
}
.inner-quotes .col-md-6:last-of-type {
	width: 60%;
}

.inner-quotes .icon-column {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.icon-column a i {
	padding: 0px;
	float: left;
	vertical-align: middle;
	display: flex;
	font-size:32px;
}

.inner-quotes h1{
	color:#637989;
	font-weight:400;
	font-size:42px;
	font-style:normal;
}
.inne-ban h1 {
	color:#637989;
	font-weight:400;
	font-size:42px!important;
	font-style:normal;
}
.inner-quotes i{
	color:#7dc242;
	
}
.icon-column h2{
	font-weight:400;
	color:#637989;
	font-size:24px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}
.inner-main-content{
	border-bottom: solid 6px #637989;
}
.inner-content-icon i {
	font-size:48px;
	color:#7dc242;
	margin-top:8px;
}
.bundle-sub i {
	font-size: 72px;
}
.bundle-sub i.fas {
	font-size: 48px;
	color: #637989;
	margin-top: 30px;
}
.bundle-sub .save-avg {
	color: #6f8594;
}
.cnt-img {
	height: 300px;
	overflow-y: hidden;
}
.cnt-img img {
	height: auto;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.inner-content-icon h2{
	font-style:normal;
	color:#637989;
	font-weight:600;
	margin-top:20px;
	margin-bottom:20px;
	font-size:30px;
}
.schedule-call {
	display: inline-block;
	padding: 5px 35px 5px;
	border-radius: 5px;
	background: #7dc242;
	width: auto;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;

	margin: 5px 0;
}
.mobile-call {
	display: inline-block;
	padding: 8px 15px 8px;
	border-radius: 5px;
	width: auto;
	color: #637989;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0;
	border: solid 1px #7dc242;
}
.mobile-call i{
	margin:0;
	font-size:22px !important;
	padding:0 10px 0 0!important;
	color: #637989;
}
.bundle-sub p{
	color:#585858;
}
.mobile-call:hover{
	color: #768b9b;
}
.schedule-call:hover{
	color: #6f8594;
}
.inner-content-icon p.sub-head {
	color:#6f8594;
	margin-bottom: 5px;
	font-weight: 700;
	margin-top:30px;
}
.inner-content-icon p.sub-head:first-of-type {
	margin-top:10px;
}
.inner-content-icon p {
    margin-bottom: 5px;
    line-height: 24px;
}
.content-top{
	margin-top:40px;
}
.mobile-cell-last{
	margin-top:20px;
}
.title-sub h2, .title-sub p{
	text-align:center;
}
.img-container .caption {
	color: white;
    position: inherit;
    top: initial;
    left: inherit;
    z-index: 1;
	display: flex;
	align-items: center;
	height: 300px;
	align-content: center;
	flex-wrap: wrap;
}
.caption h1{
	font-style:normal;
	font-size:31px;
	color:#637989;
	margin-top: 0px;
	width: 100%;
}
.caption ul {
	list-style-type: none;
}
.caption p {
	width: 100%;
	margin-bottom: 10px;
}
.bh-hd{
	width:115px !important;
	display:inline-block;
	color:#637989;
}
.caption .fas{
	color:#7dc242;
	font-size: 24px;
	justify-content: center;
    width: 32px;
}
.caption.large .fas {
	font-size: 48px;
	width: auto;
}
.email-left a, .phone-left{
	color:#000 !important;
}
.email-left a:hover{
	color:#637989 !important;
}
iframe#ccframe {
	width: 100%;
	border: 0;
	height: 1600px;
}
.nav-top .fa-shield-check{
	color:#7dc242;
}

table {
  border-collapse: collapse;
  width: 100%;
}
.icon-column.large table {
	max-width: 900px;
}
td, th {
  text-align: left;
  padding: 8px;
  font-size:20px;
  color:#000;
}

tr:nth-child(even) {
  background-color: #edf4e0;
}
.header-title{
	background:#7dc242;
}
.vehicle-inner .fas, .vehicle-inner .far, .personal-inner .fas{
	width: 45px;
    margin-right: 18px;
	justify-content: center;
}
.icon-column .fas, .vehicle-inner .far,.icon-column .far {
	justify-content: center;
	width: 45px;
	font-size:32px;
}
.icon-column.large .fas {
    font-size: 100px;
    margin-top: 30px;
}
.bundle-sub .col-md-4, .bundle-sub p{
	text-align:center;
}
.bunle-now{
	margin:0 auto;
}

.bundle-btn{
	margin-top:20px;
}
.bunle-now .col-md-6{
	text-align:center;
}
.num-bold{
	font-size:30px;
}
.title-tag p{
	background:#edf4e0;
    padding:20px;
	line-height: 24px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 10px;
}

.grid-container > div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.grid-container p{
	text-align:center;
}
.grid-container i{
	font-size:55px;
	color:#637989;
}
.bx1{
	color:#637989;
}
.bundle-inner p{
	color:#637989;
	line-height: 28px;
}
.row.bundle-sub{
	width:66%;
	margin:0 auto;
}
.save-avg{
	font-weight:600;
	color:#637989;
}
.title-sub p{
	color:#000;
}

.fa-stack{
	height:3.5em !important;
}

.fad.fa-shield-check{
	font-size: 30px;
	/*margin-top:36px;
	right:-16px;
	position: absolute;
	color: #637989;
	float:right;*/
	margin-right:8px;
}
.far.fa-shield-check{
	font-size: 30px;
	margin-top:63px;
	left:-2px;
	position: absolute;
	color: #637989;
	float:left;
}
.home-box .fad.fa-shield-check {
	font-size: 30px;
	margin-top:63px;
	left:-100px;
	position: absolute;
	color: #637989;
	float:left;
}
.fad.fa-shield-check::before {
	color: #fff;
}
.fas.fa-users {
	/*font-size: 55px;
	margin-top: 2px;
	vertical-align: top;
	margin-left: -76px;*/
    margin-top: -5px;
    left: 15px;
    position: absolute;
    float: left;
    font-size: 55px;
}
.fas.fa-hand-holding {
	color: #637989;
}
.fa-stack {
	display: inherit !important;
}
.whole-box .col-md-4 .common-i-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	
}
.sup-even {
	font-size: 60%;
	font-weight: 600;
}

.is-cms .mid-section::after {
z-index:-2;
}
.amplify-widget {
	margin-top: 30px;
}
.left-color {

	display: flex;
	align-items: center;
}
.left-color p {
	margin-bottom: 0;
}
.left-text.editable {
	
	color: #fff;
	font-size: 21px;
	align-items: center;
	float: left;
	margin-top: 8px;
}

.yutube {
	width: 560px;
	height: 315px;
	margin: 0 auto;
	text-align: center;
	display: flex;
}