.banner-section {
    background: url(../images/therapists-details/banner-bg.jpg);
    width: 100%;
    background-size: 100% 100%;
    padding-top: 7%;
    padding-bottom: 0%;
}
.breadcrumbs {
    border-top: 1px solid #95959542;
    border-bottom: 1px solid #95959542;
    width: 85%;
    margin: auto;
    padding-left: 5%;
}
.breadcrumbs h4 {
    display: flex;
    margin-bottom: 0px;
    padding: 15px 0px;
}
.breadcrumbs h4 img {
    width: auto;
    height: 18px;
    margin-right: 5px;
    align-self: center;
}
.breadcrumbs h4 span {
    color: #494644;
    font-family: 'Poppins-SemiBold';
    font-size: 19px;
    letter-spacing: 0.19px;
    /* text-transform: capitalize; */
}

/**** CARD SECTION *****/
.therapist-details-blk {
    border-radius: 18.872px;
    background: linear-gradient(90deg, #BAF5DD 0%, #F8FEB5 100%);
    width: 100%;
    /* height: 155px; */
    margin-top: 48px;
    display: flex;
}
.pro-img {
    width: 157px;
    height: 157px;
    border-radius: 100%;
    background: #e5e2d9;
    position: relative;
    top: -35px;
    left: 20px;
}
.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
    border: 5px solid #fff;
}


.pro_rgt-details {
    width: 85%;
    margin-left: auto;
    margin-top: 15px;
}
.pro_rgt-details p {
    color: #000;
    font-size: 10.379px;
    line-height: 15.097px; /* 145.455% */
    letter-spacing: 0.311px;
    opacity: 0.7; 
    width: 95%;
    margin: auto;
}
.pro_rgt-details hr {
    width: 95%;
    border-color: #fff;
    margin: 12px auto 12px 0;
}
.pro_rgt-details h5 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    letter-spacing: 0.51px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.pro_rgt-details h5 span {
    color: #5D5D5D;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.pro_rgt-details h5 #lblName {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    letter-spacing: 0.51px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0px;
}
.pro_rgt-details .lang {
    display: block;
    margin-bottom: 7px;
}
.pro_rgt-details .lang img {
    width: auto;
    height: 21px;
    display: block;
    margin: auto;
}
.pro_rgt-details .lang input {
    margin-bottom: 0px;
    color: #5D5D5D;
    font-size: 11px;
    letter-spacing: 0.33px;
    text-transform: capitalize;
    margin: auto;
    display: block;
    padding-left: 0;
    cursor: pointer;
    border: none;
    background: transparent;
}

.details__list {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-top: 1px dashed #252525;
    border-bottom: 1px dashed #252525;
    padding-top: 18px;
    padding-bottom: 35px;
    margin-top: 20px;
}
.details__list h4 {
    color: #5C5C5C;
    font-size: 14.469px;
    letter-spacing: 0.434px;
    display: flex;
}
.details__list h4 span {
    font-family: 'Poppins-Medium';
    margin-right: 5px;
    color: #3A3838;
}
.details__list .rupees {
    font-family: "InterTight-Medium";
}

.details__list li:nth-child(2), .details__list li:nth-child(4) {
    width: 1px;
    height: 50px;
    opacity: 0.1;
    background: #000;
    margin: auto 0;
    display: inline-block;
}
.offline-sec-card .left-side-border{
    border-left: 1px solid #D6D6D6; 
}
@media (max-width:767px){
    .offline-sec-card .left-side-border{
        border-left: 0px;
    }
}

/************ TAB SECTION **************/
.type-tab-section {
    margin-top: 25px;
}
.type-tab-section ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
}
.type-tab-section ul:after, .type-tab-section ul:before {
    /* color: #fff; */
    content: '';
    flex: 1;
    border-bottom: dashed 1px #3D3B3B;
    margin: auto 12px;
    /* box-shadow: 0 -2px; */
}
.type-tab-section ul li a, .type-tab-section ul li button {
    border-radius: 19.609px;
    border: 1.072px solid #E8E8E8; 
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    color: #3D3B3B;
    text-decoration: none !important;
    padding: 5px 14px;
}
.type-tab-section ul li a.active, .type-tab-section ul li button.active {
    border-color: #3D3B3B;
    background: #3D3B3B;
    color: #FFF;
}
.type-tab-section ul li a span, .type-tab-section ul li button span {
    font-size: 12px;
}
.type-tab-section ul li a span.dot, .type-tab-section ul li button span.dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FB5411;
    display: inline-block;
}
.type-tab-section ul li a{
    display: flex;
    align-items: center;
}
.type-tab-section ul li a span.dot{
    margin-right: 8px;
}
/************** *************/
.book-one-time {
    /* background: url(../images/book-slot/one-time-bg.png); */
    background-size: 100% 100%;
    padding: 21px 20px;
    background: #2E312F;
    border-radius: 5px;
}
.book-type-list {
    margin-bottom: 40px;
    position: relative;
}
.book-type-list h4 {
    /* color: #000; */
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.book-one-time .amt {
    /* color: #232120; */
    color: #FF943C;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
}
.view-slot-btn {
    border-radius: 4.538px;
    background: #FB5411; 
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.39px;
    text-transform: capitalize;
    /* position: absolute; */
    position: static;
    bottom: -5px;
    right: 46px;
    width: 93px;
    padding: 2px 12px;
    
}
.book-one-time .view-slot-btn{
    background-color: #fff;
    color: #2A2525;
    border-radius: 20px;
    border-color: #939393;
}
.buy-btn {
    border-radius: 4.538px;
    background: #FB5411;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.39px;
    text-transform: capitalize;
    width: auto;
    padding: 2px 12px;
}

.book-combo-time {
    /* background: url(../images/book-slot/combo-bg.png);
    background-size: 100% 100%; */
    padding: 21px 0px 5px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #2E312F;
    border-radius: 5px;
}
.book-subu-time {
    /* background: url(../images/book-slot/combo-bg.png);
    background-size: 100% 100%; */
    padding: 21px 0px 5px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #2E312F;
    border-radius: 5px;
}
.box-header{
    border-bottom: 0.7px solid #FFFBFB4D;
    text-align: center;
}
.offline-book-rgt  .dates-available-widget [type="radio"] + label:before,.offline-book-rgt .dates-available-widget [type="radio"] + label:after{
    display: none;
}

.dates-available-widget [type="radio"]:checked,
.dates-available-widget [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.dates-available-widget [type="radio"]:checked + label,
.dates-available-widget [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;

    color: #161414;
    font-size: 12px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
.offline-book-rgt .dates-available-widget [type="radio"]:checked + label,.offline-book-rgt .dates-available-widget [type="radio"]:not(:checked) + label{
    padding-left: 15px;
}
.dates-available-widget [type="radio"]:checked + label:before,
.dates-available-widget [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    /* border: 1px solid #252525; */
    border-radius: 100%;
    background: url(../images/therapists-details/input-uncheck.png);
    background-size: contain;
}
.dates-available-widget [type="radio"]:checked + label:after,
.dates-available-widget [type="radio"]:not(:checked) + label:after {
    content: '';
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    background: url(../images/therapists-details/input-check.png);
    background-size: contain;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dates-available-widget [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.dates-available-widget [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dates-available-widget label {
    margin-bottom: 0px;
}
.dates-available-widget {
    margin-top: -13px;
}
.book-combo-time ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.book-combo-time ul li {
    /* display: grid;
    grid-template-columns: auto auto auto auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    
}
.book-combo-time ul li p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    margin-bottom: 0px;

    /* width: 32.5%; */
}
.book-subu-time span,.book-combo-time span{
    color: #fff;
    text-align: center;
}



.book-subu-time ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.book-subu-time ul li {
    /* display: grid;
    grid-template-columns: auto auto auto auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    
}
.book-subu-time ul li p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    margin-bottom: 0px;

    /* width: 32.5%; */
}


.book-subu-time .amt,.book-one-time .amt{
color: #FF943C;
font-size: 18px;

}
.book-combo-time .amt,.book-one-time .amt{
    color: #FF943C;
    font-size: 18px;
    }
  
.book-subu-time .sessioncost{
    font-size: 13px;
    color: #EDE8E8;
    margin-top: 4px;
}

.book-subu-time .amt, .book-combo-time .amt,.book-sub-time .amt{
  margin-top: 6px;
}
.session-title{
    margin-top: 8px;
}
.book-combo-time ul li p:nth-child(1) {
    /* width: 10%; */
    /* display: none; */
}
.book-combo-time ul li p:nth-child(2) {
    /* width: 25%; */
}
.book-combo-time ul li p:nth-child(5) {
    /* width: 10%; */
}

.book-sub-time {
    /* background: url(../images/book-slot/sub-bg.png);
    background-size: 100% 100%; */
    padding: 21px 20px 5px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #2E312F;
    border-radius: 5px;
    color: #fff;
}
.book-sub-time p,.book-sub-time span{
    color: #fff;
}
.book-sub-time ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 20px;
}
.book-sub-time ul li {
    /* display: grid;
    grid-template-columns: auto auto auto auto; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.book-sub-time ul li p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    margin-bottom: 0px;
    width: 32.5%;
}
.book-sub-time ul li p:nth-child(1) {
    width: 10%;
    display: none;
}
.book-sub-time ul li p:nth-child(2) {
    width: 25%;
}
.book-sub-time ul li p:nth-child(5) {
    width: 10%;
}
.f-13 {
    font-size: 13px !important;
}
.book-rgt {
    -webkit-box-shadow: -35px 0px 20px -35px #aaaaaa5c;
    box-shadow: -35px 0px 20px -35px #aaaaaa5c;   
}
.max-wid-fix {
    max-width: 1110px;
}
.book-rgt h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 4px;
}
.book-rgt h6 {
    opacity: 0.9;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.39px;
    text-align: center;
}

.book-rgt .swiper {
    width: 78%;
    margin-top: 35px;
    /* height: 100%; */
}
.book-rgt .swiper-button-next::after {
    background: url(../images/book-slot/next-arrow.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
}
.book-rgt .swiper-button-prev::after {
    background: url(../images/book-slot/prev-arrow.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 36 * 27) !important;
}
.book-rgt input.dateslot-radio {
    position: absolute;
    left: -99999em;
    /* top: -99999em; */
}
.book-rgt input.dateslot-radio:checked + label {
    color: white;
    background: #434040;
    opacity: 1; 
}
.book-rgt input.dateslot-radio:checked + label .line {
    background: #FFF; 
}
.book-rgt .swiper label {
    /* height: 25px; */
    width: auto;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    color: #000;
    opacity: 0.5; 
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}
.book-rgt .swiper label span {
    display: block;
}
.book-rgt .swiper label .line {
    display: block;
    width: 8px; 
    height: 1px;
    opacity: 0.7;
    background: #808080; 
    margin: auto auto 5px;
}
.book-rgt .swiper-slide p {
    margin-bottom: 0px;
    text-align: center;
}
.book-rgt .swiper-wrapper {
    /* padding: 0px 10%; */
    /* width: 70%; */
}
.ad-width {
    width: 80%;
    margin: auto;
    position: relative;
}
.notes {
    opacity: 0.9;
    color: #000;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0.33px;
    display: block;
    text-align: center;
    margin-top: 35px;
}
.time-slot-interval {
    border-top: 1px solid #0000002b;
    border-bottom: 1px solid #0000002b;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto auto;
}
.time-slot-interval label.time-slot {
    cursor: pointer;
    border-bottom: 0;
    padding: 4px 10px;
    position: relative;
    margin: auto 5px 10px;
    background-color: white;
    border-radius: 15.005px;
    border: 0.82px solid #E8E8E8; 
    color: #3D3B3B;
    cursor: pointer;
    width: 88px;
    font-size: 13px;
}
.time-slot-interval input.timeslot-radio:checked + label {
    color: white;
    background: #434040; 
    border-color: #434040;
}
.time-slot-interval input.timeslot-radio {
    position: absolute;
    left: -99999em;
}

.slot__listing {
    width: 77%;
    margin: 15px auto auto;
}
.selected-slot {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding-right: 3%;
    justify-content: center;
}
.selected-slot p {
    color: #605A5A;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.selected-slot img {
    width: auto;
    height: 13px;
    margin-right: 6px;
    cursor: pointer;
}
.selected-slot p span {
    color: #383333;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
.duration-list ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.duration-list ul li {
    color: #211F1F;
    font-size: 11px;
    line-height: 16px; /* 160% */
    letter-spacing: 0.3px;
    margin-bottom: 13px;
}
.duration-list {
    display: flex;
    margin: 7% auto;
    width: 80%;
}
.duration-list img {
    width: 18px;
    margin: 7px auto;
    display: block;
}
.duration-list .info-img {
    margin-right: 5%;
}
.duration-list .info-img .vert-line {
    width: 1px;
    height: 30px;
    background: #A9A9A9;
    display: block;
    margin: auto;
}
.proceed-btn {
    text-align: center;
}
.proceed-btn input {
    width: auto;
    height: 34px;
    border-radius: 16px;
    background: #269523;
    color: #FFF !important;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 33px;
    padding: 0px 15px;
    margin: auto;
    border: none;
}
.proceed-btn .btn:disabled {
    opacity: .1 !important;
}
.request-section {
    text-align: center;
    margin-top: 8%;
}
.request-section p {
    color: #000;
    font-size: 12px;
    line-height: 15px; /* 125% */
    letter-spacing: 0.36px;
    margin-bottom: 2px;
}
.request-section a {
    color: #FF540F;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-decoration: none !important;
}
.overlay-bg {
    position: relative;
}
.overlay-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffc4;
    z-index: 11;
}
.location-dropdown select {
    border-radius: 10px;
    background-color: #F7F7F7;
    background-image: url(../images/location-droparrow.png);
    border: none;
    width: 67%;
    margin: auto;
    height: 33px;
    font-size: 13px;
    letter-spacing: 0.39px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right;
    appearance: none;
}

.buy-btns:focus{
    box-shadow: none;
}
.subs-info-text{
    color: #fff;
}
.book-combo-time .amt{
margin-top: 4px;
}
.book-one-time span{
    font-size: 14px;
}
@media (max-width: 600px) {
    .type-tab-section ul li a span {
        font-size: 10px;
    }
    .type-tab-section ul li a {
        font-size: 12px;
    }
    .type-tab-section {
        padding: 0px;
    }
    .book-lft {
        padding: 0px;
    }
    /* .book-one-time, .book-combo-time, .book-sub-time {
        background: none;
    } */
    .book-type-list {
        border-radius: 15px;
        border: 1px solid #ccc;
    }
    .view-slot-btn {
        bottom: -13px;
    }
    /* .book-combo-time ul li p:nth-child(1), .book-sub-time ul li p:nth-child(1) {
        width: 10px;
    } */
    .book-combo-time ul li p, .book-sub-time ul li p {
        font-size: 12px;
        /* width: 42.5%; */
    }
    .book-combo-time ul li p:nth-child(2), .book-sub-time ul li p:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .ad-width {
        width: 100%;
    }
    .time-slot-interval label.time-slot {
        width: 74px;
        font-size: 11px;
        padding: 4px 0px;
    }
    .time-slot-interval {
        width: 100%;
    }
    .duration-list {
        width: 100%;
    }
    .selected-slot {
        width: 100%;
    }
    .slot__listing {
        width: 100%;
    }
    .book-combo-time ul li{
        min-width: 50%;
    }
    .book-combo-time .amt, .book-one-time .amt{
        font-size: 18px;
    }
    .book-combo-time .sessioncost{
        font-size: 11.5px;
    }
    .session-title{
        margin-top: 8px;
    }
    .book-combo-time ul li{ margin-bottom: 22px;}

}
@media screen and (min-width: 600px) and (max-width: 991px) {
    .max-wid-fix {
        max-width: 555px;
    }
}
/* @media(max-width:991px){
    .book-rgt {
        display: none;
    }
} */
@media (max-width: 992px) {
 
    .view-combo-sub {
        width: 250px;
        height: 34px;
        border-radius: 16px;
        background: #269523;
        color: #FFF !important;
        font-size: 14px;
        letter-spacing: 0.42px;
        line-height: 33px;
        padding: 0px 15px;
        margin: 22% auto auto;
        border: none;
        text-align: center;
        cursor: pointer;
    }
}
@media (min-width: 992px) {
    .view-combo-sub {
        display: none;
    }
    .book-combo-time, .book-subu-time {
        display: block !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1109px) {
    .ad-width {
        width: 100%;
    }
    .time-slot-interval {
        width: 95%;
    }
    .slot__listing {
        width: 100%;
    }
    .duration-list {
        width: 100%;
    }
    .view-slot-btn {
        right: 9%;
        width: 87px;
    }
}


@media (max-width:400px){
    .responsive-tab-section ul {
        
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}



@media (max-width:1200px){
    .banner-section{
        padding-top: 110px;
    }
}

@media (max-width: 600px) {
    .banner-section {
        /* padding-top: 80px; */
        /* padding-top: 7%; */
    }
    .breadcrumbs h4 {
        padding: 10px 0px;
    }
    .breadcrumbs h4 span {
        font-size: 15px;
    }
    .therapist-details-blk {
        display: block;
        margin-top: 10%;
        padding-bottom: 15px;
    }
    .pro-img {
        width: 135px;
        height: 135px;
        left: 0;
        right: 0;
        top: -20px;
        margin: auto;
    }
    .pro_rgt-details {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .pro_rgt-details h6 {
        margin-top: 7px;
        line-height: 22px;
    }
    .pro_rgt-details hr {
        width: 100%;
    }
    .pro_rgt-details .lang {
        display: flex;
        margin-top: 12px;
        justify-content: center;
    }
    .pro_rgt-details .lang input {
        margin: 0;
    }
    .pro_rgt-details .lang img {
        margin: 0 5px 0px 0px;
    }
    .details__list {
        display: block;
        text-align: center;
    }
    .details__list li:nth-child(2), .details__list li:nth-child(4) {
        width: 70%;
        height: 1px;
        margin: auto;
        padding-top: 0px;
    }
    .details__list h4 {
        justify-content: center;
    }
    .details__list li {
        padding-top: 10px;
    }
  
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    /* .banner-section {
        padding-top: 13%;
    } */
    .breadcrumbs h4 span {
        font-size: 15px;
    }
    /* .location-details p {
        width: 54%;
    } */
}




.onetime-btn{
    display: none;
}