/*Banner Css*/
.grecaptcha-badge {
    z-index: 9999;
}
.home .inner-banner-wr {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 105px 0 165px;
    position: relative;
}
.inner-banner-wr {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 178px 0;
    position: relative;
}
.home .inner-banner-wr::before {
    content: '';
    position: absolute;
    background-image: url('../images/home-banner-truck.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 874px;
    height: 350px;
    bottom: 87px;
    right: 184px;
}
.banner-content-wr h6 {
    color: #FFFFFF;
    margin: 20px 0 25px;
    font-weight: 700;
}
.banner-bottom-content {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.banner-bottom-content h6{
	color: #FFFFFF;
}
/*Banner Css End*/
/*Form Css*/
.request-a-quote-block-wr {
    background-image: url('../images/Banner_Form_Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-top: -104px;
    position: relative;
    padding: 0 10px 0 0;
}
.request-a-quote-left-wr {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}
.request-a-quote-left-wr img {
    margin-top: -33px;
}
.request-a-quote-right-wr {
    display: inline-block;
    vertical-align: middle;
    width: 77%;
    padding: 20px 0 10px;
}
.request-a-quote-right-top-wr {
    display: flex;
}
.request-a-quote-right-icon {
    width: 35%;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.request-a-quote-right-icon h2 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
}
.request-a-quote-right-content {
    border-left: 1px solid #363434;
    padding-left: 25px;
}
.request-a-quote-right-content p{
    font-size:16px;
    line-height:28px;
    color:#363434;
}
.request-a-quote-right-bottom-wr .gform_body .gfield input,
.footer-get-a-quote-today-form  .gform_body .gfield input,
.footer-get-a-quote-today-form .gform-body .gfield textarea,
.gform_body .gfield input{
    padding: 6px 9px 6px 17px !important;
    border-radius: 5px !important;
    border: 0px !important;
    font-size: 16px !important;
    line-height: 28px !important;
    background-color: #FFFFFF !important;
    color: #969696 !important;
    font-family: "Lato";
    font-weight: 400 !important;
}
.request-a-quote-right-bottom-wr .gform_body .gfield input::placeholder,
.footer-get-a-quote-today-form  .gform_body .gfield input::placeholder,
.gform_body .gfield input::placeholder, .gform_body .gfield textarea::placeholder{
    color: #969696;
    opacity: 1;
}
.request-a-quote-right-bottom-wr  .gform_wrapper .gform_footer.top_label input{
    border-radius: 5px;
    background: var(--secondary);
    padding: 4px 88px;
    font-size: 20px !important;
    line-height: 34px !important;
    border: 0;
    font-weight: 700 !important;
    font-family: "Lato" !important;
    transition: 0.5s all;
    margin: 0 auto;!important;
    text-transform: capitalize;
    text-decoration: none;
}
.request-a-quote-right-bottom-wr  .gform_wrapper .gform_footer.top_label input:hover {
    background: var(--primary);
}
.request-a-quote-right-bottom-wr .gform-body.gform_body {
    margin-top: 20px;
}
.gform-body.gform_body .gfield.consent-checkbox 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: 14px !important;
    line-height: 16px !important;
    text-align: left;
    color: red !important;
    width: fit-content !important;
}
.gform-loader {    
    display: block;
    position: absolute !important;
    left: 70%;
}
.footer-get-quote-today-sec .gform-loader{
	   left: 20%;
}
.consent-checkbox 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_wrapper.gravity-theme .consent-checkbox .gfield_checkbox label {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #363434 !important;
    vertical-align: top !important;
    width: 90%;
}
/*Form Css End*/
/* request-a-quote-bottom Css */
.request-a-quote-bottom-sec {
    padding: 100px 0 130px;
    position: relative;
}
.request-a-quote-bottom-sec::after {
    content: '';
    position: absolute;
    background-image: url('../images/form-bottom-sec-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 491px;
    height: 303px;
    bottom: 0;
    z-index: -1;
}
.request-a-quote-bottom-left-wr {
    width: 43%;
}
.request-a-quote-bottom-left-wr img, .kid-and-pet-left-block-wr img, .understanding-mosquitoes-right-block img,
.how-mosquitoes-left-block-wr  img, .city-understanding-mosquitoes-right-block img,
.about-boots-pest-left-block img, .company-built-right-block img{
	border-radius: 15px;
}
.request-a-quote-bottom-right-wr {
    width: 55%;
    padding-left: 60px;
    vertical-align: top;
}
.request-a-quote-bottom-right-wr p {
    margin: 30px 0 0;
}
.request-a-quote-bottom-right-wr p:first-child {
    margin: 0;
}
/* request-a-quote-bottom Css End*/
/*why chhose deep six pest*/
.why-choose-deep-six-pest-control-sec {
    padding: 52px 0;
    background: linear-gradient(180deg, rgba(138, 191, 67, 0.2) 0%, rgba(138, 191, 67, 0) 100%);
}
.why-choose-deep-six-top-image  img {
    margin: -122px auto 0;
}
.why-choose-deep-six-pest-control-block-wr h3 {
    padding: 20px 0 70px;
}
.why-choose-deep-six-card {
    width: 19.3%;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #213A0040;
    margin-right: 8px;
	border-radius:15px;
    position:relative;
}
.why-choose-deep-six-card::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px; /* border width */
	border-radius: 15px;
	background: linear-gradient(
  180deg,
  rgba(140, 192, 67, 0) 4%,
  #8ABF43 100%
 );
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	/* z-index: -1; */
}
.why-choose-deep-six-content {
    min-height: 200px;
    text-align: center;
    padding: 20px;
}
.why-choose-deep-six-card img {
    margin: -40px auto 0;
    position: relative;
    z-index: 1;
}
.why-choose-deep-six-card:last-child {
    margin-right: 0;
}
.why-choose-deep-six-content p {
    font-weight: 700;
}
.our-missin-statement-block-wr {
    margin-top: 80px;
    background-image: url('../images/Our_Mission_Statement_Box.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 15px;
}
.our-missin-statement-block-wr figcaption {
    position: relative;
    padding: 17px 61px 17px;
    margin: -18px auto 0px;
    z-index: 1;
    min-width: 458px;
    display: inline-block;
    vertical-align: top;
    filter: drop-shadow(1px 10px 12px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(1px 10px 12px rgba(0,0,0,0.15));
    -moz-filter: drop-shadow(1px 10px 12px rgba(0,0,0,0.15));
    text-align: center;
    color: #FFFFFF;
}
.our-missin-statement-block-wr h4::after, .our-missin-statement-block-wr h4::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 18px solid #417003;
    position: absolute;
    left: -11px;
    top: 0;
    z-index: -2;
}
.our-missin-statement-block-wr figcaption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
    z-index: -1;
}
.our-missin-statement-block-wr h4:after {
    left: auto;
    right: -11px;
}
/*.our-missin-statement-block-wr h4:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
    z-index: -1; 
}*/
.why-choose-deep-six-card::after {
    content: "";
    position: absolute;
    width: 172px;
    height: 5px;
    background-color: var(--secondary);
    border-radius: 10px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
}
.our-missin-statement-content p {
    color: #FFFFFF;
}
.our-missin-statement-content {
    padding: 50px 173px;
}
/*our packages css*/
.our-packages-card {
    display: inline-block;
    vertical-align: top;
    width: 31.56%;
    margin-right: 30px;
    position: relative;
}
.our-packages-card:nth-child(2)::after {
    content: '';
    position: absolute;
    right: -16px;
    bottom: -32px;
    width: 150px;
    height: 150px;
    background-image: url('../images/Our-packages-Most_Popular.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.our-packages-card:last-child{
   margin-right: 0;
}
.our-packages-block {
    padding: 50px 0 70px;
}
.our-packages-sec {
    padding: 50px 0;
    position: relative;
}
.our-packages-sec::after {
    content: '';
    position: absolute;
    background-image: url('../images/Our_Packages_Mascott.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 287px;
    height: 222px;
    bottom: 0px;
}
.our-packages-button {
    text-align: center;
    padding-top: 30px;
}
/*mosquito packages css*/
.mosquito-packages-sec{
	background-image: url('../images/Mosquito_Packages_Bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.mosquito-packages-block-wr h3, .mosquito-packages-block-wr p {
    color: #FFFFFF;
}
.mosquito-packages-content {
    text-align: center;
    width: 86%;
    margin: 20px auto 50px;
}
.mosquito-packages-card {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 48.6%;
}
.mosquito-packages-card:last-child{
    margin-right:0px
}
/*we */
.we-specialize-in-sec {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(138, 191, 67, 0.2) 0%, rgba(138, 191, 67, 0) 100%);
}
.we-specialize-in-block-wr > p {
    text-align: center;
    margin: 20px 0 0;
}
.we-specialize-in-card {
    display: inline-block;
    vertical-align: middle;
    width: 23.9%;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 10px -5px rgba(33, 58, 0, 0.25);
    border-radius: 15px;
    margin-right: 15px;
    margin-top: 35px;
    transition: 0.5s;
}
.we-specialize-in-card:hover {
    background-color: var(--secondary);
}
.we-specialize-in-card:hover .we-specialize-in-bottom-card h6, .we-specialize-in-card:hover .we-specialize-in-bottom-card p{
    color:#FFFFFF;
}
.we-specialize-in-card:hover .we-specialize-in-top-left-image svg path{
    fill:var(--secondary);
}
.we-specialize-in-card:nth-child(4), .we-specialize-in-card:nth-child(8) {
    margin-right: 0;
}
.we-specialize-in-top-left-image {
    background-color: var(--primary);
    padding: 20px;
    border-radius: 15px;
    min-height: 90px;
}
.we-specialize-in-top-right-image img {
    margin-left: auto;
    margin-top: -90px;
    border-radius: 15px;
}
.we-specialize-in-bottom-card {
    padding: 20px;
    min-height: 285px;
}
.we-specialize-in-bottom-content-card p {
    margin: 20px 0 0;
}
.we-specialize-in-bottom-card h6{
	color: #363434;
}
.schedule-mosquito-control-mobile {
    display: none;
}
/*.schedule-mosquito-control-button {
    padding-top: 20px;
}*/
/*pest control */
/*pest control */
.pest-control-services-block-wr {
    padding: 80px 0 0;
}
.pest-control-services-right-wr {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: -2;
}
.pest-control-services-left-wr {
    width: 56%;
    display: inline-block;
    vertical-align: top;
}
.pest-control-services-left-wr > p {
    margin: 15px 0;
    width: 87%;
}
.pest-control-services-right-wr img{
	border-radius: 10px;
}
.pest-control-services-right-bottom-lits {
    background-color: var(--primary);
    border-radius: 15px;
    padding: 20px 30px;
    position: relative;
    right: -122px;
    margin-top: 40px;
}
.pest-control-services-right-bottom-lits::after {
    content: '';
    position: absolute;
    width: 740px;
    height: 315px;
    background-color: var(--secondary);
    top: 10px;
    left: 10px;
    border-radius: 15px;
    z-index: -1;
}
.pest-control-services-list {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    margin-top: 15px;
}
.pest-control-top-head {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
}
.pest-control-services-right-bottom-lits p {
    font-weight: 700;
    transition: 0.3s;
}
.pest-control-services-list a p:hover {
    color: #FFFFFF;
}
.pest-control-services-list p{
    padding-left: 45px;
    background-image: url('../images/pest-control-lists.svg');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 51%;
}
.pest-control-bottom-head {
    margin-top: 20px;
}
/*Review Section*/
.review-top-icon-block-wr {
    display: flex;
    background-color: var(--secondary);
    width: 19%;
    margin: 40px auto;
    border-radius: 10px;
    padding: 10px 20px;
    column-gap: 10px;
    align-items: center;
}
.review-top-icon-block-wr p {
    color: #FFFFFF;
    line-height: 23px;
}
.review-top-icon-block-right-wr {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.review-top-icon-block-left-wr {
    width: 30%;
}
#top-reviews-google{
    padding: 60px 0;
}
.customer-review-wr .ti-header{
	display: none !important;
}
.customer-review-wr .ti-review-item {
    background-color: red !important;
    padding: 24px !important;
    position: relative !important;
    margin: 0 18px !important;
    position: relative;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner::after {
    content: '';
    position: absolute;
    width: 122px;
    height: 20px;
    top: 30px;
    left: 24px;
    background-image: url('../images/Five_Star.svg');
    background-size: cover;
    z-index: 1;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner::before {
    content: '';
    position: absolute;
    width: 104px;
    height: 199px;
    bottom: 0;
    left: 0;
    background-image: url('../images/Testimonial_Element.png');
    background-size: cover;
    z-index: 0;
    border-radius: 10px;
}
.testimonial-content p {
    text-align: center;
    margin-top: 20px;
}
.customer-review-wr .ti-platform-icon.ti-with-tooltip {
    display: none;
}
.customer-review-wr .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-weight: 600 ;
    font-size: 18px ;
    padding-right: 0px ;
    line-height: 32px ;
    margin-bottom: 0px ;
    color: #FFFFFF;
}
.customer-review-wr .ti-stars{
    display: none !important;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner {
    display: flex !important;
    flex-direction: column-reverse;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 167px !important;
}
/*.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border: 1px solid rgba(106, 63, 49, 0.5) !important;
    border-radius: 0px 10px 80px 10px!important;
    padding: 24px !important;
    position: relative !important;
    box-shadow: 5px 5px 15px 0px rgba(106, 63, 49, 0.15) !important;
}*/
.customer-review-wr .ti-review-text-container{
    font-family: Fira Sans !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #FFFFFF !important;
}
.customer-review-wr .ti-profile-details{
    font-family: Fira Sans !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #FFFFpeachpuff !important;
}
.customer-review-wr .ti-review-header{
    margin-top: 100px !important;
	margin-left:40px !important; 
}
.customer-review-wr .slick-arrow:hover {
    background-color: var(--primary);
}
.customer-review-wr .ti-widget.ti-goog .ti-review-header {
    align-items: flex-end;
}
.customer-review-block  .ti-review-text-container.ti-inner {
    min-height: 200px !important;
    display: block !important;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner{
    background-color: var(--secondary) !important;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item {
    margin: 20px 20px 20px !important;
    border-radius: 30px !important;
    box-shadow: 0px 0px 11px 0px #0E005533 !important;
    position: relative !important;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-content .ti-inner {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    height: 160px !important;
    min-height: 160px !important;
}
.customer-review-wr .ti-widget.ti-goog .ti-review-item>.ti-inner {      
    padding: 80px 25px 25px !important; 
}
.customer-review-wr button.slick-arrow {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 50%;
    border: 2px solid #000000;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: url(../images/testimonials_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: background-color 0.3s ease;
}
.customer-review-wr button.slick-prev.slick-arrow {
    left: -60px;
}
.customer-review-wr button.slick-next.slick-arrow {
    right: -60px;
    transform: translateY(-50%) rotate(180deg);
}
/*testimonial csss end*/
/*footer-form-css*/
.footer-get-quote-today-sec {
    background-image: url('../images/Footer_Form_Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.footer-get-quote-today-block-wr {
    width: 48.7%;
    margin-left: auto;
}
.footer-get-quote-today-block-wr h3 {
    color: #FFFFFF;
	text-transform:uppercase;
}
.footer-address-today {
    margin: 20px 0;
}
.footer-address-today a{
	font-weight: 700;
}
.footer-get-a-quote-today-form {
    margin-top: 30px;
}
.footer-get-a-quote-today-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}
.footer-upper-call .header-call-button{
	background-color: var(--primary);
}
.footer-upper-call .call-number {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
    transition: 0.3s;
    margin-left: 17px;
}
.footer-upper-call .call-number:hover{
	color: var(--primary);
}
.footer-get-a-quote-today-form  .gform_wrapper .gform_footer.top_label input {
    border-radius: 5px;
    background: var(--primary);
    padding: 8px 31px;
    font-size: 20px !important;
    line-height: 34px !important;
    border: 0;
    font-weight: 900 !important;
    font-family: "Lato";
    transition: 0.5s all;
    margin: 10px 0 0 !important;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000 !important;
}
.footer-get-a-quote-today-form  .gform_wrapper .gform_footer.top_label input:hover{
	background-color: var(--secondary);
	color: #FFFFFF !important;
}
/*pest pages css*/
.template-pest-control .inner-banner-wr::before,.template-city .inner-banner-wr::before, .inner-banner-wr::before {
    content: '';
    position: absolute;
    background-image: url('../images/Banner_Mascott.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 444px;
    height: 364px;
    bottom: 0;
    right: 300px;
    z-index: 2;
}
.template-pest-control .inner-banner-wr::before, .template-city .inner-banner-wr::before,
.template-about-us .banner-overlay-wr::before,  .template-pick-your-plan .inner-banner-wr::before{
    z-index: 2;
}
.template-pest-control .banner-overlay-wr::before, .template-city .banner-overlay-wr::before,
.template-about-us .banner-overlay-wr::before , .template-pick-your-plan .banner-overlay-wr::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 49%);
    z-index: -2;
}
.template-pest-control .banner-overlay-wr, .template-about-us .banner-overlay-wr {
    position: relative;
    padding: 135px 0;
    z-index: 1;
}
.template-pick-your-plan .banner-overlay-wr{
    position: relative;
    padding: 95px 0;
    z-index: 1;
}
.template-city .banner-overlay-wr {
    position: relative;
    z-index: 1;
    padding: 151px 0;
}
.template-pest-control .inner-banner-wr, .template-city .inner-banner-wr, .template-about-us .inner-banner-wr,
.template-pick-your-plan .inner-banner-wr
{
    padding: 0px;
}
.kid-and-pet-sec {
    padding: 100px 0;
    background-image: url('../images/Local_Kid_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.kid-and-pet-left-block-wr {
    width: 43%;
    vertical-align: top;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.kid-and-pet-right-block-wr {
    width: 56%;
    vertical-align: top;
    padding-left: 70px;
}
.kid-and-pet-right-block-wr h2, .city-kid-and-pet-left-block-wr h2 {
    color: var(--secondary);
    font-weight: 900;
}
.kid-and-pet-right-block-content p {
    margin: 25px 0 0;
}
.kid-and-pet-right-block-btn, .kid-and-pet-left-block-btn{
    padding-top: 40px;
}
.kid-and-pet-right-block-btn a:first-child, .kid-and-pet-left-block-btn a:first-child{
    margin-right: 15px;
}
.understanding-mosquitoes-sec {
    padding: 100px 0;
}
.understanding-mosquitoes-top {
    margin: 0 auto;
    width: 82%;
    text-align: center;
}
.understanding-mosquitoes-top p {
    margin: 20px 0 100px;
}
.understanding-mosquitoes-left-block {
    width: 56%;
    padding-right: 70px;
}
.understanding-mosquitoes-right-block {
    width: 43%;
    vertical-align: top;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.understanding-mosquitoes-content p {
    margin: 20px 0;
}
.understanding-mosquitoes-content ul li, .understanding-mosquitoes-top ul li, 
.page-id-1112 .kid-and-pet-right-block-content ul li, .page-id-1112 .mosquito-problem-top ul li,
.company-built-left-block ul li, .page-id-1213 .mosquito-problem-top ul li{
    padding-left: 45px;
    background-image: url('../images/pest-pages-bullets-icon.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 0px;
    background-position-y: 51%;
    margin-top: 10px;
}
.why-mosquitoes-content ul li {
    margin: 10px 0;
}
.why-mosquitoes-block-wr h3 {
    margin: 15px 0 10px;
}
.how-mosquitoes-right-block-content h3 {
    margin-top: 25px;
}
.why-mosquitoes-content p {
    padding: 0px 0 10px 45px;
}
.understanding-mosquitoes-top ul li {
    text-align: left;
}
.why-mosquitoes-sec {
    background-color: #EAEAEA;
    padding: 100px 0;
    position: relative;
}
.why-mosquitoes-sec::after {
    content: '';
    position: absolute;
    background-image: url('../images/form-bottom-sec-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 491px;
    height: 303px;
    bottom: 0;
}
.why-mosquitoes-content p {
    text-align: center;
    margin: 10px 0 10px;
}
.how-mosquitoes-sec {
    padding: 100px 0;
    background-image: url('../images/How_Mosquitoes_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.how-mosquitoes-left-block-wr {
    width: 40%;
    vertical-align: top;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.how-mosquitoes-right-block-wr {
    width: 60%;
    vertical-align: top;
    padding-left: 30px;
}
.how-mosquitoes-right-block-wr h3 {
    color: #FFFFFF;
}
.how-mosquitoes-right-block-content p {
    color: #FFFFFF;
    margin: 18px 0 0px;
}
.how-mosquitoes-right-block-content ul li {
    /* background-color: #FFFFFF; */
    /* border: 1px solid rgba(54, 52, 52, 0.5); */
    /* border-radius: 15px; */
    /* padding: 15px 31px 15px 53px; */
    /* width: 48%; */
    /* display: inline-block; */
    /* margin: 15px 0 0; */
    background-image: url('../images/pest-pages-bullets-icon.svg');
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-x: 0;
    background-position-y: 0px;
    padding-left: 45px;
    margin-top: 15px;
}
.how-mosquitoes-right-block-content ul{
    margin-top: 20px;
}
.how-mosquitoes-right-block-content  li {
    /*font-weight: 700;*/
    color: #FFFFFF;
}
.how-mosquitoes-block-wr {
    font-size: 0px;
    line-height: 0px;
}
.how-mosquitoes-right-block-content ul li:first-child {
    margin-right: 15px;
}
.mosquito-problem-sec {
    padding-top: 60px;
}
.mosquito-problem-top p, .mosquito-problem-bottom p {
    text-align: center;
    width: 86%;
    margin: 15px auto;
}
.mosquito-problem-middle-box-card {
    background-image: url('../images/mosquito-problem-box-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    width: 48.7%;
    padding: 40px 60px 40px 40px;
    border-radius: 15px;
    margin-right: 30px;
}
.mosquito-problem-middle-box-card:last-child {
    margin-right: 0;
}
.mosquito-problem-box-content {
    height: 440px;
}

.mosquito-problem-box-content p {
    margin: 25px 0 0;
}
.mosquito-problem-box-content h4{
    color: var(--secondary);
}
.mosquito-problem-middle-box-card:last-child {
    margin-right: 0;
}
.mosquito-problem-middle-box {
    padding: 50px 0 70px;
}
.our-mosquito-control-process-sec {
    padding: 80px 0 274px;
    background-color: #EAEAEA;
}
.our-mosquito-control-process-block-wr p {
    width: 85%;
    text-align: center;
    margin: 30px auto 10px;
}
.schedule-mosquito-control-block-wr{
    background-image: url('../images/Schedule_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}
.schedule-mosquito-control-block-wr::after {
    content: '';
    position: absolute;
    background-image: url('../images/Schedule-Logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 166px;
    height: 200px;
    right: 10px;
    bottom: 10px;
}
.schedule-mosquito-control-left {
    width: 55%;
    padding: 40px 50px;
}
.schedule-mosquito-control-right {
    width: 45%;
}
.schedule-mosquito-control-left p {
    margin: 17px 0;
}
/*.why-choose-deep-pest-sec {
    padding-top: 250px;
    margin-top: -134px;
}*/
.schedule-mosquito-control-sec {
    margin-top: -200px;
}
.template-pest-control .schedule-mosquito-control-sec {
    padding: 60px 0 70px;
    margin-top: 0px;
}
/* Faq Section Css */
.que-ans-blk {
    background-color: rgba(155, 204, 53, 0.05);
    margin-top: 30px;
    border: 1px solid rgba(155, 204, 53, 0.2);
    border-radius: 15px;
}
.faq-answer-blk {
    width: 97%;
    padding: 14px 20px 20px;
}
.page-id-681 .faq-question-blk h5 br {
    display: none;
}
.que-ans-blk.active {
    background-color: rgba(155, 204, 53, 0.8);
    box-shadow: 8px 8px 10px 0px #5B870026;
    /* padding: 20px; */
}
.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: 'Lato';
    color: #363434;
    font-weight: 900;
}
.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: 14px 20px;
    border-radius: 17px 17px 0 0;
}
.faq-inner h3 {
    margin-bottom: 60px;
}
.faq-section {
    padding: 60px 0 100px;
}
.faq-qa-block {
    margin: 50px auto 0;
    width: 66%;
}
/*city pages css*/
.city-kid-and-pet-sec {
    padding: 100px 0;
    background-image: url('../images/City_Local_Kid_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.city-kid-and-pet-right-block-wr {
    width: 31.54%;
    background-image: url('../images/city-form-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 133px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.city-kid-and-pet-left-block-wr {
    width: 58%;
    vertical-align: top;
}
.city-kid-and-pet-right-top {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.city-kid-and-pet-right-form {
    margin-top: 30px;
}
.kid-and-pet-left-block-content p{
    margin: 15px 0;
}
.city-kid-and-pet-right-top h5 {
    color: var(--secondary);
    font-weight: 700;
}
.city-kid-and-pet-right-block-wr::before {
    content: '';
    position: absolute;
    background-image: url('../images/City_Form_Mascott.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 80px;
    bottom: 10px;
    left: 10px;
}
.city-kid-and-pet-right-form .gform_wrapper .gform_footer.top_label input {
    padding: 9px 31px;
    border: 1px solid var(--secondary);
}
.city-kid-and-pet-right-form .gform_wrapper .gform_footer.top_label input:hover {
    color: #FFFFFF;
    background-color: var(--primary);
    border: 1px solid var(--secondary);
}
.city-kid-and-pet-bottom-content ul {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.city-understanding-mosquitoes-left-block {
    width: 56%;
    padding-right: 70px;
}
.city-understanding-mosquitoes-right-block {
    width: 43%;
    vertical-align: top;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.central-texas-sec {
    padding: 100px 0;
}
.central-texas-top p {
    margin: 25px 0 0;
    text-align: center;
}
.central-texas-top {
    padding-bottom: 100px;
}
/*.common-household-lists-block a {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding-left: 40px;
    background-image: url('../images/pest-pages-bullets-icon.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 0px;
    background-position-y: 51%;
    margin-top: 15px;
}*/
.common-household-icon-text {
    display: flex;
    gap: 15px;
    align-items: center;
}
.common-household-icon-text figure {
    background-color: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.common-household-icon-text figure img{
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.common-household-lists-block a {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-top: 15px;
}
.common-household-icon-text  p{
    font-weight: 700;
    transition: 0.3s;
}
.common-household-icon-text  p:hover{
    color: var(--primary);
}
.understanding-mosquitoes-bottom-content p{
    margin-top: 20px;
}
.why-pest-infestations-sec {
    padding: 100px 0;
    background-image: url('../images/City_Why_Pest_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.why-pest-infestations-content ul li {
    background-color: #FFFFFF;
    border: 1px solid rgba(54, 52, 52, 0.5);
    border-radius: 15px;
    padding: 9px 78px 9px 65px;
    width: 31.6%;
    display: inline-block;
    margin: 15px 30px 0 0;
    background-image: url('../images/pest-pages-bullets-icon.svg');
    background-repeat: no-repeat;
    background-size: 36px;
    background-position-x: 10px;
    background-position-y: 25px;
    font-weight: 700;
}
.why-pest-infestations-content ul li:last-child{
    margin-right: 0;
}
.why-pest-infestations-content p {
    text-align: center;
    color: #FFFFFF;
    margin: 25px auto;
    width: 80%;
}
.why-pest-infestations-block-wr h3 {
    color: #FFFFFF;
}
.why-pest-infestations-btn {
    text-align: center;
    padding-top: 50px;
}
.city-pest-problems-sec {
    padding: 100px 0;
    background-image: url('../images/City_Why_Pest_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.city-pest-problems-top-block-wr h3, .city-pest-problems-top-block-wr p,
.city-pest-problems-bottom-block-wr h3, .city-pest-problems-bottom-block-wr p {
    color: #FFFFFF;
}
.city-pest-problems-top-block-wr p {
    margin: 25px 0;
}
.city-pest-problems-bottom-block-wr p{
    margin-top: 10px;
}
.city-pest-problems-bottom-block-wr h5 {
    margin: 15px 0 10px;
    color: #FFFFFF;
}
.city-pest-problems-bottom-block-wr {
    padding-top:20px;
}
.home-coupon-block {
    padding: 50px 0;
    background-image: url('../images/Save_Money_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.special-offers-coupons-wr-left {
    width: 40%;
    vertical-align: top;
    text-align: center;
}
.special-offers-coupons-wr {
    width: 59%;
    padding-left: 58px;
}
.home-coupon-inner {
    width: 90%;
    margin: 0 auto;
}
.special-offers-coupons-wr-left img {
    margin: 0 auto;
}
.essential-new-braunfels-sec {
    padding: 100px 0 250px;
}
.essential-new-braunfels-block-wr p {
    margin: 25px 0;
}
.template-city .why-choose-deep-pest-sec {
    padding-top: 260px;
    margin-top: -213px;
}
.expiry-date-home-offers {
    display: none;
}
.kid-and-pet-left-block-content ul li, .essential-new-braunfels-block-wr ul li{
    margin-bottom: 10px;
    position: relative;
    background: url(../images/deep-pest-lits.svg) no-repeat;
    padding-left: 23px;
    background-position-y: 9px;
}
.essential-new-braunfels-block-wr ul {
    margin: 15px 0 25px;
}
.schedule-mosquito-control-button a:first-child {
    margin-right: 20px;
}
/* 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: 80%;
    margin: 0 auto 50px;
}
.blog-page-content h1 {
    margin-bottom: 20px;
}
.blog-page-wr, .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-img {
    width: 25%;
    line-height: 0px;
    font-size: 0px;
    vertical-align: top !important;
}
.blog-post-content {
    width: 73.7%;
    padding-left: 40px;
    line-height: 0px;
    vertical-align: top;
    margin-top: -8px;
}
.blog-post-txt h6{
    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: 85%;
    margin: 0 auto;
}
.blog-page-wr .page-numbers {
    color: #000;
    padding: 0 10px;
    font-weight: 500;
    transition: 0.3s;
}
.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%;
}
.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-blog-wr h6 {
    margin: 15px 0 0;
    color: var(--secondary);
}
.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 auto 27px;
}
.blog-page-inner p {
    padding-top: 20px;
}
.custom-pagination {
    margin-top: 35px;
}
.custom-pagination {
    margin-top: 35px;
}
 .search-page-btn {
     margin-top: 30px;
 }
h1.entry-title {
    color: var(--primary);
}
/* Blog Page Css Ends */
/* Contact us page */
.contact-page-content h4 {
    margin: 30px 0px 0px;
    color: var(--secondary);
}
.page-id-595 .contact-page-content {
    text-align: left;
}
.contact-page-content h6{
    margin-top: 15px;
}
.consent-checkbox .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;
}
/*.gform_body input[type="checkbox"]:checked::before {
    width: 25px !important;
    height: 25px !important;
    margin: 0px !important;
    right: 0px !important;
    top: 0px !important;
}*/
.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;
}
.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(--primary);
}
.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(--primary);
}
.gform_wrapper.gravity-theme .gfield_required{
    color: var(--primary) !important;
}
.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 #00000026 !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: "Lato" !important;
}
div#gform_confirmation_message_2 {
    color: #FFFFFF !important;
}
#gform_5 {
    position: relative;
}
#gform_fields_5 .gfield_html {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.page-id-586 .gform_footer {
    margin-bottom: 50px !important;
}
#gform_fields_5 .gfield_html a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: var(--secondary) !important;
}
#gform_fields_5 .gfield_html a {
    font-weight: 600;
}
#gform_fields_5 .gfield_html a:hover {
    color: var(--primary) !important;
}
.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 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, .blog-page-content p a {
    color: var(--primary);
    font-weight: 700;
}
.contact-page-wr p {
    padding: 12px 0px 0px 0px;
}
.contact-page-wr p a:hover, .privacy-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, .blog-page-content p a:hover {
    color: var(--secondary);
}
.contact-page-content .gform-body.gform_body .gfield.consent-checkbox input {
    padding: 10px !important;
}
.contact-page-wr, .privacy-page-wr, .blog-page-wr, .single-blog-wr, .page-404-wr {
    border-top: 7px solid var(--primary);
    padding: 70px 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, .receive-discount-section .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: "Lato" !important;
}
.gform_wrapper .gform_footer input:hover {
    background-color: var(--primary);
    text-decoration: unset;
}
.gform_wrapper.gravity-theme .gform_footer {
    padding: 0px !important;
    margin-top: 40px !important;
    position: relative !important;
}
/* Customer Review starts */
.tip-tech-review-wr {
    margin: 75px 0 0px;
}
.tip-tech-review-blk {
    width: 32%;
    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 */
/*special offers*/
.template-special-offers .inner-banner-heading {
    width: 63%;
    margin-bottom: 40px;
}
.special-offer-cards.special-offer-blk {
    width: 31%;
    position: relative;
    margin-right: 36px;
    margin-bottom: 30px;
    display: inline-block;
}
.special-offer-cards.special-offer-blk:nth-child(3) {
    margin-right: 0;
}
.special-offer-content {
    text-align: center;
    margin-top: 50px;
}
.template-special-offers .inner-banner-wr{
   padding: 95px 0;
}
.special-coupons-block{
    padding: 100px 0 50px;
   background-image: url('../images/specail-offers-bg.jpg');
   background-size: 100%;
   background-repeat: no-repeat;
}
.special-offers-content-inner p {
    margin-bottom: 20px;
}
.understanding-mosquitoes-top{
    padding-bottom: 90px;
}
.understanding-mosquitoes-top p{
    margin: 20px 0 10px;
}
.common-sub-text {
    text-align: center !important;
    display: block;
}
.why-mosquitoes-content ul li strong {
     padding-bottom: 3px; 
     border-bottom: 4px solid var(--primary);
}
.why-mosquitoes-content p{
    text-align: left;
}
.our-packages-content p {
    text-align: center;
    margin: 10px 0 0;
}
.mobile-fixed-btns {
    display: none;
}
/*area-we serve css*/
.template-area-we-serve .inner-banner-wr {
    padding: 100px 0;
}
.area-serve-section {
    padding: 100px 0px;
    background-image: url('../images/specail-offers-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.area-tab-content{
    background:#3b3737;
    padding:10px;
    width:252px;
    margin-bottom:20px;
    margin-left:8px;
    position:relative;
    overflow:hidden;
    z-index:1;
}
.area-tab-content::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:var(--primary);
    transform:scaleX(0);
    transform-origin:left;
    transition:0.4s ease;
    z-index:0;
}
.area-tab-content:hover::before{
    transform:scaleX(1);
}
.area-tab-content::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 98px;
    left: -1px;
    top: -1px;
    z-index: 2;
    clip-path: polygon(0 0, 53% 0%, 43% 62%, 0% 72%);
    background-color: var(--primary);
}
.area-icon,
.area-tab-content h6{
    position:relative;
    z-index:3;
}
.area-tab-content:hover h6 {
    color: var(--secondary);
}
.area-tab-content h6 {
    font-size: 18px;   
    font-weight: 900;
    color: #fff;
    line-height:34px;
    margin-left: 41px;
    display: inline-block;    
    vertical-align: middle;
}
.area-icon {
    display: inline-block;
    vertical-align: middle;
}
.area-tabs {
    margin-top: 75px;
}
.area-map iframe {
    display: block;
    max-width: 100%;
    height: 450px !important;
    border: 15px solid #363434;
    margin-top: 17px;
}
.area-content-wr {
    text-align: center;
    margin: 0px 25px;
}
.area-content-wr p {
    margin-bottom: 25px;
}
/*privacy policy*/
.privacy-page-wr h4 {
    margin: 25px 0px 5px;
}
.privacy-page-wr ul {
    margin-top: 10px;
}
.privacy-page-wr ul li, .page-id-998 .why-mosquitoes-content ul li, .single-post-content ul li {
    margin-bottom: 10px;
    position: relative;
    background: url(../images/deep-pest-lits.svg) no-repeat;
    padding-left: 23px;
    background-position-y: 9px;
}
.single-post-content .common-btn{
    margin-top:30px;
}
.area-content-wr p br {
    display: none;
}
.page-id-869 #top-reviews-google {
    padding: 0px 0 70px;
}
.page-id-998 .why-mosquitoes-content p {
    padding: 0px;
}
.page-id-998 .why-mosquitoes-content p {
    margin: 15px 0 10px;
}
.page-id-998 .banner-same-services, .template-about-us .banner-same-services {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.page-id-998 .banner-bottom-content h6, .template-about-us .banner-bottom-content h6 {
    margin: 0 0 20px;
    font-weight: 400;
}
.page-id-998 .understanding-mosquitoes-content ul li{
    background-position-y: 10px;
}
.template-privacy-policy .privacy-page-wr p {
    margin: 10px 0 5px;
}
.template-privacy-policy .privacy-page-wr h6 {
    margin: 10px 0 5px;
}
.page-id-1112 .kid-and-pet-right-block-wr, .page-id-1334 .kid-and-pet-right-block-wr {
    width: 100%;
    vertical-align: top;
    padding-left: 0;
    text-align: center;
}
.page-id-1112 .kid-and-pet-right-block-content ul{
    text-align: left;
}
.page-id-1112 .understanding-mosquitoes-top{
    width: 90%;
}
.page-id-1112 .mosquito-problem-sec, .page-id-1213 .mosquito-problem-sec,
.page-id-1334 .mosquito-problem-sec{
    padding-bottom: 60px;
}
/*about us*/
.about-deep-pest-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/About_Bg.jpg');
    padding: 100px 0 370px;
}
.about-boots-pest-left-block {
    width: 51.5%;
}
.about-boots-pest-right-block {
    width: 46%;
    padding-left: 50px;
    vertical-align: top;
}
.about-deep-pest-sec h3, .company-built-block-wr h3 {
    margin-bottom: 50px;
}
.about-boots-pest-right-block h4 {
    color: #363434;
}
.about-boots-pest-right-block p {
    margin: 30px 0 0;
}
.who-we-are-sec {
    margin-top: -290px;
}
.company-built-left-block {
    width: 44%;
}
.company-built-right-block {
    width: 51.5%;
    padding-left: 50px;
    vertical-align: top;

}
.company-built-sec {
    padding: 100px 0;
}
.company-built-left-block p {
    margin: 20px 0;
}
.company-built-left-block p:first-child {
    margin: 0 0 20px;
}
.company-built-left-block ul li {
    font-weight: 700;
}
.local-services-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/Local_Service_Bg.jpg');
    padding: 150px 0 100px;
}
.local-services-middle-block h3 {
    margin: 50px 0 20px;
}
.local-services-top-block figure img {
    margin: -225px auto 0;
}
.local-services-middle-block p {
    text-align: center;
    margin: 0 auto;
    width: 86%;
}
.local-services-middle-block p:nth-child(2){
    margin-bottom: 30px;
}
/*pick your plan*/
.template-pick-your-plan  .inner-banner-container {
    width: 65%;
}
.pick-our-packages-top {
    display: inline-block;
    vertical-align: top;
    width: 31.55%;
    margin-right: 32px;
    padding: 25px;
    min-height: 1310px;
}
.pick-our-packages-top:last-child{
    margin-right:0px;
}
.pick-our-packages-top-content h3, .pick-mosquito-plans-top-content h3 {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
}
.pick-our-packages-top-content span, .pick-mosquito-plans-top-content span{
    font-weight:400;
}
.pick-our-packages-middle-heading h3, .pick-mosquito-plans-middle-heading h3 {
    font-size: 54px;
    line-height: 70px;
    color: #FFFFFF;
}
.pick-our-packages-middle-heading span, .pick-mosquito-plans-middle-heading span{
    font-size: 20px;
    line-height:34px;
}
.pick-our-packages-sec {
    padding: 100px 0;
    background-image: url('../images/pick-plan-packages-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.pick-our-packages-box, .pick-mosquito-plans-box {
    margin-top: 50px;
}
.pick-our-packages-top-content, .pick-mosquito-plans-top-content {
    display: flex;
    justify-content: space-between;
}
.pick-our-packages-middle-heading, .pick-mosquito-plans-middle-heading {
    text-align: center;
    padding: 30px 0 20px;
}
.pick-our-packages-middle-content, .pick-mosquito-plans-middle-content, .skeeter-shield .pick-mosquito-plans-middle-content {
    padding: 20px 0px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.deep-defender .pick-our-packages-middle-content, .skeeter-shield-plus .pick-mosquito-plans-middle-content {
     border-top: 1px solid rgba(54, 52, 52, 0.5);
    border-bottom: 1px solid rgba(54, 52, 52, 0.5);
}
.pick-our-packages-box .deep-protector, .pick-our-packages-box .deep-fortress, .pick-our-packages-box .deep-defender,
.pick-mosquito-plans-top.skeeter-shield, .pick-mosquito-plans-top.skeeter-shield-plus{
    background-size: 100%;
    background-repeat: no-repeat;
}
.pick-our-packages-box .deep-protector, .pick-our-packages-box .deep-fortress{
   background-image: url('../images/deepsix-protector.png');
}
.pick-our-packages-box .deep-defender{
    background-image: url('../images/deepsix-defender.png');
}
.pick-our-packages-middle-content ul li, .pick-mosquito-plans-middle-content ul li {
    margin-bottom: 15px;
    position: relative;
    background: url(../images/pick-plan-middle-icon.svg) no-repeat;
    padding-left: 30px;
    background-position-y: 9px;
    font-weight: 900;
    color: #FFFFFF;
}
.pick-our-packages-bottom-content ul li, .pick-mosquito-plans-bottom-content ul li {
    margin-bottom: 15px;
    background: url(../images/pick-plan-bottom-icon.svg) no-repeat;
    padding-left: 23px;
    background-position-y: 13px;
    color: #FFFFFF;
}
.pick-our-packages-bottom-content, .pick-mosquito-plans-bottom-content{
    margin-top: 30px;
}
.deep-defender .pick-our-packages-top-content h3, .skeeter-shield-plus .pick-mosquito-plans-top-content h3 {
    color:var(--primary);
}
.deep-defender .pick-our-packages-top-content .pick-text,
.skeeter-shield-plus .pick-mosquito-plans-top-content .pick-text{
    color: #FFFFFF;
    font-weight:900;
}
.deep-defender .pick-our-packages-middle-heading h3, .skeeter-shield-plus .pick-mosquito-plans-middle-heading h3{
    color:var(--secondary);
}
.deep-defender .pick-our-packages-middle-content ul li, .deep-defender .pick-our-packages-bottom-content ul li,
.skeeter-shield-plus .pick-mosquito-plans-middle-content ul li, .skeeter-shield-plus .pick-mosquito-plans-bottom-content ul li{
    color:var(--secondary);
}
.deep-defender .pick-our-packages-middle-content ul li, .skeeter-shield-plus .pick-mosquito-plans-middle-content ul li{
    background: url(../images/pick-defender-icon.svg) no-repeat;
    background-position-y: 9px;
}
.deep-defender .pick-our-packages-bottom-content ul li, .skeeter-shield-plus .pick-mosquito-plans-bottom-content ul li{
    background: url(../images/pick-defender-icon.svg.svg) no-repeat;
    background-position-y: 13px;
}
.pick-mosquito-plans-top {
    display: inline-block;
    vertical-align: top;
    width: 48.7%;
    margin-right: 31px;
    padding: 25px 30px;
    min-height: 860px;
}
.pick-mosquito-plans-top:last-child{
    margin-right:0px;
}
.pick-mosquito-plans-sec {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/mosquito-plan-bg.jpg');
}
.pick-mosquito-plans-top.skeeter-shield{
    background-image: url('../images/skeeter-shield-bg.png');
}
.pick-mosquito-plans-top.skeeter-shield-plus{
    background-image: url('../images/skeeter-shield-plus-bg.png');
}
.footer-get-a-quote-today-form .gform_body .gfield input{
    padding: 11px 9px 11px 17px !important;
}
.footer-get-a-quote-today-form .gform-body{
    padding: 11px 9px 11px 0px !important;
}
p.expirty-date {
    display: none;
}
.gform-body.gform_body .gfield {
    margin-bottom: 10px;
}
.footer-get-a-quote-today-form .gform_wrapper.gravity-theme .gform_footer, .request-a-quote-right-bottom-wr .gform_wrapper.gravity-theme .gform_footer{
	margin-top: 0px !important;
}