@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 241px 0 60px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
    margin-top: 0%;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
    margin-top: 6%;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.signup-bg {
  background: url("../../images/signup-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 15%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 20%;
  }
}

main.test-bg {
  background-image: url(../..images/testimonial-pg-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #213A72;
  background: #213A72;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #B31A25;
  border: 1px solid #B31A25;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #B31A25;
  background: #B31A25;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #B31A25;
  border: 1px solid #B31A25;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #213A72;
  background: #213A72;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #B1C2E8;
  border: 1px solid #213A72;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #213A72;
  background: #fff;
  color: #000;
  text-shadow: none;
  white-space: normal;
  font-size: 15px;
}
.link-pdf:hover {
  background: #213A72;
  border: 1px solid #213A72;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #213A72;
  background: #213A72;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #213A72;
  border: 1px solid #213A72;
  color: #fff !important;
  text-decoration: underline;
}

.control-moisture, .rely-accurate {
  /* Modified code from @gagan-gv */
}
.control-moisture a:hover, .rely-accurate a:hover {
  text-decoration: none;
}
.control-moisture .button, .rely-accurate .button {
  padding: 1em 2em;
  font-size: 17px;
  background: transparent;
  border: none;
  position: relative;
  color: white;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.control-moisture .button::after, .rely-accurate .button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
  transform: translate(0px, 0px);
  width: 10px;
  height: 10px;
  background: #B31A25;
  backdrop-filter: blur(5px);
  border-radius: 50px;
}
.control-moisture .button::before, .rely-accurate .button::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #213A72;
  border-radius: 50px;
}
.control-moisture .button:hover::before, .rely-accurate .button:hover::before {
  transform: translate(5%, 20%);
  width: 10px;
  height: 10px;
}
.control-moisture .button:hover::after, .rely-accurate .button:hover::after {
  border-radius: 50px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
.control-moisture .button:active::after, .rely-accurate .button:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
.control-moisture .btn2:after, .rely-accurate .btn2:after {
  background: #213A72;
}
.control-moisture .btn2:before, .rely-accurate .btn2:before {
  background: #B31A25;
}

.three-item-section .btn {
  background: #B31A25;
  border: 1px solid #B1C2E8;
  outline: none;
  padding: 7px 40px;
  border-radius: 100px;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
.three-item-section .btn:hover {
  background: transparent;
}
.three-item-section .btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #213A72;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
}
.three-item-section .btn:hover::after {
  transform: translateY(0%);
  border-radius: 0;
  /* Safari 10.1+ (alternate method) */
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .three-item-section .btn:hover::after {
      z-index: -5;
    }
  }
}
.three-item-section .btn span {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  color: white;
}
.three-item-section .btn span:after {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  content: attr(data-text);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 100%);
  color: white;
}
.three-item-section .btn:hover span:after {
  transform: translate(-50%, 0);
}
.three-item-section .btn:focus {
  outline: none;
}
@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

.pricing-table-default a {
  color: white;
}
.pricing-table-default button {
  position: relative;
  background: #213A72;
  border: solid 1px #121212;
  transition: linear 250ms;
  padding: 7px;
  font-size: 1rem;
  z-index: 1;
  color: white;
}
.pricing-table-default button:is(:hover, :focus) {
  color: #000;
}
.pricing-table-default button::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background-color: #B1C2E8;
  transform-origin: left;
  transform: scaleX(0);
  transition: linear 250ms;
}
.pricing-table-default button:is(:hover, :focus)::after {
  transform: scale(1);
}

.strip-block {
  background: #fff;
}
.strip-block .top-nav-items {
  display: flex;
  float: right;
}
.strip-block .container {
  padding: 10px 0;
}
.strip-block .nav-media i:before {
  color: #fff;
}

.header {
  position: relative;
  background-color: white;
  z-index: 5;
  width: 100%;
}
.header .header-padding {
  padding: 0 15px;
  background-color: #213A72;
}
@media (min-width: 1024px) {
  .header .header-padding {
    padding: 0px 0px;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .header .header-padding {
    padding: 0px 0px;
    background-color: transparent;
  }
}
.header .header-contact .nav-top a {
  color: #000;
}
.header .header-contact .header-number {
  text-align: center;
  white-space: normal;
  justify-content: end;
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .header .header-contact .header-number {
    text-align: right;
    white-space: preserve-breaks;
    justify-content: end;
    display: flex;
    align-items: center;
    white-space: normal;
  }
}
.header .header-contact .header-number a {
  font-size: 18px;
  color: #B31A25;
  font-weight: bold;
}
.header .header-contact .header-number a i {
  color: black;
}
.header .header-contact .header-number .btn-main {
  font-size: 15px;
  padding: 0.3rem 0.6rem;
}
.header .header-contact .header-number .quote-button {
  background: #B31A25;
  border: 1px solid #B31A25;
  color: white;
}
.header .header-contact .header-number .quote-button:hover {
  background: #213A72;
  border: 1px solid #213A72;
}

.header.active {
  background: #fffffff5;
}

header .logo img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header .logo img {
    width: 105%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  header .logo img {
    width: 90%;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  header .logo img {
    width: 60%;
    position: relative;
    top: 2px;
  }
}

.header-right {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .header-right {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
@media (min-width: 1024px) {
  .header-contact {
    display: block;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .header-contact {
    display: block;
    margin: 0px;
    margin-top: 0px;
  }
}
.header-contact .header-delmarva {
  color: #2b539e;
  font-size: 17px;
}

.mobile-only .nav-top a {
  color: #000;
}
.mobile-only .header-number {
  text-align: center;
  white-space: normal;
  justify-content: end;
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .mobile-only .header-number {
    text-align: right;
    white-space: preserve-breaks;
    justify-content: end;
    display: flex;
    align-items: center;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .mobile-only .header-number {
    text-align: right;
    white-space: preserve-breaks;
    justify-content: end;
    display: flex;
    align-items: end;
    white-space: normal;
  }
}
.mobile-only .header-number a {
  font-size: 18px;
  color: #B31A25;
  font-weight: bold;
}
.mobile-only .header-number a i {
  color: black;
}
.mobile-only .header-number .btn-main {
  font-size: 15px;
  padding: 0.3rem 0.6rem;
}

.header .navbar-nav {
  justify-content: center;
  display: flex;
  align-items: left;
}
@media (min-width: 768px) {
  .header .navbar-nav {
    align-items: left;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav {
    align-items: center;
  }
}
.header .navbar-nav a {
  color: #000;
  text-transform: uppercase;
  font-size: 15.6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .navbar-nav a {
    color: #000;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav a {
    font-size: 14px;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.header .navbar-nav .btn-main {
  line-height: 12px;
}
@media (min-width: 768px) {
  .header .navbar-nav .btn-main {
    line-height: 12px;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav .btn-main {
    line-height: 13px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav .btn-main {
    line-height: 12px;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav .nav-link {
    padding: 10px 0.6rem;
  }
}
.header .navbar-nav .dropdown-menu {
  background: #D9EFFF;
}
@media (min-width: 768px) {
  .header .navbar-nav .dropdown-menu {
    background: #D9EFFF;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav .dropdown-menu {
    border: none;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav .dropdown-menu {
    border: none;
  }
}
.header .navbar-nav .dropdown-menu a {
  padding: 5px 10px;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
  background: transparent;
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    z-index: 5;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    width: 100%;
  }
}
.header .navbar {
  background-color: #213A72;
  z-index: 2;
}
.header .navbar .nav-link {
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important;
  color: #fff;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .header .navbar .nav-link {
    font-size: 18px;
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }
}
@media (min-width: 1024px) {
  .header .navbar .nav-link {
    font-size: 15px;
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
}
@media (min-width: 1080px) {
  .header .navbar .nav-link {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
}
@media (min-width: 1200px) {
  .header .navbar .nav-link {
    font-size: 18px;
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }
}
.header .navbar .dropdown-menu {
  background-color: #091120;
  border: 1px solid #757575;
}
.header .navbar .dropdown-menu li:hover {
  background-color: #fff;
}
.header .navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.header .navbar .dropdown-menu a:hover {
  background: #B1C2E8;
}
@media (min-width: 1200px) {
  .header .navbar {
    position: fixed;
    z-index: 5;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    width: 100%;
  }
}

.slideshow-home {
  text-align: center;
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-inner {
    margin-top: 167px;
  }
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 13%;
    margin-top: -170px;
    text-align: left;
    width: 55%;
    position: absolute;
    justify-content: left;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 11%;
    margin-top: -220px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 80px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 95px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -410px;
    padding-left: 340px;
  }
}
.slideshow-home .slider-text .slide-button {
  text-align: center;
}
.slideshow-home .slider-text .slide-button .btn-main2 {
  font-size: 20px;
  border: 1px solid white;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text .slide-button .btn-main2 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text .slide-button .btn-main2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text .slide-button .btn-main2 {
    font-size: 40px;
  }
}
.slideshow-home .slider-text .slide-button span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text .slide-button span {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text .slide-button span {
    font-size: 26px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text .slide-button span {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text .slide-button span {
    font-size: 30px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.number-banner {
  background: #B1C2E8;
  color: #000;
  font-size: 30px;
}
.number-banner a {
  color: #000;
}
@media (min-width: 768px) {
  .number-banner {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .number-banner {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .number-banner {
    font-size: 40px;
  }
}

.delmarva-pest .expand-button {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #213A72;
  border-radius: 3px;
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
  color: #fff !important;
}
.delmarva-pest .expand-button:hover {
  background-color: #B1C2E8;
  color: #000 !important;
}
.delmarva-pest .cat-decs-content {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.delmarva-pest .cat-decs-content .title {
  font-size: 30px;
  text-align: center;
}
.delmarva-pest .cat-decs-content.-expanded {
  max-height: 100%;
}
.delmarva-pest .cat-decs-content:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service_area {
  background: #213A72;
}
.service_area .container-fluid {
  padding: 45px 15px;
}
.service_area .theme-btn {
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  float: none;
}
.service_area .service-box {
  width: 82%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service_area .service-box {
    width: 42%;
    margin: 15px;
  }
}
@media (min-width: 1024px) {
  .service_area .service-box {
    width: 27%;
    margin: 15px;
  }
}
@media (min-width: 1080px) {
  .service_area .service-box {
    width: 27%;
    margin: 15px;
  }
}
@media (min-width: 1180px) {
  .service_area .service-box {
    width: 22%;
    margin: 15px;
  }
}
@media (min-width: 1200px) {
  .service_area .service-box {
    width: 28%;
    margin: 15px;
  }
}
@media (min-width: 1366px) {
  .service_area .service-box {
    width: 21%;
    margin: 15px;
  }
}
@media (min-width: 1500px) {
  .service_area .service-box {
    width: 17%;
    margin: 15px;
  }
}
.service_area .service-block {
  position: relative;
  background-color: #B1C2E8;
  border-radius: 35px;
  padding: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}
.service_area .service-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  background-color: #f2f6fa;
  background-color: #fff;
  border: 1px solid #091120;
  padding: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .service_area .service-block .inner-box {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .service_area .service-block .inner-box {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .service_area .service-block .inner-box {
    padding: 10px;
  }
}
.service_area .service-block .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
  transform: scale(1, 1);
}
.service_area .service-block .inner-box:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  background-color: #B31A25;
}
.service_area .service-block .inner-box:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service_area .service-block .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service_area .service-block .inner-box:hover .icon-box img {
  color: #B31A25;
}
.service_area .service-block .inner-box:hover .title a {
  color: #ffffff;
  text-decoration: none;
}
.service_area .service-block .inner-box:hover .text {
  color: #ffffff;
}
.service_area .service-block .inner-box:hover .link-box a {
  color: #FFF;
}
.service_area .service-block .icon-box {
  height: 155px;
  width: 155px;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service_area .service-block .icon-box {
    height: 155px;
    width: 155px;
  }
}
@media (min-width: 1150px) {
  .service_area .service-block .icon-box {
    height: 124px;
    width: 124px;
  }
}
@media (min-width: 1080px) {
  .service_area .service-block .icon-box {
    height: 124px;
    width: 105px;
  }
}
@media (min-width: 1180px) {
  .service_area .service-block .icon-box {
    height: 124px;
    width: 124px;
  }
}
@media (min-width: 1200px) {
  .service_area .service-block .icon-box {
    height: 155px;
    width: 145px;
  }
}
.service_area .service-block .icon-box img {
  position: relative;
  display: block;
  font-size: 145px;
  color: #213A72;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  justify-content: center;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .service_area .service-block .icon-box img {
    width: 90%;
  }
}
.service_area .service-block .icon-box img::before {
  padding: 0px;
}
.service_area .service-block .title {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
  z-index: 1;
  text-transform: uppercase;
}
.service_area .service-block .title a {
  color: #181e44;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service_area .service-block .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.service_area .service-block .link-box {
  position: relative;
  z-index: 1;
}
.service_area .service-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #091120;
  font-weight: 600;
  border-bottom: 1px solid #efabae;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.service_area .service-block:hover {
  background-color: white;
}
.service_area .services-section .service-block .inner-box {
  margin: 20px 0px;
}

.control-moisture {
  font-size: 30px;
  text-align: center;
}
.control-moisture p {
  font-size: 1rem;
}
.control-moisture .contol-button {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #213A72;
  border-radius: 3px;
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
  color: #fff !important;
}
.control-moisture .contol-button:hover {
  background-color: #189eff;
  color: #ffffff !important;
}
.control-moisture .control-moist-content {
  position: relative;
  max-height: 188px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.control-moisture .control-moist-content .title {
  font-size: 30px;
  text-align: center;
}
.control-moisture .control-moist-content.-expanded {
  max-height: 100%;
}
.control-moisture .control-moist-content:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stops-mosquitos {
  background-image: url(../../images/mosquito.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20%;
  background-color: #E4EDF9;
  font-size: 30px;
  text-align: center;
}
.stops-mosquitos p {
  font-size: 1rem;
}

.rely-accurate {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0.6) 100%), url(../../images/Fleet-2.png);
  background-attachment: inherit;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 110px 0;
}
@media (min-width: 768px) {
  .rely-accurate {
    background-attachment: inherit;
  }
}
@media (min-width: 1300px) {
  .rely-accurate {
    background-attachment: fixed;
  }
}
.rely-accurate .title {
  font-size: 30px;
  color: white;
}
.rely-accurate p {
  color: white;
}
.rely-accurate .button:before, .rely-accurate .button:after {
  border: 1px solid white;
}

.three-item-section {
  background-image: url(../../images/bug-pattern.jpg);
  background-size: 40%;
}
.three-item-section .container-fluid {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .three-item-section .container-fluid {
    padding: 25px 25px;
  }
}
@media (min-width: 1024px) {
  .three-item-section .container-fluid {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .three-item-section .container-fluid {
    padding: 25px 50px;
  }
}
.three-item-section .row {
  align-items: center;
}
.three-item-section .video iframe {
  width: 100%;
  margin-bottom: -7px;
  height: 240px;
}
@media (min-width: 768px) {
  .three-item-section .video iframe {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .three-item-section .video iframe {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .three-item-section .video iframe {
    height: 400px;
  }
}
.three-item-section .sentricon-logo .logo-background {
  background: #fffc;
  padding: 10px;
}
.three-item-section .sentricon-logo img {
  margin: 0 auto;
  display: block;
  width: 70%;
}
.three-item-section .estimate .form {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 768px) {
  .three-item-section .estimate .form {
    height: 306px;
  }
}
@media (min-width: 768px) {
  .three-item-section .estimate .form {
    height: 326px;
  }
}
@media (min-width: 1024px) {
  .three-item-section .estimate .form {
    height: 326px;
  }
}
.three-item-section .estimate .form input::placeholder {
  color: #b6c7d5;
}
.three-item-section .estimate .title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .three-item-section .estimate .title {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .three-item-section .estimate .title {
    font-size: 29px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1080px) {
  .three-item-section .estimate .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .three-item-section .estimate .title {
    font-size: 36px;
  }
}
.three-item-section .estimate .subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.three-item-section .estimate .input-container {
  height: 50px;
  position: relative;
  width: 100%;
}
.three-item-section .estimate .input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
}
.three-item-section .estimate .continue {
  background-color: #B1C2E8;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  text-align: center;
}
.three-item-section .estimate .submit:active {
  background-color: #06b;
}

.thirty-banner {
  background: #213A72;
  color: #fff;
  font-size: 30px;
}
@media (min-width: 768px) {
  .thirty-banner {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .thirty-banner {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .thirty-banner {
    font-size: 40px;
  }
}

.testimonials {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 100%), url(../../images/testimonial-bg.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 92px 0;
}
@media (min-width: 768px) {
  .testimonials {
    background-attachment: inherit;
  }
}
@media (min-width: 1300px) {
  .testimonials {
    background-attachment: fixed;
  }
}
.testimonials blockquote {
  padding: 0;
  margin: 0;
}
.testimonials blockquote a {
  color: #000;
}
.testimonials .container-fluid {
  padding: 15px 35px 15px;
}
.testimonials .test-item {
  position: relative;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    background: url("../../images/testimonial-side-img.jpg") no-repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .testimonials .test-item .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    background: url("../../images/testimonial-side-img.jpg") no-repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .testimonials .test-item .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    background: url("../../images/testimonial-side-img.jpg") no-repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .testimonials .test-item .pattern-two {
    flex-basis: 80px;
    background: url("../../images/testimonial-side-img2.jpg") no-repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .testimonials .test-item .pattern-three {
    flex-basis: 80px;
    background: url("../../images/testimonial-side-img3.jpg") no-repeat;
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
  }
}
.testimonials .test-item .t-bq-quote-paul-base {
  background: #ffffffdb;
  padding: 40px 30px 50px 80px;
  font-size: 12pt;
  line-height: 1.62em;
  border-radius: 10px 0px 0px 10px;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-base {
    flex-basis: calc(100% - 80px);
  }
}
.testimonials .test-item .t-bq-quote-paul-qmark {
  position: absolute;
  top: 0px;
  left: 6px;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 72pt;
  color: #B1C2E8;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .testimonials .test-item .t-bq-quote-paul-qmark {
    left: 26px;
  }
}
@media (min-width: 1024px) {
  .testimonials .test-item .t-bq-quote-paul-qmark {
    left: 6px;
  }
}
.testimonials .test-item .t-bq-quote-paul-meta {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #777777;
}
.testimonials .test-item .t-bq-quote-paul-meta .t-bq-quote-paul-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 10pt;
  font-weight: bold;
}
.testimonials .t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.testimonials .t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  color: #777777;
}
@media screen and (max-width: 768px) {
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 20px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 20px);
    padding: 100px 30px 50px 30px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-userpic {
    width: 50px;
    height: 50px;
    left: 40px;
    top: 20px;
  }
  .testimonials .t-bq-quote-paul .t-bq-quote-paul-qmark {
    left: 100px;
    top: 45px;
  }
}

footer {
  background-color: #091120;
  color: #fff;
}
@media (min-width: 320px) {
  footer {
    text-align: center;
  }
}
footer img {
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  footer img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer img {
    width: 80%;
  }
}
footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  footer .contact-info {
    text-align: right;
  }
}
footer .contact-info .phone, footer .contact-info .address {
  font-size: 15px;
  margin-right: 10px;
}
footer .contact-info a {
  color: #fff;
}
footer ul {
  columns: 1;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
footer ul a {
  color: #fff;
}
footer ul a:hover {
  color: #fff;
}
footer .alerts-specials {
  margin: 0 auto;
}
footer .alerts-specials .subscribe {
  position: relative;
  height: 130px;
  padding: 7px 10px;
  background-color: #FFF;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 375px) {
  footer .alerts-specials .subscribe {
    height: 100px;
  }
}
@media (min-width: 768px) {
  footer .alerts-specials .subscribe {
    height: auto;
  }
}
@media (min-width: 1024px) {
  footer .alerts-specials .subscribe {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  footer .alerts-specials .subscribe {
    height: 60px;
  }
}
footer .alerts-specials .subscribe:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 27px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid darkred;
}
footer .alerts-specials .subscribe .title {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 29px;
}
@media (min-width: 768px) {
  footer .alerts-specials .subscribe .title {
    line-height: 8px;
  }
}
@media (min-width: 1024px) {
  footer .alerts-specials .subscribe .title {
    font-size: 18px;
  }
}
footer .alerts-specials .subscribe .title .subscribe-input {
  position: relative;
  width: 100%;
  border: none;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 10px;
  background: transparent;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  footer .alerts-specials .subscribe .title .subscribe-input {
    width: 36%;
  }
}
@media (min-width: 1024px) {
  footer .alerts-specials .subscribe .title .subscribe-input {
    width: 42%;
  }
}
@media (min-width: 1200px) {
  footer .alerts-specials .subscribe .title .subscribe-input {
    width: 45%;
  }
}
footer .alerts-specials .subscribe .title .subscribe-input:focus {
  outline: none;
  border-bottom: 1px solid #0d095e;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", "sans-serif";
}
footer .alerts-specials .subscribe .btn-primary {
  position: absolute;
  border-radius: 30px;
  border: #B31A25;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #B31A25;
  color: #FFF;
  padding: 12px 25px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 5px;
  right: -10px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
}
footer .alerts-specials .subscribe .btn-primary .subscribe-input {
  position: relative;
  width: 100%;
  border: none;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 10px;
  background: transparent;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  footer .alerts-specials .subscribe .btn-primary .subscribe-input {
    width: 36%;
  }
}
@media (min-width: 1024px) {
  footer .alerts-specials .subscribe .btn-primary .subscribe-input {
    width: 42%;
  }
}
@media (min-width: 1200px) {
  footer .alerts-specials .subscribe .btn-primary .subscribe-input {
    width: 45%;
  }
}
footer .alerts-specials .subscribe .btn-primary .subscribe-input:focus {
  outline: none;
  border-bottom: 1px solid #0d095e;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", "sans-serif";
}
footer .alerts-specials .subscribe .btn-primary:hover {
  background-color: #213A72;
  box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}
@media (min-width: 768px) {
  footer .alerts-specials .subscribe .btn-primary {
    font-size: 13px;
    padding: 12px 14px;
    bottom: -17px;
  }
}
@media (min-width: 1024px) {
  footer .alerts-specials .subscribe .btn-primary {
    font-size: 15px;
    padding: 12px 25px;
    bottom: -20px;
  }
}

.signup-page .card {
  margin-top: 25%;
  background: #ffffffe8;
}
@media (min-width: 768px) {
  .signup-page .card {
    margin-top: 25%;
  }
}
@media (min-width: 1024px) {
  .signup-page .card {
    margin-top: 15%;
  }
}
@media (min-width: 1024px) {
  .signup-page .card {
    margin-top: 25%;
  }
}
.signup-page .btn-main {
  font-size: 18px;
}

.about-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 50%;
  }
}

.contact-map iframe {
  height: 210px;
}
@media (min-width: 768px) {
  .contact-map iframe {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .contact-map iframe {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .contact-map iframe {
    height: 550px;
  }
}

.contact-us-page .card {
  margin-top: 0%;
  background-color: #B1C2E8;
}

.realtor-request {
  background-image: url(../../images/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .realtor-request {
    padding-top: 0%;
  }
}
@media (min-width: 1200px) {
  .realtor-request {
    padding-top: 16%;
  }
}
@media (min-width: 1366px) {
  .realtor-request {
    padding-top: 14%;
  }
}
@media (min-width: 1500px) {
  .realtor-request {
    padding-top: 10%;
  }
}
.realtor-request .card {
  background: #fffc;
}
.realtor-request .card .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}
.realtor-request .card .title-section {
  font-size: 25px;
}

.testimonials-page .card {
  background-color: #B1C2E8;
}
.testimonials-page .card p {
  font-style: italic;
}
.testimonials-page .card .name {
  font-size: 17px;
}
.testimonials-page .card .location {
  font-size: 15px;
}
.testimonials-page .logo img {
  width: 6%;
  border-radius: 30%;
  float: right;
}
@media (min-width: 768px) {
  .testimonials-page .logo img {
    width: 20%;
  }
}
.testimonials-page .submit-test {
  margin-top: 24%;
}
@media (min-width: 768px) {
  .testimonials-page .submit-test {
    column-count: 2;
    margin-top: 24%;
  }
}
@media (min-width: 834px) {
  .testimonials-page .submit-test {
    column-count: 2;
    margin-top: 14%;
  }
}
@media (min-width: 1024px) {
  .testimonials-page .submit-test {
    column-count: 3;
    margin-top: 13%;
  }
}
@media (min-width: 1200px) {
  .testimonials-page .submit-test {
    column-count: 3;
    margin-top: 23%;
  }
}
.testimonials-page .submit-test .btn-main {
  font-size: 20px;
}
.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .testimonials-page .card-columns {
    column-count: 3;
  }
}

.submit-test-form .modal-header {
  background: #091120;
  color: white;
}
.submit-test-form .modal-header button {
  color: white;
}
.submit-test-form .modal-body {
  background: #eee;
}

.quote-request {
  background-image: url(../../images/quote-bg.jpg);
  background-size: cover;
}
.quote-request .card {
  background: #fffc;
  margin-top: 17%;
}
@media (min-width: 768px) {
  .quote-request .card {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .quote-request .card {
    margin-top: 1%;
  }
}
@media (min-width: 1200px) {
  .quote-request .card {
    margin-top: 17%;
  }
}
.quote-request .card .heading {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.quote-request .card .title {
  font-size: 25px;
}
.quote-request .card textarea {
  height: 120px;
}

.online-payment .fortebtn {
  border: 1px solid #B31A25;
  background: #B31A25;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.online-payment .fortebtn:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .online-payment .fortebtn {
    font-size: 17px;
  }
}
.online-payment .card {
  background: #E6EDFB;
}
.online-payment .card .titles {
  font-size: 28px;
  font-weight: bolder;
}

.pest-control-page .list-title {
  font-size: 22px;
}
.pest-control-page .card-header {
  background: #213A72 !important;
  color: #fff !important;
  scroll-margin-top: 100px;
}
@media (min-width: 768px) {
  .pest-control-page .card-header {
    scroll-margin-top: 200px;
  }
}
@media (min-width: 1024px) {
  .pest-control-page .card-header {
    scroll-margin-top: 300px;
  }
}
@media (min-width: 1200px) {
  .pest-control-page .card-header {
    scroll-margin-top: 300px;
  }
}
.pest-control-page .card-header:before {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
  background-image: linear-gradient(to right, white 0, white 12ch, black 12ch, black 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 9px;
}
.pest-control-page .active:before {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
  fill: #fff;
}
.pest-control-page .btn-main {
  font-size: 22px;
  background-color: #213A72;
}
@media (min-width: 768px) {
  .pest-control-page .btn-main {
    font-size: 18px;
  }
}
.pest-control-page .btn-main:hover {
  background-color: #B31A25;
}
.pest-control-page .card-body {
  background: #eee;
}
.pest-control-page .card-body .qa-group .phone a {
  color: #213A72;
}

/*pricing list*/
.pricing_section .container-fluid {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .pricing_section .container-fluid {
    padding: 0 35px;
  }
}
.pricing_section .result {
  font-size: 28px;
}
.pricing_section .text {
  font-size: 22px;
}
.pricing_section .pricing-head {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  float: left;
  display: block;
  text-align: left;
  min-height: auto;
}
.pricing_section .pricing-head h3 {
  font-size: 30px;
  color: #ffffff;
  margin: 0px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .pricing_section .pricing-head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .pricing_section .pricing-head h3 {
    font-size: 26px;
  }
}
@media (min-width: 1180px) {
  .pricing_section .pricing-head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .pricing_section .pricing-head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .pricing_section .pricing-head {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .pricing_section .pricing-head {
    min-height: 470px;
    padding-left: 15px;
  }
}
@media (min-width: 1080px) {
  .pricing_section .pricing-head {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .pricing_section .pricing-head {
    min-height: 310px;
  }
}
@media (min-width: 1180px) {
  .pricing_section .pricing-head {
    min-height: 380px;
    padding-left: 15px;
  }
}
@media (min-width: 1366px) {
  .pricing_section .pricing-head {
    min-height: 310px;
  }
}
.pricing_section .pricing-head .price {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-top: -15px;
  padding-right: 30px;
  float: right;
}
.pricing_section .pricing-head .price sup {
  font-size: 32px;
  font-weight: 900;
  margin-right: 5px;
  top: -3px;
}
.pricing_section .pricing-head p {
  font-size: 16px;
  color: #f9f9f9;
  text-transform: capitalize;
  float: left;
}
.pricing_section .border-mobile {
  border: 1px solid #cccccc;
  height: 950px;
}
@media (min-width: 768px) {
  .pricing_section .border-mobile {
    border: none;
    height: auto;
  }
}
.pricing_section .pricing-list {
  padding-bottom: 45px;
  float: left;
  border: 1px solid #cccccc;
  border-left: none;
  border-bottom: none;
  width: 100%;
  border-top: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  .pricing_section .pricing-list {
    border: 1px solid #cccccc;
    border-right: none;
    padding-bottom: 0px;
    height: 930px;
  }
}
@media (min-width: 1024px) {
  .pricing_section .pricing-list {
    border: 1px solid #cccccc;
    border-right: none;
  }
}
.pricing_section .pricing-list li {
  display: block;
  line-height: 43px;
  color: #555;
}
.pricing_section .pricing-list li:first-child {
  padding-top: 25px;
}
.pricing_section .pricing-list:hover {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing_section .pricing_list_side {
  padding-left: 30px;
}
.pricing_section .last_pricing_wrapper {
  border-right: 1px solid #cccccc;
  float: left;
}
.pricing_section .pricing-table-default {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .pricing_section .pricing-table-default {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .pricing_section .pricing-table-default {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .pricing_section .pricing-table-default {
    width: 20%;
  }
}
.pricing_section .pricing-table-default .fine-print {
  font-size: 15px;
  color: White;
}
@media (min-width: 768px) {
  .pricing_section .pricing-table-default .box-3 {
    border-right: 1px solid lightgray;
  }
}
@media (min-width: 768px) {
  .pricing_section .pricing-table-default .box-5 {
    border-right: 1px solid lightgray;
  }
}

.yelow_bg {
  background-color: #213A72;
}

.orange_bg {
  background-color: #B31A25;
}

.blue_bg {
  background-color: #213A72;
}

.purple_bg {
  background-color: #B31A25;
}

.darkblue_bg {
  background-color: #213A72;
}

.pricing_icon {
  text-align: center;
}
.pricing_icon .correct svg {
  color: #399f06;
}
.pricing_icon .wrong svg {
  color: #ff0000;
}

.pricing_btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-top: -68px;
}
@media (min-width: 768px) {
  .pricing_btn {
    margin-top: -28px;
  }
}

.team-page-section {
  padding: 110px 0px 40px 0px;
}
.team-page-section .team-block-one .inner-box {
  margin-bottom: 80px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
}
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .team-block-one .inner-box .image-box {
    height: 270px;
  }
}
.team-block-one .inner-box .image-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.team-block-one .inner-box .lower-content {
  position: relative;
  margin-left: 40px;
  left: 0px;
  margin-top: -60px;
}
.team-block-one .inner-box .lower-content .inner {
  position: relative;
  display: block;
  background: #213A72;
  padding: 27px 40px 28px 40px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.team-block-one .inner-box .lower-content .inner .name {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 1px;
}
.team-block-one .inner-box .lower-content .inner .name a {
  display: inline-block;
  color: #fff;
}
.team-block-one .inner-box .lower-content .inner .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.team-detail-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team-detail-page img {
    width: 40%;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .team-detail-page img {
    width: 30%;
    float: right;
  }
}
.team-detail-page .card {
  background: #B1C2E8;
}
.team-detail-page .name {
  font-size: 35px;
}

.pest-program .container-fluid {
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  .pest-program .container-fluid {
    padding: 0 186px;
  }
}
@media (min-width: 1280px) {
  .pest-program .container-fluid {
    padding: 0 25px;
  }
}
.pest-program .card-header {
  background: #213A72;
  border-bottom: 2px solid #B31A25;
}
.pest-program .title {
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .pest-program .title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .pest-program .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .pest-program .title {
    font-size: 28px;
  }
}
.pest-program .title i {
  font-size: 52px;
}
.pest-program .card {
  background: #eee;
  height: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pest-program .card p {
  font-size: 19px;
}
@media (min-width: 768px) {
  .pest-program .card {
    height: 390px;
  }
}
@media (min-width: 1024px) {
  .pest-program .card {
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .pest-program .card {
    height: 450px;
  }
}
.pest-program .seasons {
  background: #eee;
  margin: 0;
  color: #000;
}
.pest-program ul {
  font-size: 16px;
}
.pest-program ul li {
  margin-bottom: 9px;
}

.faq-page .submit-test .btn-main {
  font-size: 22px;
}
.faq-page .card-header {
  background: #B1C2E8;
}
.faq-page .card-header .cat-name {
  font-size: 25px;
}
.faq-page .card-body .question {
  font-weight: bold;
}

.employment-page .accept-positions {
  font-size: 32px;
}
.employment-page .card:nth-child(odd) {
  background: #eee;
}
.employment-page .card:nth-child(even) {
  background: #213A72;
  color: white;
}

/*# sourceMappingURL=design.css.map */
