﻿@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: 245px; 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 #eff7f7;}
    50%     {box-shadow: 0px 0px 15px #052c14;}
    100%    {box-shadow: 0px 0px 5px #eff7f7;}
    }
/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}


html {
	margin:0;
	padding:0;
}
body {
	font-family: "copperplate", serif;
	font-weight: 300;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
   background: repeating-linear-gradient(23deg, #fff6f0, white 100px);
}
h1 {
    font-size: 10px;
    color: #052c14;
    text-align: right;
    z-index: 901;
    position: relative;
    color: #fff;
    right: 4px;
        }
h2 {
    color: #052c14;
    text-align: center;
    margin: .5%;
    font-size: 2.1em;
    font-weight: normal;
    }
    .col-2 h2 {
	font-size: 1.6em;
    }
h4 {
    color: #b78d37;
    clear: both;
}
h5 {
    font-size: 1.2em;
}
img {
	border:0px;
	margin-top: 0px;
}
a {
	color: #ab905f;
	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 #052c14 1px;
    box-shadow: 0 0 8px #052c14;
    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 #052c14;
    padding: .8%;
    font-size: .6em;
    }
.pic1{
	margin: 1% !important;
    text-align: center;
    right: 21%;
    background: #fff;
    top: 1%;
    border: solid #79abac 1px;
    padding: .8%;
    float: left;
    width: auto !important;

    }
/* ============================= Container ====================== */
#container {
	width:100%;
	margin:0 auto 6%;
	text-align:left;
}
#wrapper {
	width:100%;
	margin: 0 auto;
}
/* ============================= Header ====================== */
#header {
	width: 70%;
	z-index: 600;
	position: fixed;
	top: 50px;
	background: repeating-linear-gradient(165deg, rgb(0, 0, 0), #052c14 50px);
	background-repeat: repeat;
	transition: all 1.5s;
	left: 14%;
	border-radius: 20px;
	background-repeat: round;
	box-shadow: 0 0 18px 0 #ffffff;
    }
#header .logo {
    margin: 1% 3%;
    width: 13%;
    float: left;
    }
#header .logo img{
    max-width: 100%;
    box-shadow: 0 0 8px #59c536;
}
.top-rght .number {
    font-size: 1.3em;
    display: block;

}
.top-rght .number .fa{
	color: #F26524;
}
.top-rght span.sm {
    font-size: .4em;
    vertical-align: middle;
}
/* ============================= pgbody ====================== */
.col .cta{
	-webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #052c14;
    box-shadow: 2px 3px 10px #052c14;
    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: 25px 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 #052c14;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #052c14;
}
.mid-page .col .cta h3{
	font-size: calc(0.8vw + 8px);
	margin: 5px 0 3px;
}
.mid-page .col-2 {
width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    }
.col-2 h4, .faq-section h4{
    font-family: "Kalam";
    font-size: 2em;
    font-weight: normal;
    }
.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:22px;
}
#footer a {
    color: #fff;
    font-weight: normal;
	}

#footer .col {
    width: 18%;
    float: left;
    padding: .5%;
    margin: 1px;
    height: 335px;
    background: #052c14aa;
    overflow-y: scroll;
    }
#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 #052c14;
	margin-top: 10px;
}
.col-3 iframe {
    width: 96%;
    margin: 0 2%;
}
h3 {
	font-size: 2em;
    text-align: center;
    margin: 2% auto;
    color: #d1a364;
    clear: both;
    }
#footer h3{
    font-size: 1.4em;
    margin: 5px 0 10px;
    text-align: left;
        color: #d3aa63;
    }    
#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%;
}
#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 #052c14;
    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: 101%;
    clear: both;
    margin: 0;
    background: #052c14aa;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 4%;
    z-index: 401;
    overflow: hidden;
        }
.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: #052c14;
    letter-spacing: 1px;
}

#footer .social .fa{
	color: #fff;
	font-size: 25px;
}
#menu{
	display:none;
}
.menu1{
    width: 65%;
    float: left;
    position: relative;
    margin-top: 66px;
    background: #030303;
    box-shadow: 0 0 8px #59c536;
}
.col .cta h4{
    font-size: calc(1.5vw + 8px);
    letter-spacing: .1vw;
}
.col-3 p{
	width:auto;
    margin: 1%;
}
.col-2 iframe{
	width: 98%;
    padding: 1%;
}
.col #contact-side {
    width: 96%;
    margin:10px 1%;
}
.blogs {
    overflow-y: scroll;
    height: 270px;
    text-align: justify;
    padding: 3px;
    font-weight: normal;
    margin-top: 10px;
    width: 90%;
    padding: 3%;
}

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: 30%;
    margin: 5px 0.5%;
    padding: 0.5%;
    text-align: center;
    background: #fff;
}
.zipcodes #locallnk li a {
    width: 100%;
}
.zipcodes li li a{
    float: none;
    width: 100%;
    text-align: left;
    min-height: auto;
}
.cntnt ol {
	padding: 3%;
	margin:1%;
    text-align: left;
    clear: both;
}
.sidemenu ul li:before {
    display: none;
}
.zipcodes li a:hover {
    background: #052c14;
    color: #ffffff;
}
ol.chk h4 {
    color: #052c14;
}
.mid-page iframe.gmap {
    margin: 15px 1.5%;
    width: 33%;
    height: 370px;
    float: right;
    border: 2px solid #052c14;
    -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%;
    -moz-box-shadow: 3px 5px 3px #B9B6B6;
    border: 2px solid #ebdaef;
    float: left;
    }
div#locallnk li {
    width: 94%;
    padding: 2%;
    background: #fff;
    margin: 1%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444444;
    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: 28%;
    display: inline-block;
    margin: .5% 2%;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
    height: 330px;
    background: #fff;
    border: solid 2px #9b9b9b;
    border-radius: 25px;
}
#svcg li{
    width: 31%;
    border: none;
    box-shadow: none;
}
ul.list-box {
    text-align: center;
    clear: both;
}
ul.list-box li img{
    width: 100%;
    transition: all 1.5s;
    vertical-align: middle;
}
.svcg{
    width: 50% !important;
}
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: #e1e1e1;
}
#footer-m #arrow{
    position: absolute;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
    padding-bottom: 8px;
    font-size: 1.5em;
    }
#footer-m {
	background: #052c14;
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 0 1%;
    height: 4%;
    color: #fff;
    z-index: 900;
    }

#footer-m .social .fa {
    margin: 2% 1%;
    font-size: 1.3em;
    color: #efe1d7;
    }
#footer-m .social {
	width: 100%;
	margin-top: 4px;
}
#footer-m .address {
	padding: 6px 0 0;
    width: 52%;
    font-size: .9vw;
    float: left;
    }
#footer-m .address .fa{
	margin-left:1%;
}
#footer-m .addr{
	display:inline;
}
#footer-m #simple-social-icons {
    position: absolute;
    right: 50px;
    width: 250px;
    top: 1%;
}
#header-m {
	background: #052c14;
    position: fixed;
    top: 0;
    width: 98%;
    padding: 0 1%;
    height: 4%;
    color: #fff;
    z-index: 900;
    }
#header-m a{
	color:#fff;
	}
#header-m .social .fa {
	margin: 1%;
    font-size: 1.5em;
}
#header-m .social {
	width: 100%;
	margin-top: 4px;
}
#header-m .address {
padding: 6px 0 0;
    width: 60%;
    font-size: 1.3em;
    margin: auto;
    text-align: center;
        }
#header-m .address .fa{
	margin-left:1%;
}
#header-m .addr{
	display:inline;
    font-size: 1em;
}
#header-m #simple-social-icons {
    position: absolute;
    right: 50px;
    width: 250px;
    top: 1%;
}

.addr_cont{
	vertical-align:top;
	line-height: 1.5;
}
.col-2 ul.list-box li.addr_cont img {
    width: auto;
    height: auto;
}
.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: 5px;
    width: 100%;
    position: absolute;
    }
ul.list-box li h4 a {
    color: #fff;
        }
ul.list-box li h4 {
    background-color: #02470170;
    display: block;
    font-size: 1.1vw;
    text-shadow: 2px 2px 2px #000;
    padding: 2% 0;
    color: #fff;
        }
ul.list-box li h4:hover {
    background-color: #837f2d75;
    color: #fff;
    transition: background-color 200ms linear;
}
.service {
width: 98%;
  margin: 0% auto 1%;
  padding: 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: 66%;
    background: #161514;
    padding: .3%;
    border: solid #cc9e4d;
    border-radius: 15px;
    transition: all 1.5s;
}
.top-rght .number .fa{
	color: #e1e1e1;
}
.top-rght label a {
    display: block;
    color: #052c14;
    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 {
    padding: 1%;
    width: 92%;
    text-align: center;
    letter-spacing: 1px;
    background: #ffffffaa;
    position: absolute;
    top: 88%;
    right: 3%;
    }
.btn2 {
	display: inline-block;
    background: #fff;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 4px 16px;
    z-index: 5;
    border-radius: 40px;
    border: solid 1px;
    float: right;
    margin: 2% 0;
    color: #ab905f !important;
    }
.slider-wrap {
  margin: 0 1%;
}
img.pimg {
    float: left;
    margin: 1%;
    padding: 0.3%;
    border: 1px solid #d7d6e8;
}
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%;
}

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: 80%;
    padding: 5px 1%;
    margin: 1% auto 2%;
}
.cntnt p {
    margin: 1%;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align: justify;
    font-family:sans-serif;
}
.ban-bg2 {
    padding: 150px 10% 110px;
    position: relative;
    text-align: center;
        }
.ban-bg2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fcc5b8 url(images/bg1.jpg) no-repeat scroll center center;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
}

.ban-bg2 p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
}    
.col iframe {
    width: 98%;
    box-shadow: 2px 3px 10px #052c14;
    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 #052c14;
    padding: 10px 0 8px;
}
.flexslider a {
    color: #fce545;
    letter-spacing: 2px;
}
.flexslider.top-review span.stars-rating5 {
    width: 120px;
    height: 20px;
    background-image: url(images/Reviews_Icons.png);
    background-position: 0 -41px;
    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 #052c14;
}
#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 #052c14;
    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 #052c14;
}
.cls {
    float: right;
    padding-left: 20px;
    visibility:hidden;
}
.mid-head {
	width: 1145px;
    position: absolute;
    left: 9%;
    top: 23px;
    padding: 0;
    overflow: hidden;
    font-size: .9em;
    font-style: italic;
    text-align: left;
}
.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 {
    text-align: left;
    margin: 0 2% 0;
    font-weight: normal;
            }
.col-2 .social {
    text-align: center;
    margin: 1%;
    font-size: 2em;
}
.flexslider.top-review div {
    display: inline-block;
    text-align: center;
    color:#fff;
}
.flexslider.top-review ul.flex-direction-nav {
    display: none;
}
.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;
}

.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;
    border: 1px solid #c3c3c3;
    display: block;
    font-size: .7vw;
    text-align: center;
}
.clr0 li a {
	color:#052c14;
}
.sidemenu li a:hover {
    background: #fff;
    color: #052c14;
}
.cntnt .sidemenu {
    width: 48%;
    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: #052c14;
    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: #79abac;
}
#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: absolute;
    z-index: 9;
    bottom: 1%;
    text-align: left;
    padding: 0;
    margin: 1%;
    padding-left: 13%;
}

div#brnds img {
    margin: .4% 1%;
    width: 10%;
    border: solid 1px #971d8d;
    }
.brnds a {
    width: 15.5%;
    float: left;
    margin: .5%;
}
.brnds img {
    width: 100%;
}
 .chk li {
	margin: 1%;
    padding: 1% 2%;
    background: #fff6f099;
    width: 85%;
    line-height: 1.5;
}
 ul.chk li:before,.cntnt .chk2 li:before {
  content: '✓';
	font-size: 1.5em;
    color: #d3ac68;
    margin: 0;
    position: absolute;
    right: 49%;
    }
.cntnt .chk2 li {
    margin: 1%;
    padding: 1%;
    background: #fff6f0;
    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: 85%;
    margin:0 auto;
}
.insurance-fm label {
    display: block;
    color: #052c14;
    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 #d1d1d1;
    padding:1.5%;
    border-radius: 4px;
    margin: 4px auto;
    color: #353535;
}
::placeholder {
    color: #353535;
}	
.insurance-fm input.btn:hover {
	background: #052c14;
    color: yellow;
    }
.insurance-fm input.btn{
	cursor:pointer;
	width:100%;
}
.insurance-fm input.btn {
    background: #052c14;
    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: 25%;
    margin: 0;
    }
.glry li img {
    width: 100%;
}
.glry1 li {
    float: left;
    width: 14%;
    margin: .5%;
    padding: .5%;
    border: solid 1px #fbbfff;
    text-align: center;
    }

.glry1 h3 {
    font-size:1em;
}
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;
    display: none;
}
div#bknw a {
    background: #37286430;
    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: #052c14;
}
div#ndlnk a{
color:#fff;
}
section{
    margin: 0% auto;
    width: 100%;
    display: inline-block;
    }

section#rview {
    display: inline-block;
    margin: 1% auto;
}
section#rview li {
    margin: 1%;
    padding: 1%;
    background: #fcefff;
    width: 46%;
    float: left;
    text-align: center;
    border-radius: 8px;
}
#rview .cntnt {
    background: #fff;
}
.zipcodes {
	width: 90%;
    margin: 1% auto;
    display: block;
}

.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%;
    width: 290px;
    margin: 1%;
}
.cntct label {
	display:inline-block;
	width:130px;
	text-align:right;
	padding:1%;
}
input.button {
    background: #e400ae;
    color: #fff;
    border: none;
    padding: 2% 6%;
}
.bxleft{
	float: right;
    width: 15%;
    margin: 1%;
    padding: 1%;
    display: inline-table;
    margin-right: 6%;
    text-align: center;
}
.bxleft img{
	max-width:100%;
}
#footer-m .address span {
        color: #fff;
}
.balloon {
  position: relative;
  height: 400px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.col-2 img {
    width: 100%;
    height: 570px;
    }
.col-2 img.btm {
    width: 100%;
    height: auto;
    margin: 5%;
    box-shadow: 0 0 8px #59c536;
}
#tp .col-2 img {
    margin-top: 0;
}
#tp .col-2 img.sub {
    margin-top: 7%;
}
#insr .btn2 {
    margin: 2%;
    margin-left: 46%;
}
img.mob {
    display: none;
}
.col-2 h4 {
    text-align: center;
}
.sidemenu {
    width: 60%;
    margin: auto;
}
#consul-dsk {
    transition: right 0.5s ease-in-out; /* Add this line */
    background-image: linear-gradient(to bottom, #052c14, #ffffff00);
    padding: 13px 0.5%;
    position: fixed;
    right: -17%;
    top: 330px;
    z-index: 500;
    width: 16%;
    display: none;
}
#consul-dsk h4{
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
}
#consul-dsk input{
	width: 96%;
    padding: 5px 1.5%;
    border: none;
    margin: 5px auto;
    border-radius: 10px;
}

i.fa.fa-bars {
    margin-left: 25px;
}
.emlprom {
	white-space: nowrap;
    float: left;
    color: #fff;
    margin-top: -8px;
    }	
#contside {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    position: absolute;
    top: 71px;
    background-color: #052c14;
    text-transform: uppercase;
    left: -110px;
    cursor: pointer;
    padding: 10px 9px 10px 34px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    width: 140px;
    }
.cls {
    float: right;
    padding-left: 20px;
    visibility:hidden;
}
input, textarea {
    width: 96%;
    padding: 1.5%;
    border: 1px solid #dedede;
    margin: 1.5% auto;
    resize: none;
    font-family: inherit;
}
div#consul-dsk p {
    color: #fff;
    text-align: center;
    background: #052c14;
}
input.btn {
    background: #052c14;
    color: #fff;
}
.gmapf {
    width: 33%;
    float: left;
    text-align: center;
    padding: 3%;
    margin: 2% 5%;
    border: solid 1px #052c14;
    background: repeating-linear-gradient(350deg, #1c969024, white 100px);
        }
.gmapf iframe {
    width: 97%;
    min-height: 300px;
    border: 5px solid #fff;
}
.gmapf h4 {
    margin: 0 auto 4%;
    font-size: 1.4em;
}
.blog {
    padding: 2%;
}
section#insr {
    margin: 1% auto;
}
#frst{
	padding-top:15%;
}
.slider-image img {
    max-width: 100%;
}
.subpg{
	margin-top:205px;
}
.col-2 ul.list-box li {
    width: 45%;
    height: auto;
}
.col-2 ul.list-box li h4{
	font-family: "copperplate", serif;
}
.col-2 ul.list-box li img {
    max-width: 100%;
    height: 280px;
}
.faq-item {
	padding: 1%;
    margin: 1%;
    background: #e8ecea;
    }
.brd{
	width:auto;
    margin: auto;
    display: block;
}
.brnd .list-box p {
    margin: 1% auto;
    padding: 1%;
    width: 95%;
    font-size: .9em;
    text-align: justify;
    letter-spacing: 1px;
}
.col-2.brnd {
    margin: 2% 0;
}
.col-2.brnd img {
    width: 85%!important;
    height: auto;
    margin: auto;
    display: block;
}
.ifm {
    width: 69%;
    height: 470px;
    margin: 5%;
    vertical-align: middle;
    box-shadow: 0 0 20px #59c536;
    }
ul.list-box.lgs li {
    width: 20%;
}
ul.list-box.lgs li img {
    height: auto;
}
ul.list-box.lgs p {
    width: 87%;
    font-size: 1.2em;
}
.img90{
	width:90%;
	margin:auto;
    display: block;
}
p.smenu {
    width: 60%;
    text-align: center;
    margin: auto;
    clear: both;
    }
p.smenu a {
	padding: .5% 1%;
    margin: 1%;
    background: #efefef;
    line-height: 2;
    width: 13%;
    display: block;
    float: left;
    }
.chk h5 {
    color: #d3ac68;
}
        .parallax-section {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
            color: white;
            padding: 20px;
        }
        .parallax-content {
            max-width: 70%;
            padding: 20px;
            background: rgb(54 71 50 / 85%);
            border-radius: 10px;
        }
        .parallax-image {
            max-width: 50%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
        .row {
            display: flex;
            width: 100%;
        }
        .row:nth-child(odd) .parallax-content {
            order: 1;
        }
        .row:nth-child(odd) .parallax-image {
            order: 2;
        }
        .row:nth-child(even) .parallax-content {
            order: 2;
        }
        .row:nth-child(even) .parallax-image {
            order: 1;
        }
	#plex{
		overflow-x: hidden;
		text-align: center;
	}
	.row.parallax-section{
	    width: auto;
	}

	#plex h2 {
	    color: #d3ac68;
	}
	section#plex a {
	    color: #f7dba9;
	}
	#subtop,.subtop{
		margin-top:8%;
	}
	.testimonial {
		width: 70%;
	    margin: 1% auto;
	    padding: 1%;
	    background: #ffffffaa;
	}
	#glry li{
		width: 16%;
	}
	ul.list-box .social {
	    font-size: 1.6em;
	}
	ul.list-box .social a{
	    margin-left:2%;
	}
	.privacy h4{
		font-size:1.2em;
		margin-top:2%;
		margin-bottom:-1%;
}
.cnt1 ul.list-box li {
    height: 540px;
    }
    .cnt1 .social {
	    margin-top: 5%;
	}
	.cnt1 .list-box p {
	    position: unset;
	}
	ul.stnsvc {
	    display: block;
	    width: 90%;
	    margin: 0 auto;
	}
	.stnsvc li {
    list-style: none;
    float: left;
    text-align: center;
    width: 18%;
    margin: .5% 1%;
    padding: .5% 2%;
    background: #ffffffaa;
	}
	div#faqs {
	    text-align: center;
	    width: 72%;
	    margin: auto;
	    background: #ffffffaa;
	    padding: 2%;
	}
	.faq-a {
	    padding: 1% 2%;
	    line-height: 1.5;
	    width: 60%;
	    margin: 1% auto;
	    background: #052c1417;
	}
	button.faq-q {
	    background: none;
	    border: none;
	    font-family: "Kalam";
	    font-size: 2em;
	    color: #b78d37;
	    cursor: pointer;
	}
@media screen and (min-width: 1260px) and (max-width: 1450px) {
	.mid-head{
		 font-size:1.5em;
	}
	#header {
	  width: 80%;
	  top: 42px;
	  left: 9%;
	}
	.nav1 a {
	  display: block;
	  padding: 5px 10px;
	  text-align: center;
	  min-width: 90px;
	}
	.nav1 a {
	  font-size: .8em;
	}
	.menu1 {
	  width: 81%;
	  margin-top: 50px;
	  margin-left: 3%;
	}
	#header-m .address {
	  padding: 0;
	  font-size: 1em;
	}
	.top-rght {
	  right: 1%;
	}
}
@media screen and (min-width: 1260px) and (max-width: 1366px) {
#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: #052c14;
    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: #052c14;
}
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: #052c14;
    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: #052c14;
}
.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.6em;
		font-weight: normal;
	}
	h3 {
	    font-size: 1.2em;
		font-weight: normal;
	}
	#wrapper {
		width: 100%;
		margin:0;
	}
	#container {
		width: 100%;
	    margin: 0 auto 17%;
	}
	#header {
	top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    }
	#header .logo {
        margin: 1% 3%;
        text-align: center;
        width: 41%;
        box-shadow: none;
	}	
	.social {
		float: none;
		margin: 7px auto;
		text-align: center;
	}
	.mid-page {
	    clear: both;
	    margin: 70px 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;
	}
#header-m {
    display: none;
}
	.col-3 iframe{
		width:90%;
		clear:both;
		margin: 4px;
		}
	.col-2 img{
	    width: 100%;
	    display: none;
	}
	.special1 ul {
		margin:0;
	}
	.special1 a {
	    display: block;
	    padding: 9px;
	    margin: 5px 0px;
	    background: #030303;
	    text-align: center;
	    font-weight: 600;
	    letter-spacing: 1.5px;
	}
	.special1 li a:hover {
        color: #fee244 !important;
        background: #484848;
	}
	.col-3 .cta {
	    margin-left: 1%;
	    width: 97%;
	}
	#menu{
		position: absolute;
		right: 4%;
		display: block;
		font-size: 24px;
		color: #fff;
		width: 34px;
		height: 34px;
		text-align: center;
		background: #052c14;
		border-radius: 4px;
		top: 19px;
	}
	.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: .9em;
        line-height: 1.5em;
        background: #f5f5f5;
	}
	.mid-page iframe.gmap,.mid-page iframe.gmapi {
	    margin: 1%;
	    padding: 1%;
	    width: 95%;
	}
	.parallax-content iframe {
		max-width: 95%;
		height: 230px;
		margin: 6% auto;
	}
	.mob{
		display:block;
	}
	ul.list-box li{
	    width: 90%;
		margin: 7px 1%;
		height: auto;
	}
	.col-2 #contact-side {
	    right: initial;
	}
	#contact-side {
	    width: 80%;
	    right: 10%;
	    }
	#contact-side .fa {
	    margin-top: -5%;
	    margin-right: -4%;
	}
	ul.list-box li h4{
		font-size:1em;
}
	.mid-page .col-box {
	    width: 94%;
	}
	.service {
	    width: 100%;
	}
	ul.list-social li img {
	    max-width: 100%;
	}
	a.btn2 {
        width: 50%;
        text-align: center;
        float: none;
        margin-left: 24%;
        margin-top: 10%;
	}
	.col-2 iframe {
	    display: none;
	}
	.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: #052c14;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 6px;
    animation: 4s infinite changec;
    z-index:901;
        	}
	.ifm {
	    width: 100%;
	}
	
	.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: #052c14;
	}
	.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, ul.list-box li h4 a,ul.list-box.sz1 li h4 a{
	    font-size: 1em;
	}
		.sidemenu li a {
	    font-size: .8em;
	}
    ul.list-box li h4 {
        font-size: .9em;
        white-space: nowrap;
    }
	span.ps2 {
	    font-size: 2em;
	}
	span.bgcta {
	    height: 160px;
	}
	ul.list-box3 li{
		width: 43%;
	}
	.lgcapimg {
	    width: 96%;
	}
	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: 2%;
	}
	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%;
	}
	div#brnds img {
    box-shadow: 0 0 3px;
}
.list-box p {
    display: none;
}
.glry li {
    width: 91%;
}
.mid-page #locallnk {
    width: 94%;
}
div#bknw {
    right: 115px;
    top: 30px;
    zoom: .7;
    }
.cntnt .chk2 li {
    width: 96%;
    }
.nomob{
	/*display:none;*/
}
div#maps iframe {
    width: 96%;
}
.cntct {
    width: 94%;
    }
	.bxleft {
	    width: 95%;
	    margin:auto;
    }
	.slider-image {
	  flex-basis: 100%;
	  width: 100%;
	  height: 75px;
	  background-repeat: no-repeat;
	  background-position: center;
	
	}
	.slider-image img {
	    height: auto;
	    width: 200px;
	}
	#insr .btn2 {
	    margin: 6%;
	    margin-left: 22%;
	    zoom: 1.5;
	}
	img.mob {
	    display: inline;
	    max-width: 100%;
	    }
.pic1 {
    width: 35% !important;
    margin: 2px 4% 0 !important;
}
	.sidemenu {
	    width: 80%;
	}
		#consul-dsk{
	    right: -77.5%;
	    top: 260px;
	    width: 77%;
	}

	.info {
	    display: none;
	}
	.gmapf {
	    width: 86%;
    }
	.col-2 h4,.faq-section h4 {
	  font-size: 1.4em;
	}
	#frst {
	    padding-top: 0;
	}
	.subpg {
	    margin-top: 95px;
	}
	.col-2 ul.list-box li {
	    width: 100%;
	}
	.col-2 h2 {
	    white-space: unset;
	    font-size: 1.3em;
	}
	p.smenu {
	    width: 65%;
	}
	p.smenu a {
	    margin: 2% auto;
	    width: 97%;
	}
	ul.chk li:before, .cntnt .chk2 li:before {
	    right: 93%;
	}
	.chk li {
	    margin: 4%;
	    margin-left: 7%;
	}
	.parallax-section {
	    height: 110vh;
	}
	.parallax-content {
	    max-width: 88%;
    }
	#glry li{
		width: 98%;
	}
	.stnsvc li {
		width:90%;
		margin: 4% 1%;
	}

}
@media print{
.menu1{
    display: none;
}
}