@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 768px) and (max-width: 991px) {
.search-type label{
font-size:11px;
}
.overlay .navbar-nav > li{
padding:2px 1px 2px 1px;
}
.navbar {
	margin-top:0px;
}
.navbar-nav > li {
	padding: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
	padding: 20px 6px 27px;
}
.overlay .navbar-default .navbar-nav > li > a {
    padding: 20px 5px 25px;
}
.banner-bg {
	height: 450px;
	position: relative;
}
.quote-box {
	background-image: url("../img/mesh.png");
	height: 200px;
	margin-left: 5px;
	margin-top: 40px;
	padding:25px 0px 25px 15px;
	float: right;
}
form div{
float:none;
}
.banner {
	float: right;
	position: absolute;
	right: 0;
	top: 0px;
	height: auto;
}
.quote-box h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	line-height: 0;
	margin: 0;
	text-shadow: 2px 2px 4px #000;
	text-transform: uppercase;
}
.quote-box h3, .inner-quote-box h3 {
	color: #ffffff;
	font-size: 16px;
	text-shadow: 2px 2px 4px #000;
}
.quote-box p {
	font-size: 11px;
}
.search-type {
	position: relative;
	z-index: 999;
}
.quote-box-form .quote-btn {
	padding: 4px 15px;
	font-size: 14px;
}

footer ul li a {
	font-size: 11px;
}
.footer-logo {
	width: 150px;
}
.no-brk {
	display: block;
}
#company-addrss {
	margin-bottom: 50px;
}
.inner-quote-box {
	padding: 15px 18px;
	height: 340px;
}
.left-image {
	height: 340px;
	object-fit: cover;
}
.inner-quote-box h2 {
	font-size: 19px;
	line-height: 14px;
}
.inner-quote-box h3 {
	line-height: 4px;
	font-size: 12px
}
.inner-quote-box p {
	font-size: 12px;
}
.inner-quote-box label {
	margin-top: 2px;
	font-size: 11px;
}
.inner-quote-box .quote-btn {
	margin-top: 10px;
	padding: 4px 12px;
	font-size: 14px;
}
.carrier h3 {
	font-size: 13px;
}
form input, form textarea, form select{
width:120px;
}
.search-type label{
font-size:10px;
}
.nbs-flexisel-item img {
	margin-top:20px;
}
.jotform {
	margin-top:0;
}

.homepage-banner,
.homepage-banner img {
	height: 450px;
}

.homepage-banner .quote-box {
	max-width: 300px;
	bottom:unset;
	top:40px;
	right:20px;
	left:unset;
}

.main-content {
	flex-wrap: wrap;
}

.main-content .col-md-6.col-sm-6 {
	width: 100%;
}

.main-content .col-md-6.col-sm-6 img {
	height: auto;
	object-fit: cover;
}


}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
	padding: 31px 7px 31px 7px;
	font-size: 12px;
}
.banner-bg {
	height: 494px;
}
.banner {
	float: right;
	position: absolute;
	right: 0;
	top: -125px;
	z-index: 0;
	height: auto;
}
.quote-box {
	margin-top: 250px;
	height: 160px;
	padding: 15px 0px 5px 15px;
}
.inner-quote-box {
	height: 377px;
}
.inner-quote-box {
	padding: 18px 25px;
}
.quote-box h2, .inner-quote-box h2 {
	font-size: 30px;
}

.quote-box h2 {
  font-size: 23px;
  line-height: 5px;
}

.quote-box h3, .inner-quote-box h3 {
	font-size: 18px;
}

.quote-box h3 {
  font-size: 15px;
  margin-top: 13px;
  margin-bottom: 4px;
}

.quote-box p, .inner-quote-box p {
	font-size: 12px;
}
.inner-quote-box label {
	margin-top: 15px;
}
.carrier h3 {
	font-size: 18px;
}
form input, form textarea, form select{
width: 130px;
height: 30px;
}

.quote-box .quote-btn {
  padding: 5px 10px;
  margin-top: 10px;
}

.box h2 {
	font-size: 15px;
}
.panel-body p {
	font-size: 11px;
}


.homepage-banner,
.homepage-banner img {
	height: 600px;
}

.homepage-banner .quote-box {
	max-width: 360px;
	bottom:unset;
	top:40px;
	right:40px;
	left:unset;
}


}

@media screen and (min-width:1200px) and (max-width:1499px) {
	.homepage-banner,
	.homepage-banner img {
		height: 640px;
	}

	.homepage-banner .quote-box {
		max-width: 360px;
		left:20px;
	}


}



@media screen and (max-width: 992px) {
.insurance-tips {
	display: none;
}
}



@media screen and (max-width: 767px) {
.overlay .row, .inner-page .row {
    display: block;
}
.navbar-default {
    height: auto;
}
.navbar .navbar-collapse {
    bottom: auto;
}
.navbar-nav {
    margin-top: 30px;
}
body, header {
	background: #fff;
}
.banner-bg {
	background: #fff;
	z-index: 1;
	height: auto;
	padding-bottom: 0px !important;
}
.banner {
	height: 100%;
	top: 0px;
}

.quote-box {
	margin-top: 0px;
	background-image: none;
	position: relative;
	z-index: 1;
	margin: 10px 0px 10px 0px;
	width: auto;
	height: 240px;
	border-radius:0px;
}
form div {
	width: 100%;
}
form input, form textarea, form select {
	width: 100%;
	margin: 0 auto;
}
.quote-btn {
	margin: 10px auto !important;
}
.inner-quote-box .quote-btn {
	margin-top: 20px !important;
}
.logo {
	width: auto;
    max-width: 230px;
}
.dropdown-menu>li>a {
	text-align: center;
	font-weight: 400 !important;
}
.navbar .navbar-collapse {
	position: relative;
}
.navbar-default .navbar-toggle {
	margin-top: -38px;
	background: none;
	border: none;
	padding: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-nav > li {
	background: transparent;
	margin: 2px;
	border-radius: 4px;
}
.navbar-nav > li a {
	color: #fff!important;
	font-weight: 800;
	font-size: 14px;
}
.navbar-nav > li.active>a, .navbar-nav > li>a:hover, .navbar-nav>li.active>a, .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff!important;
    text-decoration: underline!important;
    text-decoration-color: #e9a001!important;
    text-decoration-thickness: 2px!important;
    text-underline-position: under!important;
    background-color: transparent!important;
    background-image:none!important;
}
.navbar-nav>li.active .navbar-nav>li:hover, .navbar-nav>li.active, .navbar-nav>li.active>a, .navbar-nav>li:hover, .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-image:none!important;
    
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #fff;
	
}
.navbar-collapse {
	border-top: none !important;
}
.navbar-nav .open .dropdown-menu>li>a  {
    color: #fff!important;
}

/*.caption h3 {
	margin-top: 80px;
	color: #fff;
	background: rgb(3, 98, 145);
	
	background: rgba(3, 98, 145, 0.6);
      
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#035891, endColorstr=#035891);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#035891, endColorstr=#035891)";
	padding: 10px;
	font-size: 20px;
	position: relative;
	width: 60%;
	font-weight: bold;
}*/


.middle-content, .main-content {
	margin-top: 10px;
	background: #fff;
	box-shadow: none;
}
.box {
	margin-bottom: 15px;
	background: #fff;
	border-top: 4px solid #e9a001;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 15px;
	border-left: 1px solid #D8D6D6;
	border-right: 1px solid #D8D6D6;
	border-bottom: 1px solid #D8D6D6;
}
.mrgn-fx {
	margin-top: 0px;
}
.arrow_box:after, .arrow_box:before {
	display: none;
}
.panel-title a {
	pointer-events: auto;
	cursor: pointer;
	font-size: 14px;
}
.panel-title a:hover {
	text-decoration: none;
	color: #565758;
}
.panel-title.cntr {
	text-align: left;
}
.panel-default > .panel-heading, .panel {
	border-bottom: 1px solid #565758;
}
.footer-logo {
	margin-top: 0px;
}
.social {
	display: block;
	float: none;
	margin: 10px auto;
	width: 200px;
}
.copyright {
	border-top: none;
	margin: 0;
}
.tabs {
	margin-top: 0px;
}
.banner {
	position: relative;
	height: auto;
    
}
.inner-quote-box {
	height: 100%;
	margin-top: 20px;
}
.no-brk {
	display: block;
}
.box img {
	width: 100%;
}
.quote-box h2 {
	text-align: center;
}
.inner-quote-box form input, .inner-quote-box form textarea, .inner-quote-box form select, .inner-quote-box form div {
	margin-bottom: 5px;
}
.carousel-caption.quotes-1{
	width:30%;
	bottom: 30px;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 0;
}

.quote-box h2, .inner-quote-box h2 {
	font-size: 36px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff !important;
	background-color: transparent;
}

.carousel-caption h3 {
  font-size: 15px;
}

.homepage-banner {
	height:auto ;
}

.homepage-banner > .container {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.homepage-banner img {
	height: auto;
}

.homepage-banner .quote-box {
	max-width: unset;
	position: relative;
	bottom:unset;
	left:unset;
}

.main-content {
	flex-wrap: wrap;
}

.main-content .col-md-6.col-sm-6 img {
	height: auto;
	object-fit: cover;
}


}

@media screen and (max-width: 400px) {
.carousel-inner .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.carousel-caption.quotes-1 {
    bottom: 10px !important;
}

.carousel-caption h3 {
  font-size: 12px !important;
  line-height: 125% !important;
  padding: 5px 10px !important;
}
  
  
}
@media screen and (max-width: 350px){
.quote-box h2, .inner-quote-box h2{
font-size:34px;
}
}
@media screen and (max-width: 991px) {
a.sms_txt{
	cursor: pointer;
	pointer-events: auto;
}
}

@media screen and (max-width: 550px) {

.carousel-caption.quotes-1{
	width:30%;
	bottom: 15px;
}

.carousel-caption h3 {
  font-size: 12px !important;
  line-height: 125% !important;
  padding: 5px 10px !important;
}

}
