
h1 {
	font-family: 'HelveticaNeue-HeavyCond';
	font-size: 41px;
	line-height: 45px;
	margin-top: 0px;
}

h2 {
	font-family: 'HelveticaNeue-HeavyCond';
}

h3,
h4,
h6 {
	font-family: 'Ubuntu', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}
.bg-dark {
    background-color: #1854a4;
}
ul li, ol li  {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 10px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.thanks {
    padding-top: 20px;
    padding-bottom: 80px;
}
.tabs {
    margin-bottom: 30px;
    margin-top: 30px;
}
.p-T20 {
	padding-top: 20px;
}
.box-layout {
    border: 1px solid #515753;
}
.fa-quote-left {
    color: #fded02;
    margin-right: 10px;
    font-size: 25px!important;
}
.testimonial {
    border-left: 4px solid #fded03;
    padding-left: 15px;
    color: #fff;
}
.testimonial h4 {
    font-size: 18px;
    text-align: right;
    color: #fded03;
}
.testimonial h6 {
    margin-top: -7px;
    font-size: 14px;
    text-align: right;
}
.testimonial em {
    font-size: 18px;
    font-family: -webkit-body;
    color: #ffffff;
}
.main-heading {
    text-transform: uppercase;
    font-size: 31px;
    text-align: center;
}
.paddingTB-40 {
	padding-top: 30px;
	padding-bottom: 25px;
}
.logo img {
    margin: 15px auto;
}
.header {
    border-bottom: 1px solid #0053a52e;
}
h4.main-heading {
    font-size: 169%;
    color: #0054a4;
    text-transform: uppercase;
}

h4.main-heading span{
    font-size:200%;
    display:block;
    color:#0014a4;
    font-weight:bold;
}
.top-phone h1 {
    font-size: 33px;
    text-align: right;
    color: #0054a4;
    margin-top: 20px;
}

.footer {
    background-color: #000000;
    padding: 40px 0px 0px 0px;
    color: #cccccc;
}

.footer  .footer_logo {
    width: 200px;
    margin-bottom: 15px;
}

.footer address {
    color: #cccccc;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
}

.footer h4 {
    font-family: 'HelveticaNeue-HeavyCond';
    font-size: 22px;
    line-height: 24px;
    text-align: right;
    color: #fff;
}
.footer h4 a {
    color: #fff;
}

.footer .copyright {
    font-size: 12px;
    margin: 30px 0px 0px 0px;
    padding: 11px 0px;
    border-top: 1px solid #666666;
    text-align: center;
}

.footer .copyright a {
    color: #cccccc;
}

.bformBox {
    border: 2px solid #1854a4;
    padding: 5px;
    margin-bottom: 50px;
}

.bformBox .btn_col {
    margin-bottom: 0px!important;
}

.padding_lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.bg-hero {
	background: url(../images/slider-bg.jpg) no-repeat center top;
	/* min-height: 500px; */
	background-size: cover;
	border-top: 5px solid #0b5197;
}
.bformBox h3 {
    margin: 0 0 15px 0;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-family: 'HelveticaNeue-HeavyCond';
    line-height: 37px;
    background: #0054a4;
    padding: 15px 0px;
}
.bformBox h3 span {
    text-transform: uppercase;
    color: #ffef00;
}

.bformBox .form-control {
    padding: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
}
    
.bformBox .form-group {
    margin-bottom: 10px;
}

.bformBox .form-group label {
    color: #00429b;
    font-size: 12px;
    line-height: 12px;
}
    
.bformBox .btn {
    width: 100%;
    color: #fdee01;
    background-color: #1854a4;
    border-color: #1854a4;
    font-weight: 700;
    padding: 6px 12px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0px;
}

.bformBox .btn:hover {
    color: #ffffff;
    background-color: #003d8f;
    border-color: #003d8f;
}

.img-responsive {
	display: inline-block;
}

.seoImg {
    float: right;
    width: 280px;
    margin: 0px 0px 10px 10px;
}

.head_content {
    font-size: 24px;
    font-family: 'HelveticaNeue-HeavyCond'!important;
    color: #1854a4;
    border-bottom: 2px solid #a7a7a7;
}
/**********Tabs Css***********/

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover {
  border-bottom-color: transparent;
  background: #fff;
}



.is-active a {
  border-bottom-color: transparent!important;
  background: #fff!important;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}
.tab-contents {
  margin-top: 20px;
}

.google_parter {
    margin: 20px 0px;
}

.vh70{
    min-height:60vh;
}

/*------------------MEDIA QUERIES-----------------------*/

@media (min-width: 768px) and (max-width: 1023px) {
	.logo img {
		width: 157px;
	}
}

@media (max-width: 991px) {
	.main-heading {
		font-size: 26px;
	}
    
    .bformBox {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    
/*    body, p, ul li, span, em, strong, address {
        font-size: 14px!important;
        line-height: 18px!important;
    }*/
    
 .bformBox h3 span {
    font-size: 30px !important;
}
    
    .logo img {
        margin: 10px auto;
        width: 170px;
    }
    
    .top-phone h1 {
        font-size: 24px;
        text-align: center;
        color: #0054a4;
        margin: 0px 0px 10px 0px;
        line-height: 30px;
    }
    
    .top-phone h1 a > span {
        font-size: 24px!important;
    }

     .top-phone h1 a {
        color: #0054a4;
    }
	#tab-button li a {
		height: 65px;
	}
	.call h4 {
		text-align: center;
		padding: 14px 0;
	}
	h1 {
		font-size: 22px;
	}
	.logo {
		text-align: center;
	}
    
    .seoImg {
        width: 200px;
    }
    
    .bformBox {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
	.bformBox h3 {
		margin: 0 0 15px 0;
		text-align: center;
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0px;
	}
    
    .bformBox .btn {
        font-size: 16px;
        padding: 5px;
    }
	.main-heading {
		font-size: 26px;
        line-height: 30px;
	}
    
    h4.main-heading {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }
	p {
		text-align: justify;
	}
	.bg-hero {
		min-height: auto;
	}
	h2 {
		font-size: 162%;
	}
    
    .head_content {
        margin-top: 0px;
    }
    
    ul.list-unstyled {
        margin-bottom: 15px;
    }
    
    .paddingTB-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .footer .footer_logo {
        width: 170px;
    }
}

@media (max-width: 475px) {
    .seoImg {
        float: none;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
}


@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}