/* Custom css */

/* TABLE OF CONTENTS

|| General Styles

|| Breakpoints

|| Typography

|| Hero and Main navigation

|| Buttons

|| Highlights

|| Our consultant

|| Contact

|| About

|| Services

|| Faqs

|| Useful info

|| Gallery

|| Footer

|| Modal

|| 404 page

*/




/*_____________________
|| General Styles
_____________________*/
body {
  font-family: roboto, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, noto, segoe ui, arial, sans-serif;
  line-height: 2;
}

h1 {
  text-align: left;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 4%;
  border-left: 15px solid #1883a0;
}

h2 {
  color: #1883a0;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 5% 5%;
  border-left: 15px solid #1883a0;
}

h3 {
  font-size: 3vw;
}

h4 {
  padding: 0 0 0 5%;
  margin: 0;
}


/*_____________________
|| Hero and main navigation
_____________________*/

.jumbotron-bg {
  background: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 10%;
}

.yes-color {
  color: #1883a0;
  border-bottom: 0.2em solid red;
  line-height: 0.85;
  display: inline-block;
}

.second-tagline {
  line-height: 1.2;

  max-width: 40%;
}

.btn-hero {
  margin-left: 5%;
  margin-top: 2%;
}

.bg-nav {
  background-color: #98c9f4;
}

/*_____________________
Buttons and links
_____________________*/
.btn-info {
  background-color: #1883a0;
  color: #FFF;
  text-decoration: none;
}

.active {
  border-bottom: 0.2em solid #1883a0;
}

/*_____________________
|| Highlights
_____________________*/
.highlights {
  margin: 5% 0;
}

h2.highlights-heading {
  padding: 0 0 2% 0;
  color: #000;
  border: none;
}

.highlights-text {
  font-size: 20px;
  line-height: 2.5;
}

/*_____________________
|| Our consultant
_____________________*/
.consultant-text {
  color: #000;
  border: none;
}

.consultant-bg {
  background: url("../images/male-doctor.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*_____________________
|| Testimonials
_____________________*/
.testimonials {
  margin: 5% 2%;
}

.testimonials-heading {
  color: #000;
}

.rounded-circle {
  border-radius: 50% !important;
  width: 30%;
}

/*_____________________
|| Contact
_____________________*/
.bg-contact {
  background-color: #98c9f4;
  padding: 30%;
}

.fas {
  color: #1883a0;
  ;
}

.google-maps {
  position: relative;
  padding-bottom: 35%; // This is the aspect ratio
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.form-control {
  background-color: #f1f1f1;
}

input.btn {
  background-color: #1883a0 !important;
}

.timings {
  list-style-type: none;
  margin-left: 18%;
}

/*_____________________
|| About
_____________________*/
.subhead {
  font-weight: 10%;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 10%;
}


/*_____________________
|| Services
_____________________*/
.services-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 5%;
  text-indent: -5%;
}

.services-bg-ear {
  background: #98c9f4;
  width: 40%;
  height: auto;
  margin-right: 0.2%;
}

.services-bg-nose {
  background: #e1e1e1;
  width: 40%;
  height: auto;
  margin-bottom: 0.2%;
}

.services-bg-throat {
  background: #e1e1e1;
  width: 40%;
  margin-top: 0.2%;
}

.services-bg-balance {
  background: #98c9f4;
  width: 40%;
  height: auto;
  margin-left: 0.2%;
}

/*_____________________
|| FAQs
_____________________*/
.card-header {
  background: #98c9f4;

}

.plus {
  color: #000;

}

.faqs {
  background: #e1e1e1;
}

.card-body {
  margin-left: ;
  margin-right: 25%;
}

.faqs-question {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;

}

/*_____________________
|| Useful info
    _____________________*/
dl.end {
  border-bottom: 0.5px solid #000;
}

.info {
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 3px;
}

/*_____________________
|| Gallery
_____________________*/
.row-gallery {
      padding: 8px;
      margin-bottom: 100px;
}

.gallery {
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: middle;
    border: 1px solid #ababab;
    max-width: 100%;

}

/*_____________________
|| Footer
_____________________*/
.bg-blue {
  padding: 5%;
  background-color: #98c9f4;
}

.footer-text {
  list-style-type: none;
}

.copyright-band {
  background: #e1e1e1;
}

.bg-blue-legal {
  padding: 3%;
  background-color: #98c9f4;
}

/*_____________________
|| Modal
_____________________*/
.modal-header {
  background: #98c9f4;
}

.modal-footer {
  background: #98c9f4;
}

/*_____________________
|| 404 page
_____________________*/
.bg-error-page {
  background: #98c9f4;
}

/*_____________________
|| Legal pages
_____________________*/

.legal-text {
  padding: 0 20%;
}

.legal-list {
  list-style-type: none;
}

ol {
  list-style-type: lower-alpha;
}
