* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    --primary: #95A197;
    --secondary: #2A2A2A;
}
body {
    font-family: "Figtree"; 
}
html{
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p, ul,li,ol,figcaption{
    margin: 0;
    -webkit-text-size-adjust: none;
}
section, ul, li{
    padding: 0;
}

input[type="submit"], h6{
    text-transform: none;
    letter-spacing: normal;
}
/*Common Classes Starts*/
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.lg-center-wr {
    max-width: 1420px;
    width: 94%;
    margin: 0px auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
    max-width: 100%;
    display: block;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
a {
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus, :focus-within, :focus-visible, input[type="search"]:focus  {
    outline: 0;
    outline-offset: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8);
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
p, li {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #2A2A2A;
    letter-spacing: normal;
    font-family: 'Figtree';
}
h1{
    font-size: 68px;
    line-height: 80px;
    letter-spacing: normal;
    font-weight: 700;
    color: #FFFFFF;
}
h2{
    font-size: 58px;
    line-height: 70px;
    letter-spacing: normal;
    color: #2A2A2A;
}
h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: normal;
    color: #2A2A2A;
}
h4{
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: normal;
    color: var(--primary);
}
h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #2A2A2A;
}
h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #2A2A2A;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Figtree';  
}
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;
}
.common-btn {
    text-transform: capitalize;
}
.common-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -51%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.8s;
    transform-origin: top left;
    background-color: #000;
    z-index: -1;
}
.common-btn:hover::after {
    width: 152%;
    transform-origin: top right;
}
.common-btn {
    background: var(--secondary);
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 16px 24px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: 'Figtree';
    border: 1px solid #2A2A2A;
}
.ant-get-started .common-btn, .inner-banner-container .pickplan-wr.common-btn {
    padding: 15px 48px;
}
.common-btn:before, .common-btn:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 100%;
    background-color: #F2F2F2;
    top: 0;
    z-index: -1;
    transition: 0.6s;
}
.dark-btn {
    background-color: #C3D1C5;
    color: rgba(42, 42, 42, 1);
}
.common-btn:before{
    left: -50%;
}
.common-btn:hover:before{
    width: 100%;
    left: 0;
}
.common-btn:after {
    right: -50%;
}
.common-btn:hover:after{
    right: 0;
}
.common-btn:hover {
    color: var(--secondary);
    border: 1px solid #2A2A2A;
}
.border-button {
    background-color: transparent;
    background-image: unset;
    border: 2px solid #fff;
    padding: 14px 29px;
}
/*Header Css*/
.top-header-wr {
    background: var(--secondary);
    padding: 6px 0px;
}
.header-phone-btn {
    width: 100%;
    text-align: right;
    line-height: 0px;
    font-size: 0px;
}
.header-text-icons, .header-phone-btn, .landing-header-content,.header-top-right-content, .header-top-left-content,
.bottom-header-contact-button, .logo-wr, .top-footer-heading, .top-footer-right-content, .footer-get-fast-quote, .footer-get-call,
.footer-get-fast-quote span, .footer-left-content, .contact-item figure, .footer-right-content ,.footer-locations,
.family-owned-operator figure img, .family-owned-operator figure span, .fast-common-btn, .fast-common-btn span, .phone-common-btn,
.family-priority-left-wr, .family-priority-right-wr, .pest-control-oragne-left-wr, .pest-control-oragne-right-wr,
.protecting-home-left, .protecting-home-right, .free-quote-wr__left figcaption, .free-quote-wr__left img, .free-quote-wr__left,
.free-quote-wr__middle, .free-quote-form-wr .gform-body.gform_body, .free-quote-wr__right, .kid-pet-left-block, .kid-pet-right-block,
.pests-we-eliminates-title, .pests-control-protection-left-block, .pests-control-protection-right-block,.trusted-local-left-block,
.trusted-local-right-block, .city-protecting-home-left, .city-protecting-home-right{
    display: inline-block;
    vertical-align: middle;
}
.contact-info, .header-button-group, .header-button-group span, .contact-info a, .contact-info svg, .contact-info span {
    display: inline-block;
    vertical-align: middle;
}
.contact-info p, .contact-info span {
    display: inline-block;
    vertical-align: middle;
}
.bottom-header-contact-button .dark-btn {
    border-color: transparent;
    background-color: var(--primary);
}
.contact-info p span {
    display: inline-block;
    text-align: left;
    padding-left: 0px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #F2F2F2;
    transition: 0.3s;
}
.contact-info a p span.call-number {
    padding-left: 7px;
}
.contact-info a, .contact-info a p span.call-number {
    font-family: "Figtree";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    transition: 0.5s ease;
}
.contact-info p a span {
    font-weight: 700;
    color: #2A2A2A;
    transition: 0.3s;
}
.contact-info p a span:hover {
    color: #FFFFFF;
}
.top-header-wr {
    background: var(--primary);
    padding: 9px 0px;
}
.contact-info {
    width: 50%;
    text-align: left;
}
.header-button-group {
    text-align: right;
    width: 50%;
    line-height: 0px;
}
.bottom-header-contact-button {
    width: 50%;
    text-align: right;
}
.bottom-header-blk, .pest-control-oragne-block-wr {
    line-height: 0px;
    font-size: 0px;
}
.template-landing-page .logo-wr {
    width: 50%;
}
.cont-btn {
    padding: 13px 80px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #FFFFFF;
}
.bottom-header-wr {
    padding: 0;
    background-color: #F2F2F2;
    border-top: 5px solid #2A2A2A;
}
.template-landing-page .bottom-header-wr{
    border: none;
}
/*footer css*/
.footer-section {
    background: url('../images/Footer Image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
}
.top-footer-right-content {
    width: 49%;
    text-align: right;
}
.top-footer-heading {
    width: 50%;
}
.top-footer-content {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-get-fast-quote {
    margin-right: 15px;
}
.footer-get-call {
    margin-left: 15px;
}
.top-footer-right-content span{
    color: #fff;
}
.logo-address-block {
    padding: 85px 0 110px;
}
.footer-left-content {
    width: 29%;
}
.contact-item figure {
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    position: relative;
    border-radius: 5px;
}
.contact-item svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
} 
.footer-right-content{
    width: 30%;
}
.contact-item {
    margin-top: 20px;
}
.footer-loc-heading p {
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-item a, .contact-item span {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
}
.footer-locations {
    width: 30%;
    padding: 20px 15px 30px;
    background-color: rgba(242, 242, 242, 0.1);
    border-radius: 10px;
    position: relative;
}
.footer-loc-heading p {
    font-weight: 600;
    color: #fff;
}
.footer-loc-content  a {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    padding-top: 3px;
}
.footer-loc-content  h6 {
    color: var(--primary);
    font-size: 22px;
    line-height: 34px;
}
.footer-loc-content {
    padding-top: 15px;
}
.footer-loc-content h6:nth-child(3) {
    margin-top: 10px;
}
.footer-middle-img {
    position: absolute;
    right: -155px;
    top: -40px;
}
.footer-bottom-left {
   text-align: center;
}
.footer-bottom-left p, .footer-bottom-left a, .footer-bottom-right a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.footer-bottom-right a:hover, .footer-bottom-left a:hover {
    color: var(--primary);
}
.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.contact-item a:hover, .footer-loc-content  a:hover {
    color: var(--primary);
}
.top-footer-heading h5 {
    color: #F2F2F2;
    font-size: 30px;
    line-height: 62px;
    font-weight: 600;
}
/* Popup Form CSS Starts */
#popupform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999998; /* One below internal elements, still very high */
}
body.popup-open {
    overflow: hidden;
}

.pop-up-wrapper {
    width: 100%;
    max-width: 942px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    background: #fff url(../images/Popup_BG.png) no-repeat;
    transform: translateY(-50%);
    z-index: 99999999;
    background-size: 100% 100%;
    border-radius: 15px;
    line-height: 0px;
    font-size: 0px;
}
.popup .gform-body.gform_body .gfield {
    margin-bottom: 0px;
}
.popup .overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #00000080;
}
.popup-form-block, .popup-logo-block {
    display: inline-block;
    vertical-align: middle;
}
.pop-up-wrapper span.close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9999;
}
.pop-up-wrapper span.close:hover svg circle {
    fill: #C3D1C5;
}
.pop-up-wrapper span.close:hover svg path {
    fill: var(--secondary);
}
.popup-form-block {
    position: relative;
    padding: 30px 0px 29px 45px;
    width: 49%;
}
.popup-form-block .gform-body.gform_body .gfield input, .popup-form-block .gform-body.gform_body .gfield textarea {
    padding: 4px 14px !important;
    font-size: 16px !important;
    line-height: 32px !important;
    font-family: "Figtree" !important;
    border-color: #DDDDDD !important;
    border-radius: 7.5px;
    background-color: #F2F2F2;
    outline: none !important;
    color: #2A2A2A;
}
.popup-form-block .gform_body .gfield input::placeholder {
    font-size: 15px !important;
    line-height: 28px !important;
    color: rgba(0, 0, 0, 0.7);
}
.popup-form-block .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 21px;
    grid-row-gap: 15px;
}
.popup-form-block .gform-body.gform_body .gfield textarea {
    height: 79px !important;
    resize: none;
}
.popup-form-block .gform_body .gfield input.gfield-choice-input {
    padding: 0px !important;
    height: 23px !important;
    width: 23px !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}
.form-shortcode.popup-left.relative {
    margin-top: 25px;
}
.popup-form-block .gform_wrapper .gform_footer.top_label input {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 0px !important;
    padding: 9px 16px 9px 16px;
    background-color: var(--secondary);
    font-weight: 700 !important;
    transition: 0.5s;
    border-radius: 10px;
    text-decoration: none !important;
}
.popup-form-block .gform_wrapper .gform_footer.top_label input:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    text-decoration: none;
}
.popup-logo-block {
    padding-left: 60px;
    padding-top: 0px;
    width: 51%;
}
.popup-form-block .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    color: #2A2A2A !important;
}
.popup-form-block .gfield_required_text {
    display: none !important;
}
.popup-form-block .gform-footer {
    width: fit-content;
    margin: 0 !important;
    padding: 30px 0px 0px !important;
    position: relative !important;
}
.popup-form-block h2 {
    margin-bottom: 25px;
}
.gform_validation_errors, .gfield_description.instruction, .ready-to-serve-mobile-img, p.gform_required_legend {
    display: none !important;
}
.gfield_description.validation_message.gfield_validation_message {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    border: 0 !important;
    background: none !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left;
    color: red !important;
    width: fit-content !important;
}
/* Popup Form CSS Ends */
/*scroll to top csss*/
.scroll-top {
    background-color: var(--primary);
    color: #fff;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 56px;
    right: 42px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #000;
    z-index: 9999;
    cursor: pointer;
    display: none;
    transition: all 0.3s;
}
.scroll-top i {
    animation: uparrow 2s ease-in-out infinite;
}
.scroll-top:hover {
    background-color: #000;
    box-shadow: 4px 4px 0 var(--primary);
}
@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}
.gform_confirmation_message {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
}
.mobile-fixed-btns {
    display: none;
    visibility: hidden;
}
/*menu Css*/
.logo-wr {
    width: 22%;
    padding: 11px 0;
}
.menu-wr, .logo-wr {
    display: inline-block;
    vertical-align: middle;
}
.menu-wr ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    position: relative;
}
.menu-wr ul li a {
    color: #2A2A2A;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 41px 0px;
}
.menu-eco-header-menu-container .menu-header-menu-container > ul > li:last-child ul {
    right: 0;
    left: auto;
}
.menu-wr ul li a:hover, .menu-wr ul li.current-menu-parent > a, .menu-wr ul li.current-menu-item > a {
    color: var(--primary);
}
nav.header-menu, .hamburgure-block {
    display: inline-block;
    vertical-align: middle;
}
nav.header-menu .sub-menu li {
    margin-left: 0;
}
.hamburgure-block {
    margin-left: 42px;
}
.hamburgure-menu span.hamburgure-menu-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: var(--primary);
    border-radius: 30px;
    margin-top: 4px;
}
.hamburgure-menu:hover span.hamburgure-menu-bar {
    background-color: #000;
}
/*.menu-wr ul {
    margin: 32px 0 0 0;
}*/
.menu-wr {
    width: 78%;
    text-align: right;
}
.slicknav_menu{
    display: none;
}
.menu-eco-header-menu-container ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: left top;
    width: 250px;
    background-color: #ffffff;
    transition: 0.3s all;
    margin: 0;
}
.menu-eco-header-menu-container li:last-child ul.sub-menu {
    transform-origin: right top;
}
.menu-eco-header-menu-container ul.sub-menu li {
    display: block;
}
.menu-eco-header-menu-container ul.sub-menu li a {
    border-bottom: 1px solid var(--primary);
    padding: 12px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary);
}
.menu-eco-header-menu-container ul.sub-menu li a:hover {
    color: #FFFFFF;
    background-color: var(--primary);
}
.menu-eco-header-menu-container ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}  
.menu-eco-header-menu-container ul li>.sub-menu {
    margin-top: 0;
}  
.menu-eco-header-menu-container ul li:hover>.sub-menu li.menu-item-has-children ul.sub-menu {
    right: -100%;
    top: 0;
    left: auto;
}
.menu-eco-header-menu-container .menu-header-menu-container > ul > li > ul.sub-menu {
    border-top: 7px solid var(--primary);
}
.menu-eco-header-menu-container .menu-header-menu-container ul li ul.sub-menu li.current_page_item > a {
    color: #FFFFFF;
    background-color: var(--primary);
}
.menu-wr ul li:first-child {
    margin-left: 0px;
}
/*Arrow In Hover or Active*/
.header-menu ul > li.menu-item-has-children.current-menu-ancestor > a::before,
.header-menu ul > li.menu-item-has-children.current-menu-parent > a::before,
.header-menu ul > li.current-menu-item > a::before,
.header-menu ul > li > a:hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2A2A2A;
    transform: rotate(180deg);
}
.header-menu ul ul li > a::before, .header-menu ul ul ul li > a::before {
    content: none !important;
}
.grecaptcha-badge {
    z-index: 9999;
}