﻿ @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 #042502;}
    100%    {box-shadow: 0px 0px 5px #eff7f7;}
    }
/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}


html {
	margin:0;
	padding:0;
}
body {
	font-family:"Quattrocento Sans", Sans-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: #042502;
    text-align: center;
    z-index: 901;
    position: relative;
    color: #fff;
    right: 4px;
        }
h2 {
    color: #042502;
    margin: .5%;
    font-size: 2.1em;
    font-weight: normal;
    }
    .col-2 h2 {
	font-size: 1.6em;
    }
h4 {
    color: #547d0f;
}
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 #042502 1px;
    box-shadow: 0 0 8px #042502;
    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 #042502;
    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: #002502;
	background-repeat: repeat;
	transition: all 1.5s;
	left: 14%;
	border-radius: 20px;
	background-repeat: round;
	box-shadow: 0 0 18px 0 #ffffff;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    }
#header .logo {
    margin: 0;
    float: left;
    text-align: center;
    padding: 0;
    /* box-shadow: 0 0 50px #b8fb24; */
    }
    #header .logo a{
        display: inline-block;
    }
#header .logo img{
    max-width: 270px;
}
.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 #042502;
    box-shadow: 2px 3px 10px #042502;
    text-align: center;
    padding: 5px 2%;
    font-size: 15px;
    width: 96%;
    margin: 5% auto;
    background: rgba(255,255,255,.7);
 }
 /* ============================= nikshit cssstart====================== */
 strong.loc {
    display: none;
}
 .for-bg{
    background-color: #ebfbbc;
}
.white-bg .cntnt p{
    color: #000;
}
.for-green{
    background-color: #ebfbbc;
    padding-top: 100px !important;
}
.for-green h4{
    color: #000 !important;
}
#tp .cntnt h4{
    color: #000;
    margin: 10px 0;
}
.cntnt h2, .service h3,  #tp .cntnt h4{
    font-family: "Manrope", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 130%;
    color: #002502;
    text-align: start;
}
.service h3{
    text-align: center;
}
.content-space{
    margin-bottom: 20px;
}
.content-space h2{
    font-family: "Manrope", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 130%;
    color: #002502;
}
.parallax-content .col-2{
    text-align: start;
}
.parallax-section.faq{
    padding-top: 120px;
}
.contact h2{
    text-align: center;
}
.cntnt.privacy{
    max-width: 870px;
    margin: 0 auto;
}
.cntnt.privacy h3{
    text-align: start;
}
.cntnt.privacy li{
    padding: 10px 0;
}
.banner-content{
    padding-left: 180px;
}
.banner-content p, .banner-content h4{
    max-width: 470px;
}
.video-sec{
    padding-right: 80px;
}
.thank-you h2, .thank-you p{
    text-align: center !important;
}
.nav1 a{
    min-width: auto !important;
    padding: 5px 20px !important;
}
.nav1 a.active, nav.nav1 li.active-parent > a{
    background: #021001;
    color: #b8fb24;
    text-shadow: 0 0 6px #fff;
}

.list-box.contact-page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.for-jot {
    padding: 160px 0 80px 0 !important;
}
.submenu-toggle{
    display: none;
}
.youtube-video img{
    height: auto !important;
    object-fit: none;
    margin-left: 30px;
}
.youtube-video .iframe-video{
    position: relative; width: 100%; height: 100%; cursor: pointer;
}
.youtube-video .iframe-video .youtube-icon{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.youtube-video .iframe-video .youtube-icon img{
    transition: all 0.3s ease-in-out;
}
/* .youtube-video:hover .iframe-video .youtube-icon img{
    opacity: 1; visibility: visible;
} */

.why-sec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Grid container */

.why-mindshare{
    margin-bottom: 60px;
}

.why-mindshare .container{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: stretch;
  }
  
  /* Feature box styling */
  .feature-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 1px solid #052502;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .feature-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  
  .feature-box h3 {
    font-size: 24px;
    color: #052502;
    margin-bottom: 00px;
    line-height: 140%;
  }
  
  .feature-box p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #052502 !important;
  }

  .location-main{
    width: 100%;
    display: inline-block;
    height: 100%;
    background-image: url(images/mindshare-website-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .locations-map{
    max-width: 1350px;
    margin: 50px auto;
    display: flex;
    padding: 0 15px;
  }

  .locations-map .our-map{
    height: auto !important;
    border: none !important;
  }

  .locations-map .our-map, .locations-map .twn-links{
    width: 50% !important;margin: 0 !important;float: unset !important;
  }
  .locations-map .twn-links{
    background-color: #052502;
    border: none !important;
  }
  .locations-map .twn-links h3{
    color: #fff;
  }
  .locations-map .all-loc li{
    width: 90% !important;
    background-color: transparent !important;
    padding: 2px !important;   
  }
  .locations-map .all-loc li a{
    color: #EAFBBC;
    display: inline-block;
    width: 100%;
    background-color: #032502 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0.5px solid #ebfbbc;
    padding: 10px;
    transition: all 0.5s ease-in-out;
  }
  .locations-map .all-loc li a:hover{
    background-color: #102e0ff2 !important; 
    color: #ffffff;
  }

 /* ============================= nikshit css end ====================== */
/* ============================= Content ====================== */
    .mid-page{
	width: 100%;
    margin: 25px auto 20px;
    margin-bottom: 0 !important;
}
.mid-page .col {
    width: 20%;
    float: left;
    margin: 10px 1% 5px;
}
.mid-page .col .cta.cta-pp img{
    width: 90%;
    border: 4px solid #042502;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #042502;
}
.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 {
	font-family:"Quattrocento Sans", Sans-serif;
    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;
    display: inline-block;
    margin: 3px 0;
	}

#footer .col {
    width: 18%;
    float: left;
    padding: .5%;
    margin: 1px;
    height: 335px;
    background: #042502;
        }
#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 #042502;
	margin-top: 10px;
}
.col-3 iframe {
    width: 96%;
    margin: 0 2%;
}
h3 {
	font-size: 1.8em;
    text-align: center;
    margin: 2% auto;
    color: #717171;
    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: 94%;
    padding: 2%;
    margin: 1%;
    }
#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 #042502;
    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: #042502;
    color: #fff;
    display: none;
    position: fixed;
    bottom:5%;
    z-index: 401;
    overflow: hidden;
    padding: 10px 0;
        }
.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: #042502;
    letter-spacing: 1px;
}

#footer .social .fa{
	color: #fff;
	font-size: 25px;
}
#menu{
	display:none;
}
.menu1{
	/* width: 75%; */
  float: left;
  position: relative;
  margin-top: 0;
  /* background: #042502; */
  padding-left: 80px;
    }
.col .cta h4{
    font-size: calc(1.5vw + 8px);
    letter-spacing: .1vw;
}
.col-3 p{
	width:auto;
    margin: 1%;
}
.col-2 iframe{
	width: 100%;
    padding: 1%;
    margin-left: 30px;
}
.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 ul{
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
.zipcodes li {
    list-style: none;
}
.zipcodes li a{
    color: #EAFBBC;
    float: left;
    width: 30%;
    margin: 5px 0.5%;
    padding: 13px 8px;
    text-align: center;
    background: #032502;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0.5px solid #ebfbbc;
}
.cntnt ol {
	
    text-align: left;
    clear: both;
}
.sidemenu ul li:before {
    display: none;
}
.zipcodes li a:hover {
    background-color: #102e0ff2;
    color: #ffffff;
}
ol.chk h4 {
    color: #042502;
}
.mid-page iframe.gmap {
    margin: 15px 1.5%;
    width: 33%;
    height: 370px;
    float: right;
    border: 2px solid #042502;
    -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: #000;     display: flex
    ;
        align-items: center;
        justify-content: center;}

#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: 20%;
    display: inline-block;
    margin: 1% 2%;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
    /* height: 300px; */
    background: #fff;
    border: solid 2px #fff6f0;
    }
#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: #042502;
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 0 1%;
    height: 5%;
    color: #fff;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

#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: #042502;
    position: fixed;
    top: 0;
    width: 98%;
    padding: 0 1%;
    height: 36px;
    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: .7em;
}
#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: #0d0d0d70;
    display: none;
    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: #042502;
    padding: .3%;
    border: solid #b9fc24;
    border-radius: 15px;
    transition: all 1.5s;
}
.top-rght .number .fa{
	color: #e1e1e1;
}
.top-rght label a {
    display: block;
    color: #042502;
    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: 3% auto;
    padding: 1%;
    width: 84%;
    font-size: .9em;
    text-align: center;
    letter-spacing: 1px;
}
.btn2 {
    display: inline-block;
    background-color: transparent;
    padding: 15px 20px;
    z-index: 5;
    border: solid 1px;
    color: #002502;
    border: 1px solid #002502;
    transition: all 0.3s ease-in-out;
    }
    .btn2:hover{
        background-color: #002502;
        color: #B7FB00 !important;
        border-color: #B7FB00;
    }
.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;
}
#tp .cntnt{
    width: 80%;
    margin: 0 auto;
}
.cntnt{
	width: 90%;
    padding: 5px 1%;
    margin: 0 30px;
}
.cntnt p {
    margin:30px 0;
    line-height: 1.5em;
    font-size: 16px;
    text-align: start;
    color: #000;
}
.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 #042502;
    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 #042502;
    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 #042502;
}
#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 #042502;
    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 #042502;
}
.cls {
    float: right;
    padding-left: 20px;
    visibility:hidden;
}
.mid-head {
    display: none;
    width: 1195px;
    position: absolute;
    left: 15%;
    top: 3px;
    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 {
    font-size: 2.7vw;
    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:#042502;
}
.sidemenu li a:hover {
    background: #fff;
    color: #042502;
}
.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: #042502;
    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;
}

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: #042502;
    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: #042502;
    color: yellow;
    }
.insurance-fm input.btn{
	cursor:pointer;
	width:100%;
}
.insurance-fm input.btn {
    background: #042502;
    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: #042502; */
    display: flex;
    align-items: center;
    gap: 10px;
}
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: 100%;
    display: inline-block;
    height: 100%;
    padding: 50px 0;
    background-image: url(images/mindshare-website-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}
.nav1 li ul.frmdd {
    width: 240px;
}
.nav1 li ul.frmdd li{
	width:100%;
}
.balloon {
  position: relative;
  height: 400px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#plex .col-2 img {
    width: 85%;
    height: 570px;
    object-fit: contain;
    }
.col-2 img {
    width: 100%;
    }
#tp{
    background-color: #ebfbbc;
    display: inline-block;
    width: 100%;
    }
#tp .col-2 img {
    margin-top: 0;
    height: 740px;
    margin-bottom: -4px;
}
#insr .btn2 {
    margin: 2%;
    margin-left: 46%;
}
img.mob {
    display: none;
}

.sidemenu {
    width: 60%;
    margin: auto;
}
#consul-dsk {
    transition: right 0.5s ease-in-out; /* Add this line */
    background-image: linear-gradient(to bottom, #042502, #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: #042502;
    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;
}
label {
    margin-top: 4%;
    display: block;
}
input, textarea {
    width: 90%;
    padding: 1.5%;
    border: 1px solid #dedede;
    margin: 1.5% auto;
    resize: none;
    font-family: inherit;
    clear: right;
    display: block;
    }
input[type=file] {
    margin-left: 25%;
    margin-bottom: 4%;
    border: none;
}
div#consul-dsk p {
    color: #fff;
    text-align: center;
    background: #042502;
}
input.btn {
    background: #042502;
    color: #fff;
}
.gmapf {
    width: 33%;
    float: left;
    text-align: center;
    padding: 3%;
    margin: 2% 5%;
    border: solid 1px #042502;
    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:17%;
    padding-bottom: 50px;
}
.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: 2% 1%;
}
.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: 100%;
    height: 1300px;
    margin: 0;
    border: none;
    vertical-align: middle;
}
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:40px 20px;
}
.parallax-section h4{
    color: #000;
    margin: 10px 0;
    text-align: start;
    font-size: 30px;
}
.parallax-content {
    max-width: 70%;
    padding: 20px;
    /* background: rgba(0, 0, 0, 0.6); */
    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 p {
color: #4e4747;
}

section#plex a {
color: #000;
}
#plex p a{
color: #032502 !important;
font-weight: 600;
}
#subtop,.subtop{
margin-top:8%;
}
.rev li{
margin: 1% 0% 4% 1%;
background: #002503;
padding: 2%;
list-style: none;
color: #ffffff;
}
.cnt1 ul.list-box li {
    overflow: auto;
    /*height: 550px;*/
    width: 37%;
    margin: 1%;
}

.cnt1.qoute-page ul.list-box li{
    overflow: auto;
    /*height: 550px;*/
    width: 50%;
    margin: 1%;
}

ul.list-box .social {
font-size: 1.6em;
}

.cnt1 .social {
    margin-top: 5%;
    margin-right:1%;
}
.cnt1 .social a{
    color: #042502;
    margin: 1%;
}
.section {
    background-color: #ebfbbc;
        padding:60px 20px;
    }
    
    .section__container {
        max-width:1320px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .section__title {
        color: #042502;
        font-size: 20px;
        margin-bottom: 15px;
        text-align: start;
    }
    
    .section__subtitle {
        color: #b7fb00;
        font-size: 20px;
        text-align: start;
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .section__text {
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    /* Grid Styles */
    .grid {
        display: grid;
        gap: 20px;
    }
    
    .grid--2 {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }
    
    .grid--3 {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    
    .grid__item {
        background-color: #042502;;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .grid__item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    .grid__list {
        /* list-style: none; */
        margin: 10px 0;
    }
    
    .grid__list-item {
        margin-bottom: 17px;
        position: relative;
        color: #EAFBBC;
    }
    .grid__list-item a svg{
        width: 17px;
        height: 17px;
        fill: #ffffff;
        transition: fill 0.3s;
    }
    
    
    .grid__link {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
        gap: 10px;
        letter-spacing: 0.3px;
    }
    
    .grid__link:hover {
        color: #cde765;
    }
    
    /* CTA Styles */
    .cta {
        text-align: center;
        background-color: #ebfbbc;
        padding: 60px 20px;
    }
    
    .cta__title {
        font-family: "Manrope", Sans-serif;
        font-size: 34px;
        font-weight: 600;
        line-height: 130%;
        color: #002502;
        margin: 0 0 30px 0;
    }
    
    .cta .section__text{
        line-height: 1.5em;
        font-size: 17px;
        color: #002503;
        max-width: 900px;
        margin: 15px auto;
    }
    
    .cta__button {
        display: inline-block;
        padding: 15px 30px;
        background: linear-gradient(135deg, #cde765 0%, #b8d94e 100%);
        color: #0f2605;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-decoration: none;
        border-radius: 6px;
        margin-top: 20px;
        transition: transform 0.3s ease, background 0.3s ease;
    }
    
    .cta__button:hover {
        background: linear-gradient(135deg, #b8d94e 0%, #a3c936 100%);
        transform: scale(1.05);
    }
    
    /* Footer Styles */
    .footer {
        background: #0f2605;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 0.9rem;
    }
    
    .footer__text {
        margin: 5px 0;
    }
    
    .footer__link {
        color: #cde765;
        text-decoration: none;
    }
    
    .footer__link:hover {
        color: #fff;
    }
    .our-section{
        background-color: #002503;
        padding: 60px 15px;
        background-image: url(images/about-us-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        
    }
    .our-section .section__container{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.section_divide{
    width: 42%;
    display: inline-block;
    background-color: #052502;
    padding: 33px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 7px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1.5px solid #b7fb00;
}
.section_divide .our-icon{
        text-align: start;
}
.section_divide .section__title , .what-we-section .section__title{
    font-size: 32px;
    margin: 20px 0;
    font-weight: 600;
}
.section_divide .section__title{
    color: #b7fb00;
    font-weight: 500;
}
.section_divide .section__text{
    line-height: 140%;
    margin-bottom: 0;
    text-align: start;
    letter-spacing: 0.3px;
}
.section_divide:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.what-we-section .section__title{
    text-align: center;
    margin-bottom: 30px;
}
.list-sec{
    list-style: disc;
    padding-left: 20px;
    margin: 30px 0;
    
}
.list-sec .list-item{
    color: #0f2605;
    margin: 15px 0;
    font-size: 17px;
    line-height: 150%;

}
.height-remove img{
    height: auto !important;
}

.about-sec .about-img{
    height: 740px;
    text-align: center;
    background-color: #002502;
}
.about-sec h2{
    font-size: 30px;
}
.about-sec .about-img img{
    width: 700px;
    height: 600px !important;
    margin-top: 120px !important;
    object-fit: cover;

}

.faq-accordion {
    max-width: 600px;
    margin: 25px auto;
}

.faq-accordion-item {
background-color: #002502;
border: 1px solid #004a02;
margin-bottom: 10px;
border-radius: 6px;
overflow: hidden;
}

.faq-accordion-header {
padding: 15px 20px;
cursor: pointer;
font-size: 18px;
color: #fff;
background-color: #002502;
position: relative;
}

.faq-accordion-header::after {
content: '+';
position: absolute;
right: 20px;
font-size: 20px;
transition: transform 0.3s;
}

.faq-accordion-item.active .faq-accordion-header::after {
content: '-';
}

.faq-accordion-content {
max-height: 0;
padding: 0 20px;
overflow: hidden;
background-color: #003303;
color: #ffffff;
transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-accordion-item.active .faq-accordion-content {
max-height: 500px; /* Adjust based on expected content */
padding: 15px 20px;
}
.faq-accordion-content p{
color: #fff !important;
margin: 10px 0;
}
a.hover-remove.active {
    background: transparent !important;
    color: #fff !important;
    text-shadow: none !important;
}
@media (max-width:1600px){
    .about-sec .about-img img{
        width: 670px;
        height: 550px !important;
        object-fit: contain;
    
    }
    .parallax-content{
        max-width: 100%;
    } 
    .banner-content {
        padding-left: 50px;
        margin-top: 50px;
    }
    .menu1{
        padding-left: 40px;
    }
    .nav1 a{
        min-width: auto !important;
    }
    #header {
        width: 80%;}
    div#ndlnk a, .slg{
        color:#fff;
        font-size: 12px;
        }

}
@media (max-width:1365px){
    .about-sec .banner-content{
        padding-left: 0;
        margin-top: 0;
    }
    .about-sec .about-img{
        height: 680px;
    }
    .about-sec .about-img img{
        width: 100%;
        object-fit: contain;
    
    }
    .section_divide{
        width: 37%;
      }
      .section_divide .section__title, .what-we-section .section__title{
        font-size: 28px;
        margin-bottom: 20px;
      }
      #footer-m .address{
        width: 30%;
        font-size: 14px;
    }
    .top-rght{
        position: static;
        order:1 ;
        display: none;
    }
  }
@media (max-width:1199px){
.nav1 a{
    padding: 5px 10px !important;
}
.for-jot {
    padding: 80px 0 !important;
}
.cnt1 ul.list-box.contact-page li{
    width: 45%;
}
ul.list-box li{
    width: 35%;
    height: auto;
}
.parallax-content{
    max-width: 100%; 
    padding: 0;
}
.parallax-section h4{
    font-size: 26px;
}
.footer-m{
    padding: 10px 0;
}
#footer-m #simple-social-icons{
    width: 180px;
}
#footer-m .address,div#ndlnk a, .slg{
    font-size: 12px;
}
#footer-m{
    padding: 10px;
}
.nav1 a {
    min-width: auto !important;
    padding: 5px 10px;
}
#header{
    width: auto !important; 
    border-radius: 0 !important;
    position: static;
}
.menu1{
    padding-left: 20px;
}
.mid-page{
    margin: 0 !important;
}
.for-green{
    padding: 20px !important;
}
.video-sec {
    padding-right: 40px;
}
.zipcodes{
    padding: 50px 0 80px 0;
}
.section__container{
    padding: 0;
}
}   
@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: 70px;
	}
	.nav1 a {
	  font-size: .8em;
	}
	.menu1 {
	  width:auto;
	  margin-top: 0;
	  margin-left: 3%;
	}
	#header-m .address {
	  padding: 0;
	  font-size: 1em;
      padding-top: 10px;
	}
	.top-rght {
	  right: 1%;
	}
    .about-sec .about-img{
        height: 660px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1366px) {
#header .logo {
    margin: 0;
}
.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;
    width: auto;
}
.ban-bg2 p {
    width: 80%;
}
.mid-head {
    font-size: 1vw;
}
.top-rght {
    min-width: 200px;
}
.parallax-content{
    max-width: 90%;
}
.mid-page #locallnk, .mid-page iframe.gmap {
    margin-bottom: 70px;
}
}
@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: 0;
}
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%;
}
.parallax-content{
    max-width: 90%;
}
.mid-page #locallnk, .mid-page iframe.gmap {
    margin-bottom: 70px;
}
}
@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: #042502;
    border-radius: 4px;
}

nav.nav1 {
    width: 100%;
    letter-spacing: normal;
}
.nav1 a {
    padding: 1.5% 10px !important;
}
.nav1 li ul a {
    color: #042502;
}
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: 0;
}
.mid-head {
    right: 0%;
    font-size: 1.5vw;
}	
.sidemenu li a,.cntnt p {
    font-size: 1em;
}
ul.it4 li {
    width: 43%;
}
.zipcodes li a {
    font-size: 16px;
}
.cntnt {
    width: 92%;
    padding: 5px 00;
}
#header {
    min-height: 75px;
}
.mid-page #locallnk, .mid-page iframe.gmap {
    margin-bottom: 70px;
}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 812px) {
#header .logo {
    width: 38%;
    margin: 0;
}
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%;
}

.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: #042502;
    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%;
}

.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: #042502;
}
.cta {
    zoom: .75;
}
.mid-page iframe.gmap {
    width: 95%;
    height: 230px;
}
.mid-page #locallnk, .mid-page iframe.gmap {
    width: 45%;
    font-size: .8em;
    margin-bottom: 70px;
}
.youtube-video img{
    margin: 0;
}
}

@media only screen and (max-width:812px){
   .col-2 img{
        display: none;
    }
}
@media (max-width:1024px){
    .list-box.contact-page{
        display: unset;
    }
    .cnt1 ul.list-box.contact-page li{
        width: 98%;
        height: 529px;
    }

    .banner-content {
        padding-left: 0;
        margin-top: 0;
    }
    #menu{
        top: 0;
        right: 50px;
        left: unset;
    }
    .menu1{
        display:none;
        background-color: #052402;
        padding: 1% 0 1% 0;
        width: 300px;
        position: absolute;
        top: 100px;
        right: 40px;
        z-index: 99;
    }
    .callnow{
		display:block;
	}
    .callnow a {
        position: fixed;
        bottom: 7%;
        right: 8%;
        padding: 2%;
        background: #042502;
        color: #fff;
        border-radius: 7px;
        letter-spacing: 6px;
        animation: 4s infinite changec;
        z-index:901;
                }

    .cntnt h2, .service h3, .content-space h2, #tp .cntnt h4{
        font-size: 28px;
    }
    #tp .cntnt h4{
        font-size: 26px;
    }
    #frst{
        padding-top: 30px ;
    padding-bottom: 30px;
    }

    .parallax-section.faq{
        padding: 40px 20px;
    }
    .zipcodes li a{
        width: 46%;
    }
    /* Submenu toggle icon */
    .nav1 .active-parent .submenu-toggle{
        color: #fff;
    }
.submenu-toggle {
    cursor: pointer;
    font-size: 24px;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    color: #021001;
    display: block;
    width: 40px;
  }
  .nav1 ul li{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .nav1 ul li ul li{
    display: block;
    padding: 3px;
    margin: 0;
  }
  /* Hide submenus by default */
  .nav1 li > ul {
    display: none;
    padding-left: 20px;
    background: #e5f2d6; /* Light green background for submenu */
    border-top: 1px solid #ccc;
    z-index: 9 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: transparent !important;
    box-shadow: none;
    width: 86%;
  }
  
  /* When open */
  .nav1 li.submenu-open > ul {
    display: block;
    
  }
  
  /* Submenu list items */
  .nav1 li ul li {
    padding: 8px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  
  /* Optional: better alignment */
  .nav1 li > a {
    display: inline-block;
    width: 85%;
    color: #000;
    text-decoration: none;
  } 

}
@media only screen and (max-width: 767px) {
    .video-sec {
        padding-right: 00px;
    }
    .faq-main .cntnt {
        padding: 0 !important;
    }
    .faq-accordion-header{
        padding: 15px 30px 15px 20px;
    }
    .faq-accordion-header::after{
        top: 50%;
    transform: translateY(-50%);
    }
    .youtube-video img{
        margin-left: 0;
        margin-top: 20px;
        display:block  !important;
    }
    .zipcodes li a{
        width: 96%;
    }
    .loc{
        background-color: #042502;
        text-align: center;
        color: #fff;
        width: 100%;
        padding-bottom: 5px;
        display: none;
    }
    .blogs{
        height: auto;
        padding: 0;
    }
	.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: auto !important;
    left: 0;
    border-radius: 0;
    height: 65px;
    }
	#header .logo {
        margin: 0;
        text-align: center;
        width: 41%;
        box-shadow: none;
	}	
	.social {
		float: none;
		margin: 7px auto;
		text-align: center;
	}
	.mid-page {
	    clear: both;
	    margin: 54px 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: 0 !important;
	    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: 32px;
        color: #fff;
        width: 54px;
        height: 54px;
		text-align: center;
		background: #042502;
		border-radius: 4px;
        top: 20px;
        right: 30px;
	}
	.menu1{
		display:none;
	    padding: 2%;
	    width: 50%;
	    float: none;
	    margin: 0;
	    clear: left;
	    margin: 4% auto;
	    border-radius: 7px;	
        top: 80px;
    }
	nav.nav1 {
	    width: 100%;
	}
    #footer{
        display: flex;
        flex-wrap: wrap;
    }
	#footer .special1 {
	    width: auto;
	}
	#gallery li {
	    width: 96%;
	}

	.mid-page iframe.gmap,.mid-page iframe.gmapi {
	    margin: 1%;
	    padding: 1%;
	    width: 95%;
	}
	.parallax-content iframe {
	    max-width: 100%;
	    height: 350px;
	}
	.mob{
		display:block;
	}
	ul.list-box li{
	    width: 45%;
		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 {
       
        text-align: center;
        float: none;
	}
	.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;
	}


	.ifm {
	    width: 100%;
	}
	
	.ban-bg2 {
	    padding: 5px 1%;
	}
	h3.sp1,.col-2 h3,.col .cta h4 {
	    font-size: 1.1em;
	    margin: 3% auto;
	}
    .content-space{
        margin-bottom: 0px;
    }
    .parallax-section{
        padding: 20px 10px;
    }
	.cntnt {
        width: 100%;
        padding: 10px;
        margin: 0 auto;
	}
    .col-2 iframe{
        margin: 20px auto 0;
    }
	.cntnt p {
	    margin: 15px 0;
	    width: 100%;
        font-size: 14px !important;
	}
	.cntnt .sidemenu  {
	    width: 98%;
	}
	ul.txlist2 li {
	    margin: 3px 0 2px 7%;
	}
	.nav1 li ul a {
	    color: #042502;
	}
	.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: 73%;
	}
	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;
}

.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;
	}
	
.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 {
	  font-size: 1.4em;
	}
	#frst {
	    padding-top: 50px;
	}
	.subpg {
	    margin-top: 95px;
	}
	.col-2 ul.list-box li {
	    width: 100%;
	}
	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-content {
	    max-width: 100%;
        padding: 0;
    }
    .cnt1 ul.list-box li {
	    width: 97% !important;
	    height: auto;
	}
    .location-heading{
        background-color: #042502 !important;
        color: #fff !important;
        right: 0;
    }
    .zipcodes{
        padding: 30px 0;
        margin-bottom: -5px;
    }
    .contact h2{
        font-size: 20px;
    }
    .section__title { font-size: 1.5rem; }
    .cta__title { font-size: 24px; }
    .header__nav-link { margin: 0 10px; font-size: 0.9rem; }
    .grid--2, .grid--3 { grid-template-columns: 1fr; }
    .section_divide{width: auto;}
    .section{
        padding: 40px 15px;
    }
    .section_divide .section__title, .what-we-section .section__title{
        font-size: 24px;
        margin-bottom: 20px;
    
    }
    .cta{
        padding: 40px 15px;
    }

    .locations-map{
        flex-direction: column;
    }
    .locations-map .our-map, .locations-map .twn-links{
        width: 100% !important;
    }
}

@media (max-width:575px){
    .zipcodes li a{
        font-size: 14px;
    }
    ul.list-box li{
        width: 96%;
    }
}
@media (max-width:480px){
    .menu1{
        width: 90%;
        top: 90px;
        right: 15px;

    }
    .section__title { font-size: 1.3rem; }
    .header__title { font-size: 1.6rem; }
    .cta__button { padding: 12px 20px; }
}

@media print{
.menu1{
    display: none;
}
}

.service-h2{
    text-align: center;    
    font-family: "Manrope", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 130%;
    color: #002502;
}
@media (max-width: 1680px){
    .service-h2{
        margin-top: 100px;
    }
}
@media (max-width: 1199px) {
    .service-h2{
        margin-top: 0px;
        font-size: 28px;
    }
}