		.star-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.c-star {
  width: var(--size, 20px);
  height: var(--size, 20px);
  fill: lightgrey;
  stroke: #fed94b;
}
.c-star.active {
  fill: #fed94b;
}

.svg-rating{
	width: 320px;
	display: flex;
	justify-content: space-between;
	align-items-center:center;
}


@media only screen and (max-width: 767.98px){

.svg-rating{
	width: unset;
	display: flex;
	justify-content: space-between;
	align-items-center:center;
	flex-direction: column;
}

.small-device{
	flex-direction: column;
	align-items: flex-start !important;
}

.small-device h1{
	margin: 10px 0px !important;
}



.svg-rating small{
	margin: 10px 0px !important;
}

}

.profile h1 {
   
    margin: 10px 0;
}


#secondary_nav, .secondary_nav {
    background-color: rgba(7, 124, 88, 0.11) !important;
    color: #0f5a64 !important;
}

#secondary_nav ul li a.active, #secondary_nav ul li a{
	color:#0f5a64 !important;
}


#review_summary, .exp-cat>div{
	background-color: #eaf7f7;
    color: #006a61;
}

nav{
float:unset;
}

nav ul li a {
    display: unset;
     padding: none; 
     line-height: unset; 
     background: none; 
    color: #463f3f;
    text-decoration: none;
}



.revw_btn a {
    background-color: #ff8859;
    border-radius: 6px;
    border: 1px solid #ff6b31;
    padding: 7px 15px;
    line-height: inherit;
    color: #ffffff;
    transition: 400ms 
ease-in-out;
    font-weight: 600;
    display: inline-block;
}

.dctr_detl_btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new_clndr_btn a.btn.btn-read {
    background: #0f5a64;
    color: #fff;
}

.new_clndr_btn a.btn.btn-read:hover{
	background: #e4f1ed;
    box-shadow: 1px 0px 8px #2c416773;
    color: #2c4167;
	
}

.revw_btn a:hover{
	background-color: #ff885957;
	border: 1px solid #ffc5ae;
	color: #ff8859;
	
	   box-shadow: 1px 0px 8px #ff885957;
}

.wrapper_indent p span {
    font-family: 'Quicksand', sans-serif !important;
    line-height: 27px;
	font-size: 17px !important;
}

.wrapper_indent p {
    margin-bottom: 10px !important;
    font-size: 17px !important;
    font-family: 'Quicksand', sans-serif !important;
}

.requst_frm {
    padding-top: 20px;
}

.requst_frm .contact-form .h3 {
    font-size: 23px;
    font-weight: 700;
}

.form_btnee input {
    width: 100%;
    background: #0f5a64;
    color: #fff;
    font-size: 16px;
}

.form_btnee input:hover {
 background: #e4f1ed;
    box-shadow: 1px 0px 8px #2c416773;
    color: #2c4167;
}

.requst_frm .contact-form {
    background: rgba(7, 124, 88, 0.11);
    padding: 10px;
    border-radius: 10px;
  
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.breadcrumb-item a {
    font-weight: 600;
}

.wrapper_indent ul li {
       
        list-style: disc;
    }

@media(max-width: 767px){
	    nav {
     
        padding: 10px 0 5px;
    }
	
	nav#secondary_nav {
    padding-top: 0 !important;
    background: initial;
    position: initial;
    padding-bottom: 0 !important;
}

.psychologist-img img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    box-shadow: 2px 5px 10px #cfcdcd;
    border-radius: 100%;
}
.psychologist-img {
    height: initial;

}
.box_general_3 {
  
    padding: 10px;
  
}
.exp-cat>div {
    
    font-size: 12px;
   
    padding: 5px;
   
}
.profile h1 {
    font-weight: 600;
    font-size: 18px;
}
.btn-read {
  
    padding: 8px 5px;
 
    font-size: 13px !important;
  
}
.revw_btn a {
   
    padding: 6px 10px;
       font-size: 13px !important;
}
h2{
	font-size: 22px;
}
.indent_title_in {
    
    margin-bottom: 10px;
}
.wrapper_indent p {
  
    font-size: 15px !important;
    
}
.review-box h6, .review-heading, .wrapper_indent h6 {
    font-size: 17px;

}

.wrapper_indent ul li {
    font-size: 14px;
	  font-weight: 500;
}
.wrapper_indent p span {
  
    line-height: 15px;
    font-size: 14px !important;
}
.requst_frm .contact-form {
   
    padding: 5px;
   
}
.requst_frm .contact-form .h3 {
    font-size: 20px;
 
}
.requst_frm .contact-form input {
    font-size: 15px;
}
    section {
        padding: 40px 0;
    }
	.rev-text p {
    font-size: 14px;
}
.reviews-container .rev-content {
  
    padding: 15px 15px 0;
  
}
.profile {
    padding-top: 5px;
}
}