/*!
Theme Name: texaspest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: texaspest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

texaspest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
    font-family: GeneralSans-Bold;
    src: url("./assets/fonts/GeneralSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-BoldItalic;
    src: url("./assets/fonts/GeneralSans-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Extralight;
    src: url("./assets/fonts/GeneralSans-Extralight.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-ExtralightItalic;
    src: url("./assets/fonts/GeneralSans-ExtralightItalic.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Italic;
    src: url("./assets/fonts/GeneralSans-Italic.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Light;
    src: url("./assets/fonts/GeneralSans-Light.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-LightItalic;
    src: url("./assets/fonts/GeneralSans-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Medium;
    src: url("./assets/fonts/GeneralSans-Medium.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-MediumItalic;
    src: url("./assets/fonts/GeneralSans-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Regular;
    src: url("./assets/fonts/GeneralSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-Semibold;
    src: url("./assets/fonts/GeneralSans-Semibold.otf") format("opentype");
}

@font-face {
    font-family: GeneralSans-SemiboldItalic;
    src: url("./assets/fonts/GeneralSans-SemiboldItalic.otf") format("opentype");
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #00b8dd;
    border-radius: 8px;
    background: #00b8dd;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
	font-family: GeneralSans-Medium;
}
.main-navigation a:hover {
    color: #1600DA;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}


@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("./assets/fonts/GeneralSans-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("./assets/fonts/GeneralSans-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("./assets/fonts/GeneralSans-Extralight.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("./assets/fonts/GeneralSans-ExtralightItalic.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("./assets/fonts/GeneralSans-Italic.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("./assets/fonts/GeneralSans-Light.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("./assets/fonts/GeneralSans-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("./assets/fonts/GeneralSans-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("./assets/fonts/GeneralSans-MediumItalic.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("./assets/fonts/GeneralSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("./assets/fonts/GeneralSans-Semibold.otf") format("opentype");
}

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("./assets/fonts/GeneralSans-SemiboldItalic.otf") format("opentype");
}

.google-img-lft img {
    height: 54px;
}

.texas-review-sec-rgt a {
    color: #fff;
}

.texas-review-sec-rgt p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.texas-review-sec-rgt p span {
    display: inline-block;
    padding: 0px 5px;
}

.texas-review-sec-rgt a:hover {
    color: #bf3737;
}

/* .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
} */

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header_row nav#site-navigation {
    flex: 1;
}

.service_aria_block {
    display: flex;
    align-items: center;
}

.service_aria_block button#dropdownMenuButton1 {
    background: transparent !IMPORTANT;
    border: none !IMPORTANT;
    outline: none;
    box-shadow: none !IMPORTANT;
    padding: 0px;
    padding-left: 5px;
    font-family: 'GeneralSans-Medium';
    font-weight: normal !IMPORTANT;
    font-size: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'GeneralSans-Medium';
    font-weight: normal ! IMPORTANT;
}

.service_aria_block button#dropdownMenuButton1:hover {
    color: #fff;
}

.site-branding,
footer#colophon,
nav.navigation.post-navigation,
main#primary{
    display: none;
}
footer.entry-footer {
	display: none;
}
ul.wp-block-list {
    margin: 0;
	padding: 0;
}
ul.wp-block-list li {
    list-style: none;
}
aside#secondary {
    padding: 30px 0 0 30px;
}
ul.wp-block-list li:hover {
    color: #ff4040;
    cursor: pointer;
}
h2.wp-block-heading {
    margin: 0 0 15px 0;
}
ul.wp-block-list li:not(:last-child) {
	padding: 0 0 10px 0;
}
.main-navigation ul {
	grid-gap: 25px;
}
.main-navigation {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
button.btn:hover {
    background: #ffffff;
    color: #1600DA;
    border: 1px solid #1600DA;
}
button.btn {
    background: #1600DA;
    padding: 10px 30px;
    color: #ffffff;
	font-family: Gordita-Bold;
}
header#masthead {
    position: sticky;
    top: 0;
	z-index: 999;
}
.header-menu-item {
    background: #BF3737;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#mega-menu-wrap-menu-1 {
	background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	color: #0E3B5E;
	background: transparent;
	font-weight: inherit;
	border-color: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #0E3B5E;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 10px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover
{
	background: none;
	color: #3975BD;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link{
	background: none;
	color: #3975BD;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !IMPORTANT;
    color: #0e3b5e;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent !IMPORTANT;
    color: #0e3b5e;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 15px;
}

.texas-footer {
  background: #0E3B5E;
  padding: 50px 0;
  padding-bottom:10px;
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget h3 {
  color: #FFFFFF;
  font-family: GeneralSans-Bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer__widget ul#menu-services {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
	width: 120%;
}

.footer__widget ul li {
/*   width: 50%; */
  margin-bottom: 10px;
}
.services-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu-services.menu li {
    width: 50%;
}

.footer__widget ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: GeneralSans-Medium;
  text-decoration: none;
  outline: none;
}

.footer__widget ul li a:hover {
  color: #3975BD;
}

.footer__widget p {
  color: #ffffff;
  font-size: 16px;
  font-family: GeneralSans-Medium;
  margin: 0 0 10px;
}

.map-link {
  color: #ffffff;
  text-decoration: underline;
  font-family: GeneralSans-Medium;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.custom-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #3975BD;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  border-left: 4px solid #BF3737;
  border-right: 4px solid #BF3737;
  margin: 15px 0;
  transition: all 0.3s ease;
}

.custom-button:hover {
  background-color: #2c5a94;
	color:#fff;
}

.social_icons ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social_icons ul li {
  background: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icons ul li:hover, .social_icons ul li:hover a {
    background: #3975bd;
    color: #fff !IMPORTANT;
}

.social_icons ul li a:hover {
    color: #fff;
}

.social_icons i {
  color: #0E3B5E;
  font-size: 20px;
}

.center-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.red-line {
    border: 3px solid #BF3737;
}
section.schedule-treatment {
    background: #ffffff;
    padding: 70px 0px;
}
.schedule-treatment-inn {
    height: 340px;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
	position: relative;
}
section.schedule-treatment .col-lg-10.col-md-7.col-12 {
    margin: auto;
}
.schedule-treatment-inn h2 {
    position: absolute;
    top: 35%;
}
section.control-sec {
    background: linear-gradient(180deg, #F5FBFF, #DCF0FF);
    padding: 70px 0px;
    position: relative;
}
section.control-sec::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    width: 100%;
    background-size: cover !important;
}

section.control-sec .container {
    position: relative;
    z-index: 2;
}

.control-sec-title h2 {
    color: #0D0D0D;
    font-size: 32px;
    font-family: GeneralSans-Bold;
}
.control-sec-content p {
    color: #0D0D0D;
    font-size: 16px;
    margin: 0;
	font-family: 'GeneralSans-Medium';
	line-height: 28px;
}

.control-sec-content span {
    color: #3975BD;
	font-family: GeneralSans-Semibold;
}
p.control-general {
    font-family: GeneralSans-Regular;
}
.control-sec-content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}
.control-sec-form {
    background: #3975BD;
    border: 4px solid #BF3737;
    padding: 30px;
	padding-top:50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position:relative;
}
.control-sec-form h3 {
    color: #FFFFFF;
    font-size: 26px;
    margin: 0 0 10px 0;
	font-family: GeneralSans-Semibold;
}
.control-sec-form h5 {
    font-family: cursive;
    color: #ffffff;
    font-size: 20px;
}
.copyright__section {
    background: #3975BD;
    padding: 10px 0px;
}
.copyright__text p {
    margin: 0;
}
.copyright__text {
    display: flex;
    justify-content: space-between;
}
.copyright__text p {
    color: #FFFFFF;
	font-family: GeneralSans-Medium;
	font-size: 16px;
}

.copyright__text p a {
    color: #fff;
}

.copyright__text p a:hover {
    color: #0e3b5e;
}

.google-review {
    padding: 10px 0px;
	background: #ffffff;
}
.google-review-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.google-search {
    display: flex;
    align-items: center;
	grid-gap: 20px;
}
.google-search-call {
    display: flex;
    flex-direction: column;
}
.texas-review-sec-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.texas-review-sec {
    background: #3975BD;
    padding: 6px 0px;
}

.texas-review-sec-inn p, .texas-review-sec-inn a {
    font-size: 14px;
}

.texas-review-sec-inn p {
    display: flex;
    align-items: center;
}

.texas-review-sec-inn p img {
    margin: 0px 5px;
}

.texas-review-sec-lft img, .service_aria_block img {
    height: 27px;
}

.texas-review-sec-lft {
    display: flex;
    align-items: center;
	grid-gap: 5px;
}
.texas-review-sec-inn p,
.texas-review-sec-inn p a {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
	font-family: GeneralSans-Medium;
}
.texas-review-sec-center img {
    height: 16px;
}
.google-search img {
    width: 50px;
}
.google-img-center img {
    width: 150px;
}
.google-search-call a {
    color: #0D0D0D;
    font-size: 23px;
	font-family: GeneralSans-Bold;
}
.google-search-call a:hover {
    color: #bf3737;
}
.google-search-call span {
    color: #3975BD;
    font-size: 16px;
	font-family: GeneralSans-Medium;
}
.emergency-pest {
	background: linear-gradient(180deg, #FFFFFF, #F1F1F1);
	padding: 70px 0px;
	border-top: 5px solid #bf3737;
    border-bottom: 5px solid #bf3737;
}
.emergency-pest-content h2 {
    color: #0D0D0D;
    font-size: 32px;
    margin: 0 0 10px 0;
	font-family: GeneralSans-Bold;
	margin: 0;
}
.emergency-pest-content p {
    color: #0D0D0D;
    font-size: 16px;
    margin: 0;
	font-family: GeneralSans-Medium;
	line-height:30px;
}
.emergency-pest-content span {
    color: #3975BD;
    font-size: 16px;
	font-family: GeneralSans-Semibold;
}
.emergency-pest-content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.emergency-blue-part {
    background: #0E3B5E;
    padding: 20px;
	clip-path: polygon(0 0, 100% 0, 100% 65%, 90% 100%, 0 100%);
}
.emergency-blue-inn {
    display: flex;
    grid-gap: 20px;
    align-items: center;
	margin-top:10px;
}
.contact-us-btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #3975BD;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    border-left: 4px solid #BF3737;
    border-right: 4px solid #BF3737;
    transition: all 0.3s ease;
	font-family: 'GeneralSans-Semibold';
}
.emergency-blue-part p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
	font-family: GeneralSans-Medium;
}
.emergency-center a {
    color: #FFFFFF;
    font-size: 22px;
	font-family: GeneralSans-Bold;
}
section.why-choose-sec {
    background: #FFFFFF;
    padding: 70px 0px;
	position: relative;
	overflow:hidden;
}

section.why-choose-sec .container {
    position: relative;
    z-index: 2;
}

.why-choose-title p {
    color: #BF3737;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
	font-family: GeneralSans-Medium;
}
p.blue-content {
    color: #3975BD;
	font-family: GeneralSans-Semibold;
	margin: 0 0 50px 0;
}
.why-choose-title h2 {
    color: #0D0D0D;
    text-align: center;
    margin: 0 0 10px 0;
	font-family: GeneralSans-Bold;
}
.why-choose-inn h5 {
    color: #0D0D0D;
    font-size: 23px;
	font-family: GeneralSans-Semibold;
	border-bottom: 3px solid #3975BD;
	height: 75px;
	margin: 10px 0 0 0;
}
.why-choose-inn img {
    width: 70px;
}
.why-choose-inn p {
    font-size: 16px;
    margin: 15px 0 0 0;
    color: #0D0D0D;
	font-family: GeneralSans-Medium;
}
section.why-choose-sec::after {
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    height: -webkit-fill-available;
    background-size: contain !important;
    left: 20%;
}
.why-choose-contact {
    background-color: #BF3737;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 63%, 92% 100%, 0 100%);
}
.why-choose-contact h3 {
    color: #FFFFFF;
    font-size: 29px;
	margin: 0 0 20px 0;
    text-align: center;
	font-family: GeneralSans-Bold;
}
.why-choose-contact p {
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 20px 0;
	font-family: GeneralSans-Medium;
	font-size: 16px;
}
.contact-us-btn {
    display: flex;
    justify-content: center;
}
.contact-us-btn.white-line a {
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    display: inline-block;
    padding: 10px 30px;
    background-color: #3975BD;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.row:last-child .col-lg-10.col-md-12.col-12 {
    margin: auto;
	padding: 50px 0 0 0;
}
.control-sec-form::before {
    width: 100px;
    height: 100px;
    position: absolute;
    content: "";
    background-size: contain !important;
    top: -57px;
}
.control-sec .row:last-child .col-lg-5.col-md-6.col-12 {
    margin: 40px 0 0 0;
}

.form_pest_control {
    width: 100%;
    margin-top: 14px;
    position: relative;
}

.form_pest_control input {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 30px;
    border: none !IMPORTANT;
    outline: none !important;
    box-shadow: none !IMPORTANT;
    font-family: 'GeneralSans-Regular';
    font-size: 15px;
}

.form_pest_control p {
    margin-bottom: 13px;
}

.form_pest_control input[type="submit"] {
    background: #0D0D0D;
    border-left: 5px solid #bf3737 !important;
    border-right: 5px solid #BF3737 !important;
    border-top: 1px solid #BF3737 !IMPORTANT;
    border-bottom: 1px solid #BF3737 !IMPORTANT;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'GeneralSans-Semibold';
    height: 50px;
}

.form_pest_control input[type="submit"]:hover {
    background: #bf3737;
	border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.form_pest_control span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    margin-top: 10px;
}


.footer__widget p a {
    display: block;
    color: #3975BD;
    text-decoration: underline;
}

.footer__widget p {
    line-height: 32px;
}

.footer__widget p a:hover {
    color: #bf3737;
    text-decoration: none;
}

.copyright__menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.copyright__menu ul li a {
    display: block;
    color: #fff;
    font-family: 'GeneralSans-Medium';
    padding: 0px 5px;
    border-right: 1px solid #fff;
	outline: none;
}

.copyright__menu ul li:last-child a {
    border: none;
}

.copyright__menu ul li a:hover {
    color: #0e3b5e;
}

.swiper-pagination span {
    border: 1px solid #fff;
    height: 14px;
    width: 14px;
    background: transparent !IMPORTANT;
    opacity: 1;
    position: relative;
    display: inline-block;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fffbfb;
    height: 65%;
    width: 65%;
}


/* hero css */

.service_aria_block ul#menu_item li a {
    color: #000;
    font-family: 'GeneralSans-Medium';
    display: block;
    padding: 5px 10px;
}

.service_aria_block ul#menu_item li a:hover {
    background: #3975bd;
    color: #fff;
}

/* immediate css */

section.immediate_section {
    background: #3975BD;
    padding: 8px 0px;
}

.immediate_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.immediate_block span {
    display: inline-block;
    font-family: 'GeneralSans-Medium';
    font-size: 20px;
}

.immediate_block a {
    display: inline-block;
    color: #fff;
    font-family: 'GeneralSans-Bold';
    font-size: 42px;
    margin-left: 25px;
}

.immediate_block a:hover {
    color: #bf3737;
}

/* immediate css */



.hero_block {
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_block {
    position: relative;
}

.hero_review_block {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.hero_review_block .container {
    display: flex;
    align-items: center;
}

.hero_review_block .container img {
    height: 67px;
}

.client_number_data {
    color: #fff;
}

.client_number_data h5 {
    margin: 0px;
    font-family: 'GeneralSans-Semibold';
    font-size: 19px;
}

.client_number_data p {
    font-size: 13px;
    margin: 0px;
}

.hero_inner {
    color: #fff;
}

.hero_inner h5 {
    display: inline-block;
    font-family: 'GeneralSans-Medium';
    font-size: 15px;
    background: rgba(255 255 255/20%);
    padding: 10px 20px;
    border-radius: 30px;
}

.hero_inner h2 {
    font-family: 'GeneralSans-Bold';
    font-size: 52px;
    max-width: 530px;
}

.hero_inner p {
    font-family: 'GeneralSans-Medium';
    font-size: 15px;
    margin: 24px 0px;
    margin-bottom: 34px;
    line-height: 31px;
}

.button_groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.button_groups span {
    display: inline-block;
    padding: 0px 8px;
    text-transform: uppercase;
    font-family: 'GeneralSans-Medium';
    font-size: 16px;
}

.button_groups a {
    display: inline-flex;
    align-items: center;
    height: 44px;
    border-radius: 30px;
    position: relative;
}

a.dark_button {
    text-align: center;
}

a.dark_button {
    justify-content: center;
    width: 192px;
    background: #3975bd;
    color: #fff;
    font-family: 'GeneralSans-Semibold';
    font-size: 19px;
    border-left: 5px solid #bf3737;
    border-right: 5px solid #bf3737;
}

a.light_button:before {
    content: '';
    position: absolute;
    left: 4px;
    height: 35px;
    width: 38px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain !IMPORTANT;
}

a.light_button:hover:before {
    filter: brightness(0) invert(1);
}

a.light_button {
    background: #fff;
    padding-left: 50px;
    font-family: 'GeneralSans-Semibold';
    font-size: 19px;
    padding-right: 14px;
    border-left: 5px solid #BF3737;
    border-right: 5px solid #3975bd;
    color: #0D0D0D;
}

a.light_button:hover {
    background: #3975bd;
    color: #fff;
}

a.dark_button:hover {
    background: #fff;
    color: #3975bc;
}

/* hero css */


.button_groups .google-search-call span {
    padding: 0px;
}


/* service section css */

section.service_section {
    padding: 60px 0px;
    border-top: 5px solid #BF3737;
}

.emergency-pest-content.color_white {
    padding: 0px 30px;
    color: #fff;
}

.emergency-pest-content.color_white h5 {
    font-size: 14px;
    font-family: 'GeneralSans-Medium';
}

.emergency-pest-content.color_white h2 {
    color: #fff;
}

.emergency-pest-content.color_white .contact-us-btn {
    justify-content: start;
    margin-top: 25px;
}

.service_block {
    background: #fff;
    padding: 13px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 80% 100%, 0 100%, 0% 50%);
    transition: 0.5s;
    height: 100%;
}

.service_image_block {
    position: relative;
}

.service_icon {
    background: #3975BD;
    position: absolute;
    right: 20px;
    bottom: -38px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_icon img {
    height: 48px;
    width: 100%;
    object-fit: contain;
}

.service_block h2 {
    color: #0D0D0D;
    font-family: 'GeneralSans-Semibold';
    font-size: 20px;
    line-height: 30px;
    margin: 26px 0px 8px 0px;
    max-width: 66%;
}

section.service_section .col-md-3 {
    margin-bottom: 28px;
}

.service_last {
    background-size: 100% 100% !important;
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !important;
    height: 352px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 25px;
}

img.white_image {
    width: 106px;
    margin-bottom: 15px;
}

.service_last h2 {
    color: #fff;
    text-align: center;
    font-family: 'GeneralSans-Semibold';
    font-size: 27px;
    margin-bottom: 18px;
}

.service_estimate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service_estimate_inner a {
    font-family: 'GeneralSans-Bold';
    color: #fff;
    font-size: 19px;
    display: block;
}

.service_estimate_inner {
    color: #fff;
    padding-left: 7px;
}

.service_estimate_inner p {
    margin: 0px;
    font-family: 'GeneralSans-Medium';
    font-size: 13px;
}

.service_estimate img {
    width: 57px;
}

.service_last .contact-us-btn a {
    border-left-color: #fff;
    border-right-color: #fff;
}

.service_block:hover .service_icon {
    background: #bf3737;
}

.service_estimate_inner a:hover {
    color: #3975bd;
}

.contact-us-btn a:hover {
    background: #fff;
    color: #3975bd;
}

.service_last .contact-us-btn a:hover {
    background: #185195;
    color: #fff;
}

/* service section css */


/* adding new css */


section.contact-information {
    padding: 60px 0px;
    background-size:cover !important;
    border-top: 4px solid #BF3737;
    border-bottom: 4px solid #BF3737;
}
.contact-information-content h2 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'GeneralSans-Bold';
    margin: 0 0 10px 0;
}
.contact-information .contact-information-content p {
    font-size: 16px;
    color: #ffffff;
    font-family: 'GeneralSans-Medium';
    margin: 0 0 40px 0;
}
.contact-info-call {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.contact-info-call-main {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
	margin: 0 0 30px 0;
}
.contact-info-call-main .contact-info-call .contact-info-content p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'GeneralSans-Medium';
	margin: 0;
}
.contact-info-content a, .contact-info-call-main .contact-info-call .contact-info-content p.working_hour_text {
    color: #ffffff;
    font-size: 19px;
    font-family: 'GeneralSans-Semibold';
}
.social_icons.contact-social ul {
    justify-content: flex-start;
    margin: 20px 0 0 0;
}
.contact-information-form {
    background: #3975BD;
    padding: 30px;
    border-radius: 30px;
    border: 4px solid #BF3737;
}
.contact-information-form select {
    border: 1px solid #FFFFFF !important;
    width: 100% !important;
    border-radius: 28px !important;
    padding: 10px !important;
    color: #0D0D0D !important;
    font-family: 'GeneralSans-Regular';
    outline: none;
}
textarea {
	outline: none;
}
.contact-information-form h2 {
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: 'GeneralSans-Semibold';
}

section.schedule-treatment {
    background: #ffffff;
    padding: 150px 0px 100px 0px;
	position: relative;
}
.schedule-treatment-inn {
    height: 340px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
	position: relative;
}
section.schedule-treatment .col-lg-10.col-md-7.col-12 {
    background-size:100% 100% !important;
	background-repeat:no-repeat !important;
	padding: 40px 40px 20px 40px;
}

.schedule-treatment-content h2 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'GeneralSans-Bold';
    margin: 0 0 10px 0;
}
.schedule-treatment-content p {
    color: #ffffff;
    font-family: 'GeneralSans-Medium';
    font-size: 14px;
	line-height:26px;
    margin: 0 0 10px 0;
}
.book-now-btn {
    display: inline-block;
    background: #0D0D0D;
    padding: 8px 30px;
    border-radius: 30px;
}

section.schedule-treatment .col-lg-10.col-md-7.col-12 {
    position: relative;
}

.schedule-treatmenimg {
    position: absolute;
    bottom: -20px;
    width: 95%;
}

.schedule-treatment-main .col-lg-5.col-md-6.col-12 {
    position: relative;
}

.schedule-treatment-content .contact-us-btn {
    justify-content: start;
    margin-top: 19px;
}

.schedule-treatment-content .contact-us-btn a {
    background: #0D0D0D;
}

.schedule-treatment-content .contact-us-btn a:hover {
    background: #fff;
    color: #0D0D0D;
}


.form_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.form_row p {
    margin-bottom: 0px;
}

.form_block {
    margin-bottom: 10px;
}

.form_block input, .form_block select {
    height: 43px;
    padding: 0px 20px !important;
    border-radius: 30px;
    width: 100%;
    font-size: 15px;
}

.col_half {
    width: 49%;
}

.col_full {
    width: 100%;
}

.form_block select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form_block textarea {
    height: 111px;
    padding: 14px 20px !important;
    border-radius: 22px;
    width: 100%;
    font-size: 15px;
}

.contact_form p {
    color: #fff;
    font-family: 'GeneralSans-Medium';
    font-size: 14px;
    line-height: 25px;
}

.form_block.col_full {
    position: relative;
}

.form_block.col_full span.wpcf7-spinner {
    position: absolute;
}

.form_row:last-child .form_block {
    margin-bottom: 0px;
}

.form_block input[type="submit"] {
    background: #0D0D0D;
    border: none !IMPORTANT;
    border-left: 4px solid #BF3737 !IMPORTANT;
    border-right: 4px solid #BF3737 !IMPORTANT;
    outline: none !important;
    box-shadow: none !IMPORTANT;
    font-family: 'GeneralSans-Semibold';
}

.form_block input[type="submit"]:hover {
    background: #fff;
    color: #0D0D0D;
}

.form_block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form_block input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form_block input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form_block input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.form_block textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form_block textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form_block textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form_block textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/* adding new css */

/* testimonial css */

section.testimonial_section {
    margin: 60px 0px;
}

.testimonial_inner {
    padding: 50px;
}

.testimonial_image {
    padding-left: 23%;
}

.testimonial_inner .contact-information-content h2 {
    max-width: 470px;
}

.testimonial_inner .contact-information-content p {
    color: #fff;
    font-family: 'GeneralSans-Medium';
    line-height: 33px;
    font-size: 16px;
}

.testimonial_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
}

.testimonial_name {
    flex: 1;
    padding-left: 9px;
    color: #fff;
}

img.client_feature_image {
    width: 55px;
}

.testimonial_name img {
    height: 19px;
}

.testimonial_name h4 {
    font-family: 'GeneralSans-Medium';
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.testimonial_description {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_slider .swiper-pagination {
    position: static !IMPORTANT;
    justify-content: start !IMPORTANT;
    text-align: left;
    margin-bottom: 28px;
}

.testimonial_description:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain !IMPORTANT;
    top: -71px;
    right: 0px;
}

/* testimonial css */

.contact-information-content .button_groups a:before {
    display: none;
}

.contact-information-content .button_groups a {
    padding: 10px;
    font-size: 15px;
    width: 176px;
    text-align: center;
    justify-content: center;
}


/* search bar css */

div#global-search-popup {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0 0 0 / 73%);
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.global-search-popup.popup-active {
    display: flex ! Important;
}

.popup-content {
    width: 50%;
    background: #fff;
    border-radius: 15px;
    padding: 20px 46px;
    position: relative;
}

span#close-search {
    color: #fff;
    font-size: 38px;
    position: fixed;
    right: 0px;
    top: 0px;
    display: inline-flex;
    height: 50px;
    line-height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.popup-content h2 {
    color: #000;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
	font-family: 'GeneralSans-Semibold';
}

.popup-content form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popup-content form {
    position: relative;
}

.popup-content form input {
    flex: 1;
    height: 58px;
    padding: 10px 19px;
    background: #ddd;
    border: none;
    border-radius: 30px;
    padding-right: 134px;
    width: 100%;
}

.popup-content form button {
    height: 58px;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
    background: #3975bd;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 2px solid transparent;
}

img#search-icon {
    cursor: pointer;
}

/* search bar css */

/* sticky buttons */

.fixed_icons_group {
    position: fixed;
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
    background: #0D0D0D;
    border: 2px solid #bf3737;
    border-right: 0px;
    border-radius: 10px 0px 0px 10px;
    z-index: 999;
    padding: 10px 0px;
}

.fixed_icons_group ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fixed_icons_group ul li {
    margin-bottom: 10px;
}

.fixed_icons_group ul li:last-child {
    margin: 0px;
}

.fixed_icons_group ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'GeneralSans-Regular';
    font-size: 13px;
    padding: 3px 15px;
    text-decoration: none;
}

.fixed_icons_group ul li a img {
    display: block;
    height: 30px;
    margin: 0 auto;
}

.fixed_icons_group ul li a span {
    display: block;
    margin-top: 5px;
}

.fixed_icons_group ul li a:hover {
    color: #3975bd;
}

.fixed_icons_group ul li a:hover img {
    opacity: 0.5;
}

/* sticky buttons */

/* contact us page css */

section.page_section {
    padding: 50px 0px;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_title {
    text-align: center;
}

.page_title h1 {
    font-family: 'GeneralSans-Bold';
    font-size: 40px;
    color: #fff;
    margin: 0px;
}

section.page_section {
    position: relative;
}

section.page_section:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(57 117 189/60%);
}

section.page_section .container {
    position: relative;
    z-index: 2;
}

section.contact_page_section {
    margin: 50px 0px;
}

.contact_page_block {
    text-align: center;
    border: 5px solid #bf3737;
    height: 100%;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 20px;
    transition: 0.5s;
}

.contact_page_block_image {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #bf3737;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.5s;
}

.contact_page_block_image img {
    filter: invert(1);
    height: 52px;
}

.contact_page_block h4 {
    font-family: 'GeneralSans-Semibold';
    font-size: 25px;
}

.contact_page_block a {
    font-family: 'GeneralSans-Regular';
    font-size: 18px;
    text-decoration: none;
    color: #3975bd;
}

.contact_page_section .col-md-4 {
    margin-bottom: 20px;
}

.contact_page_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/50%);
}

.contact_page_block:hover .contact_page_block_image {
    transform: rotateY(360deg);
}

.contact_page_block:hover a {
    color: #bf3737;
}

section.contact_page_location {
    padding: 60px 0px;
}

.contact_iframe, .contact_iframe p, .contact_iframe iframe {
    height: 100%;
    margin: 0px;
}

.contact_iframe iframe {
    border-radius: 20px;
}

.contact_form_page {
    text-align: left;
    position: relative;
}

.contact_form_page .form_block input[type="submit"] {
    margin-top: 20px;
}

.contact_page_form_data {
    background: #f1eeee;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}

.contact_page_form_data h2 {
    margin-bottom: 20px;
}

.contact_page_form_data .contact_form p {
    color: #0d0d0d;
}

/* contact us page css */


/* service page detail */

section.serviceinner_page_section {
    margin: 50px 0px;
}

.servive_page h4 {
    color: #3975BD;
    font-size: 22px;
    font-family: 'GeneralSans-Semibold';
}

ul.service-links {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #3975bd;
    padding: 10px 0px;
    border-radius: 6px;
}

ul.service-links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    padding: 10px 15px;
	border-bottom:1px solid #fff;
}

ul.service-links li:last-child a{
	border-bottom:none;
}

.service_image img {
    margin-bottom: 24px;
}

ul.service-links li a:hover, ul.service-links li.active a {
    background: #bf3737;
}

/* service page detail */


/* faq css */

section.faq_section {
    margin: 50px 0px;
}

.accordion-item {
	margin-bottom: 25px;
	border-radius: 15px !IMPORTANT;
	overflow: hidden;
	border: 1px solid #ddd !important;
}

.accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion-header button {
    background: #3975bd ! IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none;
    color: #fff !important;
    font-size: 20px;
    font-family: 'GeneralSans-Semibold';
}

.accordion-body {
	/*     margin-bottom: 10px; */
	font-family: 'GeneralSans-Medium';
	background: #ffffff ! IMPORTANT;
	font-size: 16px;
	color: #000000;
}

.accordion-button::after {
    position: absolute;
    right: 9px;
    top: 21px;
    filter: brightness(0) invert(1);
}

.accordion-body ul {
    margin: 0px;
}

.accordion-body ul li {
    font-family: 'GeneralSans-Regular';
}

/* faq css */

/* get section css */

section.get_ride_section {
    margin: 50px 0px;
}

.get_ride_section .col-md-4 {
    margin-bottom: 20px;
}

.get_ride_block {
    background: #3975bd;
    height: 100%;
    padding: 25px;
    color: #fff;
    border-radius: 15px;
}

.get_ride_block h4 {
    font-family: 'GeneralSans-Semibold';
    margin-bottom: 15px;
    font-size: 21px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.get_ride_block p {
    font-family: 'GeneralSans-Regular';
}

.get_ride_block {
    transition: 0.5s;
}

.get_ride_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/40%);
}

.service_image {
    position: sticky;
    top: 195px;
}

/* get section css */

.servive_page.title_block ul, .data_protection .emergency-pest-content ul {
    margin: 0px;
    margin-bottom: 20px;
}

.servive_page.title_block ul li, .data_protection .emergency-pest-content ul {
    font-family: 'GeneralSans-Medium';
    line-height: 30px;
}

.data_protection {
    background: #f1f1f1;
    padding: 50px 0px;
}

.pleasanton_image {
    text-align: right;
}


.pleasanton_section {
    padding: 50px 0px;
}

.pleasanton_section .emergency-pest-content h2, .pleasanton_section .emergency-pest-content p {
    color: #fff;
}

.pleasanton_block a {
    display: block;
}

.pleasanton_block {
    background: #bf3737;
    padding: 28px;
    padding-bottom: 65px;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 85% 100%, 0 100%, 0% 50%);
    height: 100%;
    position: relative;
}

.pleasanton_block h4 {
    font-family: 'GeneralSans-Semibold';
    font-size: 24px;
}

.pleasanton_block p {
    font-family: 'GeneralSans-Medium';
    margin-bottom: 0px;
}

.pleasanton_block h4, .pleasanton_block p {
    color: #fff;
}

.pleasanton_inner {
    background: #3975bd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pleasanton_inner img {
    height: 62px;
}

.pleasanton_block:hover {
    background: #fff;
}

.pleasanton_block:hover h4, .pleasanton_block:hover p {
    color: #0d0d0d;
}

.pleasanton_block:hover .pleasanton_inner {
    box-shadow: 0px 0px 20px rgba(0 0 0/50%);
}

/* Areas We Serve Page Start */
section.pest-control-service-section, section.meet-the-team-section {
    margin: 70px 0px;
}
.pest-contol-service-content h2 {
    font-size: 32px;
    margin: 0 0 10px 0;
    font-family: GeneralSans-Bold;
    color: #0D0D0D;
}
.pest-control-service-description p, .pest-control-service-description ul li {
    color: #0D0D0D;
    font-size: 16px;
    margin: 0;
    font-family: GeneralSans-Medium;
    line-height: 30px;
}
.pest-control-service-description ul {
    margin: 0;
}
.pest-control-service-description span {
    color: #3975BD;
    font-family: GeneralSans-Semibold;
    margin: 10px 0 0;
}
.our-service-map iframe {
    height: 460px;
    width: 100%;
}
.meet-the-team-cta {
    background: #0E3B5E;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 90% 100%, 0 100%);
    text-align: center;
}
.meet-the-team-cta h2 {
    color: #ffffff;
    font-size: 32px;
    margin: 0 0 10px 0;
    font-family: GeneralSans-Bold;
}
.meet-the-team-description p {
    font-size: 16px;
    margin: 15px 0;
    color: #ffffff;
    font-family: GeneralSans-Medium;
}
.meet-the-team-cta a.dark_button {
    font-size: 16px;
}
/* Areas We Serve Page End */

.postid-601 .get_ride_section .col-md-3.col-sm-6 {
    width: 50%;
}
/*Request Appointment form start*/

.gform_heading h2.gform_title {
    text-align: center;
    color: #0D0D0D;
    font-size: 32px;
    font-family: GeneralSans-Bold;
}
.step-1-html h3, .gform_page_fields h3 {
    color: #0d0d0d;
    font-size: 29px;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: GeneralSans-Bold;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #bf3737 !important;
}
.step-1-html h4, .gform_page_fields h4 {
    color: #3975BD;
    font-family: GeneralSans-Semibold;
    margin: 0px;
    font-size: 25px;
}
legend.gfield_label, label.gfield_label {
    color: #0d0d0d !important;
    font-size: 22px !important;
    font-family: 'GeneralSans-Semibold' !important;
}
.gform_next_button.gform-theme-button.button, .gform_previous_button.gform-theme-button.button, .gform_button.button {
    background: #3975bd !important;
    color: #ffffff !important;
    font-family: 'GeneralSans-Semibold' !important;
    font-size: 18px !important;
    border-left: 5px solid #bf3737 !important;
    border-right: 5px solid #bf3737 !important;
	border-top: 2px solid #3975bd !important;
	border-bottom: 2px solid #3975bd !important;
    border-radius: 30px !important;
    padding: 15px !important;
    width: 190px !important;
}
.gform_next_button.gform-theme-button.button:hover, .gform_previous_button.gform-theme-button.button:hover, .gform_button.button:hover {
    background: #ffffff !important;
    color: #3975bd !important;
    border: 2px solid #bf3737 !important;
}
.gchoice:after {
    top: 5px !important;
    right: 5px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 15px !important;
    background: #bf3737 !important;
}
 .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    outline-color:transparent !important;
}
span.gfield-image-choice-wrapper-outer:active, span.gfield-image-choice-wrapper-outer:hover, span.gfield-image-choice-wrapper-outer:focus, span.gfield-image-choice-wrapper-outer:focus-within {
    border: 2px solid #bf3737 !important;
    outline: none !important;
    box-shadow: none !important;
}
.date-time-content p {
    font-size: 18px;
    color: #0d0d0d;
    font-family: 'GeneralSans-Medium';
    margin: 10PX 0PX -10PX;
}
.gfield-choice-image-wrapper {
    padding: 40px !important;
}
.gfield_radio {
    width: 100% !important;
    flex-flow: row wrap !important;
}
.gfield_radio .gchoice {
    min-width: 19% !important;
    margin: 10px 0px;
}
/*Request Appointment form end*/

/* blog page css start */
.blog_block {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: 0.5s;
}
section.blog_page_section .blog_block {
    border: 1px solid #ddd;
}
.blog_image a {
    display: block;
}
.blog_image a img {
    height: 250px ! IMPORTANT;/
    width: 100% ! IMPORTANT;
    object-fit: cover;
    border-radius: 10px;
}
.blog_content {
    padding: 12px;
    /* min-height: 290px; */
    display: flex;
    flex-direction: column;
    align-items: start;
}
.blog_content h5 {
    display: inline-block;
    background: #fff7e0;
    color: #fff;
    padding: 6px 10px;
    border-radius: 7px;
}
.blog_content h5, .blog_content h5 a {
    color: #4B4B4B;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    display: none;
}
a.blog_title_block, a.blog_title_block h2 {
	text-decoration: none;
	font-family: 'GeneralSans-Bold';
	color: #0D0D0D;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog_link {
    margin-top: auto;
    width: 100%;
}
.blog_link a {
    display: block;
    text-align: center;
    padding: 10px 30px;
    background-color: #3975BD;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    border-left: 4px solid #BF3737;
    border-right: 4px solid #BF3737;
    transition: all 0.3s ease;
    font-family: 'GeneralSans-Semibold';
}
.blog_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
}
.blog_content p {
	color: #0D0D0D;
	font-family: GeneralSans-Medium;
	margin: 0 0 18px 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
section.blog_page_section {
    padding: 50px 0px;
    background: #ffffff;
}
.blog_link a:hover {
    background: #000000;
}
section.post__detail {
	margin: 50px 0px;
	text-align: justify;
}
.post__detail .post h2 {
    font-family: 'GeneralSans-Bold';
    font-size: 32px;
    margin: 0 0 20px 0;
}
.post__detail article.post p.post-meta, .post__detail article.post p.post-meta a {
    color: #4169e1;
    text-decoration: none;
    font-family: GeneralSans-Medium;
    font-size: 16px;
}
.post__detail article.post p.post-meta {
    margin-bottom: 20px;
}
.post-content p {
    color: #0D0D0D;
    font-family: GeneralSans-Medium;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.post-content h3 {
    font-family: 'GeneralSans-Bold';
    font-size: 26px;
    margin: 0 0 10px 0;
}
.post-content ul li,
.post-content ol li {
    color: #0D0D0D;
    font-family: GeneralSans-Medium;
    font-size: 16px;
}
.post-content img {
	display: flex;
	margin: auto;
	border-radius: 20px;
}
main#primary {
	display: block;
	padding: 50px 0px;
}
.blog__feature__image img {
	width: 100%;
	object-fit: cover;
}

.blog__feature__title a {
	color: #030303;
	text-decoration: none;
}

.blog__feature__title a h3 {
	font-size: 20px;
	text-decoration: none;
	font-family: 'GeneralSans-Bold';
	margin: 15px 0 0 0;
	text-align: center;
}

.post__data__items {
	border: 1px solid #46464645;
	background: #fff;
	height: 100%;
	transition: 0.5s;
	padding: 15px;
	border-radius: 10px;
}

.post__data__items:hover {
    background: #f9f9f9;
    border-color: #BF3737;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.single__post__sidebar {
    position: sticky;
    top: 200px;
}
.single__post__sidebar .sidebar__data {
    border: 2px solid #3975BD !important;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #ffffff !important;
    color: #000000;
}
.sidebar__data h4 {
    font-family: 'GeneralSans-Bold';
    margin-bottom: 10px;
    color: #000000;
    font-size: 26px;
}
.search__post__sidebar form {
    display: flex;
    align-items: center;
    position: relative;
}
.search__post__sidebar form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #3975BD ! IMPORTANT;
    padding-right: 46px;
    font-size: 15px;
}
.search__post__sidebar form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
    color: #000000;
}
ul.category-list-items {
    margin: 0px;
    list-style: none;
    padding: 0;
}
ul.category-list-items li a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-family: 'GeneralSans-Medium';
}
.post-content-title h2 {
    font-family: 'GeneralSans-Bold';
    font-size: 32px;
    margin: 0 0 20px 0;
}
.post-navigation {
	display: none;
}
/* blog page css end */

.benefits_pest_img {
    position: sticky;
    top: 200px;
}

section.get_ride_section.why_choose_sec {
    border-top: 5px solid #bf3737;
    padding: 50px 0px 0px 0px;
}


/* home page responsive */
@media only screen and (max-width:1399px) {
	.service_estimate img {
		width: 50px;
	}
	.service_last h2 {
		font-size: 22px;
		margin-bottom: 7px;
	}
	.accordion-item h4 button {
		font-size: 17px;
	}

}
@media only screen and (max-width:1199px) {
	h2 {
		font-size: 26px !important;
	}
	.control-sec-form::before {
		width: 90px;
		height: 90px;
		top: -47px;
	}
	.control-sec .row:last-child .col-lg-5.col-md-6.col-12 {
		margin: 20px 0 0 0;
	}
	.why-choose-inn h5 {
		font-size: 20px;
		height: 70px;
	}
	.why-choose-inn img {
		width: 60px;
	}
	.footer-logo {
		max-width: 150px;
		margin-bottom: 10px;
	}
	.social_icons ul {
		gap: 5px;
	}
	.social_icons ul li {
		width: 40px;
		height: 40px;
	}
	.footer__widget h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.control-sec-form h3 {
		font-size: 20px;
	}
	.control-sec-form h5 {
		font-size: 18px;
	}
	.footer__widget ul#menu-services {
		width: 100%;
	}
	.footer__widget ul li a {
		font-size: 14px;
	}
	
	.button_groups a {
		font-size: 16px !important;
	}
	
	.hero_inner p, .control-sec-content p, .emergency-pest-content p, .testimonial_inner .contact-information-content p, .testimonial_inner .contact-information-content p, .contact-information .contact-information-content p, .copyright__text p{
		font-size:14px;
		line-height:28px;
	}
	
	.google-search-call a {
		font-size: 24px !IMPORTANT;
	}

	.button_groups span {
		font-size: 14px;
	}

	.control-sec-content a.dark_button {
		font-size: 15px;
	}

	.emergency-pest-content.color_white {
		padding: 0px;
	}

	.service_section .col-md-3 {
		width: 33.3%;
	}

	.service_block h2 {
		font-size: 21px !important;
	}

	.immediate_block span {
		font-size: 16px;
	}

	.immediate_block a {
		font-size: 36px;
	}

	.contact-info-call img {
		height: 52px;
	}

	.contact-info-call-main .contact-info-call .contact-info-content p {
		font-size: 12px;
	}

	.contact-info-content a, .contact-info-call-main .contact-info-call .contact-info-content p.working_hour_text {
		font-size: 18px;
	}

	.contact-information-content h2 {
		font-size: 23px !IMPORTANT;
	}

	section.schedule-treatment {
		padding: 50px 0px;
	}

	.testimonial_image {
		padding-left: 0px;
	}
	
}
@media only screen and (max-width: 1023px) {
	.texas-review-sec {
		display: none;
	}
	section.control-sec,
	section.why-choose-sec{
		padding: 40px 0px;
	}
	.control-sec-form::before {
		width: 80px;
		height: 80px;
		top: -47px;
	}
	p.blue-content {
		margin: 0 0 40px 0;
	}
	.why-choose-contact {
		padding: 40px;
	}
	
	
	
	
}
@media only screen and (max-width:991px) {
	h2 {
		font-size: 20px !important;
	}
	.google-img-center img {
		width: 120px;
	}
	.google-img-lft img {
		width: 200px;
	}
	.google-search {
		grid-gap: 10px;
	}
	.control-sec-form::before {
		width: 75px;
		height: 75px;
		top: 120px;
	}
	.control-sec-form::before {
		top: -41px;
	}
	.emergency-center a,
	.emergency-blue-part p{
		font-size: 14px;
	}
	.contact-us-btn a {
		padding: 10px 15px;
		font-size: 14px;
	}
	.emergency-blue-inn {
		grid-gap: 10px;
	}
	.why-choose-inn img {
		width: 50px;
	}
	.why-choose-inn h5 {
		height: 40px;
	}
	.row:nth-child(2) .col-lg-3.col-md-6.col-12 {
		padding-bottom: 40px;
	}
	.row:last-child .col-lg-10.col-md-12.col-12 {
		padding: 0px 0 0 0;
	}
	.footer__widget ul#menu-services {
		width: 120%;
	}
	.why-choose-contact h3 {
		font-size: 25px;
		margin: 0 0 10px 0;
	}
	.why-choose-contact p {
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	.contact-us-btn.white-line a {
		font-size: 14px;
	}
	
	
	.copyright__text {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.copyright__text p, .copyright__menu ul li a {
		font-size: 13px;
	}

	section.schedule-treatment .col-lg-10.col-md-7.col-12 {
		width: 100%;
	}

	.service_section .col-md-3 {
		width: 50%;
	}

	.emergency-pest .col-lg-5.col-md-6.col-12 {
		width: 100%;
	}

	.emergency-pest .col-lg-7.col-md-6.col-12 {
		width: 100%;
	}

	.service_last {
		background-size: 100% 100% !IMPORTANT;
	}

	.service_last h2 {
		font-size: 20px !IMPORTANT;
	}

	.control-sec .col-lg-7.col-md-6.col-12, .control-sec .col-lg-5.col-md-6.col-12 {
		width: 100% !IMPORTANT;
	}

	.control-sec .row:last-child .col-lg-5.col-md-6.col-12 {
		margin-top: 60px;
	}

	.hero_block .col-md-6 {
		width: 100%;
	}

	.hero_block {
		height: 444px;
	}
	
	.service_aria_block {
		display: none;
	}
	
	.testimonial_inner .col-md-6 {
		width: 100%;
	}

	.testimonial_inner .row {
		flex-direction: column-reverse;
	}

	.testimonial_image {
		margin-bottom: 25px;
	}

	.contact-information .col-lg-6.col-md-6.col-12 {
		width: 100%;
	}

	.contact-information-form {
		margin-top: 25px;
	}
	
	.hero_inner p {
		margin: 15px 0px;
	}
	
	section.testimonial_section {
		margin: 50px 0px;
	}
	
	.popup-content form input, .popup-content form button {
		height: 45px;
	}
	
	.popup-content {
		width: 95%;
	}
	section.pest-control-service-section, section.meet-the-team-section {
        margin: 50px 0px;
    }
	.pest-control-service-description p, .pest-control-service-description ul li, .meet-the-team-description p {
        font-size: 15px;
        line-height: 28px;
    }
    .our-service-map iframe {
        height: 540px;
        width: 100%;
    }
	.step-1-html h3, .gform_page_fields h3 {
		font-size: 24px;
		margin: 0px 0 0px 0;
	}
	.step-1-html h4, .gform_page_fields h4 {
		font-size: 22px;
	}
	legend.gfield_label, label.gfield_label {
		font-size: 18px !important;
	}
	.gform_next_button.gform-theme-button.button, .gform_previous_button.gform-theme-button.button, .gform_button.button {
		font-size: 16px !important;
		width: 160px !important;
	}
}
@media only screen and (max-width:767px) {
	.google-review,
	.control-sec-form::before,
	section.control-sec::after,
	section.why-choose-sec::after{
		display: none;
	}
	.emergency-blue-inn {
		grid-gap: 30px;
	}
	.center-widget {
		align-items: flex-start;
	}
	.footer__widget ul#menu-services {
		width: 85%;
	}
	button.menu-toggle {
		display: none;
	}
	.why-choose-contact h3 {
		font-size: 20px;
	}
	.copyright__text p {
		font-size: 14px;
	}
	
	.google-img-center.d-none {
		display: block !IMPORTANT;
	}

	.header_row nav#site-navigation {
		flex: auto;
		width: 50px !IMPORTANT;
		max-width: 50px !IMPORTANT;
		padding: 0px;
	}

	.header-menu-item {
		background: #fff;
		padding: 10px 0px;
	}

	.hero_review_block {
		display: none;
	}

	.hero_block {
		height: 360px;
	}

	.immediate_block a {
		margin: 0px;
		display: block !IMPORTANT;
		width: 100%;
		font-size: 26px;
	}

	.service_block h2 {
		font-size: 18px !IMPORTANT;
		line-height: 26px;
	}


	.service_section .col-md-3 {
		width: 100%;
	}

	.service_image_block img {
		width: 100%;
	}

	.service_icon {
		right: 33px;
	}

	.schedule-treatmenimg {
		position: static;
		margin-top: -117px;
		margin-bottom: 25px;
	}

	.schedule-treatment-main .row {
		flex-direction: column-reverse;
	}

	section.schedule-treatment {
		margin-top: 62px;
	}

	section.schedule-treatment .col-lg-10.col-md-7.col-12 {
		padding-bottom: 50px;
	}

	.col_half {
		width: 100%;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 20px;
		height: auto !IMPORTANT;
		padding: 6px 15px;
	}

	ul#mega-menu-menu-1 {
		background: #3975BD !IMPORTANT;
	}
	
	.testimonial_inner {
		padding: 25px;
	}
	
	section.contact_page_location .col-md-6 {
		margin-top: 25px;
	}

	.contact_iframe iframe {
		height: 300px;
	}
	.fixed_icons_group ul li a img {
		height: 20px;
	}
	.fixed_icons_group {
		padding: 10px 5px;
	}
	
	.fixed_icons_group ul li a {
		padding: 0px;
	}

	.copyright__section {
		padding-bottom: 20px;
	}
	
	.fixed_icons_group ul li {
		border-right: 1px solid #4a4a4a;
	}

	.fixed_icons_group ul li:last-child {
		border-right: none;
	}
	
	section.page_section {
		min-height: 200px;
	}

	.page_title h1 {
		font-size: 37px;
	}
	
	.get_ride_section .col-md-3.col-sm-6 {
		margin-bottom: 25px;
	}
	
	.service_image {
		margin-top: 25px;
	}
	
	.emergency-blue-inn {
		flex-wrap: wrap;
	}
	
	.serviceinner_page_section .row {
		flex-direction: column-reverse;
	}

	.servive_page {
		margin-top: 20px;
	}

	.pleasanton_image {
		text-align: center;
	}
	
	.mega-toggle-blocks-right {
		background: #3975bd;
	}
	.postid-601 .get_ride_section .col-md-3.col-sm-6 {
        width: 100%;
    }
	.step-1-html h3, .gform_page_fields h3 {
		font-size: 23px;
		margin: 0px 0 0px 0;
	}
	.step-1-html h4, .gform_page_fields h4 {
		font-size: 20px;
	}
	legend.gfield_label, label.gfield_label {
		font-size: 16px !important;
	}
	.gform_next_button.gform-theme-button.button, .gform_previous_button.gform-theme-button.button, .gform_button.button {
		font-size: 14px !important;
		padding: 13px !important;
		width: 140px !important;
	}
	.post-content h3 {
		font-size: 18px;
	}
	.post-content ul {
		padding: 0;
	}
}
@media only screen and (max-width:575px) {
	.row:last-child .col-lg-10.col-md-12.col-12 {
		padding: 0px 10px 0 10px;
	}
	
	.button_groups a {
        font-size: 14px !important;
    }
	
	a.dark_button{
		width:125px
	}
	
	a.light_button:before {
		display: none;
	}

	.button_groups a {
		padding: 0px 15px;
	}

	.control-sec-content span {
		display: block !IMPORTANT;
		width: 100%;
		text-align: center;
		margin-top: 14px;
	}

	.button_groups {
		justify-content: center;
	}

	.button_groups .google-search-call span {
		margin: 0px;
	}

	.service_last {
		height: auto;
		background: #BF3737 !IMPORTANT;
		border: 5px solid #fff;
	}

	section.service_section .col-md-3:last-child {
		margin-bottom: 0px;
	}

	.testimonial_section .button_groups span {
		display: none;
	}

	.testimonial_section .button_groups a {
		margin-bottom: 10px;
	}

	.contact-info-content a, .contact-info-call-main .contact-info-call .contact-info-content p.working_hour_text {
		font-size: 15px;
	}

	.contact-information-content h2 {
		font-size: 20px !IMPORTANT;
	}

	.contact-information-form {
		padding: 25px;
	}

	section.schedule-treatment .col-lg-10.col-md-7.col-12 {padding: 25px;}

	.schedule-treatment .row.justify-content-center {
		margin: 0px !IMPORTANT;
	}

	.texas-footer {
		padding-bottom: 0px;
	}

	.hero_inner {
		text-align: center;
	}

	.hero_block .col-md-6 {
		width: auto !IMPORTANT;
	}
	
	    .hero_block .col-md-6 {
			width: 95% !Important;
		}
	
	 .form_block.col_full span.wpcf7-spinner {
		left: 0px;
	}
	
	.popup-content {
		padding: 15px;
	}
	
	.contact_page_block_image {
		height: 75px;
		width: 75px;
	}

	.contact_page_block_image img {
		height: 36px;
	}
	
	.page_title h1 {
		font-size: 32px;
	}
	section.pest-control-service-section, section.meet-the-team-section {
        margin: 40px 0px;
    }   
	.pest-control-service-description p, .pest-control-service-description ul li, .meet-the-team-description p {
        font-size: 14px;
        line-height: 26px;
    }
    .meet-the-team-cta a.dark_button {
        width: 160px;
    }
    .meet-the-team-cta {
        padding: 20px;
    }
    .pest-contol-service-content {
        margin: 10px 0px;
    }
	.blog_content p,
	.post-content p,
	.accordion-body {
		font-size: 14px;
	}
	.post__detail article.post p.post-meta, .post__detail article.post p.post-meta a {
		font-size: 13px;
	}
	a.blog_title_block, a.blog_title_block h2 {
		font-size: 16px !important;
	}
	ul#menu-services.menu li {
		width: 100%;
	}
}
@media only screen and (max-width:480px) {
	h2 {
		font-size: 18px !important;
	}
	.emergency-blue-inn {
		grid-gap: 10px;
	}
	.why-choose-contact {
		padding: 20px;
	}
	section.review-banner {
		height: 150px!important;
		padding: 50px 0px !important;
	}
	.review-banner-title h1 {
		font-size: 32px !important;
	}
	.blog-faq-main {
        margin-bottom: 30px;
    }
	.sidebar__data h4 {
        font-size: 20px !important;
    }
	section.post__detail {
		margin: 40px 0px;
	}
	.post__detail article.post p.post-meta {
		margin-bottom: 5px;
	}
	.blog__feature__title a h3 {
		font-size: 18px;
	}
	.page_title h1 {
        font-size: 26px;
    }
	main#primary {
		padding: 40px 0px;
	}
}
.emergency-pest-content h3 {
    color: #0D0D0D;
    font-family: 'GeneralSans-Medium';
    font-size: 27px;
    margin: 0;
}
section.page_section:before {
	opacity: 80%;
}
section.about-texas-pest-section {
    margin: 100px 0px;
}
.about-texas-pest-content h2 {
    color: #0D0D0D;
    font-size: 32px;
    font-family: GeneralSans-Bold;
}
.about-texas-pest-desc p, .about-texas-pest-desc ul li {
    color: #0D0D0D;
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    font-family: GeneralSans-Regular;
}
.about-texas-pest-desc span p {
    color: #3975BD;
    font-family: GeneralSans-Semibold;
    margin: 10px 0 0;
}
.about-texas-pest-img img{
    width: 100%;
    height: 100%;
}
.about-texas-pest-desc ul {
    margin-left: 0;
}
img.our-unwavering-section-img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:1280px){
		section.about-texas-pest-section {
			margin: 60px 0px;
	}
	.about-texas-pest-desc p, .about-texas-pest-desc ul li {
			font-size: 14px;
	}
}
@media only screen and (max-width:991px){
	section.page_section {
			min-height: 200px;
	}
}
@media only screen and (max-width:767px){
	section.about-texas-pest-section {
			margin: 40px 0px;
	}
	section.page_section {
			min-height: 100px;
	}
	img.about-texas-pest-left-img {
			height: auto;
	}
	.about-texas-pest-content {
			margin-top: 20px;
			text-align: center;
	}
	section.we-treat-section .row {
			flex-flow: column-reverse;
	}
	section.we-treat-section .about-texas-pest-desc p {
			word-break: break-word;
	}
	.why-choose-inn h5 {
			height: auto;
			padding-bottom: 10px;
	}
	a.dark_button.download-pdf-btn {
			width: 145px;
	}
	.accordion-header button {
		font-size: 16px;
	}
	.blog-faq-main {
		margin-bottom: 50px;
	}
	.single__post__sidebar {
		position: inherit;
	}
	.sidebar__data h4 {
		font-size: 23px;
	}
}
@media only screen and (max-width:374px) {
#mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_"] + button.mega-close:before {
		width: 20px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}
}
@media only screen and (max-width:375px) {
	section.why-choose-sec {
		padding: 0 0 40px 0;
	}
}