/*write some responsive code here */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .main-wrapper {
    height: auto;
    padding: 50px 0;
  }

  .page-section {
    padding: 50px 0;
  }

  .vcenter {
    height: auto;
  }

  .side-overlay {
    width: 100%;
  }

  .heading {
    font-size: 30px;
  }

  .split-section .content {
    padding: 50px;
  }

  .single-post {
    padding-bottom: 40px;
  }

  .contact-details {
    padding-top: 40px;
  }

  .bg-img {
    background-position: 0 0;
  }

  .fixed-bg {
    display: none;
  }

  .section-heading .title {
    font-size: 40px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .main-wrapper {
    height: auto;
    padding: 50px 0;
  }

  .page-section {
    padding: 50px 0;
  }

  .vcenter {
    height: auto;
  }

  .side-overlay {
    width: 100%;
  }

  .heading {
    font-size: 30px;
  }

  .split-section .content {
    padding: 50px;
  }

  .single-post {
    padding-bottom: 40px;
  }

  .contact-details {
    padding-top: 40px;
    text-align: center;
  }

  .bg-img {
    background-position: 0 0;
  }

  .fixed-bg {
    display: none;
  }

  .section-heading .title {
    font-size: 40px;
  }

  .hold-countdown div span {
    width: 100px;
  }
  .hold-countdown div span:first-child {
    font-size: 25px;
  }
  .hold-countdown div span:last-child {
    width: 100px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  .hold-countdown {
    border: none;
  }
  .hold-countdown div {
    margin-bottom: 20px;
    border: none;
  }
  .hold-countdown div span {
    width: 100px;
  }
  .hold-countdown div span:first-child {
    font-size: 25px;
  }
  .hold-countdown div span:last-child {
    width: 100px;
  }

  .hold-subscribe-form input {
    width: 100%;
  }
}
/* portrait phones */
