@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


html {
	scroll-behavior: smooth;
}

body{ 
    font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	color: #1d263a;
	line-height: 1.5;
}


p {
	font-size: 20px;
	line-height: 1.7; 
}

.topbar {
	background: #f5f2ee;
	padding: 1px;
	border-bottom: 1px solid #dbd7d1;
	padding-top: 10px;
}

.topbar p {
	font-size: 18px; 
}

.menu { 
	background: #f5f2ee;
	/*box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.03);*/
	padding: 15px;
}

.bg-dark {
	background-color: transparent !important;  
}

.menu figure {
	margin: 0 auto;
	max-width: 200px;
}

.navbar-expand  .navbar-nav .nav-link {
	font-size: 19px;
	font-weight: 500;
	color: #1d263a;
	padding-left: 20px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color:#000;
}

.navbar-brand{
	max-width: 200px;
}

@media only screen and (min-width: 768px){  }

.banner {
	background-color: #f5f2ee;
	padding-top: 70px;
	padding-bottom: 80px;
}

.banner figure {
	margin: 0 auto;
	text-align: center;
}

.banner h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px; 
}  

.li-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.li-list li {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	position: relative;
	padding-left: 35px;
	margin-top: 20px;
}

.li-list li::after {
	position: absolute;
	content: '\f00c';
	font-family: 'Font Awesome\ 6 Free'; 
	left: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
}

.btn {
	background: #f00;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	padding: 1.5rem 2rem;
	font-weight: 600;
	line-height: 1.5;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.btn span {
	display: block;
	font-size: 16px;
	opacity: 0.8;
}

.btn:hover {
	background: #000; 
}

.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.the-facts {
	padding-bottom: 100px;
	padding-top: 100px;
}

.the-facts h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px;
}

/*.the-facts figure img {
	box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);
	border: 7px solid rgb(255, 255, 255);
}*/

divider {
	width: 100%;
	height: 1px;
	background: #1d263a;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.medical-practice {	
	background-color: #f5f2ee;
	padding-top: 100px;
	padding-bottom: 100px;
}

.medical-practice h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px; 
	text-align: center;
	margin-bottom: 40px;
} 

.medical-practice h5 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	border-top: 3px solid #dedee2;
	padding-top: 20px;
	margin-bottom: 20px;
}

.accessibility-compliance {
	background-color: #f5f2ee;
	padding-top: 100px;
	padding-bottom: 100px;
}

.accessibility-compliance h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px; 
} 

.testimonials { 
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
} 

.testimonials h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px; 
	text-align: center;
}

.testimonialsBox {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 0px 21px #00000024;
	margin-top: 60px;
	text-align: center;
} 

.testimonialsBox i {
	font-size: 40px;
	margin-bottom: 20px;
}

.testimonialsBox figure {
	max-width: 100px;
	margin: 10px auto;
}

.contact {
	background-color: #f5f2ee;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact h1 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px;
}

.contact input {
	padding: 15px;
	border-radius: 100px;
	border-color: #ead8c1;
	font-size: 18px;
}

.contact .btn {
	margin-left: auto;
	display: table;
	margin-right: auto;
}

footer {
	background: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer p {
	margin: 0;
}

footer a {
	color: #fff;
	text-decoration: none;
}
  

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 	
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-expand  .navbar-nav .nav-link {
	font-size: 16px;
}
 

.banner h1 ,
.the-facts h1,
.medical-practice h1,
.the-facts h1,
.accessibility-compliance h1,
.testimonials h1,
.contact h1{ 
	font-size: 26px; 
}
 
.navbar-expand .navbar-nav .nav-link i {
	display: none;
}  
.banner ,
.the-facts ,
.medical-practice,
.accessibility-compliance,
.testimonials,
.contact{
	padding-bottom: 60px;
	padding-top: 60px;
}

	p,
	.li-list li{
	font-size: 18px; 
}
 
 
}



@media only screen and (min-width: 0px) and (max-width: 767px) {

p ,
.li-list li{
	font-size: 18px; 
}

.navbar-expand .container-fluid {
		display: block;
} 
 
.menu { 
	border-bottom: 1px solid #dbd7d1;
}

.topbar p { 
 	margin-bottom: 8px;
}

.navbar-brand { 
	display: block;
	margin: 0 auto;
}
.navbar-expand .navbar-nav .nav-link {
	font-size: 17px;
}  

.navbar-expand .navbar-nav { 
	display: block; 
	text-align: center;
	margin: 0 auto;
} 

/*.navbar-expand .navbar-nav .nav-link i {
	display: none;
}*/  

.btn {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}

.banner h1 ,
.the-facts h1,
.medical-practice h1,
.the-facts h1,
.accessibility-compliance h1,
.testimonials h1,
.contact h1{ 
	font-size: 26px;
text-align: center;
}

.banner ,
.the-facts ,
.medical-practice,
.accessibility-compliance,
.testimonials,
.contact{
	padding-bottom: 40px;
	padding-top: 40px;
}
 
}