@media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .news-sidebar {
    margin-top: 2em;
  }

  #appointment-form {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }
  h2 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.4em;
  }
  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .navbar{
    padding: 30px !important;
  }
  .logo_c p{
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .angle-up-btn{
    bottom: 6em !important;
  }
   .news-image img {
    width: 100% !important;
    padding: 50px 50px !important;
  }
}

@media (max-width: 764px) {
  .angle-up-btn{
    bottom: 9em !important;
  }
  .email-icon{
    display: none;
  }
  .news-image img {
    width: 100%;
    padding: 50px 50px ;
  }
  .minor-animation{
    height: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1010px) {
  .navbar-collapse{
    margin-top: 25px;
  }

  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-collapse.collapse.in {
      display: block!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .book{
    display: none !important;
  }

  .navbar{
    padding-left:0px !important;
    padding-right: 0px !important;
  }

  .custom-hide{
    display: none;
  }

  .in-center{
    display: flex;
    justify-content: center;
  }
}