@media screen and (max-width: 1095px) {
  .featured .featured-box .overlay {
    padding-bottom: 20px;
    height: auto;
  }

  .featured .featured-box:hover > .overlay {
    height: auto;
    padding-bottom: 20px;
    height: 100%;
  }

  .featured .featured-box:hover > h3 {
    display: none;
  }
}
@media screen and (max-width: 1003px) {
  header .top-menu-area .main-menu .search-toggle {
    top: -15px;
  }
}
@media screen and (max-width: 929px) {
  header .header-phone span {
    font-size: 20px;
  }

  .featured .featured-box .overlay {
    font-size: 12px;
  }
}
@media screen and (max-width: 908px) {
  .featured .featured-box .overlay {
    display: none !important;
  }
}
@media screen and (max-width: 779px) {
  header .sm-widgets {
    display: none;
  }

  .featured .featured-box {
    max-width: 320px;
    margin-bottom: 50px;
  }

  .box.office-hrs, .box.before-after {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .mission {
    display: none;
  }

  header .top-menu-area .main-menu ul, header .top-menu-area .main-menu .search-toggle, header .top-menu-area .main-menu:before {
    display: none;
  }

  .top-menu-mobile {
    background: #fff;
    position: relative;
    z-index: 200;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .top-menu-mobile li {
    width: 19%;
    display: block;
    float: left;
    text-align: center;
  }
  .top-menu-mobile li a {
    width: 100%;
    display: block;
    color: #16478c;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 34px;
  }
  .top-menu-mobile.isStuck {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 6px solid #2282C2;
  }

  .hide-from-desktop {
    display: block;
  }

  header .top-menu-area {
    border-top: none;
  }

  .header-top-icons {
    border-bottom: 6px solid #2282c2;
  }

  header .header-phone {
    text-align: center;
  }

  header .logo, header .header-phone span {
    margin-top: 20px;
  }

  .row.top-menu-area.isStuck {
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .footer .sm-icons {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .footer-address {
    width: 100%;
    text-align: center;
    margin-left: 0;
    border-right: none;
  }

  .poweredby {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .featured, .map {
    display: none;
  }

  .content h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
    padding-top: 25px;
  }

  .right-col {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .second-set .box.appointment .form-line .input {
    width: 100%;
    margin-bottom: 20px;
  }

  .second-set .box.appointment .form-line {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 410px) {
  .box.office-hrs {
    display: none;
  }

  .box.before-after {
    min-height: 250px;
  }
}
