/** blue 2f89c8 **/
/** orange d44d01 **/
:root {
  --blue-color: #2f89c8;
  --orange-color: #d44d01;
}
*{
    box-sizing:border-box;
}
body{
    background-color: #e7e7e7;
    margin:0;
    padding:0;
}
html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Poppins", sans-serif;
    color:#333;
}
strong{
  font-weight:600;
}
h1{
  color: #333;
}
a{
  color: var(--orange-color);
}
.page{
    background:#fff;
    text-align:left;
    margin:auto;
    font-size:18px;
    box-shadow:0 0 30px rgba(0,0,0,0.2);
  max-width:1400px;
}
.pagewidth{
  max-width:1400px;
  margin:auto;
}
.business-hours{
margin-bottom:1em
}
.business-hours .hours{
  display:flex;
}
.business-hours .hours:last-child{
  border-bottom:none;
}
.business-hours .hours .day{
  width:105px;
}
.logo-tagline{
  text-align:left;
  width:100%;
  font-style:italic;
  font-size:19px;
}
.logo-wrapper{
  display:flex;
  max-width:350px;
  flex-wrap:wrap;
  text-align:center;
}
.logo-wrapper a{
  line-height:0;
  display:inline-block;
  margin:auto;
}
.logo-wrapper img{
  width:100%;
  max-width:350px;
}
.home-location-grid{
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff;
  padding:2rem;
  border-radius:1rem;
  border:2px solid #d64b05;
  margin-top:3rem;
}
.home-location-section{
  background-color:#fff;
}
.hlg-text-cell{
  color:#d64b05;
  font-weight:700;
  line-height:140%;
}
.vispatvac-grid{
  text-align:center;
}
.vispatvac-icon img{
  max-width:80px;
}
.vispatvac-grid .cellwrapper{
  background-color:#fff;
  max-width:400px;
  margin-left:0.5rem;
  margin-right:0.5rem;
  border-radius:0.5rem;
  border-top:2px solid #710000;
  border-bottom:2px solid #710000;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
.vispatvac-heading{
  color: #232323;
  font-size:1.5rem;
  font-weight:bold;
  text-transform:uppercase;
}
.vispatvac-text{
  padding-left:1rem;
  padding-right:1rem;
}
.topnav-wrapper{
  background: #2f89c8;
  text-align: center;
  border-top:1px solid #e2e2e2;
  box-shadow:0 2px 4px rgba(0,0,0,0.3);
  position:relative;
  z-index:10;
}

.nav {
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
}

.dropbtn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: none;
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.dropbtn:hover {
    color: #fff;
}

.dropbtn .fa {
    margin-left: 0.25rem;
    font-weight: normal;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    z-index: 10002;
}

.ddcon-col {
    width: 200px;
}

.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    color: #fff;
    background-color: #d44d01;
    min-width: 275px;
    z-index: 101;
    opacity: 0;
}



/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    font-weight: normal;
    line-height: 120%;
    font-size: 16px;
}


.dropdown-content a:hover {
    background-color: #d44d01;
    font-weight: 600;
    padding-left: 1.25rem;
    transition: padding 0.15s linear;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    text-align: left;
    opacity: 1;
    animation: fade 0.2s linear;
}

.dropdown:hover .dc-widenav{
    display:flex;
    flex-wrap:wrap;
}

.dropdown-content.dc-widenav {
    width:820px;
}
.dropdown-content.dc-widenav a{
    width:33.333%;
}
.dropdown:hover .dc-widenav {
    margin-left:-100px;
}


.dropdown:hover {
    background-color: #d44d01;
    animation: fade 0.2s linear;
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}



.header-main .pagewidth{
  display:flex;
  padding:1rem;
  position:relative;
}
.header-right{
  width:100%;
  text-align:right;
  padding-top:0.3rem;
}
.callustxt{
  color: #333;
  font-size:1.59rem;
  padding-right:0.75rem;
}
.header-right-tagline{
  color: #333;
  display:inline-block;
  font-size:1.01rem;
  border-top: 1px solid #333;
  font-weight:100;
  text-transform:uppercase;
}
.header-phone i{
  padding-right:0.25rem;
}
.header-phone a{
  font-family:"Poppins", sans-serif;
  color: #333;
  font-weight:600;
  text-decoration:none;
  font-size:1.5rem;
  line-height:100%;
  margin-top:0.25rem;
  display:inline-block;
}
.header-phone .fa{
  margin-right:0.5rem
}
.book-appointment{
  margin-top:0.5rem;
  bottom:1rem;
  right:1rem;
}
.ft-line4 .book-appointment a{
  background-color:#ef870e;
  border-color:#ef870e;
}
.ft-line4 .book-appointment:hover a{
  background-color:#fff;
  border-color:#ef870e;
  color:#ef870e;
}
.book-appointment a{
  display:inline-block;
  background-color: var(--orange-color);
  color: #fff;
  min-width:200px;
  padding:0.25rem 2rem;
  border-radius:10rem;
  text-decoration:none;
  font-weight:600;
  text-align:center;
  border: 2px solid var(--orange-color);
}
.book-appointment a:hover{
  color:#1e572c;
  background-color:#fff;
}
.topnav{
    display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  width:100%;
    max-width:1400px;
  gap:1px;
}
.tn-cell{
  text-align:center;
  flex-grow:1;

}
.tn-cell:last-child{

}
.tn-cell a{
    display:block;
  width:100%;
    padding:0.5rem 0.75rem;
    color: #ffffff;
  font-weight:600;
    text-decoration:none;
    background-color:var(--blue-color);
  text-transform:uppercase;
  
}
.tn-cell a:hover{
    background-color:var(--orange-color);
  color:#fff;
    transition: background-color 0.25s ease-out;
}
.header-message{
  background-color:rgba(0,0,0,0.4);
  color:#fff;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:1rem 0;
  z-index:1;
}
.headmess-text{
  width:100%;
  text-shadow:1px 1px 1px rgba(0,0,0,1);
  margin-bottom:2rem;
}
.headmess-no-quote-button .headmess-text{
  width:100%;
  text-align:center;
}
.headmess-button{
  text-align:center;
}
.headmess-button a{
  display:inline-block;
  padding:0.75rem 1.5rem;
  background:var(--orange-color);
  color:#ffffff;
  text-decoration:none;
  border:1px solid #ffffff;
  margin:auto;
  font-weight:600;
  letter-spacing:1px;
  line-height:100%;
  border-radius:0.5rem;
}
.headmess-button a:hover{
  color:#ce4705;
  background-color:#fff;
}
.headmess-button i{
  font-size:1.75rem;
  vertical-align:middle;
  margin-right:0.25rem;
}
.headm-text-line1{
  font-size:2.5rem;
  line-height:120%;
  font-weight:600;
  letter-spacing:2px;
}
.headm-text-line2{
  font-size:1.75rem;
  line-height:120%;
  font-weight:200;
}
.header-message .pagewidth{
  text-align:center;
  max-width:1000px;
  position:relative;
  z-index:100;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
}

.formula-information-grid{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.formula-information-section h2{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.fis-intro-section{
  background-color:#c50000;
  color:#fff;
  padding:2rem 0;
  margin-bottom:2rem;
}
.fis-intro{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
}

.formula-information-grid .cellwrapper{
  padding: 1rem;
}

.figs-title{
  font-weight:600;
  font-size:1.75rem;
  margin-bottom:1rem;
  color:#000;
  text-decoration:underline;
}

.effective-grid{
  text-align:center;
  font-weight:900;
}

.egs-image img{max-width:5rem;}
.egs-image{margin-bottom:1rem;}
.igs-title{
  text-align:center;
  font-weight:600;
}
.igs-image{
  max-width:100px;
  margin-left:auto;
  margin-right:auto;
}
.igs-image img{
  border-radius: 50%;
  max-width:100%;
}

/**** argent slider start ****/
#argentslider {
    width: 100%;
    margin: auto;
    min-height: 450px;
    position: relative;
border-bottom:4px solid #0a1c46;
}

.argentslider-back, .argentslider-front {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;

}
.argentslider-front {
    display: flex !important;
    text-align: center;
}
.why-elevator-section{
  background-color:#061642;
  color:#fff;
}
.why-elevator-section h1{
  color:#db8e3c;
}
.banner{
  background-size:cover;
  min-height:400px;
  border-bottom: 3px solid #222;
  position:relative;
}
.banner-image-credit{
  color:#fff;
  background:#061642;
  text-align:center;
  width:100%;
  font-size:14px;
  line-height:100%;
  padding:8px 0 12px 0;
}
.gallery-section img{
  max-width:100%;
}
.gallery-section .cellwrapper{
  padding:1rem;
}
/**** argent slider end ****/

.section{
    padding-top:3rem;
    padding-bottom:3rem;
    padding-left:1rem;
    padding-right:1rem;
}
.section-img-half{
  padding-top:0;
  padding-bottom:0;

  background-color:#f1ede8;
  display:flex;
}
.section-img-half .mainheading{
  margin-top:0;
}

.rcol-mainheading{
  line-height:100%;
  color:#286595;
  margin-bottom:0;
  font-weight:800;
  margin-top:0;
  color:#216396;
}
.rcol-subheading{
  margin-top:0;
  font-weight:600;
  line-height:120%;
  margin-top:0.3rem;
  padding-bottom:0.3rem;
  color:#c84109;
}
.section-left{
  width:50%;
}
.section-left .max-600{
  margin-left:auto;
  padding-right:2rem;
}
.section-right .max-600{
  margin-right:auto;
  padding-left:2rem;
}
.padding-horizontal-3{
  padding:3rem 0;
}
.we-welcome{
  font-size:1.5rem;
  color: #F44336;
}
.section-right{
  width:50%;
}
.section-rightimg, 
.section-leftimg{
  background-size:cover;
  padding:3rem 0;
}
.graybg{
  background-color:#f1ede8;
}
.orangebg{
  background-color:#c84109;
}
.greenbg{
  background-color: var(--blue-color);
  color:#fff;
}
.greenbg h1{
  color:#d1f94a;
}
.greenbg h2{
  color:#fff;
  border-bottom:0;
}
.top-bar-promo{
  background: var(--blue-color);
  color:#fff;
  padding:0.5rem;
  text-align:center;
  font-weight:400;
  letter-spacing:1px;
}
.top-bar-promo a{
  color:#fff;
  font-weight:600;
}
.topbar-navigation{
  display:flex;
  justify-content:right;
}
.topbarnav-link:nth-child(1) a{
  border:none;
}
.topbarnav-link a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  display:inline-block;
  padding-right:1rem;
  padding-left:1rem;
  border-left:1px solid #fff;
}
.topbarnav-link a:hover{
  text-decoration:underline;
}
footer {

}
.footer-grid{
  display:flex;
  flex-wrap:wrap;
  max-width:1400px;
  margin:auto;
}
.footergrid-cell{
  width:25%;
  text-align:left;
  padding:1rem;
}
.footergrid-cell:nth-child(3){
  width:50%;
}
.footergrid-container{
  text-align: center;
  background-color:#222;
  color:#a5a5a5;
  font-size:16px;
  padding-top:2rem;
  padding-bottom:2rem;
}
.footgr-logo{
}
.footgr-logo img{
  width:100%;
  max-width:350px;
  padding:0.5rem;
  background-color:#ffffff;
  border-radius:1rem;
}
.footercopy-container{
  background-color:#333333;
  color:#fff;
  font-size:16px;
}
.footercopy-grid{
  display:flex;
  max-width:1400px;
  margin:auto;
  padding:1rem;
  color:#999;
}
.footercopy-copy, .footercopy-pp{
  width:50%;
}
.footercopy-pp{
  text-align:right;
}
.footercopy-pp a{
  color:#999;
}
.footgr-location i{
  color:var(--blue-color);
  margin-right:0.25rem;
}
.footgr-heading{
  color:#e0e0e0;
  border-bottom:1px dotted var(--blue-color);
  display:block;
  margin-bottom:1rem;
  font-size:1.25rem;
}
.footgr-social i{
  color:#fff;
  font-size:1.75rem;
  margin-right:0.75rem;
}
.footgr-social a:hover i{
  color:#a2c24b;
}
.footgr-links a{
  color:#a5a5a5;
  display:block;
  text-decoration:none;
  border-bottom:1px dashed #555;
  padding-bottom:0.5rem;
  padding-top:0.5rem;
}
.foot-sitelink{
  color:#a5a5a5;
  display:block;
  text-decoration:none;
  border-bottom:1px dashed #555;
  padding-bottom:0.5rem;
  padding-top:0.5rem;
}
.foot-sitelins-wrapper {
    column-count: 2; /* Split into 2 columns */
    column-gap: 2rem; /* Add some space between columns */
}

.foot-sitelink {
    display: block; /* Ensure each link takes a full line */
    margin-bottom: 0.5rem; /* Optional: space between links */
}
.foot-sitelink:hover{
  color:#4d9dd8;
}
.footgr-links a:hover{
   color:#4d9dd8;
}
.foot-sitelins-wrapper{
  margin-bottom:1rem;
}
.connect-with-us-wrapper{
  margin-top:1rem;
}
.connect-with-us-wrapper i{
  font-size:1.5rem;
  color:#fff;
}
.home-services{
  text-align:center;
  font-size:1rem;
}
.home-services p{
  padding-left:1rem;
  padding-right:1rem;
}
.home-services .cellwrapper{
  margin:1rem 1rem;
  padding-bottom:1rem;
  border:1px solid #8d8d8d;
  background:#fff;
}
.homebot-trigrid .learnmore-button{
  background-color:#fff;
  border:3px solid #216396;
  color:#216396;
}
.hs-img-container{
  line-height:0;
}
.home-services h3{
  margin-top:0;
  margin-bottom:1rem;
  font-size:1.5rem;
  padding:0.35rem;
  font-weight:600;
  color:#fff;
  background-color: #196197;
}
.home-services h3 a{
  color:#333;
}
.home-services img{
  max-width:100%;
  width:100%;
}
.hs-icon-container{
  
}
.standalone-callus{
  text-align:center;
  max-width:800px;
  margin:auto;
  margin-top:1rem;
}
.standcalll-line1{
  font-size:1.5rem;
  font-weight:700;
}
.section-top-icon{
  text-align:center;
}
.section-top-icon img{
  max-width:80px;
}
.why-elevator img{
  width:100%;
  max-width:100%;
  padding-right:2rem;
}
.why-elevator h1{
  margin-top:0;
}
.mainheading{
  margin-bottom:0;
  line-height:100%;
  font-weight:800;
  margin-top:0;
  color:#216396;
}
.subheading{
  margin-top:0;
  font-weight:600;
  line-height:120%;
  margin-top:0.3rem;
  padding-bottom:0.3rem;
  color:#c84109;
}
.servlist-cellwrapper{
  display:flex;
  background-color:#fff;
  padding:1rem;
  border:1px solid #cac4bb;
  border-radius:0.25rem;
}
.servlist-icon{
  width:100px;
  text-align:center;
  line-height:0;
}
.servlist-text{
  width:100%;
}
.servlist-text .cellwrapper{
  padding-left:1rem;
}
.servlist-icon img{
  max-width:50px;
  max-height:50px;
}
.services-listing{
  display:flex;
  flex-wrap:wrap;
}
.servlisttext-heading{
  border-bottom:1px solid;
  color:#790000;
  font-size:1.5rem;
  margin-bottom:0.5rem;
}
.servlisttext-content{
  font-size:1rem;
}
.servlist-item{
  width:50%;
  padding:0.75rem;
}
.gmapfull{
  width:100%;
  min-height:340px;
  border:2px solid #0b1d45 !important;
}
.max-1200{
  max-width:1200px;
  margin:auto;
}
.max-1000{
  max-width:1000px;
  margin:auto;
}
.max-800{
  max-width:800px;
}
.max-700{
  max-width:700px;
}
.max-600{
  max-width:600px;
}
.center{
  text-align:center;
}
.margin-left-right-auto{
  margin-left:auto;
  margin-right:auto;
}
.learnmore-button{
  background-color: #ce4705;
  color: #fff;
  font-weight:600;
  display:inline-block;
  padding:0.65rem 1.75rem;
  border-radius:0.25rem;
  text-decoration:none;
  text-transform:uppercase;
  border:2px solid #fff;
  transition: 0.15s ease-in-out;
  border-radius:100rem;
}
.learnmore-button i{
  margin-right:0.5rem;
}
.learnmore-button:hover{
  background-color:#216396;
  color:#fff;
}
.community-events{
  margin-top:3rem;
  justify-content:center;
}
.community-events .cellwrapper{
  display:flex;
  height:100%;
  padding:1rem;
  flex-direction:column;
  text-align:center;
  justify-content: flex-end;
}
.community-events .agcell-1-4{
  margin-bottom:1.5rem;
}
.community-events img{
  max-width:100%;
  margin:auto;
  max-height:150px;
}
.comev-button{
  margin-top:1rem;
}
.comev-desc{
  font-weight:bold;
  margin-top:0.5rem;
  color:#061741;
  line-height:120%;
}
.comev-button a{
   background-color:#df9139;
  color:#fff;
  display:inline-block;
  padding:0.35rem 1.75rem;
  border-radius:10rem;
  text-decoration:none;
  color:#03113a;
}
.comev-button a:hover{
  background-color:#031239;
  color:#db8e3c;
}
.supplies-grid{
  justify-content:center;
  margin:auto;
}
.supplies-grid .agcell-1-3{
  max-width:400px;
}
.supplies-grid .agcell-1-2{
  max-width:600px;
}
.supplies-grid .cellwrapper{
  padding:0 1rem 1rem;
}
.supgrid-icon img{
  max-width:80px;
}
.supgrid-icon{
  text-align:center;
}
.supgrid-heading{
  font-weight:bold;
  text-align:center;
}
.supgrid-desc{
  font-size:1rem;
}
.single-section-heading{
  text-align:center;
  margin-top:0;
  margin-bottom:3rem;
  color:#0a1c46;
}
.services-six-cell{
  text-align:center;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.services-six-cell .cellwrapper{
  padding:1rem;
  margin:1rem;
  background-color:#eee;
  border:1px solid #ccc;
}
.ssc-icon img{
  max-width:100px;
}
.ssc-title{
  font-weight:bold;
  line-height:120%;
  font-size:1.5rem;
  margin-bottom:1rem;
}
.ssc-learnmore a{
  background-color:var(--orange-color);
  display:inline-block;
  padding:0.5rem 1rem;
  color:#fff;
  text-decoration:none;
  border-radius:10rem;
  margin-top:1rem;
  border:3px solid var(--orange-color)
}
.ssc-learnmore a:hover{
  background-color:#fff;
  color:var(--orange-color)
}
/****** contact page ******/
.contact-heading-wrapper{
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.contact-grid{
    display:flex;
    flex-wrap:wrap;
}
.contactpg-gmap{
  width:100%;
  min-height:460px;
}
.contact-map{
    width:70%;
}
.congc-wrapper{
  margin:1rem;
}
.contact-form{
    width:30%;
}
.congcw-form input{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.sfc-input{
  display:none;
}
.congcw-form textarea{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.contact-button{
  background-color:#e39435;
  color:#0a1b47;
  font-size:1.25rem !important;
  font-weight:bold;
  text-transform:uppercase;
  border:1px solid #0a1b47 !important;
}
.contact-button:hover{
  cursor:pointer;
  background-color:#ffffff;
}
/**************************/


/**** argent grids ****/

.argentgrid{
  display:flex;
  flex-wrap:wrap;
}
.argentgrid .agcell-1-1{ width:100%; }
.argentgrid .agcell-1-2{ width:50%; }

.argentgrid .agcell-1-3{ width:33.3333%; }
.argentgrid .agcell-2-3{ width:66.66666%; }

.argentgrid .agcell-1-4{ width:25%; }
.argentgrid .agcell-3-4{ width:75%; }

.argentgrid .agcell-1-5{ width:20%; }
.argentgrid .agcell-2-5{ width:40%; }
.argentgrid .agcell-3-5{ width:60%; }
.argentgrid .agcell-4-5{ width:80%; }

.argentgrid .agcell-1-6{ width: 16.66666%; }


/**** end argent grids ****/

.no-section .argentgrid{
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.no-sect-item-img img{
  max-width:80px;
}
.no-sect-item-text{
  font-size:1.5rem;
  color:#000;
  text-decoration:underline;
}
.no-sect-item-text strong{
  font-weight:800;
  text-decoration:0;
}
.no-section-content{
  max-width:1000px;
  margin:auto;
  text-align:center;
  margin-bottom:2rem;
}
.no-section-content .subtag{
  font-weight:600;
  font-size:1.25rem;
  font-style:italic;
}

.footer-free-quote-section input, .footer-free-quote-section textarea{
    width:100%;
    margin:0.35rem 0;
    padding:0.5rem;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
    border:1px solid #999;
    border-radius:0.25rem;
    font-family:"Poppins", sans-serif;
    font-size:17px;
  background-color:#ddd;
}
.footer-free-quote-section form{
  max-width:400px;
  min-width:400px;
  margin:auto;
}
.formsubmitbutton{
  color: #fff;
  border:2px solid #fff;
  padding:0.5rem 2rem;
  margin-top:1rem;
  border-radius:0.5rem;
  min-width:200px;
  width:100%;
  background-color:#8e0000;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.formsubmitbutton:hover{
  background-color: #fff;
  color:#8a0000;
  cursor:pointer;
}
.sfc-input{
  display:none;
}
.footer-free-quote-section textarea{
    min-height:150px;
}
.footer-free-quote-section .mainheading{
  font-weight:600;
}
.footer-free-quote-section .subheading{
  border-bottom:0;
  font-weight:200;
}
.footer-free-quote-section{
  background-image:url("/images/footer-form-bg.jpg");
  position:relative;
  z-index:2;
  background-size:cover;
}
.footer-free-quote-section:before{
  display:block;
  content:"";
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  background-color:rgba(0,0,0,0.6);
  z-index:1;
}
.footer-free-quote-section .cellwrapper{
  display:flex;
  max-width:1200px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:100;
}
.free-quote-section-content{
  margin-bottom:2rem;
  margin-left:auto;
  margin-right:auto;
  padding-right:2rem;
  color:#fff;
}
.faqs{
  
}
.faq{
  padding:1rem;
}
.faq-wrapper{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.faq-a{
  padding-left:1.5rem;
  border-left:4px solid #46aa11;
  font-size:16px;
}
.faq-q{
  color:#25572d;
  font-weight:bold;
  margin-bottom:1rem;
}
.large-single-heading{
  text-align:center;
  margin-top:0;
}
.price-grid-cell{
  width:33.33333%;
  text-align:center;
  margin-bottom:1rem;
}
.price-grid-option{
  margin:auto;
  border-left:4px solid #000;
  border-right:4px solid #000;
  border-bottom:4px solid #000;
  border-radius:1rem;
  background:#fff;
}
.pricegrid-opton-minor{
  margin:1rem;
}
.pricegrid-asap{
  display:flex;
  width:70%;
}
.pricegrid-asap .price-grid-option{
  display:flex;
  flex-wrap:wrap;
}
.pricgropt-title{
  width:100%;
}
.pricegrid-asap-left{
  width:50%;
}
.pricegrid-asap-right{
  width:50%;
  text-align:center;
  background-color:#eff6ef;
  border-bottom-right-radius:0.8rem;
}
.pricgropt-cost{
  font-size:3rem;
  font-weight:700;
  font-family: "Inter Tight", sans-serif;
  padding-top:1rem;
  padding-bottom:1rem;
  color:green;
}
.price-gropt-feature{
  border-bottom:1px dashed #aaa;
  line-height:100%;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  width:90%;
  margin:auto;
  font-size:1rem;
}
.price-gropt-feature:last-child{
  border-bottom:0;
}
.per-tmt-small{
  font-size:12px;
  font-weight:400;
  color:#000;
}
.pricgropt-title{
  color:#fff;
  background-color: #000;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  line-height:120%;
  text-transform:uppercase;
  font-size:1.25rem;
  font-weight:600;
  border-top-right-radius:0.7rem;
  border-top-left-radius:0.7rem;
}
.feature-heading{
  text-transform:uppercase;
  padding:0.5rem;
  font-weight:600;
  line-height:120%;
  margin-left:auto;
  margin-right:auto;
  background:#008000;
  color:#fff;
}
.freequote-main-p{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
  text-align:center;
}
.free-quote-page-section form{
  max-width:600px;
  margin:auto;
}

.free-quote-page-section input{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.free-quote-page-section textarea{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
  min-height:140px;
}
.eco-friendly-grid{
  display:flex;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.adultkiddogimg{
  max-width:100%;
  border:2px solid #fff;
}
.imlefgr-cell{
  
}
.imlefgr-left-cell{
  width:40%;
  line-height:0;
}
.imlefgr-right-cell{
  padding-left:2rem;
  display:flex;
  width:60%;
}
.imlefgr-right-cell .cellwrapper{
  margin:auto;
}
.eco-fridendly-heading-1{
  font-size:2rem;
  font-weight:700;
  line-height:120%;
}
.eco-fridendly-heading-1 i{
  margin-right:0.5rem;
}
.eco-fridendly-heading-2{
  font-size:1.75rem;
  line-height:120%;
}
.hardwood-floor-first-grid .agcell-1-3{
  background-image:url("/images/hardwaood-cleanup.jpg");
  background-size:cover;
}
/***** Blanket Styles ******/
.centered{
  text-align:center;
}
.margin-auto{
  margin-left:auto;
  margin-right:auto;
}
.eco-fridendly-text{
  margin-top:1rem;
}
.mold-remediation-first-grid .agcell-1-3{
  background-image:url("/images/mold-removal-and-remediation.jpg");
  background-size:cover;
  background-position:0% 50%;
}
.contact-intro-grid{
    margin:auto;
}
.contact-intro-grid .cellwrapper{
  padding:1rem;
  text-align:center;
}
.contact-intro-grid
.contact-intro-grid > .agcell-3-5 > .cellwrapper,
.contact-intro-grid > .agcell-2-5 > .cellwrapper{
    padding:1rem;
}
.conintrogr-gmap iframe{
    width:100%;
    min-height:350px;
  border:2px solid #25572d !important;
}
.conintrogr-heading{
    color: #333;
    font-size:2rem;
    font-weight:bold;
    margin-bottom:1rem;
    text-align:center;
}
.conintrogr-icongrid{
    text-align:center;
    font-size:0.9rem;
    font-weight:600;
    color:#a83572;
    margin-bottom:1rem;
    margin-top:3rem;
}
.conintrogr-icongrid i{
    color:#a83572;
    font-size:3rem;
}
.conintrogr-text{
    margin-bottom:1rem;
    text-align:center;
}
.conintrogr-text a{
  text-decoration:none;
}
.conintrogr-contactform input,
.conintrogr-contactform textarea{
    width:100%;
    padding:0.5rem;
    margin-bottom:1rem;
    border:1px solid #aaa;
    font-size:1rem;
    font-family:"Poppins", sans-serif;
}
.conintrogr-contactform form{
    width:100%;
}
.conintrogr-contactform textarea{
    min-width:100% !important;
    min-height:100px;
  margin-bottom:0.5rem;
}
#Questions{
    display:none;
}
.conintrogr-cf-submit {
    display: inline-block;
    background-color: #ce4705;
    color: #fff;
    padding: 0.4rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
  text-transform:uppercase;
    text-align: center;
  font-size:1.25rem !important;
  letter-spacing:0.1rem;
}

.conintrogr-cf-submit:hover {
    background-color: #e05c26;
    cursor:pointer;
}
.seasonal-grid{
  justify-content:center;
}
.seasonal-grid .cellwrapper{
  padding:1rem;
}
.seasong-image{
  line-height:0;
}
.seasong-image img{
  max-width:100%;
}
.seasong-heading{
  font-size:1.5rem;
  font-weight:600;
  text-align:center;
  margin-bottom:0.5rem;
  margin-top:0.5rem;
}
.seasong-text{
  text-align:center;
}
.seasong-heading .fa-droplet{
  color:#1374e3;
}
.seasong-heading .fa-sun{
  color:#ff9400;
}
.seasong-heading .fa-leaf{
  color:#8e4014;
}
.wcu-heading{
  font-weight:600;
  font-size:1.5rem;
}
.why-choose-us-grid .cellwrapper{
  padding:1rem;
}
.why-choose-us-section{
  background-image:url("/images/grass-bg.jpg");
  color:#fff;
  background-size:cover;
  position:relative;
  text-align:center;
  text-shadow:1px 1px rgba(0,0,0,1);
  border-top:4px solid #333;
}
.why-choose-us-section h1{
  color:#d1f94a;
}
.why-choose-us-section:after{
  content:"";
  background-color:rgba(0,0,0,0.5);
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:1;
}
.why-choose-us-section > div{
  z-index:100;
  position:relative;
}
.services-page-grid .cellwrapper{
  margin:0.5rem;
  text-align:center;
  margin-bottom:1rem;
  background-color:#fff;
  padding-bottom:1rem;
}
.servpggr-image{
  line-height:0;
}
.servpggr-image img{
  max-width:100%;
}
.servpggr-heading h2{
  margin-top:0.5rem;
  font-weight:600;
  margin-bottom:0.5rem;
  line-height:120%;
}
.servpggr-text p{
  margin-top:0;
  padding-left:0.5rem;
  padding-right:0.5rem;
}
.servpggr-learnmore a{
  display:inline-block;
  background:#ba2b33;
  border:2px solid #ba2b33;
  color:#fff;
  text-decoration:none;
  min-width:200px;
  padding:0.5rem 0;
  border-radius:0.25rem;
  transition: 0.15s ease-in-out;
  text-align:center;
}
.servpggr-learnmore a:hover{
  background-color:#fff;
  color:#ba2b33;
}
.lcpgr-row{
  display:flex;
  padding-top:1rem;
  padding-bottom:1rem;
  background-color:#fff;
  margin-bottom:1rem;
  border-radius:0.25rem;
  border:1px solid #25572d;
}
.lcpgr-leftcell{
  min-width:200px;
  max-width:200px;
  padding-right:1.75rem;
  text-align:right;
  position:relative;
  display:flex;
  justify-content:right;
}
.lcpgr-leftcell .cellwrapper{
  margin-top:auto;
  margin-bottom:auto;
}
.lcpgr-leftcell:before{
  content:"\f105";
  font-family:"Font Awesome 6 Free";
  font-weight:600;
  display:inline-block;
  position:absolute;
  top:50%;
  right:0;
  line-height:100%;
  transform:translateY(-50%);
  font-size:1.25rem;
  color:#2b572e;
}
.lcpgr-rightcell{
  padding-left:1rem;
}
.lawn-care-program-grid{
  max-width:1000px;
  margin:auto;
  margin-top:1.5rem;
}
.lcpgrlc-line1{
  font-weight:bold;
  font-size:1.35rem;
  line-height:120%;
  color:#1c8636;
}
.lcpgrlc-line2{
  font-size:1rem;
  font-weight:600;
}
.no-need-foot{
  text-align:center;
}
.noneedft-left,
.noneedft-right{
}
.noneedft-left{
  font-size:1.75rem;
  font-weight:bold;
  line-height:100%;
  margin-bottom:1rem;
}
.noneedft-right a{
  background-color:var(--orange-color);
  color:#fff;
  display:inline-block;
  padding:0.75rem 1.5rem;
  border-radius:10rem;
  text-decoration:none;
  line-height:100%;
  font-weight:600;
  border:2px solid #fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.noneedft-right a:hover{
  background-color:#706d63;
}
.single-yt-vid{
  min-height:400px;
  width:100%;
  max-width:800px;
}
.videoitem-heading{
  font-weight:900;
  font-size:1.5rem;
}
.video-page-vidwrapper{
  padding:1rem;
}
.videoitem-desc{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  padding:1rem;
}
.two-by-google-vids{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
.two-by-google-vids .cellwrapper{
  padding:1rem;
}
.two-by-google-vids iframe{
  width:100%;
  min-height:320px;
}
.example-gallery{
  justify-content:center;
}
.example-gallery .cellwrapper{
  padding:0.5em;
  text-align:center;
}
.exgal-img{
  line-height:0;
}
.exgal-img img{
  max-width:100%;
}
.exgal-text{
  font-weight:600;
  font-size:16px;
  background-color:#1e572c;
  color:#fff;
  text-transform:uppercase;
  padding:0.5rem 0.25rem;
  color:#d1f94a;
}
.fast-direct-section{
  padding:1rem 1rem 0.5rem 1rem;
}
.fast-direct-section{
  text-align:center;
  border-bottom: 3px solid #222;
}
.fast-direct-grid{
  display:inline-flex;
  flex-wrap:nowrap;
  margin:auto !important;
}
.fast-direct-grid .agcell-1-2:nth-child(1){
  min-width:350px;
}
.fdg-icon-grid{
  display:flex;
  text-align:left;
}
.fdgig-icon{
  width:70px;
  line-height:0
}
.fdgigt-bold{
  font-weight:bold;
}
.fdgig-text{
  line-height:150%;
}
.imgleft-13grid-imgcell{
  padding-right:1rem;
}
.imgleft-13grid-imgcell .cellwrapper{
    background-size:cover;
    background-position:50% 50%;
  height:100%;
  width:100%;
}
.imgleft-13grid .agcell-2-3{
  padding-left:1rem;
}
.home-burst-pipes .imgleft-13grid-imgcell .cellwrapper{
  background-image:url("/images/burst-pipes.jpg");
  background-position:100% 50%;
}
.home-quick-response-grid .imgleft-13grid-imgcell .cellwrapper{
  background-image:url("/images/water-removal-akron-oh.jpg");
}
.home-flooded-basement .imgleft-13grid-imgcell .cellwrapper{
  background-image:url("/images/home-basement-flooding.jpg");
  background-position:0% 50%;
}
.home-sewage-backup .imgleft-13grid-imgcell .cellwrapper{
  background-image:url("/images/home-sewage-backup.jpg");
  background-position:66% 50%;
}
.insurance-company-grid{
  margin-top:2rem;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.numbered-items-grid{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  margin-top:2rem;
}
.nig-item{
  display:flex;
  border:2px solid #333;
  margin-bottom:1rem;
  border-radius:0.3rem;
  background:#fff;
}
.nigitem-text-cell h3{
  margin-top:1rem;
  margin-bottom:0.5rem;
  border-bottom:1px solid;
}
.nigitem-number-cell{
  padding:1rem;
  font-size:4rem;
  font-weight:bold;
  line-height:100%;
  min-width:100px;
  background-color:#333333;
  color:#fff;
  text-align:center;
  display:flex;
}
.nigitem-number-cellwrapper{
  margin:auto;
}
.nigitem-text-cellwrapper{
  padding-right:1rem;
  padding-left:1rem;
}
.nigitem-text-cell p{
  margin-top:0;
}
.estimate-form{
  max-width:600px;
  margin:auto;
  text-align:left;
}
.estimate-form textarea,
.estimate-form input{
  padding:0.5rem;
  width:100%;
  font-size:1rem;
  font-family:"Poppins", sans-serif;
  border-radius:0.25rem;
  border:1px solid #aaa;
  background-color:#f3f3f3;
  margin-bottom:1rem;
  color:#2e6893;
}
.estform-label{
  font-weight:600;
  margin-bottom:0.25rem;
}
.fe-submit-button {
    display: inline-block;
    background-color: #ce4705;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
  text-transform:uppercase;
    text-align: center;
  font-size:1.25rem !important;
  letter-spacing:0.1rem;
  margin:auto !important;
  min-width:300px;
  border:3px solid #c94109;
}

.fe-submit-button:hover {
    background-color: #fff;
  color:#c94109;
    cursor:pointer;
}
.why-choose-ul {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  margin: 0;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}

.why-choose-ul li {
  position: relative;
  padding-left: 50px; /* space for checkmark */
  margin-bottom: 0.75rem;
  font-weight:bold;
}

.why-choose-ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid style */
  content: "\f00c"; /* check icon */
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #28a745; /* green check color, change as needed */
}

.bmgc-read-button a{
  display:inline-block;
  margin-top:0.5rem;
  background-color: #ce4705;
  padding:0.5rem 1rem;
  border-radius:0.35rem;
  color:#fff;
  font-weight:600;
  font-size:1.15rem;
  margin-top:1rem;
  text-decoration:none;
}
.bmgc-read-button a:hover{
  background-color:#ed611d;
}
.bmgc-read-button a:after{
  content:"\0bb";
  margin-left:0.25rem;
}
.bmgc-title{
  font-weight:600;
  color:#1b1d21;
  line-height:120%;
  font-size:1.25rem;
  margin-bottom:1rem;
  color: #398bc7;
}
.bmgc-text{
  font-size:1rem;
}
.blog-main-grid{
  text-align:left;
}
.blog-main-grid .cellwrapper{
  padding:1.5rem;
  margin-top:1rem;
}

.blogpage-container{
  margin:auto;
  text-align:center;
  margin:3rem auto;
}
.blogpost-date{
  font-style:italic;
  border-bottom:1px dotted #ccc;
}
.blogpage-section{
  text-align:left;
  margin-top:2rem;
  padding-right:1rem;
}
.blogpage-section h1,
.blogpage-section h2,
.blogpage-section h3,
.blogpage-section h4{
  text-align:left;
  font-family:"Poppins", sans-serif;
  margin-top:0;
  margin-bottom:0.5rem;
  line-height:100%;
}
.blog-subject{
  color:#398bc7;
}
.blog-subject:before{
  content:"|";
  font-weight:bold;
  display:inline-block;
  margin-right:0.5rem;
}
.recent-articles{
  min-width:350px;
  max-width:350px;
  margin-top:3.5rem;
  padding-left:1rem;
  padding-right:1rem;
}
.recent-articles a{
  margin-top:1rem;
  display:inline-block;
  line-height:120%;
  font-weight:600;
}
.blogcolumn-heading{
  font-weight:bold;
  font-family:"Montserrat", sans-serif;
  font-size:1.25rem;
  color: #222222;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom:0.25rem;
  line-height:100%;
  padding-bottom:1rem;
}
.blogcolumn-article a{
  color:#004b93;
  text-decoration:none;
  transition:all 0.3s;
}
.blogcolumn-article a:hover{
  color:#ea7c16;
}
.blogcolumn-article-date{
  font-size:14px;
  color:#666;
}
.blogpage-grid{
  display:flex;
}


.mobnav-hambartext{
  display:inline-block;
  margin-left:1rem;
}
.mobilenav{
  width:100%;
  background-color:#222;
  color:#fff;
  cursor:pointer;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}
.mobilenav a, .mobilenav span.dropbtn{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:1rem;
    text-transform:uppercase;
  font-weight:600;
}
.mobiledropdown-content a{
  display:block;
  padding:1rem 1rem 1rem 2rem;
  background-color:#771470;
}
.mobnav-hambar{
  padding:0.5rem;
  line-height:100%;
  font-size:1.5rem;
  text-align:left;
  padding-right:2rem;
  background-color: #222;
  padding:0.5rem;
  line-height:100%;
  text-transform:uppercase;
  font-weight:600;
  padding:1rem;
  border-bottom:1px solid #333;
}
.mobnavsection{
  border-bottom:1px solid #333;
}
/***** Media Queries ******/

@media screen and (min-width: 1921px){

}

@media screen and (max-width: 1280px){

}
.standalone-see-google img{
  max-width:300px;
  padding-left:50px;
  padding-right:50px;
  background-color:#fff;
  border-radius:1rem;
  border:1px solid #aaa;
}
@media screen and (max-width: 1024px){
  .services-six-cell .agcell-1-3{
    width:50%;
  }
  .extended-life-firstgrid{
        text-align:center;
  }
  .extended-life-firstgrid .agcell-1-3{
    width:100%;
  }
  .extended-life-firstgrid .agcell-2-3{
    width:100%;
  }
  .services-page-grid .agcell-1-3{
    width:50%;
  }
  .footergrid-cell{
    width:50%;
  }
  .vispatvac-grid{
    justify-content:center;
  }
  .vispatvac-grid .agcell-1-3{
    width:50%;
    margin-bottom:1rem;
  }
  .example-gallery .agcell-1-4{
    width:33.333%;
  }
  .header-message{
      padding-left:1rem;
      padding-right:1rem;
    }
  .home-services .agcell-1-4{
    width:50%;
  }
  .why-elevator{
    flex-wrap:wrap;
    text-align:center;
  }
  .why-elevator .agcell-1-3{
    width:100%;
  }
  .why-elevator .agcell-2-3{
    width:100%;
    margin-top:2rem;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
  }
  .why-elevator img{
    width:100%;
    max-width:450px;
    padding-right:0;
  }
  .community-events .agcell-1-4{
    width:33.333%;
  }
  .banner{
    min-height:300px;
  }
  .headm-text-line1{
    letter-spacing:0;
    font-size:2rem;
  }
  .headm-text-line2{
    font-size:1.25rem;
  }
  .headmess-button a{
    font-size:1rem;
  }
  .headmess-button i{
    font-size:1.25rem;
    vertical-align:middle;
    margin-right:0.25rem;
  }
  .contact-grid{
    flex-direction:column-reverse;
  }
  .contact-form{
    width:100%;
  }
  .contact-map{
    width:100%;
  }
  .congc-wrapper .congcw-form{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
  }
  .contactpg-gmap{
    width:100%;
    min-height:350px;
  }
  .footer-col{
    width:50% !important;
  }
  .all-natural-ing-grid{
    max-width:500px;
  }
  .allnat-grid-cell{
    width:33.333333%;
  }
  .footer-free-quote-section form{
    max-width:350px;
    min-width:350px;
    margin:unset;
  }
  .seasonal-grid .agcell-1-3{
    width:50%;
  }

  .home-services{
    justify-content:center;
  }
  .home-services .agcell-1-3{
    width:50%;
  }
  .servlist-item{
    width:100%;
  }
  .servlist-text .cellwrapper{
    padding-left:0;
  }
  .servlist-icon{
    width:50px;
    padding-right:0.5rem;
    text-align:center;
    line-height:0;
  }
  .servlist-icon img{
    max-width:40px;
  }
}

@media screen and (max-width: 768px){
  .fast-direct-grid{
    flex-wrap:wrap;
  }
  .fdgig-icon{
    width:60px;
  }
  .fdg-icon-grid{
    display:inline-flex;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    width:315px;
  }
  .fast-direct-grid .agcell-1-2{
    width:100%;
  }
  .insurance-company-grid .why-choose-ul{
    width:300px;
  }
  .insurance-company-grid .agcell-1-2{
    width:100%;
  }
  .services-six-cell{
    justify-content:center;
  }
  .services-six-cell .agcell-1-3{
    width:100%;
    max-width:450px;
  }
  .home-location-grid .agcell-3-5{
    width:100%;
  }
  .home-location-grid .agcell-2-5{
    width:100%;
  }
  .home-services .agcell-1-3{
    width:100%;
    max-width:500px;
  }
  .services-page-grid .agcell-1-3{
    width:100%;
  }
  .services-page-grid .cellwrapper{
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }
  .why-choose-us-grid .agcell-1-2{
    width:100%;
  }
  .seasonal-grid .agcell-1-3{
    width:100%;
  }
  .seasonal-grid .cellwrapper{
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }
  .example-gallery .agcell-1-4{
    width:50%;
  }
  .topnav{
    justify-content:center;
  }
  .tn-cell{
    text-align:center;
    width:33.3333%;
  }
  .tn-cell a{
      display:block;
      padding:0.5rem 0.75rem;
    color:#fff;
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase;
  }
  .community-events .agcell-1-4{
    width:50%;
  }
  .footer-menu{
    
  }
  .footer-col{
    width:100% !important;
    max-width:400px;
    margin:auto;
  }
  .header-message .pagewidth{
    flex-wrap:wrap;
  }
  .headmess-text{
    width:100%;
    text-align:center;
  }
  .headmess-button{
    width:100%;
    padding-top:1rem;
  }
  #argentslider{
    min-height:400px;
  }
  .supplies-grid{
    text-align:center;
  }
  .supplies-grid .agcell-1-3,
  .supplies-grid .agcell-1-2{
    width:100%;
    margin-bottom:1rem;
  }
  .supplies-grid .agcell-1-3{
    max-width:600px;
  }
  .contact-intro-grid{
    flex-wrap:wrap;
    flex-direction:column-reverse;
  }
  .contact-intro-grid .agcell-1-2{
    width:100%;
  }
  .contact-intro-grid .agcell-3-5{
    width:100%;
  }
  .contact-intro-grid .agcell-2-5{
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }
  .logo-wrapper{
    display:flex;
    max-width:250px;
    flex-wrap:wrap;
    text-align:center;
  }
  .logo-tagline{
    text-align:left;
    width:100%;
    font-style:italic;
    font-size:17px;
  }
  .callustxt{
    color: #333;
    font-size:1.3rem;
    padding-right:0.75rem;
  }
  .header-right-tagline{
    color: #333;
    display:inline-block;
    font-size:0.98rem;
    border-top: 1px solid #333;
    font-weight:100;
    text-transform:uppercase;
  }
  .header-phone i{
    padding-right:0.25rem;
  }
  .header-phone a{
    font-family:"Poppins", sans-serif;
    color: #333;
    font-weight:600;
    text-decoration:none;
    font-size:1.3rem;
    line-height:100%;
    margin-top:0.25rem;
    display:inline-block;
  }
  .footer-free-quote-section .cellwrapper{
    display:flex;
    max-width:1200px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:100;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
  }
  .free-quote-section-content{
    padding-right:0;
    margin-bottom:0;
  }
  .free-quote-section-content p{
    padding-right:0;
    display:none;
  }
  .price-grid-cell{
    width:100%;
    text-align:center;
    margin-bottom:0;
  }
  .pricegrid-asap{
    margin-bottom:1rem;
  }
  .mobilenav{
      display:block !important;
  }
  .topnav-wrapper{
    display:none;
  }
  .vispatvac-grid .agcell-1-3{
    width:100%;
  }
  .vispatvac-grid .cellwrapper{
    margin-left:auto;
    margin-right:auto;
  }
  .two-by-google-vids .agcell-1-2{
    width:100%;
  }
}

@media screen and (max-width: 600px){
	.tbp-wrapper{
      display:none;
    }
}

@media screen and (max-width: 568px){
  .footgr-logo,
  .footgr-location{
    text-align:center;
  }
  .footergrid-cell{
    width:100%;
  }
  .example-gallery .agcell-1-4{
    width:100%;
    max-width:400px;
  }
  .tn-cell{
    width:50%;
  }
  .tn-cell:nth-child(2){
    border:none;
  }
  .tn-cell:nth-child(5){
    border:none;
  }
  .header-main .pagewidth{
    display:flex;
    flex-wrap:wrap;
    padding:1rem;
    position:relative;
    text-align:center;
  }
  .logo-wrapper{
    width:100%;
    max-width:100%;
    text-align:center;
    display:block;
  }
  .logo-wrapper img{
    max-width:200px;
  }
  .book-appointment{
    margin-top:0.5rem;
    bottom:0;
    right:0;
    position:relative;
    text-align:center;
    display:none;
  }
  .header-phone{
    text-align:center;
  }
  .home-services .agcell-1-4{
    width:100%;
    padding-bottom:0.75rem;
    border-bottom:1px solid #ccc;
  }
  #argentslider{
    min-height:300px;
  }
  .gallery-section .agcell-1-3{
    width:100%;
    text-align:center;
  }
  .section-img-half{
    flex-wrap:wrap;
  }
  .section-left{
    width:100%;
  }
  .section-right{
    width:100%;
  }
  .section-image-hay{
    
  }
  .section-image-grain{
    flex-direction:column-reverse
  }
  .section-leftimg{
    min-height:200px;
  }
  .section-rightimg{
    min-height:200px;
  }
  .section-img-half .padding-horizontal-3{
    padding:1rem;
  }
  .banner{
    min-height:300px;
  }
   .header-phone a{
    font-size:1.5rem;
  }
  .callustxt{
    font-size:1.5rem;
  }
  .header-right-tagline{
    font-size:1rem;
    font-weight:normal;
  }
  .header-right{
    text-align:center;
  }
  .logo-tagline{
    text-align:center;
  }
  .no-section-content{
    flex-wrap:wrap;
  }
  .no-section-item{
    width:50% !important;
  }
  .no-sect-item-text{
    font-size:1rem;
    margin-bottom:1rem;
    text-decoration:none;
  }
  .no-section .argentgrid{
    max-width:300px;
  }
  .no-sect-item-img img{
    max-width:60px;
  }
  .no-sect-item-text strong{
    font-weight:800;
    text-decoration:0;
    width:100% !important;
    display:block;
    line-height:100%;
  }
  .eco-friendly-grid{
    flex-wrap:wrap;
  }
  .imlefgr-left-cell{
    width:100%;
    max-width:300px;
    margin:auto;
    margin-bottom:1rem;
    line-height:0;
  }
  .imlefgr-right-cell{
    padding-left:0;
    display:flex;
    width:100%;
    text-align:center;
  }
  .allnat-grid-pic img{
    width:100%;
    max-width:80px;
    border:4px solid #17680f;
    border-radius:100rem;
  }
  .allnat-grid-cell{
    margin-bottom:1rem;
  }
  .allnat-grid-cell h3{
    font-size:1rem;
    font-weight:600;
  }
  .ft-line1{
    font-size:2.5rem;
  }
  .lcpgr-row{
    flex-wrap:wrap;
    padding-top:0;
  }
  .lcpgr-leftcell{
    width:100%;
    min-width:100%;
    max-width:100%;
    justify-content:center;
    text-align:center;
    padding-right:0;
    margin-bottom:0.5rem;
    padding-bottom:0.5rem;
    border-bottom:1px solid #9cc89f;
    background:#e9ffdc;
    padding-top:1rem;
  }
  .lcpgr-rightcell{
    text-align:center;
  }
  .lcpgr-leftcell:before{
    display:none;
  }
  .lcpgrlc-line1, lcpgrlc-line2{
    line-height:100%;
  }
}

@media screen and (max-width: 480px){
  .community-events .agcell-1-4{
    width:100%;
  }
 
}

@media screen and (max-width: 400px){
	
}