@font-face {
  font-family: "ubuntu-bold";
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ubuntu-regular";
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "breeserif-regular";
  src: url("../fonts/BreeSerif-Regular.ttf") format("truetype"), url("../fonts/BreeSerif-Regular.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.hamburger-menu-icon-holder input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "ubuntu-regular" !important;
  color: #474747;
  font-size: 18px;
}

a, a:hover, a:active, a:visited, a:-webkit-any-link {
  text-decoration: none;
  outline: none;
  color: #00A9BE;
}

body,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  --form-control-color: #00A9BE !important;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

body {
  display: block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 400;
  background-color: #FFF;
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
}

h1 {
  font-size: 2em;
  font-family: "ubuntu-bold";
  color: #030E4E;
  line-height: 1.2em;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.4em;
    margin: 15px 0;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3em;
    margin: 15px 0;
  }
}

h2 {
  font-size: 1.6em;
  font-family: "ubuntu-bold";
  color: #030E4E;
}

h3 {
  font-size: 1.4em;
  font-family: "ubuntu-bold";
  color: #424345;
  margin: 2px;
}

h4 {
  font-size: 1.11em;
  font-family: "ubuntu-bold";
  color: #424345;
  margin: 2px;
}

h5 {
  font-size: 1em;
  font-family: "ubuntu-bold";
  color: #F3BB68;
  margin: 2px;
}

.flexify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .flexify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexify-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexify-c-c {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexify-2-left {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .flexify-2-left {
    width: 100%;
  }
}

.flexify-2-right {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .flexify-2-right {
    width: 100%;
  }
}

.flexify-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexify-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexify-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.spacer-large {
  height: 2em;
}

@media only screen and (max-width: 480px) {
  .spacer-large {
    height: 1.5em;
  }
}

.light-blue-bg {
  background-color: rgba(83, 188, 206, 0.15);
}

.teal-bg {
  background-color: #00A9BE;
}

.blue-txt {
  color: #030E4E !important;
}

.white-txt {
  color: #FFF;
}

.white-txt h1 {
  color: #FFF;
}

#allatone-section {
  height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/teal-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media only screen and (max-width: 480px) {
  #allatone-section {
    background-position: 100% 10%;
    height: unset;
  }
}

#allatone-section .page-width {
  height: 100%;
  padding: 0px 30px 0px 30px;
}

#allatone-section .flexify-2-left {
  width: calc(100% - 750px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
}

@media only screen and (max-width: 480px) {
  #allatone-section .flexify-2-left {
    width: 100%;
    padding-right: 0;
  }
}

#allatone-section .flexify-2-right {
  background-color: #FFFFFF;
  background-image: url("../images/allatone-bg.png");
  background-repeat: no-repeat;
  background-position: 115% 50%;
  width: 750px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  #allatone-section .flexify-2-right {
    display: none;
  }
}

.allatone-imgs {
  position: absolute;
  overflow: hidden;
  width: 376px;
  height: 376px;
  border-radius: 50%;
  top: 107px;
  left: 32px;
}

.allatone-imgs > * {
  -webkit-animation: 12s allatoneAnim infinite linear;
          animation: 12s allatoneAnim infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes allatoneAnim {
  0% {
    opacity: 0.0;
  }
  4% {
    opacity: 1.0;
  }
  33.33% {
    opacity: 1.0;
  }
  37.33% {
    opacity: 0.0;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes allatoneAnim {
  0% {
    opacity: 0.0;
  }
  4% {
    opacity: 1.0;
  }
  33.33% {
    opacity: 1.0;
  }
  37.33% {
    opacity: 0.0;
  }
  100% {
    opacity: 0.0;
  }
}

.allatone-imgs > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.allatone-imgs > *:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.allatone-imgs > *:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

#knowMatSection {
  padding-bottom: 30px;
}

#knowMatSection .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.div-right {
  margin: auto 0 auto auto;
}

.div-left {
  margin: auto auto auto 0;
}

.padding-30 {
  padding: 30px;
}

.small-txt {
  font-size: 0.75em;
}

.spacer-medium {
  height: 1.5em;
}

@media only screen and (max-width: 480px) {
  .spacer-medium {
    height: 1.2em;
  }
}

.spacer-small {
  height: 1em;
}

@media only screen and (max-width: 480px) {
  .spacer-small {
    height: .8em;
  }
}

.spacer-tiny {
  height: 0.8em;
}

@media only screen and (max-width: 480px) {
  .spacer-tiny {
    height: 0.6em;
  }
}

.page-header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 1000;
  /*background-color: #1BA9BE;*/
}

@media only screen and (max-width: 768px) {
  .page-header {
    height: 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-header {
    height: 60px;
  }
}

.page-header-width {
  max-width: 1440px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .page-header-width {
    width: 100%;
    padding: 0 20px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-logo-holder {
  width: 130px;
}

@media only screen and (max-width: 768px) {
  .top-logo-holder {
    width: 100px;
    overflow: hidden;
    height: 48px;
  }
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 130px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .top-nav {
    display: none;
  }
}

.top-nav-item {
  color: #FFF;
  font-size: 0.75em;
  font-family: "ubuntu-bold";
  margin-left: 80px;
  text-align: center;
  text-transform: uppercase;
}

.top-nav-item-active {
  position: relative;
  color: #FFF;
}

.top-nav-item-active::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #FFF;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 22px;
}

.top-nav-item-btn {
  color: #030E4E;
  font-size: 0.75em;
  margin-left: 60px;
  text-align: center;
  background-color: #F3BB68;
  padding: 5px 20px;
  border-radius: 4px;
}

.top-nav-item-btn-active {
  position: relative;
}

.hamburger-item {
  font-size: 1em;
  padding: 10px 30px;
  text-align: center;
  color: #333;
}

.hamburger-menu-icon-holder {
  display: none;
  position: absolute;
  z-index: 9002;
  right: 50px;
  top: 33px;
}

@media only screen and (max-width: 768px) {
  .hamburger-menu-icon-holder {
    right: 20px;
    top: 21px;
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-menu-icon-holder {
    right: 20px;
    top: 21px;
    display: block;
  }
}

.hamburger-menu-icon-holder input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu {
  -webkit-transform: none;
          transform: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu-logo-holder {
  -webkit-transform: none;
          transform: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu-icon-holder {
  display: fixed;
}

.hamburger-menu-icon-holder span {
  display: block;
  width: 26px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #FFF;
  /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.hamburger-menu-icon-holder #hb2 {
  width: 22px;
  left: 4px;
}

.hamburger-menu-icon-holder #hb1 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  width: 18px;
  left: 8px;
}

.hamburger-menu-icon-holder input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
          transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
  background: #333;
}

.hamburger-menu-icon-holder input:checked ~ #hb1 {
  width: 26px;
  left: 0px;
  -webkit-transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
          transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}

.hamburger-menu-icon-holder input:checked ~ #hb2 {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger-menu-icon-holder input:checked ~ #hb3 {
  width: 26px;
  -webkit-transform: rotate(-45deg) translate(0, 0) scale(1.05, 1.5);
          transform: rotate(-45deg) translate(0, 0) scale(1.05, 1.5);
}

.hamburger-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.menu-logo {
  display: block;
  margin: 0 auto;
  height: 80px;
}

.h-menu-nav-item {
  text-align: center;
  color: #333;
  /*$text-color-one;*/
  text-transform: lowercase;
  font-size: 1.2em;
  padding: 10px 0;
  border-top: solid 1px #EEEEEE;
}

.h-menu-nav-item:last-child {
  border-bottom: solid 1px #EEEEEE;
}

.h-menu-nav-item a {
  color: #333;
  /*$text-color-one;*/
}

.h-menu-link-active {
  color: #474747 !important;
  font-family: "ubuntu-bold";
}

.page-footer {
  width: 100%;
  color: #FFF;
  background-color: #030E4E;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .page-footer {
    height: unset;
  }
}

/*.page-footer .page-width{
      padding-bottom: 0;
  }*/
.footer-nav {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 480px) {
  .footer-nav {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}

.footer-item, .footer-item-btn {
  padding: 30px 40px 10px 10px;
  color: #FFF;
}

@media only screen and (max-width: 480px) {
  .footer-item, .footer-item-btn {
    padding: 0px;
  }
}

.footer-item-active, .footer-item-btn-active {
  color: #F3BB68;
}

.footer-logo-holder {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .footer-logo-holder {
    width: 150px;
    overflow: hidden;
  }
}

.footer-social-links {
  margin-top: 10px;
}

.footer-social-links img {
  margin-right: 10px;
}

.copy-msg {
  font-size: 0.75em;
  border-top: 1px solid rgba(151, 151, 151, 0.26);
  font-family: "ubuntu-regular";
  color: rgba(255, 255, 255, 0.26);
  letter-spacing: 1px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .copy-msg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
}

.page-section {
  /*margin: 10px 0 0px 0;*/
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-section {
    margin: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-section {
    margin: 0;
  }
}

.page-width {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 30px 30px;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .page-width {
    width: auto;
    padding: 60px 20px !important;
    line-height: 1.3em;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-width {
    width: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .page-width {
    padding: 60px 30px;
  }
}

.prod-summary-sec {
  padding: 30px !important;
}

.address-section {
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .address-section {
    padding: 50px;
  }
}

.address-col {
  width: 40%;
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .address-col {
    width: 100%;
  }
}

.address-item {
  margin-bottom: 20px;
}

.address-item h3 {
  margin: 0;
}

.map-col {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .map-col {
    width: 100%;
  }
}

#map {
  height: 400px;
}

.about-imgs {
  text-align: center;
  padding: 0 30px;
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .about-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-text {
  width: calc(100% - 400px);
  padding-right: 50px;
  font-size: 1.125em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .about-text {
    width: 100%;
    padding-right: 0;
  }
}

.about-img {
  width: 400px;
  overflow: hidden;
  text-align: center;
}

.about-img img {
  height: 550px;
}

@media only screen and (max-width: 768px) {
  .about-img {
    width: 100%;
  }
}

.team-img {
  width: 100%;
  overflow: hidden;
  background-color: #474747;
  text-align: center;
  line-height: 0;
}

.contact-form {
  width: 600px;
}

@media only screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea, .contact-form input[type=date] {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #777777;
  width: 100%;
}

.contact-form p {
  position: relative;
}

.contact-form label {
  position: absolute;
  background-color: #FFF;
  top: 12px;
  z-index: 1;
  left: 8px;
  padding: 0 4px;
  font-size: 0.875em;
}

.contact-form input[type=submit] {
  padding: 8px 30px;
  background-color: #F5993C;
  color: #FFF;
  font-family: "ubuntu-bold";
  border: none;
  border-radius: 4px;
}

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-member {
  width: 600px;
  height: 500px;
  position: relative;
  margin-bottom: 50px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .team-member {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

.team-member:hover .team-member-desc {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.team-member-bg {
  background-color: #f3bb68;
  /*rgba(0, 169, 190, 0.5);*/
  width: 279px;
  height: 300px;
  position: absolute;
  top: 100px;
}

.team-member-desc {
  position: absolute;
  left: 0;
  top: 190px;
  height: 300px;
  width: 600px;
  background-color: rgba(0, 169, 190, 0.5);
  opacity: 0;
  overflow: hidden;
}

.team-member-desc div {
  margin: 0 0 0 auto;
  width: 320px;
  padding: 15px;
  font-size: 0.8em;
  color: #333;
}

.team-member-desc div p {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  .team-member-desc div {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .team-member-desc {
    top: 220px;
    height: 300px;
    width: 279px;
    z-index: 1;
    background-color: rgba(0, 169, 190, 0.9);
  }
}

.team-member-gen {
  position: absolute;
}

.team-member-img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod-category-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.prod-category {
  width: 200px;
  height: 150px;
  position: relative;
  margin: 30px 0;
  border-radius: 0 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  background-image: url("../images/symbol.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% 80%;
}

.prod-category a {
  color: #333;
}

.prod-category-title {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2em;
  font-family: "breeserif-regular";
  z-index: 1;
  width: 100%;
  text-align: center;
}

.testimonials {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 0;
  height: 550px;
}

@media only screen and (max-width: 480px) {
  .testimonials {
    width: 100%;
  }
}

.testimonial-row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
}

@media only screen and (max-width: 480px) {
  .testimonial-row {
    padding: 5px;
  }
}

.testimonial-item {
  padding: 25px 20px;
  width: 30%;
  height: 450px;
  border-radius: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .testimonial-item {
    width: 100%;
    height: 450px !important;
    padding: unset;
    padding: 25px;
  }
}

.testimonial-text {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.8;
}

.testimonial-title {
  font-size: 1em;
  font-family: "ubuntu-bold";
  text-align: center;
}

.testimonial-pic {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #EEE;
}

.testimonial-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-pic-alt {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ubuntu-bold";
  letter-spacing: -3px;
  font-size: 24px;
  color: #F3BB68;
  background-color: rgba(243, 187, 104, 0.3);
}

.testimonial-desc {
  font-size: 0.8em;
  text-align: center;
}

.testimonial-stars {
  text-align: center;
  padding: 0 0 5px 0;
}

.checked {
  color: #F3BB68 !important;
}

.fa-star {
  color: #E1E1E1;
}

.brand-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-top: 20px solid #030E4E;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .brand-logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.brand-logo {
  width: 150px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #FFF;
  margin: 10px;
}

@media only screen and (max-width: 480px) {
  .brand-logo {
    min-width: 80px;
    max-width: 80px;
    height: unset;
  }
}

.brand-logo img {
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home-hero-section {
  position: relative;
  height: 640px;
  background-color: #00A9BE;
  background-image: url("../images/yellow-bg.png");
  background-repeat: no-repeat no-repeat;
  background-position: 0 50%;
}

#home-hero-section .page-width {
  height: 100%;
  background-image: url("../images/home-hero-bg.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #00A9BE;
}

@media only screen and (max-width: 480px) {
  #home-hero-section .page-width {
    background-size: 130%;
    background-position: 0 15%;
  }
}

#home-hero-section .flexify {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-flex-left {
  width: calc(100% - 350px);
}

@media only screen and (max-width: 480px) {
  .home-flex-left {
    width: 100%;
    padding: 50px 0;
  }
}

.home-caption {
  color: #030E4E;
}

.home-caption div:nth-child(1) {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  .home-caption div:nth-child(1) {
    font-size: 14px;
  }
}

.home-caption div:nth-child(2) {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 8px;
  padding-top: 15px;
}

@media only screen and (max-width: 480px) {
  .home-caption div:nth-child(2) {
    font-size: 20px;
    letter-spacing: 5px;
    padding-top: 10px;
  }
}

.home-caption div:nth-child(3) {
  font-size: 60px;
  font-family: "ubuntu-bold";
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .home-caption div:nth-child(3) {
    font-size: 25px;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }
}

.home-caption div:nth-child(4) {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 3px;
}

@media only screen and (max-width: 480px) {
  .home-caption div:nth-child(4) {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.home-flex-right {
  width: 350px;
}

@media only screen and (max-width: 480px) {
  .home-flex-right {
    width: 250px;
    padding-top: 30px;
  }
}

.home-hero-imgs {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .home-hero-imgs {
    height: 280px;
  }
}

.prod-cat-sec {
  margin-bottom: 50px;
}

.prod-cat-sec-title {
  font-family: "breeserif-regular";
  color: #F3BB68;
  font-size: 1.6em;
  line-height: 0.9;
  border-bottom: 2px solid rgba(245, 153, 60, 0.4);
  margin-bottom: 20px;
}

.prod-cat-sec-desc {
  margin-bottom: 30px;
}

.prod-cat-sec-sub-title {
  font-family: "breeserif-regular";
  color: #F3BB68;
  font-size: 1.4em;
  line-height: 0.9;
  margin-bottom: 20px;
}

.brand-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .brand-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.brand-section-left {
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .brand-section-left {
    width: 100%;
  }
}

.brand-section-left .brand-logo {
  margin: 0;
}

.brand-section-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
  .brand-section-right {
    width: 100%;
  }
}

.brand-prod-img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 10px 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.brand-prod-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.know-mattress-content .wp-block-image {
  width: 200px !important;
  max-width: 200px !important;
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 30px !important;
}

.know-mattress-content .wp-block-image img {
  width: 50% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 0 !important;
  margin: auto;
}

.matt-finder-holder {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(245, 153, 60, 0.2);
  min-height: 0px;
  padding: 15px;
  height: 0px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  display: none;
  margin-top: 20px;
}

.matt-finder-holder .white-bg {
  background-color: #FFF;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  padding: 40px 50px;
  background-image: none;
}

@media only screen and (max-width: 480px) {
  .matt-finder-holder .white-bg {
    padding: 20px;
    overflow: scroll;
  }
}

.matt-finder-holder .white-bg h4 {
  color: #00A9BE;
  margin-bottom: 4px;
}

.teal-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: #00A9BE;
  color: #FFF;
  cursor: pointer;
  border-radius: 8px;
  font-family: "ubuntu-bold";
}

.teal-btn:hover {
  background-color: rgba(0, 169, 190, 0.9);
}

.blue-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: #030E4E;
  color: #FFF;
  cursor: pointer;
  border-radius: 8px;
  font-family: "ubuntu-bold";
}

.blue-btn:hover {
  background-color: rgba(3, 14, 78, 0.9);
}

.blue-bg {
  background-color: #030E4E;
}

.resinfo {
  padding: 0 !important;
}

#matchedBrands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  overflow: scroll;
}

#matchedBrands .brand-logo {
  margin: 0 10px 10px 0;
  width: 190px;
}

@media only screen and (max-width: 480px) {
  #matchedBrands .brand-logo {
    height: 80px;
  }
}

/**
Radio button styles
**/
.form-control {
  font-size: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em auto;
      grid-template-columns: 1em auto;
  gap: 0.5em;
}

@media only screen and (max-width: 480px) {
  .form-control {
    font-size: 0.75em;
  }
}

.form-control + .form-control {
  margin-top: 1em;
}

@media only screen and (max-width: 480px) {
  .form-control + .form-control {
    margin-top: 0.5em;
  }
}

/*.form-control:focus-within {
  color: var(--form-control-color);
}*/
input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #F3BB68;
  width: 1.15em;
  height: 1.15em;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: -ms-grid;
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--form-control-color);
          box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.comparison-table table {
  font-size: 0.9em;
  border-collapse: separate;
  border-spacing: 1px;
}

.comparison-table table td {
  vertical-align: top;
  padding: 5px;
}

.comparison-table table tr:nth-child(1) td {
  font-family: "ubuntu-bold";
  padding: 6px 5px;
  color: #FFF;
  background-color: #474747;
}

.comparison-table table tr td:nth-child(1) {
  font-family: "ubuntu-bold";
}

#highlights-comp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.highlights-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  text-align: center;
  margin: 0 50px;
}

@media only screen and (max-width: 480px) {
  .highlights-item {
    margin: 0;
  }
}

.highlights-img {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.highlights-title {
  font-size: 1.65em;
  font-family: "ubuntu-bold";
  font-style: italic;
  padding: 15px 0;
}

.highlights-txt {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.4;
}

#page-hero-section, #page-hero-section-blue {
  height: 280px;
  background-repeat: no-repeat, no-repeat;
  background-position: 90% 100%, 100% 0;
}

#page-hero-section .page-width, #page-hero-section-blue .page-width {
  height: 100%;
  padding-bottom: 0;
}

#page-hero-section .page-hero-content, #page-hero-section-blue .page-hero-content {
  padding-bottom: 10px;
}

#page-hero-section .page-hero-content div, #page-hero-section-blue .page-hero-content div {
  padding-top: 20px;
  font-size: 0.8em;
  line-height: 1.2;
  color: #030E4E;
  width: 70%;
}

@media only screen and (max-width: 480px) {
  #page-hero-section .page-hero-content div, #page-hero-section-blue .page-hero-content div {
    width: 100%;
  }
}

#page-hero-section h1, #page-hero-section-blue h1 {
  margin-bottom: 0;
  line-height: 0.8;
  font-size: 3em;
}

@media only screen and (max-width: 480px) {
  #page-hero-section h1, #page-hero-section-blue h1 {
    line-height: 1.1;
    font-size: 2em;
  }
}

#page-hero-section {
  background-color: #00A9BE;
  background-image: url("../images/symbol.svg"), url("../images/header-bg.png");
}

#page-hero-section-blue {
  background-color: #030E4E;
  background-image: url("../images/sushupti-hero-bg.svg"), url("../images/header-bg-blue.png");
  background-size: 8%, auto;
}

#page-hero-section-blue h1 {
  color: #FFF;
  margin-top: 10px;
}

#page-hero-section-blue .page-hero-content div {
  color: #FFF;
}

#page-hero-section-blue .breadcrumb-link a {
  font-size: 0.8em;
}

.store-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  background-color: #F3BB68;
  border-radius: 8px;
}

@media only screen and (max-width: 480px) {
  .store-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.store-img-holder {
  width: 500px;
  height: 300px;
  border-radius: 16px;
  border: 8px solid #F3BB68;
  overflow: hidden;
}

.store-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .store-img-holder {
    width: 100%;
    margin-bottom: 20px;
  }
}

.store-add-holder {
  width: calc(100% - 500px);
  padding: 25px;
  color: #030E4E;
}

@media only screen and (max-width: 480px) {
  .store-add-holder {
    width: 100%;
  }
}

.store-add-holder a, .store-add-holder h3, .store-add-holder h4 {
  color: #030E4E;
}

.know-mattress-section {
  background-color: rgba(245, 153, 60, 0.2);
  padding: 5px 15px 15px 15px;
  border-radius: 15px;
  margin-top: 20px;
}

.know-mattress-section .query-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .know-mattress-section .query-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.query-section {
  position: relative;
  border-radius: 20px;
  background-color: #FFF;
  /*height: 315px;*/
  width: 48%;
  border: 2px solid #00A9BE;
  margin-top: 40px;
  padding: 50px 20px 30px 20px;
}

@media only screen and (max-width: 480px) {
  .query-section {
    width: 100%;
  }
}

.query-sec-title {
  position: absolute;
  left: 20px;
  top: -20px;
  border: 2px solid #00A9BE;
  border-radius: 20px;
  height: 40px;
  font-size: 1em;
  color: #030E4E;
  background-color: #FFF;
  font-family: "ubuntu-bold";
  padding: 5px 40px 0 20px;
}

@media only screen and (max-width: 480px) {
  .query-sec-title {
    padding-right: 20px;
    font-size: 0.75em;
  }
}

.query-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

@media only screen and (max-width: 480px) {
  .query-item {
    margin: 10px 5px 40px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .query-item .form-control {
    font-size: 0.7em;
  }
}

.query-item-img {
  max-width: 115px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .query-item-img {
    max-height: 125px;
    overflow: hidden;
  }
}

.query-label {
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 5px 15px 5px 5px;
}

.cust-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prod-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  background-color: #F3BB68;
  margin: 2px 0;
}

@media only screen and (max-width: 480px) {
  .prod-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}

.prod-section-small-col {
  width: 500px;
  padding: 2px;
}

@media only screen and (max-width: 480px) {
  .prod-section-small-col {
    width: 100%;
  }
}

.prod-section-small-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod-section-large-col {
  width: calc(100% - 500px);
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .prod-section-large-col {
    width: 100%;
    font-size: 0.8em;
  }
}

.prod-section-large-col h2 {
  margin-top: 0;
}

.product-brands-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.product-brands-section .brand-logo {
  margin: 5px 10px 5px 0;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  .product-brands-section .brand-logo {
    height: 80px;
  }
}

.gottaQuerySection {
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  margin: 20px 0 50px 0;
}

.hamburger-item-btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#sushuptiHeroSection {
  position: relative;
  background-color: #030E4E;
  height: 900px;
  background-image: url("../images/sushupti-hero-bg.svg");
  background-repeat: no-repeat;
  background-position: -45% 0;
}

@media only screen and (max-width: 480px) {
  #sushuptiHeroSection {
    background-position: -160px 100px;
    background-size: 100%;
    height: 700px;
  }
}

.transparent-header {
  background-color: unset;
}

.blue-header {
  background-color: #030E4E;
}

.sushupti-floating {
  position: absolute;
  background-image: url("../images/sushupti-right-bg.png");
  background-repeat: no-repeat;
  width: 830px;
  height: 700px;
  right: -18%;
  top: 250px;
}

@media only screen and (max-width: 480px) {
  .sushupti-floating {
    background-size: 100%;
    width: 220px;
    height: 200px;
    right: -18%;
    top: 310px;
  }
}

.sushupti-info {
  padding-top: 180px;
}

@media only screen and (max-width: 480px) {
  .sushupti-info {
    padding-top: 100px;
  }
}

.sushupti-head {
  color: #FFF;
  font-size: 60px;
}

@media only screen and (max-width: 480px) {
  .sushupti-head {
    font-size: 40px;
  }
}

.sushupti-subhead {
  color: #FFF;
  font-size: 30px;
  font-family: "ubuntu-bold";
  padding-top: 30px;
}

@media only screen and (max-width: 480px) {
  .sushupti-subhead {
    font-size: 20px;
  }
}

.sushupti-txt {
  color: #F3BB68;
  width: 50%;
  padding-top: 10px;
}

@media only screen and (max-width: 480px) {
  .sushupti-txt {
    width: 60%;
    font-size: 14px;
  }
}

#page {
  overflow: hidden;
}

.sec-img {
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media only screen and (max-width: 480px) {
  .sec-img {
    width: 100%;
    height: 100%;
  }
}

.sushupti-feature {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.sushupti-feature-img {
  width: 160px;
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sushupti-feature-img img {
  display: block;
  width: 150px;
  height: 100px;
}

.sushupti-feature-title {
  /*font-family: $font-bold;*/
  color: #FFFFFF;
  padding-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .sushupti-feature-title {
    padding-top: 10px;
  }
}

.sleep-states-section {
  /*background-image: url('../images/sleep-states-bg.png');
  background-repeat: no-repeat;*/
}

.sushupti-cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sushupti-cat-item .sushupti-cat-img {
  text-align: right;
  padding-right: 40px;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-item .sushupti-cat-img {
    padding-right: 0;
  }
}

.sushupti-cat-item-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sushupti-cat-item-reverse .sushupti-cat-info {
  text-align: right;
  padding-right: 40px;
}

.sushupti-cat-item-reverse .sushupti-cat-info .sushupti-cat-txt {
  margin: auto 0 auto auto;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-item-reverse .sushupti-cat-info {
    padding-right: 0;
  }
}

.sushupti-cat-img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-img {
    width: 100%;
  }
}

.sushupti-cat-info {
  color: #FFF;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-info {
    width: 100%;
    font-size: 0.8em;
  }
}

.sushupti-cat-info h3 {
  color: #FFF;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-info h3 {
    font-size: 1.2em;
  }
}

.sushupti-cat-txt {
  width: 80%;
}

@media only screen and (max-width: 480px) {
  .sushupti-cat-txt {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */