/*GENERAL*/
.results .back-link, .product-detail .back, .product-detail .main-section a, .contact-form form button, .img-info a, .book-appo .row a {
  background-color: #f7901e;
  border: 2px solid transparent;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.results .back-link:hover, .product-detail .back:hover, .product-detail .main-section a:hover, .contact-form form button:hover, .img-info a:hover, .book-appo .row a:hover {
  background-color: transparent;
  border: 2px solid #f7901e;
  color: #f7901e;
  -webkit-animation-name: btn-hover;
          animation-name: btn-hover;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.CTA-products a {
  background-color: transparent;
  border: 2px solid white;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.CTA-products a:hover {
  background-color: white;
  border: 2px solid white;
  color: #3cb4e5;
  -webkit-animation-name: btn-hover-white;
          animation-name: btn-hover-white;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.results .result-item h3, .results .search-header h1, .product-detail .main-section h1, .brands h1, .product-info h1, .products h1, .contact-form .form-title h1, .map h1, .FAQ .card .btn-link, .FAQ h3, .FAQ h2, .FAQ h1, .CTA-products h1, .testimonies h2, .testimonies h1, .img-info h1, .modal .modal-body h1, .book-appo .row h1, .trust-gral h1 {
  font-size: 28px;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #006ba7;
}

footer h1, .results .result-item a, .results .search-header a, .product-detail .description h2, .testimonies h3, .doctors h2 {
  margin-top: 10px;
  font-family: "sarabun";
  font-size: 14px;
  font-weight: 900;
  color: #006ba7;
}

footer a, footer p, .results .result-item p, .product-detail .icons .icon-item p, .product-detail .description p, .product-detail .main-section p, .brands p, .contact-form form label, .testimonies p, .modal .modal-body p, .ambulatory .row p, .doctors p, .trust-gral p {
  color: #3c3c3c;
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.center {
  text-align: center;
}

/* NAVBAR */
.navbar {
  padding: 0.5rem 10rem;
}

.bg-light {
  background-color: #fff !important;
}

.navbar-light .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #3cb4e5;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0f6ca9;
}
.navbar-light .navbar-nav .phone {
  font-size: 14px;
}

.navbar-brand {
  width: 200px;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
  margin-right: 10px;
}

nav .form-control {
  border-radius: 2rem;
  height: calc(1.2em + .75rem + 2px);
  font-size: 0.8rem;
}

/* HERO SECTION */
.hero-sec {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007fc8+0,1e80b7+100 */
  background: #007fc8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #007fc8 0%, #1e80b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007fc8", endColorstr="#1e80b7",GradientType=0 );
  /* IE6-9 */
  padding: 80px 0;
}
.hero-sec .row {
  align-items: center;
}
.hero-sec h1 {
  color: white;
  font-family: "Sarabun", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1px;
  margin: 0;
}
.hero-sec p {
  color: white;
  font-family: "Sarabun", sans-serif;
  font-size: 20px;
}
.hero-sec img {
  width: 120px;
}

/* TRUST */
.trust-gral {
  background-color: #effaff;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}
.doctors {
  text-align: center;
  padding: 40px 0;
}
.doctors p {
  max-width: 350px;
}
.doctors .b-right {
  border-right: 1px solid lightgray;
}

.img-bg {
  border: 2px solid #006ba7;
  border-radius: 100%;
  background-color: white;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-bg img {
  width: 65px;
}

/* APPOINTMENT */
.book-appo {
  align-items: center;
  background-color: #effaff;
  padding: 30px;
  margin: 40px 30px;
  border-radius: 5px;
}
.book-appo .row {
  align-items: center;
}
.book-appo .row h1 {
  margin-bottom: 20px;
}
.book-appo .row img {
  width: 180px;
}
.ambulatory .row h1 {
  margin-bottom: 5px;
}
.ambulatory .row p {
  margin-bottom: 20px;
}
.ambulatory .row img {
  margin-bottom: 10px;
  width: 360px;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
}

.modal {
  padding-right: 0;
}
@media only screen and (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal .modal-form {
    max-width: 1200px;
  }
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-body {
  padding: 60px;
}
.modal .modal-body .row {
  align-items: center;
}
.modal .modal-content {
  background-color: #effaff;
}

/* INFO-IMG SECTION */
.img-info {
  background-image: url("../themes/sleep-better/assets/images/general/info-img-2.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
.img-info h1 {
  color: white;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}
.img-info p {
  font-size: 28px;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
  line-height: 1.1;
}
/* TESTIMONIES */
.testimonies {
  background-color: #effaff;
  text-align: center;
  padding: 80px;
}
.testimonies .col-md-4 {
  background-color: white;
  padding: 40px;
  border: 5px solid #effaff;
}
.testimonies img {
  width: 75px;
  margin-bottom: 20px;
}
.testimonies h1 {
  margin-bottom: 40px;
}
.testimonies h2 {
  font-size: 26px;
}
.testimonies h3 {
  margin-bottom: 5px;
}
.testimonies p {
  line-height: 1.5;
}

.CTA-products {
  background-color: #3cb4e5;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.CTA-products h1 {
  color: white;
  margin-bottom: 20px;
}
.FAQ {
  padding: 60px 0;
}
.FAQ h1 {
  text-align: center;
  margin-bottom: 40px;
}
.FAQ h2 {
  font-size: 16px;
  font-weight: 800;
}
.FAQ h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.FAQ h3 a {
  color: #006ba7;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.FAQ h3 a:hover {
  color: #3c3c3c;
}
.FAQ .card {
  border: none;
}
.FAQ .card .bg-1 {
  background-color: #effaff;
}
.FAQ .card .card-header {
  border: none;
}
.FAQ .card .card-body {
  color: #3c3c3c;
  font-weight: 300;
}
.FAQ .card .btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #3cb4e5;
}
.FAQ .card .btn-link:focus {
  text-decoration: none;
}
.FAQ .card .btn-link:hover {
  text-decoration: none;
}

.map {
  margin-bottom: 40px;
}
.map h1 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-form {
  padding: 30px 160px;
}
.contact-form .form-title {
  align-items: center;
}
.contact-form .form-title h1 {
  margin-bottom: 5px;
}
.contact-form .form-title p {
  font-display: "sarabun", sans-serif;
  font-size: 18px;
  color: #006ba7;
}
.contact-form .form-title img {
  width: 75px;
  float: right;
}
.products {
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.products h1 {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 800;
}
.products .product-slider {
  padding: 20px 0;
}
.products .product-slider img {
  width: 120px;
  margin: 0 auto;
}
.products .product-slider img:focus {
  border: none;
}
.products .product-slider .slick-active, .products .product-slider .slick-slide:focus {
  outline: none;
}

.product-info {
  padding: 60px 0;
  margin: 40px 0;
  background-color: #effaff;
  display: flex;
  align-items: center;
}
.product-info img {
  width: 60%;
  margin: 0 auto;
}
.product-info h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}
.product-info p {
  font-size: 22px;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #006ba7;
  line-height: 1.1;
}
.product-info .multiple-items {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product-info .multiple-items img:focus {
  border: none;
}
.product-info .multiple-items .slick-active, .product-info .multiple-items .slick-slide:focus {
  outline: none;
}

.brands {
  text-align: center;
  padding: 20px 0 100px;
}
.brands h1 {
  margin-bottom: 20px;
}
.brands img {
  width: 150px;
  margin-bottom: 10px;
}
.brands .row {
  align-items: center;
}

.product-detail {
  padding: 40px 0 60px;
}
.product-detail .multiple-items img {
  max-width: 300px;
  margin: 0 auto;
}
.product-detail .main-section {
  padding: 60px 0;
}
.product-detail .main-section p {
  margin: 0;
  margin-bottom: 30px;
}
.product-detail .description {
  padding: 50px 30px;
  background-color: #effaff;
  text-align: center;
}
.product-detail .description h2 {
  margin-top: 0;
}
.product-detail .description p {
  max-width: 100%;
  line-height: 1.4;
}
.product-detail .icons {
  padding: 40px 0;
}
.product-detail .icons .icon-bg {
  width: 35px;
  margin: 0 auto;
  padding: 5px;
  background-color: #3cb4e5;
  color: white;
  border-radius: 100%;
}
.product-detail .icons .col-md-6 {
  text-align: center;
}
.product-detail .icons .icon-item p {
  max-width: 350px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .container-slider {
    max-width: 100%;
  }
  .container-slider .bg-1 {
    background-color: #effaff;
  }
}
.relative {
  position: relative;
}

.results {
  background-color: #effaff;
  padding: 80px 0;
  margin-bottom: 40px;
}
.results .search-header {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.results .search-header h1 {
  text-align: center;
}
.results .search-header h1 span {
  font-style: italic;
}
.results .search-header a {
  font-size: 15px;
  text-decoration: none;
  margin-top: 0;
}
.results .search-header a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
.results .result-item {
  align-items: center;
  padding: 10px 0;
  border-bottom: 2px solid white;
}
.results .result-item img {
  max-width: 80px;
}
.results .result-item a {
  font-size: 15px;
}
.results .result-item h3 {
  color: #3c3c3c;
  font-size: 18px;
}
.results .result-item p {
  margin: 0;
}
.footer-2 {
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}

footer {
  background-color: #055383;
  padding: 60px 0 40px;
}
footer h1 {
  color: white;
}
footer p {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: lightgray;
}
footer .footer-two {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
footer .footer-two img {
  width: 200px;
}

@-webkit-keyframes btn-hover {
  from {
    background-color: #f7901e;
    color: white;
  }
  to {
    background-color: transparent;
    color: #f7901e;
  }
}

@keyframes btn-hover {
  from {
    background-color: #f7901e;
    color: white;
  }
  to {
    background-color: transparent;
    color: #f7901e;
  }
}
@-webkit-keyframes btn-hover-white {
  from {
    background-color: transparent;
    color: white;
  }
  to {
    background-color: white;
    color: #3cb4e5;
  }
}
@keyframes btn-hover-white {
  from {
    background-color: transparent;
    color: white;
  }
  to {
    background-color: white;
    color: #3cb4e5;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar form {
    display: none;
  }

  .img-info {
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .nav-link {
    padding: 2.5rem 1rem;
    font-size: 22px;
  }

  .testimonies .col-md-4 {
    flex: 100%;
    max-width: 100%;
  }

  .contact-form {
    padding: 30px 0px;
  }

  .ambulatory .row img {
    width: 240px;
  }
  .ambulatory .row h1 {
    line-height: 1;
  }

  .modal .modal-body {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .hero-sec .row {
    text-align: center;
  }
  .hero-sec .row h1 {
    font-size: 24px;
    line-height: 0.9;
    margin-top: 20px;
  }
  .hero-sec .row p {
    display: none;
  }

  .trust .trust-gral {
    padding: 40px 0;
  }
  .trust .trust-gral h1 {
    margin-bottom: 20px;
  }
  .trust .trust-gral p {
    font-size: 15px;
  }
  .trust .doctors .col-md-6 {
    margin-bottom: 20px;
  }

  .book-appo {
    text-align: center;
    padding: 30px 0;
  }
  .book-appo h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .img-info {
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 260px;
  }
  .img-info h1 {
    font-size: 28px;
  }
  .img-info p {
    font-size: 18px;
  }

  .testimonies {
    padding: 60px 0;
  }

  .contact-form .form-title {
    flex-direction: column-reverse;
    text-align: center;
  }
  .contact-form .form-title img {
    float: none;
    text-align: center;
  }

  .FAQ h2 {
    text-align: center;
  }
  .FAQ .questions {
    text-align: center;
  }

  .product-detail .main-section {
    text-align: center;
  }

  .results .search-header {
    flex-direction: column-reverse;
  }

  footer {
    padding: 40px 0;
    text-align: center;
  }
  footer .footer-one .col-md-4 {
    margin-bottom: 20px;
  }
  footer .footer-two {
    margin-top: 20px;
  }
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./fonts/slick.eot');
    src: url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./fonts/slick.woff') format('woff'), url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./fonts/slick.ttf') format('truetype'), url('../themes/sleep-better/assets/js/plugins/slick-slider/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
