@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: #c73336;

}

a {
	color: #c73336 !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: #c73336;
}

#imp-notice .material-icons {
	font-size: 22px;
	color: #ff0a13;
}
.specialities-bx ul.list-group li i {
    position: absolute;
    left: 0;
    line-height: 1.2;
}
.specialities-bx ul.list-group .sub-ul li{
	padding-left: 0px !important;
}
.specialities-bx ul.list-group li {
    padding-left: 25px !important;
}

ion-icon {
	font-size: 44px;
	color: #c4c4c4;

}

/** style for quick action button on top bar**/
#quick-action .btn {
	border: 1px solid #197378;
    background: #197378;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #DAD8D9;
	border-color: #DAD8D9;
	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: linear-gradient(45deg, #15273cf2, #15273c00), url(../images/hero-bg.webp) center;
    background-size: cover;
    color: #000;

}

#imp-notice {
	background: #DAD8D9;
	/* color: #ffffff; */

}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
    border: 1px solid #dadada;
    background: linear-gradient(45deg, #197378, #197378);
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #c73336;
}

#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: #f3e064;
}

#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: #197378;
}


#video-slider {
	background: #f4f4f4;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #c73336;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #c73336;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials, #services-description {
	background: #f4f4f4;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #197378;
}

.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: #c73336;
}

.material-icons.star-grey {
	color: #c733367d !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: #197378;
	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: #ffffff !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: 250px;
}

.navbar-collapse a,
.navbar-collapse a i {
	color: black !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: white !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: 210px;
	}
	.navbar{
		padding: 0.5rem 0rem;
	}
	#gallery-slider a.carousel-control-prev{
		left: -15px;
	}
	#gallery-slider a.carousel-control-next {
		right: -15px;
	}
	.team-img img{
		border-radius: 20px 20px 0px 0px !important;
	}
	.team-content{border-radius: 0px 0px 20px 20px !important;}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #c73336;
	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: #197378;
}

#back-to-top:active {
	background-color: #c73336;
}

#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: white !important;
}

div#insurance-nearby-location a,
div#insurance-nearby-location i {
	color: #f2f2f2 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #c73336;
    border-color: #dee2e6 #dee2e6 #f4f4f4;
    color: #ffffff !important;
    font-weight: 500;
}
.practice-name{
	color: #feadae;
}
.carousel-control-prev, .carousel-control-next{
	/* filter: brightness(5) invert(1); */
	width: 7%;
	border: 0;
	background: unset;
}
#hero-slider .carousel-control-prev-icon, #hero-slider .carousel-control-next-icon {
    width: 35px;
    height: 35px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}
.text-red {
    color: #197378;
}
.highlight-bx {
    background: #197378;
    padding: 15px;
    border-left: 3px solid #c73336;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.fs-22 {
    font-size: 22px;
    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;
}
.doc-img-caption {
    background: white;
    padding: 15px;
}

/* #hero-cta-slide {
    position: absolute;
    max-width: 650px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
} */
#hero-cta-slide {
    position: absolute;
    max-width: 650px;
    right: 5%;
    top: 50%;
    background: #ffffff87;
    padding: 15px 25px;
    border-radius: 15px;
    transform: translateY(-50%);
}
.healow-sidebar-ul li {
    background: unset;
    color: white;
    padding: 5px 0px;
}
.nav-tabs .nav-item {
    font-weight: 500;
}
.fs-18 {
    font-size: 18px;
    font-weight: 600;
}
.medicbuilding {
    background: #197378;
}
.medicbuilding img {
    padding: 2px;
    background: #197378;
    border-radius: 0px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{width: 15px;
    height: 15px;}
/* Services & Mission Vision CSS Start */
.services-bx {
    background: #e9ecff;
    padding: 15px 15px 1px;
    margin-bottom: 15px;
    min-height: 180px;
    border-radius: 15px;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 1px 5px #ebebeb;
	transition: 0.7s ease-in-out;
	transition-delay: 0.5s;
}
.services-bx-last {
    background: #e9ecff;
    padding: 15px 15px 1px;
    margin-bottom: 15px;
    min-height: auto;
    border-radius: 15px;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 1px 5px #ebebeb;
	transition: 0.7s ease-in-out;
	transition-delay: 0.5s;
}
/* .services-bx:hover {
    background: #e4e4e4;
    box-shadow: 1px 1px 5px #b6b6b6;
    transition: 0.3s ease-in;
    cursor: pointer;
} */
.services-bx:hover {
    background: linear-gradient(0deg, #ffe0017a, #bde7d3 70%);
    box-shadow: 1px 1px 5px #b6b6b6;
    transition: 0.3s ease-in;
    cursor: pointer;
}
.services-bx-last:hover {
    background: linear-gradient(0deg, #ffe0017a, #bde7d3 70%);
    box-shadow: 1px 1px 5px #b6b6b6;
    transition: 0.3s ease-in;
    cursor: pointer;
}
.mission-vision {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 170px;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.mission-vision-last {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 15px;
    min-height: auto;
    box-shadow: 0px 0px 5px #c1c1c1;
}
/* Services & Mission Vision CSS */
/* Teams CSS Start */
.team-img img {
    border-radius: 20px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.team-img2 img {
    border-radius: 20px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 5px #c1c1c1;
}

.team-content {
    border-radius: 20px;
    box-shadow: 0px 0px 5px #c1c1c1;
    border: 1px solid #dedede;
	height: 100%;
	padding: 20px;
}
.dr-description{
	margin-bottom: 0px;
}
.dr-title {
    font-size: 18px;
    font-weight: 600;
}
.hero-img-mobile{display: none !important;}
div#hero-cta-slide h1 {
	font-size: 32px;
}
/* Teams CSS End */
@media (min-width: 1200px){
	#primary-nav .container, #footer .container, #hero-section .container {
		max-width: 90%;
	}
}
@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-section{
		padding-top: 0px !important;
	} */
	.hero-img-pc{display: none !important;}
	.hero-img-mobile{display: block !important;}
	div#hero-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}

	div#hero-cta h1 {
        /* display: inline-flex; */
        /* max-width: 84%; */
        padding-left: 15px;
        font-size: 1.2rem;
    }
	div#hero-cta-slide h1 {
		font-size: 22px;
	}
	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;
	}
	#hero-cta-slide {
        position: initial;
        text-align: center;
        max-width: 650px;
        padding: 25px 5px;
        transform: unset;
    }
}
@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: 110px;
	}
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}

