h5.card-title.card-title-inr {
    color: #305a2c;
    margin-top: 10px;
    font-weight: 500;
}
.theiaStickySidebar .s-btn-app:hover {
    background: #75ab57;
    border-color: #75ab57;
}
.service-details .nav-pills .nav-link:hover{
	  background: #75ab57 !important;
    border-color: #75ab57 !important;
    color: #fff !important;
}
header.header nav ul.d-flex.p-2 li a:hover{
	 background: #75ab57 !important;
    border-color: #75ab57 !important;
    color: #fff !important;
}
.service-sec .theiaStickySidebar .card-body hr {
    margin-top: 10px;
}
.service-sec .theiaStickySidebar .card-body > h5.card-title {
    font-weight: 500;
}
.col-md-12.col.service_total_wrapper {
    text-align: right;
}
.col-md-12.col.service_total_wrapper h4 {
    border-bottom: 1px solid #333;
   
    color: #305a2c;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin-bottom: 15px !important;
    display: inline-block;
}
.bestiling-sec .payment-summary .card.shadow.rounded.px-md-3.px-2.pt-4 {
    box-shadow: unset !important;
}

.booking_not_found h3 {
  text-align: center;
  color: #808080;
  font-size: 18px;
  padding: 30px 0;
}
.mobile_sidebar_view {
    display: none;
}
.theiaStickySidebar .card.filter-card h4.card-title.mb-4 {
    font-size: 18px;
    font-weight: 600;
}
.mobile_sidebar_view .card.filter-card {
    border: none;
}
.mobile_sidebar_view .card.filter-card h4.card-title.mb-4 {
    background: #f1f1f1;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 !important;
}
.mobile_sidebar_view .card.filter-card h4.card-title.mb-4 i {
    float: right;
}
.mobile_sidebar_view .card.filter-card  .card-body {
    display: none;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.mobile_sidebar_view {
    display: block;
}
.desk_sidebar_view{
	display: none;
}
.service-header h1.mb-0.text-capitalize {
    padding-bottom: 15px;
}
body .service-amount span.fw-bold.font-weight-600 {
    font-size: 15px !important;
}
.content.service-sec .service-view .d-flex.justify-content-between.align-items-center {
    display: unset !important;
}
.container.bestiling-sec .col-xl-4 {
    order: 1;
    margin-bottom: 25px;
}
.container.bestiling-sec .col-xl-8 {
    order: 2;
   
}
body .container.bestiling-sec .submit-section button#card-button {
    margin-bottom: 0;
}
body .container.bestiling-sec {
    padding: 10px 15px 25px;
}
section.popular-services .d-flex.mb-5.align-items-center {
    display: unset !important;
    text-align: center;
}
section.popular-services .d-flex.mb-5.align-items-center a.s-primary-btn {
    display: block;
    margin: 13px 0 30px;
}
}