@charset "utf-8";
/* CSS styles for practice custom branding*/
.Theme-colors{ 
	color: #ede8d0;
	color: #29b4f9;
	color: #111111;
	color: #f5f5f5;
	color: #cbb761;
}

.text-light{
	color: white;
}
.text-dark{
	color: black;
}

.nav-background-color {
	background: #ffffff;
	/* background: url(../images/head-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat; */
}

.company-slogan {
	/* text-shadow: 0px 2px 5px #585858; */
	/* text-shadow: 0 0 5px #111111; */
	font-size: 2rem !important;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif!important;
}
.company-tag { 
	color: #ffffff !important;
	text-shadow: 0px 2px 5px #585858;
	/* text-shadow: 3px 4px 3px #000; */
	/* text-shadow: 0 0 5px #111111; */
	font-size: 3.5rem !important;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif!important;
}

#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: #81ecec;

}

a {
	color: #6CC2BD !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: #6CC2BD;
}

#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 white;
	background: #cbb761;

}
a#back-to-top:hover::after {
    filter: brightness(0);
}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	/* background-color: #ffffff; */
	border-color: #cbb761;
	color: #000 !important;
	background: #ffffff;
}

/** style for hero background**/

@media (min-height: 400px) and (max-height: 2000px) {
    #hero-section {
        height: 75vh !important;
        text-align: center;
        max-width: 100%;
    }
}

#hero-section,
#hero-section .d-flex {
	/* background: #ede8d0; */
	/* background: url(../images/hero-bg.jpg) ; */
	/* background: linear-gradient(135deg, #fff0ad, #ffffff); */
	background: linear-gradient(135deg, #ede8d0, #ffffff);
    /* background-size: cover;  */
	background-position: center;
	/* background-clip: content-box; */
    color: #000;
	text-align: center;
    max-width: 100%;
	height: 75vh !important;

}

#hero-section .btn {
	text-align: -webkit-center;
	font-size: 1.25rem !important;
}

#hero-section img {
	margin-top: -50px !important;
}

#imp-notice {
	border-top: 1.5px solid #346a8c27;
	border-bottom: 1.5px solid #346a8c27;
	background: white;
	color: #000000;
}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
    border: 1px solid #dadada;
    background: #ede8d0;
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #7FC8F8;
}

#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: #000000;
}

#local-socials a:hover ion-icon {
	color: #cbb761;
}

#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: #ede8d0;
}


#video-slider {
	background: #f3f3f3;
}



#services-bx .testimonials-tabs {
    border: 1px solid #dfdfdf;
    padding: 7px 15px;
    box-shadow: 1px 2px 3px #ede8d0;
    margin: 20px 2px 20px 2px;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #cbb761;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #cbb761;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

.insurance-pricing-flex{
	display: flex;
}

#testimonials {
	border-top: 1.5px solid #346a8c27;
	border-bottom: 1.5px solid #346a8c27;
	background: #ede8d0;
}

#testimonials .testimonial-name {
	color: #fdfdfd;
}

#testimonials .testimonial-designation {
	color: #d1d1d1;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #ede8d0;
}

.services-tabs a.nav-link {
	color: #000;
}


#patient-tools .patient-tools-tab #p-tools-Content {
	background: white;
	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;
}

.material-icons.star {
	color: #cbb761;
}

.material-icons.star-grey {
	color: #7FC8F87d !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: #ede8d0;
	color: #000000;
}

.footer-link li a,
.footer-link li a:visited {
	color: #000000 !important;
}

.footer-link li a:hover {
	color: #494949 !important;
	text-decoration: none !important;
}

.custom-link-light,
.custom-link-light:active {
	color: #272727 !important;
}

.custom-link-light:hover {
	color: #000000 !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 #ede8d0;
    margin: 20px 2px 20px 2px;
	align-items: center;
}

.specialities-bx img{
	display: flex;
    border: 1px solid #dfdfdf;
    /* padding: 7px 15px; */
    background: #ffffff;
	/* box-shadow: 1px 2px 3px #ede8d0; */
	margin: 20px 2px 20px 2px;
	min-width: 20vh;
	max-width: 50vh; 
    height: auto;
}
.specialities-bx .list-group-item{background: unset;}
/* .specialities-bx i {
    color: white !important;
} */
.specialities-bx div{
	padding: 10px 10px 10px 10px;
	color: #1b1b1b;
}

#insurance-pricing {
    background: #ede8d0;
}

/* .specialities-bx i {
    color: white !important;
} */
/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: black !important;
}
.main-logo {
	display: block;
}
.main-logo {
    max-width: 250px;
    top: 5px;
	left: 5px;
    /* padding: 1.5px 4px 7px 4px; */
    z-index: 9;
}
.sticky .main-logo {
    display: block !important;
}

.navbar-collapse a,
.navbar-collapse a i {
	color: black !important;
}
#quick-action .btn,
#quick-action .btn i {
	font-weight:500;
	color: #000000!important;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

div#primary-nav {
	/* border-bottom: 1.5px solid #346a8c27; */
	color: transparent !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	/* border-bottom: solid 1.5px #00000079; */
}

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;
}
@media (max-width:991px) {
	.m-mob {
		display: block;
		margin-top: 40px !important;
	}
	.main-logo {
		max-width: 110px;
		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;}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #cbb761;
	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: white;
}

#back-to-top:active {
	background-color: white;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
	cursor: pointer !important;
}

/*********************
	Back To Top CSS End
*********************/
/*********************
	services box CSS
*********************/

.services-box{
	padding-left: 10px !important;
	display: grid;
  	grid-auto-columns: auto;
	display: grid;
	position: relative;
	grid-auto-rows:auto;
	grid-gap: 10px;
	box-sizing: border-box;
}




.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: #7FC8F8;
	  text-decoration: none;
  }
  
  .services-block-three>a:hover:before, .services-block-three>a:hover:after {
	  width: 95%;
	  height: 90%;
  }

/*********************
	services box CSS End
*********************/

#pricing {
    display: grid;
    /* background-color: #30432d; */
}

/* #pricing div.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    height: 80%;
    text-align: center;
    justify-content: center;
} */

#pricing div.container div {
    /* padding: 10px 20px 10px 20px; */
    text-align: left;
    margin: 2vb;
}

#pricing div div.routine-pricing {
    background-color: white;
}

.routine-pricing {
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 2px 3px #ede8d0;
}

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: #7FC8F8 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: white;
	/* background-color: #7FC8F8; */
	border-color: #dee2e6 #dee2e6 #cbb761;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #7FC8F8;
    padding: 15px;
    border-left: 3px solid #7FC8F8;
    border-radius: 5px 15px 15px 5px;
} 

#hero-cta{
	display: flex;
	position: relative;
	text-align: center !important;
	align-items: center;
	min-height: -webkit-fill-available !important;
	flex-direction: column;
	justify-content: center;
}

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: rgb(0, 0, 0) !IMPORTANT;
}
.DocPicture {
    background: #cbb761;
    /* border-radius: 50% 50% 0 0; */
}
.doc-img-caption {
    background: #cbb761;
    padding: 5px 15px 15px; 
    color: white;
}
/* .navbar-light .navbar-toggler-icon {
    filter: brightness(1) invert(1);
} */
@media (min-width:768px) and (max-width:991px) {
	div#hero-cta h1 {
		font-size: 2rem !important;
	}
	div#hero-cta h3 {
		font-size: 2rem !important;
	}
	.navbar{
		padding: 0.25rem 0.25rem 0.25rem;
	}
	#header-navbar li .sep{
		display: none;
	}
	.specialities-bx {
		display: block;
	}
}
@media (max-width: 767px) {
	.insurance-pricing-flex{
		display: block;
	}

	.insurance-pricing-flex .images-video-tabs{
		padding-top: 50px;
	}

	/* #hero-cta img{
		max-width: 300px !important;
	} */

	.company-tag{
		/* max-width: 75%;  */
		font-size: 2rem !important;
		margin: auto; 
		/* padding-bottom: 15px; */
	}

	.company-tag span::after {
		content: "\A";
		white-space: pre;
	}
	#hero-row-height {
		height: 50vh;
	}
	div#hero-cta {
		/* position: absolute; */
		text-align: center;
		max-width: 95%;
		padding: 0;
		/* padding-top: 100px; */
	}

	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 {
		/* width: 20vh; */
	}
	#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;
	}
	#hero-section, #hero-section .d-flex {
		height: 75vh !important;
	}
	#hero-row-height {
		height: 40vh !important;
	}
	#gallery-slider .carousel-item{
		padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	}
	.carousel-item.active .col {
		padding: 5px !important;
	}
	.specialities-bx {
		display: block;
		border: 1px solid #dfdfdf;
		padding: 7px 15px;
		background: #ffffff;
		box-shadow: 1px 2px 3px #ede8d0;
		margin: 20px 2px 20px 2px;
	}
}
@media (max-width: 380px){
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 0;
		margin-left: -10px;
		font-size: 1.2rem;
	}
	.company-tag {
		font-size: 2rem !important;
	}
}
@media (max-width: 325px){
	#hero-cta .btn {
		/* width: 65%; */
	}
	.practice-code .code {
		font-size: 2rem;
	}
}



