<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/*------------------------------------------------------------------
  Mobile Portrait and Landscape (tablet and smartphone)
  * 1.0 -&gt; Menu
  * 1.1 -&gt; Subtitles
  * 1.2 -&gt; Gallery
  * 1.3 -&gt; Footer
  * 1.4 -&gt; Font Size
  * 1.5 -&gt; Section &amp; Divider
  * 1.6 -&gt; BookNow
  * 1.7 -&gt; Blog
  * 1.8 -&gt; Breadcrumb
  * 1.9 -&gt; About US
  * 1.10 -&gt; Contact
  * ===============================================
  */


@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /*
   * 1.0 -&gt; Font Size
   * -----------------------------------------------
  */
  .menuzord-menu &gt; li &gt; a {
    color: #444;
  }
  .menuzord-brand {
    margin-left: 0 !important;
  }
  .menuzord-menu &gt; li.active &gt; a, .menuzord-menu &gt; li:hover &gt; a {
    color: #333;
  }
  .menuzord-menu ul.dropdown li a {
    color: #888;
  }
  /*
   * 1.1 -&gt; Subtitles
   * -----------------------------------------------
  */
  .section-title span, .features-health span {
    font-size: 30px;
  }
  .subtitle-divider-2::before, .subtitle-divider-2::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 15px;
    width: 250px;
  }
  .subtitle-divider-2::after {
    background: #00cbd9 none repeat scroll 0 0;
    height: 4px;
    top: 14px;
    width: 70px;
  }
  section &gt; .container, section &gt; .container-fluid {
    padding-bottom: 0;
  }
  .newsletter-title {
    float: left;
  }
  /*
   * 1.2 -&gt; Gallery
   * -----------------------------------------------
  */
  #gallery .container, #blog .container, #location, section#newsletter .container {
    padding-top: 40px !important;
  }
  #gallery .section-title {
    padding-bottom: 25px !important;
  }
  /*
   * 1.3 -&gt; Footer
   * -----------------------------------------------
  */
  #footer .social-icons {
    text-align: left;
  }
  #footer-bg {
    background-position: top;
  }
  .footer .footer-widget .widget-title {
  	font-size: 25px;
  }
  .footer-empty-content {
    display: none;
  }
  .footer-content {
  	font-size: 15px;
  }

  /*
   * 1.4 -&gt; Font Size
   * -----------------------------------------------
  */
  .font-sm-40 {
  	font-size: 40px !important;
  }

  /*
   * 1.5 -&gt; Section &amp; Divider
   * -----------------------------------------------
  */
  section &gt; .container, section &gt; .container-fluid {
    padding-top: 40px;
  }

  /*
   * 1.6 -&gt; Booknow
   * -----------------------------------------------
  */
  .booknow-header {
  	font-size: 40px;
  }
  .modal-title {
  	font-size: 30px;
  }

  /*
   * 1.7 -&gt; Blog
   * -----------------------------------------------
  */
  .entry-title {
  	font-size: 23px;
  }

  /*
   * 1.8 -&gt; Breadcrumb
   * -----------------------------------------------
  */
  .breadcrumb-title {
  	font-size: 13px;
  }
  .breadcrumb-title-active {
  	font-size: 20px;
  }

  /*
   * 1.9 -&gt; About US
   * -----------------------------------------------
  */
  .about-title {
  	font-size: 30px;
  }

  /*
   * 1.10 -&gt; Contact
   * -----------------------------------------------
  */
  .contact-title {
  	font-size: 25px;
  }
}

/* Smartphone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #footer-bg {
      background-image:none !important;
    }
    .footer-empty {
      display: none;
    }
    .mobile-border {
      border-top: 1px solid #cccccc !important;
    }
}

/* Mobile Landscape */

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .features-health {
    margin-top: -80px;
  }
  .footer-empty {
    display: none;
  }
  .mobile-border {
    border-top: 1px solid #cccccc !important;
  }
  .footer-space-block2 {
    margin-top: 90px !important;
  }
}

/* Mobile Portrait */

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .features-health {
    margin-top: -100px;
  }
}

/* Tablet Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .menuzord-menu &gt; li &gt; a {
    color: #fff;
  }
  #gallery .container {
    padding-bottom: 40px;
  }
  .mobile-border {
    border-top: none !important;
  }
}

/* Tablet Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #footer-bg {
    background-position: top;
  }
  .mobile-border {
    border-top: 1px solid #cccccc !important;
  }
  .footer-space-block3 {
    margin-top: 50px !important;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 750px) {
  .menuzord-menu &gt; li &gt; a {
    color: #444;
  }
  .menuzord-menu &gt; li.active &gt; a, .menuzord-menu &gt; li:hover &gt; a {
    color: #333;
  }
  .menuzord-menu ul.dropdown li a {
    color: #888;
  }
  section &gt; .container, section &gt; .container-fluid {
    padding-bottom: 0;
  }
  #blog .container, #location, section#newsletter .container {
    padding-top: 50px !important;
  }
  #gallery .section-title {
    padding-bottom: 25px !important;
  }
  .newsletter-title {
    float: left;
  }
  #footer .social-icons {
    text-align: left;
  }
  #footer-bg {
    background-position: top;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /*
section#newsletter .container {
	padding-top: 50px !important;
}
section#newsletter .text-align {
   text-align: left !important;
}
*/
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  #footer-bg {
    background-position: top;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1600px) {
  .newsletter-bg-image {
    display: none;
  }
  .contact-bg-image {
    display: none;
  }
  .service-bg-image {
    display: none;
  }
  #footer-bg {
    background-position: top;
  }
}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {
  html {
    font-size: 90%;
  }
}
</pre></body></html>