/********** Template CSS **********/
:root {
    --primary: #43833D;
    --secondary: #5DBA47;
    --light: #BEBDBE;
    --dark: #211F20;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 50px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--light);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Raleway";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    /* .navbar .navbar-nav {
        border-top: 1px solid #BEBDBE;
    } */
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}

/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
		
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        /* width: 100%;
        height: 100%; */
        object-fit: cover;
        max-height: 500px;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
*

.pest-page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/bg/pest-bg.jpg) center center no-repeat;
    min-height: 700px;
    background-size: cover;
}

.addtional-page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/bg/service-bg.jpg) center center no-repeat;
    background-size: cover;
}

.blog-page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/bg/blog-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
	
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .08); */
	border-radius: 15px;
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

/* .service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
} */


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
		padding: 20px;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
		
    }
}

.disclaimer-text {
    margin-top: 10px;
    font-size: 10px;
    text-align: justify;
	font-family: "Raleway";
	line-height: 15px;
}

.title-color {
  color: #43833D;
}

.h4_7things_about_termites
{
   
    display:inline-block;
    color: #43833D;
 
}
.title-secondary {
    color: #5DBA47;
  }

.title-white {
  color: #FFFFFF;
}

.title-black{
    color:#211F20;
}
  .service1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/services/service-1.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #BEBDBE;
    background-size: contain;
    backdrop-filter: blur(5px);
    animation: fade 5s;
    border-radius: 15px;
  }

  
@media screen and (min-width: 500px) {
    .service1 {
        min-height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .service1 {
        min-height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .service1 {
        min-height: 700px;
    }
}

  .service2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/services/64-web.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #BEBDBE;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  @media screen and (min-width: 500px) {
    .service2 {
        min-height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .service2 {
        min-height: 700px;
    }
}

.service3 {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../img/services/50-the-guys-with-logo.png");
  background-repeat: no-repeat;
  background-position: left;
  background-color: #BEBDBE;
  background-size: contain;
  backdrop-filter: blur(5px);
  /* min-height: 700px; */
  border-radius: 15px;
}

@media screen and (min-width: 500px) {
    .service3 {
        min-height: 250px;
        background: #fff;
        background: url("../img/services/50-the-guys-with-logo.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #BEBDBE;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .service3 {
        min-height: 700px;
    }
}

.service4 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/services/50-the-guys-with-logo.png");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #BEBDBE;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    border: 1px solid #BEBDBE;
    border-radius: 15px;
  }

.banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/services/service-6.jpg");
    background-position: center center;
    background-size: cover;
    backdrop-filter: blur(5px);
    min-height: 700px;
    border-radius: 15px;
  }

@keyframes fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #43833D;
}

.reviewoverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: rgba(17, 17, 17, 0.523);
  }

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/

@media (max-width: 768px) {
    .testimonial-carousel  .owl-carousel-item {
        position: relative;
        min-height: 500px;
		
    }
    
    .testimonial-carousel  .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-carousel  .owl-carousel-item h5,
    .testimonial-carousel  .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .testimonial-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-prev:before{
    /***fa-chevron-left ***/
    content: "\f053";
    margin-right:10px;
}
.testimonial-carousel .owl-next:after{
    /***fa-chevron-right***/
    content: "\f054";
    margin-right:10px;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* content: "\f10d"; */
    font-family: "Raleway";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*** Video ***/

.video {
    width: 100%;
    height: 100%;
  }

/*** End ***/


/*** Footer ***/
.footer-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

/* .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Raleway";
    font-weight: 900;
    margin-right: 10px;
} */

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/*** Owl Carousel Manual***/
.card-carousel {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 0 60px;
  }
  
  .card-carousel .owl-card {
    height: 400px;
    border-radius: 5px;
  }

  .card-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .card-carousel .owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    border: 2px solid #43833D !important;
    transition: all 0.3s ease;
  }
  
  .card-carousel .owl-dot:hover,
  .card-carousel .owl-dot.active {
    background-color: #5DBA47 !important;
  }
  
  .card-carousel .owl-prev,
  .card-carousel .owl-next {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
  }
  
  .card-carousel .owl-prev {
    left: 40px;
  }
  
  .card-carousel .owl-next {
    right: 20px;
  }
  
  .fa-chevron-left,
  .fa-chevron-right {
    font-size: 30px;
    color: #fff;
    transition: all 0.2s;
  }
  
  .fa-chevron-left:hover,
  .fa-chevron-right:hover {
    color: #777;
  }

  
/*** body font ***/
body {
    font-family: "Raleway";
    font-weight: 400;
    font-style: normal
}

  /*** Card ***/

.gpg-card {
    border-radius: 1rem;
    border: 0;
    overflow: hidden
}

@media screen and (min-width: 1px) {
    .gpg-card {
        width: 100%;
        margin: .75rem 0
    }
}

@media screen and (min-width: 576px) {
    .gpg-card {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .gpg-card {
        width: 738px;
        max-width: 738px;
        margin: .75rem 0
    }
}

@media screen and (min-width: 992px) {
    .gpg-card {
        width: 962px;
        max-width: 962px;
        margin: .75rem 0
    }
}

@media screen and (min-width: 1200px) {
    .gpg-card {
        width: 1170px;
        max-width: 1170px;
        margin: .75rem 0
    }
}

@media screen and (min-width: 1325px) {
    .gpg-card {
        width: 1200px;
        max-width: 1200px;
        margin: .75rem 0
    }
}

@media screen and (min-width: 1800px) {
    .gpg-card {
        width: 1500px;
        max-width: 1500px
    }
}

.gpg-card .gpg-card-photo-wrapper {
    background-size: cover;
    background-position: center center;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .gpg-card .gpg-card-photo-wrapper {
        height: 100%;
        min-height: 600px
    }
}

@media(min-width: 1800px) {
    .gpg-card .gpg-card-photo-wrapper {
        min-height: 650px
    }
}

@media(min-width: 1px) {
    .gpg-card .gpg-card-text-wrapper {
        padding: 1rem
    }
}

@media(min-width: 768px) {
    .gpg-card .gpg-card-text-wrapper {
        padding: 2rem
    }
}

@media(min-width: 992px) {
    .gpg-card .gpg-card-text-wrapper {
        padding: 3rem
    }
}

@media(min-width: 1200px) {
    .gpg-card .gpg-card-text-wrapper {
        padding: 4rem
    }
}

.gpg-card .gpg-card-hdr-dark {
    color: #334041;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    border: 2px solid #334041;
    font-size: .9rem;
    text-transform: uppercase
}


@media(min-width: 768px) {
    .gpg-card .gpg-card-hdr-dark {
        font-size: 1.4rem
    }
}

.gpg-header-dark {
    color: #43833D;
    font-family: "Raleway";
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    border: 2px solid #5DBA47;
    font-size: .9rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .gpg-header-dark {
        font-size: 2rem
    }
}

.gpg-card .gpg-card-subhdr-dark {
    color: #334041;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    font-size: .7rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .gpg-card .gpg-card-subhdr-dark {
        font-size: 1.2rem
    }
}

.gpg-card .gpg-card-content {
    color: #fff;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    font-size: .9rem
}

@media(min-width: 768px) {
    .gpg-card .gpg-card-content {
        font-size: 1.4rem
    }
}

.gpg-card .gpg-card-hdr-light {
    color: #fff;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    border: 2px solid #fff;
    font-size: .9rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .gpg-card .gpg-card-hdr-light {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1325px) {
    .gpg-card.gpg-card-sm {
        width: 589px;
        max-width: 589px;
        margin: .75rem 0;
        margin-left: 18px;
        margin-right: 5px
    }
}

@media screen and (min-width: 1800px) {
    .gpg-card.gpg-card-sm {
        width: 739px;
        max-width: 739px;
        margin-left: 11px;
        margin-right: 11px
    }
}

.page-cta-form {
    border: 2px solid #bebebe !important
}

@media(max-width: 1199px) {
    .page-cta-form {
        background-size: cover
    }
}

/***Brand Header ***/
.brand-header-text {
    color: #fff;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    border: 2px solid #fff;
    font-size: .9rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .brand-header-text {
        font-size: 1.4rem
    }
}

.brand-header-text-dark {
    color: #334041;
    padding: .45rem .45rem .2rem .45rem;
    display: inline-block;
    border: 2px solid #334041;
    font-size: .9rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .brand-header-text-dark {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1px) {
    .homepage-img {
        width: 100%;
        height: 525px;
        background-image: url("../img/bg/7-truck-with-logo_xs.jpg");
        background-position: center center;
        background-size: cover
    }
}


@media screen and (min-width: 768px) {
    .homepage-img {
        width: 100%;
        height: 525px;
        background-image: url("../img/bg/7-truck-with-logo_sm.jpg");
        background-position: center center;
        background-size: cover
    }
}

@media screen and (min-width: 992px) {
    .homepage-img {
        width: 100%;
        height: 675px;
        background-image: url("../img/bg/7-truck-with-logo_md.jpg");
        background-position: bottom center
    }
}

.homepage-img a {
    text-decoration: underline
}

.homepage-img a:hover,
.homepage-img a:focus {
    color: #000
}

.homepage-img h1 {
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .homepage-img h1 {
        font-size: 2.5rem
    }
}


/*** Page Header ***/
.page-header {
    color: #fff
}

@media screen and (min-width: 1px) {
    .page-header {
        width: 100%;
        height: 525px;
        background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.55));
        background-position: center center;
        background-size: cover
    }
}

@media screen and (min-width: 768px) {
    .page-header {
        width: 100%;
        height: 525px;
        background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.55));
        background-position: center center;
        background-size: cover
    }
}

@media screen and (min-width: 992px) {
    .page-header {
        height: 550px;
        background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.55));
        background-position: center
    }
}

.page-header a {
    color: #5DBA47
}

.page-header .heading {
    color: #fff;
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .page-header .heading {
        font-size: 2.5rem
    }
}

.page-header p {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    max-width: 44ch
}

@media screen and (min-width: 992px) {
    .page-header p {
        max-width: 44ch;
        font-size: 1.4rem
    }
}

/***Page Slider ***/
.pest-slider-wrapper {
    padding-top: 2rem
}

@media screen and (min-width: 768px) {
    .pest-slider-wrapper {
        padding-top: 5rem
    }
}

.home-premium-pest-card-wrapper {
    margin-top: -6rem
}

@media(min-width: 1200px) {
    .home-premium-pest-card-wrapper {
        margin-top: 0
    }
}

/*** slider Icon ***/

.slider-icon-white-bg {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 100%;
    margin-bottom: 1.5rem
}

.slider-icon-white-bg img {
    max-width: 30px;
    max-height: 50px
}

@media(min-width: 768px) {
    .slider-icon-white-bg {
        width: 6.5rem;
        height: 6.5rem
    }
    .slider-icon-white-bg img {
        max-width: 60px;
        max-height: 75px
    }
}

/*** slick-causorel ***/
.slick-track {
    display: flex !important
}

.slick-slide {
    height: auto !important
}

.btn-carousel {
    color: #fff;
    background-color: #334041;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 100%;
    width: 3rem;
    height: 3rem
}

.btn-carousel .fa-2x {
    font-size: 1.5em;
    font-weight: 400 !important
}

.btn-carousel:hover,
.btn-carousel:focus {
    background-color: #5DBA47;
    border-color: #5DBA47;
    color: #fff
}

.btn-sm-carousel {
    width: 2rem;
    height: 2rem;
    padding: .5rem !important
}

.btn-sm-carousel .fal {
    font-size: 1rem
}

.slick-list {
    padding-bottom: 1.5rem !important
}

.slick-dots {
    display: flex;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: .5rem;
    height: 50px
}

.slick-dots li {
    display: inline-flex;
    align-items: center;
    align-content: center;
    height: 15px
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 0px;
    text-align: center;
    background: #000;
    display: inline;
    margin: 0 5px;
    padding: 0px;
    border: 0px;
    outline: none
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: #5DBA47
}

.slick-dots li.slick-active button {
    background-color: #5DBA47
}

/*** review ***/
.subheader-1b {
    font-size: 1.5rem;
    font-weight: 400
}

@media(min-width: 500px) {
    .subheader-1b {
        font-size: 2.25rem;
        font-weight: 400
    }
}

@media(min-width: 768px) {
    .subheader-1b {
        font-size: 3.75rem;
        font-weight: 400
    }
}

.subheader-3 {
    font-size: .9rem;
    font-weight: 500
}

@media(min-width: 768px) {
    .subheader-3 {
        font-size: 1.35rem
    }
}

.subheader-4 {
    font-size: .9rem;
    font-weight: 500
}

@media(min-width: 768px) {
    .subheader-4 {
        font-size: 1.25rem;
        font-weight: 500
    }
}

.modal-body .gform_wrapper {
    max-width: 100%;
    padding: 1rem
}

.gform_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem
}

.promo-text {
    font-size: 1rem;
    color: #fff;
    line-height: 1.4
}

@media(min-width: 500px) {
    .promo-text {
        font-size: 1.2rem
    }
}

@media(min-width: 768px) {
    .promo-text {
        font-size: 1.5rem
    }
}

.review {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/review/reviews.jpg"), no-repeat;
    background-position: center center;
    background-size: cover;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .review {
        min-height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .review {
        min-height: 700px;
    }
}

  @media screen and (min-width: 768px) {
    .promo-content-wrapper {
        margin-left: 4rem
    }
    }

    .review-stars {
        width: 110px;
        height: 20px
    }

    @media screen and (min-width: 500px) {
        .review-stars {
            width: 160px;
            height: 29px
        }
    }

    @media screen and (min-width: 768px) {
        .review-stars {
            width: 265px;
            height: 47px
        }
    }

/*** Navbar ***/

main>.ecommerce-container {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    main>.ecommerce-container {
        width: 90%
    }
}

main>.ecommerce-container *:not(span,
button) {
    color: #334041
}

@media screen and (min-width: 1px) {
    #skiptocontent {
        height: 1px;
        width: 1px;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 10px
    }
}

@media screen and (min-width: 1px) {
    #skiptocontent:focus {
        height: auto;
        width: auto;
        z-index: 99999999;
        background-color: #fff;
        padding: .5rem
    }
}

.nav-offset {
    height: 69px
}

@media screen and (min-width: 768px) {
    .nav-offset {
        height: 80px
    }
}

.navbar {
    min-height: 80px;
  }

header {
    z-index: 2
}

.header-navbar {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #211F20
}

@media screen and (min-width: 1200px) {
    .header-navbar {
       padding: 0 1.5rem
    }
}

.navbar-brand-dt {
    display: none
}

.navbar-brand-dt img {
    width: 250px;
    height: auto
}

@media(min-width: 1200px) {
    .navbar-brand-dt {
        display: block
    }
}

.navbar-brand-mb {
    align-self: center;
    margin: 0 auto;
    margin-top: -10px;
    padding-left: 10px;
}

.navbar-brand-mb img {
    width: 200px;
    height: auto
}

@media(min-width: 768px) {
    .navbar-brand-mb img {
        width: 250px;
        /* margin-top: 4px */
    }
}

@media(min-width: 1200px) {
    .navbar-brand-mb {
        display: none
    }
}

#navbarHeaderNav {
    justify-content: center
}

#navbarHeaderNav .navbar-nav .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0px;
    padding: 0 0 .5rem 0;
    background-color: #3e4e4f
}

@media screen and (min-width: 1200px) {
    #navbarHeaderNav .navbar-nav .dropdown-menu {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }
}

#navbarHeaderNav .navbar-nav .dropdown-item {
    padding: .65rem 1.5rem;
    color: #fff;
    border-bottom: 1px solid #283233
}

#navbarHeaderNav .navbar-nav .dropdown-item:focus,
#navbarHeaderNav .navbar-nav .dropdown-item:hover {
    background-color: #495c5e
}

#navbarHeaderNav .navbar-nav .nav-link {
    color: #fff;
    padding-left: .85rem;
    padding-right: .85rem;
    padding: .75rem .85rem;
    border-bottom: 1px solid #556a6c
}

#navbarHeaderNav .navbar-nav .nav-link:after {
    display: none
}

@media screen and (min-width: 1200px) {
    #navbarHeaderNav .navbar-nav .nav-link {
        padding: 1.75rem .65rem;
        border-bottom: 0
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .tablet-phone {
        position: absolute;
        right: 30px;
        top: 18px
    }
}

@media(max-width: 767px) {
    .tablet-phone {
        display: none
    }
}

.mobile-phone {
    position: absolute;
    right: 15px;
    top: 14px;
    border-radius: 100% !important;
    padding: 0 .375rem !important
}

@media(min-width: 768px) {
    .mobile-phone {
        display: none
    }
}

.navbar-toggler {
    position: absolute;
    left: 15px;
    top: 14px
}

.navbar-toggler:focus {
    outline: none
}

@media(min-width: 768px) {
    .navbar-toggler {
        top: 23px;
        left: 30px
    }
}

.navbar-hamline {
    width: 30px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background-color: #43833D
}

.search-btn,
.account-btn {
    padding: .375rem .75rem !important
}

.search-btn img,
.account-btn img {
    width: 15px
}

.nav-spacing .dropdown-item {
    padding-left: 3rem !important
}

.modal-body .gform_wrapper {
    max-width: 100%;
    padding: 1rem
}

.gform_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem
}

.subpest-icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff
}

.subpests-container {
    gap: 50px
}

.archive-pest-card {
    background: #ececec
}

.image-container {
    width: 75px;
    height: 75px
}

/*** Pest Control ***/
.pest-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/7-truck-with-logo.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  .pest-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .pest-control-3 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-3.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .pest-control-4 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-4.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .pest-control-5 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .pest-control-6 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-4.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }


  .pest-control-15 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/bg/general-pests.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  .new-offer{
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/bg/new-offer.png"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  @media screen and (min-width: 500px) {
    .pest-control-1 {
        min-height: 250px;
    }
    .pest-control-15 {
        min-height: 250px;
    }
    
    .pest-control-2 {
        min-height: 250px;
    }

    .pest-control-3 {
        min-height: 250px;
    }

    .pest-control-3 {
        min-height: 250px;
    }
    .new-offer {
        min-height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .pest-control-1 {
        min-height: 700px;
    }
    .pest-control-15 {
        min-height: 700px;
    }

    .pest-control-2 {
        min-height: 700px;
    }

    .pest-control-3 {
        min-height: 700px;
    }

    .pest-control-4 {
        min-height: 700px;
    }

    .pest-control-5 {
        min-height: 700px;
    }

    .pest-control-6 {
        min-height: 700px;
    }
    .new-offer {
        min-height: 700px;
    }
}

/*** Termite Control ***/
.termite-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/termite-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .termite-control-1 {
        min-height: 250px;
    }
}

@media screen and (min-width: 768px) {
    .termite-control-1 {
        min-height: 700px;
    }

}

/*** Rodents Control ***/
.rodents-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/rodent-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .rodents-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/rodent-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .rodents-control-1 {
        min-height: 250px;
    }

    .rodents-control-2 {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .rodents-control-1 {
        min-height: 700px;
    }

    .rodents-control-2 {
        min-height: 700px;
    }

}

/*** Mosquitoes Control ***/
.mosquitoes-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/mosquitoes-1.png"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .mosquitoes-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .mosquitoes-control-1 {
        min-height: 250px;
    }

    .mosquitoes-control-2 {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .mosquitoes-control-1 {
        min-height: 700px;
    }

    .mosquitoes-control-2 {
        min-height: 700px;
    }

}

/*** Fire Ant Control ***/
.fire-ant-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/fireants-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .fire-ant-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/general-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .fire-ant-control-1 {
        min-height: 250px;
    }

    .fire-ant-control-2 {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .fire-ant-control-1 {
        min-height: 700px;
    }

    .fire-ant-control-2 {
        min-height: 700px;
    }

}

/*** flea tick Control ***/
.flea-tick-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/fleasticks-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .flea-tick-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/single/fleasticks-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .flea-tick-control-1 {
        min-height: 250px;
    }

    .flea-tick-control-2 {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .flea-tick-control-1 {
        min-height: 700px;
    }

    .flea-tick-control-2 {
        min-height: 700px;
    }

}

/*** About Control ***/
.about-control-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/about/about-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .about-control-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/about/38-truck-logo-with-dalin-and-kris.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }
  
  @media screen and (min-width: 500px) {
    .about-control-1 {
        min-height: 250px;
    }

    .about-control-2 {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .about-control-1 {
        min-height: 700px;
    }

    .about-control-2 {
        min-height: 700px;
    }

}


/***Blog Control ***/
.blog-chinch-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/blog/Chinch-bugs/single-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .blog-chinch-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/blog/Chinch-bugs/single-2.jpg"), no-repeat;
    background-position: left;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .blog-ladybug-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/blog/Lady-bugs/single-1.jpg"), no-repeat;
    background-position: right;
    background-size: contain;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }

  .blog-name-change {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../img/blog/blog-name-changes.png"), no-repeat;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    /* min-height: 700px; */
    animation: fade 5s;
    border-radius: 15px;
  }


  .blog-7things_about_termites_div1 {
    border-radius: 15px;
    padding: 0px;
    margin: 0px;
  }

  .blog-7things_div_image {
    background-image: url("../img/blog/7-things-termites/7_things_termites1.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height:500px;
    margin: 0px;
    padding: 0px;

  }

  @media screen and (min-width: 500px) {
    .blog-chinch-1 {
        min-height: 250px;
    }

    .blog-chinch-2 {
        min-height: 250px;
    }

    .blog-ladybug-1 {
        min-height: 250px;
    }

    .blog-name-change {
        min-height: 250px;
    }

}

@media screen and (min-width: 768px) {
    .blog-chinch-1 {
        min-height: 700px;
    }

    .blog-chinch-2 {
        min-height: 700px;
    }

    .blog-ladybug-1 {
        min-height: 250px;
    }

    .blog-name-change {
        min-height: 250px;
    }

}

/*** Swiper Slider ***/

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 20px 0;
  }

  @media screen and (min-width: 500px) {
    .slide-container {
        min-width: 250px;
    }

}

@media screen and (min-width: 768px) {
    .slide-container {
        min-width: 300px;
    }

}

  .slide-content{
    margin: 0 20px;
    overflow: hidden;
    border-radius: 15px;
  }
  .card{
    border-radius: 15px;
    background-color: transparent;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
 
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 15px;
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  .overlay::after{
    border-radius: 0 15px 0 0;
    background-color: #FFF;
  }
  .card-image{
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* border-radius: 50%;
    border: 4px solid #43833D; */
  }
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover{
    background: #265DF2;
  }
  
  .swiper-navBtn{
    color: #5DBA47;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #43833D;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #5DBA47;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #43833D;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }

    /* .swiper-navBtn{
      display: none;
    } */
  }

  @media screen and (max-width: 1120px) {
    .slide-content{
      margin: 0 10px;
    }
  }

  /* footer logo resize */
  .modal-footer img{
    max-width: 70%!important;
    margin-bottom: 10px;
  }