body {
	font-family: "Montserrat", sans-serif !important;
}

nav {
	top: 0;
	left: 0;
	opacity: 1;
	overflow-y: auto;
	z-index: 2000;
	clip-path: circle(0%);
	transition: all 0.3s ease-in-out;
	font-family: "Montserrat", "Roboto" !important;
}

nav.show {
	clip-path: circle(75%);
}

nav #btn-close-menu {
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
}

nav .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.85);
	font-size: 18px;
}

#btn-burger-menu,
nav #btn-close-menu:focus {
	outline: none;
}

.bg-light-grayish,
.bg-navbar-social {
	background: #f1f1f3;
}

.static-videos-yt button:focus,
.bg-navbar-social button:focus {
	box-shadow: none;
}

.the-background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
}

.bg-procedure {
	padding-top: 100px;
}

.bg-procedure>.container {
	height: 500px;
}

.bg-procedure>.container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.bg-procedure>.container::before {
	background: #212529;
}

.static-videos-yt>img {
	opacity: 0.7;
}

.bg-procedure>.container::before {
	opacity: 0.4;
}

.static-videos-yt {
	height: 0;
	padding-bottom: 56.25%;
}

.static-videos-yt iframe {
	top: 0;
	left: 0;
}

.static-videos-yt button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #dc3545;
}

.static-videos-yt>img,
.faq .card .card-header .faq-title {
	cursor: pointer;
}

.bg-regenerative {
	background-image: url("../img/background/regenerative-medicine.jpg");
}

.bg-cells {
	background-image: url("../img/background/stem-cells.jpeg");
}

.bg-power {
	background-image: url("../img/background/power-serum.jpg");
}

.bg-placenta {
	background-image: url("https://stemcellsdrbaja.s3.us-east-2.amazonaws.com/img/background/placenta-gel-implant.jpg");
}

.bg-diabetes {
	background-image: url("https://stemcellsdrbaja.s3.us-east-2.amazonaws.com/img/background/diabetes.jpg");
}

.bg-nk-cells {
	background-image: url("../img/background/nk-cells.jpg");
}

.bg-exo {
	background-image: url("../img/background/exocell.jpg");
}

.bg-hit {
	background-image: url("../img/background/cancer-hit.jpg");
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 28px;
}

.text-drbaja {
	color: #585f93 !important;
}

.w-150 {
	width: 150px;
}

.line-height-20 {
	line-height: 20px;
}

.text-line-3 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 3;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.font-text-18 {
	font-size: 18px;
}

.font-text-14 {
	font-size: 14px;
}

.btn-width-custom {
	width: 100% !important;
}

nav,
footer,
.bg-navbar {
	background: #585f93 !important;
}

.table-ucla-blue {
	color: #fff;
	background-color: #585f93;
}

footer a,
footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .facebook {
	color: #4267b2;
}

footer .youtube {
	color: #ff0000;
}

footer .instagram {
	color: #f56040;
}

footer button:hover,
footer button:focus {
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}

footer .facebook:hover {
	background: #4267b2;
}

footer .youtube:hover {
	background: #ff0000;
}

footer .instagram:hover {
	background: #f56040;
}

footer .tiktok:hover {
	background: #000;
}

.faq .card {
	border-bottom: 1px dashed #4a95eb !important;
}

.faq .card .card-header,
.faq .card .card-header .faq-title {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header .faq-title {
	line-height: 26px;
}

.faq .card .card-header:hover {
	background: rgba(22, 52, 149, 0.1) !important;
	padding-left: 10px !important;
}

.faq .card .card-header .faq-title .badge {
	width: 20px;
	height: 20px;
	line-height: 14px;
	background: #585f93;
	font-size: 12px;
}

.faq .card .card-body {
	border-top: 1px solid #f3f8ff;
}

.bg-placenta-benefits::before,
.bg-doctor::before {
	position: absolute;
	background-position: 50%;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.bg-doctor::before {
	-webkit-filter: grayscale(1) opacity(0.03);
	filter: grayscale(1) opacity(0.03);
	background-image: url("https://drbaja.s3.us-east-2.amazonaws.com/img/background/blog.jpg");
}

.bg-placenta-benefits::before {
	-webkit-filter: grayscale(1) opacity(0.15);
	filter: grayscale(1) opacity(0.15);
	background-image: url("https://stemcellsdrbaja.s3.us-east-2.amazonaws.com/img/background/placenta-gel-implant-benefits-patients.jpg");
}

@media (min-width: 425px) {
	.title-h2 {
		font-size: 32px;
	}
}

@media (min-width: 576px) {
	.btn-width-custom {
		width: 300px !important;
	}
}

@media (min-width: 1200px) {
	.bg-procedure>.container {
		height: 700px;
	}

	.title-h1 {
		font-size: 56px;
	}
}