/*
Theme Name:   Nuvew Child
Theme URI:    https://wordpress.com/
Description:  Twenty Nineteen Child Theme
Author:       Wordpress
Author URI:   https://wordpress.com/
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  nuvewchild
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
:root {
    --placeholdercolor: currentColor;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
}
p,
li,
ul,
ol,
blockquote {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 0;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"],
select,
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
/* Top Menu Section */
.logo {
    width: auto;
}
.logo img {
    display: block;
}
.top-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topmenu-cnt {
    background-color: #55a947;
    padding: 0!important;
    /*    padding: 25px 0px 24px;*/
}
.top-cntct {
    position: relative;
    padding-left: 85px;
}
.logo-tp {
    padding: 25px 0;
    background-color: #fff;
}
.top-cntct p a:before {
    position: absolute;
    content: "";
    background: url(images/top-call-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #55a947;
}
.top-cntct p a:hover:before {
    background-color: #58595b;
}
.topmenu ul {
    margin: 0;
    font-size: 0;
    text-align: center;
}
.topmenu ul li {
    position: relative;
    margin: 0px 33px 0;
    display: inline-block;
}
.topmenu ul li a {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    position: relative;
    float: left;
    display: block;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.32px;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 0 24px;
}
.top-btn a {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.4px;
    background: #5db14f;
    text-transform: uppercase;
    padding: 25px 81px 25px 49px;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    position: relative;
}
.top-btn a:hover {
    background-color: #58595b;
}
a.cmn-btn:hover {
    background-color: #7dbd42;
    background-image: url(images/hover-btn-icn.png);
    background-repeat: no-repeat;
    background-position: top -3px right -2px;
}
.top-cntct p {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    margin: 0px;
    color: #5db14f;
}
.top-cntct a {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    color: #58595b;
    display: inline-block;
    margin-top: 5px;
}
.top-cntct a:hover {
    color: #55a947;
}
.topmenu ul li a:hover {
    color: #58595b;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(88, 89, 91, 0.97);
    padding: 0px 0;
    z-index: 999;
}
ul.primary-menu>li>ul.sub-menu {
    display: none;
}
ul.primary-menu>li:hover>ul.sub-menu {
    display: block;
}
ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
    left: 100%;
    top: 0;
}
ul.primary-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    display: block;
}
ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
    left: 100%;
    top: 0;
}
ul.primary-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    display: block;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}
.topmenu .sub-menu li a {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: capitalize;
}
.topmenu .sub-menu li a:hover {
    background-color: #55a947;
    color: #fff;
}
.topmenu ul ul a:after {
    display: none;
}
.topmenu ul li.wide-menu {
    position: static;
}
.topmenu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 500px;
    background-color: #58595b;
    padding: 0;
    z-index: 999;
    display: none;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
}
.topmenu ul li.wide-menu ul li {
    width: 50%;
    margin: 0px;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: #55a947;
    color: #fff;
}
.topmenu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0px;
    float: left;
    padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}
/*Header Sticky Menu*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #c4c9b2;
    z-index: 9999;
}
.sticky-wrap {
    display: none;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
/*.sticky-mobinav {
    display: none;
}*/
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {
    background: url(images/header-sticky-email.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
}
.floatingMenu-list {
    width: 280px;
    background: #5db14f;
    overflow-y: auto;
    padding: 10px;
    height: 100vh;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0 !important;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);*/
    opacity: 0;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #013183;
}
.togsearch .search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 20px;
    border: none;
    background: url(images/sprite_icons.png) no-repeat;
    background-position: -54px 0px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
/* Top Menu Section Ends */
/*hm-banner-sec*/
.banner-sctn {
    padding: 305px 0 330px 0;
    background-image: url(images/banner-bg-img.webp);
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
}
.banner-sctn:before {
    background-image: url(images/banner-btm.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 236px;
    bottom: -125px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-bnr-cnt {
    float: right;
    text-align: center;
}
.hm-bnr-cnt h1,
.hm-bnr-cnt h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 4px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 53px;
}
.hm-bnr-cnt h1 small,
.hm-bnr-cnt h2 small {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-size: 100px;
    line-height: 58%;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 87px;
    text-align: end;
    position: relative;
    letter-spacing: 0;
}
.hm-bnr-cnt h1 strong,
.hm-bnr-cnt h2 strong {
    font-family: "Urbanist", sans-serif;
    font-size: 79px;
    color: #5db14f;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
}
.hm-bnr-cnt h1 strong img,
.hm-bnr-cnt h2 strong img {
    z-index: 1;
    position: relative;
    width: auto;
}
a.cmn-btn {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    background-color: #5db14f;
    padding: 27px 84px 27px 50px;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-image: url(images/btn-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top -3px right -2px;
}
.hm-bnr-btn {
    text-align: center;
    padding-left: 80px;
}
.hm-bnr-btn:hover a.cmn-btn:before {
    background-position: -375px -18px;
    bottom: 5px;
}
.hm-bnr-btn:hover a.cmn-btn::after {
    display: none;
}
/*banner-btm-sec*/
.banner-btm-sctn {
    position: relative;
    margin: -163px 0 0 0;
}
.hmbnr-btm-lst {
    display: flex;
}
.hmbnr-btm-itm {
    width: 15.8%;
    padding: 40px 20px;
    background-color: #eef6ed;
    margin: 0 0.43% 0;
    border-radius: 21px;
    position: relative;
    text-align: center;
}
.hmbnr-btm-itm:hover {
    background-color: #55a947;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm h4 {
    color: #ffffff;
}
.hmbnr-btm-itm h4 {
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #58595b;
    padding: 141px 0 0 0;
    text-align: center;
    margin: 0;
    position: relative;
}
.hmbnr-btm-itm h4::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -8px -86px;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm h4::before {
    background-position: -8px -212px;
}
.hmbnr-btm-itm.cock h4::before {
    background-position: -133px -87px;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm.cock h4::before {
    background-position: -133px -212px;
}
.hmbnr-btm-itm.mosq h4::before {
    background-position: -258px -87px;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm.mosq h4::before {
    background-position: -258px -212px;
}
.hmbnr-btm-itm.term h4::before {
    background-position: -383px -87px;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm.term h4::before {
    background-position: -383px -212px;
}
.hmbnr-btm-itm.spid h4::before {
    background-position: -508px -87px;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm.spid h4::before {
    background-position: -508px -212px;
}
.hmbnr-btm-itm.wasp h4::before {
    background-position: -8px -338px;
}
.hmbnr-btm-itm:hover.hmbnr-btm-itm.wasp h4::before {
    background-position: -133px -337px;
}
.bnr-btm-itm-lnk a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}
/*Reliable-sec*/
.reliable-sec {
    position: relative;
    padding: 111px 0 66px 0;
}
.why-choose-sec::after {
    background-image: url(images/cockroach.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 290px;
    height: 249px;
    right: 36px;
    top: -188px;
}
.hmpest-cntl-lst {
    display: flex;
    justify-content: space-between;
}
.hmpest-cntl-lft {
    width: 55.8%;
}
.hmpest-cntl-lftimg img {
    width: 100%;
    display: block;
}
.hmpest-cntl-rit {
    width: 50.2%;
    padding: 0 0 0 31px;
}
.hmpest-cntl-rit h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 65px;
    line-height: 1;
    color: #58595b;
    margin-bottom: 60px;
}
.hmpest-cntl-rit h2 strong {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 90px;
    line-height: 0.72;
    color: #58595b;
    position: relative;
    margin-top: 15px;
    text-transform: uppercase;
    display: block;
}
.hmpest-cntl-rit h2 small {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-size: 125px;
    line-height: 75%;
    color: #55a947;
    text-transform: initial;
    text-indent: 193px;
    z-index: 1;
    position: relative;
    display: block;
}
.hmpest-cntl-rit-cnt {
    margin-bottom: 36px;
}
.hmpest-cntl-rit-cnt p,
.hmpest-cntl-rit-cnt h1 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: #58595b;
    margin-bottom: 19px;
    display: inline;
}
.hmpest-cntl-rit-cnt h1 {
    margin: 0;
}
.hmpest-cntl-rit-cnt p:last-child {
    margin: 0;
}
/*why-choose-sec*/
.why-choose-sec {
    background-image: url(images/why-choose-background.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    padding: 170px 0 100px 0;
}
.why-choose-sec::before {
    background-image: url(images/hornet.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 207px;
    height: 205px;
    left: 105px;
    top: -45px;
    background-size: contain;
}
.hmwhy-chos-blk h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 124px;
}
.hmwhy-chos-lst {
    display: flex;
}
.hmwhy-chos-itm {
    margin: 0 0.64% 0;
    width: 23.7%;
    border: 1px solid #7dbd42;
    border-radius: 27px;
    text-align: center;
    padding: 125px 35px 30px;
    position: relative;
    text-align: center
}
.hmwhy-chos-itm h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.08;
    margin: 0;
}
.hmwhy-chos-itm::before {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    position: absolute;
    background-position: -270px -345px;
    content: "";
    width: 172px;
    height: 160px;
    top: -65px;
    left: 0px;
    right: 0;
    margin: auto;
}
.hmwhy-chos-itm.grn::before {
    background-position: -467px -346px;
}
.hmwhy-chos-itm.hmn::before {
    background-position: -660px -345px;
}
.hmwhy-chos-itm.efte::before {
    background-position: -845px -345px;
}
/*bugging-sec*/
.bugging-sec {
    background-image: url(images/hmbugging-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 114px 0 195px 0;
    background-size: cover;
    background-position: center;
}
.bugging-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-bugging-btm-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 227px;
    left: 0;
    right: 0;
    bottom: -108px;
    margin: auto;
    background-size: contain;
}
.hm-bugging-main {
    width: 43.5%;
    position: relative;
}
.hm-bugging-main::before {
    position: absolute;
    content: "";
    background-image: url(images/mosquito-img.webp);
    background-repeat: no-repeat;
    width: 175px;
    height: 103px;
    bottom: -162px;
    right: 54px;
    background-size: contain;
}
.hm-bugging-hd {
    position: relative;
}
.hm-bugging-hd h2 {
    font-family: "Urbanist", sans-serif;
    font-size: 65px;
    font-weight: 300;
    line-height: 1;
    color: #58595b;
    margin: 0 0 60px;
}
.hm-bugging-hd h2 strong {
    font-family: "Urbanist", sans-serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    color: #58595b;
    text-transform: uppercase;
    display: block;
}
.hm-bugging-hd h2 small {
    font-family: "Satisfy", cursive;
    font-size: 125px;
    font-weight: 400;
    line-height: 40%;
    color: #55a947;
    display: block;
    text-indent: 252px;
}
.hm-bugging-cnt p {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #58595b;
    margin-bottom: 20px;
}
.hm-bugging-cnt p:last-child {
    margin: 0;
}
.hm-bugging-cnt {
    margin-bottom: 36px;
}
/*practice-sec*/
.practice-sec {
    padding: 80px 0 105px 0;
}
.practice-sec h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    color: #58595b;
    text-align: center;
    margin-bottom: 52px;
    text-transform: uppercase;
    z-index: 3;
    position: relative;
}
.hmprct-ars-lst {
    display: flex;
    margin-bottom: 38px;
    justify-content:center;
}
.hmprct-ars-itm {
    width: 23%;
    margin: 0 0.99% 0;
    position: relative;
    background-color: #5db14f;
    z-index: 1;
    border-radius: 13%;
    border-radius: 50px 50px;
}
.hmprct-ars-itm:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.hmprct-ars-img img {
    width: 100%;
    display: block;
    border-radius: 50px 50px 0 0;
    margin: 0;
}
.hmprct-ars-cnt h5::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-position: -313px -21px;
    background-repeat: no-repeat;
    width: 59px;
    height: 48px;
    left: 0;
    right: 0;
    top: -60px;
    display: none;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt h5::before {
    display: block;
}
.hmprct-ars-cnt {
    z-index: 3;
}
.hmprct-ars-cnt h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}
.hmprct-ars-cnt {
    background-color: #5db14f;
    padding: 20px 20px 50px;
    border-radius: 50px 50px;
    z-index: 1;
    position: relative;
}
.hmprct-ars-img {
    position: relative
}
.hmprct-ars-img:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/srevice-image-before.png);
}
.hmprct-ars-itm:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db14f+0,5db14f+100&0.62+0,0.85+44,0.98+59,1+74,1+100 */
    background: linear-gradient(to bottom, rgba(93, 177, 79, 0.62) 0%, rgba(93, 177, 79, 0.85) 44%, rgba(93, 177, 79, 0.98) 59%, rgba(93, 177, 79, 1) 74%, rgba(93, 177, 79, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 50px;
    z-index: 1;
}
.hmprct-ars-itm:hover .hmprct-ars-img img {
    opacity: 1;
}
.hmprctars-itm-lnk a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 0;
    z-index: 3;
}
.hmprct-ars-btn {
    text-align: center;
}
/*SERVICE-SEC*/
.hmsevrs-lst-img img {
    width: 100%;
    display: block;
    position: relative;
}
.service-sec {
    background-image: url(images/sevr-background-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.hmsevrs-lst {
    display: flex;
    align-items: flex-end;
}
.hmsevrs-lst-cnt::before {
    background-image: url(images/srvr-spider-img.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 247px;
    height: 194px;
    top: -75px;
    right: 9px;
    background-size: contain;
}
.hmsevrs-lst-img {
    width: 51.5%;
    position: relative;
    bottom: -130px;
    left: -82px;
}
/*.hmsevrs-lst-img::before{
    background-image: url(images/sevr-shadow-car-img.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 380px;
    bottom: -65px;
    left: -70px;
}*/
.hmsevrs-lst-cnt {
    position: relative;
    width: 46.5%;
    padding: 76px 20px;
}
.hmsevrs-lst-cnt h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.hmsevrs-lst-cnt h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.hmsevrs-lst-cnt p {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    margin-bottom: 27px;
}
.hmsevrs-lst-btn a.cmn-btn {
    background-color: #58595b;
    background-image: url(images/srvc-pln-btn.png);
}
.hmsevrs-lst-btn a.cmn-btn:hover {
    background-color: #fff;
    color: #58595b;
    background-image: url(images/srvc-pln-btn-hover.png);
}
/*process-sec*/
.our-process-sec {
    padding: 93px 0px 90px;
    text-align: center;
}
.our-process-sec h2 {
    font-family: "Urbanist", sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
    color: #58595b;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.our-process-sec h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    color: #5db14f;
    margin-bottom: 55px;
}
.hm-process-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 61px;
}
.hmprocess-lst-itm {
    width: 17%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hmprocess-lst-itm:last-child .hmprocess-img-bro::after,
.hmprocess-lst-itm:last-child .hmprocess-img::after {
    display: none;
}
.hmprocess-img {
    width: 220px;
    height: 220px;
    background: #f2f8ec;
    border-radius: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.hmprocess-img::before {
    content: "01";
    position: absolute;
    background-color: #7dbd42;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmprocess-img::after {
    content: "";
    position: absolute;
    background-image: url(images/aarow.png);
    background-color: #58595b;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmprocess-img.loc::before {
    content: "02";
}
.impltd::before {
    content: "03";
}
.enjy::before {
    content: "04";
}
.hmprocess-img-bro::after {
    content: "";
    position: absolute;
    background-color: #5db14f;
    background-repeat: repeat;
    width: 250px;
    height: 1px;
    color: #5db14f;
    top: 0;
    bottom: 0;
    right: -220px;
    margin: auto;
    z-index: -1;
}
.hmprocess-img img {
    display: block;
    width: 100%;
}
.hmprocess-lst-itm h4 a {
    font-family: "Urbanist", sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.12;
    color: #58595b;
    text-transform: uppercase;
}
.hmprocess-lst-itm:hover a {
    color: #5db14f;
}
.our-process-sec h5 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #58595b;
    margin-bottom: 31px;
    line-height: 1;
    letter-spacing: -0.2px;
}
/*hm-testimonias*/
.hm-testimonials {
    padding: 548px 0px 115px;
    background: url(images/reviewbgimg.webp);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: top center;
}
.hm-testimonials::before {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 29%, rgba(255, 255, 255, 0.3) 66%, rgba(255, 255, 255, 0.2) 77%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.testi-headings h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0;
    color: #58595b;
    margin-bottom: 45px;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
}
.hm-testi-item {
    width: 100%;
    position: relative;
    padding: 41px 0 0px;
}
.hm-testi-item .hm-testi-item-cnt p {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    line-height: 1.61;
    letter-spacing: 0;
    color: #58595b;
    margin: 0 0 39px;
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.hm-testi-item .hm-testi-item-cnt p::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -465px -9px;
    width: 36px;
    height: 31px;
    left: 0;
    top: -15px;
}
.hm-testi-item .hm-testi-item-cnt p::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -543px -45px;
    width: 36px;
    height: 31px;
    right: 0;
    bottom: -15px;
}
.hm-testimonials .testi-blck {
    position: relative;
    z-index: 5;
}
/*.hm-testimonials .testi-blck::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/hmtesti-google-img.webp);
    background-repeat: no-repeat;
    width: 109px;
    height: 36px;
    top: 0;
    left: 0;
    right: 0;
}*/
.hm-testimonials .testi-blck h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    color: #58595b;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.hm-testimonials .testi-btn a.cmn-btn {
    z-index: 3;
}
.hm-testimonials .testi-btn:hover a.cmn-btn::after {
    display: none;
}
.hm-testimonials .star-rat {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -613px -35px;
    width: 104px;
    height: 19px;
    margin: 0 auto 7px;
}
/*hm-frm-sec*/
.ftr-details {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
    align-items: center;
}
.site-footer {
    padding: 125px 0px 0px;
    background: url(images/hm-ftr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: -23px 0 0;
}
.site-footer:before {
    position: absolute;
    content: "";
    background: url(images/frm-car1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 640px;
    height: 345px;
    top: -185px;
    left: -73px;
    z-index: 1;
}
.ftr-logo.fw {
    width: 30.3%;
    margin: 0 0 35px;
}
.ftr-detail-itm p {
    display: inline-block;
    margin: 0px;
}
.menu-footer-menu-container ul li {
    display: inline-block;
    margin: 0 20px 0px;
}
.menu-footer-menu-container ul li a {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.52px;
    text-transform: uppercase;
    color: #878887;
    display: inline-block;
}
.menu-footer-menu-container ul li a:hover {
    color: #5db14f;
}
.ftr-detail-itm h5 {
    margin: 0 25px 0 0px;
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0px;
    color: #5db14f;
    text-transform: uppercase;
}
.ftr-detail-itm p {
    display: inline-block;
    margin: 0px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}
.menu-footer-menu-container ul {
    margin: 0px;
    font-size: 0;
    text-align: center;
}
.ftr-detail-itm {
    display: flex;
    align-items: center;
}
.ftmenu {
    border-bottom: 1px solid #969896;
    border-top: 1px solid #969896;
    padding: 35px 0;
}
.site_info {
    text-align: center;
    padding: 51px 0;
}
.ft_note a {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #58a44b;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 6px 35px;
}
.ft_note a:hover {
    color: #fff;
}
.ft_note p {
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    letter-spacing: 0px;
    /*    color: #4b4a4a;*/
    color: #696363;
    margin: 0px;
}
.ftr-detail-itm p a {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    /* font-size: 40px; */
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
}
.ftr-detail-itm p a:hover {
    color: #5db14f;
}
.social-icons {
    display: flex;
    align-items: center;
    font-size: 0px;
}
.social-icons a.fb {
    background: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -5px -503px;
    width: 98px;
    height: 98px;
}
.social-icons a.fb:hover {
    background-position: -5px -604px;
}
.social-icons a.tw {
    background: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -102px -500px;
    width: 98px;
    height: 98px;
}
.social-icons a.tw:hover {
    background-position: -102px -602px;
}
.social-icons a.gg {
    background: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -198px -501px;
    width: 98px;
    height: 98px;
}
.social-icons a.gg:hover {
    background-position: -197px -598px;
}
.social-icons a.in {
    background: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -295px -502px;
    width: 98px;
    height: 98px;
}
.social-icons a.in:hover {
    background-position: -292px -604px;
}
.ftr-sec {
    display: flex;
    gap: 70px;
}
.ft_note {
    color: #55994a;
}
/*Home page Form*/
.hm-form-sec {
    display: flex;
    justify-content: space-between;
    padding: 37px 0px 0px;
}
.form-lft {
    width: 50%;
    float: left;
    position: relative;
}
.form-rgt {
    width: 50%;
    float: right;
    position: relative;
    background: #dff0dc;
    padding: 87px 47px;
    border-radius: 70px;
}
.iframe-sec-before {
    position: relative
}
.form-rgt:before,
.iframe-sec-before:before {
    position: absolute;
    content: "";
    background: url(images/frm-car2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 529px;
    height: 430px;
    bottom: -290px;
    right: -60px;
    z-index: 1;
}
.iframe-sec-before:before {
    bottom: -140px
}
.form-sctn {
    background: url(images/frm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 77px 0px 132px;
    position: relative;
    background-position: center;
    z-index: 1;
}
.form-sctn:before {
    position: absolute;
    content: "";
    background: url(images/frm-mosquito.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 142px;
    left: 94px;
    top: -80px;
    z-index: 3;
    background-size: contain;
}
.form-sctn:after {
    position: absolute;
    content: "";
    background: url(images/frm-mosquito2.webp);
    background-repeat: no-repeat;
    width: 304px;
    height: 149px;
    right: 92px;
    top: -76px;
    z-index: 3;
    background-size: contain;
}
.form-rgt h2 {
    font-family: "Urbanist", sans-serif;
    text-align: center;
    font-weight: 900;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    color: #58595b;
    margin: 0 0 30px;
}
.form-hdng {
    padding-left: 0px;
}
.form-hdng h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 65px;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
}
.form-hdng h2 strong {
    font-weight: 900;
    font-size: 90px;
    line-height: 0.95;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: block;
}
.form-hdng h2 small {
    font-size: 95px;
    font-weight: 400;
    font-family: "Satisfy", cursive;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    text-indent: 65px;
    display: block;
}
.form-hdng p {
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0 0 35px 0;
}
.frm-btn {
    padding-left: 110px !important;
    position: relative;
    max-width: 475px;
    width: 100%;
    margin: 0 114px 0 auto;
}
.frm-btn:before {
    position: absolute;
    content: "";
    background: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -768px -218px;
    width: 100px;
    left: 0 !important;
    height: 100px;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}
.frm-btn p {
    font-weight: 300;
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    color: #f2f8f2;
    text-transform: capitalize;
    margin: 0px;
}
.frm-btn a {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
}
.frm-btn a:hover {
    color: #58595b;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield.chk .gfield_description.validation_message {
    display: none;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description,
.hm-form-sec .gform_wrapper .field_description_below .instruction {
    padding: 0;
    width: max-content;
    background-color: transparent;
    border: none;
    margin: 0px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.hm-form-sec .gform_wrapper .field_description_below .instruction {
    bottom: 25px;
    top: inherit;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0px;
}
.gform_wrapper {
    margin: 0;
}
.gform_wrapper ul {
    margin: 0;
    padding: 0;
}
.gform_wrapper ul.gform_fields li {
    margin: 0 0 10px 0;
    padding: 0 !important;
}
.form-rgt .gform_wrapper .gform-body .gfield input,
.form-rgt .gform_wrapper .gform-body .gfield select,
.form-rgt .gform_wrapper .gform-body .gfield textarea {
    float: left;
    width: 100% !important;
    margin: 0px;
    outline: 0px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    color: #58595b;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #6db760;
    padding: 22px 31px 21px !important;
    transition: all .5s;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.form-rgt .gform_wrapper .gform-body .gfield textarea {
    width: 100%;
    resize: none;
    height: 200px;
}
.form-rgt .gform_wrapper .gfield_radio label,
.form-rgt .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.form-rgt .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.form-rgt .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.form-rgt .gform_wrapper .gform_footer {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.form-rgt .gform_wrapper .gform_footer .gform_button {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border: 0px none !important;
    border-radius: 60px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 20px 80px 19px 45px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    background-color: #5db14f !important;
    background-image: url(images/btn-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
}
.hm-form-sec .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #7dbd42 !important;
    background-image: url(images/hover-btn-icn.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 20px 0 0;
    padding: 0px;
    position: relative;
}
.form-rgt .gform_validation_errors {
    display: none;
}
.form-rgt .gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.form-rgt .gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    font-size: 11px !important;
}
/* Mobile Menu Styles */
.showhide {
    display: none;
    color: #fff;
    width: 40px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 60px;
    line-height: 27px;
    color: #343235;
}
.mobinav {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Fira Sans", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-family: "Fira Sans", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #58595b;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.clr-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}
.clr-btn input {
    padding: 9px 0 0 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    background: transparent;
}
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}
svg.icon.icon-search {
    display: none;
}
.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}
.srcshow img {
    width: 100%;
    display: block;
}
.srcbox {
    z-index: 99999995;
    background-color: #636466;
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 51px;
}
.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}
.srcbox .search-form .screen-reader-text {
    font-size: 0;
}
.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}
.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.srcbox input::-moz-placeholder {
    color: #fff;
}
.srcbox input:-ms-input-placeholder {
    color: #fff;
}
.srcbox input:-moz-placeholder {
    color: #fff;
}
/* Show Hide Menu Section Ends */
input::placeholder {
    opacity: 1;
    color: #58595b;
}
input:-ms-input-placeholder {
    opacity: 1;
    color: #58595b;
}
input::-ms-input-placeholder {
    opacity: 1;
    color: #58595b;
}
textarea::placeholder {
    opacity: 1;
    color: #58595b;
}
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #58595b;
}
textarea::-ms-input-placeholder {
    opacity: 1;
    color: #58595b;
}
/*.gform_wrapper .top_label .gfield_label {
        display: none;
}*/
.gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important
}
.gform_wrapper .validation_message,
.gform_wrapper div.validation_error {
    color: red;
    letter-spacing: .56px;
    font-size: 15px;
    line-height: 18px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.gform_button.disabled {
    pointer-events: none;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !Important
}
.nav-links a.page-numbers {
    margin: 0 5px;
}
.nav-links svg.svg-icon {
    margin: 0px 0px -5px 0px;
}
.page-navi-block {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.page-navi-block.page-navi-nxt {
    float: right;
    padding: 0 0 0 20px;
    text-align: right;
}
.page-navi {
    border-top: 1px solid #d1d1d1;
    padding: 10px 0 10px;
    margin: 10px 0 0px 0;
    border-bottom: 1px solid #d1d1d1;
}
.nav-links span,
.nav-links a {
    padding: 8px 10px;
    background: #ccc;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    color: #000;
}
.nav-links span.nav-next-text,
.nav-links span.nav-prev-text {
    display: none;
}
.genpg-rite.full-width {
    width: 100%;
}
.hm-bnr-cnt h1 strong br {
    display: none;
}
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*Pagesense Popup*/
/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #66b45a !important;
    color: #fff !important;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}
.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}
.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #66b45a !important;
    top: -10px !important;
    right: 0;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #fff !important;
    width: 80px !important;
    font-size: 0.700rem !important;
    line-height: 0.85rem !important;
    padding: 0.5rem 0.5rem !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
    color: #66b45a !important;
}
body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}
body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}
body .pum-container .gform_wrapper .adrss.gfield .gfield_label,
body .pum-container .gform_wrapper .issue.gfield .gfield_label {
    display: none;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select {
    font-size: 14px !important;
    padding: 6px 20px 6px 10px !important;
    background-color: #fff;
    border: none !important;
    height: 28px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    resize: none;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder {
    color: #555555 !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input::-webkit-input-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #555555 !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input::-moz-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select::-moz-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::-moz-placeholder {
    opacity: 1;
    color: #555555 !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input:-ms-input-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select:-ms-input-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea:-ms-input-placeholder {
    opacity: 1;
    color: #555555 !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields select {
    background-image: url(images/form-aarow.png);
    background-repeat: no-repeat;
    background-position: center right 3px;
    color: #555555 !important;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #66b45a;
}
.pum-container .pum-close.popmake-close {
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
body .pum-container .pum-title {
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
.pum-content:focus-visible {
    outline: none;
}
.pum-content.popmake-content .pum-title {
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #fcc012;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}
.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}
.pum-container fieldset.fst-labl span.gfield_required {
    display: none;
}
body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}
body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}
body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    height: 60px !important;
}
body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: "Fira Sans", sans-serif !important;
    font-weight: 400;
}
:focus-visible,
:-webkit-direct-focus {
    outline: none;
}
:focus,
*:focus {
    outline: none;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    min-height: 380px !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}
/*Header Sticky Menu*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #5db14f;
    z-index: 9999;
}
.sticky-wrap {
    display: none;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #5db14f;
    padding: 10px;
    display: none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #5db14f;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-email-wrap a:before {
    background: url(images/header-sticky-email.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: transparent;
    z-index: 9999999;
    overflow-y: auto;
    padding: 10px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);*/
    opacity: 0;
}
/*default styles*/
.container1 {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.page_bnr {
    /*    background: url(images/genral-bnr.jpg);*/
    background: url(/wp-content/uploads/2024/03/genral-bnr.jpg);
    background-repeat: no-repeat;
    padding: 190px 0 170px;
    position: relative;
    background-size: cover;
}
.page_bnr:before {
    position: absolute;
    content: "";
    background: url(images/inn-bugging-btm.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 126px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-size: cover;
    z-index: 999;
}
.page_bnr:after {
    position: absolute;
    content: "";
    background: url(images/shadow-top.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-size: cover;
    z-index: 1;
}
.page_title {
    position: relative;
    z-index: 99;
}
.page_title h1,
.page_title h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 159px;
}
.inrpg-breadcrumbs {
    padding: 0px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.36px;
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
}
.page_default {
    padding: 30px 0 250px;
    position: relative;
}
.genpg-rite.full-width {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.page_default .genpg-rite h1,
.sng-prof-abt-cnt h1 {
    font-size: 65px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #58595b;
    position: relative;
    display: inline-block;
    width: 100%;
}
.page_default .genpg-rite h2,
.sng-prof-abt-cnt h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #58595b;
    position: relative;
    display: inline-block;
    width: 100%;
}
.page_default .genpg-rite h3,
.sng-prof-abt-cnt h3 {
    font-size: 45px;
    line-height: 1.6;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1;
    color: #58595b;
    margin: 0 0 20px;
}
.page_default .genpg-rite h4,
.sng-prof-abt-cnt h4 {
    line-height: 1.4;
    font-size: 40px;
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #58595b;
    margin: 0 0 20px;
}
.page_default .genpg-rite h5,
.sng-prof-abt-cnt h5 {
    font-size: 35px;
    line-height: 1;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    color: #58595b;
    margin: 0 0 20px;
}
.page_default .genpg-rite h6,
.sng-prof-abt-cnt h6 {
    font-size: 30px;
    line-height: 1.16;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    color: #58595b;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.page_default .genpg-rite p,
.sng-prof-abt-cnt p,
.page_default .genpg-rite li,
.sng-prof-abt-cnt li {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #636466;
    margin: 0 0 35px 0;
}
.page_default .genpg-rite p strong,
.sng-prof-abt-cnt p strong {
    color: #55a947;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
}
.page_default .genpg-rite a,
.sng-prof-abt-cnt a {
    font-family: inherit;
    font-size: inherit;
    color: #55a947;
    text-decoration: none;
}
.page_default .genpg-rite li,
.sng-prof-abt-cnt li {
    /*    
        font-family: "Fira Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.6;
        color: #636466;*/
    padding-left: 25px;
    margin: 0 0 20px;
    position: relative
}
.page_content .genpg-rite ol,
.sng-prof-abt-cnt ol {
    list-style-position: inside;
}
.page_default .genpg-rite li a {
    text-decoration: none;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover,
.sng-prof-abt-cnt li a:hover,
.sng-prof-abt-cnt a:hover {
    color: #58595b;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul,
.sng-prof-abt-cnt ol,
.sng-prof-abt-cnt ul {
    margin: 0 0 20px 0px;
    list-style-position: inside
}
.page_default .genpg-rite li:before,
.sng-prof-abt-cnt li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    list-style: decimal;
    border-radius: 50px;
    background: #55a947;
    left: 0;
    top: 11px;
}
.post_single .post-dt,
.post_single .meta-author,
.post_single .post-category {
    display: inline-block;
}
.page_default .genpg-rite .post_single .post-dt p,
.page_default .genpg-rite .post_single .meta-author p,
.page_default .genpg-rite .post_single .post-category a,
.page_default .genpg-rite .post_single .post-category p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.55;
    color: #013183;
    margin: 0
}
.genpg-rite.snglblg .post-itm-btm {
    margin-bottom: 30px;
}
.genpg-rite.snglblg nav.navigation.post-navigation {
    display: none;
}
.post-share .container1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.container1 .post-share h6 {
    font-size: 35px;
    font-family: "Satisfy", cursive;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #55a947;
    margin: 0 30px 0 0;
    display: inline-block;
}
.post-share a {
    background-image: url(images/sprites-in.webp);
    background-repeat: no-repeat;
    width: 91px;
    height: 91px;
    display: inline-block;
    font-size: 0 !important;
    margin: 0px 10px 0;
    transition: 0s;
}
.post-share a.post-fb {
    background-position: -206px -308px;
}
.post-share a.post-twtr {
    background-position: -304px -310px;
}
.post-share a.post-lin {
    background-position: 0 0;
    background-image: url(images/linkedin-shre.png);
}
.post-share a.post-fb:hover {
    background-position: -206px -404px;
}
.post-share a.post-twtr:hover {
    background-position: -304px -404px;
}
.post-share a.post-lin:hover {
    background-position: 0 0;
    background-image: url(images/linkedin-hovr.png);
}
.post-share a:hover {
    color: #1f87ff;
}
.single-prfl {
    padding: 100px 0 120px;
}
.single-prfltit h6 {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 0 72px;
    color: #1f87ff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.single-prfltit h6:before {
    position: absolute;
    content: "";
    margin: auto;
    background-color: #1f87ff;
    left: 0px;
    top: 12px;
    height: 2px;
    width: 52px;
}
.single-prfltit h2 {
    font-size: 64px;
    line-height: 1.2;
    margin: 0 0 70px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-style: normal;
}
.sng-pro-lft {
    float: left;
    width: 32%;
}
.single-prfl-cntnt {
    float: right;
    width: 60%;
    margin: 10px 0 0
}
/*pest-control*/
.page_default .genpg-rite .pest-cntnt {
    position: relative;
}
/* 
.page_default .genpg-rite .pest-cntnt:before {
    position: absolute;
    content: "";
    background: url(images/inn-gnrl-mosquito.webp);
    background-repeat: no-repeat;
    width: 228px;
    height: 198px;
    top: -199px;
    right: -27px;
} */
.page_default .genpg-rite .cafe-cntnt {
    display: flex;
    justify-content: center;
    gap: 0 !important;
    margin: 49px 0 58px 0;
    flex-wrap: wrap;
    align-items: stretch;
}
.page_default .genpg-rite .cafe-cntnt-img {
    width: 46%;
    position: relative;
    margin-right: 5%
}
.page_default .genpg-rite .cafe-cntnt-img:before {
    position: absolute;
    content: "";
    background: url(images/inn-spider-22.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 173px;
    top: 13px;
    left: -86px;
}
.page_default .genpg-rite .cafe-cntnt-img:after {
    position: absolute;
    content: "";
    background: url(images/inn-mosquito.webp);
    background-repeat: no-repeat;
    width: 198px;
    height: 190px;
    bottom: -18px;
    right: -9px;
}
.page_default .genpg-rite .cafe-cntnt-img img {
    border-radius: 50px;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.page_default .genpg-rite .cafe-cntnt-blk {
    width: 49%;
    margin: 9px 0 0;
}
.page_default .genpg-rite .cafe-blk-itm {
    padding: 0 0 0 135px;
    position: relative;
    margin: 0 0 48px;
}
.page_default .genpg-rite .cafe-blk-itm:before {
    position: absolute;
    content: "";
    background: url(images/butterfly.webp);
    background: url(images/precision.png);
    background-repeat: no-repeat;
    width: 131px;
    height: 130px;
    left: -27px;
    top: -10px;
}
.page_default .genpg-rite .cafe-blk-itm.mouse:before {
    background: url(images/tunneling.png);
}
.page-id-440 .page_default .genpg-rite .cafe-blk-itm.mouse:before {
    background: url(images/hoa.png);
}
.page-id-440 .page_default .genpg-rite .cafe-blk-itm:before{
    background: url(images/office.png);
}
.page_default .genpg-rite .cafe-blk-itm.cockroaches:before {
    background: url(images/cocoroach.webp);
}
.page-id-440 .page_default .genpg-rite .cafe-blk-itm.cockroaches:before {
    background: url(images/retile.png);
}


.page_default .genpg-rite .cafe-blk-itm.precision:before {
    background: url(images/precision.png);
}
.page_default .genpg-rite .cafe-blk-itm.implementation:before {
    background: url(images/implementation.png);
}
.page_default .genpg-rite .cafe-blk-itm.proactive:before {
    background: url(images/proactive.png);
}
.page_default .genpg-rite .cafe-blk-itm.deterrence:before {
    background: url(images/deterrence.png);
}
.page_default .genpg-rite .cafe-blk-itm.ant:before {
    background: url(images/ant.png);
}
.page_default .genpg-rite .cafe-blk-itm.wasps:before {
    background: url(images/wasps.png);
}
.page_default .genpg-rite .cafe-blk-itm.spider:before {
    background: url(images/spider.png);
}
.page_default .genpg-rite .cafe-blk-itm.more-bites:before {
    background: url(images/more-bites.png);
}
.page_default .genpg-rite .cafe-blk-itm.effective-solution:before {
    background: url(images/effective-solution.png);
}
.page_default .genpg-rite .cafe-blk-itm.tunneling:before {
    background: url(images/trails-of-ants.png);
}
.page_default .genpg-rite .cafe-blk-itm.sagging:before {
    background: url(images/piles-of-dirt.png);
}
.page_default .genpg-rite .cafe-blk-itm.hollow-sounds:before {
    background: url(images/sagging.png);
}
.page_default .genpg-rite .cafe-blk-itm.stiff-windows:before {
    background: url(images/hollow-sounds.png);
}
.page_default .genpg-rite .cafe-blk-itm.squeaky-floors:before {
    background: url(images/floors.png);
}
.page_default .genpg-rite .cafe-blk-itm.expertise-residential:before {
    background: url(images/expertise-residential.png);
}
.page_default .genpg-rite .cafe-blk-itm.eco-friendly:before {
    background: url(images/pest-img-2.webp);
}
.page_default .genpg-rite .cafe-blk-itm.highly-trained:before {
    background: url(images/highly-traine.png);
}
.page_default .genpg-rite .cafe-blk-itm.discreet-services:before {
    background: url(images/discreet-services.png);
}
.page_default .genpg-rite .cafe-blk-itm.client-satisfaction:before {
    background: url(images/client-satisfaction.png);
}
.page_default .genpg-rite .cafe-blk-itm.racoons:before {
    background: url(images/racoons.png);
}
.page_default .genpg-rite .cafe-blk-itm.squirrels:before {
    background: url(images/squirrels.png);
}
.page_default .genpg-rite .cafe-blk-itm.bats:before {
    background: url(images/bat.png);
}
.page_default .genpg-rite .cafe-blk-itm.skunks:before {
    background: url(images/skunks.png);
}
.page_default .genpg-rite .cafe-blk-itm.birds:before {
    background: url(images/birds.png);
}
.cafe-cntnt-blk .cafe-blk-itm h6 {
    letter-spacing: -0.3px;
    margin: 0 0 8px;
}
.page_default .genpg-rite .pest-cntnt h2 {
    margin: -1px 0 34px 6px;
    letter-spacing: 0;
}
.page_default .genpg-rite .pest-cntnt p {
    margin: 0 0 15px 9px;
}
/*.page_default .genpg-rite .pest-cntnt p:nth-child(3) {
    margin: 0 0 76px;
}*/
.page_default .genpg-rite .pest-cntnt h2 {
    margin: 0 0 28px;
}
.page_default .genpg-rite .pest-cntnt p {
    margin: 0 0 16px 0;
}
/*inn-contact-sec*/
body.page-template.page-template-template-parts.page-template-contact-page.page-template-template-partscontact-page-php.page.page-id-12.wp-embed-responsive.singular.image-filters-enabled .page_bnr.cntpgbnr {
    background-image: url(images/contact-bnr.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.page_bnr.cntpgbnr:before {
    background-image: url(images/contact-bnr-bfr.webp) !important;
    bottom: -10px !important;
}
/*.page_bnr.cntpgbnr:after {
    position: absolute;
    content: "";
    background-image: url(images/cont-pagebnr-aftr.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.561;
    z-index: -1;
}*/
.page_default.contact-page {
    background-color: #5db14f;
    position: relative;
    padding: 0px;
}
.page_default.contact-page:before {
    position: absolute;
    content: "";
    background-image: url(images/contact-bfr.webp);
    background-repeat: no-repeat;
    top: 0;
    left: -90px;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 6%;
    pointer-events: none;
}
.page_default.contact-page:after {
    position: absolute;
    content: "";
    background-image: url(images/contact-honeybee.webp);
    background-repeat: no-repeat;
    top: 223px !Important;
    left: 25px;
    margin: auto;
    width: 176px;
    height: 173px;
}
.page_default.contact-page .genpg-rite .cont-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 105px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft {
    width: 42.8%;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft h2 {
    font-size: 90px;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 20px;
    line-height: 0.96;
    text-transform: uppercase;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft h4 {
    font-size: 95px;
    color: #fff;
    font-family: "Satisfy", cursive;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 60px;
    text-align: right;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details {
    padding-left: 125px;
    position: relative;
    margin: 0 0 55px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites-in.webp);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details.location:before {
    background-position: -200px -14px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details.call:before {
    background-position: -312px -14px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details.mail:before {
    background-position: -200px -124px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details h6 {
    font-size: 30px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 10px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details p {
    font-size: 30px;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details p {
    line-height: 1.13;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details p a {
    color: #fff;
    display: inline-block;
    line-height: 1;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details p a:hover {
    color: #58595b;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-lft .contacts .cont-details.call p a {
    font-size: 50px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-rit {
    width: 50%;
    background-color: #e1f1df;
    padding: 80px 60px 58px;
    position: relative;
    margin: 15px 0 0;
    text-align: center;
    border-radius: 60px;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-rit:before {
    position: absolute;
    content: "";
    background-image: url(images/contact-cockroach.webp);
    background-repeat: no-repeat;
    width: 228px;
    height: 195px;
    top: -122px;
    right: 32px;
    z-index: 999;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-rit h3 {
    font-size: 65px;
    color: #58595b;
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.page_default.contact-page .genpg-rite .cont-sec .contact-rit p.gform_required_legend {
    display: none;
}
.page_default.contact-page .genpg-rite .gform_wrapper .gform-body .gfield input,
.page_default.contact-page .genpg-rite .gform_wrapper .gform-body .gfield select,
.page_default.contact-page .genpg-rite .gform_wrapper .gform-body .gfield textarea,
.contact-form-list .gform_wrapper .gform-body .gfield input,
.contact-form-list .gform-body .gfield select,
.contact-form-list .gform-body .gfield textarea {
    padding: 22px 34px !important;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(93, 177, 79);
    border-radius: 40px;
    width: 100%;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
}
.contact-form-list {
    padding: 60px 75px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #e1f1df;
}
.page_default.contact-page .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.contact-form-list .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
.page_default.contact-page .genpg-rite .gform_wrapper.gravity-theme textarea,
.contact-form-list .genpg-rite .gform_wrapper.gravity-theme textarea {
    margin: 10px 0 0;
    border-radius: 30px;
    height: 200px;
}
.page_default.contact-page .genpg-rite .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 35px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.page_default.contact-page .genpg-rite .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.page_default.contact-page .genpg-rite .gform_wrapper.gravity-theme .gfield_validation_message,
.page_default.contact-page .genpg-rite .gform_wrapper.gravity-theme .validation_message {
    background: none;
    border: none;
    font-size: 14.992px;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: max-content;
    height: max-content;
}
.page_default.contact-page .genpg-rite .gfield {
    position: relative;
}
.page_default.contact-page .genpg-rite .gfield_description.instruction.validation_message {
    top: inherit;
    bottom: 25px;
}
/*
.page_default.contact-page .genpg-rite .gform_footer.top_label:before {
    background-image: url(images/sprites-in.webp);
    background-repeat: no-repeat;
    background-position: -3px -220px;
    position: absolute;
    content: "";
    width: 75px;
    height: 60px;
    right: 4px;
    top: -4px;
    z-index: 3;
}*/
/*.page_default.contact-page .genpg-rite .gform_footer.top_label:after {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #7dbd42;
    width: 78px;
    height: 59px;
    right: 0;
    top: 0;
    border-radius: 0 36px 17px 0;
}*/
/*.page_default.contact-page .genpg-rite .gform_button.button:hover {
    background-color: #58595b !important;
}*/
.page_default.contact-page .genpg-rite .iframe-sec {
    position: relative;
}
.page_default.contact-page .genpg-rite .iframe-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/contact-iframe-twoants.webp);
    background-repeat: no-repeat;
    width: 304px;
    height: 149px;
    top: -86px;
    left: 0;
    right: 8.8%;
    margin: auto;
}
.page_default.contact-page .genpg-rite .iframe-sec:after {
    position: absolute;
    content: "";
    background-image: url(images/contact-iframe-singleant.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 142px;
    top: -91px;
    left: 27.8%;
}
/*INN-PRICING-SEC*/
body.page-template.page-template-template-parts.page-template-pricing-page.page-template-template-partspricing-page-php.page.page-id-429.logged-in.admin-bar.wp-embed-responsive.singular.image-filters-enabled.customize-support .page_bnr.pricingbnr {
    background: url(images/inn-pricng-bnr.jpg) !important;
}
.page_default .genpg-rite .pricing-heading h2 {
    text-align: center;
    margin-bottom: 72px;
}
.page_default .genpg-rite table {
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}
.page_default .genpg-rite table,
tr,
th,
td {
    border: 1px solid #cee7ca;
    border-collapse: collapse;
    padding: 20px 30px;
}
.page_default .genpg-rite table {
    border: 0px !important;
    margin-bottom: 0px !important;
}
.pricing-heading-list {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #cee7ca;
}
.page_default .genpg-rite .pricing-heading-list-sec {
    position: relative;
}
.page_default .genpg-rite .pricing-heading-list-sec::before {
    background-image: url(images/hornet.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 205px;
    height: 207px;
    left: -117px;
    top: -35px;
    z-index: 99;
    background-size: contain;
}
.page_default .genpg-rite th,
.pt__title__wrap .pt__row.th {
    background-color: #7dbe42;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.12;
    color: #fff;
    text-transform: capitalize;
    padding: 40px 18px;
    text-align: center;
    width: 14.28%;
}
.page_default .genpg-rite .cnt,
.pt__row.cnt {
    width: 26.1%;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: #58595b;
    padding: 15px 35px;
}
.page_default .genpg-rite .sub-cnt,
.pt__row.cnt.sub-cnt {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.38;
    color: #58595b;
    text-align: center;
    padding: 25px 11px;
}

.page_default .genpg-rite .sub-cnt b,
.pt__row.cnt.sub-cnt b{
    font-size: 16px;
}
.page_default .genpg-rite .sub-cnt strong,
.pt__row.cnt.sub-cnt strong {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 0.71;
    color: #5db14f;
    display: block;
    padding: 8px 0px;
}
.page_default .genpg-rite .t,
.page_default .genpg-rite .pt__row.cnt.t {
    text-align: center;
    background-image: url(images/pricing-tick--mark-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}
.page_default .genpg-rite td {
    width: 12.44%;
}
/*/ inner page blog /*/
.page_bnr.blog_bnr {
    background-image: url(images/blog-bnnr.webp);
    padding: 235px 0 160px;
}
.page_bnr.blog_bnr:before {
    position: absolute;
    content: "";
    background: url(images/blog-bnnr-before.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 134px;
    left: 0;
    right: 0;
    bottom: -5px;
}
/*.page_bnr.blog_bnr:after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) -30%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    top: 0px;
}*/
.page_bnr.blog_bnr .page_title h1,
.page_title h2 {
    margin: 0 0 150px;
}
.inrpg-breadcrumbs br {
    display: none
}
.divider {
    padding: 0px 10px;
    display: inline-block;
}
.blg-topsec {
    background-color: #5db14f;
    padding: 15px 0 76px;
    position: relative;
}
.blg-topsec:before {
    position: absolute;
    content: "";
    background-image: url(images/single-blog.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 173px;
    bottom: -76px;
    left: 51px;
}
.blg-topsec .container {
    padding: 0 88px 0 101px;
}
.blg-topsec h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 35px;
    color: #fff;
}
.blg-topsec section h4 {
    display: none;
}
.blg-topsec .single-blg-categories {
    display: flex;
    justify-content: space-between;
}
.blg-topsec section.widget_search,
.blg-topsec section.widget_categories,
.blg-topsec section.widget_archive {
    width: 31.9%;
    position: relative;
    z-index: 1;
}
.blg-topsec section.widget_search input,
.blg-topsec section.widget_categories select,
.blg-topsec section.widget_archive select {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #58595b;
    padding: 25px 29px 24px 45px;
    border-radius: 40px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
    background-image: url(images/blgtop-background.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.blg-topsec section.widget_search input:before {
    background-image: url("images/sprites-in.webp");
    background-repeat: no-repeat;
    background-position: -29px -193px;
    width: 13px;
    height: 8px;
}
.blg-topsec section.widget_search input.search-submit,
.genpg-lft .widget_search input.search-submit {
    font-size: 0px;
    padding: 0px;
    background-image: url("images/blog-page-search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 23px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
    box-shadow: none !important;
    border: none;
}
.blg-topsec section.widget_categories:before,
.blg-topsec section.widget_archive:before {
    position: absolute;
    content: "";
    background-image: url("images/blog-page-aarow.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 8px;
    right: 30px;
    top: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
/* .page_default.blg-default {
    padding: 103px 0 200px;
} */
.page_default.blg-default .blgpg .container {
    max-width: 1600px;
}
.genpg-rite .blg-psts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item,
.blog-pst-sctn .blog-list .post-item {
    width: 31.3%;
    text-align: center;
    margin: 0 1.05% 2.1%;
    border-radius: 40px;
    /*    box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.25);*/
    background-color: #f6faf6;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .blog-post-img,
.blog-pst-sctn .blog-list .post-item .blog-post-img {
    position: relative;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .blog-post-img:before,
.blog-pst-sctn .blog-list .post-item .blog-post-img:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    width: 100%;
    height: 47px;
    background-image: url(images/blog-page-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover .blog-post-img:before,
.blog-pst-sctn .blog-list .post-item:hover .blog-post-img:before {
    background-image: url(images/blog-page-bg-hover.png);
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .blog-post-img img,
.blog-pst-sctn .blog-list .post-item .blog-post-img img {
    width: 100%;
    display: block;
    border-radius: 40px 40px 0 0;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .post-dt,
.blog-pst-sctn .blog-list .post-item .post-dt {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #fff;
    background-color: #5db14f;
    padding: 16px 44px;
    display: inline-block;
    box-shadow: 0px 3px 29px 0px rgba(85, 169, 71, 0.41);
    border-radius: 35px;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .post-dt,
.blog-pst-sctn .blog-list .post-item .post-dt {
    background-color: #fff;
    color: #58595b;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .post-cnt,
.blog-pst-sctn .blog-list .post-item .post-cnt {
    padding: 0 55px 40px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    margin: -48px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 0 0 40px 40px;
    min-height: 375px;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover,
.blog-pst-sctn .blog-list .post-item:hover {
    background-color: #5db14f;
    box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.25)
}
.page_default.blg-default .genpg-rite .blg-psts .post-item h4,
.blog-pst-sctn .blog-list .post-item h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    color: #58595b;
    margin: 0 0 20px;
    text-transform: inherit;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item h4 a,
.blog-pst-sctn .blog-list .post-item h4 a {
    color: #58595b;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover h4 a,
.blog-pst-sctn .blog-list .post-item:hover h4 a {
    color: #fff;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item p,
.blog-pst-sctn .blog-list .post-item p {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0;
    color: #58595b;
    margin: 0;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover p,
.blog-pst-sctn .blog-list .post-item:hover p {
    color: #fff;
}
.page_default .navigation.pagination {
    width: 100%;
}
.page_default .blgpg .genpg-rite .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_default .blgpg .genpg-rite .nav-links a.next.page-numbers,
.page_default .blgpg .genpg-rite .nav-links a.prev.page-numbers {
    font-size: 0;
    background-image: url(images/next-blog.png);
    /*    background-position: -97px -4px;*/
    background-repeat: no-repeat;
    background-color: #5db14f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
}
.page_default .blgpg .genpg-rite .nav-links a.prev.page-numbers {
    background-image: url(images/prv-blog.png);
    /*    background-position: -5px -7px;*/
}
.page_default .blgpg .genpg-rite .nav-links a.prev.page-numbers:hover,
.page_default .blgpg .genpg-rite .nav-links a.next.page-numbers:hover {
    /*    background-position: -5px -99px;*/
    background-color: #818181;
}
/*.page_default .blgpg .genpg-rite .nav-links a.next.page-numbers:hover {
    background-position: -97px -96px;
}*/
.page_default .blgpg .genpg-rite .nav-links a,
.page_default .blgpg .genpg-rite .nav-links span {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0;
    line-height: 1;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #d4efbc;
    width: 61px;
    color: #000;
    height: 60px;
}
.page_default .blgpg .genpg-rite .nav-links a:hover,
.page_default .blgpg .genpg-rite .nav-links span:hover {
    background-color: #7dbd42;
    color: #fff;
}
.page_default .nav-links .page-numbers.current {
    background-color: red;
}
.page_default.blg-default {
    padding: 100px 0 180px;
}
.blg-topsec {
    background-color: #5db14f;
    padding: 50px 0 76px;
    position: relative;
}
.blg-topsec:before {
    position: absolute;
    content: "";
    background-image: url(images/single-blog.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 173px;
    bottom: -76px;
    left: 51px;
}
.blg-topsec h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 35px;
}
.blg-topsec section h4 {
    display: none;
}
.blg-topsec .single-blg-categories {
    display: flex;
    justify-content: space-between;
}
.blg-topsec section.widget {
    width: 31.9%;
    position: relative;
    z-index: 1;
}
.blg-topsec .widget input,
.blg-topsec .widget select {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #000;
    padding: 25px 29px 24px 45px;
    border-radius: 40px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
    background-image: url(images/blgtop-background.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    -webkit-appearance: none;
    appearance: none;
}
.blg-topsec .widget .search-submit {
    font-size: 0px;
    padding: 0px;
    background-image: url("images/sprites-in.webp");
    background-repeat: no-repeat;
    background-position: -328px -150px;
    width: 22px;
    height: 23px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
}
.blg-topsec .widget.widget_categories:before,
.blg-topsec .widget.widget_archive:before {
    position: absolute;
    content: "";
    background-image: url("images/sprites-in.webp");
    background-repeat: no-repeat;
    background-position: -28px -195px;
    width: 13px;
    height: 8px;
    right: 30px;
    top: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.page_default .blg-default {
    padding: 103px 0 200px;
}
.page_default.blg-default .blgpg .container {
    max-width: 1600px;
}
.genpg-rite .blg-psts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item {
    width: 31.3%;
    text-align: center;
    margin: 0 1.01% 2.02%;
    border-radius: 40px;
    /*    box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.25);*/
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .blog-post-img img {
    width: 100%;
    display: block;
    border-radius: 40px 40px 0 0;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .post-dt,
.blog-pst-sctn .blog-list .post-item .post-dt {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #fff;
    background-color: #5db14f;
    padding: 16px 44px;
    display: inline-block;
    box-shadow: 0px 3px 29px 0px rgba(85, 169, 71, 0.41);
    border-radius: 35px;
    margin: 0px 0 10px;
    position: relative;
    top: -70px;
    z-index: 99;
    text-transform: uppercase;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover .post-dt {
    background-color: #fff;
    color: #58595b;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item .post-cnt {
    padding: 0 55px 40px;
    background-size: 100% 100%;
    margin: -48px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 0 0 40px 40px;
    min-height: 295px;
}
/*.page_default.blg-default .genpg-rite .blg-psts .post-item:hover .post-cnt{
    background-image: url(images/blog-back-2.png);
}*/
.page_default.blg-default .genpg-rite .blg-psts .post-item h4,
.page_default .genpg-rite .career-desc h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    color: #58595b;
    margin: 0 0 20px;
    /*    padding: 0 40px;*/
    text-transform: inherit;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item h4 a,
.page_default .genpg-rite .career-desc h4 a {
    color: #58595b;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover h4 a {
    color: #fff;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item p,
.page_default .genpg-rite .career-desc p {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0;
    color: #58595b;
    margin: 0;
}
.page_default.blg-default .genpg-rite .blg-psts .post-item:hover p {
    color: #fff;
}
.page_default .navigation.pagination {
    width: 100%;
}
.page_default .blgpg .genpg-rite .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.page_default .blgpg .genpg-rite .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/sprites-in.webp);
    background-position: -97px -5px;
    background-repeat: no-repeat;
    background-color: inherit;
    width: 80px;
    height: 80px;
    border-radius: 0;
    border: none;
}
.page_default .blgpg .genpg-rite .nav-links a.next.page-numbers:hover {
    background-position: -97px -96px;
}
.page_default .blgpg .genpg-rite .nav-links a.prev.page-numbers {
    font-size: 0;
    background-image: url(images/sprites-in.webp);
    background-repeat: no-repeat;
    background-position: -5px -7px;
    background-color: inherit;
    background-color: inherit;
    width: 80px;
    height: 80px;
    border-radius: 0;
    border: none;
}
.page_default .blgpg .genpg-rite .nav-links a.prev.page-numbers:hover {
    background-position: -5px -99px;
}*/
.page_default .blgpg .genpg-rite .nav-links a,
.page_default .blgpg .genpg-rite .nav-links span {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0;
    line-height: 1;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #d4efbc;
    width: 61px;
    color: #000;
    height: 60px;
}
.page_default .blgpg .genpg-rite .nav-links a:hover,
.page_default .blgpg .genpg-rite .nav-links span:hover {
    background-color: #7dbd42;
    color: #fff;
}
.page_default .nav-links .page-numbers.current {
    background-color: red;
}
/*inn-single-blog*/
.page_default .genpg-rite .single_post_cnt h2 {
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 1.05;
    margin: 0 0 34px;
}
.page_default .genpg-rite .single_post_cnt P {
    letter-spacing: 0.01px;
    margin: 0 0 16px;
}
.page_default .genpg-rite .post_single .post-dt p,
.page_default .genpg-rite .post_single .meta-author p,
.page_default .genpg-rite .post_single .post-category a,
.page_default .genpg-rite .post_single .post-category p {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    line-height: 1.55;
    color: #5db14f;
    margin: 0px;
}
.page_default .genpg-rite .post_single .post-category a,
.page_default .genpg-rite .post_single .post-category p,
.page_default .genpg-rite .post_single .post-category {
    font-weight: 500;
    color: rgba(88, 89, 91, 0.6) !important;
}
body.post-template-default.single.single-post.postid-450.single-format-standard.logged-in.admin-bar.wp-embed-responsive.singular.image-filters-enabled.customize-support .page_bnr .blog_bnr {
    background: url(images/single-blog-bnr.webp);
    background-repeat: no-repeat;
    background-position: center;
}
/*side-bar*/
.genpg-lft .widget {
    margin: 0 0 73px;
}
.genpg-lft .widget.testimonials {
    margin: 0 0 97px;
}
.genpg-lft .widget.service-plans {
    background: url(images/side-bnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 48px 38px 106px 37px;
    position: relative;
}
.genpg-lft .widget.service-plans:before {
    position: absolute;
    content: "";
    background: url(images/side-bar-bfr.png) no-repeat;
    height: 148px;
    width: 247px;
    bottom: -55px;
    left: -43px;
}
.genpg-lft .widget.service-plans h4 {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 0 18px;
}
.genpg-lft .widget.service-plans h4 span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 0 0 2px;
}
.genpg-lft .widget.service-plans p {
    color: #fff;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
    padding: 0 0 0 4px;
    line-height: 1.55;
    margin: 0 0 15px;
}
.genpg-lft .service-plans-btn a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.32px;
    background-color: #58595b;
    padding: 27px 86px 27px 36px;
}
/*.genpg-lft .service-plans-btn a:before {
    background-image: url(images/sprites-in.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 75px;
    height: 60px;
    right: 10px;
    top: 1px;
    z-index: 3;
    background-position: -81px -206px;
}
.genpg-lft .service-plans-btn a:after {
    display: none;
}*/
.sdb-archives section .search-field,
.sdb-archives section select {
    width: 100%;
    padding: 21px 42px 23px;
    border: 1px solid #7dbe42;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #58595b;
    font-family: "Urbanist", sans-serif;
    margin: 0 0 44px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.sdb-archives section .search-field input {
    color: #58595b;
}
.sdb-archives section select {
    background: url(images/sidebar-input-bfr3.png) no-repeat;
    background-position: right;
    /*    box-shadow: -2px 5px 7px -4px black;*/
}
.sdb-archives section .search-field {
    background: url(images/sidebar-input-bfr.png) no-repeat;
    background-position: right;
}
.sdb-archives section select.postform {
    margin: 0 0 40px;
}
.widget_categories select:before,
.widget_archive select:before {
    position: absolute;
    content: "";
    background: url(images/blog-page-aarow.png) no-repeat;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8px;
    width: 13px;
    background-position: center center;
}
.widget_categories select,
.widget_archive select {
    position: relative;
}
.widget_categories h4,
.widget_archive h4,
h4.widget-title {
    color: #58595b;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 18px;
}
.widget_search input.search-submit {
    display: none;
}
.sdb-archives {
    padding: 3px 0 0;
}
.genpg-rite {
    width: 66.5%;
    float: right;
}
.genpg-lft {
    width: 30%;
    float: left;
    max-width: 400px;
}
/*.genpg-lft .widget .sidebar-testi.owl-carousel {
    display: block;
}*/
.genpg-lft .widget.testimonials {
    background: #f6faf6;
    text-align: center;
    padding: 0 0 25px;
    border-radius: 0 0 30px 30px;
}
.genpg-lft .testi-img:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 250, 246, 1) 74%);
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.genpg-lft .testi-img {
    position: relative;
    z-index: 1;
}
.genpg-lft .widget.testimonials h4 {
    font-family: "Urbanist", sans-serif;
    color: #58595b;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    margin: -51px 0 22px;
    line-height: 1;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 2;
}
.genpg-lft .sidebar-testi .testi-item p {
    padding: 0 29px 0px 37px;
    color: #58595b;
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin: 0 0 32px;
}
.genpg-lft .sidebar-testi .owl-nav {
    display: none;
}
.genpg-lft .sidebar-testi {
    position: relative;
    padding: 21px 0 0;
}
/*.genpg-lft .sidebar-testi:before {
    position: absolute;
    content: "";
    background: url(images/google-icon-img.png) no-repeat;
    width: 66px;
    height: 22px;
    background-position: center center;
    left: 20px;
    right: 0;
    top: 0;
    margin: auto;
}*/
.genpg-lft .sidebar-testi .testi-item {
    position: relative;
    padding: 13px 0 0;
}
.genpg-lft .sidebar-testi .testi-item:before,
.genpg-lft .sidebar-testi .testi-item:after {
    position: absolute;
    content: "";
    background: url(images/sprites-in.webp) no-repeat;
    width: 29px;
    height: 25px;
    background-position: -64px -344px;
    left: 22px;
    top: 0px;
}
.genpg-lft .sidebar-testi .testi-item:after {
    left: inherit;
    top: inherit;
    right: 33px;
    bottom: 21%;
    background-position: -24px -344px;
}
.genpg-lft .sidebar-testi .star-rat {
    width: 104px;
    height: 20px;
    background: url(images/testi-star-img.png) no-repeat;
    background-position: center center;
    margin: 0 auto 12px;
}
.genpg-lft .sidebar-testi .testi-item h5 {
    font-family: "Urbanist", sans-serif;
    color: #58595b;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 0px;
}
.page_default.sngldft {
    padding: 30px 0 90px;
}
.mbl-hdr-list {
    display: none;
}
.contact-rit .gform_wrapper .gform_footer .gform_button {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border: 0px none !important;
    border-radius: 60px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 20px 80px 19px 45px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    background-color: #5db14f !important;
    background-image: url(images/btn-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
}
.iframe-sec {
    position: relative
}
.iframe-sec:after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(images/contatc-us-page-bottom-before.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 100%;
    height: 100px;
    z-index: 0;
}
.blgpg .container1,
.blog-pst-sctn .container1 {
    max-width: 1600px;
}
.page-template-reviews-page .review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #5db14f;
    position: relative;
}
.page-template-reviews-page .review_row .reviews-rt-stars .rating {
    width: 171px !important;
    background-image: url(images/hmstar.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 27px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.page-template-reviews-page .rev-pag-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.page-template-reviews-page .rw-img {
    width: 60px;
    height: 60px;
}
.page-template-reviews-page .page_default .genpg-rite h3 {
    font-size: 35px;
    margin-bottom: 10px;
}
.page-template-reviews-page .review_item:last-child {
    border-bottom: 0px;
}
.blog-pst-sctn .blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-pst-sctn h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #58595b;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 65px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
}
.blog-pst-sctn {
    background-image: url(images/single-post-related-post-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 210px 0px 140px;
    background-size: cover;
}
.post-share {
    padding-top: 40px;
}
.post_single .post-dt {
    margin-right: 40px;
}
.genpg-rite .post_single .post-category a {
    color: #58595b !important;
}
ul.gen-post-flex {
    column-count: 3;
    column-gap: 30px;
}
.postid-3295 .page_default .genpg-rite table::before {
    display: none;
}
.page_default .genpg-rite th:nth-child(3),
.page_default .genpg-rite td:nth-child(3) {
    background-color: #eef7ed;
    transform: scale(1.08);
}
.page_default .genpg-rite th:nth-child(3) {
    color: #7cbd41
}
.genpg-lft .sdb-archives section .search-field {
    margin-bottom: 0px;
}
.genpg-lft .sdb-archives section form {
    position: relative
}
.page-id-2465 img.alignleft,
.page-id-293 img.alignleft,
.page-id-293 img.alignright {
    width: 40%;
}
.general-pest-item {
    width: 32%;
    margin: 0px 0.5% 0px;
}
.general-pest {
    display: flex;
    justify-content: center;
}
.contact-form-list .gform_wrapper .gform_footer .gform_button {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border: 0px none !important;
    border-radius: 60px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 20px 80px 19px 45px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    background-color: #5db14f !important;
    background-image: url(images/btn-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
}
.contact-form-list .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: auto !important;
}
.contact-form-list .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
    font-size: 15px;
}
.ftr-detail-itm.ggle p a,
.ftr-detail-itm.eml p a {
    font-weight: 400;
    /*    color: #d6d6d6;*/
}
.ftr-detail-itm.cl p a {
    font-size: 40px;
}
.home .form-sctn:before,
.home .form-sctn:after {
    display: none;
}
.single-post .page_title {
    width: 78%;
}
.blg-topsec {
    position: relative;
}
.blg-topsec:after {
    position: absolute;
    content: "";
    background-image: url(images/cockroach.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 193px;
    top: -135px;
    right: 40px;
    z-index: 9999;
}
.page_default .genpg-rite td.hng h5 {
    color: #7dbe42;
    font-size: 25px;
    margin: 0;
}
.page_default .genpg-rite td.tite-cnt h6 {
    font-size: 20px;
    margin: 0;
}
.page_default .genpg-rite td li {
    margin: 0 0 10px;
}
.page_default .genpg-rite td ol {
    padding: 0 0 0 20px;
}
.page_default .genpg-rite table {
    margin-bottom: 0 0 20px !important;
}
img.plan-responsive {
    display: none !important;
}
.page_default.blg-default.srch-blg-default .genpg-rite .blg-psts .post-item .post-cnt {
    padding: 40px 55px 40px;
}
.top-hdr-src .hdr-src {
    display: block;
    margin: 0 0 0 15px;
}
.topmenu {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.contact-rit .gform_wrapper .gform-body .gfield input,
.contact-rit .gform_wrapper .gform-body .gfield select,
.contact-rit .gform_wrapper .gform-body .gfield textarea {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #58595b !important;
    line-height: 1.2 !important;
    height: 70px;
}
.blg-toprgt input::-webkit-input-placeholder,
.blg-toprgt select::-webkit-input-placeholder,
.form-rgt input::-webkit-input-placeholder,
.form-rgt select::-webkit-input-placeholder,
.form-rgt textarea::-webkit-input-placeholder,
.blg-toprgt input::-webkit-input-placeholder,
.blg-toprgt select::-webkit-input-placeholder,
.blg-toprgt textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #58595b !important
}
.blg-toprgt input::-moz-placeholder,
.blg-toprgt select::-moz-placeholder,
.form-rgt input::-moz-placeholder,
.form-rgt select::-moz-placeholder,
.form-rgt textarea::-moz-placeholder,
.contact-rit input::-moz-placeholder,
.contact-rit select::-moz-placeholder,
.contact-rit textarea::-moz-placeholder {
    opacity: 1;
    color: #58595b !important
}
.blg-toprgt input:-ms-input-placeholder,
.blg-toprgt select:-ms-input-placeholder,
.form-rgt input:-ms-input-placeholder,
.form-rgt select:-ms-input-placeholder,
.form-rgt textarea:-ms-input-placeholder,
.contact-rit input:-ms-input-placeholder,
.contact-rit select:-ms-input-placeholder,
.contact-rit textarea:-ms-input-placeholder {
    opacity: 1;
    color: #58595b !important
}
.genpg-lft .sdb-archives section .search-form input::-webkit-input-placeholder,
.genpg-lft .sdb-archives section .search-form input:-ms-input-placeholder,
.genpg-lft .sdb-archives section .search-form input::-moz-placeholder,
.genpg-lft .sdb-archives section .search-form input:-moz-placeholder,
.genpg-lft .sdb-archives section .search-form input:placeholder,
.sdb-archives section select::-webkit-input-placeholder,
.sdb-archives select:-ms-input-placeholder,
.sdb-archives select::-moz-placeholder {
    opacity: 1;
    color: #58595b !important
}
/*.sdb-archives .search-form .search-field::-webkit-input-placeholder,
.sdb-archives .search-form .search-field:-ms-input-placeholder,
.sdb-archives .search-form .search-field::-moz-placeholder, 
.sdb-archives .search-form .search-field::placeholder{
    opacity:1;
    color: #58595b!important
}*/
.contact-rit .gform_wrapper .gform-body .gfield input::-webkit-input-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield select::-webkit-input-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #58595b !important
}
.contact-rit .gform_wrapper .gform-body .gfield input::-moz-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield select::-moz-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield textarea::-moz-placeholder {
    opacity: 1;
    color: #58595b !important
}
.contact-rit .gform_wrapper .gform-body .gfield input:-ms-input-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield select:-ms-input-placeholder,
.contact-rit .gform_wrapper .gform-body .gfield textarea:-ms-input-placeholder {
    opacity: 1;
    color: #58595b !important
}
.page_default:before {
    position: absolute;
    content: "";
    background-image: url(images/cockroach.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 193px;
    top: -140px;
    right: 212px;
    z-index: 1;
    background-size: contain;
    z-index: 999;
}
.page-id-2465 .page_default:before{
    background-image: url(images/cockroach-term.png);
}
.page-id-2465 .page_default .genpg-rite .cafe-cntnt-img:before{
    background: url(images/inn-spider-22-term.png);
}
.page-id-4305 .page_default:before{
    background-image: url(images/rat-rodent1.png);
}

.page-id-2705 .page_default:before{
    background-image: url(images/mosquioto1.png);
}
.page-id-2705 .page_default .genpg-rite .cafe-cntnt-img:before{
    /*    background-image: url(images/mosquioto2.png);*/
    background-image: url(images/mosquioto2200125.png);
    top:-70px
}
.page_default.blg-default:before {
    display: none;
}
.career_list.gncntnt-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.career-img img {
    width: 100%;
    display: block;
    /*    border-radius: 50px 50px 0 0;*/
}
.single_career {
    /*  width: 32%;
        margin: 0 0.66% 1.5%;
        border-radius: 50px;*/
    position: relative;
    /*    background-color: #f6faf6;*/
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(85, 169, 71, 0.5);
    margin-bottom: 30px;
    align-items: center;
}
.page_default .genpg-rite .crr-read a {
    color: #fff;
}
.career-img {
    width: 40%;
}
.career_list .career-desc {
    width: 50%;
}
.crr-read {
    /*    position: absolute;
        bottom: 30px;
        left: 30px;*/
    position: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    margin-top: 30px;
}
.page_default .genpg-rite .crr-read a {
    font-size: 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 80px 19px 44px;
}
.career-desc {
    padding: 40px 30px 70px;
}
.page_default .genpg-rite .single_career:hover .career-desc h4 a {
    color: #55a947
}
.page_default .genpg-rite .single_career:hover .crr-read h4 a {
    color: #58595b
}
.page_default .genpg-rite .career-read a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.work-apply .gform_wrapper .top_label input,
.work-apply .gform_wrapper select,
.work-apply .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #636466;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e3e3e3;
    font-size: 16px !important;
    padding: 14px 10px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .1);
    border: 1px solid rgb(93, 177, 79);
    border-radius: 40px;
}
.work-apply .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
}
.work-apply .gform_wrapper .top_label input[type=submit] {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border: 0px none !important;
    border-radius: 60px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 20px 80px 19px 45px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    background-color: #5db14f !important;
    background-image: url(images/btn-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
    width: auto !important;
}
.work-apply .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #7dbd42 !important;
    background-image: url(images/hover-btn-icn.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top -3px right -2px !important;
}
.page_default.career-pg {
    padding: 100px 0;
}
.work-apply .gform_legacy_markup_wrapper li.gfield.gfield_error,
.work-apply .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: 0;
    border-top: 0;
}
.work-apply .gform_legacy_markup_wrapper .validation_message {
    border: none !important;
    background-color: transparent !important;
    position: absolute !important;
    font-size: 12px !important;
    color: #c02b0a !important;
    bottom: 5PX;
    top: inherit !important;
    right: 10px !important;
    margin: 0px !important;
}
.work-apply .gform_legacy_markup_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 20px;
}
.work-apply .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.work-apply .gform_legacy_markup_wrapper li.gfield_error textarea {
    border-color: #e3e3e3;
}
.post_single .post-dt {
    text-transform: uppercase;
}
.page-id-357 .service-sec,
.page-id-357 .practice-sec.inner-practice-sec {
    display: none;
}
.iframe-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/map-ants.png);
    background-repeat: no-repeat;
    width: 495px;
    height: 154px;
    top: -90px;
    left: 300px;
    background-size: contain;
}
.genpg-lft .sdb-archives {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
}
.genpg-lft .sdb-archives .widget_categories {
    order: 2
}
.genpg-lft .sdb-archives .widget_archive {
    order: 3
}
.genpg-lft .sdb-archives .widget_search {
    order: 1
}
.genpg-lft .sdb-archives .widget_search .widget-title {
    display: none;
}
.sdb-archives section select.postform {
    margin: 0 !important;
}
.work-apply .gform_legacy_markup_wrapper .top_label .gfield_label,
.work-apply .gform_legacy_markup_wrapper legend.gfield_label {
    color: #58595b
}
.pt__title__wrap {
    display: flex;
    border: 1px solid #7dbe42;
    /*border-top: 1px solid #7dbe42;*/
    border-radius: 30px 30px 0 0;
}
.pt__row.th.lst-chid {
    border-right: 0;
    border-radius: 0 30px 0 0;
}
.pt__row.th.frt-itm {
    border-left: 0;
    /*    border-radius: 30px 0 0;*/
    border-radius: 28px 0 0;
}
.pt__item__wrap {
    display: flex;
    border-bottom: 1px solid #cee7ca;
}
.pt__row.cnt.itm-lstchid {
    border-radius: 0 0 0 30px;
}
.pt__row.sub-cnt.itm-lstchid {
    border-radius: 0 0 30px;
}
.pt__row:first-child {
    /*    width: 25% !important;*/
    width: 38% !important
}
.pt__item__wrap.last-chid {
    border-radius: 0 0 30px 30px;
}
.pt__row {
    /*    width: 12.5% !important;*/
    width: 16% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricing-heading-listss {
    display: flex;
    flex-direction: column;
}
.pt__row {
    border-left: 1px solid #cee7ca;
}
.pt__row:last-child {
    border-right: 1px solid #cee7ca;
}
.blog-pst-sctn.related-post .post-item {
    background-color: #fff;
    width: 30.3%;
}
.blog-pst-sctn.related-post .post-item .post-cnt {
    min-height: 295px;
}
.blog-pst-sctn.related-post .post-item .blog-post-img:before {
    background-image: url(images/related-blog-page-bg.png);
    background-position: center center;
    background-size: cover;
}
.pt__row.th.thrd-itm,
.pt__row.sub-cnt.thrd-itm {
    position: relative;
}
/*.pt__row.th.thrd-itm.one:before, .pt__row.th.thrd-itm.tw:before{
    content: "";
    position: absolute;
    top: -17px;
    width: 105%;
    height: 115%;
    background-color: #eef7ed;
    z-index: -1;
}
.pt__row.th.thrd-itm.one:before{
    left:-6px;
    border-radius: 30px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.09) -8px -3px 10px;
}
.pt__row.th.thrd-itm.tw:before{
    box-shadow: rgba(0, 0, 0, 0.09)8px -3px 10px;
    right: -6px;
    border-radius: 0 30px 0 0;
}
.pt__row:nth-child(3):after{
    position: absolute;
    content: "";
    width: 1px;
    height: 128%;
    right: 3px;
    top: -17px;
    background-color: #cee7ca;
    z-index: 1;
}
.pt__row:nth-child(3):before,
.pt__row:nth-child(3):before{
    content: "";
    position: absolute;
    top: 0;
    width: 105%;
    height: 115%;
    background-color: #eef7ed;
    z-index: -1;
}
.pt__row:nth-child(3):before{
    left: -6px
}
.pt__row:nth-child(4):before{
    right: -6px
}
.pt__row.sub-cnt.thrd-itm:before{
    border-radius: 0 0 0 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 8px 15px 20px;
}
.pt__row.sub-cnt.thrd-itm.two:before{
    border-radius: 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.09)2px 16px 21px;
}*/
/*.pt__row.sub-cnt.thrd-itm:before,
.pt__row.sub-cnt.thrd-itm.two:before{
    content: "";
    position: absolute;
    top: 0;
    width: 105%;
    height: 115%;
    background-color: #eef7ed;
    z-index: -1;
}
.pt__row.sub-cnt.thrd-itm:before{}
.pt__row.sub-cnt.thrd-itm.two:before{}*/
.pt__row:nth-child(2),
.pt__row:nth-child(2) {
    /*    transform: scale(1.2);*/
    transform: scale(1.1);
    background-color: #eef7ed;
    border-left: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 4px;
}
.pt__row.th.thrd-itm {
    border-radius: 10px 10px 0 0;
    background-color: #eef7ed;
    color: #7dbe42;
    /*    box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 35px;*/
}
/*.pt__row.sub-cnt.thrd-itm{
    border-radius:0 0 10px 10px ;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 21px;
}*/
.testi-blck.owl-carousel .owl-item .hm-testi-item img,
.sidebar-testi.owl-carousel .owl-item .testi-item img {
    width: auto;
    max-width: 50px;
    margin: 0 auto 20px auto;
}
.pt__row.th.thrd-itm.one {
    width: 25% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.special-offers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.special-offers-itm {
    width: 48%;
    margin: 0 1% 2.2%;
    border: 5px solid #5db14f;
    padding: 30px 30px;
    border-radius: 30px 30px;
}
.page_default .genpg-rite .special-offers-itm h2 {
    font-size: 40px;
    color: #5db14f;
}
.page_default .genpg-rite .special-offers-itm h3 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.page_default .genpg-rite .special-offers-itm p {
    font-size: 18px
}
.page_default .genpg-rite .special-offers-itm p:last-child {
    margin-bottom: 0;
}
.form-rgt .gform_wrapper .gform-body .gfield select,
.page_default.contact-page .genpg-rite .gform_wrapper .gform-body .gfield select {
    background-image: url(images/form-aarow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.form-rgt .gform_heading {
    display: none;
}
.page_default .genpg-rite .hmprct-ars-cnt h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
}
.page_default .genpg-rite .hmprct-ars-btn.inr-srv-btn a {
    color: #fff;
}
.page_default .genpg-rite .hmprctars-itm-lnk a {
    font-size: 0;
}
.page-id-353 .practice-sec.inner-practice-sec {
    display: none;
}
.hmprct-ars-lst.inner-srvcs-lst {
    display: flex;
    margin-bottom: 38px;
    flex-wrap: wrap;
    padding: 25px 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.hmprct-ars-lst.inner-srvcs-lst .hmprct-ars-itm {
    width: 23%;
    margin: 0 0.99% 2%;
}
#floatingMenu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
}
.floatingMenu-list {
    width: 80%;
    overflow-y: auto;
    padding: 10px 22px;
    height: 100vh;
    position: relative;
}
#floatingMenu.openMenu {
    display: flex;
    padding: 0;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
.page-id-353 .page_default {
    padding: 30px 0 150px;
}
.page_default .genpg-rite .cafe-blk-itm:last-child {
    margin-bottom: 0;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields .gfield_radio input {
    height: auto !important;
}
.btmlogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding:50px 0 55px;
}
.btmvidsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btmvidsec .btmvid,
.btmvidsec .vidimg {
    max-width: 48%;
    width: 100%;
    margin: 0 1% 20px 1%;
}
.btmvidsec .btmvid .bvideo {
    position: relative;
    padding-top: 68%;
}
.btmvidsec .btmvid iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.btmvidsec .vidimg {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.btmvidsec .vidimg img {
    max-width: initial;
    margin: 0 auto;
    float: none;
    height: 100%;
    width: auto;
    max-height: 470px;
}
.page-id-293 .page_default {
    padding: 30px 0 180px;
}
.page_default .genpg-rite .hmprct-ars-btn.offr a.cmn-btn {
    color: #fff;
}
.hmprct-ars-btn.offr {
    text-align: left;
}
.page_default .genpg-rite h1.pricingh1 {
    margin-bottom: 70px;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    counter-reset: my-sec-counter;
}
.page_content .genpg-rite ol li:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #5db14f;
    background-color: transparent;
}
.page_content .genpg-rite ol li {
    list-style: none;
}
.gform_wrapper.gravity-theme .gfield.prom-code .gfield_label {
    display: none;
}
.video-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ptitm-cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*    width: 25% !important;*/
    width: 30% !important;
}
.in-ptitm-cnt {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 !important;
}
.sub-cnt-cnt.in-ptitm-cnt.lst {
    flex-direction: column;
}
.ptitm-cnt {
    position: relative;
}
.ptitm-cnt:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cee7ca;
    right: 0;
    top: 0;
    left: 0;
    margin: auto
}
.pt__row.th.thrd-itm.ptitm-cnt:before {
    right: -1px;
}
.pt__row:nth-child(2),
.pt__row:nth-child(2) {
    transform: scale(1.06);
}
.pt__row.sub-cnt.ptitm-cnt.lst:after,
.pt__row.th.thrd-itm.ptitm-cnt.frt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eef7ed;
    left: 0;
    z-index: -1;
}
.pt__row.th.thrd-itm.ptitm-cnt.frt:after {
    top: -16px;
    border-radius: 25px 25px 0 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px -8px 12px;
}
.pt__row.sub-cnt.ptitm-cnt.lst:after {
    bottom: -16px;
    border-radius: 0 0 25px 24px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 8px 12px;
}
button.offerbtn {
    border: none;
    outline: none;
    background-color: #5db14f;
    /*background-image: url(images/btn-img.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;*/
    padding: 15px 20px;
    cursor: pointer;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}
.page_default .genpg-rite .special-offers-itm h3{
    display: flex;
    align-items: center;
    gap: 5px;
}

.owl-nav-lst {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 5px 0 -32px;*/
    /*    margin: 17px 0 -25px; */
    margin: 0!important

}
.owl-nav-lst .owl-prev, .owl-nav-lst .owl-next {
    position: absolute;
    top: 0;
    bottom: 25px;
    margin: auto!important;
    z-index: 1;
}
.owl-nav-lst .owl-prev{
    left: 20px;
}
.owl-nav-lst .owl-next{
    right: 20px;
}
.pt__row.sub-cnt.ptitm-cnt.lst {
    padding-left: 0;
    padding-right: 0;
}

.owl-nav-lst .owl-prev, .owl-nav-lst .owl-next{
    font-size: 0;
    border: 0;
    width: 25px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/pvr-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 22px;
    line-height: 1;
    background-color: transparent;
    transform: scale(1.5);
}
.owl-nav-lst .owl-next{
    background-image: url(images/nxt-btn.png)
}
.logo-menu.f-nav {
    position: fixed;
    z-index: 9999;
}
.top-btn  a.cmn-btn{
    font-size: 18px;
    padding: 20px 75px 20px 40px;
}

.logo-menu.f-nav .logo-tp {
    padding: 10px 0;
}
.logo-menu.f-nav .logo {
    width: 100%;
    max-width: 175px;
}
.logo-menu.f-nav .top-btn a.cmn-btn {
    font-size: 15px;
    padding: 16px 65px 16px 33px;
    background-size: 61px;
}
.logo-menu.f-nav .top-hd-strs{
    max-width: 165px;
}
.logo-menu.f-nav .top-cntct a {
    font-size: 26px;
}
.logo-menu.fw.f-nav .top-cntct p a:before {
    width: 55px;
    height: 55px;
}
.logo-menu.f-nav .top-cntct {
    padding-left: 75px;
}
.logo-menu.f-nav .top-cntct p {
    font-size: 17px;
}
.logo-menu.f-nav .topmenu-cnt {
    padding: 17px 0px 16px;
}
.logo-menu.f-nav .topmenu ul li a{
    font-size: 18px;
}
.logo-menu.f-nav .topmenu ul li{
    margin: 0px 45px 0;
}
.logo-menu.f-nav .topmenu ul li:first-child{
    margin-left: 0;
}
.logo-menu.f-nav .topmenu ul li:last-child{
    margin-right: 0;
}


.logo-menu.f-nav .topmenu ul li ul.sub-menu li {
    margin: 0 !important;
}

.page_default .genpg-rite h2 {
    text-align: center;
}

.page_default .genpg-rite ul.abut-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}
.page_default .genpg-rite ul.abut-list li{
    width: 39.5%;
}
.page_default .genpg-rite ul.abut-list li:nth-child(3n){
    width: 21%;
}
.abut-list-cnt {
    padding-top: 20px;
}

/* .page-id-2705 .page_default .genpg-rite .cafe-cntnt-img{
        height: 100%;
} */


.page-id-4305 .page_default .genpg-rite .cafe-cntnt-img:before{
    background-image: url(images/rat-rodent2.png);
    display: none;
}
.pricing-heading-list-section.botncl .pt__row.sub-cnt.ptitm-cnt.lst {
    padding: 25px 0px;
}
.page_content .genpg-rite .tab-content.inr ul.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.page_content .genpg-rite .tab-content.inr ul.tabs li {
    font-size: 28px;
    margin: 0 !important;
    padding: 10px 15px;
    /*border: 1px solid transparent;*/
    border: 1px solid #58595b;
}
.page_content .genpg-rite .tab-content.inr ul.tabs{
    margin: 0 0 100px;
}
.page_content .genpg-rite .tab-content.inr ul.tabs li:before{
    display: none;
}
.page_content .genpg-rite .tab-content.inr ul.tabs li.selected a {
    color: #55a947;
}
.page_content .genpg-rite .tab-content.inr ul.tabs li a {
    cursor: pointer;
    color: #58595b;
}
.page_content .genpg-rite .tab-content.inr ul.tabs li.selected {
    border: 1px solid #55a947;
}

.pricing-heading-list-section.botncl .pt__row:first-child{
    width: 50% !important;
}

.pricing-heading-list-section.botncl .ptitm-cnt{
    width: 50% !important;
}
.pricing-heading-list-section.botncl {
    max-width: 1100px;
    margin: auto;
    width: 100%;
}
.pricing-heading-list-section.botncl .pt__row:nth-child(2), .pricing-heading-list-section.botncl .pt__row:nth-child(2) {
    box-shadow: none;
    border: 0;
}

.page_default .genpg-rite .cafe-cntnt.cockroaches .cafe-blk-itm:before{
    background-image: url(images/rapid-reproduction-img.png);
}

.page_default .genpg-rite .cafe-cntnt.cockroaches .cafe-blk-itm.mouse:before{
    background-image: url(images/resilience-image.png);
}

.page_default .genpg-rite .cafe-cntnt.cockroaches .cafe-blk-itm.cockroaches:before{
    background-image: url(images/hiding-image.png);
}


.page_default .genpg-rite .cafe-cntnt.cockroaches .cafe-cntnt-img:before {
    background-image: url(images/cockroach-page-img.png);
    width: 220px;
        left: -90px;
}
.cafe-cntnt.cockroaches .cafe-blk-itm.fly {
    margin-top: 50px;
}










@media screen and (max-width: 1600px) {
    button.offerbtn {
        /* padding: 10px 50px 10px 15px; */
        font-size: 13px;
        padding: 10px;
    }
}



/* Map */

.page_default .genpg-rite .inn-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding:0;
}
.page_default .genpg-rite .inn-areas-lst {
    width: 56%;
}
.page_default .genpg-rite .inn-areas-map {
    width: 40%;
    position: relative;
}
.page_default .genpg-rite .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
}

.page_default .genpg-rite .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    width: auto;
    display: block;
    line-height: 1;
}
.page_default .genpg-rite .inn-areas-lst li.county:before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .inn-areas-lst li.county a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0;
    line-height: 1;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li a {
    padding: 0;
    margin: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li:before {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities ul {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 12px;
    width:50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.page_default .genpg-rite .inn-areas-lst li {
    line-height: 1.6;
}
.page_default .genpg-rite .inn-areas-lst .cities ul li {
    width: 49%;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
.inn-areas-lst .cities ul li:after {
    display: none;
}
.inn-areas-lst li.county:hover .cities {
    display: block;
}
.inn-areas-lst li.county a.activeSub+.cities {
    display: block;
}
.imapsMapPolygon-group:hover {
    fill: #55a947 !important;
}

.page-id-5107 .page_default:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/service-areas-chicago-north-carolina-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.page_default .genpg-rite .inn-areas-lst h2 {
    text-align: left;
    margin: 0 0 40px;
}
.page_default .genpg-rite .inn-areas-btn.injryltbtn a, 
.page_default .genpg-rite .inn-areas-btn.injryltbtn a:hover {
    color: #fff;
}
.page_default .genpg-rite .inn-areas-btn.injryltbtn {
    margin: 30px 0 0;
}

.page_default .genpg-rite .cafe-cntnt.spiders-cntnt .cafe-blk-itm.easy-entry:before{
    background: url(images/easy-entry-icont.png);
}
.page_default .genpg-rite .cafe-cntnt.spiders-cntnt .cafe-blk-itm.clutter:before{
    background: url(images/clutter-icon.png);
}
.page_default .genpg-rite .cafe-cntnt.spiders-cntnt .cafe-blk-itm.food-sources:before{
    background: url(images/food-sources-icn.png);
}
.page_default .genpg-rite .cafe-cntnt.spiders-cntnt .cafe-blk-itm.shelter-warmth:before{
    background: url(images/shelter-warmth-icn.png);
}

.page_default .genpg-rite ul.icon_list li {
    padding-left: 150px;
    display: flex;
    min-height: 130px;
    align-items: center;
    margin-bottom: 15px;
}
.page_default .genpg-rite ul.icon_list li:before {
    width: 130px;
    height: 130px;
    background-image: url(images/paper-wasps-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    top: 0px;
    left: 0px;
}
.page_default .genpg-rite ul.icon_list li.yello_jackets:before {
    background-image: url(images/yellow-jackets-icon.png);
}
.page_default .genpg-rite ul.icon_list li.hornets:before {
    background-image: url(images/hornets-icon.png);
}