.updated--radio{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 22px;
}
[type=checkbox],[type=radio],
.updated--radio [type=checkbox], 
.updated--radio [type=radio]{
    /* height: 18px;
    width: 18px !important; */
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}
.fly--primary--btn{
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: "bariolbold"!important;
}
.mb-50{
    margin-bottom: 50px;
}

.find--therapist--wrapper header p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.find--therapist--wrapper header .search--name{
    display: flex;
    justify-content: flex-end;
    font-family: 'bariolbold';
    font-size: 22px;
    color: #5d5d5d;
    cursor: pointer;
}
.find--therapist--wrapper header .search--name.using--prefer{
    margin-top: 50px;
}
.find--therapist--wrapper header .new--search.show-search,
.find--therapist--wrapper header .search--name.using--prefer.show-search{
    display: flex;
}
.find--therapist--wrapper header .search {
    position: relative;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    margin: 0 53px;
}
.find--therapist--wrapper header .fa-search {
    position: absolute;
    left: 13px;
    bottom: 15px;
}
.find--therapist--wrapper header .new--search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.find--therapist--wrapper header .new--search label{
    margin: 0;
    font-size: 23px;
    flex-shrink: 0;
}
.find--therapist--wrapper header .new--search .fly--primary--btn{
    flex-shrink: 0;
}
.find--therapist--wrapper header .fa-times-circle {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    display: none;
    color: #83C141 !important;
}
.find--therapist--wrapper header .search .search-input{
    border-radius: 0 !important;;
    box-shadow: 0 0 5px #ddd;
    height: 45px;
    padding: 10px 38px 10px 42px !important;
    font-size: 18px;
    line-height: 1.3333333;
}
.find--therapist--wrapper header ::-webkit-input-placeholder{ 
    font-size: 20px !important;
  }
.find--therapist--wrapper header ::-moz-placeholder{ 
    font-size: 20px !important;
  }
.find--therapist--wrapper header :-ms-input-placeholder{ 
    font-size: 20px !important;
  }
.find--therapist--wrapper header :-moz-placeholder { 
    font-size: 20px !important;
  }

/* dashboard */
.find--therapist--wrapper .search--dashboard{
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
}
.find--therapist--wrapper .search--dashboard.hideleftpanel .left--filters{
    display: none
}
.find--therapist--wrapper .search--dashboard .left--filters.open{
    display: flex;
    height: auto;
}
.find--therapist--wrapper .search--dashboard.hideleftpanel .right--data {
    padding-left: 0;
}
.find--therapist--wrapper .search--dashboard .left--filters{
    width: 220px;
    position: static;
    /* border-right: 1px solid #999; */
    float: left;
    /* height: 100%; */
}
/* .find--therapist--wrapper .search--dashboard .left--filters .newLogoutBtn{
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
} */
.find--therapist--wrapper .search--dashboard .left--filters .clear--links{
    display: flex;
    font-size: 18px;
    color: #5d5d5d;
    cursor: pointer;
    font-family: 'bariolbold';
    margin: 18px 0 40px 0;
}

.find--therapist--wrapper .search--dashboard .left--filters .main--links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'bariolregular';
    font-size: 16px;
    margin-bottom: 10px;
}
.find--therapist--wrapper .search--dashboard .left--filters .main--links.collapsed{
    margin-bottom: 10px;
}
.find--therapist--wrapper .search--dashboard .left--filters .main--links .fa{
    font-size: 35px;
    transform: rotate(180deg)
}
.find--therapist--wrapper .search--dashboard .left--filters .main--links.collapsed .fa{
    transform: rotate(0)
}
.find--therapist--wrapper .search--dashboard .left--filters .collapse.show{
    padding-bottom: 20px;
}








.find--therapist--wrapper .search--dashboard .right--data{
    padding-left: 240px;
}
.find--therapist--wrapper .search--dashboard .right--data.rightClose{
    padding-left: 0;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list{
    /* margin-bottom: 50px; */
    display: flex;
    /* border-bottom: 1px solid #999; */
    /* padding-bottom: 50px; */
}
.find--therapist--wrapper .search--dashboard .right--data .col-12 .row .therapist--list:last-child{
    border-bottom: none;
    /* padding-bottom: 0; */
}

.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 20px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap .therapist--photo{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%!important;
    border: 0.2px solid #c2c2c2;
    object-fit: cover;
    height: 200px;
    width: 200px;
    /* border: 1px solid #c5c2c2;    */
    flex-shrink: 0;
    overflow: hidden;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap .therapist--photo img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%!important;
  
    object-fit: cover;
    height: 200px;
    width: 200px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap  .fly--primary--btn{
    width: 100%;
    margin-top: 15px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info{
    width: 100%;
}

.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info header{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info h1{
    color: #5d5d5d;
    margin: 0;
    font-size: 28px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .about--body{
    min-height: 100px;
    margin-bottom: 25px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .about--body p{
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #5d5d5d;
}

.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .add--shortlist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .add--shortlist p{
    margin: 0;
    font-size: 20px;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .add--shortlist a{
    font-family: 'bariolbold';
    font-size: 20px;
    color: #5d5d5d;
    cursor: pointer;
}
.find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .add--shortlist.see--profile{
    margin-top: 20px;
}

/* footer--pagination */
.find--therapist--wrapper .footer--pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.find--therapist--wrapper .footer--pagination .fa{
    font-size: 35px;
    cursor: pointer;
}
.find--therapist--wrapper .footer--pagination .pages--count{
    margin: 0 25px;
    color: #5d5d5d;
    font-size: 20px;
}

/* Profile information */

.questionnaire{
    font-size: 35px;
    color: #5d5d5d;
    margin: 70px 0 30px 0;
}
.recommended--therapist {
    display: flex;
    margin-bottom: 50px;   
    border-bottom: 1px solid #ccc;
    padding-bottom: 45px;   
}
.recommended--therapist:last-child{
    padding-bottom: 0;
    border: none
}
.recommended--que{
    margin-bottom: 40px;
    margin-top: 70px;
    font-size: 35px;
    color: #5d5d5d;
}

.recommended--therapist .therapist--pic{
    margin: 0 30px 0 0;
}

.recommended--therapist .therapist--info{
    width: 100%;
}

.recommended--therapist .therapist--pic .therapist--photo{
    border-radius: 100%!important;
    border: 0.2px solid #c2c2c2;
    object-fit: cover;
    height: 200px;
    width: 200px;

}
.recommended--therapist .therapist--pic .therapist--photo img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%!important;
    object-fit: cover;
    height: 200px;
    width: 200px;
}
.recommended--therapist .therapist--info{
    width: 100%;
}
.recommended--therapist .therapist--info header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.recommended--therapist .therapist--info h1{
    color: #5d5d5d;
    margin: 0;
    font-size: 30px;
    line-height: 37px;
}
.recommended--therapist .therapist--info .about--body{
    min-height: 115px;
    margin-bottom: 25px;
}
.recommended--therapist .therapist--info .about--body p{
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    color: #5d5d5d;
}

.recommended--therapist .therapist--info .add--shortlist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.recommended--therapist .therapist--info .add--shortlist p{
    margin: 0;
    font-size: 22px;
}
.recommended--therapist .therapist--info .add--shortlist a{
    font-family: 'bariolbold';
    font-size: 22px;
    color: #5d5d5d;
    cursor: pointer;
}
.recommended--therapist .therapist--info .add--shortlist.see--profile{
    margin-top: 15px;
}
.p-0{
    padding: 0 !important;
}
.more-link-wrap{
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.fa.menu--hambargun{
    font-size: 25px !important;
    position: absolute;
    left: 28px;
    top: -40px;
    cursor: pointer;
    display: none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------
    Media query (start here)
--------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 599px) {
    .find--therapist--wrapper header .search--name{
        justify-content: center;
    }
    .find--therapist--wrapper .search--dashboard .left--filters {
        border-right: none;       
        left: 0;
        top: 0;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 0 5px #000;
        padding: 22px 0;
        display: none;
        position: absolute;
        min-height: 440px;
        overflow: auto;
    }
    .find--therapist--wrapper .search--dashboard .right--data {
        padding-left: 0;
        min-height: 440px;
    }
    
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap{
        margin: 0 0 25px 0;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap .therapist--photo{
        border-radius: 100%!important;
        border: 0.2px solid #c2c2c2;
        object-fit: cover;
        height: 200px;
        width: 200px;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--pic--wrap .fly--primary--btn { 
        margin-top: 15px;
        width: auto;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info h1 {
        margin: 0 0 13px 0;
        font-size: 23px;
        line-height: 17px;
    }
 
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .about--body {
        min-height: auto;
        margin-bottom: 20px;
    }
    .find--therapist--wrapper .search--dashboard .left--filters .clear--links{
        margin: 10px 0 15px 0;
    }
    .find--therapist--wrapper .search--dashboard .left--filters .main--links{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .updated--radio{
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .find--therapist--wrapper .search--dashboard {
        margin: 25px 0;
    }
    .find--therapist--wrapper header .search .search-input{
        height: 45px;
        padding: 10px 38px 10px 42px !important;
    }
    .find--therapist--wrapper header .fa-search,
    .find--therapist--wrapper header .fa-times-circle{
        bottom: 15px;
    }
    .find--therapist--wrapper header p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .fly--primary--btn{
        font-size: 15px !important;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info header{
        flex-direction: column;
        margin: 0 0 10px 0;
        align-items: center;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .add--shortlist.see--profile{
        flex-direction: column;
        align-items: flex-start;
    }
    .find--therapist--wrapper header .new--search{
        flex-direction: column;
    }
    .find--therapist--wrapper header .search{
        margin: 15px;
    }

    .recommended--que {
        margin-bottom: 20px;
        margin-top: 48px;
        font-size: 25px;
    }
    .recommended--therapist {
        margin-bottom: 25px;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .recommended--therapist .therapist--pic {
        margin: 0;
    }
    .recommended--therapist .therapist--pic .therapist--photo {
        border-radius: 100%!important;
    border: 0.2px solid #c2c2c2;
    object-fit: cover;
    height: 200px;
    width: 200px;
        margin: 0 auto;
    }
    .recommended--therapist .therapist--info header {
        margin: 17px 0 10px 0;
        flex-direction: column;
    }
    .recommended--therapist .therapist--info h1 {
        margin: 10px 0 0 0;
        font-size: 25px;
        line-height: 29px;
    }
    .recommended--therapist .therapist--info header .book--right{
        order: -1;
        min-width: auto;
    }
    .recommended--therapist .therapist--info .about--body {
        min-height: auto;
        margin-bottom: 20px;
    }
    .recommended--therapist .therapist--info .about--body p {
        font-size: 19px;
        line-height: 25px;
    }
    .recommended--therapist .therapist--info .add--shortlist{
        flex-direction: column;
        align-items: flex-start;
    }
    .recommended--therapist .therapist--info .add--shortlist a,
    .recommended--therapist .therapist--info .add--shortlist p {
        margin: 0;
        font-size: 19px;
    }
    .questionnaire {
        font-size: 25px;
        color: #2C547C;
        margin: 35px 0 10px 0;
    }
    .scroll-top-wrapper{
        width: 40px;
        height: 40px;
        right: 15px;
    }
    .scroll-top-wrapper .fa-angle-up {
        font-size: 43px;
        height: 49px;
        width: 28px;
    }
    .fa.menu--hambargun{
        display: block
    }
    .find--therapist--wrapper header .search--name {
        margin-top: 10px;
        margin-bottom: 26px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 979px){
    .find--therapist--wrapper .search--dashboard .left--filters {
        border-right: none;       
        left: 0;
        top: 0;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 0 5px #000;
        padding: 22px 0;
        display: none;
        position: absolute;
        min-height: 500px;
        overflow: auto;
    }
   
    .find--therapist--wrapper .search--dashboard .right--data {
        padding-left: 0;
        min-height: 500px;
    }
    .recommended--therapist .therapist--pic .therapist--photo {
        border-radius: 100%!important;
        border: 0.2px solid #c2c2c2;
        object-fit: cover;
        height: 200px;
        width: 200px;
        
    }
    .fa.menu--hambargun{
        display: block
    }

}
@media only screen and (min-width: 980px) and (max-width: 1279px){}
@media only screen and (min-width: 1280px) and (max-width: 1440px){}
@media only screen and (min-width: 1441px) and (max-width: 1550px){}
@media screen and (orientation:landscape) and (max-width: 850px){
    .find--therapist--wrapper .search--dashboard .left--filters {
        display: none;
    }
    .find--therapist--wrapper .search--dashboard .right--data {
        padding-left: 0;
    }
    .find--therapist--wrapper .search--dashboard .right--data .therapist--list .therapist--info .book--right{
        position: absolute;
        left: 22px;
        top: 190px;
    }
}
a.btn.btn-primary--alt.fly--primary--btn.book.book--right{
    background-color: #7FC0EE;
}

@media( max-width: 812px ){
    .padding--for--list{
        padding: 10px 20px;
    }
}