/* ----------------COMMON----------------------- */
@font-face {
  font-family: rale;
  src: url(../../vendors/fonts/Raleway/Raleway-VariableFont_wght.ttf);
}
@font-face {
  font-family: rye;
  src: url(../../vendors/fonts/Rye/Rye-Regular.ttf);
}
@font-face {
  font-family: zen;
  src: url(../../vendors/fonts/Zen_Tokyo_Zoo/ZenTokyoZoo-Regular.ttf);
}
@font-face {
  font-family: nova;
  src: url(../../vendors/fonts/Nova_Flat/NovaFlat-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  color: #555;
  background-color: #fff;
  /* font-family: "", "Arial", sans-serif; */
  font-family: nova;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.row {
  max-width: 1140px;
  margin: 0 auto 0 auto;
}

section {
  padding: 80px 0 80px 0;
}
h1 {
  font-weight: 300;
}

h2,
h3 {
  font-weight: 300;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-weight: 300;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h1:after {
  display: block;
  height: 2px;
  background-color: #0993cf;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #0993cf;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

.description {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  text-align: justify;
}

.box1 {
  padding: 1%;
}

h4 {
  margin-bottom: 10px;
}

.icon-small {
  display: inline;
  width: 30px;
  text-align: center;
  color: #0993cf;
  font-size: 120%;
  margin-right: 10px;
  line-height: 120%;
  vertical-align: middle;
}

/* --------------------------------------------------- HEADER -------------------------------------------------- */

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/3879.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero-text-box {
  font-family: nova;
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  color: white;
}
.hero {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero-text-box .btn {
}

/* ----------------------------Navigation------------------------------------ */

.row-top {
  max-width: 1140px;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
}

.logo,
.logo-black {
  height: 80px;
  width: auto;
  margin-top: 15px;
}

.logo-2 {
  display: none;
}

.main-nav {
  list-style: none;
  margin-top: 35px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s;
  padding-bottom: 5px;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #0993cf;
}

/* ------------------sticky nav------------------------ */

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255, 0.9);
  box-shadow: 0 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav {
  list-style: none;
  margin-top: 15px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  color: #555;
  padding-bottom: 5px;
}
.sticky .logo-1 {
  display: none;
}
.sticky .logo-2 {
  display: block;
}
.sticky .logo-black {
  margin-bottom: 5px;
  height: 50px;
  width: auto;
  margin-top: 5px;
}

/* ------------------Buger menu------------------------ */

.burger-menu {
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.burger-menu i {
  font-size: 150%;
  color: #fff;
}

/* -----------------------------------------Button CSS----------------------------------------------------------- */

.btn:link,
.btn:visited {
  font-family: rale;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  color: #fff;
  margin: 10px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited {
  background-color: #0993cf;
  border: 1px solid #0993cf;
  color: #fff;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #0993cf;
  color: #0993cf;
}

.btn:hover,
.btn:active {
  background-color: #06658e;
}
.btn-full:hover,
.btn-full:active {
  border: 1px solid #06658e;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #06658e;
  color: #fff;
}

/* ---------------Services------------ */

.box {
  padding: 1%;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  height: 170px;
  margin-bottom: 5px;
  border-radius: 5%;
  box-shadow: 0 5px 5px #efefef;
  position: relative;
}

.services-icon {
  margin: 20px auto;
  height: 40px;
  width: 40px;
}
.services-img {
  margin-top: 5px;
  width: 220px;
  height: 128px;
  object-fit: cover;
  border-radius: 10px;
  border-width: 2px;
  border-style: dashed;
}

.back {
  padding: 0 5px;
  position: absolute;
  top: 10px;
  font-size: large;
}

.front,
.back {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;

  transition: transform 0.5s linear;
}

.front {
  -webkit-transform: perspective(180px) rotateY(0deg);
}

.back {
  -webkit-transform: perspective(180px) rotateY(180deg);
}

.box:hover > .front {
  -webkit-transform: perspective(180px) rotateY(-180deg);
}

.box:hover > .back {
  -webkit-transform: perspective(180px) rotateY(0deg);
}

/* ------------GALLERY--------- */
#gallery {
  padding-bottom: 0;
  background-color: #efefef;
}

/* .gallery-showcase {
  list-style: none;
  width: 100%;
}

.gallery-showcase li {
  display: inline-block;
  margin-right: -5px;
  width: 24.8%;
}

.gallery-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: black;
}

.gallery-photo img {
  opacity: 0.9;
  width: 100%;
  height: 190px;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}

.gallery-photo img:hover {
  transform: scale(1.05);
  opacity: 1;
} */

/* ----------------DOCTORS------------------------ */
.chief-doc {
  display: flex;
  justify-content: center;
}
#doctors {
  background-color: #efefef;
  padding-bottom: 40px;
}

.box1 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.doc-detail {
  margin-bottom: 5px;
  font-size: 100%;
}

/* ----------------TESTIMONIALS------------------------ */

#testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/RB.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;

  margin-top: -5px;
  padding-bottom: 30px;
}

blockquote {
  padding: 2%;
  font-style: italic;
  line-height: 145%;
  margin-bottom: 5px;
}

blockquote:before {
  content: "\201C";
  font-size: 400%;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
  margin-bottom: 5px;
}

cite img {
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* ---------------- Contact Us------------------------ */

#address {
  text-align: center;
  margin-bottom: 20px;
}

#timing {
  text-align: center;
  margin: 9px;
}

#contact-no {
  text-align: center;
  margin: 9px;
}

/* ---------------- FOOTER ------------------------ */
footer {
  background-color: #333;
}

footer p {
  color: #888;
  text-align: center;
  font-size: 70%;
  margin: 30px;
}
