
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:"Open Sans",sans-serif; color:#333; font-size: 18px;}
.container { width:90%; margin:0 auto; }
.containerMID { width:86%; margin:0 auto; }


.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  
  color: #7cc242 !important;
}
.h3fontsml{
	font-size: 26px !important;
}

.h3fontbig{
	font-size: 39px !important;
}

.maps{
	width:100%;
	height:400px;
}
.imgright{
	margin-right: 35px !important;
}
.figcaption {
  font-style: italic;
  color: #444;
  font-size: 14px;
}
.desktopblock{
	display:block;
	
}


.floaimgbtms{
	margin-bottom:125px !important;
}

.float-img figcaption {
  font-size: 16px;
  font-style: normal;
  margin-top: 5px;
  color: #444; /* optional: softer caption */
}
 
.topbar { background:#1967a5; color:#fff; padding:8px 0; font-size:14px; }
.topbar .content { display:flex; justify-content:space-between; align-items:center; }
.topbar .left { display:flex; gap:20px; }
.topbar a { color:#fff; text-decoration:none; font-weight:600; }
.topbar .btn { background:#7cc242; color:#fff; padding:6px 14px; border-radius:4px; font-weight:600; }


.logomob{
	width:330px; height:auto;
}
.shadow-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 12px 35px 8px rgba(0, 0, 255, 0.25);
}

.image-box {
  position: relative;
  display: inline-block;
}

.image-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 71px;
  width: 100%;
  height: 100%;
  background: #1967a5;
  border-radius: 0px;
  z-index: 0;
}

.logofoot {
  width: 321PX;
  height: auto;
  margin-top: -34px;margin-left: -9px;
}

.image-box img {
  position: relative;
  display: block;box-shadow:2px 4px 8px rgba(0,0,0,0.3);
  border-radius: 0px;  /* match the box */
  z-index: 1;
}
/* =========================
   2. NAVBAR
========================== */
.navbar { background:#fff; position:sticky; top:0; z-index:1000; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
.navbar .content { display:flex; justify-content:space-between; align-items:center; padding:0px 0; }
.logo { font-size:22px; font-weight:bold; color:#1967a5; text-decoration:none; }

.plus-icon {
  cursor: pointer;
  margin-left: 6px;
  font-weight: bold;
  display: inline-block;
}

nav ul { list-style:none; display:flex; gap:25px; }
nav ul li { position:relative; }
nav ul li a { text-decoration:none; font-size:16px; color:#333; font-weight:600; cursor:pointer; transition:color .3s; display:flex; align-items:center; }
nav ul li a:hover, nav ul li a:focus { color:#1967a5; outline:none; }

.dropbtn i.fa-chevron-down{ margin-left:8px; transition:transform .2s ease; }

/* Dropdown styling */
nav ul li ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 2px 6px rgba(0,0,0,0.15);
  min-width:200px;
  z-index:1001;
}
nav ul li ul li a { display:block; padding:10px 15px; font-size:15px; color:#333; border-bottom: 1px solid #ddd; }
nav ul li ul li a:hover { background:#f5f5f5; }

/* Desktop hover */
@media (min-width:769px) {
  nav ul { display:flex; }
  nav ul li:hover > ul { display:block; animation:fadeIn .2s ease-in; }
}
@keyframes fadeIn { from{opacity:0;transform:translateY(10px);} to{opacity:1;transform:translateY(0);} }

/* Mobile dropdown toggle (class for JS) */
nav ul li.show > ul { display:block; }

/* CTA button */
.cta { background:#1967a5; color:#fff !important; padding:10px 18px; border-radius:4px; }
.cta:hover { background:#007a86; }

/* Hamburger menu */
.menu-toggle { display:none; font-size:28px; cursor:pointer; color:#333; border:none; background:none; }



.listright{
	margin-right:29% !important;
}




 .why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 28px; /* space for star */
}

.why-list li::before {
  content: "★" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #f4b400 !important; /* yellow star */
  font-size: 20px;
  line-height: 1.5;
}

.why-list li strong {
  font-weight: 600;
}

.contentexth2 {
  font-size: 35px !important;
}

.spacetopbottom2 {
  margin-top: 30px !important;
   margin-bottom: 30px !important;
}

.spacetopbottom {
  margin-top: 40px !important;
   margin-bottom: 40px !important;
}

.spacetop3 {
  margin-top: -115px !important;
}
.spacetop2 {
  margin-top: -145px !important;
}

.spacetop5{
  margin-top: -165px !important;
}

.spacetop {
  margin-top: -65px !important;
}

.spacetopabout {
  margin-top: -65px !important;
}

.spacebottom{
  margin-bottom: 40px !important;
}
.spacebottom2{
  margin-bottom: 20px !important;
}


.spacetop4 {
  margin-top: -45px !important;
}
.spacetopmore {
  margin-top: 40px !important;
}

.spacetopmore2 {
  margin-top: 90px !important;
}

.spacetopmore4 {
  margin-top: 55px !important;
}

.spacetopmore3 {
  margin-top: 30px !important;
}


.spacebtm {
  margin-bottom: -46px !important;
}

/* =========================
   3. BANNER
========================== */
.banner {
  background:url("images/Wild-Animal-Removal-Indianapolis-Indiana.jpg") center/cover no-repeat;
  min-height:80vh;
  display:flex; align-items:center; justify-content:center;
  text-align:center; color:#fff; padding:0px;
}
.banner-content {  
  flex:1 1 45%; min-height:100vh;
  background:linear-gradient(to right, rgba(0, 91, 170, 0.9) 50%, transparent 50%);
}
.banner h1 {
  font-size:48px; font-weight:700; line-height:1.2;
  margin-bottom:15px; text-shadow:0 2px 4px rgba(0,0,0,0.6);
  text-align:left; margin-left:43px; margin-top:100px;
}
.banner p {
  font-size:19px; text-shadow:0 1px 3px rgba(0,0,0,0.6);
  width:43%; text-align:left; margin:50px;
}
.banner .btn {
  background:#43a047; color:#fff;
  padding:14px 28px; font-size:16px; border-radius:4px;
  font-weight:600; text-decoration:none; text-align:left;
  float:left; margin-left:50px;margin-bottom: 37px;
}
.banner .btn:hover { background:#1967a5; transform:translateY(-2px); }

:root { --green:#7cc242; }

/* SERVICES BAR */
.services-wrap {
  background: var(--green);
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px; margin-bottom:20px;
}
.services-bar{
  max-width:1200px; margin:0 auto; padding:16px 5%;
  display:flex; align-items:center; justify-content:space-between;
  gap:32px; font-weight:700; color:#fff; flex-wrap:wrap;
}
.services-bar a{ color:#fff; text-decoration:none; display:flex; align-items:center; gap:10px; line-height:1; white-space:nowrap; transition:opacity .2s ease; }
.services-bar a:hover{opacity:.9}
.icon{ display:inline-flex; align-items:center; justify-content:center; font-size:18px; width:28px;height:28px; }
.icon-paws{ display:inline-flex; gap:6px; font-size:16px; }


.floatimg { 
 margin-left:65px !important;
}

.float-img {
  float: right;
  margin: 0 0 15px 25px;
  max-width: 480px;
  border-radius: 0px;
  box-shadow:2px 4px 8px rgba(0,0,0,0.3);
}

.fontbig1{
	font-size: 18px !important;
}


.abtbanner {
  background: url('images/Wildlife-Trappers-Indianapolis-Indiana.jpg')  no-repeat center center/cover !important;
  
}

.animaltrappingservice {
  background: url('images/Wildlife-Removal-Services-Indianapolis.jpg') no-repeat center center/cover !important;
   
}

.animaltrappingNuisance {
  background: url('images/Nuisance-Wildlife-Removal-Indianapolis.jpg') no-repeat center center/cover !important;
   
}



.animaltrappingbanner2 {
  background: url('images/Animal-Infestation-Cleanup-Indianapolis.jpg') no-repeat center center/cover !important;
   
}

.animaltrappingbannerRaccoon {
  background: url('images/Raccoon-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}


.animalbannerchipmunks {
  background: url('images/Chipmunk-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}

.animalbannerskunks {
  background: url('images/Skunk-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}
.animalbannerOpossum {
  background: url('images/Opossum-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}
.animalbannerBird {
  background: url('images/Bird-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}
.animalbannerMole {
  background: url('images/Yard-Mole-Removal-Indianapolis-IN.jpg') no-repeat center center/cover !important;
}
.animalbannerGroundhog {
  background: url('images/Groundhog-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}
.animalbannerbeavers {
  background: url('images/Beaver-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}
.animalbannerMuskrat {
  background: url('images/Residential-Tree-Service-Indianapolis.jpg') no-repeat center center/cover !important;
}
.animalbannerfox {
  background: url('images/Fox-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}

.animaltrappingbannersquirels {
  background: url('images/Squirrel-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}



.animaltrappingbannerbat {
  background: url('images/Bat-Removal-Indianapolis-Indiana.jpg') no-repeat center center/cover !important;
}

.DeadAnimabanner
{
	background: url('images/Dead-Animal-Pick-Up-Indianapolis-IN.jpg') no-repeat center center/cover !important;
}
.animaltrappingbanner {
  background: url('images/Nuisance-Animal-Trapping-Indianapolis-Indiana.jpg') no-repeat center center/cover;
  padding: 50px 0;
  text-align: center;height: 300px;
  color: white;
  position: relative;
}
.animaltrappingbanner .titel {
 text-align: center;
  font-size: 54px;
  margin-top: 65px;
  font-weight: bold;
}
.contentp{
	font-size: 20px !important;
	
}

 
.contactbanner {
  background: url('images/Animal-Removal-Company-Indianapolis-IN.jpg') no-repeat center center/cover;
  padding: 50px 0;
  text-align: center;height: 300px;
  color: white;
  position: relative;
}
.contactbanner .titel {
  text-align: center;
  font-size: 65px;
  margin-top: 65px;
  font-weight: bold;
}




.contact-section {
  padding: 50px 20px;
  background: #fff;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  gap: 40px;
}

.contact-info {
  flex: 1;
  font-size: 18px;
  line-height: 1.8;
}

.contact-info h2 {
  margin-bottom: 20px;
  color: #1967a5;
}

.contact-info .icon {
  margin-right: 8px;
  font-size: 18px;
}

.contact-form {
  flex: 2;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #1967a5;
}

.contact-form .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-form input, 
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
}

.contact-form textarea {
  resize: none;
}

.contact-form button {
  background: #7cc242;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background: #6ab230;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}


.social-section {
  text-align: center;
  padding: 40px 20px;
  background: #f2faff;
}

.social-section h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #0073aa;
}


.contentleft {
	    text-align: left !important;
}

.socialbig
{
	font-size:30px !important;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
}
/*
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #0073aa;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.social-icons a:hover {
  background: #7cc242;
}*/


 a.mm {
text-decoration: none;
color: #1967a5;
font-weight:bold;
}

a.mm:Hover
{
color:#000;
text-decoration:none;
}


 a.mm2 {
text-decoration: none;
color: #000;
font-weight:bold;
}

a.mm2:Hover
{
color:#7cc242;
text-decoration:none;
}

.title-check{
  position: relative;
  padding-left: 20px;
  font-size:20px; font-weight:bold;
}
.title-check::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-blue);
  font-weight: 700;
}


.titlearrow{
  position: relative;
  padding-left: 28px;
  font-size:20px; font-weight:bold;
}
.titlearrow::before{
  content: "➜";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--brand-blue);
  font-weight: 700;
}


/* Container & Text */
.allergy-section {
  padding: 60px 5%;background: #f9f9f9;
} 
.section-title {
  font-size:18; font-weight:bold;
  margin-bottom: .25rem; text-align:center; color:#7cc242;
}
.subheading {
  font-size:45px; font-weight:bold;
  margin-bottom: 1.5rem;text-align:center; color:#1967a5;
  
}

/* Grid Layout */
.treatment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem; 
}

/* Treatment Cards */
.treatment-card {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;box-shadow: 0 3px 10px 1px rgb(0 0 0 / .21);

}
.treatment-card h3 {
  font-size: 1.2rem;
  margin-bottom: .75rem; padding:9px 0px 0px 12px;
}
.treatment-card p {
  flex-grow: 1; padding: 9px 0px 0px 12px;
  margin-bottom: 1rem;
  color: #666;
}
.read-more {
  align-self: flex-start;
  text-decoration: none;padding: 9px 0px 10px 12px;
  color: #0a779f;
  font-weight: 100;
}
.read-more:hover {
  text-decoration: underline;
}


.check {
  color: #7cc242; /* green checkmark color */
  font-weight: bold;
  margin-right: 3px;
  font-size: 18px;
}

.check2 {
  color: #000; /* green checkmark color */
  font-weight: bold;
  margin-right: 8px;
  font-size: 18px;
}



.warning-box p {
  margin-bottom: 18px;
  font-size: 16px;
}

.warning {
  color: #f4c20d; /* yellow color for warning */
  font-weight: bold;
  font-size: 18px;
  margin-right: 4px;
}

.warning-footer {
  margin-top: 20px;
  font-size: 16px;
}
 



/* CONTENT */
.content-section { display:flex; align-items:flex-start; justify-content:space-between; padding:31px 5% 25px 5%; gap:40px; flex-wrap:wrap; }

.contentextflex {
flex: 1.5 !important;}


.content-text { flex:1; min-width:280px; }
.content-text h1 { font-size:16px; color:#7cc242; margin-bottom:10px; font-weight:bold; }
.content-text h2 { font-size:42px; color:#1967a5; margin:0 0 20px; font-weight:bold; }
.content-text p { font-size:16px; margin-bottom:25px;  }
.contentdescr { width:100%; margin:auto; }
.contentdescr h1 { font-size:16px; color:#7cc242; margin-bottom:10px; font-weight:bold; }
.contentdescr h2 { font-size:38px; color:#1967a5; margin:33px 0 20px 0PX; font-weight:bold; }

.contentdescr h3 { font-size:30px; color:#1967a5; margin:0 0 20px; font-weight:bold; }
.paw-icons { color:#7cc242; font-size:20px; display:inline-flex; gap:4px; }
.contentdescr p { font-size:16px; margin-bottom:25px; }
.title{font-size:22px; color:#000; margin-bottom:10px; font-weight:bold;}

.btn { display:inline-block; background:#7cc242; color:#fff; padding:12px 24px; font-size:16px; font-weight:bold; border-radius:5px; text-decoration:none; box-shadow:2px 4px 6px rgba(0,0,0,0.2); transition:.3s; margin: 12px 7px 12px 0px;}

.btn:hover { background:#68b83c; }
.content-image { flex:1; min-width:280px; text-align:center;  display:block;}
.content-image img { max-width:100%; height:auto; border-radius:0px; box-shadow:2px 4px 8px rgba(0,0,0,0.3); }


   .contentimagedesktop {display:block;}
   

.h2star {
  font-size: 28px; /* adjust size if needed */
  font-weight: 700;
  color: #00548F; /* same as screenshot */
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 8px; /* space between star and text */
}

.h2star::after {
  content: "★"; /* green star */
  font-size: 40px;
  color: #7cc242; /* green color */
}



:root{
  --h2-icon-color: #7cc242;
  --h2-icon-size: 22px;
}

.h2wrench {
  font-size: 28px;       /* adjust if needed */
  font-weight: 700;
  color: #00548F;        /* blue text */
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;              /* space between text and icon */
}

.h2wrench::after {
  content: "🛠️";        /* change icon here (🛠️, 🐾, ⭐, etc.) */
  font-size: 20px;
  color: #7cc242;        /* green color */
}

h2.star::after {
  content: "⭐";
  color: #7cc242;
}

h2.wrench::after {
  content: "🛠️";
  color: #7cc242;
}

h2.paw::after {
  content: "🐾";
  color: #7cc242;font-size: 29px;
}
/* Checkmark icon */
h2.check::after {
  content: "✔";
  font-size: 27px;
  color: #7cc242;
  margin-left: 4px;
}
/* Location pin icon */

h2.location::after {
   content: "📍";
  font-size: 20px;
  color: #7cc242;
  
  margin-left: 4px;
}


.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "✔";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
/* Custom list styling */
.custom-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  margin: 0 0 20px;
}

.custom-list li {
  position: relative;
  padding-left: 24px; /* space for arrow */
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 18px;
}

.custom-list li::before {
  content: "→";  /* arrow */
  position: absolute;
  left: 0;
  color: #000;   /* arrow color */
  font-weight: bold;
}

/* Ordered list with circled numbers */
.steps-list {
  list-style: none; /* remove default numbers */
  counter-reset: step-counter; /* reset counter */
  padding-left: 0;
  margin: 0 0 20px;
}
 .steps-list li strong{
	  font-size:26px;
  }
  
.steps-list li p {
  margin-left: -34px;
  margin-top: 4px;
  text-align:inherit;
}
  
.steps-list li {
  counter-increment: step-counter; /* increase counter */
  position: relative;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6;
  padding-left: 36px; /* space for number */
}

.steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 9px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #7cc242; /* black circle */
  color: #fff;      /* white number */
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
  padding: 60px 20px;
  max-width: 90%;
  margin: 0 auto;
}

.content-left h1 {
  font-size: 16px;
  color: #7cc242;
  margin-bottom: 10px;
  font-weight: bold;
}


.content-left h2 {
  font-size: 42px;
  color: #1967a5;
  margin: 0 0 10px;
  font-weight: bold;
}


.content-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.content-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.info-box img {
  max-width: 100%;
  margin-bottom: 15px;
}

.info-box h3 {
  font-size: 20px;
  font-weight: 700;height: 103px;
  margin-bottom: 10px;
  color: #00548F;padding: 20px;
}

.info-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;padding: 20px;
}





.services-section {
  padding: 60px 5% 30px 5%;background: #f9f9f9;
}

.services-container {
  display: flex;
  align-items: flex-start; /* align both from top */
  justify-content: space-between;
  flex-wrap: wrap;
}

.services-content {
  flex: 1 1 50%;
  padding: 20px;
}

.services-content h1{
  font-size: 16px;
  color: #7cc242;
  margin-bottom: 10px;
  font-weight: bold;
}


.services-content h2 {
  font-size: 42px;
  color: #1967a5;
  margin: 0 0 10px;
  font-weight: bold;
}

.services-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.services-content p {
  margin-bottom: 15px;
}

.services-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.services-content ul li {
  margin-bottom: 20px;line-height: 28px;
  position: relative;font-size: 18px;
  padding-left: 25px; /* space for ✔ */margin-right: 75px;
}

.services-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #000; /* same blue as triangle */
  font-weight: bold;
}
.firstchild
{
float:left;
width:50%;padding:5% 5% 1% 5%;
}


.firstchild ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.firstchild ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  text-align: left;
  color: #fff;
  font-size:20px;
}

.firstchild ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff; /* same blue as triangle */
  font-weight: bold;
}

.image-container {
    position: relative;
    display: inline-block;       /* or block */
    max-width: 600px;            /* change as needed */
    width: 100%;
    overflow: hidden;margin-top:30px;
	padding:2px;
  }
  

  .image-container img {
    display: block;
    width: 100%;
    height: auto;box-shadow:2px 4px 8px rgba(0,0,0,0.3);
  }

  /* blue triangle overlay */
  .image-container::after {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    pointer-events: none;
    background: rgba(10, 119, 159, 0.65); /* tweak color & alpha */
    /* triangle defined by three points: adjust first value (45%) to move diagonal */
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  
  
.lineghieightP
{
	line-height:28px !important;
}

.services-image {
  position: relative;
  flex: 1 1 37%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px; 
  overflow: hidden;
}

.services-image img {
  max-width: 100%;
  height: auto;
  display: block; 
   box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
 
.triangle-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 410px solid #1967a5; /* Banner Blue */
  border-left: 600px solid transparent;
  z-index: 2;
  opacity: 0.9; /* make semi-transparent */
}
.narrow-indent {
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 50px;
  text-align: justify;
}
.appointment-section {
  padding: 60px 5% 34px 5%;
  background: #f5f5f5;
  text-align: center;
} 
.section-title {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.subheading {
  font-size: 38px;
  margin-bottom: 2rem;
}
.phone-link {
  color: #0a779f;
  font-weight: 600;
  text-decoration: none;
}
.phone-link:hover {
  text-decoration: underline;
}

/* Form Styles */
.appointment-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-row {
  display: flex;
  gap: 1rem;
}
.form-row input {
  flex: 1;
}
.appointment-form input,
.appointment-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}
.appointment-form textarea {
  min-height: 120px;
  resize: vertical;
}
.btn-submit {
  background: #0a779f;
  color: #fff;
  font-size: 1rem;
  padding: 14px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .3s ease;
}
.btn-submit:hover {
  background: #005bb5;
} 



.banner-section {
  position: relative;
  background: #f5f5f5; /* same background color */
  padding: 30px 10% 30px 5%;
  margin: 0px 0;
  overflow: hidden;
}

.banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.bannermidcontent {
  flex: 1 1 60%;
}

.bannermidcontent h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}


.bannermidcontent h2 span{
  font-size: 28px;
  color: #1967a5; font-weight:bold;
  margin: 0;
}

.banner-action {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.cta-btn {
  background: #6cc24a; /* green button */
  color: #fff;
  padding: 20px 31px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #57a63c;
}

/* Triangle Shape */
.banner-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 160px solid #0a779f; /* Banner Blue */
  border-left: 420px solid transparent;
  opacity: 0.9; /* semi-transparent */
  z-index: 1;
}
.faq-section {
  padding: 60px 5% 20px 5%;
  background: #fff;
}
 

.sectiontitle {
  font-size: 19; font-weight:bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #7cc242;margin-top: -32PX;
}


.sectiontitle2 {
  font-size: 44px;
  margin-bottom: 2rem; font-weight:bold;
  text-align: center;
  color: #1967a5;
}

/* FAQ Styles */
.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff; background:#1967a5;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  color: #444;
  line-height: 1.6;
}

.recentblogbtom{
	 padding: 25px 20px 46px 20px !important;
}

.locations-section {
  background: #f9fbfd;
  padding: 25px 20px 20px 20px;
  height: auto;
  float: left;
  width: 100%;
}

/* Title and subtitle */
.section-title {
  text-align: center;
  font-size: 20px;
  color: #7cc242;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-subtitle {
  text-align: center;
  font-size: 40px; font-weight:bold;
  color: #1967a5;
  margin-bottom: 40px;
}

/* Grid layout */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Card design */
.location-card {
  background: #fff;
 
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.location-card:hover {
  transform: translateY(-5px);
}

.location-card h3 {
  font-size: 1.25rem;
  color: #fff; padding: 25px;
  margin-bottom: 10px;
   background: #1967a5;
}
.location-card p {
  font-size: 1rem;
  color: #555;padding: 5px 25px;
  margin: 5px 0;
}


.location-card strong {
  font-size: 14px;
  color: #A9A9A9; 
 
}


.btn {
  display: inline-block;
  margin: 12px 7px 12px 0px;
  background: #7cc242;
  color: #fff;
  padding: 20px 31px;
  font-size: 19px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #005fa3;
}


.testimonials {
  padding: 60px 20px;
  background: #f9fbfd; /* light grey background */
  text-align: center;
}


.testimonialsheading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #7cc242;;
}.testimonials__heading {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 31px;
  color: #1967a5;
}

.testimonials__carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}



.testimonials__slides {
  display: flex;
  overflow: hidden;
  width: 96%;
}

.testimonial {
  flex: 0 0 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.testimonial__box {
  background: #eef7e6;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial__box .quote {
  font-size: 50px;
  color: #0066cc; /* blue quotes */
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: bold;
}

/* Blue Quote Icon */
.quote-icon {
  font-size: 36px;
  color: #1967a5;
  margin-bottom: 15px;
}

 



.testimonial__quote {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial__author {
  font-size: 15px;
  font-weight: bold;
  color: #0066cc; /* blue highlight like example */
}

.testimonials__arrow {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  color: #003366;
  font-size: 18px;
}

.testimonials__arrow:hover {
  background: #003366;
  color: #fff;
}

.testimonials__arrow--left {
  left: -20px;
}

.testimonials__arrow--right {
  right: -20px;
}

.cta-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px;
      color: #fff;
      background: linear-gradient(135deg, #0d63a5 50%, #1279c2 50%);
      flex-wrap: wrap;
    }

    .cta-text {
      max-width:600px;float: left;
    }

.ctabtn {
  background: #6cc24a;
  color: #fff;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
  float: right;
}

    .cta-text h4 {
      font-size: 14px;
      font-weight: 600;
      margin: 0 0 8px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .cta-text p {
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      line-height: 1.4;
    }

    .ctabtn a {
      background: #6cc24a;
      color: #fff;
      padding: 14px 28px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s ease;
      display: inline-block;
	   
    }

    .ctabtn a:hover {
      background: #5aa83f;
    }




:root{
    --green:#6cc24a;
    --text:#222;
    --muted:#6b7280;
    --light:#f3f5f7;
    --border:#e5e7eb;
    --pin:#e53935;
    --blue:#0d63a5;
  }
  .site-footer{
    background:#fff;
    padding:30px 20px 20px;
    font-family:'Open Sans',sans-serif;
     
  }
  .footer-container{
    max-width:86%; margin:0 auto;
  }

  /* grid columns */
  .footer-grid{
    display:grid; gap:28px;
    grid-template-columns:1.2fr 1fr 1fr;
  }

  .brand h3{ margin:0 0 10px; font-size:20px; font-weight:700; }
  .contact-item{
    display:flex; gap:10px; align-items:flex-start; margin:20px 0px 20px 3px;
    font-size:15px; line-height:1.4;
  }
  .contact-item i{ margin-top:2px; }
  .contact-item a{ color:var(--text); text-decoration:none; }
  .contact-item a:hover{ text-decoration:underline; }
  .icon-pin{ color:var(--pin); }
  .icon-phone{ color:#111; }
  .icon-mail{ color:#c0392b; }

  .col h4{
    margin:0 0 12px; font-size:17px; font-weight:700;
    color:#7cc242; text-transform:uppercase; letter-spacing:.4px;
  }
  .col ul{ list-style:none; padding:0; margin:0; line-height: 22px;}
  .col li{ margin:6px 0; }
  .col a{ color:var(--text); text-decoration:none; font-size:15px; }
  .col a:hover{ text-decoration:underline; }

  /* nuisance animals two-column */
  .nuisance ul{
    columns:2;
    -webkit-columns:2;
    -moz-columns:2;
  }
  .nuisance li{ break-inside:avoid; }

 .ctabtn2 {
  display: inline-block;
  margin-top: 34px;
  background: #7cc242;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px !important;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 2px 0 rgba(0,0,0,.05);
}
  .ctabtn2:hover{ filter:brightness(.95); }

  /* social block */
  .footer-social{
    text-align:right;
    font-size:14px; color:var(--muted);
    margin-bottom:16px;
  }
  .footer-social span{ margin-right:8px; font-weight:600; }
  .footer-social a{
    width:28px; height:28px; border-radius:9999px;
    display:inline-flex; align-items:center; justify-content:center;
    background:#dff2d6; color:var(--green); text-decoration:none;
    margin-left:6px;
    transition:opacity .2s;
  }
  .footer-social a:hover{ opacity:.85; }

  /* bottom bar */
  .footer-bottom{
    border-top:1px solid var(--border);
    margin-top:18px; padding-top:14px;
    display:flex; align-items:center; justify-content:space-between;
    gap:14px; font-size:13px; color:var(--muted);
  }
  .footer-bottom a{ color:var(--blue); text-decoration:none; }
  .footer-bottom a:hover{ text-decoration:underline; }
  
  
  

/*Main Form Wrapper*/
.vasplus_programming_blog_wrapper 
{
	width:90%;
	margin: 0 auto;
	-webkit-border-radius: 15px 15px; 15px 15px;-moz-border-radius: 15px 15px; 15px 15px;border-radius: 15px 15px; 15px 15px;
	text-align:center;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:12px;
	padding-bottom:12px;
}

/*Input and Textare Field Style*/
.vpb_input_fields {
	width:100%;box-shadow: 0 0 6px #666666;-moz-box-shadow: 0 0 6px #666666;-webkit-box-shadow: 0 0 6px #666666;font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:normal;height:25px; padding:3px;padding-left:10px;padding-right:10px; padding-top:2px;border: 0px solid  #F1F1F1;outline:none;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius:2px;
}	
.vpb_input_fields:focus { 
 outline:none;border: 0px solid #4195fc;box-shadow: 0 0 12px #66F;-moz-box-shadow: 0 0 12px #66F;-webkit-box-shadow: 0 0 12px #66F;
}

/*Captcha Box wrapper*/
.vpb_captcha_wrapper 
{
	width:100%;
	height:auto;
	padding:10px; 
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0 20px #cbcbcb;
	-moz-box-shadow: 0 0 20px #cbcbcb;
	-webkit-box-shadow: 0 0 20px #cbcbcb;
	border-top: solid 0px #cbcbcb;
	text-align:center;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:left;
}

/*Success Message Style*/
.vpb_success {width:290px;font-family:Verdana, Geneva, sans-serif; font-size:11px; padding:10px; background:#FFFFB7; border:1px solid #F1F1F1;box-shadow: 0 0 20px #cbcbcb;-moz-box-shadow: 0 0 20px #cbcbcb;-webkit-box-shadow: 0 0 20px #cbcbcb;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; line-height:20px; color:#000000;}


/*Error Messages Style*/
.vpb_info {  text-align:left;border: 1px solid #999; padding:8px 10px 8px 10px; font: bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8; }

.ccc{ text-decoration:none; color:#7d5894;}
.ccc:hover{ text-decoration:underline;}

/*Vasplus Button*/
.vpb_general_button 
{
 background-color: #ff0000;
  border: 0px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: auto;
  padding:9px;
  padding-left:13px; padding-right:13px;padding-bottom:7px;
  text-decoration:none;
  float:left;
  margin-right:20px;
}
.vpb_general_button:hover 
{
    background-color: #ff0000;
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
    cursor: pointer; 
}



.back_to_tutorial {
	
background-color: #c83804;
  border: 1px solid #951100;box-shadow: 0 2px 3px #951100;-moz-box-shadow: 0 2px 3px #951100;-webkit-box-shadow: 0 2px 3px #951100;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 15px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 200px; }
.back_to_tutorial:hover 
{
    background-color: #00b8b3;
    cursor: pointer; }
.back_to_tutorial:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}






@media (max-width: 600px) {
  .testimonial {
    flex: 0 0 100%;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .section-title {
    font-size: 20px;
  }
  .faq-question {
    font-size: 1rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .banner-container {
    flex-direction: column;
    text-align: center;
  }
  .banner-action {
    justify-content: center;
    margin-top: 15px;
  }
  .bannermidcontent h2 {
    font-size: 18px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .services-container {
    flex-direction: column;
  }
  .services-image {
    margin-top: 20px;
  }
   .form-row {
    flex-direction: column;
  }
  
  .steps-list li{
	  text-align:LEFT;
  }
  
  .title-check { text-align:LEFT;}
  .firstchild {
    float: left;
    width: 99% !important;
    padding: 5%;
}
}

@media (max-width:768px) {
  .banner h1 { font-size:22px; }
  .banner p { font-size:16px; }
  .banner-content { background:linear-gradient(to right, rgba(0, 91, 170, 0.9) 80%, transparent 50%); }
  .content-section { flex-direction:column; text-align:left; }
  .content-text h2 { font-size:25px; }
}


/* Style for mobile */
@media (max-width: 767px) {
  .menu-item .plus-icon {
    float: right;       /* Move + to the right */
    font-size: 18px;    /* Adjust size if needed */
    line-height: 1;    
position: absolute;	
  }
  
  
  .dropbtn i.fa-chevron-down {  display: none;
}

}



@media (min-width: 768px) {
  .plus-icon {
    display: none;
  }
}


/* Responsive */
@media (max-width: 600px) {
  .section-title {
    font-size: 20px;
  }
  .subheading {
    font-size: 1.1rem;
  }
}


/* ✅ Responsive */
@media (max-width: 992px) {
  .two-column-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .content-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .content-right {
    grid-template-columns: 1fr;
  }
}



  /* responsive */
  @media (max-width: 992px){
    .footer-grid{ grid-template-columns:1fr 1fr; }
    .footer-social{ text-align:center; }
  }
  @media (max-width: 720px){
    .footer-grid{ grid-template-columns:1fr; }
    .nuisance ul{ columns:1; }
    .footer-bottom{ flex-direction:column; text-align:center; }
    .cta-btn{ width:100%; text-align:center; }
  }



    /* Responsive */
    @media (max-width: 768px) {
      .cta-section {
        flex-direction: column;
        text-align: center;
      }
      .ctabtn {
        margin-top: 20px;
      }
    } 

/* Responsive: fewer boxes on smaller screens */
@media (max-width: 991px) {
  .testimonial {
    flex: 0 0 100%;
  }
}


/* ===== Mobile full-width panel under header ===== */
@media (max-width:768px) {
  .menu-toggle { display:block; 
  }

.logomob{
	width:150px; height:auto;
}
.logofoot{
	width:200px; height:auto;margin-top: 4px;
}
.firstchild {
    float: left;
    width: 90%;
    padding: 5% 5% 3% 5%;
}

  /* Make the dropdown panel span the full width under the sticky header */
  #mainmenu{
    display:none;                 /* hidden until toggled */
    position:absolute;            /* positioned relative to .navbar (sticky) */
    top:100%;                     /* exactly under the header */
    left:0;
    right:0;
    width:100%;
    background:#fff;
    border-top:1px solid #ddd;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    flex-direction:column;        /* stack items */
    padding:8px 0;
    z-index:1002;                 /* above page content */
  }
  /* Ensure absolute child (#mainmenu) is relative to the header width, not the container */
  .navbar { position:sticky; }

  /* Top-level links styling in panel */
  #mainmenu > li > a{
    padding:7px 18px;
    border-bottom:1px solid #f1f1f1;
  }

  /* Submenus inside panel (full width too) */
  #mainmenu li ul{
    position:static;
    display:none;
    border:none;
    box-shadow:none;
    background:#f9fbff;
  }
  #mainmenu li ul li a{
    padding:8px 24px;
    font-size:14px;
  }

  /* Rotate chevron when expanded (JS toggles aria-expanded) */
  .dropbtn[aria-expanded="true"] .fa-chevron-down { transform:rotate(180deg); }
  
  
  
  .topbar .content {
       display: block;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    margin-left: 2%;
}
.topbar .left {
    display: contents;
    gap: 38px;
}
  
  
  .plus-icon {
    cursor: pointer;
    margin-left: 6px;
    font-weight: bold;
    display: block;
    float: right;
    margin-top: -47px;
    font-size: 33px;
    margin-right: 35px;
}

.bannermidcontent h2 {
   
    color: #1967a5;
    margin: 0;
}

.triangle-shape { 
    border-bottom: 217px solid #1967a5;
     
}
.services-section {
    padding: 21px 5%;
    background: #f9f9f9;
}
.image-box::before {
    top: -11px;
    left: 18px;
}

  
.spacebottom{
  margin-bottom: 5px !important;
}
  
.spacetop3 {
  margin-top: 0px !important;
}
.spacetop2 {
  margin-top: 5px !important;
}

.spacetop {
  margin-top: 5px !important;
}


.spacetopmore {
  margin-top: 10px !important;
}
  
  
.spacetop4 {
  margin-top: 5px !important;
}

.services-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}.title-check {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    font-weight: bold;
}
.content-image {
    flex: 1;
    min-width: 93%;
    text-align: center;
}
.firstchild ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 47px;
    text-align: left;
    color: #fff;
	margin-left:10%;
    font-size: 20px;
}

.content-left p {
    
    text-align: left;
}
  
  .content-left h2 {
    font-size: 30px; 
    text-align: left;
     
}
  
  .content-left h1 { 
    text-align: left;
}


.contactbanner .titel {
  text-align: center;
  font-size: 25px;
  margin-top: 35px;
  font-weight: bold;
}

.topbar .left span{
	width:100% !important;
	 
}


.contentdescr h2 {
font-size: 29px;}

.animaltrappingbanner .titel {
    text-align: center;
    font-size: 34px;
    margin-top: 19px;
}
.float-img {
    float: none;
    margin: 20px 0 33px 0px;
        width: 100%;
    border-radius: 0px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
	clear:both;
}

.services-content h2 {
    font-size: 26px;
}

.logo {
    font-size: 22px;
    font-weight: bold;
    color: #1967a5;
    text-decoration: none;
    width: 259px;
    margin-left: -16px;
}

.vasplus_programming_blog_wrapper {
    width: 100%;
}

.floatimg {
    margin-left: 0px !important;
}
.imgright {
    margin-right: 0px !important;
}
.titlearrow {
    position: relative;
    padding-left: 37px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}


.floaimgbtms{
	margin-bottom:15px !important;
}

.navbar-nav {
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}


.desktopblock{
	display:none;
	
}

.topbar .btn{    margin-left: 14px;}


.banner {
    
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.banner-content {
    background: linear-gradient(to right, rgba(0, 91, 170, 0.9) 100%, transparent 38%);
        min-height: auto;

}

.banner p {
    font-size: 19px;
    text-shadow: none;
    width: 79%;
}

 .services-bar{justify-content:left;     margin-left: 10%;} 

.services-bar a {
     
line-height: 2;}



.icon-paws { 
    margin-right: 10px;    margin-left: 7px;

}
.icon {margin-right: 10px;}

.contentp {
    font-size: 20px !important;
    text-align: left;
}
.spacetopmore4 {
    margin-top: 8px !important;
}
.title {
    font-size: 20px; 
}

.contentleft {
	    text-align: left !important;
}

.title-check::before {
position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    
}

.firstchild ul li::before {
    content: "\f00c";
	 font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    color: #fff;
    font-weight: bold;
}

.bannermidcontent h2 span{
	    color: #1967a5;
    text-align: left; margin-top:10px;
    display: block;
    margin-left: 19px;    font-size: 25px;

}
.section-subtitle {
    text-align: center;
    font-size: 30px;
}

.animaltrappingbanner{
	    height: 200px;
}



.spacetopabout {
  margin-top: -65px !important;
}
.custom-list li {
    
    padding-left: 30px;
}

h2.check::after {
    content: "\f00c"; /* fa-check */
    font-size: 27px;
    color: #7cc242;
    margin-left: 4px;
	font-family: "Font Awesome 5 Free";
}

.services-content ul li::before {
        content: "\f00c"; /* fa-check */font-family: "Font Awesome 5 Free";
}
.services-content ul li {
   
    margin-right: 9px;
}
.spacetopmore2 {
    margin-top: 6px !important;
}
.sectiontitle2 {
font-size: 34px;}


.content-image img {
   margin-top: 20px;}
 .spacetopmore3 {
    margin-top: 0px !important;
}
  
  .steps-list li strong {
    font-size: 24px;
}


 .listright {
    margin-right: 0% !important;
}

   
   .content-image { flex:1; min-width:280px; text-align:center;  display:block;}
   
   .contentimagedesktop {display:none;}
   
   
   

}

