.mobile-logo-menu--wr{
    display: none;
}
html{
    scroll-behavior: smooth;
}
.inner-banner-wr{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-overlay-wr {
    padding: 200px 0 190px;
    position: relative;
    /*z-index: 0;*/
}
a.up-header {
    width: 100%;
}
.home .inner-banner-wr:before {
    content: "";
    background-image: url(../images/Logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 200px;
    position: absolute;
    right: 10%;
    top: 25px;
}
.home .banner-overlay-wr {
    padding: 200px 0 275px;
    position: relative;
    /*z-index: 0;*/
}
.inner-banner-container {
    text-align: center;
}
.inner-banner-heading h5 {
    padding: 20px 0 40px;
    font-family: 'Karla';
    color: #FFFFFF;
}
/*.banner-overlay-wr:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}*/
/**/
.pest-exterminator-sec {
    position: relative;
    padding: 0 0 50px 0;
}
.pest-exterminator-sec::before {
    content: '';
    position: absolute;
    background-image: url('../images/pest-exterminator-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -108px;
}
.pest-exterminator-sec::after {
    content: '';
    position: absolute;
    background-image: url('../images/Indiana_Pest_Bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
}
.pest-exterminator-upper-heading {
    text-align: center;
    position: relative;
}
.pest-exterminator-upper-heading::before{
    content: '';
    position: absolute;
    background-image: url('../images/pest-exterminator-first.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 149px;
    height: 131px;
    z-index: 1;
    top: 50px;
}
.pest-exterminator-upper-heading::after{
    content: '';
    position: absolute;
    background-image: url('../images/pest-exterminator-second.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 128px;
    height: 118px;
    right: 105px;
}
.pest-exterminator-upper-heading h2 {
    position: relative;
    display: inline-block;
    padding: 45px 198px;
    background: #2196d3;
    color: #fff;
    text-align: center;
}
/*.page-id-807 .pest-exterminator-upper-heading h2, .page-id-839 .pest-exterminator-upper-heading h2
{
    padding: 45px 100px;
}
.page-id-851 .pest-exterminator-upper-heading h2{
    padding: 45px 0px;
}*/
/* LEFT ANGLE */
.pest-exterminator-upper-heading h2::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 40px solid #2196d3;
}
/* RIGHT ANGLE */
.pest-exterminator-upper-heading h2::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 40px solid #2196d3;
}
.pest-exterminator-middle-block-wr {
    margin-top: 80px;
}
.pest-exterminator-middle-block-content p {
    margin: 0px 0 30px;
    width: 87%;
    margin: 0 auto 25px;
}
.pest-exterminator-middle-block-wr h3 {
    margin-bottom: 20px;
}
.service-card-img img {
    border-radius: 15px 15px 0 0px;
}
.home-service-card-content h6 {
    padding: 18px 0;
    text-align: center;
    color: #000000;
    font-family: 'Karla';
    font-weight: 700;
    text-transform: uppercase;
    /*border-bottom: 7px solid var(--primary);*/
}
.service-card {
    display: inline-block;
    vertical-align: middle;
    width: 30.55%;
    margin: 0 31px 36px 0;
    transition: 0.3s;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 15px 15px 0 0px;
    border-bottom: 7px solid var(--primary);
}
.service-card-wr .service-card:last-child {
    margin-right: 0px;
}
.page-id-819 .service-card {
    min-height: 415px;
}
.service-card:nth-child(3n) {
    margin-right: 0;
}
.service-card-wr {
    padding-top: 15px;
    text-align: center;
}
.service-card:hover .home-service-card-content h6 {
    color: var(--primary);
    transition: 0.3s ease;
}
.page-id-337 .service-card:hover .home-service-card-content h6, 
.page-id-333 .service-card:hover .home-service-card-content h6,
.page-id-339 .service-card:hover .home-service-card-content h6,
.page-id-344 .service-card:hover .home-service-card-content h6,
.page-id-252 .service-card:hover .home-service-card-content h6,
.page-id-335 .service-card:hover .home-service-card-content h6,
.page-id-346 .service-card:hover .home-service-card-content h6,
.page-id-341  .service-card:hover .home-service-card-content h6,
.page-id-349 .service-card:hover .home-service-card-content h6
{
    color: #000;
    transition: 0.3s ease;
}
.page-id-337 .home-service-card-content h6, .page-id-339 .home-service-card-content h6,
.page-id-344 .home-service-card-content h6  {
    padding: 15px 13px;
}
.page-id-337 .service-card {
    min-height: 432px;
}
.page-id-349 .service-card {
    min-height: 416px;
}
.page-id-344 .service-card {
    min-height: 398px;
}

.service-card:hover {
    transform: translateY(-10px);
}
.pest-exterminator-button {
    text-align: center;
    padding-top: 30px;
}
.pest-exterminator-bottom-block-content p{
   margin: 10px 0 25px;
}
/* Home Review Section CSS */
.reviews-button-wr {
    text-align: center;
    padding-top: 50px;
}
.review-section {
    padding: 80px 0px 100px;
}
.review-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 50px 0px 41px;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-review-item>.ti-inner  {
    padding: 27px 42px 31px 17px !important;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-review-item {
    margin-bottom: 0px !important;
    border: 1px solid #CCCACA;
    margin: 0 15px;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: "Fjalla One", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 44px !important;
    letter-spacing: 0px !important;
    padding-right: 0px !important;
    color: #000 !important;
    padding-left: 60px !important;
    margin-bottom: 15px !important;
    padding-top: 22px !important;
    position: relative !important;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: none !important;
    visibility: hidden !important;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-platform-icon {
    width: 50px !important;
    height: 50px !important;
    right: unset !important;
    left: 0px !important;
    margin-right: 0px !important;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-platform-icon img {
    width: 100%;
    height: 100%;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-review-content .ti-inner {
    font-family: "Karla", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 34px !important;
    height: 100% !important;
    letter-spacing: 0px !important;
    min-height: unset !important;
    max-height: unset !important;
    padding-right: 0px !important;
    color: var(--secondary) !important;
}
.reviews-slider-shortcode-wr .ti-widget.ti-goog .ti-widget-container .ti-name:before {
    content: '';
    width: 128px;
    height: 26px;
    background: url('../images/Reviews_Star_Icon.png');
    position: absolute;
    top: 0px;
    left: 56px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.reviews-slider-shortcode-wr .slick-dots {
  text-align: center;
  line-height: 0 !important;
  padding: 15px 0px 0px;
}
.reviews-slider-shortcode-wr .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0px !important;
}
.reviews-slider-shortcode-wr .slick-dots li button {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  font-size: 0 !important;
  margin: 0px 4px;
}
.reviews-slider-shortcode-wr .slick-dots li button:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reviews-slider-shortcode-wr .slick-dots li.slick-active button:before {
    background: var(--secondary);
}
/* Home Review Section CSS */
/* pest-control-services css */
.our-pest-control-services {
    padding: 80px 0;
    background-image: url('../images/Our_Pest_Control_Services_Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.our-pest-control-services-content p {
    text-align: center;
    margin: 10px 0 50px;
}
.our-pest-control-left {
    display: inline-block;
    vertical-align: middle;
    width: 55.2%;
}
.our-pest-control-lower {
    margin-top: 60px;
    text-align: center;
}
.our-pest-control-lower h5 a {
    color: #000;
}
.our-pest-control-lower h5 a:hover{
    color:var(--primary);
}
.our-pest-control-right {
    display: inline-block;
    vertical-align: middle;
    width: 44.1%;
    padding-left: 47px;
}
.our-pest-control-right img {
    border-radius: 15px;
}
.plans-content-wr p {
    font-size: 18px;
}
.pest-control-service-head {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(32, 155, 222, 0.4) 0%, rgba(32, 155, 222, 0) 100%);
    margin-left: 24px;
}
.pest-control-service-head figure{
    margin-left: -24px;
}
.pest-control-service {
    width: 49.4%;
}
.our-pest-control-left-top-content h5, .our-pest-control-left-bottom-content h5 {
    margin-bottom: 15px;
}
.our-pest-control-left-middle-content {
    margin: 30px 0 20px;
}
.pest-control-service-head p, 
.pest-control-service-container p {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Karla';
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    transition: 0.5s;
}
.pest-control-service {
    width: 49.4%;
    margin-bottom: 25px;
    transition: 0.5s;
}
.pest-control-service:hover .pest-control-service-head p{
    color: var(--primary);
}
/* pest-control-services css */
/* Protecting Home Section */
.protecting-your-home-sec {
    background: linear-gradient(180deg,  rgba(32, 155, 222, 0.1) 0%,  rgba(32, 155, 222, 0) 100%);

    padding: 80px 0px 20px;
    color: #fff;
}
.protecting-your-home-block-wr {
    border-radius: 15px;
    text-align: center;
    padding: 49px;
}
.protecting-your-home-button {
    line-height: 0px;
}
.protecting-your-home-content p {
    margin: 15px 0px 30px;
    color: #fff;
}
/* Protecting Home Section */
/* Faq Section Css */

.que-ans-blk {
    background-color: #FFFFFF;
    margin-top: 20px;
    border: 1px solid #209BDE;
    border-radius: 17px;
}
.faq-answer-blk {
    width: 97%;
     padding: 20px 20px;
}
.page-id-681 .faq-question-blk h5 br {
    display: none;
}
.que-ans-blk.active {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #00000014;
}
.faq-answer-blk p {
    font-weight: 400;
    /*padding-top: 15px;*/
}
.faq-question-blk h6 {
    display: inline-block;
    vertical-align: middle;
    width: 98.6%;
    font-family: 'Karla';
    color: #231F20;
    font-weight: 500;
}
.que-ans-blk.active h6 {
    color: #FFFFFF;
}
.faq-qa-block button {
    line-height: 0px;
    background-color: transparent!important;
    text-decoration: none;
    padding: 0;
    border: 0px !important;
}
.faq-question-blk {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 15px 15px 0 0;
}
.que-ans-blk.active .faq-question-blk {
    background-color: var(--primary);
}
.faq-icon {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
}
.faq-inner h3 {
    margin-bottom: 60px;
}
.faq-section {
    padding: 60px 0 30px;
}
.template-commercial .faq-section {
    padding: 100px 0 30px;
}

/* Search Page Starts */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search-image img {
    height: 200px;
    object-fit: cover;
}
.search-page-form {
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 #ebebed;
    background-color: #fefefe;
    padding: 35px 30px;
    margin: 55px auto;
    width: 75%;
}
.search-form .search-submit{
    padding: 15px 31.35px;
    border-radius: 15px;
    background-color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
}
.search-form .search-submit:hover{
    background-color: #000;
}
.search-form .search-field{
    outline: none !important;
}
.top-search-title .color-accent {
    color: var(--primary);
/*    font-size: 60px;
    line-height: 72px;
    letter-spacing: normal;
    font-weight: 700;*/
}
.search .schedule-btn-wr {
    padding-top: 10px;
}
.search-page-btn .common-btn, .blog-post-content .common-btn {
    background-color: var(--primary);
    /*color: #FFFFFF;*/
}
/* Search Page Ends */
.scroll-btn {
    display: none;
}
/* Blog Page Css Starts */
.single-post-title h1, .blog-page-inner h1 {
    color: #000;
}
.blog-page-content a.common-btn {
    margin-top: 20px;
}
/*.blog-page-content {
    width: 90%;
    margin: 0 auto;
}*/
.blog-page-content h1 {
    margin-bottom: 20px;
}
.single-blog-wr, .page-404-wr {
    padding: 70px 0px 80px;
    border-top: 5px solid var(--primary);
}
.posts-wr {
    padding-top: 30px;
}
.author .posts-wr, .category-page-wr .posts-wr {
    margin-top: 0px;
}

.blog-post-txt h4{
    color:var(--primary);
}
/*.blog-post-wr {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0;
}*/
.blog-post-wr:last-child {
    border: none;
}
.blog-post-wr:first-child {
    padding-top: 0px;
}
/*.blog-post-txt p {
    margin: 9px 0px 22px;
}*/
/*.blog-page-inner {
    width: 80%;
    margin: 0 auto;
}*/
.template-blog .pest-exterminator-upper-heading {
    margin-bottom: 70px;
}

.template-blog .inner-banner-heading h1 {
    margin-bottom: 40px;
}
.date-wr {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    padding: 10px;
    position: absolute;
    top: 187px;
    left: 0;
    width: 208px;
    border-radius: 0px 19px 19px 0px;
    color: #fff;
    z-index: 2;
}
.single-blog-wr .date-wr {
     position: static; 
    border-radius: 20px;
    padding: 12px;
}
.blog-post-img figure img {
    border-radius: 20px 20px 0px 0px;
    min-height: 248px;
    height: 100%;
}
.blog-post-img {
    position: relative;
    z-index: 1;
}

span.date-blk {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.blog-post-content {
    border-style: solid;
    border-width: 0px 1px 5px 1px;
    border-color: #209BDE;
    border-radius: 0 0 20px 20px;
    padding: 20px 16px 20px 20px;
    text-align: left;
}
.blog-page-wr .page-numbers {
    color: #000;
    padding: 0 10px;
    font-weight: 500;
    transition: 0.3s;
}

.blog-post-wr:last-child {
    margin-right: 0px;
}
.blog-page-wr .page-numbers.current {
    color: var(--primary);
    text-decoration: underline;
}
.blog-page-wr .page-numbers:hover {
    color: var(--primary);
}
.blog-post-wr div:only-child {
    padding-left: 0;
    width: 100%;
}
.template-blog .posts-wr {
   text-align: center;
       font-size: 0px;
    line-height: 0px;
}
.blog-post-wr {
    width: 30%;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-bottom: 20px;
}
.blog-post-content .common-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 14.5px 40px;
    margin-top: 40px;
}
.posts-wr .common-btn:hover{
    /*color: #fff;*/
}
/*.author-description span, .author_description_block span {
    font-size: 16px;
    margin-left: 25px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: var(--primary);
    transition:0.3s;
}*/
.single-post-content ul {
    margin-top: 15px;
}
.city-page-content-inner ul {
    margin-top: 15px;
}
.author-description span a, .author-description span, .author_description_block span a, .single-blog-wr p a, .single-blog-wr li a, .privacy-page-inner a {
    color: #000;
}
.single-blog-wr p a{
    font-weight: 700;
}
.blog-post-txt h4 {
    margin-bottom: 20px;
}
.single-blog-wr h3, .single-blog-wr h5 {
    margin: 35px 0px 15px;
}
.single-post-title h3:first-child {
    margin-top: 0px;
}
.single-blog-wr p, .privacy-page-inner p {
    margin: 15px 0px 0px;
}
/*.author-description span:after, .author_description_block span:after {
    content: "\f017";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: FontAwesome;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    transform: translateY(-50%);
}*/
/*.author-description span:nth-child(2):after, .author_description_block span:nth-child(2):after {
    content: "\f040";
}*/
.author-description span:nth-child(2):after, .author_description_block span:nth-child(3):after {
    content: "\f07c";
}
.author-description span:first-child, .author_description_block span:first-child {
    margin-left: 0;
}
.single-blog-wr p a:hover, .author-description span a:hover,
 .author_description_block span a:hover, .single-blog-wr li a:hover, .privacy-page-inner a:hover {
    color: var(--primary);
}
.author_block {
    margin-top: 10px;
}
.single-blog-wr .post_image {
    /* width: fit-content; */
    margin: 40px 0px 60px;
}
.blog-page-inner p {
    padding-bottom: 10px;
    font-size: 18px;
}
.custom-pagination {
    margin: 35px 0px 0px;
}
 .search-page-btn {
     margin-top: 30px;
 }
h1.entry-title {
    color: var(--primary);
}
/* Blog Page Css Ends */
/* Contact us page */
.consent-checkbox .gform-field-label, .field_sublabel_below .gform-field-label{
    max-width: 92% !important;
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 17px !important;
    color: #231F20 !important;
    vertical-align: top !important;
}
.consent-checkbox input[type="checkbox"]:checked::before, .field_sublabel_below input[type="checkbox"]:checked::before{
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: 0;
    height: 25px;
    width: 25px;
    top: 50% !important;
    left: 49%;
    transform: translate(-50%, -50%);
}
.gform-body.gform_body .gfield select {
    appearance: none;
    background: url(../images/Select_Dropdown.svg) no-repeat 98% !important;
}
.contact-page-content {
    width: 91%;
    margin: 0 auto;
    text-align: center;
}
.page-id-411 .contact-page-content {
    text-align: left;
}
.page-id-411 .contact-page-content h5{
    margin: 25px 0 0px;
}
.page-id-200 .contact-page-content h5 {
    margin-top: 20px;
}
.page-id-200 .contact-page-content {
    text-align: left;
}
.contact-page-form-wr.common-form-blk {
    text-align: left;
    background: #fff;
    padding: 40px;
    margin-top: 66px;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}
.contact-page-content h1, .privacy-page-wr h1, .blog-page-content h1 {
    margin-bottom: 28px;
    color: var(--secondary);
}
.inner-page-btn {
    margin-top: 40px;
}
.contact-page-content .gform-body.gform_body .gfield input, .contact-page-content .gform-body.gform_body .gfield textarea {
    padding: 11.8px 11px !important;
}
.contact-page-content .gform-body.gform_body .gfield input, .contact-page-content .gform-body.gform_body .gfield select, .contact-page-content .gform-body.gform_body .gfield textarea {
    border-radius: unset;
}
.contact-page-content .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: var(--secondary);
}
.contact-page-content .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px;
}
.contact-page-content .gfield_radio .gchoice {
    display: inline-block;
    width: 60px;
}
.contact-page-content .gform-body.gform_body .gfield input, .contact-page-content .gform-body.gform_body .gfield textarea, .contact-page-content .gform_body .gfield select {
    border: 1px solid var(--secondary) !important;
    background: #fff;
    color: var(--secondary);
    border-radius: 5px !important;
    padding: 16.5px 11px !important;
    resize: none;
    font-size: 18px !important;
    line-height: 22px !important;
    font-family: "Karla" !important;
}
.contact-page-content .gform-body.gform_body .gfield textarea, .contact-page-content .gform_body .gfield select {
    color: #969696 !important;
    border-radius: 5px !important;
}
.describe-form-wr .gform-body.gform_body .gfield input{
     border: 1px solid rgba(32, 155, 222, 0.5) !important;
     color: #969696;
}
.contact-page-content .gform-body.gform_body .gfield input::placeholder, .contact-page-content .gform-body.gform_body .gfield textarea::placeholder, .contact-page-content .gform-body.gform_body .gfield textarea::-webkit-input-placeholder,
.contact-page-content .gform-body.gform_body .gfield input::-webkit-input-placeholder, .contact-page-content .gform-body.gform_body .gfield input::-moz-placeholder, .contact-page-content .gform-body.gform_body .gfield textarea::-moz-placeholder,
.contact-page-content .gform-body.gform_body .gfield input:-moz-placeholder, .contact-page-content .gform-body.gform_body .gfield textarea:-moz-placeholder{
    color: rgb(0 0 0 / 70%);
    opacity: 1;
}
.contact-page-wr p a, .privacy-page-wr ul li a, .about-page-content-inner p strong a,
.city-kid-and-pet-bottom p a, .family-freindly-top-content p a {
    color: var(--primary);
    font-weight: 700;
}
.contact-page-wr h3 {
    margin-top: 20px;
}
.privacy-page-wr a{
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
.page-id-832 .privacy-page-wr a {
    margin-top: 0px;
}
.privacy-page-wr a:hover{
    color: var(--primary);
}
.contact-page-wr p {
    padding: 12px 0px 0px 0px;
}
.contact-page-wr p a:hover, .privacy-page-wr ul li a:hover, .about-page-content-inner p strong a:hover,
.city-kid-and-pet-bottom p a:hover, .family-freindly-top-content p a:hover {
    color: var(--secondary);
}
.contact-page-content .gform-body.gform_body .gfield.consent-checkbox input, .contact-page-content .gform-body.gform_body .field_sublabel_below input {
    padding: 10px !important;
}
.contact-page-wr, .privacy-page-wr, .single-blog-wr, .page-404-wr {
    border-top: 7px solid var(--primary);
    padding: 70px 0px 0px;
}

.privacy-page-wr h6 {
    font-weight: 500;
    margin: 20px 0px;
}
.single-post-title h1 {
    color: var(--primary);
}
.contact-page-wr .common-btn .eco-free {
    background-color: #fff !important;
}
.contact-page-wr .common-btn .eco-free svg path {
    fill: var(--primary);
}
.template-receive-discount .contact-page-content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.template-receive-discount .contact-page-content h3 {
    margin-bottom: 35px;
}
.template-receive-discount .gform_wrapper {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
    padding: 30px 40px;
    border-radius: 10px;
    text-align: left !important;
}
.contact-page-form-wr .gform-loader {    
    left: 57% !important;
    top: 40% !important;
}
.free-quote-wr .gform-loader{
    left: 100% !important;
    right: 0 !important;
}
.gform_wrapper .gform_footer input {
    background-color: var(--secondary);
    border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
    margin: 0px auto !important;
    transition: 0.5s;
    text-decoration: unset;
    font-family: "Karla" !important;
}
.gform_wrapper .gform_footer input:hover {
    background-color: var(--primary);
    text-decoration: unset;
}
.gform_wrapper.gravity-theme .gform_footer {
    padding: 0px !important;
    margin: 40px 0 40px !important;
    position: relative !important;
}
#gform_fields_1 .gfield_html {
    position: absolute;
    left: 50%;
    transform: translateX(-49%);
    width: 100%;
    bottom: -144px;
    text-align: center;
}
#gform_fields_1 .gfield_html a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #231F20 !important;
}
#gform_fields_1 {
    position: relative;
}
.gform_validation_errors, .gfield_description.instruction, .ready-to-serve-mobile-img, p.gform_required_legend {
    display: none !important;
}
.gform-body.gform_body .gfield.consent-checkbox input, .gform-body.gform_body .gfield.field_sublabel_below input {
    padding: 10px !important;
    /*border: 1px solid rgba(112, 112, 112, 0.33) !important;*/
}
.gform_confirmation_message {
    color: #000 !important;
    font-weight: 700;
    text-align: center !important;
}
.gform_validation_errors, .gfield_description.instruction, .ready-to-serve-mobile-img, p.gform_required_legend {
    display: none !important;
}
.gfield_description.validation_message.gfield_validation_message {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    border: 0 !important;
    background: none !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left;
    color: red !important;
    width: fit-content !important;
}
.gform-loader {    
    display: block;
    position: absolute !important;
    left: 60%;
    top: 70%;
}
/* Customer Review starts */
.tip-tech-review-wr {
    margin: 75px 0 0px;
}
.tip-tech-review-blk {
    width: 28%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 50px;
    text-align: center;
}
.tip-tech-review-blk:first-child{
    margin-left: 0;
}
.tip-tech-review-blk figure {
    margin-bottom: 44px;
    min-height: 61px;
    position: relative;
}
.tip-tech-review-blk figure img {
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Customer review ends */
input#choice_5_8_1 {
    padding: 10px !important;
}

/*Pest Pages Css*/
.template-pest-control .pest-exterminator-upper-heading h2, .template-special-offers .pest-exterminator-upper-heading h2{
    width: 87.4%;
}
.pest-exterminator-bottom-block-content p a, .pest-control-bottom-content p a {
    color: #231F20;
    transition: 0.5s;
}
.pest-exterminator-bottom-block-content p a:hover, .pest-control-bottom-content p a:hover, 
.our-pest-controls-bottom-right-contents h5 span a:hover, .protecting-your-home-content p a:hover{
    color:var(--primary)
}
.our-pests-control-services {
    background-color: #231F20;
    padding: 60px 0;
    color: #FFFFFF;
}
.protecting-your-home-content p a {
    color: #fff;
}
.our-pest-control-services-left-block {
    width: 49%;
}
.our-pest-control-services-right-block {
    width: 51%;
    padding-left: 30px;
}
.our-pest-control-services-block-wr {
    font-size: 0px;
    line-height: 0px;
}
.our-pest-control-services-contents p {
    color: #FFFFFF;
    margin: 20px 0;
    font-size: 18px;
    line-height: 32px;
}
.our-pest-control-services-right-block img {
    border-radius: 15px;
}
.our-pest-control-middle-contents {
    margin-top: 20px;
}
.our-pest-control-middle-contents p, .our-pest-controls-bottom-contents p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 20px 0;
}
.our-pest-control-middle-lists {
    display: flex;
    flex-wrap: wrap;
}
.pest-control-list-service {
    background: linear-gradient(90deg, #209BDE 0%, rgba(32, 155, 222, 0) 100%);
    padding: 12px;
    margin-top: 15px;
    position: relative;
}
.page-id-403 .pest-control-list-service {
    width: 50%;
}
.pest-control-list-service::after {
    content: "";
    position: absolute;
    top: 7px;
    height: 44px;
    width: 44px;
    background-color: #231F20;
    transform: rotate(45deg);
    left: -23px;
    transition: 0.3s;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    text-align: center;
}
.pest-control-service-lists-head p {
    color: #FFFFFF;
    font-weight: 700;
    margin-left: 34px;
}
.pest-control-service-lists-head {
    position: relative;
}
.our-pest-controls-bottom-left-block {
    width: 52.2%;
}
.our-pest-controls-bottom-right-block {
    width: 43%;
    padding-left: 50px;
}
.our-pest-controls-bottom-right-contents {
    background-color: #393536;
    padding: 44px 52px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.our-pest-controls-bottom-block {
    margin-top: 45px;
}
.our-pest-controls-bottom-right-contents h5 {
    color: var(--primary);
}
.our-pest-controls-bottom-right-contents h5 span, .our-pest-controls-bottom-right-contents h5 span a {
    color: #FFFFFF;
}
/*table section css starts*/

#tablepress-pick-your-plan-table tr .column-1 {
    width: 25.7% !important;
    padding: 20px 20px 20px 30px !important;
    position: relative;
}
#tablepress-pick-your-plan-table tr .column-2, #tablepress-pick-your-plan-table tr .column-3, #tablepress-pick-your-plan-table tr .column-4,
#tablepress-pick-your-plan-table tr .column-5{
    width: 18.6% !important;
}
#tablepress-pick-your-plan-table tr.row-1 .column-1 {
    background-image: url('../images/table-logo-img.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 20px 88px 54px !important;
}
.plan-page-table .tablepress tr td.column-1 {
    background-color: var(--secondary) !important;
    color: #fff !important;
}
#tablepress-pick-your-plan-table tr .column-1:after {
    content: '';
    width: 91%;
    height: 1px;
    background-color: #FFFFFF33;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.plan-page-table .tablepress tr td, .plan-page-service-table .tablepress tr td  {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    border: 0px !important;
}
.tablepress-id-pick-your-plan-table.tablepress .row-1  .column-2{
    background-image: url('../images/Home_Protection.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.tablepress-id-pick-your-plan-table.tablepress .row-1 .column-3{
    background-image: url('../images/Home_Protection_Pro.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.tablepress-id-pick-your-plan-table.tablepress .row-1 .column-4{
    background-image: url('../images/Home_Protection_Premium.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.tablepress-id-pick-your-plan-table.tablepress .row-1 .column-5{
    background-image: url('../images/Termite_Protection.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
#tablepress-pick-your-plan-table tr .column-2, #tablepress-pick-your-plan-table tr .column-3,
#tablepress-pick-your-plan-table tr .column-4, #tablepress-pick-your-plan-table tr .column-5 {
    position: relative !important;
    background-color: #fff;
}
#tablepress-pick-your-plan-table tr .column-2:after, #tablepress-pick-your-plan-table tr .column-3:after,
#tablepress-pick-your-plan-table tr .column-4:after, #tablepress-pick-your-plan-table tr .column-5:after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0px);
}
#tablepress-pick-your-plan-table tr .column-3,#tablepress-pick-your-plan-table tr .column-5 {
    border-right: 1px solid #E0E0E0 !important;
    border-left: 1px solid #E0E0E0 !important;
}
#tablepress-pick-your-plan-table  {
    border: 1px solid rgba(224, 224, 224, 1) !important;
    border-radius: 20px !important;
    margin: 0px !important;
}
#tablepress-pick-your-plan-table tr.row-12 .column-1:after, #tablepress-pick-your-plan-table tr.row-12 .column-2:after, #tablepress-pick-your-plan-table tr.row-12 .column-3:after, #tablepress-pick-your-plan-table tr.row-12 .column-4:after,
#tablepress-pick-your-plan-table tr.row-12 .column-5:after {
    content: unset;
}
#tablepress-pick-your-plan-table tr th {
    background-color: #fff !important;
    padding: 0px !important;
}
#tablepress-pick-your-plan-table tr th span {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: block;
    padding: 0px 20px 20px !important;
    color: #FFFFFF;
    height: 135px;
    /* vertical-align: middle !important; */
    position: relative;
}
#tablepress-pick-your-plan-table .row-1 .column-3 span, #tablepress-pick-your-plan-table .row-1 .column-4 span{
    color: #231F20 !important;
}
#tablepress-pick-your-plan-table .row-1 .column-4 span {
    margin-top: 15px;
}
#tablepress-pick-your-plan-table .scott-home-protection {
    padding: 5px 10px 15px;
    text-align: center;
    border-radius: 23px;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 800;
}
.plans-sub-content p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
span.cross-mark,span.right-mark {
    position: absolute;
    vertical-align: middle;
    width: 24px;
    height: 20px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
span.cross-mark:before,span.right-mark:before {
    content: "";
    width: 18px;
    height: 15px;
    background: url('../images/correct_Icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
span.cross-mark:before {
    background: url('../images/wrong_icon.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.pick-plan-page-wr {
    padding: 100px 0;
}
.pick-plan-table-wr.plan-page-table {
    margin-top: 50px;
    border: 1px solid rgba(224, 224, 224, 1) !important;
    border-radius: 20px !important;
}

/*save money css*/
.save-money-sec{
    padding: 80px 0;
    background-image: url('../images/Save_Money_Today_Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.special-offers-coupons-wr .offers-block {
    width: 50%;
    position: relative;
}
.expirty-date {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    bottom: 24px;
    left: 69%;
    transform: translate(-50%, 0%);
    color: #000;
    font-weight: 500;
}
.special-offers-coupons-wr {
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}
.template-special-offers .special-offers-coupons-wr {
     margin-top: 100px;
}
.template-special-offers .inner-banner-heading h1 {
    margin-bottom: 40px;
}
.template-special-offers .pest-exterminator-sec::after {
    display: none;
}
.template-special-offers .protecting-your-home-sec {
    background: #fff;
    padding: 70px 0px 20px;
}
.save-content {
    padding: 50px 0px 30px;
}
.save-content p {
    font-size: 18px;
}
p.contents-size {
    margin: 30px 0 50px;
    color: #231F20;
}
.faq-answer-blk ul li, .privacy-page-wr ul li, .single-blog-wr ul li, .our-pest-controls-bottom ul li{
    padding-left: 23px;
    margin-bottom: 15px;
    background-image: url(../images/list-icon.svg);
    background-repeat: no-repeat;
    background-position-y: 8px;
}
.scotts-apart-right ul li, .commercial-list ul li  {
    padding-left: 40px;
    margin-bottom: 15px;
    background-image: url(../images/Bullet_Point.svg);
    background-repeat: no-repeat;
    background-position-y: 4px;
}
.commercial-list ul li {
    background-image: url(../images/Bullet_Point_blue.svg);
    font-weight: 600;
}
.faq-answer-blk ul {
    margin-top: 10px;
}
.privacy-page-wr ul{
    margin-top: 20px;
}
.page-id-403 .pest-exterminator-upper-heading h2 {
    padding: 45px 31px;
}
.page-id-349 .pest-exterminator-upper-heading h2 {
    padding: 45px 150px;
}
.page-id-337 .home-service-card-content h6 {
    font-size: 23px;
}
.page-id-346 .pest-exterminator-upper-heading h2 {
    padding: 45px 65px;
}
.privacy-page-wr .pest-exterminator-upper-heading h2 {
    width: 90%;
    margin-bottom: 50px;
}
/*city page*/
.describe-wr__left {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
}

.describe-wr__right {
    display: inline-block;
    vertical-align: middle;
    width: 81%;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 31px;
}
.describe-form-wr .gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}
.describe-form-wr {
    background-image: url(../images/form_background_imga.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
    background-color: #2196d3;
    margin-bottom: 100px;
}
.describe-wr__right input::placeholder,
.describe-wr__right textarea::placeholder {
    color: #969696;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
.describe-form-wr .gform_wrapper .gform_footer input {
    background: var(--primary);
    margin: unset !important;
    border-radius: 35px !important;
    padding: 8px 31px !important;
}
.describe-form-wr .gform_wrapper .gform_footer input:hover{
    background: #000 !important;
}
.describe-form-wr .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 30px !important;
}
/*scotts pest service*/
.pest-control-center {
    text-align: center;
}
.pest-control-service-container {
    box-shadow: 0px 5px 10px 0px #00000026;
    padding: 40px 5px 20px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    width: 303px;
    margin-right: 27px;
}
.pest-control-service-container:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 3px;
    background: var(--primary);
    left: 66px;
    z-index: 1;
    top: 0;
}
.pest-control-service-container figure {
    width: 65px;
    height: 65px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    top: 0;
    left: 78px;
    z-index: 9;
    transform: translate(50%, -50%);
}

.pest-control-service-container figure svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pest-control-middle-content {
    padding: 63px 0px 70px;
}
.pest-control-top-content h5 {
    margin-bottom: 10px;
}
.pest-control-service-container:hover{
     box-shadow: 0px 5px 10px 0px #00000026;
}
.pest-control-service-container:hover p {
    color: var(--primary);  
}
.pest-control-bottom-content h5 {
    margin-bottom: 15px;
}
.pest-control-sec {
    background: #000;
    color: #fff;
    padding: 60px 0px;
    text-align: center;
}
.template-commercial .pest-control-sec {
    background: var(--primary);
    padding: 35px 0px;
}
.pest-control-sec h4{
    font-weight: 400;
    line-height: 50px;
}
.pest-control-lower a{
    color: var(--primary);
}
.commercial-pest .pest-control-lower a:hover {
    color: var(--secondary);
}

.pest-control-lower a:hover, .commercial-pest a {
    color: #fff;
}
.neighbors_review-section{
    padding: 100px 0px 0px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0;
    /* z-index: 6; */
    height: 55px;
    background: url(../images/Reviews_left_Arrow_Icon.svg) no-repeat;
    width: 55px;
    background-position: center;
    top: 40%;
    left: -77px;
    font-size: 0px !important;
    border: 0px !important;
}
button.slick-prev.slick-arrow:hover {
    position: absolute;
    font-size: 0;
    /* z-index: 6; */
    height: 55px;
    background: url(../images/Reviews_Right_Arrow_Icon.svg) no-repeat;
    width: 55px;
    background-position: center;
    transform: rotate(180deg);
    top: 40%;
    left: -77px;
    font-size: 0px !important;
    border: 0px !important;
}
button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    height: 55px;
    background: url(../images/Reviews_left_Arrow_Icon.svg) no-repeat;
    width: 55px;
    background-position: center;
    transform: rotate(180deg);
    top: 40%;
    font-size: 0px !important;
    right: -77px;
    border: 0px !important;
}
button.slick-next.slick-arrow:hover{
    position: absolute;
    font-size: 0;
    height: 55px;
    background: url(../images/Reviews_Right_Arrow_Icon.svg) no-repeat;
    width: 55px;
    background-position: center;
    transform: rotate(0deg);
    top: 40%;
    font-size: 0px !important;
    right: -77px;
    border: 0px !important;
}
/*background: url(../images/Reviews_Right_Arrow_Icon.svg) no-repeat;*/
.neighbors_review-section .ti-review-text-container.ti-inner {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 400;
}
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #209BDE80;
    width: 416px;
    padding: 0px 0px 20px 31px !important;
    margin-right: 18px;
    margin-left: 18px;
    position: relative !important;
}
.neighbors_review-section .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    padding-bottom: 18px;
}
.neighbors_review-section .ti-review-item .ti-review-content .ti-review-text-container {
    max-height: unset !important;
    height: 228px !important;
}
.neighbors_review-section .ti-inner {
    display: flex !important;
    flex-direction: column;
}

.neighbors_review-section .ti-review-item .ti-stars {
    order: 2 !important;

}

.neighbors_review-section .ti-review-item .ti-review-content {
    order: 1 !important;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5) !important;
}
.neighbors-reviews-slider-shortcode-wr {
    padding-top: 50px;
}
.neighbors_review-section .ti-review-header {
    order: 3;
}
.neighbors_review-section .ti-review-header .ti-name {
    font-size: 20px !important;
    font-weight: 400;
}
.neighbors_review-section .ti-platform-icon.ti-with-tooltip {
    display: block;
}
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail{
    position: relative;
}
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail::after {
    content: '';
    position: absolute;
    background: url(../images/Revie_Colon_Icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 20px;
    left: 11px;
    top: 34px;
    transform: translateY(-50%);
}
.ti-review-item.source-Google.ti-image-layout-thumbnail.slick-slide.slick-current.slick-active {}
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail:hover{
    background: var(--primary);
}
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail:hover .ti-review-text-container.ti-inner, 
.neighbors_review-section .ti-review-item.source-Google.ti-image-layout-thumbnail:hover .ti-review-header .ti-name{
    color:#fff !important;
}
.neighbors_review-section .ti-review-header .ti-name{
    color: #000 !important;
}
.neighbors_review-section 
.ti-review-item.source-Google.ti-image-layout-thumbnail:hover::after {
    content: "";
    background: url(../images/Revie_Colon_white.svg) no-repeat center;
    background-size: cover;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 34px;
    transform: translateY(-50%);
}
.template-city .protecting-your-home-sec, .template-about-us .protecting-your-home-sec, .template-area-we-serve .protecting-your-home-sec{
    background: #fff;
}
.template-city .inner-banner-heading h1 br {
    display: none;
}
.template-city .our-pest-control-services-block-wr h3 br {
        display: none;
}
/*city css end*/
.privacy-page-wr h4 {
    margin: 50px 0px 20px;
    font-weight: 400;
    color: var(--secondary);
}
/*plans*/
.plans-content-wr {
    text-align: center;
    margin: 50px 0px;
}
.template-pick-your-plan .pest-exterminator-sec {
    padding: 0;
}
.plans-sub-content {
    text-align: center;
}
.template-pick-your-plan .pest-exterminator-upper-heading h2, .template-area-we-serve .pest-exterminator-upper-heading h2, .template-blog .pest-exterminator-upper-heading h2  {
    width: 90%;
}
.template-pick-your-plan .pest-exterminator-sec::after {
    display: none;
}
.template-pick-your-plan .inner-banner-heading h1 {
    margin-bottom: 40px;
}
.template-pick-your-plan .pick-plan-page-wr {
    padding: 0 0 50px;
}
/*ala carte table*/
table#tablepress-ala-carte-services-table {
    /* border-radius: 0px 0px 20px 20px; */
    border-radius: 0px 0px 20px 20px !important;
    background-color: rgba(35, 31, 32, 0.5);
    border-right: 1px solid rgba(35, 31, 32, 0.5);
    border: 1px solid rgba(35, 31, 32, 0.5) !important;
}
.service-plan-table-wr .tablepress tr.row-2 td.column-1 {
    background-color: var(--primary) !important;
    padding: 17px 0px !important;
}
.service-plan-table-wr td.column-1 h5, .top-heading h5 {
    font-size: 24px;
    text-align: center;
    color: #ffff;
    font-weight: 700;
    line-height: 36px;
    font-family: "Karla", sans-serif;
}
.service-plan-table-wr .row-3 td.column-2 {
    border: 1px solid rgba(35, 31, 32, 0.5) !important;
    background: #fff;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 50px !important;
    /* text-align: center !important; */
    padding: 5px 0;
    text-align: center;
    color: #000;
    vertical-align: middle;
}
.service-plan-table-wr .tablepress tr td.column-1 {
    background-color: var(--secondary) !important;
    color: #fff !important;
}
.service-plan-table-wr tr .column-1 {
    width: 40.1% !important;
    padding: 10px 10px 10px 65px !important;
    position: relative;
}
.service-plan-table-wr tr.row-13 .column-1 {
    padding-bottom: 20px !important;
}
.service-plan-table-wr tr.row-1 {
    display: none;
}
/*.plan-page-table .tablepress tr td {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    border: 0px !important;
}*/
/*.service-plan-table-wr .tablepress>:where(tbody)>tr>* {
    color: var(--text-color);
    background: url(../images/plan_icon.svg) no-repeat;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    background-color: #fff;
}*/
#tablepress-ala-carte-services-table tr .column-1:after {
    content: '';
    width: 91%;
    height: 1px;
    background-color: #FFFFFF33;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0px);
}
#tablepress-ala-carte-services-table tr .column-1:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/plan_icon.svg) no-repeat;
    position: absolute;
    top: 18px;
    left: 28px;
}
.service-plan-table-wr tr.row-3 td.column-1 {
    padding-top: 35px !important;
}

#tablepress-ala-carte-services-table tr.row-3 td.column-1:before {
    top:40px !important;
}
#tablepress-ala-carte-services-table tr.row-2 td.column-1:before {
    display: none !important;
}
/*ala carte table end*/
.template-pick-your-plan .protecting-your-home-sec {
    background: #fff;
}

.privacy-page-wr .footer-cont {
    padding: 0px 0px 0px 0px;
}
/*about-us-page*/
.about-us-center-content {
    margin: 80px 0px;
}

.about-lower-right {
    vertical-align: middle;
    display: inline-block;
    width: 49%;
}

.about-lower-left {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}

.about-lower-right h3 {
    margin-bottom: 20px;
}

.about-lower-left figure img, .scotts-apart-left figure img {
    border-radius: 15px;
}

.about-us-center-content p, .about-lower-right p {
    margin-bottom: 20px;
}
.template-about-us .pest-exterminator-sec::after {
    display: none;
}
/*scott-sec*/

.scotts-apart-sec {
    padding: 100px 0px;
    background-color: var(--primary);
    color: #fff;
}
.scotts-apart-right h3 {
    margin-bottom: 33px;
}
.scotts-apart-sec p, .scotts-apart-sec ul li  {
    color:#fff;
}
.scotts-apart-left {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}
.scotts-apart-right {
    display: inline-block;
    vertical-align: top;
    width: 48.1%;
}
.scotts-list {
    margin-top: 36px;
}
/*approch*/
.our-approch-content {
    display: flex;
}

.our-approch-wr-left {
    width: 787px;
    margin: 100px 0px 0px auto;
}

.our-approch-wr-right {
    width: 44%;
}

.our-approch-sec {
    background: rgba(32, 155, 222, 0.1);
    padding-bottom: 100px;
}

.our-approch-sec h3 {
    margin-bottom: 20px;
}

.our-approch-upper-wr {
    margin-bottom: 80px;
    width: 82%;
}
.our-approch-lower-wr {
    width: 86%;
}

.our-approch-sec p {
    margin-bottom: 20px;
}

.our-approch-wr-right figure img {
    border-radius: 0 0 15px 15px;
}
/*areas*/
.template-area-we-serve .pest-exterminator-sec::after {
    display: none;
}

.template-area-we-serve .pest-exterminator-upper-heading {
    padding-bottom: 80px;
}
.template-area-we-serve .plans-content-wr p {
    margin: 20px 0px;
}
.template-area-we-serve .plans-content-wr {
    margin: 0;
}
.template-area-we-serve .pest-exterminator-sec {
    position: relative;
    padding: 0 0 112px 0;
}
.area-serve-section {
    background-image: url(../images/Map_Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.area-tabs {
    display: flex;
    justify-content: center;
    gap: 36px;
    /* width: 416px; */
    margin-top: -155px;
    margin-bottom: 82px;
}

.area-tab {
    background: #fff;
    padding: 77px 0px 10px;
    border-radius: 12px;
    cursor: pointer;
    width: 416px;
    text-align: center;
    position: relative;   
    transition: 0.3s ease;
    border: 1px solid #209BDE;
}
.area-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.area-icon {
    height: 60px;
    width: 60px;
    background: #231F20;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
}
.area-tab:hover{
    box-shadow: 0px 8px 15px 0px #00000040;
}
.area-tab:hover h6{
    color: var(--primary);
}
.area-tab img {
    width: 35px;
    margin-bottom: 10px;
}

.area-tab h6 {
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    color: var(--secondary);
}

.area-map iframe {
    width: 70% !important;
    height: 480px !important;
    margin: 0 auto;
    border: 2px solid #fff;
}
/*commercial-page-css*/
.commercial-services-sec{
    padding: 100px 0px 0px;
    background-image: url(../images/Services_Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.commercial-services-sec p, .commercial-services-sec ul li{
    color: #fff;
}
.commercial-content-wr {
    display: flex;
}

.commercial-services-wr-left {
    width: 782px;
    margin: 0px 0px 10px auto;
}
.commercial-services-center {
    margin-bottom: 50px;
}

.commercial-services-center h3 {
    margin-bottom: 20px;
}
.commercial-services-wr-right figure img {
    border-radius: 15px 0px 0px 0px;
    width: 100%;
}

.commercial-services-wr-right {
    margin-left: 80px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    width: 50%;
}
.commercial-services-wr-left h5 {
    margin-bottom: 15px;
}

.commercial-list {
    margin: 30px 0px 50px;
}
.commercial-services-center p {
    width: 83%;
    margin: 0 auto;
}
.commercial-services-lower-wr p {
    margin-bottom: 20px;
}
/*plan accordion*/
    .lpp-accordion-blk {
            display: none;
            width: 85%;
            margin: 0 auto;
            border: 2px solid #ededed;
    }
    .llp-one-short-table .tablepress .row-2 td h4, .lpp-accordion-head h5 {
        color: #fff;
        text-align: center;
        background: var(--primary);
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        line-height: 36px;
        font-family: "Karla", sans-serif;
    }
 
    .lpp-accordion-head h5 {
        padding: 9px 5px;
        font-size: 20px;
        line-height: 33px;
    }
    .lpp-acc-inner-head:before {
        content: "";
        top: 50%;
        right: 15px;
        position: absolute;
        width: 17px;
        height: 100%;
        transform: translateY(-50%);
        background: url('../images/plus_icon.svg') no-repeat center;
    }
    .lpp-acc-inner-head.open:before {
        background: url('../images/minus_icon_acc.svg') no-repeat center;
    }
    .lpp-post-content {
        width: 72%;
    }
    .lpp-acc-inner-content a {
        color: var(--secondary);
        font-weight: 600;
    }
    .lpp-acc-inner-head {
        position: relative;
    }
  
    .lpp-acc-inner-head h6, .lpp-acc-inner-content {
        border: 2px solid #ededed;
        border-bottom: 0;
        border-right: 0;
        border-left: 0;
        padding: 11px 40px 11px 10px;
        color: #58595b;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        vertical-align: middle;
        margin: 0;
        text-align: left;
        background: #fff;
        text-transform: capitalize;
    }
    .lpp-acc-inner-content a {
        color: var(--primary);
        font-weight: 600;
    }
    /*plan-acc-css-end*/
.error-search-wr{
    padding:100px 0px 0px;
 }
.search-image{
    width: 25%;
    line-height: 0px;
    font-size: 0px;
    vertical-align: top !important;
}
.search-image div:only-child {
    padding-left: 0;
    width: 100%;
}
.search-image img {
    height: 200px !important;
    object-fit: cover;
}
.search-page {
    width: 73.7%;
    padding-left: 40px;
    line-height: 0px;
    vertical-align: top;
    margin-top: -8px;
}
.search-post-wr{
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0;
}
.author-description {
    margin-top: 5px;
}
.error-search-wr .author-description span, .error-search-wr .author_description_block span {
    font-size: 16px;
    margin-left: 25px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: var(--primary);
    transition: 0.3s;
}
.error-search-wr .author-description span:after, .error-search-wr .author_description_block span:after {
    content: "\f017";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: FontAwesome;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    transform: translateY(-50%);
}
.error-search-wr .author-description span:nth-child(2):after, .error-search-wr .author_description_block span:nth-child(3):after {
    content: "\f07c";
}
.commercial-services-lower-wr h5 br {
    display: none;
}
.our-approch-lower-wr h3 br {
    display: none;
}
.faq-inner h3 br {
    display: none;
}
.page-id-807 .pest-exterminator-upper-heading h2 br, .page-id-839 .pest-exterminator-upper-heading h2 br,
.page-id-819 .pest-exterminator-upper-heading h2 br, .page-id-843 .pest-exterminator-upper-heading h2 br  {
    display: none;
}
/*plan page mobile css*/
.rpc-cards-wr.pick-plan-wr {
    display: none;
}
.template-about-us .inner-banner-heading h5 strong, .template-commercial .inner-banner-heading h5 strong  {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}
.page-id-749 .banner-overlay-wr {
    padding: 125px 0 190px;
    position: relative;
    /* z-index: 0; */
}
.template-city .gform-loader{
    left: 13% !important;
    right: 0 !important;
    top: 20px !important;
}
.contact-page-form-wr #gform_fields_1 .gfield_html a:hover {
    color: var(--primary) !important;
}
.template-terms-of-service .privacy-page-wr p {
    margin-bottom: 15px;
}
.page-id-851 .pest-exterminator-upper-heading h2 {
    padding: 45px 7px;
}

.page-id-807 .pest-exterminator-upper-heading h2 {
    padding: 45px 108px;
}
.blog-page-wr .blog-post-txt {
    max-height: 224px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #209BDE #f1f1f1;
}
.page-id-839 .pest-exterminator-upper-heading h2 {
    padding: 45px 85px;
}
.our-pest-controls-bottom ul li {
    color: #ffff;
}
.our-pest-controls-bottom p {
    color: #fff;
    margin-bottom: 10px;
}

.our-pest-controls-bottom {
    margin-top: 5px;
}

/* ===== Teams Section ===== */

.team-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2.5s ease;
}

.team-card.active .team-description {
    max-height: 1000px; 
}
.team-card {
    text-align: center;
    width: 416px;
}

.team-image {
    width: 393px;
    height: 393px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.team-image span img {
    width: 100%;
    height: 100%;
}
.template-meet-our-teams .pest-exterminator-upper-heading h2 {
    width: 83%;
}

.team-card:nth-child(3n+1) .team-description {
    margin-left: 0;
}
.team-card:nth-child(3n+2) .team-description {
    margin-left: -450px;
}
.team-card:nth-child(3n) .team-description {
    margin-left: -900px;
}

.team-description {
    text-align: left;
    background-color: var(--primary);
    color: #ffff;
    padding: 30px;
    border-radius: 15px;
    margin: 20px 0px;
    width: 1320px;
    display: none;
    
}


.team-wr {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.teams-section {
    padding: 90px 0px;
}

.team-name h5 {
    background-image: url(../images/Box.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 0px 10px 15px 0px #0000001A; */
    position: relative;
    top: -65px;
    z-index: 3;
    display: inline-block;
    width: 416px;
    padding: 15px 0px 30px;
    color: #fff;
    text-align: center;
}

.team-name {
    position: relative;
}
.team-toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #000;
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    bottom: 40px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.team-card.active .team-toggle {
    transform: translateX(-50%) rotate(180deg);
}

.team-toggle:hover {
    background-color: #ffff;
    background-image: url(../images/arrow_down_black.svg);
    border: 1px solid #000;
}
.team-description p {
    color: #ffff;
}
.page-id-403 .our-pest-controls-bottom-right-contents {
    padding: 18px 44px;
}
.page-id-403 .our-pest-controls-bottom-right-contents h5 {
   font-size: 22px;
    line-height: 40px;
}
