
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  height: 100%;
  width: 100%;
  font-family: 'proximanova-regular-webfont';
  color: #000000;
}
html {
  height: 100%;
  width: 100%;
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus,
a:hover {
    text-decoration: none;
    transition: 300ms ease-in-out;
}
a:focus,
.btn:focus,
.btn:active:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
p{
  margin-bottom: 0;
}
@font-face {
    src: url(../fonts/ProximaNovaRegular.ttf);
    font-family: 'ProximaNovaRegular';
}
@font-face {
    src: url(../fonts/ProximaNovaSemibold1.ttf);
    font-family: 'ProximaNovaSemibold1';
}
@font-face {
    src: url(../fonts/ProximaNovaSemibold.ttf);
    font-family: 'ProximaNovaSemibold';
}
@font-face {
    src: url(../fonts/ProximaNovaBold.ttf);
    font-family: 'ProximaNovaBold';
}
@font-face {
    src: url(../fonts/proximanova-bold-webfont.ttf);
    font-family: 'proximanova-bold-webfont';
}
@font-face {
    src: url(../fonts/ProximaNovaThin.ttf);
    font-family: 'ProximaNovaThin';
}
@font-face {
    src: url(../fonts/proximanova-regular-webfont.ttf);
    font-family: 'proximanova-regular-webfont';
}
@font-face {
    src: url(../fonts/ProximaNovaBlack.ttf);
    font-family: 'ProximaNovaBlack';
}
@font-face {
    src: url(../fonts/proximanova-light-webfont.ttf);
    font-family: 'proximanova-light-webfont';
}
/* =========== SPACE CLASSES=========== */

.space3 {
    margin-top: 3px;
}
.space5 {
    margin-top: 5px;
}
.space10 {
    margin-top: 10px!important;
}
.space15 {
    margin-top: 15px;
}
.space20 {
    margin-top: 20px!important;
}
.space25 {
    margin-top: 25px;
}
.space30 {
    margin-top: 30px!important;
}
.space40 {
    margin-top: 40px;
}
.space50 {
    margin-top: 50px!important;
}
.space60 {
    margin-top: 60px;
}
.space70 {
    margin-top: 70px;
}
.space80 {
    margin-top: 80px;
}
.space90{
  margin-top: 90px;
}
.space100 {
    margin-top: 100px;
}
.space120 {
    margin-top: 120px;
}
.pad0 {
    padding: 0!important;
}


.f300{
  font-weight: 300 !important;
}
.f400{
  font-weight: 400 !important;
}
.f500{
  font-weight: 500 !important;
}
.f600{
  font-weight: 600 !important;
}
.f700{
  font-weight: 700 !important;
}

.txt-white{
  color: #fff !important;
}


.container {
  width: 100%;
  max-width: 1440px;
}
button{
  cursor: pointer;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: 'ProximaNovaSemibold1';
    font-size: 21.67px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.navbar {
    padding: 20px 0;
}
.header {
    background: url(../img/main_bg.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}
.headersleep {
    background: url(/img/sleep_bg.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-position: center;
}
.header h1 {
    color: #ffffff;
    font-family: 'proximanova-bold-webfont';
    font-size: 54.5px;
    text-align: center;
    margin-bottom: 0;
    line-height: 55px;
}
.headersleep h1 {
    color: #ffffff;
    font-family: 'proximanova-bold-webfont';
    font-size: 54.5px;
    text-align: center;
    margin-bottom: 0;
    line-height: 55px;
}
.header p{
  font-size: 19.5px;
  color: #fff;
  text-align: center;
}
.headersleep p{
  font-size: 19.5px;
  color: #fff;
  text-align: center;
}
.focus{
  padding: 50px 0;
}
.focus h3{
  font-size: 37.5px;
  color: #111111;
   font-family: 'proximanova-bold-webfont';
   letter-spacing: 1px;
}
.focus p{
  font-size: 23.5px;
  color: #111111;
  letter-spacing: .5px;
}
.focus h4{
  font-size: 27.5px;
  color: #d79104;
  font-family: 'ProximaNovaSemibold1';
  letter-spacing: 1px;
}
.price_ul li a{
  font-size:29.28px; 
  color: #111111;
  font-family: 'ProximaNovaBold';
}
.price_ul li:first-child a{
  font-family: 'ProximaNovaRegular';
  text-decoration: line-through;
}
.star_ul{
  margin-bottom: 7px;
}
.star_ul li a i {
    color: #ffc600;
    font-size: 30px;
}
.star_ul .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.btn_blk {
    background: #000;
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-size: 23.5px;
    border: 0;
    padding: 12px 90px;
}
.memory{
  padding-top: 80px;
}
.sollar {
    background: url(../img/image_sollar.png)no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.sollar p {
    color: #fefefe;
    font-size: 28.9px;
    font-family: 'proximanova-light-webfont';
    padding: 100px 0;
}
.sollar h1 {
    text-align: center;
    color: #d79104;
    font-size: 51.5px;
    font-family: 'proximanova-light-webfont';
    margin: 35px 0;
}
.life_sec{
    background: url(../img/img_life.png)no-repeat;
    background-size: cover;
    background-position: 50% 0;
    
    border-top: 15px solid #d79104;
    border-bottom: 15px solid #d79104;
}
.life_sec h2{
  font-size: 67.83px;
  color: #d79104;
  font-family: 'ProximaNovaSemibold1';
}
.life_sec p {
    font-size: 28.5px;
    color: #ffffff;
    margin-bottom: 20px;
}
.btn_focus {
    font-size: 28.5px;
    color: #ffffff;
    font-family: 'ProximaNovaBold';
    background: #193f56;
    border: 1px solid #fff;
    padding: 12px 20px;
}
.ingredient{
  background-color: #7e8f9a;
  padding: 30px 0;
  text-align: center;
}
.ingredient h6{
  color: #ffffff;
  font-size: 32.5px;
  font-style: italic;
  font-family: 'ProximaNovaSemibold1';
}
.ingredient h2{
  color: #ffffff;
  font-size: 74.5px;
  font-style: italic;
  font-family: 'ProximaNovaSemibold1';
  margin-bottom: 0;
}
.ingredient h4 {
    color: #353535;
    font-family: 'ProximaNovaSemibold1';
    font-size: 61.5px;
    margin-top: 20px;
}
.ingredient p{
  color: #ffffff;
  font-size: 14.5px;
}
.money{
  padding: 50px 0;
}
.momery_cls{
  padding-top: 90px;
  text-align: center;
}
.momery_cls h4{
  font-size: 43px;
  color: #030200;
  font-family: 'proximanova-light-webfont';
}
.momery_cls h3{
  font-size: 42.5px;
  color: #030200;
  font-family: 'ProximaNovaBold';
}
.momery_cls p {
    font-size: 29.5px;
    color: #030200;
    margin-bottom: 20px;
}
.ingredient_use{
  padding: 50px 0;
}
.ingredient_use h3{
  font-size: 36px;
  color: #010101;
  font-family: 'ProximaNovaBold';
  text-align: center;
  margin-bottom: 60px;
}
.ingredient_use p {
    font-size: 14.5px;
    margin-bottom: 20px;
}
.ingredient_use p span{
  font-family: 'ProximaNovaBold';
}
footer{
  background-color: #262626;
  padding: 50px 0;
  color: #fffefe;
  text-align: center;
}
.link_ul li a {
    color: #fffefe;
    font-size: 20px;
    font-family: 'ProximaNova';
    padding: 0 20px;
}
.link_ul{
  margin-bottom: 30px;
} 
.s_link li a{
  font-size: 40px;
  color: #a8a8a8;
  padding: 0 20px;
}
.s_link {
    margin-top: 40px;
    margin-bottom: 30px;
}
footer p{
  font-size: 18.5px;
}

.life_sec{
  position: relative;
}

.overlay_life{
  position: relative;
  background:linear-gradient(to right, #1f506e, transparent);
  padding:30px;
}


.dagger {
  font-size:10px;
  font-family: 'ProximaNovaThin';
}











































/*======================Media-Query=====================*/
@media(max-width: 1600px){
  
}
@media(max-width: 1440px){
  .btn_focus {
    font-size: 23.5px;
 }

}
@media(max-width: 1366px){
 
}
@media(max-width: 1280px){
  .btn_focus {
    font-size: 18.5px;
 }
 .life_sec h2 {
    font-size: 52.83px;
 }
}
@media(max-width: 1199px){
 
  .life_sec {
    background-position: 70% 0;
  }
}
@media(max-width: 991px){
.navbar-light .navbar-nav .nav-link {
    font-size: 18.67px;
}
.focus h3 {
    font-size: 33.5px;
 }
 .focus h4 {
    font-size: 24.5px;
 }
 .sollar h1 {
    font-size: 39.5px;
    margin: 52px 0 0;
 }
 .ingredient h2 {
    font-size: 60.5px;
 }
 .ingredient h4 {
    font-size: 41.5px;
 }
 .ingredient p {
    font-size: 24.5px;
 }
 .momery_cls h4 {
    font-size: 33px;
 }
 .momery_cls h3 {
    font-size: 30.5px;
 }
 .momery_cls p {
    font-size: 24.5px;
 }
 .ingredient_use p {
    font-size: 19.51px;
 }
}
@media(max-width: 767px){
  .header h1 {
    font-size: 30.5px;
    line-height: normal;
 }
 .headersleep h1 {
    font-size: 30.5px;
    line-height: normal;
 }
 .sollar h1 {
    font-size: 29.5px;
    margin: 29px 0 0;
 }
 .ingredient h2 {
    font-size: 40.5px;
 }
 .ingredient p {
    font-size: 20.5px;
 }
 .ingredient h4 {
    font-size: 35.5px;
 }
 .momery_cls h4 {
    font-size: 25px;
 }
 .momery_cls h3 {
    font-size: 24.5px;
 }
 .momery_cls p {
    font-size: 21.5px;
 }
 .ingredient_use h3 {
    font-size: 29px;
    margin-bottom: 20px;
 }
 .momery_cls {
    padding-top: 50px;
 }
 .ingredient_use {
    padding: 10px 0;
 }
 .ingredient_use p {
    font-size: 16.51px;
 }
 .link_ul li a {
    font-size: 15.67px;
    padding: 0 5px;
 }
 .navbar-brand {
    margin-left: 20px;
 }
 .navbar-toggler {
    margin-right: 20px;
 }
 .navbar-light .navbar-nav .nav-link {
    font-size: 15.67px;
    padding: 10px 20px;
 }
 .navbar-nav {
    margin-top: 10px;
 }
 .sollar {
    background: #19262e;
 }
 .sollar p {
    font-size: 20.9px;
    padding: 20px 0;
 }
 .sollar h1 {
    font-size: 27px;
    margin: 10px 0;
 }
 .life_sec{
    background: #1f506e;
    padding: 30px 0;
 }
 .life_sec h2 {
    font-size: 40.83px;
 }
 .life_sec p {
    font-size: 20.5px;
    margin: 10px 0;
 }
 .btn_focus {
    font-size: 16.5px;
 }

}
@media(max-width: 460px){
  
}

@media(max-width: 375px){
 .header p {
    font-size: 17.5px;
 }
 .headersleep p {
    font-size: 17.5px;
 }
 .focus h3 {
    font-size: 30.5px;
 }
 .memory {
    padding-top: 52px;
 }
}
@media(max-width: 320px){
 .focus h3 {
    font-size: 23.5px;
 }
 .btn_blk {
    padding: 12px 66px;
 }
 .ingredient h2 {
    font-size: 29.5px;
 }
 .momery_cls h4 {
    font-size: 20px;
 }
 .link_ul li a {
    font-size: 11.67px;
 }
 .btn_focus {
    font-size: 12.5px;
 }
}   