@font-face {
  font-family: 'FreightBigProLight';
  src: url('../fonts/FreightBigProLight-Regular.eot');
  src: url('../fonts/FreightBigProLight-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FreightBigProLight-Regular.woff2') format('woff2'),
    url('../fonts/FreightBigProLight-Regular.woff') format('woff'),
    url('../fonts/FreightBigProLight-Regular.ttf') format('truetype'),
    url('../fonts/FreightBigProLight-Regular.svg#FreightBigProLight-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot');
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Impact.woff2') format('woff2'),
    url('../fonts/Impact.woff') format('woff'),
    url('../fonts/Impact.ttf') format('truetype'),
    url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  transition: all 0.5s ease !important;
  text-decoration: none;
}

.pad-0 {
  padding: 0;
}

.pad-left-0 {
  padding-left: 0 !important;
}

.pad-right-0 {
  padding-right: 0;
}

/* top-header css here  */
.top-header {
  background-color: transparent;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.top-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-left-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-header-info-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-header-info-container a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.top-header-media-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* main header section css here  */
.main-header {
  background-color: transparent;
  transition: all 0.5s ease;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 10;
}

.animate {
  animation: none;
  /* animation: slideDown 0.7s ease-in-out; */
}

.pos-fixed {
  background-color: #000;
  /* box-shadow: 0 0 5px #c9c9c9; */
  top: 0;
	z-index: 999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.pos-fixed .main-header-container {
  padding: 0;
}

.pos-fixed .logo-container img {
  width: 170px;
  transition: all 0.5s ease;
}

.logo-container img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.main-header-container {
  position: relative;
}

.main-header-container ul {
  margin-left: 50px !important;
}

.main-header-container ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 28px;
}

.main-header-container ul li:last-child a {
  margin-right: 0;
}

.primary-navigation .menu-item-has-children>a:after,
.primary-navigation .page_item_has_children>a:after {
  content: none !important;
}

.header-manu-container {
  margin-right: -45px;
}

.header-right-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.main-header-icon-container {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #31a9a0;
}

.main-header-right-text-container {
  display: flex;
  flex-direction: column;
}

.main-header-right-text-container {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.main-header-right-text-container a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}


/* banner-sec css here  */
.banner-sec {
  position: relative;
  background: url("../images/banner-bg-1.jpg") no-repeat;
  background-size: cover;
  padding: 220px 0 150px;
}

.banner-sec::before {
  content: '';
  background: #31a9a0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.banner-sec::after {
  content: 'Coastal Cleans Auto Detailing';
  color: transparent;
  font-family: "Impact";
  font-size: 110px;
  letter-spacing: 0.8px;
  width: 100%;
  position: absolute;
  -webkit-text-stroke: 1px #40404066;
  display: flex;
  justify-content: center;
  top: 107px;
}

.banner-left-container {
  position: relative;
  z-index: 1;
}

.banner-sec-sub-heading {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
}

.banner-sec-heading {
  font-size: 58px;
  line-height: 57px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "FreightBigProLight";
  padding: 15px 0;
}

.banner-sec-text {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}

.banner-sec-btn {
  display: block;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  background-color: #31a9a0;
  width: fit-content;
  padding: 15px 25px;
  margin-top: 29px;
  transition: all 0.5s ease;
}

.banner-sec-btn:hover {
  background-color: #ffffff;
  color: #000;
}

.banner-car {
  position: absolute;
  right: 110px;
  bottom: 120px;
}

/* our-service-sec */
.our-service-sec {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.our-service-sec::before {
  content: '';
  background: url("../images/our-service-ba-1.png");
  width: 264px;
  height: 504px;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 0;
}

.our-service-sec::after {
  content: '';
  background: url("../images/our-service-ba-2.png");
  width: 267px;
  height: 506px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.our-service-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
}

.our-service-card-mt {
  margin-top: 40px;
}

.our-service-card-container {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #31a9a0;
  padding: 9px 8px 26px;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.our-service-card-container img {
  border-radius: 20px;
}

.our-service-card-heading {
  font-size: 22px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  padding: 12px 0 15px;
  margin-left: 10px;
  line-height: 22px;
}

.our-service-card-heading strong {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
}

.our-service-card-container ul {
  margin: 0;
  margin-left: 10px;
}

.our-service-card-container ul li {
  background: url("../images/service-star.png");
  background-position: top 4px left;
  padding-left: 13px;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  list-style: none;
  padding-bottom: 10px;
}

.our-service-card-container ul li:last-child {
  padding-bottom: 13px;
}

.our-service-card-link {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #31a9a0;
  font-weight: 700;
  text-underline-offset: 5px;
  margin-left: 10px;
  transition: all 0.5s ease;
}

.our-service-card-link:hover {
  text-underline-offset: 3px;
}

/* about-us-sec */
.about-us-sec {
  position: relative;
  padding: 120px 0 140px;
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
}

.about-us-sec::before {
  content: '';
  background: #31a9a0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}

.about-us-sec::after {
  content: '';
  background: url("../images/about-shape.png");
  width: 226px;
  height: 266px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* .about-car {
    position: absolute;
    left: -11px;
    top: 100px;
    width: auto;
} */
.about-car {
    position: absolute;
    left: 124px;
    bottom: -3px;
    width: auto;
}

.about-right-container {
  padding-right: 105px;
  margin-left: -35px;
}

.about-us-heading {
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-us-text {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 0 22px;
}

.about-us-btn {
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  background-color: #31a9a0;
  padding: 10px 25px;
  display: block;
  width: fit-content;
}

.about-us-btn:hover {
  background-color: #ffffff;
  color: #000;
}

/* .why-choose-us-sec */
.why-choose-us-sec {
  position: relative;
  padding: 80px 0 0px;
  background: url("../images/choose-us-bg.jpg") no-repeat;
  background-position: top 100px center;
}

.why-choose-us-sec::before {
  content: 'Coastal Cleans Auto Detailing';
  color: transparent;
  font-family: "Impact";
  font-size: 110px;
  letter-spacing: 0.8px;
  width: 100%;
  position: absolute;
  -webkit-text-stroke: 1px #40404014;
  display: flex;
  justify-content: center;
  top: 43%;
}

.choose-us-heading {
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.choose-us-mt {
  margin-top: 30px;
}

.choose-us-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.choose-us-card-img-container {
  width: 107px;
  height: 107px;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62bcb5;
  border: 9px solid #97d3ce;
}

.choose-us-card-text {
  font-size: 22px;
  color: #0c0902;
  font-family: "FreightBigProLight";
  text-align: center;
  line-height: 22px;
}

.choose-us-car {
  width: fit-content;
  margin-top: 44px;
  margin-left: 40px;
}

/* testimonial-sec */
.testimonial-sec {
  position: relative;
  padding: 20px 0 125px;
}

.testimonial-sec::before {
  content: '';
  background: #31a9a0;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.testimonial-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  padding-bottom: 45px;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section {
  margin: 0 0px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px !important;
  line-height: 24px !important;
  text-align: start !important;
  margin: 0 !important;
}
#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    height: 140px !important;
    overflow: auto !important;
}
#sp-testimonial-free-wrapper-107 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    height: 190px !important;
    overflow: auto !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0 !important;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free,
#sp-testimonial-free-wrapper-107 .sp-testimonial-free {
  background: #ffffff !important;
  border: 1px solid #31a9a0 !important;
  border-radius: 20px !important;
  padding: 90px 22px 25px;
  min-height: 265px;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-name,
#sp-testimonial-free-wrapper-107 .sp-testimonial-free-section .sp-testimonial-client-name {
  color: #31a9a0 !important;
  position: absolute;
  top: 60px;
  left: 23px;
  font-weight: 600 !important;
}
#sp-testimonial-free-wrapper-107 .sp-testimonial-free-section .sp-testimonial-client-name {
  left: 33px;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-rating,
#sp-testimonial-free-wrapper-107 .sp-testimonial-free-section .sp-testimonial-client-rating {
  display: flex !important;
  gap: 2px;
  position: absolute;
  left: 25px;
  top: 35px;
}
#sp-testimonial-free-wrapper-107 .sp-testimonial-free-section .sp-testimonial-client-rating{
  left: 33px;
}
/* our-work-sec */
.our-work-sec {
  position: relative;
  padding: 90px 0px;
}

.our-work-sec::before {
  content: '';
  background: url("../images/our-work-ba-2.png");
  width: 254px;
  height: 485px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
}

.our-work-sec::after {
  content: '';
  background: url("../images/our-work-ba-1.png");
  width: 279px;
  height: 506px;
  position: absolute;
  right: 0;
  bottom: -22px;
  z-index: 0;
}

.our-work-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  padding-bottom: 50px;
}

.our-work-sec .gal-img {
  border-radius: 20px;
  height: 100%;
}

.our-work-sec .gallery-box a {
  position: relative;
  display: block;
}

.our-work-sec .gallery-box a::before {
  content: '';
  background: #ffffff59;
  position: absolute;
  width: 90%;
  height: 80%;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.our-work-sec .gallery-box a::after {
  content: '';
  background: url("../images/instagram-icon.png");
  position: absolute;
  width: 37px;
  height: 37px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.our-work-sec .gallery-box a:hover:before {
  visibility: visible;
  opacity: 1;
}

.our-work-sec .gallery-box a:hover::after {
  visibility: visible;
  opacity: 1;
}

.gal-mt {
  margin-top: 25px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #31a9a0 !important;
}

/* contact-us-sec */
.contact-us-sec {
  padding: 145px 0 90px;
  position: relative;
  background: url("../images/contact-bg.png") no-repeat;
  background-size: cover;
}

.contact-us-sec::before {
  content: '';
  background: #31a9a0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-us-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 38px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
}

.contact-us-text {
  font-size: 14px;
  line-height: 29px;
  color: #1d1d1d;
  font-weight: 400;
  padding: 5px 0 40px;
}

.contact-info-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.contact-info-icon-container {
  width: 51px;
  height: 51px;
  border-radius: 25px;
  background-color: #31a9a0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-text {
  font-size: 20px;
  line-height: 27px;
  color: #1d1d1d;
  font-weight: 600;
}

.form-container {
  /* width: 396px;
  height: 502px; */
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cecece;
  padding: 50px 25px;
  position: relative;
  z-index: 1;
}

.form-heading {
  font-size: 25px;
  text-transform: uppercase;
  color: #31a9a0;
  font-family: "FreightBigProLight";
  text-align: center;
  padding-bottom: 20px;
}

.h-contact-img {
  position: absolute;
  right: 10%;
  top: 100px;
  z-index: 0;
}

.form-container p {
  margin-bottom: 0;
}

.form-container input {
  width: 100%;
  /* height: 39px; */
  padding: 6px 10px 6px 15px;
  border-radius: 9px;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #31a9a0;
  outline: none;
  margin-bottom: 8px;
}

.form-container input:focus,
.form-container select:focus,
.form-container textarea:focus {
  border: 1px solid #000000;
}

.form-container select {
  width: 100%;
  padding: 6px 10px 6px 15px;
  border-radius: 9px;
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #31a9a0;
  outline: none;
  margin-bottom: 8px;
  appearance: none;
}

.form-container textarea {
  width: 100%;
  padding: 6px 10px 6px 15px;
  border-radius: 9px;
  color: #515151;
  font-size: 16px;
  height: 107px;
  border: 1px solid #31a9a0;
  margin-bottom: 14px;
}

.home-form-btn {
  display: flex;
  justify-content: center;
}

.wpcf7-spinner {
  display: none !important;
}

.form-container input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  width: fit-content;
  background-color: #31a9a0;
  padding: 10px 30px;
  transition: all 0.5s ease;
  margin-bottom: 0;
}

.form-container input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}

/* footer  */
.footer {
  position: relative;
  padding: 120px 0 0;
  background: #0c0902;
}

.footer::before {
  content: '';
  background: #31a9a0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.footer-heading {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "FreightBigProLight";
  margin-bottom: 10px;
}

.contact-container {
  padding-top: 10px;
}

.footer ul {
  margin: 0;
  list-style: none;
}

.footer ul li,
.footer ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.footer ul li a:hover {
  color: #31a9a0;
}

.contact-container li {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 25px;
}

.f-link-sec {
  padding-left: 35px;
}

.f-contact-sec {
  padding-left: 50px;
}

.lower-footer {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  margin-top: 25px;
}

.lower-footer a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease;
}

.lower-footer a:hover {
  color: #31a9a0;
}

/* scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1000;
}

.scroll-top img {
  background: #31a9a0;
  padding: 16px 10px;
  border-radius: 50%;
}

/* banner css here */
.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-bg-1.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 230px 0 150px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page .entry-header:before,
.blog_page_header:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}

.content-area,
.content-sidebar {
  padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  z-index: 99;
  margin-bottom: 3px;
}

.breadcrumb-container {
  width: 100%;
  color: #ea0700;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #ea0700;
}

.page {
  margin-top: 0 !important;
}

/* inner page css  */
.inner_mid_title {
  color: #131313;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
}

.inner_mid_title strong {
  color: #31a9a0;
}
.inner_title {
  color: #131313;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.inner_title strong {
  color: #31a9a0;
}

.inner_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #31a9a0;
}

.inner_txt {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  margin-top: 20px;
}

.margin-top {
  margin-top: 48px;
}

.inner_list_txt {
  margin-top: 20px;
}

.inner_list_txt ul {
  padding: 0;
  margin: 0;
}

.inner_list_txt ul li {
  background: url("../images/list-img.png");
  background-position: top 4px left;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}

.inner_content img {
  border-radius: 15px;
}

.inner_bottm_sec {
  background: #31a9a0;
  padding: 30px 20px;
  text-align: center;
}

.inner_mid_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #31a9a0;
}
.inner_bottm_sec .inner_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #fff;
}

.price-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
  text-align: center;
}
.price-box strong{
  font-size: 22px;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}

.core-box img {
  width: 80px;
  padding-bottom: 20px;
}

.core-box_title {
  color: #131313;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.core-box_title strong {
  color: #31a9a0;
}

.core-box_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #31a9a0;
}

.core-box_txt {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: normal;
  margin-top: 20px;
}

.m-top {
  margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
  color: #131313;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}

.contact_page_heading::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #31a9a0;
}

.contact_page_heading strong {
  color: #31a9a0;
}

.contact_page_info {
  position: relative;
  color: #000;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_page_info img {
  border-radius: 0;
}

.contact-text a {
  transition: all 0.5s ease;
  text-decoration: none !important;
}

.contact-text strong {
  color: #000000;
  font-weight: 600;
}

.contact-img {
  background: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}

.contact_right {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 25px 25px 0;
  border-radius: 5px;
}

/* thank you page   */
.thankyou-btn {
  border-radius: 27px;
  background: #000000;
  transition: all 0.8s ease !important;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 15px 30px;
}
.thankyou-btn:hover{
	background: #31a9a0;
}

.thankyou-text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

/* footer_fixed_buttons css  */
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.footer_btn1 {
  background: #31a9a0;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}

.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding-top: 9px;
}

.footer_btn3 {
  background: #000000;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}


.contact-page input {
  width: 100%;
  padding: 12px 10px 12px 20px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #31a9a0;
  outline: none;
}

.contact-page input:focus,
.contact-page select:focus,
.contact-page textarea:focus {
  border: 1px solid #000000;
}

.contact-page select {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #31a9a0;
  outline: none;
}

.contact-page textarea {
  width: 100%;
  padding: 12px 12px 12px 20px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  height: 90px;
  border: 1px solid #31a9a0;
}

.contact-page input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  background-color: #000000;
  padding: 13px 50px;
  transition: all 0.5s ease;
}

.contact-page input[type="submit"]:hover {
  background-color: #31a9a0;
}

.plan-price-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.regular-price {
  width: 100%;
  background-color: #31a9a0;
  line-height: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #31a9a0;
  position: relative;
}
.regular-price::before{
  content: '';
  position: absolute;
  width: 18px;
  height: 50px;
  top: 0;
  right: -19px;
  background-color: #31a9a0;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.regular-price::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 1.4px;
  top: 24px;
  left: 20px;
  background-color: #ff0000;
}
.discounted-price {
  width: 100%;
  line-height: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  border: 1px solid #31a9a0;
}
.core-price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.core-price-box-container {
  background: #000000;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.core-price {
  font-size: 18px;
  font-weight: 500px;
  position: relative;
}
.core-price::before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: -6px;
  background-color: #ff0000;
}
.core-discounted-price {
  font-size: 24px;
  font-weight: 600;
}
.core-price-heading {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	padding: 13px 10px;
	text-align: center;
	background-color: #31a9a0;
	margin-bottom: 20px;
	color: #ffffff;
}
.core-box ul {
	margin: 0;
}
.core-box ul li{
	background: url(../images/list-img.png);
	background-position: top 4px left;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
}
.core-star {
	font-size: 18px;
	padding-right: 5px;
	color: #ff0000;
}
.core-imp {
	font-size: 14px;
}

.gallery-box {
	position: relative;
	z-index: 1;
}

.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0;
}

.back_btn a {
	text-decoration: none !important;
}

.not_found-btn {
	background-color: #000000;
	padding: 18px 25px !important;
	color: white !important;
	outline: 0;
	border: none;
	transition: all 0.5s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 30px;
}
.not_found-btn:hover{
	background-color: #31a9a0;
}
.faq-area {
    padding: 60px;
    background-color: #e1fffd;
    margin-top: 45px;
}
.faq-area .inner_title {
    text-align: center;
    margin-bottom: 30px;
}
.faq-area .inner_title::after{
	right:0;
	margin:0 auto;
}
.accordion-header br{
	display:none;
}
.accordion-button {
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00a9a0;
    box-shadow: none;
}
.accordion-button:hover{
	background-color: #00a9a0;
}
.accordion-button::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(106%) contrast(101%);
}
.page-id-177 .inner_title.text-center::after{
	right:0;
	margin:0 auto;
}
.faq-main-area .accordion-header{
	margin-top:0;
}
.btn-box {
    padding-top: 15px;
}
.btn-box br{
	display:none;
}
.btn-box .btn {
    display: inline-block;
    background-color: #000000;
    margin-right: 10px;
    text-decoration: none;
    padding: 10px 20px;
    color: #ffffff;
}
.btn-box .btn:hover{
	background-color:#ffffff;
	color:#000000;
}
.btn-box .btn.book{
	background-color:#ffffff;
	color:#000000;
}
.btn-box .btn.book:hover{
	background-color:#000000;
	color:#ffffff;
}
.page-id-62 .btn-box{
	padding-top:50px;
}
.page-id-62 .btn-box .btn.book {
    background-color: #31a9a0;
    color: #ffffff;
}
.page-id-62 .btn-box .btn.call:hover{
	 background-color: #31a9a0;
	color:#ffffff;
}
.page-id-62 .btn-box .btn.book:hover{
	background-color:#000000;
}
.footer-social ul{
	padding:10px 0 0;
	margin:0;
	list-style:none;
	display:flex;
	justify-content:center;
}
.footer-social ul li{
	display:inline-block;
	margin-right:10px;
}
.footer-social ul li a{
	display:inline-block;
}
.footer-social ul li a img {
    width: 100%;
    max-width: 30px;
	transition:0.5s;
}
.footer-social ul li a:hover img{
	transform:translate(0,-5px);
}
.footer-social ul li a img.twitter{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.location-area {
    padding-top: 50px;
}
.location-area .inner_title {
    text-align: center;
    margin-bottom: 35px;
}
.location-area .inner_title::after{
	right:0;
	margin:0 auto;
}
.location-box a {
    display: flex;
    text-decoration: none !important;
    background-color: #00a9a0;
    padding: 15px;
    transition: 0.5s !important;
    font-size: 16px;
    font-weight: normal;
    align-items: center;
	color: #ffffff;
}
.location-box a:hover{
	background-color:#000000;
	color:#ffffff;
}
.location-box a img {
    width: 100%;
    max-width: 35px;
    margin-right: 5px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(10deg) brightness(115%) contrast(100%);
}
.booking-form {
    padding: 50px;
    background-color: #e5fffe;
}
.booking-form .inner_title{
	margin:0 0 25px;
}
.booking-form .inner_title::after{
	right:0;
	margin:0 auto;
}
/* Responsive Media */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container img {
		width: 170px;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
		padding: 130px 0 170px;
	}
	.banner-sec-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-sec-sub-heading {
		font-size: 18px;
	}
	.banner-car {
		right: 15px;
		bottom: 55px;
		width: 225px;
	}
	.banner-sec::after {
		font-size: 29px;
		top: 80px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-heading {
		font-size: 26px;
	}
	.our-service-heading img{
		width: 50px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
		left: 0;
		width: 275px;
		position: relative;
		margin-bottom: 20px;
	}
	.about-right-container {
		padding-right: 0;
		margin-left: 0;
	}
	.about-us-heading{
		font-size: 26px;
	}
	.about-us-text {
		line-height: 26px;
	}
	.about-us-heading img{
		width: 50px;
	}
	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 94px;
		height: 110px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-heading{
		font-size: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	.choose-us-heading img{
		width: 50px;
	}
	.choose-us-card-text {
		font-size: 18px;
	}
	.why-choose-us-sec .col-12 {
		width: 50%;
	}
	.why-choose-us-sec::before {
		font-size: 28px;

		top: 9%;
	}
	.choose-us-car {
		margin-left: 0;
	}
	.testimonial-heading {
		font-size: 26px;
		text-align: center;
	}
	.testimonial-heading img{
		width: 50px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-heading {
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.our-work-heading img{
		width: 50px;
	}
	.gal-mt-2{
		margin-top: 25px;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		position: relative;
		width: 170px;
		right: auto;
		left: 50%;
		top: 30px;
		transform: translateX(-50%);
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.lower-footer {
		padding: 30px 12px 60px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 170px 0 100px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 25px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.box-mt{
		margin-top: 25px;
	}
	.box-mt-2{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 45px;
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.core-box-mt{
		margin-top: 25px;
	}
	.regular-price::after {
		left: 40px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container img {
		width: 170px;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
		padding: 130px 0 170px;
	}
	.banner-sec-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-sec-sub-heading {
		font-size: 18px;
	}
	.banner-car {
		right: 15px;
		bottom: 55px;
		width: 350px;
	}
	.banner-sec::after {
		font-size: 52px;
		top: 80px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .col-sm-12 {
		width: 50%;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-heading {
		font-size: 26px;
	}
	.our-service-heading img{
		width: 50px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
		left: 0;
		width: 275px;
		position: relative;
		margin-bottom: 20px;
	}
	.about-right-container {
		padding-right: 0;
		margin-left: 0;
	}
	.about-us-heading{
		font-size: 26px;
	}
	.about-us-text {
		line-height: 26px;
	}
	.about-us-heading img{
		width: 50px;
	}
	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 94px;
		height: 110px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-heading{
		font-size: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	.choose-us-heading img{
		width: 50px;
	}
	.choose-us-card-text {
		font-size: 20px;
	}
	.choose-us-card-text br{
		display: none;
	}
	.why-choose-us-sec .col-12 {
		width: 50%;
	}
	.why-choose-us-sec::before {
		font-size: 52px;
		top: 9%;
	}
	.choose-us-car {
		margin-left: 0;
	}
	.testimonial-heading {
		font-size: 26px;
		text-align: center;
	}
	.testimonial-heading img{
		width: 50px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-sec .col-sm-12:first-child {
		width: 100%;
	}
	.our-work-sec .col-sm-12 {
		width: 50%;
	}
	.our-work-sec .gallery-box a {
		height: 100%;
	}
	.gallery-box {
		height: 100%;
	}
	.our-work-heading {
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.our-work-heading img{
		width: 50px;
	}
	.gal-mt-2{
		margin-top: 25px;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		right: 6%;
		top: auto;
		z-index: 0;
		bottom: 0;
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
		width: 400px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec .footer-heading {
		margin-top: 0px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.lower-footer {
		padding: 30px 12px 60px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 170px 0 100px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_content .inner_title {
		margin-top: 25px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.inner_content .box-mt{
		margin-top: 25px;
	}
	.box-mt-2{
		margin-top: 25px;
	}
	.inner_content .contact_right {
		margin-top: 45px;
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.inner_content .core-box-mt{
		margin-top: 25px;
	}
	.inner_content .regular-price::after {
		left: 82px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container img {
		width: 170px;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
		padding: 130px 0 170px;
	}
	.banner-sec-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-sec-sub-heading {
		font-size: 18px;
	}
	.banner-sec-text {
		font-size: 15px;
	}
	.banner-car {
		right: 15px;
		bottom: 55px;
		width: 350px;
	}
	.banner-sec::after {
		font-size: 52px;
		top: 80px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .col-sm-12 {
		width: 50%;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-heading {
		font-size: 26px;
	}
	.our-service-heading img{
		width: 50px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
		left: 0;
		width: 275px;
		position: relative;
		margin-bottom: 20px;
	}
	.about-right-container {
		padding-right: 0;
		margin-left: 0;
	}
	.about-us-heading{
		font-size: 26px;
	}
	.about-us-text {
		line-height: 26px;
	}
	.about-us-heading img{
		width: 50px;
	}
	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 94px;
		height: 110px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-heading{
		font-size: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	.choose-us-heading img{
		width: 50px;
	}
	.choose-us-card-text {
		font-size: 20px;
	}
	.choose-us-card-text br{
		display: none;
	}
	.why-choose-us-sec::before {
		font-size: 52px;
		top: 9%;
	}
	.choose-us-car {
		margin-left: 0;
	}
	.testimonial-heading {
		font-size: 26px;
		text-align: center;
	}
	.testimonial-heading img{
		width: 50px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-sec .col-sm-12:first-child {
		width: 100%;
	}
	.our-work-sec .col-sm-12 {
		width: 50%;
	}
	.our-work-sec .gallery-box a {
		height: 100%;
	}
	.gallery-box {
		height: 100%;
	}
	.our-work-heading {
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.our-work-heading img{
		width: 50px;
	}
	.gal-mt-2{
		margin-top: 25px;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		right: 6%;
		top: auto;
		z-index: 0;
		bottom: 0;
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
		width: 300px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec .footer-heading {
		margin-top: 0px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.lower-footer {
		padding: 30px 12px 60px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 170px 0 100px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.box-mt{
		margin-top: 0px;
	}
	.box-mt-2{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.our-work-sec .gal-img {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
        padding: 140px 0 150px;
	}
	.banner-sec-heading {
		font-size: 40px;
		line-height: 40px;
	}
	.banner-car {
		right: 60px;
		bottom: 78px;
		width: 450px;
	}
	.banner-sec::after {
        font-size: 80px;
        top: 70px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
        left: -127px;
        width: 275px;
        position: relative;
        margin-bottom: 20px;
	}

	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 163px;
		height: 190px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-card-text {
		font-size: 20px;
	}
	.choose-us-card-text br{
		display: none;
	}
	.why-choose-us-sec .col-12 {
		width: 50%;
	}
	.why-choose-us-sec::before {
		font-size: 80px;
		top: 9%;
	}
	.testimonial-sec {
		padding: 50px 0 125px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-sec .gallery-box a {
		height: 100%;
	}
	.gallery-box {
		height: 100%;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		right: 6%;
		top: auto;
		z-index: 0;
		bottom: 0;
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
		width: 400px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec .footer-heading {
		margin-top: 0px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.inner_title {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.our-work-sec .gal-img {
		width: 100%;
	}
	.plan-price-sec-container .col-lg-3 {
		width: 30%;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container img {
		width: 170px;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
		padding: 130px 0 170px;
	}
	.banner-sec-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-sec-sub-heading {
		font-size: 18px;
	}
	.banner-sec-text {
		font-size: 15px;
	}
	.banner-car {
		right: 15px;
		bottom: 55px;
		width: 350px;
	}
	.banner-sec::after {
		font-size: 52px;
		top: 80px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .col-sm-12 {
		width: 50%;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-heading {
		font-size: 26px;
	}
	.our-service-heading img{
		width: 50px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
		left: 0;
		width: 275px;
		position: relative;
		margin-bottom: 20px;
	}
	.about-right-container {
		padding-right: 0;
		margin-left: 0;
	}
	.about-us-heading{
		font-size: 26px;
	}
	.about-us-text {
		line-height: 26px;
	}
	.about-us-heading img{
		width: 50px;
	}
	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 94px;
		height: 110px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-heading{
		font-size: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	.choose-us-heading img{
		width: 50px;
	}
	.choose-us-card-text {
		font-size: 20px;
	}
	.choose-us-card-text br{
		display: none;
	}
	.why-choose-us-sec .col-12 {
		width: 50%;
	}
	.why-choose-us-sec::before {
		font-size: 52px;
		top: 9%;
	}
	.choose-us-car {
		margin-left: 0;
	}
	.testimonial-heading {
		font-size: 26px;
		text-align: center;
	}
	.testimonial-heading img{
		width: 50px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-sec .col-sm-12:first-child {
		width: 100%;
	}
	.our-work-sec .col-sm-12 {
		width: 50%;
	}
	.our-work-sec .gallery-box a {
		height: 100%;
	}
	.gallery-box {
		height: 100%;
	}
	.our-work-heading {
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.our-work-heading img{
		width: 50px;
	}
	.gal-mt-2{
		margin-top: 25px;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		right: 6%;
		top: auto;
		z-index: 0;
		bottom: 0;
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
		width: 300px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec .footer-heading {
		margin-top: 0px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.lower-footer {
		padding: 30px 12px 60px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 170px 0 100px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.box-mt{
		margin-top: 0px;
	}
	.box-mt-2{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.our-work-sec .gal-img {
		width: 100%;
	}
	.inner_content .plan-price-sec-container .col-lg-3 {
		width: 50%;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container img {
		width: 170px;
	}
	.main-header {
		top: 0;
	}
	.banner-sec {
		padding: 130px 0 170px;
	}
	.banner-sec-heading {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-sec-sub-heading {
		font-size: 18px;
	}
	.banner-sec-text {
		font-size: 15px;
	}
	.banner-car {
		right: 15px;
		bottom: 55px;
		width: 350px;
	}
	.banner-sec::after {
		font-size: 52px;
		top: 80px;
	}
	.our-service-sec {
		padding: 50px 0;
	}
	.our-service-sec .col-sm-12 {
		width: 50%;
	}
	.our-service-sec .pad-left-0 {
		padding-left: 12px !important;
	}
	.our-service-sec .pad-right-0 {
		padding-right: 12px !important;
	}
	.our-service-sec::before {
		top: -4px;
	}
	.our-service-heading {
		font-size: 26px;
	}
	.our-service-heading img{
		width: 50px;
	}
	.our-service-card-container img {
		width: 100%;
	}
	.about-us-sec {
		padding: 80px 0 60px;
	}
	.about-car {
		left: 0;
		width: 275px;
		position: relative;
		margin-bottom: 20px;
	}
	.about-right-container {
		padding-right: 0;
		margin-left: 0;
	}
	.about-us-heading{
		font-size: 26px;
	}
	.about-us-text {
		line-height: 26px;
	}
	.about-us-heading img{
		width: 50px;
	}
	.about-us-sec::after {
		background: url("../images/about-shape.png") no-repeat;
		width: 94px;
		height: 110px;
		right: 0;
		background-size: contain;
	}
	.why-choose-us-sec {
		padding: 50px 0 0px;
	}
	.choose-us-heading{
		font-size: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	.choose-us-heading img{
		width: 50px;
	}
	.choose-us-card-text {
		font-size: 20px;
	}
	.choose-us-card-text br{
		display: none;
	}
	.why-choose-us-sec .col-12 {
		width: 50%;
	}
	.why-choose-us-sec::before {
		font-size: 52px;
		top: 9%;
	}
	.choose-us-car {
		margin-left: 0;
	}
	.testimonial-heading {
		font-size: 26px;
		text-align: center;
	}
	.testimonial-heading img{
		width: 50px;
	}
	.our-work-sec {
		padding: 50px 0px;
	}
	.our-work-sec .col-sm-12:first-child {
		width: 100%;
	}
	.our-work-sec .col-sm-12 {
		width: 50%;
	}
	.our-work-sec .gallery-box a {
		height: 100%;
	}
	.gallery-box {
		height: 100%;
	}
	.our-work-heading {
		font-size: 26px;
		text-align: center;
		padding-bottom: 25px;
	}
	.our-work-heading img{
		width: 50px;
	}
	.gal-mt-2{
		margin-top: 25px;
	}
	.contact-us-sec {
		padding: 70px 0;
	}
	.contact-us-heading {
		font-size: 26px;
		text-align: center;
	}
	.contact-us-heading img{
		width: 50px;
	}
	.h-contact-img {
		right: 6%;
		top: auto;
		z-index: 0;
		bottom: 0;
	}
	.contact-info-text {
		font-size: 18px;
	}
	.form-container {
		margin-top: 20px;
		width: 300px;
	}
	.footer {
		padding: 70px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		margin-top: 25px;
	}
	.f-link-sec .footer-heading {
		margin-top: 0px;
	}
	.f-link-sec {
		padding-left: 12px;
	}
	.f-contact-sec {
		padding-left: 12px;
	}
	.contact-container li {
		margin-bottom: 20px;
	}
	.lower-footer {
		padding: 30px 12px 60px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 170px 0 100px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 12px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0
	}
	.box-mt{
		margin-top: 0px;
	}
	.box-mt-2{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.reviews-page .hentry {
		margin: 0 auto 15px !important
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.our-work-sec .gal-img {
		width: 100%;
	}
	.regular-price::after {
		left: 39px;
	}
	.inner_content .plan-price-sec-container .col-lg-3 {
		width: 50%;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.main-header-container ul {
		margin-left: 20px !important;
	}
	.main-header-container ul li a {
		margin-right: 40px;
	}
	.banner-sec::after {
		font-size: 96px;
	}
	.banner-sec-heading {
		font-size: 40px;
		line-height: 40px;
	}
	.banner-car {
		width: 450px;
	}
	.f-link-sec {
		padding-left: 0px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-sec-sub-heading {
		font-size: 20px;
	}
	.banner-sec-heading {
		font-size: 40px;
		line-height: 40px;
	}
	.banner-car {
		right: 120px;
		width: 450px;
	}
	.about-us-sec {
		padding: 80px 0 0;
	}
	.about-car {
		left: -124px;
		width: 300px;
	}
	.about-right-container {
		padding-right: 50px;
		margin-left: -65px;
	}
	.lower-footer {
		padding: 30px 12px;
	}
	.plan-price-sec-container .col-lg-3 {
		width: 30%;
	}
	.box-mt-2 {
		margin-top: 0;
	}
}

@media screen and (min-width: 1424px) {
	.regular-price::after {
		left: 30px;
	}
}

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

}

@media screen and (min-width: 1920px) {
	.banner-car {
		right: 270px;
		bottom: 60px;
	}
	.our-service-card-container img{
		width: 100%;
	}
	.about-car {
		left: 290px;
	}
	.h-contact-img {
		right: 16%;
	}
}

@media screen and (min-width: 2048px) {
	.banner-car {
		right: 360px;
	}
	.about-car {
		left: 360px;
	}
	.h-contact-img {
		right: 19%;
	}
}

@media screen and (min-width: 2550px) {
    .about-car {
        left: 660px;
    }
}