@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Ek Mukta', sans-serif;
}
h1, p {
	color: #273040;
}
h1 {
	font-size: 44px;
	font-weight: 400;
	color: #1d3363;
}
.index-heading h1 {
	text-align: center;
}
h2 {
	font-size: 32px;
	color: #1d3363;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 600;
}
a {
	color: #1d3363;
}
.main ul {
	padding-left: 12px;
}
/*Header*/
#agency-logo {
	width: 100%;
	height:auto;
	}
.main-banner {
	height: 309px;
	background: #ffffff; /* Old browsers */
	position: relative;
}
.center-block, .center-block:hover {
	padding: 14px 0;
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	font-family: 'Ek Mukta', sans-serif;
	text-decoration: none!important;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #1d3363;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #00b6de;
}
.navbar {
	margin: 0px;
	min-height: 50px;
}
/*Navigation ends*/
/*Banner*/

.banner-caption {
	position: absolute;
	left: 100px;
	top: 12px;
	width: 80%;
}
.carousel-control.left {
	background: none;
	left: -75px;
}
.carousel-control.right {
	right: -65px;
}
.carousel-control {
	bottom: 0;
	left: -75px;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 75px;
	width: 0;
	background: red !important;
}
.left.carousel-control, .right.carousel-control {
	filter: none !important;
	background: none !important;
}
.thumbnail {
	background: none;
	border: none;
}
.caption {
	text-align: center;
}
.caption a {
	font-weight: 100;
	color: #fff;
	font-size: 24px;
}
.inside-page .caption a {
	color: #AFC6D6;
}
.selected a {
	color: #fff !important;
}
.inside-page img {
	opacity: 0.3;
}
.inside-page img:hover {
	opacity: 1;
}
.carousel-inner img.active {
	opacity: 1;
}
.fnt-style {
	font-weight: 600;
}
.shadow {
	-webkit-box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
	-moz-box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
	box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
}
.thumb-banner {
	background: #6E8194;
	height: 165px;
}
.nav-bg {
	background: #384a64;
}
/*Banner Ends*/
/*Header ends*/
/*Main Content*/
.content-area {
	background: #B6E4EF;
	border-bottom: 1px solid #fff;
}
.quoter {
	background: #1d3363;
	width: 70%;
	float: right;
	padding: 20px;
	margin-top: 20px;
	border-radius: 8px;
}
.quoter h5 {
	color: #ffffff;
	font-size: 39px;
	font-weight: bold;
	line-height: 0px;
}
.quoter h6 {
	color: #ffffff;
	font-weight: 400;
	font-size: 52px;
}
.checkbox label {
	color: #00b6de;
	padding: 0px;
	line-height:20px;
	font-size:18px;
}
.zip {
	background: rgb(175,198,214); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(175,198,214,1) 0%, rgba(133,178,211,1) 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(175,198,214,1)), color-stop(91%, rgba(133,178,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(175,198,214,1) 0%, rgba(133,178,211,1) 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(175,198,214,1) 0%, rgba(133,178,211,1) 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(175,198,214,1) 0%, rgba(133,178,211,1) 91%); /* IE10+ */
	background: linear-gradient(to right, rgba(175,198,214,1) 0%, rgba(133,178,211,1) 91%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc6d6', endColorstr='#85b2d3', GradientType=1 ); /* IE6-9 */
	border: 1px solid #000;
	padding: 6px 0 6px 3px;
	width: 98%;
	margin-bottom: 10px;
}
.align-inner-img {
	margin-right: 10px;
}
.btn {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #5f7082 0%, #273040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f7082), color-stop(100%, #273040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f7082 0%, #273040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f7082 0%, #273040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f7082 0%, #273040 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f7082 0%, #273040 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f7082', endColorstr='#273040', GradientType=0 ); /* IE6-9 */
	border: 1px solid #000000;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.btn:hover {
	color: #ffffff;
	border: 1px solid #000000;
	background: #273040; /* Old browsers */
	background: -moz-linear-gradient(top, #273040 0%, #5f7082 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #273040), color-stop(100%, #5f7082)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #273040 0%, #5f7082 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #273040 0%, #5f7082 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #273040 0%, #5f7082 100%); /* IE10+ */
	background: linear-gradient(to bottom, #273040 0%, #5f7082 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273040', endColorstr='#5f7082', GradientType=0 ); /* IE6-9 */
}
.testimonial {
	width: 70%;
	float: right;
}
.testimonial h2 {
	color: #1d3363;
}
.testimonial h3 {
	color: #273040;
}
.testimonial h4 {
	color: #293141;
}
293141 .case {
 text-transform: uppercase;
 font-weight: bold;
}
.content-area .col-md-8 {
	width: 61%;
}
hr {
	margin-bottom: 1px;
	margin-top: 2px;
	border-top: 1px solid #000;
}
/*Main Content ends*/
/*Footer*/
footer {
	border-top: 1px solid #fff;
	background: #6E8194;
	padding-top: 10px;
}
footer ul {
	margin-left: 15%;
}
footer ul li {
	padding-left: 0px !important;
}
footer ul li a {
	color: #1d3363;
	font-weight: 600;
}
footer ul li a:hover {
	color: #fff;
}
footer ul li a.active {
	color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	background: #1d3363;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu {
	border-radius: 8px;
}
address {
	margin-top: -20px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
	margin-right: 15%;
	font-weight: 600;
}
.copyright p {
	text-align: center;
}
/*Footer ends*/
/*iframer*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 2000px;
}
/*iframe ends*/
.gmap {
	width: 600;
	height: 450;
	frameborder: 0;
	border: 0;
}
.cont-info {
	font-size: 18px;
}
#JotFormIFrame {
	frameborder: 0;
	width: 100%;
	height: 700px!important;
	border: none;
	scrolling: no;
}
.contact-list h3 {
	color: #1d3363;
	font-weight: 400;
	font-size: 1.4em !important;
	margin-top: 10px;
	text-align: left !important;
}
.contact-list p {
	border-bottom: 1px dotted #ccc !important;
}
.contact-list img {
	width: 180px;
}
.contact-list .btn {
	padding: 2px 6px;
	font-size: 14px;
}
.social:hover {
	background-color: #637BAD;
}
.quote-error {
	color: #fff;
	padding-bottom: 10px;
}
.quote-hide {
	display: none;
}
.quote-show {
	display: block;
}
#agency-address a:hover, .agency, .copyright a {
	color: #00b6de;
}
#agency-address a:hover{
	color:#fff;}
.copyright a:hover {
	color: #fff;
}

.top-right p {
	float: right;
	font-size: 19px;
	padding-right: 93px;
}
.top-right .social {
	float: right;
	background: #3A5795;
	width: 30px;
	height: 28px;
	display: inline-block;
	margin-right: -144px;
}
.top-right .service-states {
	float: left;
	font-size: 19px;
	padding-left: 93px;
}
address .bill-cartwright {
	font-size: 21px;
	line-height: 24px;
	color:#1d3363;
}
.top-right-1{
	margin-top: 10px;
}
.top-right-3{
	margin-top:10px;
}

.top-right-1 p {
	float: right;
	font-size: 19px;
		padding-right: 93px;
}
.top-right-2 p {
	float: right;
	font-size: 19px;

}
.top-right-3 p {
	float: right;
	font-size: 19px;
		padding-right: 93px;
}
.top-right-3 .social {
	float:right;
	background: #3A5795;
	width: 30px;
	height: 28px;
		margin-right: 93px;
		margin-bottom:10px;
}
/* check box custom style */
.checkbox-group{
display:block;
width:100%;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #000;
      border-radius: 3px;
      background-color: #94b9d4;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: -3px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primarybox input[type="checkbox"]:checked + label::before {
  background-color: #afc6d6;
  border-color: #428bca; }
.checkbox-primarybox input[type="checkbox"]:checked + label::after {
  color: #000; }
  .radio, .checkbox{
  margin-bottom:13px;
  }
  /*-----Life Insurance Flash Object-----*/
  #flashRow object {
	  display:block;
	  margin-left:auto;
	  margin-right:auto;
	  }
	  
	  
 iframe.cs-height-fix {
    height: 1600px!important;
}