* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    --primary: #BD2926;
    --secondary: #12991A;
}
html, body {
    font-family: "Montserrat", sans-serif;
}
body {
    overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6,p, ul,li,ol,figcaption{
    margin: 0;
    -webkit-text-size-adjust: none;
}
section, ul, li{
    padding: 0;
}
 
input[type="submit"], h6{
    text-transform: none;
    letter-spacing: normal;
}
iframe {
    border: none;
}
/*Common Classes Starts*/
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.lg-center-wr {
    max-width: 1616px;
    width: 94%;
    margin: 0px auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.relative {
    position: relative;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.inline{
	display: inline-block;
	vertical-align: middle;
}
img {
    max-width: 100%;
    display: block;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
a {
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
}
a:hover,li.menu-item a:hover{
    text-decoration: none;
    color: var(--primary);
}
:focus, :focus-within, :focus-visible, input[type="search"]:focus, .button:focus  {
    outline: 0;
    outline-offset: 0px;
    text-decoration: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.4);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4);
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
li, p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #2E2E2E;
    letter-spacing: normal;
    font-family: "Montserrat", sans-serif;
}
.home h1{
    font-size: 74px;
    line-height: 59px;
    font-weight: 900;
}
h1{
    font-size: 60px;
    line-height: 69px;
    font-weight: 900;
}

h2{
    font-size: 52px;
    line-height: 62px;
}
h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
}
h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
}
h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif; 
    letter-spacing: normal;
}
/*header-css start*/
a{
	color: #fff;
}
#menu-header-menu li{
	position: relative;
}
#menu-header-menu li::after {
    content: ' ';
    position: absolute;
    height: 50%;
    width: 1px;
    background: var(--primary);
    right: -15px;
    top: 18px;
}
#menu-header-menu .sub-menu li::after{
    display: none;
}
.menu-header-menu-container ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.menu-header-menu-container ul li>.sub-menu {
    margin-top: 0px;
    display: none;
} 
.menu-header-menu-container ul li:hover>.sub-menu{
    display: block;
}
#menu-header-menu li ul .menu-item-has-children::before {
    content: unset;
}
.menu-header-menu-container ul li:hover>.sub-menu li.menu-item-has-children ul.sub-menu {
    right: -100%;
    top: 0;
    left: auto;
}

.template-city-page.pest-inner-banner-heading__bottom p {
    font-size: 40px;
    line-height: 52px;
}
#menu-header-menu .menu-item-has-children{
    position: relative;
}
#menu-header-menu .menu-item-has-children::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px; 
    background-image: url(../images/Header_Dropdown_Arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 33px;
    transform-origin: center center;
    transition: transform .3s ease, background-image .3s ease;
}
#menu-header-menu .menu-item-has-children:hover::before {
    background-image: url(../images/Header_Dropdown_Arrow_red.svg);
    transform: translateY(-44%) rotate(180deg);
}
#menu-header-menu .menu-item-has-children.current-menu-item::before, 
#menu-header-menu .menu-item-has-children.current-menu-ancestor::before{
    background-image: url(../images/Header_Dropdown_Arrow_red.svg);
}
.header-content {
    padding-top: 4px;
}
#menu-header-menu li:last-child::after{
	display: none;
}
.phone-wr,.mail-wr{
	position: relative;
	padding-right: 36px;
}
.phone-wr::after, .mail-wr::after {
    /* content: ' '; */
    height: 100%;
    width: 1px;
    position: absolute;
    background: ;
    right: 38px;
}
.phone-wr a, .mail-wr a, .footer-phone-wr a, .footer-mail-wr a, .address-wr a{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
}
.social-icon-insta:hover a svg path, .social-icon-fb:hover a svg path {
    opacity: 1;
}
header.page-header {
   background: #2E2E2E;
   padding: 25px 0px 0px;
}
.hidden-logo {
    display: none;
}
.outer, .outer-mail, .outer-footer, .outer-footer-mail, .outer-footer-address  {
    border: 2px solid var(--primary);
    width: 53px;
    height: 53px;
    /*padding: 12px;*/
    position: relative;
    margin-right: 9px;
    border-radius: 50%;
}
header #menu-header-menu li.menu-item, footer #menu-footer-menu li.menu-item  {
    display: inline-block;
    transition: 0.3s all;
    /*padding-right: 68px;*/
}
footer #menu-footer-menu li.menu-item  {
    padding-right: 68px;
}
footer #menu-footer-menu li.menu-item {
	padding-right: 40px;
}
footer #menu-footer-menu li.menu-item:last-child{
	padding-right: 0px;
}

header li.menu-item a {
    font-weight: 700;
    color: #fff;
    padding: 0px 7px 18px 33px;
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
header li.menu-item-has-children a {
    padding: 0px 36px 18px 36px;
}
header #menu-item-783>a {
    padding: 0px 33px 18px 33px;
}
ul#menu-header-menu {
    line-height: 0px;
    font-size: 0px;
}
header #menu-item-751>a{
    padding: 0px 33px 18px 0px;
}
footer li.menu-item a {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
	padding-left: 25px;
	background-image: url(../images/Footer_Arrow.svg);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 50%;
    font-family: "Montserrat", sans-serif;
	margin-left: 0px;
    margin-top: 0px;
}
/*sub-menu-color-change*/
header li.menu-item a:hover, .header-menu .current-menu-parent a, .header-menu .current-menu-item a, .header-menu .current-menu-ancestor a {
    color: var(--primary);
}

.phone-wr,.mail-wr, .footer-phone-wr, .footer-mail-wr ,.address-wr  {
	padding: 0px 36px;
	border-right: 1px solid var(--primary);
}
.footer-phone-wr, .footer-mail-wr ,.address-wr  {
	border-right: 1px solid #FFFFFF80;
}
.address-wr{
	border-right: none;
}
.header-wr.clearfix {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 14px;
}
.social-icon-fb a, .social-icon-insta a {
    height: 37px;
    width: 37px;
    background: #FFFFFF1A;
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
}

.icons-wr {
    padding-left: 36px;
}
.outer svg {
 	position: absolute;
 	left: 0;
 	top: 26px;
 	transform: translate(50%, -50%);
}
.outer-mail svg {
    position: absolute;
    left: -2px;
    top: 25px;
    transform: translate(50%, -50%);
}
.outer-footer svg , .outer-footer-mail svg , .outer-footer-address svg{
	position: absolute;
	left: 0;
	top: 25px;
	transform: translate(50%, -50%);
} 
.outer-footer-mail svg{
	left: -2px;
}
.social-icon-fb a:hover, .social-icon-insta a:hover {
    background: var(--primary);
}
/*footer*/
.footer-section {
    background: url('../images/Footer_Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 38px;
}
.footer-inner p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.menu-footer-menu-container {
    padding-top: 46px;
}
.footer-logo-wr{
    text-align: center;
}
.footer-logo-wr a{
    width: 25%;
    background: #ffff;
    padding: 42px 37px;
    margin: 0 auto;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.footer-content {
    text-align: center;
    padding-top: 33px;
}
ul#menu-footer-menu {
    padding-bottom: 37px;
    border-bottom: 1px solid #FFFFFF33;
}
.footer-bottom {
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scroll-top {
    background-color: #000;
    color: #fff;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 95px;
    right: 30px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 0 var(--primary);
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.3s;
}
.scroll-top svg {
    animation: uparrow 2s ease-in-out infinite;
    top: 12px;
    left: 7px;
    position: absolute;
}
.scroll-top:hover {
    background-color: var(--primary);
    box-shadow: 4px 4px 0 #000;
}
@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}

/*submenu*/
.menu-header-menu-container{
    position: relative;
} 
.menu-header-menu-container ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.menu-header-menu-container ul.sub-menu li a {
    border-bottom: 1px solid #486E2E;
    padding: 12px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: unset;
}
.menu-header-menu-container > ul > li > ul.sub-menu {
    border-top: 3px solid var(--secondary);
}
/*sub-menu-color*/
.menu-header-menu-container ul.sub-menu li a:hover, .header-menu .sub-menu .current-menu-item a {
    background-color: var(--secondary);
    color: #ffffff;
}
.menu-header-menu-container ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: left top;
    width: 275px;
    background-color: #ffffff;
    color: #000;
    transition: 0.3s all;
    margin-left: 0px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 20%);
}
.header-menu ul.sub-menu li{
    margin: unset ;
    width: 100%;
}
.menu-header-menu-container > ul > li:last-child ul {
    right: 0;
    left: auto;
}
/*submenu ends*/


