@charset "utf-8";
/* CSS styles for practice custom branding*/

.nav-background-color {
	background: #fff;
	/* background: url(../images/head-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat; */
}


.images-video-tabs .item{margin: 5px;}

#header-navbar li .sep {
	background: #ffffff;
	width: 1px;
	display: block;
	height: 15px;
	margin: 13px 15px;
}


#primary-nav .navbar-brand-color {
	color: #4f4f4f;
}

#primary-nav .navbar-brand {
	color: #00897f;

}

a {
	color: #b97664 !important;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #000;
}

a.link-underline {
	text-decoration: underline;
}

a.link-underline:hover,
a.link-underline:visited {
	text-decoration: none;
}


.material-icons.custom-material-style {
	font-size: 22px;
	color: #000002;
}

#imp-notice .material-icons {
	font-size: 22px;
	color: #df2f3b;
}

ion-icon {
	font-size: 44px;
	color: #c4c4c4;

}

/** style for quick action button on top bar**/
#quick-action .btn {
	border: 1px solid #00897f;
	background: #00897f;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	color: #000;
}

/** style for hero background**/
#hero-section,
#hero-section .d-flex {
	/* background: #7698ba; */
	/* background: url(../images/hero-bg.webp) center; */
	background: linear-gradient(45deg, rgb(205 229 249 / 0%), rgb(21 39 60 / 95%)), url(../images/hero-bg.webp) center;
    background-size: cover;
    color: #000;

}

#imp-notice {
	background: #dbdbdb;
	/* color: #ffffff; */

}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
    border: 1px solid #dadada;
    background: #00897f;
	position: relative;
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #00897f;
}

#cta-call-email small {
	font-size: 100% !important;
}

#cta-call-email .cta-material-icons {
	font-size: 22px;
	color: #999 !important;
	border: 1px solid red;
}

#local-socials a ion-icon {
	color: #f8f8f8;
}

#local-socials a:hover ion-icon {
	color: #242423;
}

#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: #00897f;
}


#video-slider {
	background: #242423;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #00897f;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #00897f;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	background: #dbdbdb;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #242423;
}

.services-tabs a.nav-link {
	color: #000;
}


#patient-tools .patient-tools-tab #p-tools-Content {
	background: #f3f3f3;
}

#patient-tools .nav-tabs .nav-link .active,
#patient-tools .nav-tabs .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #ececec;
	border-color: none !important;
}

.material-icons.star {
	color: #d9816a;
}

.material-icons.star-grey {
	color: #00897f7d !important;
}

#faqs a.faq-link {
	color: #007bff;
	text-decoration: none !important;
}

#faqs a.faq-link:hover {
	color: #000;
	text-decoration: none !important;
}

#footer .list-group-item {
	background-color: rgba(0, 0, 0, 0);
}

#footer {
	background: #002c26;
	color: #fff;
}

.footer-link li a,
.footer-link li a:visited {
	color: #fff !important;
}

.footer-link li a:hover {
	color: #ccc !important;
	text-decoration: none !important;
}

.custom-link-light,
.custom-link-light:active {
	color: #fff !important;
}

.custom-link-light:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.btn-modal-custom {
	color: #fff;
	background-color: #4ec3e0;
	border-color: #4ec3e0;
}

.lead {
	font-weight: 400;
}
.specialities-bx {
    border: 2px solid #005e60;
    padding: 7px 15px;
    background: #efeff1;
}
.specialities-bx .list-group-item{background: unset;}
/* .specialities-bx i {
    color: white !important;
} */
/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: black !important;
}

.main-logo {
    max-width: 190px;
    position: absolute;
    padding: 5px;
    top: 5px;
    left: 10px;
    background: #fff;
    border-radius: 10px;
	z-index: 9;
}

.navbar-collapse a,
.navbar-collapse a i {
	color: #050505 !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: #f8f8f8 !important;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

div#primary-nav {
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	padding: 0;
}

div#primary-nav.sticky {
	z-index: 1030;
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
}

/* .navbar-light .navbar-toggler-icon {
	filter: brightness(1) invert(1);
} */

.navbar-light .navbar-toggler {
	color: rgb(255 255 255 / 50%);
	border-color: rgb(255 255 255 / 35%);
}
/* Owl Carousel Navigation CSS */
.owl-theme .owl-nav {
    margin-top: 10px;
    position: initial;
    align-content: space-around;
    height: 100%;
    top: 0;
}
button.owl-prev {
    font-size: 62px !important;
    height: 95%;
    position: absolute;
    top: 0;
    left: 5px;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
button.owl-next {
    font-size: 62px !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
}
ul.list-group.list-group-flush li {
    padding: .5rem .5rem 0.1rem 2rem;
    background: unset;
}
ul .material-icons.custom-material-style {
    position: absolute;
    left: 0;
    line-height: 1.2;
}
.owl-dots{display: none;}
#owl-box1 .owl-nav button.owl-next, #owl-box1 .owl-nav button.owl-prev, #owl-box1 button.owl-dot{
	background: 0 0;
    color: #eaf4ff !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
#owl-box2 .owl-nav button.owl-next, #owl-box2 .owl-nav button.owl-prev, #owl-box2 button.owl-dot{
	background: 0 0;
    color: #000000 !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-nav button:focus, .owl-nav button:hover {
    outline: 0px !important;
	background: transparent !important;
}
/* Owl Carousel Navigation CSS End*/
.hero-section .owl-carousel h1{
	font-size: 2.9rem;
	text-shadow: 1px 1px #fffbf3;
}
.hero-bg-height{
	height: 100vh;
}
@media (max-width:991px) {
	.main-logo {
		max-width: 150px;
	}
	.hero-section .owl-carousel h1{
		font-size: 1.5rem;
	}
	.hero-section .owl-carousel h3{
		font-size: 1.3rem;
	}
	.hero-bg-height{
		height: 80vh;
	}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #00897f;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top::after {
	content: "\e5d8";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 40px;
	color: #fbfbfb;
}
#back-to-top:hover::after {
    /* filter: brightness(1) invert(1); */
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #242423;
}

#back-to-top:active {
	background-color: #00897f;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
	cursor: pointer !important;
}

/*********************
	Back To Top CSS End
*********************/

div#insurance-nearby-location li,
div#insurance-nearby-location th,
div#insurance-nearby-location td {
	color: #f8f8f8 !important;
}

div#insurance-nearby-location a,
div#insurance-nearby-location i {
	color: #f8f8f8 !important;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #9f8f00;
	border-color: #dee2e6 #dee2e6 #242423;
	color: white !important;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #242423;
    padding: 15px;
    border-left: 3px solid #00897f;
    border-radius: 5px 15px 15px 5px;
}
.service-bx {
    padding: 15px;
    /* text-align: center; */
    min-height: 131px;
    background: linear-gradient(0deg, #d3f1ff, transparent);
    border-radius: 15px;
    box-shadow: 0px 0px 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
}
.service-bx ol, .services-tabs #myTabContent .list-group-item ol {
    padding: 5px 15px;
	margin-bottom: 0;
}
.service-bx ol li, .services-tabs #myTabContent .list-group-item ol li {
    padding: 3px 5px;
}
.faq-tabs .card {
    margin-bottom: 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.fs-22 {
    font-size: 22px;
    font-weight: 600;
}
.fs-20 {
    font-size: 20px;
    font-weight: 600;
}
.fs-18 {
    font-size: 18px;
    font-weight: 600;
}
.local-panel h4, .local-panel h3, .local-panel h2, .local-panel h1, .local-panel p, .local-panel td, .local-panel th, .local-panel a, .local-panel i {
    color: #f8f8f8 !IMPORTANT;
}
.healow-sidebar-ul li {
    background: unset;
    color: #f8f8f8;
    padding: .5rem .5rem 0.1rem 2rem;
}
.doc-img-caption {
    background: white;
    padding: 15px;
}
p#local-meet-address\ pb-0\ mb-0 {
    padding-left: 70px;
}
p#local-meet-address\ pb-0\ mb-0 span {
    position: absolute;
    left: 15px;
}
.mission-vision {
    border: 1px solid #f0f0f0;
    padding: 10px;
    background: #fff5d9;
    margin-bottom: 15px;
    min-height: 180px;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.provider-education {
    min-height: 180px;
}
@media (min-width:768px) and (max-width:991px) {
	div#hero-cta h1 {
		font-size: 1.7rem;
	}
	div#hero-cta h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	div#hero-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}

	div#hero-cta h1 {
		display: inline-flex;
		max-width: 70%;
		padding-left: 35px;
		font-size: 1.3rem;
	}

	div#hero-cta h3 {
		font-size: 1.22rem;
	}

	#hero-cta .btn {
		width: 55%;
	}

	.hero-btns {
		text-align: -webkit-right;
	}

	#practice-description,
	#patient-portal,
	#patient-tools,
	#faqs {
		padding-top: 50px !important;
	}
	div#important-notice .list-group-item {
		padding: 0.75rem 0.22rem !important;
	}
}
@media (max-width: 380px){
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 35px;
		font-size: 1.3rem;
	}
	.main-logo {
		max-width: 130px;
	}
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}
