@font-face {
  font-family: "Avenir LT W01_45 Book";
  src: url("../fonts/AvenirLTStd-Light.otf");
}

html, body {
        position: relative;
        height: 100%;
    }
body {
    background: #EFEFEF;
    font-family: Avenir LT W01_45 Book, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #F5F5F5;
}

sup{
  font-size: 10px;
  font-weight: bolder;
}

.row{
  margin: 0px !important;
}

.header-row{
  padding: 1em 1.5em 0.4em 1.5em;
  text-align: center;
}

.big-header-row{
  padding-top: 20%;
  padding-bottom: 10%
}

.big-header{
  font-size: 42px;
  color: white;
}

.small-header-row{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 15%;
}

.small-header{
  font-size: 20px;
  color: white;
}

.content-row{
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}

.p-top{
  padding-top: 5%;
}

.sticky-bottom-row{
  position: absolute;
  bottom: 0;
  padding-bottom: 10%;
  width: 100%;
}

.header{
  color: #0081A3;
  font-size: 21px;
  font-weight: 600;
}

.text-content{
  color: #646464;
  font-size: 13px;
}

.img-container{
  height: 35%;
  background-color: #007BA3;
}

.video{
  display: block;
}
.under-video{
  text-align: left;
  position: absolute;
  width: 100%;
  padding-top: 0.5em;
  padding-left: 2em;
  padding-bottom: 0.5em;
  background-color: #9A9B9D;
}

.p-top-bigger{
  padding-top: 12%;
}

@media (min-width:425px){
  .icons-container{
    padding: 0px 10%;
  }
}
@media (min-width:1024px){
  .icons-container{
    padding: 0px 20%;
  }
  .video {
    max-height: 30%;
  }
}

.image-phone{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.nav-text{
  font-size: 21px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
}

.smaller-header{
  font-size: 15px;
}

.main-header{
  padding-bottom: 0px;
}

.sub-header{
  padding-top: 0px;
}

.main-text{
  color: white;
  font-size: 16px;
}

.sub-text{
  color: #DADBDC;
  font-size: 14px;
}


.top-section{
  height: 2.5em;
  background-color: #0078A3;
}
.top-section-with-text{
  background-color: #007BA3;
  padding: 1em 0em 0.5em 0em;
}

.top-section-with-border{
  border-bottom: 1px solid #018EBB;
}

.whole-phone{
  height: 42%;
  background-color: #007BA3;
  padding-top: 1.5em;
}

hr{
  border-color: #DBDBDB !important;
  border-top-width: 0px;
}

.button-text{
  color: #0081A3;
  font-size: 18px;
  text-decoration: none;
}

.first-page-container{
  background-color: #0078A3;
  height: 100%;
}

.first-page-text{
  font-size: 16px;
  color: white;
}

.first-page-bottom-text{
  font-size: 15px;
  color: white;
}

.img-app{
  overflow: hidden;
  height: 50%;
}

.info-row{
  display: flex;
  justify-content: left;
}

.close-icon{
  float: left;
  padding-left: 15px;
  height: 15px;
  padding-top: 2px;
}
.close-icon-no-text{
  padding-top: 4%;
}
.close-icon-no-container{
  position: absolute;
  margin-top: -15px;
}

.tut-btn{
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px;
}

.bed-control-btn{
  border-bottom: 1px solid #DBDBDB;
  padding: 10px;
}

.info-icon{
  padding-right: 15px;
      margin-left: -15px;
}

.intro-pattern{
  object-fit: contain;
  width: 100%;
  padding-top: 5%;
}

.sn-logo{
  width: 50%;
  margin-left: -30px;
  padding-top: 10px;
}

.xs-pattern{
  display: none;
}

.custom-paggination{
  top: auto !important;
  height: 10px !important;
  bottom: 0 !important;
}

.custom-paggination > span{
  background: #008FC5 !important;
}

.swiper-pagination-progress{
  background: #E9E9E9 !important;
}

.hidden{
  display: none !important;
}

@media (max-height:470px) {
  .img-container{
    height: 30%;
  }
  .close-icon-no-text {
    padding-top: 3%;
  }
}
@media (max-width:320px) {
  .text-content{
    color: #646464;
    font-size: 10px;
  }
  sup{
    font-size: 8px;
  }
  .header-row{
    padding: 0.5em 1.5em 0.4em 1.5em;
  }
  .header{
    font-size: 16px;
  }
  .p-top {
    padding-top: 3%;
  }
  .main-header {
    padding-bottom: 0px;
  }
  .sub-header {
    padding-top: 0px;
  }
  .smaller-header {
    font-size: 10px;
  }
  .button-text{
    font-size: 12px;
  }
  .tut-btn, .bed-control-btn{
    padding: 0px;
  }
  .under-video{
    padding-top: 0px;
  }
  .main-text{
    font-size: 12px;
  }
  .sub-text{
    font-size: 10px;
  }
  .big-header-row {
    padding-top: 20%;
    padding-bottom: 5%;
  }
  .big-header {
    font-size: 22px;
  }
  .small-header {
    font-size: 14px;
  }
  .first-page-text {
    font-size: 11px;
  }
  .first-page-bottom-text {
    font-size: 11px;
  }
  .nav-text {
    font-size: 14px;
  }
  .top-section-with-text {
    padding: 0.7em 0em 0.5em 0em;
  }
  .close-icon{
    height: 12px;
  }
  .intro-pattern {
    padding-top: 20%;
  }
  .pattern-row{
    display: none;
  }
  .xs-pattern{
    display: block;
  }
  .top-section {
    height: 2em;
  }
}

@media (min-width:768px){
  .text-content{
    font-size: 22px;
  }
  .nav-text{
    font-size: 32px;
  }
  sup{
    font-size: 18px;
  }
  .close-icon{
    height: 32px;
    padding-top: 0px;
  }
  .top-section{
    height: 3.5em;
  }
  .whole-phone{
    padding-top: 1em;
  }
  .top-section-with-text {
    padding: 1.5em 0em 0.5em 0em;
  }
  .info-icon{
    height: 40px;
  }
  .header-row{
    padding: 1.5em 1.5em 1em 1.5em;
  }
  .header{
    font-size: 32px;
  }
  .smaller-header {
    font-size: 21px;
  }
  .sub-header {
    padding-top: 0px;
  }
  .sub-text {
    font-size: 24px;
  }
  .main-text {
    font-size: 32px;
  }
  .button-text {
    font-size: 30px;
  }
  .sticky-bottom-row {
    padding-bottom: 5%;
  }
  .close-icon-no-text {
    padding-top: 1em;
  }
  .close-icon-no-container {
    margin-top: 0px;
  }
  .big-header {
    font-size: 62px;
  }
  .small-header {
    font-size: 30px;
  }
  .first-page-text {
    font-size: 22px;
  }
  .first-page-bottom-text {
    font-size: 23px;
  }
  .small-header-row{
    padding-bottom: 3%;
  }
}
