@charset "utf-8";
/* CSS styles for practice custom branding*/

.nav-background-color {
	/* background: #13283c; */
	background: linear-gradient(45deg, #E1577F, #9953E9);
	/* background: url(../images/head-bg.jpg) center;
	background-size: cover;
	background-repeat: no-repeat; */
}




#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: #11293B;

}

a {
	color: red !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: #11293B;
}

#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 #15273c;
	background: #cce6f9;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #ffffff;
	border-color: #ffffff;
	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;

}
.hero-h1{color: black;}
#hero-slider .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/* background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgb(21 39 60 / 95%)); */
}

#imp-notice {
	background: #F8DE02;
	/* color: #ffffff; */

}

div#imp-notice small {
	font-weight: 700;
    letter-spacing: 0.3px;
}

.local-panel {
	border: 1px solid #cee4f9;
	background: linear-gradient(45deg, #E1577F, #9953E9);

}

#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #11293B;
}

#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: white;
}

#local-socials a:hover ion-icon {
	color: #82ceff;
}

#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: linear-gradient(45deg, #E1577F, #9953E9);
}


#video-slider {
	background: #cee4f9;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #11293B;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #11293B;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	background: #fadf40;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #fadf40;
}

.services-tabs a.nav-link {
	color: #000;
}


#patient-tools .patient-tools-tab #p-tools-Content {
	background: #cee4f9;
}

#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: #11293B;
}

.material-icons.star-grey {
	color: #15273c7d !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: linear-gradient(45deg, #E1577F, #9953E9);
	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: #82ceff !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;
}
.list-group-flush .list-group-item{font-weight: 500;}
/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: black !important;
}

.main-logo {
	max-width: 170px;
	position: absolute;
    top: 15px;
    background: #15273c;
    padding: 5px;
    border-radius: 50%;
	z-index: 9;
}
.call-btns{
	color: #E1577F !important;
    font-weight: 600;
}
.main-logoM{display: none;}
.navbar-collapse a,
.navbar-collapse a i {
	color: white !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: #15273c !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;
}

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%);
}

@media (max-width:991px) {
	.main-logo {
		max-width: 150px;
	}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #11293B;
	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 {
	cursor: pointer;
	background-color: #85ccff;
}

#back-to-top:active {
	background-color: #15273c;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/*********************
	Back To Top 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: white !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #cee4f9;
	border-color: #cee4f9 #cee4f9 #cee4f9;
	font-weight: 700;
}
.carousel-control-prev, .carousel-control-next{background: transparent;border: 0;}

.highlight-bx {
    background: #dfdfdf;
    padding: 15px;
    border-left: 3px solid #15273c;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.2rem;
	font-weight: 700 !important;
}
/* div#hero-cta {
    width: -webkit-fill-available;
    background: #f2f2f2a8;
    padding: 25px 15px;
    border-radius: 10px;
    border: 2px solid #15273c;
} */

.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;
}
.fs-25{font-size: 25px;font-weight: 600;}
div#primary-nav.sticky img.img-fluid.main-logo {
    display: none;
    transition: all 0.3s ease;
}
div#resources-suggested ul li{padding: .5rem .5rem 0.1rem .5rem;}
.table th, .table td{border-top: 1px solid white;font-weight: 500;}
#hero-cta-slide{
	position: absolute;
	max-width: 650px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-control-prev, .carousel-control-next{width: 7%;}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}
@media (min-width: 1200px){
	#primary-nav .container, #footer .container, #hero-section .container {
		max-width: 100%;
	}
}
@media (min-width:768px) and (max-width:991px) {
	div#hero-cta h1 {
		font-size: 1.7rem;
	}
	div#hero-cta h3 {
		font-size: 1.5rem;
	}
	.main-logo{display: none;}
	.main-logoM{display: block;max-width: 140px}
	#hero-cta-slide {
		position: initial;
		text-align: center;
		max-width: 650px;
		padding: 25px 5px;
		transform: unset;
	}
	#hero-cta-slide h1 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.hero-h1{color: black;}
	.carousel-indicators{
		bottom: -10px;
	}
	.carousel-indicators li {
		filter: invert(1);
	}
	#hero-cta-slide h1 {
		font-size: 22px;
	}
	#hero-cta-slide {
		position: initial;
		text-align: center;
		max-width: 650px;
		padding: 25px 5px;
		transform: unset;
	}
	div#hero-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}
	.main-logo{display: none;}
	.main-logoM{display: block;max-width: 140px;padding: 5px;background: #0d293b;border-radius: 10px;}
	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-center;
	}

	#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{display: none;}
	.main-logoM{display: block;max-width: 140px}
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
	.main-logo{display: none;}
	.main-logoM{display: block;max-width: 140px}
}

