

/* CSS Document */
@media screen and (max-width: 767px) {
.box-1, .box-2, .box-3,.box-4,.box-5, .box-6 {
	border-bottom: 1px solid #ab783b;
	border-right: none;
}
.home-content {
	padding:0px 15px;
}
.box-1, .box-3, .box-5 {
	border-right: 1px solid #ab783b;
}
.navbar-nav > li a.active {
	color: #fff!important;
}
#carousel-example-generic {
	border-top: 3px solid #234271;
}
.white-bg.index {
    border-bottom: none;
	background: #fff;
}
header .overlay {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 100;
}
header .white-bg.index {
	border-bottom: 1px solid rgba(35, 66, 113, 0.12);
	box-shadow: 0 1px 0 rgba(35, 66, 113, 0.06);
}
.mob-banner-wrap {
	position: relative;
	width: 100%;
}
.mob-banner-wrap > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
}
.mob-banner-wrap .carousel-control {
	top: auto;
	bottom: 14px;
	z-index: 2;
}
.mob-banner-wrap .carousel-control.left {
	left: 8px;
	right: auto;
}
.mob-banner-wrap .carousel-control.right {
	right: 8px;
	left: auto;
}
.carousel-inner.main>.item>img {
    height: auto;
	margin-top:0px;
}
header .mobile-quote.mar {
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden;
	border: 0;
}
header .mobile-quote.mar .phone-view {
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden;
}
.mar {
	margin-top: 0 !important;
	position: relative;
	z-index: 8;
}
.inside-quote-lob {
	height:380px;
}
.footer-list-style span {
	display:inline-flex;
}
.footer-addrss .fa {
	float:none;
}
.white-bg {
	height: auto;
	min-height: 56px;
}
.ind-fix {
	padding:0px;
}
.white-bg.index .container > .row,
.white-bg > .container > .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	min-height: 56px;
}
.white-bg.index .container > .row > [class*="col-"],
.white-bg > .container > .row > [class*="col-"] {
	float: none;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
}
.white-bg.index .container > .row > [class*="col-"]:first-child,
.white-bg > .container > .row > [class*="col-"]:first-child {
	flex: 1 1 auto;
	min-width: 0;
	padding-right: 10px;
}
.white-bg.index .agency-logo,
.white-bg .agency-logo {
	margin: 0 !important;
	display: block;
	max-height: 44px;
	width: auto;
}
.white-bg.index .container > .row > [class*="col-"]:last-child .navbar,
.white-bg > .container > .row > [class*="col-"]:last-child .navbar {
	margin-bottom: 0;
	min-height: 0;
}
.navbar-header.nav-main {
	float: none;
	margin: 0;
}
.navbar {
	min-height:0px;
}
.skip-to-content-link {
	display:none;
}
.navbar {
	z-index: 99;
}
.navbar-nav{top:0px;}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
	background: #f4f7fb;
	border: 1px solid rgba(35, 66, 113, 0.15);
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(35, 66, 113, 0.12);
	float: none;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.navbar-default .navbar-toggle img {
	max-width: 22px;
	height: auto;
}
.navbar-default {
	background: transparent;
	border: 0;
}
.nav-top {
	position: static;
}
/* Mobile: left drawer + accordion */
body.mob-nav-open {
	overflow: hidden;
}
.mob-nav-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.52);
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}
body.mob-nav-open .mob-nav-backdrop {
	display: block;
	opacity: 1;
	pointer-events: auto;
}
.navbar-collapse {
	position: fixed !important;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100vh !important;
	max-height: 100vh;
	width: min(86vw, 320px);
	max-width: 320px;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 10001;
	background: #234271;
	box-shadow: 4px 0 28px rgba(0, 0, 0, 0.28);
	transform: translateX(-105%);
	transition: transform 0.28s ease;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	isolation: isolate;
}
.navbar-collapse.collapse {
	display: block !important;
	min-height: 0 !important;
}
.navbar-collapse:not(.in) {
	visibility: hidden;
	pointer-events: none;
}
.navbar-collapse.in {
	transform: translateX(0);
	visibility: visible;
	pointer-events: auto;
	overflow-y: auto;
}
.navbar-collapse.in a,
.navbar-collapse.in button {
	pointer-events: auto;
	cursor: pointer;
}
.navbar-collapse.collapsing {
	height: 100vh !important;
	transition: transform 0.28s ease;
	pointer-events: none;
}
.mob-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 52px;
	max-height: 52px;
	padding: 8px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: #1a3560;
	position: sticky;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
}
.mob-drawer-logo {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 0;
}
.mob-drawer-logo img,
.mob-drawer-head .mob-drawer-logo-img {
	display: block;
	max-height: 32px !important;
	width: auto !important;
	max-width: 168px;
	height: auto !important;
	margin: 0 !important;
	filter: brightness(0) invert(1);
}
.mob-drawer-close {
	flex: 0 0 auto;
	border: 0;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.navbar-nav {
	position: static;
	margin: 0;
	width: 100%;
}
.navbar .navbar-nav {
	float: none;
}
.navbar-nav > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-nav > li > a,
.navbar-nav .mob-acc-item > .dropdown-toggle {
	text-align: left !important;
	color: #fff !important;
	padding: 14px 16px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.navbar-nav > li > a span {
	font-size: 15px !important;
}
.navbar-nav .dropdown .caret {
	border: 0;
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	flex-shrink: 0;
	float: none;
}
.navbar-nav .dropdown .caret:before {
	content: "+";
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #d8a530;
}
.mob-acc-item.is-open > .dropdown-toggle .caret:before {
	content: "\2212";
}
.navbar-nav .dropdown-menu {
	display: none !important;
	position: static !important;
	float: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.16) !important;
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.mob-acc-item.is-open > .dropdown-menu {
	display: block !important;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #fff !important;
	text-decoration: none !important;
	padding: 12px 16px 12px 28px !important;
	text-align: left !important;
	font-size: 14px !important;
	text-transform: none;
}
.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: #fff !important;
	text-decoration: underline 3px #d8a530 !important;
	text-underline-position: under;
	background: transparent;
}
.dropdown:hover .dropdown-menu {
	display: none !important;
}
.navbar-default .navbar-nav > .open > .dropdown-menu {
	display: none !important;
}
body.mob-nav-open .inside-quote,
body.mob-nav-open .inside-quote-lob,
body.mob-nav-open .mobile-quote {
	visibility: hidden;
}
body.mob-nav-open .carousel-control {
	pointer-events: none !important;
	visibility: hidden;
}
body.mob-nav-open header .overlay {
	visibility: hidden;
	pointer-events: none;
}
body.mob-nav-open .navbar-toggle {
	visibility: hidden;
	pointer-events: none;
}
.navbar-default .navbar-toggle {
	position: relative;
	z-index: 10003;
}
.caption {
	margin-top: 500px;
	margin-left: 10px;
	padding: 0;
}
.carousel-control {
	top: 85%;
}
.caption h2 {
	font-size: 17px;
	line-height: 24px;
	padding: 10px;
}
.caption h2 span {
	font-size: 28px;
	line-height: 32px;
}
.ins-types a {
	margin-bottom: 20px;
}
.ins-boxes h3 {
	font-size: 15px;
}
.carousel-control.left-testi {
	left: 40%;
	width: 20px;
	height: 30px;
}
.carousel-control.right-testi {
	left: 52%;
	width: 20px;
	height: 30px;
}
.blog-left,.blog-right{
margin-bottom:0px;
padding-bottom:0px;
}

footer {
	height: auto;
	text-align: center;
	padding: 0 0 20px;
}
footer h4 {
	padding-bottom: 2px;
	margin-top: 40px;
}
.qte-btn-ins {
	width: 100%;
}
.copyright p {
	text-align: center;
	font-size: 12px;
}
.inside-banner {
	height: auto;
	overflow: hidden;
}
.jot-form {
	height: 1000px!important;
}
.whats-new-content p {
	text-align: center;
}
.ht-mb {
	margin-top: 0;
}
.mobile-quote {
	margin-top: 0;
}
.agency-logo {
	width:180px;
}
.footer-nav .dropdown-menu.right-open, .footer-nav .dropdown-menu.cc-drop {
	
	margin:0 auto;
	width:250px;
	float:none;
	left:0;
	right:0;
	text-align:center;
	
	}
.right-cnt{
margin-top:20px;}
#gold_content .emp-info h3, 
#gold_content .emp-info p, 
.emp-contact p {
  text-align: center;
}
.blog .container-block{display:inherit;}
}

@media screen and (min-width: 768px) {
.mob-drawer-head,
.mob-nav-backdrop {
	display: none !important;
}
body.mob-nav-open {
	overflow: auto;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.top-bar {
	height: 35px;
}
h1 {
	font-size:30px;
}
#jump-form {
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	font-size:18px;
}
.footer-nav li a {
	font-size:11px;
}
.top-nav {
	padding: 7px 0 0 0;
}
.top-nav li {
	line-height: 18px;
margin-right: 12px;
padding-right: 12px;
}
.top-nav li p {
	line-height: 18px!important;
}
.top-social {
	margin-top: -7px;
}
.ed-1, .ed-2{
font-size:13px;
}
.shadowed{
display:block;}



.top-my-account {
	margin-top: 5px;
}
.white-bg {
	height: 125px;
}
.carousel-inner.main>.item>img {
    height: 300px;
	margin-top:155px;
}
.agency-logo {
	padding: 7px 0 0 0;
	width:150px;
}
.top-cst {
	font-size: 10px;
	height: 20px!important;
	margin-top: 0px;
	padding: 3px 14px;
}
.navbar-nav > li a {
	font-size: 12px;
	line-height: 18px;
	padding: 6px 8px;
}
.navbar-nav {
	top:50px;
}
.caption {
	margin-left: 10px;
	padding: 0;
	margin-top:100px;
}
.caption h2 {
	font-size: 20px;
	margin-top: -10px;
	line-height: 24px;
}
.caption h2 span {
	font-size: 28px;
	line-height: 32px;
}
.styleOption {
	margin: -10px 0 0 0;
}
.ins-boxes h3 {
	font-size: 14px;
}
.ins-types h4 {
	font-size: 15px;
}
.inside-quote-lob {
	height: auto;
	padding: 5px;
}
.jot-lob-form {
	height: 280px !important;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
.open > .dropdown-menu {
	display: block !important;
margin-top: 10px;
}
.styleOption-inside select {
	margin-top: 0px;
}
.inside-quote {
	height: 186px;
	padding: 5px;
}
.btn-default, .btn-default:hover {
	margin-top: 8px;
}
.right-cnt h2 {
	font-size: 25px;
}
.footer-addrss .fa {
	padding: 5px 5px 5px 0;
}
.footer-list-style li {
	font-size:12px;
}
ul.footer-nav {
	font-size: 13px;
}
.footer-addrss p, .footer-addrss p a {
	font-size: 13px;
	line-height: 20px;
}
.inside-banner {
	/* I took the width from your post and placed it in css  width: 760px; */
	height: 320px;
}
/* This will style any <img> element in .parent div */
.inside-banner img {
	height: 100%;
	width: 100%;
}
.styleOption select {
	background: #fff;
	height: 40px;
	color:#333;
}
.grid h4{
font-size:15px;
}
}


@media screen and (min-width: 980px) and (max-width: 1199px) {
.navbar-nav > li a {
	font-size: 12px;
	line-height: 18px;
	padding: 6px 9px;
}
.footer-addrss h5 {
	font-size:16px;
}
.agency-logo {
	width:150px;
}
.white-bg {
	height:145px;
}
.carousel-inner.main>.item>img {
    height: 350px;
	margin-top:195px;
}
.navbar-nav {
	top:60px;
}
.ed-1, .ed-2{
font-size:13px;
}
.caption {
	margin-top: 120px;
	margin-left: 10px;
	padding: 0;
}
.caption h2 {
	font-size: 24px;
	line-height: 29px;
	margin-top:0px;
}
.caption h2 span {
	font-size: 32px;
	line-height: 36px;
}
.inside-quote, .inside-quote-lob {
	height: 240px;
}

.inside-quote-lob {
	height: 350px;
}
.styleOption-inside select {
	margin-top: 20px;
}
.styleOption select {
	background: #fff;
	height: 40px;
	color:#333;
}
}

@media screen and (min-width: 1200px) and (max-width: 1699px) {
.carousel-inner.main>.item>img {
    height: 450px;
}
.caption {
	margin-top: 130px;
}
.caption h2 {
	font-size: 32px;
	line-height: 42px;
	margin-top:0px;
}
.white-bg {
	height:190px;
}
.navbar-nav {
	top:75px;
}
.agency-logo {
	width:220px;
}
.styleOption {
	margin:10px 0px;
}
.caption h2 span {
	font-size: 42px;
	line-height: 50px;
}
}


@media screen and (max-width: 530px) {
.jot-lob-form {
	height: 300px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.inside-quote input {
	
padding-left:8px!important;	
	}	
	}