/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 12, 2019, 2:43:14 PM
    Author     : JDM_ADMIN
*/
body {
  background-color: #f5f5f552;
}
.service-top-details img {
  width: 100%;
  max-width: 100%; 
}

h1.inner-title {
      position: relative;
    padding-bottom: 13px;
    margin-bottom: 16px;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0px;
}

.inner-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 19px;
}
.inner-title:before {
  content: "";
  width: 50px;
  height: 4px;
  bottom: 0;
  position: absolute;
  background-color: #32dabf;
}
.service-details h6 {
  font-size: 19px;
  font-weight: 600;
}
.service-details p span,
.service-details ul li span,
.service-details ol li span{
 font-weight:500 !important;
}
.service-details ol,
.service-details ul {
  margin: 0 0 30px 20px;
  padding: 0;
  display: inline-block;
}
.service-details ol li,
.service-details ul li {
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
}
.service-details #accordion .card {
  margin-bottom: 3px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
.service-details #accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.service-details #accordion .card .card-header .btn {
  background-color: #32dabf;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  outline: none;
  padding: 11px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.service-details #accordion .card .card-header .btn.collapsed {
  background-color: #fff ;
  color: #1da28d;
}
.sidebar .category-block {
  background-color: #32dabf;
}
.sidebar .category-block .service-price {
  background: #00060582;
  padding: 20px 10px 20px 20px;
  margin-bottom: 10px;
}
.sidebar .category-block .service-price .service-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 7px;
  color: #fff;
}
.sidebar .category-block .service-price strong.price {
  font-size: 30px;
  color: #fff;
  line-height: 15px;
}
.sidebar .category-block .service-price strong.price span {
  font-size: 16px;
  font-weight: 600;
}
.sidebar .category-block .btn-service {
    border: 2px solid #1097ac;
    padding: 4px 20px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}
.sidebar .category-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .category-block ul.service-list {
  margin-top: 10px;
}
.sidebar .category-block ul.service-list li {
  margin-bottom: 0px;
  font-size: 15px;
  color: #fff;
}
.sidebar .category-block ul li {
  margin-bottom: 10px;
}
.sidebar .category-block ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.sidebar .form {
  background-color: #fff;
}
