/*
Theme Name: HearingCare
Author: samSquares
Author URI: https://www.samsquares.com/
Description: Theme HearingCare created by samSquares.
Version: 1.0
*/

.sticky-top {
    position:sticky;
    top:0;
    z-index:1020;
}

.ss-news-page .entry-header h1 {
  font-size: 1.5rem !important;
}

h2, .h2 {
  font-size: 38px !important;
}

.ss-news-page header {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}

.appoinment {
  padding: 60px 0 !important;
}

.fetaure-page h4, .h4 {
  font-size: 1.2rem !important;
  line-height: 30px;
}

.fetaure-page .img-fluid {
  max-width: 100%;
  height: 180px !important;
}

.service h4 {
  padding-left: 0px !important;
}

.appoinment-content img {
  width: 100% !important;
}

.bera-oae-pic-2 img {
    height: 672px !important;
}

.ss-page-content {
    padding: 50px !important;
}

.entry-content::after {
    border-top: 1px solid #d6e6ea !important;
    border-bottom: 1px solid #d6e6ea !important;
    padding: 8px 0;
    color: #7F8C8D;
    margin-top: 10px; 
}


.footer-bottom-bar {
  background: #892A28;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.footer-bottom-bar h2 {
    color: #fff;
    font-size: 26px !important;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.hrf-faq-list article:last-child {
  display: none !important;
}

@media only screen and (max-width: 768px) {
    .header-top-bar {
      font-size: 12px !important;
      color: #fff;
    }
    
    .navbar-brand {
      width:75% !important;
      margin-left: 10px !important;
    }
    #mega-menu-wrap-menu-header {
        margin-right: 15px !important;
    }
    
    .banner .block {
      padding: 10px 0px 160px !important;
    }
    
    .divider {
        width: 100% !important;
    }
    
    .banner .block h1 {
      font-size: 40px !important;
      line-height: 45px !important;
    }
    
    .about-page .img-fluid {
      max-width: 100%;
      height: auto;
      align-content: center;
      padding-left: 50px !important;
    }
}

