html::-webkit-scrollbar {
    width: 17.5px;
    height: 17.5px;
}
html::-webkit-scrollbar-thumb {
    background: #bce5fb;
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
html::-webkit-scrollbar-track {
    background: #fff;
}
::selection {
    color: #fff;
    background: #bce5fb;
}
body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color: #000000;
}
/* @media(max-width:991px){
	body{
		margin-top:93px;
	}
} */
/************************************************************************/
/**************************** Helper Clases *****************************/
/************************************************************************/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0 0 10px 0;
    font-weight: 300;
}
p {
    letter-spacing: 0px;
}
a,
a:visited {
    color: #000000;
    webkit-transition: color 0.5s;
    /* Safari */

    transition: color 0.5s;
    text-decoration: none;
}
a:hover,
a:focus {
    -webkit-transition: color 0.5s;
    /* Safari */

    transition: color 0.5s;
    text-decoration: none;
	    color: #0697c4;

}
/************************************/
/*******  Color clases default  *****/
/************************************/
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #000000 !important;
}
/************************************/
/*******  Background classes ********/
/************************************/
.bg-info {
    background-color: #bce5fb !important;
}
.bg-white {
    background: #ffffff !important;
}
.bg-black {
    background: #000000 !important;
}
/************************************/
/************ utilities  ************/
/************************************/
.content-centered-y {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.mt-60 {
    margin-top: 60px;
}
.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/***********************************************/
/***************** Buttons classes *************/
/***********************************************/
.btn-light {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Lato";
    background: #fff !important;
    border: 2px solid #000000 !important;
    border-color: #000000;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
/***********************************************/
/***************** Buttons classes *************/
/***********************************************/

/***********************************************/
/***************** common classes *************/
/***********************************************/
section {
    padding: 60px 0 0;
}
section#schedule ,
section#diabetes ,
section#painmanagement {
		padding: 60px 0 ;
	}
section .sec-heading,
.sec-heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Lato";
}
section .sec-heading hr,
.sec-heading hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #000;
    width: 120px;
}

section .sec-sub-heading,
.sec-sub-heading {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
}
.border {
    border: 2px solid #000000 !important;
}
.border-top {
    border-top: 2px solid #000 !important;
}
#about img,
#painmanagement img,
#promotions img,
#allergies img,
#nutrition img,
#oxygenation img,
#neuropathy img,
#aesthetics img,
#diabetes img{
	margin-bottom:20px;
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
	section {
		padding: 30px 0 0;
	}
	section#schedule ,
	section#diabetes ,
	section#painmanagement {
		padding: 30px 0;
	}
	section .sec-heading, .sec-heading {
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 25px;
	}
	section .sec-sub-heading, .sec-sub-heading {
		font-size: 22px;
	}
}
/***********************************************/
/***************** Navigation ******************/
/***********************************************/
header {
    height: 100vh;
}
header nav{
	padding:1rem !important;
}
header nav .nav-logo{
	width:200px;
}

nav ul li a {
    font-size: 25px;
    font-family: "Lato";
    text-align: center;
    margin: 0 15px;
    color: #000000 !important;
    font-weight: 300;
}
header .logo {
    height: calc(100vh - 165px);
}
header .social {
    padding: 10px 0;
}
header .social ul li {
    color: #000;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 1px 0 0 0;
	line-height: 30px;
}

header .social ul li a {
    color: #000;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 2px solid #000000;
}
@media (max-width: 991px) {
	.fixed-nav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		background: #ffffff;
		-webkit-box-shadow: 2px 10px 16px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 10px 16px -15px rgba(0,0,0,0.75);
		box-shadow: 2px 10px 16px -15px rgba(0,0,0,0.75);
	}
}
@media (max-width: 767px) {
}
/***********************************************/
/****************** covid19  ********************/
/***********************************************/
#covid19 {
    background: url("../imgs/covid.jpg") center center no-repeat;
    background-size: cover;
    /* height: 100vh; */
    padding-bottom: 300px;
    padding-top: 0;
}
#covid19 h1 {
    font-size: 50px;
}
#covid19 p {
    font-size: 30px;
}

@media (max-width: 768px) {
}
@media (max-width: 767px) {
	#covid19 {
		background-size: cover;
		max-height: 300px !important;
	}
}
/***********************************************/
/***************** empower-detail   ************/
/***********************************************/
.empower-detail .inner-detail{
	padding: 0 7px;
}
/***********************************************/
/***************** promotions   ****************/
/***********************************************/
#promotions .inner-detail {
    border: 2px solid #000000;
    padding: 25px;
}
#promotions .inner-detail {
	margin-bottom:30px;
}
@media (max-width: 768px) {
	
}
@media (max-width: 767px) {
	#promotions .inner-detail.last {
		margin-bottom:0;
	}
}
/***********************************************/
/******************** Repair *******************/
/***********************************************/
#repair {
    background: url("../imgs/repair-bg.jpg") center center no-repeat;
    background-size: cover;
    height: 100vh;
}

#repair .repair-heading {
    font-size: 60px;
    letter-spacing: -2px;
    color: #000000;
    font-weight: 700;
    font-family: "Lato";
    text-align: center;
    line-height: 80px;
}
#repair .repair-subheading {
    font-size: 30px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
}
@media (max-width: 768px) {
    #repair .repair-heading {
        font-size: 30px;
    }
    #repair .repair-subheading {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
	#repair .inner-detail{
		padding-top: 220px;
	}
}
/***********************************************/
/******************** team *******************/
/***********************************************/
#testimonials {
    margin-bottom: 400px;
}
#team .member {
    margin-bottom: 20px;
}
#team .member img {
    margin-bottom: 10px;
}
#team .member .name,
#testimonials .testimonial .name {
    font-size: 22px;
    font-weight: 300;
}
#team .member .designation,
#testimonials .testimonial .designation {
    font-size: 18px;
    font-weight: 300;
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
}
/***********************************************/
/******************** usefuldownloads *******************/
/***********************************************/
#usefuldownloads .links ul {
    margin-bottom: 0;
}
#usefuldownloads .links ul li {
    margin-bottom: 20px;
}

#usefuldownloads .links ul li a {
    font-size: 30px;
    font-weight: 300;
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
	#usefuldownloads .links ul li a {
		font-size: 20px;
	}
}
/***********************************************/
/******************** testimonials *******************/
/***********************************************/
#testimonials .testimonial {
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 30px;
    min-height: 500px;
}
#testimonials .testimonial img {
    max-width: 150px;
    margin-bottom: 10px;
}
#testimonials .testimonial hr {
    border-top: 2px solid #000;
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
}

#button {
  display: block;
    background-color: #eee;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	color: #000;

}
#button::after {
  content: "^";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
#button:hover {
    cursor: pointer;
    background-color: #000;
	color:#ffffff;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu a {
    white-space: nowrap;
    display: block;
    margin: 5px 0;
    text-align: left;
    padding: 5px 20px;
    font-size: 18px;
}
#schedule button {
    width: 240px;
    margin: 20px;
}