@font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/circular-medium.ttf"); }

@font-face {
  font-family: "CircularBold";
  src: url("../fonts/circular-bold.ttf"); }

@font-face {
  font-family: "CircularBook";
  src: url("../fonts/circular-book.ttf"); }

@font-face {
  font-family: "CircularStd-Black";
  src: url("../fonts/circular-black.ttf"); }

@font-face {
  font-family: "TruenoRg";
  src: url("../fonts/TruenoRg.otf"); }

@font-face {
  font-family: "TruenoLt";
  src: url("../fonts/TruenoLt.otf"); }

@font-face {
  font-family: "TruenoBd";
  src: url("../fonts/TruenoBd.otf"); }

body {
  -webkit-font-smoothing: antialiased; }

section {
  overflow: hidden; }

a {
  -webkit-transition: .4s;
  transition: .4s; }
  a:focus, a:hover, a:active {
    opacity: .7;
    text-decoration: none;
    color: #fff; }
    
.bdeals {
    display: none;
}
@media only screen and (min-width: 1100px) {
  .bdeals {
      display: block;
      position: fixed;
      bottom: -1px;
      right: 20px;
      box-shadow: 0 15px 25px 0 rgba(0,0,0,0.25);
      z-index: 99999;
  } 
}


.section-featured {
          padding: 20px 0;
}


.section-featured .col-xs-12 > * {
      display: inline-block;  
}

.section-featured .col-xs-12 a {
      margin-left: 20px;
}

.section-featured h3 {
font-size: 13px;
    line-height: 23px;
    letter-spacing: 7px;
    font-weight: 400;
    color: #11080A;
    text-transform: uppercase;
    font-family: 'CircularStd-Medium', sans-serif;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .section-featured .col-xs-12 {
        text-align: center;
    }
    .section-featured h3 {
        display: block!important;
        text-align: center;        
    }
    .section-featured .col-xs-12 a:first-of-type {
      margin-left: 0;
    }
}

.section-1 {
  background-image: -webkit-linear-gradient(331deg, #d4a89d, #e6b996);
  background-image: linear-gradient(119deg, #d4a89d, #e6b996);
  padding: 130px 0 185px;
  position: relative;
  overflow: hidden; }
  .section-1::after {
    content: '';
    background: url("../img/bg-s1-r.png");
    background-size: auto 100%;
    background-position: left -30px center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 56%;
    top: 0; }
  .section-1 .left span {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 7px;
    font-weight: 400;
    color: #11080A;
    text-transform: uppercase;
    font-family: 'CircularStd-Medium', sans-serif; }
    .section-1 .left span strong {
      color: #fff;
      font-weight: 400; }
  .section-1 .left h1 {
    font-family: 'CircularStd-Black', sans-serif;
    color: #11080a;
    line-height: 110px;
    letter-spacing: -1.7px;
    font-size: 106px;
    margin-top: 0;
    padding-top: 20px; }
    .section-1 .left h1 strong {
      color: #fff; }
  .section-1 .btn-2 {
    color: #fff; }
    
    .section-1 p {
    color: #11080A;
    line-height: 24px;
    letter-spacing: -0.8px;
    font-size: 21px;
    font-weight: 500;
    margin-top: 12px;
    font-family: 'CircularStd-Medium', sans-serif;
    }

.section-2 {
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #11080A;
  padding: 100px 0;
  position: relative;
  background-image: url("../img/bg-s2.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  .section-2::before {
    content: '';
    display: inline-block;
    background: url("../img/baseui-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: absolute;
    top: 40px;
    z-index: 2;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    height: 50px;
    width: 100px;
    margin: 60px 0; }
  .section-2 .container * {
    z-index: 1; }
  .section-2 .container .col-md-12 {
    text-align: center; }
    .section-2 .container .col-md-12 p {
      text-align: left;
      display: inline-block;
      color: #fff;
      font-size: 52px;
      margin-top: 90px;
      padding: 50px 90px 20px;
      line-height: 64px;
      letter-spacing: -0.8px;
      font-family: 'CircularStd-Medium', sans-serif; }
      .section-2 .container .col-md-12 p strong {
        color: #DAA786;
        font-weight: 500; }

.img1::after {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background: url("../img/bg-s3-r1.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;}

.img2::after {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background: url("../img/bg-s3-r2.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;}

.img3::after {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background: url("../img/bg-s3-r3.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;}

.section-3 {
  padding: 280px 0 260px;
  position: relative; }
  .section-3::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 49%;
    right: 0;
    bottom: 50px; }
  .section-3 .left * {
    opacity: 1 !important; }
  .section-3 .left span {
    font-size: 11px;
    letter-spacing: 8px;
    font-weight: 400;
    color: #DAA786;
    text-transform: uppercase;
    position: relative;
    font-family: 'CircularBook', sans-serif; }
    .section-3 .left span::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -80px;
      left: 0;
      height: 50px;
      width: 50px;
      background: url("../img/s3-icon.svg");
      background-size: 100%;
      background-repeat: no-repeat; }
  .section-3 .left h2 {
    color: #11080A;
    line-height: 64px;
    letter-spacing: -0.8px;
    font-size: 4em;
    font-weight: 500;
    margin-top: 5px;
    font-family: 'CircularStd-Medium', sans-serif; }
  .section-3 .left p {
    line-height: 36px;
    font-size: 19px;
    color: rgba(17, 8, 10, 0.5);
    font-family: 'TruenoLt', sans-serif;
    font-weight: normal;}

.section-4 {
  background-color: #11080A;
  padding: 170px 0 350px;
  position: relative; }
  .section-4::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 300px;
    left: 48%;
    right: 0;
    bottom: 100px;
    background: url("../img/bg-s4-r.png");
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .section-4 .title {
    text-align: center; }
    .section-4 .title span {
      font-size: 11px;
      letter-spacing: 8px;
      font-weight: 400;
      color: #DAA786;
      text-transform: uppercase;
      position: relative;
      font-family: 'CircularBook', sans-serif; }
      .section-4 .title span::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -70px;
        left: -webkit-calc(50% - 25px);
        left: calc(50% - 25px);
        height: 50px;
        width: 50px;
        background: url("../img/s4-icon.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .section-4 .title h2 {
      color: #fff;
      font-weight: 500;
      font-size: 3.8em;
      line-height: 66px;
      margin-top: 10px;
      letter-spacing: -0.8px;
      font-family: 'CircularStd-Medium', sans-serif; }
  .section-4 .left p {
    color: white;
    line-height: 36px;
    margin-bottom: 50px;
    margin-top: 90px;
    font-size: 19px;
    font-weight: normal;
    font-family: 'TruenoLt', sans-serif;
    letter-spacing: -0.2px; }
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    font-family: 'CircularBook', sans-serif;
    line-height: 1.39;
    letter-spacing: -0.3px;
    background-color: #E2B698;
    display: inline-block;
    padding: 28px;
    margin: 5px;
    width: 350px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px; }
    .section-4 .left .massage-1::after,
    .section-4 .left .massage-2::after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -10px;
      left: 20px;
      border: 20px solid transparent;
      border-left: 20px solid #E2B698; }
  .section-4 .left .massage-1adsd {
    z-index: 9;
    float: left; }
  .section-4 .left .massage-2 {
    z-index: 10;
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
    float: right; }
    .section-4 .left .massage-2::after {
      right: 20px;
      bottom: -10px;
      border: 20px solid transparent;
      border-right: 20px solid #E2B698; }

.img2_1::after {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: url("../img/bg-s5-r1.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important; }

.img2_2::after {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: url("../img/bg-s5-r2.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important; }

.section-5 {
  padding: 250px 0 320px;
  background-color: #f3f3f3;
  position: relative;
  background-color: #E2B698; }
  .section-5::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 45%;
    right: 0;
    bottom: 50px; }
  .section-5 .left span {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-left: 3px;
    font-size: 11px;
    letter-spacing: 8px;
    font-family: 'CircularBook', sans-serif; }
    .section-5 .left span::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -65px;
      left: 0;
      height: 50px;
      width: 50px;
      background: url("../img/s5-icon-1.svg");
      background-size: 100%;
      background-repeat: no-repeat; }
  .section-5 .left h2 {
    color: #11080A;
    font-size: 54px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 66px;
    letter-spacing: -0.8px;
    font-family: 'CircularStd-Medium', sans-serif; }
  .section-5 .left p {
    line-height: 1.9;
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: -0.2px;
    font-weight: normal;
    font-family: 'TruenoLt', sans-serif; }
    .section-5 .left p::after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -50px;
      left: 15px;
      height: 38px;
      width: 50px;
      background: url("../img/s5-icon-2.svg");
      background-size: auto 100%;
      background-repeat: no-repeat; }
    .section-5 .left p::before {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -70px;
      left: 80px;
      height: 50px;
      width: 120px;
      background: url("../img/s5-icon-3.svg");
      background-size: 100%;
      background-repeat: no-repeat; }

.section-6 {
  padding: 150px 0 430px;
  background-color: #F2F2F2;
  position: relative; }
  .section-6::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/bg-s6.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 110% auto;
    z-index: 0; }
  .section-6 .title {
    text-align: center; }
    .section-6 .title span {
      color: #DAA786;
      text-transform: uppercase;
      position: relative;
      font-size: 11px;
      letter-spacing: 8px;
      font-family: 'CircularBook', sans-serif; }
      .section-6 .title span::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -80px;
        left: -webkit-calc(50% - 25px);
        left: calc(50% - 25px);
        height: 50px;
        width: 50px;
        background: url("../img/s6-icon.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .section-6 .title h2 {
      color: #11080A;
      line-height: 66px;
      letter-spacing: -0.8px;
      font-size: 54px;
      font-family: 'CircularStd-Medium', sans-serif;
      font-weight: normal;
      margin: 10px 0 2px; }
    .section-6 .title p {
      width: 750px;
      display: inline-block;
      font-size: 19px;
      font-weight: 400;
      line-height: 36px;
      margin-bottom: 50px;
      color: rgba(17, 8, 10, 0.5);
      font-weight: normal;
      font-family: 'TruenoLt', sans-serif;
      letter-spacing: -0.2px; }
  .section-6 .link {
    text-align: center;
    z-index: 10; }
    .section-6 .link a {
      background-color: #E2B698;
      color: #fff;
      padding: 15px 56px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      font-size: 16px;
      font-weight: 400;
      z-index: 10;
      font-weight: normal;
      font-family: 'TruenoRg', sans-serif;
      -webkit-box-shadow: 0 3px 9px 0 rgba(129, 93, 69, 0.35);
              box-shadow: 0 3px 9px 0 rgba(129, 93, 69, 0.35); }

.section-7 {
  padding: 140px 0 0;
  background-color: #11080A;
  position: relative; }
  .section-7 .title {
    text-align: center; }
    .section-7 .title span {
      color: #DAA786;
      text-transform: uppercase;
      position: relative;
      font-size: 11px;
      letter-spacing: 8px;
      font-family: 'CircularBook', sans-serif; }
      .section-7 .title span::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -75px;
        left: -webkit-calc(50% - 25px);
        left: calc(50% - 25px);
        height: 50px;
        width: 50px;
        background: url("../img/s7-icon.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .section-7 .title h2 {
      color: #fff;
      margin-top: 5px;
      margin-bottom: 5px;
      line-height: 66px;
      letter-spacing: -0.8px;
      font-size: 54px;
      font-family: 'CircularStd-Medium', sans-serif;
      font-weight: normal; }
    .section-7 .title p {
      width: 750px;
      display: inline-block;
      font-size: 19px;
      font-family: 'TruenoLt', sans-serif;
      line-height: 36px;
      letter-spacing: -0.2px;
      margin-bottom: 50px;
      color: #fff;
      font-weight: normal; }
  .section-7 .graph {
    height: 250px;
    width: 76%;
    margin-left: 12%;
    position: relative;
    margin-top: -50px; }
    .section-7 .graph .bg-points,
    .section-7 .graph .points,
    .section-7 .graph .label {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .section-7 .graph .label {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
      .section-7 .graph .label::after {
        content: '';
        display: inline-block;
        height: 250px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("../img/bg-points-label.png");
        background-position: bottom center;
        background-size: 100% auto;
        background-repeat: no-repeat; }
    .section-7 .graph .points::after {
      content: '';
      display: inline-block;
      height: 250px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: -1px;
      background: url("../img/points.png");
      background-position: bottom center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .section-7 .graph .bg-points::before {
      content: '';
      display: inline-block;
      height: 250px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/bg-points.png");
      background-position: bottom -2px  left -3px;
      background-size: 100% auto;
      background-repeat: no-repeat; }

.section-8 {
    text-align: center;    
  padding: 150px 0 0;
  background-color: #E2B698;
  position: relative;
  overflow: hidden; }
  .section-8::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -30px;
    width: 120%;
    height: 185px;
    -webkit-filter: blur(14.7px);
    filter: blur(14.7px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 7, 9, 0)), to(#0f0709));
    background-image: -webkit-linear-gradient(top, rgba(15, 7, 9, 0), #0f0709);
    background-image: linear-gradient(to bottom, rgba(15, 7, 9, 0), #0f0709); }
  .section-8 img {
    width: 124%;
    margin-left: -15%; }
  .section-8 .title {
    text-align: center; }
    .section-8 .title h2 {
      color: #11080A;
      line-height: 66px;
      letter-spacing: -0.8px;
      font-size: 54px;
      font-family: 'CircularStd-Medium', sans-serif;
      font-weight: normal;
      margin: 13px 0 5px; }
      .section-8 .title h2::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -40px;
        left: -webkit-calc(50% - 50px);
        left: calc(50% - 50px);
        height: 35px;
        width: 100px;
        background: url("../img/s8-icon.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .section-8 .title p {
      width: 780px;
      display: inline-block;
      margin-bottom: 50px;
      color: #fff;
      font-size: 19px;
      font-family: 'TruenoLt', sans-serif;
      line-height: 36px;
      letter-spacing: -0.2px;
      font-weight: normal; }

.section-9 {
  padding: 180px 0 140px;
  background-color: #11080A;
  position: relative; }
  .section-9 img {
    width: 100%; }
  .section-9 .title {
    text-align: center; }
    .section-9 .title span {
      color: #fff;
      position: relative;
      padding-bottom: 5px;
      display: inline-block;
      margin-bottom: 30px;
      color: #fff;
      font-size: 19px;
      font-family: 'TruenoLt', sans-serif;
      line-height: 36px;
      letter-spacing: -0.2px;
      font-weight: normal; }
      .section-9 .title span::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -80px;
        left: -webkit-calc(50% - 125px);
        left: calc(50% - 125px);
        height: 50px;
        width: 250px;
        background: url("../img/s9-icons.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
  .section-9 .link {
    text-align: center;
    margin: 20px 0 0; }
    .section-9 .link .btn-1 {
      font-size: 24px;
      padding: 17px 110px;
      font-weight: normal;
      font-family: 'TruenoBd', sans-serif;
      background-color: #e91422; }
    .section-9 .link .btn-2 {
      font-size: 16px;
      margin-bottom: 25px;
      font-family: 'TruenoRg', sans-serif;
      font-weight: 100; }
      .section-9 .link .btn-2 strong {
        color: #7b7b7b; }
      .section-9 .link .btn-2::after  {
        height: 1px;
        bottom: 9px; }
  .section-9 .links-share {
    text-align: center; }
    .section-9 .links-share span {
      width: 100%;
      text-align: cecenter;
      display: inline-block;
      font-size: 14px;
      letter-spacing: 9px;
      font-weight: normal;
      color: #7b7b7b;
      text-transform: uppercase;
      padding: 70px 0 20px;
      font-family: 'CircularStd-Medium', sans-serif; }
    .section-9 .links-share a {
      display: inline-block;
      border: 2px solid #292122;
      padding: 13px 55px 13px 65px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      color: #fff;
      position: relative;
      margin: 10px 10px 0;
      font-weight: normal;
      font-size: 16px;
      font-family: 'TruenoRg', sans-serif; }
      .section-9 .links-share a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 25px;
        height: 20px;
        width: 20px;
        background: url("../img/icon-fb.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .section-9 .links-share .link-tw::after {
      background: url("../img/icon-tw.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }

.menu {
  display: none;
  width: 100%;
  padding: 18px 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .menu .logo {
    float: left; }
  .menu img {
    height: 40px; }
  .menu .btn-1 {
    float: right;
    padding: 11px 60px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'TruenoRg', sans-serif; }

.btn-1 {
  display: inline-block;
  padding: 13px 70px;
  background-color: #E91422;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-size: 16px;
  font-family: 'TruenoRg', sans-serif; }

.btn-2 {
  display: inline-block;
  padding: 10px 10px;
  color: #9a9a9a;
  margin-left: 10px;
  position: relative;
  font-size: 16px;
  font-family: 'TruenoRg', sans-serif; }
  .btn-2 strong {
    position: relative;
    color: #fff !important;
    font-size: 16px;
    font-family: 'TruenoRg', sans-serif;
    font-weight: normal; }
    .btn-2 strong::after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: -4px;
      left: 1px;
      right: 0;
      background-color: #fff;}

#overlay {
  z-index: 1001;
  position: fixed;
  background-color: #4C4C4C;
  opacity: .7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

#modal_form2 {
  margin-top: 35px;
  padding: 40px 0; }
  
#modal_form2 a {
    color:#DAA786;
}

  .drip-content h3 {
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.8px;
    font-family: 'CircularStd-Medium', sans-serif;
    margin-bottom: 0;
    padding-bottom: 0px; }

  .drip-content p {
    margin: 5px 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.2px;
    font-family: 'TruenoLt', sans-serif;
    padding: 0 15px 30px; }

#modal_form2,
#modal_form {
  padding: 5px auto 10px;
  background-color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  width: 560px;
  top: 0;
  left: 0;
  z-index: 1002; }
  #modal_form2 h3,
  #modal_form h3 {
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.8px;
    font-family: 'CircularStd-Medium', sans-serif;
    margin-bottom: 0;
    padding-bottom: 0px; }
  #modal_form2 p,
  #modal_form p {
    margin: 5px 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.2px;
    font-family: 'TruenoLt', sans-serif;
    padding: 0 15px 30px; }
    #modal_form2 p strong,
    #modal_form p strong {
      color: #E2B698; }
  #modal_form2 form,
  #modal_form form {
    height: 70px;
    background-color: white;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0; }
    #modal_form2 form .fild-modal,
    #modal_form form .fild-modal {
      font-family: 'TruenoLt', sans-serif;
      width: 100%;
      margin: 0;
      border: 0;
      float: left;
      height: 100%;
      padding: 0 30px;
      background-color: #F8F8F8;
      font-size: 1.1em;
      font-weight: normal; }
      #modal_form2 form .fild-modal::-webkit-input-placeholder,
      #modal_form form .fild-modal::-webkit-input-placeholder {
        font-size: 1.1em;
        color: #c5c5c5; }
      #modal_form2 form .fild-modal::-moz-placeholder,
      #modal_form form .fild-modal::-moz-placeholder {
        font-size: 1.1em;
        color: #c5c5c5; }
      #modal_form2 form .fild-modal:-ms-input-placeholder,
      #modal_form form .fild-modal:-ms-input-placeholder {
        font-size: 1.1em;
        color: #c5c5c5; }
      #modal_form2 form .fild-modal::placeholder,
      #modal_form form .fild-modal::placeholder {
        font-size: 1.1em;
        color: #c5c5c5; }
    #modal_form2 form .btn-modal,
    #modal_form form .btn-modal {
      width: 30%;
      margin: 0;
      border: 0;
      height: 100%;
      background-color: #E2B698;
      background-image: url("../img/icon-modal.svg");
      background-repeat: no-repeat;
      background-size: auto 35%;
      background-position: center; }

.section-sub-page-1 {
  background-image: -webkit-linear-gradient(331deg, #d4a89d, #e6b996);
  background-image: linear-gradient(119deg, #d4a89d, #e6b996);
  padding: 87px 0 134px;
  text-align: center; }
  .section-sub-page-1 h1 {
    color: #11080A;
    font-weight: 400;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.8px;
    font-family: 'CircularStd-Medium', sans-serif;
    margin: 0; }
  .section-sub-page-1 span {
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: -0.2px;
    font-family: 'TruenoLt', sans-serif;
    padding-top: 15px;
    display: inline-block; }
  .section-sub-page-1 a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: 'TruenoRg', sans-serif; }
    .section-sub-page-1 a::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
      background-color: #fff; }

.section-sub-page-2 img {
  width: 100%; }

.has-error input {
  background-color: rgba(255, 0, 0, 0.18) !important;
  display: inline-block;
  height: 100% !important; }

.form-group {
  height: 100%;
  float: left;
  width: 70%; }

.form-group input {
  width: 100%; }

.close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px; }
  .close::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #d8d8d8;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 14px; }
  .close::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #d8d8d8;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 14px; }


    .btn-2 strong,
    .btn-2,
    .btn-2 strong::after,
    .btn-2:hover strong::after{
      -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .section-9 .link .btn-2{
      color: #9a9a9a;
    }
    .btn-2:hover{
      opacity: 1 !important;
    }
    .btn-2:hover strong{
      opacity: .7;
    }
    .btn-2:hover strong::after{
      opacity: 0
    }


.section-6 .link .sketch-cloud {
    background-color: transparent;
    border: 1px solid #E2B698;
    color: #E2B698;
    box-shadow: none;
    margin-left: 20px;
}

/*==========  Desktop First Method  ==========*/
@media only screen and (min-width: 1400px) {
  .section-8 img {
    width: 100%;
        max-width: 1400px;
    margin-left: 0; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .section-1::after {
    left: 63%; }
  body {
    font-size: .95em; }
    p br{
      display: none;}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  body {
    font-size: .70em; }
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    width: 300px; }
  .section-6::after {
    height: 300px; }
  .section-6 {
    padding: 150px 0 300px; }
  .section-7::after {
    height: 100px; }
  .section-7 {
    padding: 140px 0 80px; }
  .section-8 {
  //  padding: 100px 0 0; }
  .section-8 .title h2::after {
    top: -70px; }
  .section-4 p {
    padding: 5px 10px 15px; }
  .section-7 .graph {
    width: 100%;
    margin: 0; }
  .section-7 {
    padding-bottom: 0 !important; }
  .section-7 .graph {
    height: 130px; }
  .section-4 .left p {
    margin-top: 0; }
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    width: 100%; }
  .section-1 .left h1 {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: -0.8px; }
  .section-3 .left h2 {
    line-height: 1; }
  .section-2 .container .col-md-12 p {
    padding: 0 !important;}
  .section-9 p,
  .section-8 p,
  .section-7 p,
  .section-6 p,
  .section-5 .left p,
  .section-4 .left p,
  .section-3 .left p {
    /*padding: 0 15px !important; }*/
  .section-6 .title h2,
  .section-4 .title h2 {
    padding-bottom: 5px;
    line-height: 1 !important; }
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    width: 90%; }
  .section-5 .left h2 {
    line-height: 1;
    padding: 15px 15px 0; }
    .container{
      padding-left: 25px;
      padding-right: 25px;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
  .container {
      padding-left: 25px !important;
      padding-right: 25px !important;
  }
  .section-1 .left span{
    max-width: 420px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #modal_form {
    font-size: 2em; }
  .menu {
    display: none  !important; }
  .section-8 .title p,
  .section-7 .title p,
  .section-6 .title p {
    width: inherit; }
  .section-1::after {
    display: none; }
  .section-1 .left span,
  .section-1 h1 {
    text-align: center;
      text-align:center;
      display: inline-block; }
  .section-1 {
    padding: 90px 0 100px;
    text-align: center; }
    .section-1 .btn-1 {
      width: 100%;
      font-size: 2.5em;
      text-align: center; }
    .section-1 .btn-2 {
      font-size: 2.5em; }
  .section-2 .container .col-md-12 p {
    padding: 15px 25px;
    margin: 0; }
  .section-2::before {
    display: none; }
  .section-2 .container .col-md-12 p {
    font-size: 4.3em;
    line-height: 1.5;
    font-weight: 400; }
  .section-3 {
    text-align: center;
    padding: 150px 0 300px;
    position: relative; }
    .section-3 span {
      font-size: 1.4em !important;
      padding-bottom: 25px;
      display: inline-block; }
      .section-3 span::after {
        left: -webkit-calc(50% - 25px) !important;
        left: calc(50% - 25px) !important; }
  .section-3 .left h2 {
    font-size: 5em; }
  .section-3 .left p {
    line-height: 2;
    font-size: 2em; }
  .section-5::after,
  .section-3::after {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: 0;
    height: 300px;
    background-size: auto 100%;
    background-position: center; }
  .section-4 {
    padding: 150px 0 120px; }
  .section-4 span {
    font-size: 2em; }
  .section-9 p br,
  .section-5 .left p br,
  .section-4 .left p br,
  .section-3 .left p br {
    display: none; }
  .section-9 .links-share span {
    font-size: 2em !important;
    padding: 19px; }
  .section-9 p,
  .section-8 p,
  .section-7 p,
  .section-6 p,
  .section-5 .left p,
  .section-4 .left p,
  .section-3 .left p {
    text-align: center;
    font-size: 19px !important;
    line-height: 36px;
    padding: 19px; }
  .section-6 .title h2,
  .section-4 .title h2 {
    font-size: 5em;
    line-height: inherit; }
  .section-4::after {
    display: none; }
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    font-size: 2.5em; }
  .section-4 .title span {
    font-size: 1.3em; }
  .section-5 {
    text-align: center;
    padding: 150px 0 350px; }
    .section-5 span {
      font-size: 1.3em !important; }
      .section-5 span::after {
        left: -webkit-calc(50% - 25px) !important;
        left: calc(50% - 25px) !important; }
  .section-5 .left h2 {
    font-size: 5em;
    margin-bottom: 0px; }
  .section-5 .left p::after {
    left: 31%; }
  .section-5 .left p::before {
    left: 46%; }
  .section-7 span,
  .section-6 span {
    font-size: 1.3em !important; }
  .section-8 .title h2,
  .section-7 .title h2,
  .section-6 .title h2 {
    line-height: 1em;
    font-size: 5em;
    padding-left: 10px;
    padding-right: 10px; }
  .section-6 .link a {
    display: none; }
  .section-6::after {
    height: 250px; }
  .section-6 {
    padding: 150px 0 200px; }
  .section-6::after {
    background-size: auto 100%; }

  .section-7 {
    padding: 140px 0 150px; }
  .section-7::after {
    height: 170px;
    width: 150%;
    left: -207px;
    background-size: auto 100%; }
  .section-8 {
    margin-bottom: -210px; }
  .section-8::after {
    bottom: 183px; }
  .section-9 .link .btn-1 {
    font-size: 2.8em;
    padding: 18px;
    width: 100%;
    font-weight: 300; }
  .section-9 .link .btn-2 {
    font-size: 2.3em; }
  .section-9 .links-share a {
    font-size: 2em; }
  .section-9 {
    padding: 180px 0 100px; }
  .section-7 .graph {
    height: 100px; }
  .section-7 {
    padding-bottom: 30px; }
  .section-5::after, .section-3::after{
    background-size: 500px auto !important;
    height: 400px;
    bottom: 70px;
  }
  .section-3{
    padding: 150px 0 443px;
  }
  .img3::after,
  .img2::after,
  .img1::after {
    //background-size: auto 100% !important;
    background-position: center !important;}
  .section-4 .left .massage-1,
  .section-4 .left .massage-2 {
    width: 80%; }
    .section-5 .left h2{
      margin-top: 14px;
      line-height: 40px;
    }
    .section-5::after{
      bottom: 40px !important;
      background-position: center !important;
    }
    .section-5 {
      text-align: center;
      padding: 150px 0 494px;
    }
    .section-5  p{
      font-family: TruenoLt;
      font-size: 19px;
      line-height: 1.89;
      letter-spacing: -0.2px;
      text-align: center;
      color: #ffffff;
    }

    .section-8 {
        padding: 146px 0 0;
    }
    .section-7 .graph {
      height: 246px;
    }
    .section-7 .graph .points::after,
    .section-7 .graph .bg-points::before{
       height: 100% !important;
    }
    .section-7 .graph {
      height: 180px;
      width: 150%;
      margin-left: -33%;
  }
  }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 610px) {
  /**/ }
@media only screen and (max-width: 500px) {
  .section-7 .title p {
    padding-bottom: 10px;
  }
  .section-6::after {
      background-size: 500px auto;
      background-position: bottom;
  }

  /**/ }

@media only screen and (max-width: 480px) {
  /**/

    .section-7 .graph {
        height: 150px ;
        width: 180%;
        margin-left: -51%;
    }
    .section-7 .title p{
      margin-bottom: 48px;
    }
  }

@media only screen and (min-width: 380px) {
    .section-6::after {
        height: 500px;
        background-size: 120% auto;
    }
}




/* Custom, iPhone Retina */
@media only screen and (max-width: 380px) {
  /**/
  .section-8 img {
    width: 500px;
    margin-left: -103px;
  }
  .section-7 .title p{
    margin-bottom: 20px;
  }
  .section-9 .links-share a {
    font-size: 2em;
    width: 88%;
    margin: 3% 6%; } }
