@charset "utf-8";
/* CSS styles for practice custom branding*/

.nav-background-color {
	background: #ffffff;
	/* 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: #215f92;
    z-index: 9;
}

a {
	color: #215f92 !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: #215f92;
}

#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 #fff;
	background: #215f92;

}

#quick-action .btn:hover,
#quick-action .btn:focus,
#quick-action .btn:active {
	background-color: #40a5c5;
	border-color: #ffffff;
	color: #fffcfc !important;
}
#quick-action .btn:active i{color: #000 !important;}

/** 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;

}

#imp-notice {
	background: #ffeae3;
	/* color: #ffffff; */
}

div#imp-notice small {
	font-weight: 500;
}

.local-panel {
	border-radius: 5px;
    border: 1px solid #dadada;
    background: #215f92;
    position: relative;
    box-shadow: 0px 0px 10px #bdbdbd;
}
#local-meet-doctors .material-icons {
	font-size: 22px;
	color: #215f92;
}

#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: #78fac5;
}

/* #insurance-nearby-location .insurance-border {
	border-right: 1px solid #c4c4c4;
} */

#insurance-nearby-location {
	background: #215f92;
}


#video-slider {
	background: #ffeae3;
}

#video-slider .carousel-indicators .active,
#testimonials .carousel-indicators .active {
	background-color: #215f92;
}

#video-slider .carousel-indicators li,
#testimonials .carousel-indicators li {
	background-color: #666;
}


#gallery-slider .carousel-indicators .active {
	background-color: #215f92;
}

#gallery-slider .carousel-indicators li {
	background-color: #666;
}

#testimonials {
	background: #ffeae3;
}

#testimonials .testimonial-name {
	color: #000;
}

#testimonials .testimonial-designation {
	color: #666;
}

.star {
	color: #ff0000;
}

.star-grey {
	color: #666;
}


.card.stores-cta .card-body {

background: #40a5c5;
}

.services-tabs a.nav-link {
	color: #000;
	border: 1px solid #215f92;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border-color: #40a5c5;
}

#patient-tools .patient-tools-tab #p-tools-Content {
	background: #ffeae3;
}

#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: #215f92;
}

.material-icons.star-grey {
	color: #215f927d !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: #215f92;
	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: #f3ffcf !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;
}
.healow-sidebar-ul li {
    background: unset;
    color: white;
    padding: 5px 0px;
}

.specialities-bx {
	/* border: 2px solid #005e60; */
    padding: 7px 15px;
    border-radius: 5px;
    background: #ffeae3;
    box-shadow: 0px 0px 3px #c9c9c9;
}
.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: #ffffff !important;
}
.main-logo {
	max-width: 360px;
    position: absolute;
    padding: 5px;
    top: 5px;
	left: 0;
    background: #ffffff;
    border-radius: 10px;
}
.zoodoc-book {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 99999;
}
a.nav-link.call-us-btn{
	font-size: 26px;
}
.navbar-collapse a,
.navbar-collapse a i {
	color: #111010 !important;
}
#quick-action .btn,
#quick-action .btn i {
	color: #fff !important;
}
.practice-name{
	font-size: 52px;
	color: #40a5c5;
}
/* .service-bx {
    padding: 15px;
    text-align: center;
	min-height: 131px;
    background: linear-gradient(0deg, #ffeae3, transparent);
    border-radius: 5px;
    box-shadow: 0px 0px 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
} */
.service-bx {
    padding: 15px;
    text-align: center;
    min-height: 131px;
    background: linear-gradient(0deg, #ffeae3, transparent);
    border-radius: 5px;
    box-shadow: 0px 0px 1px black;
    margin-bottom: 10px;
    margin-top: 10px;
    /* border: 2px solid #bdbdbd; */
    box-shadow: 0px 0px 5px #c9c9c9;
}

.service-bx p{margin-bottom: 0px;}
@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: rgba(0, 0, 0, 0.978);
}
ul.list-group.list-group-flush li {
    padding: .5rem .5rem 0.1rem 2rem;
	background: unset;
}
ul .material-icons.custom-material-style {
    position: absolute;
    left: 0;
    line-height: 1.2;
}
.mission-vision {
    border: 1px solid #f0f0f0;
    padding: 10px;
	background: #ffeae3;
    margin-bottom: 15px;
    min-height: 170px;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.provider-education {
    min-height: 248px;
}
.card-header {
    padding: 0.75rem 1.25rem;
}
/* .card-header {
    padding: 0.3rem 0.6rem;
} */
#Q-and-A .btn-link{white-space: inherit;}
div#Q-and-A .nav-tabs .nav-link.active {
    background-color: #40a5c5;
    color: white !important;
}
div#service-tools-content {
    background: #bcf0ff;
    border: 1px solid #dee2e6;
    border-top: 0;
}
.navbar{
	padding: 0.5rem 0rem;
}
/* Owl Carousel Navigation CSS */
.owl-theme .owl-nav {
    margin-top: 10px;
    position: initial;
    align-content: space-around;
    height: 100%;
    top: 0;
}
button.owl-prev {
    font-size: 62px !important;
    height: 95%;
    position: absolute;
    top: 0;
    left: 5px;
}
.owl-theme .owl-nav {
    margin-top: -10px !important;
}
button.owl-next {
    font-size: 62px !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
}
.owl-dots{display: none;}
#owl-box1 .owl-nav button.owl-next, #owl-box1 .owl-nav button.owl-prev, #owl-box1 button.owl-dot{
	background: 0 0;
    color: #eaf4ff !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
#owl-box2 .owl-nav button.owl-next, #owl-box2 .owl-nav button.owl-prev, #owl-box2 button.owl-dot{
	background: 0 0;
    color: #000000 !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-nav button:focus, .owl-nav button:hover {
    outline: 0px !important;
	background: transparent !important;
}
/* Owl Carousel Navigation CSS End*/
/* Enhanced Hero Section Styles */
.hero-content-wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 2.5rem 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  animation: slideInRight 1s ease-out;
  max-width: 700px;
  /* margin: 1rem auto; */
  margin-left: auto;
  width: 100%;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #40a5c5, #215f92);
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.badge-text {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-main-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.title-line-1 {
  display: block;
  color: #ffffff;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  font-weight: 800;
}

.title-line-2 {
  display: block;
  color: #96e7ff;
  font-size: 3.5rem;
  font-weight: 900;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 0.3rem;
}

.title-line-3 {
  display: block;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.hero-description {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.lead-text {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.feature-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease, color 0.3s ease;
  margin-bottom: 0.5rem;
}

.feature-item:hover {
  transform: translateX(10px);
  color: #96e7ff;
}

.feature-icon {
  color: #40a5c5;
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
}

.feature-item:hover .feature-icon {
  color: #96e7ff;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 0.8s ease-out 0.8s both;
  margin-top: 2rem;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #40a5c5, #215f92);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(64, 165, 197, 0.4);
  color: #ffffff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 165, 197, 0.6);
  background: linear-gradient(135deg, #215f92, #40a5c5);
  color: #ffffff !important;
  text-decoration: none;
}

.hero-btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.hero-btn-secondary:hover {
  background: #ffffff;
  color: #215f92 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.hero-btn-primary i,
.hero-btn-secondary i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

/* Animations */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-section .owl-carousel h1{
	font-size: 3.5rem;
	letter-spacing: 1px;
	/* text-shadow: 0px 1px 3px #262626; */
}
.hero-bg-height{
	min-height: 100vh; 
	height: auto;
}
.hero-section .owl-carousel h2, .hero-section .owl-carousel h3{
	text-shadow: 0.51px 0.51px #fffbf3 !important;
}
div#owl-box3 .owl-item{
	padding: 5px;
}
.desktop-hero{display: block;}
.mobile-hero{display: none;}
@media (max-width:991px) {
	.desktop-hero{display: none;}
.mobile-hero{display: block;}
	/* .navbar-light .navbar-toggler-icon {
		filter: brightness(1) invert(1);
	} */
	.main-logo {
		max-width: 200px;
	}
	/* ul#header-navbar {
        margin-top: 60px;
    } */
	.practice-name{
		font-size: 22px;
		color: #40a5c5;
	}
	.hero-section .owl-carousel h1{
		font-size: 1.5rem;
		text-shadow: 0.5px 0.5px #fffbf3;
	}
	.hero-section .owl-carousel h2, .hero-section .owl-carousel h3{
		font-size: 1.3rem;
		text-shadow: 0.51px 0.51px #fffbf3 !important;
	}
	.hero-bg-height{
		height: 80vh; 
	}
	
	/* Enhanced Mobile Hero Styles */
	.hero-content-wrapper {
		padding: 2rem 1.5rem;
		margin: 1rem auto;
		border-radius: 10px;
		max-width: 90%;
	}
	
	.hero-main-title {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	
	.title-line-1 {
		font-size: 1.8rem;
	}
	
	.title-line-2 {
		font-size: 2.2rem;
	}
	
	.title-line-3 {
		font-size: 1.8rem;
	}
	
	.lead-text {
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
	
	.feature-item {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	
	.feature-icon {
		font-size: 1.2rem;
		margin-right: 0.8rem;
	}
	
	.hero-actions {
		flex-direction: column;
		gap: 0.8rem;
	}
	
	.hero-btn-primary,
	.hero-btn-secondary {
		width: 100%;
		padding: 0.7rem 1.5rem;
		font-size: 1rem;
		min-width: auto;
	}
	
	.hero-actions {
		flex-direction: column;
		gap: 0.8rem;
		margin-top: 1.5rem;
	}
}

/* Mobile Hero Section Styles */
.mobile-hero-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e3f2fd 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.mobile-hero-wrapper {
  text-align: center;
  max-width: 500px;
  animation: fadeInUp 1s ease-out;
}

.mobile-hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #40a5c5, #215f92);
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.mobile-badge-text {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-hero-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.mobile-title-line-1 {
  display: block;
  color: #215f92;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}

.mobile-title-line-2 {
  display: block;
  color: #40a5c5;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 0.2rem;
}

.mobile-title-line-3 {
  display: block;
  color: #215f92;
  font-size: 1.6rem;
  font-weight: 700;
}

.mobile-hero-description {
  margin-bottom: 2rem;
}

.mobile-lead-text {
  color: #333333;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.mobile-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
}

.mobile-feature-item {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 500;
  transition: transform 0.3s ease, color 0.3s ease;
}

.mobile-feature-item:hover {
  transform: translateX(5px);
  color: #40a5c5;
}

.mobile-feature-icon {
  color: #40a5c5;
  font-size: 1.3rem;
  margin-right: 0.8rem;
  transition: color 0.3s ease;
}

.mobile-feature-item:hover .mobile-feature-icon {
  color: #215f92;
}

.mobile-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mobile-hero-btn-primary {
  background: linear-gradient(135deg, #40a5c5, #215f92);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(64, 165, 197, 0.4);
  color: #ffffff;
}

.mobile-hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 165, 197, 0.6);
  background: linear-gradient(135deg, #215f92, #40a5c5);
  color: #ffffff;
}

.mobile-hero-btn-secondary {
  border: 2px solid #40a5c5;
  color: #40a5c5;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background: rgba(64, 165, 197, 0.1);
}

.mobile-hero-btn-secondary:hover {
  background: #40a5c5;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 165, 197, 0.3);
}

.mobile-hero-btn-primary i,
.mobile-hero-btn-secondary i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

/*********************
	Header CSS End
*********************/

/*********************
	Back To Top CSS
*********************/
#back-to-top {
	display: inline-block;
	background-color: #215f92;
	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(1);
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #40a5c5;
}

#back-to-top:active {
	background-color: #215f92;
}

#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: #ffffff !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #40a5c5;
	border-color: #dee2e6 #dee2e6 #40a5c5;
	color: white !important;
}
.faq-tabs .card {
    margin-bottom: 5px;
}
#services-tools {
    background: #f3ffcf;
    padding: 15px 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
#services-tools li {
    border: 1px solid #d3d3d3;
    margin: 5px 2px;
}
.carousel-control-prev, .carousel-control-next{filter: brightness(5) invert(1);}

.highlight-bx {
    background: #40a5c5;
    padding: 15px;
    border-left: 3px solid #215f92;
    border-radius: 5px 15px 15px 5px;
}
div#hero-cta h1 {
	font-size: 2.1rem;
}
.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;
}
.doc-img-caption {
    background: white;
    padding: 10px;
}
div#insurance-providers h5{color: #ffc090;}
.medicbuilding {
    background: #215f92;
}
.medicbuilding img {
    padding: 2px;
    background: #215f92;
    border-radius: 0px;
}
.bx-highlight {
    border-radius: 5px;
    width: max-content;
    padding: 20px;
    background: #f2f8ff;
    box-shadow: 0 0 2px #c1c1c1;
}
@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-cta {
		position: absolute;
		text-align: right;
		max-width: 97%;
	}
	.provider-education {
		min-height: auto;
	}
	/* div#hero-cta h1 {
		display: inline-flex;
		max-width: 70%;
		padding-left: 35px;
		font-size: 1.3rem;
	} */
	div#hero-cta h1 {
        /* display: inline-flex; */
        max-width: 100%;
        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-left;
	}

	#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){
	.main-logo {
        max-width: 120px;
    }
	div#hero-cta h1 {
		display: inline-flex;
		max-width: 100%;
		padding-left: 35px;
		font-size: 1.3rem;
	}
	#hero-section {
        padding: 70px 14px;
    }
}
@media (max-width: 325px){
	#hero-cta .btn {
		width: 65%;
	}
}

