@charset "utf-8";

@media screen and (min-width: 1440px) {
	.width-menu {
		width: 1440px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-default {
		margin: 0px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

	.transition-hover-content {
		padding: 20px 20px;
	}

	.transition-hover-content p {
		font-size: 14px;
	}

	.lob-section .lob-heading h3 {
		font-size: 20px;
	}

	.service-list li a,
	.service-list li {
		font-size: 15px;
	}

	.carousel-indicators {
		left: 52%;
	}
	
	.grw-review-content p {
		font-size: 10px !important;
	}

	.grw-time-since {
		font-size: 9px !important;
	}

	.grw-theme-dark div.grw-review-content>p {
		inline-size: 245px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.main-header {
		padding: 20px 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
	}

	.caption h2 {
		font-size: 30px;
	}

	.caption h3 {
		font-size: 25px;
		margin-top: 5px;
	}

	#Type,
	#ZipCode {
		font-size: 13px;
	}

	.carousel-indicators {
		left: 53%;
	}

	.caption p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.qte-btn {
		padding: 5px 25px;
		margin-left: 15px;
	}

	.get-quote-section h2 {
		font-size: 40px;
	}

	.ins-box {
		min-height: 250px;
	}

	.lob-section .lob-snippets h3 {
		font-size: 16px;
		margin: 10px 0px;
	}

	.lob-section .lob-snippets i {
		font-size: 30px;
	}

	.transition-hover-content {
		padding: 15px 15px;
	}

	.transition-hover-content p {
		font-size: 12px;
	}

	.transition-hover-content p .fa-long-arrow-alt-right {
		font-size: 16px;
	}
	p,
	.main-content ul li {
		font-size: 16px;
	}

	.service-heading h3 {
		font-size: 24px;
	}

	.service-content {
		padding: 0 15px;
	}

	.service-list {
		padding-left: 15px;
	}

	.service-list li a,
	.service-list li {
		font-size: 15px;
	}

	.carrier h2 {
		font-size: 32px;
		margin-top: 40px;
	}

	.carriers-box p,
	.carriers-box a.btn-customer {
		font-size: 12px;
	}

	.carrier-box-fix {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nbs-flexisel-inner {
		margin-bottom: 30px;
	}

	.footer-content h2 {
		font-size: 24px;
	}

	.footer-content ul li a {
		line-height: 20px;
		font-size: 15px;
	}

	.contact-info i {
		margin-right: 5px;
	}

	footer .contact-info a,
	footer .contact-info li {
		font-size: 11px !important;
	}

	.foot-blog p,
	.foot-blog a {
		font-size: 12px;
		line-height: 15px;
	}

	.gmap {
		height: 100px;
	}

	.copy-ul li a,
	.copy-ul li {
		font-size: 15px;
	}
	
	.carriers-box h3 {
		font-size: 22px;
	}
	
	.grw-theme-light,
	.grw-theme-dark {
		padding: 10px 7px !important;
	}

	.grw-review-content p {
		font-size: 10px !important;
	}

	.grw-time-since {
		font-size: 6px !important;
	}

	.grw-theme-dark div.grw-review-content>p {
		inline-size: 205px;
	}
}

@media screen and (max-width: 767px) {
h1, h1 a {
    font-size: 36px;
    line-height: 44px;
}
	.top-nav {
		display: flex;
		width: 130px;
		margin: 0 auto;
	}

	.top-nav li {
		margin: 0 auto !Important;
	}

	.nav-section,
	.logo-section,
	.nav-menu {
		display: inherit;
	}

	.agency-logo {
		width: 200px;
		display: inline-block;
	}

	.navbar-default {
		margin: 0px;
		min-height: 0px;
		top: 0;
		transform: translateY(0%);
	}

	.navbar-header {
		position: absolute;
		top: -78px;
		right: 0px;
	}

	.navbar-toggle,
	.navbar-toggle:hover {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: transparent;
		border: 0px none;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
		border-radius: 0;
	}

	.navbar-toggle span {
		background: #355246 none repeat scroll 0 0;
		display: block;
		height: 3px;
		left: 9px;
		opacity: 0.8;
		position: absolute;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: all 0.25s ease-in-out 0s;
		-webkit-transition: all 0.25s ease-in-out 0s;
		width: 26px;
	}

	.navbar-toggle span:nth-child(1) {
		top: 15px;
	}

	.navbar-toggle span:nth-child(2) {
		top: 22px;
	}

	.navbar-toggle span:nth-child(3) {
		top: 22px;
		opacity: 0;
	}

	.navbar-toggle span:nth-child(4) {
		top: 29px;
		transition: all 0.25s ease-in-out 0s;
		-webkit-transition: all 0.25s ease-in-out 0s;
	}

	.navbar-toggle.nav-bg span:nth-child(2) {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
	}

	.navbar-toggle.nav-bg span:nth-child(3) {
		opacity: 1;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
	}

	.navbar-toggle.nav-bg span:nth-child(1),
	.navbar-toggle.nav-bg span:nth-child(4) {
		opacity: 0;
		top: 24px;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
	}

	.navbar-default .navbar-nav .dropdown-menu li a {
		text-align: center;
	}

	.navbar .navbar-nav {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.navbar-nav .dropdown-menu {
		text-align: center;
	}

	.navbar-default .navbar-nav>li {
		display: inherit;
		float: none !important;
		text-align: center;
	}

	.navbar-default .navbar-nav>li {
		padding: 10px;
	}

	.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 {
		background-color: transparent;
		color: #305043 !important;
	}

	.collapse.in {
		display: block !important;
		visibility: visible;
	}

	.mobile-section {
		background: #101a16;
	}

	.phone-view {
		margin: 30px auto;
	}

	.phone-view button,
	div.phone-view a.btn {
		color: #fff;
		padding: 10px 18px;
		font-size: 18px;
		border-radius: 0;
		border: 0;
		margin-bottom: 10px;
		text-align: center;
		background: #416657;
		width: 100%;
	}

	.phone-view button:hover,
	.phone-view button:focus,
	.phone-view a.btn:hover,
	.phone-view a.btn:focus {
		color: #fff;
		background: #4c7564;
		transition: .3s;
	}

	.phone-view #myaccount-mob-collapse ul {
		background: #224034;
		color: #fff;
		padding: 5px 0 20px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: -10px;
	}

	.phone-view #myaccount-mob-collapse li {
		padding: 8px 0 0;
		list-style-type: none;
		color: #fff;
	}

	.phone-view #myaccount-mob-collapse li a {
		color: #fff;
	}

	.phone-view #myaccount-mob-collapse li a:hover,
	.phone-view #myaccount-mob-collapse li a:focus {
		color: #a3ccbc;
	}

	.mobile-address {
		background: #fff;
		padding: 10px 10px 5px 10px;
	}

	.mobile-address h5 {
		font-size: 24px;
		color: #101a16;
		text-align: center;
	}

	.mobile-address p {
		color: #393939;
		font-size: 18px;
		text-align: center;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.mobile-address .add-btn {
		background: #274237 !important;
		padding: 4px 20px !important;
		font-size: 17px !Important;
		border-radius: 0;
		color: #fff;
		width: 160px !important;
	}

	.mobile-address .add-btn:hover,
	.mobile-address .add-btn:focus {
		opacity: .8;
	}

	.get-quote-section h2 {
		font-size: 26px;
	}

	.ins-box {
		min-height: 0px;
	}
    .box-1, .box-2, .box-3, .box-4 {
    border-bottom: 1px solid #314d41;
    border-right: none;
}
	.lob-section .lob-snippets i {
		font-size: 40px;
	}

	.lob-section .lob-snippets h3 {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#lob-main {
		display: inherit;
	}

	#lob-main .flex-box {
		min-height: 200px;
	}

	.transition-hover-content {
		padding: 20px;
	}

	.transition-hover-content p {
		font-size: 14px;
	}

	.transition-hover-content p .fa-long-arrow-alt-right {
		font-size: 20px;
		margin-top: 5px;
	}

	p,
	.main-content ul li {
		font-size: 15px;
		line-height: 24px;
	}

	.service-container {
		display: inherit;
	}

	.service-list {
		margin: 0 auto;
		padding: 0;
	}

	.service-content {
		display: flex;
	}

	.carrier h2 {
		font-size: 30px;
		text-align: center;
	}

	.jot-form {
		height: 420px !important;
	}

	.footer-section {
		text-align: center;
	}

	.foot-blog p,
	.foot-blog a {
		text-align: center;
	}

	.rssfeedsclass {
		padding: 0px 30px;
	}

	#cont-info,
	#cont-info1 {
		display: flex;
		align-content: center;
		justify-content: space-around;
	}

	.contact-info figure,
	.contact-info span {
		display: inline-block;
	}

	.gmap {
		height: 100px;
		width: 200px;
	}

	.navbar-default .navbar-nav .dropdown-menu li a {
		color: #777;
	}

	.navbar-default .navbar-nav .dropdown-menu .dropdown-submenu i {

		color: #000;
	}
	
	.grw-review-content {
		text-align: center;
	}
}

@media screen and (min-width: 598px) and (max-width: 767px) {
	.jot-form {
		height: 220px !important;
	}
}

@media screen and (max-width: 1199px) {

	a.sms-txt {
		cursor: pointer;
		pointer-events: auto;
		text-decoration: none;
	}

}

@media (min-width: 768px) {
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}

	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
		display: none;
		position: absolute;
		background: #101a16;
		background: linear-gradient(90deg, #101a16, #182621);
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.dropdown-submenu {
		position: relative;
	}


	.navbar-default .navbar-nav .dropdown-menu li a.submenu-link {
		padding-left: 10px;
		text-align: inherit;
	}

	.navbar-default .navbar-nav .dropdown-menu .dropdown-submenu i {
		padding: 7px 4px;
		color: #fff;
	}


}