a:hover {
    text-decoration: none;
}
body {
    overflow-x: hidden;
}
/* Zoom in on hover */
.hover-zoom-in .fl-photo-content {

}
.hover-zoom-in .fl-photo-content .fl-photo-img {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  will-change: transform;
}
.hover-zoom-in .fl-photo-content .fl-photo-img:hover {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/*Contact Form 7*/


textarea {
    resize: none;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-response-output {
    text-align: center;
    margin: 10px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid red;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: green;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid red;
    background: red;
    color: #fff;
}
span.wpcf7-spinner {
    background-image: url("https://totalpipelinecleaning.com/wp-content/uploads/2024/04/loader.gif");
    margin: 10px auto;
    padding: 15px 55px;
}

.wpcf7 .ajax-loader {
    width: 100%;
    background-color: transparent;
    height: 20px;
    border-radius: 0;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.wpcf7 form.submitting .ajax-loader {
    margin: 10px 0;
}
.wpcf7-spinner:before {
    display: none;
}
.screen-reader-response {
    display: none;
}
.submitting span.wpcf7-spinner {
    display: block;
}
span.wpcf7-spinner {
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 20px;
    border-radius: 0;
	  background-color: transparent;
    display: none;
}

/*End of Contact Form 7*/


.main-content .pp-infobox .pp-more-link {
    display: block;
    margin: 20px auto  !important;
    max-width: 210px;
}

div.pp-infobox > div.pp-icon-wrapper > div.pp-infobox-image > img {
    width: 100px;
    height: 100px;
}




@media only screen and (min-width: 1280px) {


.margin-left-30vw {
    width: 30vw;
    max-width: 35vw;
    margin-left: calc(50% - 50vw);
}

.margin-right-70vw {
    width: 70vw;
    max-width: 65vw;
    margin-right: calc(50% - 50vw);
}
	
.margin-left-60vw {
    width: 60vw;
    max-width: 60vw;
    margin-left: calc(50% - 50vw);
}

.margin-right-40vw {
    width: 50vw;
    max-width: 50vw;
    margin-right: calc(50% - 50vw);
}
.margin-left-50vw {
    width: 50vw;
    max-width: 50vw;
    margin-left: calc(50% - 50vw);
}

.margin-right-50vw {
    width: 50vw;
    max-width: 50vw;
    margin-right: calc(50% - 50vw);
}

}


@media only screen and (min-width: 993px) and (max-width: 1279px) {
.page-title > .fl-col-content {
    padding-left: 20px;
}

}

@media only screen and (min-width: 993px) and (max-width: 1520px) {
.innerbanner .pp-dual-button-content .pp-dual-button, .pp-dual-button-content .pp-dual-button {
    margin: 5px;
}
}
@media only screen and (min-width: 481px) and (max-width: 609px) {
.innerbanner .pp-dual-button-content .pp-dual-button, .pp-dual-button-content .pp-dual-button {
    margin: 5px;
}

}