.search-services-form .bootstrap-select>.dropdown-toggle {
    padding: 17.5px 16px;
}
.footer-bottom-item:nth-child(3n+0) {
    text-align: right;
}
@media only screen and (max-width: 767px){
.footer-bottom .social-icon {
    display: block;
}
.footer-bottom-item {
    text-align: center!important;
}
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    right: 0;
    height: 100%;
    top: 0;
    max-width: 100%;
    display: flex;
    right: 0;
    justify-content: flex-end;
    z-index: 0;
    border-radius: 50px;
    align-items: center;
    padding: 0px 20px;
    line-height: 1.5;
    background: transparent;
    z-index: 9;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-select {
    width: 100%!important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline:none!important;
}
.main-menu .navigation>li.current-menu-item >a {
    color: #21c58e;
}
.sidebar .categories ul li.current-menu-item {
    background-color: #21c58e;
}
.sidebar .categories ul li.current-menu-item a {
    border-color: #21c58e;
    color: #fff;
}
.sidebar .categories ul li.current-menu-item a:before {
    opacity: 1;
}
.sidebar .categories ul li a{
    line-height:1.3em;
}
.sidebar .categories ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: -19px;
    top: 16px;
    display: block;
    font-size: 41px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    opacity: 0;
    font-weight: 300;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}
@media(min-width:768px){
    .process-block-two {
    min-height: 70px;
    display: grid;
    align-items: center;
}
.main-header .header-upper .logo-box .logo {
    max-width: 230px;
}
}
.home-page-form span.wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    right: 0;
    top: -14px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    border-radius: 50px;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
    right: auto;
    left: 17px;
    z-index: 9;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    background: rgb(245 245 245);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 31%);
    border-radius: 50px;
    text-align: center;
    color: #dc3232;
    max-width: 700px;
    margin: auto;
    line-height: 1.3;
}
section.page-title::before {
    content: "";
    background-color: #040c0a;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;

}
@media only screen and (min-width: 1300px) and (max-width:7000px){
.main-menu .navigation li.mega-menu > ul {
    display: grid!important;
    grid-template-columns: 33.333% 33.333% 33.333%;
    width: 1200px;
    left: -560px;
 }
}

@media only screen and (min-width: 1137px) and (max-width:1300px){
.main-menu .navigation li.mega-menu > ul {
    display: grid!important;
    grid-template-columns: 33.333% 33.333% 33.333%;
    width: 1000px;
    left: -460px;
 }
}
.faq-section .text-block{
    min-height:200px;
}
/*ol.list-style li {*/
/*    list-style: decimal;*/
/*    list-style-position: inside;*/
/*}*/
ul.grid-list-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 20px;
}

p.wpsm-show , p.wpsm-hide{
    color: #22c58e!important;
    font-weight: 500;
}
section.hidden-content {
    padding: 50px 0px;
}
.hidden-content-inner {
    padding: 50px 0px 30px;
}
section.hidden-content .sec-title h2 {
    font-size: 40px;
}
section.hidden-content .sec-title {
    margin-bottom: 15px;
    font-size: 40px;
}
@media only screen and (min-width: 767px){
    .hidden-md, .hidden-lg{
        display:none;
    }
     .visible-md, .visible-lg{
        display:block;
    }
.home .main-header .header-upper {
    box-shadow: none;
}
.banner-section-two {
    top: 25px;
}
section.banner-section-two {
    padding-bottom: 15px;
}
.header-top {
    padding: 15px 0;
}
}
.banner-section-two .video-box a {
    position: relative;
    width: 87px;
    height: 87px;
    line-height: 70px!important;
    border: 8px solid #d8f2e9;
    border-radius: 50%;
    font-size: 27px;
    display: inline-block;
    padding-left: 9px!important;
    text-align: center!important;
}


@media only screen and (max-width: 767px){
    .hidden-xs, .hidden-sm{
        display:none;
    }
    .visible-xs, .visible-sm{
        display:block;
    }
ul.topbar-cta-btn {
    display: grid;
    grid-template-columns: 50% 50%;
}
ul.topbar-cta-btn li a {
    padding: 10px;
    overflow: hidden;
    text-align: center;
    display: block;
    background: #21c58e;
    color: #fff;
    font-weight: 600;
}
}
.mobile-topbar .header-top{
    padding:0;
}
ul.topbar-cta-btn {
    position: relative;
}
ul.topbar-cta-btn i {
    font-weight: 100;
}
ul.topbar-cta-btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 78%;
    background: white;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    border-radius: 100%;
}
.banner-section-two .contact-number {
    position: initial;
    width: 240px;
    text-align: center!important;
}
.banner-section-two .video-box h5 {
    text-align: center!important;
}
.banner-section-two .contact-number a {
    text-align: center!important;    
    display: inline-flex;
    width: 100%;
    align-items: center;
    font-size: 25px;
    margin-top: 10px;
    justify-content: center;
}
@media only screen and (max-width: 767px){
.main-header.header-style-one {
    position: initial;
}
}
h1{
font-family: 'Abril Fatface', cursive!important;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
    font-size: 32px;
    color: #000000;
    font-weight: 300;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
    height: 100%;
    top: 0!important;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
}
.contact-form-section ,.service-details {
    padding: 70px 0 50px;
}
.padding{
    padding: 70px 0 50px!important;
}
.contact-us-form .bootstrap-select .dropdown-toggle .filter-option {
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50px!important;
    padding: 0px 35px;
}
.contact-us-form .bootstrap-select>.dropdown-toggle {
    background: transparent;
    border: none;
}
.contact-us-form .dropdown-menu.show {
    border: none;
    position: relative;
    top: 0;
    margin-top: 9px;
    border-radius: 30px 30px 0px 0px;
}
.contact-us-form .dropdown-menu.show {
    min-width: 100%!important;
}
.contact-us-form .btn-light.focs, .contact-us-form .btn-light:focus{
    box-shadow:none;
}
.location a {
    color: rgba(255, 255, 255, 0.7);
}
.pest_control_pagination a.page-numbers , .pest_control_pagination span.page-numbers.dots , .pest_control_pagination span.page-numbers {
   position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: inherit;
    margin: 0 1px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    border-radius: 30px 30px 0 30px;
    border: 2px solid #21c58e;
}
.pest_control_pagination span.page-numbers.dots:hover{
    background: #f3f6f9;
    color:black;
}
.pest_control_pagination a.page-numbers:hover , .pest_control_pagination span.page-numbers:hover, span.page-numbers.current {
    background: #21c58e;
    color: #fff;
}
nav.navigation.pagination {
    padding: 30px 0px;
}
.pest_control_pagination .nav-links {
    margin: auto;
}
.service-block-one h4 {
    font-size: 20px;
}
.our-service.row {
    justify-content: center;
    margin: 0;
}
.owl-style .owl-nav, .owl-style .owl-dots {
    display: block;
}
.owl-style .owl-dots {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.owl-style .owl-dots .owl-dot {
    position: relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0c1529;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.owl-style .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #0c1529;
    opacity: 0;
    transition: .5s;
}
.owl-style .owl-dots .owl-dot.active:before{
    opacity: 1;
} 
.owl-style .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 0;
}
.owl-style .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 5px;
    height: 30px;
    width: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-style .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 5px;
    height: 30px;
    width: 40px;
    border: none;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-style .owl-nav .owl-prev:after {
    font-family: "Flaticon";
    content: "\f119";
    position: absolute;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    color: #0c1529;
    font-size: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-style .owl-nav .owl-next:after {
    font-family: "Flaticon";
    content: "\f119";
    position: absolute;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    right: 0px;
    color: #0c1529;
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-style .owl-nav .owl-prev:hover:after,
.owl-style .owl-nav .owl-next:hover:after{
    color:#21c58e;
}
.owl-style .service-block-one .inner-box:hover {
    box-shadow: 0px 10px 12px 0px rgba(37, 59, 112, 0.1);
}
.owl-style .service-block-one {
    margin: 10px;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%!important;
}
@media(min-width:1280px){
    .owl-style .owl-nav .owl-prev:after {
        left:-30px;
    }
.owl-style .owl-nav .owl-next:after {
    right:-30px;
}
}
@media(max-width:768px){
.owl-style .owl-nav {
    top: 50%;
}
}
.testimonial-block .image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top center;
}
.testimonial-block .rating img {
    max-height: 30px;
    width: auto;
    margin: auto;
}
.testimonial-block-two .image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testimonial-block-two .rating img {
    max-height: 25px;
    width: auto;
    margin: auto;
}
.testimonial-block-two .text {
    font-size: 15px;
}
@media(min-width:768px){
.testimonial-block-two .inner-box {
    min-height: 490px;
  }
}
.subtitle {
    font-weight: 500;
}
.custom-animate {
    animation-duration: 1500ms;
}
.sec-title.cta-title h2, .sec-title.cta-title a {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
    box-shadow: 0px 0px 13px rgb(33 196 142 / 40%);
}
.call-us-section .call-us-style i:after{
    border-color:#21c58e;
}
.call-us-section .call-us-style a:hover i{
    background-color: #21c58e;
    color: #fff;
}
.sec-title.cta-title i , .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 255 255 / 48%);
}
.call-us-style a {
    font-size: 25px;
}
.call-us-section {
    margin-top: 20px;
}
.call-us-section .call-us-style i {
    height: 50px;
    width: 50px;
    font-size: 22px;
}
.sec-title.cta-title i::after, .call-us-style i::after {
    content:'';
    border: 1px solid rgb(255 255 255 / 50%);;
    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;
}
.sec-title.cta-title h2:hover i {
    background: #fff;
    color: #3abe92;
}
.sec-title.cta-title {
    margin-bottom: 15px;
}
.sec-title .subtitle {
    font-size: 20px;
    margin: 15px 0px;
}
@keyframes call-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
         opacity:0;
    }
}
.about-us-section ,.testimonials-section, .faq-section {
    padding: 70px 0 50px;
}
.search-services {
    padding: 130px 0 100px;
}
.services-section {
    padding: 70px 0 300px;
}
.whychoose-us-section {
    padding: 0px 0 50px;
}
@media(max-width:900px){
.sec-title.cta-title span {
    display: block;
}
.about-us-section, .search-services {
    position: relative;
    padding: 30px 0 30px;
}
.about-us-section .image-wrapper {
    padding-bottom: 40px;
}
.about-us-section ,.testimonials-section, .faq-section,.contact-form-section, .service-details, .main-footer {
    padding: 40px 0 40px;
}
.widget:last-child {
    margin-bottom: 0;
}

.contact-us-info {
    text-align: center;
    margin-bottom: 30px;
}
.mobile-menu .navigation li.menu-item-has-children a {
    padding-right: 60px;
}
}
.main-footer {
    padding: 80px 0 0px;
}
@media only screen and (max-width: 1138px){
    header.main-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}
}
@media only screen and (max-width: 575px){
.about-us-section .image-wrapper {
    padding-bottom: 20px;
}
}
.service-details .process-block-two .count {
    top: 0px;
}
@media only screen and (max-width: 768px){
.page-title {
    padding:0;
   }
.page-title .text {
    font-size: 16px;
}
.service-details .process-block-two .count {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 15px;
}
.service-details .process-block-two {
    padding-bottom: 15px;
}
.main-header .header-upper .logo-box .logo {
    padding: 0px 0px;
}
.main-header .header-upper .logo-box {
    max-width: 200px;
}
a.banner-btn.theme-btn.btn-style-one {
    padding: 8px 15px!important;
}
}
.page-title .auto-container {
    max-width: 700px;
}
.page-title h1 {
    margin-bottom: 0;
    line-height:1.1;
}
.page-title {
    min-height: 200px;
    display: flex;
    align-items: center;
    background-position: center;
}
.mobile-menu .nav-logo {
    margin-bottom: 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: black;
}
.blog-single h1, .blog-single h2, .blog-single h3{
    font-family : 'Abril Fatface', cursive;
    margin-bottom:15px;
}
.blog-single h3 {
    font-size: 23px;
}
.news-block-one .image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.main-header .header-upper {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%)
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    height: 60px;
}
footer .widget {
    word-break: normal;
}

.contact-form .form-group p {
    margin: 0;
}
.search-services-form .form-group input{
    padding: 0 15px;
    font-size: 14px;
}
.search-services-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    line-height: 1.9;
}
.search-services-form .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding: 0;
}
.mobile-menu-call-us {
    margin: auto;
    display: flex;
    justify-content: center;
}
.mobile-menu-call-us a.theme-btn.btn-style-one i {
    transform: revert;
}
.mobile-menu-call-us a.theme-btn.btn-style-one {
    box-shadow: none;
}




#popUp {
    position: fixed;
    max-width: 400px;
    height: 100%;
    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;
    box-shadow: 0 0 50px rgb(0 0 0 / 34%);
}
.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;
}
}
.call-us-section {
    margin-top: 20px;
    font-weight: 600;
}
.call-us-section h4 {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 600;
}
footer .widget {
    word-break: break-word;
}
section.thanks-section img {
    width: 120px;
    padding: 10px;
}
section.thanks-section h2 {
    font-family: 'Abril Fatface';
    font-size: 80px;
}
section.thanks-section .text {
    color: black;
}
@media(max-width:768px){
    section.thanks-section h2 {
    font-size: 50px;
}
}
.float-button a i {
    height: 100%;
    background: #21c58e;
    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 {
    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::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:before{
   background:  #21c58e;
   width: 100%;
}

ul.services-suburb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 20px;
}

.express-quote li {
    position: relative;
    padding-left: 23px;
}
.express-quote i {
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    align-items: center;
    color: #21c58e;
}
.widget-item {
    margin-bottom: 30px;
}
ul.social-links span {
    font-size: 45px;
    color: #21c48d;
    transition:all 0.5s ease-in-out;
}
ul.social-links span:hover {
    color: #fff;
}
.popular-area-served {
    padding: 50px 20px 30px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 15%);
}
.auto-column{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 10px;
}
.list-style li {
    padding-left: 20px;
}
ul.services-suburb a,.auto-column a{
    color:black;
    font-size: 15px;
    transition:all 0.5s ease-in-out;
}
ul.services-suburb a:hover,.auto-column a:hover{
    color:#20bd88;
}
.header-wrap {
    position: relative;
    z-index: 999;
}

.faq-section .sub_pg{
	padding:0px !important;
}

.faq-section .text-block .sub_pg1{
	box-shadow: 0px 30px 60px 0px rgb(8 8 8 / 11%);
}
.possumbox{
	background:linear-gradient(to right,#1a9e72,#1db180,#20c58e);
	padding:3%;
	box-shadow:10px 10px 5px grey;
	margin-bottom:2%;
	color:#fff;
}
.centerbox{
	display:block;
	text-align:center;
}
.eolbox{
	padding:2%;
	text-align:center;
	box-shadow:1px 1px 5px #000;
color:#000;
	transition:all 0.3s;
	font-size:18px;
}
.eolbox:hover{
	padding:2%;
	text-align:center;
	box-shadow:10px 10px 5px grey;
color:#fff;
	background-color:#21c48d;
}
.property{
	background-color:#21c48d;
	color:#fff;
	padding:3%;
	margin:2% 0%;
}
.process6{
	background-color:#000;
	color:#fff;
	padding:2%;
	margin-bottom:2%;
}
.process6 h3{
	color:#fff;
	text-align:center;
}
#slider-2-slide-5-layer-7 {
    display:none!important;
}
