.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('/beengo/static/images/chatbot/BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.sushibg {
  background-image: url('/beengo/static/images/chatbot/sushiBG.jpg');
  background-size: cover;
}

.header.burgerbg {
  background-image: url('/beengo/static/images/chatbot/hamburger-BG.jpg');
  background-size: cover;
}

.headercontain.pizza {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.headercontain.centerheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.headercontain.sushiimage {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.headercontain.burgerimage {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headercontain.teaimage {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.headercontain.drinkcontain {
  padding-left: 100px;
}

.appfrontlogo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  font-family: Raleway, sans-serif;
  font-size: 35px;
  font-weight: 200;
}

.h1.white {
  margin-bottom: 25px;
  color: #fff;
}

.h1.headerh1 {
  margin-bottom: 68px;
}

.h1.headerh1.white {
  margin-bottom: 68px;
}

.h1.ordangeh1 {
  margin-top: 0px;
  color: #db5800;
}

.iphoneheader {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.iphoneheader.gifcontainer {
  position: relative;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section2child {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, #fff 79%, #e6e6e6);
  background-image: linear-gradient(180deg, #fff 79%, #e6e6e6);
}

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

.section2child.personal-textflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section2child.personal-textflex.connectionflex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.section2child.connectionflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.peronalimage.peronaliphone {
  float: left;
}

.peronalimage.womanimage {
  position: absolute;
  float: right;
}

.divider {
  width: 54px;
  height: 10px;
  margin-top: 11px;
  margin-bottom: 22px;
  border-bottom: 1px solid #db5800;
}

.divider.centerdiv {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.textdiv {
  width: 440px;
}

.textdiv.centertext {
  display: block;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
}

.p {
  font-family: Raleway, sans-serif;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
}

.p.icontext {
  padding-right: 47px;
  padding-left: 47px;
}

.p.icontext.whitep {
  margin-bottom: 30px;
  color: #fff;
}

.p.pricetitle {
  margin-bottom: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.p.dollar {
  display: inline-block;
  color: hsla(0, 0%, 100%, .58);
}

.p.pricenumber {
  display: inline-block;
  margin-right: -3px;
  margin-left: 3px;
  color: #fff;
  font-size: 70px;
  font-weight: 100;
}

.p.month {
  display: inline-block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: hsla(0, 0%, 100%, .58);
}

.p.pricedescrip {
  margin-top: 19px;
  margin-bottom: 0px;
  color: #fff;
}

.integrationsection {
  padding: 50px 78px 0px;
  background-image: url('/beengo/static/images/chatbot/integrationBG.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.integrationimage {
  margin-bottom: 0px;
}

.setupsection {
  padding: 54px 15px 14px;
  text-align: center;
}

.setupicons {
  margin-top: 46px;
  margin-bottom: 46px;
}

.setupiconimage {
  margin-bottom: 19px;
}

.waitlist {
  padding-top: 81px;
  padding-bottom: 81px;
  background-image: url('/beengo/static/images/chatbot/OrangImage.png');
  background-position: 0px 0px;
  background-size: 1440px;
  text-align: center;
}

.waitlistcontain {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.formfield {
  margin-bottom: 14px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, .75);
}

.button {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .43);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: #333;
  font-weight: 700;
}

.button:hover {
  background-color: #333;
  color: #fff;
}

.footer {
  padding: 23px;
  background-color: #4a4a4a;
  text-align: center;
}

.footertext {
  display: inline-block;
  color: #a5a5a5;
}

.footerlogo {
  margin-right: 10px;
  margin-left: 10px;
}

.headslider {
  height: 100vh;
}

.iphone-hole {
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 0px;
}

.sushi-gif {
  position: absolute;
  left: 43px;
  top: 132px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
}

.pricing {
  padding-top: 47px;
  padding-bottom: 74px;
  background-color: #efefef;
  text-align: center;
}

.pricingtalb {
  display: inline-block;
  width: 650px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.priceblock {
  padding: 23px;
  background-color: #db5800;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.priceblock:hover {
  background-color: #c75509;
}

.theprice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricecolumn {
  padding-right: 5px;
  padding-left: 5px;
}

.navlink {
  padding-bottom: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.navlink:hover {
  border-bottom: 2px solid #fff;
}

.navlink.blacknav {
  color: #333;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  background-color: transparent;
  color: #fff;
}

.logowhite {
  width: 130px;
  margin: 20px;
}

@media (max-width: 991px) {
  .h1.headerh1 {
    width: 400px;
  }
  .section2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2child.personal-textflex {
    padding-top: 43px;
    padding-bottom: 43px;
    background-image: none;
  }
  .section2child.personal-textflex.connectionflex {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .connectionfleximage {
    width: 100%;
    margin-bottom: 24px;
  }
  .integrationsection {
    padding-right: 27px;
    padding-left: 27px;
  }
  .setupiconimage {
    padding-right: 36px;
    padding-left: 36px;
  }
  .priceblock {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .navlink {
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
  }
  .menubutton.w--open {
    background-color: rgba(0, 0, 0, .7);
  }
}

@media (max-width: 767px) {
  .headercontain.drinkcontain {
    padding-left: 32px;
  }
  .pricing {
    padding-right: 69px;
    padding-left: 69px;
  }
  .pricingtalb {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }
  .priceblock {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .header {
    height: auto;
  }
  .headercontain.centerheader {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h1 {
    font-size: 27px;
    line-height: 39px;
  }
  .h1.headerh1 {
    width: auto;
    margin-top: 47px;
    margin-bottom: 47px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
  }
  .h1.headerh1.white {
    margin-top: 73px;
    margin-bottom: 38px;
  }
  .iphoneheader {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .section2child.personal-textflex {
    padding-top: 18px;
    padding-right: 31px;
    padding-left: 31px;
  }
  .textdiv {
    width: auto;
  }
  .p.icontext {
    margin-bottom: 40px;
  }
  .setupsection {
    padding-bottom: 0px;
  }
  .setupiconimage {
    margin-bottom: 8px;
  }
  .waitlist {
    padding: 19px 24px 35px;
  }
  .waitlistcontain {
    width: auto;
  }
  .sushi-gif {
    left: 43px;
    top: 131px;
  }
  .pricing {
    padding: 12px 26px;
  }
  .navlink {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: transparent;
  }
  .navmenu {
    background-color: rgba(0, 0, 0, .9);
  }
}

