
@media (min-width: 992px) {
	.nav-title-mobile {
		display: none;
	}
	.nav-title-desktop {
		display: inline-block;
	}
}
/*///////////////////////////////////////////////////////////////////////////////////

	Theme Name: 15min.App (based on Seo Company template)
	Original Author: Diego Velázquez Rabasa - Templune

/////////////////////////////////////////////////////////////////////////////////*/

body {
	font-family: 'Roboto', sans-serif;
	color: #3a3f52;
}

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 100px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #909090;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.custom-navbar .navbar-collapse > .container {
	display: flex;
	align-items: center;
}

.custom-navbar .navbar-nav {
	align-items: center;
}

.nav-custom-link {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 0;
}

.navbar a {
	color: #53627C !important;
}

.nav-right {
	float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #0b6f76;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #0f858d;
	color: #ffffff;
}

.btn-regular:active, .btn-regular:focus {
	background-color: #095c62;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #43a047;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #5bbf5f;
}

.btn-demo:active, .btn-demo:focus {
	color: #ffffff;
	background-color: #388e3c;
}

.btn-demo-small {
	font-size: 12px;
	background-color: #0b6f76;
	color: #ffffff;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #0f858d;
	color: #ffffff;
}

.btn-demo-small:active, .btn-demo-small:focus {
	background-color: #095c62;
	color: #ffffff;
}

.btn-demo-small a {
	color: #ffffff!important;
}

.btn-buy {
	color: #ffffff;
	background-color: #43a047;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-buy:hover {
	background-color: #5bbf5f;
	color: #ffffff;
}

.btn-buy:active, .btn-buy:focus {
	background-color: #388e3c;
	color: #ffffff;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
	background-color: #f6f8f9;
}

#hero h1 {
	font-size: 50px;
	font-weight: 300;
}

#hero p {
	font-size: 24px;
    font-weight: 300;
    color: #909090;
    margin-bottom: 0px;
    padding: 0px;
}

#hero .hero-support {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 12px;
}

#hero .support-title {
	font-size: 10px;
	font-weight: 500;
	color: #90a4ae;
	margin-right: 6px;
}

#hero .support-logos {
	display: flex;
	align-items: center;
	gap: 12px;
}

#hero .support-logo {
	height: 48px;
	filter: grayscale(100%) opacity(0.7);
	transition: filter 0.2s ease, opacity 0.2s ease, height 0.25s ease;
}

#hero .support-logo:hover {
	height: 80px;
	filter: grayscale(0%) opacity(1);
}

#hero .support-logos:hover .support-logo {
	height: 80px;
	filter: grayscale(0%) opacity(1);
}

#hero span {
	font-weight: 300;
    color: #0b6f76;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ==============================================
   5. Marketing
===============================================*/

#marketing p {
	font-size: 20px;
    font-weight: 300;
    color: #909090;
    margin-bottom: 0px;
    padding: 0px;
}

/* Mirror marketing paragraph style for Problem block */
#problem .title-block p {
	font-size: 20px;
    font-weight: 300;
    color: #909090;
    margin-bottom: 0px;
    padding: 0px;
}

#marketing span {
	font-weight: 400;
	color: #0b6f76;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-box {
	padding: 60px 20px;
}

/* ==============================================
   6. Testimonials
===============================================*/

#testimonials {
	background-color: #f7faf9;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 16px 24px;
	margin-top: 22px;
}

/* Equal-height cards scoped to content sections only */
#problem .card-grid > [class*='col-'],
#solution .card-grid > [class*='col-'],
#usp .card-grid > [class*='col-'],
#wirkung .card-grid > [class*='col-'] {
	display: flex;
}

#problem .card-grid,
#solution .card-grid,
#usp .card-grid,
#wirkung .card-grid {
	align-items: stretch;
}

#problem .card-grid .testimonial-box,
#solution .card-grid .testimonial-box,
#usp .card-grid .testimonial-box,
#wirkung .card-grid .testimonial-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 220px;
}

#wirkung .powered-by-bar {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 16px;
}

#wirkung .powered-by-text {
	font-size: 14px;
	font-weight: 300;
	color: #455a64;
}

#wirkung .powered-by-logos {
	display: flex;
	align-items: center;
	gap: 36px;
}

#wirkung .powered-by-logo {
	height: 46px;
	transition: transform 0.2s ease, filter 0.2s ease;
}

#wirkung .powered-by-logo.placequ {
	height: 28px;
}

#wirkung .powered-by-logos:hover .powered-by-logo {
	transform: translateY(-1px);
	filter: saturate(1.05);
}

/* Solution slider */
.solution-slider {
	margin-top: 56px;
	margin-bottom: 40px;
	position: relative;
}

.solution-slider .carousel-item img {
	border-radius: 14px;
	max-width: 75%;
	margin: 0 auto;
}

.solution-slider .carousel-caption {
	position: static;
	padding: 16px 0 0 0;
	color: #455a64;
}

.solution-slider .carousel-caption p {
	margin: 14px 0 0 0;
	color: #455a64;
	font-style: italic;
	font-size: 15px;
}

.solution-slider .carousel-indicators {
	position: static;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 0;
	gap: 10px;
}

.solution-slider .carousel-indicators li {
	background-color: #e0e7e5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0;
}

.solution-slider .carousel-indicators .active {
	background-color: #4caf50;
}

.solution-slider .carousel-control-prev,
.solution-slider .carousel-control-next {
	width: 8%;
	opacity: 0.4;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	background: none;
}

.solution-slider .carousel-control-prev:hover,
.solution-slider .carousel-control-next:hover {
	opacity: 0.7;
}

.solution-slider .carousel-control-prev-icon,
.solution-slider .carousel-control-next-icon {
	background-image: none;
	width: 28px;
	height: 28px;
	border: solid #0b6f76;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	background: none;
}

.solution-slider .carousel-control-prev-icon {
	transform: rotate(135deg);
}

.solution-slider .carousel-control-next-icon {
	transform: rotate(-45deg);
}
#problem .card-grid .row.personal-info,
#solution .card-grid .row.personal-info,
#usp .card-grid .row.personal-info,
#wirkung .card-grid .row.personal-info {
	margin-bottom: 12px;
}

.card-grid {
	margin-bottom: 30px;
}

#problem .card-grid {
	margin-bottom: 80px;
}

#problem .card-grid .testimonial-box h6,
#solution .card-grid .testimonial-box h6,
#usp .card-grid .testimonial-box h6,
#wirkung .card-grid .testimonial-box h6 {
	display: flex;
	align-items: center;
	gap: 8px;
}

#problem .card-grid .testimonial-box small,
#solution .card-grid .testimonial-box small,
#usp .card-grid .testimonial-box small,
#wirkung .card-grid .testimonial-box small {
	font-size: 14px;
}

/* USP list styling (mimic card typography) */
#usp .usp-list {
	padding-top: 10px;
}

#usp .usp-item {
	margin-bottom: 18px;
	background-color: #f4faf5;
	border: 1px solid #e0e7e5;
	border-radius: 12px;
	padding: 20px 24px;
}

#usp .usp-item:last-child {
	margin-bottom: 0;
}

#usp .usp-item h6 {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .03em;
	color: #263238;
	margin-bottom: 10px;
}

#usp .usp-item h6 i {
	color: #4caf50;
	font-size: 26px;
}

#usp .usp-item p {
	margin-bottom: 0;
	color: #455a64;
	font-size: 16px;
	font-weight: 300;
}

/* USP facts */
#usp .usp-facts {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 54px;
	justify-content: center;
	align-items: flex-start;
}

#usp .usp-fact {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	box-shadow: none;
}

#usp .usp-fact-number {
	font-size: 50px;
	font-weight: 400;
	color: #0b6f76;
	line-height: 1.05;
	text-align: center;
}

#usp .usp-fact-title {
	font-size: 14px;
	font-weight: 400;
	color: #95a7b0;
	letter-spacing: 0.01em;
	line-height: 1.3;
	margin-bottom: 0;
}

/* FAQ styling */
#faq .card {
	border: 1px solid #e0e7e5;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 6px 10px 0 rgba(10,31,68,0.05);
}

#faq .card:last-child {
	margin-bottom: 0;
}

#faq .card-header {
	background-color: #ffffff;
	border-bottom: 0;
	padding: 14px 16px;
}

#faq .card-header h6 {
	margin: 0;
}

#faq .faq-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #455a64;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

#faq .faq-toggle:hover {
	text-decoration: none;
	color: #0b6f76;
}

#faq .faq-arrow {
	color: #4caf50;
	font-size: 20px;
	margin-left: 12px;
	transition: transform 0.2s ease;
}

#faq .collapse.show ~ .card-header .faq-arrow,
#faq .faq-toggle[aria-expanded="true"] .faq-arrow {
	transform: rotate(180deg);
}

#faq .card-body {
	background-color: #ffffff;
	color: #455a64;
	font-size: 16px;
	padding: 0 16px 14px 16px;
}

#faq .card-body a {
	color: #0b6f76;
	text-decoration: underline;
}

#faq .card-body a:hover {
	color: #0f858d;
	text-decoration: underline;
}

.icon-card {
	color: #4caf50 !important;
	font-size: 32px;
	vertical-align: middle;
}

.icon-card-warning {
	color: #d9a441 !important; /* earthy thumb-down tint */
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	transform: translateY(2px);
}

.quote-box {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 16px;
}

.icon-quote {
	color: #4caf50;
	font-size: 34px;
	line-height: 1;
	margin-top: 2px;
}

.quote-mark {
	color: #4caf50 !important;
	font-size: 42px !important;
	line-height: 1;
	font-family: Georgia, "Times New Roman", serif;
	display: inline-block;
}

.quote-text {
	font-style: italic;
	color: #263238;
	margin: 0;
	line-height: 1.6;
	flex: 1;
}

/* Testimonial quote sizing */
#vertrauen .quote-text {
	font-size: 16px;
}

/* Testimonial personal info adjustments */
#vertrauen .personal-info {
	padding: 12px 0 12px 30px;
	border-bottom: 1px solid #edf1f2;
	border-top: 0;
}

#vertrauen .personal-info h6 {
	font-size: 17px;
	font-weight: 600;
}

#vertrauen .testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}

#vertrauen .testimonial-dots .dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #e0e7e5;
	display: inline-block;
}

#vertrauen .testimonial-dots .dot.active {
	background-color: #4caf50;
}

.testimonial-box h6 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icon-card {
	color: #4caf50 !important;
	font-size: 32px;
	vertical-align: middle;
}

.testimonial-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial-box p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	line-height: 1.65;
	padding: 0px;
	color: #455a64;
}

.testimonial-box p + p {
	margin-top: 8px;
}

.testimonial-box p i {
	color: #455a64;
	font-style: italic;
}

.testimonial-box i {
	color: #ffffff;
}

.testimonial-box small {
	color: #8da2b5;
	display: inline-block;
}

.testimonial-box span {
	font-size: 14px;
	color: #ffffff;
}

.rating {
	background-color: #0b6f76;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  background-image: url('images/profile-picture-one.jpg');
}

.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
	background-color: #ffffff;
	padding: 40px 20px;
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}

.pricing-box h3 {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: .1em;
	color: #0b6f76;
}

.pricing-box h6 {
	font-size: 60px;
	font-weight: 700;
	color: #3a3f52;
	margin-bottom: 0px;
}

.pricing-box p {
	font-size: 17px;
	margin-top: 15px;
	padding: 0px;
}

.pricing-box ul {
	padding-left: 10px;
}

.pricing-box li {
	font-size: 14px;
	font-weight: 300;
	color: #8da2b5;
	letter-spacing: .1em;
}

.pricing-box span {
	font-weight: 500;
	color: #0b6f76;
}

.pricing-box small {
	color: #8da2b5;
	letter-spacing: .2em;
}

.pricing-box i {
	font-size: 20px;
	color: #0b6f76;
	margin-right: 10px;
}

.pricing-box .demo {
	color: #4caf50!important;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
	background-image: url('images/footer_bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action p {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	opacity: .8;
	margin-bottom: 40px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .btn-regular {
	background-color: #ffffff!important;
	color: #0b6f76!important;
	padding: 15px 45px;
}
#call-to-action .btn-regular:hover {
	background-color: #f7faf9!important;
	color: #0b6f76!important;
}
#call-to-action .btn-regular:active, #call-to-action .btn-regular:focus {
	background-color: #e0e7e5!important;
	color: #0b6f76!important;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .hs-form-wrapper {
	max-width: 720px;
	margin: 0 auto 10px;
	background: #ffffff;
	padding: 24px 28px;
	border-radius: 12px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	text-align: left;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
	background-color: #1e2c2a;
    padding: 60px 0;
    color: #969696;
}

footer h5 {
	color: #aeb3bd;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #969696;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #969696;
}

footer a {
	color: #969696;
}

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

footer i {
	font-size: 25px;
	color: #969696;
	margin-right: 10px;
}

footer i:hover {
	color: #ffffff;
}

footer small {
	color: #62656a;
	float: right;
}

.external-links {
	color: #cfd4d8;
}

/* ==============================================
   10. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	#call-to-action h2, p {
		text-align: left!important;
		padding: 0 20px;
	}

	#call-to-action {
		background-image: none;
		background-color: #0b6f76;
	}

	#hero .hero-support {
		justify-content: center;
		text-align: center;
	}

	#hero .support-title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4px;
	}

	#hero .support-logos {
		justify-content: center;
	}

	#usp .usp-facts {
		flex-direction: column;
	}

	#wirkung .powered-by-bar {
		justify-content: center;
		text-align: center;
	}

	#wirkung .powered-by-logos {
		justify-content: center;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#hero {
		padding-top: 80px!important;
	}
	
	#hero h1 {
		font-size: 26px!important;
		margin-bottom: 15px;
		line-height: 1.3;
		margin-top: 0!important;
	}
	
	#hero p {
		font-size: 16px!important;
		margin-bottom: 20px!important;
	}
	
	#hero span {
		font-size: 11px;
		display: block;
		margin-bottom: 8px;
	}
	
	.hero-content {
		margin-top: 0!important;
		padding-bottom: 20px;
	}
	
	.hero-image {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.title-block h2 {
		font-size: 24px!important;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	
	.title-block h3 {
		font-size: 22px!important;
		line-height: 1.3;
	}
	
	.title-block p {
		font-size: 15px!important;
		line-height: 1.5;
	}
	
	section {
		padding: 35px 0!important;
	}
	
	.testimonial-box {
		margin-top: 15px;
	}
	
	.card-grid {
		margin-bottom: 15px;
	}
	
	.btn {
		font-size: 14px;
		padding: 12px 30px;
	}
}

@media (max-width: 991px) { 
	.custom-navbar {
		height: auto;
		min-height: 60px;
		padding: 8px 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.navbar-brand-wrapper {
		display: flex;
		align-items: center;
		gap: 10px;
		order: 1;
	}
	
	.navbar-toggler {
		padding: 8px 10px;
		margin: 0;
		order: 3;
		margin-left: auto;
	}
	
	.navbar-collapse {
		order: 4;
		width: 100%;
		border-bottom: 1px solid #efefef;
		padding-top: 0;
		margin-top: 10px;
	}
	
	.nav-logo-mobile {
		max-height: 45px!important;
		margin: 0;
		padding: 0;
	}
	
	.nav-title-mobile {
		font-size: 16px;
		font-weight: 600;
		color: #3a3f52;
		white-space: nowrap;
	display: inline-block;
	}

.nav-title-desktop {
	display: none;
}

	.nav-logo-desktop {
		display: none;
	}
	
	.nav-right {
		float: left;
	}
	
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
		margin-top: 0!important;
	}
	
	.navbar-nav{
		width: 100%;
		align-items: flex-start!important;
	}
	
	.navbar-nav .nav-link {
		padding: 12px 15px;
		text-align: left;
		width: 100%;
	}

	.btn-demo-small {
		background-color: #0b6f76;
		border: 0px;
		padding: 0px;
		box-shadow: none;
		color: #ffffff;
		margin-top: 0!important;
	}
	
	.btn-demo-small .nav-link {
		padding: 12px 15px!important;
	}
	
	.btn-demo-small:hover {
		background-color: #0f858d;
	}
	
	.btn-demo-small:active, .btn-demo-small:focus {
		background-color: #095c62;
		color: #ffffff;
	}
	
	.btn-demo-small a {
		color: #ffffff!important;
	}
	
	.nav-custom-link {
		font-size: 15px;
		font-weight: 400;
	}

	.icon-mobile {
		font-size: 16px;
		float: right;
		margin-left: 8px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.hero-content {
		margin-top: 100px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.testimonial-box span {
		font-size: 12px;
	}
	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}






