@charset "utf-8";

/* CSS Document */
body,
html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	color: #393939;
}

h1 {
	color: #2c2c2c;
	font-size: 35px;
	font-family: 'Cabin', sans-serif;
    font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	color: #2c2c2c;
	margin-bottom: 20px;
	font-family: 'Cabin', sans-serif;
    font-weight: 600;
}
h3 {
font-family: 'Cabin', sans-serif;
    font-weight: 600;
}
.sub-head {
	color: #666;
}

/* Index Screen Height CSS */

/* Header */
header {
	border-bottom: 1px solid #cdcdcd;
	z-index: 2;
	position: relative;
}

.main-header {
	background: #136269;
	min-height: 150px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 20px 0px 30px;
}

.top-nav-section {
	float: right;
	width: auto;
}

.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: -20px;
}

.top-phone span {
	color: #fff;
	background-color: #136269;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 20px;
}

.top-social {
	list-style: none;
	width: 200px;
	float: right;
	display: flex;
	padding: 0 10px 0 0;
	margin-bottom: 0;
	justify-content: space-around;
	font-size: 16px;
}

.top-social a:hover {
	opacity: 0.8;
}

.fab.fa-facebook-f {
	color: #3b5998;
}

.fab.fa-twitter {
	color: #00acee;
}

.fab.fa-linkedin-in {
	color: #0077b5;
}

.fab.fa-youtube {
	color: #dd4b39;
}

#top-follow-us {
	color: #666;
}

/* Logo and Navigation Section */
.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: center;
	align-content: center;
	width: 100%;
}

.logo-section {
	display: flex;
	align-items: center;
	justify-content: left;
}

.agency-logo {
	max-width: 100%;
	width: 100%�/;
}

.nav-menu {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
	min-height: 0;
	width: 100%;
}

.navbar .navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.navbar-default .navbar-nav>li {
	list-style: none;
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	width: 100%;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a.active {
	color: #fff;
	text-decoration: underline 3px #63c8ca;
	text-underline-position: under;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	padding: 0px;
	border: 1px solid #136268;
	margin-top: 3px;
}

.navbar-nav>li>.dropdown-menu li a {
	color: #666;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	background: #136268;
	color: #fff !important;
	text-decoration: none !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	color: #fff;
	text-decoration: underline 3px #63c8ca;
	text-underline-position: under;
}

.dropdown.open .caret {
	border-bottom: 4px solid;
	border-top: 0px;
}

/* Get A Quote Section */
.get-quote-section {
	background: #ffcf45;
	text-align: center;
	margin: 0 auto;
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
	padding: 40px 0 45px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.get-quote-section h2 {
	color: #ffcf45;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 55px;
}

.get-quote-section p {
	color: #fff;
	font-size: 22px;
}

.inner-banner-text h2 {
	font-size: 45px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}

.inner-banner-text p {
	color: #666;
	font-size: 22px;
}

#Type,
#ZipCode {
	color: #666;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	margin-top: 20px;
	padding: 0px 5px;
	font-weight: 500;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	height: 40px !important;
}

.qte-btn {
	color: #136268;
	font-size: 21px;
	font-weight: 500;
	border: none;
	background: #6fe1e3;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 4px 5px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 3px;
	font-weight: normal;
}

.qte-btn:hover,
.qte-btn:focus {
	background: #7cfafc;
	transition: 0.3s;
	color: #136268;
}

/* Index Page banner Section */

.banner-stars .fa-star {
	color: #ffcf45;
	font-size: 40px;
	letter-spacing: 10px;
}

.banner-stars {
	text-align: center;
	margin-bottom: 30px;
}

.banner-heading {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.banner-sub-heading {
	font-size: 47px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.banner-text {
	top: 40%;
	transform: translateY(-40%);
	position: absolute;
}

/* Inner Page banner Section */
.inner-banner-section {
	height: 650px;
	position: relative;
}

.inner-banner-section::before {

	background-image: url("../img/wave-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0.4;
	background-size: contain;
}

.aligner img {
	margin-left: auto;
	margin-right: auto;

}

.inner-banner-inside {
	position: relative;
	height: 650px;
	display: flex;
	align-items: center;
}

#inner-banner {
	margin-left: auto;
	border: 10px solid #f4f4f4;
	border-radius: 10px;
	width: 90%;
	box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
}

/* LOB Box Section */
.service-area {
	background: #136268;
	padding: 40px 0px;
}

.service-area h2 {
	font-size: 35px;
	text-align: center;
	color: #fff;
	font-family: 'Cabin', sans-serif;
    font-weight: 600;
}

.ins-boxes1 {
	display: flex;
	align-content: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	justify-content: space-evenly;
	position: relative;
	margin-top: 30px;
	align-items: center;
}

.service-area a {
	font-size: 26px;
	color: #fff;
	width: 200px;
	height: 200px;
	margin: 0;
	position: relative;
	outline: none;
}

.service-area a:hover,
.service-area a:focus {
	text-decoration: none;
	opacity: 0.8;
	transition: all ease .2s;
}

.aligner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.aligner i {
	font-size: 33px;
}

.aligner h3 {
	line-height: 25px;
	margin-top: 20px;

}

.inner-lob-area {
	background: #136268;
	padding: 80px 0px;
}

.inside-lob-box {
	display: flex;
	align-items: center;
}

.inside-lob-icon img {
	width: 80%;
	max-width: 150px;
}

.inside-lob-line {
	height: 10px;
	background: #6fe1e3;
	border-radius: 5px;
	position: relative;
	padding: 0;
}

.inside-lob-line::before {
	content: '';
	display: block;
	position: absolute;
	background: #6fe1e3;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
}

/* Main Content */
.main-content p,
.main-content ul li {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
	list-style: none;
	font-weight: 500;
	/* text-align: center; */
}

#Type {
	-webkit-appearance: none;
	-moz-appearance: none;
}

#inside-cont {
	margin-bottom: 30px;
	margin-top: 40px;
}

#inside-cont,
#inside-cont p,
#inside-cont ul li {
	text-align: left !Important;

}
.main-content {
	margin-bottom: 30px;
}

.main-content {
	/* text-align: center; */
}

#index-cont {
	margin-bottom: 30px;
	margin-top: 40px;
}
#index-cont h2, #index-cont h3, #index-cont h4, #inside-cont h2, #inside-cont h3, #inside-cont h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #2c2c2c;
}
#index-cont h3, #inside-cont h3 {
	font-size: 20px;
}
#index-cont ul, #inside-cont ul {
	margin: 20px 0;
	padding-left: 20px;
}
#index-cont ul li, #inside-cont ul li {
	margin-bottom: 10px;
	list-style-type:disc;
}
#index-cont ul li strong, #inside-cont ul li strong {
	color: #2c2c2c;
}
#index-cont ul li::marker, #inside-cont ul li::marker {
	color: #6fe1e3;
}
#main-cont ul li span {
	color: #6fe1e3;
	font-weight: 600;
}

#main-cont {
	margin: 30px 0px;
}

.contact-details a {
	color: #666;
}

.contact-details a:hover,
.contact-details a:focus {
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #136268;
	text-underline-position: under;
}

.ins-section {
	background-color: #6fe1e3;

	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
}

.ins-section::before {

	background-image: url("../img/wave-bg.png");
	background-repeat: no-repeat;
	background-position: 0 66%;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0.3;
	background-size: cover;
}

.ins-section p {
	color: #136268;
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	font-family: 'Cabin', sans-serif;
    font-weight: 600;
}

/* Footer */
.footer-section {
	padding-top: 45px;
	background-color: #136268;
}

.footer-pad-fix {
	padding-left: 0;
}

.footer-content h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
}

.footer-nav {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
}

.footer-nav li {
	display: flex;
	margin-bottom: 15px;
	flex-basis: 33%;
}

.footer-nav .fa-angle-double-right {
	color: #6fe1e3;
	font-weight: 900;
	font-size: 19px;
	margin-right: 10px;
	line-height: 30px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.footer-content ul.footer-nav li a:hover,
.footer-content ul.footer-nav li a:focus,
.footer-content ul.footer-nav li a.active {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #6fe1e3;
	text-underline-position: under;
}
.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
	color: #6fe1e3;
	text-decoration: none;
}

.contact-info ul {
	padding-left: 0px;
}

.contact-info ul li {
	font-size: 18px;
	color: #fff;
	padding: 0 0 15px;
	display: flex;
}

.contact-info ul li a {
	font-size: 18px;
	line-height: 25px;
}

.contact-info i {
	color: #6fe1e3;
	float: left;
	font-size: 18px !important;
	margin-right: 10px;
	line-height: 25px;
	width: 20px;
}

.copyright {
	padding: 50px 0 20px;
	text-align: center;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.copy-ul li {
	display: inline-block;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 18px;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #6fe1e3;
	text-decoration: none;
}

/* Iframes */
#cpIframe {
	height: 1800px;
	width: 100%;
	border: none;
}

.ccframe {
	height: 1600px;
	width: 100%;
	border: none;
}

.gmap {
	height: 400px;
	width: 100%;
	border: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

div.rightside-cont {
	background: #f4f4f4;
	border-radius: 5px;
	padding: 25px 20px;
	margin-top: 55px;
}

.quick-contact {
	width: 100%;
	border: 0px;
}

.lob-jot {
	border: 0;
	width: 100%;
}

.main-content hr {
	border-top: 1px solid #cecdcd;
}

.nobreak{
	display:inline-block;
}

.top-nav-section a[href^=tel]{
  color: #fff;
}
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #136269 !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: #136269 !important;
}

.grw-business-header {
	border-bottom: 3px solid #136269 !important;
}

.grw-author, .grw-business-name a {
	color: #000;
}
.carrier-page .col-md-6 {
    background: #fff;
    margin: 20px;
    box-shadow: 1px 1px 5px #666;
    width: 45%;
}
.clist .btn {
    background: #6fe1e3;
    color: #000;
	transition: all 0.5s
}
.clist .btn:hover {
    background: #8cf3f5;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px;
}
.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:105px;
}
.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%;
}
.carrier h3 {
    font-size: 28px;
    font-weight: 400;
    color: #353432;
    margin-top: 25px;
}