.pb-60 {
  padding-bottom: 60px;
}

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

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

.technician-area .carcity-section-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  color: #fff;
}

/*--==============================================->
  <!--Start Carcity Technician Css-->
 ==================================================-*/

.technician-area {
  padding: 90px 0 195px;
  background: #0d0e14;
}

.technician-area.team {
  background: #fff;
  padding: 100px 0 90px;
}

.technician-area.style-two {
  padding-bottom: 75px;
}

.technician-single-box {
  padding: 20px 20px 20px 20px;
  background: #1e1f24;
  display: inline-flex;
  align-items: center;
  /* width: 631px; */
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
}

.technician-thumb img {
  border-radius: 4px;
}

.technician-info-content {
  padding: 0 0 0 30px;
}

.technician-title h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 0;
}

.technician-text p {
  padding: 8px 0 5px;
  color: var(--color-primary);
}

.technician-social-info a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #34353a;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}

.technician-social-info a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background: var(--color-primary);
  transform: scale(0);
  transition: 0.5s;
  border-radius: 3px;
}

.technician-social-info a:hover:before {
  transform: scale(1);
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .technician-title h3 {
    font-size: 19px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .technician-title h3 {
    font-size: 19px;
  }
  .technician-info-content {
    padding-left: 10px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }
  .technician-title h3 {
    font-size: 19px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }
  .technician-single-box {
    text-align: center;
  }
  .technician-title h3 {
    font-size: 19px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .technician-area .carcity-section-title h2 {
    line-height: 28px;
  }
  .technician-area .carcity-section-title h4 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 0;
  }

  .technician-single-box {
    text-align: center;
  }
  .technician-title h3 {
    font-size: 19px;
  }
}
.technician-thumb  {
  width:50%
}


@media screen and (max-width: 1500px) {
  .technician-area .carcity-section-title h2{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .technician-area .carcity-section-title h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .technician-area .carcity-section-title h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .technician-area .carcity-section-title h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .technician-area .carcity-section-title h2{font-size: 26px;}
  .technician-area {padding: 30px 0; }
  .technician-area.style-two {padding-bottom: 0;}
}
@media screen and (max-width: 768px) {
  .technician-area .carcity-section-title h2{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .technician-area .carcity-section-title h2{font-size: 22px;}
}
