@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 0px;
	color: #5a5a5a;
	background: url(../images/body-bg.jpg) no-repeat;
}
.left-col-white {
	background: #FFF;
	padding: 15px 15px 0px 15px;
}
.left-col-white ul {
	padding: 0px;
}
.left-col-white ul li {
	list-style: none;
	border-bottom: #ebecee 1px solid;
	padding: 7px 0px;
}
.left-col-white ul li a {
	font-size: 14px;
	color: #4f6076;
	padding: 0px 10px;
	text-decoration: none;
}
.logo h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #fff;
	font-weight: 600;
}
.left-col-white ul li a:hover {
	color: #898989;
}
.left-col-white span {
	color: #4ddf2b;
}
.left-col-white p {
	font-size: 14px;
	color: #4f6076;
	padding: 0px;
	text-decoration: none;
}
.left-col-white h2 {
	font-size: 21px;
	margin-top: 2px;
	margin-bottom: 0px;
	background: #f1f1f1;
	padding: 11px;
	color: #354150;
	font-weight: 600;
	line-height: 17px;
	border: #aab0b7 1px solid;
	padding-bottom: 15px;
	margin-bottom: 8px;
}
.left-col-white h2 sub {
	color: #4f6076;
	bottom: -.25em;
	font-weight: 500;
}
header {
	background: #00bbd3;
	padding: 6px;
	min-height: 70px;
}
.head-col {
	background: #00bbd3;
    padding: 6px;
    min-height: 78px;
    margin-bottom: 13px;
}
.carousel {
	height: 412px;
	margin-bottom: 14px;
}
.carousel .item {
	height: 414px;
	background-color: #777;
}
.fluid-grid {
	background: #00bbd3;
	/*overflow: auto;*/
	margin: 7px 0px 45px 0px;/*margin: 1px 0px 15px 0px;*/
	min-height: 50px;
}
.diff-1 {
	padding: 6px 5px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 3px;
	width: 100%;
	background: #61e3f3;
	color: #FFF;
	border: 1px solid #61e3f3;
}
.diff-1:hover, .diff-1:focus, .diff-1:active {
	color: #333;
	background-color: #2CE7FF;
	border-color: #2CE7FF;
}
.diff-2 {
	padding: 6px 8px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 3px;
	width: 100%;
	color: #fe6400;
	background: #FFF;
	text-align: left;
	font-weight: 600;
	border: #fff 1px solid;
}
.diff-3 {
	padding: 6px 5px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 3px;
	width: 100%;
	background: #fe6400;
	border: 1px solid #FE6400;
}
.allpading0 {
	padding: 0px;
}
.pad-left0 {
	padding-left: 0px;
}
.pad-right0 {
	padding-right: 0px;
}
.col-grid {
}
.col-grid span {
	margin-right: 7px;
	font-size: 19px;
	float: left;
}
.fluid-in h3 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-top: 12px;
	margin-bottom: 10px;
}
.fluid-in h3 a {
	cursor: pointer;
}
.fluid-in h3 span {
	color: #000;
	font-size: 18px;
	margin-right: 6px;
}
.fill-blue {
	background: #0071ce;
	padding: 24px 25px;
	margin-bottom: 30px;
}
.fill-blue h2 {
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.thumb h4 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: 800;
	padding: 7px;
	color: #0071ce;
	margin-bottom: 10px;
	height: 55px;
	text-align: center;
	text-transform: uppercase;
}
.thumb h4.txt-h4 {
	font-size: 12px;
	margin-top: 0px;
	font-weight: 800;
	padding: 7px;
	color: #0071ce;
	margin-bottom: 5px;
	height: 52px;
	text-align: center;
	text-transform: uppercase;
}
.tab-cell {
	/* padding-top: 30px; */
	margin-left: 15px;
	margin-top: 30px;
	border: 1px solid #D8D8D8;
	min-height: 376px;
}
.hi4 {
	padding: 0px 30px;
}
.hi4 h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 19px;
	margin-bottom: 10px;
}
.hi4 p {
	font-size: 17px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav-tabs>li {
	float: left;
	border-radius: 0px;
	border: 0px solid #8abd00;
	background: rgb(1,106,174);
	background: -moz-linear-gradient(top, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
	background: linear-gradient(to bottom, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016aae', endColorstr='#009bff', GradientType=0 );
}
.nav-tabs>li>a {
	line-height: 1.42857143;
	border: 0px solid transparent;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}
.nav-tabs > li.active {
	background: #8abd00;
	color: #fff;
	border-bottom: 0px !important;
	border-radius: 0px;
	border: 0px solid #8abd00;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #8abd00;
	color: #fff;
	border-bottom: 0px !important;
	border-radius: 0px;
	border: 0px solid #8abd00;
}
.nav-tabs>li>a:hover {
	color: #fff;
	background: rgb(0,155,255);
	background: -moz-linear-gradient(top, rgba(0,155,255,1) 1%, rgba(1,106,174,1) 71%);
	background: -webkit-linear-gradient(top, rgba(0,155,255,1) 1%, rgba(1,106,174,1) 71%);
	background: linear-gradient(to bottom, rgba(0,155,255,1) 1%, rgba(1,106,174,1) 71%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bff', endColorstr='#016aae', GradientType=0 );
	border: 0px solid transparent;
	border-radius: 0px;
}
.nav-tabs {
	border-bottom: 1px solid #0094F4;
	background: rgb(1,106,174);
	background: -moz-linear-gradient(top, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
	background: linear-gradient(to bottom, rgba(1,106,174,1) 0%, rgba(0,155,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016aae', endColorstr='#009bff', GradientType=0 );
}
.quote-cell input {
	display: block;
	width: 100%;
	height: 30px;
	padding: 3px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
}
.btn-default-2 {
	color: #FFFFFF;
	background-color: #fe6400;
	font-weight: bold;
	border: 0px;
	width: 100%;
	padding: 8px 12px;
	font-size: 18px;
}
.ad-row {
	border: #ddd 1px solid;
	padding: 15px 10px 25px 10px;
	margin: 15px 0px;
	text-align: center;
	font-size: 17px;
}
.ad-row h4 {
	font-size: 20px;
}
.blue-wrap {
	background: #0071ce;
	padding: 15px 0px;
	padding: 30px 0px 43px 0px;
	margin-top: 32px;
}
.blue-wrap h4 {
	font-size: 23px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #fff;
}
.ftr-sub h5 {
	text-align: right;
}
.port {
	float: right;
}
.bl-bx {
	margin-bottom: 15px;
}
.all-pd {
	padding: 0px;
}
.img-100 {
	width: 100%;
}
.col-grid {
	margin-top: 10px;
}
.pro-in {
	padding-top: 22px;
}
.location {
	padding-bottom: 1px;
}
.location h3 {
	color: #FE6400!important;
	font-size: 18px!important;
    margin-bottom: 8px!important;
}
.location a {
	font-size: 14px!important;
	color: #0071CE;
	text-decoration: none;
}
.location span {
	font-size: 14px!important;
	color: #0071CE;
}
.loc-row {
	min-height: 100px;
}
.off-tab-2 {
	padding: 0px 15px;
}
.holday {
	background: #005C68;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-weight: bold;
}
footer {
	padding: 15px 0px;
}
#video .col-md-12 {
	padding-bottom:10px;	
	
}
.more-cell {
	margin-bottom:15px;	
}
.powered-logo {
    text-align: center;
    font-size: 12px;
}
.play-padd {
	padding:15px 15px 0px 15px;
}	
	
/*
 * INNERPAGE  
 ****************************************************** */
.inner-col {
	background: #fff;
	padding: 15px;
}

/* < GET AQUOTE page css > */
.form-group textarea.form-control {
	height: 100px;
}
.off-tab-2 textarea {
	overflow: auto;
	width: 100%;
	border-radius: 3px;
}
.off-tab-2 .form-control:focus {
	border-color: #EAEAEA;
	outline: 0;
	background: #F1F1F1;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.0);
}
.tab-pane h3 {
	color: #FE6400;
	font-size: 26px;
	margin-top: 12px;
	margin-bottom: 25px;
	font-weight: 700;
}
.bt-click-2-quote {
	background: #0071CE;
	color: #fff;
	font-size: 17px;
	border: 0px solid #dbdbdb;
	border-radius: 3px;
	padding: 5px 20px;
	margin-top: 8px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.gt-5 {
	width: 150px !important;
	float: left;
	margin-right: 17px;
}
/* </GET AQUOTE page css > */



/*
 * INNERPAGE ends  
 ****************************************************** */

/*
 * BOOTSTRAP Edit 
 ****************************************************** */
.img-responsive {
	display: inline-block;
}
/* dropdown xtra edit */
.fluid-in h3 a:hover > ul.dropdown-menu {
	display: block;
}
.fluid-in h3 a {
	color: #fff;
}
.fluid-in .dropdown-menu {
	min-width: 270px;
	background-color: #00BBD3;
	top: 96%;
	border: 0px;
	border-radius: 0px;
	padding: 0px 0;
	margin: 0px 0 0;
}
.fluid-in .dropdown-menu li {
	padding: 5px 20px;
}
.fluid-in .dropdown-menu .divider {
	padding: 0px 20px;
}
.fluid-in .dropdown-menu li strong {
	width: 40px;
	display: inline-block;
}
/* dropdown ends */

/* 
 * <- POPUP
 ----------------- */
.modal-body {
    background: #00bbd3;
}
.modal-title {
    color: #0071ce;
    font-weight: 800;
    text-align: center;
}
.modal-footer {
    margin-top: 0px;
    border-top: 0px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
    background-color: #fe6400;
    border-color: #fe6400;
}
.modal-body .form-control {
    border: 0px solid #ccc;
}

/* POPUP -> Ends */

/*15-06-2016*/

 .thumbcell
  {
    margin: 20px 0px;
  }
  .margintopzero
  {
    margin-top: 0 !important;
  }


  /* ------------------------------------ 
 * Thank You 
 */
.thank-you {
 text-align:center!important;
 padding:40px 0; 
 min-height:450px;
}
.thank-you hr {
    border-top: 1px solid #E4E4E4;
}
.thank-click {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
 background:#003F88;
 border-color:#003F88;
} 
.fif-btn{
 width:50%;
 height: 42px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #848484;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
}

.fif-btn2{
 width:49%;
 height: 42px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1373AA;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
}
.pad70{
 padding-top:70px;
    padding-bottom: 70px;
}
.adress-bg-4 {
    background: #fff;
    color: #666;
 border: 1px solid #ddd;
}
 .map-content h4 {
    font-size: 18px;
    margin: 3px 0 8px 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0A89D6;
}
.map-content {
    padding: 15px 20px 15px 20px;
}
.img-pk {
    max-width: 100%;
    height: auto; 
}
.thank-you h1 {
    color: #057CDB;
    font-size: 37px;
    font-weight: 700;
}
.thank-you h3 {
    padding: 10px 0px 20px;
    color: rgb(106, 112, 117);
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
       background: #FFFFFF;
}


.logo h1 {
font-size: 20px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
color: #fff!important;
font-weight: 600;
}
.logo h2 {
color: #fff!important;
font-weight: 600!important;
font-size: 15px!important;
display: block;
margin-top: 6px;
margin-bottom: 0px;
}