body {
  font-family: "Open Sans", sans-serif;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 16px;
}
p,
span {
  font-size: 14px;
}
::selection {
  background-color: #2ecc71;
  color: #fff;
}
header#header-img {
  background-image: url(../images/main-header.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  height: 700px;
  padding-top: 300px;
  position: relative;
}
.header-overlay {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.3;
  height: 700px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  padding: 351px 0;
}
div#main-header {
  position: fixed;
  width: 100%;
  z-index: 700;
}
div#main-header nav.navbar.navbar-inverse {
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#main-header .navbar-inverse .navbar-brand,
div#main-header .navbar-inverse .navbar-nav > .active > a div#main-header .navbar-inverse .navbar-nav > .open > a,
div#main-header .navbar-inverse .navbar-nav > .active > a:focus,
div#main-header .navbar-inverse .navbar-nav > .active > a:hover,
div#main-header .navbar-inverse .navbar-nav > .open > a:focus,
div#main-header .navbar-inverse .navbar-nav > .open > a:hover,
div#main-header .navbar-inverse .navbar-nav > .open > a,
div#main-header .navbar-inverse .navbar-nav > .open > a:focus,
div#main-header .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
div#main-header .navbar-inverse .navbar-nav > li {
  padding: 6px 12px;
}
div#main-header .navbar-inverse .navbar-nav > li.try-login,
div#main-header .navbar-inverse .navbar-nav > li.try-btn a {
  padding: 5px 5px;
}
div#main-header .navbar-inverse .navbar-nav > li.try-login a {
  padding: 7px 25px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
div#main-header .navbar-inverse .navbar-nav > li.try-btn a {
  padding: 7px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
}
a.btn.btn-primary.btn-login {
  background-color: transparent;
  border-color: #fff;
}
a.btn.btn-primary.btn-login:hover,
a.btn.btn-primary.btn-login:focus {
  background-color: #27ae60;
  border-color: #27ae60;
}
div#main-header .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  margin-top: 3px;
  font-size: 16px;
  padding: 8px 3px;
}
a.btn.btn-primary.btn-free {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
a.btn.btn-primary.btn-free:focus,
a.btn.btn-primary.btn-free:hover {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
div#main-header a.navbar-brand {
  padding: 0;
  margin-top: -13px;
}
img.img-responsive.img-logo {
  width: 75px;
}
img.img-responsive.img-logo2 {
  width: 100%;
  padding-top: 14px;
}
.fixed-main-header {
  background-color: #fff !important;
  border-bottom: 1px solid #d2d2d2;
}
img.img-responsive.img-play {
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgb(64, 64, 64);
  padding: 30px;
  border-radius: 53%;
  background-color: rgba(64, 64, 64, 0.5);
}
img.img-responsive.img-play:hover {
  background-color: rgba(64, 64, 64, 0.7);
  cursor: pointer;
}
.right-info {
  padding-right: 16px;
  padding-bottom: 10%;
}
.left-info {
}
.left-info h4,
.left-info h1 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 40px;
}
.right-info p {
  font-size: 16px;
}
p.trail-time {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 23px;
  font-size: 18px;
}
a.btn.btn-danger.btn-demo,
a.btn.btn-primary.btn-free-try {
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 38px;
  margin-right: 15px;
  border-radius: 3px;
}
a.btn.btn-primary.btn-free-try {
  background-color: #2ecc71;
  border-color: #2ecc71;
  margin-bottom: 15px;
}
a.btn.btn-primary.btn-free-try:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
a.btn.btn-danger.btn-demo {
  background-color: rgba(64, 64, 64, 0.5);
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
a.btn.btn-danger.btn-demo:hover {
  background-color: #27ae60;
  border-color: #27ae60;
  color: #fff;
}
.try-btns {
  margin-top: 31px;
}
.regd-right {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 45px;
}
button.btn.btn-primary.wh {
  background-color: #fef200;
  margin-bottom: 13px;
  color: #333;
  border-color: #fef200;
  border-radius: 1px;
  padding-right: 33px;
  font-size: 14px;
  font-weight: 600;
}
button.btn.btn-primary.wh:hover {
  background-color: #fff41a;
  border-color: #fff41a;
}
.btn-scroll {
  border-color: #333 !important;
  color: #333 !important;
}
.btn-scroll:hover {
  background-color: #2ecc71;
  border-color: #2ecc71 !important;
  color: #fff !important;
}
.sub-nav {
  height: 60px;
  border-bottom: 1px solid #ebebeb;
}
.box-background,
.box.white,
.sub-nav {
  background: #fff;
}
.sub-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.sub-nav-list > li {
  margin-left: 0;
  width: 20%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
}
.sub-nav-list > li > a {
  font-size: 14px;
  line-height: 60px;
  color: #989898;
  white-space: nowrap;
  transition: color 0.2s;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.sub-nav-list > li > a:hover {
  text-decoration: none;
  color: #4d4d4d;
}
.sub-nav-list > li.active,
.sub-nav-list > li:hover {
  background: #ebebeb;
  transition: background-color 0.2s;
}
.sticky-wrapper-fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 600;
  top: 74px;
}
section#pos-system {
  padding: 90px 0 10px;
}
.headings-top {
}
.headings-top h2 {
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 28px;
}
.headings-top h1 {
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 28px;
}
section#pos-system .headings-top p {
}
img.img-responsive.img-pos-sys {
  margin: 0 auto;
}
.pos-img-sec {
  padding: 0;
}
section#features {
  padding: 90px 0 50px;
  background-color: #f5f5f5;
}
a.btn.btn-default.ftr-btn {
  color: #5f7887;
  background-color: #fff;
  border-color: #d2d2d2;
  padding: 11px 0px;
  font-size: 14px;
  text-transform: uppercase;
}
a.btn.btn-default.ftr-btn.active,
a.btn.btn-default.ftr-btn:hover,
a.btn.btn-default.ftr-btn:focus {
  color: #fff;
  background-color: #5f7887;
  border-color: #5f7887;
}
.btn-group.btn-group-justified.tabs {
  margin: 30px 0px 0;
}
.need-box {
  padding: 15px 31px 12px;
  border: 1px solid transparent;
  background: 0 0;
  border-radius: 4px;
  transition: border-color 0.2s, background-color 0.2s;
  min-height: 199px;
}
.need-box.active,
.need-box:hover {
  border-color: rgba(170, 65, 65, 0.5);
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}
.need-box h6 {
  display: inline-flex;
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
  line-height: 1.9;
}
.need-box h6 span {
  padding: 10px;
}
.need-box p {
  margin: 0 0 15px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
}
img.img-responsive.icon-fetr {
  width: 30px;
  margin-right: 6px;
  margin-top: -3px;
}
span.month-price,
span.year-price {
  font-size: 40px;
}
span.price-per.chk-month,
span.price-per.chk-year {
  vertical-align: top;
  margin: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
}
tr.border-less th {
  border-top: none !important;
}
h5.white.price-heds {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.5;
}
.more-head {
}
.more-head h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #989898;
  margin: 0 0 12px;
}
.more-head ul {
  float: left;
  margin: 0;
  padding-left: 0;
}
.more-head ul li {
  display: block;
  margin: 0 0 4px;
}
.more-head ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  color: #404040;
}
.more-head ul li a span {
  display: inline-block;
  font-size: 11px;
  color: #989898;
  margin-top: 4px;
}
.more-head ul li a:hover,
.more-head ul li a:focus {
  text-decoration: none;
}
ul.dropdown-menu.large-more {
  position: fixed;
  padding: 40px;
  width: 70%;
  top: 73px;
  left: 15%;
  z-index: -1;
}
img.img-responsive.img-close {
  float: right;
  width: 28px;
  margin-right: -18%;
  margin-top: -9%;
  opacity: 0.7;
}
img.img-responsive.img-close:hover {
  cursor: pointer;
}
.last {
  padding: 0;
}
.more-headss,
.social-icons {
  width: 70%;
}
ul.social-bar {
  display: block;
  float: none;
  margin: 0;
}
ul.social-bar li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
ul.social-bar li a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #404040;
}
ul.social-bar li a i {
  color: #fff;
  background-color: #989898;
  padding: 6px 7px;
  border-radius: 97%;
  font-size: 11px;
}
ul.social-bar li a i:hover {
  background-color: #333;
}
ul.social-bar li a i.fa.fa-facebook {
  padding: 6px 8px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.center {
  text-align: center;
}
.section .container {
  margin-right: auto;
  margin-left: auto;
}
.section-heading {
  padding: 30px 0;
}
.section-heading h2 {
  margin-bottom: 0;
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 30px;
}
.section-heading h2 + p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #404040;
  font-size: 16px;
}
.row-narrow {
  margin-left: -9px;
  margin-right: -9px;
  overflow: hidden;
}
.row-narrow > [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
  margin-bottom: 20px !important;
}
.box {
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.box:hover {
  border-color: rgba(170, 65, 65, 0.5);
  background: #fff;
}
.icon {
  margin-bottom: 40px;
  display: inline-block;
  overflow: hidden;
}
.box-p {
  font-size: 14px;
  margin-bottom: 0 !important;
  color: #404040;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.box-p:hover,
.box-p:focus,
.row-narrow a:hover {
  text-decoration: none;
}
.button-class {
  margin-top: 20px;
}
.button-primary {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.button {
  line-height: 1em;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 14px 24px;
  font-size: 14px;
}
.button:hover,
.button:focus {
  text-decoration: none;
  outline: 0;
  text-underline: none;
  color: #ffffff;
}
.grey-bg {
  background-color: #f5f5f5;
}
.mg-bottom {
  margin-bottom: 10px !important;
}
.heading--5 {
  color: #404040;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.pt-5 {
  padding-top: 8px !important;
  text-align: left;
  margin-bottom: 16px;
  font-size: 15px;
}
.box-heading {
  transition: color 0.2s;
  font-weight: 700;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.small {
  color: rgb(98, 98, 98);
  font-size: 13px;
  font-weight: 500;
  margin: 0px 0px 15px;
  text-align: left;
  line-height: 1.6em;
}
.getting-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.sidelines {
  text-align: center;
  overflow: hidden;
  margin: 20px 0px;
}
.sidelines span {
  display: inline-block;
  position: relative;
  font-size: 19px;
}
.heading--4 {
  color: rgb(64, 64, 64);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
}
.sidelines span::before {
  right: 100%;
  margin-right: 25px;
}
.sidelines span::after,
.sidelines span::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  width: 600px;
  border-top: 1px dotted rgb(152, 152, 152);
}
.sidelines span::after {
  left: 100%;
  margin-left: 25px;
}
.box:visited {
  text-decoration: none;
}
.box-getting {
  padding: 27px;
  min-height: 195px;
}
.box-support {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
}
.box-support:hover {
  cursor: pointer;
}
.mb-20 {
  margin-bottom: 20px !important;
  float: none;
  margin: auto;
}
.support-text {
  margin-bottom: 0 !important;
  color: #626262;
}
img.img-responsive.img-food-ex {
  width: 75px;
}
header#ex-header {
  background-color: #eaf2f9;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 270px;
  padding-bottom: 50px;
  min-height: 570px;
}
.right-info.eg-info {
  padding-top: 5%;
}
.right-info.eg-info h5 {
  font-size: 25px;
}
.right-info.eg-info p {
  color: #333;
}
section#fine-dine {
  padding: 60px 0 30px;
}
#fine-dine .prods {
}
#fine-dine .prods .prods-det {
  padding: 40px 47px 10px 0;
}
#fine-dine .prods .prods-det.det2 {
  padding: 40px 0px 10px 47px;
}
#fine-dine .prods .prods-det h5 {
  font-size: 20px;
  padding: 6px 0px;
}
#fine-dine .prods .prods-det p {
  line-height: 1.8;
}
img.img-responsive.img-prods {
  width: 90%;
  margin: 0 auto;
}
section#topshelf {
  background-image: url(../images/topshelf_full.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  height: 400px;
  padding: 10px 0;
}
.shelf-box {
  padding: 153px 0px 0;
}
.shelf-intro {
  background-color: rgb(64, 64, 64);
  padding: 25px 30px;
}
.shelf-intro p {
  color: #fff;
  font-style: italic;
  text-align: left;
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.6;
}
.shelf-intro h6 {
  padding-top: 25px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
}
img.img-responsive.img-topshelf {
  height: 110px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 23px;
  border-radius: 53%;
  background-color: rgba(64, 64, 64, 0.5);
}
img.img-responsive.img-topshelf:hover {
  background-color: rgba(64, 64, 64, 0.9);
  cursor: pointer;
}
.play-topshelf {
  width: 139px;
  padding-top: 170px;
  margin-left: -31px;
}
img.img-responsive.img-lovpos {
  margin: 0 auto;
  width: 65px;
}
.lov-pos {
  margin-bottom: 15px;
  padding: 10px;
}
a.btn.btn-primary.btn-full-tour {
  color: #fff;
  background-color: #404040;
  padding: 10px 23px;
  font-size: 14px;
  border-radius: 2px;
}
a.btn.btn-danger.btn-demo.btn-black {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
section.free-trial {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .content div[class*="grid-"] {
    width: 100%;
  }
}
.content {
  max-width: 1022px;
  padding-left: 1.305rem;
  padding-right: 1.305rem;
  margin-left: auto;
  margin-right: auto;
}
.content div[class*="text"],
.content div[class*="grid-"] {
  position: relative;
}
.content.text-left,
.content.text-right {
  width: 47.95679%;
  float: left;
  margin-right: 4.08643%;
  display: inline;
}
.content.text-right.last {
  width: 47.95679%;
  float: right;
  margin-right: 0;
}
.example-text {
  display: table;
  height: 393px;
}
.other .internal {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  padding-top: 0;
}
.other h1 {
  color: #404040;
  line-height: 1.5;
  font-weight: 300;
  font-size: 40px;
}
.other .heading--4 {
  color: #404040;
  font-weight: 300;
  line-height: 2;
}
.other .internal .heading--1,
.other .internal .heading--4,
.other .internal a,
.other .internal h1,
.other .internal h4,
.other .internal p,
.other .internal .heading--1,
.other .internal .heading--4,
.other .internal a,
.other .internal h1,
.other .internal h4,
.other .internal p {
  text-align: left;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
.other img {
  float: right;
  margin-right: 20px;
  width: 515px;
  height: 393px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.content .grid-12 {
  width: 100%;
  float: right;
  margin-right: 0;
  display: inline;
}
.content .grid-6-12 {
  width: 47.95679%;
  float: left;
  margin-right: 4.08643%;
  display: inline;
}
.content .grid-6-12.last {
  width: 47.95679%;
  float: right;
  margin-right: 0;
  display: inline;
}
.top-padding-s {
  padding-top: 0;
}
.img-type {
  width: 470px;
  height: 250px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.gery-bg {
  background-color: #f5f5f5;
  padding: 90px 0 50px;
}
.content .grid-4-12 {
  width: 30.60905%;
  float: left;
  margin-right: 2.6%;
  display: inline;
}
footer#pagefooter {
  background-color: #404040;
  padding: 50px 0 0;
  position: relative;
  z-index: 100;
}
.col-ftr {
}
ul.col-ftr-expl {
}
ul.col-ftr-expl li {
  list-style: none;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: 300;
}
ul.col-ftr-expl li a {
  position: relative;
  color: #fff;
}
ul.col-ftr-expl li a:hover,
ul.col-ftr-expl li a:focus {
  border-color: #fff;
  text-decoration: none;
}
ul.col-ftr-expl li.head {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section#benefits {
  padding: 88px 0 0;
}
.wrapper-bg {
  padding: 50px 0 0;
}
.vendor-ben {
  background-image: url(../images/vendor_benefits.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  height: 506px;
  padding: 0;
  background-color: #404040;
  z-index: 1;
}
.user-ben {
  min-height: 506px;
  background-color: #404040;
  padding: 60px 0 98px;
}
img.img-responsive.img-ven-ben {
  height: 506px;
  float: right;
}
.user-ben .benNav {
  padding: 0 0 0 70px;
}
.user-ben .benNav h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.benNav ul.ben-lists {
  padding-left: 0;
}
.benNav ul.ben-lists li {
  color: #fff;
  list-style: none;
  font-size: 25px;
  line-height: 1.8;
  text-transform: capitalize;
}
.benNav ul.ben-lists li i.fa.fa-check {
  font-size: 20px;
  padding-right: 10px;
}
.wrap {
  height: 530px;
}
.wrap .wrap-ben {
  position: absolute;
}
.wrap-ben.wrap-desktop {
  left: 13%;
}
.wrap-ben.wrap-laptop {
  left: 0;
  top: 45%;
}
.wrap-ben.wrap-tablet {
  display: none;
  left: 54%;
  top: 56%;
}
.wrap-ben.wrap-mobile {
  left: 67%;
  bottom: 11%;
}
img.img-responsive.img-laptop {
  width: 55%;
}
img.img-responsive.img-tablet {
  width: 70%;
}
img.img-responsive.img-mobile {
  width: 70%;
}
.benefitsby-dot {
  position: absolute;
  right: 10%;
  top: 30%;
}
ul.indicates {
}
ul.indicates li {
  font-size: 14px;
  list-style: none;
  font-weight: 600;
  padding-bottom: 15px;
}
ul.indicates li ul.indicates li span {
}
ul.indicates li span:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 10px;
  width: 100%;
  border-top: 1px solid #5f7887;
}
section#support {
  padding: 80px 0 0;
}
.sec-container {
  background-color: #fff;
}
.vendor-ben-points {
  padding: 39px 0;
}
.vendor-ben-points h4 {
  font-size: 30px;
}
.vendor-ben-points ul.ben-lists {
  padding-left: 0;
}
.vendor-ben-points ul.ben-lists li {
  list-style: none;
  font-size: 21px;
  line-height: 1.7;
  text-transform: CAPITALIZE;
}
.vendor-ben-points ul.ben-lists li i.fa.fa-check {
  padding-right: 10px;
  font-size: 16px;
}
.container.img-cont {
  width: 1295px;
}
.heading-price {
  padding: 136px 0px 0px;
}
.heading h4 {
  font-size: 36px;
}
.mr-lt {
  margin-left: 7px;
}
.mr-rt {
  margin-right: 7px;
}
.pricing {
  padding: 50px 0px 20px;
}
.pricing-period {
  vertical-align: top;
  font-size: 22px;
}
.table-class {
  padding: 0px 40px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.table-h1 {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.table-month {
  margin: 0px;
  font-size: 15px;
}
.icon-size {
  width: 28px;
}
.icon-size-other {
  width: 25px;
}
.slp-logo {
  width: 111px;
}
.text-bottom {
}
.text-bottom i.fa.fa-eur {
  font-size: 18px;
}
.table.price-table tbody tr td:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.table.price-table thead tr th:nth-child(3) {
  font-size: 25px;
}
.table.price-table thead tr th:first-child {
  border: 1px solid white;
}
.table.price-table thead tr th:first-child,
.table.price-table tbody tr td:first-child {
  width: 25%;
}
.table.price-table thead tr th:nth-child(2),
.table.price-table tbody tr td:nth-child(2) {
  width: 25%;
}
.table.price-table tbody tr td:nth-child(3) {
  background-color: #ccffcc;
}
.table.price-table tbody tr td:first-child {
  border-right: 1px solid lightgray;
}
.table.price-table tbody tr:first-child td:first-child {
  padding: 0px;
}
.table.price-table thead tr th:nth-child(3),
.table.price-table tbody tr td:nth-child(3),
.table.price-table thead tr th:nth-child(2),
.table.price-table tbody tr td:nth-child(2),
.table.price-table thead tr th:nth-child(4),
.table.price-table tbody tr td:nth-child(4),
.table.price-table tbody tr:first-child td:first-child {
  text-align: center;
}
.table.price-table tbody tr:first-child td:nth-child(2),
.table.price-table tbody tr:first-child td:nth-child(3),
.table.price-table tbody tr:first-child td:nth-child(4) {
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}
.table.price-table thead tr th:nth-child(3) {
  background-color: #f7ca17;
  color: #000;
}
.table.price-table tbody tr td:first-child {
  border-left: 1px solid lightgray;
}
.table.price-table tbody tr td:last-child {
  border-right: 1px solid lightgray;
}
.table.price-table tbody tr:first-child td:first-child {
  border-left: 1px solid white !important;
}
.table.price-table thead tr th:nth-child(3) {
  border-bottom: 1px solid transparent;
}
.table.price-table tbody tr:last-child td {
  border-bottom: 1px solid lightgray;
}
.table.price-table tbody tr:last-child td {
  border-left: transparent;
  border-bottom: transparent;
  border-right: transparent;
}
.table.price-table tbody tr:last-child td:nth-child(2) span,
.table.price-table tbody tr:last-child td:nth-child(4) span {
  background-color: #5f7887;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  padding: 9px 0px 9px;
  display: block;
  font-size: 14px;
}
.table.price-table tbody tr:last-child td:nth-child(3) {
  background-color: transparent;
}
.table.price-table tbody tr:last-child td:nth-child(3) span {
  background-color: #2ecc71;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  padding: 9px 0px 9px;
  display: block;
  font-size: 14px;
}
.table.price-table tbody tr:last-child td span:hover {
  cursor: pointer;
}
.table.price-table > tbody > tr > td,
.table.price-table > tbody > tr > th,
.table.price-table > tfoot > tr > td,
.table.price-table > tfoot > tr > th,
.table.price-table > thead > tr > td,
.table.price-table > thead > tr > th {
  color: #000;
}
.table.price-table > thead > tr > th.togth {
  border-bottom: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ecc71;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2ecc71;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2ecc71;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.modal-body.video-body {
  position: relative;
  padding: 5px 5px 0;
}
.active-section {
  background: #ebebeb !important;
}
.white {
  color: #ffffff !important;
}
.example-header-overlay {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
  height: 570px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.modal-dialog.modal-width {
  margin-top: 13%;
}
#sec-faq {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 60px;
}
.con-faq {
  padding: 0 120px;
}
.slp-panel-heading {
  background: #fff !important;
  padding: 30px 30px;
}
.slp-panel-heading:hover {
  cursor: pointer;
}
.slp-default-panel {
  border-radius: 0 !important;
  border: 1px solid lightgray;
}
.slp-panel-body {
  border-top: none !important;
  padding: 0 30px 30px 30px;
}
.panel-group .slp-default-panel + .panel {
  margin-top: 0;
}
.panel-group .slp-default-panel + .slp-default-panel {
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: none;
}
.slp-panel-heading h4 a:hover,
.slp-panel-heading h4 a:active,
.slp-panel-heading h4 a:visited,
.slp-panel-heading h4 a:focus {
  text-decoration: none;
}
.slp-panel-heading h4 a {
  font-weight: 500;
  font-size: 15px;
}
.plusminus {
  float: right;
}
.pricing-page-overlay {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
  height: 420px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.form-group > .form-control {
  border-radius: 0;
}
.form-group label {
  font-weight: 500;
  font-size: 16px;
}
.contact-btn {
  background-color: #2ecc71;
  border-color: #2ecc71;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-btn:hover,
.contact-btn:visited,
.contact-btn:focus,
.contact-btn:active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
button.btn.btn-primary.btn-lg.contact-btn:focus,
button.btn.btn-primary.btn-lg.contact-btn:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
.part-head {
  padding: 70px 0 40px;
}
.part-head-inner h2 {
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 37px;
  text-align: center;
}
.part-head-inner {
  padding-bottom: 42px;
}
.dotted-line {
  border-top: #d2d2d2 dotted 1px;
  width: 80%;
  margin: 0 auto;
}
.part-retail {
  padding: 0 0 100px;
}
.retail h1 {
  font-size: 28px;
  margin-bottom: 21px;
}
.retail p {
  line-height: 1.7em;
  font-size: 16px;
}
.retail-right img {
  margin-top: 30px;
}
.retail-img {
  display: inline-block;
}
.part-adv {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.part-adv-inner h2 {
  color: #404040;
  line-height: 1.2em;
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.part-adv-inner {
  padding-bottom: 80px;
}
.col-centered {
  text-align: center;
}
.inner-col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
}
.adv-img {
  width: 80px;
  margin: 0 auto;
}
.col-centered p {
  margin-top: 15px;
  color: #404040;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 992px) {
  .part-colappse {
    padding: 0 160px 35px 160px;
    border-bottom: 1px dotted #d2d2d2;
  }
  .part-adv-inner p {
    width: 55%;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .img-arrow {
    left: 0 !important;
  }
  .part-tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .retail {
    padding: 0 10px 0 65px;
  }
  .retail-right {
    padding: 0 65px 0 10px;
  }
  .part-head-inner {
    width: 65%;
    margin: 0 auto;
  }
}
.part-adv-inner p {
  width: 90%;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 19px;
}
.adv-ques h2 {
  margin-top: 40px;
}
.adv-ques p {
  width: 100%;
  font-size: 15px;
  margin-bottom: 17px;
}
.btn.grey-dark {
  text-transform: uppercase;
  color: #fff;
  background-color: #2ecc71;
  margin: 0 auto;
  padding: 8px 36px;
  margin-top: 12px;
  border-radius: 0;
  font-size: 17px;
}
.btn.grey-dark:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
.no-border {
  border: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #2ecc71;
}
.part-faq {
  padding-bottom: 0 !important;
  background-color: #f5f5f5;
}
.part-last {
  padding-bottom: 30px;
  background-color: #fff;
}
.part-carousel > .item > img,
.part-carousel > .item > a > img {
  width: 70%;
  margin: auto;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}
.part-carousel {
  width: 70%;
  margin: 0 auto;
}
.part-carousel-inner img {
  width: 130px !important;
  border-radius: 50%;
}
.part-carousel-inner {
  text-align: center;
}
.part-carousel-inner h2 {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.part-test {
  padding-bottom: 60px;
}
.img-arrow {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.img-arrow-sec {
  left: 0;
}
.no-background {
  background: none;
}
.left-tab > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.left-tab {
  border: 1px solid rgb(193, 193, 193);
  padding: 0;
}
.left-tab > ul {
  border: none !important;
  border-right: 1px solid rgb(193, 193, 193);
  padding: 0;
}

.left-tab > .nav-tabs > li > a,
.left-tab > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 13px 15px;
}

.left-tab > .nav-tabs {
  float: left;
}

.left-tab > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.left-tab > .nav-tabs > li > a:hover,
.left-tab > .nav-tabs > li > a:focus {
}

.left-tab > .nav-tabs .active > a,
.left-tab > .nav-tabs .active > a:hover,
.left-tab > .nav-tabs .active > a:focus {
  border: none;
  border-right: none !important;
  border-radius: 0;
}
.part-tab {
  width: 75%;
  margin: 0 auto;
}
.img-small-icon {
  width: 24px;
  display: inline-block;
  margin-right: 16px;
}
.tab-li {
  color: #404040;
}
.img-inner-tab {
  margin: 0 auto;
}
.tab-content {
  padding: 30px 20px;
}
.tab-list {
  border-right: 1px solid rgb(193, 193, 193) !important;
  border-bottom: 1px solid rgb(193, 193, 193) !important;
  background: rgb(245, 245, 245);
}
.tab-right-content h2 {
  text-align: center;
  font-size: 32px;
  margin: 15px 0;
}
.tab-right-content h3 {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}
.part-banner-head {
  color: #fff;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  font-size: 41px;
}
.part-banner {
  padding-top: 225px !important;
  padding-bottom: 50px !important;
}
.part-form-sec {
  padding: 70px 0 30px;
}
.sec-head {
  margin-bottom: 15px;
  font-size: 19px;
}
.part-banner-head + p {
  font-size: 20px;
}
.part-form-btn {
  background-color: #fff;
  color: darkgray;
  border-radius: 0;
  border: 1px solid #b1b1b1;
  width: 100%;
  text-align: left;
  padding: 6px 9px;
}
.part-form-btn:hover,
.part-form-btn:focus,
.part-form-btn:active {
  background-color: #fff;
  border: 1px solid #ccc;
  color: inherit;
  box-shadow: none;
}
.part-form-caret {
  float: right;
  margin-top: 7px;
}
.part-form-ctrl {
  box-shadow: none;
  border: 1px solid #b1b1b1;
}
.partner-form-bor {
  padding-bottom: 15px;
  border-bottom: 1px dotted #b1b1b1;
}
.form-left {
  padding-left: 0;
}
.btn-margin {
  margin-top: 15px;
}
.form-in-head {
  font-size: 14px;
  margin-bottom: 3px;
  display: inline-block;
}
.question-input {
  padding-bottom: 25px;
  border-bottom: 1px dotted #b1b1b1;
}
.chn-lan {
  padding: 8px 0 0 10px !important;
}
.chn-lan-sel {
  background-color: #fff;
  outline: none;
  color: #0f0f0f;
  margin-top: 3px !important;
  min-width: 121px;
}
button.btn.btn-primary.dropdown-toggle.btn-chn:focus,
button.btn.btn-primary.dropdown-toggle.btn-chn:active,
button.btn.btn-primary.dropdown-toggle.btn-chn:visited,
button.btn.btn-primary.dropdown-toggle.btn-chn:hover {
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 11px 2px 2px 2px;
}
.open > .btn-chn:hover,
.open > .btn-chn:focus,
.open > .btn-chn:visited,
.open > .btn-chn:active {
  background: #2ecc71 !important;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 11px 2px 2px 2px;
  border: none;
}
.open > .dropdown-toggle.btn-primary.btn-chn:hover,
.open > .dropdown-toggle.btn-primary.btn-chn:focus,
.open > .dropdown-toggle.btn-primary.btn-chn:visited,
.open > .dropdown-toggle.btn-primary.btn-chn:active {
  background: transparent !important;
  border: none !important;
}
.open > .btn-chn {
  color: #fff;
  background-color: #2ecc71;
  border: none;
}
@media (min-width: 768px) and (max-width: 1210px) {
  .fullwidth-cont {
    width: 100%;
  }
  div#main-header .navbar-inverse .navbar-nav > li {
    padding: 6px 13px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  div.padding-less .navbar-nav > li {
    padding: 6px 6px !important;
  }
}

.btn-chn {
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 11px 2px 2px 2px;
  border: none;
}
.link:hover,
.link:focus,
.link:active,
.link:visited {
  text-decoration: none;
}
.link-col {
  color: #4d4d4d;
}
.feature-end {
  padding-bottom: 40px !important;
}
.globe-lan {
  font-size: 18px;
}
.fr-head-li > li {
  padding: 7px 7px !important;
}
@media (min-width: 469px) and (max-width: 768px) {
  header#header-img {
    padding-top: 210px;
  }
}
@media (min-width: 1070px) and (max-width: 1200px) {
  div.fr-header-cont .navbar-nav > li {
    padding: 7px 3px !important;
  }
}
@media (min-width: 992px) and (max-width: 1070px) {
  .fr-head-li > li {
    padding: 7px 4px !important;
  }
}
@media (max-width: 1070px) and (min-width: 768px) {
  .fr-head-li > li.try-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .sticky-wrapper {
    display: none;
  }
  section#businesstype {
    padding-top: 0;
  }
}
.navbar-collapse.in,
.navbar-collapse.collapsing {
  background-color: #fff;
}
.navbar-collapse.collapsing ul li a,
.navbar-collapse.in ul li a {
  color: #000 !important;
}
.navbar-collapse.collapsing ul li:nth-last-child(2) a,
.navbar-collapse.in ul li:nth-last-child(2) a {
  border: 1px solid #000;
}
.navbar-collapse.collapsing ul li .globe-lan,
.navbar-collapse.in ul li .globe-lan,
.navbar-collapse.collapsing ul li span,
.navbar-collapse.in ul li span {
  color: #000;
}
a.freetrail {
  text-decoration: none;
}
div#main-header .btn-primary:active,
div#main-header .btn-primary.active,
div#main-header .open > .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: transparent;
}
label.error {
  color: #b21414;
  font-size: 13px;
  margin: 0;
}
label.form-in-head {
  font-size: 15px;
  color: #404040;
}
section#topshelf {
  display: none;
}
.copyright {
  color: #fff;
  /* opacity: 0.5; */
}
.copyright p {
  font-size: 13px;
}

@media (max-width: 849px) and (min-width: 768px) {
  a.navbar-brand.navbar-fr img.img-responsive.img-logo2 {
    width: 133px;
    padding-top: 24px;
  }
}
@media (max-width: 1035px) and (min-width: 768px) {
  a.navbar-brand.navbar-vn img.img-responsive.img-logo2 {
    width: 133px;
    padding-top: 24px;
  }
}
span.mand {
  color: #ff0000;
  padding-left: 2px;
}
.demo-form h3 {
  font-size: 20px;
  margin-top: 15px;
}
.demo-form .form-control {
  resize: none;
}
.demo-form .modal-dialog {
  margin-top: 42px;
}
.demo-form .modal-content {
  padding: 2px 32px 15px;
  width: 69%;
  margin: 0 auto;
  border-radius: 5px;
}

.get-price h3 {
  font-size: 20px;
  margin-top: 15px;
}
.get-price .form-control {
  resize: none;
}
.get-price .modal-dialog {
  margin-top: 42px;
}
.get-price .modal-content {
  padding: 2px 32px 15px;
  width: 69%;
  margin: 0 auto;
  border-radius: 5px;
}

button.btn.btn-primary.btn-demobook {
  background-color: #2ecc71;
  border-color: #2ecc71;
  border-radius: 0;
  width: 100%;
  font-size: 17px;
  height: 43px;
}
button.btn.btn-primary.btn-demobook:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
a.close.demo-close {
  position: absolute;
  top: -49px;
  right: -34px;
  font-size: 38px;
  color: #fff;
  font-weight: 100;
  opacity: 0.8;
}
div#main-header .navbar-inverse .navbar-nav.navbar-li > li {
  padding: 6px 7px;
}
a.btn.btn-primary.btn-full-tour,
p.sidelines,
.try-btns.center {
  display: none;
}
section#support .box-getting.box-fr {
  min-height: 183px;
}
section#getting-started section#support {
  min-height: 220px;
}
section#support .box-getting {
  min-height: 195px;
}
.row.row-narrow .box.center.box-getting.box-fr {
  min-height: 215px;
}
.row.row-narrow .box.center.box-getting.box-vn {
  min-height: 207px;
}
/*extraa for icons*/
img.img-responsive.img-svg {
  width: 80px;
  height: 90px;
}
.icon {
  margin-bottom: 26px;
}
.box {
  padding: 31px;
}
button.btn.btn-primary.btn-lg.contact-btn.mailus-btn {
  width: 100%;
}
.u-userBackgroundColor:not([disabled]) {
  background-color: #2ecc71 !important;
}
div#Embed.u-userBackgroundColor:not([disabled]) {
  background-color: #2ecc71 !important;
}

.abt-list {
  border: 1px solid #ebebeb;
  min-height: 100px;
  padding: 13px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.abt-list:hover {
  background-color: #fff;
  border: 1px solid #2ecc71;
}
.checkbox label#terms-error {
  position: absolute;
  bottom: -17px;
  left: -21px;
}
section#sitemap h2 {
  padding-bottom: 15px;
}
section#support {
  display: none;
}
h1.table-h1 .fa {
  font-size: 20px;
}
a.close.demo-close.video-close {
  top: -12px;
  right: -10px;
  opacity: 1;
  background-color: #000;
  border-radius: 56px;
  padding: 2px 8px;
  font-size: 25px;
  border: 2px solid;
  z-index: 1;
}
img.img-responsive.img-flag {
  width: 20px;
  height: 14px;
  margin-left: 5px;
  margin-top: 4px;
  float: right;
}
ul.dropdown-menu.chn-lan-sel li a {
  padding: 3px 15px;
}
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}
h3.sitemap-head {
  font-size: 19px;
  font-weight: 400;
  margin: 0px;
  padding: 1px 3px 5px;
}
a.btn.btn-primary.btn-custm {
  background-color: #5f7887;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding: 9px 30px;
  font-size: 14px;
  margin: 28px 0 0;
}
section.custm-sec {
  padding: 30px 0;
}
.sm-lang {
  float: right;
  text-align: right;
  margin-top: -3px;
}
.sm-lang ul.dropdown-menu.chn-lan-sel li a span,
ul.dropdown-menu.chn-lan-sel span {
  color: rgb(51, 51, 51) !important;
}
ul.dropdown-menu.chn-lan-sel {
  left: inherit;
  right: 0;
}
.partner-form .modal-content {
  padding: 2px 32px 15px;
  width: 99%;
  margin: 0 auto;
  border-radius: 5px;
}
.partner-form h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.partner-form {
  padding-top: 13px;
}
.partner-form .modal-dialog {
  width: 80%;
}
.right-form-fill .btn-margin,
.right-form-fill .form-in-head {
  margin-top: 0;
}

/*guideline page start*/
.document-left-side {
  padding: 10px 20px;
  background: #2ecc71;
}
.document-left-side p {
  color: #fff;
  margin-bottom: 0;
}
.ctm-panel-default {
  border: none;
}
.ctm-panel-default .ctm-panel-heading {
  background-color: #fff;
  padding: 3px 15px;
}
.ctm-panel-default .ctm-head-first {
  padding: 16px 15px 3px 15px;
}
.ctm-panel-collapse .panel-body {
  border-top: 0 !important;
}
.ctm-panel-body {
  padding: 4px 15px 4px 30px;
}
.panel-title > a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.panel-title > a:hover,
a:focus {
  text-decoration: none;
}
.guideline-sec {
  padding: 60px 0;
}
.ctm-panel-body ul {
  padding-left: 18px;
}
.collapse-div {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.number-inner {
  padding: 5px 13px 3px;
  background-color: #2ecc71;
  color: #fff;
  font-weight: 600;
}
.number-inner-heading {
  font-size: 18px;
  color: #444;
  padding-left: 14px;
}
.description {
  border: 1px solid lightgray;
}
.full-div-img img {
  width: 225px;
}
.ctm-panel-default {
  box-shadow: none;
}
.description {
  padding: 20px 10px 10px;
}
.description-wrapper {
  padding-bottom: 20px;
}
.description-p p {
  text-align: justify;
}
.inner-desc-p p {
  text-align: justify;
}
.qrcode-des img {
  width: 200px;
}
.ordernow-div {
  text-align: center;
}
.ordernow-div img {
  width: 250px;
  padding-bottom: 20px;
}
.comp-desc ul {
  list-style-type: none;
  padding-left: 20px;
}
.table-bil-img {
  text-align: center;
}
.table-bil-img img {
  width: 156px;
}
.fixdiv {
  position: fixed;
  top: 80px;
}
/*guideline page end*/

@media (max-width: 480px) {
  .con-faq {
    padding: 0 30px !important;
  }
  .table-class {
    padding: 53px 6px;
  }
  textarea#message {
    resize: none;
  }
  header#ex-header {
    padding-top: 175px;
    height: auto !important;
  }
  .sticky-wrapper-fixed {
    top: 73px;
  }
  div#main-header nav.navbar.navbar-inverse {
    margin-bottom: -3px;
  }
  a.btn.btn-default.ftr-btn {
    font-size: 8px;
    padding: 8px;
  }
  .play-topshelf {
    display: none;
  }
  header#header-img {
    padding-top: 100px;
  }
  #fine-dine .prods .prods-det,
  #fine-dine .prods .prods-det.det2 {
    padding: 0;
  }
  .modal-dialog.modal-width {
    margin-top: 44%;
  }
  p.trail-time {
    font-size: 16px;
  }
  .wrap {
    height: 263px;
  }
  .wrap-ben.wrap-laptop {
    top: 67%;
  }
  .wrap-ben.wrap-tablet {
    top: 77%;
  }
  .wrap-ben.wrap-mobile {
    bottom: -30px;
  }
  img.img-responsive.img-ven-ben {
    height: auto !important;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .user-ben .benNav {
    padding: 0 0 0 26px;
  }
  .user-ben .benNav h4 {
    font-size: 30px;
  }
  .benNav ul.ben-lists li {
    list-style: none;
    font-size: 21px;
    line-height: 1.7;
  }
  .benNav ul.ben-lists li i.fa.fa-check {
    padding-right: 10px;
    font-size: 16px;
  }
}
/*for all mobile responsive view*/
@media (max-width: 767px) {
  .sub-nav-list > li > a {
    font-size: 9px;
  }
  .regd-right {
    bottom: -58%;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-header {
    padding-bottom: 15px;
  }
  .table.price-table tbody tr td:first-child {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
  }
  .table-class {
    padding: 0px 5px;
  }
  .btn-group-justified {
    display: block;
  }
  .demo-form .modal-content {
    width: 99%;
  }
  .get-price .modal-content {
    width: 99%;
  }
  .md-lg-lang {
    display: none !important;
  }
  .sm-lang {
    display: block !important;
  }
  .fixdiv {
    position: relative;
    top: 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .switch {
    margin-top: -7px;
  }
  .need-box {
    min-height: 100%;
  }
  .vendor-ben {
    height: 308px;
  }
  .user-ben {
    min-height: 100%;
    padding: 30px 0;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grey-bg.get-started .box-getting {
    padding: 20px 30px;
    min-height: 161px;
  }
  section#benefits .vendor-ben-points {
    padding: 60px 0;
  }
  section#businesstype .box {
    padding: 25px;
    min-height: 220px;
  }
  section#getting-started .row.row-narrow .box.center.box-getting.box-vn,
  section#getting-started .row.row-narrow .box.center.box-getting.box-fr {
    min-height: 100%;
  }
  div#main-header .navbar-inverse .navbar-nav > li.try-login a {
    width: 96%;
    margin: auto;
  }
  .vendor-ben-points h4 {
    font-size: 28px;
  }
  h1.table-h1 .fa {
    font-size: 12px;
  }
  .slp-panel-heading {
    padding: 19px;
  }
  .partner-form .modal-dialog {
    width: 99%;
    margin: auto;
  }
  div#partnerform {
    padding-top: 44px;
  }
  div#partnerform a.close.demo-close {
    top: -49px;
    right: 4px;
  }
  .partner-form .modal-content {
    padding: 2px 0px 15px;
  }
  .checkbox label#terms-error {
    bottom: -30px;
    left: -21px;
  }
}
/*//for all mobile responsive view*/

@media (max-width: 967px) {
  ul.dropdown-menu.large-more {
    display: none;
  }
}
@media (max-width: 1090px) {
  ul.dropdown-menu.large-more {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 993px) {
  li.try-btn {
    display: none;
  }
  img.img-responsive.img-ven-ben {
    height: auto !important;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 993px) {
  header#ex-header {
    height: auto !important;
  }
}
@media (min-width: 325px) and (max-width: 455px) {
  .table.price-table tbody tr td:first-child {
    text-align: center;
    font-weight: 600;
    font-size: 9px;
  }

  table tbody tr td:nth-child(2) {
    font-size: 9px;
  }
  table tbody tr td:nth-child(3) {
    font-size: 9px;
  }
  table tbody tr td:nth-child(4) {
    font-size: 9px;
  }
  .table.price-table thead tr th:nth-child(3) {
    font-size: 13px;
  }
  .table.price-table tbody tr:first-child td:nth-child(2) {
    font-weight: 600;
    font-size: 11px;
  }
  .table.price-table tbody tr:first-child td:nth-child(3) {
    font-weight: 600;
    font-size: 11px;
  }
  .table.price-table tbody tr:first-child td:nth-child(4) {
    font-weight: 600;
    font-size: 11px;
  }
  .table.price-table tbody tr:last-child td:nth-child(2) span,
  .table.price-table tbody tr:last-child td:nth-child(4) span {
    background-color: #5f7887;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 9px 0 9px;
    display: block;
    font-size: 10px;
  }
  .table.price-table tbody tr:last-child td:nth-child(3) span {
    background-color: #2ecc71;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 5px 0px 7px;
    display: block;
    font-size: 12px;
  }
  span.price-per.chk-month,
  span.price-per.chk-year {
    vertical-align: top;
    margin: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 3px;
  }
  .table-month {
    margin: 0;
    font-size: 9px;
  }
  .text-bottom i.fa.fa-eur {
    font-size: 14px;
  }
  span.month-price,
  span.year-price {
    font-size: 17px;
  }
  span.year-side {
    font-size: 11px;
  }
  span.month-side {
    font-size: 9px;
  }
}
@media (min-width: 300px) and (max-width: 324px) {
  .table-class {
    padding: 0;
  }
  .table.price-table tbody tr td:first-child {
    text-align: center;
    font-weight: 600;
    font-size: 8px;
  }
  table tbody tr td:nth-child(2) {
    font-size: 8px;
  }
  table tbody tr td:nth-child(3) {
    font-size: 8px;
  }
  table tbody tr td:nth-child(4) {
    font-size: 8px;
  }
  .table.price-table thead tr th:nth-child(3) {
    font-size: 11px;
  }
  .table.price-table tbody tr:first-child td:nth-child(2) {
    font-weight: 600;
    font-size: 9px;
  }
  .table.price-table tbody tr:first-child td:nth-child(3) {
    font-weight: 600;
    font-size: 9px;
  }
  .table.price-table tbody tr:first-child td:nth-child(4) {
    font-weight: 600;
    font-size: 9px;
  }
  .table.price-table tbody tr:last-child td:nth-child(2) span,
  .table.price-table tbody tr:last-child td:nth-child(4) span {
    background-color: #5f7887;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 6px 0;
    display: block;
    font-size: 10px;
  }
  .table.price-table tbody tr:last-child td:nth-child(3) span {
    background-color: #2ecc71;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 6px 0;
    display: block;
    font-size: 10px;
  }
  span.price-per.chk-month,
  span.price-per.chk-year {
    vertical-align: top;
    margin: 10px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 3px;
  }
  span.month-price,
  span.year-price {
    font-size: 15px !important;
  }
  .text-bottom i.fa.fa-eur {
    font-size: 12px !important;
  }
  .slp-logo {
    width: 85px !important;
  }
  .table-month {
    margin: 0px;
    font-size: 9px !important;
  }
  span.year-side {
    font-size: 10px;
  }
  span.month-side {
    font-size: 9px;
  }
}

#about_us {
  padding: 30px 0;
}
.terms-body {
  padding: 75px 0 30px;
}
.terms-body h2 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.terms-body h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.terms-body p {
}
#ex-header.helpbg {
  min-height: 390px;
}

/*scroll to top*/

.scrollTop {
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 999;
  padding: 5px 9px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
.scrollTop a:hover {
  text-decoration: none;
}
.scrollTop a .fa {
  color: #2ecc71;
  font-size: 42px;
}
.full-div-imgs img {
  width: 100%;
}
.media-links {
  margin-bottom: 26px;
}
.media-links h3 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
.play-rest {
  position: absolute;
  left: 44%;
  top: 34%;
}
.play-rest img.img-responsive.img-play {
  border: 1px solid rgb(64, 64, 64);
  background-color: rgba(64, 64, 64, 0.5);
}
.play-rest img.img-responsive.img-play:hover {
  background-color: rgba(64, 64, 64, 0.6);
  cursor: pointer;
}
img.img-responsive.img-sulopa-co {
  width: 51px;
  height: 17px;
  margin: 1px 5px;
}
span.company {
  display: inline-flex;
  font-size: 13px;
}
section.policies {
  padding: 100px 0 30px;
}
.terms-body .head h2 {
  text-transform: uppercase;
}
.left-contents {
  overflow-y: hidden;
  width: 22%;
  height: 84%;
}
.left-contents:hover {
  overflow-y: scroll;
}

.left-contents h2 {
  margin-top: 6px;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
}
.left-contents ul.page-menu {
  padding-left: 0;
}
.left-contents ul.page-menu li {
  list-style: none;
  margin: 0px;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 11px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.left-contents ul.page-menu li a {
  color: rgb(98, 98, 98);
}
.left-contents ul.page-menu li a:hover,
.left-contents ul.page-menu li a:focus,
.left-contents ul.page-menu li a.selected {
  color: #2ecc71;
  text-decoration: none;
}
.right-para {
}
.right-para .contents {
  color: rgb(98, 98, 98);
}
.right-para .contents h1,
.right-para .contents h2 {
  font-size: 23px;
  color: rgb(98, 98, 98) !important;
  margin-top: 45px;
}
.right-para .contents h1 {
  font-size: 27px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 21px;
  margin-top: 0;
  color: rgb(98, 98, 98) !important;
}
.right-para .contents p,
ul.reason li {
  color: rgb(98, 98, 98) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.right-para p.policy-p {
  color: #ff0000;
  text-align: center;
}
.left-contents-fix {
  position: fixed;
  width: 22%;
  z-index: 99;
}
.right-para-fix {
  position: relative;
  width: 75%;
  left: 25%;
}
.rmfix {
  top: auto;
  bottom: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .left-contents-fix {
    display: none;
  }
  .right-para-fix {
    position: relative;
    width: 100%;
    padding: 6px 31px;
    left: 0;
  }
  .corp-adds {
    padding: 0px 6%;
  }
}
.section-heading2 h2 {
  font-size: 30px;
}
@media (min-width: 1312px) and (max-width: 1512px) {
  .left-contents-fix {
    width: 22%;
  }
}
@media (min-width: 1512px) {
  .left-contents-fix {
    width: 15%;
  }
}
@media (min-width: 1932px) {
  .left-contents-fix {
    width: 13%;
  }
}
.dropdown-menu > li > a.active {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
img.img-responsive.img-flag.img-top {
  float: left;
  margin-right: 6px;
  height: 16px;
  width: 18px;
  margin-top: 0;
}
li.dropdown.chn-lan.md-lg-lang .caret,
button.btn.btn-primary.dropdown-toggle.btn-chn .caret {
  vertical-align: super !important;
}
section#getting-started {
  background-color: #fff;
  padding-top: 30px;
}
.form-group.form-resume input[type="file"],
.form-group.form-resume input[type="file"]:focus {
  outline: none;
  border-color: transparent;
  padding-left: 0;
}
span.fr-ht {
  font-size: 21px;
  font-weight: 600;
  margin-left: 6px;
}

/*free templates*/
.free {
  padding: 8% 0 0;
  min-height: 80vh;
}

.wizard {
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0px;
  border-bottom-color: #e0e0e0;
  padding-bottom: 20px;
}

.wizard > div.wizard-inner {
  position: relative;
  margin: auto;
  width: 100%;
}

.connecting-line {
  background: #e0e0e0;
  position: absolute;
  width: 50%;
  height: 6px;
  margin: 0;
  left: 0;
  right: 0;
  top: 25%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border-radius: 100px;
  background: #ccc;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
span.round-tab i {
  color: #555555;
}
.wizard li.active span.round-tab {
  background: #2ecc71;
  border: 1px solid #2ecc71;
  color: #fff;
}
span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 33.33%;
}

.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding: 20px 15px;
}
section#free .tab-content {
  padding: 0 0;
}
.wizard h3 {
  margin-top: 0;
}
ul.steps-nav li:first-child a {
  float: left;
}
ul.steps-nav li:last-child a {
  float: right;
}

.btn.btn-primary.btn-free.next-step {
  padding: 7px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn.btn-primary.btn-free.next-step:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn.btn-default.prev-step {
  padding: 7px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
textarea {
  resize: vertical;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}

.btn.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #2ecc71;
  cursor: inherit;
  display: block;
}

span.btn.btn-primary.btn-file {
  padding: 7px 25px;
  border-radius: 2px;
  color: #fff !important;
  font-size: 14px;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.progress-bar.progress-bar-striped.active {
  background-color: #2ecc71;
}
img.img-responsive.img-browse {
  width: 100%;
  max-height: 240px;
}
.free .list-inline {
  list-style: none;
  margin: 15px 0;
}
.brows-view {
  background-image: url(../images/iphone.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 270px;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
  height: 570px;
  padding: 62px 76px 0;
  margin: 0;
  float: right;
}
img.img-responsive.img-brows {
  width: 225px;
  margin: auto;
}
.mob-header {
  padding: 5px 0;
  background-color: #c30714;
}
.add-items {
  padding: 4px 5px;
}
.add-items .items {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 1px 1px #ddd;
}
.entries-details {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 6px 11px;
  color: #fff;
}
.entries-details-show {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 11px;
  opacity: 0;
}
.entries-details-show:hover,
.entries-details-show:focus {
  opacity: 1;
}

.view-uploads {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  width: 96%;
  text-align: center;
  margin-left: 2%;
  box-shadow: 0 3px 11px -8px #000;
}
.entries-details h2 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.entries-details p {
  text-align: left;
  margin: 0;
}
.mob-screen {
  width: 249px;
  background-color: #fff;
  height: 436px;
  margin: auto;
  border-radius: 3px;
  overflow-y: auto;
}
.mob-screen .step1 h2 {
  padding: 0;
  font-size: 18px;
}
img.img-responsive.img-mob-logo {
  width: 45%;
  margin: auto;
}
.menuadda-logo {
  margin-top: 52%;
}
.entries-details h2 {
  padding: 0px;
}
.mob-view {
  color: #333;
  text-align: center;
}
.thnx-msg.mob-view h1 {
  font-size: 27px;
}
.thnx-msg.mob-view {
  padding: 0 30px;
}
.header-screen,
.header-footer {
  background-color: #941b24;
  padding: 0;
  width: 99%;
  z-index: 99;
}
.header-screen h2,
.header-footer h2 {
  margin: 0;
  color: #fff;
  padding: 10px 0;
}
.connecting-line-right {
  background: #e0e0e0;
  position: absolute;
  width: 50%;
  height: 6px;
  margin: 0;
  right: 0;
  top: 25%;
  z-index: 1;
}
/*.fixed-space { margin: 22px 0 }*/
:root {
  --blue: #39f;
}

.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  user-select: none;

  direction: ltr;
  touch-action: none;

  & img {
    /* Avoid margin top issue (Occur only when margin-top <= -height) */
    display: block;

    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;

    width: 100%;
    height: 100%;

    image-orientation: 0deg;
  }
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: 0.5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid var(--blue);
  outline-color: color(var(--blue) alpha(75%));
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: 0.5;
  border: 0 dashed #eee;

  &.dashed-h {
    top: calc(100 / 3) %;
    left: 0;

    width: 100%;
    height: calc(100 / 3) %;

    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  &.dashed-v {
    top: 0;
    left: calc(100 / 3) %;

    width: calc(100 / 3) %;
    height: 100%;

    border-right-width: 1px;
    border-left-width: 1px;
  }
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: 0.75;

  &:before,
  &:after {
    position: absolute;

    display: block;

    content: " ";

    background-color: #eee;
  }

  &:before {
    top: 0;
    left: -3px;

    width: 7px;
    height: 1px;
  }

  &:after {
    top: -3px;
    left: 0;

    width: 1px;
    height: 7px;
  }
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.1;
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: var(--blue);

  &.line-e {
    top: 0;
    right: -3px;

    width: 5px;

    cursor: e-resize;
  }

  &.line-n {
    top: -3px;
    left: 0;

    height: 5px;

    cursor: n-resize;
  }

  &.line-w {
    top: 0;
    left: -3px;

    width: 5px;

    cursor: w-resize;
  }

  &.line-s {
    bottom: -3px;
    left: 0;

    height: 5px;

    cursor: s-resize;
  }
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: 0.75;
  background-color: var(--blue);

  &.point-e {
    top: 50%;
    right: -3px;

    margin-top: -3px;

    cursor: e-resize;
  }

  &.point-n {
    top: -3px;
    left: 50%;

    margin-left: -3px;

    cursor: n-resize;
  }

  &.point-w {
    top: 50%;
    left: -3px;

    margin-top: -3px;

    cursor: w-resize;
  }

  &.point-s {
    bottom: -3px;
    left: 50%;

    margin-left: -3px;

    cursor: s-resize;
  }

  &.point-ne {
    top: -3px;
    right: -3px;

    cursor: ne-resize;
  }

  &.point-nw {
    top: -3px;
    left: -3px;

    cursor: nw-resize;
  }

  &.point-sw {
    bottom: -3px;
    left: -3px;

    cursor: sw-resize;
  }

  &.point-se {
    right: -3px;
    bottom: -3px;

    width: 20px;
    height: 20px;

    cursor: se-resize;

    opacity: 1;

    @media (min-width: 768px) {
      width: 15px;
      height: 15px;
    }

    @media (min-width: 992px) {
      width: 10px;
      height: 10px;
    }

    @media (min-width: 1200px) {
      width: 5px;
      height: 5px;

      opacity: 0.75;
    }
  }

  &.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;

    display: block;

    width: 200%;
    height: 200%;

    content: " ";

    opacity: 0;
    background-color: var(--blue);
  }
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: inline("../images/bg.html");
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .no-left-padding,
  .no-right-padding {
    padding: initial;
  }
  body {
    overflow-y: scroll !important;
  }
}
.underlined-text {
  text-decoration: underline;
  font-size: 18px;
}
#croppper-image {
  width: 100%;
}
#crop-modal .modal-body {
  padding: 0;
}
.btn-cancel-crop {
  background-color: #333;
  border: #333;
}
.profile-upload-wrapper input[name="userfile"] {
  height: 20px;
}
.cover-half {
  padding-top: 20%;
  color: #979797;
}
.container-fluid.digital-menu-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
.dig-head {
  text-align: right;
}
.dig-head h1 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.dig-head img {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
/*.digital-menu-button .try-btns{
    margin-top: 0;
    text-align: left;
}
.digital-menu-button .try-btns .btn.btn-danger.btn-demo{
    margin: 0;
    margin-top: 10px;
    background: #2ecc71;
    border: 1px solid #2ecc71;
}*/
.digital-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 9px 0;
  background: rgba(0, 0, 0, 0.3);
}
.digital-quotes h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 26px;
}
.digital-quotes h1 strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #cddc39;
}
a.btn.btn-danger.btn-demo.btn-lets-free {
  margin: 0;
  background-color: #ffff00;
  border-color: #999900;
  padding: 6px 13px;
  color: #040404;
  display: inline-block;
}
a.btn.btn-danger.btn-demo.btn-lets-free:hover {
  background-color: rgba(64, 64, 64, 0.5);
  border: 1px solid #fff;
  color: #fff;
}
.digital-quotes {
  padding: 10px 15px;
  text-align: right;
}
.lets-free {
  text-align: left;
  padding: 7px 15px;
}
.lets-free p {
  margin: 0;
  font-size: 11px;
  display: inline-block;
  margin-top: 0px;
  vertical-align: bottom;
}
.lets-free p span {
  color: #ff0000;
}
input.btn.btn-primary.btn-free.next-step.add-more {
  background-color: #0086b3;
  border-color: #0086b3;
}
input.btn.btn-primary.btn-free.next-step.add-more:hover,
input.btn.btn-primary.btn-free.next-step.add-more:focus {
  background-color: #00ace6;
  border-color: #00ace6;
}
.thnx-msg.mob-view h1 strong {
  color: #cf000f;
  font-size: 31px;
  font-weight: 700;
}
.thnx-msg.mob-view {
  margin-top: 10px;
}
.mob-step.step3 {
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  header#header-img {
    height: auto;
  }
  .header-overlay {
    bottom: 0;
    height: auto;
  }
  .digital-bar {
    position: relative;
    bottom: auto;
    background: transparent;
  }
  .;
}
.digital-quotes.digital-inside h1 {
  font-size: 30px;
}
/*//free templated*/
.table.price-table.france-pricing thead tr th:nth-child(3) {
  display: none;
}
.table.price-table.france-pricing tbody tr td:nth-child(3) {
  background-color: transparent;
}
.table.price-table.france-pricing tbody tr:first-child td:first-child {
  border-top: 1px solid white !important;
}
.table.price-table.france-pricing tbody tr:last-child td {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}
.table.price-table.france-pricing tbody tr:first-child td:nth-child(2) {
  background-color: #fff8ae;
}
.table.price-table.france-pricing tbody tr:first-child td:nth-child(3) {
  background-color: #b6da9b;
}
.table.price-table.france-pricing tbody tr:first-child td:nth-child(4) {
  background-color: #fbbc89;
}
.french-list {
  list-style-type: none;
  padding-left: 0;
}
.user-ben .benNav1 h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}
.benNav1 ul.ben-lists li {
  color: #fff;
  list-style: none;
  font-size: 19px;
  line-height: 1.8;
  text-transform: capitalize;
}
.user-ben .benNav1 {
  padding: 0 0 0 70px;
}
.benNav1 ul.ben-lists {
  padding-left: 0;
}
.header-list-point {
  line-height: 1.8;
  font-size: 17px;
}
.feature_french {
  padding-bottom: 50px;
}

