:root {
  --theme-color: #CF1118;
  --theme-color-second: #0077c8;
}

@font-face {
font-display:swap;
  font-family: myfont;
  src: url('/wp-content/themes/cleanimage101.com/assets/css/../fonts/FontsFree-Net-Kekasih.ttf');
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Roboto', sans-serif;
}

a {
  color: var(--theme-color-second);
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: inherit;
  
}
p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 10px;
  font-size: 17px;
}
ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
  font-weight: 500;
}

h3 {
  font-size: 37px;
}

h4 {
  font-size: 25px;
  font-weight: 500;
}
h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
  font-weight: 500;
}

.top-bar{
	text-align: center;
	font-size:30px;
	background-color: black;
	color: white
}
.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 37px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0 !important;
  box-shadow: none !important;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 25px;
  text-align: center;
  border: 2px solid var(--theme-color);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p{
  margin-bottom: 0px;
}


@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1210px;
}
}


/* ---------------------- */
.small {
  display: none;
}
header#main_header {
  position: sticky;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0;
}
#main_header li a {
  color: #000;
  font-size: 15px;
  padding: 32px 12px;
  display: inline-block;
}
#main_header li a:hover{
  color: var(--theme-color);
}
.call_hd {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
a.phone-call {
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
  width: 47px;
  text-align: center;
  line-height: 53px;
  height: 52px;
  border-radius: 6px;
  font-size: 27px;
  margin-right: 9px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}
a.phone-call:hover{
  background: #121212;
  color: var(--theme-color);
}
a.btn1:hover {
  background: #121212;
  color: var(--theme-color);
  box-shadow: 0px 7px 14px rgb(0 0 0 / 50%);
}
a.btn1 {
  color: #fff;
  background: #CF1118;
  display: inline-block;
  font-size: 18px;
  padding: 13px 0px;
  border-radius: 6px;
  width: 14rem;
  text-align: center;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
  text-transform: capitalize;
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end{ right:0; left: auto;  }
  .navbar li .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
  .navbar li:hover a{ color: #000;  }
  .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up{ top:180%;  }
  .navbar li:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

#main_header ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color);
  
}
#main_header  ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}
#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #ded8b9;
  margin: 0 0 0 0;
}
#main_header ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 11px 12px;
  border-radius: 3px;
}
#main_header ul.dropdown-menu.fade-up {
  border: none;
  background: #e6e4d9;
  padding: 0 0;
  min-width: inherit;
  width: 230px;
  border-radius: 3px;
  overflow: auto;
  min-height: 44px;
  max-height: 400px;
  height: initial;
  
}
a.navbar-brand img {
  width: 250px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0px;
  vertical-align: 0px;
  content: "\f107";
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0;
  font-family: FontAwesome;
  border-left: 0px;
}
/* ----------------- */



/* ---banner--- */

.banner_Section {
  background: url('https://cleanimage101.com/wp-content/uploads/2023/05/Hand-Car-Wash-and-Detailing.webp') no-repeat center;
  color: #000;
  padding: 80px 0px 299px;
}
.hd_banner span {
  font-family: myfont;
  font-size: 35px;
  text-align: center;
  display: block;
}
.hd_banner h1 {
  font-weight: 200;
  line-height: 69px;
}
.hd_banner h1 b {
    font-weight: 700;
    color: var(--theme-color);
}
.hd_banner h1 strong {
  font-weight: 200;
  font-size: 63px;
}
a.btn2 {
  background: transparent;
  border: 1px solid #cbc8c8;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  padding: 13px 0px;
  border-radius: 4px;
  font-size: 18px;
  width: 14rem;
  text-align: center;
}
a.btn2:hover {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
  box-shadow: 0px 14px 21px rgb(0 0 0 / 50%);
}
.review_item {
  margin-top: 70px;
}
.review_item a {
  margin-right: 12px;
}

/* ------- */

.offer_bg {
  background: url('https://cleanimage101.com/wp-content/uploads/2023/05/Car-Detailing-and-Engine-Cleaning.webp') no-repeat center;
  color: #fff;
  background-attachment: fixed;
  padding: 74px 0px;
}
 .offer_bg h2{
  font-family: myfont;
  font-weight: 400;
 }
 .we_offer_point {
  text-align: center;
}
.icon {
  background: var(--theme-color);
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 26px;
  width: 149px;
  height: 129px;
  line-height: 129px;
  transition: all 0.5s;
}
.we_offer_point:hover .icon {
  background: #1965b9;
}
.icon img {
  width: 70px;
}

.we_offer_point h5{
  font-weight: 300;
}
.car_item{
  border: 1px solid rgb(207, 200, 200);
  padding: 53px 32px;
  border-radius: 5px;
  transition: all 0.5s;
}
.car_item:hover img {
  transform: translate(20px, 0px);
  transition: all 0.6s;
}
.car_item img{
  transition: all 0.6s;
}
.car_item h4 {
  margin: 13px 0px 23px;
  font-family: 'Roboto', sans-serif;
}

.our_history h5 strong {
  font-weight: 600;
}
/* ---------------------- */

.our_history {
  background: url('https://cleanimage101.com/wp-content/uploads/2023/05/Mobile-Car-Detailing-Company-Los-Angeles.webp') no-repeat center;
  color: #000;
  padding-bottom: 490px;
  padding-top: 0px;
}
.our_history h5 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 22px;
}
section.our_history h3 {
  font-weight: 300;
}
section.our_history.bg-cover span {
  font-family: myfont;
  color: #CF1118;
  font-size: 39px;
}


/* ---------------- */

.cleane_steam_video {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/steam-cleaning-bg.jpg') no-repeat center;
  color: #fff;
  padding: 182px 0px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateX(0%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--theme-color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--theme-color);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.video_watch {
  position: relative;
  margin-top: 60px;
}
.video_watch h4 {
  font-family: 'myfont';
  font-size: 37px;
  margin-left: 102px;
}



/* .area------ */

.area_banner {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/Glendale-area-banner.jpg') no-repeat center;
  padding: 180px 0px 50px;
  color: #fff;
}
a.btn3 {
  background: #fff;
  color: #000;
  border: 1px solid #cbc8c8;
  display: inline-block;
  text-transform: capitalize;
  padding: 13px 75px;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 0px 7px 14px rgb(0 0 0 / 50%);
}

a.btn3:hover {
  background: rgba(256,256,256,0.3);
  color: #fff;
  border: 1px solid #cbc8c8;
  box-shadow: none;
}
.area_detials_heading h1 {
  /* font-size: 76px; */
  line-height: 80px;
  text-transform: uppercase;
}
.area_detials_heading {
  padding-left: 38px;
}
.area_detials_heading p {
  font-weight: 300;
  padding-right: 80px;
}
.area_detials_heading h3 {
  /* font-size: 32px; */
  text-transform: uppercase;
  font-weight: 400;
}
.area_information {
  padding-top: 110px;
}
a.call_area {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
}
a.call_area img {
  margin: 0 20px 0 0px;
}

/* ...testimonial----------- */



.testimonial_Section {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/testmonial-bg.png') no-repeat center;
  padding: 140px 0 100px;
}
.client_review {
  background: #fff;
  color: #000;
  padding: 50px 130px 68px 0px;
  border-radius: 6px;
  position: relative;
  z-index: -22;
  box-shadow: 0px 30px 50px rgb(0 0 0 / 90%);
}
/* .client_review:before{
  content: "";
  position: absolute;
  left: 0;
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/round-img.png') no-repeat center;
  width: 400px;
  height: 400px;
} */
.review_img {
  display: flex;
}

.img img {
  width: 90px !IMPORTANT;
  border-radius: 100px;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 80%);
}
.img_clone img {
  width: 60px !important;
}
.img_clone {
  position: absolute;
  right: 50px;
  top: 90px;
}
.content_review p {
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 300;
  padding-left: 31px;
}
.img_round {
  position: absolute;
  left: 100px;
  width: 190px;
  top: -70px;
}
.img_round img {
  width: 230px;
}
.img {
  position: relative;
}
.img:before {
  background: #4a2334;
  content: "";
  width: 109px;
  height: 1px;
  position: absolute;
  top: 48px;
  z-index: -222;
}
.content_review h4 {
  color: #362418;
  font-size: 20px;
  font-weight: 700;
  margin: 38px 31px 0px;
  position: relative;
}
.content_review h4:before {
  background: #4a2334;
  content: "";
  width: 109px;
  height: 1px;
  position: absolute;
  top: 12px;
  z-index: -222;
  left: -130px;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: initial;
  line-height: 0;
  height: 0;
}
.letter h5 {
  color: #CF1118;
  font-size: 170px;
  position: relative;
  bottom: 0px;
  right: -100px;
  margin-top: -60px;
  float: right;
  font-weight: 500;
}
section.testimonial_Section.bg-cover .heading h2 {
  text-align: right;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
}
.testimonial_Section .item {
  border-radius: 6px;
}

.testimonial_Section .owl-carousel span {
  width: 14px;
    height: 14px;
    margin: 0px 16px 0 0;
  background: #282828 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  outline: none !important;
}

.testimonial_Section .owl-carousel .active span {
  width: 14px;
    height: 14px;
    margin: 0px 16px 0 0;
  background: #2e82ea !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.testimonial_Section .owl-dots {
  margin: -10px 0 0;
}
.owl-nav {
  display: none;
}

.employess_item {
  text-align: center;
}
.employess_item h4 {
  font-weight: 600;
  margin: 14px 0 4px;
}
.social_ftr {
  background: #eb151d;
  color: #fff;
  display: block;
  padding: 10px 52px;
  border-radius: 50px;
  margin-top: -20px;
  position: relative;
  top: -20px;
  width: 210px;
  margin: -20px auto -16px;
}
.social_ftr a {
  color: #fff;
  font-size: 20px;
  margin: 0px 3px;
}

.content_section {
  text-align: center;
  padding-top: 45px;
}
a.link-call {
  color: #000;
  font-size: 42px;
  border-right: 1px solid #000000;
  padding-right: 50px;
  line-height: 60px;
  display: inline-block;
}
/* .content_section  a.btn1 {
  color: #fff;
  background: #df0600;
  display: inline-block;
  font-size: 18px;
  padding: 13px 0px;
  border-radius: 6px;
  width: 13rem;
  text-align: center;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
  margin: 0 10px 0 0;
} */
/* a.blue-bg:hover{
  color: #fff;
  background: #1e1e1e;
} */
a.btn1.blue-bg:hover {
  color: #fff;
  background: #1e1e1e;
}
.content_section p {
  margin-bottom: 40px;
}
.best-car-99 h2 {
  color: #000;
  border-left: 7px solid #2e82ea;
  padding-left: 27px;
  line-height: 66px;
  margin-bottom: 27px;
}
.interior-car-99 h2 {
  padding-left: 27px;
  line-height: 66px;
  margin-bottom: 27px;
  border-left: 7px solid var(--theme-color) !important;
}
a.blue-bg{
  background-color: #2e82ea;
}
.interior-car-99 {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/car-back-99.webp');
  color: #fff;
  padding: 120px 0px;
}
.red h2{
  border-left: 7px solid var(--theme-color) !important;
}
/* .interior-car-99 h2{
  padding-left: 30px;
  border-left:3px solid #eb151d;
  color: #fff;
} */
/* .our-service-99 h2{
  color: #000;
  font-weight: 400;
 
} */
.our-service-99 h3{
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 25px;
}
.card-99-content {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/01.png') no-repeat center;
  padding: 13px;
}
.bg-content-1{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/02.png');
}
.bg-content-2{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/03.png');
}
.bg-content-3{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/04.png');
}
.bg-content-4{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/05.png');
}
.bg-content-5{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/06.png');
}
.bg-content-6{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/07.png');
}
.bg-content-7{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/08.png');
}
.bg-content-8{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/09.png');
}
.bg-content-9{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/10.png');
}
.ser-99-card {
  border-radius: 7px;
  border: 1px solid #363434;
  background: #fff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
}
.card-99-image img{
  width: 50%;
  
}
.card-99-image {
  text-align: center;
  position: relative;
  margin-top: -40px;
  margin-bottom: -16px;
}
.wap {
  padding-bottom: 70px;
}

.contact-99 p{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-99 p a{
  color: #000;
  font-weight: 600;
}
.contact-99 {
	border-right: 2px solid #2e82ea;
}
.car-steam-99{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/scale-99.png');
}

.why-1{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/01.jpg');
}
.why-2{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/02.jpg');
}
.why-3{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/03.jpg');
}
.why-4{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/04.jpg');
}
.why-5{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/05.jpg');
}
.why-6{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/06.jpg');
}
.why-box {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 10px;
  margin: 13px 15px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
}
.why-img img {
  width: 100px;
  margin: 1px 1px;
  border-radius: 100px;
}
.why-content {
  text-align: center;
}
.why-content h4{
  color: #000;

}
.why-img {
  position: relative;
  margin-top: -30px;
  margin-left: -30px;
}

.car-steam-98 {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/ext-99.png');
  padding: 95px 0px;
}

.button_area a {
  margin-right: 4px;
}
.button_area {
  margin-top: 37px;
}


@media screen and (max-width: 767px) {
  .ser-99-card {
    border-radius: 7px;
    border: 1px solid #000;
    margin-bottom: 30px;
  }
  .our-service-99 h3 {
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
  }
  .contact-99 p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 50px;
  }
}

.item_post {
  background: #fff;
  box-shadow: 4px 7px 13px rgb(187 187 187 / 50%);
  padding: 26px 18px;
  border: 1px solid #e9e9e9;
  margin-bottom: 52px;
  min-height: 421px;
  width: 100%;
}
.item_post img {
  width: 49px !IMPORTANT;
  margin-bottom: 19px;
}
.item_post p {
  line-height: 19px;
  margin-bottom: 12px;
  font-size: 15px;
}
.item_post i.fa {
  color: #ffc31a;
  margin: 0 4px 0 0;
  display: inline-block;
}
.item_post h5 {
  margin: 4px 0 0;
  font-size: 16px;
}
.item_post h5 strong {
  font-weight: 500;
  font-style: italic;
}
.owl-carousel.owl-theme.client_slider.owl-loaded.owl-drag {
  margin-top: 10px;
}

.customer_reviews .owl-carousel span{
  width: 10px;
  height: 10px;
  background: #1e1e1e;
  display: block !important;
  border-radius: 30px;
  outline: none !important;
  transition: all 0.6s;
  margin: 0px 4px;
}

.customer_reviews .owl-carousel .active span{
  width: 40px;
  height: 10px;
  background: var(--theme-color);
  display: block !important;
  border-radius: 30px;
  outline: none !important
  transition: all 0.6s;
}
.owl-dots {
  margin: 0 auto;
  display: table;
}


/* --------------pricing--- */

.pricing {
  background: #ffebed;
  border: 1px solid #e1dbdb;
  padding: 28px 22px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.pricing:hover{
  background: #121212;
  color: #fff;
}
.pricing h4 {
  margin-bottom: 35px;
}
.pricing ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 13px;
}
.pricing ul li:before {
  content: "✔";
  position: absolute;
  left: 0;
  font-size: 20px;
}
.pricing_starting {
  position: absolute;
  background: var(--theme-color);
  color: #fff;
  padding: 27px;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
  clip-path: polygon(0 69%, 100% 5%, 100% 100%, 0% 100%);
  padding-top: 76px;
  border-radius: 0px 0px 12px 12px;
}
.pricing ul {
  min-height: 710px;
}
.pricing_starting span {
  font-size: 21px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
}
.pricing_starting h5 {
  font-size: 47px;
  font-weight: 500;
}

.pricing.active {
  background: #121212;
  color: #fff;
}
.get_easy_detailing.text-center h4 {
  font-weight: 400;
}
.get_easy_detailing.text-center {
  margin-top: 90px;
}


.google_reviews{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/google-review-bg.jpg') no-repeat center;
}

.google_reviews .item_post {
  background: #fff;
  box-shadow: initial;
  padding: 23px 22px;
  border: 1px solid #e9e9e9;
  margin-bottom: 0px;
  min-height: 405px;
  width: 100%;
  border-radius: 9px;
}
.google_reviews a.btn1 {
  color: #fff;
  background: #CF1118;
  display: inline-block;
  font-size: 14px;
  padding: 13px 0px;
  border-radius: 6px;
  width: 17rem;
  text-align: center;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}
.google_review_img img {
  margin-bottom: 43px;
}
.google_review_img {
  text-align: center;
}

.our_gallery img{
  border-radius: 8px;
}

.facebook_review .item_post {
  background: #fff;
  box-shadow: 4px 7px 13px rgb(187 187 187 / 50%);
  padding: 26px 18px;
  border: 1px solid #e9e9e9;
  margin-bottom: 25px;
  min-height: 291px;
  width: 100%;
}
.facebook_review a.btn1 {
  color: #fff;
  background: #CF1118;
  display: inline-block;
  font-size: 17px;
  padding: 13px 0px;
  border-radius: 6px;
  width: 21rem;
  text-align: center;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}
section.cleane_steam_video.bg-cover h2 {
  font-size: 62px;
}

.clean_img_banner{
  background: url('https://cleanimage101.com/wp-content/uploads/2023/05/STEAM-CLEANING.webp') no-repeat center;
}
.area_location.text-center h4 {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
}
.area_location.text-center {
  position: relative;
}
.area_location.text-center:hover img {
  transform: scale(1.2);
}
.img_area {
  overflow: hidden;
  border-radius: 10px;
}

.img_area img{
  transition: all 0.8s;
}
.area_location h4 a{
  color: #fff;
}
.contact_Section input {
  width: 100%;
  height: 55px;
  padding: 0px 12px;
  border: 1px solid #d5d0d0;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 0px 6px rgb(157 151 151 / 50%);
}
.contact_Section textarea {
  width: 100%;
  height: 155px;
  padding: 12px 12px;
  border: 1px solid #d5d0d0;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 0px 6px rgb(157 151 151 / 50%);
}
.contact_Section button {
  color: #fff;
  margin: 0 auto;
  display: table;
  background: #CF1118;
  border: none;
  height: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 0px 112px;
  margin-top: -9px;
  border-radius: 5px;
  transition: all 0.6s;
}

.contact_Section button:hover{
  background: #121212;
  color: var(--theme-color);
}
.blog-latest img {
  height: 215px;
  object-fit: cover;
  border-radius: 5px;
}
.blog_item h4 a {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

a.link-area {
  color: #CF1118;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
}
.blog-latest {
  margin-bottom: 35px;
}
.latest_blog_item2 h4 a {
  color: #000;
      font-size: 22px;
    line-height: 32px
  display: inline-block;
}
.latest_blog_item2 .button_area {
  margin-top: 19px;
}
.latest_blog_item2 p {
  margin-bottom: 10px;
}


.yelp_review{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/yelp-bg.jpg') no-repeat center;
}
.review_yelp img {
  width: 41px !important;
  margin-bottom: 20px;
}
.star.d-flex.align-items-center img {
  width: 122px !important;
  margin: 0 11px 0 0px;
}
.review_yelp {
  background: #fff;
  padding: 42px 22px;
  border-radius: 10px;
}



/* faq start */
.faq-sec .accordion-item {
  background-color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #7f7f7f !important;
  padding: 20px 0;
}
.faq-sec .accordion-button:focus {
  z-index: 3;
  border-color: #ffaf8a;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}
.faq-sec .accordion-button.collapsed {
  color: #000;

}
.border-faq{
  border: 1px solid #000;
}
.faq-img-qus img{
  width: 100px;
}
.faq-img-qus{
  text-align: right;
}
.faq-sec .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.faq-border h2 {
  position: relative;
  border-left: 3px solid #2e82ea;
  padding: 10px;
  padding-left: 30px;
}
.faq-border h3{
  color: #000;
  margin-bottom: 0px;
  font-weight: 300;
}
.faq-border h3 a{
  color: #000;
  font-weight: 600;
}
.middle-brder{
  position: relative;
}
.middle-brder::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 100%;
  width: 1px;
  left: 103%;
  top: 0px;
}

/* before after */

/* watch our video */
.watch-text {
  text-align: center;
  padding: 0px 25px;
}
.watch-text img {
  width: 270px;
}
.watch-text h2 {
  color: #000;
  margin-top: 10px;
}
.play-button img {
  border-radius: 100%;
  position: relative;
  left: 83%;
  width: 150px;
  bottom: 80px;
}
.watch-our-video {
  padding: 100px 0px 0px;
}
/* footer start */
.footer-logo img{
width: 200px;
margin-bottom: 10px;
}
.footer-menu{
  text-align: left;
}
.footer-menu li {
  display: block;
}
.footer-menu li a{
  color: #666;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.footer-menu a {
  color: #666;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.footer-menu-1{
  text-align: right;

}
.footer-menu-1 p {
  color: #666;
  margin-top: 13px;
  margin-bottom: 10px;
}
.footer-menu-1 a{
  color: #e7291d;
  font-size: 24px;
}
.copy-right p{
  text-align: right;
}
.icon-footer a i{
  color: #666;
  margin-right: 20px;
  font-size: 18px;
}
.copy-right p{
  color: #666;
  text-transform: capitalize;
}
.footer-p {
  margin-top: 22px !important;
}
.faq-border h3 {
  color: #000;
  margin-bottom: 0px;
  font-weight: 300;
}
.row-gap1{
  margin-top: 66px;
}
.border_right{
  border-left: 1px solid #7f7f7f;
}

.faq-content1 {
  padding-right: 45px;
}
.faq-content2{
  padding-left: 45px;
}
.faq-sec .accordion-button{
  padding: 4px 0 !important;
}
.faq-sec .accordion-button:focus{
  box-shadow:initial !important;
}
.faq-sec .accordion-button:not(.collapsed){
  box-shadow:initial !important;
}
.faq-sec .accordion-body{
  padding: 15px 0 !important;
}
.row-below{
  margin-top: 20px;
}


/*tac area css class*/
.tac_area{
	color: #e90900;
	font-size:15px;
}


/* contact form */
.lynwood{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/03/map-1.jpg') no-repeat center;
}
.losangeles{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/map.jpg') no-repeat center;
}
.sandimas{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/san-dimas.jpg') no-repeat center;
}
.norco_bg{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/narco.jpg') no-repeat center;
}
.montclair{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/montclair-california.jpg') no-repeat center;
}
.upland_bg{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/upland.jpg') no-repeat center;
}
.sanbernardino{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/san-barnardino.jpg') no-repeat center;
}
.rancho{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/rancho-cucamonga.jpg') no-repeat center;
}
.chino{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/chino.jpg') no-repeat center;
}
.chinohills{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/chino-hills.jpg') no-repeat center;
}
.moreno{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/contact-bg-8.jpg') no-repeat center;
}
.rialto{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/rialto.jpg') no-repeat center;
}
.fontana{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/fotona.jpg') no-repeat center;
}
.huntington{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/hungtington-beach.jpg') no-repeat center;
}
.irvine{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/irvine.jpg') no-repeat center;
}
.santaana{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/santa-ana.jpg') no-repeat center;
}
.anaheim{
     background: url('https://cleanimage101.com/wp-content/uploads/2023/02/anaheim.jpg') no-repeat center;	
}

.longbeach{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/long-beach.jpg') no-repeat center;
}
.santamonica{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/santa-monica.jpg') no-repeat center;
}
.arcadia{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/arcadia.jpg') no-repeat center;
}
.pomona{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/pomona.jpg') no-repeat center;
}
.beverly{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/beverly.jpg') no-repeat center;
}
.burbank{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/burbank.jpg') no-repeat center;
}
.canada{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/la-canada-frintringe.jpg') no-repeat center;
}
.glendale{
	background: url('https://cleanimage101.com/wp-content/uploads/2023/02/glendale.jpg') no-repeat center;
}
.pasadena {
  background: url('https://cleanimage101.com/wp-content/uploads/2023/02/pasadena.jpg') no-repeat center;
}
.get_a_free {
  padding: 100px 0px 40px;
}
.form_contact {
  text-align: center;
  background: #fff;
  padding: 50px 32px;
  border-radius: 7px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}
.form_contact h3 {
  color: red;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 25px;
}
.form_contact input {
  width: 100%;
  border: 1px solid #c7c5c5;
  border-radius: 3px;
  font-size: 15px;
  height: 46px;
  padding: 0px 15px;
  outline: none;
}
.form_contact textarea {
  width: 100%;
  border: 1px solid #c7c5c5;
  border-radius: 3px;
  font-size: 15px;
  height: 98px;
  padding: 15px 15px;
  outline: none;
}
.form_contact button {
  background: red;
  color: #fff;
  width: 100%;
  height: 46px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 3px;
  margin-top: -9px;
  transition: all 0.6s;
}
.form_contact button:hover{
  background: var(--theme-color-second);
  color: #fff;
}
.service_item:hover {
  background: #151515;
  color: #fff;
  border: 1px solid var(--theme-color-second);
}

.end{
  text-align: right;
}

.end h3{
  color: #fff;
  font-size: 100px;
}


.bef-aft .container {
  max-width: 700px;
}

#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

figure {
  position: absolute;
  background-image: url('/wp-content/themes/cleanimage101.com/assets/css/../image/before-img.jpg');
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#divisor {
  background-image: url('/wp-content/themes/cleanimage101.com/assets/css/../image/after-img.jpg');
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.bef-aft  input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.bef-aft input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

.bef-aft input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

.bef-aft input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.why-box {
	border: 1px solid #000;
	border-radius: 9px;
	padding: 10px;
	margin: 13px 15px;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
	height: 100%;
}
.review_yelp h4 {
  margin-bottom: 9px;
}
.star.d-flex.align-items-center h6 {
  margin-bottom: 0px;
}
.review_yelp p {
  line-height: 24px;
  font-size: 15px;
  margin: 4px 0 4px;
  color: #888;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* --------------- footer */

.footer_area {
  background: #000;
  color: #fff;
  padding: 130px 0px 130px;
  position: relative;
}
.footer_menu h4 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
/* .footer_menu h4:before {
  content: "";
  background: var(--theme-color);
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 32px;
} */
.footer_menu li a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.footer_menu li a strong {
  font-size: 22px;
  font-weight: 600;
}
.social_icon {
  margin-top: 35px;
}
.social_icon a img {
  width: 45px;
  margin-right: 10px;
}
.store a img {
  width: 182px;
  margin-right: 15px;
}
.store {
  padding-top: 54px;
}
.footer_menu li p{
  font-weight: 300;
}
.store p {
  margin: 48px 191px 40px 0;
}
.car_footer {
  position: absolute;
  right: 0;
  top: 35px;
}
.car_footer img {
  width: 329px;
}
.card_img a img {
  width: 68px;
}
.latest_blog_item .blog_item h4 {
  margin-bottom: 8px;
}
.latest_blog_item .blog_item p {
  margin-bottom: 16px;
}






/* before-after---- */

#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

figure {
  position: absolute;
  background-image: url('/wp-content/themes/cleanimage101.com/assets/css/../image/before-img.jpg');
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#divisor {
  background-image: url('/wp-content/themes/cleanimage101.com/assets/css/../image/after-img.jpg');
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.bef-aft  input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.bef-aft input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

.bef-aft input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

.bef-aft input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.why-box {
	border: 1px solid #000;
	border-radius: 9px;
	padding: 10px;
	margin: 13px 15px;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
	/* width: ; */
	height: 100%;
}
section.bef-aft.pt-0 h4 {
  font-weight: 600;
  font-size: 30px;
  margin: 18px 0 0;
}
.service_icon_item {
  display: block;
  width: 100%;
}
.service_item_island {
  border: 1px solid #000;
  border-radius: 9px;
  box-shadow: 0px 17px 23px rgb(181 178 178 / 50%);
  padding: 13px 35px 20px;
  text-align: center;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  z-index: 222;
  width: 18.5%;
  display: inline-block;
  margin: 0px 7px 90px;
}
.service_item_island:hover{
    background: var(--theme-color-second);
    color: #fff;
    border: 1px solid var(--theme-color-second);
}
.service_item_island:hover .icon_img {
  transform: translate(0px, -20px);
}
.service_item_island:hover span {
  opacity: .1;
}
.icon_img {
  background: #eb151d;
  width: 98px;
  margin: -64px auto 11px;
  height: 98px;
  line-height: 98px;
  border-radius: 100px;
  box-shadow: 0px 0px 24px rgb(235 21 29 / 50%);
  border: 1px solid #fff;
  transition: all 0.5s;
}
.icon_img img {
  width: 56px;
}
section.our_Service_island .heading {
  margin-bottom: 90px;
}
.service_item_island h4 {
  /* font-size: 25px; */
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 9px;
}
.service_item_island span {
  font-family: 'Saira', sans-serif;
  font-size: 100px;
  color: #e5e5e5;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  z-index: -2222;
  opacity: .7;
  right: 0;
  transition: all 0.5s;
}

.service_icon_item {
  display: block;
  width: 100%;
}
.our_Service_island .content_section {
  text-align: center;
  padding-top: 68px;
}
.comon_area_heading h2 {
  border-left: 7px solid #2e82ea;
  padding-left: 27px;
  line-height: 66px;
  margin-bottom: 27px;
}


.why_clean_mobile {
  border: 1px solid #000;
  border-radius: 9px;
  box-shadow: 0px 17px 23px rgb(181 178 178 / 50%);
  padding: 31px 25px 26px;
  text-align: right;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  z-index: 222;
  display: inline-block;
  margin: 30px 12px;
  min-height: 214px;
}

.why_clean_mobile h4 {
  /* font-size: 26px; */
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
}
.why_clean_mobile .icon_img {
  background: #eb151d;
  width: 98px;
  margin: 0;
  height: 98px;
  line-height: 98px;
  border-radius: 100px;
  box-shadow: 0px 0px 24px rgb(235 21 29 / 50%);
  border: 1px solid #fff;
  transition: all 0.5s;
  position: absolute;
  top: -30px;
  left: -20px;
}
.why_clean_mobile span {
  font-family: 'Saira', sans-serif;
  font-size: 100px;
  color: #e5e5e5;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  z-index: -2222;
  opacity: .7;
  right: 0;
  transition: all 0.5s;
  top: -30px;
}
.why_clean_mobile p {
  margin-bottom: 12px;
  min-height: 130px;
}
section.why_clean_image .heading {
  margin-bottom: 50px;
}

.why_clean_mobile:hover {
  background: var(--theme-color-second);
  color: #fff;
  border: 1px solid var(--theme-color-second);
  transform: scale(1.1);
}

.why_clean_mobile:hover span {
  opacity: .1;
}

.why_clean_image .content_section {
  text-align: center;
  padding-top: 30px;
}
#about{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/about-banner.jpg') no-repeat center;
}
#contact{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/cotact-banner.jpg') no-repeat center;
  color: #000;
}
.inner_section {
  padding: 230px 0px;
  color: #fff;
  text-transform: uppercase;
}

.about_everything {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/about-bg-banner.jpg') no-repeat center;
  padding: 70px 0px 310px;
  color: #000;
}
section.about_everything.bg-cover h2 span {
  display: block;
  font-size: 43px;
  font-weight: 300;
}
section.about_everything.bg-cover .heading h2 {
    font-size: 65px;
}

.mobile_car_detailing .video_watch {
  bottom: 0;
  right: 60px;
  top: 100px;
  /* display: flex; */
  /* align-items: center; */
  right: 40px;
  position: absolute;
}
.mobile_car_detailing  .video-play-button {
  position: inherit;
  z-index: 10;
  top: 0;
  left: 0;
  transform: inherit;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.mobile_car_detailing .video_watch h4 {
  font-family: 'myfont';
  font-size: 37px;
  margin-left: 102px;
  margin-bottom: 0px;
  padding-top: 22px;
  color: #fff;
}
.img_about_Video {
  position: relative;
}
.clean_image_team {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/about-bg-banner3.jpg') no-repeat center;
  color: #fff;
  padding: 100px 0px;
}
/* .clean_img_content .heading {
  padding: 80px 70px;
} */

@media (min-width: 576px){
  .modal-dialog {
    max-width: 920px;
    margin: 1.75rem auto;
}
}

.info_contact.text-center {
  border: 1px solid #CF1118;
  border-radius: 6px;
  padding: 29px 12px;
  height: 100%;
}

.info_contact.text-center img {
  margin-bottom: 21px;
}
.info_contact.text-center h4 {
  color: #eb221c;
  font-size: 21px;
}
.info_contact.text-center p {
  margin-bottom: 0px;
  color: #000;
}
.info_contact.text-center p a{
  color: #000;
}
section.get_in_touch.text-center input {
  width: 100%;
  border: none;
  height: 58px;
  padding: 0px 15px;
  outline: none;
  box-shadow: 0px 0px 10px rgb(207 201 201 / 85%);
  border-radius: 5px;
}
section.get_in_touch.text-center textarea {
  width: 100%;
  border: none;
  height: 128px;
  padding: 15px 15px;
  outline: none;
  box-shadow: 0px 0px 10px rgb(207 201 201 / 85%);
  border-radius: 5px;
}
section.get_in_touch.text-center button {
  background: var(--theme-color);
  color: #fff;
  border: none;
  height: 58px;
  padding: 0px 103px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -9px;
  border-radius: 5px;
  transition: all 0.5s;
}
section.get_in_touch.text-center button:hover{
  background: var(--theme-color-second);
}

.map{
  line-height: 0;
}
section.get_a_free h2 {
  text-align: right;
  color: #fff;
  margin: 20px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 81px;
}
section.get_a_free h2 span {
  display: block;
  font-size: 100px;
  font-weight: 200;
}
section.faq-sec .row {
  align-items: center;
}
.faq-img-qus img {
  width: 80px;
}

#package_banner{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/packges-banner.jpg') no-repeat center;
}
section.packges_section h3 {
  font-weight: 500;
}
section.packges_section .heading span {
  font-family: myfont;
  color: #CF1118;
  font-size: 39px;
}
.img_pricing img {
  margin: -59px auto 36px;
  display: table;
  border-radius: 100px;
  border: 1px solid #000;
}

.inner_packges .gap {
  margin-bottom: 67px;
}
.inner_packges h4 {
  margin-bottom: 8px;
}
.inner_packges h5 {
  font-weight: 500;
  margin-bottom: 28px;
}
.inner_packges ul {
  min-height: 410px;
}
a.moreless-button.read-more-btn-style {
  color: #CF1118;
  font-weight: 600;
  display: block;
  margin: 20px 0 0;
  cursor: pointer;
}
.inner_packges .pricing {
  background: #ffebed;
  border: 1px solid #e1dbdb;
  padding: 28px 22px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  transition: all 0.6s ease-in-out;
  min-height: 850px;
  color: #000;
}

.inner_packges ul {
  min-height: 220px;
}
.inner_packges .pricing:hover {
  background: #121212;
  color: #fff;
}
.popular span {
  font-weight: 600;
}
.inner_packges .pricing p {
  line-height: 27px;
  margin-bottom: 14px;
}
.inner_packges h5 {
  font-weight: 500;
  margin-bottom: 18px;
}
section.packges_section.inner_packges .row .col-lg-4 {
  margin-bottom: 70px;
}
section.packges_section.inner_packges {
  padding: 80px 0 30px;
}
.review_yelp p {
  line-height: 24px;
  font-size: 15px;
  margin: 4px 0 4px;
  color: #888;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.review_yelp h4 {
  margin-bottom: 9px;
  font-size: 22px;
}
#career{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/career-banner.jpg') no-repeat center;
}
section.join_our_team .heading h3 {
  font-weight: 400;
}
section.join_our_team .heading span {
  font-family: myfont;
  color: #CF1118;
  display: block;
  font-size: 39px;
  font-weight: 400;
}
.car_carrer {
  position: relative;
}
.car_carrer img{
  border-radius: 10px;
}
.car_carrer:before {
  position: absolute;
  left: 28px;
  width: 100%;
  content: "";
  background: transparent;
  height: 100%;
  border: 5px solid #eb221c;
  top: -28px;
  z-index: -22;
}
.join_our_team .gap {
  margin-bottom: 76px;
}
.car_carrer {
  position: relative;
  box-shadow: 0px 0px 28px rgb(0 0 0 / 50%);
  border-radius: 12px;
}

.what_we_will {
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/career-bg-1.jpg') no-repeat center;
  padding: 100px 0px;
  color: #fff;
}
section.what_we_will.bg-cover .heading h3 span {
  display: block;
  font-family: myfont;
  color: #eb221c;
  display: block;
  font-size: 39px;
  font-weight: 400;
}
.what_we_will .heading {
  padding: 35px;
  background: rgba(0,0,0,0.5);
  border-radius: 6px;
}
.what_we_will .heading ul li {
  position: relative;
  padding-left: 24px;
  font-weight: 300;
  font-size: 17px;
  display: block;
  margin-bottom: 9px;
}
.what_we_will .heading ul li:before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 7px;
  border-radius: 100px;
}
section.our_history.bg-cover.pt-5 {
  padding-top: 80px !important;
}

.carrer-bg{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/career-bg-2.jpg') no-repeat center;
}
.rounded-2 {
  border-radius: 10px !important;
}
section.apply_now_form {
  background: #ffebed;
}
.form_carrer input {
  width: 100%;
  border: 1px solid #ddd5d5;
  outline: none;
  height: 45px;
  border-radius: 3px;
  padding: 12px;
}
.form_carrer label {
  display: block;
  margin-bottom: 9px;
  color: #444343;
  font-size: 15px;
}
.form-control:disabled, .form-control:read-only {
  background-color: #ffffff;
  opacity: 1;
}
select.form-select {
  width: 100%;
  border: 1px solid #ddd5d5;
  outline: none;
  height: 45px;
  border-radius: 3px;
  padding: 10px;
  /* background: #fff; */
}
.form_carrer button {
  width: 100%;
  background: #eb221c;
  color: #fff;
  height: 46px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
}


.form_carrer {
  background: #fff;
  padding: 40px;
}
.form-select:focus {
  border-color: inherit;
  outline: 0px;
  box-shadow: initial;
  border: 1px solid #ddd5d5;
}

#gallery{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/gallery-banner.jpg') no-repeat center;
}
#video{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/video-banner.jpg') no-repeat center;
}
#pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
#pagination li a.active {
  background-color: var(--theme-color);
  color: #fff
}
#pagination li a:hover:not(.active) {
  background-color: #ddd;
} 
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: Ubuntu;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    padding: 11px 13px !important;
    margin: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3;
    background-color: rgba(255, 255, 255, 1.00);
    box-shadow: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#testimonial{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/testimonial-banner.jpg');
}

.test-mater ul{
  display: inline-flex;
}
.test-mater ul li{
  color: orange;
  margin-right: 7px;
}
.test-mater h4{
  color: #121212;
  font-weight: 400;
  text-transform: uppercase;
}
.test-mater img {
	margin-left: auto;
	margin: 0 auto;
	text-align: center;
	float: left;
	width: 68px;
}

.test-mater {
  padding: 25px;
  box-shadow: 2px -2px 11px 0px rgb(0 0 0 / 10%);
  height: 100%;
  border: 1px solid #fbefef;
  border-radius: 8px;
} 
.card-box{
  padding: 20px 25px;
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  height: 100%;
}
.card-box a{
  color: #000;
}
.card-box img{
  margin-bottom: 20px;
}
.card-box span{
  color: var(--theme-color);
}

.carousel-control-prev, .carousel-control-next{
  display: none;
}

.cart-page .carousel-item {
	padding: 20px;
  border: 2px solid var(--theme-color);
  border-radius: 20px;
}
.cart-page .border {
	border: none !important;
}

.cart-page .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.cart-page .input-group >.cart-page .form-control, .cart-page .input-group > .cart-page .form-control-plaintext, .cart-page .input-group > .cart-page .custom-select, .cart-page .input-group > .cart-page .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.cart-page .bg-secondary {
	background-color: #EDF1FF !important;
}
.cart-page .btn-primary{
  background: var(--theme-color);
  color: #fff;
}
.cart-page .px-3 {
	padding-left: 1rem !important;
}

.cart-page .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: var(--theme-color);
	border-color: #dee2e6 #dee2e6 #fff;
}

.cart-page .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: var(--theme-color-second);
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

.cart-page .py-5 {
	padding-top: 50px !important;
	padding-bottom: 0px !important;
}

.related-products .owl-carousel {
	display: block;
	width: 100%;
	z-index: 1;
}

.related-products .card-box{
  height: 400px;
}

#gift-card{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/gift-banner.jpg') no-repeat center;
}
#area{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/area-banner.jpg') no-repeat center;
}
a.area-link {
  color: #000000;
  text-align: center;
  display: block;
  border: 1px solid #6e6b6b;
  font-size: 16px;
  padding: 17px 0px;
  text-transform: capitalize;
  border-radius: 6px;
  transition: all 0.5s;
  font-weight: 500;
}
a.area-link i {
  margin: 0 4px 0 0px;
}
a.area-link:hover{
  background: #CF1118;
  color: #fff;
  border: 1px solid #eb221c;
}
section.cart-page h2 {
  font-size: 43px;
}
section.cart-page h3 {
  color: #CF1118;
}
section.cart-page h3 {
  color: #CF1118;
  margin-bottom: 19px !important;
}
.price bdi{
  color: #CF1118 !important;
  margin-bottom: 19px !important;
}
#blog {
    background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/blog-banner.jpg') no-repeat center;
}
#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
}
#pagination li {
    display: inline;
}
#pagination li a {
    
}
#pagination li a {
	border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
}
/* ---blog---------- */

#blog{
  background: url('/wp-content/themes/cleanimage101.com/assets/css/../image/blog-banner.jpg') no-repeat center;
}
section.blog_section h1 {
  font-size: 35px;
}
.heading_inner h2 {
  font-size: 27px;
  margin-bottom: 30px;
}
section.blog_section p {
  margin-bottom: 24px;
}
section.blog_section h1 {
  font-size: 35px;
  margin-bottom: 33px;
}
.list h4 {
  font-size: 18px;
  color: #CF1118;
}
.faq {
  padding-top: 34px;
}
.content {
  margin-bottom: 39px;
}
span.minus {
  width: 30px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
}
.number input {
  width: 130px;
}
span.plus {
  width: 30px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
}
.woocommerce div.product form.cart div.quantity {
    float: none !important;
    display: inline-block !important;
}
.btn-primary {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.btn-primary::hover{
	color: #fff !important;
}
ul.tabs.wc-tabs {
    display: none;
}
#tab-description {
    display: none !important;
}
#tab-reviews{
	display:block !important;
}



