
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .moreSerBox{
      margin: 0 -10px;
      grid-gap: 10px;
  }
  
  .moreSerBox .moreSer{
      width: calc(100%/3 - 10px);
      min-height: 68px;
      border-radius: 5px;
      border: 1px solid rgb(255, 255, 255);
      background-color: #ffffff;
      padding: 10px;
      margin: 0;
      display: block;
      transition: box-shadow .2s ease-in-out;
  }
  
  .moreSerBox .moreSer:hover{
      /* background-color: #f92f2c; */
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }
  
  .moreSerBox .moreSer img{
    width: 40px;
    border-radius: 5px;
    display: block;
    margin: auto;
  }
  
  .moreSerBox .moreSer p{
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 22.4px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 0;
  }

  .locationBox {
    margin: 0 -10px;
    grid-gap: 10px;
}

.locationBox li {
  width: calc(100%/3 - 10px);
  min-height: 68px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #ffffff;
  padding: 10px;
  margin: 0 0 20px 0;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: box-shadow .2s ease-in-out;
}

.locationBox li:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.locationBox li a{
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 22.4px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 0;
}

.locationBox li img{
  width: 28px;
  border-radius: 5px;
  display: block;
  margin: auto;
}

.locationBox li:hover a{
    color: #F92F2C;
    text-decoration: none;
}  
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    #header .header-logo img {
      z-index: 1;
      width: 254px;
      height: auto;
    }
    
    .topheacall{
      display: none;
    }

    .mainBanner{
      background-image: url(../supremepestcontrol/banner/slidetwo.jpg) !important;
    }
    
    .topCallRight{
        display: none;
        align-items: center;
        justify-content: center;
    }
    
    .topCallRight .topCall{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .topCallRight .topCall img{
        width: 38px;
        height: 38px;
    }
    
    .topCallRight .topCall .topCallList{
        list-style: none;
        padding: 0px 0px 0px 10px;
        margin: 0px 19px 0px 0px;
    }
    
    .topCallRight .topCall .topCallList li{
        color: #000000;
        font-size: 14px;
    }
    
    .topCallRight .topCall .topCallList li a{
        color: #000000;
        font-size: 20px;
    }
    
    .topCallRight .topCall:hover .topCallList li a{
        color: #F92F2C;
        text-decoration: none;
    }
    
    .topCallRight .toprightbtn{
        cursor: pointer;
        padding: 14px 20px;
        transition: box-shadow .2s ease-in;
        font-size: 16px;
        color: #ffffff;
        background-color: #F92F2C;
        text-decoration: none;
        border-radius: 12px;
    }
    
    .topCallRight .toprightbtn:hover{
        text-decoration: none;
        background-color: #222222;
        box-shadow: 0px 3px 8px 0px #797979;
    }
    
    .bannerText{
      display: block;
    }
    
    .bannerText h2{
        color: #ffffff;
        font-size:28px;
        font-weight: 800;
        letter-spacing: 0.1px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    
    .bannerText ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .bannerText ul li{
      display: flex;
      gap: 6px;
      color: #ffffff;
      font-size: 16px;
      line-height: 26px;
      padding: 0 0 8px 0;
      align-items: flex-start;
    }

    .bannerText ul li img {
      width: 20px;
  }
    
    .bannerText ul li .fa{
        color: #ffffff;
        padding-right: 10px;
    }

    .supremeBtnDark {
      border: none;
      cursor: pointer;
      padding: 8px;
      margin: 0 10px 0 0 !important;
      transition: box-shadow .2s ease-in;
      font-size: 15px;
      color: #ffffff;
      background-color: #222222;
      text-decoration: none;
      border-radius: 8px;
  }

  .supremeBtn {
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: box-shadow .2s ease-in;
    font-size: 15px;
    color: #ffffff;
    background-color: #F92F2C;
    text-decoration: none;
    border-radius: 8px;
}

    .homeForm{
      display: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.35);
      padding: 56px 30px 30px;
      margin: 0;
      width: 500px;
      max-width: 100%;
      float: right;
      text-align: center;
      position: relative;
  }
  
  .homeForm .formFormIcon{
      position: absolute;
      top: 0px;
      width: 86px;
      transform: translate(-50%, -50%);
  }
  
  .homeForm h3{
      color: #ffffff;
      font-size: 28px;
      font-weight: normal;
      line-height: 34px;
      text-transform: capitalize;
      margin: 0 0 16px 0;
  }
  
  .homeForm p{
      color: #ffffff;
      font-size: 17px;
      font-weight: normal;
      text-transform: capitalize;
      margin: 0 0 16px 0;
  }
  
  .homeForm input{
      width: 100%;
      color: #fff;
      padding: 10px 20px !important;
      margin-bottom: 20px;
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 4px;
      background-color: rgba(255,255,255,0.05);
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      min-height: 46px;
  }
  
  .homeForm textarea{
      width: 100%;
      color: #fff;
      padding: 10px 20px !important;
      margin-bottom: 20px;
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 4px;
      background-color: rgba(255,255,255,0.05);
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      min-height: 82px;
  }
  
  .homeForm .homeFormBtn{
      width: 100%;
      cursor: pointer;
      color: #ffffff;
      background-color: #F92F2C;
      padding: 10px 20px !important;
      border: 1px solid rgba(249, 47, 44, 0.849);
      border-radius: 4px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      min-height: 52px;
  }

  section.section.section-overlay-opacity:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


.resBanTextSec{
  display: block;
  background-color: #404040;
  padding: 50px 0px;
}

.resBanTextSec .resbannerText{
  display: none;
}

.resBanTextSec .resbannerText h2{
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.1px;
  line-height: 36px;
  margin-bottom: 12px;
}


.resBanTextSec .resbannerText ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.resBanTextSec .resbannerText ul li{
  display: flex;
  gap: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 8px 0;
  align-items: flex-start;
}

.resBanTextSec .resbannerText ul li img{
  width: 20px;
}

.resBanTextSec .resbannerText ul li .fa{
  color: #ffffff;
  padding-right: 10px;
}
.ressupremeBtn{
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: box-shadow .2s ease-in;
  font-size: 15px;
  color: #ffffff;
  background-color: #F92F2C;
  text-decoration: none;
  border-radius: 8px;
}


.ressupremeBtn a{
  color: #ffffff;
}

.ressupremeBtn:hover a{
  color: #ffffff;
  text-decoration: none !important;
}

.ressupremeBtn:hover{
  background-color: #222222;
  text-decoration: none;
  box-shadow: 0px 3px 8px 0px #797979;
}

.ressupremeBtn .fa{
  font-size: 15px;
  padding-right: 8px;
}

.ressupremeBtnDark{
  border: none;
  cursor: pointer;
  padding: 8px;
  margin: 0 6px 0 0;
  transition: box-shadow .2s ease-in;
  font-size: 15px;
  color: #ffffff;
  background-color: #222222;
  text-decoration: none;
  border-radius: 8px;
}

.ressupremeBtnDark a{
  color: #ffffff;
}

.ressupremeBtnDark:hover a{
  color: #ffffff;
  text-decoration: none !important;
}

.ressupremeBtnDark:hover{
  background-color: #F92F2C;
  text-decoration: none;
  box-shadow: 0px 3px 8px 0px #797979;
}

.ressupremeBtnDark .fa{
  font-size: 15px;
  padding-right: 8px;
}
  .moreSerBox{
      margin: 0 -10px;
      grid-gap: 10px;
  }
  
  .moreSerBox .moreSer{
      width: calc(100%/3 - 10px);
      min-height: 68px;
      border-radius: 5px;
      border: 1px solid rgb(255, 255, 255);
      background-color: #ffffff;
      padding: 10px;
      margin: 0 0 20px 0;
      display: block;
      transition: box-shadow .2s ease-in-out;
  }
  
  .moreSerBox .moreSer:hover{
      /* background-color: #f92f2c; */
      text-decoration: none;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }
  
  .moreSerBox .moreSer img{
    width: 40px;
    border-radius: 5px;
    display: block;
    margin: auto;
  }
  
  .moreSerBox .moreSer p{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 22.4px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 0;
  }

  .locationBox {
    margin: 0 -10px;
    grid-gap: 10px;;
}

.locationBox li {
  width: calc(100%/2 - 10px);
  min-height: 68px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #ffffff;
  padding: 10px;
  margin: 0 0 20px 0;
  display: block;
  transition: box-shadow .2s ease-in-out;
}

.locationBox li:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.locationBox li a{
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 22.4px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 0;
}

.locationBox li img{
  width: 28px;
  border-radius: 5px;
  display: block;
  margin: auto;
}

.locationBox li:hover a{
    color: #F92F2C;
    text-decoration: none;
}

.restopcall{
  display: block;
}

.restopcall img{
  display: none;
  width: 36px;
  padding-left: 5px;
}


.reshomeForm{
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 56px 30px 30px;
  margin: 0;
  width: 100%;
  max-width: 550px;
  float: right;
  text-align: center;
  position: relative;
}

.reshomeForm .resformFormIcon{
  position: absolute;
  top: 0px;
  width: 86px;
  transform: translate(-50%, -50%);
}

.reshomeForm h3{
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  text-transform: capitalize;
  margin: 0 0 16px 0;
}

.reshomeForm p{
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 16px 0;
}

.reshomeForm input{
  width: 100%;
  color: #fff;
  padding: 10px 20px !important;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 4px;
  background-color: rgba(255,255,255,0.05);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  min-height: 46px;
}

.reshomeForm textarea{
  width: 100%;
  color: #fff;
  padding: 10px 20px !important;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 4px;
  background-color: rgba(255,255,255,0.05);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  min-height: 82px;
}

.reshomeForm .reshomeFormBtn{
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  background-color: #F92F2C;
  padding: 10px 20px !important;
  border: 1px solid rgba(249, 47, 44, 0.849);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  min-height: 52px;
}

.float1 {
  bottom: 20px;
  animation: wiggle 4s 2s infinite !important;
}

/****** Supreme Pest Control Services Inner Page CSS Start ******/
.pestconinner{
  position: relative;
  padding: 60px 30px 70px 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pestconinner h2{
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.pestconinner p{
  color: #ffffff;
  font-size: 16px;
  margin: 0px 0 10px 0;
}
.pestconinner .pestconcall{
  cursor: pointer;
  padding: 20px 30px;
  transition: box-shadow .2s ease-in;
  font-size: 16px;
  color: #ffffff;
  background-color: #F92F2C;
  text-decoration: none;
  /* border-radius: 12px; */
}
.pestconinner .pestconcall:hover{
  text-decoration: none;
  background-color: #f14f4c;
  box-shadow: 0px 1px 3px 0px #2b2b2b;
}
.antpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/ant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.antpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.wasppest{
  background-image: url(../supremepestcontrol/pestcontrolservices/wasp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wasppest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.boxelderbugpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/boxelderbug.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.boxelderbugpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.bedbugpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/bedbug.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bedbugpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.cockroachpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/cockroach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cockroachpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.centipedespest{
  background-image: url(../supremepestcontrol/pestcontrolservices/centipedes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.centipedespest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.ratpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/rat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ratpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.micepest{
  background-image: url(../supremepestcontrol/pestcontrolservices/mice.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.micepest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.mitepest{
  background-image: url(../supremepestcontrol/pestcontrolservices/mite.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mitepest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.spiderpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/spider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.spiderpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.silverfishpest{
  background-image: url(../supremepestcontrol/pestcontrolservices/silverfish.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.silverfishpest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}

.beetlepest{
  background-image: url(../supremepestcontrol/pestcontrolservices/beetle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.beetlepest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}
/****** Supreme Pest Control Services Inner Page CSS End ******/

/****** Supreme Pest Control Services Inner Page CSS start ******/
.whatsetBox{
  padding: 30px;
  /* border-radius: 14px; */
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 16px 1px;
  margin-bottom: 30px;
}
.whatsetBox img{
  width: 80px;
  margin: 0 auto 10px auto;
  display: block;
}
.whatsetBox h3{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 28px;
  margin: 0 0 0 0;
  text-transform: capitalize;
}
/****** Supreme Pest Control Services Inner Page CSS End ******/

/****** Call Now CSS Start ******/
.getcallnow{
  background-image: url(../supremepestcontrol/banner/callbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 0px 60px 0px;
}
.getcallnow::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* change rgba to any color & transparency */
  z-index: 2; /* just above background */
  pointer-events: none; /* lets you click through the overlay */
}
.getcallnow .getcallcon{
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.getcallnow .getcallcon h3{
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 25px 0;
  text-transform: capitalize;
}
.getcallnow .getcallcon p{
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.getcallnow .getcallcon .getcallbtn{
  cursor: pointer;
  padding: 20px 30px;
  transition: box-shadow .2s ease-in;
  font-size: 16px;
  color: #ffffff;
  background-color: #F92F2C;
  text-decoration: none;
  border-radius: 12px;
}
.getcallnow .getcallcon .getcallbtn:hover{
  text-decoration: none;
  background-color: #f14f4c;
  box-shadow: 0px 1px 3px 0px #2b2b2b;
}
/****** Call Now CSS End ******/
};