/*FONT INSTALL*/
.fs-100{
  font-size:100px;  
}
.pest_control_pagination {
    margin: auto;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination span.page-numbers.current {
    width: 50px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
}
nav.navigation.pagination .nav-links a {
    border-bottom: 3px solid;
    border-top: 3px solid;
	color: black;
	font-size: 20px;
    font-weight: 600;
}
span.page-numbers.current {
    border-top: 3px solid #079a9c;
    border-bottom: 3px solid #079a9c;
	font-size: 20px;
    font-weight: 600;
}
a.prev.page-numbers ,a.next.page-numbers{
    border: none!important;
}
@media(max-width:768px){
.fs-sm-16{
    font-size:16px;
}
.fs-sm-17{
    font-size:17px;
}
.fs-sm-18{
    font-size:18px;
}
.fs-sm-19{
    font-size:19px;
}
.fs-sm-20{
    font-size:20px;
}
.fs-sm-21{
    font-size:21px;
}
.fs-sm-22{
    font-size:22px;
}
.fs-sm-23{
    font-size:23px;
}
.fs-sm-24{
    font-size:24px;
}
.fs-sm-25{
    font-size:25px;
}
.fs-sm-26{
    font-size:26px;
}
.fs-sm-27{
    font-size:27px;
}
.fs-sm-28{
    font-size:28px;
}
.fs-sm-29{
    font-size:29px;
}
.fs-sm-30{
    font-size:30px;
}
.fs-sm-35{
    font-size:35px;
}
.fs-sm-40{
    font-size:40px;
}
.fs-sm-45{
    font-size:45px;
}
.fs-sm-50{
    font-size:50px;
}
}
.center-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.footer-1 {
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
}
.footer-bottom {

    border-top: 1px solid #fff;
}
.footer-content {
    position: relative;
}

footer .menu li {
    position: relative;
}
footer .menu li::before {
    position: absolute;
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 20px;
}

footer .menu li a {
    padding-left: 18px;
    transition:all 0.5s ease-in-out;
}

footer .menu li:hover a{
    padding-left: 22px;
}
ul.social-share li i {
    padding: 10px;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: black;
    transition:all 0.5s ease-in-out;
}
ul.social-share {
    display: flex;
}
ul.social-share li i:hover{
    transform:scale(1.1);
    border-radius: 30px;
}
h4.widget_title {
    color: #287ff9;
    margin-bottom: 15px;
    font-weight:700;
    font-size: 20px;
}

/*POPUP CSS*/
.inner-popup .banner-quote-form {
    padding: 0;
    background: transparent;
}
.form-popup h3.popup-color {
    color: black;
    font-size: 28px;
    margin-bottom: 30px;
}
.call-us-section .call-us-style a:hover i {
    background-color: #079a9c;
    color: #fff;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
    box-shadow: 0px 0px 13px rgb(33 164 33 / 48%);;
}
.call-us-style a {
    font-size: 25px;
}
.call-us-section h4 {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 700!important;
    color:black;
}
.call-us-style i {
    /* border: 1px solid #fff; */
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0px 20px 20px 20px;
    box-shadow: 0px 0px 13px rgb(255 221 0 / 48%);
}
.call-us-style i::after {
    content: '';
    border: 1px solid rgb(33 164 33 / 48%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
    animation: call-animation .5s infinite;
    transition: all 0.5s ease-in-out;
}
@keyframes call-animation {
  0% {
      opacity:1;
      transform:scale(1);
      
  }
  100%{
      opacity:0;
      transform:scale(1.6);
      
  }
}
#popUp {
    position: fixed;
    max-width: 400px;
    height: 100%;
    background: inherit;
    /*background: rgba(236, 240, 241, 1);*/
    border: none;
    bottom: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
    right: -425px;
    overflow: hidden;
    box-shadow: 0 0 50px rgb(0 0 0 / 45%);
}
#popUp::before {
    content: "";
    background: inherit;
    width: 110%;
    height: 110%;
    position: absolute;
    left: -25px;
    right: 0;
    top: -25px;
    bottom: 0;
    box-shadow: inset 0 0 0 300px rgb(255 255 255 / 80%);
    filter: blur(10px);
    z-index: -1;
}
.inner-popup .sec-title {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.inner-popup {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    padding: 20px;
    overflow: auto;
    flex-direction: column;
}

.popup-form input ,.popup-form .bootstrap-select .dropdown-toggle .filter-option{
    height: 35px;
    border-radius: 50px;
    padding: 28px;
    width: 100%;
}
.popup-form .bootstrap-select:not(.input-group-btn), .popup-form .bootstrap-select[class*=col-] {
    height: 39px;
}
#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
    color: black;
    left: auto;
    right: 12px;
    top: 14px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
    width: 100%;
    float: inherit;
    display: flex;
    flex-flow: row-reverse;
}
#popUp .close img {
    width: 25px;
    height: 25px;
    left: auto;
    position: absolute;
    right: -14px;
    top: -22px;
    bottom: auto;
}
.form-popup {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
#popUp h2 {
  font-size: 25px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
#popUp .sec-title .subtitle {
    font-size: 16px;
}
.inner-popup::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.inner-popup::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.inner-popup::-webkit-scrollbar-thumb {
  background: #21c58e; 
}

/* Handle on hover */
.inner-popup::-webkit-scrollbar-thumb:hover {
  background: #0c1529; 
}
.open-popup{
    right:0px!important;
}
div#popup-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 54%);
    top: 0;
    left: 0;
    opacity:0;
    visibility: hidden;
    transition:all 0.5s ease-in-out;
    
}
div.popup-overlay::before {
    opacity:1!important;
    z-index:9999;
    visibility: visible!important;
}

@media all and (max-width: 900px) {
#popUp {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    max-width: 100%;
    bottom:0;
    top:0px;
    height: 100%!important;
    transform: scale(0);
  }
  .open-popup{
    transform: scale(1)!important;
}
}

/*END POPUP CSS*/

/* FLOAT BUTTON CSS*/
.float-button a {
    transform-origin: center right;
    transform: rotate(-90deg);
    position: fixed;
    top: 35%;
    right: 20px;
    z-index: 99;
    background: #2b2c2e;
    padding: 8px 20px 8px 48px;
    font-size: 17px;
    color: #fff;
    /* border-radius: 50px 50px 0px 0px; */
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    transition: all 0.5s ease-in-out;
}
.float-button a i {
    height: 100%;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 34%);
}
.float-button a::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 100%;
    left: 0;
    top: 0;
    background: #5b9884;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.float-button a:hover{
    color:black;
}
.float-button a:hover:before {
    width: 100%;
}
/* END BUTTON CSS*/

img.image-style-1 {
    border: 2px solid black;
    border-radius: 20px;
}
img.bg-over-image {
    position: absolute;
    top: 0;
    left: 0px;
    height: 80%;
}
.font-style1{
    font-size:30px;
    color:#ffdd00;
    font-family:Ananda;
}
.content-middle {
    display: flex;
    align-items: center;
}
.scroll-content {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
}
.scroll-content::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.scroll-content::-webkit-scrollbar-track {
  background:#c4e6e6;
}
/* Handle on hover */
.scroll-content::-webkit-scrollbar-thumb:hover {
  background: black; 
}
.check-list2 li img {
    top: 0px;
    width: 30px;
    height: 30px;
}
.five-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.five-col-grid .each-hw-works {
     padding: 0px 0px!important; 
}
.five-col-grid .hw-steps:after {
    width: 200px;
}
.card-header {
    background: #f9fafc!important;
    border-color: #f9fafc!important;
}
.from-field i {
    position: absolute;
    right: 14px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0;
    font-size: 17px;
    opacity: 0.5;
}
.from-field {
    height: fit-content!important;
}
@media (min-width: 1400px){
.container {
    max-width: 1340px!important;
}
.five-col-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))!important;
}
.five-col-grid .hw-steps:after {
    width: 250px!important;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1160px;
}
}
@media (max-width: 1200px) and (min-width:991px){
.five-col-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr))!important;
}
.five-col-grid .hw-steps:after {
    width: 190px!important;
}
}
@media (max-width:991px){
.five-col-grid .hw-steps:after {
    display: none!important;
}
}

.callback-form .form-control {
  min-width: 200px!important;
}
.service-icon img {
    width: auto!important;
    height: 35px;
    margin: auto;
}
.service-carousel img.service-thumbnail, img.service-thumbnail{
    height: 260px;
    object-fit: cover;
}
.service2-content {
    min-height: 240px;
}
.shadow-2 {
    box-shadow: 0px 13px 20px -19px rgb(19 27 35 / 18%);
}
ul.contact i {
    padding-right: 10px;
    color: #ffdd00!important;
}
footer .contact li {
    font-size: 18px!important;
    font-weight: 400!important;
    padding-left: 27px!important;
}
.widget-item {
    padding-bottom: 30px;
}
footer li {
    padding-bottom: 8px;
}
.head-1-book-2:hover {
    color: #fff;
    background: #000000;
}
.head-1-book-call:hover {
    background: black;
    border-color: black;
}
.head-type-2 .main-menu-1 ul li.menu-item-has-children>a::before {
    content: "\f0dd";
    position: absolute;
    right: 0;
    font-family: fontAwesome;
    top: 0;
    font-size: 16px;
    color: #fff;
}
.head-type-2 .main-menu-1 ul li.menu-item-has-children>a {
    padding-right: 20px;
    position:relative;
}
.main-menu-1 ul li a {
    font-size: 16px;
    padding: 5px 16px;
}
.main-menu-1 li .submenu li a {
    font-size: 15px;
    line-height: 1.3;
}
.main-menu-1 li .submenu {
    width: 300px;
}
.main-menu-1 li .submenu li a {
    padding: 12px 25px;
}
.mean-container .mean-nav {
    overflow: auto;
}
@media(max-width:991px){
header.head-type-2.bg-blue {
    padding: 16px 0px;
}
header.head-type-2.bg-blue .container{
    padding:0;
}
.head-type-2 .mean-container .mean-nav {
    margin-top: 0;
    position: absolute;
    top: 22px;
}
.mean-container .mean-bar {
    z-index: 999;
}
.d-flex.align-self-stretch {
    padding: 0px 20px;
}
a.meanmenu-reveal {
    position: relative;
    right: 20px!important;
}
.head-type-2 .mean-container .meanmenu-reveal {
    top: -23px;
    left: 5px!important;

}
.header-search {
    width: fit-content!important;
    display: flex;
    height: 100%;
    align-items: center;
}
.col-12.header-menu-btn {
    position: absolute;
}
.mobile-header-content {
    width: 100%;
}
.header-book-call {
    float: right;
}
.header-book-btn i {
    font-size: 25px;
    color: #fff;
}
.header-book-btn a {
    font-size: 14px;
    color: #fff;
}
.header-book-call a {
    padding: 10px 15px;
    border-radius: 6px!important;
    position: relative;
    overflow: hidden;
}
.header-book-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.book-now-btn {
    width: 100%;
    height: 100%!important;
    max-height: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    
}
a.book-now-btn:hover{
    color:#fff;
}
.header-left-content {
    width: fit-content;
    float: left;
    height:100%;
    align-items: center;
}
.header-bottom-content .logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-bottom-content .row {
    min-height: 60px;
    display: flex;
}
}
.header-search i {
    font-size: 27px;
    line-height: 20px;
}
@media(max-width:991px){
    .visible-xs{
        display:block;
    }
    .visible-lg{
        display:none;
    }
.mobile-header {
    padding-left: 0;
    padding-right: 0;
}
.header-menu-btn {
    padding: 0;
}
.head-type-2 {
    padding: 5px 5px;
}
section.mobile-banner-form {
    margin-top: -50%;
}
.slider-2 {
    min-height: 600px;
    padding-top: 0!important;
}
}
img.call-icon {
    height: 22px;
    width: auto;
    padding-right: 10px;
}
.service-details h2 {
    margin-bottom: 20px;
}
@media(min-width:991px){
    .visible-lg{
        display:block;
    }
    .visible-xs{
        display:none;
    }
.head-1-book-call , .head-1-book-2 {
    border-radius: 5px;
}
.head-1-book-call {
    padding: 8px 10px;
}
.service-details h2 {
    margin-bottom: 30px;
}
}
.popular-area-served {
    padding: 50px 20px 30px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 15%);
}
ul.services-suburb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 20px;
}
.check-list.type-2-c li {
    padding-left: 20px;
    padding-right:0;
    line-height: 1.4;
}
.servvice-link-list li a:hover:after, .servvice-link-list li a:hover , .servvice-link-list li.current-menu-item a:after{
   border-left-color: #ffdd00!important;
   color:black;
}
.servvice-link-list li.current-menu-item a, .servvice-link-list li a:hover {
    background-color: #ffdd00!important;
    color:black!important;
}
a.scroll-btn:hover {
    transform: scale(1.06);
}
a.scroll-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.active-faq i {
    transform: rotate(45deg)!important;
}
.show{
    display:block!important;
}
ul.m-list-style li::before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-size: 16px;
    color:#079a9c;
}
.white ul.m-list-style li::before{
    color:#fff;
}
ul.m-list-style li {
    position: relative;
    padding-left: 25px;
    list-style: none;
}
ul.m-list-style {
    font-size: 14px;
    font-weight: 400;
}
ol.ordered-list li {
    list-style: inherit;
    margin-bottom: 10px;
}
a.hidden-content-btn {
    margin: -53px auto 0px;
    display: table;
    z-index: 99;
}
@media(min-width:991px){
.col-extra-content:nth-child(even) {
    padding-right: 10%;
    padding-left: 30px;
}
.col-extra-content:nth-child(odd) {
    padding-left: 10%;
    padding-right: 30px;
}
}
@media(max-width:991px){
.padding-half-left {
    padding-left:30px;
    padding-right:30px;
}
.padding-half-right {
     padding-left:30px;
    padding-right:30px;
}

}
@media(max-width:576px){
.extra-content-inner:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
}
.inner-popup {
    background: #e4e4e4;
}
}

.col-extra-content {
    background-position: center!important;
    background-size: cover!important;
}

a.close-search {
    position: absolute;
    top: 7%;
    left: 24px;
    font-size: 25px;
    z-index: 9;
    color: #fff;
}
.search-form-header {
    position: fixed;
    z-index: 9999;
    left: 0;
    height: auto;
    width: 100%;
    background: rgb(0 0 0 / 76%);
    top: 0; 
    height: 200px;
}
.search-form-header form {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    width: 90%;
}
.search-form-header .is-form-style input.is-search-input {
    border: none;
    height: 50px;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #fff!important;
}
.search-form-header .is-form-style button.is-search-submit {
    width: 60px;
    height: auto;
}
.search-form-header .is-form-style .is-search-submit path {
    fill: black;
}
.search-form-header .is-search-icon svg {
    width: 30px;
}
.search-form-header .is-form-style input.is-search-submit, .is-search-icon {
    background: transparent;
    border: none;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 60px;
    border-radius: 0px 50px 50px 0px;
    padding-top: 0!important;
    border-left: 1px solid rgb(0 0 0 / 9%);
}
img.no-result-img {
    height: auto;
    width: 100px;
    margin: auto;
}
.no-result-content h2 {
    color: #079a9c;
    text-transform: uppercase;
}
.no-result {
    display: grid;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    padding: 30px 10px;
    width: 90%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    width: max-content;
    top: 0;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 20px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    right: 18px;
    background: #fff;
    font-weight: 400;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    background: #fff;
    text-align: center;
    border-radius: 50px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    background: #fff;
    border-radius: 50px;
    color: red;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
}
header.header-section {
    box-shadow: 0px 5px 50px rgb(0 0 0 / 18%);
}
section.thanks-section img {
    width: 120px;
    padding: 10px;
}