﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@keyframes flipping {
	0% {-webkit-transform: rotate(0deg);bottom: 0%;}
	100% {-webkit-transform: rotate(-180deg);bottom: 210px; margin-bottom: 2.5%;}
}
@keyframes rflipping {
	0% {-webkit-transform: rotate(-180deg);bottom: 210px;margin-bottom: 2.5%;}
	100% {-webkit-transform: rotate(0deg);bottom:0%;}
}

.flippingClass {
	animation-name: flipping;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);
    animation-fill-mode: forwards;
}
.rflippingClass {
	animation-name: rflipping;
	animation-duration: 0.55s;
	animation-timing-function: cubic-bezier(0.42,0,0.58,1);
	animation-fill-mode: forwards;
}
    @keyframes changec
{
    0%      {box-shadow: 0px 0px 5px #fff;}
    50%     {box-shadow: 0px 0px 15px #213661;}
    100%    {box-shadow: 0px 0px 5px #fff;}
    }
/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
    overflow-x: hidden;
}
h1 {
    font-size: 10px;
    color: #213661;
    text-align: center;
    }
h2 {
    color: #213661;
    font-size: 2em;
    text-align: center;
    margin: .5%;
}
h4 {
    color: #3a8ac6;
}
h1,h2,h3,h4,h5{
	font-family:'Proza Libre';
}
img {
	border:0px;
	margin-top: 0px;
}
a {
	color: #c22a34;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
select option { 
    line-height: 20px;
}
em{
	font-weight:bold;
	font-style: normal;
}
p.msg {
    position: absolute;
    background: rgba(255,255,255,.8);
    display: block;
    top: 72px;
    left: 95px;
    color: #f9fd17;
    border: solid #213661 1px;
    box-shadow: 0 0 8px #213661;
    padding: 3%;
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
        }
.pic{
    margin: 1%;
    text-align: center;
    position: fixed;
    right: 18%;
    background: #fff;
    top: 1%;
    border: solid #213661;
    padding: .8%;
    font-size: .6em;
    }
.pic1{
    margin: 1%;
    text-align: center;
    right: 21%;
    background: #fff;
    top: 1%;
    border: solid #f5b3d9 1px;
    padding: .8%;
    float: left;
    }
/* ============================= Container ====================== */
#container {
	width:100%;
	margin:0 auto 6%;
	text-align:left;
    background: #fff;
}
#wrapper {
	width:100%;
	margin: 0 auto;
}
/* ============================= Header ====================== */
#header {
	width: 100%;
    z-index: 600;
    position: fixed;
    top: 16px;
    background: #fff;
    transition: all 1.5s;
    }
#header .logo {
	margin: 7px 1.5% 2px 3%;
    width: 16%;
    float: left;
}
#header .logo img{
    max-width: 100%;
}
.top-rght .number {
    font-size: 1.8em;
}
/* ============================= pgbody ====================== */
.col .cta{
	-webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    text-align: center;
    padding: 5px 2%;
    font-size: 15px;
    width: 96%;
    margin: 5% auto;
    background: rgba(255,255,255,.7);
 }
/* ============================= Content ====================== */
.mid-page{
	width: 100%;
    margin: 130px auto 20px;
}
.mid-page .col {
    width: 20%;
    float: left;
    margin: 10px 1% 5px;
}
.mid-page .col .cta.cta-pp img{
    width: 90%;
    border: 4px solid #000;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #000;
}
.mid-page .col .cta h3{
	font-size: calc(0.8vw + 8px);
	margin: 5px 0 3px;
}
.mid-page .col-2 {
    width: 28%;
    float: left;
    padding: 1% 0.5%;
    margin: 25px 0 35px 3%;
    height: 435px;
    background: #fff;
}
.mid-page .col-2 li{
    list-style:none;
}
.mid-page .col-2 .address li{
    color:#0e0e0a;
    font-weight: bold;
}
.mid-page .col-2 .address .h2{
    color:#c10000;
}
.mid-page .col-2 .contact{
    padding: 2%;
    background: rgba(255,255,255, .7);
    border-radius: 5px;
    box-shadow: 2px 3px 10px #000;
    text-align:left;
}
.mid-page .col-2 ul.con-info{
    line-height: 2em;
    text-align: center;
    font-size: 1.4vw;
    margin: 30px auto 20px;
}
.mid-page .col-3 {
    width: 69%;
    float: left;
    min-height: 241px;
    padding: 0.5%;
    margin: 10px 2% 10px 3%;
    text-align: justify;
    line-height: 1.6em;
	background: #fff;
}
/* ============================= Footer ====================== */
#footer ul {
	list-style: none;
	text-align: left;
	margin-top: 10px;
}
#footer li {
	line-height:20px;
	
}
#footer a {
    color: #fff;
    font-weight: normal;
	}

#footer .col {
    width: 18%;
    float: left;
    padding: 0.5%;
    margin: 10px 0% 0 .5%;
    height: auto;
    border-radius: 5px;
    min-height: 185px;
    border: solid #213661;
}
#footer .col .social {
	float: left;
    margin-top: 10px;
    width:100%;
}
#footer .col .social a{
	margin-left: 5%;
}
#galfooter {
	width: 98%;
	clear: left;
	float: left;
	margin:1%;
	font-size: 12px;
}
#galfooter p {
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
#galfooter a {
	font-size: 11px;
	color: #757575;
}
strong {
	color: #7B7A79;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 0;
	padding-top:12px;
}
.clear{
	clear:both;
	width:100%;
	height:0px;
}
/* ZIPCODE PAGES
	********************************/
.col iframe{
	width:90%;
	box-shadow: 2px 3px 10px #000;
	margin-top: 10px;
}
.col-3 iframe {
    width: 96%;
    margin: 0 2%;
}
h3 {
	font-size: 2em;
    text-align: center;
    margin: 0;
    color: #213661;
    }
#footer h3{
    font-size: 1.4em;
    margin: 5px 0 10px;
    text-align: left;
    }    
#contact-side {
    padding: .5%;
    width: 68%;
    text-align: left;
    margin: 15px auto;
	background: #f6fcff;
}
#contact-side form {
	padding: 5px 3% 15px;
}
#contact-side label {
    margin: 5px 0 0 0.5%;
}
#contact-side p{
    text-align: center;
    color:#fff;
}
#contact-form {
    width: 100%;
    border: 1px solid #bdb7bd;
    background: #d6d09d;
    box-shadow: 2px 3px 10px #000;
}
#contact-form form div.fm2{
    width: 48%;
    float: left;
    margin-left: 1.5%;
}
#contact-side form {
	clear: both;
}
#contact-side form select, #contact-side form select {
	width: 97.5% !important;
}
#contact-side form textarea, #contact-side form input[type=text], #contact-side form select{
	border: 1px solid #8e8e8e;
    background-color: #fff;
    margin: 1% auto;
    font: normal normal normal 20px / 28px "Arial", Helvetica, Arial, Verdana, sans-serif;
    color: #6f6e6e;
    width: 95%;
    padding: 5px 1% 2px;
}
#contact-side form textarea:focus, #contact-side form input[type=text]:focus{
    border-color: #44a4b8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);	
}
#contact-side form textarea:focus, #contact-side form input[type=text]:focus, #contact-side form select:focus {
	outline: none;
}
#contact-side form .btn{
    width: 80%;
    cursor: pointer;
    margin-left: 10%;
    background-color: #05a8f5;
    font: normal normal normal 22px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    border: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 2px #000;
    padding: 7px 0;
}
.rd {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}
#footer h3 a {
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}
#footer {
    width: 98%;
    clear: both;
    margin: auto;
    margin-top: 0px;
    background: linear-gradient(100deg,#000, rgb(39 116 187), rgb(194 42 52));;
    color: #fff;
    padding: 15px 1%;
    display: none;
    position: fixed;
    bottom: 4%;
    z-index: 401;
    margin: auto;
        }
.mid-page .col-4 {
    width: 100%;
}
.col .cta.cta-pp a {
	color: #05a8f5;
}
.cta span.number2 {
    font-size: calc(1.5vw + 10px);
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}

#footer .social .fa{
	color: #fff;
	font-size: 25px;
}
#menu{
	display:none;
}
.menu1{
	background: #2774ba;
}
nav.nav1 {
    width: 75%;
    margin: auto;
}
.col .cta h4{
    font-size: calc(1.5vw + 8px);
    letter-spacing: .1vw;
}
.col-3 p{
	width:auto;
    margin: 1%;
}
.col-2 iframe{
    width: 94%;
    height: 360px;
    padding: 2%;
    box-shadow: 2px 3px 10px #000;
}
.col #contact-side {
    width: 96%;
    margin:10px 1%;
}
.blogs {
    overflow-y: scroll;
    height: 150px;
    text-align: justify;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}
img.banner{
    background: #af1e2c;
    padding: .1%;
    width: 100%;
}
#gallery{
    width: 98%;
    margin: 0 auto;
}
#gallery li {
    width: 24.4%;
    float: left;
    text-align: center;
    margin: 1px 0.2%;
    padding: 0.1%;
    position: relative;
    list-style: none;
}
#gallery li img{
    width: 100%;
    border: solid 3px #e4e4e4;
}
.zipcodes li {
    list-style: none;
}
.zipcodes li a{
    float: left;
    width: 31%;
    margin: 5px 0.5%;
    padding: 0.5%;
    text-align: center;
	background: #2673ba;
    color: #fff;
}
.zipcodes li a:hover {
    background: #c22a34;
}
.cntnt ol {
    padding: 3%;
    margin: 1%;
    text-align: left;
    line-height: 2;
    }
.cntnt ol li {
    margin: 1%;
    padding: 1%;
}
.sidemenu ul li:before {
    display: none;
}
ol.chk h4 {
    color: #213661;
}
.mid-page iframe.gmap {
    margin: 15px 1.5%;
    width: 33%;
    height: 370px;
    float: right;
    border: 2px solid #4379b8;
    -moz-box-shadow: 0 10px 6px -6px #6b6b6b;
    box-shadow: 0 10px 6px -6px #6b6b6b;
    -webkit-box-shadow: 0 10px 6px -6px #6b6b6b;
}
.mid-page #locallnk {
    width: 32%;
    padding: 1%;
    text-align: center;
    margin: 15px 1.5%;
    border: 2px solid #4379b8;
    }
div#locallnk li {
    width: 94%;
    padding: 2%;
    background: #3777b9;
    margin: 1%;
}
div#locallnk li:hover {
    background: #c22a34;
}
div#locallnk li a{
	color:#fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c10000;
    margin: 1em 0;
    padding: 0;
}
#social-share ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#social-share {
   left: 0;
   position: fixed;
   top: 28%;
   z-index: 800;
   font-size: 11px;
}
#social-share a {
   color: #fff;
   display: block;
   height: 35px;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#social-share a i.fa {
    font-size: 22px;
    padding: 6px;
}

#social-share a span {
   line-height: 35px;
   left: -110px;
   position: absolute;
   text-align:center;
   width:110px;
}
#social-share a:hover span {
   left: 100%;
   -webkit-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -moz-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -ms-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    -o-transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
    transition: opacity .4s,left .4s,right .4s,top .4s,bottom .4s;
}
#social-share a#fbsr, #social-share a#fbsr span { background: #3b5998; }

#social-share a#twsr, #social-share a#twsr span { background: #00aced; }

#social-share a#gsr, #social-share a#gsr span { background: #dd4b39; }  

#social-share a#pinsr, #social-share a#pinsr span { background: #cc2127; }  
.col-3 h4{
    color: #942f29;
    font-size: 20px;
    text-align: center;
}
ul.list-box li{
    width: 19%;
    display: inline-block;
    margin: .5%;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
    border: solid #efefef 1px;
    box-shadow: 0 0 14px #bfd4ff;
    }
ul.list-box {
    text-align: center;
}
ul.list-box li img{
    width: 100%;
    transition: all 1.5s;
    vertical-align: middle;
}
ul.list-box li img:hover{
    transform: scale(1.05);
}
ul.list-box3{
	text-align:center;
}
ul.list-box3 li{
    width: 18%;
    display: inline-block;
    margin: 10px 0.4%;
}
ul.list-box3 li img{
    width: 100%;
}
ul.list{
	margin-left:5%;
	font-size: 1.2em;
}
#contact-side .fa {
    float: right;
    margin-top: -28px;
    margin-right: -22px;
    color: #536ba4;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}
.col-2 #contact-side {
    border: 1px solid #bdb7bd;
    background: rgba(255,255,255,.8);
    box-shadow: 2px 3px 10px #c7c7c7;
    display: block;
    position: relative;
    padding: 2% 0.5%;
    width: 95%;
    margin: 0 2%;
    bottom: initial;
}
.mid-page #locallnk ul{
    list-style:none;
}
.top-rght a {
    color: #213661;
}
#footer-m #arrow{
    position: absolute;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
    padding-bottom:8px;
}
#footer-m {
    background: linear-gradient(100deg, rgb(39 116 187),#000, rgb(194 42 52));
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 0 1%;
    height: 4%;
    color: #fff;
    z-index: 900;
        border-top: 2px solid #213661;
}
#footer-m a{
    color: #fff;
}
#footer-m .social .fa {
	margin: 1%;
    font-size: 1.5em;
}
#footer-m .social {
	width: 100%;
	margin-top: 4px;
}
#footer-m .address {
    padding: 6px 0 0;
    width: 50%;
    font-size: 1vw;
    float: left;
}
#footer-m .address .fa{
	margin-left:1%;
}
#footer-m .addr{
	display:inline;
    font-size: .7em;
}
#footer-m #simple-social-icons {
    position: absolute;
    right: 50px;
    width: 250px;
    top: 1%;
}
.calnow {
    position: absolute;
    top: -8px;
    right: 6%;
    font-size: 1.5em;
}
.calnow a {
    color: #feae0e;
    text-shadow: 1px 1px 2px #696969;
    font-weight: bold;
}
.list-box h4 {
	top: 12px;
    width: 100%;
    position: absolute;
    z-index: 400;
    left: 0;
}
ul.list-box li h4 a {
	background-color: #c22a3496;
    display: block;
    letter-spacing: 0.1vw;
    color: #fff;
    text-shadow: 1px 1px 13px #213661;
    padding: 1% 0;
    }
ul.list-box li h4 a:hover {
    background-color: #21366154;
    color: #fff;
    text-shadow: none;
    transition: background-color 200ms linear;
}
.service {
    width: 98%;
    margin: auto;
    background: repeating-linear-gradient(0deg, #f9f9f9, white 100px);
    padding: 0.5% 1%;
    }
ul.list-social {
    width: 90%;
    margin: 15px auto 0;
}
nav.nav1 i.fa.fa-home {
    font-size: 1.2em;
}
.calnow i.fa.fa-phone {
    color: #62ccca;
}
.top-rght {
    right: 5%;
    position: fixed;
    text-align: center;
    top: 61%;
    background: #ffffff95;
    padding: .3%;
    border: solid #fff;
    border-radius: 15px;
    transition: all 1.5s;
        }
.top-rght .number .fa{
	color: #213661;
}
.top-rght label a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
ul.txlist li {
    margin: 3px 0 2px 4%;
    list-style-position: inside;
}
ul.txlist2 li {
    margin: 3px 0 2px 4%;
    line-height: 1.5em;
    font-size: 1.2em;
}
.list-box p {
    margin: 4% auto;
    padding: 1%;
    text-align: justify;
    width: 92%;
    background: #ffffff90;
}
.btn2 {
	display: inline-block;
    margin: 10px;
    background: #2673ba;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    padding: 8px;       }
img.pimg {
    float: left;
    margin: 1%;
    padding: 0.3%;
    border: 1px solid #2673ba;
}
p.cent{
	text-align:center;
}
.capimg {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 25%;
}
.capimg3 {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    width: 15%;
    font-size: 1.6vw;
    border: 1px solid #dddddd;
}
.capimg img, .capimg3 img{
    display: block;
    width: 100%;
}
.ifm {
	float: right;
    width: 55%;
    margin: 1%;
    height: 300px;
    border: solid #213661 !important;
    padding: .8%;
    display: none;
    }
.ifm iframe{
    height: 300px;
    width: 100%;
    border: 2px solid #213661;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    box-shadow: 3px 5px 3px #B9B6B6;
    -webkit-box-shadow: #B9B6B6 3px 5px 3px;
    border-radius: 3px;
}
iframe.bifm {
    width: 98%;
    margin: 0 auto;
    display: block;
    height: 1000px;
    border: solid 2px #aabaff;
    padding: 3px;
    background: #7688d3;
    box-shadow: 0 0 15px #597ef9;
}
.callnow{
	display:none;
}
.ban-bg {
    background: #9e1623;
    color: #fff;
    margin: 10px auto;
}
.cntnt{
	width: 68%;
    padding: 5px 1%;
    margin: 1% auto 2%;
}
.cntnt p {
    margin: 1%;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align: justify;
}
.ban-bg2 {
    background: #f0f5f7;
    padding: 1px 5% 10px;
    }
.ban-bg2 p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
}    
.col iframe {
    width: 98%;
    box-shadow: 2px 3px 10px #000;
    margin: 2px 1% 15px;
    height: 480px;
}
.capimg2 {
	float: right;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 28%;
}
.lgcapimg img, .capimg2 img {
    width: 100%;
}
.lgcapimg {
    float: left;
    margin: 1%;
    padding: 0.5%;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    width: 40%;
}
.flexslider.box-review {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    box-shadow: 1px 1px 7px #4e4e4e;
	color: #f7941d;
    text-shadow: 1px 2px #000;
    padding: 10px 0 8px;
}
.box-review span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
.flexslider.box-review .flex-direction-nav a {
    display: none;
}
.col .flexslider.box-review {
    width: 98%;
    margin: 0 1%;
}
.col .flexslider.box-review h3{
	margin: 12px 0 12px;
}
#consul-dsk2 {
    background: #05a8f5;
    padding: 6px 0.5% 5px;
    position: fixed;
    right: -17%;
    top: 30%;
    z-index: 500;
    box-shadow: 8px 8px 8px #151515;
    width: 16%;
}
#consul-dsk2 h4{
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
#consul-dsk2 input{
	width: 96%;
    padding: 5px 1.5%;
    border: 1px solid #dedede;
    margin: 5px auto;
}
#consul-dsk2 input[type=submit]{
	cursor: pointer;
}	
#consul-dsk2 textarea{
	width: 96%;
    padding: 5px 1.5%;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px #000;
    margin: 5px auto;
    resize:none;
}
#contside2 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
	position: absolute;
    top: 95px;
    color: #fff;
    background-color: #006391;
    text-transform: uppercase;
    left: -142px;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px 9px 10px 34px;
    border: solid 2px;
    box-shadow: -2px -2px 5px #000;
}
.cls {
    float: right;
    padding-left: 20px;
    visibility:hidden;
}
.mid-head {
    text-align: center;
    width: 57%;
    position: absolute;
    left: 12%;
    top: 0;
    padding: 1%;
    overflow: hidden;
    color: #c22a34;
    font-size: 1.5em;
    font-style: italic;
}
.gplus {
    display: block;
    position: absolute;
    top: 10px;
    right: 0.5%;
    max-width: 6%;
}
.gplus img{
    max-width: 100%;
}
#lnks-twns {
    font-size: .8vw;
}
.mid-page iframe.gmapi{
	border: 2px solid #18153c;
    width: 42%;
    padding: 0 1%;
    height: 355px;
    float: right;
    margin: 1%;
    box-shadow: 0 10px 6px -6px #6b6b6b;
}
.mid-page iframe.gmapx{
    border: 2px solid #0e0e0e;
    width: 95.5%;
    height: 400px;	
    box-shadow: 0 10px 6px -6px #6b6b6b;
}
.capcent {
    text-align: center;
}
.capcent img{
    padding: 0.3%;
    border: 1px solid #868280;
}
ul.reviews li {
    list-style: none;
    width: 95%;
    padding: 0.5% 1.5%;
    margin: 1% 0.5% 3%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 3px -5px #656565;
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff, #efefef);
    background: -moz-linear-gradient(#fff, #efefef);
    background: linear-gradient(#fff, #efefef);
}
ul.reviews h3 {
    color: #464646;
	text-align: left;
    font-size: 1.3em;
    display: inline-block;
}
ul.reviews li h3:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-size: 10px;
    color: #8e8e8e;
}
ul.reviews li h3:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 10px;
    color: #8e8e8e;
    vertical-align: text-top;
}
ul.reviews .textlight {
    color: #888888;
    font-size: .9em;
}
ul.reviews p {
    margin: 0.5% 0;
}
ul.reviews span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
.col-2 h3 {
    font-size: 1.5vw;
}
.col-2 .social {
    text-align: center;
    margin: 1%;
    font-size: 2em;
}
.flexslider.top-review div {
    display: inline-block;
}
.flexslider.top-review ul.flex-direction-nav {
    display: none;
}
.reviews li {
    list-style: none;
    width: 95%;
    padding: 0.5% 1.5%;
    margin: 1% 0.5% 2%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 3px -5px #656565;
    background: -webkit-linear-gradient(#fff, #efefef);
    background: -o-linear-gradient(#fff, #efefef);
    background: -moz-linear-gradient(#fff, #efefef);
    background: linear-gradient(#fff, #efefef);
}
.reviews span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons2.png);
    background-position: -7px -55px;
    display: inline-block;
    margin-right: 10px;
}
ul.it4 li {
    width: 22%;
}
.sidemenu ul {
    list-style: none;
}
.sidemenu li a {
    padding: 10px 0 10px;
    margin: 5px 0px;
    background: rgb(233 233 233);
    border: 1px solid rgb(206 233 255);
    display: block;
    font-size: .7vw;
    color: #223762;
    text-align: center;
        }
.clr0 li a {
	color:#000;
}
.sidemenu li a:hover {
    background: #fff;
    color: #213661;
}
.cntnt .sidemenu {
    width: 25%;
    float: right;
    margin: 1%;
}

span.bgcta {
    background-image: url(images/cta.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 11vw;
    display: block;
}
span.ps1 {
    letter-spacing: .3vw;
    text-transform: uppercase;
}
span.ps2 {
    font-size: calc(1.5vw + 10px);
    letter-spacing: .3vw;
    display: block;
    color: #000000;
    background: #fff;
    line-height: 1em;
}
#bnfts {
    background-image: url(images/bg-p.jpg);
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: 109% 13px;
    padding: 5px 0 0;
    margin-bottom: 5px;
}
#bnfts li {
    line-height: 1.5em;
    letter-spacing: .2vw;
    margin-left: 3%;
    font-size: 1.3vw;
    list-style: none;
    text-align: left;
    color: #521078;
}
#bnfts ul li:before {
    content: '✓';
}
.sidemenu.clr1{
    text-align: center;
	background: #cccccc;
    margin: 10px 0 5px;
    padding: 7px 1% 1px;
}
ul.list-box.sz1 li h4 a{
    font-size: .88vw;
}
.slg {
    margin-top: 6px;
}
div#brnds {
	position: unset;
    text-align: center;
    padding: 0;
	margin: 3% auto 0;
    display: block;
        }
.flexslider div#brnds {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    width: 100%;
    margin: auto;
    background: rgba(255,255,255,.5);
    }
div#brnds img {
    margin: .5%;
    width: 7%;
    border: solid 1px #3987c4;
    padding: .2% .5%;
    background: #fff;
}
.brnds a {
    width: 15.5%;
    float: left;
    margin: .5%;
}
.brnds img {
    width: 100%;
}
.cntnt .chk li {
    margin: 1%;
    padding: 1%;
    background: #f7f7f7;
    width: 81%;
}
.cntnt ul.chk li:before,.cntnt .chk2 li:before {
  content: '✓';
	font-size: 1.5em;
    color: #213661;
    margin: 0 2%;
    font-weight: bold;
    text-shadow: 0px 2px 5px #213661;
    }
.cntnt .chk2 li {
    margin: 1%;
    padding: 1%;
    background: #f7f7f7;
    width: 29%;
    float: left;
    text-align: center;
}

ul{
  list-style:none;
}
.brnds {
    display: inline-block;
}
.chk h3 {
    position: relative;
    top: -25px;
    font-size: 1.2em;
    text-align: left;
    left: 50px;
    }
.insurance-fm{
    width: 55%;
    margin:0 auto;
}
.insurance-fm label {
    display: block;
    color: #981dfe;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 15px;
}
.insurance-fm form input.hlf {
    width: 45% !important;
}
.insurance-fm form select.hlf {
    width: 49% !important;
}
.insurance-fm input{
	width: 96%;
}
.insurance-fm .rd input {
	width: auto !important;
}
.insurance-fm select{
	width: 99%;
}	
.insurance-fm select, .insurance-fm input, .insurance-fm textarea{
    border: 1px solid #40b2fe;
    padding:1.5%;
    border-radius: 4px;
    margin: 4px auto;
    color: #353535;
}
::placeholder {
    color: #353535;
}	
.insurance-fm input.btn:hover {
	background: #213661;
    color: yellow;
    }
.insurance-fm input.btn{
	cursor:pointer;
	width:100%;
}
.insurance-fm input.btn {
    background: #213661;
    color: #fff;
}
.insurance-fm textarea{
	width: 96%;
    resize:none;
    font: 400 13.3333px Arial;
}
.insurance-fm input:focus, .insurance-fm textarea:focus, .insurance-fm select:focus {
    box-shadow: 0px 0px 5px 0.5px #f2f7fa;
    outline: none;
}
.insurance-fm h3 {
    color: #41b4fe;
    letter-spacing:2px
}
.insr {
    margin: 0 auto;
    width: 90%;
}
.insr li {
    list-style: none;
    float: left;
    border-radius: 6px;
    background: #dcdcdc;
    margin: 0.2%;
    padding: 0.3%;
    width: 15.6%;
    text-align: center;
    font-size: .6vw;
    height: 30px;
}
#apply{
    position: fixed;
    top: 40px;
    right: 523px;
    padding: .5%;
    color: #fff;
    font-size: 1em;
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
    border-radius: 10px;
}
.glry li {
    float: left;
    width: 14%;
    margin: 1% 5%;
    border: solid 1px #213661;
    }
.glry li img {
    width: 100%;
}
div#maps {
    width: 100%;
    text-align: center;
}
div#maps iframe {
    margin: 2%;
    width: 42%;
}
div#bknw {
    position: fixed;
    right: 20%;
    top: 4%;
    z-index: 601;
    white-space: nowrap;
}
div#bknw a {
    padding: 8%;
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
}
#iframe {
    width: 100%;
    height: 630px;
    border: none;
}
div#ndlnk {
    float: left;
    margin: .3% 2%;
    font-size: .8em;
    padding: .2% .5%;
    background: #2264a1;
}
section#rview {
    display: inline-block;
    margin: 1% auto;
}
section#rview li {
    margin: 1%;
    padding: 1%;
    background: #f2f7fb;
    width: 46%;
    float: left;
    text-align: center;
    border-radius: 8px;
}
#rview .cntnt {
    background: #fff;
}
.zipcodes {
    display: inline-block;
    background: #fefcff;
    width: 100%;
}

.mapg {
    width: 90%;
    height: 350px;
    position: relative;
    overflow: hidden;
    border: solid 4px #c65096;
    margin: auto;
    margin: 1% 2%;
}
.drctn {
    width: 90%;
    margin: auto;
}
ul#dirmap li {
    width: 49%;
    float: left;
    text-align: left;
}
.drctndv{
	text-align:center;
}
.cntct{
	width: 27%;
    margin: 1% auto;
    padding: 1%;
    text-align: right;
    background: #fff;
    }
.cntct input {
	padding:1%;
	margin: 1%;
}
.cntct textarea {
	padding:1%;
	font-family:"Open Sans";
    width: 290px;
    margin: 1%;
}
.cntct label {
	display:inline-block;
	width:130px;
	text-align:right;
	padding:1%;
}
input.button {
    background: #c22a34;
    color: #fff;
    border: none;
    padding: 2% 6%;
}
.svcbx {
    float: left;
    text-align: center;
    margin: 1%;
    padding: 1%;
    background: #fff;
}
.svcbx img{
    max-width: 98%;
    margin:auto;
}
div#galry li a img {
    float: left;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0;
}
div#faqs p {
    text-align: center;
}
div#whyus {
    font-size: .55em;
    position: absolute;
    top: 2px;
    right: 4px;
    padding: .1%;
    background: #f3faff;
    z-index: 10;
}
div#whyus li{
	float:left;
	width:44%;
	text-align:center;
}
.eyecon {
    position: absolute;
	width: 117px !important;
    top: 0;
    }

@media screen and (min-width: 1260px) and (max-width: 1450px) {
	.mid-head{
	 font-size:1.5em;
}
}
@media screen and (min-width: 1260px) and (max-width: 1360px) {
#header .logo {
    margin: 7px 0.5% 2px 1%;
}
.col-2 iframe {
    height: 330px;
}
.cntnt {
    width: 92%;
    padding: 1% 4%;
}
#footer h3 {
    margin: 2px 0;
    font-size: 1em;
}
#footer-m #simple-social-icons {
    width: 18%;
}
.nav1 a {
	padding: 7px 0.6vw !important;
}
.ban-bg2 p {
    width: 80%;
}
.mid-head {
    font-size: 1vw;
}
.top-rght {
    min-width: 200px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
.top-rght {
    min-width: 180px;
}
.mid-page {
    margin: 80px auto 20px;
}
.menu1 {
    width: 90%;
    float: none;
    margin-top: 49px;
}
ul.list-box li h4 a {
    letter-spacing: .7px;
    font-size: calc(1vw + 10px);
}
.ban-bg2 {
    padding: 5px 1% 5px;
}
.col-2 iframe {
    height: 330px;
}
.cntnt {
    width: 92%;
    padding: 1% 4%;
}
#footer-m {
    font-size: .92em;
}
#footer h3 {
    margin: 2px 0;
    font-size: 1em;
}
#footer {
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.2vw;
    z-index: 600;
}
.ban-bg2 p {
    width: 80%;
}
}
@media only screen and (min-width: 813px) and (max-width : 1024px) {
#menu span.menux, .mob-addr {
	display:none;
}
.mid-page {
    margin-top: 95px;
}
#menu{
    position: absolute;
    top: 28px;
    left: 2%;
    font-weight: bold;
    font-size: 2em;
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #000000;
    border-radius: 4px;
}
.menu1{
	display:none;
    background: #0c083e;
    padding: 1% 0 1% 0;
    width: 500px;
    position: absolute;
    top: 12px;
}
nav.nav1 {
    width: 100%;
    letter-spacing: normal;
}
.nav1 a {
    padding: 1.5% 10px !important;
}
.nav1 li ul a {
    color: #000;
}
nav.nav1 li a {
    font-size: .8em;
    text-align:center;
}
.top-rght {
 	font-size: 1em;
    width: 30%;
    top: 30px;
    right: 2%;
}
#header .logo {
    width: 23%;
    margin: 7px 0 0px 8%;
}
.mid-head {
    right: 0%;
    font-size: 1.5vw;
}	
.sidemenu li a,.cntnt p {
    font-size: 1em;
}
ul.it4 li {
    width: 43%;
}
.zipcodes li a {
    width: 48%;
    font-size: .7em;
}
.cntnt {
    width: 92%;
    padding: 5px 4%;
}
#header {
    min-height: 75px;
}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 812px) {
#header .logo {
    width: 38%;
    margin: 10px 0 0px 10%;
}
h2 {
    font-size: 1.3em;
}
h3,.sidemenu li a {
    font-size: 1em;
}
.ban-bg2 {
    padding: 15px 1% 20px;
}
.mid-page .col-3 {
    margin: 10px 1% 10px 4%;
}
.zipcodes li a {
    width: 98%;
    font-size: .9em;
}
.service {
    width: 98%;
}
.col-2 iframe {
    height: 320px;
}
#footer {
    width: 100%;
    padding: 0;
    z-index: 200;
}
ul.list-box li h3 {
    font-size: 1.1em;
}
#footer .col {
    width: 22%;
    margin: 10px 0% 0 1%;
}
.top-rght {
    font-size: 1.2em;
    top: 30px;
    width: 38%;    
}
#menu{
    position: absolute;
    top: 30px;
    left: 2%;
    z-index: 100;
    font-weight: bold;
    font-size: 2.4em;
    display: block;
    color: #fff;
    width: 52px;
    height: 52px;
    text-align: center;
    background: #000000;
    border-radius: 4px;
}
#menu span.menux,.mid-head {
	display:none;
}
.menu1{
	display:none;
    background: #1a164e;
    padding: 1% 0 1% 0;
    width: 100%;
    margin-top: 0;
}
.ban-bg2 p {
    width: 80%;
}
nav.nav1 {
    width: 100%;
}
nav.nav1 li a {
    font-size: 1em;
    text-align: center;
    padding: 7px 1%;
}
#container {
    margin: 0 auto 16%;
}
.cntnt{
    width: 92%;
    padding: 1% 4%;
}
.col-2 h3,h3.sp1,#footer-m #arrow,.mid-page .col-2 ul.con-info {
    font-size: 1.6em;
}
.top-rght a.btn2,ul.list-box li h4 a {
    font-size: 1.2em;
}
ul.list-box li {
    width: 45%;
    margin: 5px 2% 10px;
    padding: 0;
}
div#consul-dsk {
    width: 33%;
}
.mid-page .col-2 {
    width: 82%;
    margin: 10px 8%;
    height: auto;
}
.nav1 li ul a {
    color: #000;
}
.cta {
    zoom: .75;
}
.mid-page iframe.gmap {
    width: 95%;
    height: 230px;
}
.mid-page #locallnk {
    width: 45%;
    font-size: .8em;
}
}
@media only screen and (max-width: 767px) {
	.top-rght, #consul-dsk2, #footer-m, .mid-head, .share,#menu span.menux {
	    display: none;
	}
	body{
	background:none;
}
	h2 {
	    font-size: 1.1em;
	}
	h3 {
	    font-size: 1.2em;
		font-weight: normal;
	}
	#wrapper {
		width: 100%;
		margin:0;
	}
	#container {
		width: 100%;
	    margin: 0 auto 17%;
	}
	#header {
		height: auto;
	    top: 11px;
	    position: fixed;
	}
	#header .logo {
	    margin: 5px 0 0px 6%;
	    text-align: center;
	    width: 40%;
	}	
	.social {
		float: none;
		margin: 7px auto;
		text-align: center;
	}
	.mid-page {
	    clear: both;
	    margin: 100px 0 1%;
	}
	.mid-page .col {
	    width: 95%;
	    float: left;
	    height: auto;
	    padding: 0.5%;
	    margin: 1%;
	    clear:both;
	}
	.mid-page .col img{
		width: 100%;
	}
	.mid-page .col-2{
		width: 96%;
	    clear: both;
	    height: auto;
	    margin: 8px 2%;
	    padding:0;
	}
	.mid-page .col-3 {
	    width: 96%;
	    float: none;
	    height: auto;
	    padding: 0;
	    margin: 15px auto 0;
	    clear: both;
	}
	.mid-page .col-3 p {
		text-align:justify;
	}
	.mid-page .col-3 img{
		height: auto;
		max-width: 97%;
	}	
	#footer {
	    width: 100%;
	    height: auto;
	    margin: 0;
	    padding: 0;
	    display: block;
	    position: relative;
	}
	#galfooter img{
	width:auto;
	}
	strong {
		float: left;
		clear: left;	
	}
	#footer .col {
		width: 90%;
		float: left;
		height: auto;
		padding: 3px;
		margin: 11px;
		clear:both;
	}
	h1 {
    width: 100%;
    margin: 0 auto;
    line-height: 12px;
    background: #3776b9;
    color: #fff;
    	}
	.col-3 iframe{
		width:90%;
		clear:both;
		margin: 4px;
		}
	.col-2 img{
	    width: 100%;
	}
	.special1 ul {
		margin:0;
	}
	.special1 li a {
	    display: block;
	    padding: 9px 9px;
	    margin: 5px 0px;
	    background: #2570b3;
	    text-align: center;
	    font-weight: 600;
	    letter-spacing: 1.5px;
	}
	.special1 li a:hover {
	    text-decoration: none;
	    background: #f17f8a;
	}
	.col-3 .cta {
	    margin-left: 1%;
	    width: 97%;
	}
	#menu{
		position: absolute;
	    right: 5%;
	    display: block;
	    font-size: 24px;
	    color: #fff;
	    width: 34px;
	    height: 34px;
	    text-align: center;
	    background: #213661;
	    border-radius: 4px;
	    top: 28px;
	}
	.menu1{
		display:none;
	    padding: 2%;
	    width: 69%;
	    float: none;
	    margin: 0;
	    clear: left;
	    margin: 4% auto;
	    border-radius: 7px;	
    }
	nav.nav1 {
	    width: 100%;
	}
	#footer .special1 {
	    width: 92%;
	}
	#gallery li {
	    width: 96%;
	}
	.zipcodes li a {
	    width: 98%;
	    padding: 10px 0;
	    font-size: 1em;
	    line-height: 1.5em;
	}
	.mid-page iframe.gmap,.mid-page iframe.gmapi {
	    margin: 1%;
	    padding: 1%;
	    width: 95%;
	}
	.mob{
		display:block;
	}
	ul.list-box li{
	    width: 45%;
		margin: 7px 1%;
	}
	.col-2 #contact-side {
	    right: initial;
	}
	#contact-side {
	    width: 80%;
	    right: 10%;
	    }
	#contact-side .fa {
	    margin-top: -5%;
	    margin-right: -4%;
	}
	.mid-page .col-box {
	    width: 94%;
	}
	.service {
	    width: 100%;
	}
	ul.list-social li img {
	    max-width: 100%;
	}
	a.btn2 {
	    font-size: .8em;
	    vertical-align: 5%;
	}
	.col-2 iframe {
	    height: 300px;
	}
	.capimg, .capimg2 {
	    float: none;
	    margin: 10px auto;
	    width: 80%;
	}
	img.pimg {
	    float: none;
	    width: 80%;
	    margin: 10px auto;
	    display: block;
	}
	.callnow{
		display:block;
	}
	.callnow a {
	    position: fixed;
	    bottom: 7%;
		right: 8%;
	    padding: 3%;
	    background: #1989ff;
	    color: #fff;
	    border-radius: 7px;
	    letter-spacing: 2px;
	    animation: 4s infinite changec;
	    z-index: 999;
	}
	.ifm {
	    width: 96%;
	}
	
	.ban-bg2 {
	    padding: 5px 1%;
	}
	h3.sp1,.col-2 h3,.col .cta h4 {
	    font-size: 1.1em;
	    margin: 3% auto;
	}
	.cntnt {
	    width: 98%;
	    padding: 1%;
	}
	.cntnt p {
	    text-align: justify;
	    margin: 1% auto;
	    width: 93%;
	}
	.cntnt .sidemenu  {
	    width: 98%;
	}
	ul.txlist2 li {
	    margin: 3px 0 2px 7%;
	}
	.nav1 li ul a {
	    color: #000;
	}
	.ban-bg2 p {
	    width: 80%;
	}
	.mid-page .col .cta h3,.col h4,#bnfts li {
	    font-size: 1.4em;
	}
	.ban-bg2 p, .cntnt p, .col-3 p, ul.txlist2 li, ul.txlist li, .mid-page .col-2 ul.con-info, nav.nav1 li a,.sidemenu li a, ul.list-box li h4 a,ul.list-box.sz1 li h4 a{
	    font-size: .9em;
	}
	span.ps2 {
	    font-size: 2em;
	}
	span.bgcta {
	    height: 160px;
	}
	ul.list-box3 li{
		width: 43%;
	}
	.lgcapimg {
	    width: 96%;
	}
	.flexslider div#brnds {
    position: unset;
    padding: 0;
    	}
	div#brnds img {
	    width: 29%;
	}

	ul.flex-direction-nav {
	    zoom: .5;
	    margin: 5% 4% -5% 4%;
	}
	.pic{
		display: none;
	}
	.list-box h4 {
		height: 20px;
		display: grid;
		top: 8px;
	}
	iframe.bifm {
	    width: 98%;
	    }
	img.pic1 {
	    width: 95%;
	}
	p.msg {
	    top: 21px;
	    left: 35px;
	    padding: 1%;
	}
	.insurance-fm {
	    width: 98%;
	}
	#apply {
	    top: 89px;
	    right: 40%;
	    padding: 2%;
	    font-size: .9em;
	    }
	.insurance-fm label {
	    font-size: 14px;
	
	}
	.brnds a {
	    width: 27.5%;
	    margin: 2.5%;
	}

	.list-box p {
	    display: none;
	}
	.glry li {
	    width: 91%;
	}
	.mid-page #locallnk {
	    width: 94%;
	}
	div#bknw {
	    right: 45px;
	    top: 125px;
	    zoom: .7;
	    }
	.cntnt .chk2 li {
	    width: 96%;
	    }
	.nomob{
		display:none;
	}
	div#maps iframe {
	    width: 96%;
	}
	div#galry li a img {
	    width: 50%;
    }
    .cntct {
    width: 85%;
    }
	div#brnds {
	    display: inline-block;
	}
}
@media print{
.menu1{
    display: none;
}
}