@charset "utf-8";
/* CSS styles for practice custom branding*/

.nav-background-color {
	background: white;
	/* background: url(../images/head-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat; */
}

#header-navbar li .sep {
	background: black;
	width: 1px;
	display: block;
	height: 15px;
	margin: 13px 15px;
}


#primary-nav .navbar-brand-color {
	color: #4f4f4f;
}

#primary-nav .navbar-brand {
	color: #231f20;

}

a {
	color: #231f20 !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: #231f20 !important;
}

#cta-call-email .material-icons.custom-material-style{
	font-size: 22px;
	color: #ffffff !important;
}


#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 #ffffff;
	background: #231f20;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	/* background-color: #ffffff; */
	border-color: #000000;
	color: #000;
	background: #ffffff;
}

/** style for hero background**/
#hero-section,
#hero-section .d-flex {
	/* background: #000000; */
	background: url(../images/hero-background.jpg) center;
	/* background: linear-gradient(to right, rgba(240, 240, 240, 0.055), rgba(211, 211, 211, 0.356), rgba(240, 240, 240, 0.055)), url(../images/hero-background.png) center; */
    background-size: cover;
    /* color: #000; */
}

#hero-row-height {
	margin-top: -30px;
	display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-title{
	font-size: 45px;
	font-weight:bolder;
	font-family:'Franklin Gothic Medium', monospace;
	color: #231f20 !important;
	text-shadow: 0px 3px 5PX #000000a1;
	/* -webkit-text-stroke: 1px #d8211e80; */
}

#hero-cta {
	margin-top: 100px;
}

.hero-slogan{
	font-size: 25px;
	font-weight: 900;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-shadow: 0px 2px 5PX #000000a1;
	/* -webkit-text-stroke: 0.5px #d8211e80; */
}

.company-tag img{
	max-height:  30vh !important;
	max-width: 50vh !important;
	filter: drop-shadow(2px 10px 5px #ffffff); 
	/* box-shadow: 0px 2px 5PX #000000a1; */
}

#imp-notice {
	background: #231f20;
	color: #ffffff;

}

div#imp-notice small {
	font-weight: 500;
}

#practice-description .specialities-bx img{
	box-shadow: 1px 2px 3px #000000;
	min-width: 250px !important;
	width: auto;
}

.specialities-bx {
	display: flex !important;
	flex-direction: row;
}

.local-panel {
	margin-bottom: 50px;
    border: 1px solid #dadada;
    background: #231f20;
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #231f20;
}

#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: #ffffff;
}

#local-socials a:hover ion-icon {
	color: #75bec4;
}


#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: #231f20;
}

#gallery-slider .carousel-item {
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.images-video-tabs .carousel-inner .col {
	padding: 10px;

}



#services-bx {
	margin-bottom: 75px !important;
}

#services-bx .testimonials-tabs{
	border: 1px solid #dfdfdf;
	padding: 7px 15px;
	box-shadow: 1px 2px 3px #231f20;
	margin: 20px 2px 20px 2px;

}

#video-slider {
	background: #231f20;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #ffffff;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #6b6b6b;
}


#gallery-slider .carousel-indicators .active {
	background-color: #231f20;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	min-height: 280px;
	/* max-height: 330px; */
	background: #231f20;
	color: white;
	text-align: center;
}

#testimonials .testimonial-name {
	font-weight: 500;
	color: #ffffff;
}

#testimonials .testimonial-designation {
	color: #ffffff;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #231f20;
}

.testimonials-tabs a.nav-link {
	color: #000;
}


#patient-tools .patient-tools-tab #p-tools-Content {
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid #dee2e6;
	border-top: 0;
}

#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;
}

.ratings {
	text-align: right;
}

.material-icons.star {
	text-align: center;
	font-size: 20px;
	color: #231f20;
}

.material-icons.star-grey {
	color: #91E1D77d !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: #231f20;
	color: #fff !important;
}

.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 {
	font-weight: 700;
	color: #ffffff !important;
}

.custom-link-light:hover {
	color: #ebebeb !important;
	text-decoration: none !important;
}

.btn-modal-custom {
	color: #fff;
	background-color: #4ec3e0;
	border-color: #4ec3e0;
}

.lead {
	font-weight: 400;
}
.specialities-bx {
	display: flex;
    border: 1px solid #dfdfdf;
    padding: 7px 15px;
    background: #ffffff;
	box-shadow: 1px 2px 3px #231f20;
	margin: 20px 2px 20px 2px;
}
.specialities-bx .list-group-item{background: unset;}
/* .specialities-bx i {
    color: white !important;
} */
.specialities-bx div{
	padding: 10px 10px 10px 10px;
	color: #1b1b1b;
}

/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: rgb(0, 0, 0) !important;
}
.main-logo {
	display: block;
}
.main-logo {
    max-width: 200px;
    /* position: absolute; */
    /* top: 5px; */
	/* left: 5px; */
    /* background: white; */
    /* padding: 5px; */
    z-index: 9;
	/* border-radius: 5px; */
}
.sticky .main-logo {
    display: block !important;
}

.navbar-collapse a,
.navbar-collapse a i {
	color: black !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: white !important;
}

.footer{
	color: white !important;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

div#primary-nav {
	margin-bottom: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

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%);
}
.Walk-Ins h3{text-align: center;font-size: 3.2rem;}
.Walk-Ins h4{font-size: 1.5rem;text-align: center;}
.Walk-Ins {
    margin-bottom: 40px;
    margin-top: -50px;
}



/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #231f20;
	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: #fff;
}
/* #back-to-top:hover::after {
    filter: brightness(0);
} */

#back-to-top:hover {
	cursor: pointer;
	background-color: #231f20;
}

#back-to-top:active {
	background-color: #231f20;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
	cursor: pointer !important;
}

/*********************
	Back To Top CSS End
*********************/
/*********************
	services box CSS
*********************/

.services-block-three{
	margin-bottom:30px;
  }
  .services-block-three i {
	  font-size: 32px;
  }
  .services-block-three>a {
	  display: block;
	  border: 2px solid #d5d5d5;
	  border-radius: 4px;
	  text-align: center;
	  background: #fff;
	  padding: 20px;
	  position: relative;
	margin-bottom:30px;
  
  }
  .services-block-three>a:before {
	  display: block;
	  content: "";
	  width: 9%;
	  height: 17%;
	  position: absolute;
	  bottom: -2px;
	  right: -2px;
	  border-bottom: 2px solid #000000;
	  border-right: 2px solid #000000;
	  transition: all 0.5s ease 0s;
	  -webkit-transition: all 0.5s ease 0s;
  }
  .services-block-three>a:after {
	  display: block;
	  content: "";
	  width: 9%;
	  height: 17%;
	  position: absolute;
	  top: -2px;
	  left: -2px;
	  border-top: 2px solid #000000;
	  border-left: 2px solid #000000;
	  transition: all 0.5s ease 0s;
	  -webkit-transition: all 0.5s ease 0s;
  }
  .padding-15px-bottom {
	  padding-bottom: 15px;
  }
  .services-block-three h4 {
	  /* color: #6f6f6f; */
	  font-size: 16px;
	  margin-bottom: 10px;
	  font-weight: 600;
  }
  .services-block-three p {
	  margin-bottom: 0;
	color: #000000;
  }
  .services-block-three>a:hover {
	  opacity: 1;
	  border-color: #d5d5d5;
  }
  a:hover, a:active {
	  color: #231f20;
	  text-decoration: none;
  }
  
  .services-block-three>a:hover:before, .services-block-three>a:hover:after {
	  width: 95%;
	  height: 90%;
  }

/*********************
	services box CSS End
*********************/

/*********************
	blog CSS start
*********************/

#blog ul {
	list-style: none;
}

#blog {
	display: flex;
	flex: 1 1 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
	background-color: #f9f8ff;
}

.blog-box-container{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	margin-top: 50px;
}

.blog-box {
	max-width: 350px;
	width: 30%;
	height: 90%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	transition: all ease 0.2s;
}

.blog-box:hover{
	background-color: #ffffff;
	box-shadow: 16px 20px 50px rgba(0, 0, 0, 0.12);
}

.blog-box-img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
	display: flex;
	position: relative;
}

.blog-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all ease 0.3s;
}

.blog-img-link{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	color: #231f20;
	box-shadow: 2px 2px 30px rgba(20, 97, 212, 0.12);
	animation: fade 0.3s;
}

.blog-box:hover .blog-box-img a{
	display: flex;
}

.blog-box:hover .blog-box-img img{
	filter: blur(3px);
}

@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
	
}

.blog-box-text {
	display: flex;
	flex-direction: column;
	padding: 30px 10px 20px 10px;
}

.blog-box-text strong,
.blog-box-text p{
	color: #000000;
	font-size: 0.9 rem;
	font-weight: 600;
}

.blog-box-text a{
	font-size: 1.4rem;
	color: #231f20 !important;
	font-weight: 800;
	line-height: 1.8rem;
	margin: 5px 0px 10px 0px;
}

/*********************
	blog CSS End
*********************/

div#insurance-nearby-location li,
div#insurance-nearby-location th,
div#insurance-nearby-location td {
	color: white !important;
}

div#insurance-nearby-location a,
div#insurance-nearby-location i {
	color: #231f20 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-color: #dee2e6 #dee2e6 #231f20;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #231f20;
    padding: 15px;
    border-left: 3px solid #231f20;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 1.7rem;
}
.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: white !IMPORTANT;
}
.DocPicture {
    background: #231f20;
    /* border-radius: 50% 50% 0 0; */
}
.doc-img-caption {
    background: #231f20;
    padding: 5px 15px 15px; 
    color: white;
}



/* .navbar-light .navbar-toggler-icon {
    filter: brightness(1) invert(1);
} */
@media (max-width:991px) {
	.m-mob {
		display: block;
		margin-top: 40px !important;
	}
	.main-logo {
		max-width: 60px;
		display: block;
	}
	#header-navbar {
		margin-top: 40px;
	}
	.Walk-Ins {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.Walk-Ins h3 {
		text-align: center;
		font-size: 1.7rem;
	}
	.Walk-Ins h4{font-size: 1rem;}
	div#hero-cta h1 {
		font-size: 1.7rem;
	}
	div#hero-cta h3 {
		font-size: 1.5rem;
	}
	.company-tag img{
		text-align: -webkit-center;
		max-width: 25vh  !important;
		max-height: 20vh  !important;
	}
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 0;
		margin-left: -10px;
		font-size: 1.2rem;
	}
	.hero-title{
		font-size: 30px;
		font-weight:bolder;
		font-family:'Franklin Gothic Medium', monospace;
		color: #231f20 !important;
		text-shadow: 0px 3px 5PX #000000a1;
		/* -webkit-text-stroke: 1px #d8211e80; */
	}
	.hero-slogan{
		font-size: 18px;
		font-weight: 900;
		font-style: italic;
		font-family:Arial, Helvetica, sans-serif;
		color: #ffffff !important;
		text-shadow: 0px 2px 5PX #000000a1;
		/* -webkit-text-stroke: 0.5px #d8211e80; */
	}
	div#primary-nav {
		margin-bottom: 20px !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	div#hero-cta h1 {
		font-size: 1.7rem;
	}
	div#hero-cta h3 {
		font-size: 1.5rem;
	}
	div#primary-nav {
		margin-bottom: 25px !important;
	}
	.specialities-bx {
		display: flex !important;
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.company-tag img{
		max-width: 28vh  !important;
		max-height: 20vh  !important;
	}
	.company-tag span::after {
		content: "\A";
		white-space: pre;
	}
	#hero-row-height {
		height: 45vh;
	}
	div#hero-cta {
		/* position: absolute; */
		text-align: center;
		max-width: 90%;
		padding: 0;
	}

	div#hero-cta h1 {
		display: inline-flex;
		max-width: 91%;
		padding-left: 5px;
		font-size: 1.3rem;
	}

	div#hero-cta h3 {
		font-size: 1.22rem;
	}

	#hero-cta .btn {
		height: 20%;
		width: 90%;
	}
	#hero-cta .btn:first-child{margin-bottom: 15px !important;}
	.hero-btns {
		text-align: -webkit-center;
	}

	#practice-description,
	#patient-portal,
	#patient-tools,
	#faqs {
		padding-top: 50px !important;
	}
	div#important-notice .list-group-item {
		padding: 0.75rem 0.22rem !important;
	}
	div#primary-nav {
		margin-bottom: 1px !important;
	}
	#services-bx .sick-visits{
		-moz-column-count: 1 !important;
		-moz-column-gap: 20px;
		-webkit-column-count: 1 !important;
		-webkit-column-gap: 20px;
		column-count: 1 !important;
		column-gap: 20px;
	}
	.specialities-bx {
		display: flex !important;
		flex-direction: column;
	}
	.images-video-tabs .carousel-inner .col {
        flex-basis: auto !important;
        padding: 10px;
    }
}
@media (max-width: 380px){
	.company-tag img{
		text-align: -webkit-center;
		max-width: 25vh  !important;
		max-height: 20vh  !important;
	}
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 0;
		margin-left: -10px;
		font-size: 1.2rem;
	}
	.hero-title{
		font-size: 30px;
		font-weight:bolder;
		font-family:'Franklin Gothic Medium', monospace;
		color: #231f20 !important;
		text-shadow: 0px 3px 5PX #000000a1;
		/* -webkit-text-stroke: 1px #d8211e80; */
	}
	.hero-slogan{
		font-size: 18px;
		font-weight: 900;
		font-style: italic;
		font-family:Arial, Helvetica, sans-serif;
		color: #ffffff !important;
		text-shadow: 0px 2px 5PX #000000a1;
		/* -webkit-text-stroke: 0.5px #d8211e80; */
	}
	div#primary-nav {
		margin-bottom: 1px !important;
	}
	#services-bx .sick-visits{
		-moz-column-count: 1 !important;
		-moz-column-gap: 20px;
		-webkit-column-count: 1 !important;
		-webkit-column-gap: 20px;
		column-count: 1 !important;
		column-gap: 20px;
	}
}
@media (max-width: 325px){
	.company-tag img{
		text-align: -webkit-center;
		max-width: 15vh  !important;
		max-height: 10vh  !important;
	}
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 0;
		margin-left: -10px;
		font-size: 1.2rem;
	}
	.hero-title{
		font-size: 20px;
		font-weight:bolder;
		font-family:'Franklin Gothic Medium', monospace;
		color: #231f20 !important;
		text-shadow: 0px 3px 5PX #000000a1;
		/* -webkit-text-stroke: 1px #d8211e80; */
	}
	.hero-slogan{
		font-size: 15px;
		font-weight: 900;
		font-style: italic;
		font-family:Arial, Helvetica, sans-serif;
		color: #ffffff !important;
		text-shadow: 0px 2px 5PX #000000a1;
		/* -webkit-text-stroke: 0.5px #d8211e80; */
	}
	#hero-cta .btn {
		width: 090%;
	}
	div#primary-nav {
		margin-bottom: 1px !important;
	}
	#services-bx .sick-visits{
		-moz-column-count: 1 !important;
		-moz-column-gap: 20px;
		-webkit-column-count: 1 !important;
		-webkit-column-gap: 20px;
		column-count: 1 !important;
		column-gap: 20px;
	}
}

