@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: #ffffff;
	width: 1px;
	display: block;
	height: 15px;
	margin: 13px 15px;
}


#primary-nav .navbar-brand-color {
	color: #4f4f4f;
}

#primary-nav .navbar-brand {
	color: #3d5bd1;

}

a {
	color: #3d5bd1 !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: #3d5bd1;
}

#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 #2E4392;
	background: #2E4392;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #d9f5ff;
	border-color: #d9f5ff;
	color: #000;
}

/** style for hero background**/
#hero-section,
#hero-section .d-flex {
	/* background: #7698ba; */
	background: url(../images/hero-bg.webp) center;
	background-size: cover;
	color: #000;

}

#imp-notice {
	background: #d9f5ff;
	/* color: #ffffff; */

}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
	border: 1px solid #dadada;
	background: #2E4392;
}

.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;
}

#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #3d5bd1;
}

#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: #E5F4FB;
}

#local-socials a:hover ion-icon {
	color: #39caff;
}

#insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
}

#insurance-nearby-location {
	background: #2E4392;
}


#video-slider {
	background: #d9f5ff;
    border: 1px solid #dee2e6;
    border-top: 0;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #006d95;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #3d5bd1;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	background: #d9f5ff;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

	background: #39caff;
}

.services-tabs a.nav-link {
	color: #000;
}


#patient-tools .patient-tools-tab #p-tools-Content {
	background: #d9f5ff;
}

#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: #3d5bd1;
}

.material-icons.star-grey {
	color: #2E43927d !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: #2E4392;
	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: #39caff !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;
}

/*********************
	  Header CSS
*********************/
#quick-action .btn:hover,
#quick-action .btn:hover i {
	color: black !important;
}

.main-logo {
	max-width: 140px;
    border-radius: 30% 30% 50% 50%;
    position: absolute;
    z-index: 9;
    top: 10px;
}

.navbar-collapse a,
.navbar-collapse a i {
	color: black !important;
	font-weight: 500;
}
#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: 100px;
		left: 5px;
	}
	#header-navbar {
		margin-top: 65px;
	}
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #2E4392;
	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: #00c9fc;
}

#back-to-top:active {
	background-color: #2E4392;
}

#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: #39caff !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #d9f5ff;
	border-color: #dee2e6 #dee2e6 #d9f5ff;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #d9f5ff;
    padding: 15px;
    border-left: 3px solid #2E4392;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.slide-content-bx {
    background: #00000061;
    padding: 15px;
    width: max-content;
    border: 3px solid #00c9fc5e;
}
.doc-img-caption {
    background: white;
    padding: 15px;
}
/*********************
	Services Box CSS
*********************/
.serviceBox{
    color: #999;
    /* background: linear-gradient(transparent 65%, #2b418e 65%); */
    /* font-family: 'Kumbh Sans', sans-serif; */
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    /* box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2); */
	transition: all 0.3s ease;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #2b418e;
    font-size: 50px;
    line-height: 80px;
    height: 130px;
	overflow: hidden;
    /* width: 85px; */
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}
.serviceBox .service-content{
    background: #fff;
    padding: 0px 0px 10px;
    border-radius: 15px 15px 50px 50px;
    border-top: 5px solid #2b418e;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	overflow: hidden;
}
.serviceBox .title{
    color: #2b418e;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    font-size: 14px;
    /* margin: 0 0 15px; */
	padding: 0 10px 0px;
}
.serviceBox .read-more{
    color: #2b418e;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
/* .serviceBox.orange{ background: linear-gradient(transparent 65%, #00c9fc 65%); } */
.serviceBox.orange .service-content{ border-top-color: #00c9fc;overflow: hidden; }
.serviceBox.orange .service-icon{ background-color: #00c9fc; }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
    color: #00c9fc;
}
.serviceBox.pink{ background: linear-gradient(transparent 65%, #f22e52 65%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
    color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 65%, #00B59C 65%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
    color: #00B59C;
}
.serviceBox .read-more:hover{
    color: #999;
    border-bottom: 1px dashed #999;
}
.mt--3 {
    margin-top: -30px;
}
.img-srv {
    margin-top: -30px;
    max-width: 100%;
}
.img-bx{
	display: block;
    position: relative;
    overflow: hidden;
}
.carousel-caption {
    position: absolute;
    right: 10%;
    top: 50%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.carousel-control-prev, .carousel-control-next{width: 5%;}
@media only screen and (max-width:990px) {
    .serviceBox{ margin: 0 0 30px; }
    .serviceBox .service-content{ padding: 0 15px 20px; }
}
@media only screen and (max-width:359px) {
    .serviceBox .service-content{ padding: 0 20px 20px; }
}

/*********************
 Services Box CSS End
*********************/
img.d-block.w-100.h-100.h-100 {
    max-height: 720px;
}
@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) {
	.hmos {
		padding-top: 20px;
	}
	div#hero-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}

	div#hero-cta h1 {
		display: inline-flex;
		max-width: 70%;
		padding-left: 5px;
		font-size: 1.3rem;
	}

	div#hero-cta h3 {
		font-size: 1.22rem;
    	padding-left: 5px;
	}

	#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;
	}
	.serviceBox .service-icon{height: 170px;}
	.serviceBox .service-content {
		padding: 0 0px 10px;
	}
	/* slider css */
	.slide-content-bx {
		background: #00000061;
		padding: 60px 20px;
		width: unset;
		border: unset;
	}
	.carousel-caption {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		-ms-transform: translateY(-50%);
		transform: unset;
		text-align: center;
	}
	div#hero-cta {
		position: absolute;
		text-align: left;
		max-width: 100%;
		right: 0;
		height: 100%;
		width: -webkit-fill-available;
		padding: 0;
		top: 0;
	}
	.hero-btns {
		text-align: -webkit-left;
	}
	.carousel-item{height: 300px;overflow: hidden;}
	div#carouselIndicators .carousel-item{height: auto;overflow: hidden;}

	.slide-content-bx.float-right {
		background: #00000061;
		padding: 60px 20px;
		width: -webkit-fill-available;
		border: unset;
	}

	.slide-content-bx.float-right .hero-btns {
		text-align: -webkit-right;
	}

	div#hero-cta .slide-content-bx.float-right{text-align: right !important;}
	.carousel-control-prev, .carousel-control-next {
		width: 7%;
	}
	/* slider css end*/
}
@media (max-width: 380px){
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		/* padding-left: 35px; */
		font-size: 1.3rem;
	}
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}
