.border {
	border-color: #B7CEDC!important;
}
.active-slot{
	background: #81D743;
	color: #ffffff !important;
}
html{
	scroll-behavior: smooth;
}
.main-wrapper {
	background: #f3f5f7;
}
.carousel-inner img {
    width: 100%;
    height: 300px;
}
.carousel-indicators .active {
    background-color: #8dc768;
}
#demo{
    margin: 1.5rem 0;
}
.carousel-control-prev{
    left: 0;
    background: #8dc768;
    height: 28px;
    /* position: absolute; */
    top: 36%;
    opacity: 1;
    bottom: 0;
    width: 28px;
    margin: 20px;
    border-radius: 30px;
    padding: 5px;
}
.carousel-control-next {
    right: 0;
    background: #8dc768;
    height: 28px;
    /* position: absolute; */
    top: 36%;
    opacity: 1;
    bottom: 0;
    width: 28px;
    margin: 20px;
    border-radius: 30px;
    padding: 5px;
}
.booking_slot{
	cursor: pointer;
}

.view-content i{
	margin-right:4px;
}
.datepicker-days table tr td.new { display: none; }
.datepicker-days table tr td.old { visibility: hidden; }  
table.table-condensed {
	border-collapse: separate !important;
    border-spacing: 5px !important;
}
.dc-pro-header.row {
	background: #fff;
	border-radius: 1rem;
}
.dc-pro-content .nav-tabs {
	width: 100%;
}
.dc-pro-content .nav-tabs .nav-item {
	margin-bottom: 0;
}
.dc-pro-content .nav-tabs .nav-item .nav-link {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
	padding: 10px 18px;
	background: #D5F4E8;
	color: #1A6B4B;
	font-size: 1rem;
}
.dc-pro-content .nav-tabs .nav-item .nav-link:focus {
	box-shadow: 0;
	outline: 0;
}
.dc-pro-content .nav-tabs .nav-item .nav-link.active {
	color: #fff;
	background: #1A6B4B;
}
.dc-pro-content .nav-tabs .nav-item .nav-link:before {
	content: none;
}
#specialties-container {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}
#specialties-container .specialty-box {
	padding: 1rem 1.5rem;
	border-radius: 0.25rem;
	border: 1px solid #dedede;
	width: 100%;
}
#specialties-container .specialty-box {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.25rem;
	align-items: center;
}
#specialties-container .specialty-box:hover {
	background: #1A6B4B;
	color: #ffffff;
}
#specialties-container .specialty-box:hover i.fa {
	background: #ffffff;
	color: #1A6B4B;
}
#specialties-container .specialty-box i.fa {
    border-radius: 50%;
    padding: 0.5rem;
    background: #1A6B4B;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    color: #fff;
	min-width: 2rem;
}
#specialties-container .specialty-box span {
	font-size: 1rem;
}
#specialties-result {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#specialties-result .results-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
#specialties-result .results-title h4,
#specialties-result .results-title a {
	margin: 0!important;
	padding: 0!important;
}
#specialties-result .results-title a {
	font-size: 1rem;
    line-height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}
#specialties-result .providers-list {
	gap: 1rem;
}
#specialties-result .provider-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	width: 100%;
}
#specialties-result .provider-box img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid #1A6B4B;
}
#specialties-result .provider-box h5 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1rem
}
#specialties-result .provider-box p {
	font-size: 14px;
}
.profile-left-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.pro-tabs-container {
	background: #fff;
	border-radius: 1rem;	
	border-top-left-radius: 0;
}
.profile-container .full-row {
	padding: 1rem;
}
.profile-container #languages-spoken::after,
.profile-container .full-row:last-child::after {
	content: none;
}
.pro--tabs-body p,
.pro--tabs-body ul li {
	font-size: 1rem;
}
.pro--tabs-body span.sur--address {
	font-size: 90%;
}
span.address-selector {
	font-size: 1.1rem;
}
.dc-pro-header {
	padding: 1rem;
}
.dc-pro-header .lynk-btn-container {
	display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 16px;
    gap: 1rem;	
}
.dc-pro-header .lynk-btn-container .lynk-btn {
	margin: 0;
	padding: 0;
}
.dc-pro-header .col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
	padding: 0;	
}
ul.tabs--nav-bar {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	gap: 16px;
}
ul.tabs--nav-bar li {
	display: flex;
    flex: 1 0 24%;
}
ul.tabs--nav-bar li a {
	padding-right: 0;
}
ul.tabs--nav-bar li.pro--reviews,
#pro--reviews {
	display: none;
}
.pro--tabs-navbar {
	padding: 1rem;
}
.lynk-btn {
	display: flex;
	margin-top: 0.75rem;
	justify-content: center;	
}
span.sp--specif {
	margin: 0 0 8px;
}
.full-row::after {
	width: 100%;
	left: 0;
}
input {
	padding: 10px;
	border-radius: 5px;
	border: none;
	background-color: #F1F3F7;
}
#submit{
	padding: 10px 25px;
	border: none;
	color: white;
}
#submit:hover{
	color: white;
	background-color: #7FB55D;
	cursor: pointer;
}
.lynkPopup, .hidden{
	display: none;
}
#officeNumberMobile, #officeNumber{
	display: none;
}
.show{
	display: block !important;
}
.on-banner{
	margin-top: 10px;
	background-color: #3a6d79;
	color: white;
	padding: 10px;
	text-align: center;
	margin-bottom: 25px;
}
.dc--info-desc{
	margin-bottom: 15px;
}
.care-img{
	width: 20%;
}
.saspot-page-title{
	display: none !important;
}
.tooltip-ds{
	position: absolute;
	color: white;
	background-color: #3A6D79;
	right: 40px;
	bottom: 5px;
	padding: 10px 30px 10px 10px;
	white-space: nowrap;
	animation: float 6s infinite;
	border-radius: 0 3px 3px 0;
}
.tooltip-ds::after{
	content: "";
  	position: absolute;
  	top: 12%;
  	right: 100%;
  	margin-top: -5px;
  	border-width: 20px;
  	border-style: solid;
  	border-color: transparent #3A6D79 transparent transparent;
}
.tooltip-close{
	color: #fff;
	position: absolute;
	top: 1.75%;
	left: 92.5%;
}
.tooltip-close:hover{
	cursor: pointer;
}
.tooltip-close > i{
	padding-left: 10px;
}
#dp-tooltip-mobile, #dp-help-mobile, .hide-desktop, .hide-desktop-mobile{
	display: none;
}
.tooltip-help{
	margin-bottom: -7px;
    vertical-align: bottom;
	padding-left: 5px;
	display: none;
}
.tooltip-help:hover{
	cursor: pointer;
}
#dp-help-mobile{
	display: none;
}
a.anchor {
    display: block;
    position: relative;
    top: 300px;
    visibility: hidden;
}
#map {
	height: 300px;
	width: 100%;
	z-index: 2;
}
.hide-tablet-large{
	display: none;
}
.back{
    background: none!important;
    background-color: #FBFCFF;
    border: none;
    padding-left: 0;
    border: 0!important;
    color: #3A6D79!important;
    font-weight: 400!important;
}
.back:hover{
	text-decoration: none;
	cursor: pointer;
}
.back i{
	padding-right: 10px;
}
.provider-id{
	position: absolute;
	right: 0;
	padding: 15px 20px;
	color: #1B6B4B;
	font-weight: 500;
}
.view-content {
    right: auto;
    top: auto;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}
.app-modal{
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.app-popup{
	text-align: left;
  	margin: auto;
  	display: flex;
	width: 60%;
	height: auto;
	position: absolute;
 	top: 50%;
 	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 8px;
}
.close-app-popup{
	background-color: transparent;
	font-size: 30px;
	border: none;
	color: #8dc768;
	font-weight: bold;
	padding: 0 50px 25px 50px;
	transition: text-decoration .5s;
}
.close-app-popup:hover, .close-app-popup:focus{
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}
.close-app-popup > i{
	margin-left: 5px;
}
.popup-heading{
	font-size: 26px;
	line-height: 1.1em;
	font-weight: bold;
	color: #3A6D79;
	padding: 25px 50px 0 50px;
}
.qr-instructions{
	margin-top: 15px;
	font-size: 22px;
	color: #2B3344;
	padding: 0 50px;
}
.qr-code{
	width: 225px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 50px;
}
.hide{
	display: none;
}
.modal-divider{
	border-top: 3px solid rgba(0,0,0,.1);
}
.modal-logo{
	float: right;
	width: 100px;
	height: auto;
	margin-right: 50px;
	margin-top: 20px;
}
.modal-download-btn{
	padding: 15px 25px;
	color: #fff !important;
	background-color: #8dc768;
	font-size: 22px;
	border-radius: 8px;
}
.modal-download-btn > .fa-android, 
.modal-download-btn > .fa-apple{
	margin-right: 15px;
}
.modal-download-btn > .fa-chevron-right, 
.modal-download-btn > .fa-chevron-right{
	margin-left: 10px;
}
.app-popup-image{
	flex: 25%;
	display: block;
	background: #7a7a7a;
	background-image: url("http://hlyk.wpengine.com/wp-content/uploads/2021/11/app-pop-up.jpg");
	background-size: cover;
	background-position: center;
	border-radius: 8px 0 0 8px;
}
.app-popup-content{
	flex: 74%;
	display: inline-block;
}
.mobile-app-img{
	border-radius: 8px 8px 0 0;
}
.close-app-modal{
	background-color: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 0px;
	right: 0px;
	color: black;
	font-size: 26px;
}
.special-down{
	margin-right: 15px;
	-moz-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.specialty-list{
	display: block;
	color: #4a5160;
	font-weight: 600;
	line-height: 26px;
	padding: 15px;
}
.specialty-list:hover{
	color: #1B6B4B;
	cursor: pointer;
}
.specialty-description{
	padding: 15px;
}
.active-description{
	color: #1B6B4B;
}
.profile-sidebar {
	border-radius: 1rem;
}
.profile-sidebar h3 {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal;
	font-size: 1rem;
}
.profile-sidebar .help-container h4 {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}
.profile-sidebar .help-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;	
}
select#myState,
.buttonLabel,
.buttonLabelTwo {
  border: 1px solid #B7CEDC !important;
  border-radius: 8px !important;
}
/* HLYK-CALENDAR */
.profile-sidebar .hlyk-datepicker,
.profile-container .datepicker-inline {
	width: 100%;
	padding: 0;
}
.profile-sidebar .hlyk-datepicker td.today.disabled.disabled-date.day {
	background: none;
	color: #ffffff;
	opacity: 1;
}
.profile-sidebar .hlyk-datepicker .dow {
	color: #3A6D79;
}
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover:hover,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover:hover,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover:active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover:active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover.active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled.active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover.active,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover.disabled,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled.disabled,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover.disabled,
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today[disabled],
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today:hover[disabled],
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled[disabled],
.profile-sidebar .hlyk-datepicker .datepicker table tr td.today.disabled:hover[disabled] {
    background: none;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background: #1B6B4B !important;
}
.profile-sidebar .hlyk-datepicker td.today.disabled.disabled-date.day:before {
	background: #1B6B4B !important;
	opacity: 1;
}
/* END HLYK CALENDAR */
.rotate-icon{
	 -moz-transform: rotate(180deg);
     -webkit-transform:rotate(180deg); 
     -ms-transform:rotate(180deg);
     -o-transform:rotate(180deg);
}
.mobile-app-btns{
	display: none;
}
.claim-divider::before{
	content: '';
    border-top: 1px solid #D8E1F5;
	width: 100%;
	display: block;
	margin: 20px 0;
}
.claim-divider > p{
	margin-right: 20px;
}
.a--medium--fill-dark{
	background: #416B77;
    border: none;
    width: 100%;
	display: block;
	text-align: center;
	padding: 15px;
    border-radius: 4px;
    color: #fff;
    outline: none!important;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: -10px;
    font-weight: 600;
    cursor: pointer;
}
.call-banner{
	padding: 15px;
	background-color: #1B6B4B;
}
.banner-text{
	display: inline-block;
	width: 88%;
	font-size: 24px;
	color: #000;
	vertical-align: middle;
}
.banner-icon{
	display: inline-block;
	width: 10%;
	vertical-align: middle;
	text-align: center;
	font-size: 26px;
	color: #000;
}
.call-container{
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	z-index: 5px;
}
.call-ad{
	padding: 15px;
	background-image: url("http://hlyk.wpengine.com/wp-content/uploads/2022/07/PatientConciergeImage-01.jpg");
	background-size: cover;
	color: #3a6d79;
	font-size: 18px;
}
.call-list{
	padding-left: 8px;
	margin-right: 60px;
}
.call-list > li{
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}
.call-list > li:before{
	content: "\25BA \0020";
	font-size: 10px;
	position: absolute;
  	top: 6px;
  	left: -4px;
}
.call-ad-content{
	padding: 10px 15px;
	background-image: linear-gradient(#618a94, #3a6d79);
}
.call-ad-number{
	color: #fff !important;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}
p .call-ad-number{
	color: #fff !important;
}
.call-ad-text{
	color: #fff !important;
	font-size: 12px;
}
.call-ad-heading{
	font-size: 24px !important;
	line-height: 28px;
	font-weight: bold;
}
.ad-img{
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
.ad-img > img{
	width: 48px;
}
.pdd-15{
	padding: 15px;
}
.nonmember-link{
	margin: 0 auto !important;
	width: 90% !important;
}
/*.master-container{
	max-width: 96%;
}*/
#appt_type_modal .modal-header {
	border-bottom: 0;
}
#appt_type_modal .modal-content {
	border-radius: 0.5rem;
}
#appt_type_modal .close {
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #ff0000;
    color: #fff;
    opacity: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: -2rem 0 0 0;
}
#appt_type_modal .appt-type {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}
#appt_type_modal .appt-type input[type="radio"] {
	-webkit-appearance: none;	
	width: 0;
	height: 0;
}
#appt_type_modal .appt-type label {
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	border: 2px solid #efefef;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
	min-width: 136px;
}
#appt_type_modal .appt-type label.checked {
	border: 2px solid #1B6B4B;
	box-shadow: inset 0 0 4px #b2efd7;
}
#appt_type_modal .appt-type label p {
	margin: 0;
	font-weight: 600;
}
@media (min-width: 425px) {
	.dc-pro-header .lynk-btn-container {
		flex-direction: row;
	}
}
@media (max-width: 500px){
	#dp-tooltip-mobile{
		display: block;
		right: 0;
		bottom: 22px;
	}
	#dp-tooltip, #dp-help, .hide-mobile{
		display: none;
	}
	.hide-desktop{
		display: block;
	}
	.tooltip-ds:after{
		top: 8%;
		border-width: 30px;
	}
	.tooltip-close{
		left: 86.5%;
		top: 3.75%;
	}	
	.banner-text{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.app-popup{
		text-align: center;
		width: 90%;
	}
	.dc--info-desc{
		text-align: center;
	}
	.close-app-popup{
		font-size: 20px;
	}
	.popup-heading{
		font-size: 20px;
		line-height: 1.1em;
		margin-bottom: 30px;
	}
	.modal-download-btn{
		padding: 10px 15px;
		font-size: 18px;
	}
	.modal-divider{
		margin-top: 35px;
	}	
	.dc-pro-header.row .col-md-5{
		margin-top:15px;
	}
	button.btn--small{
		width: 100%;
		margin-top: 15px;
	}
	.qr-instructions, .qr-code, .modal-logo{
		display: none;
	}
	.mobile-app-btns{
		display: block;
	}
}
@media (min-width: 768px) {
	.dc-pro-header .col {
		flex-direction: row; 
		align-items: flex-start;
	}
	.lynk-btn {
		justify-content: start;
	}

}
@media (min-width: 992px) {
	#specialties-container {
		flex-direction: row;
	}
	#specialties-container .specialty-box {
		width: calc(50% - 1rem);
	}		
	ul.tabs--nav-bar {
		gap: 8px;
	}
	ul.tabs--nav-bar li {
		flex: auto;
	}
}
@media (max-width: 992px){
	.dc-pro-header.row .col-md-5{
		margin-top:15px;
	}
}
@media (max-width: 1024px){
	.dc-pro-header.row .col-md-5{
		margin-top:15px;
	}
}
@media (max-width: 1450px){
	.app-popup-image{
		display: none;
	}
}
@media (max-width: 799px) and (min-width: 500px){
	.hide-desktop-mobile{
		display: block;
	}
	.hide-mobile{
		display: none !important;
	}
}
@media (max-width: 1025px) and (min-width: 800px){
	.hide-tablet-large{
		display: block;
	}
	.hide-mobile{
		display: none !important;
	}
}
@media (min-width: 1200px) {
	#specialties-container .specialty-box {
		width: calc(33.333% - 1rem);
	}		
}
@media (min-width: 1440px) {
	.container {
		max-width: 1380px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
}
@keyframes fader {
	from { opacity: 1; }
	to   { opacity: 0; }
}
@keyframes float {
	0% {
		transform: translatex(0px);
	}
	5%{
		transform: translatex(-5px);
	}
	10%{
		transform: translatex(0px);
	}
	15%{
		transform: translatex(-5px);
	}
	20%{
		transform: translatex(0px);
	}
	25% {
		transform: translatex(-5px);
	}
	30%{
		transform: translatex(0px);
	}
	35%{
		transform: translatex(-5px);
	}
	40%{
		transform: translatex(0px);
	}
	45%{
		transform: translatex(-5px);
	}
	50% {
		transform: translatex(0px);
	}
	100%{
		transform: translatex(0px);	
	}
}
	.call-button{
		background-color: white;
		color: #1B6B4B;
		border: 1px solid #1B6B4B;
		border-radius: 4px;
		font-size: 20px;
		margin-top: 10px;
		padding: 12px;
		text-decoration: none;
	}
	.call-button:hover{
		text-decoration: none;
		color: #1B6B4B;
	}


/* PROFILE SIDEBAR - MEMBER */	

/*
th.datepicker-switch {
	font-weight: 800 !important;
	color: #000 !important;
	background: #f3f2f2;
}
*/

/*
td.today.day {
	background: #D4E2EA !important;
}

td.active.day {
	background: #3a6d79 !important;
	color: #fff !important;
	opacity: 1 !important;
}

.datepicker table tr td.disabled {
	color: #999 !important;
}

td.day {
	color: #fff !important;
	background: #81d743;
	opacity: 0.8
}

td.day:hover {
	background: #81d743 !important;
	opacity: 1;
}

.profile-container .datepicker-inline {
	width: 100%;
}

.hlyk-datepicker {
	display: block;
}
*/
.box--ss span {
	margin-right: 8px !important;
}

.box--ss {
	justify-content: inherit !important;
}

#other {
	display: none;
}


/* SIDEBAR PROFILE - NONMEMBER */
#inPersonAppointment form.ap--fom label {
	font-size: 1rem; 
}
.column-section {
	border: 1px solid #B7CEDC
}

.continue-button {
	width: 100%;
	height: 45px;
	background-color: #416B77;
	border-radius: 4px;
	opacity: 1;
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	border: none;
	display: flex;
	font-weight: 300 !important;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
}

.continue-button:hover {
	background-color: #416B77;
	opacity: 0.9;
	cursor: pointer;
}

.buttonPickerTwo {
	display: none;
}
.time-picker {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.time-picker #morning-container,
.time-picker #afternoon-container {
	display: flex;
}
.buttonLabelTwo {
	padding: 10px 8px 10px 8px;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #3A6D79;
	cursor: pointer;
	width: 155px;
	/* height: 61px; */
	border-radius: 8px;
	font-size: 12.2px;
}

.date-output img {
	position: absolute;
	display: block;
	left: 4px;
	top: 14px;
	height: 20px;
	padding-left: 10px;
}


.datepicker table tr td.day {
	position: relative;
	z-index: 1;
	background: none;
}

.datepicker table tr td.day.today:before {
	background: #efefef!important;
	opacity: 1;

}

.datepicker table tr td.day.today {
	color: #000;
	background: none;
}

.datepicker table tr td.day.today.active {
	color: #ffffff;
}

.datepicker table tr td.day:hover:before {
	/* 		  display:block !important; */
	opacity: 1 !important;
}

.datepicker table tr td.day:before {
	content: "";
	background: #eee;
	display: block;
	height: 30px;
	width: 30px;
	z-index: -1;
	opacity: 0;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 10px;
}

/*.profile-container .datepicker-inline {
width: 100% !important;
}*/
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: transparent !important;
}

.datepicker table tr td.active.day:before {
	content: "";
	background: #1B6B4B !important;
	display: block;
	height: 30px;
	width: 30px;
	opacity: 0.4;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 13px;
	opacity: 1 !important;
	background-image: none !important;
}

td.active.active {
	background-color: #fff !important;
	background-image: none !important;
}


/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	width: 294px;
	/* height: 250px; */
	padding: 35px;
	cursor: default;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 12px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #B7CEDC;
	/* -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
-moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0); */
}

/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title {
	text-align: center;
}

/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #000000;
}

/* Year */
.ui-datepicker-year {
	padding-left: 8px;
	color: #000000;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	width: 10px;
	cursor: pointer;
	color: black;
	content: '>';
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 12px;
	padding-right: 12px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: block;
	width: 5px;
	height: 10px;
	/* text-indent: -9999px; */
	color: black;
}

.ui-datepicker-prev span {
	background-position: 0px 0px;
}

.ui-datepicker-next span {
	background-position: -5px 0px;
}

.ui-datepicker-prev-hover span {
	background-position: 0px -10px;
}

.ui-datepicker-next-hover span {
	background-position: -5px -10px;
}

/* Calendar "Days" */
.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #3A6D79;
}

.ui-datepicker-calendar td {
	padding: 0 7px;
	text-align: center;
	line-height: 26px;
}

.ui-datepicker-calendar td .ui-datepicker-unselectable {
	color: gray;
}

/* .ui-datepicker-calendar td > .ui-state-default{ color: #1B6B4B; } */
.ui-datepicker-calendar td {
	color: gray;
}

a.ui-state-default {
	color: #1B6B4B;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 26px;
	outline: none;
	text-decoration: none;
	border: 1px solid transparent;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	color: white;
	border-color: #1B6B4B;
	border-radius: 40px;
	background-color: #1B6B4B
}

.p-100 {
	padding-left: 100px !important;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default {
	color: #565656;
}

@media(max-width:1024px) {
	.p-100 {
		padding-left: 15px !important;
	}

	.teleheading {
		font-size: 18px;
	}
}

input:hover,
input:focus {
	box-shadow: none;
	outline: none;
}

@media(max-width:768px) {

	.appoitnment-heading {
		margin-top: 30px !important;
	}

	/*.datepicker table tr td.day:before{
		left:5px !important;
	}*/
	#page-container {
		padding: 20px;
	}

	.about {
		display: block !important;
	}

	.about p {
		margin-left: 0 !important;
		margin-top: 10px;
		margin-bottom: -10px !important;
	}

	.droparrow {
		margin-right: 0 !important;
	}

	.states p {
		width: 100% !important;
	}

	label p {
		font-size: 12px !important;
	}
}

@media(max-width:360px) {
	/*.datepicker table tr td.day:before {
	left: 0px !important;
}
.profile-container .datepicker-inline {
	width: fit-content !important;
}*/
}

.select2-container--default .select2-selection--single {
	min-height: 36px;
	font-size: 14px;
	margin-bottom: 10px;
}

th.dow:nth-child(1) {
	/*   padding-left:20px !important; */
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

th.dow:nth-child(7) {
	/*   padding-right:20px !important; */
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

input#chosen_date {
	padding-left: 30px;
}

th.dow {
	background: #EEF5F9;
	border-radius: 0 !important;
	font-size: 11px;
	font-weight: 600 !important;
	line-height: 11px;
	/* margin-right: 20px !important; */
	/*     width: 40px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px !important;
	margin-top: -10px;
	padding-left: 15px;
}

.column-section .profile-container .datepicker-inline {
	padding: 14px !important;
	margin-bottom: 30px;
	font-size: 14px !important;
	font-weight: 500 !important;
	width: 100%;
}

.datepicker table tr td.active.active {
	background-image: none !important;
	background-color: transparent !important;
}

.datepicker td {
	text-align: center;
	font-size: 11px;
	border-radius: 50% !important;
	padding: 5px;
	margin: 4px !important;
}

.date-output {
	position: relative;
}

.date-output img {
	position: absolute;
	display: block;
	left: 0;
	top: 14px;
	height: 20px;
}

.select-box {
	width: 80%;
	margin-bottom: 20px;
}

.buttonPickerTwo:checked+.buttonLabelTwo {
	background: #ECFDFF;
	border: 1px solid #3A6D79 !important;
}

#other {
	display: none;
	margin-top: 20px;
	width: 100%;
}
.review-section-title h4 {
	margin-bottom: 0!important;
}
.review-section-title p {
	letter-spacing: 0;
}
.review-section-title p a {
	color: #3A6D79;
	text-decoration: underline;
}
.reviews-container {
	max-height: 320px;
	overflow-y: scroll; 
	position: relative;
}
#scroll-label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #2b2b2b;
	text-align: center;
	padding: 24px 6px 12px 6px;
	background: rgb(238,245,249);
	background: linear-gradient(0deg, rgba(238,245,249,1) 42%, rgba(238,245,249,0) 100%);
	font-weight: 500;
	font-family: 'SF Pro Display';
	z-index: 999;
	display: none;
}
.review-container {
	padding: 16px 8px 24px;	
}
.review-container:not(:first-child)  {
	border-top: 1px solid #dedede;
}
.review-container:last-child {
	border-bottom: 0;
	padding-bottom: 32px;
}
.review-container .name-time {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items: center;
}
.review-container .name-time h4 {
	font-family: 'SF Pro Display';
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.review-container .name-time p {
	color: #A4A4A4;
}
.review-container .review-content p {
	letter-spacing: normal;
    line-height: 120%;
    margin-bottom: 0.5rem;	
}

@media (min-width: 768px)  {
	ul.tabs--nav-bar li {
		flex: 1 0 47%;
	}	
}
@media (min-width: 992px) {
	ul.tabs--nav-bar li {
		flex: 1 0 24%;
	}
	#specialties-result {
		flex-direction: row;
		flex-wrap: wrap;
	}	
	#specialties-result .provider-box {
		width: calc(50% - 1rem);
	}
}
@media (min-width: 1200px) {
	ul.tabs--nav-bar li {
		flex: auto;
	}	
}