.user_block{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(147, 161, 176, 0.35);
    border: solid 1px #b9c5d1;
    margin: 10px 2px;
}
@media(min-width:787px) and (max-width:991px){
.user_block {
  min-height: 391px;
}
}
@media(max-width:786px){
    .user_block{
        min-height: 244px;
    }
}
.user_block figure{
    width: 100%;
    margin: 0;
}

.user_block figure>span{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 85%;
    background-color: #ccc;
    border-radius: 0 0 0 80px;
}
@media(max-width:786px){
    .user_block figure{
        height: auto;
        margin: auto;
        width: 150px;
        height: 150px;
        border: #f1f5f9 solid 5px;
        border-radius: 200px;
    }
    .user_block figure>span{
        display: block;
        overflow: hidden;
        position: relative;
        padding-top: 100%;
        background-color: #ccc;
        border-radius: 500px;
    }
}
.user_block figure img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 101%;
    min-height: 101%;
    max-width: 200px;
}
.user_block article{
    padding: 0 12px;
}
@media(max-width:786px){
    .user_block article{
        padding: 0 10px;
    }
}
.user_block .book_btn{
    border-radius: 100px;
    background-color: #ffffff;
    color: #ff7a00;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
    border: #efefef solid 1px;
    transition: all 0.3s;
}
 .user_block .book_btn:hover{
    background-color: #ff7a00;
    border: #ff7a00 solid 1px;
    color: #fff;
}
.user_block .booking_no{
    border-radius: 100px;
    white-space: nowrap;
    font-size: 13px;
}
.user_block .booking_no strong{
    font-size: 15px;
}
.user_block .sessions{
    padding: 0;
    border-radius: 100px;
    white-space: nowrap;
    font-size:13px;
    text-align: left;
    line-height: 1.3;
}

.user_block .sessions strong{
    font-size:15px;
    display:block;
}
@media(max-width:786px){
    .user_block .sessions strong{
        display:inline;
    }
}
.user_block .ratings{
    white-space: nowrap;
}
.user_block .ratings .bi-star-fill{
    color: var(--gk-warning);
}
.user_block h4{
    margin-bottom: 9px;
    font-size: 17px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media(max-width:786px){
    .user_block h4{
        width: auto;
        font-size: 13px;
        margin: 0;
    }
}
.user_block p{
    margin-bottom: 0;
    min-height: 48px;
    padding: 0px;
    line-height: 1.5;
}
@media(max-width:786px){
    .user_block p{
        font-size: 13px;
        line-height: 1.3;
        padding: 0px;
    }
}
.user_block .names{
    display: flex;
    justify-content: left;
    gap: 5px;
    align-items: flex-start;
    margin: 0;
}
.user_block .rating_div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
}
@media(max-width:786px){
    .user_block .names{
        margin-bottom: 7px;
    }
    .user_block .rating_div{
        gap: 0;
        margin-bottom: 5px;
    }
}
.user_block .bi-patch-check-fill{
    color:var(--gk-success);
}
@media(max-width:786px){
    .user_block .bi-patch-check-fill{
        font-size:15px;
    }
}
.user_info{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.user_info>a{
    display: block;
}
@media(max-width:786px){
    .user_info{
        flex-direction: column;
        gap: 5px;
        margin-bottom: 5px;
        padding-top: 7px;
    }
}
.book_div{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 12px;
    align-items: center;
}
@media(max-width:786px){
    .book_div{
        padding-top: 0;
        padding-bottom: 5px;
        flex-direction: column;
        gap: 14px;
        margin: 10px;
    }
}
.book_div .btn{
    padding: 5px 15px;
}
#testimonials img {
    width: auto;
}
#testimonials .card .card-body{
    min-height: 110px;
}
@media(max-width:576px){
    #testimonials .card .card-body{
        min-height: 120px;
    }
}
#testimonials .card .card-body .fst-italic {
    font-style: normal !important;
}
@media(max-width:786px){
    #testimonials .card .card-body p{
        font-size: 15px !important;
    }
}
.user_details_pic{
    width: 200px;
}
@media(max-width:786px){
    .user_details_pic{
        margin: auto;
    }
}
.user_details_pic figure{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin: 0;
}
.user_block figure img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 101%;
    min-height: 101%;
    max-width: 200px;
}
@media(max-width:786px){
    .user_details_flex{
        flex-direction: column;
    }
}
.circle_btn{
    border: #efefef solid 1px;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
    font-size: 13px;
}
.accordion-header button {
     border: none;
     border-radius: unset;
     display: block;
     width: 100%;
     text-align: left;
     padding: 10px 0;
     position: relative;
     text-transform: none;
     font-size: 15px;
     font-weight: 600;
     background-color: transparent;
     color: #334155;
}
.accordion.light .accordion-header button {
     color: #fff;
}
 .accordion-header button::after {
     content: '';
     height: 0;
     width: 55px;
     display: block;
     margin-top: 4px;
     border-top: #144185 solid 2px;
}
 .accordion.light .accordion-header button::after {
     border-top: #fff solid 2px;
}
 .accordion-header button.collapsed::after {
     content: '';
     display: none;
}
 .accordion-header button i {
     background-color: #ff7a00;
     color: #fff;
     height: 25px;
     display: inline-block;
     width: 25px;
     text-align: center;
     font-size: 17px;
     padding-top: 1px;
     margin-right: 10px;
     border-radius: 100px;
     position: absolute;
     left: -40px;
     top: 11px;
}
 .accordion-header button.collapsed i {
     background-color: #f5f5f5;
     color: #144185;
}
 .accordion-item {
     background-color: transparent;
     border: none;
}
 .accordion-body {
     padding: 0;
}
 .accordion.light .accordion-body {
     color: #fff;
}
 .accordion {
     padding-left: 40px;
}
.help_btns{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.help_btns a{
     border-radius: 100px;
    background-color: #ffffff;
    color: #1e293b;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
    border: #efefef solid 1px;
    transition: all 0.3s;
}
.help_btns a:hover{
    background-color: #1e293b;
    border: #1e293b solid 1px;
    color: #fff;
}
.review_star i{
    color: #f59e0b;
}
.review_star strong{
    font-weight: bold;
}
.review_star small{
    color: #a2a2a2;
}
@media(max-width:786px){
    .steps_block .fs-3{
        font-size: 15px !important;
    }
}
.reviews_block{
    margin: 20px 0;
    border-bottom: #f2f2f2 solid 1px;
}
.reviews_block:last-child{
    margin: 20px 0 0;
    border-bottom: #f2f2f2 solid 0px;
}
.reviews_block h4{
    margin: 0;
    font-size: 15px;
}
.reviews_block i{
    color: #f59e0b;
    font-size: 12px;
}
.reviews_block .dates{
    display: block;
    font-size: 13px;
    color: #a2a2a2;
    margin-bottom: 10px;
}
.reviews_block > p{}

@media(max-width:786px){
    .user_details_page .card-body{
        padding: 10px !important;
    }
}
.mob_booknow_btn{
    display: none;
}
@media(max-width:786px){
    .mob_booknow_btn{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        z-index: 99999;
        text-align: right;
    }
}
@media(max-width:786px){
    .profile_image_group {
        overflow: hidden;
    }
}
.consumer_guru{
    border: #ccc dashed 1px;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    min-height: 347px;
    position: relative;
    padding-bottom: 65px;
}
@media(max-width:786px){
    .consumer_guru{
        padding: 10px;
        padding-bottom: 65px;
        min-height: auto;
        margin-bottom: 20px;
    }
}
.consumer_guru h4{
    display: inline-flex;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    padding: 6px;
    border-radius: 0 100px 100px 0;
    gap: 20px;
    align-items: center;
    padding-left: 25px;
    white-space: nowrap;
    margin-left: -19px;
}
.consumer_guru h4 span{
    height: 45px;
    width: 45px;
    display: inline-flex;
    border-radius: 200px;
    background-color: antiquewhite;
    align-items: center;
    justify-content: center;
    background-color: #dafcf0;
}
.consumer_guru.orange h4 span{
    background-color: #faf1ef;
}
.consumer_guru h4 span img{
    height: 26px;
}
.consumer_guru ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.consumer_guru li{
    margin: 10px 0;
    position: relative;
    padding-left: 24px;
}
.consumer_guru li i{
    color:  var(--gk-success);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.consumer_guru.orange li i{
    color:  var(--gk-warning);
}
.consumer_guru .btns{ 
    position: absolute;  
    left: 0;  
    right: 0;   
    bottom: 15px;   
    text-align: center;
}
.banner_title{
    font-size: 47px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
@media(max-width:786px){
    .banner_title{
        font-size: 28px;
        text-align: center;
    }
}
.consumer_guru_block{
    max-width: 610px;
    z-index: 1;
    position: relative;
}
.t_banner {
    position: relative;
}
.t_banner_txt{
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 12px;
    top: 15px;
    max-width: 140px;
    line-height: 1.2;
}
.t_banner_txt strong{
    display: block;
    font-size: 18px;
}
.guru_categories_sec{
    border-top: #ccc solid 1px;
}
.guru_categories{
    white-space: nowrap;
    text-align: center;
}
.guru_categories h3{
    margin: 18px 0;
}
.guru_categories .item a{
    color: #1e293b;
    padding: 13px 20px;
    border-radius: 100px;
    border: #1e293b solid 1px;
    margin: 8px 0;
    display: block;
    text-align: center;
}
@media(max-width:992px){
    .guru_categories{
        padding-left: 0;
    }
    .guru_categories h3{
        margin: 10px 0;
        position: static;
        text-align: center;
    }
    .guru_categories .item a{
        padding: 13px 10px;
    }
}
.guru_catg_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.guru_catg_name h2{
    display: inline-block;
}
@media(max-width:786px){
    .guru_catg_name h2{
        font-size: 18px;
    }
}
.guru_catg_name h2:after{
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--gk-warning);
    display: block;
}
.guru_catg_name > a{
    color: var(--gk-dark);
    border: #ccc solid 1px;
    border-radius: 7px;
    padding: 5px 14px;
    transition: all 0.3s;
}
.guru_catg_name > a:hover{
    color: var(--gk-dark);
    border: var(--gk-dark) solid 1px;
}
@media (max-width: 640px) {
    .navbar-brand img{
        width: 145px;
    }
}
.text_lists{
    position: absolute;
    margin-left: -53px;
    font-size: 13px;
    margin-right: -20px;
    font-weight: 500;
}
.text_lists span{
    display: inline-flex;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 5px;
    gap: 5px;
    align-items: center;
}
.text_lists span i{
    color: var(--gk-success);
    font-size: 12px;
}
.expert_price{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 7px;
    padding: 4px 10px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.expert_price.right{
    right: -20px;
}
.expert_price .bi-person-workspace{
    color: var(--gk-warning);
    font-size: 20px;
}
.expert_price .bi-check-circle-fill{
    color: var(--gk-success);
}
.section_reverse{
    display: flex; 
    flex-direction: column;   
}
@media(max-width: 768px){
    .section_reverse{
        flex-direction: column-reverse;
    }
    .top_banners{
        padding: 0 !important;
    }
}
.owl-next {
    right: 0;
    width: 38px;
    height: 38px;
    right: -40px;
    margin-top: -20px;
}
.owl-prev {
    left: 0;
    width: 38px;
    height: 38px;
    left: -40px;
    margin-top: -20px;
}
.owl-carousel .owl-prev:after{
    content: "\F284";
    font-family: "bootstrap-icons";
    width: 40px;
    height: 40px;
    left: 0px;
    display: block;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    background-color: rgb(255 255 255 / 85%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    justify-content: center;
}
.owl-carousel .owl-prev.disabled:after{
    opacity: 0.3;
}
.owl-carousel .owl-next:after{
    content: "\F285";
    font-family: "bootstrap-icons";
    width: 40px;
    height: 40px;
    right: 0px;
    display: block;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    background-color: rgb(255 255 255 / 85%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    justify-content: center;
}
.owl-carousel .owl-next.disabled:after{
    opacity: 0.3;
}
@media(max-width: 768px){
    .owl-prev {
        left: 0;
        width: 27px;
        height: 27px;
        left: -15px;
        margin-top: -14px;
    }
    .owl-carousel .owl-prev:after{
        width: 27px;
        position: relative;
        padding: 0;
        z-index: 1;
        font-size: 18px;
        height: 27px;
    }
    .owl-next {
        right: 0;
        width: 27px;
        height: 27px;
        right: -15px;
        margin-top: -14px;
    }
    .owl-carousel .owl-next:after{
        width: 27px;
        position: relative;
        padding: 0;
        z-index: 1;
        height: 27px;
        font-size: 18px;
    }
}
.guru_lists{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.guru_lists .user_block{
    width: 240px;
    margin: 0;
}
@media(max-width: 768px){
    .guru_lists{
        gap: 10px;
    }
  .guru_lists .item {
    width: 100%;
  }
    .guru_lists .user_block{
        max-width: none;
        width: 100%;
        min-height: auto;
    }
    .guru_lists .user_block .user_info{
        flex-direction: row;
        margin: 8px 8px 4px 8px;
        padding: 0;
        gap: 10px;
    }
    .guru_lists .user_block p {
        min-height: auto;
    }
    .guru_lists .user_block .book_div {
        flex-direction: row;
        padding: 0;
        margin-top: 0;
    }
    .guru_lists .user_block figure img {
        max-width: 110%;
    }
    .guru_lists .user_block h4 {
        font-size: 15px;
    }
    .guru_lists .user_block article {
        width: 100%;
        padding: 0;
    }
    .guru_lists .user_block figure {
        width: 75px;
        height: 75px;
    }
    .guru_lists .user_block .rating_div {
        margin: 5px 0 0 0;
    }
    .guru_lists .user_block .names {
        margin-bottom: 3px;
    }
	  .guru_lists .book_div .btn {
    width: 100%;
    max-width: 120px;
  }
}
@media(max-width:786px){
    .book_div .btn{
        width: 100%;
        max-width: 200px;
    }
}
.top_banners .position-absolute, .top_banners .position-relative img {
  max-width:100%;
}
/*new nisha css*/
:root,
[data-bs-theme=light] {
	  --gk-primary:#ff7a00;
	  --gk-link-color: #0a63b0;
  --gk-link-color-rgb: 10, 99, 176;
  --gk-link-decoration: none;
  --gk-link-hover-color: #0a63b0;
  --gk-link-hover-color-rgb: 10, 99, 176;
}
.help_btns a {
  border: #c7c7c7 solid 1px !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.navbar .navbar-nav .nav-item .nav-link{
	color:#fff;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover{
	color:#333;
}
.heading_a{
  display:inline-block;
  font-weight: 700 !important;
  border-bottom: solid 2px var(--gk-primary);
  padding-bottom: 5px;
}
.accordion .p-3.rounded-3{
	padding:0 !important;
}
.accordion a.p-3 {
	padding: 0.8rem !important;
}
#datepicker .datepicker-switch {
  text-align: center;
  font-size: 19px;
  font-weight: 700 !important;
}
.datepicker {
  border: solid 1px #e5e5e5;
  padding: 5px;
}
.work_steps{
	text-align:center;
	position:relative;
}
.work_steps:before{
	content:'';
	background:url(../images/dashed_arrow1.png) top left no-repeat;
	background-size:100% auto;
	display:block;
	position:absolute;
	left: 28%;
    top: 29%;
	height:37px;
	width:146px;
	max-width:10%;
}
.work_steps:after{
	content:'';
	background:url(../images/dashed_arrow2.png) top left no-repeat;
	background-size:100% auto;
	display:block;
	position:absolute;
	left: 60%;
    top: 30%;
	height:37px;
	width:146px;
	max-width:10%;
}
@media(min-width:1500px){
.work_steps article{
	padding:0 30px;
}
}
@media(max-width:767px){
	.work_steps:before{
	left:auto;
	right: -50px;
    top:31%;
    height: 37px;
    width: 146px;
    max-width: 100%;
    transform: rotate(90deg);
}
.work_steps:after{
	left: -50px;
    top: 65%;
    height: 37px;
    width: 146px;
    max-width: 100%;
    transform: rotate(90deg);
}
	.work_steps > div{
		max-width:90%;
		margin:0 5% 20px;
		border:solid 1px #ccc;
		border-radius:20px;
		box-shadow:0 0 34px rgba(0, 0, 0, 0.15);
	}
}
.work_steps figure img{
	max-width:90%;
}
.work_steps > div:first-child figure{
	text-align:left;
 
}
.work_steps > div:last-child figure{
	text-align:right;
 
}
.work_steps h4{
	margin:15px 0;
	font-size:22px;
	color:#222;
}
.work_steps span{
	background: var(--gk-primary);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  font-weight: 700;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}
.user_block p{
    max-height: 48px;
	overflow:hidden;
}
.user_block {
  box-shadow: none;
  border: solid 1px #bdccdd;
}
@media(max-width:500px){
.user_block .ratings {
  white-space: nowrap;
  font-size: 13px;
  display: block;
  width: 100%;
}
.user_block .booking_no strong {
  font-size: 13px;
}
}