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

.white h1 {
  color: #000;
}

/*--==============================================->
  <!-- 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;
}

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

h1.section-text {
  margin-top: 0;
}

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

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

.technician-area {
  padding: 0px 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;
  box-shadow: 1px 2px 5px #b5b5b5;
}
.technician-single-box .technician-thumb{
  width:100%;
}
.technician-thumb img {
  border-radius: 4px;
}

.technician-info-content {
  padding: 0 0 0 30px;
  padding: 30px 0;
 
}
.technician-text{
   max-height: 100px;
   height: 100px;
}
.technician-text p{
   height:auto;
}
.technician-title h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: var(--color-primary);
  margin-top: 0;
}

.technician-text p {
  padding: 8px 0 5px;
  color: #333;
  height: 100%;
}

h4.social-info-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}

h4.social-info-title:before {
  position: absolute;
  content: "";
  left: 99px;
  top: 12px;
  width: 35px;
  height: 2px;
  background: #616266;
}

.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);
}


@media screen and (max-width:1600px) and (min-width:992px){
  .technician-text{
    height: 200px !important;
    max-height: 200px !important;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*technicial section*/
  .technician-single-box {
    /* width: fit-content; */
  }
  .technician-title h4 {
    font-size: 19px;
  }
  h4.social-info-title {
    font-size: 18px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /*technicial section*/
  .technician-single-box {
    /* width: fit-content;
    display: inline-block; */
  }
  .technician-title h4 {
    font-size: 19px;
  }
  h4.social-info-title {
    font-size: 18px;
  }
  .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-single-box {
    /* display: inline-flex; */
    /* width: 520px; */
  }
  .technician-title h4 {
    font-size: 19px;
  }
  h4.social-info-title {
    font-size: 18px;
  }
}

/* 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 {
    /* display: inline-block;
    width: 432px; */
    text-align: center;
  }
  .technician-title h4 {
    font-size: 19px;
  }
  h4.social-info-title {
    font-size: 18px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }
  .technician-single-box {
    /* display: inline-block;
    width: 290px; */
    text-align: center;
  }
  .technician-title h4 {
    font-size: 19px;
  }
  h4.social-info-title {
    font-size: 18px;
  }
  h4.social-info-title:before {
    left: 23px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-team h3 {
    font-size: 20px;
  }

  .arshine-team .hd > li + li {
    margin-left: 10px;
  }
  .technician-area{
    padding: 15px 0 !important;
  }
  .pb-60{
    padding-bottom: 20px !important;
  }
  .technician-text p {
    padding: 8px 0 5px;
    color: #333;
    height: 100%;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}
.carcity-section-title h1{
  font-size: 20px !important;
}
}
