/* service page */
.single-box .servicebg {
  background: linear-gradient(90deg,#FF4925,#FF740D) no-repeat;
}

.single-box .servicebody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
  background: linear-gradient(90deg,#FF4925,#FF740D) no-repeat;
  border-bottom-right-radius: 3rem;
}

.servicebody .servicebanner .title-img {
  text-align: center;
}

.servicebody .servicebanner .title-img img {
  width: 5.5rem
}

.servicebody .content-box {
  padding: 0.625rem 1rem;
  color: #fff;
  font-size: 1rem;
}

.servicebody .content-box b {
  font-size: 1.2rem;
}

.customer-box {
  display: flex;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}

.customer-box .col-3 {
  margin-left: -0.938rem;
}

#pills-tab-customer {
  background-color: #f6f6f6;
}

#pills-tab-customer li {
  height: 3rem;
}

#pills-tab-customer li a {
  position: relative;
  display: flex;
	align-items: center;
	justify-content: center;
  padding-left: 0.125rem;
	font-size: 0.875rem;
	width: 100%;
	height: 100%;
}

#pills-tab-customer li a.active {
  padding-left: 0;
  border-left: 0.125rem solid #ee0a24;
  background-color: #fff;
}

.customer-box .accordion .card {
  border: none;
}

.customer-box .accordion .card .card-header {
  background-color: #fff;
  border: none;
}

.customer-box .accordion .card .card-header .btn-link {
  position: relative;
  color: #212529;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.customer-box .accordion .card .card-header .btn-link:hover {
	color: #fe2e54;
	text-decoration: none;
}

.customer-box .accordion .card .card-header .btn-link.focus, 
.customer-box .accordion .card .card-header .btn-link:focus {
	text-decoration: none;
}

.customer-box .accordion .card .card-header .btn.focus, 
.customer-box .accordion .card .card-header .btn:focus {
	outline: 0;
	box-shadow: none;
}

.customer-box .accordion .card .card-header .btn-link::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "\e764";
  font-size: 0.8rem;
  font-weight: bold;
  color: #9f9f9f;
}

.customer-box .accordion .card .card-header .btn-link.collapsed::after {
  position: absolute;
  right: 0;
  content: "\e763";
  font-size: 0.8rem;
  font-weight: bold;
  color: #9f9f9f;
}

.customer-box .accordion .card .card-header .btn-link:hover::after,
.customer-box .accordion .card .card-header .btn-link.collapsed:hover::after{
  color: #fe2e54;
}

.customer-box .accordion .card .card-body p {
  font-size: 0.875rem;
}


/* Extra small devices (portrait phones, less than 570.375rem)
No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 570.375rem and up) */
@media (min-width: 410px) { 

}


