@media screen and (max-width: 1199px) {
  .contact-rw .book-now-form {
    width: 100%;
  }
  .contact-list-main {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .service-contnet h2 {
    font-size: 17px !important;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .service-contnet h2 {
    font-size: 18px !important;
    padding: 0 27px;
  }
}
@media only screen and (max-width: 479px) {
  .owl-next {
    right: -1rem;
  }
  .owl-prev {
    left: -1rem;
  }
  .owl-theme .owl-nav i::before {
    font-size: 16px;
  }
  .service-contnet h2 {
    font-size: 12px !important;
    padding: 0 27px;
  }
  .title h2 {
    font-size: 22px !important;
  }
  my-media .media-body h5 {
    font-size: 17px !important;
  }
  .into-section .icon-title h2 {
    font-size: 20px !important;
  }
  .contact-details {
    margin-bottom: 4px;
  }
  .my-caption {
    display: none;
  }
  .start-count {
    margin-bottom: 30px;
  }
  .my-nav .navbar-brand img {
    width: 100px;
  }
  .appointment-content-section h2 {
    font-size: 25px !important;
  }
  .appointment-content-section h2 span {
    font-size: 32px;
  }
  #close-bar {
    top: 185px;
  }
  .my-nav {
    padding: 8px 15px !important;
  }
  .book-button {
    display: none;
  }
  .book-button a {
    padding: 8px 18px;
  }
}
