/*--==============================================->
<!--Start Carcity Service Section Css-->
==================================================-*/

.service-section {
  padding: 80px 0 80px!important;
  background: #0d0e14;
}

.row.service-bg {
  position: relative;
}

/*single service box*/
.carcity-single-service-box {
  display: inline-flex;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  
  width: 100%;
}

/*.carcity-single-service-box:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: -5px;*/
/*  left: 62px;*/
/*  width: 29%;*/
/*  height: 100%;*/
/*  background: url("./pics/service-shape1.png");*/
/*  background-repeat: no-repeat;*/
/*  background-position: left;*/
/*  background-size: contain;*/
/*  z-index: -1;*/
/*  -webkit-animation: dance3 7s alternate infinite;*/
/*}*/

.carcity-service-thumb2 img {
  width: initial;
  height: initial;
  border-radius: 0 5px 5px 0;
}

.carcity-service-content {
  padding: 60px 0 0 50px;
  
  width: 50%;
}

.service-title h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  padding: 10px 0 20px;
}

.service-desc p {
  width: 90%;
}

.service-check-list ul {
  display: block;
  padding: 12px 0 0;
}

.service-check-list ul li {
  list-style: none;
  display: block;
  color: #0d0e14;
  padding: 0 0 9px;
}

.service-check-list ul li i {
  font-size: 22px;
  color: var(--color-primary);
  padding-right: 5px;
  display: inline-block;
}

.service-button {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  display: inline-block;
}

.service-button:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 36px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.service-button:after {
  position: absolute;
  content: "";
  top: 32px;
  right: 35px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.service-button a {
  font-size: 18px;
  padding: 18px 60px;
  font-weight: 500;
  font-family: 'Montserrat';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-button a:before,
.service-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  transition: 0.5s;
  z-index: -1;
}

.service-button a:before {
  transform: translateY(-100%);
}

.service-button a:after {
  transform: translateY(100%);
}

/*service all hover*/
.service-button a:hover:before {
  transform: translateY(-50%);
}

.service-button a:hover:after {
  transform: translateY(50%);
}

.service-time-button {
  position: absolute;
  top: 20px;
  left: 31%;
}

.service-time-button span {
  padding: 4px 16px;
  line-height: 26px;
  font-family: "Jost";
  background: #0d0e14;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.service-time-button span i {
  display: inline-block;
  color: var(--color-primary);
  padding-right: 2px;
}

/*--==============================================->
  <!-- Start Carcity Section Title Css -->
 ==================================================-*/

.carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.service-section .carcity-section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}

.service-section .carcity-section-title p {
  padding: 24px 0 0;
  line-height: 28px;
  font-size: 16px;
}

/*Start owl nav*/
.owl-nav {
  position: relative;
  z-index: 1;
}

.owl-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: -35px;
  top: -315px;
  margin: auto;
  transition: 0.5s;
}

.owl-next {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  top: -315px;
  right: -35px;
  margin: auto;
  transition: 0.5s;
}

.owl-prev i,
.owl-next i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.owl-prev:hover,
.owl-next:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.owl-dots {
  text-align: center;
  padding: 30px 0 0;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  display: inline-block;
  margin-right: 10px;
}

.owl-dot.active {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: var(--color-primary);
  display: inline-block;
}

.shape-thumb {
  position: absolute;
  top: 0;
  left: -288px;
  animation: 1.1s fadeInLeft;
}

@media (min-width: 1501px) and (max-width: 1799px) {
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .row.service-bg {
    padding: 0 40px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*service section*/
  .carcity-single-service-box {
    padding: 30px 30px 30px 35px;
    display: block;
  }
  .carcity-service-thumb2 img {
    width: 100%;
  }
  .carcity-service-content {
    padding: 60px 0 0;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .service-title h3 {
    font-size: 30px;
  }
  .service-desc p {
    font-size: 15px;
  }
  .owl-nav {
    display: none;
  }
  .service-time-button {
    top: 30px;
  }
}

@media (max-width: 991px){
      .carcity-service-content {
        padding: 60px 0 0;
        
        width: 100%;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /*service section*/
  .owl-nav {
    display: none;
  }
  .carcity-single-service-box {
    padding: 30px 0 30px 35px;
    display: block;
  }
  .carcity-service-content {
    padding: 60px 0 0;
  }
  .service-time-button {
    top: 30px;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .carcity-service-thumb2 img {
    width: 95%;
  }
}

/* Large Mobile :600px. */
@media (min-width: 600px) and (max-width: 767px) {
  /*service section*/
  .owl-nav {
    display: none;
  }
  .carcity-single-service-box {
    padding: 30px 5px 30px 30px;
    display: block;
  }
  .carcity-service-content {
    padding: 60px 0 0;
  }
  .service-time-button {
    top: 30px;
    left: 35%;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .carcity-service-thumb2 img {
    width: 95%;
  }
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
  /*service section*/
  .owl-nav {
    display: none;
  }
  .carcity-single-service-box {
    padding: 30px 0 25px 35px;
    display: block;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .carcity-service-thumb2 img {
    width: 92%;
  }
  .service-title h3 {
    font-size: 30px;
  }
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
  /*service section*/
  .owl-nav {
    display: none;
  }
  .carcity-single-service-box {
    padding: 30px 0 25px 35px;
    display: block;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .carcity-service-thumb2 img {
    width: 92%;
  }
  .service-title h3 {
    font-size: 30px;
  }
}

/* small mobile :320px. */
@media (min-width: 320px) and (max-width: 479px) {
  /*service section*/
  .owl-nav {
    display: none;
  }
  .service-section .carcity-section-title h4 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .service-section .carcity-section-title h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .carcity-single-service-box {
    padding: 30px 0 25px 25px;
    display: block;
  }
  .carcity-service-content {
    padding: 60px 10px 0 0;
  }
  .service-check-list ul li {
    font-size: 15px;
  }
  .carcity-service-thumb2 {
    margin-top: 30px;
  }
  .carcity-service-thumb2 img {
    width: 92%;
  }
  .service-title h3 {
    font-size: 30px;
  }
  .service-desc p {
    width: 98%;
  }
  .service-button a {
    font-size: 15px;
    padding: 12px 40px;
  }
  .service-button:before {
    top: 24px;
    left: 18px;
  }
  .service-button:after {
    top: 25px;
    right: 18px;
  }
}
