body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: rgba(56, 65, 71, .75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #212121;
  font-size: 50px;
  line-height: 57px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #313131;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-bottom: 20px;
  color: #4cb4ff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  display: block;
  margin: 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

h5 {
  display: block;
  width: 60%;
  margin: 14px auto 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

p {
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #717171;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

a {
  color: #0082f3;
  text-decoration: underline;
}

.banner {
  position: relative;
  height: 100%;
  background-color: #e0e5e9;
  background-image: url('../images/bookbook_pms-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 38px;
  text-decoration: none;
}

.banner.obbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(56, 65, 72, .6), rgba(56, 65, 72, .6)), url('../images/Screenshot_2016-04-19-10-13-56.png');
  background-image: linear-gradient(180deg, rgba(56, 65, 72, .6), rgba(56, 65, 72, .6)), url('../images/Screenshot_2016-04-19-10-13-56.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.tpbg {
  background-image: url('../images/bookbook_teampack-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-wrapper {
  z-index: 2;
}

.brand-logo {
  display: inline-block;
  height: 60px;
  float: right;
  color: #b5bbc5;
}

.brand-logo.w--current {
  color: #fff;
}

.col-left {
  text-align: right;
}

.features-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.features-section.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #384148;
}

.features-section.shadow {
  z-index: 2001;
  height: auto;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #384148;
  box-shadow: 0 0 30px -10px #384148;
}

.features-section._30pa {
  background-color: #e0e5e9;
}

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

.tittle-wrapper {
  text-align: center;
}

.tittle-wrapper.detailtxt {
  width: 60%;
  margin-top: 30px;
}

.tittle-wrapper.zzaxxd {
  width: 70%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.about-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #5063ae;
  background-image: none;
}

.about-section.shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 5%;
  padding-bottom: 40px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5063ae;
  background-image: none;
}

.descbribe-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.pricing-teable {
  position: relative;
  overflow: hidden;
  padding-right: 10%;
  padding-left: 10%;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.pricing-teable:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .08);
}

.list-price {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 1px dashed #b5bbc5;
  background-color: #fff;
  text-align: center;
}

.list-price.online-booking {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #384148;
  border-bottom-style: solid;
  border-bottom-color: #384148;
  background-color: #384148;
}

.price {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.price.qqaqq {
  margin-bottom: 0px;
  color: #fff;
}

.price.light {
  color: #b5bbc5;
}

.white {
  border-top: 1px none #000;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.white.boskele {
  display: inline;
  font-family: 'Andrew footit bosk hand elements', sans-serif;
}

.white.pattern.bigbaddy {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #fff;
}

.white.onlinetype {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.modal-singup {
  display: block;
  width: 450px;
  margin: 40px auto 26px;
  padding: 60px 60px 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .14);
}

.modal-singup.contact-form {
  width: 600px;
  margin-top: 0px;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .68), 4px 4px 2px -2px #000;
}

.singup-field {
  height: 45px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ebedf2;
  border-left-style: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
}

.singup-field:focus {
  border-bottom-color: #4cb4ff;
}

.col-social {
  padding-right: 0px;
  padding-left: 0px;
}

.social-block {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #d9dadd;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}

.social-block.facebook {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  border-right: 1px solid #000;
  background-color: #384148;
  background-image: url('../images/facebook.svg');
  background-position: 43px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Andrew footit bosk hand', sans-serif;
}

.social-block.facebook:hover {
  background-color: rgba(0, 0, 0, .5);
}

.social-block.flickr {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #384148;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Andrew footit bosk hand', sans-serif;
}

.social-block.flickr:hover {
  background-color: rgba(0, 0, 0, .5);
}

.row-social {
  box-shadow: 1px 1px 3px 0 #000;
}

.contact-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: rgba(56, 65, 72, .95);
  box-shadow: inset 0 -10px 3px -9px #000;
}

.contact-continer {
  padding-top: 45px;
}

.small-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  box-shadow: none;
}

.contact-form {
  margin-top: 40px;
  font-size: 18px;
}

.copyright {
  text-align: center;
}

.heart-ico {
  display: inline-block;
}

.copy {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.banner-container {
  height: 58vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.iphone-ipad {
  position: relative;
  z-index: 2001;
}

.logom {
  margin-top: 18px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.blogicon {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footerlink {
  display: inline-block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #6b6b6b;
  text-decoration: none;
}

.footerwraper {
  text-align: center;
}

.englisgbtn {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 10px;
  padding-top: 6px;
  float: right;
  border: 1px dashed #4cb4ff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.engbtn {
  color: #384148;
  font-size: 16px;
}

.whatwedopic {
  display: block;
  margin: 30px auto 36px;
}

.padding {
  display: block;
  margin-bottom: 50px;
}

.imglogo {
  margin-top: 10px;
  margin-left: 15px;
  float: left;
  text-align: left;
}

.submit-btn {
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #4cb4ff;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.submit-btn:hover {
  background-color: rgba(76, 180, 255, .8);
}

.submit-btn:active {
  background-color: #384148;
}

.submit-btn.onlinebkbtn {
  width: 230px;
  height: 100%;
  margin-top: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #384148;
  font-family: 'Andrew footit bosk hand', sans-serif;
}

.block {
  height: 100%;
  margin-bottom: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.line {
  border-top: 1px solid rgba(0, 0, 0, .18);
  color: #384148;
  font-size: 20px;
  font-weight: 400;
}

.bblogo {
  margin-bottom: 30px;
}

.bosk {
  font-family: 'Andrew footit bosk hand', sans-serif;
}

.picinbody {
  border: 10px solid #fff;
  background-color: #b5bbc5;
}

.picinbody._222 {
  height: 400px;
  background-color: #e0e5e9;
  background-image: url('../images/BookBook PMS mobile_iPad Pro Mockup.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bannernew {
  margin-bottom: 10px;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
}

.bannernew.teamcoming {
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bannernew.obhead {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.bannernew.pricingnew {
  margin-top: 80px;
  color: #000;
  text-align: center;
}

.bannernew.pricingnew.faqhead {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.bannernew.enggtrd {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.small {
  color: #e0e5e9;
  font-size: 30px;
}

.small.prcsmall {
  font-family: Lato, sans-serif;
  color: #384148;
  font-size: 20px;
  font-weight: 400;
}

.small.rngggrd {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.small.wrrfgh {
  font-family: Raleway, sans-serif;
}

.left-colom {
  display: block;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url('../images/Functions.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pattern {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.logofont {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 15px;
  float: left;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
}

.fontleft {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #000;
  text-align: center;
}

.symble {
  display: block;
  font-family: 'Andrew footit bosk hand elements bold', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.font-right {
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #000;
  text-align: center;
}

.bigsym {
  font-family: 'Andrew footit bosk hand elements press bold';
  font-size: 90px;
  line-height: 120px;
}

.frame {
  display: block;
  height: 300px;
  margin: 50px auto;
  padding-top: 55px;
  padding-bottom: 30px;
  border: 3px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 10px -3px #000;
}

.frame.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  margin-right: 3%;
  margin-left: 3%;
  padding-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #fff;
  border-radius: 0px;
  background-color: #384148;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #fff;
  text-align: center;
}

.frame.flex33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  margin-right: 3%;
  margin-left: 3%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #000;
  text-align: center;
}

.frame.picc {
  width: 44%;
  height: auto;
  margin-right: 3%;
  margin-left: 3%;
  padding: 10px;
  box-shadow: 1px 1px 10px -3px #000, inset 0 0 8px 0 #000;
}

.frame.piccc {
  width: 45%;
  height: auto;
  margin-right: 3%;
  margin-left: 3%;
  padding: 20px;
  border-width: 3px;
  border-color: #000;
  background-color: #000;
  box-shadow: 1px 1px 10px -3px #000;
}

.framefpnt {
  font-size: 30px;
  line-height: 57px;
}

.framefpnt.ri {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.reducecall {
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.reducecall.channelmanager {
  margin-top: 150px;
}

.onlinereduce {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.onlinereduce.whiteee {
  margin-bottom: 50px;
  color: #fff;
}

.colorbox {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #e8d789;
}

.colorbox.bigger {
  width: 170px;
  height: 170px;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 0px;
  background-color: hsla(49, 67%, 72%, .6);
  box-shadow: none;
}

.transbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(56, 65, 72, .74);
  opacity: 0.56;
  color: #384148;
}

.transbg.bgr {
  margin-left: 0px;
  padding-left: 7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left-style: none;
}

.transbg.bgl {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right-style: none;
}

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

.freemoney {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.freemoney.up {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}

.freemoney.down {
  margin-top: -25px;
  margin-bottom: 10px;
  color: #b5bbc5;
  font-size: 15px;
}

.tabup {
  display: block;
  width: 282px;
  margin: 7px auto 10px;
  border: 1px solid #000;
  background-color: #fff;
}

.tabs {
  display: inline-block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-right: 1px solid #000;
  background-color: transparent;
  text-align: center;
}

.tabs.w--current {
  background-color: #4cb4ff;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .66);
}

.pricinggg {
  background-color: #e0e5e9;
  background-image: -webkit-linear-gradient(270deg, rgba(224, 229, 233, .9), rgba(224, 229, 233, .9)), url('../images/Online booking Art.png');
  background-image: linear-gradient(180deg, rgba(224, 229, 233, .9), rgba(224, 229, 233, .9)), url('../images/Online booking Art.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1024px;
  background-repeat: repeat, repeat-x;
}

.priceline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  margin-top: 30px;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.priceline.p22 {
  margin-left: 20px;
  background-color: #fff;
}

.priceline.free {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pricing {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.boskkk {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.bolock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #e0e5e9;
  border-radius: 10px;
}

.bolock.freetent {
  border-color: #4cb4ff;
}

.pricerow {
  margin-bottom: 50px;
}

.cokor {
  color: #4cb4ff;
}

.kolo {
  color: #2fbf62;
}

.kolo.k22 {
  color: #4cb4ff;
}

.pricegsra {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.pricegsra.parashort {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.cutelogo {
  font-family: 'Andrew footit bosk hand elements', sans-serif;
}

.obimggg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
}

.bestpoibbb {
  display: block;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fontaa {
  width: 60%;
  color: #384148;
  font-weight: 400;
  text-align: center;
}

.fontaa.white {
  width: 90%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #384148;
}

.fontaa.whiteees {
  width: 80%;
  color: #fff;
}

.fontaa.colummms {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.fontaa.blackkk {
  width: 85%;
  color: #fff;
  text-align: left;
}

.fontaa.colorr {
  width: 85%;
  color: #000;
  text-align: left;
}

.fontaa.blackkkk {
  color: #e0e5e9;
}

.fontaa.boskkka {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Andrew footit bosk hand elements bold', sans-serif;
  font-size: 30px;
}

.fontaa.flexfinv {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.fontaa.txttt {
  width: 100%;
  color: #000;
  text-align: left;
}

.fontaa.letter {
  width: 90%;
  margin-top: 0px;
  padding-top: 0px;
  color: #000;
  text-align: left;
}

.fontaa.carddd {
  width: 85%;
  text-align: left;
}

.fontaa.heartin {
  width: 90%;
}

.headaa {
  text-align: center;
}

.headaa.whitee {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.headaa.white {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.headaa.colummes {
  display: block;
  margin: 20px auto -10px;
  color: #2fbf62;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
}

.headaa.inframe {
  margin: 10%;
  color: #fff;
  font-size: 30px;
}

.headaa.inframe.whitees {
  color: #fff;
}

.headaa.priceheaf {
  margin-bottom: 0px;
  color: #000;
}

.pricinghead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnonline {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid solid solid none;
  border-width: 3px;
  border-color: #4cb4ff #3dbaaf #2fbf62 #2fbf62;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
  font-family: 'Andrew footit bosk hand', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.btnonline:hover {
  background-image: -webkit-linear-gradient(270deg, #4cb4ff, #2fbf62);
  background-image: linear-gradient(180deg, #4cb4ff, #2fbf62);
}

.flexcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flowbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  margin: 10px 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -3px #000, 2px 2px 3px -3px #000;
  text-align: left;
}

.flowbox.blackbox {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-color: #fff;
  background-color: #384148;
  background-image: url('../images/Functions.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowbox.blackbox.txt {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.flowbox.greyy {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e0e5e9;
}

.flowbox.greybox {
  border-color: #e0e5e9;
  background-color: #384148;
}

.flowbox.bigboxx {
  width: 64.33%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  box-shadow: none;
}

.flowbox.logoaa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexside {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigbox {
  width: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.function {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 4px solid #4cb4ff;
  color: #000;
  font-weight: 400;
  text-align: right;
}

.function.blakk {
  color: #fff;
}

.flexnew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexpro {
  width: 40%;
  padding: 10px;
}

.flex60 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flexfunction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 20px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  text-align: left;
}

.flexpic {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 1px 0 3px 0 rgba(56, 65, 72, .3);
}

.flexfinvtiont {
  margin: 0px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexframe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b5bbc5;
}

.flexpaint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4cb4ff;
}

.flextxt {
  padding: 10% 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icons {
  width: 200px;
  height: 200px;
  margin-top: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #384148;
}

.ob-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bookbook onlinebooking background.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bookbook onlinebooking background.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.boskline {
  font-family: 'Andrew footit bosk hand elements', sans-serif;
  letter-spacing: 10px;
}

.boskline.obline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.boskline.obline2 {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.boskline._22222 {
  font-size: 12px;
}

.boskline._22234 {
  float: none;
  font-size: 12px;
  text-align: left;
}

.piccircle {
  width: 200px;
  height: 200px;
  margin-bottom: 20%;
  border-radius: 300px;
  background-color: #000;
  background-image: url('../images/BookBook Chanel manager.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flexall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.flex50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex50.blackkkj {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  -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;
  background-color: #b5bbc5;
}

.flex50.blueee {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -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;
  background-color: #4cb4ff;
}

.obimgg {
  height: 35vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/Bookbook_online_booking_RWD.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.obintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #384148;
}

.obintroblock {
  width: 33.33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.flexpig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lovespeech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 2%;
  padding: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #b5bbc5;
  box-shadow: none;
}

.beta {
  color: #4cb4ff;
  text-decoration: underline;
}

.pricing-sign {
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Great Vibes', cursive;
  color: #b5bbc5;
  font-size: 40px;
  font-weight: 200;
  text-align: right;
  text-decoration: none;
}

.pricingsignimg {
  margin-right: 100px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flexletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-shadow: 1px 1px 3px 0 #000;
}

.letterlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Bookbook logo Art.png');
  background-position: 100% 50%;
  background-size: 461px;
  background-repeat: repeat;
}

.bighead {
  font-size: 50px;
}

.innerbox {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 70px;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.pricimg {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #384148;
  border-radius: 500px;
  background-color: #fff;
  background-image: url('../images/nature-2043.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.pricimg.tr {
  background-image: url('../images/travel_&_transport-2714.png');
  background-size: 30px;
}

.pricimg.bu {
  background-image: url('../images/nature-2008.png');
  background-size: 30px;
}

.pricimg.ma {
  background-image: url('../images/buildings-0287.png');
  background-size: 18px;
}

.pricimg.sk {
  background-image: url('../images/buildings-0292.png');
  background-size: 30px;
}

.normalline {
  height: 1px;
  margin-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #b5bbc5;
}

.normalline.color {
  width: 60%;
  margin-top: -4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top-width: 6px;
  border-top-color: #384148;
}

.normalline.color._2 {
  border-top-color: #cad95c;
}

.normalline.color._33 {
  border-top-color: #dab13b;
}

.normalline.color._4 {
  border-top-color: #3aadd9;
}

.normalline.color._55 {
  border-top-color: #c0281b;
}

.sideline {
  margin-top: -15px;
  margin-bottom: 25px;
}

.demolink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #2fbf62;
  background-image: -webkit-linear-gradient(270deg, #4cb4ff, #2fbf62);
  background-image: linear-gradient(180deg, #4cb4ff, #2fbf62);
}

.prtxt {
  font-size: 15px;
  text-align: center;
}

.prtxt.faqtext {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 2%;
  padding-left: 2%;
  text-align: left;
}

.prichead {
  color: #384148;
  font-size: 40px;
  font-weight: 700;
}

.blue {
  color: #4cb4ff;
  font-weight: 200;
}

.applythis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 5px;
  background-color: #384148;
  box-shadow: 0 2px 0 0 rgba(56, 65, 72, .5);
}

.applythis._22 {
  background-color: #cad95c;
  box-shadow: 0 2px 0 0 rgba(202, 217, 92, .5);
}

.applythis._333 {
  background-color: #dab13b;
  box-shadow: 0 2px 0 0 rgba(218, 177, 59, .5);
}

.applythis._432 {
  background-color: #3aadd9;
  box-shadow: 0 2px 0 0 rgba(58, 173, 217, .5);
}

.applythis._555 {
  background-color: #c0281b;
  box-shadow: 0 2px 0 0 rgba(192, 40, 27, .5);
}

.faqqq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.bold {
  font-weight: 900;
}

.offset {
  padding-top: 6px;
}

.detailpic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.detsilcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trt {
  color: #cad95c;
  font-size: 25px;
  font-weight: 700;
}

.bub {
  color: #dab13b;
  font-size: 25px;
  font-weight: 700;
}

.sks {
  color: #c0281b;
  font-size: 25px;
  font-weight: 700;
}

.mam {
  color: #3aadd9;
  font-size: 25px;
  font-weight: 700;
}

.frr {
  color: #384148;
  font-size: 25px;
  font-weight: 700;
}

.mon {
  font-size: 15px;
}

.obdemotxt {
  color: #fff;
  text-decoration: none;
}

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

.address {
  color: #2fbf62;
}

.oblinkkk {
  margin-top: 8px;
  text-decoration: none;
}

.anddd {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Andrew footit bosk hand elements bold', sans-serif;
  color: #fff;
  font-size: 70px;
}

.footerimg {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.roommode {
  box-shadow: 1px 1px 5px -2px #000;
}

.piccsd {
  box-shadow: none;
}

.offseten {
  padding-top: 6px;
}

.rngggg {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.enfree {
  font-family: 'Andrew footit bosk hand', sans-serif;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/404 Art.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.gohome {
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .37);
  border-radius: 200px;
}

.goback {
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 10px;
  text-decoration: none;
}

html.w-mod-js *[data-ix="move-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="show-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-scroll-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-scroll-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="from-left"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-right"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-left-iphone"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="outer-pulser"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="from-bottom"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="h-from-bottom"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="p-from-bottom"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="from-bottom-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 39px);
  -ms-transform: translate(0px, 39px);
  transform: translate(0px, 39px);
}

html.w-mod-js *[data-ix="from-left-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="tittle-move"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="tittle-move-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="tittle-move-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="tiile-left"] {
  opacity: 0;
  -webkit-transform: translate(-52px, 0px);
  -ms-transform: translate(-52px, 0px);
  transform: translate(-52px, 0px);
}

html.w-mod-js *[data-ix="tiile-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-52px, 0px);
  -ms-transform: translate(-52px, 0px);
  transform: translate(-52px, 0px);
}

html.w-mod-js *[data-ix="tiile-left-3"] {
  opacity: 0;
  -webkit-transform: translate(-52px, 0px);
  -ms-transform: translate(-52px, 0px);
  transform: translate(-52px, 0px);
}

html.w-mod-js *[data-ix="tiile-left-4"] {
  opacity: 0;
  -webkit-transform: translate(47px, 0px);
  -ms-transform: translate(47px, 0px);
  transform: translate(47px, 0px);
}

html.w-mod-js *[data-ix="slide"] {
  opacity: 0;
  -webkit-transform: translate(-66px, 0px);
  -ms-transform: translate(-66px, 0px);
  transform: translate(-66px, 0px);
}

html.w-mod-js *[data-ix="slide-2"] {
  opacity: 0;
  -webkit-transform: translate(73px, 0px);
  -ms-transform: translate(73px, 0px);
  transform: translate(73px, 0px);
}

html.w-mod-js *[data-ix="slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 37px);
  -ms-transform: translate(0px, 37px);
  transform: translate(0px, 37px);
}

html.w-mod-js *[data-ix="show-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media (max-width: 991px) {
  body {
    height: auto;
  }
  h4 {
    border-top: 1px none #000;
  }
  .tittle-wrapper.detailtxt {
    width: 100%;
    padding-top: 70px;
  }
  .tittle-wrapper.detailtxt.proo {
    padding-top: 0px;
  }
  .social-block.facebook {
    background-position: 45px 50%;
  }
  .banner-container {
    margin-top: 0px;
    padding-top: 71px;
  }
  .iphone-ipad {
    display: block;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2003;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
  }
  .hamburger {
    color: #3c8dc5;
  }
  .hamburger.w--open {
    background-color: transparent;
    color: #3c8dc5;
  }
  .nav-link {
    height: 80px;
    max-width: 100%;
    padding-top: 29px;
    background-color: #3bc4b4;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
  }
  .nav-link:hover {
    background-color: #4cb4ff;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-menu {
    top: 70px;
    bottom: auto;
    background-color: #fff;
    box-shadow: -26px 81px 23px 15px #000;
  }
  .logom {
    font-size: 20px;
  }
  .englisgbtn {
    float: right;
  }
  .padding {
    margin-bottom: 20px;
  }
  .bannernew.teamcoming {
    margin-bottom: 300px;
  }
  .logofont {
    margin-left: 0px;
    font-size: 30px;
  }
  .frame.right {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .frame.flex33 {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .frame.picc {
    width: 80%;
  }
  .frame.piccc {
    width: 60%;
  }
  .priceline {
    width: 45%;
  }
  .priceline.p22 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .priceline.free {
    width: 80%;
  }
  .bestpoibbb {
    width: 80%;
    margin-top: 0px;
  }
  .flowbox {
    width: 48%;
  }
  .flowbox.blackbox {
    width: 31.33%;
  }
  .flowbox.blackbox.txt {
    width: 48%;
  }
  .function {
    color: #000;
    font-weight: 400;
  }
  .flexnew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexfunction {
    width: 43.33%;
    margin-right: 3.33%;
    margin-left: 3.33%;
  }
  .icons {
    margin-top: 10%;
  }
  .prichead {
    font-size: 40px;
  }
  .detailpic {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .detsilcard.prooo {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 50px;
  }
  h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  h4 {
    width: 70%;
  }
  h5 {
    width: 70%;
  }
  .banner {
    height: 610px;
    margin-top: 70px;
  }
  .banner.obbg {
    height: auto;
    padding-top: 70px;
  }
  .features-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tittle-wrapper.zzaxxd {
    width: 90%;
  }
  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .descbribe-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .modal-singup.contact-form {
    width: 500px;
  }
  .col-social {
    height: auto;
  }
  .social-block.facebook {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 85px 50%;
  }
  .social-block.flickr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-container {
    padding-top: 0px;
  }
  .iphone-ipad {
    width: 500px;
  }
  .navbar-mobile {
    background-color: #fff;
  }
  .nav-link.navlink {
    width: 50%;
    float: left;
    background-color: #e0e5e9;
    color: #384148;
  }
  .nav-link.navlink:hover {
    background-color: rgba(224, 229, 233, .55);
  }
  .nav-link.navlink:active {
    color: #4cb4ff;
  }
  .nav-link.navlink.w--current {
    background-color: #b5bbc5;
  }
  .nav-menu {
    display: block;
    box-shadow: 0 20px 30px -15px #000;
  }
  .logom {
    font-size: 16px;
  }
  .englisgbtn {
    width: 45px;
    height: 45px;
    margin-top: 8px;
    padding: 0px;
  }
  .englisgbtn.w--current {
    margin-top: 8px;
  }
  .engbtn {
    margin-top: 9px;
    font-size: 14px;
  }
  .whatwedopic {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .submit-btn {
    font-size: 20px;
  }
  .line {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bblogo {
    width: 150px;
    padding-top: 40px;
  }
  .bannernew {
    font-size: 30px;
  }
  .bannernew.teamcoming {
    margin-bottom: 0px;
  }
  .bannernew.obhead {
    margin-top: 30px;
    font-size: 30px;
  }
  .small {
    font-size: 20px;
  }
  .logofont {
    padding-top: 0px;
    padding-left: 5px;
    color: #000;
    font-size: 25px;
  }
  .frame {
    width: 80%;
  }
  .frame.right {
    width: 80%;
  }
  .frame.flex33 {
    width: 80%;
  }
  .frame.piccc {
    width: 80%;
  }
  .colorbox.bigger {
    margin-top: 0px;
  }
  .transbg {
    width: 96%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .transbg.bgr {
    width: 93%;
    margin-left: 10px;
    padding-left: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-left-style: solid;
    text-align: center;
  }
  .transbg.bgl {
    width: 93%;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-right-style: solid;
  }
  .tabup {
    width: 242px;
  }
  .tabs {
    width: 60px;
    font-size: 12px;
  }
  .pricinggg {
    padding-top: 70px;
  }
  .priceline {
    padding-top: 10px;
  }
  .boskkk {
    margin-bottom: 5px;
  }
  .bestpoibbb {
    width: 94%;
    margin-top: 0px;
  }
  .fontaa {
    width: 90%;
    font-size: 17px;
  }
  .fontaa.whiteees {
    width: 95%;
  }
  .fontaa.colummms {
    width: 95%;
  }
  .fontaa.txttt {
    text-align: center;
  }
  .headaa.whitee {
    font-size: 30px;
  }
  .headaa.colummes {
    width: 95%;
    font-size: 20px;
  }
  .headaa.inframe {
    font-size: 25px;
  }
  .btnonline {
    font-size: 20px;
  }
  .flowbox.bigboxx {
    padding-right: 0px;
    padding-left: 0px;
  }
  .function {
    width: auto;
  }
  .flexol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexpro {
    width: 80%;
  }
  .flexfunction {
    width: 94.33%;
  }
  .flexframe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexpaint {
    width: auto;
    height: 50vh;
  }
  .piccircle {
    margin-bottom: 15%;
  }
  .flexall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex50.blackkkj {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex50.blueee {
    width: 100%;
    margin: 0px;
    background-color: #4cb4ff;
  }
  .obintro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .obintroblock {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 1px solid #000;
  }
  .obintroblock.noline {
    border-bottom-style: none;
  }
  .flexpig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lovespeech {
    width: 96%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .pricing-sign {
    width: 50%;
  }
  .flexletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .letterlogo {
    width: 100%;
    height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
  }
  .prichead {
    width: auto;
    font-size: 30px;
  }
  .detsilcard.prooo {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 29px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    width: 90%;
    font-size: 17px;
  }
  h5 {
    width: 90%;
  }
  .banner {
    height: 500px;
    margin-top: 70px;
  }
  .brand-logo {
    width: 80px;
    margin-left: 7px;
    padding: 11px 0px 0px;
  }
  .tittle-wrapper.detailtxt {
    padding-top: 30px;
  }
  .about-section {
    padding-top: 0px;
  }
  .about-section.shadow {
    padding-top: 20px;
  }
  .white {
    text-align: center;
  }
  .modal-singup {
    width: 300px;
    padding: 29px;
  }
  .modal-singup.contact-form {
    width: 300px;
    padding: 27px;
  }
  .social-block.facebook {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }
  .banner-container {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .iphone-ipad {
    width: 300px;
  }
  .nav-link.navlink {
    width: 100%;
  }
  .englisgbtn {
    margin-left: 0px;
  }
  .whatwedopic {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .submit-btn {
    font-size: 20px;
  }
  .bblogo {
    width: 120px;
    padding-top: 20px;
  }
  .bannernew.obhead {
    margin-top: 0px;
    font-size: 25px;
  }
  .small {
    font-size: 20px;
  }
  .pattern {
    margin-top: 10px;
    font-size: 20px;
  }
  .frame.right {
    margin-top: 10px;
  }
  .frame.flex33 {
    margin-top: 30px;
  }
  .frame.piccc {
    padding: 0px;
    border-width: 5px;
  }
  .reducecall.channelmanager {
    margin-top: 0px;
  }
  .colorbox.bigger {
    margin-top: 0px;
  }
  .transbg {
    padding-right: 5%;
    padding-left: 5%;
  }
  .tabs {
    font-size: 12px;
  }
  .pricinggg {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Online booking Art.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Online booking Art.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .priceline {
    width: 90%;
  }
  .priceline.free {
    width: 90%;
  }
  .pricegsra.parashort {
    width: 80%;
  }
  .bestpoibbb {
    margin-top: 10px;
  }
  .fontaa.colummms {
    font-size: 17px;
  }
  .headaa.whitee {
    font-size: 20px;
  }
  .btnonline {
    font-size: 20px;
  }
  .flowbox {
    width: 98%;
  }
  .flowbox.blackbox {
    width: 98%;
    height: 33vh;
  }
  .flowbox.blackbox.txt {
    width: 98%;
    height: auto;
  }
  .flowbox.bigboxx {
    width: 98%;
    height: 130px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flowbox.logoaa {
    height: 33vh;
  }
  .flexpro {
    width: 90%;
  }
  .icons {
    margin-top: 20%;
  }
  .ob-banner {
    padding-top: 70px;
  }
  .boskline._22222 {
    font-size: 12px;
  }
  .obimgg {
    background-position: 50% 100%;
  }
  .pricing-sign {
    width: auto;
    font-size: 25px;
  }
  .pricingsignimg {
    margin-right: 0px;
  }
  .prtxt.faqtext {
    width: 100%;
  }
  .prichead {
    padding-left: 20px;
    font-size: 30px;
  }
  .detsilcard {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .detsilcard.prooo {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Andrew footit bosk hand bold';
  src: url('../fonts/Andrew Footit - Bosk Hand Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Andrew footit bosk hand elements bold';
  src: url('../fonts/Andrew Footit - Bosk Hand Elements Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Andrew footit bosk hand elements';
  src: url('../fonts/Andrew Footit - Bosk Hand Elements.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Andrew footit bosk hand';
  src: url('../fonts/Andrew Footit - Bosk Hand.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
