body, html {
    overflow-x: hidden;
}

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


.add_notes-head {
    border-bottom: 1px dashed #0000003d;
    padding-bottom: 13px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.add_notes-head h3 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    align-self: center;
}
.add_notes-head a img {
    width: 17px;
    height: 17px; 
    margin-top: -4px;
}
.add_notes-head a {
    color: #FFF;
    font-size: 13.812px;
    letter-spacing: 0.414px;
    text-transform: capitalize;
    border-radius: 17.812px !important;
    background: #269523;
    padding: 4px 15px;
}
.w-125 {
    width: 125px !important;
}
.filter {
    margin-top: 30px;
}
.filter label {
    color: #282D28;
    font-size: 13px;
    letter-spacing: 0.26px;
}
.filter .form-control {
    border-radius: 10px;
    border: 1px solid #C8C8C8; 
    color: #0D0D0D;
    font-size: 12px;
    letter-spacing: 0.24px;
    background: transparent;
}
.filter a img {
    width: auto;
    height: 31px;
}
.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    opacity: 1;
    z-index: 11;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -25px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


/********** TABLE ************/
.user-table {
    border-collapse: separate;
    border-spacing: 0 21px;
}
.user-table thead {
    background: #FF6527;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    text-align: center;
}
.user-table tbody tr {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 25px 20px -20px;
    background: #FEFDFE;
}
.user-table tbody:before {
    line-height: 0px;
    content:"_";
    color:white;
    display:block;
}
.user-table tbody tr td {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
}
.user-table tr th {
    font-weight: 400 !important;
}
.user-table .action-btn {
    color: #269523;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    background: transparent;
    border: none;
    cursor: pointer;
}
.user-table .line {
    width: 1px;
    height: 10px;
    background: #269523;
    margin: auto 3px;
}
.user-table p {
    width: 450px;
    display: block;
    /* white-space: pre-wrap; */
    word-wrap: break-word;
    margin-bottom: 0px;
}
.user-table a {
    cursor: pointer;
}
.user-table a img {
    width: 18px;
    margin: auto;
    display: block;
}
.out-border {
    margin-bottom: 80px;
}
.out-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #FF6527;
    border-radius: 12px;
    top: 45px;
    left: 0;
    z-index: -1;
}

.ui-widget.ui-widget-content {
    z-index: 11 !important;
}



@media (max-width:1200px){
    .banner-section{
        padding-top: 110px;
    }
}
  
@media (max-width: 600px) {
    /* .banner-section {
        padding-top: 2%;
    } */
    .breadcrumbs h4 span {
        font-size: 15px;
    }
  
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    /* .banner-section {
        padding-top: 4%;
    } */
    .breadcrumbs h4 span {
        font-size: 15px;
    }
    .location-details p {
        width: 54%;
    }
}


.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
    overflow-y: auto;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
    background: url(../images/therapists-details/banner-bg.jpg);
    background-size: 100% 100%;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.f-13 {
    font-size: 13px !important;
}




.user-header {
    height: 40px;
    margin-bottom: 75px;
    border: 1px solid #00000075;
    border-radius: 7px 7px 0px 0px;
    margin-top: 8px;
    border-bottom: none;
}
.user-header ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
}
.user-header ul li a {
    color: #393939;
    font-size: 15px;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    opacity: 0.6; 
    text-decoration: none !important;
    transition: .3s ease-in-out;
    font-family: 'Poppins-Medium';
}
.user-header li.active a, .user-header ul li:hover a {
    color: #1B1A19;
    opacity: 1;
}

.user-header ul:after {
    content: '';
    position: absolute;
    right: -89px;
    bottom: -15px;
    width: 74px;
    height: 25px;
    border-bottom: 1px solid #97928a;
    border-radius: 0px 0px 0px 12px;
    border-left: 1px solid;
}
.user-header ul:before {
    content: '';
    position: absolute;
    left: -89px;
    bottom: -13px;
    width: 74px;
    height: 25px;
    border-bottom: 1px solid #97928a;
    border-radius: 0px 0px 12px;
    border-right: 1px solid;
}


@media (max-width: 600px) {
    .user-header ul li a {
        font-size: 13px;
    }
    .user-header ul {
        justify-content: center;
    }
    .user-header {
        margin-bottom: auto;
        border: none;
    }
    .user-header ul::before, .user-header ul::after {
        bottom: -6px;
        display: none;
    }
}
@media (max-width: 767px) {
    .user-header ul li {
        display: none;
    }
    .user-header ul {
        justify-content: center;
    }
    .user-header {
        margin-bottom: auto;
        border: none;
    }
    .user-header ul::before, .user-header ul::after {
        bottom: -6px;
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .user-header ul li a {
        font-size: 13px;
    }
    .user-header ul {
        justify-content: space-between;
    }
    .user-header {
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .user-header ul li a {
        font-size: 14px;
    }

}




.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  /* z-index: 200; */
  z-index: 1;
  width: 100%;
}

.sec-center [type="checkbox"]:checked,
.sec-center [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: auto;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 100%;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: space-between;
  -ms-flex-pack: center;
  text-align: center;
  border: 1px solid #252525;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
  padding: 1px 15px;
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #111;
  top: 45px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}
.section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}


.sec-center a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
}
.sec-center a:hover {
  color: #102770;
  background-color: #ffeba7;
}

.sec-center i {
    position: relative;
    top: -3px;
    margin-left: 10px;
}






/************ TAB SECTION **************/
.type-tab-section {
    margin-top: 25px;
}
.type-tab-section ul {
    display: block;
    list-style-type: none;
    padding-left: 0px;
    width: 180px;
    width: 200px;
}
.type-tab-section ul:after, .type-tab-section ul:before {
    /* color: #fff; */
    content: '';
    width: 1px;
    height: 150px;
    margin: 8% auto;
    border-left: dashed 1px #3D3B3B;
    display: block;
}
.type-tab-section ul li {
    margin-bottom: 5%;
}
.type-tab-section ul li a {
    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;
    width: 180px;
    width: 200px;
    display: block;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
}
.type-tab-section ul li a{
    display: flex;
    align-items: center;
}
.type-tab-section ul li a.active {
    border-color: #3D3B3B;
    background: #3D3B3B;
    color: #FFF;
}
.type-tab-section ul li a span {
    font-size: 12px;
}
.type-tab-section ul li a span.dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FB5411;
    display: inline-block;
    margin-right: 8px;
}
.buy-btns:focus{
    box-shadow: none;
}

@media (max-width: 600px) {
    .type-tab-section ul {
        display: flex;
        width: 100%;
        margin-bottom: 5%;
    }
    .type-tab-section ul:after, .type-tab-section ul:before {
        content: '';
        flex: 1;
        border-bottom: dashed 1px #3D3B3B;
        width: unset;
        height: unset;
        display: unset;
        border-left: none;
        margin: auto;
    }
    .type-tab-section ul li {
        margin-bottom: auto;
    }
    .type-tab-section ul li a {
        padding: 5px 2px;
        width: 148px;
        font-size: 11px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .type-tab-section ul {
        display: flex;
        width: 100%;
        margin-bottom: 5%;
    }
    .type-tab-section ul:after, .type-tab-section ul:before {
        content: '';
        flex: 1;
        border-bottom: dashed 1px #3D3B3B;
        width: unset;
        height: unset;
        display: unset;
        border-left: none;
        margin: auto;
    }
    .type-tab-section ul li {
        margin-bottom: auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
    .type-tab-section ul {
        display: flex;
        width: 100%;
        margin-bottom: 5%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .type-tab-section ul {
        display: flex;
        width: 100%;
        margin-bottom: 5%;
    }
    .type-tab-section ul:after, .type-tab-section ul:before {
        content: '';
        flex: 1;
        border-bottom: dashed 1px #3D3B3B;
        width: unset;
        height: unset;
        display: unset;
        border-left: none;
        margin: auto;
    }
    .type-tab-section ul li {
        margin-bottom: auto;
    }
}

.diary-textarea {
    margin-bottom: 35px;
}
.diary-textarea textarea {
    border-radius: 10px;
    border: 1px solid #FB5411; 
    height: 215px;
}
.diary-textarea .btn {
    border-radius: 16px;
    background: #FB5411; 
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    padding: 4px 25px;
    margin: -35px auto auto;
    z-index: 1;
}
.error {
    font-size: 12px;
    color: red;
}
.min-wid-table {
    min-width: 1024px;
}
.diary-list-table  thead th:nth-child(2){
    min-width: 165px;
}

.diary-list-table thead th:nth-child(4){
    min-width: 95px;
}
.form-control[readonly] {
    background-color: transparent;
}
.w-120px{
    min-width: 120px;
}
.w-200px{
    min-width: 200px;
}
@media (max-width:1200px){
    .popup{
        min-width: 55%;
    }
}
@media (max-width:767px){
    .popup{
        width: 97%;
       
    }
}
