@charset "UTF-8";
/*
Theme Name: Nanoautomotive
Author: Inausco Team
Author URI: https://wordpress.org/
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@font-face {
  font-family: "bootstrap-icons";
  src: url("assets/fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-style: normal;
}

img {
  max-width: 100%;
}

a {
  color: #232536;
}

a:hover {
  color: #2D2D2D;
}

a, i {
  transition: all 0.4s;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 992px) {
  body .main_header.header_fixd .navbar-expand-lg {
    padding: 8px 0px;
  }
  body .main_header.header_fixd .headerlist {
    margin-top: 0px;
    margin-bottom: 11px;
  }
  .page-template-home header.main_header {
    background: transparent;
  }
  header.main_header {
    background-image: url(assets/images/headerbg.jpg);
    position: absolute;
    padding: 0px 0px;
    background-size: cover;
    z-index: 100;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
    background: #231f20;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
  }
  header.main_header .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp {
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.4s;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp ul li a {
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm {
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 15px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.headercall-icon img {
    width: 60px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.togglebarmenu a {
    font-size: 40px;
  }
  header.main_header .container .hdr_mnu_rt ul {
    list-style: none;
    padding: 10px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul li {
    margin: 0;
    padding: 3px 10px 3px 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.cmnbtn {
    padding: 10px 22px !important;
    color: white;
    font-weight: 600;
  }
  header.main_header .container .hdr_mnu_rt ul li a.cmn_btn_primary:hover {
    color: #2D2D2D;
  }
  header.main_header .container .hdr_mnu_rt ul li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header .container .hdr_mnu_rt ul li.active a {
    color: #FFC907;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  .headerlist {
    display: flex;
    color: #fff;
    justify-content: end;
    align-items: center;
  }
  .headerlist .whatwebtns {
    margin-top: 0px;
  }
  .headerlist .whatwebtns a {
    font-size: 16px;
    padding: 9px 7px;
  }
  .headerlist .whatwebtns a img {
    width: 26px;
    margin-right: 7px;
  }
  .headerlist p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 22px;
    margin-right: 20px;
    font-weight: 700;
    color: #FFC907;
  }
  .headerlist ul {
    list-style: none;
    padding: 0px;
    display: flex;
    margin-bottom: 0;
    color: #fff;
  }
  .headerlist ul li {
    margin: 0px;
    margin-left: 7px;
  }
  .headerlist ul li a {
    color: white;
    font-size: 26px;
    padding: 1px 1px;
    display: inline-block;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children .sub-menu-toggle1 {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul.sub-menu {
    padding: 0;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    position: absolute;
    width: 272px;
    background: #404040 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 320px;
    top: 119px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  header.main_header .container .hdr_mnu_rt ul.sub-menu li {
    padding: 0 !important;
  }
  header.main_header .container .hdr_mnu_rt ul.sub-menu li a {
    display: block;
    padding: 10px 10px !important;
    border-bottom: 3px solid #333333;
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:hover {
    color: #FFC907;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
    padding: 0;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    position: absolute;
    width: 272px;
    background: #404040 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 320px;
    top: 0;
    left: 100%;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.menu-item-has-children ul.sub-menu > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  body.lets_talk_show .lts_talk_frm {
    transform: translateX(-670px);
  }
  .lts_talk_frm {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 101;
    width: 670px;
    height: 100vh;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.lets_talk_show .lts_talk_overlay {
    opacity: 1;
    visibility: visible;
  }
  .lts_talk_overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  body.lets_talk_show {
    overflow: hidden;
  }
  .secnd_sub_toggle {
    display: none;
  }
}
.cmn-heading {
  text-align: left;
}
.cmn-heading .text-head {
  position: relative;
  position: relative;
  font-size: 36px;
  color: #000;
  font-weight: 800;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.cmn-heading .text-head:after {
  position: absolute;
  content: "";
  width: 186px;
  height: 2px;
  background-image: url(assets/images/headingline.svg);
  bottom: 0;
  left: 0;
}
.cmn-heading .text-head span {
  color: #FFC907;
}
.cmn-heading .text-head.white-text {
  color: #fff;
}

.cmn-heading.text-center .text-head:after {
  left: 0;
  margin: auto;
  right: 0;
}

.cmnbtn {
  transition: 0.3s all;
  transition: all 0.3s ease 0s;
  background: linear-gradient(90deg, rgba(255, 201, 7, 0.2) 100%, rgba(182, 150, 35, 0.2) 100%), var(--Palladium, #FFC907);
  color: #000;
  font-size: 21px;
  font-weight: 700;
  padding: 19px 32px;
}
.cmnbtn:hover {
  background: transparent linear-gradient(97deg, #D9D0D0 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-color: #FFEDED;
  transition: 0.3s all;
  color: #404040;
}
.cmnbtn i {
  margin-left: 12px;
}

.cmnbtn-white {
  transition: all 0.3s ease 0s;
  font-size: 21px;
  color: #000;
  font-weight: 700;
  padding: 19px 22px;
  border: 1px solid transparent;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
  margin-right: 20px;
}
.cmnbtn-white:hover {
  background: #FFC907;
  border-color: #000;
}
.cmnbtn-white img {
  width: 40px;
  margin-right: 10px;
}
.cmnbtn-white i {
  margin-left: 12px;
}

.cmn-heading.leftheading {
  text-align: left;
}
.cmn-heading.leftheading .text-head {
  text-align: left;
}
.cmn-heading.leftheading .text-head:after {
  margin: 0;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input.form-control, .form-group select {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #8D8D8D;
  background: #F5F5F5;
  color: #231F20;
}
.form-group select {
  color: #858585;
}
.form-group textarea {
  height: 90px;
  background: #F5F5F5;
  border-radius: 12px;
  color: #231F20;
  border: 1px solid #8D8D8D;
}

.swiper-button-prev, .swiper-button-next {
  color: #000000;
  background: #D9D9D9;
  padding: 10px 1px;
  width: 58px;
  height: 28px;
  bottom: 0;
  top: auto;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #FFC907;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}

.slider-section {
  background-image: url(assets/images/banner.png);
  width: 100%;
  background-size: cover;
  min-height: 1055px;
  position: relative;
  background-position: top;
  background-attachment: fixed;
}
.slider-section .banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  bottom: 50px;
  margin-top: 84px;
}
.slider-section .banner-inner .container {
  height: 100%;
}
.slider-section .banner-inner .container .flexcontainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slider-section .banner-inner .container .row {
  margin-top: auto;
}
.slider-section .banner-inner .slider-content {
  margin-top: 200px;
}
.slider-section .banner-inner .slider-content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 30px;
}
.slider-section .banner-inner .slider-content h1 span {
  color: #2D2D2D;
  font-size: 34px;
  background: #FFC907;
  padding: 9px 9px 9px 10px;
  line-height: 20px;
}
.slider-section .banner-inner .slider-content strong {
  font-size: 30px;
}

.sliderformmain {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.16);
  padding: 10px 0px;
  margin-top: auto;
  background: #272727;
  border: 2px solid #626161;
}
.sliderformmain .sliderform {
  padding: 20px 20px;
}
.sliderformmain h3 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #626161;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
}
.sliderformmain form {
  display: flex;
  margin: 0 -10px;
}
.sliderformmain form .inputfeilds {
  padding: 0px 10px;
  width: 100%;
}
.sliderformmain form .inputfeilds button {
  width: 100%;
  height: 50px;
  border: none;
  margin-right: 0px;
  line-height: 16px;
  background: #FFC907;
}
.sliderformmain form .inputfeilds button:hover {
  background: #fff;
}
.sliderformmain form .inputfeilds.lastformbtni-feilds {
  width: 60%;
}
.sliderformmain input, .sliderformmain select {
  color: white;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-radius: 0px;
  background: #131212 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 25px rgba(45, 41, 41, 0.72);
  border: 1px solid #575252;
}
.sliderformmain input:focus, .sliderformmain input:active {
  background: #2F2F2F 0% 0% no-repeat padding-box;
  border-color: #818181;
  box-shadow: none;
  color: #fff;
}
.sliderformmain input::-moz-placeholder {
  color: white;
}
.sliderformmain input::placeholder {
  color: white;
}

.secondsection {
  background: #404040;
  padding: 50px 0px;
}
.secondsection .iconimg {
  background: #313131;
  min-height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #6E6E6E;
}
.secondsection .iconcontent {
  text-align: center;
}
.secondsection .iconcontent strong {
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  display: inline-flex;
  margin-top: 19px;
  color: #fff;
  font-style: italic;
}

.detailingperth {
  padding: 50px 0px;
  background: #F3F3F3;
}
.detailingperth .social-statics ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailingperth .social-statics ul li {
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  position: relative;
  width: 20%;
}
.detailingperth .social-statics ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #8D8D8D;
  left: auto;
  height: 58%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detailingperth .social-statics ul li span {
  display: block;
  min-height: 45px;
}
.detailingperth .social-statics ul li small {
  display: inline-block;
  margin-top: 9px;
}
.detailingperth .social-statics ul li:last-child:after {
  display: none;
}

.detailing-services {
  position: relative;
  width: 100%;
}
.detailing-services img {
  width: 100%;
}

.detailing-services .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detailing-services .foreground-img {
  width: 50%;
}

.detailing-services .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detailing-services .slider:hover {
  background: rgba(242, 242, 242, 0);
}

.detailing-services .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1px;
  height: 250px;
  background: white;
  cursor: pointer;
}

.detailing-services .slider::-moz-range-thumb {
  width: 1px;
  height: 250px;
  background: white;
  cursor: pointer;
}

.detailing-services .slider-button,
.detailing-services .slider-button1,
.detailing-services .slider-button2,
.detailing-services .slider-button3,
.detailing-services .slider-button4,
.detailing-services .slider-button5,
.detailing-services .slider-button6,
.detailing-services .slider-button7,
.detailing-services .slider-button8 {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFC907;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.detailing-services .slider-button:after,
.detailing-services .slider-button1:after,
.detailing-services .slider-button2:after,
.detailing-services .slider-button3:after,
.detailing-services .slider-button4:after,
.detailing-services .slider-button5:after,
.detailing-services .slider-button6:after,
.detailing-services .slider-button7:after,
.detailing-services .slider-button8:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.detailing-services .slider-button:before,
.detailing-services .slider-button1:before,
.detailing-services .slider-button2:before,
.detailing-services .slider-button3:before,
.detailing-services .slider-button4:before,
.detailing-services .slider-button5:before,
.detailing-services .slider-button6:before,
.detailing-services .slider-button7:before,
.detailing-services .slider-button8:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.maindetailingbox {
  padding: 20px;
  border: solid 1px #8D8D8D;
  background: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
.maindetailingbox:hover {
  background: #000;
  color: #FFC907;
}
.maindetailingbox:hover a {
  color: #FFC907;
}
.maindetailingbox .detailingheading {
  margin-top: 20px;
  font-weight: 700;
}
.maindetailingbox .detailingheading a {
  display: block;
  padding: 10px 0px;
  font-weight: 700;
}

.logosection {
  background: #111;
}
.logosection .logodiv {
  padding: 10px 0px;
}
.logosection .logodiv .swiper.logos_slider {
  display: flex;
  align-items: center;
}
.logosection .logodiv .swiper.logos_slider .swiper-button-prev,
.logosection .logodiv .swiper.logos_slider .swiper-button-next {
  display: none;
}
.logosection .logodiv .swiper.logos_slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.logosection .logodiv ul {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  padding: 15px 0px;
}
.logosection .logodiv ul li {
  margin-bottom: 0px;
}

.wecare-section {
  padding: 80px 0px;
  position: relative;
  background: #FFC907 url(assets/images/testibg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
}
.wecare-section .cmn-heading .text-head:after {
  background-image: url(assets/images/blackstrip.svg);
}
.wecare-section .wecare-content .whatwebtns {
  margin-top: 40px;
}
.wecare-section .wecare-img {
  position: relative;
  z-index: 0;
}
.wecare-section .wecare-img:after {
  position: absolute;
  width: 250px;
  height: 250px;
  content: "";
  background: url(assets/images/whiteellipse.png);
  background-size: 250px;
  left: -124px;
  bottom: 150px;
  z-index: -1;
}
.wecare-section .col-lg-7 {
  align-self: center;
}

.why-special {
  background-attachment: fixed;
  background-image: url(assets/images/front-view.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.why-special .why-specail-container {
  width: 100%;
  top: 0;
  padding: 80px 0px;
  height: 100%;
}
.why-special .why-specail-container .container {
  height: 100%;
}
.why-special .why-specail-container .container .row {
  align-items: center;
  height: 100%;
}
.why-special .why-specail-container .specail-features ul {
  padding: 0px;
  list-style: none;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin-left: -15px;
  margin-right: -15px;
}
.why-special .why-specail-container .specail-features ul li {
  width: 30.33%;
  position: relative;
  border: 1px solid #FFC907;
  padding: 20px;
  border-radius: 20px;
  background: #000;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 80px;
}
.why-special .why-specail-container .specail-features ul li strong {
  color: white;
  font-size: 26px;
  margin-top: 26px;
  display: inline-block;
  font-weight: 700;
  line-height: 28px;
}
.why-special .why-specail-container .specail-features ul li span {
  background: white;
  width: 65px;
  height: 65px;
  border: 1px solid #FFC907;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  margin: auto;
}
.why-special .why-specail-container .specail-features ul li span img {
  width: 32px;
}
.why-special .why-specail-container .specail-features ul li p {
  color: white;
}
.why-special .why-specail-container .specail-features ul li:hover {
  background: #FFC907;
}
.why-special .why-specail-container .specail-features ul li:hover p, .why-special .why-specail-container .specail-features ul li:hover strong {
  color: #000;
}

.faq-section {
  padding: 50px 0px;
}
.faq-section #accordion .card {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #c3c3c3;
  padding: 20px 0px;
}
.faq-section #accordion .card:first-child .card-header a:after {
  content: "\f63b";
  background: #000;
  color: #fff;
}
.faq-section #accordion .card:first-child .card-header a[aria-expanded=false]:after {
  content: "\f4fe";
  background: #D9D9D9;
  color: #000;
}
.faq-section #accordion .card-header {
  padding: 0px;
  background: transparent;
  border: none;
}
.faq-section #accordion .card-header a {
  padding-left: 0px;
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.faq-section #accordion .card-header a:after {
  content: "\f4fe";
  right: 30px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  font-family: bootstrap-icons;
  background: #D9D9D9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
}
.faq-section #accordion .card-header a:focus {
  outline: none;
  box-shadow: none;
}
.faq-section #accordion .card-header a[aria-expanded=true]:after {
  content: "\f63b";
  background: #000;
  color: #fff;
}
.faq-section #accordion .card-body {
  padding-left: 0px;
}
.faq-section .auto-detaiingimg {
  position: relative;
  height: 100%;
}
.faq-section .auto-detaiingimg > img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.faq-section .auto-detaiingimg .auto-deailingcontent {
  position: absolute;
  top: 0px;
}
.faq-section .auto-detaiingimg .auto-deailingcontent .imagetag {
  font-size: 40px;
  padding: 56px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px #000;
  font-weight: 700;
}
.faq-section .auto-detaiingimg .auto-deailingcontent .imagetag span {
  color: #FFC907;
}
.faq-section .auto-detaiingimg .autodetailing {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  text-align: center;
}

.ourblog-section {
  padding: 50px 0px;
  position: relative;
}
.ourblog-section:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/roundshape.svg);
  width: 200px;
  height: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
  bottom: -90px;
  left: 70px;
  z-index: 1;
}
.ourblog-section .ourblogmain .ourimg {
  height: 200px;
}
.ourblog-section .ourblogmain .ourimg img {
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourblog-section .swiper-wrapper {
  padding-bottom: 80px;
}
.ourblog-section .ourblog-content .blogdate {
  padding: 18px 0px;
}
.ourblog-section .ourblog-content .blogdate span {
  font-size: 14px;
}
.ourblog-section .ourblog-content .blogheading {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.ourblog-section .ourblog-content .blogheading:hover {
  color: #FFC907;
}
.ourblog-section .ourblog-content p {
  color: #717171;
}
.ourblog-section .ourblog-content .blogreadmore a {
  font-size: 18px;
  font-weight: 600;
}
.ourblog-section .ourblog-content .blogreadmore a i {
  margin-left: 10px;
}
.ourblog-section .ourblog-content .blogreadmore a:hover {
  color: #FFC907;
}

.location {
  background-color: #000;
  background-size: cover;
  background-position: center;
  padding: 50px 0px 145px 0px;
  position: relative;
  background-attachment: fixed;
}
.location .cmn-heading {
  margin-bottom: 40px;
}
.location .cmn-heading p {
  color: #fff;
}
.location .location-section {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.location .location-section .location-details {
  background: #111;
  padding: 35px 35px;
  width: 40%;
  margin-right: 30px;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
}
.location .location-section .location-details p {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.location .location-section .location-details .detailinghead {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFC907;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #3F3F3F;
}
.location .location-section .location-details .hourhead {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.location .location-section .location-details .location-icon.borderline p {
  display: flex;
  border-bottom: 1px solid #3F3F3F;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.location .location-section .location-details .location-icon.borderline p i {
  font-size: 35px;
  margin-right: 25px;
}
.location .location-section .location-details .location-hours p {
  display: flex;
  justify-content: space-between;
}
.location .location-section .location-details .directionbtn {
  background: #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  display: block;
  text-align: center;
  border-radius: 0px;
  width: 100%;
  left: 0;
  padding: 14px 20px;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 20px;
}
.location .location-section .location-details .directionbtn i {
  margin-right: 10px;
}
.location .location-section .location-details .directionbtn:hover {
  background: #FFC907;
}
.location .location-section .location-img {
  width: 80%;
}
.location .location-section .location-img .imgbox {
  height: 100%;
}
.location .location-section .location-img .imgbox iframe {
  width: 100%;
  height: 100%;
}
.location .location-section .location-img .imgbox a {
  height: 100%;
  display: block;
  position: relative;
}
.location .location-section .location-img .imgbox a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.footermenu {
  padding: 50px 0px;
  background: #000;
}
.footermenu .give-call-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: end;
  z-index: 1;
  margin-top: -126px;
  margin-bottom: 50px;
  border-bottom: 6px solid #FFC907;
  position: relative;
}
.footermenu .give-call-main:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/roundshape.svg);
  width: 200px;
  height: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
  bottom: 147px;
  right: -70px;
}
.footermenu .give-call-main .callsection {
  margin-bottom: 40px;
  padding-left: 30px;
}
.footermenu .give-call-main .callsection h2 {
  font-size: 58px;
  font-weight: 700;
}
.footermenu .give-call-main .callsection h2 span {
  background: #FFC907;
  display: block;
  color: #000;
  padding: 2px 10px;
}
.footermenu .give-call-main .callbtn {
  margin-bottom: 40px;
  padding-right: 30px;
}
.footermenu .give-call-main .callbtn a {
  font-size: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footermenu .give-call-main .callbtn a span {
  background: #FFC907;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 20px;
}
.footermenu .give-call-main::after {
  background: #fff;
  width: 100%;
  height: 240px;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.footermenu .give-call-main .h2, .footermenu .give-call-main p, .footermenu .give-call-main span, .footermenu .give-call-main a {
  color: #000;
}
.footermenu .footerlink-list .fthead {
  color: #FFC907;
  font-weight: 600;
  margin-bottom: 20px;
}
.footermenu .footerlink-list ul {
  list-style: none;
  padding: 0px;
}
.footermenu .footerlink-list ul li {
  margin-bottom: 20px;
}
.footermenu .footerlink-list ul li a {
  color: #fff;
  display: flex;
}
.footermenu .footerlink-list ul li a:hover {
  color: #FFC907;
}
.footermenu .footerlink-list ul li a i {
  margin-right: 15px;
}

.footercopy {
  background: #FFC907;
}

.swiper.testimonailslider {
  padding-top: 185px;
}
.swiper.testimonailslider .swiper-button-prev:after, .swiper.testimonailslider .swiper-button-next:after {
  display: none;
}
.swiper.testimonailslider .swiper-button-prev, .swiper.testimonailslider .swiper-button-next {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  display: flex;
  width: auto;
  height: auto;
  font-weight: 600;
  top: auto;
  bottom: 235px;
}
.swiper.testimonailslider .swiper-button-prev:hover, .swiper.testimonailslider .swiper-button-next:hover {
  background: #FFC907;
}
.swiper.testimonailslider .swiper-button-prev {
  left: 67px;
}
.swiper.testimonailslider .swiper-button-prev i {
  margin-right: 20px;
}
.swiper.testimonailslider .swiper-button-next {
  right: 96px;
}
.swiper.testimonailslider .swiper-button-next i {
  margin-left: 20px;
}

.clients-testimonails {
  padding: 50px 0px;
  background: #000 url("assets/images/testibg.png");
  padding-bottom: 0px;
  position: relative;
}
.clients-testimonails:after {
  position: absolute;
  bottom: 137px;
  content: "";
  background-image: url(assets/images/testimonaltext.png);
  width: 1022px;
  height: 132px;
  left: 103px;
  background-size: 978px;
  background-repeat: no-repeat;
}
.clients-testimonails p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.clients-testimonails .swiper-slide.swiper-slide-active .testimain {
  transform: scale(2);
}
.clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientcontent {
  display: block;
  margin-left: 23px;
  width: 60%;
  margin-bottom: 0px;
}
.clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientimg {
  width: 40%;
  border-left: 3px solid #FFC907;
}
.clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientimg img {
  opacity: 1;
}
.clients-testimonails .swiper-slide.swiper-slide-prev .testimain {
  padding-right: 270px;
}
.clients-testimonails .swiper-slide.swiper-slide-next {
  padding-left: 270px;
}
.clients-testimonails .testimain {
  display: flex;
}
.clients-testimonails .testimain .clientimg img {
  opacity: 0.3;
}
.clients-testimonails .testimain .clientcontent {
  display: none;
}
.clients-testimonails .testimain .clientcontent .clientname {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}
.clients-testimonails .testimain .clientcontent span {
  color: #fff;
  font-size: 10px;
  margin-bottom: -30px;
  display: block;
}
.clients-testimonails .testimain .clientcontent .ratingdiv {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.clients-testimonails .testimain .clientcontent .ratingdiv i {
  color: #F7871B;
  font-size: 13px;
  margin-right: 10px;
}

.footer-logo {
  width: 250px;
}

.footercopy p {
  margin-bottom: 0px;
  background: #FFC907;
  padding: 12px 0px;
}
.footercopy .copytextright {
  text-align: right;
}

.innerabout {
  background-image: url(assets/images/innnerbanner.png);
  padding: 50px 0px;
  height: 579px;
  background-size: cover;
  margin-top: 142px;
}
.innerabout .container {
  height: 100%;
}
.innerabout .container .innertext {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.innerabout .container .innertext .innercontent {
  width: 80%;
  margin: auto;
}
.innerabout .container .innertext .innercontent h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}
.innerabout .container .innertext .innercontent p {
  color: #fff;
  margin: 0;
}
.innerabout .container .innertext .innercontent .whatwebtns .cmnbtn-white:hover {
  background: #FFC907;
}

.aboutsection {
  background: #F3F3F3;
}
.aboutsection .aboutimg {
  position: relative;
}
.aboutsection .aboutimg:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/logobg.png);
  width: 180px;
  height: 192px;
  background-size: 180px;
  background-repeat: no-repeat;
  left: auto;
  right: 0;
  top: -22px;
}

.Knowledge-experience {
  background: #000;
  padding: 50px 0px;
}
.Knowledge-experience p {
  color: #fff;
}

.whatwebtns {
  margin-top: 30px;
}
.whatwebtns a {
  margin-right: 10px;
}
.whatwebtns img {
  margin-right: 10px;
}

section.section {
  padding: 80px 0px;
}

.carslider-section {
  position: relative;
  background: #000;
  z-index: 0;
  padding-bottom: 0px !important;
}
.carslider-section .whatwebtns .cmnbtn-white:hover {
  background: #FFC907;
}
.carslider-section::after {
  background: #0F0F0F;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  width: 71%;
  height: 68%;
  content: "";
  z-index: -1;
  bottom: 0;
}
.carslider-section .cmn-heading.text-center {
  margin-bottom: 40px;
}
.carslider-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: auto;
  position: absolute;
  top: 55%;
  right: -85px;
  text-align: left;
  transform: rotate(90deg);
  display: inline-block;
  width: auto;
  bottom: auto;
  margin: auto;
}
.carslider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  margin-right: 185px;
  border-color: #000;
}
.carslider-section .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #FFC907;
}
.carslider-section .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  background: #f2c804;
  width: 180px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 22px;
}
.carslider-section .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #303030;
}
.carslider-section .swiper-pagination-bullet:after {
  background: #303030;
  border: 1px solid #231F20;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.carslider-section p {
  color: #fff;
}
.carslider-section .carwashimages {
  display: flex;
  position: relative;
  height: 100%;
}
.carslider-section .carwashimages .carimg1, .carslider-section .carwashimages .carimg2 {
  position: relative;
}
.carslider-section .carwashimages .carimg1 img, .carslider-section .carwashimages .carimg2 img {
  padding-right: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carslider-section .tabs-container {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}
.carslider-section .tabs-container button.tab-link {
  background: #D9D9D9;
  border-bottom: 3px solid #FFC907;
  border: none;
  padding: 24px 14px;
  font-weight: 700;
  background: #D9D9D9;
  position: relative;
}
.carslider-section .tabs-container button.tab-link:after {
  position: absolute;
  content: "";
  background: #8D8D8D;
  width: 1px;
  height: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.carslider-section .tabs-container button.tab-link h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.carslider-section .tabs-container button.tab-link.active {
  background: #FFC907;
}
.carslider-section .washprice-content {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
.carslider-section .washprice-content .text-head {
  font-size: 45px;
}
.carslider-section .washprice-content .carwash-head {
  width: 25%;
}
.carslider-section .washprice-content ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}
.carslider-section .washprice-content ul li {
  list-style: none;
  color: #fff;
  text-align: center;
  width: 33.33%;
  border-bottom: 3px solid transparent;
  margin: 0px;
  padding-bottom: 25px;
  position: relative;
}
.carslider-section .washprice-content ul li:after {
  position: absolute;
  content: "";
  background: #8D8D8D;
  height: 80%;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
}
.carslider-section .washprice-content ul li strong {
  display: block;
  font-size: 35px;
  margin-top: 10px;
  line-height: 44px;
  color: #fff;
}
.carslider-section .washprice-content ul li:hover {
  border-bottom: 3px solid #FFC907;
}
.carslider-section .washprice-content ul li:hover strong {
  color: #FFC907;
}
.carslider-section .washprice-content ul li:last-child:after {
  display: none;
}
.carslider-section .washprice-content .carsprices-list {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #212121;
  padding-top: 50px;
}
.carslider-section .washprice-content .carsprices-list .cmnbtn-white:hover {
  background: #FFC907;
}

.car-steps {
  background: #000;
  color: white;
}
.car-steps p {
  color: white;
}
.car-steps ul {
  display: flex;
  list-style: none;
  padding: 0px;
  text-align: center;
  margin-top: 90px;
}
.car-steps ul li {
  padding: 0px 70px;
  position: relative;
}
.car-steps ul li::after {
  content: "";
  background-image: url(assets/images/dotted-line.png);
  position: absolute;
  width: 100%;
  height: 37px;
  background-repeat: no-repeat;
  top: -6px;
  right: -70%;
}
.car-steps ul li .setpicon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.car-steps ul li .setpicon span {
  display: inline-block;
  min-height: 148px;
}
.car-steps ul li .setpicon small {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: #FFC907;
  color: #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.car-steps ul li strong {
  font-size: 24px;
  font-weight: 700;
  color: #FFC907;
  display: inline-block;
}
.car-steps ul li:last-child:after {
  display: none;
}
.car-steps ul li:nth-child(2n):after {
  transform: translateY(112px) scale(1, -1);
  right: -74%;
}
.car-steps .whatwebtns {
  text-align: center;
}

.gallerysection {
  background: #000;
}
.gallerysection .swiper.gallery-slider {
  padding-bottom: 80px;
}

.bookwash-section {
  background: #000;
}
.bookwash-section .bookmainshow {
  position: relative;
}
.bookwash-section .bookimg {
  width: 70%;
}
.bookwash-section .bookcontent {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  padding: 80px;
}
.bookwash-section .bookcontent:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/roundshape.svg);
  width: 200px;
  height: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
  top: -100px;
  right: -80px;
}
.bookwash-section .bookcontent span {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.bookwash-section .bookcontent .text-head {
  font-size: 48px;
}
.bookwash-section .bookcontent .text-head:after {
  filter: brightness(0);
}

.car-steps ul li:first-child .setpicon small {
  top: 6px;
  right: -20px;
}

.car-steps ul li:nth-child(2n) small {
  top: -63px;
  right: 38px;
}

.car-steps ul li:nth-child(3n) small {
  bottom: 4px;
  left: -65px;
  top: auto;
}

.carwash-singleprice {
  padding-top: 0px !important;
}
.carwash-singleprice .extracar-servicelist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.carwash-singleprice .extracar-servicelist ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0px 15px;
}
.carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain {
  display: flex;
  align-items: center;
  position: relative;
  padding: 25px 35px;
  border-radius: 17px;
  border: 1px solid #C1C1C1;
  background: #ECECEC;
}
.carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain:after {
  position: absolute;
  content: "";
  background: #f2c804;
  width: 8px;
  height: 80%;
  margin: auto;
  left: 0;
}
.carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extralist-ct {
  margin-right: 40px;
}
.carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extralist-ct strong {
  font-size: 30px;
}
.carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extrapirce span {
  width: 113px;
  height: 116px;
  display: inline-block;
  background: #FFC907;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 128px;
}
.carwash-singleprice .booknowbtn {
  text-align: center;
  margin: 60px 0px;
}
.carwash-singleprice .washprice-content {
  background: #111;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 80px;
}
.carwash-singleprice .washprice-content .text-head {
  margin-bottom: 0px;
  font-size: 45px;
}
.carwash-singleprice .washprice-content .carwash-head {
  width: 20%;
  padding-left: 50px;
}
.carwash-singleprice .washprice-content ul {
  padding: 0px;
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.carwash-singleprice .washprice-content ul li {
  border-bottom: 3px solid #111;
  position: relative;
  margin-bottom: 0px;
  list-style: none;
  color: #fff;
  text-align: center;
  width: 33.33%;
  padding: 50px 0px;
}
.carwash-singleprice .washprice-content ul li:after {
  position: absolute;
  content: "";
  background: #8D8D8D;
  width: 1px;
  height: 70%;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}
.carwash-singleprice .washprice-content ul li strong {
  color: #fff;
  display: block;
  font-size: 35px;
  margin-top: 10px;
  line-height: 44px;
}
.carwash-singleprice .washprice-content ul li:hover {
  border-bottom: 3px solid #FFC907;
  transition: 0.3s all;
}
.carwash-singleprice .washprice-content ul li:hover strong {
  color: #FFC907;
}
.carwash-singleprice .washprice-content ul li:last-child:after {
  display: none;
}
.carwash-singleprice .washprice-content .carsprices-list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carwash-singleprice .washprice-content .carwashbtn {
  display: block;
  width: 25%;
  text-align: center;
}
.carwash-singleprice .washprice-content .carwashbtn .cmnbtn-white:hover {
  background: #FFC907;
}

.carwash-singlecontent {
  background: #F3F3F3;
}
.carwash-singlecontent .whatwebtns {
  text-align: center;
}

.carwash-singleprice {
  background: #F3F3F3;
}

.carsingle-slider-section {
  position: relative;
  background: #F3F3F3;
}
.carsingle-slider-section .swiper.carsingle-slider {
  padding-bottom: 50px;
}
.carsingle-slider-section:after {
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 50%;
}
.carsingle-slider-section .carsingleslider {
  position: absolute;
  left: 0;
  right: 0;
  width: 144px;
  margin: auto;
  bottom: 0;
}

.detailingperth.black-bg-section {
  background: #000;
}

.blogmain-section {
  background: #F3F3F3;
  padding: 50px 0px;
}
.blogmain-section h4 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blogmain-section .latestblog .latestblog-ct {
  padding: 25px 0px;
}
.blogmain-section .latestblog .latestblog-ct a.blgheading:hover {
  color: #FFC907;
}
.blogmain-section .latestblog .latestblog-ct a.blgheading h2 {
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 15px;
}
.blogmain-section .latestblog .latestblog-ct .cmnbtn {
  margin-top: 6px;
  display: inline-block;
}
.blogmain-section .trending-blog ul {
  list-style: none;
  padding: 0px;
}
.blogmain-section .trending-blog ul li {
  background: #fff;
  padding: 35px 22px;
  margin-bottom: 20px;
}
.blogmain-section .trending-blog ul li:hover {
  background: #FFC907;
  transition: 0.3s all;
}
.blogmain-section .trending-blog ul li span {
  color: #4C4C4C;
  display: inline-block;
  font-size: 20px;
}
.blogmain-section .trending-blog ul li a {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.section.blog-allpost {
  padding-bottom: 90px;
  background: #000;
}
.section.blog-allpost .allpostdiv {
  margin-bottom: 40px;
}
.section.blog-allpost .allpostdiv .imgpost {
  height: 200px;
}
.section.blog-allpost .allpostdiv .imgpost img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.blog-allpost .allpostdiv p, .section.blog-allpost .allpostdiv a {
  color: #fff;
}
.section.blog-allpost .allpostdiv .blpost-ct {
  margin-top: 20px;
}
.section.blog-allpost .allpostdiv .blpost-ct .authordetails span {
  font-size: 14px;
  color: #fff;
}
.section.blog-allpost .allpostdiv .blpost-ct p {
  margin-bottom: 0px;
  color: #9f9f9f;
}
.section.blog-allpost .allpostdiv .blpost-ct a.blghead {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0px;
}
.section.blog-allpost .allpostdiv .blpost-ct a.blghead:hover {
  color: #FFC907;
}
.section.blog-allpost .allpostdiv .blpost-ct .btnblg {
  font-weight: 700;
  margin: 16px 0px;
  display: inline-block;
}
.section.blog-allpost .allpostdiv .blpost-ct .btnblg:hover {
  color: #FFC907;
}
.section.blog-allpost .allpostdiv .blpost-ct .btnblg i {
  margin-left: 15px;
}
.section.blog-allpost .blogviewall-btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section.blog-allpost .blogviewall-btn:hover .cmnbtn-white {
  background: #FFC907;
}
.section.blog-allpost .blogviewall-btn:after {
  content: "";
  background: #FFC907;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 27px;
  z-index: -1;
}

.innerabout.contactus, .innerabout.faqpage, .innerabout.pricingpage {
  height: 230px;
}

.getintouch {
  background: #000;
}
.getintouch p {
  color: #fff;
}
.getintouch .contactus-form {
  width: 80%;
  margin: auto;
  border-radius: 28px 28px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
  padding: 60px 100px;
  margin-top: 30px;
  border-radius: 28px 28px 0px 0px;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
  border-bottom: solid 10px #FFC907;
  position: relative;
}
.getintouch .contactus-form:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/logobg.png);
  width: 180px;
  height: 192px;
  background-size: 180px;
  background-repeat: no-repeat;
  left: auto;
  right: -96px;
  top: auto;
  bottom: -99px;
}
.getintouch .contactus-form::before {
  position: absolute;
  content: "";
  background-image: url(assets/images/roundshape.svg);
  width: 200px;
  height: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
  top: -90px;
  left: -120px;
}
.getintouch .contactus-form .btn.cmnbtn {
  width: 100%;
  padding: 12px 0px 6px 0px;
  border-radius: 0px;
}
.getintouch .contactus-form .contactdetails-bottom {
  margin-top: 50px;
}
.getintouch .contactus-form .contactdetails-bottom ul {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.getintouch .contactus-form .contactdetails-bottom ul li {
  margin-bottom: 0px;
}
.getintouch .contactus-form .contactdetails-bottom ul li .footercontact {
  display: flex;
  align-items: center;
}
.getintouch .contactus-form .contactdetails-bottom ul li .footercontact .fticon {
  margin-right: 10px;
  margin-right: 20px;
}
.getintouch .contactus-form .contactdetails-bottom ul li .footercontact .fticon span {
  font-size: 24px;
}
.getintouch .contactus-form .contactdetails-bottom ul li .footercontact .ft-text strong {
  display: block;
}
.getintouch .contactus-form .contactdetails-bottom ul li .footercontact .ft-text a {
  font-weight: 700;
}

.faqsection {
  background: #F3F3F3;
}
.faqsection .nav.nav-tabs {
  background: #D9D9D9;
  width: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.faqsection .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  width: 33.33%;
}
.faqsection .nav.nav-tabs .nav-item:last-child a:after {
  display: none;
}
.faqsection .nav.nav-tabs .nav-item a {
  color: #000;
  border-bottom: none;
  padding: 22px 70px;
  border: none;
  border-radius: 0px;
  position: relative;
}
.faqsection .nav.nav-tabs .nav-item a:after {
  position: absolute;
  content: "";
  background: #8D8D8D;
  height: 50%;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faqsection .nav.nav-tabs .nav-item a.active {
  background: #FFC907;
  color: #000000;
}
.faqsection .card {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0px;
}
.faqsection .card:first-child .card-header a {
  background: #FFC907;
}
.faqsection .card:first-child .card-header a:after {
  content: "\f63b";
  background: #000;
  color: #fff;
}
.faqsection .card:first-child .card-header a[aria-expanded=false] {
  background: transparent;
}
.faqsection .card:first-child .card-header a[aria-expanded=false]:after {
  content: "\f4fe";
  background: #D9D9D9;
  color: #000;
}
.faqsection .card .card-header {
  padding: 0px;
  border: 0;
  background-color: transparent;
}
.faqsection .card .card-header a {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  padding: 22px 20px;
  border: 0;
  border-radius: 0px;
}
.faqsection .card .card-header a:focus {
  box-shadow: none;
}
.faqsection .card .card-header a:after {
  content: "\f4fe";
  right: 30px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  font-family: bootstrap-icons;
  background: #D9D9D9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 24px;
}
.faqsection .card .card-header a[aria-expanded=true] {
  background: #FFC907;
}
.faqsection .card .card-header a[aria-expanded=true]:after {
  content: "\f63b";
  background: #000;
  color: #fff;
}
.faqsection .card .card-body {
  background: #FFC907;
  border: 0;
}

.carsingleslider {
  position: absolute;
  left: 0;
  right: 0;
  width: 144px;
  margin: auto;
  bottom: 0;
}

.lts_talk_frm {
  background-image: url(assets/images/topbanner-content.png);
  padding: 40px 50px;
  color: #fff;
  background-size: cover;
}

.sidemenu_ul {
  list-style: none;
  padding: 0px;
  margin-top: 15px;
}
.sidemenu_ul li {
  position: relative;
  padding-left: 34px;
}
.sidemenu_ul li:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(assets/images/fast-forward.png);
  background-size: 20px;
  left: 0;
  top: 5px;
}
.sidemenu_ul li a:hover {
  color: #FFC907;
}

.lts_talk_frm p, .lts_talk_frm a {
  color: #fff;
}

.lets_talk_close a {
  font-size: 40px;
  color: #FFC907;
}

.lets_talk_close {
  text-align: right;
  text-align: right;
  position: absolute;
  right: 45px;
}

.lets_talk_close a i {
  transition: all 0.8s;
  transform: rotate(0deg);
}

body.lets_talk_show .lets_talk_close a i {
  transform: rotate(180deg);
}

.header-ct-details {
  padding: 0px;
  list-style: none;
  margin-top: 40px;
}
.header-ct-details li {
  margin-bottom: 40px;
}
.header-ct-details li span {
  display: block;
  color: #FFC907;
  font-size: 20px;
  font-weight: 600;
}
.header-ct-details li a {
  font-size: 26px;
  font-weight: 700;
}

.socail-footer ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  margin-top: 80px;
  align-items: center;
}
.socail-footer ul li {
  list-style: none;
  margin-bottom: 0;
  margin: 0 10px;
}

.pricingtabs .pricingtable-content {
  border-color: #F5F5F5;
  border-radius: 28px 28px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
}
.pricingtabs .table tr th {
  font-size: 30px;
  padding: 18px;
  box-shadow: 0px 3px 0px 0px rgba(246, 244, 244, 0.3098039216);
  border: none;
}
.pricingtabs .table tr td {
  padding: 18px;
}
.pricingtabs .nav.nav-tabs {
  background: #D9D9D9;
  width: 55%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pricingtabs .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  width: 33.33%;
}
.pricingtabs .nav.nav-tabs .nav-item:last-child a:after {
  display: none;
}
.pricingtabs .nav.nav-tabs .nav-item a {
  color: #000;
  border-bottom: none;
  padding: 22px 70px;
  border: none;
  border-radius: 0px;
  position: relative;
  font-weight: 700;
}
.pricingtabs .nav.nav-tabs .nav-item a:after {
  position: absolute;
  content: "";
  background: #8D8D8D;
  height: 50%;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pricingtabs .nav.nav-tabs .nav-item a.active {
  background: #FFC907;
  color: #000000;
}

body .main_header.header_fixd {
  position: fixed;
  width: 100%;
  background: #272727;
  margin-top: 0;
  padding: 0px 0;
  box-shadow: 1px 1px 35px -29px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

body .main_header.header_fixd .hdr_logo {
  width: 84px;
}
body .main_header.header_fixd .hdr_logo img {
  width: auto;
  height: auto;
}
body .main_header.header_fixd .headerlist .whatwebtns a {
  font-size: 16px;
  padding: 6px 7px;
  margin-right: 8px;
}
body .main_header.header_fixd .headerlist .whatwebtns a img {
  width: 22px;
  margin-right: 7px;
}
body .main_header.header_fixd .container .hdr_mnu_rt ul {
  padding: 0px;
  margin-top: -8px;
}
body .main_header.header_fixd .container .hdr_mnu_rt ul.sub-menu {
  top: 89px;
}
body .main_header.header_fixd .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
  padding: 16px 0px;
}

.homeservice_sec {
  margin-bottom: 50px;
}

.homeservice_sec:last-child {
  margin-bottom: 0px;
}

label.error {
  color: red;
  font-size: 14px;
}

#commnenquiryModal {
  z-index: 99999;
}
#commnenquiryModal .modal-dialog {
  margin-top: 30px;
}
#commnenquiryModal .modal-dialog .modal-body {
  padding: 30px 30px;
}
#commnenquiryModal .modal-dialog .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  opacity: 1;
  color: #FFC907;
  z-index: 1;
}
#commnenquiryModal .btnsumit .btn.cmnbtn {
  width: 100%;
}
#commnenquiryModal .cmn-heading .text-head {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 9px;
}

#getdirectionmodal .modal-dialog {
  margin-top: 110px;
}
#getdirectionmodal .modal-dialog .modal-content {
  background: transparent;
  padding: 0;
}
#getdirectionmodal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#getdirectionmodal .modal-dialog a.btn.btn-primary.directionbtn {
  transition: 0.3s all;
  transition: all 0.3s ease 0s;
  background: linear-gradient(90deg, rgba(255, 201, 7, 0.2) 100%, rgba(182, 150, 35, 0.2) 100%), var(--Palladium, #FFC907);
  color: #000;
  font-size: 21px;
  font-weight: 700;
  padding: 12px 83px;
  border: none;
}

.bannerheight-small {
  height: 230px !important;
}

.innerpage.errorpage.thankuou_main {
  text-align: center;
  padding: 50px 0px;
}
.innerpage.errorpage.thankuou_main .e-ct img {
  width: 300px;
}
.innerpage.errorpage.thankuou_main .thank_title1 {
  font-weight: 600;
  margin: 20px 0px;
}
.innerpage.errorpage.thankuou_main .thankyoubtn {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.innerpage.errorpage.thankuou_main .thankyoubtn:after {
  content: "";
  background: #000000;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 14px;
  z-index: -1;
}

.current_day_p span {
  color: #FFC907;
}

.carwashcontent {
  padding-right: 15px;
}

#commnenquiryModal .form-group input.form-control, .form-group select {
  height: 42px;
}

.blogsingle_page {
  margin-top: 160px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blogsingle_page .blogsingl_img {
  margin-bottom: 20px;
}
.blogsingle_page .blogsingl_img img {
  width: 100%;
}
.blogsingle_page h1 {
  font-size: 30px;
  font-weight: 700;
}

.blogdetail_form {
  background: #272727;
  padding: 20px;
  position: sticky;
  top: 95px;
}
.blogdetail_form .cmn-heading .text-head {
  color: white;
  font-size: 26px;
  margin-bottom: 20px;
}
.blogdetail_form .form-group input.form-control, .blogdetail_form .form-group select {
  height: 40px;
}
.blogdetail_form .form-group textarea {
  height: 60px;
}
.blogdetail_form input.btn.cmnbtn {
  width: 100%;
  height: 50px;
}

.fixedfootericons {
  position: fixed;
  z-index: 9;
}
.fixedfootericons ul {
  list-style: none;
  padding: 0px;
}
.fixedfootericons ul li.icontop-btn {
  position: fixed;
  bottom: 32px;
  right: 6px;
}
.fixedfootericons ul li.icontop-btn a {
  font-size: 35px;
  width: 36px;
  height: 36px;
  background: #000000;
  color: white;
  line-height: 36px;
  border: 1px solid #f2c804;
}
.fixedfootericons ul li.enquirefooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  display: none;
}
.fixedfootericons ul li.enquirefooter a {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #f2c804;
  z-index: 1;
  padding: 6px 0px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
}

.contentsingle-carwash ul {
  list-style: none;
  padding: 0px;
}
.contentsingle-carwash ul li {
  position: relative;
  padding-left: 26px;
  font-weight: normal;
}
.contentsingle-carwash ul li:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(assets/images/fast-forward.png);
  background-size: 15px;
  left: 0;
  top: 5px;
  filter: brightness(0);
}

.sliderdefultarrow-mobilearrow {
  display: none;
}

.thank_title2 {
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0px;
}

.table.innertable-pricing {
  width: 66%;
  margin: 0 0 0 auto;
  border: 1px solid #FFC907;
  background: #F9F9F9;
}
.table.innertable-pricing strong {
  font-weight: 800;
}
.table.innertable-pricing ul {
  padding-left: 18px;
  margin: 10px 0 0;
}
.table.innertable-pricing ul li {
  margin-bottom: 8px;
}

.table.innertable-pricing.list-double-column {
  width: 100%;
}
.table.innertable-pricing.list-double-column td {
  width: 50%;
}
.table.innertable-pricing.list-double-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table.innertable-pricing.list-double-column ul li {
  width: 44%;
  margin-right: 0px;
}

.innerpage.blogsingle_temp p a {
  color: #FFC907;
  font-weight: bold;
}

.content-area p strong a {
  color: #FFC907;
}

.blogsingle_temp h1 {
  font-size: 30px;
  font-weight: 700;
}

.blogsingle_temp h2 {
  font-size: 26px;
  font-weight: 700;
}

.blogsingle_temp h3 {
  font-size: 22px;
  font-weight: 700;
}

.blogsingle_temp h4 {
  font-size: 20px;
  font-weight: 700;
}

.latestblog .allpostdiv {
  margin-bottom: 26px;
}
.latestblog .allpostdiv .imgpost {
  height: 190px;
}
.latestblog .allpostdiv .imgpost img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latestblog .allpostdiv .blpost-ct {
  background: #fff;
  padding: 20px;
}
.latestblog .allpostdiv .blpost-ct:hover a {
  color: #FFC907;
}
.latestblog .allpostdiv .blpost-ct a {
  font-weight: 700;
}
.latestblog .allpostdiv .authordetails {
  font-size: 14px;
  color: #afa3a3;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  /* display: inline-block; */
  padding: 10px 10px;
  margin-left: 7px;
  text-align: center;
  line-height: 21px;
}
.pagination .page-numbers.current {
  background: #FFC907;
  color: #000;
}
.pagination a.next.page-numbers, .pagination .prev.page-numbers {
  width: auto;
}

.page-template-car_detail_single .carwashcontent ul, .page-template-car_wash_detail .carwashcontent ul {
  padding: 0px;
}

.page-template-car_detail_single .carwashcontent p strong, .page-template-car_wash_detail .carwashcontent p strong {
  font-size: 20px;
  font-weight: 700;
  color: #FFC907;
}

.page-template-car_detail_single .carwashcontent ul li, .page-template-car_wash_detail .carwashcontent ul li {
  color: #fff;
  line-height: 22px;
  margin-bottom: 6px;
}

.carwash-singlecontent.section.interorextror_main_sec {
  padding-top: 0px;
}
.carwash-singlecontent.section.interorextror_main_sec .contentsingle-carwash h3 {
  font-size: 28px;
  font-weight: bold;
}
.carwash-singlecontent.section.interorextror_main_sec .contentsingle-carwash > strong {
  font-weight: bold;
}

/******** Responsive css start **********/
@media (min-width: 991px) {
  .mobilenumber {
    display: none;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
  .cmn-heading .text-head {
    font-size: 65px;
  }
}
@media (max-width: 1799px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
  li {
    font-size: 16px;
  }
  .why-special .why-specail-container .specail-features ul li {
    width: 29%;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    font-size: 16px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.headercall-icon img {
    width: 40px;
  }
  .headerlist p {
    font-size: 16px;
  }
  .slider-section .banner-inner .slider-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
  }
  .slider-section .banner-inner .slider-content h1 span {
    padding: 4px 7px 4px 10px;
    font-size: 24px;
  }
  .cmnbtn-white {
    font-size: 16px;
    padding: 12px 10px;
    margin-right: 10px;
  }
  .cmnbtn-white img {
    width: 32px;
  }
  .sliderformmain h3 {
    font-size: 26px;
  }
  .sliderformmain {
    padding: 0px 0px;
    margin-top: 70px;
  }
  .sliderformmain input, .sliderformmain select {
    height: 50px;
    font-size: 15px;
  }
  .sliderformmain form .inputfeilds button {
    height: 50px;
  }
  .cmn-heading .text-head {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 30px;
  }
  .why-special .why-specail-container .specail-features ul li p {
    margin-bottom: 0px;
  }
  .why-special .why-specail-container .specail-features ul li strong {
    font-size: 22px;
  }
  .slider-section .banner-inner .slider-content {
    margin-top: 245px;
  }
  .slider-section {
    min-height: 740px;
  }
  .ourblog-section .ourblog-content .blogheading {
    font-size: 20px;
  }
  .footermenu .give-call-main::after {
    height: 180px;
  }
  .footermenu .give-call-main .callbtn a {
    font-size: 26px;
  }
  .footermenu .give-call-main .callbtn a span {
    width: 60px;
    height: 60px;
  }
  .footermenu .give-call-main .callsection h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .callimg img {
    width: 215px;
  }
  .location .location-section .location-details .detailinghead {
    font-size: 25px;
  }
  .location .location-section .location-details .location-icon.borderline p {
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .location .location-section .location-details .location-icon.borderline p i {
    font-size: 25px;
    margin-right: 11px;
  }
  .location .location-section .location-details .hourhead {
    font-size: 20px;
  }
  .location .location-section .location-details p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .location .location-section .location-details .directionbtn {
    font-size: 18px;
    padding: 10px 20px;
  }
  .location .location-section .location-details {
    padding: 25px 25px;
  }
  .faq-section #accordion .card-header a {
    font-size: 20px;
  }
  .faq-section #accordion .card-header a:after {
    top: 2px;
  }
  .faq-section .auto-detaiingimg .auto-deailingcontent .imagetag {
    font-size: 26px;
    padding: 25px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.togglebarmenu a {
    font-size: 32px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    padding: 12px 0px;
  }
  .clients-testimonails p {
    font-size: 10px;
    line-height: 16px;
  }
  .clients-testimonails .testimain .clientcontent .ratingdiv {
    padding: 0px 5px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-prev .testimain {
    padding-right: 200px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-next {
    padding-left: 203px;
  }
  .swiper.testimonailslider {
    padding-top: 145px;
  }
  .footer-logo {
    width: 190px;
  }
  .ourblog-section:after {
    background-size: 143px;
    bottom: -126px;
  }
  .footermenu .give-call-main:before {
    background-size: 143px;
    top: 69px;
    right: -52px;
    width: 143px;
    height: 143px;
  }
  /*innerpages*/
  .innerabout {
    height: 579px;
  }
  .innerabout .container .innertext .innercontent h1 {
    font-size: 45px;
  }
  section.section {
    padding: 60px 0px;
  }
  .cmnbtn {
    font-size: 18px;
    padding: 13px 12px;
    margin-right: 10px;
  }
  .cmnbtn img {
    width: 30px;
  }
  .faqsection .nav.nav-tabs .nav-item a {
    padding: 10px 30px;
  }
  .faqsection .card .card-header a {
    font-size: 20px;
  }
  .carslider-section .tabs-container button.tab-link {
    padding: 14px 12px;
  }
  .carslider-section .washprice-content .text-head {
    font-size: 30px;
  }
  .carslider-section .washprice-content ul li span {
    width: 120px;
    display: inline-block;
  }
  .carslider-section .washprice-content ul li {
    padding-bottom: 12px;
  }
  .carslider-section .washprice-content ul li strong {
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
  }
  .carslider-section .washprice-content .carsprices-list {
    padding-top: 40px;
  }
  .carslider-section .washprice-content {
    padding-top: 40px;
  }
  .car-steps ul li .setpicon span {
    min-height: 124px;
    width: 120px;
  }
  .car-steps ul li .setpicon small {
    width: 42px;
    font-size: 22px;
    height: 42px;
  }
  .car-steps ul li::after {
    right: -68%;
    background-size: 287px;
  }
  .car-steps ul li:nth-child(2n):after {
    right: -69%;
  }
  .car-steps ul li:nth-child(3n) small {
    bottom: -20px;
  }
  .bookwash-section .bookcontent .text-head {
    font-size: 30px;
  }
  .bookwash-section .bookcontent span {
    margin-bottom: 10px;
  }
  .bookwash-section .bookcontent {
    padding: 50px;
  }
  .bookwash-section .bookcontent:after {
    width: 145px;
    height: 145px;
    top: -80px;
    right: -54px;
    background-size: 145px;
  }
  .logodiv ul li {
    width: 8%;
  }
  .wecare-section .wecare-img:after {
    left: -88px;
    background-size: 180px;
    width: 180px;
    height: 180px;
  }
  .why-special .why-specail-container {
    padding: 60px 0px;
  }
  .faq-section.section .cmn-heading .text-head {
    margin-bottom: 50px;
  }
  .swiper.testimonailslider .swiper-button-prev, .swiper.testimonailslider .swiper-button-next {
    padding: 13px 18px;
    bottom: 248px;
  }
  .aboutsection .aboutimg:after {
    width: 124px;
    height: 127px;
    right: 9px;
    top: -7px;
    background-size: 124px;
  }
  /*innerpages end*/
  .carwash-singleprice .washprice-content .text-head {
    font-size: 30px;
  }
  .carwash-singleprice .washprice-content ul li span {
    width: 120px;
    display: inline-block;
  }
  .carwash-singleprice .washprice-content ul li strong {
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
  }
  .carwash-singleprice .washprice-content ul li {
    padding: 30px 0px;
  }
  .carwash-singleprice .washprice-content {
    margin-bottom: 25px;
  }
  .carwash-singleprice .washprice-content .cmn-heading .text-head:after {
    width: 150px;
    background-size: 150px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain {
    padding: 20px 22px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain:after {
    width: 4px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extralist-ct strong {
    font-size: 26px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extrapirce span {
    width: 88px;
    font-size: 30px;
    line-height: 100px;
    height: 88px;
  }
  .carslider-section .tabs-container {
    width: 100%;
  }
  .blogmain-section h4 {
    font-size: 25px;
  }
  .blogmain-section .latestblog .latestblog-ct a.blgheading h2 {
    font-size: 25px;
  }
  .blogmain-section .trending-blog ul li span {
    font-size: 16px;
  }
  .blogmain-section .trending-blog ul li a {
    font-size: 18px;
  }
  .blogmain-section .trending-blog ul li {
    padding: 22px 16px;
  }
  .section.blog-allpost .allpostdiv .blpost-ct a.blghead {
    font-size: 20px;
  }
  .section.blog-allpost {
    padding-bottom: 50px;
  }
  .getintouch .contactus-form {
    width: 84%;
    padding: 60px 30px;
    border-bottom: solid 7px #FFC907;
  }
  .getintouch .contactus-form .contactdetails-bottom ul li .footercontact .fticon {
    margin-right: 12px;
  }
  .getintouch .contactus-form .contactdetails-bottom ul li .footercontact .ft-text a {
    font-size: 16px;
  }
  .getintouch .contactus-form:after {
    width: 128px;
    height: 135px;
    right: -96px;
    top: auto;
    bottom: -64px;
    background-size: 124px;
  }
  .getintouch .contactus-form::before {
    width: 145px;
    height: 145px;
    background-size: 145px;
  }
  .header-ct-details li a {
    font-size: 20px;
  }
  .header-ct-details li a:hover {
    color: #FFC907;
  }
  .header-ct-details li span {
    font-size: 15px;
  }
  .header-ct-details li {
    margin-bottom: 25px;
  }
  .header-ct-details {
    margin-top: 20px;
  }
  .pricingtabs .table tr th {
    font-size: 20px;
  }
  .pricingtabs .nav.nav-tabs .nav-item a {
    padding: 10px 30px;
  }
  td .cmnbtn {
    font-size: 16px;
    padding: 10px 8px;
    margin-right: 0px;
  }
}
@media (max-width: 1399px) {
  .footerlinks ul li a {
    font-size: 14px;
  }
  .testimonails-section .testprofilemain {
    width: 85%;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 9px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    font-size: 15px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientimg {
    width: 37%;
  }
  .clients-testimonails .swiper-slide.swiper-slide-prev .testimain {
    padding-right: 158px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientcontent {
    margin-left: 16px;
  }
  .clients-testimonails p {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .clients-testimonails .testimain .clientcontent .ratingdiv {
    padding: 0px 5px;
    line-height: 1;
    padding-bottom: 3px;
  }
  .clients-testimonails .testimain .clientcontent .ratingdiv i {
    font-size: 9px;
    margin-right: 0px;
  }
  .clients-testimonails .testimain .clientcontent .clientname {
    margin-top: 20px;
    font-size: 14px;
  }
  .swiper.testimonailslider .swiper-button-prev {
    left: 63px;
  }
  .swiper.testimonailslider .swiper-button-prev, .swiper.testimonailslider .swiper-button-next {
    bottom: 192px;
    padding: 10px 12px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-next {
    padding-left: 160px;
  }
  .clients-testimonails .testimain .clientcontent span {
    font-size: 6px;
  }
  .clients-testimonails:after {
    bottom: 125px;
    content: "";
    background-image: url(assets/images/testimonaltext.png);
    width: 937px;
    height: 120px;
    left: 78px;
    background-size: 830px;
    background-repeat: no-repeat;
  }
  .swiper.testimonailslider .swiper-button-next {
    right: 92px;
  }
  .innerabout {
    height: 450px;
  }
  .carslider-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: -90px;
  }
}
@media (max-width: 991px) {
  .lts_talk_frm {
    display: none;
  }
  .main_header .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 2px;
    top: 30px;
    filter: invert(1) brightness(2);
  }
  .main_header nav .navbar-collapse {
    position: fixed;
    background: #404040 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
    top: 94px;
    bottom: 0;
    overflow: scroll;
    z-index: 99;
  }
  .main_header nav .navbar-collapse ul.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0 0px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 0px !important;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #333333;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle1 {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 4px 10px;
    font-size: 19px;
    background: transparent;
    border: none;
    transition: all 0.4s;
    color: #fff;
  }
  header.main_header {
    position: fixed;
    width: 100%;
    background: #231f20;
    margin-top: 0;
    padding: 0px 0;
    box-shadow: 1px 1px 35px -29px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle1[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
  ul.navbar-nav li ul.sub-menu {
    display: none;
    padding: 0;
    list-style: none;
    padding: 10px 0px;
    background: #585858;
  }
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li ul.sub-menu > li > a {
    padding: 6px 10px;
    padding-left: 30px;
    border: none;
    position: relative;
    border-bottom: 1px solid #424242;
  }
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li ul.sub-menu > li.menu-item-has-children > button.secnd_sub_toggle[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
  header.main_header .container .hdr_mnu_rt ul.navbar-nav li ul.sub-menu > li.menu-item-has-children > ul.sub-menu li a {
    font-size: 14px;
    padding-left: 45px;
  }
  .secnd_sub_toggle {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 4px 10px;
    font-size: 16px;
    background: transparent;
    border: none;
    transition: all 0.4s;
    color: #fff;
  }
  .hdr_logo {
    width: 84px;
  }
  .hdr_logo img {
    width: auto;
    height: auto;
  }
  .slider-section {
    margin-top: 94px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li.togglebarmenu a {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  .slider-section .banner-inner .slider-content h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .slider-section .banner-inner .slider-content h1 span {
    font-size: 16px;
  }
  .cmnbtn-white img {
    width: 26px;
    margin-right: 2px;
  }
  body .main_header.header_fixd .headerlist .whatwebtns a img {
    margin-right: 2px;
  }
  .cmnbtn-white {
    font-size: 14px;
    padding: 12px 6px;
  }
  .sliderformmain form {
    display: block;
  }
  .slider-section .banner-inner .slider-content {
    margin-top: 0px;
  }
  .slider-section .banner-inner {
    position: initial;
    margin-top: 0px;
  }
  .slider-section {
    min-height: auto;
    padding: 40px 0px;
  }
  .sliderformmain form .inputfeilds {
    margin-bottom: 10px;
  }
  .cmn-heading .text-head {
    font-size: 26px;
  }
  .why-special {
    height: 100%;
    background-color: #000;
    background-image: none;
  }
  .why-special > img {
    height: 100%;
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-special .why-specail-container .specail-features ul {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .why-special .why-specail-container .specail-features ul li {
    width: 100%;
  }
  .why-special .why-specail-container .specail-features ul li:last-child {
    margin-bottom: 0px;
  }
  .why-special .why-specail-container {
    position: initial;
    padding: 45px 0px;
  }
  .faq-section .auto-detaiingimg {
    height: 500px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain {
    transform: none;
    display: block;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientimg {
    width: 100%;
    height: 260px;
    position: relative;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientcontent {
    margin-left: 0px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientcontent {
    width: 100%;
    padding-bottom: 125px;
  }
  .clients-testimonails .testimain {
    width: 100%;
  }
  .clients-testimonails p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .clients-testimonails .text-head.white-text br {
    display: none;
  }
  .swiper.testimonailslider {
    padding-top: 0px;
  }
  .clients-testimonails .swiper-slide.swiper-slide-active .testimain .clientimg img {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .clients-testimonails .testimain .clientcontent .clientname {
    font-size: 22px;
  }
  .clients-testimonails .testimain .clientcontent span {
    font-size: 12px;
  }
  .swiper.testimonailslider .swiper-button-prev, .swiper.testimonailslider .swiper-button-next {
    bottom: 30px;
  }
  .logosection .logodiv ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logosection .logodiv ul li {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    margin-bottom: 10px;
    border: 1px solid gray;
    margin: 5px;
    padding: 7px;
  }
  .location .location-section {
    display: block;
  }
  .footermenu .give-call-main {
    display: block;
    background: #fff;
    padding: 18px;
  }
  .callimg {
    display: none;
  }
  .footermenu .give-call-main::after {
    display: none;
  }
  .footermenu .give-call-main .callbtn {
    margin-bottom: 0px;
  }
  .footermenu .give-call-main .callsection {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .footermenu .give-call-main .callsection h2 {
    font-size: 22px;
  }
  .footermenu .give-call-main .callbtn a {
    font-size: 22px;
    justify-content: start;
  }
  .footermenu .give-call-main .callbtn a span {
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  .clients-testimonails:after {
    display: none;
  }
  .faq-section #accordion .card-header a:after {
    font-size: 18px;
    width: 26px;
    height: 26px;
  }
  .faq-section #accordion .card-header a {
    font-size: 18px;
    padding-right: 25px;
  }
  .clients-testimonails .testimain .clientcontent .ratingdiv {
    padding: 6px 8px;
  }
  .clients-testimonails .testimain .clientcontent .ratingdiv i {
    font-size: 16px;
  }
  .swiper.testimonailslider .swiper-button-prev {
    left: 0;
  }
  .swiper.testimonailslider .swiper-button-next {
    right: 0;
  }
  .location::after, .footermenu .give-call-main:before {
    display: none;
  }
  .ourblog-section .ourblog-content .blogheading {
    font-size: 20px;
  }
  .faq-section #accordion .card-header a:after {
    top: 10px;
    right: 0;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 20px;
    display: none;
  }
  .footercopy p {
    padding: 2px 0px;
    text-align: center;
  }
  .location .location-section .location-img {
    width: 100%;
  }
  .location .location-section .location-details {
    width: 100%;
    margin-right: 0px;
  }
  .ourblog-section:after {
    display: none;
  }
  .cmnbtn {
    font-size: 14px;
    padding: 12px 9px;
  }
  .wecare-content {
    margin-top: 20px;
  }
  section.section {
    padding: 45px 0px;
  }
  .maindetailingbox {
    margin-bottom: 20px;
    padding: 3px;
  }
  .headerlist .whatwebtns a {
    display: none;
  }
  .headerlist .cmnbtn-white.mobileheaderbtn {
    display: block;
    padding: 4px 6px;
    font-size: 15px;
    position: absolute;
    left: 70px;
    right: 1px;
    width: 162px;
    text-align: center;
    margin: auto;
    top: 30px;
    background: transparent;
    color: #fff;
  }
  body .main_header.header_fixd .headerlist .whatwebtns a {
    font-size: 15px;
    margin: auto;
    padding: 4px 6px;
  }
  body .main_header.header_fixd .headerlist .whatwebtns a img {
    width: 26px;
  }
  .headerlist ul {
    display: none;
  }
  .maindetailingbox .detailingheading {
    padding: 10px 0px;
    margin-top: 0;
  }
  .aboutimg {
    margin-top: 50px;
  }
  .aboutsection .aboutimg:after {
    width: 90px;
    height: 106px;
    right: 9px;
    background-size: 90px;
  }
  .innerabout .container .innertext .innercontent h1 {
    font-size: 24px;
  }
  .innerabout .container .innertext .innercontent {
    width: 100%;
  }
  .innerabout {
    height: 390px;
    margin-top: 94px;
  }
  .carslider-section .tabs-container {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: initial;
    overflow-x: scroll;
    padding: 10px 0px;
    justify-content: start;
  }
  .carslider-section .tabs-container button.tab-link {
    padding: 6px 8px;
    min-width: 133px;
    margin-bottom: 0;
  }
  .carwashcontent {
    margin-top: 20px;
  }
  .carslider-section .tabs-container button.tab-link:after {
    height: 26px;
  }
  .carslider-section .tabs-container button.tab-link:last-child:after {
    display: none;
  }
  .carslider-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .carwashcontent .whatwebtns a {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .carslider-section .washprice-content {
    display: block;
  }
  .carslider-section .washprice-content .carwash-head {
    width: 100%;
  }
  .carslider-section .washprice-content .carsprices-list {
    width: 100%;
    display: block;
  }
  .carslider-section .washprice-content ul {
    width: 100%;
  }
  .carslider-section .washprice-content ul li {
    width: 33%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding: 0px 8px;
    text-align: center;
  }
  .carslider-section::after {
    display: none;
  }
  .carslider-section .washprice-content ul li:after {
    position: absolute;
    content: "";
    background: #8D8D8D;
    height: 90%;
    top: 0;
    bottom: 0;
    right: 0px;
    left: auto;
    margin: auto;
  }
  .carslider-section .washprice-content .text-head {
    font-size: 26px;
  }
  .carslider-section .washprice-content ul li span {
    width: 90px;
    min-height: 50px;
  }
  .carslider-section .washprice-content .carwashbtn {
    text-align: center;
  }
  .carslider-section .washprice-content .carwashbtn a {
    display: inline-block;
  }
  .carslider-section .washprice-content ul li strong {
    font-size: 16px;
    margin-top: 10px;
    line-height: 21px;
  }
  .car-steps ul {
    display: block;
  }
  .car-steps ul li::after {
    display: none;
  }
  .car-steps ul li .setpicon small {
    width: 36px;
    font-size: 16px;
    height: 36px;
    line-height: 40px;
  }
  .car-steps ul li .setpicon span {
    min-height: auto;
    width: 90px;
  }
  .car-steps ul li .setpicon small {
    top: -50px !important;
    right: 0 !important;
    left: 25px;
    margin: auto;
    margin: 0;
  }
  .car-steps ul li {
    padding: 0px;
    margin-bottom: 100px;
  }
  .car-steps ul li:last-child {
    margin-bottom: 0px;
  }
  .bookwash-section .bookcontent:after {
    display: none;
  }
  .logodiv {
    margin-bottom: 0px;
  }
  .bookwash-section .bookcontent {
    position: initial;
    padding: 15px 13px 25px 13px;
    width: 100%;
  }
  .bookwash-section .bookimg {
    width: 100%;
  }
  .bookwash-section .bookcontent .text-head {
    font-size: 22px;
  }
  .bookwash-section.section {
    padding-bottom: 0px;
  }
  .carwash-singleprice .washprice-content {
    margin-bottom: 25px;
    padding: 8px;
    display: block;
  }
  .carwash-singleprice .washprice-content .carwash-head {
    width: 100%;
    padding-left: 0px;
  }
  .carwash-singleprice .washprice-content ul li {
    padding: 30px 0px;
    margin: 0;
    width: 33%;
    padding: 0px 12px;
  }
  .carwash-singleprice .washprice-content ul li span {
    width: 90px;
    min-height: 50px;
  }
  .carwash-singleprice .washprice-content ul li strong {
    font-size: 16px;
    margin-top: 10px;
    line-height: 20fpx;
  }
  .carwash-singleprice .washprice-content ul li:after {
    width: 1px;
    margin: auto;
    bottom: 0;
    height: 90%;
    top: 0;
    right: -4px;
    left: auto;
  }
  .carwash-singleprice .washprice-content .text-head {
    font-size: 25px;
    padding-bottom: 12px;
    margin-bottom: 38px;
  }
  .carsprices-list {
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
  }
  .carwash-singleprice .washprice-content .carwashbtn {
    width: 100%;
  }
  .carwash-singleprice .washprice-content .carwashbtn a {
    display: inline-block;
    margin-top: 20px;
  }
  .carwash-singleprice .washprice-content ul {
    width: 100%;
  }
  .carwash-singleprice .washprice-content .carsprices-list {
    width: 100%;
    display: block;
  }
  .carsingle-slider-section:after {
    display: none;
  }
  .carwash-singleprice .extracar-servicelist ul {
    display: block;
  }
  .carwash-singleprice .extracar-servicelist ul li {
    width: 100%;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain {
    padding: 15px 18px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extralist-ct {
    margin-right: 30px;
  }
  .carwash-singleprice .extracar-servicelist ul li .extracar-listdivmain .extrapirce span {
    font-size: 27px;
    width: 80px;
    height: 80px;
    line-height: 90px;
  }
  .carwash-singleprice .booknowbtn {
    margin: 38px 0px;
  }
  .detailingperth.black-bg-section {
    padding-bottom: 0px;
  }
  .getintouch .contactus-form::before, .getintouch .contactus-form:after {
    display: none;
  }
  .getintouch .contactus-form {
    width: 100%;
    padding: 30px 18px;
    border-bottom: solid 5px #FFC907;
  }
  .getintouch .contactus-form .contactdetails-bottom ul {
    display: block;
  }
  .getintouch .contactus-form .contactdetails-bottom {
    margin-top: 30px;
  }
  .getintouch .contactus-form .contactdetails-bottom ul li .footercontact {
    margin-bottom: 22px;
  }
  .pricingtabs .nav.nav-tabs .nav-item a {
    padding: 10px 8px;
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 100%;
  }
  .pricingtabs .nav.nav-tabs {
    width: 100%;
    margin-bottom: 22px;
  }
  .pricingtabs .table tr th {
    font-size: 15px;
  }
  .pricingtabs .table tr th {
    padding: 12px;
  }
  .location .location-section .location-details .detailinghead {
    font-size: 20px;
  }
  .location .location-section .location-details .location-icon.borderline p {
    font-size: 13px;
    line-height: 20px;
  }
  .faqsection .card .card-header a {
    font-size: 18px;
  }
  .faqsection .card .card-header a:after {
    right: 7px;
    width: 27px;
    height: 27px;
  }
  .faqsection .nav.nav-tabs {
    margin-bottom: 0px;
    width: 100%;
  }
  #getdirectionmodal .modal-dialog a.btn.btn-primary.directionbtn {
    width: 100%;
    margin-bottom: 9px;
    padding: 9px 73px;
  }
  .detailingperth .social-statics ul li {
    margin-bottom: 40px;
    padding-bottom: 20px;
    width: 50%;
  }
  .detailingperth .social-statics ul li span {
    min-height: auto;
  }
  .detailingperth .social-statics ul {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .detailingperth .social-statics ul li:after {
    width: 35%;
    height: 1px;
    right: 0;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .sliderformmain input, .sliderformmain select {
    height: 42px;
  }
  .sliderformmain form .inputfeilds button {
    height: 42px;
  }
  body .main_header.header_fixd .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    padding: 10px 10px;
  }
  .gallerymain {
    padding: 10px;
  }
  .getintouch section {
    padding-bottom: 0px;
  }
  .pricingtabs .table tr td:last-child {
    min-width: 200px;
  }
  .section.blog-allpost {
    padding-bottom: 0px;
  }
  .section.blog-allpost .blogviewall-btn {
    margin-top: 0px;
  }
  .footermenu .footerlink-list .fthead {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .galleryimg img {
    width: auto;
  }
  .gallerysection .galleryimg img {
    width: 100%;
  }
  .bookmainshow .whatwebtns {
    text-align: center;
  }
  .bookmainshow .whatwebtns .cmnbtn {
    margin-right: 5px;
  }
  .wecare-img {
    display: none;
  }
  .footercopy {
    margin-bottom: 35px;
  }
  .fixedfootericons ul li.enquirefooter {
    display: block;
  }
  body .main_header.header_fixd .navbar-expand-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .blogsingle_page h1 {
    font-size: 22px;
  }
  .blogsingle_page {
    margin-top: 80px;
  }
  body .main_header.header_fixd {
    background: #231f20;
  }
  .tabs-defult {
    position: relative;
  }
  .sliderdefultarrow-mobilearrow {
    position: absolute;
    top: auto;
    left: 0;
    right: 0px;
    display: block;
  }
  .carslider-section .carwashimages .carimg2 img {
    padding-right: 0px;
  }
  .sliderdefultarrow-mobilearrow .swiper-button-prev {
    left: 0;
  }
  .sliderdefultarrow-mobilearrow .swiper-button-next {
    right: 0px;
  }
  .table.innertable-pricing.list-double-column ul {
    display: block;
  }
  .table.innertable-pricing.list-double-column ul li {
    width: 100%;
  }
  .table.innertable-pricing.list-double-column td {
    width: auto;
  }
  .table.innertable-pricing.list-double-column {
    width: 100%;
  }
  .table.innertable-pricing {
    width: 100%;
  }
  .wecare-section {
    background-image: none;
  }
  .slider-section {
    background-color: #000;
    background-image: none !important;
  }
  .pagination {
    margin-bottom: 20px;
  }
  .page-template-car_detail_single .carwashcontent ul, .page-template-car_wash_detail .carwashcontent ul {
    padding-left: 15px;
  }
}
/******** Responsive css end **********//*# sourceMappingURL=style.css.map */