/**
 * Updating this file with Bootstrap changes:
 *
 * 1. Go to http://getbootstrap.com/customize/
 * 2. Un-toggle everything
 * 3. Check: 'Typography'
 * 4. Download
 * 5. Remove margin property on body tag
 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  /*border-bottom: 1px dotted;*/
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border: none;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  /*border-bottom: 1px solid #eeeeee;*/
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  /*border-bottom: 1px dotted #777777;*/
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gfield_captcha_container img {
    width: 8% !important;
    height: 12%;
}





/* Mosquito And Tick  */
*{
/*     font-family: 'Montserrat', sans-serif; */
    padding: 0;
    margin: 0;
    /*list-style: none;*/
    text-decoration: none;
}

.bulletpoint {
    padding: 0 10px;
    list-style:inside;
}
.bef-two {
    height: 440px;
}

.banner {
    display: none;
}
.banner, .expect, .OUR{
    background-image: url(https://cleanandclearpowerwashing.com/wp-content/uploads/2022/02/Layer-1.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 10% 0 0 5%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: inline-block;
}
.expect{
    background-image: url(https://cleanandclearpowerwashing.com/wp-content/uploads/2022/02/back.png);
    padding: 2.5% 0 11% 0;
}
.container{
    max-width: 1400px;
    margin: auto;
}
.OUR{
    background-image: url(https://cleanandclearpowerwashing.com/wp-content/uploads/2022/02/box-3.png);
    padding: 10% 0 60px 0;
}
.inner-contain {
     background-color: #203c6d;
    float: right;
    width: 45.7%;
    padding: 64px 0 85px 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}
.inner-banner {
   height: 79vh;
    padding-left: 15%;
    padding-top: 4%;
}
.page-template .home-carousel-wrap .carousel-wrap img {
    width: 25%;
}
.mosquito-and-tick .title-featured {
    display: none;
}
 .inner-contain h1, .inner-contain span{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}
.inner-contain span{
    font-weight: 400;
    line-height: 26px;
}
.contract {
    background-color: #a6c742;
    width: 100%;
    display: inline-block;
    padding: 2% 0 2% 0;
}
.contract-contain h2 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
	text-transform: uppercase;
}
.contract-contain span {
    color: #fff;
    font-size: 30px;
    line-height: 57px;
    text-decoration: initial;
    font-style: italic;
    display: grid;
    place-items: center;
	text-align:center;
}
.half {
    width: 27.33%;
    float: left;
    margin: 0 40px;
}
.inputs input {
    width: 100%;
    padding: 14px 13px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    border: none;
    margin-bottom: 39px;
}
.inputs input::placeholder {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.inputs input[type="submit"] {
    background-color: #1a3763;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.inputs input[type="submit"]:hover {
    color: #1a3763;
    background-color: #fff;
}
.contract-contain {
    padding-bottom: 55px;
}
.flex .container {
    display: flex;
    justify-content: space-between;
}
.flex-both {
    width: 50%;
}
.flex-box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 23px;
	color: #1a3763;
}
.flex-box img {
    display: block;
    margin: 0 auto;
}
.flex-box p {
    text-align: center;
    COLOR: #1a3763;
    font-size: 20px;
    line-height: 30px;
    padding: 3.5% 9% 0 9%;
}
.flex-box span {
    display: grid;
    place-items: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 200px;
}
.flex-btn {display: table;margin: 0 auto;}
.flex-btn a {
    /*border: 1px solid #000;*/
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    background-color: #1a3763;
    padding: 16px 22px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 27px;
}
.flex-btn a:hover {
    background-color: #a6c742;
    border: 1px solid #a6c742;
    text-decoration: none;
}
.flex {
    width: 100%;
    padding: 5% 0 5% 0;
}
.expect-head h4, .choss-contain h5 {
    color: #1a3763;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 6%;
}
.steps {
    display: flex;
    align-items: center;
}
.step-box span {
    display: table;
    margin: 0 auto;
    border: 1px solid #a6c742;
    padding: 13px 51px;
    border-radius: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background-color: #a6c742;
	text-transform: uppercase;
}
.OUR .container {
max-width: 1640px;
}

.main-box p:nth-child(3) {
    padding-top: 0;
}
.wrap {
    padding-top: 187px;
}
.step-box p {
    text-align: center;
    font-size: 28.66px;
    color: #1a3763;
    padding: 5% 9% 0 9%;
	height: 16px;
}
.many-choss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choss-box {
   width: auto;
    display: table;
    margin: auto;
    padding-bottom: 37%;
    padding-top: 35%;
}
.choss-box span {
    display: table;
    margin: 0 auto;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #1a3763;
    padding: 0 9%;
    box-sizing: border-box;
    line-height: 31px;
}
.CHOOSE {
    padding: 3% 0 7% 0;
}

.main-box p:nth-child(3) {
    padding-top: 0px;
}


.main-box {
    background-color: #a6c742;
    width: 59%;
    padding: 4% 0 4% 0;
    border-radius: 12px;
}
.main-box h6 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 5%;
    position: relative;
}
.mosquito-and-tick .footer-widgets-wrap.pad-spacing-max {
    display: none;
}
.main-box h6::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 17%;
    height: 4px;
    bottom: 26%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-box p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0 13% 0% 13%;
}
.main-box p:nth-child(4) {
    padding-top: 21px;
}
.main-box p:nth-child(3) {
    padding-top: 0px !important; 
}
.last {
    display: flex;
    align-items: center;
    padding-top: 74px;
}
.last-box {
    background-color: #1a3763;
}
.last-box-two{
    background-color: #a6c742;
}
.last-box h3, .last-box-two h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 17px;
}

.last-box {
    padding: 5% 22% 6% 7%;
    box-sizing: border-box;
    width: 50%;
}
.last-box p, .last-box-two p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.revers {
    display: flex;
    flex-direction: row-reverse;
}
.bef, .bef-two, .last-main,  .bef-last {
    position: relative;
}
.last {
    padding-top: 74px;
}
.last-box-two {
    padding: 4.5% 0% 4.5% 4%;
    width: 50%;
    box-sizing: border-box;
}
.bef-two p {padding: 0 62% 0 0;}

.bef-two img {
    position: absolute;
    top: -40px;
    right: 41px;
}
.last-main img {
    position: absolute;
    top: 21%;
    left: 0;
}
.bef-last {
    padding: 7% 27% 5% 7%;
}
.bef-last {
    position: relative;
}
.bef-last img {
    position: absolute;
    top: 35px;
    right: 29px;
}
.last-box-two {
    width: 66%;
}
.bef {
    margin-right: 30px;
}
.last-main {
    padding: 6% 12% 6% 13%;
    margin-left: 30px;
}
.bef-last p {
    padding: 0 25% 0 0;
}
.revers {
    padding-top: 1%;
}
.bef img {
    position: absolute;
    top: 64px;
    right: -17px;
    margin: 0 auto;
}


.half-one {width: 30.33%;float: left;margin: 0 20px;}

.page-form input {
    width: 100%;
    padding: 14px 15px;
    border-radius: 9px;
    border: none;
    outline: none;
margin-bottom: 30px;
}

.page-form input::placeholder {
    font-size: 20px;
    color: #1a3763;
}

.page-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 20%;
    display: table;
    margin: 0 auto;
    background-color: #1a3763;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
	transition:all 0.5s ease;
}
.form-btn {
    padding-top: 14%;
}
.page-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-color: #000;
}

.img-box img {
    display: block;
    margin: 0 auto;
}
.col-one {
    width: 100%;
    flex: 0 0 16.7%;
    display: flex;
    flex-direction: column;
}
.page-template .carousel-inner {
    margin-top: -3.5%;
}
.col-one:nth-child(even) {
    flex-direction: column-reverse;
}
.page-template .carousel-wrap {
    padding-top: 0 !important;
}
.banner {
    margin-top: -4%;
display:none;
}
.bef-two h3 {
    padding: 0 76% 0 0;
    line-height: 29px;
}
.page-template .footer-widgets-wrap.pad-spacing-max {
}
.gfield_captcha_container img {
    width: 3% !important;
    height: 20%;
}
.footer-widgets-form .gform_body.gform-body .gform_fields .gfield_captcha_container img {
    width: 8% !important;
}
 input#input_1_8 {
    background-color: #f3f5f6;
    outline: none;
    border: none;
}
.gfield_captcha_container {
    display: flex;
    align-items: center;
}
.content-inner .gform_footer.top_label input#gform_submit_button_1 {
    background-color: #b20e00;
    border: 1px solid #b20e00;
    color: #fff;
    font-size: 17px;
    padding: 6px 16px;
    border-radius: 1px;
}

@media screen and (min-width: 568px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {}

@media screen and (min-width: 1024px) and (max-width: 1365px) {}

@media screen and (min-width: 1366px) and (max-width: 1600px) {}






