.tabs{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.tabs span{
	display: inline-block;  
	border-radius: 10px;
	padding: 8px 13px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s;	
	border: #ccc solid 1px;
	background: transparent;
}
.tabs span.active,
.tabs span:hover{ 
	color: #fff; 
	background: #0d0d0d;
	border: #0d0d0d solid 1px;
}
.contents{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.service_block{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	color: #4d4d4d;
	width: 49%;
	height: fit-content;
	margin-bottom: 25px;
}
@media(max-width: 768px){
	.service_block{
	    width: 100%;
	    margin-bottom: 15px;
	}
}

.service_block p{
    margin: 5px 0;
}
.user_details_pic {
    width: 165px !important;
    flex: 165px 0 0;
}
@media(max-width:1400px){
	.user_details_pic {
	    width: 140px !important;
	    flex: 140px 0 0;
	}
}
.user_details_pic figure {
	border: #fff solid 2px;
	width: 100%;
	max-height: 165px;
	border-radius: 10px 10px 10px 50px !important;
}
.user_details_pic figure img{ 
	width: 100%;
}
.sticky_box{
 position: sticky;
	top: 24px;
}
.user_details_info{
background: #f6f6f6;
border-radius: 12px;
}
@media (min-width:768px) {
	.service_detail_top .user_details_info{   /*29oct*/
	min-width:285px;
	max-width: 320px;
	padding-bottom: 5px;
	}
}
@media (max-width: 1200px) {
	.user_details_info{
		background: #f6f6f6;
		margin: -25px 0;
    	padding: 10px;
	}
	.service_detail_top .user_details_info{
    margin: 0;
	}
}
@media (max-width: 767px) { /*28oct*/
	.user_details_flex.gap-4{
		gap:0 !important;
	}
	.user_details_pic {
	   width: 110px !important;
    flex: 110px 0 0;
	}
    .user_details_pic figure {
    	border: none;
    	max-width: 200px;
    	margin: auto;
	}
	.user_details_info{
    margin:-18px -10px 0;
	padding:0;
	}
}

.rating_s{
    border: #e5e5e5 solid 1px;
    border-radius: 8px;
    padding: 4px 10px;
    display: inline-flex;
    gap: 7px;
}
.rating_s i{
    color: #ffc32f;
}
.session_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.session_type p{
    color: var(--gk-primary);
    text-transform: uppercase;
}
.hours_video{
    display: flex;
    align-items: center;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    margin: 15px -15px;
    padding: 0 15px;
}
.hours_video p{
    flex: 1;
    position:relative;
    padding: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hours_video p:first-child:after{
	content:'';
	height: 24px;
	width:1px;
	background-color:#ccc;
	display:inline-block;
	position: absolute;
	right: 10px;
	top: 7px;
}
.hours_video i{
    font-size: 20px;
}
.book_price{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
} 
.book_price .prices{
    font-weight: 700;
    color: #3c3c3c;
    font-size: 18px;
}
.book_price .prices span{
    font-weight: 400;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 8px;
    color: #656565;
}
.logo_sec{
	padding: 0 0 12px;
    text-align: center;
    border-bottom: #e5e5e5 solid 1px;
}
.logo_sec img{
	max-width: 200px;
}
@media (max-width: 767px) {
	.logo_sec img{
		max-width: 150px;
	}
}
main.services {
    padding-top: 0;
}


.service_details{
	display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    color: #4d4d4d;
    width: 100%;
   /* height: fit-content;*/
    border: #e2e8f0 solid 1px;
}
.hours_videos{
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    border-radius: 0 50px 50px 0;
    min-width: 57%;
}

.hours_videos p{
    flex: 1;
    position:relative;
    padding: 5px 25px 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin: 0;
}
.hours_videos p:first-child:after{
	content:'';
	height: 24px;
	width:1px;
	background-color:#ccc;
	display:inline-block;
	position: absolute;
	right: 10px;
	top: 9px;
}
.hours_videos i{
    font-size: 20px;
}
.service_details .prices{
    font-weight: 800;
    color: #222;
    font-size: 18px;
    background-color: #f6f6f6;
    margin: 0 -15px 0 0;
    padding: 10px 20px;
    border-radius: 50px 0 0 50px;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}
@media(max-width:576px){
	.service_details .prices{
		margin-right: auto;
    border-radius: 0;
    width: 100%;
    justify-content: center;
    background: transparent;
    border: solid 1px #ffd7b0;
    font-size: 21px;
	}
}
.service_details .prices span{
    font-weight: 400;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 8px;
    color: #8a8a8a;
}
.hour_price{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px;
	gap: 20px;
}
.service_details p {
    margin: 5px 0;
}
.user_details_pic.details { /*28oct25*/
  text-align: center;
  width: 45% !important;
  flex: 45% 0 0;
  max-width: 110px;
}
.user_details_pic.details figure{
	position: relative;
	padding-top: 98%;
	background-color: #f6f6f6;
	border-radius: 10px 10px 10px 50px !important;
	margin-bottom: 5px;
}
.user_details_pic.details figure img{
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	border-radius: 0 !important;
}
.user_details_pic.details h3{
	text-align: center;
	font-weight: 700;
}
.user_details_info .fs-6 {
  font-size: .83rem !important;
}
.user_details_flex h3{
	font-size:1.1rem;
	line-height:1.2;
}
.lh-2{
	line-height:1.2 !important;
}
.lh-3 {
  line-height: 1.35 !important;
}
.hours_video p span, .hours_videos p span{
	line-height: 1.3;
}
.hours_video p em, .hours_videos p em{
	display: block;
  font-size: 0.8rem;
  color: #9f9f9f;
  font-weight: 500;
}
.call_btn{
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media(min-width: 768px){
	.call_btn{
  font-size: 1em;
	}
		.user_details_pic + div{
	padding-top:6px;
}
}

@media(max-width: 576px){

.user_details_flex h2{
	font-size: 1.1rem;
}
.user_details_pic.details figure {
  position: relative;
  padding-top: 115%;
}
}
.gap-25 {
  gap: 0.75rem !important;
}
.service_details{
	position:relative;
}
.service_details .session_type {
	position: absolute;
  top: -13px;
  right: 15px;
  border-radius: 12px;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.service_details .session_type p{
  font-size: 0.8rem;
  margin: 3px 0;
  font-weight:600;
}
.service_details h3{
	background-color: #fff4e8 !important;
  padding: 10px 15px;
  margin: -15px -15px 15px;
  border-radius: 10px 10px 0 0;
  border-bottom: #e2e8f0 solid 1px;
}

@media(min-width:1600px){
	.user_details_flex .justify-content-between .fs-5{
		text-align:right;
		width:100%;
	}
}
@media(min-width:1200px) and (max-width:1599px){
	.user_details_flex .justify-content-between > div{
		width:100%;
	}
}
.user_details_pic + div{
	padding-right:10px !important;
}