@charset "utf-8";

/* CSS Document */
body,
html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	color: #2f2f2f;
}

.whole-wrapper {
	padding: 30px 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;
	flex-direction: row;
	margin: 0px 0 12px;
}

.logo-section {
	display: flex;
	align-items: center;
}

.agency-logo {
	max-width: 100%;
	width: 100%;
}

.top-phone {
	list-style: none;
	float: right;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

.top-phone span {
	color: #faaa32;
	font-size: 28px;
	font-weight: bold;
}
.top-phone span.num-fix {
	font-size: 20px;
	font-weight: 400;
}
.top-social {
	list-style: none;
	width: 105px;
	float: right;
	display: flex;
	justify-content: space-around;
	font-size: 13px;
	margin-top: 10px;
	padding: 0 10px 0 0;
}

.top-social li {
	background: #0f71b9;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.top-social li a {
	color: #fff;
}

.top-social a:hover {
	opacity: 0.8;
}

.navbar-default {
	background: linear-gradient(to bottom, #0f71b9 0%, #3286c3 100%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0;
	min-height: 0;
}

.navbar .navbar-nav,
footer .footer-navigaion {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.navbar-default .navbar-nav > li,
footer .footer-navigaion li {
	list-style: none;
	width: 100%;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	padding: 9px 0px 9px 0px;
	text-align: center;
	font-weight: bold;
}

footer .footer-navigaion li a {
	color: #fff;
	font-size: 13px;
	padding: 9px 0px 9px 0px;
	width: 100%;
	text-align: center;
	display: block;
}

#bs-example-navbar-collapse-1 {
	padding: 0;
}

.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: none;
	background: linear-gradient(90deg, rgba(251,172,56,1) 100%, rgba(226,178,108,1) 100%);
}

.nav-top .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}

/* header end*/
/*banner part*/
.inside-banner {
	position: relative;
}

#inner-banner {
	width: 100%;
	object-fit: cover;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.TitleStyle5 {
	font-size: 46px;
	color: #ffff;
	text-align: center;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;
}

.quote-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 30px;
}
.quote-box #Type, .quote-box #ZipCode, .quote-box .qte-btn {
	display: flex;
	flex-direction: column;
	width: 30%;
}
.fixed-size {
	flex: 1;
	margin: 0 15px;
}

#Type, #ZipCode {
	color: #2f2f2f;
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	padding: 0px 5px;
	font-size: 14px;
	height: 30px !important;
	border-radius: 4px;
}

.qte-btn {
	width: 100%;
	color: #fff;
	font-size: 14px;
	border: none;
	padding: 5px 10px;
	background: linear-gradient(to bottom, #ffc578 0%, #ff993e 0%, #f3640e 100%, #fb9d23 100%);
	border-radius: 4px;
}

.qte-btn:hover,
.qte-btn:focus {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	background: linear-gradient(to bottom, #fb9d23 0%, #f3640e 0%, #ff993e 100%, #ffc578 100%);
}

.TitleStyle1 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 4px 6px #FFFFFF, 0 0 0 #000000, 1px 4px 6px #FFFFFF;
	margin: 0 0 20px 0;
	color: #0f71b9;
	line-height: 35px;
}

.contact {
	float: right;
	background: url(../img/bg-contact.png) no-repeat;
	width: 285px;
	height: 285px;
	margin: -20px -36px 0 0;
}

#contact-info {
	transform: rotate(-8deg);
	text-align: center;
	position: relative;
	z-index: 99999;
}
/* Inner Page banner Section */

.TitleStyle3.online-form {
	text-align: center;
	font-size: 20px;
	padding: 20px 0 10px;
	color: #002e63;
}

.zip-quote {
	top: 100px;
	right: 45px;
	width: 540px;
	position: absolute;
	border: 1px solid #999;
	border-radius: 7px;
	background: linear-gradient(to bottom, #f9fcf7 0%, #fdfdfd 0%, #dbdbdb 100%, #f5f9f0 100%);
}

.quoteline {
	max-width: 400px;
	background-color: rgba(255, 255, 255, 0.8);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	top: -60px;
	position: absolute;
	right: 0px;
	left: 0px;
	margin: auto;
}

.fas.fa-arrow-right {
	color: #99a2b0;
}

.TitleStyle4 {
	color: #062d61;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.highlight {
	color: #faaa32;
	float: none;
	margin-right: 0px;
	font-size: 24px;
	font-weight: normal;
}

#top-ed p {
	margin-bottom: 13px;
	margin-top: 13px;
}

.quote-box-header {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
}

.tag-line {
	position: absolute;
	bottom: 25px;
}

/* Main Content */
.main-content #whole-content {
	margin-top: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 6px #cccccc;
	padding: 10px 20px 40px 20px;
}

#contact-info .TitleStyle2, .TitleStyle6 {
	color: #0f71b9;
	text-align: center;
	font-family: 'Handlee', cursive;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	/* margin: 40px 10px 0 0; */
	margin: 30px 0 20px 0;
	line-height: 25px;
}

#contact-info p {
	font-size: 14px;
	text-align: center;
}

.call-trans {
	font-family: 'Handlee', cursive;
}

#contact-info a {
	color: #2f2f2f;
	text-decoration: none;
}

.main-content p ,.main-content ul li {
	font-size: 13px;
	line-height: 25px;
}

.TitleStyle2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: none;
	font-weight: normal;
	line-height: 26px;
	margin: 5px 0;
	line-height: 25px;
}

/* Footer */
.foot-cont:first-child {
	text-transform: uppercase;
}

.caret-up {
	border-top-width: 0;
	border-bottom: 4px solid #fff;
}

.dropdown.footer-dropdown .dropdown-menu li {
	display: block;
}

.footer-navigaion li a.active .caret-up {
	border-bottom: 4px solid #fff;
}

#foot-cpe1 ul li {
	font-size: 12px;
}

.dropdown.footer-dropdown .dropdown-menu {
	min-width: 144px;
	top: -70px;
}

.dropdown.footer-dropdown .dropdown-menu a {
	color: #333;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
}

.dropdown.footer-dropdown .dropdown-menu li::after {
	border-right: none;
	content: none;
}

.dropdown.footer-dropdown .dropdown-menu a.active, .dropdown.footer-dropdown .dropdown-menu a:hover {
	color: #fff;
	background: #fbac38;
	border-radius: 0;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
}

.footer-contact-info li a,
.footer-contact-info li a span {
	color: #0f71b9;
}

.footer-contact-info li a:hover,
.footer-contact-info li a span:hover {
	color: #FBAC38;
}

.footer-contact-info li,

.footer-contact-info li span {
	color: #2f2f2f;
	font-size: 13px;
}

.footer-contact-info ul li::before {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 25px;
	color: #2f2f2f;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
}

.footer-contact-info ul li:first-child:before {
	content: none;
}

.footer-contact-info li,
.site-info li {
	list-style-type: none;
	display: inline-block;
	line-height: 20px;
}

address {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	clear: both;
	display: inline-block;
	width: 100%;
}

#foot-cpe {
	background:linear-gradient(to bottom, #0f71b9 0%, #3286c3 100%);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0;
}

#foot-cpe1 {
	text-align: center;
	margin-bottom: 20px;
}

.site-info li {
	text-align: center;
	float: none;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	margin-right: auto;
	color: #666666;
	margin-right: 3px;
}

.footer-contact-info li, .site-info li {
	list-style-type: none;
	display: inline-block;
	line-height: 20px;
}

footer .footer-navigaion li a.active {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom, #fbac38 100%, #efac49 0%);
	text-align: center;
	width: 100%;
}

footer .footer-navigaion li:first-child a:hover, footer .footer-navigaion li:first-child a.active {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 0px;
}

footer .footer-navigaion li:last-child a {
	border-bottom-right-radius: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #fbac38;
}

footer .footer-navigaion li a:hover,
footer .footer-navigaion li a:focus,
footer .footer-navigaion li a.focus {
	color: #fff;
	background: linear-gradient(to bottom, #fbac38 100%, #efac49 0%);
	text-align: center;
	width: 100%;
	text-decoration: none;
}

.footer-contact-info ul.footer-navigaion li::before {
	content: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin-right: inherit;
	font-weight: inherit;
	vertical-align: inherit;
}

.footer-contact-info ul.footer-navigaion li:first-child:before {
	content: none;
}

/* Iframes */
#cpIframe {
	height: 1800px;
	width: 100%;
	border: none;
}

.ccframe {
	height: 1600px;
	width: 100%;
	border: none;
}

.gmap {
	height: 400px;
	width: 100%;
	border: none;
}

.contact-info-main {
	font-size: 18px;
	font-weight: bold;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}